@charset "UTF-8";
/* UIv3 is an extension on top of existing SCSS stack */
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 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: 1px 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 {
    box-shadow: none !important;
    text-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("/fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("/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: normal;
  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";
}

* {
  box-sizing: border-box;
}

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

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

body {
  font-family: "Open Sans", "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: #337ab7;
  text-decoration: none;
}
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  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;
  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 #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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: normal;
  line-height: 1;
  color: #777777;
}

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 {
  background-color: #fcf8e3;
  padding: 0.2em;
}

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

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

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

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

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

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

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

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

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

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

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

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

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

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

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

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

.text-danger {
  color: #a94442;
}

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

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

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

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

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

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

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

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

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

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

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

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

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-left: 5px;
  padding-right: 5px;
}

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

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.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;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
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: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.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: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  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 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.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 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

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

.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-left: 15px;
  padding-right: 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;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  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 col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

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

.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: #e8e8e8;
}

.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: #d0e9c6;
}

.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: #c4e3f3;
}

.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: #faf2cc;
}

.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: #ebcccc;
}

.table-responsive {
  min-height: 0.01%;
}
@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 {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 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: bold;
}

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

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

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

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

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

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

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  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[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 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 label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

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

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

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

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

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

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.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-left: 0;
  padding-right: 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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.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: #737373;
}

@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 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    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;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  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 {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  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: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.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: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.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: #204d74;
  border-color: #122b40;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.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: #398439;
  border-color: #255625;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.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: #269abc;
  border-color: #1b6d85;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.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: #d58512;
  border-color: #985f0d;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.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: #ac2925;
  border-color: #761c19;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  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: #777777;
  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;
  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;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  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;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.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: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

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

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

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

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

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

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

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

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

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
  content: "";
}
.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 {
  content: " ";
  display: table;
}
.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-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-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-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

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

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

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  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 {
  content: " ";
  display: table;
}
.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-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.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-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  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-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.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: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  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-bottom-right-radius: 0;
  border-top-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-bottom-left-radius: 0;
  border-top-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 {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.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: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.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: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.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: #337ab7;
}

.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 {
  text-align: center;
  margin-bottom: 5px;
}
.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-right-radius: 0;
  border-top-left-radius: 0;
}

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

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

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  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 {
  content: " ";
  display: table;
}
.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-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .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-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@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;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.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;
  margin-right: 15px;
  padding: 9px 10px;
  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 {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  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;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}

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

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-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-left: 15px;
    margin-right: 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: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  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: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: 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: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@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: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.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: #090909;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.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: #090909;
}
.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-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .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: #090909;
  }
  .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-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.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 {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}

.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;
  line-height: 1.428571429;
  text-decoration: none;
  color: #337ab7;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  border-color: #ddd;
  cursor: not-allowed;
}

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

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before, .pager:after {
  content: " ";
  display: table;
}
.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: #eeeeee;
}
.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: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  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: #777777;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  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: #337ab7;
  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: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron, .container-fluid .jumbotron {
  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-left: 60px;
    padding-right: 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;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

.alert, .finao-alert-danger, .finao-alert-success, .finao-alert-warning, .finao-alert-info {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4, .finao-alert-danger h4, .finao-alert-success h4, .finao-alert-warning h4, .finao-alert-info h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link, .finao-alert-danger .alert-link, .finao-alert-success .alert-link, .finao-alert-warning .alert-link, .finao-alert-info .alert-link {
  font-weight: bold;
}
.alert > p, .finao-alert-danger > p, .finao-alert-success > p, .finao-alert-warning > p, .finao-alert-info > p,
.alert > ul,
.finao-alert-danger > ul,
.finao-alert-success > ul,
.finao-alert-warning > ul,
.finao-alert-info > ul {
  margin-bottom: 0;
}
.alert > p + p, .finao-alert-danger > p + p, .finao-alert-success > p + p, .finao-alert-warning > p + p, .finao-alert-info > 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, .finao-alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr, .finao-alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link, .finao-alert-success .alert-link {
  color: #2b542c;
}

.alert-info, .finao-alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr, .finao-alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link, .finao-alert-info .alert-link {
  color: #245269;
}

.alert-warning, .finao-alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr, .finao-alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link, .finao-alert-warning .alert-link {
  color: #66512c;
}

.alert-danger, .finao-alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr, .finao-alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link, .finao-alert-danger .alert-link {
  color: #843534;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  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: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}

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

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

.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  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: 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: 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: 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 {
  transform: scale(1); /* Standard Property */
  transform-origin: 0 0; /* Standard Property */
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

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

.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-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

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 {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

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

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.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: #777777;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.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: #c7ddef;
}

.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: #d0e9c6;
}
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: #c4e3f3;
}
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: #faf2cc;
}
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: #ebcccc;
}
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;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

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

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-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-right-radius: 3px;
  border-top-left-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-right-radius: 0;
  border-top-left-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-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-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-left-radius: 3px;
  border-bottom-right-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 {
  border: 0;
  margin-bottom: 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: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.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;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 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 #e3e3e3;
  border-radius: 4px;
  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;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

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

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  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;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

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

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}

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

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

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

.modal-footer, .form-modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .form-modal-footer:before, .modal-footer:after, .form-modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after, .form-modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn, .form-modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn, .form-modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block, .form-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 {
    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: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  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;
}

.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 {
  bottom: 0;
  right: 5px;
  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;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: 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;
  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-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

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

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  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 {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

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

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  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: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: 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;
}
.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;
  }
}
/*!
 *  Font Awesome 4.6.1 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("/fonts/font-awesome/fontawesome-webfont.eot?v=4.6.1");
  src: url("/fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.6.1") format("embedded-opentype"), url("/fonts/font-awesome/fontawesome-webfont.woff2?v=4.6.1") format("woff2"), url("/fonts/font-awesome/fontawesome-webfont.woff?v=4.6.1") format("woff"), url("/fonts/font-awesome/fontawesome-webfont.ttf?v=4.6.1") format("truetype"), url("/fonts/font-awesome/fontawesome-webfont.svg?v=4.6.1#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

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

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.hinge {
  animation-duration: 2s;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce {
  animation-name: bounce;
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}
.shake {
  animation-name: shake;
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  0% {
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}

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

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: 45px;
  line-height: 45px;
}

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

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

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

body,
html {
  padding: 0;
  margin: 0;
}

body:before, body:after {
  content: " ";
  display: table;
}
body:after {
  clear: both;
}

.ie8 body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1.light,
h2.light,
h3.light,
h4.light,
h5.light,
h6.light {
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  outline: none;
}

a i.fa-external-link {
  margin-right: 5px;
  position: relative;
  top: 1px;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

textarea {
  resize: vertical;
}

span.font-light {
  font-weight: 200;
}

@media (min-width: 769px) {
  a:focus {
    outline: none;
  }
  .visible-mobile {
    display: none !important;
  }
}
.no-animation {
  animation-duration: 0s !important;
}

.page-header,
.page-header h1 {
  margin: 0;
}

.page-header {
  background: #fff;
  border: 0;
  padding-bottom: 0;
  border-bottom: 0px;
}
.page-header:before, .page-header:after {
  content: " ";
  display: table;
}
.page-header:after {
  clear: both;
}

@media (max-width: 768px) {
  .page-header {
    padding-bottom: 0px;
  }
  .visible-desktop {
    display: none !important;
  }
  #content-wrapper .col-sm-10 {
    padding: 0;
  }
  #content-wrapper > .hidden-print {
    display: none;
  }
  div.dropdown-backdrop {
    pointer-events: none !important;
  }
}
@media (min-width: 600px) {
  #support-ticket-form .panel .panel-body {
    padding: 20px;
  }
}
#support-ticket-form .panel-heading {
  border-radius: 3px 3px 0 0;
}
#support-ticket-form .panel-body {
  padding: 20px 20px 15px;
}
#support-ticket-form .panel-footer {
  padding: 0 20px 20px 20px;
  font-size: unset;
}

.page-header h1 {
  color: #000;
  display: inline-block;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
}
.page-header h1 a {
  color: #000;
}

.page-header-icon {
  font-size: 21px;
  line-height: 21px;
}

.panel.google-authenticator {
  margin: 0 10px 15px 10px;
}
.panel.google-authenticator button {
  width: 100%;
}
.panel.google-authenticator img {
  width: 100%;
}

.img-bg {
  margin: 0 10px;
  padding: 20px;
  border-radius: 5px;
}
.img-bg .text-center {
  padding-top: 30px;
  font-size: 18px;
}
.img-bg .text-center.img-edit {
  padding-top: 10px;
  font-size: 12px;
}

#small-screen-width-point {
  display: block;
}

#tablet-screen-width-point {
  display: none;
}

@media (min-width: 480px) {
  #small-screen-width-point {
    display: none !important;
  }
  #tablet-screen-width-point {
    display: block;
  }
}
@media (min-width: 769px) {
  #tablet-screen-width-point {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .google-authenticator {
    margin: 0 15px;
  }
  .profile-img {
    padding-top: 20px;
  }
  .profile-img > .img-bg {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
}
body:before, body:after,
#main-menu:before,
#main-menu:after,
#content-wrapper:before,
#content-wrapper:after,
#main-wrapper:before,
#main-wrapper:after {
  content: " ";
  display: table;
}
body:after,
#main-menu:after,
#content-wrapper:after,
#main-wrapper:after {
  clear: both;
}

div.row {
  padding-bottom: 20px;
}
div.row:last-of-type {
  padding-bottom: 0;
}
@media (max-width: 1199px) {
  div.row .col-lg-6:first-of-type {
    padding-bottom: 20px;
  }
}

#main-wrapper {
  width: 100%;
  overflow: hidden !important;
}

#content-wrapper {
  left: 0;
  padding: 80px 15px 15px 15px;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  font-size: 13px;
}
#content-wrapper footer.footer {
  margin-top: auto;
}
@media (max-width: 768px) {
  #content-wrapper {
    padding: 70px 10px 10px 10px;
    min-height: calc(100vh - 14px - 15px - 15px - 10px);
  }
}

#main-menu-bg {
  display: block;
  left: 0;
  height: 100%;
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 499;
}

.uppercase {
  text-transform: uppercase;
}

.profile-img {
  padding-left: 0;
  padding-right: 0;
}

.note-editor > .note-editing-area {
  overflow: scroll;
}

@media (max-width: 480px) {
  .animate-mm-sm #main-navbar .navbar-inner,
  .animate-mm-sm #main-menu-toggle,
  .animate-mm-sm #main-wrapper,
  .animate-mm-sm #main-menu,
  .animate-mm-sm #content-wrapper,
  .animate-mm-sm #main-menu-bg {
    transition: all 0.5s;
  }
  .animate-mm-sm #main-navbar .navbar-header {
    transition: padding 0.5s;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .animate-mm-md #main-navbar .navbar-inner,
  .animate-mm-md #main-menu-toggle,
  .animate-mm-md #main-wrapper,
  .animate-mm-md #main-menu,
  .animate-mm-md #content-wrapper,
  .animate-mm-md #main-menu-bg {
    transition: all 0.5s;
  }
  .animate-mm-md #main-navbar .navbar-header {
    transition: padding 0.5s;
  }
}
@media (min-width: 769px) {
  .animate-mm-lg #main-navbar .navbar-inner,
  .animate-mm-lg #main-menu-toggle,
  .animate-mm-lg #main-wrapper,
  .animate-mm-lg #main-menu,
  .animate-mm-lg #content-wrapper,
  .animate-mm-lg #main-menu-bg {
    transition: all 0.5s;
  }
  .animate-mm-lg #main-navbar .navbar-header {
    transition: padding 0.5s;
  }
}
.disable-mm-animation #main-navbar .navbar-inner,
.disable-mm-animation #main-menu-toggle,
.disable-mm-animation #main-wrapper,
.disable-mm-animation #main-menu,
.disable-mm-animation #content-wrapper,
.disable-mm-animation #main-menu-bg,
.disable-mm-animation #main-navbar .navbar-header {
  transition: none !important;
}

.dont-animate-mm-content #main-menu .animated {
  animation-duration: 0s !important;
}

@media (max-width: 480px) {
  .dont-animate-mm-content-sm #main-menu .animated {
    animation-duration: 0s !important;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .dont-animate-mm-content-md #main-menu .animated {
    animation-duration: 0s !important;
  }
}
@media (min-width: 769px) {
  .dont-animate-mm-content-lg #main-menu .animated {
    animation-duration: 0s !important;
  }
}
#global-loading-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(240, 240, 240, 0.75);
  z-index: 99999;
}

#global-loading-overlay[class=""],
#global-loading-overlay.fancybox-margin {
  display: none;
}

#global-loading-overlay i {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
}

a.link:hover {
  text-decoration: underline;
}

.customSizedBaseModal .modal-lg {
  width: 90vw;
}

@media (min-width: 1400px) {
  .customSizedBaseModal .modal-lg {
    width: 85vw;
  }
}
@media (max-width: 480px) {
  .customSizedBaseModal .modal-lg {
    width: 95vw;
  }
}
.form-group.recommend-prime {
  margin-left: 0px;
  margin-right: 0px;
}

.spacing-below {
  margin-bottom: 20px;
}

.spacing-above {
  margin-top: 20px;
}

.main-navbar-fixed #main-navbar {
  position: fixed !important;
}

#main-navbar-collapse.collapse {
  display: block;
}

body.mobile-smaller-nav li > a#support {
  margin-top: -5px;
}
body.mobile-smaller-nav .main-menu-expander {
  height: 51px;
}
body.mobile-smaller-nav .main-menu-expander:before {
  line-height: 51px;
}
body.mobile-smaller-nav #main-menu .navigation {
  padding-top: 51px !important;
}
body.mobile-smaller-nav #content-wrapper {
  padding-top: 70px;
}
body.mobile-smaller-nav #main-navbar > .navbar-inner .navbar-brand {
  line-height: 51px;
}
body.mobile-smaller-nav #main-navbar > .navbar-inner .navbar-brand img {
  height: 25px !important;
}
body.mobile-smaller-nav #main-navbar #mobile-user-menu > .dropdown-menu {
  top: 51px;
}
body.mobile-smaller-nav #main-navbar > .navbar-inner .navbar-nav > li {
  height: 51px;
}
body.mobile-smaller-nav #main-navbar > .navbar-inner .navbar-nav > li.search-bar:before {
  top: 51px;
}
body.mobile-smaller-nav #main-navbar > .navbar-inner .navbar-nav > li.dropdown .user-menu:after {
  top: 51px !important;
}
body.mobile-smaller-nav #main-navbar > .navbar-inner .navbar-nav > li .user-menu {
  line-height: 51px;
}

.main-menu-expander {
  transition: all, 300ms;
}

#main-navbar {
  border: none;
  border-radius: 0;
  left: 0;
  right: 0;
  background-color: inherit;
  min-height: initial;
  position: absolute;
  top: 0 !important;
  z-index: 1030;
  transition: all, 300ms;
}
#main-navbar .navbar-inner {
  width: 100%;
  position: relative;
  left: 0;
  transition: all, 300ms;
}
#main-navbar .navbar-inner .col-sm-12 .navbar-brand {
  padding-left: 20px;
}
#main-navbar .navbar-header {
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 1032;
}
#main-navbar .navbar-header a {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
}
#main-navbar .navbar-brand {
  display: inline-block;
  float: none;
  font-size: 14px;
  line-height: 65px;
  height: auto !important;
  padding: 0;
}
#main-navbar .navbar-brand, #main-navbar .navbar-brand img {
  transition: all, 300ms;
}
@media (max-width: 360px) {
  #main-navbar ul.navbar-nav {
    margin-left: -98px !important;
  }
}
@media (max-width: 768px) {
  #main-navbar .navbar-brand {
    line-height: 60px;
  }
  #main-navbar .search-bar {
    width: 40px;
  }
}
#main-navbar #main-menu-toggle,
#main-navbar .navbar-toggle {
  display: none;
}
#main-navbar #main-menu-toggle {
  position: fixed;
  height: 65px;
  left: 0;
  overflow: hidden;
  width: 56px;
  z-index: 1034;
  display: inline-block !important;
  border: none;
}
#main-navbar #main-menu-toggle .navbar-icon {
  padding: 0;
  text-align: center;
  z-index: 1035;
  font-size: 24px;
  vertical-align: middle;
  transition: all 300ms;
}
.main-menu-right #main-navbar #main-menu-toggle .navbar-icon {
  left: 26px;
}
.main-menu-right #main-navbar #main-menu-toggle .navbar-icon:after {
  content: "\f0d9";
  right: 16px;
}
#main-navbar #main-menu-toggle .hide-menu-text {
  left: 51px;
  line-height: 65px;
  margin-top: -32.5px;
  opacity: 0;
  position: absolute;
  z-index: 1035;
}
.ie8 #main-navbar #main-menu-toggle .hide-menu-text {
  left: 53px;
}
#main-navbar .navbar-toggle {
  padding: 0 17px;
  right: 0;
}
#main-navbar .navbar-toggle:not(.collapsed) {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#main-navbar .navbar-toggle .navbar-icon {
  display: inline-block;
}
#main-navbar ul.navbar-nav > li .divider {
  display: none;
}
#main-navbar ul.navbar-nav > li .nav-header {
  display: none;
}
#main-navbar ul.navbar-nav > li > a {
  padding-top: 0;
  padding-bottom: 0;
}
#main-navbar ul.navbar-nav > li > a:hover {
  background: none;
}
#main-navbar ul.navbar-nav > li > a:active, #main-navbar ul.navbar-nav > li > a:focus {
  background: none;
}
#main-navbar .nav > li > a {
  padding-left: 5px;
  padding-right: 5px;
}
#main-navbar .navbar-collapse {
  height: auto;
  max-height: inherit;
  padding-left: 0;
  padding-right: 0;
  z-index: 1031;
}
#main-navbar .navbar-collapse, #main-navbar .navbar-collapse.collapse {
  overflow: visible;
}
#main-navbar .navbar-collapse.collapsing, #main-navbar .navbar-collapse.in {
  overflow: hidden;
}
#main-navbar .navbar-nav {
  margin: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1033;
}
#main-navbar .navbar-nav.pull-right {
  width: auto;
}
#main-navbar .navbar-nav > li {
  display: inline-block;
  height: 60px;
  vertical-align: top;
}
#main-navbar .navbar-nav > li:before, #main-navbar .navbar-nav > li:after {
  content: " ";
  display: table;
}
#main-navbar .navbar-nav > li:after {
  clear: both;
}
#main-navbar .navbar-nav > li.search-bar > form#quick-search-form {
  overflow: hidden;
}
#main-navbar .navbar-nav > li.dropdown {
  border: none;
}
#main-navbar .navbar-nav > li > a {
  line-height: 60px;
}
#main-navbar form.navbar-form {
  border: none;
  margin: 0;
  width: 100%;
  box-shadow: none;
}
#main-navbar form.navbar-form .form-group {
  margin: 0;
}
#main-navbar form.navbar-form .form-control {
  box-shadow: none;
  transition: background 0.2s;
  border-radius: 999999px;
}
#main-navbar .user-menu {
  transition: all, 300ms;
}
#main-navbar .user-menu > img, #main-navbar .user-menu .user-menu-avatar {
  border-radius: 30px;
  display: inline-block;
  height: 30px;
  margin: -2px 0 0 0;
  width: 30px;
}
#main-navbar .user-menu .user-menu-avatar {
  background-color: #eee;
  background-size: cover;
  background-position: center center;
  vertical-align: middle;
}
#main-navbar .user-menu > span {
  display: none;
}
#main-navbar #mobile-user-menu > .dropdown-menu {
  position: fixed;
  top: 60px;
  left: 0;
  margin-top: 1px;
  padding: 0 10px;
  border: none;
  border-radius: 0;
  width: 100%;
  font-size: 0;
  min-height: 80px;
  z-index: 1030;
  box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.2);
}
#main-navbar #mobile-user-menu > .dropdown-menu > li {
  display: inline-block;
  border: none;
  width: 33.3333%;
  height: 80px;
}
#main-navbar #mobile-user-menu > .dropdown-menu > li > a {
  height: 80px;
  text-align: center;
  padding: 0 10px;
  margin: 0;
}
#main-navbar #mobile-user-menu > .dropdown-menu > li .dropdown-icon {
  display: block;
  padding-top: 20px;
  font-size: 16px;
}
#main-navbar #mobile-user-menu > .dropdown-menu > li .menu-item-text {
  display: block;
  position: relative;
  top: 5px;
  font-size: 14px;
  line-height: 1.4em;
  overflow: hidden;
  text-overflow: ellipsis;
}
#main-navbar li.ticket-li {
  transition: all 300ms;
}
#main-navbar li.ticket-li a {
  min-width: 45px;
  float: right;
  transition: all, 300ms;
}
#main-navbar .ticket-button:before {
  content: "T";
  font-size: 23px;
}
#main-navbar .ticket-button {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding: 10px 8px 1px 8px;
  font-weight: bold;
  top: 50%;
  margin-top: -2px;
  vertical-align: middle;
  line-height: 12px;
  right: 0;
}

@media (max-width: 340px) {
  #main-navbar li.ticket-li a {
    min-width: 35px;
    padding-left: 1px;
    padding-right: 1px;
  }
  #main-navbar .nav > li > a {
    padding-left: 1px;
    padding-right: 1px;
  }
}
@media (max-width: 768px) {
  #main-navbar .navbar-nav {
    right: 18px;
  }
  #main-navbar .ticket-button {
    margin-top: -3px;
  }
}
@media (max-width: 469px) {
  #main-navbar #mobile-user-menu > .dropdown-menu > li {
    width: 50%;
  }
}
@media (max-width: 768px) {
  body.search-box-opened #main-navbar .search-bar:before {
    content: "";
    position: absolute;
    top: 60px;
    left: 50%;
    margin-left: -10px;
    display: inline-block;
    border-right: 10px solid transparent;
    border-top: 6px solid #1b1e21;
    border-left: 10px solid transparent;
  }
}

.mme #main-navbar {
  overflow: hidden;
}
.mme #main-navbar #main-menu-toggle {
  width: 80%;
}
.mme #main-navbar #main-menu-toggle .navbar-icon {
  left: 26px;
}
.mme #main-navbar #main-menu-toggle .navbar-icon:after {
  content: "\f0d9";
  right: 16px;
}
.mme #main-navbar #main-menu-toggle .hide-menu-text {
  opacity: 1;
  transition: all 1s;
}

.mme.main-menu-right #main-navbar #main-menu-toggle .navbar-icon {
  left: 20px;
}
.mme.main-menu-right #main-navbar #main-menu-toggle .navbar-icon:after {
  content: "\f0da";
  right: -8px;
}

@media (min-width: 769px) {
  body.desktop-smaller-nav #main-menu-inner > .navigation {
    padding-top: 45px;
  }
  body.desktop-smaller-nav .main-menu-expander:before {
    top: 55px;
  }
  body.desktop-smaller-nav #content-wrapper {
    padding-top: 80px;
  }
  body.desktop-smaller-nav #main-navbar > .navbar-inner .navbar-header .navbar-brand {
    line-height: 45px;
  }
  body.desktop-smaller-nav #main-navbar > .navbar-inner .navbar-header .navbar-brand img {
    height: 25px !important;
  }
  body.desktop-smaller-nav #main-navbar > .navbar-inner .navbar-nav > li {
    height: 45px;
  }
  body.desktop-smaller-nav #main-navbar > .navbar-inner .navbar-nav > li .user-menu {
    line-height: 45px;
  }
  body.desktop-smaller-nav #main-navbar li.ticket-li a#support {
    margin-top: 0;
    line-height: 48px;
  }
  body.desktop-smaller-nav #main-navbar li.ticket-li a#support span.ticket-button {
    margin-top: -5px;
  }
  #main-navbar {
    overflow: visible !important;
  }
  #main-navbar .navbar-header {
    width: auto;
    z-index: 1033;
  }
  #main-navbar .navbar-brand {
    padding-right: 14px;
  }
  #main-navbar .navbar-brand img {
    transition: all, 300ms;
  }
  #main-navbar .navbar-nav > li {
    height: 65px;
    line-height: 65px;
    text-align: right;
  }
  #main-navbar .navbar-nav > li.search-bar {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    transition: all, 300ms;
  }
  #main-navbar .user-menu > img {
    height: 30px;
    margin-top: -3px;
    width: 30px;
  }
  #main-navbar .user-menu > span {
    display: inline-block;
  }
  #main-navbar .navbar-nav > li.dropdown > .user-menu {
    padding-left: 15px;
    padding-right: 15px;
  }
  #main-navbar #main-menu-toggle {
    width: 56px !important;
  }
  #main-navbar #main-menu-toggle .navbar-icon {
    left: 26px;
  }
  #main-navbar #main-menu-toggle .navbar-icon:after {
    content: "\f0d9";
    right: 16px;
  }
  .main-menu-right #main-navbar #main-menu-toggle .navbar-icon, .mme.main-menu-right #main-navbar #main-menu-toggle .navbar-icon {
    left: 20px;
  }
  .main-menu-right #main-navbar #main-menu-toggle .navbar-icon:after, .mme.main-menu-right #main-navbar #main-menu-toggle .navbar-icon:after {
    content: "\f0da";
    right: -8px;
  }
  #main-navbar .navbar-toggle {
    display: none !important;
  }
  #main-navbar .hide-menu-text {
    opacity: 0 !important;
    transition: none !important;
  }
  #main-navbar .right {
    left: 0;
    padding-right: 16px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1031;
  }
  #main-navbar li.dropdown {
    border: none;
  }
  #main-navbar li.dropdown .divider {
    display: block;
  }
  #main-navbar .nav > li > a {
    line-height: 65px;
    padding-left: 15px;
    padding-right: 15px;
  }
  #main-navbar .navbar-collapse {
    height: auto !important;
    overflow: visible !important;
    padding: 0 !important;
  }
  #main-navbar .navbar-nav,
  #main-navbar .navbar-form {
    position: relative;
    z-index: 1032;
  }
  #main-navbar .navbar-nav {
    margin: 0;
  }
  #main-navbar .navbar-nav > li {
    height: 65px;
  }
  #main-navbar .navbar-nav > li > a {
    transition: all 300ms;
  }
  #main-navbar .navbar-nav.pull-right {
    width: auto;
  }
  #main-navbar .dropdown > a:after {
    display: none;
  }
  #main-navbar .dropdown.open {
    border-bottom: none;
  }
  #main-navbar .dropdown-menu .badge {
    padding-left: 6px;
    padding-right: 6px;
  }
  #main-navbar .pull-right .dropdown-menu {
    float: right;
    left: auto;
    right: 0;
  }
  #main-navbar form.navbar-form {
    height: 65px;
  }
  #main-navbar form.navbar-form .form-control {
    height: 30px;
    line-height: 20px;
    margin-top: 17.5px;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 150px;
  }
  .mmc #main-navbar #main-menu-toggle .navbar-icon,
  .mme.mmc #main-navbar #main-menu-toggle .navbar-icon {
    left: 20px;
  }
  .mmc #main-navbar #main-menu-toggle .navbar-icon:after,
  .mme.mmc #main-navbar #main-menu-toggle .navbar-icon:after {
    content: "\f0da";
    right: -8px;
  }
  .main-menu-right.mmc #main-navbar #main-menu-toggle .navbar-icon,
  .main-menu-right.mme.mmc #main-navbar #main-menu-toggle .navbar-icon {
    left: 26px;
  }
  .main-menu-right.mmc #main-navbar #main-menu-toggle .navbar-icon:after,
  .main-menu-right.mme.mmc #main-navbar #main-menu-toggle .navbar-icon:after {
    content: "\f0d9";
    right: 16px;
  }
}
@media (min-width: 992px) {
  .mmc #main-navbar .navbar-header {
    width: auto;
  }
  .no-main-menu #main-navbar .navbar-header,
  .main-menu-right #main-navbar .navbar-header {
    width: auto;
  }
}
#main-navbar-collapse .iScrollVerticalScrollbar {
  margin-right: 2px !important;
  width: 4px !important;
}
#main-navbar-collapse .iScrollVerticalScrollbar .iScrollIndicator {
  background: rgba(255, 255, 255, 0.2) !important;
  border: none !important;
}

.main-menu-fixed #main-menu {
  height: 100%;
  margin: 0;
  position: fixed;
  padding-bottom: 0;
}

#main-menu .navigation ul.get-height {
  display: block !important;
  position: absolute !important;
  visibility: hidden !important;
}

#main-menu-bg {
  left: -100%;
  width: 100%;
}

.main-menu-expander {
  position: fixed;
  background: transparent;
  top: 0;
  left: 0;
  height: 60px;
  width: 48px;
  z-index: 1035;
  text-align: center;
}

#main-menu {
  display: block;
  height: 100%;
  left: -100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 500;
  padding-left: 20px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
#main-menu .navigation,
#main-menu .mmc-dropdown-open-ul {
  padding: 60px 0 0 0;
}
#main-menu .navigation,
#main-menu .navigation ul,
#main-menu .mmc-dropdown-open-ul,
#main-menu .mmc-dropdown-open-ul ul {
  display: block;
}
#main-menu .navigation li,
#main-menu .mmc-dropdown-open-ul li {
  display: block;
}
#main-menu .navigation a,
#main-menu .mmc-dropdown-open-ul a {
  display: block;
  font-size: 12px;
  line-height: 20px;
  padding: 10px 15px;
  text-decoration: none;
}
#main-menu .navigation a, #main-menu .navigation a:active, #main-menu .navigation a:focus, #main-menu .navigation a:hover,
#main-menu .mmc-dropdown-open-ul a,
#main-menu .mmc-dropdown-open-ul a:active,
#main-menu .mmc-dropdown-open-ul a:focus,
#main-menu .mmc-dropdown-open-ul a:hover {
  outline: none !important;
}
#main-menu .navigation .menu-icon,
#main-menu .mmc-dropdown-open-ul .menu-icon {
  display: inline-block;
  margin-right: 10px;
  text-align: center;
  font-size: 14px;
}
#main-menu .navigation .badge,
#main-menu .navigation .label,
#main-menu .mmc-dropdown-open-ul .badge,
#main-menu .mmc-dropdown-open-ul .label {
  display: block;
  line-height: 16px;
  float: right;
  font-size: 11px;
  height: auto;
  margin: 2px 0 0 5px;
  padding: 0 5px;
  position: relative;
  width: auto !important;
  z-index: 501;
  border: none;
}
#main-menu .mm-dropdown {
  position: relative;
}
#main-menu .mm-dropdown > a {
  padding-right: 30px;
}
#main-menu .mm-dropdown > a:before {
  content: "\e080";
  display: block;
  font-family: "Glyphicons Halflings";
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  height: 10px;
  width: 10px;
  right: 15px;
  top: 16px;
  margin: 0;
  position: absolute;
  text-align: center;
  transition: all 300ms ease-in-out;
}
#main-menu .mm-dropdown > ul > li > a {
  padding-left: 20px;
}
#main-menu .mm-dropdown > ul > .mm-dropdown > ul > li > a {
  padding-left: 30px;
}
#main-menu .mm-dropdown > ul > .mm-dropdown > ul > .mm-dropdown > ul > li > a {
  padding-left: 40px;
}
#main-menu .mm-dropdown > ul > .mm-dropdown > ul > .mm-dropdown > ul > .mm-dropdown > ul > li > a {
  padding-left: 50px;
}
#main-menu .mm-dropdown > ul > .mm-dropdown > ul > .mm-dropdown > ul > .mm-dropdown > ul > .mm-dropdown > ul > li > a {
  padding-left: 60px;
}
#main-menu .mm-dropdown .badge,
#main-menu .mm-dropdown .label {
  line-height: 16px;
  margin-top: 2px;
}
#main-menu .mm-dropdown ul,
#main-menu .mmc-dropdown-open-ul,
#main-menu .mmc-dropdown-open-ul ul {
  display: none;
  overflow: hidden;
  padding: 0;
}
#main-menu .mm-dropdown ul li,
#main-menu .mmc-dropdown-open-ul li,
#main-menu .mmc-dropdown-open-ul ul li {
  padding-left: 0;
}
#main-menu .mm-dropdown ul .menu-icon,
#main-menu .mmc-dropdown-open-ul .menu-icon,
#main-menu .mmc-dropdown-open-ul ul .menu-icon {
  margin-left: -5px;
}
#main-menu .mm-dropdown ul a,
#main-menu .mmc-dropdown-open-ul a,
#main-menu .mmc-dropdown-open-ul ul a {
  padding-bottom: 8px;
  padding-top: 8px;
}
#main-menu .mm-dropdown ul a:before,
#main-menu .mmc-dropdown-open-ul a:before,
#main-menu .mmc-dropdown-open-ul ul a:before {
  top: 14px;
}
#main-menu .mm-dropdown.open > a:before {
  transform: rotate(90deg);
}
#main-menu .mm-dropdown.open > ul {
  display: block;
}
#main-menu .mmc-dropdown-open-ul {
  display: block !important;
  left: 100%;
  margin: -1px 0 0 0 !important;
  padding-bottom: 0;
  padding-left: 0 !important;
  position: absolute;
  top: 0;
  width: 235px;
  z-index: 502;
}
#main-menu .mmc-dropdown-open-ul > .mmc-title {
  display: none;
}
#main-menu .mmc-dropdown-open-ul li {
  height: 41px;
}
#main-menu .mmc-dropdown-open-ul li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#main-menu .mmc-dropdown-open-ul li a:after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 14px;
  color: #000;
  position: absolute;
  right: 15px;
}
#main-menu .mmc-dropdown-open-ul.top {
  bottom: 0;
  padding-top: 0;
  top: auto;
}
#main-menu .mmc-dropdown-open-ul.top .mmc-title {
  border-bottom: none;
}
#main-menu .mmc-title {
  display: none;
  line-height: 40px;
  padding: 0 18px;
  position: relative;
}
#main-menu .mmc-dropdown-delay {
  animation-duration: 0.4s;
}
#main-menu .menu-content {
  padding: 20px;
  overflow: hidden;
  border: none;
  margin-top: -10px;
}
#main-menu .menu-content.top {
  border-bottom: 1px solid;
  border-top: none;
  margin-bottom: -66px;
  margin-top: 0;
  padding-top: 85px;
}

@media (max-width: 768px) {
  .mme #content-wrapper {
    overflow: hidden;
    min-height: 0;
    height: 0;
    opacity: 0;
    transition: opacity 500ms, height 500ms, min-height 500ms;
  }
  .mme .footer {
    display: none;
  }
  .main-menu-expander {
    cursor: pointer;
  }
  .main-menu-expander:before {
    content: "\f0c9";
    display: block;
    font-family: FontAwesome;
    font-size: 18px;
    width: 18px;
    line-height: 60px;
    position: relative;
    left: 10px;
    transition: all 200ms;
  }
  body.mme .main-menu-expander:before {
    content: "\f00d";
    font-size: 28px;
  }
  .main-menu-fixed #main-menu {
    position: absolute;
  }
  #main-menu {
    padding-left: 0 !important;
  }
  #main-menu .navigation {
    padding-top: 60px !important;
  }
  #main-menu .navigation a {
    line-height: 1em;
    padding: 15px 10px;
  }
  #main-menu .navigation > .mm-dropdown ul li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #main-menu .navigation > .mm-dropdown ul li > a > span:before {
    content: "\e080";
    font-family: "Glyphicons Halflings";
    font-size: 11px;
    position: absolute;
    right: 15px;
  }
}
.hidden-mobile-tablet {
  display: none !important;
}

@media (min-width: 769px) {
  #main-menu-bg {
    left: 0;
    width: 56px;
  }
  .main-menu-expander {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 20px;
    z-index: 501;
    text-align: center;
  }
  .main-menu-expander:before {
    content: "\f054";
    display: block;
    font-family: FontAwesome;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    top: 70px;
    transition: all 300ms ease-in-out;
  }
  .expander-divider {
    position: fixed;
    top: 0;
    width: 3px;
    height: 100%;
    left: 20px;
    z-index: 501;
    opacity: 0.5;
  }
  #main-menu {
    height: auto;
    left: 0;
    overflow: visible;
    position: absolute;
    width: 56px;
  }
  #main-menu .navigation > li {
    width: auto;
  }
  #main-menu .navigation > li > a {
    text-align: center;
  }
  #main-menu .navigation > li > a > .menu-icon {
    margin: 0;
  }
  #main-menu .navigation > li > a > .badge,
  #main-menu .navigation > li > a > .label {
    display: none;
  }
  #main-menu .navigation > li > a > .mm-text {
    display: none;
  }
  #main-menu .navigation > .mm-dropdown > a {
    padding-right: 14px;
  }
  #main-menu .navigation > .mm-dropdown > a:before {
    display: none;
  }
  .main-menu-right #main-menu .navigation > .mm-dropdown > a:before {
    content: "\f104";
    left: 7px;
    right: auto;
  }
  #main-menu .navigation > .mm-dropdown.open > ul {
    display: none;
  }
  #main-menu .menu-content {
    display: none;
  }
  #main-menu .mm-dropdown.open > ul a > span:before {
    content: "\e080";
    position: absolute;
    font-family: "Glyphicons Halflings";
    right: 18px;
    font-size: 11px;
  }
  .mme #main-menu-bg {
    width: 235px;
  }
  .mme .main-menu-expander:before {
    content: "\f053";
  }
  .mme #main-menu {
    overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    width: 235px;
  }
  .mme #main-menu::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .mme #main-menu .navigation > li {
    width: 215px;
  }
  .mme #main-menu .navigation > li > a {
    text-align: left;
  }
  .mme #main-menu .navigation > li > a > .menu-icon {
    margin-right: 5px;
  }
  .mme #main-menu .navigation > li > a > .badge,
  .mme #main-menu .navigation > li > a > .label {
    display: block;
  }
  .mme #main-menu .navigation > li > a > .mm-text {
    display: inline;
  }
  .mme #main-menu .navigation > .mm-dropdown > a {
    padding-right: 30px;
  }
  .mme #main-menu .navigation > .mm-dropdown > a:before {
    display: block;
    content: "\e080";
    position: absolute;
    right: 15px;
    left: auto;
    top: 15px;
  }
  .mme #main-menu .navigation > .mm-dropdown.open > ul {
    display: block;
  }
  .mme #main-menu .navigation > .mm-dropdown.open > a:before {
    transform: rotate(90deg);
  }
  .mme #main-menu .menu-content {
    display: block;
  }
  .mme.main-menu-right #main-menu .navigation > .mm-dropdown > a:before {
    content: "\e080";
    left: auto;
    right: 20px;
  }
}
@media (min-width: 769px) {
  .mme #main-menu,
  #main-menu,
  .mme #main-menu-bg,
  #main-menu-bg {
    overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    width: 235px;
  }
  .mme #main-menu::-webkit-scrollbar,
  #main-menu::-webkit-scrollbar,
  .mme #main-menu-bg::-webkit-scrollbar,
  #main-menu-bg::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .mmc #main-menu,
  .mme.mmc #main-menu,
  .mmc #main-menu-bg,
  .mme.mmc #main-menu-bg {
    overflow: visible;
    width: 76px;
  }
  .main-menu-expander:before {
    content: "\f053";
    top: 75px;
  }
  #main-menu ul.navigation {
    padding: 65px 0 0 0;
  }
  #main-menu ul.navigation > li {
    width: 215px;
  }
  #main-menu ul.navigation > li > a {
    text-align: left;
  }
  #main-menu ul.navigation > li > a > .menu-icon {
    margin-right: 10px;
  }
  #main-menu ul.navigation > li > a > .badge,
  #main-menu ul.navigation > li > a > .label {
    display: block;
  }
  #main-menu ul.navigation > li > a > .mm-text {
    display: inline;
  }
  #main-menu ul.navigation > .mm-dropdown > a {
    padding-right: 30px;
  }
  #main-menu ul.navigation > .mm-dropdown > a:before, .main-menu-right #main-menu ul.navigation > .mm-dropdown > a:before {
    content: "\e080";
    display: block;
    position: absolute;
    right: 15px;
    left: auto;
    top: 15px;
  }
  #main-menu ul.navigation > .mm-dropdown.open > ul {
    display: block;
  }
  #main-menu ul.navigation > .mm-dropdown.open > a:before {
    transform: rotate(90deg);
  }
  #main-menu .menu-content {
    display: block;
  }
  .mmc #main-menu {
    overflow: visible;
  }
  .mmc #main-menu ul.navigation > li {
    width: auto;
  }
  .mmc #main-menu ul.navigation > li > a {
    text-align: center;
  }
  .mmc #main-menu ul.navigation > li > a > .menu-icon {
    margin: 0;
    text-align: center;
  }
  .mmc #main-menu ul.navigation > li > a > .badge,
  .mmc #main-menu ul.navigation > li > a > .label {
    display: none;
  }
  .mmc #main-menu ul.navigation > li > a > .mm-text {
    display: none;
  }
  .mmc #main-menu ul.navigation > .mm-dropdown > a {
    padding-right: 14px;
  }
  .mmc #main-menu ul.navigation > .mm-dropdown > a:before {
    display: none;
  }
  .mmc #main-menu ul.navigation > .mm-dropdown.open > ul {
    display: none;
  }
  .mmc #main-menu ul.navigation > .mm-dropdown.open > a:before {
    transform: rotate(0deg);
  }
  .mmc #main-menu .menu-content {
    display: none !important;
  }
  .mmc.main-menu-right #main-menu ul.navigation > .mm-dropdown > a:before {
    content: "\f104";
    left: 7px;
    right: auto;
  }
  .mmc .main-menu-expander:before {
    content: "\f054";
  }
}
.mme #main-navbar {
  position: fixed;
}

@media (max-width: 768px) {
  #main-navbar .navbar-header {
    padding-left: 48px;
  }
  #main-navbar .navbar-header > .navbar-brand img {
    height: 27px !important;
    margin-top: 0 !important;
  }
}
.mme #main-navbar .navbar-header {
  padding-left: 48px;
}

.mme #main-menu,
.mme #main-menu-bg {
  left: 0%;
}

@media (min-width: 769px) {
  #main-wrapper {
    padding-left: 56px;
  }
  #main-navbar .navbar-header {
    padding-left: 25px !important;
  }
  #main-navbar .navbar-header > .navbar-brand img {
    height: 35px !important;
  }
  #main-navbar .navbar-header > .navbar-brand img.logo_image {
    margin-top: -4px;
  }
  .mme #main-navbar {
    position: absolute;
  }
  .mme #content-wrapper {
    left: 179px;
  }
  .mme #main-navbar .navbar-inner {
    left: 0;
    padding-left: 0;
  }
  .mme #main-navbar #main-menu-toggle {
    width: 235px;
  }
}
@media (min-width: 769px) {
  .mme #main-wrapper,
  #main-wrapper {
    padding-left: 235px;
  }
  .mme #content-wrapper,
  .mmc.mme #content-wrapper {
    left: 0;
  }
  .mme #main-navbar .navbar-inner {
    left: 0;
  }
  .mmc #main-wrapper {
    padding-left: 76px;
  }
  #main-navbar .navbar-header {
    padding-left: 25px !important;
    width: 235px;
  }
}
.main-menu-right #main-menu-bg {
  left: auto;
  right: -80%;
}
.main-menu-right #main-menu {
  left: auto;
  right: -80%;
}
.main-menu-right #main-menu .mmc-dropdown-open-ul {
  left: auto;
  right: 100%;
}
.main-menu-right #main-navbar .navbar-header {
  padding-left: 0;
}
.main-menu-right #main-navbar .navbar-inner {
  left: auto;
  right: 0;
}
.main-menu-right #main-navbar #main-menu-toggle {
  left: auto;
  right: 0;
}
.main-menu-right #main-navbar .navbar-toggle {
  right: 56px;
}
.main-menu-right #content-wrapper {
  left: auto;
  right: 0;
}
.main-menu-right.mme #main-navbar .navbar-inner, .main-menu-right.mme #content-wrapper {
  left: auto;
  right: 80%;
}
.main-menu-right.mme #main-menu, .main-menu-right.mme #main-menu-bg {
  left: auto;
  right: 0%;
}
.main-menu-right.mme #main-navbar .navbar-toggle {
  right: 0;
}

@media (min-width: 480px) {
  .main-menu-right #main-wrapper {
    padding-left: 0;
    padding-right: 56px;
  }
  .main-menu-right #main-menu,
  .main-menu-right #main-menu-bg {
    left: auto;
    right: 0;
  }
  .main-menu-right.mme #content-wrapper {
    left: auto;
    right: 179px;
  }
  .main-menu-right.mme #main-navbar .navbar-inner {
    left: auto;
    right: 235px;
  }
  .main-menu-right.mme #main-navbar #main-menu-toggle {
    width: 235px;
  }
}
@media (min-width: 769px) {
  .main-menu-right.mme #main-wrapper,
  .main-menu-right #main-wrapper {
    padding-left: 0;
    padding-right: 235px;
  }
  .main-menu-right.mme #content-wrapper,
  .main-menu-right #content-wrapper {
    right: 0;
  }
  .main-menu-right #main-navbar .navbar-inner, .main-menu-right.mme #main-navbar .navbar-inner, .main-menu-right.mme.mmc #main-navbar .navbar-inner {
    right: 0;
    margin-right: 56px;
    width: auto;
  }
  .main-menu-right.mmc #main-wrapper, .main-menu-right.mme.mmc #main-wrapper {
    padding-right: 56px;
    padding-left: 0;
  }
  .main-menu-right #main-navbar .navbar-header {
    padding-left: 0 !important;
  }
}
body.no-main-menu #main-menu,
body.no-main-menu #main-menu-bg {
  display: none !important;
}
body.no-main-menu #main-menu-toggle {
  display: none !important;
}
body.no-main-menu #main-wrapper {
  padding: 0 !important;
}
body.no-main-menu #content-wrapper {
  left: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  right: 0 !important;
}
body.no-main-menu #main-navbar .navbar-header {
  padding: 0 !important;
}
body.no-main-menu #main-navbar .navbar-inner {
  left: 0 !important;
  margin: 0 !important;
  right: 0 !important;
}

.navbar .label,
.navbar .badge,
.navbar .dropdown-menu > li > a > .label,
.navbar .dropdown-menu > li > a > .badge {
  font-size: 11px;
  padding: 0 4px;
  line-height: 16px;
  top: -1px;
  position: relative;
}
.navbar .nav-icon-btn.dropdown > a:after {
  display: none !important;
}
.navbar .dropdown-menu > li > a > .badge {
  line-height: 14px;
}
.navbar .nav-icon-btn > a {
  width: auto;
}
.navbar .nav-icon-btn > a .label,
.navbar .nav-icon-btn > a .badge {
  display: inline-block;
}
.navbar .nav-icon-btn > a .small-screen-text {
  display: inline-block;
}
.navbar .nav-icon-btn .label,
.navbar .nav-icon-btn .badge,
.navbar .dropdown-menu .label.pull-right,
.navbar .dropdown-menu .badge.pull-right {
  float: right;
  top: 13px;
}
.navbar .nav-icon-btn.nav-icon-btn-success .label {
  background: #5ebd5e;
}
.navbar .nav-icon-btn.nav-icon-btn-warning .label {
  background: #f4b04f;
}
.navbar .nav-icon-btn.nav-icon-btn-danger .label {
  background: #e66454;
}
.navbar .nav-icon-btn.nav-icon-btn-info .label {
  background: #5bc0de;
}

@media (max-width: 768px) {
  .navbar .nav-icon-btn.dropdown > .dropdown-menu {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .navbar .dropdown-menu .label.pull-right,
  .navbar .dropdown-menu .badge.pull-right {
    top: 8px;
  }
  .navbar .dropdown-menu > li > a > .label,
  .navbar .dropdown-menu > li > a > .badge {
    font-size: 10px;
    line-height: 13px;
    top: 1px;
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .navbar .dropdown-menu > li > a > .label {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .navbar .nav-icon-btn {
    font-size: 13px;
  }
  .navbar .nav-icon-btn > a {
    text-align: center;
    width: 65px;
  }
  .navbar .nav-icon-btn > a .nav-icon {
    display: inline-block;
    font-size: 12px;
    margin: 0 !important;
  }
  .navbar .nav-icon-btn > a .label,
  .navbar .nav-icon-btn > a .badge {
    font-size: 8px;
    padding: 0 2px;
    line-height: 10px;
    position: absolute;
    display: block;
    right: 10px;
  }
  .navbar .nav-icon-btn > a .small-screen-text {
    display: none;
  }
}
.btn {
  text-shadow: none;
  line-height: 15px;
  font-weight: 400;
  padding: 7px 12px;
  outline: none !important;
  border-width: 1px;
  border-color: #000;
}
.btn, .btn:active {
  box-shadow: none;
}
.btn > .fa-caret-down {
  font-size: 12px;
}
.btn.glyphicon {
  position: static;
}

.btn-lg, .btn-group-lg > .btn {
  font-size: 15px;
  line-height: 19px;
  padding: 9px 18px;
}

.btn-sm, .btn-group-sm > .btn {
  line-height: 15px;
  padding: 3px 8px;
  border-width: 1px;
  border-style: solid;
}
.btn-sm > .fa-caret-down, .btn-group-sm > .btn > .fa-caret-down {
  font-size: 10px;
}

.btn-xs, .btn-group-xs > .btn {
  font-size: 11px;
  line-height: 12px;
  padding: 4px 7px;
}
.btn-xs > .fa-caret-down, .btn-group-xs > .btn > .fa-caret-down {
  font-size: 10px;
}

.btn.btn-submit, .btn.btn-save-draft, .btn-uppercase {
  text-transform: uppercase;
}

.btn.btn-submit,
.btn.btn-save-draft {
  font-size: 14px;
  min-width: 200px;
  height: 40px;
  line-height: 24px;
  text-align: center;
}

.btn.btn-flat {
  border-bottom-width: 3px;
}
.btn.btn-flat:focus {
  border-bottom-width: 3px;
}
.btn.btn-flat:active {
  border-bottom-width: 1px !important;
  margin-top: 2px;
  box-shadow: none;
}
.btn.btn-flat.btn-lg, .btn-group-lg > .btn.btn-flat {
  border-bottom-width: 3px;
}
.btn.btn-flat.btn-lg:active, .btn-group-lg > .btn.btn-flat:active {
  margin-top: 2px;
}
.btn.btn-flat.btn-xs, .btn-group-xs > .btn.btn-flat {
  border-bottom-width: 2px;
}
.btn.btn-flat.btn-xs:active, .btn-group-xs > .btn.btn-flat:active {
  margin-top: 1px;
}

.workflow .btn-default.not-available {
  background: #ccc;
}
.workflow .btn-default.not-available:hover {
  background: #ccc !important;
}

.btn.btn-outline,
.btn.btn-outline.btn-flat,
.btn.btn-outline.btn-primary,
.btn.btn-outline.btn-flat.btn-primary {
  background: none;
  color: #555;
}
.btn.btn-outline, .btn.btn-outline:focus, .btn-group > .btn.btn-outline, .btn-group > .btn.btn-outline:focus, .input-group-btn > .btn.btn-outline, .input-group-btn > .btn.btn-outline:focus,
.btn.btn-outline.btn-flat,
.btn.btn-outline.btn-flat:focus,
.btn-group > .btn.btn-outline.btn-flat,
.btn-group > .btn.btn-outline.btn-flat:focus,
.input-group-btn > .btn.btn-outline.btn-flat,
.input-group-btn > .btn.btn-outline.btn-flat:focus,
.btn.btn-outline.btn-primary,
.btn.btn-outline.btn-primary:focus,
.btn-group > .btn.btn-outline.btn-primary,
.btn-group > .btn.btn-outline.btn-primary:focus,
.input-group-btn > .btn.btn-outline.btn-primary,
.input-group-btn > .btn.btn-outline.btn-primary:focus,
.btn.btn-outline.btn-flat.btn-primary,
.btn.btn-outline.btn-flat.btn-primary:focus,
.btn-group > .btn.btn-outline.btn-flat.btn-primary,
.btn-group > .btn.btn-outline.btn-flat.btn-primary:focus,
.input-group-btn > .btn.btn-outline.btn-flat.btn-primary,
.input-group-btn > .btn.btn-outline.btn-flat.btn-primary:focus {
  background: none;
  border-color: #e0e0e0;
  border-color: rgba(0, 0, 0, 0.12);
}

.btn.btn-outline.dark,
.btn.btn-outline.dark.btn-primary {
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
}
.btn.btn-outline.dark, .btn.btn-outline.dark:focus,
.btn.btn-outline.dark.btn-primary,
.btn.btn-outline.dark.btn-primary:focus {
  border-color: #595959;
  border-color: rgba(255, 255, 255, 0.12);
}
.btn.btn-outline.dark:hover, .btn.btn-outline.dark:active,
.btn.btn-outline.dark.btn-primary:hover,
.btn.btn-outline.dark.btn-primary:active {
  border-color: transparent !important;
}

.btn.btn-rounded {
  border-radius: 9999px;
}

.btn-rounded.btn-flat {
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}
.btn-rounded.btn-flat, .btn-rounded.btn-flat:hover, .btn-rounded.btn-flat:focus {
  border-bottom-width: 2px;
}
.btn-rounded.btn-flat.btn-lg, .btn-group-lg > .btn-rounded.btn-flat.btn, .btn-rounded.btn-flat.btn-lg:hover, .btn-rounded.btn-flat.btn-lg:focus {
  border-bottom-width: 3px;
}
.btn-rounded.btn-flat:active {
  margin-top: 1px;
}
.btn-rounded.btn-flat.btn:hover, .btn-rounded.btn-flat.btn-outline.btn:hover, .btn-rounded.btn-flat.btn:focus {
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}
.btn-rounded.btn-flat.btn-outline:focus {
  border-color: #e0e0e0;
  border-color: rgba(0, 0, 0, 0.12);
}
.btn-rounded.btn-flat.btn-outline.dark:focus {
  border-color: #595959;
  border-color: rgba(255, 255, 255, 0.12);
}

.btn-default {
  border-width: 1px;
}

.btn-success {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-info {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-warning {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-danger {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-sm.btn-info, .btn-group-sm > .btn-info.btn {
  background: white;
  color: #5bc0de;
}
.btn-sm.btn-info, .btn-group-sm > .btn-info.btn, .btn-sm.btn-info:focus {
  border-color: #46b8da;
  border-bottom-color: #2caed5;
}
.btn-sm.btn-info:hover, .btn-group-sm > .btn-info.btn:hover {
  border-color: #39b3d7;
}
.btn-sm.btn-info:active, .btn-group-sm > .btn-info.btn:active, .btn-sm.btn-info.active, .btn-group-sm > .btn-info.active.btn {
  background: white;
  color: #5bc0de;
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.25);
}
.open .btn-sm.btn-info.dropdown-toggle, .open .btn-group-sm > .btn-info.dropdown-toggle.btn {
  border-color: #28a4c9;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
}
.btn-group .btn-sm.btn-info, .btn-group .btn-group-sm > .btn-info.btn, .btn-group .btn-sm.btn-info:focus, .input-group-btn .btn-sm.btn-info, .input-group-btn .btn-group-sm > .btn-info.btn, .input-group-btn .btn-sm.btn-info:focus {
  border-left-color: #39b3d7;
  border-right-color: #39b3d7;
}
.btn-group .btn-sm.btn-info:hover, .btn-group .btn-group-sm > .btn-info.btn:hover, .btn-group.open .btn-sm.btn-info.dropdown-toggle, .btn-group.open .btn-group-sm > .btn-info.dropdown-toggle.btn, .input-group-btn .btn-sm.btn-info:hover, .input-group-btn .btn-group-sm > .btn-info.btn:hover, .input-group-btn.open .btn-sm.btn-info.dropdown-toggle, .input-group-btn.open .btn-group-sm > .btn-info.dropdown-toggle.btn {
  border-color: #39b3d7;
  border-bottom-color: #2596b8;
}
.btn-group .btn-sm.btn-info:active, .btn-group .btn-group-sm > .btn-info.btn:active, .btn-group .btn-sm.btn-info.active, .btn-group .btn-group-sm > .btn-info.active.btn, .input-group-btn .btn-sm.btn-info:active, .input-group-btn .btn-group-sm > .btn-info.btn:active, .input-group-btn .btn-sm.btn-info.active, .input-group-btn .btn-group-sm > .btn-info.active.btn {
  border-left-color: #28a4c9;
  border-right-color: #28a4c9;
}

.btn-sm.btn-success, .btn-group-sm > .btn-success.btn {
  background: white;
  color: #5ebd5e;
}
.btn-sm.btn-success, .btn-group-sm > .btn-success.btn, .btn-sm.btn-success:focus {
  border-color: #4cb64c;
  border-bottom-color: #42a142;
}
.btn-sm.btn-success:hover, .btn-group-sm > .btn-success.btn:hover {
  border-color: #46ac46;
}
.btn-sm.btn-success:active, .btn-group-sm > .btn-success.btn:active, .btn-sm.btn-success.active, .btn-group-sm > .btn-success.active.btn {
  background: white;
  color: #5ebd5e;
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.25);
}
.open .btn-sm.btn-success.dropdown-toggle, .open .btn-group-sm > .btn-success.dropdown-toggle.btn {
  border-color: #3e963e;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
}
.btn-group .btn-sm.btn-success, .btn-group .btn-group-sm > .btn-success.btn, .btn-group .btn-sm.btn-success:focus, .input-group-btn .btn-sm.btn-success, .input-group-btn .btn-group-sm > .btn-success.btn, .input-group-btn .btn-sm.btn-success:focus {
  border-left-color: #46ac46;
  border-right-color: #46ac46;
}
.btn-group .btn-sm.btn-success:hover, .btn-group .btn-group-sm > .btn-success.btn:hover, .btn-group.open .btn-sm.btn-success.dropdown-toggle, .btn-group.open .btn-group-sm > .btn-success.dropdown-toggle.btn, .input-group-btn .btn-sm.btn-success:hover, .input-group-btn .btn-group-sm > .btn-success.btn:hover, .input-group-btn.open .btn-sm.btn-success.dropdown-toggle, .input-group-btn.open .btn-group-sm > .btn-success.dropdown-toggle.btn {
  border-color: #46ac46;
  border-bottom-color: #388838;
}
.btn-group .btn-sm.btn-success:active, .btn-group .btn-group-sm > .btn-success.btn:active, .btn-group .btn-sm.btn-success.active, .btn-group .btn-group-sm > .btn-success.active.btn, .input-group-btn .btn-sm.btn-success:active, .input-group-btn .btn-group-sm > .btn-success.btn:active, .input-group-btn .btn-sm.btn-success.active, .input-group-btn .btn-group-sm > .btn-success.active.btn {
  border-left-color: #3e963e;
  border-right-color: #3e963e;
}

.btn-sm.btn-warning, .btn-group-sm > .btn-warning.btn {
  background: white;
  color: #f4b04f;
  background: #f3aa41;
  color: #fff;
  padding: 5px 10px;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.btn-sm.btn-warning, .btn-group-sm > .btn-warning.btn, .btn-sm.btn-warning:focus {
  border-color: #f3a537;
  border-bottom-color: #f1981a;
}
.btn-sm.btn-warning:hover, .btn-group-sm > .btn-warning.btn:hover {
  border-color: #f29f29;
}
.btn-sm.btn-warning:active, .btn-group-sm > .btn-warning.btn:active, .btn-sm.btn-warning.active, .btn-group-sm > .btn-warning.active.btn {
  background: white;
  color: #f4b04f;
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.25);
}
.open .btn-sm.btn-warning.dropdown-toggle, .open .btn-group-sm > .btn-warning.dropdown-toggle.btn {
  border-color: #ed910f;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
}
.btn-group .btn-sm.btn-warning, .btn-group .btn-group-sm > .btn-warning.btn, .btn-group .btn-sm.btn-warning:focus, .input-group-btn .btn-sm.btn-warning, .input-group-btn .btn-group-sm > .btn-warning.btn, .input-group-btn .btn-sm.btn-warning:focus {
  border-left-color: #f29f29;
  border-right-color: #f29f29;
}
.btn-group .btn-sm.btn-warning:hover, .btn-group .btn-group-sm > .btn-warning.btn:hover, .btn-group.open .btn-sm.btn-warning.dropdown-toggle, .btn-group.open .btn-group-sm > .btn-warning.dropdown-toggle.btn, .input-group-btn .btn-sm.btn-warning:hover, .input-group-btn .btn-group-sm > .btn-warning.btn:hover, .input-group-btn.open .btn-sm.btn-warning.dropdown-toggle, .input-group-btn.open .btn-group-sm > .btn-warning.dropdown-toggle.btn {
  border-color: #f29f29;
  border-bottom-color: #da860e;
}
.btn-group .btn-sm.btn-warning:active, .btn-group .btn-group-sm > .btn-warning.btn:active, .btn-group .btn-sm.btn-warning.active, .btn-group .btn-group-sm > .btn-warning.active.btn, .input-group-btn .btn-sm.btn-warning:active, .input-group-btn .btn-group-sm > .btn-warning.btn:active, .input-group-btn .btn-sm.btn-warning.active, .input-group-btn .btn-group-sm > .btn-warning.active.btn {
  border-left-color: #ed910f;
  border-right-color: #ed910f;
}
.btn-sm.btn-warning:active, .btn-group-sm > .btn-warning.btn:active, .btn-sm.btn-warning.active, .btn-group-sm > .btn-warning.active.btn {
  background: #f3aa41;
  color: #fff;
}

.btn-sm.btn-danger, .btn-group-sm > .btn-danger.btn {
  background: white;
  color: #e66454;
}
.btn-sm.btn-danger, .btn-group-sm > .btn-danger.btn, .btn-sm.btn-danger:focus {
  border-color: #e3503e;
  border-bottom-color: #df3823;
}
.btn-sm.btn-danger:hover, .btn-group-sm > .btn-danger.btn:hover {
  border-color: #e14430;
}
.btn-sm.btn-danger:active, .btn-group-sm > .btn-danger.btn:active, .btn-sm.btn-danger.active, .btn-group-sm > .btn-danger.active.btn {
  background: white;
  color: #e66454;
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.25);
}
.open .btn-sm.btn-danger.dropdown-toggle, .open .btn-group-sm > .btn-danger.dropdown-toggle.btn {
  border-color: #d4331f;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
}
.btn-group .btn-sm.btn-danger, .btn-group .btn-group-sm > .btn-danger.btn, .btn-group .btn-sm.btn-danger:focus, .input-group-btn .btn-sm.btn-danger, .input-group-btn .btn-group-sm > .btn-danger.btn, .input-group-btn .btn-sm.btn-danger:focus {
  border-left-color: #e14430;
  border-right-color: #e14430;
}
.btn-group .btn-sm.btn-danger:hover, .btn-group .btn-group-sm > .btn-danger.btn:hover, .btn-group.open .btn-sm.btn-danger.dropdown-toggle, .btn-group.open .btn-group-sm > .btn-danger.dropdown-toggle.btn, .input-group-btn .btn-sm.btn-danger:hover, .input-group-btn .btn-group-sm > .btn-danger.btn:hover, .input-group-btn.open .btn-sm.btn-danger.dropdown-toggle, .input-group-btn.open .btn-group-sm > .btn-danger.dropdown-toggle.btn {
  border-color: #e14430;
  border-bottom-color: #c22e1c;
}
.btn-group .btn-sm.btn-danger:active, .btn-group .btn-group-sm > .btn-danger.btn:active, .btn-group .btn-sm.btn-danger.active, .btn-group .btn-group-sm > .btn-danger.active.btn, .input-group-btn .btn-sm.btn-danger:active, .input-group-btn .btn-group-sm > .btn-danger.btn:active, .input-group-btn .btn-sm.btn-danger.active, .input-group-btn .btn-group-sm > .btn-danger.active.btn {
  border-left-color: #d4331f;
  border-right-color: #d4331f;
}

.btn.not-available {
  background: white;
  color: #cdcdcd;
}
.btn.not-available, .btn.not-available:focus {
  border-color: silver;
  border-bottom-color: #b1b1b1;
}
.btn.not-available:hover {
  border-color: #b9b9b9;
}
.btn.not-available:active, .btn.not-available.active {
  background: white;
  color: #cdcdcd;
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.25);
}
.open .btn.not-available.dropdown-toggle {
  border-color: darkgray;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
}
.btn-group .btn.not-available, .btn-group .btn.not-available:focus, .input-group-btn .btn.not-available, .input-group-btn .btn.not-available:focus {
  border-left-color: #b9b9b9;
  border-right-color: #b9b9b9;
}
.btn-group .btn.not-available:hover, .btn-group.open .btn.not-available.dropdown-toggle, .input-group-btn .btn.not-available:hover, .input-group-btn.open .btn.not-available.dropdown-toggle {
  border-color: #b9b9b9;
  border-bottom-color: #9f9f9f;
}
.btn-group .btn.not-available:active, .btn-group .btn.not-available.active, .input-group-btn .btn.not-available:active, .input-group-btn .btn.not-available.active {
  border-left-color: darkgray;
  border-right-color: darkgray;
}

.text-right:not(.status-column) > .btn.btn-success {
  font-size: 14px;
  border: 0;
}

.btn.btn-outline.disabled,
.btn.btn-outline[disabled] {
  background: none !important;
  color: #555 !important;
}
.btn.btn-outline.disabled, .btn.btn-outline.disabled:active, .btn.btn-outline.disabled.active, .btn.btn-outline.disabled:hover, .btn.btn-outline.disabled:visited, .btn.btn-outline.disabled:link, .btn.btn-outline.disabled:focus,
.btn.btn-outline[disabled],
.btn.btn-outline[disabled]:active,
.btn.btn-outline[disabled].active,
.btn.btn-outline[disabled]:hover,
.btn.btn-outline[disabled]:visited,
.btn.btn-outline[disabled]:link,
.btn.btn-outline[disabled]:focus {
  background: none !important;
  border-color: #e0e0e0 !important;
  border-color: rgba(0, 0, 0, 0.12) !important;
  box-shadow: none !important;
}

.btn.btn-flat.disabled:active,
.btn.btn-flat[disabled]:active {
  margin-top: 0 !important;
  border-bottom-width: 3px !important;
}

.btn.btn-flat.btn-rounded.disabled:active,
.btn.btn-flat.btn-rounded[disabled]:active {
  border-bottom-width: 2px !important;
}

.btn.btn-labeled {
  position: relative;
}
.btn.btn-labeled .btn-label {
  display: block;
  float: left;
  margin: -8px 12px -8px -13px;
  padding: 8px 10px;
  position: relative;
  background: rgba(0, 0, 0, 0.06);
  line-height: 15px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.btn.btn-labeled .btn-label.icon {
  font-size: 14px;
}
.btn.btn-labeled.btn-lg .btn-label, .btn-group-lg > .btn.btn-labeled .btn-label {
  margin: -10px 18px -10px -19px;
  padding: 10px 13px;
  line-height: 19px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.btn.btn-labeled.btn-lg .btn-label.icon, .btn-group-lg > .btn.btn-labeled .btn-label.icon {
  font-size: 15px;
}
.btn.btn-labeled.btn-sm .btn-label, .btn-group-sm > .btn.btn-labeled .btn-label {
  margin: -5px 9px -5px -10px;
  padding: 5px 7px;
  line-height: 15px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.btn.btn-labeled.btn-sm .btn-label.icon, .btn-group-sm > .btn.btn-labeled .btn-label.icon {
  font-size: 11px;
}
.btn.btn-labeled.btn-xs .btn-label, .btn-group-xs > .btn.btn-labeled .btn-label {
  margin: -5px 9px -5px -8px;
  padding: 5px 6px;
  line-height: 12px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.btn.btn-labeled.btn-xs .btn-label.icon, .btn-group-xs > .btn.btn-labeled .btn-label.icon {
  font-size: 11px;
}

.btn.btn-rounded.btn-labeled .btn-label,
.btn.btn-lg.btn-rounded.btn-labeled .btn-label,
.btn.btn-sm.btn-rounded.btn-labeled .btn-label,
.btn.btn-xs.btn-rounded.btn-labeled .btn-label {
  border-bottom-left-radius: 9999px;
  border-top-left-radius: 9999px;
}

.btn-burger > button {
  font-size: 16px;
  background: #c3c4c6;
  background-image: linear-gradient(to bottom, rgb(255, 255, 255) 40%, rgba(255, 255, 255, 0) 100%);
  border: 0;
  height: 28px;
  padding: 6px 12px;
  top: 3px;
}
@media (min-width: 769px) {
  .btn-burger > button:hover {
    background: #c3c4c6 !important;
    color: #fff;
  }
}
.btn-burger.open > button {
  background: #fff !important;
  border-color: #fff !important;
}
.btn-burger.open > ul {
  margin-top: 4px;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3);
}
.btn-burger.open > ul > li > a {
  vertical-align: middle;
  line-height: 20px;
}
.btn-burger.open > ul > li > a > i {
  margin-right: 10px;
}

.btn-helptip:hover, .btn-helptip:focus {
  border-color: #f19a1f;
  border-bottom-color: #e38b0e;
  color: #fff;
}
.btn-helptip:hover {
  background-color: #f3aa41;
}
.btn-helptip:focus {
  background-color: #ec971f;
}

.btn-remove-material {
  display: inline-block;
  position: absolute;
  right: 20%;
}

.light-btn-column,
.dark-btn-column {
  white-space: nowrap;
}
.light-btn-column a,
.dark-btn-column a {
  padding: 7px 12px;
  font-size: 12px;
  line-height: 1em;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0) 20px) !important;
}
.light-btn-column a:hover,
.dark-btn-column a:hover {
  background-image: none !important;
}

.comment-btn-column > .btn {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0, rgba(255, 255, 255, 0) 50%);
}

td .btn-setting {
  font-size: 16px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 20px);
  width: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 0;
  border-radius: 5px;
}

input.btn-iframe-submit {
  min-width: 50% !important;
}

.wysiwyg-helper-btn {
  position: absolute;
  text-align: right;
  right: calc(25% - 31px);
  padding-top: 1px;
}

.panel-footer > input.btn-save-draft,
.panel-footer > button.btn-save-draft,
.panel-footer > input.btn-submit,
.panel-footer > button.btn-submit {
  margin-top: 5px;
}

@media (max-width: 768px) {
  .panel-footer > input.btn-submit,
  .panel-footer > button.btn-submit {
    border-radius: 2px;
    text-transform: uppercase;
  }
}
@media (max-width: 768px) and (max-width: 767px) {
  .panel-footer > input.btn-submit,
  .panel-footer > button.btn-submit {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .panel-footer > input.btn-save-draft,
  .panel-footer > button.btn-save-draft {
    width: calc(33% - 5px);
    min-width: calc(33% - 10px);
    margin-right: 10px;
    margin-top: 5px;
    border-radius: 2px;
    display: inline-block;
    text-transform: uppercase;
  }
  .panel-footer > input.btn-save-draft + input.btn-submit, .panel-footer > input.btn-save-draft + button.btn-submit,
  .panel-footer > button.btn-save-draft + input.btn-submit,
  .panel-footer > button.btn-save-draft + button.btn-submit {
    width: calc(33% - 5px);
    min-width: calc(33% - 10px);
    display: inline-block;
    text-transform: uppercase;
  }
}
@media (max-width: 768px) and (min-width: 768px) {
  .panel-footer > input.btn-save-draft,
  .panel-footer > button.btn-save-draft {
    display: block;
    margin-bottom: 10px;
  }
  .panel-footer > input.btn-save-draft + input.btn-submit, .panel-footer > input.btn-save-draft + button.btn-submit,
  .panel-footer > button.btn-save-draft + input.btn-submit,
  .panel-footer > button.btn-save-draft + button.btn-submit {
    display: block;
  }
}
@media (max-width: 768px) {
  .footer-helper-btn {
    margin: 10px 0 0 0 !important;
  }
}
@media (max-width: 768px) and (max-width: 767px) {
  .wysiwyg-helper-btn {
    position: relative;
    height: 15px;
    right: 0;
  }
  .btn-remove-material {
    left: calc(100% - 37px);
    position: relative;
    background: #c9e1f1;
    height: 30px;
    line-height: 1em;
    padding: 6px 12px 8px;
    margin-bottom: -16px;
  }
  .add-material-wrapper {
    text-align: center;
  }
}
.search-buttons {
  margin-top: 5px;
}
.search-buttons .btn-toolbar {
  justify-content: center;
  display: flex;
}
.search-buttons .btn {
  margin: 0;
  border-width: 1px;
}

.side-buttons {
  padding: 15px 10px;
}

.side-buttons a {
  margin: 0 0 10px 0;
  display: block;
  text-transform: uppercase;
}

.primary-button,
.secondary-button,
.tertiary-button,
.theme-bfd .link-button,
.theme-cts .link-button,
.theme-rms .link-button,
.theme-blue .link-button,
.theme-finao .link-button {
  border: none;
  min-width: 160px;
  height: 40px;
  padding: 11px 13px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 -1px 1px rgba(255, 255, 255, 0.583956);
  border-radius: 4px;
}
.primary-button:active,
.secondary-button:active,
.tertiary-button:active,
.theme-bfd .link-button:active,
.theme-cts .link-button:active,
.theme-rms .link-button:active,
.theme-blue .link-button:active,
.theme-finao .link-button:active {
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.05);
}

.search-button {
  min-width: 120px;
}

.tooltip-button {
  padding: 7px 12px;
  min-width: 0;
  height: auto;
}

@media (max-width: 767px) {
  .tooltip-button {
    padding: 7px 12px;
    min-width: 0;
    height: auto;
    float: right;
    margin-right: 15px;
    margin-top: 5px;
  }
  .primary-button.disabled, .primary-button[disabled],
  .secondary-button.disabled,
  .secondary-button[disabled],
  .tertiary-button.disabled,
  .theme-bfd .disabled.link-button,
  .theme-cts .disabled.link-button,
  .theme-rms .disabled.link-button,
  .theme-blue .disabled.link-button,
  .theme-finao .disabled.link-button,
  .tertiary-button[disabled],
  .theme-bfd [disabled].link-button,
  .theme-cts [disabled].link-button,
  .theme-rms [disabled].link-button,
  .theme-blue [disabled].link-button,
  .theme-finao [disabled].link-button {
    min-width: 0;
    width: 40px;
  }
  .panel-footer > input.secondary-button,
  .panel-footer > button.secondary-button,
  .panel-footer > input.primary-button,
  .panel-footer > button.primary-button {
    margin-right: 5px;
  }
  .panel-footer > input.secondary-button.disabled, .panel-footer > input.secondary-button[disabled],
  .panel-footer > button.secondary-button.disabled,
  .panel-footer > button.secondary-button[disabled],
  .panel-footer > input.primary-button.disabled,
  .panel-footer > input.primary-button[disabled],
  .panel-footer > button.primary-button.disabled,
  .panel-footer > button.primary-button[disabled] {
    min-width: 0;
    width: 40px;
  }
}
@media (max-width: 1024px) {
  .panel-footer > input.btn,
  .panel-footer > button.btn {
    padding-left: 1px;
    padding-right: 1px;
    font-size: 12px;
  }
  .panel-footer > input.secondary-button,
  .panel-footer > button.secondary-button,
  .panel-footer > input.primary-button,
  .panel-footer > button.primary-button {
    width: calc(33% - 5px);
    min-width: calc(33% + 15px);
    margin-top: 5px;
    display: inline-block;
  }
  .panel-footer > input:last-child {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .form-button {
    min-width: 85px;
  }
}
.search-button {
  font-size: 13px;
}

.login-button {
  min-width: 45%;
}

@media (min-width: 768px) {
  .search-button {
    min-width: 46%;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  background-color: rgba(0, 0, 0, 0.06);
  height: 13px;
}

.progress-bar {
  background: none;
  border: 1px solid;
  box-shadow: none;
}

.progress .progress-bar.progress-bar-info {
  background: #5bc0de;
  border-color: #42b6d9;
}

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

.progress .progress-bar.progress-bar-success {
  background: #5ebd5e;
  border-color: #49b349;
}

.progress.progress-striped .progress-bar.progress-bar-success {
  background-color: #5ebd5e;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px;
}

.progress .progress-bar.progress-bar-warning {
  background: #f4b04f;
  border-color: #f2a332;
}

.progress.progress-striped .progress-bar.progress-bar-warning {
  background-color: #f4b04f;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px;
}

.progress .progress-bar.progress-bar-danger {
  background: #e66454;
  border-color: #e24c39;
}

.progress.progress-striped .progress-bar.progress-bar-danger {
  background-color: #e66454;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px;
}

.label {
  color: #fff;
  font-size: 11px;
  line-height: 20px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  padding: 0 6px;
  display: inline-block;
  font-weight: 600;
}
.label.pull-right {
  margin: 0;
}

h1 .label,
h2 .label,
h3 .label,
h4 .label,
h5 .label,
h6 .label {
  font-size: 75%;
  padding: 0.2em 0.5em;
}

@media (max-width: 767px) {
  label.control-label.required {
    margin-right: 10px;
  }
}
.label.label-tag {
  display: inline-block;
  font-size: 11px;
  line-height: 18px;
  margin-left: 12px;
  padding: 0 5px;
  position: relative;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.label.label-tag:before {
  content: "";
  display: block;
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 12px 10px 0;
  border-color: transparent #b0b0b0 transparent transparent;
  -webkit-transform: rotate(360deg);
  margin-left: -17px;
  top: -1px;
}
.label.label-tag:after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 99px;
  margin: -12px 0 0 -10px;
}

.ie8 .label.label-tag:after {
  display: none !important;
}

.label {
  background: #b0b0b0;
}
.label[href]:hover, .label[href]:focus {
  background-color: #979797;
}
.label.label-tag {
  border: 1px solid #b0b0b0;
}
.label.label-tag:before {
  border-color: transparent #b0b0b0 transparent transparent;
}
.label.label-tag[href]:hover, .label.label-tag[href]:focus {
  border-color: #979797;
}
.label.label-tag[href]:hover:before, .label.label-tag[href]:focus:before {
  border-color: transparent #979797 transparent transparent;
}
.right-to-left .label.label-tag:before {
  border-color: transparent transparent transparent #b0b0b0;
}
.right-to-left .label.label-tag[href]:hover:before, .right-to-left .label.label-tag[href]:focus:before {
  border-color: transparent transparent transparent #979797;
}
.ie8 .right-to-left .label.label-tag:before, .ie9 .right-to-left .label.label-tag:before {
  border-color: transparent #b0b0b0 transparent transparent;
}
.ie8 .right-to-left .label.label-tag[href]:hover:before, .ie8 .right-to-left .label.label-tag[href]:focus:before, .ie9 .right-to-left .label.label-tag[href]:hover:before, .ie9 .right-to-left .label.label-tag[href]:focus:before {
  border-color: transparent #979797 transparent transparent;
}

.label.label-success {
  background: #5ebd5e;
}
.label.label-success[href]:hover, .label.label-success[href]:focus {
  background-color: #43a543;
}
.label.label-success.label-tag {
  border: 1px solid #5ebd5e;
}
.label.label-success.label-tag:before {
  border-color: transparent #5ebd5e transparent transparent;
}
.label.label-success.label-tag[href]:hover, .label.label-success.label-tag[href]:focus {
  border-color: #43a543;
}
.label.label-success.label-tag[href]:hover:before, .label.label-success.label-tag[href]:focus:before {
  border-color: transparent #43a543 transparent transparent;
}
.right-to-left .label.label-success.label-tag:before {
  border-color: transparent transparent transparent #5ebd5e;
}
.right-to-left .label.label-success.label-tag[href]:hover:before, .right-to-left .label.label-success.label-tag[href]:focus:before {
  border-color: transparent transparent transparent #43a543;
}
.ie8 .right-to-left .label.label-success.label-tag:before, .ie9 .right-to-left .label.label-success.label-tag:before {
  border-color: transparent #5ebd5e transparent transparent;
}
.ie8 .right-to-left .label.label-success.label-tag[href]:hover:before, .ie8 .right-to-left .label.label-success.label-tag[href]:focus:before, .ie9 .right-to-left .label.label-success.label-tag[href]:hover:before, .ie9 .right-to-left .label.label-success.label-tag[href]:focus:before {
  border-color: transparent #43a543 transparent transparent;
}

.label.label-warning {
  background: #f4b04f;
}
.label.label-warning[href]:hover, .label.label-warning[href]:focus {
  background-color: #f19a1f;
}
.label.label-warning.label-tag {
  border: 1px solid #f4b04f;
}
.label.label-warning.label-tag:before {
  border-color: transparent #f4b04f transparent transparent;
}
.label.label-warning.label-tag[href]:hover, .label.label-warning.label-tag[href]:focus {
  border-color: #f19a1f;
}
.label.label-warning.label-tag[href]:hover:before, .label.label-warning.label-tag[href]:focus:before {
  border-color: transparent #f19a1f transparent transparent;
}
.right-to-left .label.label-warning.label-tag:before {
  border-color: transparent transparent transparent #f4b04f;
}
.right-to-left .label.label-warning.label-tag[href]:hover:before, .right-to-left .label.label-warning.label-tag[href]:focus:before {
  border-color: transparent transparent transparent #f19a1f;
}
.ie8 .right-to-left .label.label-warning.label-tag:before, .ie9 .right-to-left .label.label-warning.label-tag:before {
  border-color: transparent #f4b04f transparent transparent;
}
.ie8 .right-to-left .label.label-warning.label-tag[href]:hover:before, .ie8 .right-to-left .label.label-warning.label-tag[href]:focus:before, .ie9 .right-to-left .label.label-warning.label-tag[href]:hover:before, .ie9 .right-to-left .label.label-warning.label-tag[href]:focus:before {
  border-color: transparent #f19a1f transparent transparent;
}

.label.label-danger {
  background: #e66454;
}
.label.label-danger[href]:hover, .label.label-danger[href]:focus {
  background-color: #df3c28;
}
.label.label-danger.label-tag {
  border: 1px solid #e66454;
}
.label.label-danger.label-tag:before {
  border-color: transparent #e66454 transparent transparent;
}
.label.label-danger.label-tag[href]:hover, .label.label-danger.label-tag[href]:focus {
  border-color: #df3c28;
}
.label.label-danger.label-tag[href]:hover:before, .label.label-danger.label-tag[href]:focus:before {
  border-color: transparent #df3c28 transparent transparent;
}
.right-to-left .label.label-danger.label-tag:before {
  border-color: transparent transparent transparent #e66454;
}
.right-to-left .label.label-danger.label-tag[href]:hover:before, .right-to-left .label.label-danger.label-tag[href]:focus:before {
  border-color: transparent transparent transparent #df3c28;
}
.ie8 .right-to-left .label.label-danger.label-tag:before, .ie9 .right-to-left .label.label-danger.label-tag:before {
  border-color: transparent #e66454 transparent transparent;
}
.ie8 .right-to-left .label.label-danger.label-tag[href]:hover:before, .ie8 .right-to-left .label.label-danger.label-tag[href]:focus:before, .ie9 .right-to-left .label.label-danger.label-tag[href]:hover:before, .ie9 .right-to-left .label.label-danger.label-tag[href]:focus:before {
  border-color: transparent #df3c28 transparent transparent;
}

.label.label-info {
  background: #5bc0de;
}
.label.label-info[href]:hover, .label.label-info[href]:focus {
  background-color: #31b0d5;
}
.label.label-info.label-tag {
  border: 1px solid #5bc0de;
}
.label.label-info.label-tag:before {
  border-color: transparent #5bc0de transparent transparent;
}
.label.label-info.label-tag[href]:hover, .label.label-info.label-tag[href]:focus {
  border-color: #31b0d5;
}
.label.label-info.label-tag[href]:hover:before, .label.label-info.label-tag[href]:focus:before {
  border-color: transparent #31b0d5 transparent transparent;
}
.right-to-left .label.label-info.label-tag:before {
  border-color: transparent transparent transparent #5bc0de;
}
.right-to-left .label.label-info.label-tag[href]:hover:before, .right-to-left .label.label-info.label-tag[href]:focus:before {
  border-color: transparent transparent transparent #31b0d5;
}
.ie8 .right-to-left .label.label-info.label-tag:before, .ie9 .right-to-left .label.label-info.label-tag:before {
  border-color: transparent #5bc0de transparent transparent;
}
.ie8 .right-to-left .label.label-info.label-tag[href]:hover:before, .ie8 .right-to-left .label.label-info.label-tag[href]:focus:before, .ie9 .right-to-left .label.label-info.label-tag[href]:hover:before, .ie9 .right-to-left .label.label-info.label-tag[href]:focus:before {
  border-color: transparent #31b0d5 transparent transparent;
}

.lozenge {
  border-radius: 20px;
  padding: 2px 10px;
}

.badge {
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  line-height: 18px;
  padding: 0 8px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.badge.pull-right {
  margin: 0;
}

.badge {
  background: #b0b0b0;
  border: 1px solid #b0b0b0;
}
.badge[href]:hover, .badge[href]:focus {
  background-color: #979797;
  border-color: #979797;
}

.badge.badge-success {
  background: #5ebd5e;
  border: 1px solid #5ebd5e;
}
.badge.badge-success[href]:hover, .badge.badge-success[href]:focus {
  background-color: #43a543;
  border-color: #43a543;
}

.badge.badge-warning {
  background: #f4b04f;
  border: 1px solid #f4b04f;
}
.badge.badge-warning[href]:hover, .badge.badge-warning[href]:focus {
  background-color: #f19a1f;
  border-color: #f19a1f;
}

.badge.badge-danger {
  background: #e66454;
  border: 1px solid #e66454;
}
.badge.badge-danger[href]:hover, .badge.badge-danger[href]:focus {
  background-color: #df3c28;
  border-color: #df3c28;
}

.badge.badge-info {
  background: #5bc0de;
  border: 1px solid #5bc0de;
}
.badge.badge-info[href]:hover, .badge.badge-info[href]:focus {
  background-color: #31b0d5;
  border-color: #31b0d5;
}

.breadcrumb {
  background: none;
  margin-bottom: 15px;
  position: relative;
}
.breadcrumb li + li:before {
  color: #ccc;
  content: "\f054";
  font-family: FontAwesome;
  font-size: 7px;
  display: inline-block;
  line-height: 8px;
  top: -1px;
  left: -1px;
  position: relative;
  padding: 0;
  height: 8px;
  width: 15px;
  text-align: center;
}
.breadcrumb li,
.breadcrumb li a {
  color: #999;
  font-size: 12px;
  line-height: 18px;
  height: 18px;
}
.breadcrumb li:hover,
.breadcrumb li a:hover {
  color: #555;
}
.breadcrumb li.active {
  padding-left: 16px;
  position: relative;
}
.breadcrumb li.active:before {
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 0;
}
.breadcrumb li.active,
.breadcrumb li.active a {
  color: #555;
  text-decoration: none;
}
.breadcrumb.breadcrumb-dark > li + li:before {
  color: #fff;
  color: rgba(255, 255, 255, 0.4);
}
.breadcrumb.breadcrumb-dark li,
.breadcrumb.breadcrumb-dark li a {
  color: #fff;
  color: rgba(255, 255, 255, 0.6);
}
.breadcrumb.breadcrumb-dark li:hover,
.breadcrumb.breadcrumb-dark li a:hover {
  color: #fff;
}
.breadcrumb.breadcrumb-dark li.active,
.breadcrumb.breadcrumb-dark li.active a {
  color: #fff;
}
.breadcrumb.breadcrumb-no-padding {
  padding-left: 0;
  padding-right: 0;
}
.breadcrumb.breadcrumb-page {
  border-radius: 0;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -15px;
  padding-left: 15px;
  padding-right: 15px;
}

.breadcrumb-label {
  float: left;
  font-size: 12px;
  line-height: 18px;
  height: 18px;
  padding-right: 15px;
  margin: 1px 0 -1px 0;
}

.breadcrumb-text {
  font-size: 13px;
  line-height: 1em;
}

.breadcrumb-title {
  font-size: 29px;
  padding: 20px 0px;
  color: #373d42;
  line-height: 1em;
  font-weight: bold;
}

@media (max-width: 768px) {
  .breadcrumb-title {
    padding: 15px 0px 20px 0px;
    font-weight: 400;
  }
}
.breadcrumb-page {
  padding-bottom: 6px;
  padding-top: 6px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.alert, .finao-alert-danger, .finao-alert-success, .finao-alert-warning, .finao-alert-info {
  background: #f9f1c7;
  border-color: #f6deac;
  color: #af8640;
  background-size: 20px 20px;
}
.alert a, .finao-alert-danger a, .finao-alert-success a, .finao-alert-warning a, .finao-alert-info a {
  color: inherit;
  text-decoration: underline;
}
.alert .close, .finao-alert-danger .close, .finao-alert-success .close, .finao-alert-warning .close, .finao-alert-info .close {
  top: 0;
}

.alert.alert-danger, .finao-alert-danger, .alert-danger.finao-alert-success, .alert-danger.finao-alert-warning, .alert-danger.finao-alert-info {
  background: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
  background-size: 20px 20px;
}

.alert.alert-success, .alert-success.finao-alert-danger, .finao-alert-success, .alert-success.finao-alert-warning, .alert-success.finao-alert-info {
  background: #dff0d8;
  border-color: #d0e6be;
  color: #468847;
  background-size: 20px 20px;
}

.alert.alert-info, .alert-info.finao-alert-danger, .alert-info.finao-alert-success, .alert-info.finao-alert-warning, .finao-alert-info {
  background: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
  background-size: 20px 20px;
}

.finao-alert-info.col-sm-offset-4,
.finao-alert-warning.col-sm-offset-4,
.finao-alert-danger.col-sm-offset-4 {
  margin-left: 15px;
}

@media (max-width: 768px) {
  .finao-alert-info.col-sm-5,
  .finao-alert-warning.col-sm-5,
  .finao-alert-danger.col-sm-5 {
    width: calc(100% - 30px);
  }
}
@media (min-width: 768px) {
  .finao-alert-info,
  .finao-alert-warning,
  .finao-alert-danger {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .finao-alert-info.col-sm-5,
  .finao-alert-warning.col-sm-5,
  .finao-alert-danger.col-sm-5 {
    width: calc(41.6666666667% - 30px);
  }
}
.alert.alert-dark, .alert-dark.finao-alert-info, .alert-dark.finao-alert-warning, .alert-dark.finao-alert-success, .alert-dark.finao-alert-danger {
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  background: none;
  border-color: #f19a1f;
  background-color: #f4b04f;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-size: 20px 20px;
}

.alert.alert-danger.alert-dark, .alert-danger.alert-dark.finao-alert-info, .alert-danger.alert-dark.finao-alert-warning, .alert-danger.alert-dark.finao-alert-success, .alert-dark.finao-alert-danger {
  background: none;
  border-color: #df3c28;
  background-color: #e66454;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.04) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.04) 50%, rgba(255, 255, 255, 0.04) 75%, transparent 75%, transparent);
  background-size: 20px 20px;
}

.alert.alert-success.alert-dark, .alert-success.alert-dark.finao-alert-info, .alert-success.alert-dark.finao-alert-warning, .alert-success.alert-dark.finao-alert-danger, .alert-dark.finao-alert-success {
  background: none;
  border-color: #43a543;
  background-color: #5ebd5e;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-size: 20px 20px;
}

.alert.alert-info.alert-dark, .alert-info.alert-dark.finao-alert-warning, .alert-info.alert-dark.finao-alert-success, .alert-info.alert-dark.finao-alert-danger, .alert-dark.finao-alert-info {
  background: none;
  border-color: #31b0d5;
  background-color: #5bc0de;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-size: 20px 20px;
}

.alert.alert-page, .alert-page.finao-alert-info, .alert-page.finao-alert-warning, .alert-page.finao-alert-success, .alert-page.finao-alert-danger {
  margin: -15px -15px 15px -15px;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-radius: 0;
  padding-left: 15px;
  padding-right: 15px;
}

body .alert.alert-for-table, body .alert-for-table.finao-alert-info, body .alert-for-table.finao-alert-warning, body .alert-for-table.finao-alert-success, body .alert-for-table.finao-alert-danger {
  margin-bottom: 0;
}

.alert.alert-success, .finao-alert-success, .alert.alert-warning, .finao-alert-warning, .alert.alert-info, .finao-alert-info, .alert.alert-danger, .finao-alert-danger {
  border-width: 2px;
}
.alert.alert-success, .alert-success.finao-alert-info, .alert-success.finao-alert-warning, .alert-success.finao-alert-danger, .finao-alert-success {
  border-color: #468847;
}
.alert.alert-success .close, .alert-success.finao-alert-info .close, .alert-success.finao-alert-warning .close, .alert-success.finao-alert-danger .close, .finao-alert-success .close {
  opacity: 1;
  color: #468847;
}
.alert.alert-warning, .alert-warning.finao-alert-info, .alert-warning.finao-alert-success, .alert-warning.finao-alert-danger, .finao-alert-warning {
  border-color: #af8640;
}
.alert.alert-warning .close, .alert-warning.finao-alert-info .close, .alert-warning.finao-alert-success .close, .alert-warning.finao-alert-danger .close, .finao-alert-warning .close {
  opacity: 1;
  color: #af8640;
}
.alert.alert-danger, .alert-danger.finao-alert-info, .alert-danger.finao-alert-warning, .alert-danger.finao-alert-success, .finao-alert-danger {
  border-color: #c8523f;
}
.alert.alert-danger .close, .alert-danger.finao-alert-info .close, .alert-danger.finao-alert-warning .close, .alert-danger.finao-alert-success .close, .finao-alert-danger .close {
  opacity: 1;
  color: #c8523f;
}
.alert.alert-info, .alert-info.finao-alert-warning, .alert-info.finao-alert-success, .alert-info.finao-alert-danger, .finao-alert-info {
  border-color: #3a87ad;
}
.alert.alert-info .close, .alert-info.finao-alert-warning .close, .alert-info.finao-alert-success .close, .alert-info.finao-alert-danger .close, .finao-alert-info .close {
  opacity: 1;
  color: #3a87ad;
}

.alert-note .media-left, .alert-note .media-right {
  padding: 0;
}
.alert-note .media-right {
  vertical-align: middle;
}

.alert-note#session-timeout-note {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1051;
}

.timesheet-page .open_pan {
  display: inline-block;
  cursor: pointer;
  width: 19px;
  text-align: center;
}
.timesheet-page .collapse_open {
  color: #000;
  font-weight: bold;
  display: block;
}
.timesheet-page .collapse_close {
  display: none;
  color: #000;
  font-weight: bold;
}
.timesheet-page .open_pan.main .collapse_close {
  display: block;
}
.timesheet-page .open_pan.main .collapse_open {
  display: none;
}
.timesheet-page table {
  border-collapse: collapse;
}
.timesheet-page .full_width tr td {
  padding: 0 !important;
}
.timesheet-page .collapse-block {
  margin-top: 20px;
}
.timesheet-page #timesheetPanel.panel-collapse.stage-table-wrapper > .panel-body table thead th {
  word-wrap: break-word;
  font-size: 10px;
  font-weight: bold;
}

.table {
  border-radius: 4px;
}
.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 10px;
  border-left: 0;
  border-right: 0;
  border-top: 1px solid #fff;
}
.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th {
  font-weight: 600;
}
.table tbody > tr:first-of-type th,
.table tbody > tr:first-of-type td {
  border-top: 0 !important;
}
.table.include-border-top tbody > tr:first-of-type th,
.table.include-border-top tbody > tr:first-of-type td {
  border-top: 1px solid white !important;
}
.table tbody + tbody {
  border-top-color: #e4e4e4;
}
.table > thead {
  font-size: 13px;
}
.table tr > th:first-child {
  border-top-left-radius: 4px;
}
.table tr > th:last-child {
  border-top-right-radius: 4px;
}
.table tr.bg-default > th {
  border-radius: 0;
}
.table tr.no-border-bottom > td {
  border-bottom: 0 !important;
}
.table td {
  vertical-align: top;
}
.table td.button-column > div:not(.tooltip), .table td.button-column > a {
  font-size: 14px;
  padding: 4px 10px;
}
.table td.button-column > a.btn.btn-text {
  font-size: 14px;
  line-height: 1em;
  padding-top: 8px;
  padding-bottom: 8px;
  height: calc(1em + 8px + 8px);
}
.table tr.read-button-row.read-button-row-unread {
  background-color: #dedede;
}

.panel-collapse.stage-table-wrapper > .panel-body > table.submission-info {
  margin-top: 10px;
}

.padding-table td, .padding-table th {
  padding: 15px 20px !important;
}

.table-bordered {
  border-color: #e4e4e4;
}
.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-color: #e4e4e4;
}

table.sortable thead > tr > th > span.glyphicon {
  position: relative;
  padding-top: 2px;
}

.panel-collapse.stage-table-wrapper > .panel-body table thead th {
  font-weight: 400;
  vertical-align: middle;
  text-align: center;
  padding: 8px 10px;
}
.panel-collapse.stage-table-wrapper > .panel-body table th, .panel-collapse.stage-table-wrapper > .panel-body table td {
  padding: 8px 10px;
  padding-left: 10px !important;
  border-left: 0;
  border-right: 0;
  border-top: 1px solid #fff;
}
.panel-collapse.stage-table-wrapper > .panel-body table tbody > tr:first-of-type th,
.panel-collapse.stage-table-wrapper > .panel-body table tbody > tr:first-of-type td {
  border-top: 0 !important;
}
.panel-collapse.stage-table-wrapper > .panel-body table.include-border-top tbody > tr:last-of-type th,
.panel-collapse.stage-table-wrapper > .panel-body table.include-border-top tbody > tr:last-of-type td {
  border-bottom: 1px solid white;
}

#stages .panel-collapse table td, #stages .panel-collapse table th {
  padding: 8px 10px;
  border-right: 0;
  border-top: 1px solid #fff;
}

#stages .datatablepopup2 .table thead td {
  border-top-width: 0;
}

.tab-pane.active table td,
.tab-pane.active table th {
  padding: 5px;
}
.tab-pane.active table td.td-child-full-bg > div {
  margin: -5px;
  padding: 5px;
}
.tab-pane.active > div > table:last-of-type {
  margin-bottom: 0;
}

.view-table {
  table-layout: fixed;
}
.view-table > tbody > tr > th {
  width: 35%;
}
.view-table td {
  overflow-wrap: anywhere;
}

body:not(.pdf-print) .audit-table tr > th {
  width: 80% !important;
  padding-right: 5% !important;
}
body:not(.pdf-print) .audit-table tr > td {
  padding-left: 10%;
}
@media (max-width: 413px) {
  body:not(.pdf-print) .view-table:not(.bookmarks-table) tr > td, body:not(.pdf-print) .view-table:not(.bookmarks-table) tr > th {
    min-height: 28px;
  }
}
@media (max-width: 767px) {
  body:not(.pdf-print) .audit-table tr > td, body:not(.pdf-print) .audit-table tr > th {
    width: 100% !important;
    padding-right: 10px !important;
    display: block;
    min-height: 28px;
  }
}

.email-preview-table tr > th {
  width: 16.6666%;
}
.email-preview-table tr.row-keyline > * {
  border-top: 1px solid #666;
  border-radius: 0 !important;
}

#timesheetPanel.panel-collapse.stage-table-wrapper > .panel-body table thead th {
  text-align: left;
}

#competencyPanel.panel-collapse.stage-table-wrapper > .panel-body table thead th {
  text-align: left;
}

.tab-pane table > thead > tr > th {
  vertical-align: top;
}

.fixed-layout,
.fixed-layout table {
  table-layout: fixed;
}

.td-bread-word td {
  overflow-wrap: break-word;
}

.table-layout-fixed table {
  table-layout: fixed;
}
.table-layout-fixed table td a {
  overflow-wrap: break-word;
}

.table-header {
  background: #fff;
  position: relative;
  border: 1px solid #e4e4e4;
  margin-bottom: -1px;
  padding: 10px 15px 10px 15px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.table-header .table-caption {
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

.table-footer {
  min-height: 40px;
  margin-top: -19px;
  position: relative;
  border: 1px solid #e4e4e4;
  line-height: 20px;
  padding: 10px 15px 10px 15px;
  background: #fafafa;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

th.multi-select-checkbox-all, td.multi-select-checkbox {
  text-align: center;
  vertical-align: middle !important;
}

td.multi-select-checkbox > input {
  margin: auto;
}

td.vertical-middle {
  vertical-align: middle !important;
}

td.details {
  width: 20px;
}

#manage-table tbody td.details .glyphicon.glyphicon-chevron-right {
  cursor: pointer;
  transition: all 300ms ease-in-out;
}
#manage-table tbody td.details .glyphicon.glyphicon-chevron-right.rotate {
  transform: rotate(90deg);
}

.table th.button-column,
.table td.button-column,
.table th.number-column,
.table td.number-column {
  text-align: center;
}

#content-wrapper > div > table#manage-table {
  box-shadow: 0 0 8px 0px #373d42;
}

.table-light,
.table-success,
.table-danger,
.table-warning,
.table-info,
.table-primary {
  margin-bottom: 20px;
}

.table-light table {
  border-top-color: #dbdbdb !important;
}
.table-light thead,
.table-light thead tr,
.table-light thead th,
.table-light .table-header {
  border-color: #dbdbdb !important;
  color: #555;
}
.table-light thead tr,
.table-light thead th {
  background: #ebebeb;
}
.table-light .table-header {
  background: #fafafa;
}

.table-success table {
  border-top-color: #518d51 !important;
}
.table-success thead,
.table-success thead tr,
.table-success thead th,
.table-success .table-header {
  border-color: #518d51 !important;
  color: #fff;
}
.table-success thead tr,
.table-success thead th {
  background: #53a953;
}
.table-success .table-header {
  background: #5ebd5e;
}

.table-danger table {
  border-top-color: #ca4433 !important;
}
.table-danger thead,
.table-danger thead tr,
.table-danger thead th,
.table-danger .table-header {
  border-color: #ca4433 !important;
  color: #fff;
}
.table-danger thead tr,
.table-danger thead th {
  background: #d95342;
}
.table-danger .table-header {
  background: #e66454;
}

.table-warning table {
  border-top-color: #de9328 !important;
}
.table-warning thead,
.table-warning thead tr,
.table-warning thead th,
.table-warning .table-header {
  border-color: #de9328 !important;
  color: #fff;
}
.table-warning thead tr,
.table-warning thead th {
  background: #e9a23b;
}
.table-warning .table-header {
  background: #f4b04f;
}

.table-info table {
  border-top-color: #3da1bf !important;
}
.table-info thead,
.table-info thead tr,
.table-info thead th,
.table-info .table-header {
  border-color: #3da1bf !important;
  color: #fff;
}
.table-info thead tr,
.table-info thead th {
  background: #4bb1d0;
}
.table-info .table-header {
  background: #5bc0de;
}

#manage-table tbody td {
  line-height: 24px;
}
#manage-table tbody td .glyphicon-chevron-down, #manage-table tbody td .glyphicon-chevron-up {
  cursor: pointer;
}

#manage-table thead th,
#manage-table tbody td {
  height: 37px;
  vertical-align: middle;
}

@media (min-width: 1200px) {
  #manage-table thead th:not(.not-sortable):not(.disable-sorting) {
    padding-left: 21px;
    position: relative;
  }
  #manage-table thead th:not(.not-sortable):not(.disable-sorting):before {
    display: block;
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -12px;
    line-height: 24px;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0dc";
    font-size: 1.3333333333em;
    color: #888;
  }
}
#manage-table thead th:not(.not-sortable):not(.disable-sorting).sort-up {
  padding-left: 21px;
  position: relative;
}
#manage-table thead th:not(.not-sortable):not(.disable-sorting).sort-up:before {
  display: block;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -12px;
  line-height: 24px;
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0dd";
  font-size: 1.3333333333em;
  color: inherit;
}
#manage-table thead th:not(.not-sortable):not(.disable-sorting).sort-down {
  padding-left: 21px;
  position: relative;
}
#manage-table thead th:not(.not-sortable):not(.disable-sorting).sort-down:before {
  display: block;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -12px;
  line-height: 24px;
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0de";
  font-size: 1.3333333333em;
  color: inherit;
}

@media (max-width: 1199px) {
  .sortable-report-table thead th:not(.not-sortable):not(.disable-sorting).sorting:after {
    display: none;
  }
}
@media (min-width: 1200px) {
  .sortable-report-table thead th:not(.not-sortable):not(.disable-sorting) {
    padding-left: 21px;
    position: relative;
  }
  .sortable-report-table thead th:not(.not-sortable):not(.disable-sorting):after {
    opacity: 1;
    display: block;
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -12px;
    line-height: 24px;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0dc";
    font-size: 1.3333333333em;
    color: #888;
  }
}
.sortable-report-table thead th:not(.not-sortable):not(.disable-sorting).sorting_asc {
  padding-left: 21px;
  position: relative;
}
.sortable-report-table thead th:not(.not-sortable):not(.disable-sorting).sorting_asc:after {
  opacity: 1;
  display: block;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -12px;
  line-height: 24px;
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0de";
  font-size: 1.3333333333em;
  color: inherit;
}
.sortable-report-table thead th:not(.not-sortable):not(.disable-sorting).sorting_desc {
  padding-left: 21px;
  position: relative;
}
.sortable-report-table thead th:not(.not-sortable):not(.disable-sorting).sorting_desc:after {
  opacity: 1;
  display: block;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -12px;
  line-height: 24px;
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0dd";
  font-size: 1.3333333333em;
  color: inherit;
}

.panel-body .datatablepopup2:not(:first-child) {
  margin-top: 15px;
}

.datatablepopup2 .bootstrap-timepicker-widget.dropdown-menu {
  z-index: 1050 !important;
}

.datatablepopup2 .alert, .datatablepopup2 .finao-alert-info, .datatablepopup2 .finao-alert-warning, .datatablepopup2 .finao-alert-success, .datatablepopup2 .finao-alert-danger {
  margin-bottom: 5px;
}

.datatablepopup2 .row {
  margin: 0 auto 15px;
  padding-bottom: 0;
}

.datatablepopup2 .dataTables_wrapper > .row:first-child, .datatablepopup2 .dataTables_wrapper > .row:last-child {
  display: none;
}

.datatablepopup2 .table.dataTable {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.datatablepopup2 .table-bordered {
  border: none;
}

.datatablepopup2 .dataTables_wrapper {
  background: #f5f5f5;
}

.datatablepopup2 table.datatablepopup {
  table-layout: auto !important;
}
.datatablepopup2 table.datatablepopup thead .sorting:after, .datatablepopup2 table.datatablepopup thead .sorting_asc:after, .datatablepopup2 table.datatablepopup thead .sorting_desc:after,
.datatablepopup2 table.datatablepopup thead .sorting_asc_disabled:after, .datatablepopup2 table.datatablepopup thead .sorting_desc_disabled:after {
  content: "";
}
.datatablepopup2 table.datatablepopup td, .datatablepopup2 table.datatablepopup th {
  border-top: 1px solid #fff;
}

table.datatablepopup {
  border: 1px solid;
}
table.datatablepopup > thead > tr > td {
  border-radius: 0;
  font-weight: 600;
}

.list-sectioned, .list-sectioned ul {
  padding-left: 0;
  list-style: none;
}
.list-sectioned li {
  padding: 8px 10px;
  display: block;
}
.list-sectioned > li {
  padding-bottom: 0;
}
.list-sectioned > li ul {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 8px;
  color: #333;
}

.view-table {
  margin-bottom: 0 !important;
}

.view-datatable {
  border-radius: 3px;
  border: 1px solid #ccc;
  overflow: hidden;
}
.view-datatable .view-datatable-heading {
  padding: 10px;
  font-weight: bold;
}
.view-datatable .view-datatable-body .table {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.view-datatable .view-datatable-body .table th {
  border-top: 0;
  white-space: normal;
}
.view-datatable .view-datatable-body .table tr > th:first-child {
  border-top-left-radius: 0;
}
.view-datatable .view-datatable-body .table tr > th:last-child {
  border-top-right-radius: 0;
}
.view-datatable .view-datatable-body .table tr > td {
  white-space: normal;
}
.view-datatable .view-datatable-body table.table thead th, .view-datatable .view-datatable-body table.table thead td {
  text-align: left;
  font-weight: 600;
  border-bottom-width: 0;
}
@media screen and (max-width: 767px) {
  .view-datatable .view-datatable-body.table-responsive {
    margin-bottom: 0;
    border: none;
  }
  .view-datatable .view-datatable-body.table-responsive table {
    table-layout: unset !important;
  }
}

#manage-table tbody td.empty_manage_table,
.datatablepopup2 table.dataTable td.dataTables_empty {
  padding: 25px 0 !important;
  text-align: center;
}
#manage-table tbody td.empty_manage_table span.glyphicon,
.datatablepopup2 table.dataTable td.dataTables_empty span.glyphicon {
  margin-right: 5px;
}

.nav-tabs > li > a > .badge,
.nav-tabs > li > a > .label,
.nav-pills > li > a > .badge,
.nav-pills > li > a > .label {
  position: relative;
  background-color: rgba(0, 0, 0, 0.25);
  border: 1px solid transparent;
  margin: 0 -5px -100px 5px;
  padding: 0 6px;
  line-height: 14px;
  top: 0;
}
.nav-tabs > li > a > .label,
.nav-pills > li > a > .label {
  padding-left: 4px;
  padding-right: 4px;
}
.nav-tabs > li > a > .badge.badge-success,
.nav-tabs > li > a > .label.label-success,
.nav-pills > li > a > .badge.badge-success,
.nav-pills > li > a > .label.label-success {
  background-color: #5ebd5e;
}
.nav-tabs > li > a > .badge.badge-warning,
.nav-tabs > li > a > .label.label-warning,
.nav-pills > li > a > .badge.badge-warning,
.nav-pills > li > a > .label.label-warning {
  background-color: #f4b04f;
}
.nav-tabs > li > a > .badge.badge-danger,
.nav-tabs > li > a > .label.label-danger,
.nav-pills > li > a > .badge.badge-danger,
.nav-pills > li > a > .label.label-danger {
  background-color: #e66454;
}
.nav-tabs > li > a > .badge.badge-info,
.nav-tabs > li > a > .label.label-info,
.nav-pills > li > a > .badge.badge-info,
.nav-pills > li > a > .label.label-info {
  background-color: #5bc0de;
}

.nav-tabs:not(.nav-tabs-simple) > li.active > a > .badge, .nav-tabs:not(.nav-tabs-simple) > li.active > a > .label,
.nav-pills > li.active > a > .badge,
.nav-pills > li.active > a > .label {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: transparent;
  color: #fff;
}

.nav-tabs.nav-justified > li > a,
.nav-pills.nav-justified > li > a {
  margin: 0;
}

.nav-tabs.nav-tabs-sm > li > a > .badge,
.nav-tabs.nav-tabs-sm > li > a > .label {
  margin-left: 4px;
  margin-right: -4px;
}

.nav-tabs.nav-tabs-xs > li > a {
  font-size: 12px;
}
.nav-tabs.nav-tabs-xs > li > a > .badge,
.nav-tabs.nav-tabs-xs > li > a > .label {
  padding-left: 4px;
  padding-right: 4px;
  line-height: 13px;
  font-size: 10px;
  margin-left: 3px;
  margin-right: -3px;
  top: -1px;
}
.nav-tabs.nav-tabs-xs > li > a > .label {
  padding-left: 3px;
  padding-right: 3px;
}

.nav-tabs {
  border-bottom: 2px solid #e4e4e4;
}
.nav-tabs > li > a {
  background-color: #f3f3f3;
  background-color: rgba(0, 0, 0, 0.05);
  border: 0;
  border-bottom: 2px solid #e4e4e4;
  color: #777;
  margin: 0 6px -1px 0;
  padding: 8px 20px;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:active {
  background-color: rgba(0, 0, 0, 0.06);
  border-bottom-color: #d7d7d7;
  color: #555;
}
.nav-tabs > li > a > .fa-caret-down {
  font-size: 12px;
}
.nav-tabs > li:not(.pull-right) > a {
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nav-tabs > li.dropdown.open > a:focus {
  border-bottom: 2px solid #e4e4e4;
}
.nav-tabs li.active > a, .nav-tabs li.active > a:hover, .nav-tabs li.active > a:focus {
  border: none;
  color: #fff;
}
.nav-tabs.nav-justified > li > a {
  border-bottom: 2px solid #e4e4e4;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
}
.nav-tabs.nav-stacked > li > a {
  margin: 0;
  border-bottom-width: 1px !important;
}
.nav-tabs.nav-stacked > li:last-child > a {
  border-bottom-width: 0 !important;
}
.nav-tabs.nav-stacked > li:last-child.active > a {
  border-bottom-width: 2px !important;
  margin-bottom: -3px;
}
.nav-tabs.nav-stacked > li:not(:first-child):not(:last-child) > a {
  border-radius: 0;
}

.nav-tabs.nav-tabs-simple > li > a {
  background-color: transparent !important;
  margin-right: 0;
}
.nav-tabs.nav-tabs-simple > li.active > a {
  color: #555 !important;
}

.nav-tabs.nav-tabs-sm > li > a {
  padding: 6px 15px;
}

.nav-tabs.nav-tabs-xs > li > a {
  padding: 4px 15px;
}

.tab-content {
  padding: 10px;
  border-radius: 2px;
  border-top: 0;
  position: relative;
}
.tab-content.tab-content-bordered {
  border: 1px solid #d7d7d7;
  border-top: none;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

@media (max-width: 768px) {
  .tab-content {
    border-radius: 2px;
  }
}
.nav-pills > li > a {
  color: #777;
  background-color: #f3f3f3;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  padding: 8px 20px;
}
.nav-pills > li > a:hover {
  background-color: rgba(0, 0, 0, 0.06);
  color: #555;
}
.nav-pills > li > a > .fa-caret-down {
  font-size: 12px;
}
.nav-pills > li > a > .badge,
.nav-pills > li > a > .label {
  top: -1px;
}
.nav-pills > li {
  margin-left: 0;
  margin-right: 6px;
}
.nav-pills > li + li {
  margin-left: 0;
}
.nav-pills.nav-stacked > li {
  margin: 0 0 4px 0;
}

ul.dropdown-menu {
  padding: 5px 0;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
}
ul.dropdown-menu > li.active {
  display: none;
}
ul.dropdown-menu > li > a {
  padding: 5px 18px;
}
ul.dropdown-menu > li > a > .label,
ul.dropdown-menu > li > a > .badge {
  position: relative;
  padding-left: 4px;
  padding-right: 4px;
  line-height: 13px;
  font-size: 10px;
  top: 1px;
}
ul.dropdown-menu > li > a > .label {
  padding-top: 1px;
  padding-bottom: 1px;
}
ul.dropdown-menu .divider {
  border-width: 2px;
  margin: 5px 0;
}
ul.dropdown-menu .dropdown-header {
  font-size: 11px;
  font-weight: 600;
  margin: 0 -2px;
  padding: 6px 18px 3px 18px;
  text-transform: uppercase;
}
ul.dropdown-menu .dropdown-icon {
  display: inline-block;
  font-size: 14px;
}

.nav .dropdown > .dropdown-toggle .nav-icon {
  font-size: 12px;
  display: inline-block;
  margin-right: 8px;
}

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

ul.nav-tabs > .multiselect-ellipsis-menu.open > .btn-setting {
  border-bottom: none;
}

.multiselect-ellipsis-menu .multiselect-dropdown-menu {
  padding: 0;
}
.multiselect-ellipsis-menu .multiselect-dropdown-menu:after {
  /*content: '';
  display: inline-block;
  border-top: 12px solid #c3c4c6;
  border-bottom: 0px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  position: absolute;
  top: -12px;*/
  right: 1px;
}
.multiselect-ellipsis-menu .multiselect-dropdown-menu .btn {
  width: 100%;
  border: none !important;
  text-align: left;
  padding: 7px 18px;
  line-height: 15px;
  border-radius: 0;
}
.multiselect-ellipsis-menu .multiselect-dropdown-menu .btn > i {
  margin-right: 10px;
}
.multiselect-ellipsis-menu .multiselect-dropdown-menu .btn[disabled] {
  cursor: not-allowed;
  border-radius: 0;
}
.multiselect-ellipsis-menu .multiselect-dropdown-menu .btn[disabled] i {
  pointer-events: none;
}
.multiselect-ellipsis-menu .multiselect-dropdown-menu > li:first-child .btn {
  padding-top: 12px;
}
.multiselect-ellipsis-menu .multiselect-dropdown-menu > li:last-child .btn {
  padding-bottom: 12px;
}

.widget-tab ul.dropdown-menu .btn {
  width: 100%;
  border: none !important;
  text-align: left;
  padding: 7px 18px;
  line-height: 15px;
  border-radius: 0;
}
.widget-tab ul.dropdown-menu .btn > i {
  margin-right: 10px;
}
.widget-tab ul.dropdown-menu .btn[disabled] {
  cursor: not-allowed;
  border-radius: 0;
}
.widget-tab ul.dropdown-menu .btn[disabled] i {
  pointer-events: none;
}

.selectize-dropdown-content div.optgroup {
  padding: 0px !important;
}
.selectize-dropdown-content div.optgroup .optgroup-header {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  padding: 5px 12px;
  background: #ebebec;
}

.btn-group-lg .btn {
  font-size: 15px;
  line-height: 19px;
  padding: 9px 18px;
}

.btn-group-sm .btn {
  font-size: 12px;
  line-height: 15px;
  padding: 4px 9px;
}
.btn-group-sm .btn > .fa-caret-down {
  font-size: 10px;
}

.btn-group-xs .btn {
  font-size: 11px;
  line-height: 12px;
  padding: 4px 7px;
}
.btn-group-xs .btn > .fa-caret-down {
  font-size: 10px;
}

ul.pagination li > a, ul.pagination li > span {
  margin-right: 5px;
}
ul.pagination li > a {
  font-size: 12px;
  padding: 6px;
  border: 0;
}
ul.pagination li > a:focus {
  background: transparent;
}
ul.pagination li > a:before {
  content: "|";
  position: absolute;
  right: -5px;
  top: 5px;
}
ul.pagination li > a:hover {
  background: none;
}
ul.pagination li:nth-last-child(2) a:before {
  content: "";
}
ul.pagination li.active > a {
  background: transparent !important;
  font-weight: bold;
}

ul.pagination.customized-pagination li.pageNumber > span:before {
  content: "|";
  position: absolute;
  right: -5px;
  top: 5px;
}
ul.pagination.customized-pagination li.ellipsis-breaker > span:after {
  content: "|";
  position: absolute;
  left: -5px;
  top: 5px;
}
ul.pagination.customized-pagination li:not(.pageNumber) > a:before,
ul.pagination.customized-pagination li.pageNumber.no-separator > a:before,
ul.pagination.customized-pagination li.pageNumber.no-separator > span:before {
  content: "";
}
ul.pagination.customized-pagination li > span {
  border: 0;
  padding: 6px;
  font-size: 12px;
}
ul.pagination.customized-pagination li.active > span {
  background: transparent !important;
  font-weight: bold;
}

tr.pagination-wrapper {
  background: #ebebec !important;
}

@media (max-width: 768px) {
  ul.pagination.customized-pagination {
    float: none !important;
  }
}
.cursor-pagination-wrapper ul.pagination li > a:before {
  content: "";
  position: absolute;
  right: -5px;
  top: 5px;
}

.list-group-item {
  padding-bottom: 10px;
  padding-top: 10px;
  border-color: #e4e4e4;
}
.list-group-item > .badge {
  line-height: 16px;
  padding-left: 5px;
  padding-right: 5px;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.list-group-item > .label {
  line-height: 16px;
  padding-left: 5px;
  padding-right: 5px;
}
.list-group-item > .label + .label {
  margin-right: 5px;
}

.list-group-icon {
  width: 26px;
  color: #aaa;
  font-size: 14px;
}

a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #555;
  margin-top: 5px;
}
a.list-group-item .list-group-item-heading + .list-group-item-text {
  margin-bottom: 5px;
}
a.list-group-item .list-group-item-text {
  color: #6f6f6f;
}
a.list-group-item:hover, a.list-group-item:focus {
  background: rgba(0, 0, 0, 0.04);
}
a.list-group-item.active {
  color: #fff;
}
a.list-group-item.active .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .badge {
  background: #fff;
  background: rgba(0, 0, 0, 0.25);
  border-color: transparent;
  color: #fff;
}

.ie8 a.list-group-item.active .badge {
  color: #555;
}

.form-inline .form-control {
  margin-bottom: 10px;
}
.form-inline .checkbox label,
.form-inline .radio label {
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .form-inline .form-control {
    margin-bottom: 0;
    width: auto;
  }
}

@media (min-width: 769px) {
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
}
.form-horizontal .checkbox,
.form-horizontal .radio {
  margin-top: 0px;
  margin-bottom: 0px;
}
.form-horizontal .control-label {
  padding-top: 0;
  margin-bottom: 5px;
}

@media (min-width: 769px) {
  .form-horizontal .control-label {
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.radio,
.checkbox {
  padding-left: 20px;
}

legend {
  color: #666;
  font-size: 16.9px;
  padding-bottom: 7px;
}

label {
  font-weight: 600;
  margin-left: 0;
  margin-bottom: 5px;
}

optgroup {
  font-weight: 600;
}

.form-control {
  border-top-color: #c2c2c2;
  box-shadow: none;
}

.help-block {
  margin-bottom: 0;
}

.panel-body .form-group:not(:first-child) {
  margin-top: 5px;
}
.panel-body .form-group.form-group-footer {
  margin-top: 15px;
}

.form-group {
  margin-bottom: 5px;
}
.form-group:before, .form-group:after {
  content: " ";
  display: table;
}
.form-group:after {
  clear: both;
}
.form-group span.error-help-block {
  display: block !important;
}
.form-group:not(.has-error) span.error-help-block {
  display: none !important;
}
.form-group.fileuploadgroup span.error-help-block {
  display: block !important;
}

.bg-parent,
.bg-child {
  border-radius: 4px;
}
.bg-parent > .form-group,
.bg-child > .form-group {
  padding-top: 10px;
  padding-bottom: 10px;
}

.form-group.has-error .checkbox .help-block,
.form-group.has-error .radio .help-block,
.form-group.has-error .checkbox + .help-block,
.form-group.has-error .radio + .help-block {
  position: relative;
  top: 5px;
}
.form-group.has-error .checkbox .help-block:before, .form-group.has-error .checkbox .help-block:after,
.form-group.has-error .radio .help-block:before,
.form-group.has-error .radio .help-block:after,
.form-group.has-error .checkbox + .help-block:before,
.form-group.has-error .checkbox + .help-block:after,
.form-group.has-error .radio + .help-block:before,
.form-group.has-error .radio + .help-block:after {
  display: none;
}

.checkbox label,
.radio label {
  display: block;
  padding-left: 0;
  margin-bottom: 0;
}
.checkbox label:before, .checkbox label:after,
.radio label:before,
.radio label:after {
  content: " ";
  display: table;
}
.checkbox label:after,
.radio label:after {
  clear: both;
}

.m-signpad .m-signpad-body {
  position: relative;
  height: 120px;
  width: 238px;
}
.m-signpad .m-signpad-body canvas {
  height: 120px;
  border: 1px solid #ddd;
  background-color: white;
}
.m-signpad .m-signpad-body .m-signpad-clear {
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 2;
}

.has-feedback .form-control-feedback {
  position: absolute;
  top: 23px;
  right: 0;
  z-index: 2;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
}

.has-feedback .form-control {
  padding-right: 32px;
}

.form-bordered .form-group {
  border-top: 1px solid #e4e4e4;
  padding-top: 15px;
}

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

.has-warning .help-block, .has-error .help-block, .has-success .help-block {
  display: block;
  border: 1px solid;
  padding: 5px 10px;
  border-radius: 2px;
  margin-top: 2px;
  position: relative;
}
.has-warning .help-block:before, .has-warning .help-block:after, .has-error .help-block:before, .has-error .help-block:after, .has-success .help-block:before, .has-success .help-block:after {
  content: "";
  position: absolute;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.has-warning .help-block:before, .has-error .help-block:before, .has-success .help-block:before {
  border-bottom: solid;
  border-width: 7px;
  left: 16px;
  top: -7px;
}
.has-warning .help-block:after, .has-error .help-block:after, .has-success .help-block:after {
  border-bottom: 6px solid;
  left: 17px;
  top: -6px;
}
.has-warning.simple .help-block, .has-error.simple .help-block, .has-success.simple .help-block {
  background: none !important;
  border: none;
  padding: 3px 0;
}
.has-warning.simple .help-block:before, .has-warning.simple .help-block:after, .has-error.simple .help-block:before, .has-error.simple .help-block:after, .has-success.simple .help-block:before, .has-success.simple .help-block:after {
  display: none;
}

.has-feedback:not(.form-group) {
  position: relative;
}
.has-feedback:not(.form-group) .form-control-feedback {
  top: 0;
}

.has-warning .control-label {
  color: #555;
}
.has-warning .help-block {
  background: #f9f1c7;
  border-color: #f6deac;
  color: #af8640;
  background-size: 20px 20px;
}
.has-warning .help-block:before {
  border-bottom-color: #f1cc7e;
}
.has-warning .help-block:after {
  border-bottom-color: #f9f2cc;
}
.has-warning .form-control {
  border-color: #eebf5e;
  box-shadow: none;
}
.has-warning .form-control:focus, .has-warning .form-control.focus {
  border-color: #e9ad30 !important;
  box-shadow: none;
}
.has-warning .input-group-addon {
  color: #af8640;
  border-color: #f6deac;
  background-color: #f9f1c7;
}
.has-warning .form-control-feedback {
  color: #e9ad30;
}

.has-error .control-label {
  color: #555;
}
.has-error .help-block {
  background: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
  background-size: 20px 20px;
}
.has-error .help-block:before {
  border-bottom-color: #dda7b0;
}
.has-error .help-block:after {
  border-bottom-color: #f3e2e2;
}
.has-error .form-control {
  border-color: #d38e99;
  box-shadow: none;
}
.has-error .form-control:focus, .has-error .form-control.focus {
  border-color: #c46978 !important;
  box-shadow: none;
}
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #ebccd1;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #c46978;
}

.has-success .control-label {
  color: #555;
}
.has-success .help-block {
  background: #dff0d8;
  border-color: #d0e6be;
  color: #468847;
  background-size: 20px 20px;
}
.has-success .help-block:before {
  border-bottom-color: #b5d899;
}
.has-success .help-block:after {
  border-bottom-color: #e2f1dc;
}
.has-success .form-control {
  border-color: #a3ce7f;
  box-shadow: none;
}
.has-success .form-control:focus, .has-success .form-control.focus {
  border-color: #88c05b !important;
  box-shadow: none;
}
.has-success .input-group-addon {
  color: #468847;
  border-color: #d0e6be;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #88c05b;
}

.has-warning.dark .control-label {
  color: #555;
}
.has-warning.dark .help-block {
  background: #f4b04f;
  border-color: #f19a1f;
  color: #fff;
  background-size: 20px 20px;
}
.has-warning.dark .help-block:before {
  border-bottom-color: #d0800d;
}
.has-warning.dark .help-block:after {
  border-bottom-color: #f4b254;
}
.has-warning.dark .form-control {
  border-color: #f4b04f;
  box-shadow: none;
}
.has-warning.dark .form-control:focus, .has-warning.dark .form-control.focus {
  border-color: #f19a1f !important;
  box-shadow: none;
}
.has-warning.dark .input-group-addon {
  color: #fff;
  border-color: #f19a1f;
  background-color: #f4b04f;
}
.has-warning.dark .form-control-feedback {
  color: #f19a1f;
}
.has-warning.dark .help-block {
  background: #f4b04f;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-size: 20px 20px;
}

.has-error.dark .control-label {
  color: #555;
}
.has-error.dark .help-block {
  background: #e66454;
  border-color: #df3c28;
  color: #fff;
  background-size: 20px 20px;
}
.has-error.dark .help-block:before {
  border-bottom-color: #b92c1b;
}
.has-error.dark .help-block:after {
  border-bottom-color: #e76858;
}
.has-error.dark .form-control {
  border-color: #e66454;
  box-shadow: none;
}
.has-error.dark .form-control:focus, .has-error.dark .form-control.focus {
  border-color: #df3c28 !important;
  box-shadow: none;
}
.has-error.dark .input-group-addon {
  color: #fff;
  border-color: #df3c28;
  background-color: #e66454;
}
.has-error.dark .form-control-feedback {
  color: #df3c28;
}
.has-error.dark .help-block {
  background: #e66454;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.04) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.04) 50%, rgba(255, 255, 255, 0.04) 75%, transparent 75%, transparent);
  background-size: 20px 20px;
}

.has-success.dark .control-label {
  color: #555;
}
.has-success.dark .help-block {
  background: #5ebd5e;
  border-color: #43a543;
  color: #fff;
  background-size: 20px 20px;
}
.has-success.dark .help-block:before {
  border-bottom-color: #358035;
}
.has-success.dark .help-block:after {
  border-bottom-color: #62be62;
}
.has-success.dark .form-control {
  border-color: #5ebd5e;
  box-shadow: none;
}
.has-success.dark .form-control:focus, .has-success.dark .form-control.focus {
  border-color: #43a543 !important;
  box-shadow: none;
}
.has-success.dark .input-group-addon {
  color: #fff;
  border-color: #43a543;
  background-color: #5ebd5e;
}
.has-success.dark .form-control-feedback {
  color: #43a543;
}
.has-success.dark .help-block {
  background: #5ebd5e;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-size: 20px 20px;
}

.has-warning.simple .help-block {
  color: #f29f29 !important;
}

.has-error.simple .help-block {
  color: #e14430 !important;
}

.has-success.simple .help-block {
  color: #46ac46 !important;
}

.gt-ie8 input.px {
  position: absolute !important;
  left: -1000000px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.gt-ie8 input.px + .lbl {
  position: relative;
  padding-left: 1px;
  display: inline-block;
}
.gt-ie8 input.px + .lbl:before {
  content: "";
  opacity: 1;
  border: 1px solid #bbb;
  background: #fff;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  transition: all 0.2s;
  cursor: pointer;
}
.gt-ie8 input.px + .lbl:after {
  display: none;
  position: absolute;
}
.gt-ie8 input.px:checked + .lbl:after {
  display: block;
}
.gt-ie8 input.px + .lbl:before, .gt-ie8 input.px + .lbl:after {
  margin: 2px 3px -3px -20px !important;
}
.gt-ie8 input[type=checkbox].px + .lbl:before {
  border-radius: 3px;
}
.gt-ie8 input[type=checkbox].px + .lbl:after {
  content: "\f00c";
  top: 1px;
  left: 1px;
  width: 13px;
  height: 15px;
  line-height: 15px;
  font-size: 11px;
  font-family: FontAwesome;
  text-align: center;
}
.gt-ie8 input[type=radio].px + .lbl:before {
  border-radius: 999999px;
}
.gt-ie8 input[type=radio].px + .lbl:after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 999px;
  top: 5px;
  left: 5px;
}
.gt-ie8 input.px:disabled, .gt-ie8 input.px:disabled + .lbl, .gt-ie8 input.px:disabled + .lbl:before, .gt-ie8 input.px:disabled + .lbl:after,
.gt-ie8 input.px.disabled,
.gt-ie8 input.px.disabled + .lbl,
.gt-ie8 input.px.disabled + .lbl:before,
.gt-ie8 input.px.disabled + .lbl:after {
  cursor: not-allowed !important;
}
.gt-ie8 input.px:disabled + .lbl:before,
.gt-ie8 input.px.disabled + .lbl:before {
  background: #eee !important;
  border-color: #d6d6d6 !important;
}
.gt-ie8 input.px:disabled + .lbl:after,
.gt-ie8 input.px.disabled + .lbl:after {
  opacity: 0.5 !important;
}

@media (min-width: 768px) {
  .gt-ie8 .form-inline .radio input.px + .lbl,
  .gt-ie8 .form-inline .checkbox input.px + .lbl {
    margin-left: 20px;
  }
}
.px-single {
  position: relative;
  width: 15px;
  height: 15px;
  margin: 0;
  font-weight: 400 !important;
}
.px-single input.px {
  margin: 0 !important;
}
.px-single input.px + .lbl:before, .px-single input.px + .lbl:after {
  margin: 0 !important;
}
.px-single input.px + .lbl {
  padding: 0 !important;
  width: 15px !important;
  height: 15px !important;
}

form.create-form .form-control, form.create-form div.selectize-input, form.create-form div.switcher-wrapper, form.edit-form .form-control, form.edit-form div.selectize-input, form.edit-form div.switcher-wrapper, form.update-form .form-control, form.update-form div.selectize-input, form.update-form div.switcher-wrapper {
  min-height: 35px;
}

.iti__selected-country {
  height: 34px;
}

.input-group {
  width: 100%;
}
.input-group .input-group-field-container {
  display: table-cell;
  vertical-align: middle;
}
.input-group .input-group-field-container + .input-group-btn > .btn {
  line-height: 16px;
  margin: 0 0 0 5px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px !important;
  border-top-right-radius: 4px !important;
}
.input-group .input-group-field-container > .form-control {
  border-radius: 4px;
}

.input-group input {
  position: relative;
  z-index: 3;
}

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

.input-group-addon > .fa {
  font-size: 14px;
}

span.input-group-addon {
  width: 34px;
  height: 100%;
  pointer-events: none;
}

.input-group > input + .input-group-btn .btn:first-child {
  border-left-width: 0;
}

.input-group-addon.no-background {
  background: #fff !important;
}

.input-group.location-field .selectize-control .selectize-input:after {
  border: 0;
}
.input-group.location-field .selectize-control .selectize-caret-bg {
  display: none;
}

.selectize-control > .selectize-input > input[placeholder] {
  width: 100% !important;
}

.timepicker + .input-group-addon,
.datepicker-el + .input-group-addon,
.timepicker-v3 + .input-group-addon,
.datepicker-v3 + .input-group-addon,
.flatpickr-date + .input-group-addon,
.flatpickr-datetime + .input-group-addon,
.flatpickr-daterange + .input-group-addon,
.flatpickr-datetimerange + .input-group-addon,
.location-field .input-group-addon {
  padding: inherit;
  position: absolute;
  z-index: 4;
  right: 0;
}
.timepicker + .input-group-addon > i,
.datepicker-el + .input-group-addon > i,
.timepicker-v3 + .input-group-addon > i,
.datepicker-v3 + .input-group-addon > i,
.flatpickr-date + .input-group-addon > i,
.flatpickr-datetime + .input-group-addon > i,
.flatpickr-daterange + .input-group-addon > i,
.flatpickr-datetimerange + .input-group-addon > i,
.location-field .input-group-addon > i {
  padding-top: 9px;
}

.panel,
.panel-default {
  border-color: #e4e4e4;
  margin-bottom: 22px;
  position: relative;
  box-shadow: none;
}
.panel .alert-page,
.panel-default .alert-page {
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 2px;
  font-size: 12px;
  margin: -2px -1px 0 -1px !important;
  padding: 8px 15px;
  position: relative;
}

.panel {
  border: 0;
}
.panel > .panel-heading {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.panel .panel-footer {
  border-top: 0;
}

@media (min-width: 769px) {
  .visible-mobile {
    display: none;
  }
}
#content-wrapper .panel:last-of-type {
  margin-bottom: 0;
}

#content-wrapper #home.row .panel:last-of-type {
  margin-bottom: 5px;
}

#content-wrapper #home.row > div {
  margin-bottom: 25px;
}

.panel-heading {
  background: #fafafa;
  padding-bottom: 9px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 11px;
  position: relative;
  height: 46px;
  text-overflow: ellipsis;
}
.panel-heading .nav-tabs {
  border-bottom-color: transparent;
  bottom: -2px;
  position: absolute;
  right: 9px;
}
.panel-heading .nav-tabs > li > a {
  border-bottom-color: transparent;
}
.panel-heading > a {
  color: #fff;
}
.panel-heading span.long-heading-text {
  display: inline-block;
  max-width: calc(100% - 100px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.panel-heading span.long-heading-text + span {
  vertical-align: middle;
}

.panel-heading.datatablepopup-heading {
  border-bottom: 0;
  padding: 10px;
  height: 40px;
}

.panel-heading.accordion-heading, .panel-heading.sub-accordion-heading {
  height: auto;
  border-radius: 4px !important;
}

td.section-wrapper > .section-heading, th.section-wrapper > .section-heading {
  margin: 0 -10px;
}

.panel-heading.section-heading,
.panel-heading.sub-section-heading,
.panel-heading.sub-sub-section-heading {
  height: auto;
  border-radius: 4px;
  line-height: 14px;
  padding: 11px 10px !important;
  margin-bottom: 10px;
  border-bottom: none;
  font-weight: bold;
}

.panel-heading.sub-section-heading {
  margin-top: 15px;
  margin-bottom: 15px;
}

.panel-body > .panel-heading:first-child,
.panel-body tr:first-child td.section-wrapper > .panel-heading:first-child {
  margin-top: 0;
}

#stages .panel-body tr:first-child td.section-wrapper {
  padding-top: 0;
}

td > .panel-heading.sub-section-heading.heading-top:first-child:last-child {
  margin-top: 0;
}

td > .panel-heading.sub-section-heading.heading-top.heading-bottom:first-child:last-child {
  margin-bottom: 0;
}

.panel.sub-section-panel > .panel-heading.sub-section-heading {
  background: #C2C2C2;
}

.panel.sub-sub-section-panel > .panel-heading.sub-sub-section-heading {
  background: #E1E1E1;
  color: #000;
}

td > .sub-accordion-heading, th > .sub-accordion-heading {
  margin: 0 -10px;
}

.panel-body {
  background: #fff;
  margin: 0;
  padding: 10px;
}
.panel-body > li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.panel-body .panel-group:last-of-type {
  margin-bottom: 0;
}

.sub-section-panel, .sub-sub-section-panel {
  padding-left: 10px;
  background: inherit;
}
.sub-section-panel > .panel-body, .sub-sub-section-panel > .panel-body {
  background: inherit;
}

.panel-footer {
  background: #fff;
}
@media (min-width: 768px) {
  .panel-footer {
    margin-left: 33.5%;
    padding: 0 15px 15px 15px;
  }
}

@media (min-width: 768px) {
  .panel-footer.fullwidth {
    margin-left: 0;
  }
}

.panel-title {
  color: #555;
  font-size: 14px;
  line-height: 20px;
}

.panel-title-icon {
  display: inline-block;
  font-size: 14px;
  margin-right: 7px;
}

.panel-heading-controls {
  margin-top: -2px;
  margin-bottom: -200px;
  float: right;
}
.panel-heading-controls > * {
  display: block;
  float: left;
}
.panel-heading-controls > * + * {
  margin-left: 4px;
}
.panel-heading-controls > .btn,
.panel-heading-controls > .btn-group {
  margin-top: -4px;
}
.panel-heading-controls > .btn.btn-sm, .btn-group-sm.panel-heading-controls > .btn,
.panel-heading-controls > .btn-group.btn-group-sm {
  margin-top: -1px;
}
.panel-heading-controls > .btn.btn-xs, .btn-group-xs.panel-heading-controls > .btn,
.panel-heading-controls > .btn-group.btn-group-xs {
  margin-top: 0;
}
.panel-heading-controls > .progress {
  height: 6px;
  margin-top: 8px;
}
.panel-heading-controls > .label, .panel-heading-controls .badge {
  margin-bottom: -10px;
  margin-top: 1px;
}
.panel-heading-controls > .pagination {
  margin: -5px 0 0 0;
}
.panel-heading-controls > .pagination.pagination-sm {
  margin-top: -3px;
}
.panel-heading-controls > .pagination.pagination-xs {
  margin-top: -1px;
}
.panel-heading-controls > .pager {
  margin: -4px 0 0 0;
}
.panel-heading-controls > .pager.pager-xs {
  margin: -1px 0 0 0;
}
.panel-heading-controls > .form-control,
.panel-heading-controls .input-group {
  margin-top: -2px;
}
.panel-heading-controls > .form-control,
.panel-heading-controls .input-group .form-control,
.panel-heading-controls .input-group .btn {
  height: 26px;
  padding: 3px 8px;
}
.panel-heading-controls > .panel-heading-icon {
  font-size: 14px;
  margin-top: 1px;
}
.panel-heading-controls > .switcher {
  margin-top: 1px;
}
.panel-heading-controls div.btn-group.btn-burger.open ul > li > a > i.fa-trash {
  padding-right: 3px;
}

.panel-heading-text {
  display: inline-block;
  line-height: 20px;
  font-size: 12px;
  margin-top: 1px;
}

.panel-group .panel {
  border: 0;
}
.panel-group .panel .panel-body {
  padding: 0;
}
.panel-group .panel .panel-collapse .table.sortable th {
  border-radius: 0;
}

.panel-dark .panel-heading-controls .btn {
  border-color: transparent;
}
.panel-dark .panel-heading-controls .btn.btn-outline {
  border-width: 1px;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.12);
}
.panel-dark .panel-heading-controls .btn.btn-outline:hover {
  border-color: transparent !important;
}
.panel-dark .panel-heading-controls > .form-control {
  border-color: transparent !important;
}
.panel-dark .panel-heading-controls > .pagination li a,
.panel-dark .panel-heading-controls > .pagination li span,
.panel-dark .panel-heading-controls > .pager li a,
.panel-dark .panel-heading-controls > .pager li span {
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.12);
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
}
.panel-dark .panel-heading-controls > .pagination li a:hover,
.panel-dark .panel-heading-controls > .pager li a:hover {
  color: #fff;
  border-color: #fff;
}
.panel-dark .panel-heading-controls > .pagination li.active a,
.panel-dark .panel-heading-controls > .pagination li.active a:hover,
.panel-dark .panel-heading-controls > .pagination li.active span,
.panel-dark .panel-heading-controls > .pager li.active a,
.panel-dark .panel-heading-controls > .pager li.active a:hover,
.panel-dark .panel-heading-controls > .pager li.active span {
  background: #fff;
  border-color: #fff;
}
.panel-dark .panel-heading-controls > .pagination li.disabled a,
.panel-dark .panel-heading-controls > .pagination li.disabled span,
.panel-dark .panel-heading-controls > .pager li.disabled a,
.panel-dark .panel-heading-controls > .pager li.disabled span {
  border-color: rgba(255, 255, 255, 0.1) !important;
  color: rgba(255, 255, 255, 0.3) !important;
}
.panel-dark .panel-heading-controls .input-group .form-control {
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: #d5d5d5;
}

.panel-dark .panel-heading .nav-tabs > li > a {
  background: none;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
}
.panel-dark .panel-heading .nav-tabs > li > a:hover {
  color: #fff;
}
.panel-dark .panel-heading .nav-tabs > li.active > a,
.panel-dark .panel-heading .nav-tabs > li.active > a:hover,
.panel-dark .panel-heading .nav-tabs > li.active > a:focus {
  background: #fff;
  border-bottom-color: #fff;
  color: #555;
}

#content-wrapper #home.row .panel-dark a {
  color: #fff;
  text-decoration: underline;
}

.panel.panel-dark.panel-body-colorful table,
.panel.panel-dark.panel-body-colorful .list-group {
  color: #fff;
}

.panel-group .panel .stage-table-wrapper {
  background: #f5f5f5;
}
.panel-group .panel .stage-table-wrapper > .panel-body table > thead {
  background: #999999;
}
.panel-group .panel .stage-table-wrapper > .panel-body table td {
  word-wrap: break-word;
}
.panel-group .panel .stage-table-wrapper > .panel-body table td > a {
  overflow-wrap: break-word;
}
.panel-group .panel .stage-table-wrapper .panel-footer {
  background: #f5f5f5;
}

body:not(.pdf-print) .panel-group .panel .stage-table-wrapper > .panel-body {
  background: #f5f5f5;
  padding-top: 15px !important;
}

.panel-collapse.stage-table-wrapper {
  padding: 0 15px 10px;
}
.panel-collapse.stage-table-wrapper > .panel-body {
  border-top: 0 !important;
}
@media (min-width: 769px) {
  .panel-collapse.stage-table-wrapper > .panel-footer {
    padding: 25px 15px 0 !important;
  }
}
.panel-collapse.stage-table-wrapper .stage-table-wrapper {
  padding: 0;
  margin-bottom: 0;
}
.panel-collapse.stage-table-wrapper .panel + .panel {
  margin-top: 10px;
}

.panel-collapse.in {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .hidden-mobile {
    display: none;
  }
  .panel-heading:not(.accordion-heading) {
    padding-left: 10px;
    padding-right: 10px;
  }
  .panel-collapse.stage-table-wrapper > .panel-footer {
    padding: 10px 0px !important;
  }
}
.panel-warning {
  border-color: #f6deac !important;
}
.panel-warning .panel-heading {
  background: #f9f1c7;
  border-color: #f6deac;
  color: #af8640;
  background-size: 20px 20px;
}
.panel-warning .panel-heading .panel-title {
  color: #af8640;
}
.panel-warning .panel-heading .panel-heading-text a {
  color: #af8640;
  text-decoration: underline;
}
.panel-warning .panel-heading .panel-heading-text a:hover {
  color: #c49e5e;
}
.panel-warning.panel-body-colorful .panel-body {
  background: #f9f1c7;
  color: #af8640;
}
.panel-warning.panel-body-colorful .panel-footer {
  background: #f9f1c7;
  border-color: #f6deac;
  color: #af8640;
}

.panel-danger {
  border-color: #ebccd1 !important;
}
.panel-danger .panel-heading {
  background: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
  background-size: 20px 20px;
}
.panel-danger .panel-heading .panel-title {
  color: #b94a48;
}
.panel-danger .panel-heading .panel-heading-text a {
  color: #b94a48;
  text-decoration: underline;
}
.panel-danger .panel-heading .panel-heading-text a:hover {
  color: #c76e6d;
}
.panel-danger.panel-body-colorful .panel-body {
  background: #f2dede;
  color: #b94a48;
}
.panel-danger.panel-body-colorful .panel-footer {
  background: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
}

.panel-success {
  border-color: #d0e6be !important;
}
.panel-success .panel-heading {
  background: #dff0d8;
  border-color: #d0e6be;
  color: #468847;
  background-size: 20px 20px;
}
.panel-success .panel-heading .panel-title {
  color: #468847;
}
.panel-success .panel-heading .panel-heading-text a {
  color: #468847;
  text-decoration: underline;
}
.panel-success .panel-heading .panel-heading-text a:hover {
  color: #58a959;
}
.panel-success.panel-body-colorful .panel-body {
  background: #dff0d8;
  color: #468847;
}
.panel-success.panel-body-colorful .panel-footer {
  background: #dff0d8;
  border-color: #d0e6be;
  color: #468847;
}

.panel-info {
  border-color: #bce8f1 !important;
}
.panel-info .panel-heading {
  background: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
  background-size: 20px 20px;
}
.panel-info .panel-heading .panel-title {
  color: #3a87ad;
}
.panel-info .panel-heading .panel-heading-text a {
  color: #3a87ad;
  text-decoration: underline;
}
.panel-info .panel-heading .panel-heading-text a:hover {
  color: #54a0c6;
}
.panel-info.panel-body-colorful .panel-body {
  background: #d9edf7;
  color: #3a87ad;
}
.panel-info.panel-body-colorful .panel-footer {
  background: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}

.panel-warning.panel-dark {
  border-color: #f4b04f !important;
}
.panel-warning.panel-dark .panel-heading {
  background: #f4b04f;
  border-color: #f4b04f;
  color: #fff;
}
.panel-warning.panel-dark .panel-heading .panel-title {
  color: #fff;
}
.panel-warning.panel-dark .panel-heading .panel-heading-text {
  color: white;
}
.panel-warning.panel-dark .panel-heading .panel-heading-text a {
  color: white;
  text-decoration: underline;
}
.panel-warning.panel-dark .panel-heading .panel-heading-text a:hover {
  color: #fff;
}
.panel-warning.panel-dark .panel-heading-controls li.active a,
.panel-warning.panel-dark .panel-heading-controls li.active span {
  color: #f4b04f !important;
}
.panel-warning.panel-dark.panel-body-colorful .panel-heading,
.panel-warning.panel-dark.panel-body-colorful table,
.panel-warning.panel-dark.panel-body-colorful table tr,
.panel-warning.panel-dark.panel-body-colorful table th,
.panel-warning.panel-dark.panel-body-colorful table td,
.panel-warning.panel-dark.panel-body-colorful .list-group-item {
  border-color: #f6c175;
}
.panel-warning.panel-dark.panel-body-colorful,
.panel-warning.panel-dark.panel-body-colorful .panel-body,
.panel-warning.panel-dark.panel-body-colorful .list-group-item {
  background: #f4b04f;
  color: #fff;
}
.panel-warning.panel-dark.panel-body-colorful .panel-footer {
  background: #f4b04f;
  border-color: #f6c175;
  color: #fff;
}

.panel-danger.panel-dark {
  border-color: #e66454 !important;
}
.panel-danger.panel-dark .panel-heading {
  background: #e66454;
  border-color: #e66454;
  color: #fff;
}
.panel-danger.panel-dark .panel-heading .panel-title {
  color: #fff;
}
.panel-danger.panel-dark .panel-heading .panel-heading-text {
  color: #fffdfd;
}
.panel-danger.panel-dark .panel-heading .panel-heading-text a {
  color: #fffdfd;
  text-decoration: underline;
}
.panel-danger.panel-dark .panel-heading .panel-heading-text a:hover {
  color: #fff;
}
.panel-danger.panel-dark .panel-heading-controls li.active a,
.panel-danger.panel-dark .panel-heading-controls li.active span {
  color: #e66454 !important;
}
.panel-danger.panel-dark.panel-body-colorful .panel-heading,
.panel-danger.panel-dark.panel-body-colorful table,
.panel-danger.panel-dark.panel-body-colorful table tr,
.panel-danger.panel-dark.panel-body-colorful table th,
.panel-danger.panel-dark.panel-body-colorful table td,
.panel-danger.panel-dark.panel-body-colorful .list-group-item {
  border-color: #eb8478;
}
.panel-danger.panel-dark.panel-body-colorful,
.panel-danger.panel-dark.panel-body-colorful .panel-body,
.panel-danger.panel-dark.panel-body-colorful .list-group-item {
  background: #e66454;
  color: #fff;
}
.panel-danger.panel-dark.panel-body-colorful .panel-footer {
  background: #e66454;
  border-color: #eb8478;
  color: #fff;
}

.panel-success.panel-dark {
  border-color: #5ebd5e !important;
}
.panel-success.panel-dark .panel-heading {
  background: #5ebd5e;
  border-color: #5ebd5e;
  color: #fff;
}
.panel-success.panel-dark .panel-heading .panel-title {
  color: #fff;
}
.panel-success.panel-dark .panel-heading .panel-heading-text {
  color: #e7f5e7;
}
.panel-success.panel-dark .panel-heading .panel-heading-text a {
  color: #e7f5e7;
  text-decoration: underline;
}
.panel-success.panel-dark .panel-heading .panel-heading-text a:hover {
  color: #fff;
}
.panel-success.panel-dark .panel-heading-controls li.active a,
.panel-success.panel-dark .panel-heading-controls li.active span {
  color: #5ebd5e !important;
}
.panel-success.panel-dark.panel-body-colorful .panel-heading,
.panel-success.panel-dark.panel-body-colorful table,
.panel-success.panel-dark.panel-body-colorful table tr,
.panel-success.panel-dark.panel-body-colorful table th,
.panel-success.panel-dark.panel-body-colorful table td,
.panel-success.panel-dark.panel-body-colorful .list-group-item {
  border-color: #7bc97b;
}
.panel-success.panel-dark.panel-body-colorful,
.panel-success.panel-dark.panel-body-colorful .panel-body,
.panel-success.panel-dark.panel-body-colorful .list-group-item {
  background: #5ebd5e;
  color: #fff;
}
.panel-success.panel-dark.panel-body-colorful .panel-footer {
  background: #5ebd5e;
  border-color: #7bc97b;
  color: #fff;
}

.panel-info.panel-dark {
  border-color: #5bc0de !important;
}
.panel-info.panel-dark .panel-heading {
  background: #5bc0de;
  border-color: #5bc0de;
  color: #fff;
}
.panel-info.panel-dark .panel-heading .panel-title {
  color: #fff;
}
.panel-info.panel-dark .panel-heading .panel-heading-text {
  color: #fcfefe;
}
.panel-info.panel-dark .panel-heading .panel-heading-text a {
  color: #fcfefe;
  text-decoration: underline;
}
.panel-info.panel-dark .panel-heading .panel-heading-text a:hover {
  color: #fff;
}
.panel-info.panel-dark .panel-heading-controls li.active a,
.panel-info.panel-dark .panel-heading-controls li.active span {
  color: #5bc0de !important;
}
.panel-info.panel-dark.panel-body-colorful .panel-heading,
.panel-info.panel-dark.panel-body-colorful table,
.panel-info.panel-dark.panel-body-colorful table tr,
.panel-info.panel-dark.panel-body-colorful table th,
.panel-info.panel-dark.panel-body-colorful table td,
.panel-info.panel-dark.panel-body-colorful .list-group-item {
  border-color: #7dcde5;
}
.panel-info.panel-dark.panel-body-colorful,
.panel-info.panel-dark.panel-body-colorful .panel-body,
.panel-info.panel-dark.panel-body-colorful .list-group-item {
  background: #5bc0de;
  color: #fff;
}
.panel-info.panel-dark.panel-body-colorful .panel-footer {
  background: #5bc0de;
  border-color: #7dcde5;
  color: #fff;
}

.panel-transparent {
  background: none !important;
  border: none !important;
}
.panel-transparent .panel-heading {
  background: none !important;
}
.panel-transparent .panel-body {
  background: none !important;
}
.panel-transparent .panel-footer {
  background: none !important;
  border: none !important;
}

@media screen and (max-width: 767px) {
  .sub-accordion-heading > .accordion-toggle {
    padding: 9px 48px 12px 12px;
  }
  .theme-blue #stages .panel-collapse table th {
    word-wrap: break-word;
  }
  .mobPad50 tr > td {
    padding: 5px 50px !important;
  }
}
.well {
  background-color: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: none;
}

.popover {
  border: 1px solid #aaa;
  word-wrap: break-word;
  box-shadow: none;
}
.popover.top .arrow {
  border-top: none;
}
.popover.top .arrow:after {
  border-top-color: #aaa;
  border-width: 7px 8px 0 8px;
  bottom: 4px;
}
.popover.bottom .arrow {
  border-bottom: none;
}
.popover.bottom .arrow:after {
  border-bottom-color: #aaa;
  border-width: 0 8px 7px 8px;
  top: 3px;
}
.popover.left .arrow {
  border-left: none;
}
.popover.left .arrow:after {
  border-left-color: #aaa;
  border-width: 8px 0 8px 7px;
  bottom: -9px;
  right: 3px;
}
.popover.right .arrow {
  border-right: none;
}
.popover.right .arrow:after {
  border-right-color: #aaa;
  border-width: 8px 7px 8px 0;
  bottom: -9px;
  left: 3px;
}

.popover-colorful + .popover {
  border-width: 1px;
}
.popover-colorful + .popover.top {
  margin-bottom: 8px;
}
.popover-colorful + .popover.left {
  margin-right: 8px;
}
.popover-colorful + .popover.top .arrow:after {
  bottom: 5px;
}
.popover-colorful + .popover.bottom .arrow:after {
  top: 5px;
}
.popover-colorful + .popover.left .arrow:after {
  right: 5px;
}
.popover-colorful + .popover.right .arrow:after {
  left: 5px;
}

.popover-title {
  background-color: rgba(0, 0, 0, 0.06);
  border-bottom-color: #ddd;
  border-radius: 0;
}

.ie8 .popover.top.in {
  margin-top: -30px;
}

.ie8 .popover.left.in {
  margin-left: -30px;
}

.ie8 .popover .arrow {
  display: none !important;
}

.popover-warning + .popover .popover-title {
  background: #f9f1c7;
  border-bottom-color: #f6deac;
  color: #af8640;
}
.popover-warning.popover-colorful + .popover {
  background: #f9f1c7;
  border-color: #f6deac;
  color: #af8640;
}
.popover-warning.popover-colorful + .popover.top .arrow:after {
  border-top-color: #f6deac;
}
.popover-warning.popover-colorful + .popover.bottom .arrow:after {
  border-bottom-color: #f6deac;
}
.popover-warning.popover-colorful + .popover.left .arrow:after {
  border-left-color: #f6deac;
}
.popover-warning.popover-colorful + .popover.right .arrow:after {
  border-right-color: #f6deac;
}

.popover-danger + .popover .popover-title {
  background: #f2dede;
  border-bottom-color: #ebccd1;
  color: #b94a48;
}
.popover-danger.popover-colorful + .popover {
  background: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
}
.popover-danger.popover-colorful + .popover.top .arrow:after {
  border-top-color: #ebccd1;
}
.popover-danger.popover-colorful + .popover.bottom .arrow:after {
  border-bottom-color: #ebccd1;
}
.popover-danger.popover-colorful + .popover.left .arrow:after {
  border-left-color: #ebccd1;
}
.popover-danger.popover-colorful + .popover.right .arrow:after {
  border-right-color: #ebccd1;
}

.popover-success + .popover .popover-title {
  background: #dff0d8;
  border-bottom-color: #d0e6be;
  color: #468847;
}
.popover-success.popover-colorful + .popover {
  background: #dff0d8;
  border-color: #d0e6be;
  color: #468847;
}
.popover-success.popover-colorful + .popover.top .arrow:after {
  border-top-color: #d0e6be;
}
.popover-success.popover-colorful + .popover.bottom .arrow:after {
  border-bottom-color: #d0e6be;
}
.popover-success.popover-colorful + .popover.left .arrow:after {
  border-left-color: #d0e6be;
}
.popover-success.popover-colorful + .popover.right .arrow:after {
  border-right-color: #d0e6be;
}

.popover-info + .popover .popover-title {
  background: #d9edf7;
  border-bottom-color: #bce8f1;
  color: #3a87ad;
}
.popover-info.popover-colorful + .popover {
  background: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.popover-info.popover-colorful + .popover.top .arrow:after {
  border-top-color: #bce8f1;
}
.popover-info.popover-colorful + .popover.bottom .arrow:after {
  border-bottom-color: #bce8f1;
}
.popover-info.popover-colorful + .popover.left .arrow:after {
  border-left-color: #bce8f1;
}
.popover-info.popover-colorful + .popover.right .arrow:after {
  border-right-color: #bce8f1;
}

.popover-warning.popover-dark + .popover .popover-title {
  background: #f4b04f;
  border-bottom-color: #f4b04f;
  color: #fff;
}
.popover-warning.popover-dark.popover-colorful + .popover {
  background: #f4b04f;
  border-color: #f4b04f;
  color: #fff;
}
.popover-warning.popover-dark.popover-colorful + .popover .popover-title {
  border-bottom-color: #f6c175;
  border-bottom-width: 2px;
}
.popover-warning.popover-dark.popover-colorful + .popover.top .arrow:after {
  border-top-color: #f4b04f;
}
.popover-warning.popover-dark.popover-colorful + .popover.bottom .arrow:after {
  border-bottom-color: #f4b04f;
}
.popover-warning.popover-dark.popover-colorful + .popover.left .arrow:after {
  border-left-color: #f4b04f;
}
.popover-warning.popover-dark.popover-colorful + .popover.right .arrow:after {
  border-right-color: #f4b04f;
}

.popover-danger.popover-dark + .popover .popover-title {
  background: #e66454;
  border-bottom-color: #e66454;
  color: #fff;
}
.popover-danger.popover-dark.popover-colorful + .popover {
  background: #e66454;
  border-color: #e66454;
  color: #fff;
}
.popover-danger.popover-dark.popover-colorful + .popover .popover-title {
  border-bottom-color: #eb8478;
  border-bottom-width: 2px;
}
.popover-danger.popover-dark.popover-colorful + .popover.top .arrow:after {
  border-top-color: #e66454;
}
.popover-danger.popover-dark.popover-colorful + .popover.bottom .arrow:after {
  border-bottom-color: #e66454;
}
.popover-danger.popover-dark.popover-colorful + .popover.left .arrow:after {
  border-left-color: #e66454;
}
.popover-danger.popover-dark.popover-colorful + .popover.right .arrow:after {
  border-right-color: #e66454;
}

.popover-success.popover-dark + .popover .popover-title {
  background: #5ebd5e;
  border-bottom-color: #5ebd5e;
  color: #fff;
}
.popover-success.popover-dark.popover-colorful + .popover {
  background: #5ebd5e;
  border-color: #5ebd5e;
  color: #fff;
}
.popover-success.popover-dark.popover-colorful + .popover .popover-title {
  border-bottom-color: #7bc97b;
  border-bottom-width: 2px;
}
.popover-success.popover-dark.popover-colorful + .popover.top .arrow:after {
  border-top-color: #5ebd5e;
}
.popover-success.popover-dark.popover-colorful + .popover.bottom .arrow:after {
  border-bottom-color: #5ebd5e;
}
.popover-success.popover-dark.popover-colorful + .popover.left .arrow:after {
  border-left-color: #5ebd5e;
}
.popover-success.popover-dark.popover-colorful + .popover.right .arrow:after {
  border-right-color: #5ebd5e;
}

.popover-info.popover-dark + .popover .popover-title {
  background: #5bc0de;
  border-bottom-color: #5bc0de;
  color: #fff;
}
.popover-info.popover-dark.popover-colorful + .popover {
  background: #5bc0de;
  border-color: #5bc0de;
  color: #fff;
}
.popover-info.popover-dark.popover-colorful + .popover .popover-title {
  border-bottom-color: #7dcde5;
  border-bottom-width: 2px;
}
.popover-info.popover-dark.popover-colorful + .popover.top .arrow:after {
  border-top-color: #5bc0de;
}
.popover-info.popover-dark.popover-colorful + .popover.bottom .arrow:after {
  border-bottom-color: #5bc0de;
}
.popover-info.popover-dark.popover-colorful + .popover.left .arrow:after {
  border-left-color: #5bc0de;
}
.popover-info.popover-dark.popover-colorful + .popover.right .arrow:after {
  border-right-color: #5bc0de;
}

.tooltip-inner {
  background-color: #222;
  font-size: 12px;
  padding: 4px 10px;
}

.ajaxupload-container .tooltip-inner {
  max-width: none;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #222;
}
.tooltip.top-left .tooltip-arrow {
  border-top-color: #222;
}
.tooltip.top-right .tooltip-arrow {
  border-top-color: #222;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #222;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #222;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #222;
}
.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #222;
}
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #222;
}

.tooltip-warning + .tooltip .tooltip-inner {
  background-color: #f19a1f;
}
.tooltip-warning + .tooltip.top .tooltip-arrow {
  border-top-color: #f19a1f;
}
.tooltip-warning + .tooltip.top-left .tooltip-arrow {
  border-top-color: #f19a1f;
}
.tooltip-warning + .tooltip.top-right .tooltip-arrow {
  border-top-color: #f19a1f;
}
.tooltip-warning + .tooltip.right .tooltip-arrow {
  border-right-color: #f19a1f;
}
.tooltip-warning + .tooltip.left .tooltip-arrow {
  border-left-color: #f19a1f;
}
.tooltip-warning + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #f19a1f;
}
.tooltip-warning + .tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #f19a1f;
}
.tooltip-warning + .tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #f19a1f;
}

.tooltip-danger + .tooltip .tooltip-inner {
  background-color: #df3c28;
}
.tooltip-danger + .tooltip.top .tooltip-arrow {
  border-top-color: #df3c28;
}
.tooltip-danger + .tooltip.top-left .tooltip-arrow {
  border-top-color: #df3c28;
}
.tooltip-danger + .tooltip.top-right .tooltip-arrow {
  border-top-color: #df3c28;
}
.tooltip-danger + .tooltip.right .tooltip-arrow {
  border-right-color: #df3c28;
}
.tooltip-danger + .tooltip.left .tooltip-arrow {
  border-left-color: #df3c28;
}
.tooltip-danger + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #df3c28;
}
.tooltip-danger + .tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #df3c28;
}
.tooltip-danger + .tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #df3c28;
}

.tooltip-success + .tooltip .tooltip-inner {
  background-color: #43a543;
}
.tooltip-success + .tooltip.top .tooltip-arrow {
  border-top-color: #43a543;
}
.tooltip-success + .tooltip.top-left .tooltip-arrow {
  border-top-color: #43a543;
}
.tooltip-success + .tooltip.top-right .tooltip-arrow {
  border-top-color: #43a543;
}
.tooltip-success + .tooltip.right .tooltip-arrow {
  border-right-color: #43a543;
}
.tooltip-success + .tooltip.left .tooltip-arrow {
  border-left-color: #43a543;
}
.tooltip-success + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #43a543;
}
.tooltip-success + .tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #43a543;
}
.tooltip-success + .tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #43a543;
}

.tooltip-info + .tooltip .tooltip-inner {
  background-color: #31b0d5;
}
.tooltip-info + .tooltip.top .tooltip-arrow {
  border-top-color: #31b0d5;
}
.tooltip-info + .tooltip.top-left .tooltip-arrow {
  border-top-color: #31b0d5;
}
.tooltip-info + .tooltip.top-right .tooltip-arrow {
  border-top-color: #31b0d5;
}
.tooltip-info + .tooltip.right .tooltip-arrow {
  border-right-color: #31b0d5;
}
.tooltip-info + .tooltip.left .tooltip-arrow {
  border-left-color: #31b0d5;
}
.tooltip-info + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #31b0d5;
}
.tooltip-info + .tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #31b0d5;
}
.tooltip-info + .tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #31b0d5;
}

.modal-dialog {
  animation-duration: 0.8s;
}

.modal-content {
  border: none;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.modal-content:before, .modal-content:after {
  content: " ";
  display: table;
}
.modal-content:after {
  clear: both;
}
.modal-content .control-label {
  padding-top: 7px;
  text-align: right;
}
.modal-content .modal-header h1, .modal-content .modal-header h2, .modal-content .modal-header h3, .modal-content .modal-header h4, .modal-content .modal-header h5, .modal-content .modal-header h6 {
  text-overflow: ellipsis;
  overflow: hidden;
}
.modal-content .modal-header .close {
  opacity: 1 !important;
  text-shadow: none;
}
.modal-content .modal-body {
  padding-top: 10px;
  padding-bottom: 10px;
}
.modal-content .modal-body .form-group:not(:first-child) {
  margin-top: 5px;
}
.modal-content .modal-body table {
  border-collapse: separate;
  border: 0;
  margin-bottom: 10px;
}
.modal-content .modal-body table > thead > tr > th {
  border: 0;
}
.modal-content .modal-body table > thead > tr > th:first-of-type {
  border-top-left-radius: 4px;
}
.modal-content .modal-body table > thead > tr > th:last-of-type {
  border-top-right-radius: 4px;
}

.modal-header {
  background: #f8f8f8;
  padding-top: 12px;
  padding-bottom: 12px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.modal-dialog .close {
  color: #555;
  font-size: 25px;
  margin-top: 0px;
}
.modal-dialog .close.fa-times {
  font-size: 15px;
  margin-top: 2px;
}

.modal-footer, .form-modal-footer {
  padding-top: 12px;
  padding-bottom: 12px;
  margin-top: 0;
  background: #fff;
  border-top: 0;
  text-align: left;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.modal-footer .btn.col-sm-push-4, .form-modal-footer .btn.col-sm-push-4 {
  position: relative;
  margin-left: 15px;
}

.form-modal-footer {
  text-align: left;
}

@media (max-width: 769px) {
  .modal-footer, .form-modal-footer {
    padding: 10px;
  }
  .form-modal-footer {
    padding-left: 10px;
  }
}
body.modal-open {
  overflow: hidden;
  width: 100%;
}

@media (min-width: 480px) {
  .modal-alert .modal-dialog {
    width: 350px;
  }
}
.modal-alert .modal-header,
.modal-alert .modal-title,
.modal-alert .modal-body,
.modal-alert .modal-footer,
.modal-alert .form-modal-footer {
  background: none;
  border: none;
  margin: 0;
  padding: 0 20px;
  text-align: center !important;
}
.modal-alert .modal-header {
  color: #fff;
  margin-bottom: 20px;
  padding: 25px 0 18px 0;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  border-bottom: 4px solid rgba(0, 0, 0, 0.08);
}
.modal-alert .modal-header .fa {
  font-size: 90px;
}
.modal-alert .modal-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 3px;
}
.modal-alert .modal-body {
  color: #888;
}
.modal-alert .modal-footer, .modal-alert .form-modal-footer {
  margin: 25px 0 20px 0;
}
.modal-alert.modal-info .modal-header {
  background: #5bc0de;
}
.modal-alert.modal-danger .modal-header {
  background: #e66454;
}
.modal-alert.modal-warning .modal-header {
  background: #f4b04f;
}
.modal-alert.modal-success .modal-header {
  background: #5ebd5e;
}

.modal .form-horizontal .modal-footer, .modal .form-horizontal .form-modal-footer {
  border-top: none;
}
@media (min-width: 768px) {
  .modal .form-horizontal .modal-footer.text-center, .modal .form-horizontal .text-center.form-modal-footer {
    text-align: left;
    margin-left: 33.3333333333%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.modal-medium .modal-content .modal-body {
  max-height: 440px;
  overflow: scroll;
}

.preview-modal {
  display: block;
  overflow: scroll;
}

.preview-image {
  max-width: 100%;
}

.panel-group .panel-heading:not(.datatablepopup-heading) {
  padding: 0;
}

.accordion-toggle {
  color: #555;
  display: block;
  font-size: 13px;
  line-height: 22px;
  padding: 9px 35px 9px 25px;
  position: relative;
  font-weight: bold;
}
.accordion-toggle--before {
  color: black;
}
.accordion-toggle--before span[data-toggle=tooltip] {
  color: #1178b9;
}
.accordion-toggle:focus {
  text-decoration: none;
}
.accordion-toggle:hover, .accordion-toggle.collapsed:hover {
  background: rgba(0, 0, 0, 0.015);
  color: #555;
  text-decoration: none;
}
.accordion-toggle:hover:after, .accordion-toggle.collapsed:hover:after {
  color: #888;
}
.accordion-toggle.work-flow-toggle:after {
  color: #aaa;
  content: "\e014";
  display: block;
  font-family: "Glyphicons Halflings";
  font-size: 20px;
  font-weight: bold;
  line-height: 36px;
  position: absolute;
  top: 3px;
  right: 15px;
}
.accordion-toggle.integration-toggle:not(.accordion-toggle--before):after {
  color: #aaa;
  content: "\e080";
  display: block;
  font-family: "Glyphicons Halflings";
  font-size: 13px;
  font-weight: bold;
  line-height: 36px;
  position: absolute;
  top: 3px;
  right: 15px;
  transition: all 300ms ease-in-out;
  will-change: transform;
}
.accordion-toggle.integration-toggle:not(.collapsed):not(.accordion-toggle--before):after {
  transform: rotate(90deg);
}
.accordion-toggle.collapsed {
  color: #777;
}
.accordion-toggle.collapsed:not(.accordion-toggle--before):after {
  font-family: "Glyphicons Halflings";
  content: "\e080";
}
.accordion-toggle.collapsed > .accordion-tooltip {
  z-index: -1;
}
.accordion-toggle.collapsed .accordion-tooltip--before:before {
  content: "\f054";
}
.accordion-toggle.current:not(.collapsed):not(.work-flow-toggle) {
  background: #5ebd5e !important;
}
.accordion-toggle.work-flow-toggle-no-permissions:after {
  right: 15px !important;
}
.accordion-toggle > .accordion-tooltip {
  display: inline-block;
  width: 20px;
  z-index: 10;
  height: 28px;
}
.accordion-toggle > .accordion-tooltip:not(.accordion-tooltip--before) {
  position: absolute;
  right: 48px;
  color: #1178b9;
}
.accordion-toggle .accordion-tooltip--before:before {
  font-family: FontAwesome;
  content: "\f078";
}
.accordion-toggle.work-flow-toggle-no-permissions > .accordion-tooltip {
  right: 12px;
}

div.accordion-toggle:after {
  content: "" !important;
}

.accordion-heading.accordion-heading--before {
  background: #86add6;
  color: black;
}

.sub-accordion-heading > a.accordion-toggle {
  padding-left: 10px;
  font-weight: 400;
  color: #fff;
}
.sub-accordion-heading > a.accordion-toggle:after {
  content: "";
}
.sub-accordion-heading > a.accordion-toggle.bold-text {
  font-weight: bold;
}
.sub-accordion-heading > a.accordion-toggle:not(.collapsed):hover:after {
  color: #d9d9db;
}

.sub-accordion-collapse table {
  width: 100%;
}

.panel-group-dark .accordion-toggle {
  border-radius: 4px 4px 0 0;
  text-transform: uppercase;
}
.panel-group-dark .accordion-toggle.collapsed {
  border-radius: 4px;
}

.panel-group.panel-group-success .accordion-toggle {
  background: #5ebd5e;
  color: #fff;
}
.panel-group.panel-group-success .accordion-toggle:after,
.panel-group.panel-group-success .accordion-toggle:hover:after,
.panel-group.panel-group-success .accordion-toggle.collapsed:hover:after {
  color: #fff;
}
.panel-group.panel-group-success .panel,
.panel-group.panel-group-success .panel-heading,
.panel-group.panel-group-success .panel-body, .panel-group.panel-group-success.panel-group .panel-heading + .panel-collapse .panel-body {
  border-color: #5ebd5e;
}

.panel-group.panel-group-danger .accordion-toggle {
  background: #e66454;
  color: #fff;
}
.panel-group.panel-group-danger .accordion-toggle:after,
.panel-group.panel-group-danger .accordion-toggle:hover:after,
.panel-group.panel-group-danger .accordion-toggle.collapsed:hover:after {
  color: #fff;
}
.panel-group.panel-group-danger .panel,
.panel-group.panel-group-danger .panel-heading,
.panel-group.panel-group-danger .panel-body, .panel-group.panel-group-danger.panel-group .panel-heading + .panel-collapse .panel-body {
  border-color: #e66454;
}

.panel-group.panel-group-warning .accordion-toggle {
  background: #f4b04f;
  color: #fff;
}
.panel-group.panel-group-warning .accordion-toggle:after,
.panel-group.panel-group-warning .accordion-toggle:hover:after,
.panel-group.panel-group-warning .accordion-toggle.collapsed:hover:after {
  color: #fff;
}
.panel-group.panel-group-warning .panel,
.panel-group.panel-group-warning .panel-heading,
.panel-group.panel-group-warning .panel-body, .panel-group.panel-group-warning.panel-group .panel-heading + .panel-collapse .panel-body {
  border-color: #f4b04f;
}

.panel-group.panel-group-info .accordion-toggle {
  background: #5bc0de;
  color: #fff;
}
.panel-group.panel-group-info .accordion-toggle:after,
.panel-group.panel-group-info .accordion-toggle:hover:after,
.panel-group.panel-group-info .accordion-toggle.collapsed:hover:after {
  color: #fff;
}
.panel-group.panel-group-info .panel,
.panel-group.panel-group-info .panel-heading,
.panel-group.panel-group-info .panel-body, .panel-group.panel-group-info.panel-group .panel-heading + .panel-collapse .panel-body {
  border-color: #5bc0de;
}

.panel-group.panel-group-dark .accordion-toggle {
  background: #DDD;
  color: #222;
}
.panel-group.panel-group-dark .accordion-toggle:after,
.panel-group.panel-group-dark .accordion-toggle:hover:after,
.panel-group.panel-group-dark .accordion-toggle.collapsed:hover:after {
  color: #222;
}
.panel-group.panel-group-dark .panel,
.panel-group.panel-group-dark .panel-heading,
.panel-group.panel-group-dark .panel-body, .panel-group.panel-group-dark.panel-group .panel-heading + .panel-collapse .panel-body {
  border-color: #DDD;
}

.panel-heading > .panel-heading-icon {
  position: absolute;
  z-index: 1;
  color: #222;
  right: 29px;
  top: 11px;
}

#stages .panel .panel-heading .work-flow-toggle, .stages .panel .panel-heading .work-flow-toggle {
  border-radius: 3px;
  padding-left: 25px;
}
#stages .panel .panel-heading .work-flow-toggle:not(.collapsed), .stages .panel .panel-heading .work-flow-toggle:not(.collapsed) {
  border-radius: 3px 3px 0 0;
}
#stages .panel .panel-heading .work-flow-toggle:after, .stages .panel .panel-heading .work-flow-toggle:after {
  right: 50px;
}
#stages .panel .panel-heading .work-flow-toggle.collapsed + a.edit, .stages .panel .panel-heading .work-flow-toggle.collapsed + a.edit {
  display: none;
}
#stages .panel .panel-heading .work-flow-toggle.collapsed:after, .stages .panel .panel-heading .work-flow-toggle.collapsed:after {
  right: 15px;
}
#stages .panel .panel-heading .work-flow-toggle.collapsed span.indicator, .stages .panel .panel-heading .work-flow-toggle.collapsed span.indicator {
  width: 15px;
  height: 100%;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  position: absolute;
  left: 0;
  top: 0;
  background: #f4b04f;
}
#stages .panel .panel-heading .work-flow-toggle.current:not(.collapsed), #stages .panel .panel-heading .work-flow-toggle.current.collapsed span.indicator, .stages .panel .panel-heading .work-flow-toggle.current:not(.collapsed), .stages .panel .panel-heading .work-flow-toggle.current.collapsed span.indicator {
  background: #5ebd5e;
}
#stages .panel .panel-heading .work-flow-toggle.no-access span.indicator, .stages .panel .panel-heading .work-flow-toggle.no-access span.indicator {
  background: #d9534f;
}
#stages .panel .panel-heading .work-flow-toggle.not-available:not(.collapsed), #stages .panel .panel-heading .work-flow-toggle.not-available.collapsed span.indicator, .stages .panel .panel-heading .work-flow-toggle.not-available:not(.collapsed), .stages .panel .panel-heading .work-flow-toggle.not-available.collapsed span.indicator {
  background: #686868;
}

#stages .panel .panel-heading .work-flow-toggle:not(.collapsed) {
  background: #f4b04f;
}

.edit.panel-heading-icon {
  width: 40px;
  height: 100% !important;
  border-top-right-radius: 4px;
  top: 0;
  right: 0;
  padding: 12px;
}
.edit.panel-heading-icon > span {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

#viewAllocations {
  max-width: 100%;
  margin-bottom: 0px;
  height: auto;
}
#viewAllocations .panel-heading {
  width: inherit;
}
#viewAllocations .history-table-wrapper--allocation {
  padding: 5px 20px;
}
#viewAllocations .history-table-wrapper--allocation:nth-child(2) {
  padding-top: 55px;
}
#viewAllocations .history-table-wrapper--allocation:last-child {
  padding-bottom: 10px;
}
#viewAllocations .history-table-wrapper--allocation table.table {
  font-size: 13px;
}
#viewAllocations .history-table-wrapper--allocation .accordion-heading.accordion-heading--before {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.note {
  background: #fafafa;
  border-left: 3px solid #ddd;
  border-right: 0 solid #ddd;
  margin-bottom: 20px;
  padding: 20px;
}
.note h1,
.note h2,
.note h3,
.note h4,
.note h5,
.note h6 {
  margin-top: 0;
}

.note.note-success {
  border-color: #5ebd5e;
  background: #f4faf2;
}
.note.note-success h1,
.note.note-success h2,
.note.note-success h3,
.note.note-success h4,
.note.note-success h5,
.note.note-success h6 {
  color: #5ebd5e;
}

.note.note-danger {
  border-color: #e66454;
  background: #fbf4f4;
}
.note.note-danger h1,
.note.note-danger h2,
.note.note-danger h3,
.note.note-danger h4,
.note.note-danger h5,
.note.note-danger h6 {
  color: #e66454;
}

.note.note-warning {
  border-color: #f4b04f;
  background: #fbf7de;
}
.note.note-warning h1,
.note.note-warning h2,
.note.note-warning h3,
.note.note-warning h4,
.note.note-warning h5,
.note.note-warning h6 {
  color: #f4b04f;
}

.note.note-info {
  border-color: #5bc0de;
  background: #f6fbfd;
}
.note.note-info h1,
.note.note-info h2,
.note.note-info h3,
.note.note-info h4,
.note.note-info h5,
.note.note-info h6 {
  color: #5bc0de;
}

.counter,
.counter-separated {
  display: inline-block;
}
.counter span,
.counter-separated span {
  background: #444444;
  border: 1px solid #333;
  border-radius: 3px;
  color: #fff;
  display: block;
  float: left;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  padding: 0 6px;
  position: relative;
  text-align: center;
}
.counter span:before,
.counter-separated span:before {
  background: #333;
  content: " ";
  display: block;
  font-size: 0px;
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}
.counter.counter-sm span,
.counter-separated.counter-sm span {
  font-size: 16px;
  line-height: 22px;
  padding: 0 4px;
}
.counter.counter-lg span,
.counter-separated.counter-lg span {
  font-size: 24px;
  line-height: 34px;
  padding: 0 6px;
}

.counter-separated span {
  padding: 0 5px;
}
.counter-separated span + span {
  margin-left: 4px;
}
.counter-separated.counter-sm span {
  padding: 0 4px;
}
.counter-separated.counter-sm span + span {
  margin-left: 3px;
}

.btn-pa-purple {
  background: white;
  color: #857198;
}
.btn-pa-purple:focus {
  color: #fff;
}
.btn-pa-purple.btn-outline:focus {
  color: #555;
}
.btn-pa-purple.btn-outline.dark:focus {
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
}
.btn-pa-purple, .btn-pa-purple:focus {
  border-color: #78658b;
  border-bottom-color: #695879;
}
.btn-pa-purple:hover {
  border-color: #715e82;
}
.btn-pa-purple:active, .btn-pa-purple.active {
  background: white;
  color: #857198;
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.25);
}
.open .btn-pa-purple.dropdown-toggle {
  border-color: #615170;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
}
.btn-group .btn-pa-purple, .btn-group .btn-pa-purple:focus, .input-group-btn .btn-pa-purple, .input-group-btn .btn-pa-purple:focus {
  border-left-color: #715e82;
  border-right-color: #715e82;
}
.btn-group .btn-pa-purple:hover, .btn-group.open .btn-pa-purple.dropdown-toggle, .input-group-btn .btn-pa-purple:hover, .input-group-btn.open .btn-pa-purple.dropdown-toggle {
  border-color: #715e82;
  border-bottom-color: #574964;
}
.btn-group .btn-pa-purple:active, .btn-group .btn-pa-purple.active, .input-group-btn .btn-pa-purple:active, .input-group-btn .btn-pa-purple.active {
  border-left-color: #615170;
  border-right-color: #615170;
}

.badge.badge-pa-purple {
  background: #857198;
  border: 1px solid #857198;
}
.badge.badge-pa-purple[href]:hover, .badge.badge-pa-purple[href]:focus {
  background-color: #6b5a7c;
  border-color: #6b5a7c;
}

.label.label-pa-purple {
  background: #857198;
}
.label.label-pa-purple[href]:hover, .label.label-pa-purple[href]:focus {
  background-color: #6b5a7c;
}
.label.label-pa-purple.label-tag {
  border: 1px solid #857198;
}
.label.label-pa-purple.label-tag:before {
  border-color: transparent #857198 transparent transparent;
}
.label.label-pa-purple.label-tag[href]:hover, .label.label-pa-purple.label-tag[href]:focus {
  border-color: #6b5a7c;
}
.label.label-pa-purple.label-tag[href]:hover:before, .label.label-pa-purple.label-tag[href]:focus:before {
  border-color: transparent #6b5a7c transparent transparent;
}
.right-to-left .label.label-pa-purple.label-tag:before {
  border-color: transparent transparent transparent #857198;
}
.right-to-left .label.label-pa-purple.label-tag[href]:hover:before, .right-to-left .label.label-pa-purple.label-tag[href]:focus:before {
  border-color: transparent transparent transparent #6b5a7c;
}
.ie8 .right-to-left .label.label-pa-purple.label-tag:before, .ie9 .right-to-left .label.label-pa-purple.label-tag:before {
  border-color: transparent #857198 transparent transparent;
}
.ie8 .right-to-left .label.label-pa-purple.label-tag[href]:hover:before, .ie8 .right-to-left .label.label-pa-purple.label-tag[href]:focus:before, .ie9 .right-to-left .label.label-pa-purple.label-tag[href]:hover:before, .ie9 .right-to-left .label.label-pa-purple.label-tag[href]:focus:before {
  border-color: transparent #6b5a7c transparent transparent;
}

.alert.alert-pa-purple, .alert-pa-purple.finao-alert-info, .alert-pa-purple.finao-alert-warning, .alert-pa-purple.finao-alert-success, .alert-pa-purple.finao-alert-danger {
  color: #fff;
  background: none;
  border-color: #6b5a7c;
  background-color: #857198;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-size: 20px 20px;
}

.progress .progress-bar.progress-bar-pa-purple {
  background: #857198;
  border-color: #766388;
}

.progress.progress-striped .progress-bar.progress-bar-pa-purple {
  background-color: #857198;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px;
}

.dropdown-menu.dropdown-menu-pa-purple > li > a:hover,
.dropdown-menu.dropdown-menu-pa-purple > li.active > a {
  background: #857198;
}
.dropdown-menu.dropdown-menu-pa-purple > li > a:hover {
  color: #fff;
}

.nav-tabs.nav-tabs-pa-purple > li.active > a, .nav-tabs.nav-tabs-pa-purple > li.active > a:hover, .nav-tabs.nav-tabs-pa-purple > li.active > a:focus {
  background: #857198;
  border-bottom: 2px solid #78658b;
}
.nav-tabs.nav-tabs-pa-purple .nav-tabs.nav-justified > .active > a {
  border-bottom-color: #78658b;
}

.nav-pills.nav-pills-pa-purple > li.active > a, .nav-pills.nav-pills-pa-purple > li.active > a:hover, .nav-pills.nav-pills-pa-purple > li.active > a:focus {
  background: #857198;
}

.table-pa-purple table {
  border-top-color: #666567 !important;
}
.table-pa-purple thead,
.table-pa-purple thead tr,
.table-pa-purple thead th,
.table-pa-purple .table-header {
  border-color: #666567 !important;
  color: #fff;
}
.table-pa-purple thead tr,
.table-pa-purple thead th {
  background: #756c7e;
}
.table-pa-purple .table-header {
  background: #857198;
}

.list-group.list-group-pa-purple a.list-group-item.active {
  background: #857198;
  border-color: #857198;
}
.list-group.list-group-pa-purple a.list-group-item.active .list-group-item-text {
  color: #ebe7ee;
}

.panel.panel-pa-purple {
  border-color: #857198 !important;
}
.panel.panel-pa-purple .panel-heading {
  background: #857198;
  border-color: #857198;
  color: #fff;
}
.panel.panel-pa-purple .panel-heading .panel-title {
  color: #fff;
}
.panel.panel-pa-purple .panel-heading .panel-heading-text {
  color: #e6e1e9;
}
.panel.panel-pa-purple .panel-heading .panel-heading-text a {
  color: #e6e1e9;
  text-decoration: underline;
}
.panel.panel-pa-purple .panel-heading .panel-heading-text a:hover {
  color: #fff;
}
.panel.panel-pa-purple .panel-heading-controls li.active a,
.panel.panel-pa-purple .panel-heading-controls li.active span {
  color: #857198 !important;
}
.panel.panel-pa-purple.panel-body-colorful .panel-heading,
.panel.panel-pa-purple.panel-body-colorful table,
.panel.panel-pa-purple.panel-body-colorful table tr,
.panel.panel-pa-purple.panel-body-colorful table th,
.panel.panel-pa-purple.panel-body-colorful table td,
.panel.panel-pa-purple.panel-body-colorful .list-group-item {
  border-color: #9989a9;
}
.panel.panel-pa-purple.panel-body-colorful,
.panel.panel-pa-purple.panel-body-colorful .panel-body,
.panel.panel-pa-purple.panel-body-colorful .list-group-item {
  background: #857198;
  color: #fff;
}
.panel.panel-pa-purple.panel-body-colorful .panel-footer {
  background: #857198;
  border-color: #9989a9;
  color: #fff;
}

.popover-pa-purple + .popover .popover-title {
  background: #857198;
  border-bottom-color: #857198;
  color: #fff;
}
.popover-pa-purple.popover-colorful + .popover {
  background: #857198;
  border-color: #857198;
  color: #fff;
}
.popover-pa-purple.popover-colorful + .popover .popover-title {
  border-bottom-color: #9989a9;
  border-bottom-width: 2px;
}
.popover-pa-purple.popover-colorful + .popover.top .arrow:after {
  border-top-color: #857198;
}
.popover-pa-purple.popover-colorful + .popover.bottom .arrow:after {
  border-bottom-color: #857198;
}
.popover-pa-purple.popover-colorful + .popover.left .arrow:after {
  border-left-color: #857198;
}
.popover-pa-purple.popover-colorful + .popover.right .arrow:after {
  border-right-color: #857198;
}

.tooltip-pa-purple + .tooltip .tooltip-inner {
  background-color: #6b5a7c;
}
.tooltip-pa-purple + .tooltip.top .tooltip-arrow {
  border-top-color: #6b5a7c;
}
.tooltip-pa-purple + .tooltip.top-left .tooltip-arrow {
  border-top-color: #6b5a7c;
}
.tooltip-pa-purple + .tooltip.top-right .tooltip-arrow {
  border-top-color: #6b5a7c;
}
.tooltip-pa-purple + .tooltip.right .tooltip-arrow {
  border-right-color: #6b5a7c;
}
.tooltip-pa-purple + .tooltip.left .tooltip-arrow {
  border-left-color: #6b5a7c;
}
.tooltip-pa-purple + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #6b5a7c;
}
.tooltip-pa-purple + .tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #6b5a7c;
}
.tooltip-pa-purple + .tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #6b5a7c;
}

.panel-group.panel-group-pa-purple .accordion-toggle {
  background: #857198;
  color: #fff;
}
.panel-group.panel-group-pa-purple .accordion-toggle:after,
.panel-group.panel-group-pa-purple .accordion-toggle:hover:after,
.panel-group.panel-group-pa-purple .accordion-toggle.collapsed:hover:after {
  color: #fff;
}
.panel-group.panel-group-pa-purple .panel,
.panel-group.panel-group-pa-purple .panel-heading,
.panel-group.panel-group-pa-purple .panel-body, .panel-group.panel-group-pa-purple.panel-group .panel-heading + .panel-collapse .panel-body {
  border-color: #857198;
}

.switcher-pa-purple .switcher-state-on {
  background: #857198 !important;
}

.ui-slider.ui-slider-pa-purple .ui-slider-handle.ui-state-active:before {
  background: #857198;
}
.ui-slider.ui-slider-pa-purple .ui-slider-range {
  background: #857198;
}

.bg-pa-purple {
  background: #857198 !important;
}
.bg-pa-purple[href]:hover {
  background: #7d7089 !important;
}
.bg-pa-purple.darken {
  background: #7d7089 !important;
}
.bg-pa-purple.darken[href]:hover {
  background: #756a81 !important;
}
.bg-pa-purple.darker {
  background: #756a81 !important;
}
.bg-pa-purple.darker[href]:hover {
  background: #6e6378 !important;
}
.bg-pa-purple, .bg-pa-purple:hover, .bg-pa-purple:active, .bg-pa-purple:focus,
.bg-pa-purple a,
.bg-pa-purple a:focus {
  color: #fff;
}
.bg-pa-purple a:hover,
.bg-pa-purple a:active {
  color: #d9d9d9;
}
.bg-pa-purple[href]:hover,
.bg-pa-purple [href]:hover {
  color: #fff;
}
.bg-pa-purple * {
  border-color: #9786a7;
}

.text-pa-purple, .text-pa-purple:hover, .text-pa-purple:active, .text-pa-purple:focus,
.text-pa-purple a,
.text-pa-purple a:focus {
  color: #857198;
}
.text-pa-purple a:hover,
.text-pa-purple a:active {
  color: #5f4f6d;
}

.btn-light-green {
  background: white;
  color: #a5cd7d;
}
.btn-light-green:focus {
  color: #fff;
}
.btn-light-green.btn-outline:focus {
  color: #555;
}
.btn-light-green.btn-outline.dark:focus {
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
}
.btn-light-green, .btn-light-green:focus {
  border-color: #98c66b;
  border-bottom-color: #89bd54;
}
.btn-light-green:hover {
  border-color: #91c260;
}
.btn-light-green:active, .btn-light-green.active {
  background: white;
  color: #a5cd7d;
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.25);
}
.open .btn-light-green.dropdown-toggle {
  border-color: #81b949;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
}
.btn-group .btn-light-green, .btn-group .btn-light-green:focus, .input-group-btn .btn-light-green, .input-group-btn .btn-light-green:focus {
  border-left-color: #91c260;
  border-right-color: #91c260;
}
.btn-group .btn-light-green:hover, .btn-group.open .btn-light-green.dropdown-toggle, .input-group-btn .btn-light-green:hover, .input-group-btn.open .btn-light-green.dropdown-toggle {
  border-color: #91c260;
  border-bottom-color: #77ac42;
}
.btn-group .btn-light-green:active, .btn-group .btn-light-green.active, .input-group-btn .btn-light-green:active, .input-group-btn .btn-light-green.active {
  border-left-color: #81b949;
  border-right-color: #81b949;
}

.badge.badge-light-green {
  background: #a5cd7d;
  border: 1px solid #a5cd7d;
}
.badge.badge-light-green[href]:hover, .badge.badge-light-green[href]:focus {
  background-color: #8cbf58;
  border-color: #8cbf58;
}

.label.label-light-green {
  background: #a5cd7d;
}
.label.label-light-green[href]:hover, .label.label-light-green[href]:focus {
  background-color: #8cbf58;
}
.label.label-light-green.label-tag {
  border: 1px solid #a5cd7d;
}
.label.label-light-green.label-tag:before {
  border-color: transparent #a5cd7d transparent transparent;
}
.label.label-light-green.label-tag[href]:hover, .label.label-light-green.label-tag[href]:focus {
  border-color: #8cbf58;
}
.label.label-light-green.label-tag[href]:hover:before, .label.label-light-green.label-tag[href]:focus:before {
  border-color: transparent #8cbf58 transparent transparent;
}
.right-to-left .label.label-light-green.label-tag:before {
  border-color: transparent transparent transparent #a5cd7d;
}
.right-to-left .label.label-light-green.label-tag[href]:hover:before, .right-to-left .label.label-light-green.label-tag[href]:focus:before {
  border-color: transparent transparent transparent #8cbf58;
}
.ie8 .right-to-left .label.label-light-green.label-tag:before, .ie9 .right-to-left .label.label-light-green.label-tag:before {
  border-color: transparent #a5cd7d transparent transparent;
}
.ie8 .right-to-left .label.label-light-green.label-tag[href]:hover:before, .ie8 .right-to-left .label.label-light-green.label-tag[href]:focus:before, .ie9 .right-to-left .label.label-light-green.label-tag[href]:hover:before, .ie9 .right-to-left .label.label-light-green.label-tag[href]:focus:before {
  border-color: transparent #8cbf58 transparent transparent;
}

.alert.alert-light-green, .alert-light-green.finao-alert-info, .alert-light-green.finao-alert-warning, .alert-light-green.finao-alert-success, .alert-light-green.finao-alert-danger {
  color: #fff;
  background: none;
  border-color: #8cbf58;
  background-color: #a5cd7d;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-size: 20px 20px;
}

.progress .progress-bar.progress-bar-light-green {
  background: #a5cd7d;
  border-color: #96c567;
}

.progress.progress-striped .progress-bar.progress-bar-light-green {
  background-color: #a5cd7d;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px;
}

.dropdown-menu.dropdown-menu-light-green > li > a:hover,
.dropdown-menu.dropdown-menu-light-green > li.active > a {
  background: #a5cd7d;
}
.dropdown-menu.dropdown-menu-light-green > li > a:hover {
  color: #fff;
}

.nav-tabs.nav-tabs-light-green > li.active > a, .nav-tabs.nav-tabs-light-green > li.active > a:hover, .nav-tabs.nav-tabs-light-green > li.active > a:focus {
  background: #a5cd7d;
  border-bottom: 2px solid #98c66b;
}
.nav-tabs.nav-tabs-light-green .nav-tabs.nav-justified > .active > a {
  border-bottom-color: #98c66b;
}

.nav-pills.nav-pills-light-green > li.active > a, .nav-pills.nav-pills-light-green > li.active > a:hover, .nav-pills.nav-pills-light-green > li.active > a:focus {
  background: #a5cd7d;
}

.table-light-green table {
  border-top-color: #86aa63 !important;
}
.table-light-green thead,
.table-light-green thead tr,
.table-light-green thead th,
.table-light-green .table-header {
  border-color: #86aa63 !important;
  color: #fff;
}
.table-light-green thead tr,
.table-light-green thead th {
  background: #96bc6f;
}
.table-light-green .table-header {
  background: #a5cd7d;
}

.list-group.list-group-light-green a.list-group-item.active {
  background: #a5cd7d;
  border-color: #a5cd7d;
}
.list-group.list-group-light-green a.list-group-item.active .list-group-item-text {
  color: white;
}

.panel.panel-light-green {
  border-color: #a5cd7d !important;
}
.panel.panel-light-green .panel-heading {
  background: #a5cd7d;
  border-color: #a5cd7d;
  color: #fff;
}
.panel.panel-light-green .panel-heading .panel-title {
  color: #fff;
}
.panel.panel-light-green .panel-heading .panel-heading-text {
  color: white;
}
.panel.panel-light-green .panel-heading .panel-heading-text a {
  color: white;
  text-decoration: underline;
}
.panel.panel-light-green .panel-heading .panel-heading-text a:hover {
  color: #fff;
}
.panel.panel-light-green .panel-heading-controls li.active a,
.panel.panel-light-green .panel-heading-controls li.active span {
  color: #a5cd7d !important;
}
.panel.panel-light-green.panel-body-colorful .panel-heading,
.panel.panel-light-green.panel-body-colorful table,
.panel.panel-light-green.panel-body-colorful table tr,
.panel.panel-light-green.panel-body-colorful table th,
.panel.panel-light-green.panel-body-colorful table td,
.panel.panel-light-green.panel-body-colorful .list-group-item {
  border-color: #b9d89a;
}
.panel.panel-light-green.panel-body-colorful,
.panel.panel-light-green.panel-body-colorful .panel-body,
.panel.panel-light-green.panel-body-colorful .list-group-item {
  background: #a5cd7d;
  color: #fff;
}
.panel.panel-light-green.panel-body-colorful .panel-footer {
  background: #a5cd7d;
  border-color: #b9d89a;
  color: #fff;
}

.popover-light-green + .popover .popover-title {
  background: #a5cd7d;
  border-bottom-color: #a5cd7d;
  color: #fff;
}
.popover-light-green.popover-colorful + .popover {
  background: #a5cd7d;
  border-color: #a5cd7d;
  color: #fff;
}
.popover-light-green.popover-colorful + .popover .popover-title {
  border-bottom-color: #b9d89a;
  border-bottom-width: 2px;
}
.popover-light-green.popover-colorful + .popover.top .arrow:after {
  border-top-color: #a5cd7d;
}
.popover-light-green.popover-colorful + .popover.bottom .arrow:after {
  border-bottom-color: #a5cd7d;
}
.popover-light-green.popover-colorful + .popover.left .arrow:after {
  border-left-color: #a5cd7d;
}
.popover-light-green.popover-colorful + .popover.right .arrow:after {
  border-right-color: #a5cd7d;
}

.tooltip-light-green + .tooltip .tooltip-inner {
  background-color: #8cbf58;
}
.tooltip-light-green + .tooltip.top .tooltip-arrow {
  border-top-color: #8cbf58;
}
.tooltip-light-green + .tooltip.top-left .tooltip-arrow {
  border-top-color: #8cbf58;
}
.tooltip-light-green + .tooltip.top-right .tooltip-arrow {
  border-top-color: #8cbf58;
}
.tooltip-light-green + .tooltip.right .tooltip-arrow {
  border-right-color: #8cbf58;
}
.tooltip-light-green + .tooltip.left .tooltip-arrow {
  border-left-color: #8cbf58;
}
.tooltip-light-green + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #8cbf58;
}
.tooltip-light-green + .tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #8cbf58;
}
.tooltip-light-green + .tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #8cbf58;
}

.panel-group.panel-group-light-green .accordion-toggle {
  background: #a5cd7d;
  color: #fff;
}
.panel-group.panel-group-light-green .accordion-toggle:after,
.panel-group.panel-group-light-green .accordion-toggle:hover:after,
.panel-group.panel-group-light-green .accordion-toggle.collapsed:hover:after {
  color: #fff;
}
.panel-group.panel-group-light-green .panel,
.panel-group.panel-group-light-green .panel-heading,
.panel-group.panel-group-light-green .panel-body, .panel-group.panel-group-light-green.panel-group .panel-heading + .panel-collapse .panel-body {
  border-color: #a5cd7d;
}

.switcher-light-green .switcher-state-on {
  background: #a5cd7d !important;
}

.ui-slider.ui-slider-light-green .ui-slider-handle.ui-state-active:before {
  background: #a5cd7d;
}
.ui-slider.ui-slider-light-green .ui-slider-range {
  background: #a5cd7d;
}

.bg-light-green {
  background: #a5cd7d !important;
}
.bg-light-green[href]:hover {
  background: #9dc378 !important;
}
.bg-light-green.darken {
  background: #9dc378 !important;
}
.bg-light-green.darken[href]:hover {
  background: #96be6d !important;
}
.bg-light-green.darker {
  background: #96be6d !important;
}
.bg-light-green.darker[href]:hover {
  background: #8eb963 !important;
}
.bg-light-green, .bg-light-green:hover, .bg-light-green:active, .bg-light-green:focus,
.bg-light-green a,
.bg-light-green a:focus {
  color: #fff;
}
.bg-light-green a:hover,
.bg-light-green a:active {
  color: #d9d9d9;
}
.bg-light-green[href]:hover,
.bg-light-green [href]:hover {
  color: #fff;
}
.bg-light-green * {
  border-color: #b7d797;
}

.text-light-green, .text-light-green:hover, .text-light-green:active, .text-light-green:focus,
.text-light-green a,
.text-light-green a:focus {
  color: #a5cd7d;
}
.text-light-green a:hover,
.text-light-green a:active {
  color: #7fb746;
}

.btn-dark-gray {
  background: white;
  color: #686868;
}
.btn-dark-gray:focus {
  color: #fff;
}
.btn-dark-gray.btn-outline:focus {
  color: #555;
}
.btn-dark-gray.btn-outline.dark:focus {
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
}
.btn-dark-gray, .btn-dark-gray:focus {
  border-color: #5b5b5b;
  border-bottom-color: #4c4c4c;
}
.btn-dark-gray:hover {
  border-color: #545454;
}
.btn-dark-gray:active, .btn-dark-gray.active {
  background: white;
  color: #686868;
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.25);
}
.open .btn-dark-gray.dropdown-toggle {
  border-color: #444444;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
}
.btn-group .btn-dark-gray, .btn-group .btn-dark-gray:focus, .input-group-btn .btn-dark-gray, .input-group-btn .btn-dark-gray:focus {
  border-left-color: #545454;
  border-right-color: #545454;
}
.btn-group .btn-dark-gray:hover, .btn-group.open .btn-dark-gray.dropdown-toggle, .input-group-btn .btn-dark-gray:hover, .input-group-btn.open .btn-dark-gray.dropdown-toggle {
  border-color: #545454;
  border-bottom-color: #3a3a3a;
}
.btn-group .btn-dark-gray:active, .btn-group .btn-dark-gray.active, .input-group-btn .btn-dark-gray:active, .input-group-btn .btn-dark-gray.active {
  border-left-color: #444444;
  border-right-color: #444444;
}

.badge.badge-dark-gray {
  background: #686868;
  border: 1px solid #686868;
}
.badge.badge-dark-gray[href]:hover, .badge.badge-dark-gray[href]:focus {
  background-color: #4f4f4f;
  border-color: #4f4f4f;
}

.label.label-dark-gray {
  background: #686868;
}
.label.label-dark-gray[href]:hover, .label.label-dark-gray[href]:focus {
  background-color: #4f4f4f;
}
.label.label-dark-gray.label-tag {
  border: 1px solid #686868;
}
.label.label-dark-gray.label-tag:before {
  border-color: transparent #686868 transparent transparent;
}
.label.label-dark-gray.label-tag[href]:hover, .label.label-dark-gray.label-tag[href]:focus {
  border-color: #4f4f4f;
}
.label.label-dark-gray.label-tag[href]:hover:before, .label.label-dark-gray.label-tag[href]:focus:before {
  border-color: transparent #4f4f4f transparent transparent;
}
.right-to-left .label.label-dark-gray.label-tag:before {
  border-color: transparent transparent transparent #686868;
}
.right-to-left .label.label-dark-gray.label-tag[href]:hover:before, .right-to-left .label.label-dark-gray.label-tag[href]:focus:before {
  border-color: transparent transparent transparent #4f4f4f;
}
.ie8 .right-to-left .label.label-dark-gray.label-tag:before, .ie9 .right-to-left .label.label-dark-gray.label-tag:before {
  border-color: transparent #686868 transparent transparent;
}
.ie8 .right-to-left .label.label-dark-gray.label-tag[href]:hover:before, .ie8 .right-to-left .label.label-dark-gray.label-tag[href]:focus:before, .ie9 .right-to-left .label.label-dark-gray.label-tag[href]:hover:before, .ie9 .right-to-left .label.label-dark-gray.label-tag[href]:focus:before {
  border-color: transparent #4f4f4f transparent transparent;
}

.alert.alert-dark-gray, .alert-dark-gray.finao-alert-info, .alert-dark-gray.finao-alert-warning, .alert-dark-gray.finao-alert-success, .alert-dark-gray.finao-alert-danger {
  color: #fff;
  background: none;
  border-color: #4f4f4f;
  background-color: #686868;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-size: 20px 20px;
}

.progress .progress-bar.progress-bar-dark-gray {
  background: #686868;
  border-color: #595959;
}

.progress.progress-striped .progress-bar.progress-bar-dark-gray {
  background-color: #686868;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px;
}

.dropdown-menu.dropdown-menu-dark-gray > li > a:hover,
.dropdown-menu.dropdown-menu-dark-gray > li.active > a {
  background: #686868;
}
.dropdown-menu.dropdown-menu-dark-gray > li > a:hover {
  color: #fff;
}

.nav-tabs.nav-tabs-dark-gray > li.active > a, .nav-tabs.nav-tabs-dark-gray > li.active > a:hover, .nav-tabs.nav-tabs-dark-gray > li.active > a:focus {
  background: #686868;
  border-bottom: 2px solid #5b5b5b;
}
.nav-tabs.nav-tabs-dark-gray .nav-tabs.nav-justified > .active > a {
  border-bottom-color: #5b5b5b;
}

.nav-pills.nav-pills-dark-gray > li.active > a, .nav-pills.nav-pills-dark-gray > li.active > a:hover, .nav-pills.nav-pills-dark-gray > li.active > a:focus {
  background: #686868;
}

.table-dark-gray table {
  border-top-color: #494949 !important;
}
.table-dark-gray thead,
.table-dark-gray thead tr,
.table-dark-gray thead th,
.table-dark-gray .table-header {
  border-color: #494949 !important;
  color: #fff;
}
.table-dark-gray thead tr,
.table-dark-gray thead th {
  background: #595959;
}
.table-dark-gray .table-header {
  background: #686868;
}

.list-group.list-group-dark-gray a.list-group-item.active {
  background: #686868;
  border-color: #686868;
}
.list-group.list-group-dark-gray a.list-group-item.active .list-group-item-text {
  color: #cecece;
}

.panel.panel-dark-gray {
  border-color: #686868 !important;
}
.panel.panel-dark-gray .panel-heading {
  background: #686868;
  border-color: #686868;
  color: #fff;
}
.panel.panel-dark-gray .panel-heading .panel-title {
  color: #fff;
}
.panel.panel-dark-gray .panel-heading .panel-heading-text {
  color: #c9c9c9;
}
.panel.panel-dark-gray .panel-heading .panel-heading-text a {
  color: #c9c9c9;
  text-decoration: underline;
}
.panel.panel-dark-gray .panel-heading .panel-heading-text a:hover {
  color: #fff;
}
.panel.panel-dark-gray .panel-heading-controls li.active a,
.panel.panel-dark-gray .panel-heading-controls li.active span {
  color: #686868 !important;
}
.panel.panel-dark-gray.panel-body-colorful .panel-heading,
.panel.panel-dark-gray.panel-body-colorful table,
.panel.panel-dark-gray.panel-body-colorful table tr,
.panel.panel-dark-gray.panel-body-colorful table th,
.panel.panel-dark-gray.panel-body-colorful table td,
.panel.panel-dark-gray.panel-body-colorful .list-group-item {
  border-color: #7c7c7c;
}
.panel.panel-dark-gray.panel-body-colorful,
.panel.panel-dark-gray.panel-body-colorful .panel-body,
.panel.panel-dark-gray.panel-body-colorful .list-group-item {
  background: #686868;
  color: #fff;
}
.panel.panel-dark-gray.panel-body-colorful .panel-footer {
  background: #686868;
  border-color: #7c7c7c;
  color: #fff;
}

.popover-dark-gray + .popover .popover-title {
  background: #686868;
  border-bottom-color: #686868;
  color: #fff;
}
.popover-dark-gray.popover-colorful + .popover {
  background: #686868;
  border-color: #686868;
  color: #fff;
}
.popover-dark-gray.popover-colorful + .popover .popover-title {
  border-bottom-color: #7c7c7c;
  border-bottom-width: 2px;
}
.popover-dark-gray.popover-colorful + .popover.top .arrow:after {
  border-top-color: #686868;
}
.popover-dark-gray.popover-colorful + .popover.bottom .arrow:after {
  border-bottom-color: #686868;
}
.popover-dark-gray.popover-colorful + .popover.left .arrow:after {
  border-left-color: #686868;
}
.popover-dark-gray.popover-colorful + .popover.right .arrow:after {
  border-right-color: #686868;
}

.tooltip-dark-gray + .tooltip .tooltip-inner {
  background-color: #4f4f4f;
}
.tooltip-dark-gray + .tooltip.top .tooltip-arrow {
  border-top-color: #4f4f4f;
}
.tooltip-dark-gray + .tooltip.top-left .tooltip-arrow {
  border-top-color: #4f4f4f;
}
.tooltip-dark-gray + .tooltip.top-right .tooltip-arrow {
  border-top-color: #4f4f4f;
}
.tooltip-dark-gray + .tooltip.right .tooltip-arrow {
  border-right-color: #4f4f4f;
}
.tooltip-dark-gray + .tooltip.left .tooltip-arrow {
  border-left-color: #4f4f4f;
}
.tooltip-dark-gray + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #4f4f4f;
}
.tooltip-dark-gray + .tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #4f4f4f;
}
.tooltip-dark-gray + .tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #4f4f4f;
}

.panel-group.panel-group-dark-gray .accordion-toggle {
  background: #686868;
  color: #fff;
}
.panel-group.panel-group-dark-gray .accordion-toggle:after,
.panel-group.panel-group-dark-gray .accordion-toggle:hover:after,
.panel-group.panel-group-dark-gray .accordion-toggle.collapsed:hover:after {
  color: #fff;
}
.panel-group.panel-group-dark-gray .panel,
.panel-group.panel-group-dark-gray .panel-heading,
.panel-group.panel-group-dark-gray .panel-body, .panel-group.panel-group-dark-gray.panel-group .panel-heading + .panel-collapse .panel-body {
  border-color: #686868;
}

.switcher-dark-gray .switcher-state-on {
  background: #686868 !important;
}

.ui-slider.ui-slider-dark-gray .ui-slider-handle.ui-state-active:before {
  background: #686868;
}
.ui-slider.ui-slider-dark-gray .ui-slider-range {
  background: #686868;
}

.bg-dark-gray {
  background: #686868 !important;
}
.bg-dark-gray[href]:hover {
  background: #606060 !important;
}
.bg-dark-gray.darken {
  background: #606060 !important;
}
.bg-dark-gray.darken[href]:hover {
  background: #595959 !important;
}
.bg-dark-gray.darker {
  background: #595959 !important;
}
.bg-dark-gray.darker[href]:hover {
  background: #515151 !important;
}
.bg-dark-gray, .bg-dark-gray:hover, .bg-dark-gray:active, .bg-dark-gray:focus,
.bg-dark-gray a,
.bg-dark-gray a:focus {
  color: #fff;
}
.bg-dark-gray a:hover,
.bg-dark-gray a:active {
  color: #d9d9d9;
}
.bg-dark-gray[href]:hover,
.bg-dark-gray [href]:hover {
  color: #fff;
}
.bg-dark-gray * {
  border-color: #7a7a7a;
}

.text-dark-gray, .text-dark-gray:hover, .text-dark-gray:active, .text-dark-gray:focus,
.text-dark-gray a,
.text-dark-gray a:focus {
  color: #686868;
}
.text-dark-gray a:hover,
.text-dark-gray a:active {
  color: #424242;
}

.btn-facebook {
  background: white;
  color: #5571ac;
}
.btn-facebook:focus {
  color: #fff;
}
.btn-facebook.btn-outline:focus {
  color: #555;
}
.btn-facebook.btn-outline.dark:focus {
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
}
.btn-facebook, .btn-facebook:focus {
  border-color: #4c669c;
  border-bottom-color: #425887;
}
.btn-facebook:hover {
  border-color: #475f91;
}
.btn-facebook:active, .btn-facebook.active {
  background: white;
  color: #5571ac;
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.25);
}
.open .btn-facebook.dropdown-toggle {
  border-color: #3d517d;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
}
.btn-group .btn-facebook, .btn-group .btn-facebook:focus, .input-group-btn .btn-facebook, .input-group-btn .btn-facebook:focus {
  border-left-color: #475f91;
  border-right-color: #475f91;
}
.btn-group .btn-facebook:hover, .btn-group.open .btn-facebook.dropdown-toggle, .input-group-btn .btn-facebook:hover, .input-group-btn.open .btn-facebook.dropdown-toggle {
  border-color: #475f91;
  border-bottom-color: #36486f;
}
.btn-group .btn-facebook:active, .btn-group .btn-facebook.active, .input-group-btn .btn-facebook:active, .input-group-btn .btn-facebook.active {
  border-left-color: #3d517d;
  border-right-color: #3d517d;
}

.stat-panel {
  background: #fff;
  border-radius: 3px;
  display: table;
  margin-bottom: 22px;
  overflow: hidden;
  position: relative;
  table-layout: fixed !important;
  width: 100%;
}

.stat-rows {
  display: table;
  height: 100%;
  table-layout: fixed !important;
  width: 100%;
}

.stat-cell,
.stat-row {
  float: none !important;
}

.stat-row {
  display: table-row !important;
  float: none;
  width: 100%;
}

.stat-cell {
  display: table-cell !important;
  overflow: hidden;
  padding: 20px;
  position: relative;
}
.stat-cell > * {
  position: relative;
}
.stat-cell .fa {
  line-height: 1.428571429;
}
.stat-cell .bg-icon {
  bottom: 0;
  color: rgba(0, 0, 0, 0.05);
  font-size: 100px;
  line-height: 100px;
  height: 100px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 120px;
}
.stat-cell .bg-icon.bg-icon-left {
  left: 0;
  right: auto;
}

a.stat-cell:hover {
  text-decoration: none;
}

.stats-sparklines {
  display: inline-block;
  margin-bottom: -2px;
  position: relative;
  width: 100%;
}

.stat-counters {
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  display: table;
  overflow: hidden;
  table-layout: fixed;
  width: 100%;
}
.stat-counters > .stat-cell {
  display: table-cell;
  float: none;
}
.stat-counters > .stat-cell + .stat-cell {
  border-left: 1px solid #e4e4e4;
}

.stat-counters[class*=bg-] {
  border-color: #fff;
  border-color: rgba(0, 0, 0, 0.2);
}
.stat-counters[class*=bg-] .stat-cell {
  border-color: #fff;
  border-color: rgba(0, 0, 0, 0.2);
}

[class*=bg-] .bg-icon {
  color: rgba(0, 0, 0, 0.08);
}

.ie8 .stat-cell .bg-icon {
  display: none !important;
}

.bordered {
  border: 1px solid #e4e4e4;
}

.bordered[class*=bg-],
[class*=bg-] .border-t {
  border-color: #fff;
  border-color: rgba(0, 0, 0, 0.2);
}

.border-t {
  border-top: 1px solid #e4e4e4;
}

.no-border {
  border-width: 0 !important;
}

.no-border-hr {
  border-left-width: 0 !important;
  border-right-width: 0 !important;
}

.no-border-vr {
  border-top-width: 0 !important;
  border-bottom-width: 0 !important;
}

.no-border-t {
  border-top-width: 0 !important;
}

body:not(.right-to-left) .no-border-r {
  border-right-width: 0 !important;
}

.no-border-b {
  border-bottom-width: 0 !important;
}

body:not(.right-to-left) .no-border-l {
  border-left-width: 0 !important;
}

.no-grid-gutter-h {
  margin-left: -15px !important;
  margin-right: -15px !important;
}

.panel-wide {
  margin-left: -20px !important;
  margin-right: -20px !important;
}

.grid-gutter-margin-b {
  margin-bottom: 22px;
}

.no-margin {
  margin: 0 !important;
}

.no-margin-hr {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.no-margin-vr {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.no-margin-b {
  margin-bottom: 0 !important;
}

.no-margin-t {
  margin-top: 0 !important;
}

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

.panel-padding {
  padding: 20px !important;
}

.grid-gutter-padding-h {
  padding-left: 15px;
  padding-right: 15px;
}

.tab-content-padding {
  padding: 15px 0 !important;
}

.panel-padding-h {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.padding-sm {
  padding: 10px 15px !important;
}

.padding-sm-hr {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.padding-xs-hr {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.padding-sm-vr {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.padding-xs-vr {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.no-padding {
  padding: 0 !important;
}

.no-padding-hr {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.no-padding-vr {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.no-padding-b {
  padding-bottom: 0 !important;
}

.no-padding-t {
  padding-top: 0 !important;
}

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

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

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

@media (min-width: 768px) {
  .text-left-sm {
    text-align: left;
  }
  .text-center-sm {
    text-align: center;
  }
  .text-right-sm {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .text-left-md {
    text-align: left;
  }
  .text-center-md {
    text-align: center;
  }
  .text-right-md {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .text-left-lg {
    text-align: left;
  }
  .text-center-lg {
    text-align: center;
  }
  .text-right-lg {
    text-align: right;
  }
}
.valign-top,
.valign-top td,
.valign-top th {
  vertical-align: top !important;
}

.valign-middle,
.valign-middle td,
.valign-middle th {
  vertical-align: middle !important;
}

.valign-bottom,
.valign-bottom td,
.valign-bottom th {
  vertical-align: bottom !important;
}

.text-xs {
  font-size: 11px;
}

.text-sm {
  font-size: 12px;
}

.text-bg {
  font-size: 17px;
}

.text-lg {
  font-size: 23px;
}

.text-xlg {
  font-size: 30px;
}

.text-slg {
  font-size: 50px;
}

.text-slim {
  font-weight: 300 !important;
}

.text-normal {
  font-weight: 400 !important;
}

.text-semibold {
  font-weight: 600 !important;
}

.text-bold {
  font-weight: 700 !important;
}

.text-default, .text-default:hover, .text-default:active, .text-default:focus,
.text-default a,
.text-default a:focus {
  color: #829091;
}
.text-default a:hover,
.text-default a:active {
  color: #5d6869;
}

.text-success, .text-success:hover, .text-success:active, .text-success:focus,
.text-success a,
.text-success a:focus {
  color: #46ac46;
}
.text-success a:hover,
.text-success a:active {
  color: #307630;
}

.text-danger, .text-danger:hover, .text-danger:active, .text-danger:focus,
.text-danger a,
.text-danger a:focus {
  color: #e14430;
}
.text-danger a:hover,
.text-danger a:active {
  color: #ac2919;
}

.text-warning, .text-warning:hover, .text-warning:active, .text-warning:focus,
.text-warning a,
.text-warning a:focus {
  color: #f29f29;
}
.text-warning a:hover,
.text-warning a:active {
  color: #c2770c;
}

.text-info, .text-info:hover, .text-info:active, .text-info:focus,
.text-info a,
.text-info a:focus {
  color: #39b3d7;
}
.text-info a:hover,
.text-info a:active {
  color: #2185a3;
}

.text-light-gray, .text-light-gray:hover, .text-light-gray:active, .text-light-gray:focus,
.text-light-gray a,
.text-light-gray a:focus {
  color: #bbb;
}
.text-light-gray a:hover,
.text-light-gray a:active {
  color: #959595;
}

.bg-default {
  background: #c3c4c6 !important;
  color: inherit !important;
}
.bg-default[href]:hover {
  background: #bdbdbd !important;
}
.bg-default.darken {
  background: #bdbdbd !important;
}
.bg-default.darken[href]:hover {
  background: #b5b5b5 !important;
}
.bg-default.darker {
  background: #b5b5b5 !important;
}
.bg-default.darker[href]:hover {
  background: #aeaeae !important;
}
.bg-default, .bg-default:hover, .bg-default:active, .bg-default:focus,
.bg-default a,
.bg-default a:focus {
  color: #fff;
}
.bg-default a:hover,
.bg-default a:active {
  color: #d9d9d9;
}
.bg-default[href]:hover,
.bg-default [href]:hover {
  color: #fff;
}
.bg-default * {
  border-color: #d5d6d7;
}

.bg-success {
  background: #5ebd5e !important;
}
.bg-success[href]:hover {
  background: #5ab15a !important;
}
.bg-success.darken {
  background: #5ab15a !important;
}
.bg-success.darken[href]:hover {
  background: #51ab51 !important;
}
.bg-success.darker {
  background: #51ab51 !important;
}
.bg-success.darker[href]:hover {
  background: #4ca14c !important;
}
.bg-success, .bg-success:hover, .bg-success:active, .bg-success:focus,
.bg-success a,
.bg-success a:focus {
  color: #fff;
}
.bg-success a:hover,
.bg-success a:active {
  color: #d9d9d9;
}
.bg-success[href]:hover,
.bg-success [href]:hover {
  color: #fff;
}
.bg-success * {
  border-color: #77c777;
}

.bg-danger {
  background: #e66454 !important;
}
.bg-danger[href]:hover {
  background: #de5d4d !important;
}
.bg-danger.darken {
  background: #de5d4d !important;
}
.bg-danger.darken[href]:hover {
  background: #db5140 !important;
}
.bg-danger.darker {
  background: #db5140 !important;
}
.bg-danger.darker[href]:hover {
  background: #d94533 !important;
}
.bg-danger, .bg-danger:hover, .bg-danger:active, .bg-danger:focus,
.bg-danger a,
.bg-danger a:focus {
  color: #fff;
}
.bg-danger a:hover,
.bg-danger a:active {
  color: #d9d9d9;
}
.bg-danger[href]:hover,
.bg-danger [href]:hover {
  color: #fff;
}
.bg-danger * {
  border-color: #eb8073;
}

.bg-warning {
  background: #f4b04f !important;
}
.bg-warning[href]:hover {
  background: #eda847 !important;
}
.bg-warning.darken {
  background: #eda847 !important;
}
.bg-warning.darken[href]:hover {
  background: #eca239 !important;
}
.bg-warning.darker {
  background: #eca239 !important;
}
.bg-warning.darker[href]:hover {
  background: #ea9b2b !important;
}
.bg-warning, .bg-warning:hover, .bg-warning:active, .bg-warning:focus,
.bg-warning a,
.bg-warning a:focus {
  color: #fff;
}
.bg-warning a:hover,
.bg-warning a:active {
  color: #d9d9d9;
}
.bg-warning[href]:hover,
.bg-warning [href]:hover {
  color: #fff;
}
.bg-warning * {
  border-color: #f6bf71;
}

.bg-info {
  background: #5bc0de !important;
}
.bg-info[href]:hover {
  background: #55b8d5 !important;
}
.bg-info.darken {
  background: #55b8d5 !important;
}
.bg-info.darken[href]:hover {
  background: #48b3d2 !important;
}
.bg-info.darker {
  background: #48b3d2 !important;
}
.bg-info.darker[href]:hover {
  background: #3cadcf !important;
}
.bg-info, .bg-info:hover, .bg-info:active, .bg-info:focus,
.bg-info a,
.bg-info a:focus {
  color: #fff;
}
.bg-info a:hover,
.bg-info a:active {
  color: #d9d9d9;
}
.bg-info[href]:hover,
.bg-info [href]:hover {
  color: #fff;
}
.bg-info * {
  border-color: #79cbe4;
}

.bg-panel {
  background: #fafafa;
}

.no-bg {
  background: none !important;
}

.rounded {
  border-radius: 999999px !important;
}

.no-border-radius {
  border-radius: 0 !important;
}

@media (min-width: 768px) {
  .col-sm-auto {
    width: auto;
  }
}
@media (min-width: 992px) {
  .col-md-auto {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .col-lg-auto {
    width: auto;
  }
}
.dd {
  position: relative;
  display: block;
  margin: auto;
  padding: 0;
  list-style: none;
  font-size: 13px;
  line-height: 20px;
}

.dd-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.dd-list .dd-list {
  padding-left: 30px;
}
.dd-list .dd-collapsed .dd-list {
  display: none;
}
.dd-list .dd-item,
.dd-list .dd-empty,
.dd-list .dd-placeholder {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  font-size: 13px;
  line-height: 20px;
}
.dd-list .dd-placeholder,
.dd-list .dd-empty {
  min-height: 30px;
  margin: 5px 0;
  padding: 0;
  box-sizing: border-box;
}
.dd-list .dd-placeholder {
  background: #f2fbff;
  border: 1px dashed #b6bcbf;
}
.dd-list .dd-empty {
  border: 1px dashed #bbb;
  margin-left: 30px;
  background-color: #e5e5e5;
  background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
}
.dd-list .dd-item .dd-handle {
  display: block;
  height: 31px;
  margin: 5px 0;
  padding: 5px 10px;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  border-radius: 3px 0 0 3px;
  box-sizing: border-box;
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  cursor: pointer;
  width: 30px;
  text-indent: 300%;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #aaa;
  background: #ddd;
  background: linear-gradient(to bottom, #ddd 0%, #bbb 100%);
}
.dd-list .dd-item .dd-handle:hover {
  color: #2ea8e5;
  background: #ddd;
}
.dd-list .dd-item .dd-handle:before {
  content: "\f0dc";
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 100%;
  text-align: center;
  text-indent: 0;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  font-family: FontAwesome;
}
.dd-list .dd-item .expand-collapse-button {
  width: 30px;
  text-align: center;
  padding: 6px;
  font-size: 13px;
  background: none;
  border: none;
  line-height: 18px;
  float: left;
  outline: none;
  z-index: 1;
}
.dd-list .dd-item .expand-collapse-button.glyphicon.glyphicon-chevron-right {
  transition: all 300ms ease-in-out;
}
.dd-list .dd-item .expand-collapse-button.glyphicon.glyphicon-chevron-right.rotate {
  transform: rotate(90deg);
}
.dd-list .dd-item .dd-content {
  padding-left: 45px;
  height: 31px;
  display: block;
  line-height: 25px;
  margin: 5px 0;
  padding: 1px 10px 2px 45px;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #ccc;
  background: #fafafa;
  background: linear-gradient(to bottom, #fafafa 0%, #eee 100%);
  border-radius: 3px;
  box-sizing: border-box;
}
.dd-list .dd-item .dd-content i {
  margin: 5px 10px 0 0;
}
.dd-list .dd-item .dd-content:after {
  clear: both;
  content: " ";
  display: table;
}
.dd-list .dd-item .dd-content:hover {
  background: #fff;
}
.dd-list .dd-item .dd-content input,
.dd-list .dd-item .dd-content .dd-icon {
  margin-right: 5px;
}
.dd-list .dd-item .dd-content .badge {
  margin-left: 5px;
}
.dd-list .dd-item .dd-content label {
  margin-bottom: 0;
}
.dd-list .dd-item .dd-content .dd-text-wrapper {
  display: flex;
  height: 100%;
  overflow: hidden;
}
.dd-list .dd-item .dd-content .dd-text-wrapper .dd-text {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dd-list .dd-item .dd-content .dd-text-wrapper .dd-text.dd-locked {
  color: #777777;
}

.dd-dragel {
  position: absolute;
  pointer-events: none;
  z-index: 9999;
}
.dd-dragel > .dd-item .dd-handle {
  margin-top: 0;
}
.dd-dragel .dd-handle {
  box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
}

.dd-dragel > .dd-item > .dd-content {
  margin: 0;
}

.dd-content-danger {
  background: #f2dede;
}
.dd-content-danger:hover {
  color: #2ea8e5;
  background: #fff;
}

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0; /* support: IE7 */
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-slider {
  background: #d7d7d7;
  border-radius: 20px;
  position: relative;
  text-align: left;
}

.ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 14px;
  height: 14px;
  cursor: default;
  border-radius: 1000px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background-image: linear-gradient(to bottom, #fcfcfc 0%, #eaeaea 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFCFCFC", endColorstr="#FFEAEAEA", GradientType=0);
}
.ui-slider-handle:before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 1000px;
  background: red;
  z-index: 3;
  top: 4px;
  left: 4px;
  background: #bbb;
}

.ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background-position: 0 0;
  border-radius: 1000px;
}

/* For IE8 - See #6727 */
.ui-state-disabled .ui-slider-handle,
.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 6px;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -4px;
  margin-left: -7px;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 6px;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -4px;
  margin-left: 0;
  margin-bottom: -7px;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-slider.ui-slider-info .ui-slider-handle.ui-state-active:before {
  background: #5bc0de;
}
.ui-slider.ui-slider-info .ui-slider-range {
  background: #5bc0de;
}

.ui-slider.ui-slider-success .ui-slider-handle.ui-state-active:before {
  background: #5ebd5e;
}
.ui-slider.ui-slider-success .ui-slider-range {
  background: #5ebd5e;
}

.ui-slider.ui-slider-warning .ui-slider-handle.ui-state-active:before {
  background: #f4b04f;
}
.ui-slider.ui-slider-warning .ui-slider-range {
  background: #f4b04f;
}

.ui-slider.ui-slider-danger .ui-slider-handle.ui-state-active:before {
  background: #e66454;
}
.ui-slider.ui-slider-danger .ui-slider-range {
  background: #e66454;
}

.ui-accordion {
  margin-top: -3px;
}

.ui-accordion-header {
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #777;
  cursor: pointer;
  margin: 5px 0 0 0;
  min-height: 0;
  padding: 0 15px;
  position: relative;
}
.ui-accordion-header.ui-state-active {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.ui-accordion-header.ui-state-active:after {
  content: "\f146";
}
.ui-accordion-header:hover, .ui-accordion-header.ui-state-active:hover {
  background: #f1f1f1;
  color: #555;
  text-decoration: none;
}
.ui-accordion-header:hover:after, .ui-accordion-header.ui-state-active:hover:after {
  color: #888;
}
.ui-accordion-header:after {
  color: #aaa;
  content: "\f0fe";
  display: block;
  float: right;
  font-family: FontAwesome;
  font-size: 10px;
  line-height: 36px;
  position: relative;
}

.ui-accordion-header,
.ui-accordion-header > span {
  color: #555;
  display: block;
  font-size: 13px;
  line-height: 36px;
}

.ui-accordion-content {
  background: #fff;
  border: 1px solid #ddd;
  border-top: none;
  overflow: auto;
  padding: 15px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.ui-accordion-content:before, .ui-accordion-content:after {
  content: " ";
  display: table;
}
.ui-accordion-content:after {
  clear: both;
}

.ui-autocomplete {
  position: absolute;
  cursor: default;
  border: 2px solid #ccc;
  padding: 5px 0;
  border-radius: 3px;
}
.ui-autocomplete > li {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ui-autocomplete > li > a {
  color: #555;
  cursor: pointer !important;
  display: block;
  margin: 0 -2px;
  padding: 5px 18px;
  text-decoration: none;
}
.ui-autocomplete > li > a:hover {
  text-decoration: none;
}

.ui-menu {
  background-clip: padding-box;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 3px;
  display: none;
  float: left;
  font-size: 13px;
  left: 0;
  list-style: none;
  margin: 2px 0 0;
  min-width: 160px;
  padding: 5px 0;
  position: absolute;
  z-index: 1000;
}
.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute;
}
.ui-menu .ui-menu-item {
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  margin: 0;
  padding: 0;
  width: 100%;
  /* support: IE10, see #8844 */
}
.ui-menu .ui-menu-item a {
  clear: both;
  color: #555;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.428571429;
  margin: 0 -2px;
  min-height: 0; /* support: IE7 */
  padding: 5px 18px;
  text-decoration: none;
  white-space: nowrap;
}
.ui-menu .ui-menu-item a:hover, .ui-menu .ui-menu-item a:focus {
  color: #fff;
  text-decoration: none;
}
.ui-menu .ui-menu-item a[aria-haspopup=true]:after {
  content: "\f0da";
  display: block;
  float: right;
  font-family: FontAwesome;
}
.ui-menu .divider,
.ui-menu .ui-menu-divider {
  background-color: #e5e5e5;
  border-width: 2px;
  height: 1px;
  margin: 5px 0;
  overflow: hidden;
}
.ui-menu .disabled,
.ui-menu .ui-state-disabled {
  font-weight: normal;
}
.ui-menu .disabled a, .ui-menu .disabled:hover a, .ui-menu .disabled:focus a,
.ui-menu .ui-state-disabled a,
.ui-menu .ui-state-disabled:hover a,
.ui-menu .ui-state-disabled:focus a {
  background: transparent !important;
  color: #999 !important;
  cursor: not-allowed;
}

.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  color: #fff;
}

.ui-spinner {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  padding-right: 32px;
}

.ui-spinner-button {
  display: block;
  position: absolute;
  text-align: center;
  line-height: 15px;
  font-weight: 400;
  width: 20px;
  height: 15px;
  top: 0;
  right: 0;
  font-family: FontAwesome;
  cursor: pointer;
  text-decoration: none !important;
  border-color: #cfcece !important;
  border-left: 1px solid;
  margin: 1px 1px 1px 0;
  background: white;
  color: #f4f4f4;
}
.ui-spinner-button, .ui-spinner-button:focus {
  border-color: #dddddd;
  border-bottom-color: #cecece;
}
.ui-spinner-button:hover {
  border-color: #d5d5d5;
}
.ui-spinner-button:active, .ui-spinner-button.active {
  background: white;
  color: #f4f4f4;
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.25);
}
.open .ui-spinner-button.dropdown-toggle {
  border-color: #c6c6c6;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
}
.btn-group .ui-spinner-button, .btn-group .ui-spinner-button:focus, .input-group-btn .ui-spinner-button, .input-group-btn .ui-spinner-button:focus {
  border-left-color: #d5d5d5;
  border-right-color: #d5d5d5;
}
.btn-group .ui-spinner-button:hover, .btn-group.open .ui-spinner-button.dropdown-toggle, .input-group-btn .ui-spinner-button:hover, .input-group-btn.open .ui-spinner-button.dropdown-toggle {
  border-color: #d5d5d5;
  border-bottom-color: #bcbcbc;
}
.btn-group .ui-spinner-button:active, .btn-group .ui-spinner-button.active, .input-group-btn .ui-spinner-button:active, .input-group-btn .ui-spinner-button.active {
  border-left-color: #c6c6c6;
  border-right-color: #c6c6c6;
}
.ui-spinner-button span {
  display: none;
}
.ui-spinner-button:after {
  content: "\f0d8";
  font-size: 12px;
}

.ui-spinner-button.ui-spinner-down {
  top: 15px;
  margin-top: 0;
  border-top: 1px solid;
  height: 16px;
}
.ui-spinner-button.ui-spinner-down:after {
  content: "\f0d7";
}

.ui-spinner-disabled .ui-spinner-button {
  cursor: not-allowed;
  pointer-events: none;
  background: #eee;
  opacity: 0.65;
  filter: alpha(opacity=65);
}

.ui-progressbar {
  background-color: rgba(0, 0, 0, 0.06);
  height: 13px;
  overflow: hidden;
  text-align: left;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.ui-progressbar .ui-progressbar-value {
  background: none;
  border: 1px solid;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  height: 100%;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background: none;
}

.ui-progressbar.ui-progressbar-warning .ui-progressbar-value {
  border-color: #f2a332;
  background-color: #f4b04f;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px;
}

.ui-progressbar.ui-progressbar-success .ui-progressbar-value {
  border-color: #49b349;
  background-color: #5ebd5e;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px;
}

.ui-progressbar.ui-progressbar-danger .ui-progressbar-value {
  border-color: #e24c39;
  background-color: #e66454;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px;
}

.ui-progressbar.ui-progressbar-info .ui-progressbar-value {
  border-color: #42b6d9;
  background-color: #5bc0de;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px;
}

.ui-tabs-nav {
  border-bottom: 2px solid #e4e4e4 !important;
}

.ui-tabs-nav.nav-tabs-simple > .ui-tabs-active > a {
  color: #555 !important;
}

.ui-tabs-nav:not(.nav-tabs-simple) > .ui-tabs-active > a > .badge,
.ui-tabs-nav:not(.nav-tabs-simple) > .ui-tabs-active > a > .label {
  background-color: rgba(0, 0, 0, 0.25);
  color: #fff;
}

.ui-datepicker {
  background-clip: padding-box;
  background-color: #fff;
  border: 4px solid;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  display: none;
  left: 0;
  position: absolute;
  text-align: left;
  top: 0;
  width: auto !important;
  z-index: 1060;
  white-space: normal;
}
.ui-datepicker table {
  width: 210px;
}
.ui-datepicker th,
.ui-datepicker td {
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}
.ui-datepicker td {
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
}
.ui-datepicker td a {
  color: #555555;
  display: block;
  height: 100%;
  text-decoration: none;
  width: 100%;
}
.ui-datepicker td a:hover {
  background: #f3f3f3;
}
.ui-datepicker td.ui-datepicker-today a {
  background: #f3f3f3;
  font-weight: 700;
}
.ui-datepicker tr td:last-child {
  border-right: none;
}
.ui-datepicker th {
  color: #fff;
  font-weight: 600;
}
.ui-datepicker .ui-state-active {
  color: #fff !important;
  text-decoration: none;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  color: #fff;
  cursor: pointer;
  display: block;
  height: 35px;
  line-height: 35px;
  position: absolute;
  text-align: center;
  text-decoration: none !important;
  width: 35px;
}
.ui-datepicker-prev span,
.ui-datepicker-next span {
  display: none;
}
.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
  background: rgba(255, 255, 255, 0.2);
}
.ui-datepicker-prev:after,
.ui-datepicker-next:after {
  color: #fff;
  font-family: FontAwesome;
}

.ui-datepicker-prev {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  left: 0;
}
.ui-datepicker-prev:after {
  content: "\f053";
}

.ui-datepicker-next {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  right: 0;
}
.ui-datepicker-next:after {
  content: "\f054";
}

.ui-datepicker-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  color: #fff;
  display: block;
  height: 36px;
  line-height: 36px;
  text-align: center;
  width: 210px;
}
.ui-datepicker-title select {
  background: none;
  border: none;
  color: #fff;
}
.ui-datepicker-title select:first-child {
  margin-right: 5px;
}

.ui-datepicker-buttonpane {
  background: #eee;
  padding: 5px 7px;
  text-align: right;
}
.ui-datepicker-buttonpane button {
  font-size: 12px;
  line-height: 15px;
  padding: 4px 9px;
  display: inline-block;
  font-weight: 400;
  text-decoration: none;
  outline: none !important;
  border: 1px solid #cfcece;
  border-radius: 3px;
  background: white;
  color: #f4f4f4;
}
.ui-datepicker-buttonpane button, .ui-datepicker-buttonpane button:focus {
  border-color: #dddddd;
  border-bottom-color: #cecece;
}
.ui-datepicker-buttonpane button:hover {
  border-color: #d5d5d5;
}
.ui-datepicker-buttonpane button:active, .ui-datepicker-buttonpane button.active {
  background: white;
  color: #f4f4f4;
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.25);
}
.open .ui-datepicker-buttonpane button.dropdown-toggle {
  border-color: #c6c6c6;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
}
.btn-group .ui-datepicker-buttonpane button, .btn-group .ui-datepicker-buttonpane button:focus, .input-group-btn .ui-datepicker-buttonpane button, .input-group-btn .ui-datepicker-buttonpane button:focus {
  border-left-color: #d5d5d5;
  border-right-color: #d5d5d5;
}
.btn-group .ui-datepicker-buttonpane button:hover, .btn-group.open .ui-datepicker-buttonpane button.dropdown-toggle, .input-group-btn .ui-datepicker-buttonpane button:hover, .input-group-btn.open .ui-datepicker-buttonpane button.dropdown-toggle {
  border-color: #d5d5d5;
  border-bottom-color: #bcbcbc;
}
.btn-group .ui-datepicker-buttonpane button:active, .btn-group .ui-datepicker-buttonpane button.active, .input-group-btn .ui-datepicker-buttonpane button:active, .input-group-btn .ui-datepicker-buttonpane button.active {
  border-left-color: #c6c6c6;
  border-right-color: #c6c6c6;
}
.ui-datepicker-buttonpane button + button {
  margin-left: 5px;
}

.ui-datepicker-group {
  float: left;
  width: 210px;
}
.ui-datepicker-group + .ui-datepicker-group .ui-datepicker-title, .ui-datepicker-group + .ui-datepicker-group table {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.ui-datepicker-row-break:before, .ui-datepicker-row-break:after {
  content: " ";
  display: table;
}
.ui-datepicker-row-break:after {
  clear: both;
}

.ui-tooltip {
  background-color: #222;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  max-width: 300px;
  padding: 4px 10px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  z-index: 9999;
}

body .ui-tooltip {
  border-width: 0;
}

/**
 * selectize.css (v0.12.1)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  box-shadow: inset 0 0 12px 4px #ffffff;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: "!";
  visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 3px 3px 0 0;
}

.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

.selectize-dropdown-header-close:hover {
  color: #000000;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  box-sizing: border-box;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff;
}

.selectize-control {
  position: relative;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block;
}

.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}

.selectize-input.full {
  background-color: #ffffff;
}

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

.selectize-input.focus {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

.selectize-input.dropdown-active {
  border-radius: 3px 3px 0 0;
}

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  transform: scale(1); /* Standard Property */
  transform-origin: 0 0; /* Standard Property */
  *display: inline;
}

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}

.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff;
}

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  box-shadow: none !important;
}

.selectize-input > input::-ms-clear {
  display: none;
}

.selectize-input > input:focus {
  outline: none !important;
}

.selectize-input::after {
  content: " ";
  display: block;
  clear: left;
}

.selectize-input.dropdown-active::before {
  content: " ";
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px;
}

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #ffffff;
  cursor: default;
}

.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}

.selectize-dropdown .active.create {
  color: #495c68;
}

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

.selectize-control.single .selectize-input:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

/**
 * selectize.bootstrap3.css (v0.12.1) - Bootstrap 3 Theme
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  box-shadow: inset 0 0 12px 4px #ffffff;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: "!";
  visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-dropdown-header {
  position: relative;
  padding: 3px 12px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 4px 4px 0 0;
}

.selectize-dropdown-header-close {
  position: absolute;
  right: 12px;
  top: 50%;
  color: #333333;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

.selectize-dropdown-header-close:hover {
  color: #000000;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  box-sizing: border-box;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 1px 0 0 0;
  border-left: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: rgba(0, 0, 0, 0);
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: rgba(77, 77, 77, 0);
}

.selectize-control {
  position: relative;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #333333;
  font-family: inherit;
  font-size: inherit;
  line-height: 20px;
  -webkit-font-smoothing: inherit;
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block;
}

.selectize-input {
  border: 1px solid #cccccc;
  padding: 6px 12px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: none;
  border-radius: 4px;
}

.selectize-control.multi .selectize-input.has-items {
  padding: 5px 12px 2px;
}

.selectize-input.full {
  background-color: #ffffff;
}

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

.selectize-input.focus {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

.selectize-input.dropdown-active {
  border-radius: 4px 4px 0 0;
}

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  transform: scale(1); /* Standard Property */
  transform-origin: 0 0; /* Standard Property */
  *display: inline;
}

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 1px 3px;
  background: #efefef;
  color: #333333;
  border: 0 solid rgba(0, 0, 0, 0);
}

.selectize-control.multi .selectize-input > div.active {
  background: #428bca;
  color: #ffffff;
  border: 0 solid rgba(0, 0, 0, 0);
}

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #808080;
  background: #ffffff;
  border: 0 solid rgba(77, 77, 77, 0);
}

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  box-shadow: none !important;
}

.selectize-input > input::-ms-clear {
  display: none;
}

.selectize-input > input:focus {
  outline: none !important;
}

.selectize-input::after {
  content: " ";
  display: block;
  clear: left;
}

.selectize-input.dropdown-active::before {
  content: " ";
  display: block;
  position: absolute;
  background: #ffffff;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 4px 4px;
}

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(255, 237, 40, 0.4);
  border-radius: 1px;
}

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 3px 12px;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
  color: #777777;
  background: #ffffff;
  cursor: default;
}

.selectize-dropdown .active {
  background-color: #f5f5f5;
  color: #262626;
}

.selectize-dropdown .active.create {
  color: #262626;
}

.selectize-dropdown .create {
  color: rgba(51, 51, 51, 0.5);
}

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

.selectize-control.single .selectize-input:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #333333 transparent transparent transparent;
}

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #333333 transparent;
}

.selectize-control.rtl.single .selectize-input:after {
  left: 17px;
  right: auto;
}

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #ffffff;
}

.selectize-dropdown,
.selectize-dropdown.form-control {
  height: auto;
  padding: 0;
  margin: 2px 0 0 0;
  z-index: 1000;
  background: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.selectize-dropdown .optgroup-header {
  font-size: 12px;
  line-height: 1.42857143;
}

.selectize-dropdown .optgroup:first-child:before {
  display: none;
}

.selectize-dropdown .optgroup:before {
  content: " ";
  display: block;
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  margin-left: -12px;
  margin-right: -12px;
}

.selectize-dropdown-content {
  padding: 5px 0;
}

.selectize-dropdown-header {
  padding: 6px 12px;
}

.selectize-input {
  min-height: 34px;
}

.selectize-input.dropdown-active {
  border-radius: 4px;
}

.selectize-input.dropdown-active::before {
  display: none;
}

.selectize-input.focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.has-error .selectize-input {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .selectize-input:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.selectize-control.multi .selectize-input.has-items {
  padding-left: 9px;
  padding-right: 9px;
}

.selectize-control.multi .selectize-input > div {
  border-radius: 3px;
}

.form-control.selectize-control {
  padding: 0;
  height: auto;
  border: none;
  background: none;
  box-shadow: none;
  border-radius: 0;
}

.switcher {
  cursor: pointer;
  display: inline-block;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.switcher-inner {
  display: block;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  word-spacing: 0;
}

.switcher-state-on,
.switcher-state-off {
  display: inline-block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  transition: all 0.2s;
}

.switcher-state-on {
  margin-left: -100%;
}

.switcher.checked .switcher-state-on {
  margin-left: 0;
}

.switcher-toggler {
  left: 0;
  position: absolute;
  text-align: center;
  transition: all 0.2s;
}

.switcher.checked .switcher-toggler {
  left: 100%;
}

.switcher > input[type=checkbox] {
  left: -100000px;
  position: absolute;
  visibility: hidden;
}

.switcher + .styled-pseudo-checkbox {
  display: none !important;
}

/******************************************************************
 ******************************************************************
 ******************************************************************/
.switcher {
  height: 24px;
  width: 60px;
}

.switcher-toggler {
  background: #fff;
  border-radius: 9999px;
  height: 20px;
  margin-left: 1px;
  margin-top: 2px;
  width: 20px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

.switcher-inner {
  border-radius: 9999px;
}

.switcher-state-on,
.switcher-state-off {
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  line-height: 24px;
}

.switcher-state-on {
  background: #5ebd5e;
  padding-right: 20px;
}

.switcher-state-off {
  background: #444;
  padding-left: 20px;
}

.switcher.checked .switcher-toggler {
  margin-left: -21px;
}

.switcher-theme-square .switcher-inner {
  border-radius: 3px;
}
.switcher-theme-square .switcher-toggler {
  border-radius: 2px;
  margin-left: 2px;
}
.switcher-theme-square.switcher.checked .switcher-toggler {
  margin-left: -22px;
}

.switcher-theme-modern.switcher {
  height: 8px;
  width: 44px;
}
.switcher-theme-modern .switcher-toggler {
  height: 20px;
  margin-left: -3px;
  margin-top: -6px;
  width: 20px;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3), 0 0 15px 1px rgba(255, 255, 255, 0.8) inset;
  background-image: linear-gradient(to bottom, #efefef 0%, #e5e5e5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEFEFEF", endColorstr="#FFE5E5E5", GradientType=0);
}
.switcher-theme-modern .switcher-inner {
  font-size: 0;
  line-height: 0;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
}
.switcher-theme-modern .switcher-state-on,
.switcher-theme-modern .switcher-state-off {
  border-radius: 9999px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2) inset;
}
.switcher-theme-modern .switcher-state-on {
  padding-right: 17px;
}
.switcher-theme-modern .switcher-state-off {
  padding-left: 17px;
}
.switcher-theme-modern.switcher.checked .switcher-toggler {
  margin-left: -17px;
}

.switcher-sm {
  width: 42px;
  height: 21px;
}
.switcher-sm .switcher-toggler {
  height: 17px;
  width: 17px;
  margin-left: 1px;
}
.switcher-sm .switcher-state-on,
.switcher-sm .switcher-state-off {
  font-size: 8px;
  line-height: 21px;
}
.switcher-sm .switcher-state-on {
  padding-right: 17px;
}
.switcher-sm .switcher-state-off {
  padding-left: 17px;
}
.switcher-sm.checked .switcher-toggler {
  margin-left: -18px;
}
.switcher-sm.switcher-theme-square .switcher-inner {
  border-radius: 3px;
}
.switcher-sm.switcher-theme-square .switcher-toggler {
  margin-left: 2px;
}
.switcher-sm.switcher-theme-square.switcher.checked .switcher-toggler {
  margin-left: -19px;
}
.switcher-sm.switcher.switcher-theme-modern {
  width: 34px;
  height: 6px;
}
.switcher-sm.switcher.switcher-theme-modern .switcher-toggler {
  height: 17px;
  width: 17px;
  margin-top: -6px;
  margin-left: -3px;
}
.switcher-sm.switcher.switcher-theme-modern .switcher-state-on {
  padding-right: 15px;
}
.switcher-sm.switcher.switcher-theme-modern .switcher-state-off {
  padding-left: 15px;
}
.switcher-sm.switcher.switcher-theme-modern.switcher.checked .switcher-toggler {
  margin-left: -15px;
}

.switcher-lg {
  width: 70px;
  height: 30px;
}
.switcher-lg .switcher-toggler {
  height: 26px;
  width: 26px;
  margin-left: 1px;
}
.switcher-lg .switcher-state-on,
.switcher-lg .switcher-state-off {
  font-size: 13px;
  line-height: 30px;
}
.switcher-lg .switcher-state-on {
  padding-right: 26px;
}
.switcher-lg .switcher-state-off {
  padding-left: 26px;
}
.switcher-lg.checked .switcher-toggler {
  margin-left: -27px;
}
.switcher-lg.switcher-theme-square .switcher-inner {
  border-radius: 3px;
}
.switcher-lg.switcher-theme-square .switcher-toggler {
  margin-left: 2px;
}
.switcher-lg.switcher-theme-square.switcher.checked .switcher-toggler {
  margin-left: -28px;
}
.switcher-lg.switcher.switcher-theme-modern {
  width: 56px;
  height: 10px;
}
.switcher-lg.switcher.switcher-theme-modern .switcher-toggler {
  height: 26px;
  width: 26px;
  margin-top: -8px;
  margin-left: -3px;
}
.switcher-lg.switcher.switcher-theme-modern .switcher-state-on {
  padding-right: 26px;
}
.switcher-lg.switcher.switcher-theme-modern .switcher-state-off {
  padding-left: 26px;
}
.switcher-lg.switcher.switcher-theme-modern.switcher.checked .switcher-toggler {
  margin-left: -24px;
}

.switcher.disabled {
  cursor: not-allowed !important;
  opacity: 0.5 !important;
  filter: alpha(opacity=50);
}

.switcher-success .switcher-state-on {
  background: #5ebd5e !important;
}

.switcher-warning .switcher-state-on {
  background: #f4b04f !important;
}

.switcher-danger .switcher-state-on {
  background: #e66454 !important;
}

.switcher-info .switcher-state-on {
  background: #5bc0de !important;
}

.limiter-label {
  color: #888;
  padding-top: 3px;
  font-size: 12px;
}

.limiter-count {
  font-weight: 600;
  color: #555;
}

.expanding-input {
  position: relative;
}

.expanding-input-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  cursor: pointer;
}

.expanding-input-placeholder {
  padding: 7px 13px;
  color: #999;
  font-size: 13px;
  line-height: 1.428571429;
}

.expanding-input-hidden {
  display: none;
}

.expanding-input.expanded .expanding-input-hidden,
.expanding-input.expanded .expanding-input-content {
  display: block;
}
.expanding-input.expanded .expanding-input-hidden:before, .expanding-input.expanded .expanding-input-hidden:after,
.expanding-input.expanded .expanding-input-content:before,
.expanding-input.expanded .expanding-input-content:after {
  content: " ";
  display: table;
}
.expanding-input.expanded .expanding-input-hidden:after,
.expanding-input.expanded .expanding-input-content:after {
  clear: both;
}

.expanding-input.expanding-input-sm .expanding-input-placeholder {
  padding: 6px 11px;
  font-size: 12px;
  line-height: 1.5;
}

.expanding-input.expanding-input-lg .expanding-input-placeholder {
  padding: 11px 17px;
  font-size: 17px;
  line-height: 1.3333333;
}

.pxajs .wizard-pane {
  display: none;
}

.wizard-wrapper + .wizard-content.panel {
  margin-top: -1px;
}

.wizard.freeze .wizard-steps > li {
  cursor: default !important;
}

.modal-content > .wizard .wizard-wrapper {
  border-left: none;
  border-radius: 0;
  border-right: none;
  border-top: none;
}

.wizard-wrapper {
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  white-space: nowrap;
  width: auto;
  position: relative;
  overflow: hidden;
}

.wizard-steps {
  cursor: default;
  display: block !important;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  white-space: nowrap;
  transition: left 0.3s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.wizard-steps > li {
  display: inline-block;
  list-style: none;
  margin: 0 0 0;
  padding: 0 10px 0 50px;
  vertical-align: middle;
}
.wizard-steps > li + li:before {
  background: #e4e4e4;
  bottom: 0;
  content: "";
  margin-left: -51px;
  position: absolute;
  top: 0;
  width: 1px;
}
.wizard-steps > li.completed {
  cursor: pointer;
}
.wizard-steps > li.active .wizard-step-caption, .wizard-steps > li.completed .wizard-step-caption {
  color: #555;
}
.wizard-steps > li.active .wizard-step-description, .wizard-steps > li.completed .wizard-step-description {
  color: #888;
}
.wizard-steps > li.active .wizard-step-number, .wizard-steps > li.completed .wizard-step-number {
  border-color: #555;
  color: #555;
}
.wizard-steps .wizard-step-number:after {
  display: none;
}

.wizard-step-number,
.wizard-steps > li.completed .wizard-step-number:after {
  background: #fff;
  border-radius: 9999px;
  display: block;
  font-size: 14px;
  line-height: 26px;
  position: absolute;
  text-align: center;
}

.wizard-step-number {
  border: 2px solid #bbb;
  color: #bbb;
  font-weight: 700;
  height: 30px;
  margin-left: -40px;
  margin-top: -15px;
  top: 50%;
  width: 30px;
}

.wizard-steps > li.completed .wizard-step-number {
  font-size: 0;
}

.wizard-steps > li.completed .wizard-step-number:after {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 13px;
  font-weight: 400;
  height: 26px;
  left: 0;
  width: 26px;
  top: 0;
}

.wizard-step-caption,
.wizard-step-description {
  color: #bbb;
  display: inline-block;
  line-height: 14px;
  white-space: normal;
}

.wizard-step-caption {
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 15px;
  vertical-align: middle;
}

.wizard-step-description {
  display: block;
  font-size: 12px;
  font-weight: 400;
  margin-top: 4px;
  position: relative;
}

.wizard-content {
  padding: 20px;
}
.wizard-content:before, .wizard-content:after {
  content: " ";
  display: table;
}
.wizard-content:after {
  clear: both;
}

.pixel-file-input {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  line-height: 18px;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-top-color: #c2c2c2;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: border-color ease-in-out 0.15s;
}

.pixel-file-input > input[type=file] {
  visibility: hidden;
  position: absolute;
  display: block;
  left: -10000px;
}

.pfi-filename {
  white-space: nowrap;
}

.pfi-actions {
  display: block;
  position: absolute;
  right: 0;
  top: 4px;
  padding: 0 5px 0 10px;
  background: #fff;
  white-space: nowrap;
}
.pfi-actions > * + * {
  margin-left: 4px;
}

.pfi-clear {
  display: none;
}

.pfi-placeholder {
  color: #aaa;
  font-style: italic;
}

.select2-container:before, .select2-container:after,
.select2-drop:before,
.select2-drop:after,
.select2-choices:before,
.select2-choices:after,
.select2-search-field:before,
.select2-search-field:after,
.select2-search-field input:before,
.select2-search-field input:after,
.select2-search:before,
.select2-search:after,
.select2-search input:before,
.select2-search input:after {
  content: " ";
  display: table;
}
.select2-container:after,
.select2-drop:after,
.select2-choices:after,
.select2-search-field:after,
.select2-search-field input:after,
.select2-search:after,
.select2-search input:after {
  clear: both;
}

.select2-container,
.select2-container.form-control {
  border: none;
  margin: 0;
  padding: 0;
}

.select2-container {
  display: inline-block;
  height: auto !important;
  position: relative;
  /* inline-block for ie7 */
  transform: scale(1); /* Standard Property */
  transform-origin: 0 0; /* Standard Property */
  *display: inline;
  vertical-align: middle;
  width: 100%;
}
.select2-container .select2-choice {
  background-clip: padding-box;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d6d6d6;
  border-top-color: #c2c2c2;
  border-radius: 3px;
  color: #555555;
  display: block;
  font-size: 13px;
  line-height: 1.428571429;
  height: 32px;
  overflow: hidden;
  padding: 6px 12px;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.select2-container .select2-choice > .select2-chosen {
  display: block;
  margin-right: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-choice .select2-search-choice-close {
  border: 0;
  color: #888;
  cursor: pointer;
  display: none;
  font-size: 11px;
  line-height: 30px;
  height: 30px;
  right: 18px;
  width: 24px;
}
.select2-container .select2-choice .select2-search-choice-close:hover {
  color: #aaa;
  cursor: pointer;
}
.select2-container .select2-choice .select2-arrow {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 26px;
}
.select2-container .select2-choice .select2-arrow b {
  color: #555555;
  display: block;
  font-family: FontAwesome;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.428571429;
  height: 100%;
  margin-top: 1px;
  padding: 6px 0;
  text-align: center;
  width: 100%;
}
.select2-container .select2-choice .select2-arrow b:before {
  content: "\f0d7";
}
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  border-radius: 0 0 3px 3px;
}
.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}
.select2-container.select2-allowclear .select2-choice .select2-search-choice-close {
  display: block;
}

.select2-drop {
  background: #fff;
  border: 1px solid #d6d6d6;
  border-top: 0;
  border-radius: 0 0 3px 3px;
  color: #555555;
  margin-top: -1px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 9999;
}
.select2-drop.select2-drop-above {
  border-bottom: 0;
  border-top: 1px solid #aaa;
  border-radius: 3px 3px 0 0;
  margin-bottom: -1px;
  margin-top: 1px;
}

.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}
.select2-drop-auto-width .select2-search {
  padding-top: 4px;
}

.select2-drop-active {
  border-top: none;
}

.select2-search {
  display: block;
  margin: 0;
  min-height: 17px;
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
  white-space: nowrap;
  width: 100%;
  z-index: 10000;
}
.select2-search:after {
  color: #888;
  content: "\f002";
  display: block;
  font-family: FontAwesome;
  font-size: 14px;
  text-align: center;
  position: absolute;
  right: 9px;
  top: 10px;
  width: 30px;
}
.select2-search input {
  background-color: #fff;
  background-image: none;
  border: 1px solid #d6d6d6;
  border-top-color: #c2c2c2;
  border-radius: 3px;
  color: #555555;
  font-size: 12px;
  line-height: 15px;
  height: auto !important;
  margin-top: 8px;
  min-height: 17px;
  outline: none !important;
  padding: 4px 9px;
  padding-right: 30px;
  position: relative;
  width: 100%;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  outline: none;
}

.select2-dropdown-open .select2-choice {
  border-bottom-color: #aaa;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-dropdown-open .select2-choice .select2-arrow b:before {
  content: "\f0d8";
}

.select2-results {
  margin: 8px;
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}
.select2-results ul.select2-result-sub > li .select2-result-label {
  padding-left: 20px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 40px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 60px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 80px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 100px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 110px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 120px;
}
.select2-results li {
  background-image: none;
  display: block;
  list-style: none;
}
.select2-results li em {
  background: #feffde;
  font-style: normal;
}
.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: 600;
}
.select2-results .select2-result-label {
  cursor: pointer;
  margin: 0;
  min-height: 1em;
  padding: 5px 7px 5px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.select2-results .select2-highlighted {
  color: #fff;
}
.select2-results .select2-highlighted em {
  background: transparent;
}
.select2-results .select2-highlighted ul {
  background: #fff;
  color: #555;
}
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  color: #999;
  display: block;
  font-style: italic;
}
.select2-results .select2-disabled,
.select2-results .select2-disabled.select2-highlighted {
  color: #888;
  cursor: default;
  display: block;
}
.select2-results .select2-selected {
  display: none;
}

.select2-more-results {
  display: block;
}

.select2-container.select2-container-disabled .select2-choice {
  background-color: #eeeeee;
  cursor: default;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow:before {
  display: none !important;
}
.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}

.select2-container-multi .select2-choices {
  background: #fff;
  border: 1px solid #d6d6d6;
  border-top-color: #c2c2c2;
  border-radius: 3px;
  cursor: text;
  height: auto !important;
  height: 1%;
  margin: 0;
  overflow: hidden;
  padding: 5px 5px 0 0;
  position: relative;
  width: 100%;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.select2-container-multi .select2-choices li {
  display: block;
  float: left;
  list-style: none;
}
.select2-container-multi .select2-choices .select2-search-field {
  display: block;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.select2-container-multi .select2-choices .select2-search-field input {
  background: transparent !important;
  border: 0;
  color: #555555;
  font-size: 13px;
  line-height: 1.428571429;
  margin-top: -5px;
  padding: 6px 12px;
  outline: 0;
}
.select2-container-multi .select2-choices .select2-search-choice {
  border-radius: 3px;
  color: #fff;
  cursor: default;
  display: block;
  font-size: 11px;
  font-weight: 600;
  line-height: 20px;
  margin: 0 0 5px 5px;
  padding: 0 20px 0 6px;
  position: relative;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice + .select2-search-field input {
  padding-left: 6px;
  padding-right: 0;
}
.select2-container-multi.select2-container-active .select2-choices {
  outline: none;
}

.select2-locked {
  padding: 0 6px !important;
}

.select2-default {
  color: #999 !important;
}

.select2-search-choice-close {
  display: block;
  color: #fff;
  font-family: FontAwesome;
  font-size: 10px;
  font-weight: 400;
  line-height: 20px;
  outline: none;
  position: absolute;
  right: 3px;
  text-align: center;
  top: 0;
  width: 14px;
  transition: all 0.3s;
}
.select2-search-choice-close:before {
  content: "\f00d";
}
.select2-search-choice-close:hover {
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #eeeeee;
  cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  opacity: 0.7;
  padding: 0 6px;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  background: none;
  display: none;
}

.select2-drop-mask {
  border: 0;
  left: 0;
  height: auto;
  margin: 0;
  min-height: 100%;
  min-width: 100%;
  padding: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  width: auto;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}

.select2-offscreen,
.select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}

.select2-display-none {
  display: none;
}

.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}

.select2-container-multi .select2-choices .select2-search-choice {
  background: #b0b0b0;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #979797;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  background: #b0b0b0 !important;
}

.select2-success .select2-container-multi .select2-choices .select2-search-choice {
  background: #5ebd5e;
}
.select2-success .select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #43a543;
}
.select2-success .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  background: #5ebd5e !important;
}

.select2-warning .select2-container-multi .select2-choices .select2-search-choice {
  background: #f4b04f;
}
.select2-warning .select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #f19a1f;
}
.select2-warning .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  background: #f4b04f !important;
}

.select2-danger .select2-container-multi .select2-choices .select2-search-choice {
  background: #e66454;
}
.select2-danger .select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #df3c28;
}
.select2-danger .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  background: #e66454 !important;
}

.select2-info .select2-container-multi .select2-choices .select2-search-choice {
  background: #5bc0de;
}
.select2-info .select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #31b0d5;
}
.select2-info .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  background: #5bc0de !important;
}

.has-warning .select2-choice,
.has-warning .select2-choices,
.has-warning.simple .select2-choice,
.has-warning.simple .select2-choices {
  border-color: #eebf5e;
}

.has-error .select2-choice,
.has-error .select2-choices,
.has-error.simple .select2-choice,
.has-error.simple .select2-choices {
  border-color: #d38e99;
}

.has-success .select2-choice,
.has-success .select2-choices,
.has-success.simple .select2-choice,
.has-success.simple .select2-choices {
  border-color: #a3ce7f;
}

.has-warning.dark .select2-choice,
.has-warning.dark .select2-choices {
  border-color: #f4b04f;
}

.has-error.dark .select2-choice,
.has-error.dark .select2-choices {
  border-color: #e66454;
}

.has-success.dark .select2-choice,
.has-success.dark .select2-choices {
  border-color: #5ebd5e;
}

.datepicker-dropdown {
  border: 1px solid #aaa;
  border-radius: 3px;
  left: 0;
  margin-top: 10px;
  top: 0;
  z-index: 400;
  box-shadow: none;
  /*&:after {
    border-bottom: 10px solid $popover-border-color;
    border-left:   10px solid transparent;
    border-right:  10px solid transparent;
    border-top:    0;
    content: '';
    display: block;
    position: absolute;
  }
  &.datepicker-orient-left:after    { left: 12px - ($popover-border-width / 2); }
  &.datepicker-orient-right:after   { right: 12px - ($popover-border-width / 2); }
  &.datepicker-orient-top:after     { top: -10px - $popover-border-width; }
  &.datepicker-orient-bottom:after {
    border-bottom: 0;
    border-top:    10px solid $popover-border-color;
    bottom: -10px - $popover-border-width;
  }*/
}
.datepicker-dropdown.datepicker-orient-top {
  margin-top: -2px;
}
.datepicker-dropdown.datepicker-orient-bottom {
  margin-top: 2px;
}

.modal .datepicker-dropdown {
  z-index: 1040;
}

.datepicker {
  direction: ltr;
  padding: 0;
  width: auto !important;
}
.datepicker.datepicker-inline {
  border: 1px solid #eee;
  display: inline-block;
  position: relative;
}
.datepicker .datepicker-switch:hover {
  background: #7b7b7b;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days, .datepicker.months div.datepicker-months, .datepicker.years div.datepicker-years {
  display: block;
}
.datepicker div.datepicker-months td,
.datepicker div.datepicker-years td {
  width: 210px !important;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.datepicker td {
  line-height: 32px;
  padding: 0 !important;
  text-align: center;
  width: 30px;
}
.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td {
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  border-radius: 0px;
}
.datepicker table tr td:last-child {
  border-right: none;
}
.datepicker table tr td.day:hover {
  background: #f3f3f3;
  cursor: pointer;
  position: relative;
}
.datepicker table tr td.old, .datepicker table tr td.new {
  color: #bbb;
}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
  background: none;
  color: #eee;
  cursor: default;
}
.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
  background: #f3f3f3;
  font-weight: 700 !important;
}
.datepicker table tr td.today:hover:hover {
  color: #555;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range, .datepicker table tr td.range:hover, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover {
  background: #f3f3f3;
}
.datepicker table tr td.range.today, .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:hover {
  background: #f3f3f3;
  font-weight: 700;
}
.datepicker table tr td.selected, .datepicker table tr td.selected:hover, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover {
  color: #fff !important;
}
.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
  color: #fff !important;
}
.datepicker table tr td span {
  border-radius: 3px;
  cursor: pointer;
  display: block;
  float: left;
  line-height: 54px;
  margin: 1%;
  width: 23%;
}
.datepicker table tr td span:hover {
  background: #eee;
}
.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
  background: none;
  color: #eee;
  cursor: default;
}
.datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.old, .datepicker table tr td span.new {
  color: #eee;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker th,
.datepicker td,
.datepicker tr {
  border-top: none !important;
  text-align: center !important;
}
.datepicker thead th,
.datepicker tfoot th {
  font-weight: 600;
  padding: 0 !important;
}
.datepicker thead th {
  border-bottom: none !important;
  color: #fff;
  font-weight: 600;
  line-height: 35px !important;
  height: 35px !important;
  padding: 0 !important;
  text-align: center;
  border-radius: 0px;
}
.datepicker thead tr:first-child {
  border-bottom: 1px solid !important;
}
.datepicker thead tr:first-child th:hover {
  background: rgba(255, 255, 255, 0.2);
}
.datepicker thead tr:last-child {
  border-bottom: none !important;
}
.datepicker thead th.prev,
.datepicker thead th.next {
  color: rgba(0, 0, 0, 0);
  display: block;
  font-size: 0;
  line-height: 0;
  position: absolute;
  width: 36px !important;
}
.datepicker thead th.prev:after,
.datepicker thead th.next:after {
  bottom: 0;
  color: #fff;
  display: block;
  font-family: FontAwesome;
  font-size: 14px;
  font-weight: normal;
  left: 0;
  line-height: 35px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 36px;
}
.datepicker thead th.prev {
  left: 0;
  border-right: 1px solid;
}
.datepicker thead th.prev:after {
  content: "\f053";
}
.datepicker thead th.next {
  border-left: 1px solid;
  right: 0;
}
.datepicker thead th.next:after {
  content: "\f054";
}
.datepicker tfoot th:hover {
  background: #eee;
}
.datepicker tbody td,
.datepicker tfoot th {
  line-height: 32px !important;
}
.datepicker > .datepicker-days tbody .cw {
  background: #f8f8f8 !important;
  color: #aaa;
  font-size: 8px;
  font-weight: 600;
}
.datepicker > .datepicker-days thead tr:first-child th.cw {
  background-color: transparent;
  cursor: default;
}
.datepicker > .datepicker-days thead tr:first-child th.cw + .prev {
  left: 30px;
  border-left: 1px solid;
}
.datepicker > .datepicker-days thead tr:last-child th.cw + th {
  border-left: 1px solid;
}

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

.date .input-group-addon {
  cursor: pointer;
}

/*!
 * Timepicker Component for Twitter Bootstrap
 *
 * Copyright 2013 Joris de Wit
 *
 * Contributors https://github.com/jdewit/bootstrap-timepicker/graphs/contributors
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
.bootstrap-timepicker {
  position: relative;
}

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

.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before {
  left: auto;
  right: 12px;
}

.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after {
  left: auto;
  right: 13px;
}

.bootstrap-timepicker .input-group-addon {
  cursor: pointer;
}

.bootstrap-timepicker .input-group-addon i {
  display: inline-block;
  width: 16px;
  height: 16px;
}

.bootstrap-timepicker-widget.dropdown-menu {
  padding: 4px;
}

.bootstrap-timepicker-widget.dropdown-menu.open {
  display: inline-block;
  z-index: 99999 !important;
}

.bootstrap-timepicker-widget.dropdown-menu:before {
  border-bottom: 7px solid rgba(0, 0, 0, 0.2);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
}

.bootstrap-timepicker-widget.dropdown-menu:after {
  border-bottom: 6px solid #FFFFFF;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
}

.bootstrap-timepicker-widget.timepicker-orient-left:before {
  left: 6px;
}

.bootstrap-timepicker-widget.timepicker-orient-left:after {
  left: 7px;
}

.bootstrap-timepicker-widget.timepicker-orient-right:before {
  right: 6px;
}

.bootstrap-timepicker-widget.timepicker-orient-right:after {
  right: 7px;
}

.bootstrap-timepicker-widget.timepicker-orient-top:before {
  top: -7px;
}

.bootstrap-timepicker-widget.timepicker-orient-top:after {
  top: -6px;
}

.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}

.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}

.bootstrap-timepicker-widget a.btn,
.bootstrap-timepicker-widget input {
  border-radius: 4px;
}

.bootstrap-timepicker-widget table {
  width: 100%;
  margin: 0;
}

.bootstrap-timepicker-widget table td {
  text-align: center;
  height: 30px;
  margin: 0;
  padding: 2px;
}

.bootstrap-timepicker-widget table td:not(.separator) {
  min-width: 30px;
}

.bootstrap-timepicker-widget table td span {
  width: 100%;
}

.bootstrap-timepicker-widget table td a {
  border: 1px transparent solid;
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 8px 0;
  outline: 0;
  color: #333;
}

.bootstrap-timepicker-widget table td a:hover {
  text-decoration: none;
  background-color: #eee;
  border-radius: 4px;
  border-color: #ddd;
}

.bootstrap-timepicker-widget table td a i {
  margin-top: 2px;
  font-size: 18px;
}

.bootstrap-timepicker-widget table td input {
  width: 25px;
  margin: 0;
  text-align: center;
}

.bootstrap-timepicker-widget .modal-content {
  padding: 4px;
}

@media (min-width: 767px) {
  .bootstrap-timepicker-widget.modal {
    width: 200px;
    margin-left: -100px;
  }
}
@media (max-width: 767px) {
  .bootstrap-timepicker {
    width: 100%;
  }
  .bootstrap-timepicker .dropdown-menu {
    width: 100%;
  }
}
.datepaginator {
  font-size: 12px;
}

.pagination {
  margin: 0px;
  padding: 0px;
  white-space: nowrap;
}

.pagination a.dp-item,
.pagination a.dp-nav {
  margin: 0;
  text-align: center;
}
.pagination a.dp-item:hover,
.pagination a.dp-nav:hover {
  z-index: 403 !important;
}

.pagination a.dp-item {
  padding: 10px 0;
  border-radius: 0;
  margin: 0 0 0 -1px;
}

.pagination a.dp-nav {
  margin: 0px;
  font-family: FontAwesome;
  padding: 17px 0;
  line-height: 20px;
}
.pagination a.dp-nav i {
  display: none;
}

.pagination a.dp-nav.dp-nav-right {
  margin: 0 0 0 -1px;
}

.pagination a.dp-nav:before {
  display: none !important;
}

.pagination a.dp-nav.dp-nav-left:after {
  content: "\f053";
}

.pagination a.dp-nav.dp-nav-right:after {
  content: "\f054";
}

.pagination a.dp-off,
.pagination a.dp-off:hover {
  background-color: #F9F9F9;
  z-index: 400;
}

.pagination a.dp-today {
  color: #ffffff !important;
  z-index: 401;
}

.pagination a.dp-selected {
  color: #ffffff !important;
  z-index: 402;
}

#dp-calendar {
  font-family: FontAwesome;
  position: absolute;
  line-height: 18px;
  top: 4px;
  right: 0;
  font-style: normal !important;
  display: block;
  font-size: 14px;
  padding: 0 8px 0 18px;
}
#dp-calendar:after {
  content: "\f073" !important;
}
#dp-calendar:before {
  display: none !important;
}

.datepaginator-sm {
  font-size: 10px;
}

.pagination a.dp-item.dp-item-sm {
  padding: 10px 0;
}

.pagination a.dp-nav.dp-nav-sm {
  padding: 14px 0;
}

.datepaginator-lg {
  font-size: 14px;
}

.pagination a.dp-item.dp-item-lg {
  padding: 15px 0;
}

.pagination a.dp-nav.dp-nav-lg {
  padding: 25px 0;
  font-size: 13px;
}

.modal .pagination a.dp-item:hover,
.modal .pagination a.dp-nav:hover {
  z-index: 1043 !important;
}
.modal .pagination a.dp-off,
.modal .pagination a.dp-off:hover {
  z-index: 1040;
}
.modal .pagination a.dp-today {
  z-index: 1041;
}
.modal .pagination a.dp-selected {
  z-index: 1042;
}

.nav-tabs,
.nav-pills {
  position: relative;
}

.tabdrop {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.tabdrop > .dropdown-toggle {
  cursor: pointer !important;
  margin-right: 0;
  padding-left: 12px;
  padding-right: 12px;
}
.tabdrop > .dropdown-toggle > .fa {
  font-size: 14px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.tabdrop > .dropdown-toggle > .caret {
  border: none;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 10px;
  height: auto;
  margin-left: 5px;
  position: relative;
  top: -1px;
  width: auto;
}
.tabdrop > .dropdown-toggle > .caret:after {
  content: "\f0d7";
}

.minicolors {
  position: relative;
}
.minicolors input[type=hidden] + .minicolors-swatch {
  height: 32px;
  position: static;
  cursor: pointer;
}
.minicolors .minicolors-grid {
  position: relative;
  float: right;
  width: 150px;
  height: 150px;
  cursor: crosshair;
  margin: 1px;
}
.minicolors .minicolors-grid-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
  background: none;
}

.minicolors-swatch {
  position: absolute;
  vertical-align: middle;
  cursor: text;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.minicolors-swatch-color {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.minicolors-panel {
  display: none;
  position: absolute;
  background: #fff;
  border: 1px solid #aaa;
  border-radius: 3px;
  margin-top: 10px;
  z-index: 400;
  box-shadow: none;
}
.minicolors-panel.minicolors-visible {
  display: block;
}
.minicolors-panel:after {
  border-bottom: 10px solid #aaa;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 0;
  content: "";
  display: block;
  position: absolute;
}

.modal .minicolors-panel {
  z-index: 1040;
}

.minicolors-slider,
.minicolors-opacity-slider {
  position: relative;
  float: right;
  width: 20px;
  height: 150px;
  cursor: row-resize;
  margin: 1px 1px 1px 0;
}

.minicolors-with-opacity .minicolors-opacity-slider {
  display: block;
}
.minicolors-with-opacity .minicolors-slider {
  margin-right: 22px;
}

.minicolors-opacity-slider {
  background-position: -40px 0;
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}

.minicolors-slider-saturation .minicolors-grid {
  background-position: -420px 0;
}
.minicolors-slider-saturation .minicolors-slider {
  background-position: -60px 0;
}

.minicolors-slider-brightness .minicolors-grid {
  background-position: -570px 0;
}
.minicolors-slider-brightness .minicolors-grid-inner {
  background: black;
}
.minicolors-slider-brightness .minicolors-slider {
  background-position: -20px 0;
}

.minicolors-slider-wheel .minicolors-grid {
  background-position: -720px 0;
}
.minicolors-slider-wheel .minicolors-slider {
  background-position: -20px 0;
}

.minicolors-position-top .minicolors-panel {
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 10px;
}
.minicolors-position-top .minicolors-panel:after {
  border-bottom: 0;
  border-top: 10px solid #aaa;
  bottom: -11px;
}

.minicolors-position-right .minicolors-panel {
  right: 0;
}
.minicolors-position-right .minicolors-panel:after {
  right: 3.5px;
}

.minicolors-position-bottom .minicolors-panel {
  top: auto;
}
.minicolors-position-bottom .minicolors-panel:after {
  top: -11px;
}

.minicolors-position-left .minicolors-panel {
  left: 0;
}
.minicolors-position-left .minicolors-panel:after {
  left: 3.5px;
}

.minicolors-picker {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 2px;
  background: white;
  border: solid 1px black;
  margin-top: -2px;
  box-sizing: content-box;
}

.minicolors-grid .minicolors-picker {
  position: absolute;
  top: 70px;
  left: 70px;
  width: 12px;
  height: 12px;
  border: solid 1px black;
  border-radius: 10px;
  margin-top: -6px;
  margin-left: -6px;
  background: none;
}
.minicolors-grid .minicolors-picker > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  border: solid 2px white;
  box-sizing: content-box;
}

.minicolors-inline {
  display: inline-block;
}
.minicolors-inline .minicolors-panel {
  position: relative;
  top: auto;
  left: auto;
  box-shadow: none;
  z-index: auto;
  display: inline-block;
  border: none;
  margin: 0;
  background: none;
}
.minicolors-inline .minicolors-panel:after {
  display: none !important;
}

.minicolors-theme-default .minicolors-swatch {
  top: 5px;
  left: 5px;
  width: 18px;
  height: 18px;
}
.minicolors-theme-default .minicolors-input {
  height: 20px;
  width: auto;
  display: inline-block;
  padding-left: 26px;
}
.minicolors-theme-default.minicolors {
  width: auto;
  display: inline-block;
}
.minicolors-theme-default.minicolors-position-right .minicolors-swatch {
  left: auto;
  right: 5px;
}
.minicolors-theme-default.minicolors-position-right .minicolors-input {
  padding-right: 26px;
  padding-left: inherit;
}

.minicolors-theme-bootstrap .minicolors-swatch {
  top: 3px;
  left: 3px;
  width: 26px;
  bottom: 3px;
  border-radius: 2px;
}
.minicolors-theme-bootstrap .minicolors-input {
  padding-left: 40px;
}
.minicolors-theme-bootstrap.minicolors-position-right .minicolors-swatch {
  left: auto;
  right: 3px;
}
.minicolors-theme-bootstrap.minicolors-position-right .minicolors-input {
  padding-right: 40px;
  padding-left: 12px;
}

.editableform {
  margin-bottom: 0;
}
.editableform .control-group {
  margin-bottom: 0;
  white-space: nowrap;
  line-height: 20px;
}
.editableform .form-control {
  width: auto;
}

.editable-buttons {
  display: inline-block;
  vertical-align: top;
  margin-left: 7px;
  transform: scale(1); /* Standard Property */
  transform-origin: 0 0; /* Standard Property */
  *display: inline;
}
.editable-buttons.editable-buttons-bottom {
  display: block;
  margin-top: 7px;
  margin-left: 0;
}
.editable-buttons button.ui-button-icon-only {
  height: 24px;
  width: 30px;
}

.editable-input {
  vertical-align: top;
  display: inline-block;
  width: auto;
  white-space: normal;
  transform: scale(1); /* Standard Property */
  transform-origin: 0 0; /* Standard Property */
  *display: inline;
}

.editableform-loading {
  background: url("/img/loading.gif") center center no-repeat;
  height: 25px;
  width: auto;
  min-width: 25px;
}

.editable-inline .editableform-loading {
  background-position: left 5px;
}

.editable-error-block {
  max-width: 300px;
  margin: 5px 0 0 0;
  width: auto;
  white-space: normal;
}

.editable-error-block.ui-state-error {
  padding: 3px;
}

.editable-error {
  color: red;
}

.editable-inline .add-on .icon-th {
  margin-top: 3px;
  margin-left: 1px;
}

.editable-checklist label input[type=checkbox],
.editable-checklist label span {
  vertical-align: middle;
  margin: 0;
}
.editable-checklist label {
  white-space: nowrap;
}

.editable-wysihtml5 {
  width: 566px;
  height: 250px;
}

.editable-clear {
  clear: both;
  font-size: 0.9em;
  text-decoration: none;
  text-align: right;
}

.editable-clear-x {
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  opacity: 0.6;
  z-index: 100;
  font-size: 13px;
  line-height: 13px;
  font-family: FontAwesome;
  cursor: pointer;
  top: 50%;
  right: 6px;
  margin-top: -6px;
}
.editable-clear-x:after {
  content: "\f057";
}
.editable-clear-x:hover {
  opacity: 1;
}

.editable-pre-wrapped {
  white-space: pre-wrap;
}

.editable-container.editable-popup {
  max-width: none !important;
}
.editable-container.popover {
  width: auto;
}
.editable-container.editable-inline {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  transform: scale(1); /* Standard Property */
  transform-origin: 0 0; /* Standard Property */
  *display: inline;
}
.editable-container .ui-widget {
  font-size: inherit;
  z-index: 9990;
}

.editable-click,
a.editable-click,
a.editable-click:hover {
  text-decoration: none;
  border-bottom: dashed 1px #0088cc;
}

.editable-click.editable-disabled,
a.editable-click.editable-disabled,
a.editable-click.editable-disabled:hover {
  color: #585858;
  cursor: default;
  border-bottom: none;
}

.editable-empty,
.editable-empty:hover,
.editable-empty:focus {
  font-style: italic;
  color: #DD1144;
  text-decoration: none;
}

.editable-unsaved {
  font-weight: bold;
}

.editable-bg-transition {
  transition: background-color 1400ms ease-out;
}

.form-horizontal .editable {
  padding-top: 5px;
  display: inline-block;
}

.editable-buttons .editable-submit,
.editable-buttons .editable-cancel {
  font-family: FontAwesome;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
}
.editable-buttons .editable-submit i,
.editable-buttons .editable-cancel i {
  display: none;
}
.editable-buttons .editable-cancel {
  color: #555;
  margin-left: 5px;
}
.editable-buttons .editable-submit:after {
  content: "\f00c";
}
.editable-buttons .editable-cancel:after {
  content: "\f00d";
}

.editable-input > .select2-container {
  max-width: 300px;
}

.editable-date.well {
  padding: 0;
  background: #fff;
  border: none;
  border-radius: 0;
}

.editable[data-type=address] + .editable-container .editable-input {
  width: 260px;
}
.editable[data-type=address] + .editable-container .editable-buttons {
  position: relative;
  top: 2px;
}

.editable-address {
  margin-top: 2px;
}
.editable-address label {
  width: 100%;
}
.editable-address label span,
.editable-address input {
  display: block;
  float: left;
  margin: 0;
}
.editable-address label span {
  width: 25%;
  padding: 0 10px 0 0;
  line-height: 32px;
  text-align: right;
  position: relative;
}
.editable-address input {
  width: 75% !important;
}

.editable-address + .editable-address {
  margin-top: 6px;
}

.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
  margin-bottom: 0;
}

.tt-dropdown-menu {
  border: 2px solid #ccc;
  padding: 5px 0;
  min-width: 160px;
  margin-top: 2px;
  background-color: #fff;
  border-radius: 3px;
}

.tt-suggestion {
  display: block;
  margin: 0 -2px;
  padding: 5px 18px;
}

.tt-suggestion p {
  margin: 0;
}

.tt-suggestion.tt-is-under-cursor a,
.tt-suggestion.tt-is-under-cursor {
  color: #fff;
}

@media (min-width: 480px) {
  .bootbox.bootbox-sm .modal-dialog {
    width: 300px;
  }
}
.bootbox .modal-footer, .bootbox .form-modal-footer {
  margin-top: 0;
}

.dataTables_wrapper .table-header {
  margin-bottom: -7px;
  padding: 13px 0 13px 15px;
}
.dataTables_wrapper .table-header .table-caption {
  float: left;
  line-height: 20px;
  padding: 5px 10px 5px 0;
  width: auto;
}
.dataTables_wrapper .table-footer {
  margin-top: -7px;
  padding-right: 10px;
}
.dataTables_wrapper .DT-label {
  color: #888;
  line-height: 29px;
}

.DT-search,
.DT-per-page {
  display: inline-block;
}

.DT-lf-right {
  float: right;
  white-space: nowrap;
}

.DT-search {
  line-height: 30px;
  margin-right: 10px;
}
.DT-search,
.DT-search input {
  width: 130px !important;
}
.DT-search label,
.DT-search input {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.DT-per-page {
  border-right: 1px solid #eee;
  margin-right: 10px;
  height: 30px;
  padding-right: 10px;
  white-space: nowrap;
}
.DT-per-page select {
  display: inline-block !important;
  width: auto !important;
}

.DT-label {
  float: left;
  font-size: 12px;
}

.DT-pagination {
  float: right;
}

.dataTables_paginate .pagination > li > a,
.dataTables_paginate .pagination > li > span {
  font-size: 12px;
  padding: 5px 10px;
}

table.dataTable {
  clear: both;
  margin-bottom: 6px !important;
  margin-top: 6px !important;
  max-width: none !important;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
}
table.dataTable thead .sorting:after {
  content: "\f0dc";
  display: block;
}
table.dataTable thead .sorting_asc {
  background: rgba(0, 0, 0, 0.05);
}
table.dataTable thead .sorting_asc:after {
  content: "\f0dd";
  display: block;
}
table.dataTable thead .sorting_desc {
  background: rgba(0, 0, 0, 0.05);
}
table.dataTable thead .sorting_desc:after {
  content: "\f0de";
  display: block;
}
table.dataTable thead .sorting_asc_disabled:after {
  content: "\f0dd";
  display: block;
  opacity: 0.3;
}
table.dataTable thead .sorting_desc_disabled:after {
  content: "\f0de";
  display: block;
  opacity: 0.3;
}
table.dataTable th {
  position: relative;
}
table.dataTable th:after {
  display: none;
  font-family: FontAwesome;
  font-size: 11px;
  font-weight: normal !important;
  line-height: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 8px;
  width: 20px;
}
table.dataTable th:active {
  outline: none;
}

div.dataTables_scrollHead table {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0 !important;
}
div.dataTables_scrollHead table thead tr:last-child th:first-child,
div.dataTables_scrollHead table thead tr:last-child td:first-child {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

div.dataTables_scrollBody table {
  margin-bottom: 0 !important;
  border-top: none;
}
div.dataTables_scrollBody tbody tr:first-child th,
div.dataTables_scrollBody tbody tr:first-child td {
  border-top: none;
}

div.dataTables_scrollFoot table {
  border-top: none;
}

.table-primary .dataTables_wrapper .table-header input,
.table-primary .dataTables_wrapper .table-header select,
.table-success .dataTables_wrapper .table-header input,
.table-success .dataTables_wrapper .table-header select,
.table-danger .dataTables_wrapper .table-header input,
.table-danger .dataTables_wrapper .table-header select,
.table-warning .dataTables_wrapper .table-header input,
.table-warning .dataTables_wrapper .table-header select,
.table-info .dataTables_wrapper .table-header input,
.table-info .dataTables_wrapper .table-header select {
  border: none !important;
}

.table-success .dataTables_wrapper .DT-per-page {
  border-color: #518d51 !important;
}

.table-danger .dataTables_wrapper .DT-per-page {
  border-color: #ca4433 !important;
}

.table-warning .dataTables_wrapper .DT-per-page {
  border-color: #de9328 !important;
}

.table-info .dataTables_wrapper .DT-per-page {
  border-color: #3da1bf !important;
}

#growls {
  position: fixed;
  right: 0;
  top: 10px;
  z-index: 5000;
}

.main-navbar-fixed #growls {
  top: 65px;
}

.main-menu-right #growls {
  left: 0;
  right: auto;
}

.growl {
  border-radius: 4px;
  margin: 10px;
  position: relative;
  opacity: 0.95;
  filter: alpha(opacity=95);
  transition: all 0.4s ease-in-out;
}
.growl .growl-title {
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 2px;
}
.growl .growl-message {
  font-size: 13px;
  word-wrap: break-word;
}
.growl .growl-close {
  cursor: pointer;
  display: inline-block;
  float: right;
  font-family: helvetica, verdana, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  margin-top: -2px;
}
.growl.growl-incoming {
  opacity: 0;
  filter: alpha(opacity=0);
}
.growl.growl-outgoing {
  opacity: 0;
  filter: alpha(opacity=0);
}
.growl.growl-small {
  padding: 6px 8px;
  width: 200px;
}
.growl.growl-small .growl-title {
  font-size: 13px;
  margin-bottom: 0;
}
.growl.growl-small .growl-message {
  font-size: 11px;
}
.growl.growl-medium {
  padding: 10px;
  width: 250px;
}
.growl.growl-large {
  padding: 15px;
  width: 300px;
}
.growl.growl-default {
  background: #7f8c8d;
  color: #fff;
}
.growl.growl-error {
  background: #e66454;
  color: #fff;
}
.growl.growl-notice {
  background: #5ebd5e;
  color: #fff;
}
.growl.growl-warning {
  background: #f4b04f;
  color: #fff;
}

.dz-browser-not-supported .dz-message {
  display: none !important;
}
.dz-browser-not-supported.dropzone-box {
  min-height: auto !important;
  border: none !important;
  border-radius: 0 !important;
  width: auto !important;
  cursor: default !important;
  padding: 0 !important;
  transition: none;
}

.dropzone-box {
  position: relative;
  min-height: 284px;
  border: 3px dashed #ddd;
  border-radius: 3px;
  vertical-align: middle;
  width: 100%;
  cursor: pointer;
  padding: 0 15px 15px 0;
  transition: all 0.2s;
}

.dz-default.dz-message {
  color: #555;
  font-size: 20px;
  font-weight: 600;
  display: block;
  min-height: 70px;
  width: 300px;
  position: absolute;
  padding-left: 90px;
  padding-top: 12px;
  line-height: 22px;
  top: 50%;
  margin-top: -35px;
  left: 50%;
  margin-left: -150px;
  transition: all 0.2s;
}

.dz-text-small {
  font-size: 14px;
  font-weight: 400;
}

.dropzone-box .fa.fa-cloud-upload {
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  line-height: 70px;
  font-size: 32px;
  background: #eee;
  color: #aaa;
  border-radius: 3px;
  transition: all 0.2s;
}

.dropzone-box:hover .fa.fa-cloud-upload {
  color: #fff;
}

.dz-started .dz-default.dz-message {
  display: none;
}

.dz-started:hover .fa.fa-cloud-upload {
  background: #eee !important;
  color: #aaa !important;
}

.dz-preview {
  width: 160px;
  padding: 6px 10px 10px 10px;
  margin: 15px 0 0 15px;
  display: inline-block;
  cursor: default;
  border: 1px solid #ddd;
  border-radius: 3px;
  vertical-align: top;
}

.dz-filename {
  color: #555;
  overflow: hidden;
  padding-bottom: 2px;
}

.dz-size {
  padding-bottom: 8px;
}

.dz-thumbnail {
  width: 138px;
  height: 120px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
}

.dz-thumbnail > img {
  max-width: 100%;
  max-height: 120px;
}

.dz-preview .progress,
.dz-preview .progess-bar {
  height: 8px;
}

.dz-preview .progress {
  margin: 8px 0 0 0;
}

.dz-size {
  font-style: italic;
  color: #aaa;
  font-size: 11px;
}

.dz-size span {
  font-weight: 600;
}

.dz-remove {
  line-height: 30px;
  display: block;
  margin: 8px -11px -11px -11px;
  text-align: center;
  color: #666;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid transparent;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  transition: all 0.1s;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.dz-remove:hover {
  background: #e66454;
  color: #fff;
  border-top-color: transparent;
  text-decoration: none;
}

.dz-thumbnail-wrapper {
  margin: 0 -10px;
  padding: 10px;
  background: #f2f2f2;
  border: 1px solid #ddd;
  border-left: none;
  border-right: none;
  position: relative;
}

.dz-nopreview {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  color: #888;
}

.dz-thumbnail img[src] + .dz-nopreview {
  display: none;
}

.dz-error-mark,
.dz-success-mark,
.dz-error-message {
  display: none;
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  bottom: -1px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1) inset;
  transition: all 0.1s;
}

.dz-error-mark .fa,
.dz-success-mark .fa {
  line-height: 140px;
  font-size: 50px;
  color: #fff;
  font-weight: 400;
}

.dz-error-mark .fa {
  color: #fa6b59;
}

.dz-success-mark .fa {
  color: #9ed441;
}

.dz-error-message {
  color: #fff;
  font-weight: 600;
  padding: 20px 10px 0 10px;
}

.dz-error .dz-error-mark {
  display: block;
}
.dz-error .dz-error-message {
  display: none;
}
.dz-error:hover .dz-error-mark {
  display: none;
}
.dz-error:hover .dz-error-message {
  display: block;
}

.dz-success .dz-success-mark {
  display: block;
}

/* Layout
 ------------------------------------------*/
.note-editor {
  border: 1px solid #d6d6d6;
  background: #fff;
  /* dropzone */
  /* fullscreen mode */
  /* codeview mode */
  /* toolbar */
  /* note handle */
  /* dialog */
  /* editable */
  /* codeable */
  /* dropdown-menu for toolbar and popover */
  /* color palette for toolbar and popover */
}
.note-editor .note-dropzone {
  position: absolute;
  display: none;
  z-index: 1;
  border: 2px dashed lightskyblue;
  color: lightskyblue;
  background-color: white;
  opacity: 0.95;
  pointer-event: none;
}
.note-editor .note-dropzone .note-dropzone-message {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}
.note-editor .note-dropzone.hover {
  border: 2px dashed #098ddf;
  color: #098ddf;
}
.note-editor.dragover .note-dropzone {
  display: table;
}
.note-editor.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1050;
}
.note-editor.fullscreen .note-editable {
  background-color: white;
}
.note-editor.fullscreen .note-resizebar {
  display: none;
}
.note-editor.codeview .note-editable {
  display: none;
}
.note-editor.codeview .note-codable {
  display: block;
}
.note-editor .note-toolbar {
  padding-left: 5px;
  padding-bottom: 5px;
  margin: 0;
  background-color: #f5f5f5;
  border-bottom: 1px solid #d6d6d6;
}
.note-editor .note-toolbar .fa {
  font-size: 14px;
  margin: 0 !important;
}
.note-editor .note-toolbar > .btn-group {
  margin-top: 5px;
  margin-left: 0;
  margin-right: 5px;
}
.note-editor .note-toolbar > .btn-group > .btn {
  padding-top: 5px;
  padding-bottom: 5px;
}
.note-editor .note-toolbar .dropdown-menu {
  white-space: nowrap;
}
.note-editor .note-toolbar .dropdown-menu .btn-group {
  float: none;
}
.note-editor .note-toolbar .dropdown-menu > li > a {
  cursor: pointer;
}
.note-editor .note-toolbar .note-table .dropdown-menu {
  min-width: 0;
  padding: 5px;
}
.note-editor .note-toolbar .note-table .dropdown-menu .note-dimension-picker {
  font-size: 18px;
}
.note-editor .note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-mousecatcher {
  position: absolute !important;
  z-index: 3;
  width: 10em;
  height: 10em;
  cursor: pointer;
}
.note-editor .note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-unhighlighted {
  position: relative !important;
  z-index: 1;
  width: 5em;
  height: 5em;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat;
}
.note-editor .note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-highlighted {
  position: absolute !important;
  z-index: 2;
  width: 1em;
  height: 1em;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat;
}
.note-editor .note-toolbar .note-style h1, .note-editor .note-toolbar .note-style h2, .note-editor .note-toolbar .note-style h3, .note-editor .note-toolbar .note-style h4, .note-editor .note-toolbar .note-style h5, .note-editor .note-toolbar .note-style h6, .note-editor .note-toolbar .note-style blockquote {
  margin: 0;
}
.note-editor .note-toolbar .note-color .dropdown-toggle {
  width: 20px;
  padding-left: 5px;
}
.note-editor .note-toolbar .note-color .dropdown-menu {
  min-width: 290px;
  white-space: nowrap;
}
.note-editor .note-toolbar .note-color .dropdown-menu .btn-group {
  margin: 0;
}
.note-editor .note-toolbar .note-color .dropdown-menu .btn-group:first-child {
  margin: 0 5px;
}
.note-editor .note-toolbar .note-color .dropdown-menu .btn-group .note-palette-title {
  font-size: 12px;
  margin: 2px 7px;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.note-editor .note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset {
  font-size: 12px;
  margin: 5px;
  padding: 0 3px;
  cursor: pointer;
  border-radus: 5px;
}
.note-editor .note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset:hover {
  background: #eee;
}
.note-editor .note-toolbar .note-para .dropdown-menu {
  min-width: 216px;
  padding: 5px;
}
.note-editor .note-toolbar .note-para .dropdown-menu > div:first-child {
  margin-right: 5px;
}
.note-editor .note-statusbar {
  background-color: #f5f5f5;
}
.note-editor .note-statusbar .note-resizebar {
  height: 8px;
  width: 100%;
  border-top: 1px solid #d6d6d6;
  cursor: s-resize;
}
.note-editor .note-statusbar .note-resizebar .note-icon-bar {
  width: 20px;
  margin: 1px auto;
  border-top: 1px solid #d6d6d6;
}
.note-editor .note-popover .popover {
  max-width: none;
}
.note-editor .note-popover .popover .popover-content {
  padding: 5px;
}
.note-editor .note-popover .popover .popover-content a {
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; /* for FF */
  vertical-align: middle; /* for FF */
}
.note-editor .note-popover .popover .popover-content .btn-group + .btn-group {
  margin-left: 5px;
}
.note-editor .note-popover .popover .arrow {
  left: 20px;
}
.note-editor .note-handle {
  /* control selection */
}
.note-editor .note-handle .note-control-selection {
  position: absolute;
  display: none;
  border: 1px solid black;
}
.note-editor .note-handle .note-control-selection > div {
  position: absolute;
}
.note-editor .note-handle .note-control-selection .note-control-selection-bg {
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.note-editor .note-handle .note-control-selection .note-control-holder {
  width: 7px;
  height: 7px;
  border: 1px solid black;
}
.note-editor .note-handle .note-control-selection .note-control-sizing {
  width: 7px;
  height: 7px;
  border: 1px solid black;
  background-color: white;
}
.note-editor .note-handle .note-control-selection .note-control-nw {
  top: -5px;
  left: -5px;
  border-right: none;
  border-bottom: none;
}
.note-editor .note-handle .note-control-selection .note-control-ne {
  top: -5px;
  right: -5px;
  border-bottom: none;
  border-left: none;
}
.note-editor .note-handle .note-control-selection .note-control-sw {
  bottom: -5px;
  left: -5px;
  border-top: none;
  border-right: none;
}
.note-editor .note-handle .note-control-selection .note-control-se {
  right: -5px;
  bottom: -5px;
  cursor: se-resize;
}
.note-editor .note-handle .note-control-selection .note-control-selection-info {
  right: 0;
  bottom: 0;
  padding: 5px;
  margin: 5px;
  color: white;
  background-color: black;
  font-size: 12px;
  border-radus: 5px;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.note-editor .note-dialog > div {
  display: none; /* BS2's hide pacth. */
}
.note-editor .note-dialog .note-image-dialog .note-dropzone {
  min-height: 100px;
  font-size: 30px;
  line-height: 4; /* vertical-align */
  color: lightgray;
  text-align: center;
  border: 4px dashed lightgray;
  margin-bottom: 10px;
}
.note-editor .note-dialog .note-help-dialog {
  font-size: 12px;
  color: #ccc;
  background-color: #222 !important;
  opacity: 0.9;
  filter: alpha(opacity=90);
  /* BS2's background pacth. */
  background: transparent;
  border: none;
}
.note-editor .note-dialog .note-help-dialog .modal-content {
  background: transparent;
  border: 1px solid white;
  box-shadow: none;
  border-radius: 5px;
}
.note-editor .note-dialog .note-help-dialog a {
  font-size: 12px;
  color: white;
}
.note-editor .note-dialog .note-help-dialog .title {
  color: white;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: white 1px solid;
}
.note-editor .note-dialog .note-help-dialog .modal-close {
  font-size: 14px;
  color: #dd0;
  cursor: pointer;
}
.note-editor .note-dialog .note-help-dialog .note-shortcut-layout {
  width: 100%;
}
.note-editor .note-dialog .note-help-dialog .note-shortcut-layout td {
  vertical-align: top;
}
.note-editor .note-dialog .note-help-dialog .note-shortcut {
  margin-top: 8px;
}
.note-editor .note-dialog .note-help-dialog .note-shortcut th {
  text-align: left;
  font-size: 13px;
  color: #dd0;
}
.note-editor .note-dialog .note-help-dialog .note-shortcut td:first-child {
  min-width: 110px;
  font-family: "Courier New";
  color: #dd0;
  text-align: right;
  padding-right: 10px;
}
.note-editor .note-editable {
  padding: 10px;
  overflow: auto;
  outline: none;
}
.note-editor .note-editable[contenteditable=false] {
  background-color: #e5e5e5;
}
.note-editor .note-codable {
  display: none;
  width: 100%;
  padding: 10px;
  border: none;
  box-shadow: none;
  font-family: Menlo, Monaco, monospace, sans-serif;
  font-size: 14px;
  color: #ccc;
  background-color: #222;
  resize: none;
  direction: ltr !important;
  /* override BS2 default style */
  border-radius: 0;
  margin-bottom: 0;
}
.note-editor .CodeMirror {
  direction: ltr !important;
}
.note-editor .dropdown-menu {
  min-width: 90px;
  /* dropdown-menu right position */
  /* http://forrst.com/posts/Bootstrap_right_positioned_dropdown-2KB */
  /* dropdown-menu for selectbox */
}
.note-editor .dropdown-menu.right {
  right: 0;
  left: auto;
}
.note-editor .dropdown-menu.right::before {
  right: 9px;
  left: auto !important;
}
.note-editor .dropdown-menu.right::after {
  right: 10px;
  left: auto !important;
}
.note-editor .dropdown-menu li a i {
  color: deepskyblue;
  visibility: hidden;
}
.note-editor .dropdown-menu li a.checked i {
  visibility: visible;
}
.note-editor .note-fontsize-10 {
  font-size: 10px;
}
.note-editor .note-color-palette {
  line-height: 1;
}
.note-editor .note-color-palette div .note-color-btn {
  width: 17px;
  height: 17px;
  padding: 0;
  margin: 0;
  border: 1px solid #fff;
}
.note-editor .note-color-palette div .note-color-btn:hover {
  border: 1px solid #000;
}

.md-editor {
  display: block;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  transition: all 0.3s;
}
.md-editor > .md-header, .md-editor .md-footer {
  display: block;
  padding: 6px 4px;
  background: #f5f5f5;
}
.md-editor > .md-header {
  margin: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.md-editor > .md-header .btn {
  padding-top: 5px;
  padding-bottom: 5px;
}
.md-editor > .md-header .btn .fa {
  font-size: 14px;
}
.md-editor > .md-preview {
  border-top: 1px dashed #e4e4e4;
  min-height: 10px;
  padding: 6px 12px;
}
.md-editor > textarea {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 13px;
  outline: 0;
  margin: 0;
  display: block;
  padding: 6px 12px;
  width: 100%;
  border: 0;
  border-top: 1px dashed #e4e4e4;
  border-radius: 0;
  background: #fff;
}
.md-editor.active {
  border-color: #66afe9;
}

.jqstooltip {
  width: auto !important;
  height: auto !important;
  color: #fff !important;
  border-radius: 3px;
  background-color: #222 !important;
  font-size: 11px !important;
  padding: 4px 10px !important;
}

.pie-chart {
  display: inline-block !important;
  position: relative !important;
}
.pie-chart:before, .pie-chart:after {
  content: " ";
  display: table;
}
.pie-chart:after {
  clear: both;
}

.pie-chart-label {
  display: block !important;
  width: 100%;
  text-align: center;
  line-height: 40px;
  height: 40px;
  margin-top: -20px;
  position: absolute !important;
  top: 50%;
  font-weight: 300;
  font-size: 17px;
}

.morris-hover {
  position: absolute;
  z-index: 1000;
}
.morris-hover.morris-default-style {
  text-align: center;
  border-radius: 3px;
  background-color: #222;
  font-size: 11px;
  padding: 4px 10px;
}
.morris-hover.morris-default-style .morris-hover-row-label {
  font-weight: bold;
  margin: 4px 0;
  color: #aaa;
}
.morris-hover.morris-default-style .morris-hover-point {
  white-space: nowrap;
  margin: 2px 0;
}

.pa-flot-container {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.pa-flot-container:before, .pa-flot-container:after {
  content: " ";
  display: table;
}
.pa-flot-container:after {
  clear: both;
}

.pa-flot-graph {
  width: auto;
  height: auto;
}

.pa-flot-info {
  width: auto;
  margin-bottom: 20px;
  background: #f4f4f4;
  background: rgba(0, 0, 0, 0.03);
  border-radius: 3px;
}
.pa-flot-info:before, .pa-flot-info:after {
  content: " ";
  display: table;
}
.pa-flot-info:after {
  clear: both;
}
.pa-flot-info span {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  text-decoration: none;
  cursor: default;
  padding-left: 24px;
  font-weight: 400;
  font-size: 12px;
  line-height: 32px;
  color: #646464;
}
.pa-flot-info i {
  position: absolute;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  top: 12px;
  left: 10px;
  border-radius: 9999px;
}

.pa-flot-tooltip {
  position: absolute;
  display: none;
  padding: 5px 10px;
  font-size: 12px;
  background: #222;
  color: #fff;
  border-radius: 3px;
}

.tickLabel {
  font-size: 12px;
  color: #666;
}

.yAxis .tickLabel:first-child,
.yAxis .tickLabel:last-child {
  display: none;
}

.pieLabel > div {
  font-size: 12px !important;
}

.theme-finao {
  /* Adds a shadow when table scrolls */
  /* System maintenance page */
}
.theme-finao {
  background: #fff;
}
.theme-finao .text-fg {
  color: #F0B429;
}
.theme-finao .page-header {
  background: transparent;
  border-color: #eee;
}
.theme-finao form > .panel:not(.form-horizontal),
.theme-finao .panel .panel:not(.form-horizontal) {
  box-shadow: none !important;
}
.theme-finao .table,
.theme-finao .panel,
.theme-finao hr {
  border-color: #dcdcdc;
}
.theme-finao .bordered {
  border-color: #dcdcdc;
}
.theme-finao .bordered[class*=bg-],
.theme-finao [class*=bg-] .border-t {
  border-color: #fff;
  border-color: rgba(0, 0, 0, 0.2);
}
.theme-finao .panel.panel-transparent > .panel-heading {
  border-bottom-color: #dcdcdc !important;
}
.theme-finao .breadcrumb-page {
  background: transparent;
  border-bottom-color: #eee;
}
.theme-finao .tab-content {
  box-shadow: 0 0 8px 0px rgba(55, 61, 66, 0.5);
}
.theme-finao .img-bg {
  background: #373d42;
}
.theme-finao .img-bg .text-center {
  color: #fff;
}
.theme-finao .img-bg .text-center.img-edit > a {
  color: #F0B429;
}
.theme-finao .panel > div.panel-heading.theme-bg-color,
.theme-finao div.panel.theme-bg-color {
  background: #373d42;
}
@media (max-width: 768px) {
  .theme-finao .tab-content {
    box-shadow: 0 0 4px 0px rgba(55, 61, 66, 0.5);
  }
  .theme-finao .panel {
    box-shadow: 0 0 4px 0px #373d42;
  }
}
.theme-finao .panel {
  box-shadow: 0 0 8px 0px #373d42;
}
.theme-finao .panel > .panel-heading {
  background: #555a5e;
}
.theme-finao .panel > .panel-heading .label {
  margin: 0 5px;
}
.theme-finao .panel > .panel-heading .label.lozenge {
  border-radius: 15px;
  padding: 0;
  font-size: 13px;
}
.theme-finao .panel > .panel-heading .label.lozenge .lozenge-inner {
  padding: 0px 10px;
  display: inline-block;
  height: 100%;
}
.theme-finao .panel > .panel-heading .label.lozenge .lozenge-inner.autosave {
  padding-right: 3px;
}
.theme-finao .panel > .panel-heading .label.lozenge .popover {
  color: black;
}
.theme-finao .panel > .panel-heading .label.lozenge .popover .countAgo {
  display: inline;
}
.theme-finao .panel > .panel-heading .label.lozenge .delete-autosave {
  float: right;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  padding-right: 8px;
  padding-left: 3px;
  color: white;
}
.theme-finao .panel > .panel-heading.active-user {
  background: #5ebd5e !important;
}
.theme-finao .panel > .panel-heading.inactive-user {
  background: #f4b04f !important;
}
.theme-finao .panel > .panel-heading.deactivated-user, .theme-finao .panel > .panel-heading.deleted-user {
  background: #e66454 !important;
}
.theme-finao .panel > .panel-heading.datatablepopup-heading {
  background: #73777a;
}
.theme-finao .panel > .panel-heading, .theme-finao .panel > .panel-heading > .panel-title {
  color: #fff;
}
.theme-finao .panel > .panel-heading a.link-color {
  color: #F0B429;
}
.theme-finao .panel > .panel-heading a.link-color:hover {
  color: #fff;
}
.theme-finao footer.footer .footer-inner {
  word-break: normal;
  overflow-wrap: break-word;
  margin: 0 auto;
  padding: 0 20px;
}
.theme-finao footer.footer a {
  color: #F0B429;
}
.theme-finao div.bg-parent {
  background: #ccc;
}
.theme-finao div.bg-child {
  background: #e5e5e5;
}
.theme-finao .text-right:not(.status-column) > .btn.btn-success {
  background: linear-gradient(to bottom, #5e6367, #373d42 40%);
  color: #fff;
}
.theme-finao .text-right:not(.status-column) > .btn.btn-success:hover, .theme-finao .text-right:not(.status-column) > .btn.btn-success:active {
  background: #373d42 !important;
  color: rgba(255, 255, 255, 0.8);
}
.theme-finao .tertiary-button, .theme-finao .link-button {
  color: #000;
  background-color: transparent;
}
.theme-finao .link-button {
  box-shadow: none;
}
.theme-finao .btn-helptip:hover, .theme-finao .btn-helptip:focus {
  border-color: #e0a210;
  color: #fff;
}
.theme-finao .btn-helptip:hover {
  background-color: #F0B429;
}
.theme-finao .btn-helptip:focus {
  background-color: #efaf1b;
}
.theme-finao .btn-burger > button {
  color: #373d42;
}
.theme-finao .btn-burger.open > ul > li > a > i {
  color: #F0B429;
}
.theme-finao .btn-burger > button {
  background-color: #a4a6a8;
}
@media (min-width: 769px) {
  .theme-finao .btn-burger > button:hover {
    background: #a4a6a8 !important;
    color: #373d42;
  }
}
.theme-finao .btn-burger.open > button {
  background: #F0B429 !important;
  border-color: #F0B429 !important;
}
.theme-finao .btn-burger.open > button i {
  color: #fff;
}
.theme-finao .btn-burger.open > ul > li > a > i {
  color: #F0B429;
}
.theme-finao .multiselect-ellipsis-menu.open > .btn-setting {
  background: #F0B429 !important;
  color: #fff !important;
}
.theme-finao .multiselect-ellipsis-menu .multiselect-dropdown-menu {
  border-radius: 4px;
}
.theme-finao .multiselect-ellipsis-menu .multiselect-dropdown-menu:before {
  border-top-color: #c3c4c6;
}
.theme-finao .multiselect-ellipsis-menu .multiselect-dropdown-menu .btn {
  color: #373d42;
}
.theme-finao .multiselect-ellipsis-menu .multiselect-dropdown-menu .btn > i {
  color: #F0B429;
}
.theme-finao .multiselect-ellipsis-menu .multiselect-dropdown-menu .btn[disabled] {
  background: #c3c4c6 !important;
}
.theme-finao .widget-tab ul.dropdown-menu .btn {
  color: #373d42;
}
.theme-finao .widget-tab ul.dropdown-menu .btn > i {
  color: #F0B429;
}
.theme-finao .widget-tab ul.dropdown-menu .btn[disabled] {
  background: #c3c4c6 !important;
}
.theme-finao .widget-tab ul.dropdown-menu .btn:hover, .theme-finao .widget-tab ul.dropdown-menu .btn[disabled]:hover {
  background-color: #555a5e !important;
}
.theme-finao .multiselect-ellipsis-menu .multiselect-dropdown-menu .btn:hover {
  background: #686868 !important;
  color: #fff;
}
.theme-finao.page-signup .form-actions .signup-btn,
.theme-finao .btn.btn-submit,
.theme-finao .btn.btn-save-draft {
  background: #fff;
  color: #333333;
  border-color: #333333;
}
.theme-finao.page-signup .form-actions .signup-btn:hover, .open .theme-finao.page-signup .form-actions .signup-btn.dropdown-toggle,
.theme-finao .btn.btn-submit:hover,
.open .theme-finao .btn.btn-submit.dropdown-toggle,
.theme-finao .btn.btn-save-draft:hover,
.open .theme-finao .btn.btn-save-draft.dropdown-toggle {
  background: #F0B429;
  border-color: #F0B429;
  color: #fff;
}
.theme-finao.page-signup .form-actions .signup-btn:active, .theme-finao.page-signup .form-actions .signup-btn.active,
.theme-finao .btn.btn-submit:active,
.theme-finao .btn.btn-submit.active,
.theme-finao .btn.btn-save-draft:active,
.theme-finao .btn.btn-save-draft.active {
  background: #898d90;
  border-color: #898d90;
  color: #fff;
}
.theme-finao .im-messages-wrapper .input-group-addon:first-child .btn {
  color: #F0B429;
}
.theme-finao .btn-popup-action.btn-sm, .theme-finao .btn-group-sm > .btn-popup-action.btn {
  color: #373d42;
  background: #c3c4c6;
  border-color: #c3c4c6;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 20px);
}
.theme-finao .btn-popup-action.btn-sm:hover, .theme-finao .btn-group-sm > .btn-popup-action.btn:hover, .theme-finao .btn-popup-action.btn-sm:active, .theme-finao .btn-group-sm > .btn-popup-action.btn:active {
  background: #c3c4c6 !important;
}
.theme-finao td .btn-setting {
  color: #373d42 !important;
  background: #c3c4c6;
}
.theme-finao td .btn-setting:hover {
  background: #c3c4c6 !important;
}
.theme-finao td .btn-setting:hover {
  color: #fff;
}
.theme-finao .primary-button {
  color: #fff;
  border: 1px solid transparent;
  background: #F0B429;
}
.theme-finao .primary-button:hover {
  background: #F0CA71;
}
.theme-finao .primary-button:active {
  background: #D6A127;
}
.theme-finao .secondary-button {
  color: #373d42;
  border: 1px solid #373d42;
  background-color: #fff;
}
.theme-finao .secondary-button:hover {
  background: #F7F7F7;
}
.theme-finao .secondary-button:active {
  background: #F0F0F0;
}
.theme-finao .link-button {
  color: #F0B429;
}
.theme-finao .link-button:hover {
  text-decoration: underline;
}
.theme-finao .tooltip-button:hover {
  color: #fff;
  background-color: #F0B429;
}
.theme-finao .breadcrumb-text > span:last-child {
  color: #F0B429;
}
.theme-finao #main-navbar .ticket-button {
  color: #000;
  background-color: #fff;
}
.theme-finao #main-navbar .navbar-header a {
  color: #fff;
  background: #373d42;
}
.theme-finao #main-navbar .navbar-inner {
  background: #373d42;
}
.theme-finao #main-navbar .navbar-form > #navbar-search-icon-cover {
  background: #373d42;
}
.theme-finao #main-navbar .navbar-form > #navbar-search-icon {
  background: #F0B429;
}
.theme-finao #main-navbar .navbar-header,
.theme-finao #main-navbar .navbar-collapse {
  background: #373d42;
  box-shadow: none;
}
.theme-finao #main-navbar .navbar-collapse {
  border-top: 1px solid #4a5258;
  background: #373d42;
}
.theme-finao #main-navbar ul.navbar-nav > .dropdown > a,
.theme-finao #main-navbar ul.navbar-nav.nav > li > a {
  color: #fff;
}
.theme-finao #main-navbar .navbar-toggle {
  color: #fff;
}
.theme-finao #main-navbar #main-menu-toggle {
  background: #373d42;
  color: #fff;
}
.theme-finao #main-navbar #main-menu-toggle .fa:before {
  color: #fff;
}
.theme-finao #main-navbar .dropdown.open > a {
  background: #30353a;
}
.theme-finao #main-navbar form.navbar-form .form-control {
  background: #fff;
  border-color: #373d42;
}
.theme-finao #main-navbar .ticket-button {
  color: #373d42;
}
.theme-finao #main-navbar .mobile-search-field {
  background: #F0B429;
  box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.2);
}
.theme-finao #main-navbar .mobile-search-field > form > #mobile-search-icon {
  background: #373d42;
  color: #fff;
}
.theme-finao #main-navbar ul.navbar-nav.nav > .dropdown > .dropdown-menu > li > a > i {
  color: #F0B429;
}
.theme-finao #main-navbar .ticket-button:hover {
  background-color: #F0B429;
}
.theme-finao #main-navbar .navbar-notification:hover,
.theme-finao #main-navbar .user-menu:hover {
  color: #F0B429 !important;
}
.theme-finao #main-navbar .navbar-form > #navbar-search-icon {
  color: #373d42;
  background-color: #fff;
}
.theme-finao #main-navbar .navbar-form > #navbar-search-icon:hover {
  background-color: #F0B429;
}
@media (max-width: 768px) {
  .theme-finao.search-box-opened #main-navbar li.search-bar #navbar-search-icon-cover {
    background: #1b1e21;
  }
  .theme-finao.search-box-opened #main-navbar li.search-bar #navbar-search-icon {
    color: #a4a6a8;
    background: #373d42;
  }
  .theme-finao #main-navbar ul.navbar-nav li.dropdown.open .user-menu {
    background: #1b1e21;
  }
  .theme-finao #main-navbar ul.navbar-nav li.dropdown.open .user-menu:after {
    position: absolute;
    top: 60px;
    left: calc(50% - 10px);
    display: inline-block;
    border-right: 10px solid transparent;
    border-top: 6px solid #1b1e21;
    border-left: 10px solid transparent;
    content: "";
  }
  .theme-finao #main-navbar #mobile-user-menu > .dropdown-menu > li .dropdown-icon {
    color: #F0B429;
  }
  .theme-finao #main-navbar #mobile-user-menu > .dropdown-menu > li > a {
    color: #373d42;
  }
  .theme-finao #main-navbar #mobile-user-menu > .dropdown-menu > li > a:hover, .theme-finao #main-navbar #mobile-user-menu > .dropdown-menu > li > a:active {
    background: #1b1e21;
    color: #F0B429;
  }
}
@media (min-width: 769px) {
  .theme-finao #main-navbar li + li,
  .theme-finao #main-navbar .nav + .nav,
  .theme-finao #main-navbar .nav + .right {
    border-top: none;
  }
  .theme-finao #main-navbar .navbar-collapse {
    border-top: none;
  }
  .theme-finao #main-navbar .nav > li > a:hover {
    background: #1b1e21;
    color: #F0B429;
  }
  .theme-finao #main-navbar .dropdown.open > a {
    border-top: none;
    border-bottom: none;
    margin-top: 0;
    background: linear-gradient(to right, #0b0b0b, #1b1e21 10px, #1b1e21 calc(100% - 10px), #0b0b0b);
    color: #F0B429;
  }
  .theme-finao #main-navbar .dropdown-menu {
    border-radius: 3px;
    margin-top: 8px;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
  }
  .theme-finao #main-navbar .dropdown-menu:after {
    position: absolute;
    top: -10px;
    left: calc(50% - 10px);
    display: inline-block;
    border-right: 10px solid transparent;
    border-top: 10px solid #1b1e21;
    border-left: 10px solid transparent;
    content: "";
  }
}
@media (min-width: 769px) {
  .theme-finao #main-navbar .dropdown-menu {
    border: 0;
  }
}
.theme-finao #main-menu-bg {
  background: #73777a;
}
@media (max-width: 768px) {
  .theme-finao .main-menu-expander {
    background: #373d42 !important;
  }
  .theme-finao .main-menu-expander:before {
    color: #fff !important;
  }
}
.theme-finao .main-menu-expander {
  background: #555a5e;
}
.theme-finao .main-menu-expander:hover {
  background: #373d42;
}
.theme-finao #main-menu .mmc-dropdown-open-ul li.active > a {
  background: #fff;
}
.theme-finao #main-menu .mm-dropdown.active > a {
  background: none !important;
}
.theme-finao #main-menu .mmc-title {
  color: #b3b3b3;
}
.theme-finao #main-menu .mmc-dropdown-open-ul {
  border: 1px solid #eee;
  margin-top: -1px;
}
@media (min-width: 769px) {
  .theme-finao.mmc #main-menu .navigation > .mm-dropdown.open > a {
    color: #fff;
  }
}
.theme-finao .mmc-dropdown-open-ul {
  background: #b2b3b5;
}
.theme-finao .mmc-dropdown-open-ul a > span.mm-text {
  color: #000;
}
.theme-finao .mmc-dropdown-open-ul a:hover {
  background: #fff !important;
}
.theme-finao .main-menu-expander:before {
  color: #F0B429;
}
.theme-finao .expander-divider {
  background: linear-gradient(to right, rgba(77, 80, 83, 0.05), #4d5053 3%, rgba(122, 126, 129, 0) 100%);
}
.theme-finao #main-menu .navigation li a,
.theme-finao #main-menu .mmc-dropdown-open-ul li a {
  color: #fff;
  font-size: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 0.2s;
}
@media (min-width: 769px) {
  .theme-finao #main-menu .navigation li a:hover,
  .theme-finao #main-menu .mmc-dropdown-open-ul li a:hover {
    background: #40464a;
  }
}
.theme-finao #main-menu .navigation li.active > a,
.theme-finao #main-menu .mmc-dropdown-open-ul li.active > a {
  background: #40464a;
}
.theme-finao #main-menu .mmc-dropdown-open {
  background: #40464a !important;
}
.theme-finao #main-menu .mm-dropdown > a:before {
  color: #F0B429;
}
.theme-finao #main-menu .menu-content .mmc-title {
  background: #73777a;
  border-bottom: 1px solid #676a6d;
}
.theme-finao #main-menu .menu-content .btn-outline {
  border-color: #676a6d;
  color: #fff;
}
.theme-finao #main-menu .menu-content .btn-outline:hover, .theme-finao #main-menu .menu-content .btn-outline:active {
  border-color: transparent;
  color: #fff;
}
@media (max-width: 768px) {
  .theme-finao #main-menu .navigation > .mm-dropdown.open, .theme-finao #main-menu .navigation > .mm-dropdown.active {
    background: #3d4348;
  }
  .theme-finao #main-menu .navigation > .mm-dropdown ul li > a {
    background: #929699;
    color: #373d42;
    border-color: #ebebeb;
  }
  .theme-finao #main-menu .navigation > .mm-dropdown ul li.active > a {
    background: #fff;
  }
}
@media (max-width: 768px) {
  .theme-finao #main-menu .navigation > li > a {
    border-bottom: 1px solid #73777b;
  }
  .theme-finao #main-menu-bg {
    background: #5f6468;
  }
}
@media (min-width: 769px) {
  .theme-finao #main-menu .mm-dropdown.active {
    background: #40464a;
  }
  .theme-finao #main-menu .mm-dropdown.active > a .menu-icon, .theme-finao #main-menu .mm-dropdown.active > a .mm-text {
    color: #fff;
  }
  .theme-finao #main-menu .mm-dropdown.open > ul a {
    color: #373d42 !important;
    background: #a4a6a8;
  }
  .theme-finao #main-menu .mm-dropdown.open > ul a > span:before {
    color: #373d42;
  }
  .theme-finao #main-menu .mm-dropdown.open > ul a:hover {
    background: #fff;
  }
  .theme-finao #main-menu .mm-dropdown.open > ul .active > a {
    background: #fff !important;
  }
  .theme-finao #main-menu .mm-dropdown.open > a {
    background: #40464a !important;
  }
}
.theme-finao #main-menu-bg, .theme-finao.right-to-left.main-menu-right #main-menu-bg {
  border-left: none;
  border-right: 1px solid #676a6d;
}
.theme-finao #main-menu .mmc-dropdown-open > ul, .theme-finao.right-to-left.main-menu-right #main-menu .mmc-dropdown-open > ul {
  margin-left: -1px;
  margin-right: 0;
}
.theme-finao.right-to-left #main-menu-bg, .theme-finao.main-menu-right #main-menu-bg {
  border-left: 1px solid #676a6d;
  border-right: none;
}
.theme-finao.right-to-left #main-menu .mmc-dropdown-open > ul, .theme-finao.main-menu-right #main-menu .mmc-dropdown-open > ul {
  margin-left: 0;
  margin-right: -1px;
}
.theme-finao .dd-list .dd-item .dd-content:hover {
  color: #f0b429;
}
.theme-finao.page-signin .signin-info, .theme-finao.page-signup .signup-header {
  background: rgba(55, 61, 66, 0.8);
}
.theme-finao .timeline:before,
.theme-finao .timeline:after,
.theme-finao .tl-header,
.theme-finao .tl-icon {
  background: #e6e6e6;
}
.theme-finao .tl-header,
.theme-finao .tl-icon {
  box-shadow: 0 0 0 4px #fff;
}
.theme-finao .tl-entry:before {
  background: #686868;
  box-shadow: 0 0 0 3px #fff;
}
.theme-finao .tl-body:before {
  border-color: transparent #dcdcdc transparent transparent;
}
@media (min-width: 769px) {
  .theme-finao .timeline.centered .tl-entry.left .tl-body:before {
    border-color: transparent transparent transparent #dcdcdc;
  }
  .theme-finao.right-to-left .timeline.centered .tl-entry.left .tl-body:before {
    border-color: transparent #dcdcdc transparent transparent;
  }
}
.theme-finao.right-to-left .tl-body:before {
  border-color: transparent transparent transparent #dcdcdc;
}
.theme-finao.page-mail .mail-nav,
.theme-finao.page-mail .mail-nav:before {
  background: #fff;
}
.theme-finao.page-mail .mail-nav .sections li.active .label,
.theme-finao.page-mail .mail-nav .sections li.active .badge {
  background: #686868;
}
.theme-finao.page-mail .mail-nav,
.theme-finao.page-mail .mail-nav .compose-btn,
.theme-finao.page-mail .mail-nav .sections li.active,
.theme-finao.page-mail .mail-nav:before {
  border-color: darkgray;
}
.theme-finao.page-mail .mail-nav .navigation.open .sections li.active {
  background: whitesmoke;
}
.theme-finao.page-mail .mail-nav li.divider {
  background: #dcdcdc;
}
.theme-finao.page-mail .mail-nav .sections li.active a {
  color: #4d4d4d;
}
.theme-finao.page-mail .mail-nav .sections li.active:after {
  color: #b3b3b3;
}
.theme-finao.page-mail .mail-nav .sections a {
  color: #737373;
}
.theme-finao.page-mail .mail-nav-header {
  color: #fff;
  background: #444;
}
.theme-finao.page-mail .mail-nav .add-more a {
  color: #b3b3b3;
}
@media (min-width: 992px) {
  .theme-finao.page-mail .mail-nav .navigation .sections li.active {
    background: #e6e6e6;
  }
  .theme-finao.page-mail .mail-nav .sections a:hover {
    color: #4d4d4d;
  }
}
.theme-finao .page-search .bookmark-widget {
  position: relative;
  top: -2px;
  left: 10px;
}
.theme-finao .filters .filters-header {
  display: flex;
  gap: 10px;
}
.theme-finao .filters .filters-header .toggle i {
  margin-top: 3px;
  cursor: pointer;
  transition: all 300ms ease-in-out;
}
.theme-finao .filters .filters-header .toggle i.rotated {
  transform: rotate(90deg);
}
.theme-finao .filters #sort.switcher-wrapper {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .theme-finao .filters #sort.switcher-wrapper input[type=radio].switch-button + label {
    width: auto;
    display: inline-block;
    line-height: 26px;
  }
}
.theme-finao .result {
  background: #f5f5f5;
  padding-bottom: 5px;
}
.theme-finao .result .result-summary {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  overflow: hidden;
  height: 45px;
}
.theme-finao .result .result-summary .toggle i {
  margin: 11px 0 0 5px;
  cursor: pointer;
  transition: all 300ms ease-in-out;
}
.theme-finao .result .result-summary .toggle i.rotated {
  transform: rotate(90deg);
}
.theme-finao .result .result-summary .identifier small {
  display: block;
  width: 150px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.theme-finao .result .result-summary h4 {
  min-width: 150px;
  margin: 3px 0 0 0;
  font-size: 16px;
}
.theme-finao .result .result-summary h4 a {
  color: #F0B429;
}
.theme-finao .result .result-summary h4 em {
  background: #F0B429;
  border: 2px solid #F0B429;
  border-left-width: 4px;
  border-right-width: 4px;
  font-style: normal;
  color: #333;
}
.theme-finao .result .result-summary .property {
  flex-shrink: 0;
  width: 150px;
}
.theme-finao .result .result-summary .property .key, .theme-finao .result .result-summary .property .value {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.theme-finao .result .result-summary .property .value {
  height: 25px;
  padding-top: 5px;
  position: relative;
  top: -3px;
}
.theme-finao .result .detailed-properties {
  padding: 0 10px 10px 10px;
  word-wrap: break-word;
}
.theme-finao .result .detailed-properties .detailed-property {
  margin: 5px;
}
.theme-finao .result .property em, .theme-finao .result .detailed-property em {
  background: #F0B429;
  border: 2px solid #F0B429;
  font-style: normal;
}
.theme-finao .result.loading-animation {
  width: 100%;
  height: 45px;
  z-index: 0;
  position: relative;
  overflow: hidden;
}
.theme-finao .result.loading-animation:after {
  content: "";
  top: 0;
  transform: translateX(100%);
  width: 100%;
  height: 45px;
  position: absolute;
  z-index: 1;
  animation: slide 1.5s infinite 0.5s;
  background: linear-gradient(to right, #e6e6e6 0%, #fafafa 50%, #e6e6e6 100%);
}
@keyframes slide {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.theme-finao .result.result-error {
  height: 45px;
}
.theme-finao .result.result-error p {
  text-align: center;
  padding: 15px;
  margin: 0;
}
.theme-finao .finao-map .popup-bubble-content a {
  color: #F0B429;
}
.theme-finao .popover-content a {
  color: #F0B429;
}
.theme-finao .staticmap.workflow-wrapper .panel.workflow .panel-body.staticmap-search {
  background-color: #d9d9d9;
}
.theme-finao tr.sequence-data td,
.theme-finao tr.action-data td {
  background: #fff;
}
.theme-finao tr.event-table-header th,
.theme-finao tr.finding-table-header th {
  background: #8f918f;
  color: #fff;
}
.theme-finao .form-control {
  box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.3);
}
.theme-finao .form-control.timepicker, .theme-finao .form-control.datepicker-el, .theme-finao .form-control.datepicker-v3, .theme-finao .form-control.timepicker-v3 {
  border-right: 0;
  border-radius: 4px;
  background: #ffffff;
}
.theme-finao .form-control.timepicker[disabled], .theme-finao .form-control.datepicker-el[disabled], .theme-finao .form-control.datepicker-v3[disabled], .theme-finao .form-control.timepicker-v3[disabled] {
  border-right: 0;
  border-radius: 4px;
  background: #eeeeee;
}
.theme-finao .selectize-input {
  box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.3);
  height: 100%;
  padding-right: 34px !important;
  overflow-y: hidden;
}
.theme-finao .selectize-input + .selectize-caret-bg:before {
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 0;
  position: absolute;
  top: calc(50% - 5px / 2);
  left: calc(50% - 5px);
}
.theme-finao .selectize-input + .selectize-caret-bg-loading:before {
  border: none;
}
.theme-finao .selectize-input.dropdown-active + .selectize-caret-bg, .theme-finao .selectize-input:hover + .selectize-caret-bg {
  background: #373d42;
}
.theme-finao .selectize-input.dropdown-active + .selectize-caret-bg:before, .theme-finao .selectize-input:hover + .selectize-caret-bg:before {
  border-top: 0;
}
.theme-finao .selectize-input.dropdown-active + .selectize-caret-bg-loading, .theme-finao .selectize-input:hover + .selectize-caret-bg-loading {
  background: none;
}
.theme-finao .selectize-input:hover + .selectize-caret-bg-loading {
  background: none;
}
.theme-finao .selectize-input:hover + .selectize-caret-bg-loading:before {
  border: none;
}
.theme-finao .selectize-control.form-control .selectize-dropdown-content {
  color: #fff;
}
.theme-finao .selectize-control.form-control .selectize-dropdown-content .option.active,
.theme-finao .selectize-control.form-control .selectize-dropdown-content > div.active {
  color: #fff;
}
.theme-finao ul.nav-tabs > li > a {
  background: #ebebec;
  border-bottom: 2px solid #ebebec;
  color: #73777a;
}
.theme-finao ul.nav-tabs > li:hover > a {
  background: #a4a6a8;
  border-bottom: 2px solid #a4a6a8;
  color: #fff;
}
.theme-finao ul.nav-tabs > li.active > a {
  background: #555a5e;
  border-bottom: 2px solid #555a5e;
  color: #fff;
}
.theme-finao .timepicker:focus + .input-group-addon,
.theme-finao .datepicker-el:focus + .input-group-addon,
.theme-finao .timepicker-v3:focus + .input-group-addon,
.theme-finao .datepicker-v3:focus + .input-group-addon,
.theme-finao .timepicker:hover + .input-group-addon,
.theme-finao .datepicker-el:hover + .input-group-addon,
.theme-finao .timepicker-v3:hover + .input-group-addon,
.theme-finao .datepicker-v3:hover + .input-group-addon,
.theme-finao .location-field:hover .input-group-addon,
.theme-finao .input-group-addon:hover {
  background: #373d42;
}
.theme-finao .historyChart-wrapper {
  padding: 30px 15px 50px;
  background: #fff;
  height: 350px;
  width: auto;
  overflow: auto;
}
.theme-finao #historyChart {
  background: #ebebec;
  padding: 10px;
}
.theme-finao .widget-tab.visible-sm,
.theme-finao .widget-tab.visible-xs {
  height: 40px;
}
.theme-finao .widget-tab.visible-sm .left-tab,
.theme-finao .widget-tab.visible-xs .left-tab {
  display: inline-block;
  width: calc(100% - 40px);
  height: 100%;
}
.theme-finao .widget-tab.visible-sm .left-tab button,
.theme-finao .widget-tab.visible-xs .left-tab button {
  width: 100%;
  color: #fff;
  font-size: 14px;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: transparent;
}
.theme-finao .widget-tab.visible-sm .left-tab button:after,
.theme-finao .widget-tab.visible-xs .left-tab button:after {
  content: "\f0d7";
  position: absolute;
  right: 12px;
  font-family: FontAwesome;
  font-size: 16px;
  top: 13px;
}
.theme-finao .widget-tab.visible-sm .left-tab button:hover,
.theme-finao .widget-tab.visible-xs .left-tab button:hover {
  background-image: none !important;
  color: #fff;
  border: none;
}
.theme-finao .widget-tab.visible-sm .left-tab ul.dropdown-menu,
.theme-finao .widget-tab.visible-xs .left-tab ul.dropdown-menu {
  width: 100%;
}
.theme-finao .widget-tab.visible-sm .left-tab ul.dropdown-menu li a,
.theme-finao .widget-tab.visible-xs .left-tab ul.dropdown-menu li a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.theme-finao .widget-tab.visible-sm .left-tab.open button,
.theme-finao .widget-tab.visible-xs .left-tab.open button {
  background: #686868 !important;
  color: #fff;
  border: transparent;
}
.theme-finao .widget-tab.visible-sm .left-tab.open button :after,
.theme-finao .widget-tab.visible-xs .left-tab.open button :after {
  content: "\f0d8";
}
.theme-finao .widget-tab.visible-sm .pull-right,
.theme-finao .widget-tab.visible-xs .pull-right {
  width: 40px;
  height: 40px;
  padding: 0 0 5px 5px;
}
.theme-finao .widget-tab.visible-sm .pull-right > button,
.theme-finao .widget-tab.visible-xs .pull-right > button {
  width: 100%;
  height: 100%;
  border: 0;
  box-shadow: 0px 0px 1px 1px rgba(128, 128, 128, 0.4);
}
.theme-finao .widget-tab.visible-sm .pull-right .dropdown-menu a, .theme-finao .widget-tab.visible-sm .pull-right .dropdown-menu button,
.theme-finao .widget-tab.visible-xs .pull-right .dropdown-menu a,
.theme-finao .widget-tab.visible-xs .pull-right .dropdown-menu button {
  color: #373d42;
  width: 100%;
  border-width: 0;
  border-radius: 0;
  line-height: inherit;
}
.theme-finao .widget-tab.visible-sm .pull-right .dropdown-menu a span, .theme-finao .widget-tab.visible-sm .pull-right .dropdown-menu button span,
.theme-finao .widget-tab.visible-xs .pull-right .dropdown-menu a span,
.theme-finao .widget-tab.visible-xs .pull-right .dropdown-menu button span {
  padding-right: 18px;
  color: #F0B429;
}
.theme-finao .widget-tab.visible-sm .pull-right .dropdown-menu a:hover, .theme-finao .widget-tab.visible-sm .pull-right .dropdown-menu button:hover,
.theme-finao .widget-tab.visible-xs .pull-right .dropdown-menu a:hover,
.theme-finao .widget-tab.visible-xs .pull-right .dropdown-menu button:hover {
  color: #fff;
}
.theme-finao .widget-tab.visible-sm .pull-right.open > button span,
.theme-finao .widget-tab.visible-xs .pull-right.open > button span {
  color: #fff;
}
.theme-finao .search-pannel .breadcrumb-text a span,
.theme-finao .user-info-popup:before {
  color: #F0B429;
}
.theme-finao .user-info-popup.user-info-popup-deactivated:before {
  color: #6a757f;
}
.theme-finao .user-info-popup {
  color: inherit !important;
  font-size: 15px;
  cursor: pointer;
}
.theme-finao #content-wrapper .user-info-popup .user-info-panel {
  min-width: 400px;
  z-index: 100000;
}
.theme-finao #content-wrapper .user-info-popup .popup-tip-anchor {
  min-width: 400px;
}
.theme-finao #content-wrapper .user-info-popup .popup-tip-anchor .popup-bubble-anchor {
  bottom: 36px;
  left: 7px;
  transform: none;
  top: -25px;
  cursor: auto;
}
.theme-finao #content-wrapper .user-info-popup .popup-tip-anchor .popup-bubble-anchor .user-info-popup-content {
  position: absolute;
  border: 1px solid #aaa;
  border-radius: 3px;
  font-family: sans-serif;
  min-width: 280px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  z-index: 100007;
  background-color: #fff;
  transform: translate(-50%, -100%);
}
.theme-finao #content-wrapper .user-info-popup .popup-tip-anchor .popup-bubble-anchor .user-info-popup-content table {
  table-layout: fixed;
}
.theme-finao #content-wrapper .user-info-popup .popup-tip-anchor .popup-bubble-anchor .user-info-popup-content .popup-close {
  z-index: 100008;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.theme-finao #content-wrapper .user-info-popup .popup-tip-anchor .popup-bubble-anchor .user-info-popup-content .popup-close i {
  cursor: pointer;
  color: #373d42;
}
.theme-finao #content-wrapper .user-info-popup .popup-tip-anchor .popup-bubble-anchor .user-info-popup-content .popup-arrow {
  border-width: 7px 8px 0 8px;
  border-color: #aaa transparent transparent transparent;
  border-style: solid;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -7px;
  left: calc(50% - 8px);
}
.theme-finao #content-wrapper .user-info-popup .popup-tip-anchor .popup-bubble-anchor .user-info-popup-content .media .media-header {
  text-align: center;
  padding: 15px;
}
.theme-finao #content-wrapper .user-info-popup .popup-tip-anchor .popup-bubble-anchor .user-info-popup-content .media .media-body {
  padding: 0 15px 15px 15px;
}
.theme-finao #content-wrapper .user-info-popup .popup-tip-anchor .popup-bubble-anchor .user-info-popup-content h6 {
  margin: 0;
  font-weight: bold;
}
.theme-finao #content-wrapper .user-info-popup .popup-tip-anchor .popup-bubble-anchor table {
  width: 100%;
}
.theme-finao #content-wrapper .user-info-popup .popup-tip-anchor .popup-bubble-anchor table thead {
  background-color: #d9d9d9;
}
.theme-finao #content-wrapper .user-info-popup .popup-tip-anchor .popup-bubble-anchor table thead th {
  font-size: 16px;
  vertical-align: baseline;
  text-align: left;
}
.theme-finao #content-wrapper .user-info-popup .popup-tip-anchor .popup-bubble-anchor table thead td {
  font-size: 10px;
  vertical-align: baseline;
  text-align: left;
}
.theme-finao #content-wrapper .user-info-popup .popup-tip-anchor .popup-bubble-anchor table td {
  width: 50%;
  height: auto;
  line-height: 12px;
  word-wrap: break-word;
  vertical-align: top;
  padding: 8px 10px;
}
.theme-finao #search-form .closeSearch:hover {
  color: #fff;
}
.theme-finao small.autosave span.glyphicon {
  display: none;
}
.theme-finao table.cms-wysiwyg-table td, .theme-finao table.cms-wysiwyg-table th {
  padding: 5px;
}
.theme-finao tr.sequence-toggle td,
.theme-finao tr.action-toggle td {
  border-bottom: 3px solid #fff !important;
}
.theme-finao tr.sequence-toggle td > div,
.theme-finao tr.action-toggle td > div {
  background: #f8f8f8;
}
.theme-finao tr.sequence-toggle td > div > span,
.theme-finao tr.action-toggle td > div > span {
  color: #F0B429;
}
.theme-finao tr.sequence-toggle td > div > span:hover,
.theme-finao tr.action-toggle td > div > span:hover {
  color: #40464a;
}
.theme-finao .fancybox-type-iframe > .fancybox-skin,
.theme-finao .fancybox-type-iframe .fancybox-inner {
  background: #555a5e;
}
.theme-finao .fancybox-title.fancybox-title-inside-wrap {
  background: #555a5e;
}
.theme-finao .fancybox-close {
  background: #555a5e;
}
.theme-finao .fancybox-close:after {
  color: #F0B429;
}
.theme-finao .fancybox-close:hover:after {
  color: #fff;
}
.theme-finao .selectize-caret-bg {
  background: #73777a;
}
.theme-finao .selectize-caret-bg-loading {
  background: none;
}
.theme-finao .selectize-input + .selectize-caret-bg:before {
  border-top: 5px solid #F0B429;
}
.theme-finao .selectize-input + .selectize-caret-bg-loading:before {
  border: none;
}
.theme-finao .selectize-input.dropdown-active + .selectize-caret-bg:before, .theme-finao .selectize-input:hover + .selectize-caret-bg:before {
  border-bottom: 5px solid #F0B429;
}
.theme-finao .selectize-input:hover + .selectize-caret-bg-loading:before {
  border: none;
}
.theme-finao .selectize-control.form-control .selectize-dropdown-content {
  background: #73777a;
  border-color: #73777a;
  color: #fff;
}
.theme-finao .selectize-control.form-control .selectize-dropdown-content .option.active,
.theme-finao .selectize-control.form-control .selectize-dropdown-content > div.active {
  color: #fff;
  background: #a4a6a8;
}
.theme-finao .table {
  background: #f5f5f5;
}
.theme-finao .table a:not(.btn):not(.bnt):not(.btn-sm):not(.remove) {
  color: #F0B429;
}
.theme-finao a.link {
  color: #F0B429;
}
.theme-finao .datatable-wrapper.table-responsive {
  background-image: linear-gradient(to right, #f5f5f5, #f5f5f5), linear-gradient(to right, #f5f5f5, #f5f5f5), linear-gradient(to right, rgba(0, 0, 0, 0.15), rgba(255, 255, 255, 0)), linear-gradient(to left, rgba(0, 0, 0, 0.15), rgba(255, 255, 255, 0));
  /* Shadows */
  /* Shadow covers */
  background-position: left center, right center, left center, right center;
  background-repeat: no-repeat;
  background-color: #f5f5f5;
  background-size: 20px 100%, 20px 100%, 8px 100%, 8px 100%;
  background-attachment: local, local, scroll, scroll;
  overflow-x: scroll;
}
.theme-finao .datatable-wrapper.table-responsive .table {
  background: none;
}
.theme-finao .datatable-wrapper.table-responsive .table tbody tr td {
  border-top: none;
}
.theme-finao #stages .panel-collapse .livewire-table .section-wrapper {
  padding: 0 !important;
}
.theme-finao .view-datatable .view-datatable-body:not(.table-responsive) {
  min-width: 500px;
}
.theme-finao .footer-index {
  color: #373d42;
}
.theme-finao .panel-group-dark .accordion-toggle {
  color: #fff;
}
.theme-finao .panel-group-dark .accordion-toggle:after {
  color: #fff;
}
.theme-finao .panel-group-dark .accordion-toggle.collapsed {
  background: #d9d9d9;
  color: #373d42;
}
.theme-finao .panel-group-dark .accordion-toggle.collapsed:after {
  color: #373d42;
}
@media (min-width: 769px) {
  .theme-finao .panel-group-dark .accordion-toggle.collapsed:not(.disabled):hover {
    background: #73777a;
    color: #fff;
  }
  .theme-finao .panel-group-dark .accordion-toggle.collapsed:not(.disabled):hover:after {
    color: #fff;
  }
}
.theme-finao .sub-accordion-heading > .accordion-toggle {
  background: #565656;
}
.theme-finao .table > thead {
  background: #555a5e;
  color: #fff;
}
.theme-finao .table tr.bottom-border > td {
  border-bottom: 1px solid #fff !important;
}
.theme-finao table.datatablepopup td {
  background: #f5f5f5;
}
.theme-finao table.datatablepopup > thead > tr > td {
  background: #d9d9db;
  color: #373d42;
}
.theme-finao table.datatablepopup > thead > tr > td.status-column a.popupplus2, .theme-finao table.datatablepopup > thead > tr > td.status-column a.popupedit {
  color: #373d42;
}
.theme-finao .datatablepopup2 .panel .panel-heading.datatablepopup-heading .popupplus2 i, .theme-finao .datatablepopup2 .panel .panel-heading.datatablepopup-heading .popupedit i {
  color: #373d42;
  font-size: 15px;
}
.theme-finao .datatablepopup2 .panel .panel-heading.datatablepopup-heading .panel-title + .popupplus2 i, .theme-finao .datatablepopup2 .panel .panel-heading.datatablepopup-heading .panel-title + .popupedit i {
  color: #F0B429;
}
.theme-finao .panel > .panel-heading.datatablepopup-heading {
  background: #73777a;
}
.theme-finao .view-datatable .view-datatable-heading {
  background-color: #73777a;
  color: #fff;
}
.theme-finao .view-datatable .view-datatable-body table.table > th, .theme-finao .view-datatable .view-datatable-body table.table > td {
  background: #d9d9db;
  color: #373d42;
}
.theme-finao .panel .panel-body .view-datatable .view-datatable-body table.table thead {
  background: #d9d9db;
}
.theme-finao .panel .panel-body .view-datatable .view-datatable-body table.table td.datatable-button-column button.btn {
  color: #000;
  border-color: #000;
  background: #fff;
  margin-left: 3px;
}
.theme-finao .panel .panel-body .view-datatable .view-datatable-body table.table td.datatable-button-column button.btn:hover {
  background-image: none !important;
}
.theme-finao .panel-body .panel-group .datatablepopup2 .panel .panel-heading.datatablepopup-heading .popupplus2:hover i, .theme-finao .panel-body .panel-group .datatablepopup2 .panel .panel-heading.datatablepopup-heading .popupedit:hover i {
  color: #F0B429;
}
.theme-finao .list-sectioned > li {
  background-color: #555a5e;
  color: #fff;
}
.theme-finao .list-sectioned > li ul {
  background: #f5f5f5;
}
.theme-finao .panel-group-dark .accordion-toggle {
  background: #565656;
}
@media (min-width: 769px) {
  .theme-finao .panel-group-dark .accordion-toggle:hover:after {
    color: #fff;
  }
}
.theme-finao .panel-group-dark .accordion-toggle:hover:after {
  color: #fff;
}
.theme-finao .panel-group-dark .accordion-toggle.user-toggle {
  background: #d9d9d9;
  color: #373d42;
}
.theme-finao .panel-group-dark .accordion-toggle.user-toggle:after {
  color: #373d42;
}
@media (min-width: 769px) {
  .theme-finao .panel-group-dark .accordion-toggle.work-flow-toggle:hover:after {
    color: #d9d9db;
  }
}
.theme-finao ul.nav-tabs > li.pull-right > .btn-setting {
  color: #373d42;
  background: #c3c4c6;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 20px);
}
.theme-finao ul.nav-tabs > li.pull-right > .btn-setting:hover {
  background: #c3c4c6 !important;
  color: #fff;
}
.theme-finao ul.nav-tabs > li.pull-right > .btn-setting[data-toggle=dropdown] {
  padding-left: 0;
  padding-right: 0;
}
.theme-finao ul.nav-tabs > li.pull-right > .btn-setting[data-toggle=dropdown] > [data-toggle=tooltip] {
  padding: 8px 20px;
}
.theme-finao ul.nav-tabs > li.pull-right > a.btn-setting.btn-setting-danger {
  color: white;
  background: #d9534f;
  background-image: none;
}
.theme-finao ul.nav-tabs > li.pull-right > a.btn-setting.btn-setting-danger:hover {
  background-color: #c9302c !important;
  border: none;
}
.theme-finao ul.nav-tabs > li.pull-right > a.btn-setting.btn-setting-warning {
  color: white;
  background: #f0ad4e;
  background-image: none;
}
.theme-finao ul.nav-tabs > li.pull-right > a.btn-setting.btn-setting-warning:hover {
  background-color: #ec971f !important;
  border: none;
}
.theme-finao ul.nav-tabs > li.pull-right > a.btn-setting.btn-setting-success {
  color: white;
  background: #5cb85c;
  background-image: none;
}
.theme-finao ul.nav-tabs > li.pull-right > a.btn-setting.btn-setting-success:hover {
  background-color: #449d44 !important;
  border: none;
}
.theme-finao span.input-group-addon {
  background: #73777a;
  border-color: #73777a;
  color: #F0B429;
}
.theme-finao .input-group .input-group-field-container + .input-group-btn > .btn {
  border-color: #373d42;
  color: #373d42;
}
.theme-finao .input-group .input-group-field-container + .input-group-btn > .btn.btn-input-group-field-remove {
  background: #dc5e4c;
  border: 1px solid #dc5e4c;
  color: white;
}
.theme-finao .input-group .input-group-field-container + .input-group-btn > .btn.btn-input-group-field-remove:hover {
  background-color: #cd3d28;
  border-color: #cd3d28;
}
.theme-finao .widget-tab.visible-sm .left-tab button,
.theme-finao .widget-tab.visible-xs .left-tab button {
  background: #4e5357;
}
.theme-finao .widget-tab.visible-sm .left-tab button:after,
.theme-finao .widget-tab.visible-xs .left-tab button:after {
  color: #F0B429;
}
.theme-finao .widget-tab.visible-sm .left-tab button:hover,
.theme-finao .widget-tab.visible-xs .left-tab button:hover {
  background: #4e5357 !important;
}
.theme-finao .widget-tab.visible-sm .pull-right > button,
.theme-finao .widget-tab.visible-xs .pull-right > button {
  background-color: linear-gradient(to bottom, #d9d9db 0, #c3c4c6 30%);
  box-shadow: 0px 0px 1px 1px rgba(128, 128, 128, 0.4);
}
.theme-finao .widget-tab.visible-sm .pull-right > button:active,
.theme-finao .widget-tab.visible-xs .pull-right > button:active {
  background-image: none !important;
  background: #F0B429 !important;
}
.theme-finao .widget-tab.visible-sm .pull-right > button:active span,
.theme-finao .widget-tab.visible-xs .pull-right > button:active span {
  color: #fff;
}
.theme-finao .widget-tab.visible-sm .pull-right.open > button,
.theme-finao .widget-tab.visible-xs .pull-right.open > button {
  background: linear-gradient(to bottom, #d9d9db 0, #c3c4c6 30%);
  background-image: none !important;
  background: #F0B429 !important;
}
.theme-finao .widget-tab.visible-sm .pull-right.open > button span,
.theme-finao .widget-tab.visible-xs .pull-right.open > button span {
  color: #fff;
}
.theme-finao .workflow:not(.workflow-indicator) ~ .workflow-expander {
  background: #555a5e;
}
.theme-finao .workflow:not(.workflow-indicator) ~ .workflow-expander:hover {
  background: #373d42;
}
.theme-finao .edit.panel-heading-icon {
  background: #555a5e;
}
.theme-finao .edit.panel-heading-icon:hover {
  background: #373d42;
}
.theme-finao .edit.panel-heading-icon:hover > span {
  color: #F0B429;
}
.theme-finao .workflow:not(.workflow-indicator) ~ .workflow-expander:before {
  color: #F0B429;
}
.theme-finao .add-event-wrapper,
.theme-finao .add-finding-wrapper {
  margin-top: -20px;
  margin-bottom: 10px;
  padding: 10px 0;
  width: 100%;
  text-align: center;
}
.theme-finao .add-event-wrapper span.add-event,
.theme-finao .add-event-wrapper span.add-finding,
.theme-finao .add-finding-wrapper span.add-event,
.theme-finao .add-finding-wrapper span.add-finding {
  cursor: pointer;
  font-weight: 600;
}
.theme-finao .add-sequence-wrapper {
  background: #f8f8f8;
  padding: 10px 0;
}
.theme-finao .add-sequence-wrapper span.add-sequence {
  cursor: pointer;
  font-weight: 600;
}
.theme-finao .add-sequence-wrapper[disabled=disabled] span.add-sequence {
  color: #ccc;
}
.theme-finao .add-event-wrapper,
.theme-finao .add-finding-wrapper {
  background: #fff;
}
.theme-finao .add-event-wrapper span.add-event,
.theme-finao .add-event-wrapper span.add-finding,
.theme-finao .add-finding-wrapper span.add-event,
.theme-finao .add-finding-wrapper span.add-finding {
  color: #F0B429;
}
.theme-finao .add-sequence-wrapper span.add-sequence {
  color: #F0B429;
}
.theme-finao .ajaxupload-container {
  border-color: #373d42;
  border-style: dashed;
  background-color: #fff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05), 0px -1px 1px rgba(255, 255, 255, 0.583956);
}
.theme-finao .ajaxupload-container, .theme-finao .ajaxupload-container .dropzone-btn, .theme-finao .ajaxupload-container .progress .upload-text {
  color: #373d42;
}
.theme-finao .ajaxupload-container .dropzone-btn {
  white-space: normal;
}
.theme-finao .ajaxupload-container:not(.active):hover {
  background-color: #F0B429;
  border-color: #F0B429;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05), 0px -1px 1px rgba(255, 255, 255, 0.583956);
}
.theme-finao .ajaxupload-container:not(.active):hover, .theme-finao .ajaxupload-container:not(.active):hover .dropzone-btn, .theme-finao .ajaxupload-container:not(.active):hover .progress .upload-text {
  color: #fff;
}
.theme-finao .ajaxupload-container.dragging {
  background-color: #F0B429 !important;
}
.theme-finao .ajaxupload-container.dragging:after {
  color: #fff;
}
.theme-finao .ajaxupload-container.dragging > span {
  color: #fff;
}
.theme-finao .ajaxupload-container.done {
  background: #e1e2e3;
}
.theme-finao .ajaxupload-container.done:after {
  color: #c6c7c9;
}
.theme-finao .ajaxupload-container.done .clear {
  background-color: #F0B429;
}
.theme-finao .ajaxupload-container.done .clear:after {
  color: #fff;
}
.theme-finao .ajaxupload-container.done .preview {
  background-color: #e1e2e3;
}
.theme-finao .input-group.has-ajaxupload.ajaxupload-container-done > .input-group-btn:first-child, .theme-finao .input-group.has-ajaxupload.ajaxupload-container-active > .input-group-btn:first-child {
  padding-right: 10px;
}
.theme-finao .input-group.has-ajaxupload:not(.ajaxupload-container-done):not(.ajaxupload-container-active) > .input-group-btn:first-child {
  position: absolute;
  left: 0;
  z-index: 3;
  width: auto;
}
.theme-finao .input-group.has-ajaxupload:not(.ajaxupload-container-done):not(.ajaxupload-container-active) > .input-group-btn:first-child > .ajaxupload-container {
  border-width: 0;
  width: 35px;
  height: 35px;
  margin-top: 0;
  margin-bottom: 0;
  background-color: transparent;
  color: #F0B429;
}
.theme-finao .input-group.has-ajaxupload:not(.ajaxupload-container-done):not(.ajaxupload-container-active) > .input-group-btn:first-child > .ajaxupload-container:after {
  top: 8px;
  left: 11px;
  font-size: 20px;
}
.theme-finao .input-group.has-ajaxupload:not(.ajaxupload-container-done):not(.ajaxupload-container-active) > .input-group-btn:first-child > .ajaxupload-container > .dropzone-btn,
.theme-finao .input-group.has-ajaxupload:not(.ajaxupload-container-done):not(.ajaxupload-container-active) > .input-group-btn:first-child > .ajaxupload-container > .mobile-btn {
  display: none;
}
.theme-finao .input-group.has-ajaxupload:not(.ajaxupload-container-done):not(.ajaxupload-container-active) .input-group-field-container > input {
  padding-left: 38px;
}
.theme-finao .fileuploadgroup .btn#add, .theme-finao .fileuploadgroup .btn.add {
  color: #373d42;
  border-color: #373d42;
  border-style: dashed;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05), 0px -1px 1px rgba(255, 255, 255, 0.583956);
}
.theme-finao .fileuploadgroup .btn#add:hover, .theme-finao .fileuploadgroup .btn.add:hover {
  color: #fff;
  background-color: #F0B429;
  border-color: #F0B429;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05), 0px -1px 1px rgba(255, 255, 255, 0.583956);
}
.theme-finao #permission-container {
  box-shadow: 0 0 8px 0 #373d42;
}
.theme-finao #permission-container .table-wrapper .table.permissions td {
  background: #f5f5f5;
}
.theme-finao #permission-wrapper .burger-menu > button {
  border: 1px solid #c3c4c6;
}
.theme-finao #permission-wrapper .burger-menu.open > button {
  background: #F0B429 !important;
}
.theme-finao #permission-wrapper .tab-pane ul > li > a {
  background: #d9d9db;
  color: #373d42;
}
.theme-finao #permission-wrapper .tab-pane ul > li > a:hover {
  color: #1178b9;
  background: #73777a !important;
}
.theme-finao #permission-wrapper .tab-pane ul > li.active:after {
  border-top-color: #a4a6a8;
}
.theme-finao #permission-wrapper .tab-pane ul > li.active > a {
  background: #a4a6a8;
}
.theme-finao #permission-wrapper .tab-pane ul > li:hover > a {
  background: #73777a;
  color: #F0B429;
}
.theme-finao #permission-wrapper .tab-pane ul > li.active:hover:after {
  border-top-color: #73777a;
}
.theme-finao #permission-container .scroller {
  background: #ebebec;
  color: #F0B429;
}
.theme-finao #permission-container .scroller:hover {
  background: #555a5e;
}
.theme-finao #permission-container .table-wrapper .table.permissions td.permission-group, .theme-finao #permission-container .table-wrapper .table.permissions td.permission-singular {
  background: #a4a6a8;
}
.theme-finao #permission-container .table-wrapper .table.permissions td.permission-group:not(.uppercase), .theme-finao #permission-container .table-wrapper .table.permissions td.permission-singular:not(.uppercase) {
  border-left-color: #a4a6a8;
}
.theme-finao #permission-container .table-wrapper .table.permissions td.permission-group.uppercase, .theme-finao #permission-container .table-wrapper .table.permissions td.permission-group:not(:last-child), .theme-finao #permission-container .table-wrapper .table.permissions td.permission-singular.uppercase, .theme-finao #permission-container .table-wrapper .table.permissions td.permission-singular:not(:last-child) {
  border-right-color: #a4a6a8;
}
.theme-finao #permission-container .table-wrapper .table.permissions td.role_permission.odd {
  background: #ebebeb;
}
.theme-finao #permission-container .table-wrapper .table.permissions tr.second-level td {
  background: #d9d9db;
}
.theme-finao .table.perm-table .group {
  background-color: #a4a6a8;
}
.theme-finao .table.perm-table td.roles {
  border-left-color: #a4a6a8;
}
.theme-finao .table.perm-table .second-level {
  background-color: #d9d9db;
}
.theme-finao .table.perm-table button {
  color: #F0B429;
}
.theme-finao ul.pagination li > a:hover {
  color: #F0B429;
}
.theme-finao ul.pagination li.active > a {
  color: #373d42;
}
.theme-finao ul.pagination.customized-pagination li.previousPage > span, .theme-finao ul.pagination.customized-pagination li.previousPage > a, .theme-finao ul.pagination.customized-pagination li.nextPage > span, .theme-finao ul.pagination.customized-pagination li.nextPage > a,
.theme-finao ul.pagination.customized-pagination li.firstPage > span,
.theme-finao ul.pagination.customized-pagination li.firstPage > a, .theme-finao ul.pagination.customized-pagination li.lastPage > span, .theme-finao ul.pagination.customized-pagination li.lastPage > a {
  color: #F0B429;
  background: inherit;
}
.theme-finao ul.pagination.customized-pagination li.previousPage > a:hover > span, .theme-finao ul.pagination.customized-pagination li.nextPage > a:hover > span,
.theme-finao ul.pagination.customized-pagination li.firstPage > a:hover > span, .theme-finao ul.pagination.customized-pagination li.lastPage > a:hover > span {
  color: #373d42;
  font-weight: bold;
}
.theme-finao ul.pagination.customized-pagination li.active > span {
  color: #373d42;
}
.theme-finao ul.pagination li > a, .theme-finao ul.pagination li > a:before {
  color: #a4a6a8;
}
.theme-finao ul.pagination.customized-pagination li.pageNumber > span:before,
.theme-finao ul.pagination.customized-pagination li.ellipsis-breaker > span:after {
  color: #a4a6a8;
}
.theme-finao .datatablepopup2 .paginate_button a {
  padding: 6px;
}
.theme-finao .datatablepopup2 .paginate_button:nth-last-child(3) a::before, .theme-finao .datatablepopup2 .paginate_button.last a::before, .theme-finao .datatablepopup2 .paginate_button.first a::before, .theme-finao .datatablepopup2 .paginate_button.previous a::before {
  content: "";
}
.theme-finao .datatablepopup2 .paginate_button:not(.active) a {
  color: #F0B429;
}
.theme-finao .mot-history-table-wrapper .table {
  table-layout: fixed;
}
.theme-finao .mot-history-table-wrapper .table tr, .theme-finao .mot-history-table-wrapper .table td {
  word-wrap: break-word;
  position: relative;
}
.theme-finao .mot-history-table-wrapper .table div.mot-restrict-height {
  max-height: 150px;
  overflow: hidden;
  margin-bottom: 15px;
}
.theme-finao .mot-history-table-wrapper .table .mot-restrict-height-icon {
  position: absolute;
  bottom: 0;
  right: 2px;
  padding: 3px 5px;
}
.theme-finao .mot-history-table-wrapper .table .mot-restrict-height-icon:hover {
  border-color: #333;
}
.theme-finao .history-table-wrapper,
.theme-finao .mot-history-table-wrapper {
  padding: 20px;
}
.theme-finao .history-table-wrapper .table,
.theme-finao .mot-history-table-wrapper .table {
  margin-bottom: 0;
}
.theme-finao .history-table-wrapper .table > thead th,
.theme-finao .mot-history-table-wrapper .table > thead th {
  border: 0;
}
.theme-finao .history-table-wrapper .table tbody tr:last-child > td:first-child i:after,
.theme-finao .mot-history-table-wrapper .table tbody tr:last-child > td:first-child i:after {
  color: transparent;
}
.theme-finao .hidden-desktop {
  display: none;
}
.theme-finao .history-table-wrapper .table > thead,
.theme-finao .mot-history-table-wrapper .table > thead {
  background: #d9d9d9;
}
.theme-finao .history-table-wrapper .table > thead th,
.theme-finao .mot-history-table-wrapper .table > thead th {
  color: #555a5e;
}
.theme-finao .history-table-wrapper .table tbody tr:first-child > td:first-child i:after,
.theme-finao .mot-history-table-wrapper .table tbody tr:first-child > td:first-child i:after {
  color: #c3c4c6;
}
.theme-finao .history-table-wrapper .table tbody td:first-child {
  border: 0;
}
.theme-finao .history-table-wrapper td .fa {
  color: #c3c4c6;
  font-size: 12px;
}
.theme-finao .history-table-wrapper td .fa.fa-circle {
  color: #F0B429;
}
.theme-finao .history-table-wrapper td .fa:after {
  content: "|";
  position: relative;
  left: -8px;
  font-size: 20px;
  top: 20px;
}
.theme-finao .bg-default {
  background: #d9d9d9 !important;
}
.theme-finao .search-pannel .tab-content {
  background: #f5f5f5;
}
.theme-finao .search-pannel .tab-content .table {
  background: #f5f5f5;
}
.theme-finao .search-pannel .tab-content .table tbody {
  width: 100%;
}
.theme-finao .search-pannel .tab-content .table tbody tr {
  width: 100%;
  display: block;
}
.theme-finao .search-pannel .tab-content .table tr {
  border-bottom: 1px solid #fff;
}
.theme-finao #search-form .panel .panel-body {
  background: #ebebec;
}
.theme-finao #search-form .closeSearch {
  color: #F0B429;
}
.theme-finao .finao-im .im-contacts li a {
  color: #fff;
}
.theme-finao .finao-im .im-contacts li a.active {
  color: #686868;
}
.theme-finao .finao-im .im-contacts li a:after {
  border-top-color: #fff;
}
.theme-finao .finao-im .im-message {
  background-color: #e9e9ea;
  color: #686868;
}
.theme-finao .finao-im .im-message:before {
  border-left-color: #e9e9ea;
}
.theme-finao .finao-im .im-messages-wrapper li.received .im-message {
  background-color: #ced0d1;
}
.theme-finao .finao-im .im-messages-wrapper li.received .im-message:before {
  border-right-color: #ced0d1;
}
.theme-finao .finao-im .im-contacts li a.new {
  background-color: #1178b9;
}
.theme-finao .finao-im .im-contacts li a {
  background-color: #73777a;
}
.theme-finao .finao-im .im-contacts li a.new {
  color: #fff;
}
.theme-finao .finao-im .panel-heading .fa {
  color: #F0B429;
}
@media (max-width: 768px) {
  .theme-finao .search-result-tab-toggle .dropdown-toggle {
    background: #555a5e;
    color: #fff;
  }
  .theme-finao .search-result-tab-toggle .dropdown-toggle b {
    color: #fff;
  }
  .theme-finao .search-result-tab-toggle.open .dropdown-toggle {
    background: #373d42;
  }
  .theme-finao .widget-tab .open ul.dropdown-menu {
    box-shadow: 0 0 4px 0 #373d42;
  }
  .theme-finao .tab-content .table td {
    color: #373d42;
  }
  .theme-finao .selectize-control .selectize-dropdown-content {
    background: #fff;
  }
}
@media (max-width: 768px) {
  .theme-finao .search-result-tab-toggle .dropdown-toggle:after {
    color: #F0B429;
  }
  .theme-finao .tab-content .table th {
    background: #606569;
    border-right: 1px solid #eeefef !important;
  }
  .theme-finao .selectize-control .selectize-dropdown-content {
    border: 1px solid #a4a6a8;
  }
  .theme-finao .input-group .input-group-field-container + .input-group-btn > .btn {
    line-height: 24px;
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media (max-width: 1024px) {
  .theme-finao .input-group.has-ajaxupload > .input-group-btn > label.ajaxupload-container {
    width: 30px;
    height: 50px;
    line-height: 24px;
    padding-left: 6px;
    padding-right: 6px;
  }
  .theme-finao .input-group.has-ajaxupload > .input-group-btn > label.ajaxupload-container > .mobile-btn, .theme-finao .input-group.has-ajaxupload > .input-group-btn > label.ajaxupload-container.active .stop {
    display: none;
  }
  .theme-finao .input-group.has-ajaxupload:not(.ajaxupload-container-done):not(.ajaxupload-container-active) > .input-group-btn > label.ajaxupload-container {
    width: auto;
  }
}
.theme-finao .bookmark-widget a i {
  color: #f0b429;
}
.theme-finao.page-400 .err-description .err-text, .theme-finao.page-403 .err-description .err-text, .theme-finao.page-404 .err-description .err-text, .theme-finao.page-500 .err-description .err-text, .theme-finao.page-503 .err-description .err-text {
  color: #fff;
}
.theme-finao.page-400 footer.footer > a:hover, .theme-finao.page-403 footer.footer > a:hover, .theme-finao.page-404 footer.footer > a:hover, .theme-finao.page-500 footer.footer > a:hover, .theme-finao.page-503 footer.footer > a:hover {
  color: #fff;
}
.theme-finao.page-503 .err-text p {
  color: #F0B429;
}
.theme-finao.page-400, .theme-finao.page-403, .theme-finao.page-404, .theme-finao.page-500, .theme-finao.page-503 {
  background: #373d42;
}
.theme-finao.page-400 .err-description .err-logo, .theme-finao.page-403 .err-description .err-logo, .theme-finao.page-404 .err-description .err-logo, .theme-finao.page-500 .err-description .err-logo, .theme-finao.page-503 .err-description .err-logo {
  color: #F0B429;
}
.theme-finao.page-400 .err-description .err-code,
.theme-finao.page-400 .err-description .err-title, .theme-finao.page-403 .err-description .err-code,
.theme-finao.page-403 .err-description .err-title, .theme-finao.page-404 .err-description .err-code,
.theme-finao.page-404 .err-description .err-title, .theme-finao.page-500 .err-description .err-code,
.theme-finao.page-500 .err-description .err-title, .theme-finao.page-503 .err-description .err-code,
.theme-finao.page-503 .err-description .err-title {
  color: #acaeaf;
}
.theme-finao.page-400 .err-description .hr, .theme-finao.page-403 .err-description .hr, .theme-finao.page-404 .err-description .hr, .theme-finao.page-500 .err-description .hr, .theme-finao.page-503 .err-description .hr {
  background: #F0B429;
}
.theme-finao.page-400 .err-description #error-page-search-icon, .theme-finao.page-403 .err-description #error-page-search-icon, .theme-finao.page-404 .err-description #error-page-search-icon, .theme-finao.page-500 .err-description #error-page-search-icon, .theme-finao.page-503 .err-description #error-page-search-icon {
  background: #F0B429;
  color: #373d42;
}
.theme-finao.page-400 .err-description a, .theme-finao.page-403 .err-description a, .theme-finao.page-404 .err-description a, .theme-finao.page-500 .err-description a, .theme-finao.page-503 .err-description a {
  color: #F0B429;
}
.theme-finao.page-400 .finao-error-text, .theme-finao.page-403 .finao-error-text, .theme-finao.page-404 .finao-error-text, .theme-finao.page-500 .finao-error-text, .theme-finao.page-503 .finao-error-text {
  color: #FFFFFF;
}
.theme-finao .modal.in {
  display: block !important;
}
.theme-finao .modal-content .modal-header {
  background: #373d42;
}
.theme-finao .modal-content .modal-header .close {
  color: #F0B429;
}
.theme-finao .modal-content .modal-header .close:hover {
  color: #fff;
}
.theme-finao .modal-content .modal-header .modal-title {
  color: #fff;
}
.theme-finao .modal-content .modal-body table > thead {
  background: #d9d9d9;
}
.theme-finao .modal-content .modal-body table > thead > tr > th {
  color: #73777a;
  background: #d9d9d9;
}
.theme-finao .modal-content .modal-body table > tbody td {
  border-left-color: #f5f5f5;
  border-right-color: #f5f5f5;
}
.theme-finao .modal-content .modal-header {
  background: #373d42;
}
.theme-finao .modal-content .modal-header .close {
  color: #F0B429;
}
.theme-finao .modal-content .modal-header .close:hover {
  color: #fff;
}
.theme-finao .modal-content .modal-header .modal-title {
  color: #fff;
}
.theme-finao .modal-content .modal-body table > thead {
  background: #d9d9d9;
}
.theme-finao .modal-content .modal-body table > thead > tr > th {
  color: #73777a;
  background: #d9d9d9;
}
.theme-finao .modal-content .modal-body table > tbody td {
  border-left-color: #f5f5f5;
  border-right-color: #f5f5f5;
}
.theme-finao .modal#impersonate-user .modal-content .modal-header {
  background: #F0B429;
}
.theme-finao .modal#impersonate-user .modal-content .modal-header .modal-title {
  color: #373d42;
}
.theme-finao .modal#impersonate-user .modal-content .modal-header .close {
  color: #373d42;
}
.theme-finao #integrations-container .integration-heading .accordion-toggle.integration-toggle {
  background: #d9d9d9;
  color: #373d42;
}
.theme-finao #integrations-container .integration-heading .accordion-toggle.integration-toggle:after {
  color: #373d42;
}
.theme-finao #integrations-container .integration-heading .integration-switcher {
  background: #c3c4c6;
}
.theme-finao #integrations-container .integration-heading .integration-switcher .form-group .switcher-wrapper > label:hover {
  color: #F0B429;
}
.theme-finao #integrations-container .integration-table-wrapper {
  background: #f5f5f5;
}
.theme-finao #integrations-container .integration-table-wrapper .panel-body {
  background: #f5f5f5;
}
.theme-finao .countdown-panel .next-data-sync-countdown {
  background: #373d42;
}
.theme-finao .countdown-panel .next-data-sync-countdown .countdown-text {
  color: #d9d9d9;
}
.theme-finao .countdown-panel .next-data-sync-countdown .countdown {
  color: #73777a;
}
.theme-finao .nav-icon-btn.nav-icon-btn-primary .label {
  background: #686868;
}
.theme-finao .btn-primary {
  border-width: 1px;
  border-style: solid;
  background: white;
  color: #686868;
}
.theme-finao .btn-primary, .theme-finao .btn-primary:focus {
  border-color: #5b5b5b;
  border-bottom-color: #4c4c4c;
}
.theme-finao .btn-primary:hover {
  border-color: #545454;
}
.theme-finao .btn-primary:active, .theme-finao .btn-primary.active {
  background: white;
  color: #686868;
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.25);
}
.open .theme-finao .btn-primary.dropdown-toggle {
  border-color: #444444;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
}
.btn-group .theme-finao .btn-primary, .btn-group .theme-finao .btn-primary:focus, .input-group-btn .theme-finao .btn-primary, .input-group-btn .theme-finao .btn-primary:focus {
  border-left-color: #545454;
  border-right-color: #545454;
}
.btn-group .theme-finao .btn-primary:hover, .btn-group.open .theme-finao .btn-primary.dropdown-toggle, .input-group-btn .theme-finao .btn-primary:hover, .input-group-btn.open .theme-finao .btn-primary.dropdown-toggle {
  border-color: #545454;
  border-bottom-color: #3a3a3a;
}
.btn-group .theme-finao .btn-primary:active, .btn-group .theme-finao .btn-primary.active, .input-group-btn .theme-finao .btn-primary:active, .input-group-btn .theme-finao .btn-primary.active {
  border-left-color: #444444;
  border-right-color: #444444;
}
.theme-finao .open .btn.btn-primary.dropdown-toggle {
  color: #fff;
  border-bottom-color: #444444 !important;
  background: none;
  background: #5e5e5e !important;
}
.theme-finao .progress-bar {
  background: #e1e2e3;
  border-color: #d1d3d4;
}
.theme-finao .progress-striped .progress-bar {
  background-color: #e1e2e3;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px;
}
.theme-finao .label.label-primary {
  background: #686868;
}
.theme-finao .label.label-primary[href]:hover, .theme-finao .label.label-primary[href]:focus {
  background-color: #4f4f4f;
}
.theme-finao .label.label-primary.label-tag {
  border: 1px solid #686868;
}
.theme-finao .label.label-primary.label-tag:before {
  border-color: transparent #686868 transparent transparent;
}
.theme-finao .label.label-primary.label-tag[href]:hover, .theme-finao .label.label-primary.label-tag[href]:focus {
  border-color: #4f4f4f;
}
.theme-finao .label.label-primary.label-tag[href]:hover:before, .theme-finao .label.label-primary.label-tag[href]:focus:before {
  border-color: transparent #4f4f4f transparent transparent;
}
.right-to-left .theme-finao .label.label-primary.label-tag:before {
  border-color: transparent transparent transparent #686868;
}
.right-to-left .theme-finao .label.label-primary.label-tag[href]:hover:before, .right-to-left .theme-finao .label.label-primary.label-tag[href]:focus:before {
  border-color: transparent transparent transparent #4f4f4f;
}
.ie8 .right-to-left .theme-finao .label.label-primary.label-tag:before, .ie9 .right-to-left .theme-finao .label.label-primary.label-tag:before {
  border-color: transparent #686868 transparent transparent;
}
.ie8 .right-to-left .theme-finao .label.label-primary.label-tag[href]:hover:before, .ie8 .right-to-left .theme-finao .label.label-primary.label-tag[href]:focus:before, .ie9 .right-to-left .theme-finao .label.label-primary.label-tag[href]:hover:before, .ie9 .right-to-left .theme-finao .label.label-primary.label-tag[href]:focus:before {
  border-color: transparent #4f4f4f transparent transparent;
}
.theme-finao.right-to-left .label.label-primary.label-tag:before {
  border-color: transparent transparent transparent #686868;
}
.theme-finao.right-to-left .label.label-primary.label-tag:hover:before, .theme-finao.right-to-left .label.label-primary.label-tag:focus:before {
  border-color: transparent transparent transparent #4f4f4f;
}
.ie8 .theme-finao.right-to-left .label.label-primary.label-tag:before, .ie9 .theme-finao.right-to-left .label.label-primary.label-tag:before {
  border-color: transparent #686868 transparent transparent;
}
.ie8 .theme-finao.right-to-left .label.label-primary.label-tag:hover:before, .ie8 .theme-finao.right-to-left .label.label-primary.label-tag:focus:before, .ie9 .theme-finao.right-to-left .label.label-primary.label-tag:hover:before, .ie9 .theme-finao.right-to-left .label.label-primary.label-tag:focus:before {
  border-color: transparent #4f4f4f transparent transparent;
}
.theme-finao .badge.badge-primary {
  background: #686868;
  border: 1px solid #686868;
}
.theme-finao .badge.badge-primary[href]:hover, .theme-finao .badge.badge-primary[href]:focus {
  background-color: #4f4f4f;
  border-color: #4f4f4f;
}
.theme-finao .table-primary table {
  border-top-color: #494949 !important;
}
.theme-finao .table-primary thead,
.theme-finao .table-primary thead tr,
.theme-finao .table-primary thead th,
.theme-finao .table-primary .table-header {
  border-color: #494949 !important;
  color: #fff;
}
.theme-finao .table-primary thead tr,
.theme-finao .table-primary thead th {
  background: #595959;
}
.theme-finao .table-primary .table-header {
  background: #686868;
}
.theme-finao .nav-tabs > li.active > a, .theme-finao .nav-tabs > li.active > a:hover, .theme-finao .nav-tabs > li.active > a:focus {
  background: #686868;
  border-bottom: 2px solid #686868;
}
.theme-finao .nav-tabs .nav-tabs.nav-justified > .active > a {
  border-bottom-color: #686868;
}
.theme-finao .nav-pills > li.active > a, .theme-finao .nav-pills > li.active > a:hover, .theme-finao .nav-pills > li.active > a:focus {
  background: #686868;
}
.theme-finao .dropdown-menu > li > a:hover,
.theme-finao .dropdown-menu > li.active > a {
  background: #686868;
}
.theme-finao .dropdown-menu > li > a:hover {
  color: #fff;
}
.theme-finao .btn-group .btn-primary,
.theme-finao .btn-group .btn-primary:focus,
.theme-finao .input-group-btn .btn-primary,
.theme-finao .input-group-btn .btn-primary:focus {
  border-left-color: #545454;
  border-right-color: #545454;
}
.theme-finao .btn-group .btn-primary:hover,
.theme-finao .btn-group.open .btn-primary.dropdown-toggle,
.theme-finao .input-group-btn .btn-primary:hover,
.theme-finao .input-group-btn.open .btn-primary.dropdown-toggle {
  border-color: #444444;
}
.theme-finao .btn-group .btn-primary:active,
.theme-finao .btn-group .btn-primary.active,
.theme-finao .input-group-btn .btn-primary:active,
.theme-finao .input-group-btn .btn-primary.active {
  border-left-color: #444444;
  border-right-color: #444444;
}
.theme-finao ul.pagination li > a, .theme-finao ul.pagination li > a:before {
  color: #686868;
}
.theme-finao a.list-group-item.active {
  background: #686868;
  border-color: #686868;
}
.theme-finao a.list-group-item.active .list-group-item-text {
  color: #cecece;
}
.theme-finao .form-control:focus,
.theme-finao .form-control.focus {
  border-color: #686868;
  outline: 0;
  box-shadow: none;
}
.gt-ie8 .theme-finao input.px:focus + .lbl:before, .gt-ie8 .theme-finao input.px + .lbl:hover:before {
  border-color: #686868;
}
.gt-ie8 .theme-finao input[type=checkbox].px + .lbl:after {
  color: #686868;
}
.gt-ie8 .theme-finao input[type=radio].px + .lbl:after {
  background: #686868;
}
.theme-finao .text-primary, .theme-finao .text-primary:hover, .theme-finao .text-primary:active, .theme-finao .text-primary:focus,
.theme-finao .text-primary a,
.theme-finao .text-primary a:focus {
  color: #686868;
}
.theme-finao .text-primary a:hover,
.theme-finao .text-primary a:active {
  color: #424242;
}
.theme-finao .bg-primary {
  background: #686868 !important;
}
.theme-finao .bg-primary[href]:hover {
  background: #606060 !important;
}
.theme-finao .bg-primary.darken {
  background: #606060 !important;
}
.theme-finao .bg-primary.darken[href]:hover {
  background: #595959 !important;
}
.theme-finao .bg-primary.darker {
  background: #595959 !important;
}
.theme-finao .bg-primary.darker[href]:hover {
  background: #515151 !important;
}
.theme-finao .bg-primary, .theme-finao .bg-primary:hover, .theme-finao .bg-primary:active, .theme-finao .bg-primary:focus,
.theme-finao .bg-primary a,
.theme-finao .bg-primary a:focus {
  color: #fff;
}
.theme-finao .bg-primary a:hover,
.theme-finao .bg-primary a:active {
  color: #d9d9d9;
}
.theme-finao .bg-primary[href]:hover,
.theme-finao .bg-primary [href]:hover {
  color: #fff;
}
.theme-finao .bg-primary * {
  border-color: #7a7a7a;
}
.theme-finao .ui-slider-handle.ui-state-active:before {
  background: #686868;
}
.theme-finao .ui-slider-range {
  background: #686868;
}
.theme-finao .ui-autocomplete > li > a:hover,
.theme-finao .ui-autocompletev > li.active > a {
  background: #686868;
}
.theme-finao .ui-autocomplete > li > a:hover {
  color: #fff;
}
.theme-finao .ui-autocomplete .ui-state-focus {
  background: #686868;
  color: #fff;
}
.theme-finao .ui-menu .ui-menu-item a:hover,
.theme-finao .ui-menu .ui-menu-item a.ui-state-focus,
.theme-finao .ui-menu .ui-menu-item a.ui-state-active {
  background: #686868;
}
.theme-finao .ui-progressbar-value {
  border-color: #595959;
  background-color: #686868;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px;
}
.theme-finao .ui-tabs-nav > .ui-tabs-active > a, .theme-finao .ui-tabs-nav > .ui-tabs-active > a:hover, .theme-finao .ui-tabs-nav > .ui-tabs-active > a:focus {
  color: #fff;
  background: #686868;
  border-bottom: 2px solid #5b5b5b;
}
.theme-finao .ui-datepicker .ui-state-active {
  background: #686868 !important;
}
.theme-finao .ui-datepicker-title {
  background: #686868;
}
.theme-finao .ui-datepicker th {
  background: #5b5b5b;
}
.theme-finao .ui-datepicker-buttonpane button.ui-priority-primary {
  background: white;
  color: #686868;
}
.theme-finao .ui-datepicker-buttonpane button.ui-priority-primary, .theme-finao .ui-datepicker-buttonpane button.ui-priority-primary:focus {
  border-color: #5b5b5b;
  border-bottom-color: #4c4c4c;
}
.theme-finao .ui-datepicker-buttonpane button.ui-priority-primary:hover {
  border-color: #545454;
}
.theme-finao .ui-datepicker-buttonpane button.ui-priority-primary:active, .theme-finao .ui-datepicker-buttonpane button.ui-priority-primary.active {
  background: white;
  color: #686868;
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.25);
}
.open .theme-finao .ui-datepicker-buttonpane button.ui-priority-primary.dropdown-toggle {
  border-color: #444444;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
}
.btn-group .theme-finao .ui-datepicker-buttonpane button.ui-priority-primary, .btn-group .theme-finao .ui-datepicker-buttonpane button.ui-priority-primary:focus, .input-group-btn .theme-finao .ui-datepicker-buttonpane button.ui-priority-primary, .input-group-btn .theme-finao .ui-datepicker-buttonpane button.ui-priority-primary:focus {
  border-left-color: #545454;
  border-right-color: #545454;
}
.btn-group .theme-finao .ui-datepicker-buttonpane button.ui-priority-primary:hover, .btn-group.open .theme-finao .ui-datepicker-buttonpane button.ui-priority-primary.dropdown-toggle, .input-group-btn .theme-finao .ui-datepicker-buttonpane button.ui-priority-primary:hover, .input-group-btn.open .theme-finao .ui-datepicker-buttonpane button.ui-priority-primary.dropdown-toggle {
  border-color: #545454;
  border-bottom-color: #3a3a3a;
}
.btn-group .theme-finao .ui-datepicker-buttonpane button.ui-priority-primary:active, .btn-group .theme-finao .ui-datepicker-buttonpane button.ui-priority-primary.active, .input-group-btn .theme-finao .ui-datepicker-buttonpane button.ui-priority-primary:active, .input-group-btn .theme-finao .ui-datepicker-buttonpane button.ui-priority-primary.active {
  border-left-color: #444444;
  border-right-color: #444444;
}
.theme-finao .select2-drop-active,
.theme-finao .select2-container-multi.select2-container-active .select2-choices,
.theme-finao .select2-container-multi.select2-dropdown-open .select2-choices {
  border: 1px solid #686868;
}
.theme-finao .select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #686868;
}
.theme-finao .select2-container-active .select2-choice,
.theme-finao .select2-container-active .select2-choices {
  border: 1px solid #686868;
}
.theme-finao .select2-dropdown-open .select2-drop-above .select2-choice,
.theme-finao .select2-dropdown-open .select2-drop-above .select2-choices {
  border: 1px solid #686868;
  border-top-color: #aaa;
}
.theme-finao .select2-results .select2-highlighted {
  background: #686868;
}
.theme-finao .select2-primary .select2-container-multi .select2-choices .select2-search-choice {
  background: #686868;
}
.theme-finao .select2-primary .select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #4f4f4f;
}
.theme-finao .select2-primary .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  background: #686868 !important;
}
.theme-finao .switcher-primary .switcher-state-on {
  background: #686868 !important;
}
.theme-finao .pixel-file-input:hover {
  border-color: #686868;
}
.theme-finao .datepicker table tr td.selected, .theme-finao .datepicker table tr td.selected:hover, .theme-finao .datepicker table tr td.selected.disabled, .theme-finao .datepicker table tr td.selected.disabled:hover {
  background: #686868;
}
.theme-finao .datepicker table tr td.active, .theme-finao .datepicker table tr td.active:hover, .theme-finao .datepicker table tr td.active.disabled, .theme-finao .datepicker table tr td.active.disabled:hover {
  background: #686868;
}
.theme-finao .datepicker table tr td span.active, .theme-finao .datepicker table tr td span.active:hover, .theme-finao .datepicker table tr td span.active.disabled, .theme-finao .datepicker table tr td span.active.disabled:hover {
  background: #686868;
}
.theme-finao .datepicker thead tr {
  background: #5b5b5b;
}
.theme-finao .datepicker thead tr:first-child {
  background: #686868 !important;
  border-bottom-color: #494949 !important;
}
.theme-finao .datepicker thead th.prev,
.theme-finao .datepicker thead th.next {
  background: #686868;
}
.theme-finao .datepicker thead th.prev {
  border-color: #494949;
}
.theme-finao .datepicker thead th.next {
  border-color: #494949;
}
.theme-finao .datepicker > .datepicker-days thead tr:first-child th.cw + .prev {
  border-color: #494949;
}
.theme-finao .datepicker > .datepicker-days thead tr:last-child th.cw + th {
  border-color: #494949;
}
.theme-finao .bootstrap-timepicker-widget table td a:hover {
  background: #686868;
  border-color: #686868;
}
.theme-finao .pagination a.dp-today,
.theme-finao .pagination a.dp-today:hover {
  background: #828282;
  border-color: #757575;
}
.theme-finao .pagination a.dp-today:hover {
  border-color: #686868 !important;
}
.theme-finao .pagination a.dp-selected {
  background: #686868 !important;
  border-color: #686868 !important;
}
.theme-finao .tt-suggestion.tt-is-under-cursor {
  background: #686868;
}
.theme-finao .table-primary .dataTables_wrapper .DT-per-page {
  border-color: #494949 !important;
}
.theme-finao .dropzone-box.dz-drag-hover {
  border-color: #686868;
}
.theme-finao .dropzone-box:hover .fa.fa-cloud-upload {
  background: #686868;
}
.theme-finao .md-editor.active {
  border-color: #686868;
}
.theme-finao .widget-rating .active a {
  color: #686868;
}

.theme-finao .view-datatable .view-datatable-heading, .pdf-print-theme-finao .view-datatable .view-datatable-heading {
  background-color: #73777a !important;
  color: #fff !important;
}
.theme-finao .view-datatable .view-datatable-body table.table thead th, .theme-finao .view-datatable .view-datatable-body table.table thead td, .pdf-print-theme-finao .view-datatable .view-datatable-body table.table thead th, .pdf-print-theme-finao .view-datatable .view-datatable-body table.table thead td {
  background: #d9d9db !important;
  color: #373d42 !important;
}
.theme-finao .panel .panel-body .view-datatable .view-datatable-body table.table th, .pdf-print-theme-finao .panel .panel-body .view-datatable .view-datatable-body table.table th {
  background: #d9d9db !important;
}
.theme-finao .panel .panel-body .view-datatable .view-datatable-body table.table td, .pdf-print-theme-finao .panel .panel-body .view-datatable .view-datatable-body table.table td {
  padding: 10px !important;
}
.theme-finao .panel .panel-body .view-datatable .view-datatable-body table.table td.datatable-button-column button.btn, .pdf-print-theme-finao .panel .panel-body .view-datatable .view-datatable-body table.table td.datatable-button-column button.btn {
  color: #000;
  border-color: #000;
  background: #fff;
  margin-left: 3px;
}
.theme-finao .panel .panel-body .view-datatable .view-datatable-body table.table td.datatable-button-column button.btn:hover, .pdf-print-theme-finao .panel .panel-body .view-datatable .view-datatable-body table.table td.datatable-button-column button.btn:hover {
  background-image: none !important;
}
.theme-finao .panel-heading.section-heading,
.theme-finao .panel-heading.sub-section-heading,
.theme-finao .panel-heading.sub-sub-section-heading, .pdf-print-theme-finao .panel-heading.section-heading,
.pdf-print-theme-finao .panel-heading.sub-section-heading,
.pdf-print-theme-finao .panel-heading.sub-sub-section-heading {
  background-color: #73777a !important;
  color: #fff !important;
}

.theme-blue {
  /* Adds a shadow when table scrolls */
  /* System maintenance page */
}
.theme-blue {
  background: #fff;
}
.theme-blue .text-fg {
  color: #1178b9;
}
.theme-blue .page-header {
  background: transparent;
  border-color: #eee;
}
.theme-blue form > .panel:not(.form-horizontal),
.theme-blue .panel .panel:not(.form-horizontal) {
  box-shadow: none !important;
}
.theme-blue .table,
.theme-blue .panel,
.theme-blue hr {
  border-color: #dcdcdc;
}
.theme-blue .bordered {
  border-color: #dcdcdc;
}
.theme-blue .bordered[class*=bg-],
.theme-blue [class*=bg-] .border-t {
  border-color: #fff;
  border-color: rgba(0, 0, 0, 0.2);
}
.theme-blue .panel.panel-transparent > .panel-heading {
  border-bottom-color: #dcdcdc !important;
}
.theme-blue .breadcrumb-page {
  background: transparent;
  border-bottom-color: #eee;
}
.theme-blue .tab-content {
  box-shadow: 0 0 8px 0px rgba(55, 61, 66, 0.5);
}
.theme-blue .img-bg {
  background: #001a45;
}
.theme-blue .img-bg .text-center {
  color: #fff;
}
.theme-blue .img-bg .text-center.img-edit > a {
  color: #1178b9;
}
.theme-blue .panel > div.panel-heading.theme-bg-color,
.theme-blue div.panel.theme-bg-color {
  background: #001a45;
}
@media (max-width: 768px) {
  .theme-blue .tab-content {
    box-shadow: 0 0 4px 0px rgba(55, 61, 66, 0.5);
  }
  .theme-blue .panel {
    box-shadow: 0 0 4px 0px #373d42;
  }
}
.theme-blue .panel {
  box-shadow: 0 0 8px 0px #373d42;
}
.theme-blue .panel > .panel-heading {
  background: #1178b9;
}
.theme-blue .panel > .panel-heading .label {
  margin: 0 5px;
}
.theme-blue .panel > .panel-heading .label.lozenge {
  border-radius: 15px;
  padding: 0;
  font-size: 13px;
}
.theme-blue .panel > .panel-heading .label.lozenge .lozenge-inner {
  padding: 0px 10px;
  display: inline-block;
  height: 100%;
}
.theme-blue .panel > .panel-heading .label.lozenge .lozenge-inner.autosave {
  padding-right: 3px;
}
.theme-blue .panel > .panel-heading .label.lozenge .popover {
  color: black;
}
.theme-blue .panel > .panel-heading .label.lozenge .popover .countAgo {
  display: inline;
}
.theme-blue .panel > .panel-heading .label.lozenge .delete-autosave {
  float: right;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  padding-right: 8px;
  padding-left: 3px;
  color: white;
}
.theme-blue .panel > .panel-heading.active-user {
  background: #5ebd5e !important;
}
.theme-blue .panel > .panel-heading.inactive-user {
  background: #f4b04f !important;
}
.theme-blue .panel > .panel-heading.deactivated-user, .theme-blue .panel > .panel-heading.deleted-user {
  background: #e66454 !important;
}
.theme-blue .panel > .panel-heading.datatablepopup-heading {
  background: #1dafe9;
}
.theme-blue .panel > .panel-heading, .theme-blue .panel > .panel-heading > .panel-title {
  color: #fff;
}
.theme-blue .panel > .panel-heading a.link-color {
  color: #1dafe9;
}
.theme-blue .panel > .panel-heading a.link-color:hover {
  color: #fff;
}
.theme-blue .panel-collapse.stage-table-wrapper {
  background: #f9fcfd;
}
.theme-blue .panel-collapse.stage-table-wrapper > .panel-body {
  background: #f9fcfd;
}
.theme-blue footer.footer .footer-inner {
  word-break: normal;
  overflow-wrap: break-word;
  margin: 0 auto;
  padding: 0 20px;
}
.theme-blue footer.footer a {
  color: #1dafe9;
}
.theme-blue div.alert.alert-info, .theme-blue div.alert-info.finao-alert-warning, .theme-blue div.alert-info.finao-alert-success, .theme-blue div.alert-info.finao-alert-danger, .theme-blue div.finao-alert-info {
  background: #d9eaf5;
}
.theme-blue div.bg-parent {
  background: #e2eef7;
}
.theme-blue div.bg-child {
  background: #e7f3fb;
}
.theme-blue .selectize-dropdown-content div.optgroup::before {
  display: none !important;
}
.theme-blue .selectize-dropdown-content div.optgroup .optgroup-header {
  background: #55a1e0;
  color: #fff;
  font-weight: normal;
}
.theme-blue .text-right:not(.status-column) > .btn.btn-success {
  background: linear-gradient(to bottom, #5e6367, #001a45 40%);
  color: #fff;
}
.theme-blue .text-right:not(.status-column) > .btn.btn-success:hover, .theme-blue .text-right:not(.status-column) > .btn.btn-success:active {
  background: #001a45 !important;
  color: rgba(255, 255, 255, 0.8);
}
.theme-blue .tertiary-button, .theme-blue .link-button {
  color: #000;
  background-color: transparent;
}
.theme-blue .link-button {
  box-shadow: none;
}
.theme-blue .btn-helptip:hover, .theme-blue .btn-helptip:focus {
  border-color: #1496ca;
  color: #fff;
}
.theme-blue .btn-helptip:hover {
  background-color: #1dafe9;
}
.theme-blue .btn-helptip:focus {
  background-color: #16a7e1;
}
.theme-blue .btn-burger > button {
  color: #001a45;
}
.theme-blue .btn-burger.open > ul > li > a > i {
  color: #1dafe9;
}
.theme-blue .btn-burger > button {
  background-color: #d9eaf5;
}
@media (min-width: 769px) {
  .theme-blue .btn-burger > button:hover {
    background: #d9eaf5 !important;
    color: #001a45;
  }
}
.theme-blue .btn-burger.open > button {
  background: #1dafe9 !important;
  border-color: #1dafe9 !important;
}
.theme-blue .btn-burger.open > button i {
  color: #fff;
}
.theme-blue .btn-burger.open > ul > li > a > i {
  color: #1dafe9;
}
.theme-blue .multiselect-ellipsis-menu.open > .btn-setting {
  background: #1dafe9 !important;
  color: #fff !important;
}
.theme-blue .multiselect-ellipsis-menu .multiselect-dropdown-menu {
  border-radius: 4px;
}
.theme-blue .multiselect-ellipsis-menu .multiselect-dropdown-menu:before {
  border-top-color: #d9eaf5;
}
.theme-blue .multiselect-ellipsis-menu .multiselect-dropdown-menu .btn {
  color: #001a45;
}
.theme-blue .multiselect-ellipsis-menu .multiselect-dropdown-menu .btn > i {
  color: #1dafe9;
}
.theme-blue .multiselect-ellipsis-menu .multiselect-dropdown-menu .btn[disabled] {
  background: #d9eaf5 !important;
}
.theme-blue .widget-tab ul.dropdown-menu .btn {
  color: #001a45;
}
.theme-blue .widget-tab ul.dropdown-menu .btn > i {
  color: #1dafe9;
}
.theme-blue .widget-tab ul.dropdown-menu .btn[disabled] {
  background: #d9eaf5 !important;
}
.theme-blue .widget-tab ul.dropdown-menu .btn:hover, .theme-blue .widget-tab ul.dropdown-menu .btn[disabled]:hover {
  background-color: #1178b9 !important;
}
.theme-blue .multiselect-ellipsis-menu .multiselect-dropdown-menu .btn {
  border-color: #a7cae5;
}
.theme-blue .multiselect-ellipsis-menu .multiselect-dropdown-menu .btn[disabled] {
  color: #001a45;
}
.theme-blue .multiselect-ellipsis-menu .multiselect-dropdown-menu .btn:hover {
  background: #1178b9 !important;
  color: #fff;
}
.theme-blue .light-btn-column a {
  background-color: #d9eaf5 !important;
  border-color: #d9eaf5;
}
.theme-blue .dark-btn-column a {
  background-color: #001a45 !important;
  color: #fff !important;
  border-color: #001a45;
}
.theme-blue.page-signup .form-actions .signup-btn,
.theme-blue .btn.btn-submit,
.theme-blue .btn.btn-save-draft {
  background: #fff;
  color: #001a45;
  border-color: #001a45;
}
.theme-blue.page-signup .form-actions .signup-btn:hover, .open .theme-blue.page-signup .form-actions .signup-btn.dropdown-toggle,
.theme-blue .btn.btn-submit:hover,
.open .theme-blue .btn.btn-submit.dropdown-toggle,
.theme-blue .btn.btn-save-draft:hover,
.open .theme-blue .btn.btn-save-draft.dropdown-toggle {
  background: #1dafe9;
  border-color: #1dafe9;
  color: #fff;
}
.theme-blue.page-signup .form-actions .signup-btn:active, .theme-blue.page-signup .form-actions .signup-btn.active,
.theme-blue .btn.btn-submit:active,
.theme-blue .btn.btn-submit.active,
.theme-blue .btn.btn-save-draft:active,
.theme-blue .btn.btn-save-draft.active {
  background: #898d90;
  border-color: #898d90;
  color: #fff;
}
.theme-blue .btn-popup-action.btn-sm, .theme-blue .btn-group-sm > .btn-popup-action.btn {
  color: #001a45;
  background: #d9eaf5;
  border-color: #d9eaf5;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 20px);
}
.theme-blue .btn-popup-action.btn-sm:hover, .theme-blue .btn-group-sm > .btn-popup-action.btn:hover, .theme-blue .btn-popup-action.btn-sm:active, .theme-blue .btn-group-sm > .btn-popup-action.btn:active {
  background: #d9eaf5 !important;
}
.theme-blue td .btn-setting {
  color: #001a45 !important;
  background: #d9eaf5;
}
.theme-blue td .btn-setting:hover {
  background: #d9eaf5 !important;
}
.theme-blue input[type=radio].switch-button:checked + label {
  color: #1178b9;
}
.theme-blue .primary-button {
  color: #fff;
  border: 1px solid transparent;
  background: #001A45;
}
.theme-blue .primary-button:hover {
  background: #183C78;
}
.theme-blue .primary-button:active {
  background: #00102B;
}
.theme-blue .secondary-button {
  color: #001A45;
  border: 1px solid #001A45;
  background-color: #fff;
}
.theme-blue .secondary-button:hover {
  background: #F7F7F7;
}
.theme-blue .secondary-button:active {
  background: #F0F0F0;
}
.theme-blue .link-button {
  color: #1178b9;
}
.theme-blue .link-button:hover {
  text-decoration: underline;
}
.theme-blue .tooltip-button:hover {
  color: #fff;
  background-color: #183C78;
}
.theme-blue .breadcrumb-text > span:last-child {
  color: #1178b9;
}
.theme-blue #main-navbar .ticket-button {
  color: #000;
  background-color: #fff;
}
.theme-blue #main-navbar .navbar-header a {
  color: #fff;
  background: #001a45;
}
.theme-blue #main-navbar .navbar-inner {
  background: #001a45;
}
.theme-blue #main-navbar .navbar-form > #navbar-search-icon-cover {
  background: #001a45;
}
.theme-blue #main-navbar .navbar-form > #navbar-search-icon {
  background: #1178b9;
}
.theme-blue #main-navbar .navbar-header,
.theme-blue #main-navbar .navbar-collapse {
  background: #001a45;
  box-shadow: none;
}
.theme-blue #main-navbar .navbar-collapse {
  border-top: 1px solid #00296e;
  background: #001a45;
}
.theme-blue #main-navbar ul.navbar-nav > .dropdown > a,
.theme-blue #main-navbar ul.navbar-nav.nav > li > a {
  color: #fff;
}
.theme-blue #main-navbar .navbar-toggle {
  color: #fff;
}
.theme-blue #main-navbar #main-menu-toggle {
  background: #001a45;
  color: #fff;
}
.theme-blue #main-navbar #main-menu-toggle .fa:before {
  color: #fff;
}
.theme-blue #main-navbar .dropdown.open > a {
  background: #001436;
}
.theme-blue #main-navbar form.navbar-form .form-control {
  background: #fff;
  border-color: #001a45;
}
.theme-blue #main-navbar .ticket-button :before {
  font-size: 22px;
}
.theme-blue #main-navbar .navbar-form > #navbar-search-icon:hover {
  color: #001a45;
}
.theme-blue #main-navbar .mobile-search-field {
  background: #1178b9;
  box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.2);
}
.theme-blue #main-navbar .mobile-search-field > form > #mobile-search-icon {
  background: #001a45;
  color: #fff;
}
.theme-blue #main-navbar ul.navbar-nav.nav > .dropdown > .dropdown-menu > li > a > i {
  color: #1dafe9;
}
.theme-blue #main-navbar .ticket-button:hover {
  background-color: #1178b9;
}
.theme-blue #main-navbar .navbar-notification:hover,
.theme-blue #main-navbar .user-menu:hover {
  color: #1178b9 !important;
}
.theme-blue #main-navbar .navbar-form > #navbar-search-icon {
  color: #000;
  background-color: #fff;
}
.theme-blue #main-navbar .navbar-form > #navbar-search-icon:hover {
  background-color: #1178b9;
}
@media (max-width: 768px) {
  .theme-blue.search-box-opened #main-navbar li.search-bar #navbar-search-icon-cover {
    background: #1b1e21;
  }
  .theme-blue.search-box-opened #main-navbar li.search-bar #navbar-search-icon {
    color: #a4a6a8;
    background: #1b1e21;
  }
  .theme-blue #main-navbar ul.navbar-nav li.dropdown.open .user-menu {
    background: #1b1e21;
  }
  .theme-blue #main-navbar ul.navbar-nav li.dropdown.open .user-menu:after {
    position: absolute;
    top: 60px;
    left: calc(50% - 10px);
    display: inline-block;
    border-right: 10px solid transparent;
    border-top: 6px solid #1b1e21;
    border-left: 10px solid transparent;
    content: "";
  }
  .theme-blue #main-navbar #mobile-user-menu > .dropdown-menu > li .dropdown-icon {
    color: #1178b9;
  }
  .theme-blue #main-navbar #mobile-user-menu > .dropdown-menu > li > a {
    color: #001a45;
  }
  .theme-blue #main-navbar #mobile-user-menu > .dropdown-menu > li > a:hover, .theme-blue #main-navbar #mobile-user-menu > .dropdown-menu > li > a:active {
    background: #1b1e21;
    color: #1178b9;
  }
}
@media (min-width: 769px) {
  .theme-blue #main-navbar li + li,
  .theme-blue #main-navbar .nav + .nav,
  .theme-blue #main-navbar .nav + .right {
    border-top: none;
  }
  .theme-blue #main-navbar .navbar-collapse {
    border-top: none;
  }
  .theme-blue #main-navbar .nav > li > a:hover {
    background: #1b1e21;
    color: #1178b9;
  }
  .theme-blue #main-navbar .dropdown.open > a {
    border-top: none;
    border-bottom: none;
    margin-top: 0;
    background: linear-gradient(to right, #0b0b0b, #1b1e21 10px, #1b1e21 calc(100% - 10px), #0b0b0b);
    color: #1178b9;
  }
  .theme-blue #main-navbar .dropdown-menu {
    border-radius: 3px;
    margin-top: 8px;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
  }
  .theme-blue #main-navbar .dropdown-menu:after {
    position: absolute;
    top: -10px;
    left: calc(50% - 10px);
    display: inline-block;
    border-right: 10px solid transparent;
    border-top: 10px solid #1b1e21;
    border-left: 10px solid transparent;
    content: "";
  }
}
@media (min-width: 769px) {
  .theme-blue #main-navbar .nav > li > a:active {
    background: #1b1e21;
    color: #1178b9;
  }
}
.theme-blue #main-menu-bg {
  background: #a7cae5;
}
@media (max-width: 768px) {
  .theme-blue .main-menu-expander {
    background: #001a45 !important;
  }
  .theme-blue .main-menu-expander:before {
    color: #fff !important;
  }
}
.theme-blue .main-menu-expander {
  background: #4b8fc6;
}
.theme-blue .main-menu-expander:hover {
  background: #1178b9;
}
.theme-blue #main-menu .mmc-dropdown-open-ul li.active > a {
  background: #fff;
}
.theme-blue #main-menu .mm-dropdown.active > a {
  background: none !important;
}
.theme-blue #main-menu .mmc-title {
  color: black;
}
.theme-blue #main-menu .mmc-dropdown-open-ul {
  border: 1px solid #eee;
  margin-top: -1px;
}
@media (min-width: 769px) {
  .theme-blue.mmc #main-menu .navigation > .mm-dropdown.open > a {
    color: #000;
  }
}
.theme-blue .mmc-dropdown-open-ul {
  background: #a7cae5;
}
.theme-blue .mmc-dropdown-open-ul li a {
  border-bottom: 1px solid #fff;
}
.theme-blue .mmc-dropdown-open-ul li a > span.mm-text {
  color: #000;
}
.theme-blue .mmc-dropdown-open-ul li a:hover {
  background: #fff !important;
}
.theme-blue .main-menu-expander:hover:before {
  color: #001a45;
}
.theme-blue .main-menu-expander:before {
  color: #fff;
}
.theme-blue .expander-divider {
  background: linear-gradient(to right, rgba(113, 156, 183, 0.05), #719cb7 3%, rgba(215, 232, 242, 0) 100%);
}
.theme-blue #main-menu .navigation li a {
  color: #000;
  font-size: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 0.2s;
}
@media (min-width: 769px) {
  .theme-blue #main-menu .navigation li a:hover {
    background: #2f89c2;
  }
}
.theme-blue #main-menu .navigation li.active > a {
  background: #fff;
}
.theme-blue #main-menu .navigation li a .icon-finao {
  filter: invert(100%);
  transition: all 0.2s;
}
.theme-blue #main-menu .navigation li.open a .icon-finao {
  filter: invert(0%);
}
.theme-blue #main-menu .mmc-dropdown-open-ul li a {
  background: #d9eaf5;
}
.theme-blue #main-menu .mmc-dropdown-open-ul li a:hover {
  background: #fff;
}
.theme-blue #main-menu .mmc-dropdown-open > a {
  color: black !important;
}
.theme-blue #main-menu .mm-dropdown > a:before {
  color: #001a45;
}
.theme-blue #main-menu .menu-content .mmc-title {
  background: #d9eaf5;
  border-bottom: 1px solid #c5dff0;
}
.theme-blue #main-menu .menu-content .btn-outline {
  border-color: #c5dff0;
  color: #000;
}
.theme-blue #main-menu .menu-content .btn-outline:hover, .theme-blue #main-menu .menu-content .btn-outline:active {
  border-color: transparent;
  color: #fff;
}
@media (max-width: 768px) {
  .theme-blue #main-menu .navigation > .mm-dropdown.open, .theme-blue #main-menu .navigation > .mm-dropdown.active {
    background: #2f89c2;
  }
  .theme-blue #main-menu .navigation > .mm-dropdown ul li > a {
    background: #fff;
    color: #001a45;
    border-color: #ebebec;
  }
  .theme-blue #main-menu .navigation > .mm-dropdown ul li.active > a {
    background: #fff;
  }
}
@media (max-width: 768px) {
  .theme-blue #main-menu .navigation > .mm-dropdown.open a:before, .theme-blue #main-menu .navigation > .mm-dropdown.active a:before {
    color: #fff;
  }
}
@media (max-width: 768px) {
  .theme-blue #main-menu .navigation > li > a {
    border-bottom: 1px solid #fff;
  }
  .theme-blue #main-menu-bg {
    background: #a7cae5;
  }
}
@media (min-width: 769px) {
  .theme-blue #main-menu .mm-dropdown.active {
    background: #2f89c2;
  }
  .theme-blue #main-menu .mm-dropdown.active > a .menu-icon, .theme-blue #main-menu .mm-dropdown.active > a .mm-text {
    color: #fff;
  }
  .theme-blue #main-menu .mm-dropdown.open > ul a {
    color: #000 !important;
    background: #d9eaf5;
  }
  .theme-blue #main-menu .mm-dropdown.open > ul a > span:before {
    color: #001a45;
  }
  .theme-blue #main-menu .mm-dropdown.open > ul a:hover {
    background: #fff;
  }
  .theme-blue #main-menu .mm-dropdown.open > ul .active > a {
    background: #fff !important;
  }
  .theme-blue #main-menu .mm-dropdown.open > a {
    background: #2f89c2 !important;
  }
}
@media (min-width: 769px) {
  .theme-blue #main-menu .mm-dropdown.active a:before {
    color: #fff;
  }
  .theme-blue #main-menu .mm-dropdown.open > a {
    color: #fff;
  }
  .theme-blue #main-menu .mm-dropdown.open > a:before {
    color: #fff;
  }
}
.theme-blue #main-menu-bg, .theme-blue.right-to-left.main-menu-right #main-menu-bg {
  border-left: none;
  border-right: 1px solid #c5dff0;
}
.theme-blue #main-menu .mmc-dropdown-open > ul, .theme-blue.right-to-left.main-menu-right #main-menu .mmc-dropdown-open > ul {
  margin-left: -1px;
  margin-right: 0;
}
.theme-blue.right-to-left #main-menu-bg, .theme-blue.main-menu-right #main-menu-bg {
  border-left: 1px solid #c5dff0;
  border-right: none;
}
.theme-blue.right-to-left #main-menu .mmc-dropdown-open > ul, .theme-blue.main-menu-right #main-menu .mmc-dropdown-open > ul {
  margin-left: 0;
  margin-right: -1px;
}
.theme-blue .dd-list .dd-item .dd-content:hover {
  color: #1178b9;
}
.theme-blue.page-signin .signin-info, .theme-blue.page-signup .signup-header {
  background: rgba(0, 26, 69, 0.8);
}
.theme-blue .timeline:before,
.theme-blue .timeline:after,
.theme-blue .tl-header,
.theme-blue .tl-icon {
  background: #e6e6e6;
}
.theme-blue .tl-header,
.theme-blue .tl-icon {
  box-shadow: 0 0 0 4px #fff;
}
.theme-blue .tl-entry:before {
  background: #87aed4;
  box-shadow: 0 0 0 3px #fff;
}
.theme-blue .tl-body:before {
  border-color: transparent #dcdcdc transparent transparent;
}
@media (min-width: 769px) {
  .theme-blue .timeline.centered .tl-entry.left .tl-body:before {
    border-color: transparent transparent transparent #dcdcdc;
  }
  .theme-blue.right-to-left .timeline.centered .tl-entry.left .tl-body:before {
    border-color: transparent #dcdcdc transparent transparent;
  }
}
.theme-blue.right-to-left .tl-body:before {
  border-color: transparent transparent transparent #dcdcdc;
}
.theme-blue.page-mail .mail-nav,
.theme-blue.page-mail .mail-nav:before {
  background: #fff;
}
.theme-blue.page-mail .mail-nav .sections li.active .label,
.theme-blue.page-mail .mail-nav .sections li.active .badge {
  background: #87aed4;
}
.theme-blue.page-mail .mail-nav,
.theme-blue.page-mail .mail-nav .compose-btn,
.theme-blue.page-mail .mail-nav .sections li.active,
.theme-blue.page-mail .mail-nav:before {
  border-color: darkgray;
}
.theme-blue.page-mail .mail-nav .navigation.open .sections li.active {
  background: whitesmoke;
}
.theme-blue.page-mail .mail-nav li.divider {
  background: #dcdcdc;
}
.theme-blue.page-mail .mail-nav .sections li.active a {
  color: #4d4d4d;
}
.theme-blue.page-mail .mail-nav .sections li.active:after {
  color: #b3b3b3;
}
.theme-blue.page-mail .mail-nav .sections a {
  color: #737373;
}
.theme-blue.page-mail .mail-nav-header {
  color: #fff;
  background: #444;
}
.theme-blue.page-mail .mail-nav .add-more a {
  color: #b3b3b3;
}
@media (min-width: 992px) {
  .theme-blue.page-mail .mail-nav .navigation .sections li.active {
    background: #e6e6e6;
  }
  .theme-blue.page-mail .mail-nav .sections a:hover {
    color: #4d4d4d;
  }
}
.theme-blue .page-search .bookmark-widget {
  position: relative;
  top: -2px;
  left: 10px;
}
.theme-blue .filters .filters-header {
  display: flex;
  gap: 10px;
}
.theme-blue .filters .filters-header .toggle i {
  margin-top: 3px;
  cursor: pointer;
  transition: all 300ms ease-in-out;
}
.theme-blue .filters .filters-header .toggle i.rotated {
  transform: rotate(90deg);
}
.theme-blue .filters #sort.switcher-wrapper {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .theme-blue .filters #sort.switcher-wrapper input[type=radio].switch-button + label {
    width: auto;
    display: inline-block;
    line-height: 26px;
  }
}
.theme-blue .result {
  background: #f5f5f5;
  padding-bottom: 5px;
}
.theme-blue .result .result-summary {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  overflow: hidden;
  height: 45px;
}
.theme-blue .result .result-summary .toggle i {
  margin: 11px 0 0 5px;
  cursor: pointer;
  transition: all 300ms ease-in-out;
}
.theme-blue .result .result-summary .toggle i.rotated {
  transform: rotate(90deg);
}
.theme-blue .result .result-summary .identifier small {
  display: block;
  width: 150px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.theme-blue .result .result-summary h4 {
  min-width: 150px;
  margin: 3px 0 0 0;
  font-size: 16px;
}
.theme-blue .result .result-summary h4 a {
  color: #1dafe9;
}
.theme-blue .result .result-summary h4 em {
  background: #1dafe9;
  border: 2px solid #1dafe9;
  border-left-width: 4px;
  border-right-width: 4px;
  font-style: normal;
  color: #333;
}
.theme-blue .result .result-summary .property {
  flex-shrink: 0;
  width: 150px;
}
.theme-blue .result .result-summary .property .key, .theme-blue .result .result-summary .property .value {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.theme-blue .result .result-summary .property .value {
  height: 25px;
  padding-top: 5px;
  position: relative;
  top: -3px;
}
.theme-blue .result .detailed-properties {
  padding: 0 10px 10px 10px;
  word-wrap: break-word;
}
.theme-blue .result .detailed-properties .detailed-property {
  margin: 5px;
}
.theme-blue .result .property em, .theme-blue .result .detailed-property em {
  background: #1dafe9;
  border: 2px solid #1dafe9;
  font-style: normal;
}
.theme-blue .result.loading-animation {
  width: 100%;
  height: 45px;
  z-index: 0;
  position: relative;
  overflow: hidden;
}
.theme-blue .result.loading-animation:after {
  content: "";
  top: 0;
  transform: translateX(100%);
  width: 100%;
  height: 45px;
  position: absolute;
  z-index: 1;
  animation: slide 1.5s infinite 0.5s;
  background: linear-gradient(to right, #e6e6e6 0%, #fafafa 50%, #e6e6e6 100%);
}
@keyframes slide {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.theme-blue .result.result-error {
  height: 45px;
}
.theme-blue .result.result-error p {
  text-align: center;
  padding: 15px;
  margin: 0;
}
.theme-blue .finao-map .popup-bubble-content a {
  color: #1178b9;
}
.theme-blue .popover-content a {
  color: #1178b9;
}
.theme-blue .staticmap.workflow-wrapper .panel.workflow .panel-body.staticmap-search {
  background-color: #e2eef7;
}
.theme-blue tr.sequence-data td,
.theme-blue tr.action-data td {
  background: #fff;
}
.theme-blue tr.event-table-header th,
.theme-blue tr.finding-table-header th {
  background: #8f918f;
  color: #fff;
}
.theme-blue .form-control {
  box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.3);
}
.theme-blue .form-control.timepicker, .theme-blue .form-control.datepicker-el, .theme-blue .form-control.datepicker-v3, .theme-blue .form-control.timepicker-v3 {
  border-right: 0;
  border-radius: 4px;
  background: #ffffff;
}
.theme-blue .form-control.timepicker[disabled], .theme-blue .form-control.datepicker-el[disabled], .theme-blue .form-control.datepicker-v3[disabled], .theme-blue .form-control.timepicker-v3[disabled] {
  border-right: 0;
  border-radius: 4px;
  background: #eeeeee;
}
.theme-blue .selectize-input {
  box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.3);
  height: 100%;
  padding-right: 34px !important;
  overflow-y: hidden;
}
.theme-blue .selectize-input + .selectize-caret-bg:before {
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 0;
  position: absolute;
  top: calc(50% - 5px / 2);
  left: calc(50% - 5px);
}
.theme-blue .selectize-input + .selectize-caret-bg-loading:before {
  border: none;
}
.theme-blue .selectize-input.dropdown-active + .selectize-caret-bg, .theme-blue .selectize-input:hover + .selectize-caret-bg {
  background: #001a45;
}
.theme-blue .selectize-input.dropdown-active + .selectize-caret-bg:before, .theme-blue .selectize-input:hover + .selectize-caret-bg:before {
  border-top: 0;
}
.theme-blue .selectize-input.dropdown-active + .selectize-caret-bg-loading, .theme-blue .selectize-input:hover + .selectize-caret-bg-loading {
  background: none;
}
.theme-blue .selectize-input:hover + .selectize-caret-bg-loading {
  background: none;
}
.theme-blue .selectize-input:hover + .selectize-caret-bg-loading:before {
  border: none;
}
.theme-blue .selectize-control.form-control .selectize-dropdown-content {
  color: #fff;
}
.theme-blue .selectize-control.form-control .selectize-dropdown-content .option.active,
.theme-blue .selectize-control.form-control .selectize-dropdown-content > div.active {
  color: #fff;
}
.theme-blue ul.nav-tabs > li > a {
  background: #d9eaf5;
  border-bottom: 2px solid #d9eaf5;
  color: #73777a;
}
.theme-blue ul.nav-tabs > li:hover > a {
  background: #4b8fc6;
  border-bottom: 2px solid #4b8fc6;
  color: #fff;
}
.theme-blue ul.nav-tabs > li.active > a {
  background: #1178b9;
  border-bottom: 2px solid #1178b9;
  color: #fff;
}
.theme-blue .timepicker:focus + .input-group-addon,
.theme-blue .datepicker-el:focus + .input-group-addon,
.theme-blue .timepicker-v3:focus + .input-group-addon,
.theme-blue .datepicker-v3:focus + .input-group-addon,
.theme-blue .timepicker:hover + .input-group-addon,
.theme-blue .datepicker-el:hover + .input-group-addon,
.theme-blue .timepicker-v3:hover + .input-group-addon,
.theme-blue .datepicker-v3:hover + .input-group-addon,
.theme-blue .location-field:hover .input-group-addon,
.theme-blue .input-group-addon:hover {
  background: #001a45;
}
.theme-blue .historyChart-wrapper {
  padding: 30px 15px 50px;
  background: #fff;
  height: 350px;
  width: auto;
  overflow: auto;
}
.theme-blue #historyChart {
  background: #ebebec;
  padding: 10px;
}
.theme-blue .widget-tab.visible-sm,
.theme-blue .widget-tab.visible-xs {
  height: 40px;
}
.theme-blue .widget-tab.visible-sm .left-tab,
.theme-blue .widget-tab.visible-xs .left-tab {
  display: inline-block;
  width: calc(100% - 40px);
  height: 100%;
}
.theme-blue .widget-tab.visible-sm .left-tab button,
.theme-blue .widget-tab.visible-xs .left-tab button {
  width: 100%;
  color: #fff;
  font-size: 14px;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: transparent;
}
.theme-blue .widget-tab.visible-sm .left-tab button:after,
.theme-blue .widget-tab.visible-xs .left-tab button:after {
  content: "\f0d7";
  position: absolute;
  right: 12px;
  font-family: FontAwesome;
  font-size: 16px;
  top: 13px;
}
.theme-blue .widget-tab.visible-sm .left-tab button:hover,
.theme-blue .widget-tab.visible-xs .left-tab button:hover {
  background-image: none !important;
  color: #fff;
  border: none;
}
.theme-blue .widget-tab.visible-sm .left-tab ul.dropdown-menu,
.theme-blue .widget-tab.visible-xs .left-tab ul.dropdown-menu {
  width: 100%;
}
.theme-blue .widget-tab.visible-sm .left-tab ul.dropdown-menu li a,
.theme-blue .widget-tab.visible-xs .left-tab ul.dropdown-menu li a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.theme-blue .widget-tab.visible-sm .left-tab.open button,
.theme-blue .widget-tab.visible-xs .left-tab.open button {
  background: #87aed4 !important;
  color: #fff;
  border: transparent;
}
.theme-blue .widget-tab.visible-sm .left-tab.open button :after,
.theme-blue .widget-tab.visible-xs .left-tab.open button :after {
  content: "\f0d8";
}
.theme-blue .widget-tab.visible-sm .pull-right,
.theme-blue .widget-tab.visible-xs .pull-right {
  width: 40px;
  height: 40px;
  padding: 0 0 5px 5px;
}
.theme-blue .widget-tab.visible-sm .pull-right > button,
.theme-blue .widget-tab.visible-xs .pull-right > button {
  width: 100%;
  height: 100%;
  border: 0;
  box-shadow: 0px 0px 1px 1px rgba(128, 128, 128, 0.4);
}
.theme-blue .widget-tab.visible-sm .pull-right .dropdown-menu a, .theme-blue .widget-tab.visible-sm .pull-right .dropdown-menu button,
.theme-blue .widget-tab.visible-xs .pull-right .dropdown-menu a,
.theme-blue .widget-tab.visible-xs .pull-right .dropdown-menu button {
  color: #001a45;
  width: 100%;
  border-width: 0;
  border-radius: 0;
  line-height: inherit;
}
.theme-blue .widget-tab.visible-sm .pull-right .dropdown-menu a span, .theme-blue .widget-tab.visible-sm .pull-right .dropdown-menu button span,
.theme-blue .widget-tab.visible-xs .pull-right .dropdown-menu a span,
.theme-blue .widget-tab.visible-xs .pull-right .dropdown-menu button span {
  padding-right: 18px;
  color: #1178b9;
}
.theme-blue .widget-tab.visible-sm .pull-right .dropdown-menu a:hover, .theme-blue .widget-tab.visible-sm .pull-right .dropdown-menu button:hover,
.theme-blue .widget-tab.visible-xs .pull-right .dropdown-menu a:hover,
.theme-blue .widget-tab.visible-xs .pull-right .dropdown-menu button:hover {
  color: #fff;
}
.theme-blue .widget-tab.visible-sm .pull-right.open > button span,
.theme-blue .widget-tab.visible-xs .pull-right.open > button span {
  color: #fff;
}
.theme-blue .search-pannel .breadcrumb-text a span,
.theme-blue .user-info-popup:before {
  color: #1178b9;
}
.theme-blue .user-info-popup.user-info-popup-deactivated:before {
  color: #6a757f;
}
.theme-blue .user-info-popup {
  color: inherit !important;
  font-size: 15px;
  cursor: pointer;
}
.theme-blue #content-wrapper .user-info-popup .user-info-panel {
  min-width: 400px;
  z-index: 100000;
}
.theme-blue #content-wrapper .user-info-popup .popup-tip-anchor {
  min-width: 400px;
}
.theme-blue #content-wrapper .user-info-popup .popup-tip-anchor .popup-bubble-anchor {
  bottom: 36px;
  left: 7px;
  transform: none;
  top: -25px;
  cursor: auto;
}
.theme-blue #content-wrapper .user-info-popup .popup-tip-anchor .popup-bubble-anchor .user-info-popup-content {
  position: absolute;
  border: 1px solid #aaa;
  border-radius: 3px;
  font-family: sans-serif;
  min-width: 280px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  z-index: 100007;
  background-color: #fff;
  transform: translate(-50%, -100%);
}
.theme-blue #content-wrapper .user-info-popup .popup-tip-anchor .popup-bubble-anchor .user-info-popup-content table {
  table-layout: fixed;
}
.theme-blue #content-wrapper .user-info-popup .popup-tip-anchor .popup-bubble-anchor .user-info-popup-content .popup-close {
  z-index: 100008;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.theme-blue #content-wrapper .user-info-popup .popup-tip-anchor .popup-bubble-anchor .user-info-popup-content .popup-close i {
  cursor: pointer;
  color: #373d42;
}
.theme-blue #content-wrapper .user-info-popup .popup-tip-anchor .popup-bubble-anchor .user-info-popup-content .popup-arrow {
  border-width: 7px 8px 0 8px;
  border-color: #aaa transparent transparent transparent;
  border-style: solid;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -7px;
  left: calc(50% - 8px);
}
.theme-blue #content-wrapper .user-info-popup .popup-tip-anchor .popup-bubble-anchor .user-info-popup-content .media .media-header {
  text-align: center;
  padding: 15px;
}
.theme-blue #content-wrapper .user-info-popup .popup-tip-anchor .popup-bubble-anchor .user-info-popup-content .media .media-body {
  padding: 0 15px 15px 15px;
}
.theme-blue #content-wrapper .user-info-popup .popup-tip-anchor .popup-bubble-anchor .user-info-popup-content h6 {
  margin: 0;
  font-weight: bold;
}
.theme-blue #content-wrapper .user-info-popup .popup-tip-anchor .popup-bubble-anchor table {
  width: 100%;
}
.theme-blue #content-wrapper .user-info-popup .popup-tip-anchor .popup-bubble-anchor table thead {
  background-color: #d9d9d9;
}
.theme-blue #content-wrapper .user-info-popup .popup-tip-anchor .popup-bubble-anchor table thead th {
  font-size: 16px;
  vertical-align: baseline;
  text-align: left;
}
.theme-blue #content-wrapper .user-info-popup .popup-tip-anchor .popup-bubble-anchor table thead td {
  font-size: 10px;
  vertical-align: baseline;
  text-align: left;
}
.theme-blue #content-wrapper .user-info-popup .popup-tip-anchor .popup-bubble-anchor table td {
  width: 50%;
  height: auto;
  line-height: 12px;
  word-wrap: break-word;
  vertical-align: top;
  padding: 8px 10px;
}
.theme-blue #search-form .closeSearch:hover {
  color: #fff;
}
.theme-blue small.autosave span.glyphicon {
  display: none;
}
.theme-blue table.cms-wysiwyg-table td, .theme-blue table.cms-wysiwyg-table th {
  padding: 5px;
}
.theme-blue tr.sequence-toggle td,
.theme-blue tr.action-toggle td {
  border-bottom: 3px solid #fff !important;
}
.theme-blue tr.sequence-toggle td > div,
.theme-blue tr.action-toggle td > div {
  background: #f8f8f8;
}
.theme-blue tr.sequence-toggle td > div > span,
.theme-blue tr.action-toggle td > div > span {
  color: #0066cc;
}
.theme-blue tr.sequence-toggle td > div > span:hover,
.theme-blue tr.action-toggle td > div > span:hover {
  color: #000;
}
.theme-blue .fancybox-type-iframe > .fancybox-skin,
.theme-blue .fancybox-type-iframe .fancybox-inner {
  background: #1178b9;
}
.theme-blue .fancybox-title.fancybox-title-inside-wrap {
  background: #1178b9;
}
.theme-blue .fancybox-close {
  background: #1178b9;
}
.theme-blue .fancybox-close:after {
  color: #fff;
}
.theme-blue .fancybox-close:hover:after {
  color: #001a45;
}
.theme-blue .selectize-caret-bg {
  background: #4b8fc6;
}
.theme-blue .selectize-caret-bg-loading {
  background: none;
}
.theme-blue .selectize-input + .selectize-caret-bg:before {
  border-top: 5px solid #fff;
}
.theme-blue .selectize-input + .selectize-caret-bg-loading:before {
  border: none;
}
.theme-blue .selectize-input.dropdown-active + .selectize-caret-bg:before, .theme-blue .selectize-input:hover + .selectize-caret-bg:before {
  border-bottom: 5px solid #fff;
}
.theme-blue .selectize-input:hover + .selectize-caret-bg-loading:before {
  border: none;
}
.theme-blue .selectize-control.form-control .selectize-dropdown-content {
  background: #4b8fc6;
  border-color: #4b8fc6;
  color: #fff;
}
.theme-blue .selectize-control.form-control .selectize-dropdown-content .option.active,
.theme-blue .selectize-control.form-control .selectize-dropdown-content > div.active {
  color: #fff;
  background: #1dafe9;
}
.theme-blue .table {
  background: #f5f5f5;
}
.theme-blue .table a:not(.btn):not(.bnt):not(.btn-sm):not(.remove) {
  color: #1178b9;
}
.theme-blue a.link {
  color: #1178b9;
}
.theme-blue .datatable-wrapper.table-responsive {
  background-image: linear-gradient(to right, #f5f5f5, #f5f5f5), linear-gradient(to right, #f5f5f5, #f5f5f5), linear-gradient(to right, rgba(0, 0, 0, 0.15), rgba(255, 255, 255, 0)), linear-gradient(to left, rgba(0, 0, 0, 0.15), rgba(255, 255, 255, 0));
  /* Shadows */
  /* Shadow covers */
  background-position: left center, right center, left center, right center;
  background-repeat: no-repeat;
  background-color: #f5f5f5;
  background-size: 20px 100%, 20px 100%, 8px 100%, 8px 100%;
  background-attachment: local, local, scroll, scroll;
  overflow-x: scroll;
}
.theme-blue .datatable-wrapper.table-responsive .table {
  background: none;
}
.theme-blue .datatable-wrapper.table-responsive .table tbody tr td {
  border-top: none;
}
.theme-blue #stages .panel-collapse .livewire-table .section-wrapper {
  padding: 0 !important;
}
.theme-blue .view-datatable .view-datatable-body:not(.table-responsive) {
  min-width: 500px;
}
.theme-blue .footer-index {
  color: #001a45;
}
.theme-blue .panel-group-dark .accordion-toggle {
  color: #fff;
}
.theme-blue .panel-group-dark .accordion-toggle:after {
  color: #fff;
}
.theme-blue .panel-group-dark .accordion-toggle.collapsed {
  background: #e2eef7;
  color: #001a45;
}
.theme-blue .panel-group-dark .accordion-toggle.collapsed:after {
  color: #001a45;
}
@media (min-width: 769px) {
  .theme-blue .panel-group-dark .accordion-toggle.collapsed:not(.disabled):hover {
    background: #4b8fc6;
    color: #fff;
  }
  .theme-blue .panel-group-dark .accordion-toggle.collapsed:not(.disabled):hover:after {
    color: #fff;
  }
}
.theme-blue .sub-accordion-heading > .accordion-toggle {
  background: #565656;
}
.theme-blue .table > thead {
  background: #1178b9;
  color: #fff;
}
.theme-blue .table tr.bottom-border > td {
  border-bottom: 1px solid #e2eef7 !important;
}
.theme-blue table.datatablepopup td {
  background: #f9fcfd;
}
.theme-blue table.datatablepopup > thead > tr > td {
  background: #c9e1f1;
  color: #001a45;
}
.theme-blue table.datatablepopup > thead > tr > td.status-column a.popupplus2, .theme-blue table.datatablepopup > thead > tr > td.status-column a.popupedit {
  color: #1178b9;
}
.theme-blue .datatablepopup2 .panel .panel-heading.datatablepopup-heading .popupplus2 i, .theme-blue .datatablepopup2 .panel .panel-heading.datatablepopup-heading .popupedit i {
  color: #1178b9;
  font-size: 15px;
}
.theme-blue .datatablepopup2 .panel .panel-heading.datatablepopup-heading .panel-title + .popupplus2 i, .theme-blue .datatablepopup2 .panel .panel-heading.datatablepopup-heading .panel-title + .popupedit i {
  color: #fff;
}
.theme-blue .panel > .panel-heading.datatablepopup-heading {
  background: #1dafe9;
}
.theme-blue .view-datatable .view-datatable-heading {
  background-color: #1dafe9;
  color: #fff;
}
.theme-blue .view-datatable .view-datatable-body table.table > th, .theme-blue .view-datatable .view-datatable-body table.table > td {
  background: #c9e1f1;
  color: #001a45;
}
.theme-blue .panel .panel-body .view-datatable .view-datatable-body table.table thead {
  background: #c9e1f1;
}
.theme-blue .panel .panel-body .view-datatable .view-datatable-body table.table td.datatable-button-column button.btn {
  color: #000;
  border-color: #000;
  background: #fff;
  margin-left: 3px;
}
.theme-blue .panel .panel-body .view-datatable .view-datatable-body table.table td.datatable-button-column button.btn:hover {
  background-image: none !important;
}
.theme-blue .list-sectioned > li {
  background-color: #1178b9;
  color: #fff;
}
.theme-blue .list-sectioned > li ul {
  background: #f5f5f5;
}
.theme-blue .panel-group-dark .accordion-toggle {
  background: #565656;
}
@media (min-width: 769px) {
  .theme-blue .panel-group-dark .accordion-toggle:hover:after {
    color: #d9eaf5;
  }
}
.theme-blue .panel-group-dark .accordion-toggle.warning {
  background: #f19a1f;
}
.theme-blue .view-table {
  background: #f9fcfd;
}
.theme-blue ul.nav-tabs > li.pull-right > .btn-setting {
  color: #001a45;
  background: #d9eaf5;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0) 20px);
}
.theme-blue ul.nav-tabs > li.pull-right > .btn-setting:hover {
  background: #4b8fc6 !important;
  color: #fff;
}
.theme-blue ul.nav-tabs > li.pull-right > .btn-setting[data-toggle=dropdown] {
  padding-left: 0;
  padding-right: 0;
}
.theme-blue ul.nav-tabs > li.pull-right > .btn-setting[data-toggle=dropdown] > [data-toggle=tooltip] {
  padding: 8px 20px;
}
.theme-blue ul.nav-tabs > li.pull-right > a.btn-setting.btn-setting-danger {
  color: white;
  background: #d9534f;
  background-image: none;
}
.theme-blue ul.nav-tabs > li.pull-right > a.btn-setting.btn-setting-danger:hover {
  background-color: #c9302c !important;
  border: none;
}
.theme-blue ul.nav-tabs > li.pull-right > a.btn-setting.btn-setting-warning {
  color: white;
  background: #f0ad4e;
  background-image: none;
}
.theme-blue ul.nav-tabs > li.pull-right > a.btn-setting.btn-setting-warning:hover {
  background-color: #ec971f !important;
  border: none;
}
.theme-blue ul.nav-tabs > li.pull-right > a.btn-setting.btn-setting-success {
  color: white;
  background: #5cb85c;
  background-image: none;
}
.theme-blue ul.nav-tabs > li.pull-right > a.btn-setting.btn-setting-success:hover {
  background-color: #449d44 !important;
  border: none;
}
.theme-blue span.input-group-addon {
  background: #4b8fc6;
  border-color: #4b8fc6;
  color: #fff;
}
.theme-blue .input-group .input-group-field-container + .input-group-btn > .btn {
  border-color: #001A45;
  color: #001A45;
}
.theme-blue .input-group .input-group-field-container + .input-group-btn > .btn.btn-input-group-field-remove {
  background: #dc5e4c;
  border: 1px solid #dc5e4c;
  color: white;
}
.theme-blue .input-group .input-group-field-container + .input-group-btn > .btn.btn-input-group-field-remove:hover {
  background-color: #cd3d28;
  border-color: #cd3d28;
}
.theme-blue .bg-default {
  background: #d9eaf5 !important;
  color: inherit;
}
.theme-blue .add-material-wrapper > button {
  background: linear-gradient(to bottom, #5e6367, #001a45 40%);
  color: #fff;
  padding: 10px 15px;
}
.theme-blue .add-material-wrapper > button:hover {
  background: #001a45 !important;
  color: rgba(255, 255, 255, 0.8);
}
.theme-blue .widget-tab.visible-sm .pull-right > button,
.theme-blue .widget-tab.visible-xs .pull-right > button {
  background-image: linear-gradient(to bottom, #f1f7fb 30%, #d9eaf5 100%) !important;
}
.theme-blue .widget-tab.visible-sm .left-tab button,
.theme-blue .widget-tab.visible-xs .left-tab button {
  background: #1178b9;
}
.theme-blue .widget-tab.visible-sm .left-tab button:after,
.theme-blue .widget-tab.visible-xs .left-tab button:after {
  color: #fff;
}
.theme-blue .widget-tab.visible-sm .left-tab button:hover,
.theme-blue .widget-tab.visible-xs .left-tab button:hover {
  background: #1178b9 !important;
}
.theme-blue .widget-tab.visible-sm .pull-right > button,
.theme-blue .widget-tab.visible-xs .pull-right > button {
  background-color: #d9eaf5;
  box-shadow: 0px 0px 1px 1px rgba(128, 128, 128, 0.4);
}
.theme-blue .widget-tab.visible-sm .pull-right > button:active,
.theme-blue .widget-tab.visible-xs .pull-right > button:active {
  background-image: none !important;
  background: #1dafe9 !important;
}
.theme-blue .widget-tab.visible-sm .pull-right > button:active span,
.theme-blue .widget-tab.visible-xs .pull-right > button:active span {
  color: #fff;
}
.theme-blue .widget-tab.visible-sm .pull-right.open > button,
.theme-blue .widget-tab.visible-xs .pull-right.open > button {
  background: #d9eaf5;
  background-image: none !important;
  background: #1dafe9 !important;
}
.theme-blue .widget-tab.visible-sm .pull-right.open > button span,
.theme-blue .widget-tab.visible-xs .pull-right.open > button span {
  color: #fff;
}
.theme-blue .workflow:not(.workflow-indicator) ~ .workflow-expander {
  background: #4b8fc6;
}
.theme-blue .workflow:not(.workflow-indicator) ~ .workflow-expander:hover {
  background: #1178b9;
}
.theme-blue .edit.panel-heading-icon {
  background: #1178b9;
}
.theme-blue .edit.panel-heading-icon:hover {
  background: #1178b9;
}
.theme-blue .edit.panel-heading-icon:hover > span {
  color: #000;
}
.theme-blue .workflow:not(.workflow-indicator) ~ .workflow-expander:before {
  color: #fff;
}
.theme-blue .workflow-wrapper .workflow-expander:hover:before {
  color: #001a45;
}
.theme-blue .panel-group .panel .stage-table-wrapper {
  background: #f9fcfd;
}
.theme-blue .panel-group .panel .stage-table-wrapper > .panel-body {
  background: #f9fcfd !important;
}
.theme-blue .panel-group .panel .stage-table-wrapper > .panel-body table > thead {
  background: #a7cae5;
}
.theme-blue .panel-group .panel .stage-table-wrapper .panel-footer {
  background: #f9fcfd;
}
.theme-blue .add-event-wrapper,
.theme-blue .add-finding-wrapper {
  margin-top: -20px;
  margin-bottom: 10px;
  padding: 10px 0;
  width: 100%;
  text-align: center;
}
.theme-blue .add-event-wrapper span.add-event,
.theme-blue .add-event-wrapper span.add-finding,
.theme-blue .add-finding-wrapper span.add-event,
.theme-blue .add-finding-wrapper span.add-finding {
  cursor: pointer;
  font-weight: 600;
}
.theme-blue .add-sequence-wrapper {
  background: #f8f8f8;
  padding: 10px 0;
}
.theme-blue .add-sequence-wrapper span.add-sequence {
  cursor: pointer;
  font-weight: 600;
}
.theme-blue .add-sequence-wrapper[disabled=disabled] span.add-sequence {
  color: #ccc;
}
.theme-blue .add-event-wrapper,
.theme-blue .add-finding-wrapper {
  background: #e2eef7;
}
.theme-blue .add-event-wrapper span.add-event,
.theme-blue .add-event-wrapper span.add-finding,
.theme-blue .add-finding-wrapper span.add-event,
.theme-blue .add-finding-wrapper span.add-finding {
  color: #0066cc;
}
.theme-blue .add-sequence-wrapper span.add-sequence {
  color: #0066cc;
}
.theme-blue .ajaxupload-container {
  border-color: #001A45;
  border-style: dashed;
  background-color: #fff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05), 0px -1px 1px rgba(255, 255, 255, 0.583956);
}
.theme-blue .ajaxupload-container, .theme-blue .ajaxupload-container .dropzone-btn, .theme-blue .ajaxupload-container .progress .upload-text {
  color: #001A45;
}
.theme-blue .ajaxupload-container .dropzone-btn {
  white-space: normal;
}
.theme-blue .ajaxupload-container:not(.active):hover {
  background-color: #183C78;
  border-color: #183C78;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05), 0px -1px 1px rgba(255, 255, 255, 0.583956);
}
.theme-blue .ajaxupload-container:not(.active):hover, .theme-blue .ajaxupload-container:not(.active):hover .dropzone-btn, .theme-blue .ajaxupload-container:not(.active):hover .progress .upload-text {
  color: #fff;
}
.theme-blue .ajaxupload-container.dragging {
  background-color: #1dafe9 !important;
}
.theme-blue .ajaxupload-container.dragging:after {
  color: #fff;
}
.theme-blue .ajaxupload-container.dragging > span {
  color: #fff;
}
.theme-blue .ajaxupload-container.done {
  background: #d9eaf5;
}
.theme-blue .ajaxupload-container.done:after {
  color: #a8c8e2;
}
.theme-blue .ajaxupload-container.done .clear {
  background-color: #1dafe9;
}
.theme-blue .ajaxupload-container.done .clear:after {
  color: #fff;
}
.theme-blue .ajaxupload-container.done .preview {
  background-color: #d9eaf5;
}
.theme-blue .input-group.has-ajaxupload.ajaxupload-container-done > .input-group-btn:first-child, .theme-blue .input-group.has-ajaxupload.ajaxupload-container-active > .input-group-btn:first-child {
  padding-right: 10px;
}
.theme-blue .input-group.has-ajaxupload:not(.ajaxupload-container-done):not(.ajaxupload-container-active) > .input-group-btn:first-child {
  position: absolute;
  left: 0;
  z-index: 3;
  width: auto;
}
.theme-blue .input-group.has-ajaxupload:not(.ajaxupload-container-done):not(.ajaxupload-container-active) > .input-group-btn:first-child > .ajaxupload-container {
  border-width: 0;
  width: 35px;
  height: 35px;
  margin-top: 0;
  margin-bottom: 0;
  background-color: transparent;
  color: #1dafe9;
}
.theme-blue .input-group.has-ajaxupload:not(.ajaxupload-container-done):not(.ajaxupload-container-active) > .input-group-btn:first-child > .ajaxupload-container:after {
  top: 8px;
  left: 11px;
  font-size: 20px;
}
.theme-blue .input-group.has-ajaxupload:not(.ajaxupload-container-done):not(.ajaxupload-container-active) > .input-group-btn:first-child > .ajaxupload-container > .dropzone-btn,
.theme-blue .input-group.has-ajaxupload:not(.ajaxupload-container-done):not(.ajaxupload-container-active) > .input-group-btn:first-child > .ajaxupload-container > .mobile-btn {
  display: none;
}
.theme-blue .input-group.has-ajaxupload:not(.ajaxupload-container-done):not(.ajaxupload-container-active) .input-group-field-container > input {
  padding-left: 38px;
}
.theme-blue .fileuploadgroup .btn#add, .theme-blue .fileuploadgroup .btn.add {
  color: #001A45;
  border-color: #001A45;
  border-style: dashed;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05), 0px -1px 1px rgba(255, 255, 255, 0.583956);
}
.theme-blue .fileuploadgroup .btn#add:hover, .theme-blue .fileuploadgroup .btn.add:hover {
  color: #fff;
  background-color: #183C78;
  border-color: #183C78;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05), 0px -1px 1px rgba(255, 255, 255, 0.583956);
}
.theme-blue .add-upload-wrapper,
.theme-blue .add-upload-wrapper > a.add-upload {
  color: #1dafe9 !important;
}
.theme-blue #permission-container {
  box-shadow: 0 0 8px 0 #001a45;
}
.theme-blue #permission-container .table-wrapper .table.permissions td {
  background: #f5f5f5;
}
.theme-blue #permission-wrapper .burger-menu > button {
  border: 1px solid #d9eaf5;
}
.theme-blue #permission-wrapper .tab-pane ul > li:after {
  border-top-color: #d9eaf5;
}
.theme-blue #permission-wrapper .tab-pane ul > li > a {
  background: #c9e1f1;
  color: #000;
}
.theme-blue #permission-wrapper .tab-pane ul > li > a:hover {
  color: #1178b9;
  background: #d9eaf5 !important;
}
.theme-blue #permission-wrapper .tab-pane ul > li.active:after {
  border-top-color: #a7cae5;
}
.theme-blue #permission-wrapper .tab-pane ul > li.active > a {
  background: #a7cae5 !important;
}
.theme-blue #permission-wrapper .tab-pane ul > li.active:hover:after {
  border-top-color: #d9eaf5 !important;
}
.theme-blue #permission-wrapper .tab-pane ul > li.active:hover > a {
  color: #1178b9;
  background: #d9eaf5 !important;
}
.theme-blue #permission-container .scroller {
  background: #d9eaf5;
  color: #1178b9;
}
.theme-blue #permission-container .scroller:hover {
  background: #1178b9;
}
.theme-blue #permission-container .scroller:hover {
  color: #fff;
}
.theme-blue #permission-container .table-wrapper .table.permissions td.permission-group, .theme-blue #permission-container .table-wrapper .table.permissions td.permission-singular {
  background: #86add6;
}
.theme-blue #permission-container .table-wrapper .table.permissions td.permission-group:not(.uppercase), .theme-blue #permission-container .table-wrapper .table.permissions td.permission-singular:not(.uppercase) {
  border-left-color: #86add6;
}
.theme-blue #permission-container .table-wrapper .table.permissions td.permission-group.uppercase, .theme-blue #permission-container .table-wrapper .table.permissions td.permission-group:not(:last-child), .theme-blue #permission-container .table-wrapper .table.permissions td.permission-singular.uppercase, .theme-blue #permission-container .table-wrapper .table.permissions td.permission-singular:not(:last-child) {
  border-right-color: #86add6;
}
.theme-blue #permission-container .table-wrapper .table.permissions td.role_permission.odd {
  background: #e7f3fb;
}
.theme-blue #permission-container .table-wrapper .table.permissions tr.second-level td {
  background: #c9e1f1;
}
.theme-blue .table.perm-table .group {
  background-color: #86add6;
}
.theme-blue .table.perm-table td.roles {
  border-left-color: #86add6;
}
.theme-blue .table.perm-table .second-level {
  background-color: #c9e1f1;
}
.theme-blue .table.perm-table button {
  color: #1178b9;
}
.theme-blue ul.pagination li > a:hover {
  color: #1178b9;
}
.theme-blue ul.pagination li.active > a {
  color: #001a45;
}
.theme-blue ul.pagination.customized-pagination li.previousPage > span, .theme-blue ul.pagination.customized-pagination li.previousPage > a, .theme-blue ul.pagination.customized-pagination li.nextPage > span, .theme-blue ul.pagination.customized-pagination li.nextPage > a,
.theme-blue ul.pagination.customized-pagination li.firstPage > span,
.theme-blue ul.pagination.customized-pagination li.firstPage > a, .theme-blue ul.pagination.customized-pagination li.lastPage > span, .theme-blue ul.pagination.customized-pagination li.lastPage > a {
  color: #1178b9;
  background: inherit;
}
.theme-blue ul.pagination.customized-pagination li.previousPage > a:hover > span, .theme-blue ul.pagination.customized-pagination li.nextPage > a:hover > span,
.theme-blue ul.pagination.customized-pagination li.firstPage > a:hover > span, .theme-blue ul.pagination.customized-pagination li.lastPage > a:hover > span {
  color: #001a45;
  font-weight: bold;
}
.theme-blue ul.pagination.customized-pagination li.active > span {
  color: #001a45;
}
.theme-blue ul.pagination li > a, .theme-blue ul.pagination li > a:before {
  color: #a7cae5;
}
.theme-blue ul.pagination.customized-pagination li.pageNumber > span:before,
.theme-blue ul.pagination.customized-pagination li.ellipsis-breaker > span:after {
  color: #a7cae5;
}
.theme-blue .datatablepopup2 .paginate_button a {
  padding: 6px;
}
.theme-blue .datatablepopup2 .paginate_button:nth-last-child(3) a::before, .theme-blue .datatablepopup2 .paginate_button.last a::before, .theme-blue .datatablepopup2 .paginate_button.first a::before, .theme-blue .datatablepopup2 .paginate_button.previous a::before {
  content: "";
}
.theme-blue .datatablepopup2 .paginate_button:not(.active) a {
  color: #1dafe9;
}
.theme-blue .mot-history-table-wrapper .table {
  table-layout: fixed;
}
.theme-blue .mot-history-table-wrapper .table tr, .theme-blue .mot-history-table-wrapper .table td {
  word-wrap: break-word;
  position: relative;
}
.theme-blue .mot-history-table-wrapper .table div.mot-restrict-height {
  max-height: 150px;
  overflow: hidden;
  margin-bottom: 15px;
}
.theme-blue .mot-history-table-wrapper .table .mot-restrict-height-icon {
  position: absolute;
  bottom: 0;
  right: 2px;
  padding: 3px 5px;
}
.theme-blue .mot-history-table-wrapper .table .mot-restrict-height-icon:hover {
  border-color: #333;
}
.theme-blue .history-table-wrapper,
.theme-blue .mot-history-table-wrapper {
  padding: 20px;
}
.theme-blue .history-table-wrapper .table,
.theme-blue .mot-history-table-wrapper .table {
  margin-bottom: 0;
}
.theme-blue .history-table-wrapper .table > thead th,
.theme-blue .mot-history-table-wrapper .table > thead th {
  border: 0;
}
.theme-blue .history-table-wrapper .table tbody tr:last-child > td:first-child i:after,
.theme-blue .mot-history-table-wrapper .table tbody tr:last-child > td:first-child i:after {
  color: transparent;
}
.theme-blue .hidden-desktop {
  display: none;
}
.theme-blue .history-table-wrapper .table > thead,
.theme-blue .mot-history-table-wrapper .table > thead {
  background: #d9eaf5;
}
.theme-blue .history-table-wrapper .table > thead th,
.theme-blue .mot-history-table-wrapper .table > thead th {
  color: #000;
}
.theme-blue .history-table-wrapper .table tbody tr:first-child > td:first-child i:after,
.theme-blue .mot-history-table-wrapper .table tbody tr:first-child > td:first-child i:after {
  color: #a2cae3;
}
.theme-blue .history-table-wrapper .table tbody td:first-child {
  border: 1px solid #f9fcfd;
}
.theme-blue .history-table-wrapper td .fa {
  color: #a2cae3;
  font-size: 12px;
}
.theme-blue .history-table-wrapper td .fa.fa-circle {
  color: #1dafe9;
}
.theme-blue .history-table-wrapper td .fa:after {
  content: "|";
  position: relative;
  left: -8px;
  font-size: 20px;
  top: 20px;
}
.theme-blue .search-pannel .tab-content {
  background: #f5f5f5;
}
.theme-blue .search-pannel .tab-content .table {
  background: #f5f5f5;
}
.theme-blue .search-pannel .tab-content .table tbody {
  width: 100%;
}
.theme-blue .search-pannel .tab-content .table tbody tr {
  width: 100%;
  display: block;
}
.theme-blue .search-pannel .tab-content .table tr {
  border-bottom: 1px solid #d9eaf5;
}
.theme-blue .search-pannel #result-page-search-form .searchbox-input {
  background: #f9fcfd;
}
.theme-blue .search-pannel #result-page-search-form #result-page-search-icon {
  color: #fff;
  background: #1dafe9;
}
.theme-blue #search-form .panel .panel-body {
  background: #d9eaf5;
}
.theme-blue #search-form .closeSearch {
  color: #1dafe9;
}
.theme-blue #nprogress .bar {
  background: #24b1e9;
}
.theme-blue #nprogress .spinner-icon {
  border-top-color: #24b1e9;
  border-left-color: #24b1e9;
  border-right-color: #24b1e9;
  border-bottom-color: #e4f0f8;
}
.theme-blue .finao-im .im-contacts li a {
  color: #000;
}
.theme-blue .finao-im .im-contacts li a.active {
  color: #87aed4;
}
.theme-blue .finao-im .im-contacts li a:after {
  border-top-color: #000;
}
.theme-blue .finao-im .im-message {
  background-color: #e6eff7;
  color: #87aed4;
}
.theme-blue .finao-im .im-message:before {
  border-left-color: #e6eff7;
}
.theme-blue .finao-im .im-messages-wrapper li.received .im-message {
  background-color: #d3e3f1;
}
.theme-blue .finao-im .im-messages-wrapper li.received .im-message:before {
  border-right-color: #d3e3f1;
}
.theme-blue .finao-im .im-contacts li a.new {
  background-color: #fcaf17;
}
.theme-blue .finao-im .im-contacts li a {
  background-color: #d9eaf5;
}
.theme-blue .finao-im .im-contacts li a.new {
  color: #fff;
}
@media (max-width: 768px) {
  .theme-blue .search-result-tab-toggle .dropdown-toggle {
    background: #4b8fc6;
    color: #fff;
  }
  .theme-blue .search-result-tab-toggle .dropdown-toggle b {
    color: #fff;
  }
  .theme-blue .search-result-tab-toggle.open .dropdown-toggle {
    background: #1178b9;
  }
  .theme-blue .widget-tab .open ul.dropdown-menu {
    box-shadow: 0 0 4px 0 #373d42;
  }
  .theme-blue .tab-content .table td {
    color: #001a45;
  }
  .theme-blue .selectize-control .selectize-dropdown-content {
    background: #fff;
  }
}
@media (max-width: 768px) {
  .theme-blue .search-result-tab-toggle .dropdown-toggle:after {
    color: #000;
  }
  .theme-blue .tab-content .table th {
    background: #1178b9;
    border-right: 1px solid #e2eef7 !important;
  }
  .theme-blue .selectize-control .selectize-dropdown-content {
    border: 1px solid #a7cae5;
  }
  .theme-blue .input-group .input-group-field-container + .input-group-btn > .btn {
    line-height: 24px;
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media (max-width: 1024px) {
  .theme-blue .input-group.has-ajaxupload > .input-group-btn > label.ajaxupload-container {
    width: 30px;
    height: 50px;
    line-height: 24px;
    padding-left: 6px;
    padding-right: 6px;
  }
  .theme-blue .input-group.has-ajaxupload > .input-group-btn > label.ajaxupload-container > .mobile-btn, .theme-blue .input-group.has-ajaxupload > .input-group-btn > label.ajaxupload-container.active .stop {
    display: none;
  }
  .theme-blue .input-group.has-ajaxupload:not(.ajaxupload-container-done):not(.ajaxupload-container-active) > .input-group-btn > label.ajaxupload-container {
    width: auto;
  }
}
@media (max-width: 768px) {
  .theme-blue .table tr > td,
  .theme-blue .table tr > th {
    border: 0;
  }
}
.theme-blue .widget-tab.visible-sm .pull-right .dropdown-menu a span,
.theme-blue .widget-tab.visible-xs .pull-right .dropdown-menu a span {
  color: #1dafe9;
}
.theme-blue .widget-tab.visible-sm .left-tab.open > button,
.theme-blue .widget-tab.visible-xs .left-tab.open > button {
  background: #1178b9 !important;
}
.theme-blue .bookmark-widget a i {
  color: #1178b9;
}
.theme-blue.page-400 .err-description .err-text, .theme-blue.page-403 .err-description .err-text, .theme-blue.page-404 .err-description .err-text, .theme-blue.page-500 .err-description .err-text, .theme-blue.page-503 .err-description .err-text {
  color: #fff;
}
.theme-blue.page-400 footer.footer > a:hover, .theme-blue.page-403 footer.footer > a:hover, .theme-blue.page-404 footer.footer > a:hover, .theme-blue.page-500 footer.footer > a:hover, .theme-blue.page-503 footer.footer > a:hover {
  color: #fff;
}
.theme-blue.page-503 .err-text p {
  color: #1dafe9;
}
.theme-blue.page-400, .theme-blue.page-403, .theme-blue.page-404, .theme-blue.page-500, .theme-blue.page-503 {
  background: #001a45;
}
.theme-blue.page-400 .err-description .err-logo, .theme-blue.page-403 .err-description .err-logo, .theme-blue.page-404 .err-description .err-logo, .theme-blue.page-500 .err-description .err-logo, .theme-blue.page-503 .err-description .err-logo {
  color: #1dafe9;
}
.theme-blue.page-400 .err-description .err-code,
.theme-blue.page-400 .err-description .err-title, .theme-blue.page-403 .err-description .err-code,
.theme-blue.page-403 .err-description .err-title, .theme-blue.page-404 .err-description .err-code,
.theme-blue.page-404 .err-description .err-title, .theme-blue.page-500 .err-description .err-code,
.theme-blue.page-500 .err-description .err-title, .theme-blue.page-503 .err-description .err-code,
.theme-blue.page-503 .err-description .err-title {
  color: #d9eaf5;
}
.theme-blue.page-400 .err-description .hr, .theme-blue.page-403 .err-description .hr, .theme-blue.page-404 .err-description .hr, .theme-blue.page-500 .err-description .hr, .theme-blue.page-503 .err-description .hr {
  background: #1dafe9;
}
.theme-blue.page-400 .err-description #error-page-search-icon, .theme-blue.page-403 .err-description #error-page-search-icon, .theme-blue.page-404 .err-description #error-page-search-icon, .theme-blue.page-500 .err-description #error-page-search-icon, .theme-blue.page-503 .err-description #error-page-search-icon {
  background: #1dafe9;
  color: #fff;
}
.theme-blue.page-400 .err-description a, .theme-blue.page-403 .err-description a, .theme-blue.page-404 .err-description a, .theme-blue.page-500 .err-description a, .theme-blue.page-503 .err-description a {
  color: #1dafe9;
}
.theme-blue.page-400 .finao-error-text, .theme-blue.page-403 .finao-error-text, .theme-blue.page-404 .finao-error-text, .theme-blue.page-500 .finao-error-text, .theme-blue.page-503 .finao-error-text {
  color: #FFFFFF;
}
.theme-blue .modal.in {
  display: block !important;
}
.theme-blue .modal-content .modal-header {
  background: #1178b9;
}
.theme-blue .modal-content .modal-header .close {
  color: #fff;
}
.theme-blue .modal-content .modal-header .close:hover {
  color: #001a45;
}
.theme-blue .modal-content .modal-header .modal-title {
  color: #fff;
}
.theme-blue .modal-content .modal-body table > thead {
  background: #d9eaf5;
}
.theme-blue .modal-content .modal-body table > thead > tr > th {
  color: #000;
  background: #d9eaf5;
}
.theme-blue .modal-content .modal-body table > tbody td {
  border-left-color: #f9fcfd;
  border-right-color: #f9fcfd;
}
.theme-blue .modal#impersonate-user .modal-content .modal-header {
  background: #1178b9;
}
.theme-blue .modal#impersonate-user .modal-content .modal-header .close {
  color: #fff;
}
.theme-blue #integrations-container .integration-heading .accordion-toggle.integration-toggle {
  background: #e2eef7;
  color: #000;
}
.theme-blue #integrations-container .integration-heading .accordion-toggle.integration-toggle:after {
  color: #000;
}
.theme-blue #integrations-container .integration-heading .integration-switcher {
  background: #94c4d9;
}
.theme-blue #integrations-container .integration-heading .integration-switcher .form-group .switcher-wrapper > label:hover {
  color: #000;
}
.theme-blue #integrations-container .integration-table-wrapper {
  background: #f9fcfd;
}
.theme-blue #integrations-container .integration-table-wrapper .panel-body {
  background: #f9fcfd;
}
.theme-blue #integrations-container .integration-heading .integration-switcher .form-group .switcher-wrapper {
  background: #e2eef7;
}
.theme-blue #integrations-container .integration-heading .integration-switcher .form-group .switcher-wrapper input[type=radio].switch-button + label {
  background: #e2eef7;
}
.theme-blue #integrations-container .integration-heading .integration-switcher .form-group .switcher-wrapper input[type=radio].switch-button:checked + label {
  color: #1178b9;
  background: #fff;
}
.theme-blue .countdown-panel .next-data-sync-countdown {
  background: #1178b9;
}
.theme-blue .countdown-panel .next-data-sync-countdown .countdown-text {
  color: #fff;
}
.theme-blue .countdown-panel .next-data-sync-countdown .countdown {
  color: #fff;
}
.theme-blue .notification-list-header {
  background: #000;
}
.theme-blue .notification-list-header .view-all a {
  color: #888;
}
.theme-blue .notification-list-header .view-all a:hover {
  color: #1178b9;
}
.theme-blue .notification-list .item.unread {
  border-color: #1178b9 !important;
  border-bottom-color: #ccc !important;
  background: #d9eaf5;
}
.theme-blue.navbar-open .navbar-notification {
  color: #1178b9 !important;
}
.theme-blue .notification-list-wrapper .notification-list-header .notification-list-title a.text-fg {
  color: #fff;
}
.theme-blue .nav-icon-btn.nav-icon-btn-primary .label {
  background: #87aed4;
}
.theme-blue .btn-primary {
  border-width: 1px;
  border-style: solid;
  background: white;
  color: #87aed4;
}
.theme-blue .btn-primary, .theme-blue .btn-primary:focus {
  border-color: #74a1cd;
  border-bottom-color: #5e92c5;
}
.theme-blue .btn-primary:hover {
  border-color: #699ac9;
}
.theme-blue .btn-primary:active, .theme-blue .btn-primary.active {
  background: white;
  color: #87aed4;
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.25);
}
.open .theme-blue .btn-primary.dropdown-toggle {
  border-color: #528bc1;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
}
.btn-group .theme-blue .btn-primary, .btn-group .theme-blue .btn-primary:focus, .input-group-btn .theme-blue .btn-primary, .input-group-btn .theme-blue .btn-primary:focus {
  border-left-color: #699ac9;
  border-right-color: #699ac9;
}
.btn-group .theme-blue .btn-primary:hover, .btn-group.open .theme-blue .btn-primary.dropdown-toggle, .input-group-btn .theme-blue .btn-primary:hover, .input-group-btn.open .theme-blue .btn-primary.dropdown-toggle {
  border-color: #699ac9;
  border-bottom-color: #4380bc;
}
.btn-group .theme-blue .btn-primary:active, .btn-group .theme-blue .btn-primary.active, .input-group-btn .theme-blue .btn-primary:active, .input-group-btn .theme-blue .btn-primary.active {
  border-left-color: #528bc1;
  border-right-color: #528bc1;
}
.theme-blue .open .btn.btn-primary.dropdown-toggle {
  color: #fff;
  border-bottom-color: #528bc1 !important;
  background: none;
  background: #78a4cf !important;
}
.theme-blue .progress-bar {
  background: #d9eaf5;
  border-color: #c1ddef;
}
.theme-blue .progress-striped .progress-bar {
  background-color: #d9eaf5;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px;
}
.theme-blue .label.label-primary {
  background: #87aed4;
}
.theme-blue .label.label-primary[href]:hover, .theme-blue .label.label-primary[href]:focus {
  background-color: #6195c7;
}
.theme-blue .label.label-primary.label-tag {
  border: 1px solid #87aed4;
}
.theme-blue .label.label-primary.label-tag:before {
  border-color: transparent #87aed4 transparent transparent;
}
.theme-blue .label.label-primary.label-tag[href]:hover, .theme-blue .label.label-primary.label-tag[href]:focus {
  border-color: #6195c7;
}
.theme-blue .label.label-primary.label-tag[href]:hover:before, .theme-blue .label.label-primary.label-tag[href]:focus:before {
  border-color: transparent #6195c7 transparent transparent;
}
.right-to-left .theme-blue .label.label-primary.label-tag:before {
  border-color: transparent transparent transparent #87aed4;
}
.right-to-left .theme-blue .label.label-primary.label-tag[href]:hover:before, .right-to-left .theme-blue .label.label-primary.label-tag[href]:focus:before {
  border-color: transparent transparent transparent #6195c7;
}
.ie8 .right-to-left .theme-blue .label.label-primary.label-tag:before, .ie9 .right-to-left .theme-blue .label.label-primary.label-tag:before {
  border-color: transparent #87aed4 transparent transparent;
}
.ie8 .right-to-left .theme-blue .label.label-primary.label-tag[href]:hover:before, .ie8 .right-to-left .theme-blue .label.label-primary.label-tag[href]:focus:before, .ie9 .right-to-left .theme-blue .label.label-primary.label-tag[href]:hover:before, .ie9 .right-to-left .theme-blue .label.label-primary.label-tag[href]:focus:before {
  border-color: transparent #6195c7 transparent transparent;
}
.theme-blue.right-to-left .label.label-primary.label-tag:before {
  border-color: transparent transparent transparent #87aed4;
}
.theme-blue.right-to-left .label.label-primary.label-tag:hover:before, .theme-blue.right-to-left .label.label-primary.label-tag:focus:before {
  border-color: transparent transparent transparent #6195c7;
}
.ie8 .theme-blue.right-to-left .label.label-primary.label-tag:before, .ie9 .theme-blue.right-to-left .label.label-primary.label-tag:before {
  border-color: transparent #87aed4 transparent transparent;
}
.ie8 .theme-blue.right-to-left .label.label-primary.label-tag:hover:before, .ie8 .theme-blue.right-to-left .label.label-primary.label-tag:focus:before, .ie9 .theme-blue.right-to-left .label.label-primary.label-tag:hover:before, .ie9 .theme-blue.right-to-left .label.label-primary.label-tag:focus:before {
  border-color: transparent #6195c7 transparent transparent;
}
.theme-blue .badge.badge-primary {
  background: #87aed4;
  border: 1px solid #87aed4;
}
.theme-blue .badge.badge-primary[href]:hover, .theme-blue .badge.badge-primary[href]:focus {
  background-color: #6195c7;
  border-color: #6195c7;
}
.theme-blue .table-primary table {
  border-top-color: #6b8fb3 !important;
}
.theme-blue .table-primary thead,
.theme-blue .table-primary thead tr,
.theme-blue .table-primary thead th,
.theme-blue .table-primary .table-header {
  border-color: #6b8fb3 !important;
  color: #fff;
}
.theme-blue .table-primary thead tr,
.theme-blue .table-primary thead th {
  background: #789fc4;
}
.theme-blue .table-primary .table-header {
  background: #87aed4;
}
.theme-blue .nav-tabs > li.active > a, .theme-blue .nav-tabs > li.active > a:hover, .theme-blue .nav-tabs > li.active > a:focus {
  background: #87aed4;
  border-bottom: 2px solid #87aed4;
}
.theme-blue .nav-tabs .nav-tabs.nav-justified > .active > a {
  border-bottom-color: #87aed4;
}
.theme-blue .nav-pills > li.active > a, .theme-blue .nav-pills > li.active > a:hover, .theme-blue .nav-pills > li.active > a:focus {
  background: #87aed4;
}
.theme-blue .dropdown-menu > li > a:hover,
.theme-blue .dropdown-menu > li.active > a {
  background: #1178b9;
}
.theme-blue .dropdown-menu > li > a:hover {
  color: #fff;
}
.theme-blue .btn-group .btn-primary,
.theme-blue .btn-group .btn-primary:focus,
.theme-blue .input-group-btn .btn-primary,
.theme-blue .input-group-btn .btn-primary:focus {
  border-left-color: #699ac9;
  border-right-color: #699ac9;
}
.theme-blue .btn-group .btn-primary:hover,
.theme-blue .btn-group.open .btn-primary.dropdown-toggle,
.theme-blue .input-group-btn .btn-primary:hover,
.theme-blue .input-group-btn.open .btn-primary.dropdown-toggle {
  border-color: #528bc1;
}
.theme-blue .btn-group .btn-primary:active,
.theme-blue .btn-group .btn-primary.active,
.theme-blue .input-group-btn .btn-primary:active,
.theme-blue .input-group-btn .btn-primary.active {
  border-left-color: #528bc1;
  border-right-color: #528bc1;
}
.theme-blue ul.pagination li > a, .theme-blue ul.pagination li > a:before {
  color: #87aed4;
}
.theme-blue a.list-group-item.active {
  background: #87aed4;
  border-color: #87aed4;
}
.theme-blue a.list-group-item.active .list-group-item-text {
  color: white;
}
.theme-blue .form-control:focus,
.theme-blue .form-control.focus {
  border-color: #87aed4;
  outline: 0;
  box-shadow: none;
}
.gt-ie8 .theme-blue input.px:focus + .lbl:before, .gt-ie8 .theme-blue input.px + .lbl:hover:before {
  border-color: #87aed4;
}
.gt-ie8 .theme-blue input[type=checkbox].px + .lbl:after {
  color: #87aed4;
}
.gt-ie8 .theme-blue input[type=radio].px + .lbl:after {
  background: #87aed4;
}
.theme-blue .text-primary, .theme-blue .text-primary:hover, .theme-blue .text-primary:active, .theme-blue .text-primary:focus,
.theme-blue .text-primary a,
.theme-blue .text-primary a:focus {
  color: #87aed4;
}
.theme-blue .text-primary a:hover,
.theme-blue .text-primary a:active {
  color: #4f88c0;
}
.theme-blue .bg-primary {
  background: #87aed4 !important;
}
.theme-blue .bg-primary[href]:hover {
  background: #81a6cb !important;
}
.theme-blue .bg-primary.darken {
  background: #81a6cb !important;
}
.theme-blue .bg-primary.darken[href]:hover {
  background: #769fc6 !important;
}
.theme-blue .bg-primary.darker {
  background: #769fc6 !important;
}
.theme-blue .bg-primary.darker[href]:hover {
  background: #6b97c2 !important;
}
.theme-blue .bg-primary, .theme-blue .bg-primary:hover, .theme-blue .bg-primary:active, .theme-blue .bg-primary:focus,
.theme-blue .bg-primary a,
.theme-blue .bg-primary a:focus {
  color: #fff;
}
.theme-blue .bg-primary a:hover,
.theme-blue .bg-primary a:active {
  color: #d9d9d9;
}
.theme-blue .bg-primary[href]:hover,
.theme-blue .bg-primary [href]:hover {
  color: #fff;
}
.theme-blue .bg-primary * {
  border-color: #a1c0dd;
}
.theme-blue .ui-slider-handle.ui-state-active:before {
  background: #87aed4;
}
.theme-blue .ui-slider-range {
  background: #87aed4;
}
.theme-blue .ui-autocomplete > li > a:hover,
.theme-blue .ui-autocompletev > li.active > a {
  background: #87aed4;
}
.theme-blue .ui-autocomplete > li > a:hover {
  color: #fff;
}
.theme-blue .ui-autocomplete .ui-state-focus {
  background: #87aed4;
  color: #fff;
}
.theme-blue .ui-menu .ui-menu-item a:hover,
.theme-blue .ui-menu .ui-menu-item a.ui-state-focus,
.theme-blue .ui-menu .ui-menu-item a.ui-state-active {
  background: #87aed4;
}
.theme-blue .ui-progressbar-value {
  border-color: #709fcc;
  background-color: #87aed4;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px;
}
.theme-blue .ui-tabs-nav > .ui-tabs-active > a, .theme-blue .ui-tabs-nav > .ui-tabs-active > a:hover, .theme-blue .ui-tabs-nav > .ui-tabs-active > a:focus {
  color: #fff;
  background: #87aed4;
  border-bottom: 2px solid #74a1cd;
}
.theme-blue .ui-datepicker .ui-state-active {
  background: #87aed4 !important;
}
.theme-blue .ui-datepicker-title {
  background: #87aed4;
}
.theme-blue .ui-datepicker th {
  background: #87a1ba;
}
.theme-blue .ui-datepicker-buttonpane button.ui-priority-primary {
  background: white;
  color: #87aed4;
}
.theme-blue .ui-datepicker-buttonpane button.ui-priority-primary, .theme-blue .ui-datepicker-buttonpane button.ui-priority-primary:focus {
  border-color: #74a1cd;
  border-bottom-color: #5e92c5;
}
.theme-blue .ui-datepicker-buttonpane button.ui-priority-primary:hover {
  border-color: #699ac9;
}
.theme-blue .ui-datepicker-buttonpane button.ui-priority-primary:active, .theme-blue .ui-datepicker-buttonpane button.ui-priority-primary.active {
  background: white;
  color: #87aed4;
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.25);
}
.open .theme-blue .ui-datepicker-buttonpane button.ui-priority-primary.dropdown-toggle {
  border-color: #528bc1;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
}
.btn-group .theme-blue .ui-datepicker-buttonpane button.ui-priority-primary, .btn-group .theme-blue .ui-datepicker-buttonpane button.ui-priority-primary:focus, .input-group-btn .theme-blue .ui-datepicker-buttonpane button.ui-priority-primary, .input-group-btn .theme-blue .ui-datepicker-buttonpane button.ui-priority-primary:focus {
  border-left-color: #699ac9;
  border-right-color: #699ac9;
}
.btn-group .theme-blue .ui-datepicker-buttonpane button.ui-priority-primary:hover, .btn-group.open .theme-blue .ui-datepicker-buttonpane button.ui-priority-primary.dropdown-toggle, .input-group-btn .theme-blue .ui-datepicker-buttonpane button.ui-priority-primary:hover, .input-group-btn.open .theme-blue .ui-datepicker-buttonpane button.ui-priority-primary.dropdown-toggle {
  border-color: #699ac9;
  border-bottom-color: #4380bc;
}
.btn-group .theme-blue .ui-datepicker-buttonpane button.ui-priority-primary:active, .btn-group .theme-blue .ui-datepicker-buttonpane button.ui-priority-primary.active, .input-group-btn .theme-blue .ui-datepicker-buttonpane button.ui-priority-primary:active, .input-group-btn .theme-blue .ui-datepicker-buttonpane button.ui-priority-primary.active {
  border-left-color: #528bc1;
  border-right-color: #528bc1;
}
.theme-blue .select2-drop-active,
.theme-blue .select2-container-multi.select2-container-active .select2-choices,
.theme-blue .select2-container-multi.select2-dropdown-open .select2-choices {
  border: 1px solid #87aed4;
}
.theme-blue .select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #87aed4;
}
.theme-blue .select2-container-active .select2-choice,
.theme-blue .select2-container-active .select2-choices {
  border: 1px solid #87aed4;
}
.theme-blue .select2-dropdown-open .select2-drop-above .select2-choice,
.theme-blue .select2-dropdown-open .select2-drop-above .select2-choices {
  border: 1px solid #87aed4;
  border-top-color: #aaa;
}
.theme-blue .select2-results .select2-highlighted {
  background: #87aed4;
}
.theme-blue .select2-primary .select2-container-multi .select2-choices .select2-search-choice {
  background: #87aed4;
}
.theme-blue .select2-primary .select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #6195c7;
}
.theme-blue .select2-primary .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  background: #87aed4 !important;
}
.theme-blue .switcher-primary .switcher-state-on {
  background: #87aed4 !important;
}
.theme-blue .pixel-file-input:hover {
  border-color: #87aed4;
}
.theme-blue .datepicker table tr td.selected, .theme-blue .datepicker table tr td.selected:hover, .theme-blue .datepicker table tr td.selected.disabled, .theme-blue .datepicker table tr td.selected.disabled:hover {
  background: #87aed4;
}
.theme-blue .datepicker table tr td.active, .theme-blue .datepicker table tr td.active:hover, .theme-blue .datepicker table tr td.active.disabled, .theme-blue .datepicker table tr td.active.disabled:hover {
  background: #87aed4;
}
.theme-blue .datepicker table tr td span.active, .theme-blue .datepicker table tr td span.active:hover, .theme-blue .datepicker table tr td span.active.disabled, .theme-blue .datepicker table tr td span.active.disabled:hover {
  background: #87aed4;
}
.theme-blue .datepicker thead tr {
  background: #87a1ba;
}
.theme-blue .datepicker thead tr:first-child {
  background: #87aed4 !important;
  border-bottom-color: #7c8fa2 !important;
}
.theme-blue .datepicker thead th.prev,
.theme-blue .datepicker thead th.next {
  background: #87aed4;
}
.theme-blue .datepicker thead th.prev {
  border-color: #7c8fa2;
}
.theme-blue .datepicker thead th.next {
  border-color: #7c8fa2;
}
.theme-blue .datepicker > .datepicker-days thead tr:first-child th.cw + .prev {
  border-color: #7c8fa2;
}
.theme-blue .datepicker > .datepicker-days thead tr:last-child th.cw + th {
  border-color: #7c8fa2;
}
.theme-blue .bootstrap-timepicker-widget table td a:hover {
  background: #87aed4;
  border-color: #87aed4;
}
.theme-blue .pagination a.dp-today,
.theme-blue .pagination a.dp-today:hover {
  background: #adc7e1;
  border-color: #9abbdb;
}
.theme-blue .pagination a.dp-today:hover {
  border-color: #87aed4 !important;
}
.theme-blue .pagination a.dp-selected {
  background: #87aed4 !important;
  border-color: #87aed4 !important;
}
.theme-blue .tt-suggestion.tt-is-under-cursor {
  background: #87aed4;
}
.theme-blue .table-primary .dataTables_wrapper .DT-per-page {
  border-color: #6b8fb3 !important;
}
.theme-blue .dropzone-box.dz-drag-hover {
  border-color: #87aed4;
}
.theme-blue .dropzone-box:hover .fa.fa-cloud-upload {
  background: #87aed4;
}
.theme-blue .md-editor.active {
  border-color: #87aed4;
}
.theme-blue .widget-rating .active a {
  color: #87aed4;
}

.theme-blue .view-datatable .view-datatable-heading, .pdf-print-theme-blue .view-datatable .view-datatable-heading {
  background-color: #1dafe9;
  color: #fff;
}
.theme-blue .view-datatable .view-datatable-body table.table thead th, .theme-blue .view-datatable .view-datatable-body table.table thead td, .pdf-print-theme-blue .view-datatable .view-datatable-body table.table thead th, .pdf-print-theme-blue .view-datatable .view-datatable-body table.table thead td {
  background: #c9e1f1;
  color: #001a45;
}
.theme-blue .panel .panel-body .view-datatable .view-datatable-body table.table th, .pdf-print-theme-blue .panel .panel-body .view-datatable .view-datatable-body table.table th {
  background: #c9e1f1;
}
.theme-blue .panel .panel-body .view-datatable .view-datatable-body table.table td, .pdf-print-theme-blue .panel .panel-body .view-datatable .view-datatable-body table.table td {
  padding: 10px !important;
}
.theme-blue .panel .panel-body .view-datatable .view-datatable-body table.table td.datatable-button-column button.btn, .pdf-print-theme-blue .panel .panel-body .view-datatable .view-datatable-body table.table td.datatable-button-column button.btn {
  color: #000;
  border-color: #000;
  background: #fff;
  margin-left: 3px;
}
.theme-blue .panel .panel-body .view-datatable .view-datatable-body table.table td.datatable-button-column button.btn:hover, .pdf-print-theme-blue .panel .panel-body .view-datatable .view-datatable-body table.table td.datatable-button-column button.btn:hover {
  background-image: none !important;
}
.theme-blue .panel-heading.section-heading,
.theme-blue .panel-heading.sub-section-heading,
.theme-blue .panel-heading.sub-sub-section-heading, .pdf-print-theme-blue .panel-heading.section-heading,
.pdf-print-theme-blue .panel-heading.sub-section-heading,
.pdf-print-theme-blue .panel-heading.sub-sub-section-heading {
  background-color: #1dafe9;
  color: #fff;
}

.theme-rms {
  /* Adds a shadow when table scrolls */
  /* System maintenance page */
}
.theme-rms {
  background: #fff;
}
.theme-rms .text-fg {
  color: #e1516b;
}
.theme-rms .page-header {
  background: transparent;
  border-color: #eee;
}
.theme-rms form > .panel:not(.form-horizontal),
.theme-rms .panel .panel:not(.form-horizontal) {
  box-shadow: none !important;
}
.theme-rms .table,
.theme-rms .panel,
.theme-rms hr {
  border-color: #dcdcdc;
}
.theme-rms .bordered {
  border-color: #dcdcdc;
}
.theme-rms .bordered[class*=bg-],
.theme-rms [class*=bg-] .border-t {
  border-color: #fff;
  border-color: rgba(0, 0, 0, 0.2);
}
.theme-rms .panel.panel-transparent > .panel-heading {
  border-bottom-color: #dcdcdc !important;
}
.theme-rms .breadcrumb-page {
  background: transparent;
  border-bottom-color: #eee;
}
.theme-rms .tab-content {
  box-shadow: 0 0 8px 0px rgba(55, 61, 66, 0.5);
}
.theme-rms .img-bg {
  background: #002664;
}
.theme-rms .img-bg .text-center {
  color: #fff;
}
.theme-rms .img-bg .text-center.img-edit > a {
  color: #e1516b;
}
.theme-rms .panel > div.panel-heading.theme-bg-color,
.theme-rms div.panel.theme-bg-color {
  background: #002664;
}
@media (max-width: 768px) {
  .theme-rms .tab-content {
    box-shadow: 0 0 4px 0px rgba(55, 61, 66, 0.5);
  }
  .theme-rms .panel {
    box-shadow: 0 0 4px 0px #373d42;
  }
}
.theme-rms .panel {
  box-shadow: 0 0 8px 0px #002664;
}
.theme-rms .panel > .panel-heading {
  background: #6a757f;
}
.theme-rms .panel > .panel-heading .label {
  margin: 0 5px;
}
.theme-rms .panel > .panel-heading .label.lozenge {
  border-radius: 15px;
  padding: 0;
  font-size: 13px;
}
.theme-rms .panel > .panel-heading .label.lozenge .lozenge-inner {
  padding: 0px 10px;
  display: inline-block;
  height: 100%;
}
.theme-rms .panel > .panel-heading .label.lozenge .lozenge-inner.autosave {
  padding-right: 3px;
}
.theme-rms .panel > .panel-heading .label.lozenge .popover {
  color: black;
}
.theme-rms .panel > .panel-heading .label.lozenge .popover .countAgo {
  display: inline;
}
.theme-rms .panel > .panel-heading .label.lozenge .delete-autosave {
  float: right;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  padding-right: 8px;
  padding-left: 3px;
  color: white;
}
.theme-rms .panel > .panel-heading.active-user {
  background: #5ebd5e !important;
}
.theme-rms .panel > .panel-heading.inactive-user {
  background: #f4b04f !important;
}
.theme-rms .panel > .panel-heading.deactivated-user, .theme-rms .panel > .panel-heading.deleted-user {
  background: #e66454 !important;
}
.theme-rms .panel > .panel-heading.datatablepopup-heading {
  background: #a6aeb5;
}
.theme-rms .panel > .panel-heading, .theme-rms .panel > .panel-heading > .panel-title {
  color: #fff;
}
.theme-rms .panel > .panel-heading a.link-color {
  color: #e1516b;
}
.theme-rms .panel > .panel-heading a.link-color:hover {
  color: #fff;
}
.theme-rms footer.footer .footer-inner {
  word-break: normal;
  overflow-wrap: break-word;
  margin: 0 auto;
  padding: 0 20px;
}
.theme-rms footer.footer a {
  color: #e1516b;
}
.theme-rms div.bg-parent {
  background: #ecedef;
}
.theme-rms div.bg-child {
  background: white;
}
.theme-rms .text-right:not(.status-column) > .btn.btn-success {
  background: linear-gradient(to bottom, #5e6367, #002664 40%);
  color: #fff;
}
.theme-rms .text-right:not(.status-column) > .btn.btn-success:hover, .theme-rms .text-right:not(.status-column) > .btn.btn-success:active {
  background: #002664 !important;
  color: rgba(255, 255, 255, 0.8);
}
.theme-rms .tertiary-button, .theme-rms .link-button {
  color: #000;
  background-color: transparent;
}
.theme-rms .link-button {
  box-shadow: none;
}
.theme-rms .btn-helptip:hover, .theme-rms .btn-helptip:focus {
  border-color: #0d598a;
  color: #fff;
}
.theme-rms .btn-helptip:hover {
  background-color: #1171af;
}
.theme-rms .btn-helptip:focus {
  background-color: #1068a1;
}
.theme-rms .btn-burger > button {
  color: #002664;
}
.theme-rms .btn-burger.open > ul > li > a > i {
  color: #e1516b;
}
.theme-rms .btn-burger > button {
  background-color: #b9bfc5;
}
@media (min-width: 769px) {
  .theme-rms .btn-burger > button:hover {
    background: #b9bfc5 !important;
    color: #002664;
  }
}
.theme-rms .btn-burger.open > button {
  background: #e1516b !important;
  border-color: #e1516b !important;
}
.theme-rms .btn-burger.open > button i {
  color: #fff;
}
.theme-rms .btn-burger.open > ul > li > a > i {
  color: #e1516b;
}
.theme-rms .multiselect-ellipsis-menu.open > .btn-setting {
  background: #e1516b !important;
  color: #fff !important;
}
.theme-rms .multiselect-ellipsis-menu .multiselect-dropdown-menu {
  border-radius: 4px;
}
.theme-rms .multiselect-ellipsis-menu .multiselect-dropdown-menu:before {
  border-top-color: #d7dbde;
}
.theme-rms .multiselect-ellipsis-menu .multiselect-dropdown-menu .btn {
  color: #373d42;
}
.theme-rms .multiselect-ellipsis-menu .multiselect-dropdown-menu .btn > i {
  color: #e1516b;
}
.theme-rms .multiselect-ellipsis-menu .multiselect-dropdown-menu .btn[disabled] {
  background: #d7dbde !important;
}
.theme-rms .widget-tab ul.dropdown-menu .btn {
  color: #373d42;
}
.theme-rms .widget-tab ul.dropdown-menu .btn > i {
  color: #e1516b;
}
.theme-rms .widget-tab ul.dropdown-menu .btn[disabled] {
  background: #d7dbde !important;
}
.theme-rms .widget-tab ul.dropdown-menu .btn:hover, .theme-rms .widget-tab ul.dropdown-menu .btn[disabled]:hover {
  background-color: #6a757f !important;
}
.theme-rms .multiselect-ellipsis-menu .multiselect-dropdown-menu .btn:hover {
  background: #002664 !important;
  color: #fff;
}
.theme-rms.page-signup .form-actions .signup-btn,
.theme-rms .btn.btn-submit,
.theme-rms .btn.btn-save-draft {
  background: #fff;
  color: #002664;
  border-color: #002664;
}
.theme-rms.page-signup .form-actions .signup-btn:hover, .open .theme-rms.page-signup .form-actions .signup-btn.dropdown-toggle,
.theme-rms .btn.btn-submit:hover,
.open .theme-rms .btn.btn-submit.dropdown-toggle,
.theme-rms .btn.btn-save-draft:hover,
.open .theme-rms .btn.btn-save-draft.dropdown-toggle {
  background: #1171af;
  border-color: #1171af;
  color: #fff;
}
.theme-rms.page-signup .form-actions .signup-btn:active, .theme-rms.page-signup .form-actions .signup-btn.active,
.theme-rms .btn.btn-submit:active,
.theme-rms .btn.btn-submit.active,
.theme-rms .btn.btn-save-draft:active,
.theme-rms .btn.btn-save-draft.active {
  background: #898d90;
  border-color: #898d90;
  color: #fff;
}
.theme-rms .im-messages-wrapper .input-group-addon:first-child .btn {
  color: #e1516b;
}
.theme-rms .btn-popup-action.btn-sm, .theme-rms .btn-group-sm > .btn-popup-action.btn {
  color: #002664;
  background: #d7dbde;
  border-color: #d7dbde;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 20px);
}
.theme-rms .btn-popup-action.btn-sm:hover, .theme-rms .btn-group-sm > .btn-popup-action.btn:hover, .theme-rms .btn-popup-action.btn-sm:active, .theme-rms .btn-group-sm > .btn-popup-action.btn:active {
  background: #d7dbde !important;
}
.theme-rms td .btn-setting {
  color: #002664 !important;
  background: #d7dbde;
}
.theme-rms td .btn-setting:hover {
  background: #d7dbde !important;
}
.theme-rms td .btn-setting:hover {
  color: #fff;
}
.theme-rms .btn-subaction {
  color: #fff;
}
.theme-rms .btn-subaction, .theme-rms .btn-subaction:focus {
  border-color: #74a1cd;
  border-bottom-color: #5e92c5;
  background: #87aed4;
  background-image: linear-gradient(to bottom, #8bb1d5 0%, #74a1cd 100%);
  background-repeat: repeat-x;
}
.theme-rms .btn-subaction:hover {
  color: #fff;
  border-color: #699ac9;
  border-bottom-color: #4380bc;
  background: #74a1cd !important;
  background-image: linear-gradient(to bottom, #7fa9d1 0%, #699ac9 100%) !important;
  background-repeat: repeat-x;
}
.theme-rms .btn-subaction:active, .theme-rms .btn-subaction.active {
  background: none;
  background: #78a4cf !important;
  border-color: #528bc1;
  border-bottom-color: #528bc1 !important;
  color: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
}
.theme-rms input[type=radio].switch-button:checked + label {
  color: #e1516b;
}
.theme-rms .primary-button {
  color: #fff;
  border: 1px solid transparent;
  background: #001A45;
}
.theme-rms .primary-button:hover {
  background: #183C78;
}
.theme-rms .primary-button:active {
  background: #00102B;
}
.theme-rms .secondary-button {
  color: #001A45;
  border: 1px solid #001A45;
  background-color: #fff;
}
.theme-rms .secondary-button:hover {
  background: #F7F7F7;
}
.theme-rms .secondary-button:active {
  background: #F0F0F0;
}
.theme-rms .link-button {
  color: #84bddc;
}
.theme-rms .link-button:hover {
  text-decoration: underline;
}
.theme-rms .tooltip-button:hover {
  color: #fff;
  background-color: #183C78;
}
.theme-rms .breadcrumb-text > span:last-child {
  color: #e1516b;
}
.theme-rms #main-navbar .ticket-button {
  color: #000;
  background-color: #fff;
}
.theme-rms #main-navbar .navbar-header a {
  color: #fff;
  background: #002664;
}
.theme-rms #main-navbar .navbar-inner {
  background: #002664;
}
.theme-rms #main-navbar .navbar-form > #navbar-search-icon-cover {
  background: #002664;
}
.theme-rms #main-navbar .navbar-form > #navbar-search-icon {
  background: #e1516b;
}
.theme-rms #main-navbar .navbar-header,
.theme-rms #main-navbar .navbar-collapse {
  background: #002664;
  box-shadow: none;
}
.theme-rms #main-navbar .navbar-collapse {
  border-top: 1px solid #00368d;
  background: #002664;
}
.theme-rms #main-navbar ul.navbar-nav > .dropdown > a,
.theme-rms #main-navbar ul.navbar-nav.nav > li > a {
  color: #fff;
}
.theme-rms #main-navbar .navbar-toggle {
  color: #fff;
}
.theme-rms #main-navbar #main-menu-toggle {
  background: #002664;
  color: #fff;
}
.theme-rms #main-navbar #main-menu-toggle .fa:before {
  color: #fff;
}
.theme-rms #main-navbar .dropdown.open > a {
  background: #002055;
}
.theme-rms #main-navbar form.navbar-form .form-control {
  background: #fff;
  border-color: #002664;
}
.theme-rms #main-navbar .ticket-button {
  color: #002664;
}
.theme-rms #main-navbar .mobile-search-field {
  background: #e1516b;
  box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.2);
}
.theme-rms #main-navbar .mobile-search-field > form > #mobile-search-icon {
  background: #002664;
  color: #fff;
}
.theme-rms #main-navbar ul.navbar-nav.nav > .dropdown > .dropdown-menu > li > a > i {
  color: #e1516b;
}
.theme-rms #main-navbar .ticket-button:hover {
  background-color: #e1516b;
}
.theme-rms #main-navbar .navbar-notification:hover,
.theme-rms #main-navbar .user-menu:hover {
  color: #e1516b !important;
}
.theme-rms #main-navbar .navbar-form > #navbar-search-icon {
  color: #002664;
  background-color: #fff;
}
.theme-rms #main-navbar .navbar-form > #navbar-search-icon:hover {
  background-color: #e1516b;
}
@media (max-width: 768px) {
  .theme-rms.search-box-opened #main-navbar li.search-bar #navbar-search-icon-cover {
    background: #1b1e21;
  }
  .theme-rms.search-box-opened #main-navbar li.search-bar #navbar-search-icon {
    color: #a4a6a8;
    background: #002664;
  }
  .theme-rms #main-navbar ul.navbar-nav li.dropdown.open .user-menu {
    background: #1b1e21;
  }
  .theme-rms #main-navbar ul.navbar-nav li.dropdown.open .user-menu:after {
    position: absolute;
    top: 60px;
    left: calc(50% - 10px);
    display: inline-block;
    border-right: 10px solid transparent;
    border-top: 6px solid #1b1e21;
    border-left: 10px solid transparent;
    content: "";
  }
  .theme-rms #main-navbar #mobile-user-menu > .dropdown-menu > li .dropdown-icon {
    color: #e1516b;
  }
  .theme-rms #main-navbar #mobile-user-menu > .dropdown-menu > li > a {
    color: #002664;
  }
  .theme-rms #main-navbar #mobile-user-menu > .dropdown-menu > li > a:hover, .theme-rms #main-navbar #mobile-user-menu > .dropdown-menu > li > a:active {
    background: #1b1e21;
    color: #e1516b;
  }
}
@media (min-width: 769px) {
  .theme-rms #main-navbar li + li,
  .theme-rms #main-navbar .nav + .nav,
  .theme-rms #main-navbar .nav + .right {
    border-top: none;
  }
  .theme-rms #main-navbar .navbar-collapse {
    border-top: none;
  }
  .theme-rms #main-navbar .nav > li > a:hover {
    background: #1b1e21;
    color: #e1516b;
  }
  .theme-rms #main-navbar .dropdown.open > a {
    border-top: none;
    border-bottom: none;
    margin-top: 0;
    background: linear-gradient(to right, #0b0b0b, #1b1e21 10px, #1b1e21 calc(100% - 10px), #0b0b0b);
    color: #e1516b;
  }
  .theme-rms #main-navbar .dropdown-menu {
    border-radius: 3px;
    margin-top: 8px;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
  }
  .theme-rms #main-navbar .dropdown-menu:after {
    position: absolute;
    top: -10px;
    left: calc(50% - 10px);
    display: inline-block;
    border-right: 10px solid transparent;
    border-top: 10px solid #1b1e21;
    border-left: 10px solid transparent;
    content: "";
  }
}
@media (min-width: 769px) {
  .theme-rms #main-navbar .dropdown-menu {
    border: 0;
  }
}
.theme-rms #main-menu-bg {
  background: #909aa3;
}
@media (max-width: 768px) {
  .theme-rms .main-menu-expander {
    background: #002664 !important;
  }
  .theme-rms .main-menu-expander:before {
    color: #fff !important;
  }
}
.theme-rms .main-menu-expander {
  background: #6a757f;
}
.theme-rms .main-menu-expander:hover {
  background: #373d42;
}
.theme-rms #main-menu .mmc-dropdown-open-ul li.active > a {
  background: #fff;
}
.theme-rms #main-menu .mm-dropdown.active > a {
  background: none !important;
}
.theme-rms #main-menu .mmc-title {
  color: #b3b3b3;
}
.theme-rms #main-menu .mmc-dropdown-open-ul {
  border: 1px solid #eee;
  margin-top: -1px;
}
@media (min-width: 769px) {
  .theme-rms.mmc #main-menu .navigation > .mm-dropdown.open > a {
    color: #fff;
  }
}
.theme-rms .mmc-dropdown-open-ul {
  background: #cdd2d6;
}
.theme-rms .mmc-dropdown-open-ul a > span.mm-text {
  color: #000;
}
.theme-rms .mmc-dropdown-open-ul a:hover {
  background: #fff !important;
}
.theme-rms .main-menu-expander:before {
  color: #e1516b;
}
.theme-rms .expander-divider {
  background: linear-gradient(to right, rgba(136, 136, 136, 0.05), #888888 3%, rgba(165, 173, 180, 0) 100%);
}
.theme-rms #main-menu .navigation li a {
  color: #fff;
  font-size: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 0.2s;
}
@media (min-width: 769px) {
  .theme-rms #main-menu .navigation li a:hover {
    background: #485056;
  }
}
.theme-rms #main-menu .navigation li.active > a {
  background: #485056;
}
.theme-rms #main-menu .mmc-dropdown-open {
  background: #485056 !important;
}
.theme-rms #main-menu .mm-dropdown > a:before {
  color: #e1516b;
}
.theme-rms #main-menu .menu-content .mmc-title {
  background: #909aa3;
  border-bottom: 1px solid #828e97;
}
.theme-rms #main-menu .menu-content .btn-outline {
  border-color: #828e97;
  color: #fff;
}
.theme-rms #main-menu .menu-content .btn-outline:hover, .theme-rms #main-menu .menu-content .btn-outline:active {
  border-color: transparent;
  color: #fff;
}
@media (max-width: 768px) {
  .theme-rms #main-menu .navigation > .mm-dropdown.open, .theme-rms #main-menu .navigation > .mm-dropdown.active {
    background: #3f464c;
  }
  .theme-rms #main-menu .navigation > .mm-dropdown ul li > a {
    background: #afb6bc;
    color: #002664;
    border-color: white;
  }
  .theme-rms #main-menu .navigation > .mm-dropdown ul li.active > a {
    background: #fff;
  }
}
@media (max-width: 768px) {
  .theme-rms #main-menu .navigation > li > a {
    border-bottom: 1px solid #9ba4ab;
  }
  .theme-rms #main-menu-bg {
    background: #727f89;
  }
}
@media (min-width: 769px) {
  .theme-rms #main-menu .mm-dropdown.active {
    background: #485056;
  }
  .theme-rms #main-menu .mm-dropdown.active > a .menu-icon, .theme-rms #main-menu .mm-dropdown.active > a .mm-text {
    color: #fff;
  }
  .theme-rms #main-menu .mm-dropdown.open > ul a {
    color: #373d42 !important;
    background: #b9bfc5;
  }
  .theme-rms #main-menu .mm-dropdown.open > ul a > span:before {
    color: #002664;
  }
  .theme-rms #main-menu .mm-dropdown.open > ul a:hover {
    background: #fff;
  }
  .theme-rms #main-menu .mm-dropdown.open > ul .active > a {
    background: #fff !important;
  }
  .theme-rms #main-menu .mm-dropdown.open > a {
    background: #485056 !important;
  }
}
.theme-rms #main-menu-bg, .theme-rms.right-to-left.main-menu-right #main-menu-bg {
  border-left: none;
  border-right: 1px solid #828e97;
}
.theme-rms #main-menu .mmc-dropdown-open > ul, .theme-rms.right-to-left.main-menu-right #main-menu .mmc-dropdown-open > ul {
  margin-left: -1px;
  margin-right: 0;
}
.theme-rms.right-to-left #main-menu-bg, .theme-rms.main-menu-right #main-menu-bg {
  border-left: 1px solid #828e97;
  border-right: none;
}
.theme-rms.right-to-left #main-menu .mmc-dropdown-open > ul, .theme-rms.main-menu-right #main-menu .mmc-dropdown-open > ul {
  margin-left: 0;
  margin-right: -1px;
}
.theme-rms .dd-list .dd-item .dd-content:hover {
  color: #e1516b;
}
.theme-rms.page-signin .signin-info, .theme-rms.page-signup .signup-header {
  background: rgba(0, 38, 100, 0.8);
}
.theme-rms .timeline:before,
.theme-rms .timeline:after,
.theme-rms .tl-header,
.theme-rms .tl-icon {
  background: #e6e6e6;
}
.theme-rms .tl-header,
.theme-rms .tl-icon {
  box-shadow: 0 0 0 4px #fff;
}
.theme-rms .tl-entry:before {
  background: #002664;
  box-shadow: 0 0 0 3px #fff;
}
.theme-rms .tl-body:before {
  border-color: transparent #dcdcdc transparent transparent;
}
@media (min-width: 769px) {
  .theme-rms .timeline.centered .tl-entry.left .tl-body:before {
    border-color: transparent transparent transparent #dcdcdc;
  }
  .theme-rms.right-to-left .timeline.centered .tl-entry.left .tl-body:before {
    border-color: transparent #dcdcdc transparent transparent;
  }
}
.theme-rms.right-to-left .tl-body:before {
  border-color: transparent transparent transparent #dcdcdc;
}
.theme-rms.page-mail .mail-nav,
.theme-rms.page-mail .mail-nav:before {
  background: #fff;
}
.theme-rms.page-mail .mail-nav .sections li.active .label,
.theme-rms.page-mail .mail-nav .sections li.active .badge {
  background: #002664;
}
.theme-rms.page-mail .mail-nav,
.theme-rms.page-mail .mail-nav .compose-btn,
.theme-rms.page-mail .mail-nav .sections li.active,
.theme-rms.page-mail .mail-nav:before {
  border-color: darkgray;
}
.theme-rms.page-mail .mail-nav .navigation.open .sections li.active {
  background: whitesmoke;
}
.theme-rms.page-mail .mail-nav li.divider {
  background: #dcdcdc;
}
.theme-rms.page-mail .mail-nav .sections li.active a {
  color: #4d4d4d;
}
.theme-rms.page-mail .mail-nav .sections li.active:after {
  color: #b3b3b3;
}
.theme-rms.page-mail .mail-nav .sections a {
  color: #737373;
}
.theme-rms.page-mail .mail-nav-header {
  color: #fff;
  background: #444;
}
.theme-rms.page-mail .mail-nav .add-more a {
  color: #b3b3b3;
}
@media (min-width: 992px) {
  .theme-rms.page-mail .mail-nav .navigation .sections li.active {
    background: #e6e6e6;
  }
  .theme-rms.page-mail .mail-nav .sections a:hover {
    color: #4d4d4d;
  }
}
.theme-rms .page-search .bookmark-widget {
  position: relative;
  top: -2px;
  left: 10px;
}
.theme-rms .filters .filters-header {
  display: flex;
  gap: 10px;
}
.theme-rms .filters .filters-header .toggle i {
  margin-top: 3px;
  cursor: pointer;
  transition: all 300ms ease-in-out;
}
.theme-rms .filters .filters-header .toggle i.rotated {
  transform: rotate(90deg);
}
.theme-rms .filters #sort.switcher-wrapper {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .theme-rms .filters #sort.switcher-wrapper input[type=radio].switch-button + label {
    width: auto;
    display: inline-block;
    line-height: 26px;
  }
}
.theme-rms .result {
  background: #f7f7f7;
  padding-bottom: 5px;
}
.theme-rms .result .result-summary {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  overflow: hidden;
  height: 45px;
}
.theme-rms .result .result-summary .toggle i {
  margin: 11px 0 0 5px;
  cursor: pointer;
  transition: all 300ms ease-in-out;
}
.theme-rms .result .result-summary .toggle i.rotated {
  transform: rotate(90deg);
}
.theme-rms .result .result-summary .identifier small {
  display: block;
  width: 150px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.theme-rms .result .result-summary h4 {
  min-width: 150px;
  margin: 3px 0 0 0;
  font-size: 16px;
}
.theme-rms .result .result-summary h4 a {
  color: #1171af;
}
.theme-rms .result .result-summary h4 em {
  background: #1171af;
  border: 2px solid #1171af;
  border-left-width: 4px;
  border-right-width: 4px;
  font-style: normal;
  color: #333;
}
.theme-rms .result .result-summary .property {
  flex-shrink: 0;
  width: 150px;
}
.theme-rms .result .result-summary .property .key, .theme-rms .result .result-summary .property .value {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.theme-rms .result .result-summary .property .value {
  height: 25px;
  padding-top: 5px;
  position: relative;
  top: -3px;
}
.theme-rms .result .detailed-properties {
  padding: 0 10px 10px 10px;
  word-wrap: break-word;
}
.theme-rms .result .detailed-properties .detailed-property {
  margin: 5px;
}
.theme-rms .result .property em, .theme-rms .result .detailed-property em {
  background: #1171af;
  border: 2px solid #1171af;
  font-style: normal;
}
.theme-rms .result.loading-animation {
  width: 100%;
  height: 45px;
  z-index: 0;
  position: relative;
  overflow: hidden;
}
.theme-rms .result.loading-animation:after {
  content: "";
  top: 0;
  transform: translateX(100%);
  width: 100%;
  height: 45px;
  position: absolute;
  z-index: 1;
  animation: slide 1.5s infinite 0.5s;
  background: linear-gradient(to right, #e6e6e6 0%, #fafafa 50%, #e6e6e6 100%);
}
@keyframes slide {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.theme-rms .result.result-error {
  height: 45px;
}
.theme-rms .result.result-error p {
  text-align: center;
  padding: 15px;
  margin: 0;
}
.theme-rms .finao-map .popup-bubble-content a {
  color: #e1516b;
}
.theme-rms .popover-content a {
  color: #e1516b;
}
.theme-rms .staticmap.workflow-wrapper .panel.workflow .panel-body.staticmap-search {
  background-color: #e2eef7;
}
.theme-rms.page-signin a.text-fg {
  color: #337ab7;
}
.theme-rms tr.sequence-data td,
.theme-rms tr.action-data td {
  background: #fff;
}
.theme-rms tr.event-table-header th,
.theme-rms tr.finding-table-header th {
  background: #8f918f;
  color: #fff;
}
.theme-rms .form-control {
  box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.3);
}
.theme-rms .form-control.timepicker, .theme-rms .form-control.datepicker-el, .theme-rms .form-control.datepicker-v3, .theme-rms .form-control.timepicker-v3 {
  border-right: 0;
  border-radius: 4px;
  background: #ffffff;
}
.theme-rms .form-control.timepicker[disabled], .theme-rms .form-control.datepicker-el[disabled], .theme-rms .form-control.datepicker-v3[disabled], .theme-rms .form-control.timepicker-v3[disabled] {
  border-right: 0;
  border-radius: 4px;
  background: #eeeeee;
}
.theme-rms .selectize-input {
  box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.3);
  height: 100%;
  padding-right: 34px !important;
  overflow-y: hidden;
}
.theme-rms .selectize-input + .selectize-caret-bg:before {
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 0;
  position: absolute;
  top: calc(50% - 5px / 2);
  left: calc(50% - 5px);
}
.theme-rms .selectize-input + .selectize-caret-bg-loading:before {
  border: none;
}
.theme-rms .selectize-input.dropdown-active + .selectize-caret-bg, .theme-rms .selectize-input:hover + .selectize-caret-bg {
  background: #002664;
}
.theme-rms .selectize-input.dropdown-active + .selectize-caret-bg:before, .theme-rms .selectize-input:hover + .selectize-caret-bg:before {
  border-top: 0;
}
.theme-rms .selectize-input.dropdown-active + .selectize-caret-bg-loading, .theme-rms .selectize-input:hover + .selectize-caret-bg-loading {
  background: none;
}
.theme-rms .selectize-input:hover + .selectize-caret-bg-loading {
  background: none;
}
.theme-rms .selectize-input:hover + .selectize-caret-bg-loading:before {
  border: none;
}
.theme-rms .selectize-control.form-control .selectize-dropdown-content {
  color: #fff;
}
.theme-rms .selectize-control.form-control .selectize-dropdown-content .option.active,
.theme-rms .selectize-control.form-control .selectize-dropdown-content > div.active {
  color: #fff;
}
.theme-rms ul.nav-tabs > li > a {
  background: #e2eef7;
  border-bottom: 2px solid #e2eef7;
  color: #73777a;
}
.theme-rms ul.nav-tabs > li:hover > a {
  background: #b9bfc5;
  border-bottom: 2px solid #b9bfc5;
  color: #fff;
}
.theme-rms ul.nav-tabs > li.active > a {
  background: #6a757f;
  border-bottom: 2px solid #6a757f;
  color: #fff;
}
.theme-rms .timepicker:focus + .input-group-addon,
.theme-rms .datepicker-el:focus + .input-group-addon,
.theme-rms .timepicker-v3:focus + .input-group-addon,
.theme-rms .datepicker-v3:focus + .input-group-addon,
.theme-rms .timepicker:hover + .input-group-addon,
.theme-rms .datepicker-el:hover + .input-group-addon,
.theme-rms .timepicker-v3:hover + .input-group-addon,
.theme-rms .datepicker-v3:hover + .input-group-addon,
.theme-rms .location-field:hover .input-group-addon,
.theme-rms .input-group-addon:hover {
  background: #002664;
}
.theme-rms .historyChart-wrapper {
  padding: 30px 15px 50px;
  background: #fff;
  height: 350px;
  width: auto;
  overflow: auto;
}
.theme-rms #historyChart {
  background: #ebebec;
  padding: 10px;
}
.theme-rms .widget-tab.visible-sm,
.theme-rms .widget-tab.visible-xs {
  height: 40px;
}
.theme-rms .widget-tab.visible-sm .left-tab,
.theme-rms .widget-tab.visible-xs .left-tab {
  display: inline-block;
  width: calc(100% - 40px);
  height: 100%;
}
.theme-rms .widget-tab.visible-sm .left-tab button,
.theme-rms .widget-tab.visible-xs .left-tab button {
  width: 100%;
  color: #fff;
  font-size: 14px;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: transparent;
}
.theme-rms .widget-tab.visible-sm .left-tab button:after,
.theme-rms .widget-tab.visible-xs .left-tab button:after {
  content: "\f0d7";
  position: absolute;
  right: 12px;
  font-family: FontAwesome;
  font-size: 16px;
  top: 13px;
}
.theme-rms .widget-tab.visible-sm .left-tab button:hover,
.theme-rms .widget-tab.visible-xs .left-tab button:hover {
  background-image: none !important;
  color: #fff;
  border: none;
}
.theme-rms .widget-tab.visible-sm .left-tab ul.dropdown-menu,
.theme-rms .widget-tab.visible-xs .left-tab ul.dropdown-menu {
  width: 100%;
}
.theme-rms .widget-tab.visible-sm .left-tab ul.dropdown-menu li a,
.theme-rms .widget-tab.visible-xs .left-tab ul.dropdown-menu li a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.theme-rms .widget-tab.visible-sm .left-tab.open button,
.theme-rms .widget-tab.visible-xs .left-tab.open button {
  background: #002664 !important;
  color: #fff;
  border: transparent;
}
.theme-rms .widget-tab.visible-sm .left-tab.open button :after,
.theme-rms .widget-tab.visible-xs .left-tab.open button :after {
  content: "\f0d8";
}
.theme-rms .widget-tab.visible-sm .pull-right,
.theme-rms .widget-tab.visible-xs .pull-right {
  width: 40px;
  height: 40px;
  padding: 0 0 5px 5px;
}
.theme-rms .widget-tab.visible-sm .pull-right > button,
.theme-rms .widget-tab.visible-xs .pull-right > button {
  width: 100%;
  height: 100%;
  border: 0;
  box-shadow: 0px 0px 1px 1px rgba(128, 128, 128, 0.4);
}
.theme-rms .widget-tab.visible-sm .pull-right .dropdown-menu a, .theme-rms .widget-tab.visible-sm .pull-right .dropdown-menu button,
.theme-rms .widget-tab.visible-xs .pull-right .dropdown-menu a,
.theme-rms .widget-tab.visible-xs .pull-right .dropdown-menu button {
  color: #002664;
  width: 100%;
  border-width: 0;
  border-radius: 0;
  line-height: inherit;
}
.theme-rms .widget-tab.visible-sm .pull-right .dropdown-menu a span, .theme-rms .widget-tab.visible-sm .pull-right .dropdown-menu button span,
.theme-rms .widget-tab.visible-xs .pull-right .dropdown-menu a span,
.theme-rms .widget-tab.visible-xs .pull-right .dropdown-menu button span {
  padding-right: 18px;
  color: #e1516b;
}
.theme-rms .widget-tab.visible-sm .pull-right .dropdown-menu a:hover, .theme-rms .widget-tab.visible-sm .pull-right .dropdown-menu button:hover,
.theme-rms .widget-tab.visible-xs .pull-right .dropdown-menu a:hover,
.theme-rms .widget-tab.visible-xs .pull-right .dropdown-menu button:hover {
  color: #fff;
}
.theme-rms .widget-tab.visible-sm .pull-right.open > button span,
.theme-rms .widget-tab.visible-xs .pull-right.open > button span {
  color: #fff;
}
.theme-rms .search-pannel .breadcrumb-text a span,
.theme-rms .user-info-popup:before {
  color: #e1516b;
}
.theme-rms .user-info-popup.user-info-popup-deactivated:before {
  color: #6a757f;
}
.theme-rms .user-info-popup {
  color: inherit !important;
  font-size: 15px;
  cursor: pointer;
}
.theme-rms #content-wrapper .user-info-popup .user-info-panel {
  min-width: 400px;
  z-index: 100000;
}
.theme-rms #content-wrapper .user-info-popup .popup-tip-anchor {
  min-width: 400px;
}
.theme-rms #content-wrapper .user-info-popup .popup-tip-anchor .popup-bubble-anchor {
  bottom: 36px;
  left: 7px;
  transform: none;
  top: -25px;
  cursor: auto;
}
.theme-rms #content-wrapper .user-info-popup .popup-tip-anchor .popup-bubble-anchor .user-info-popup-content {
  position: absolute;
  border: 1px solid #aaa;
  border-radius: 3px;
  font-family: sans-serif;
  min-width: 280px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  z-index: 100007;
  background-color: #fff;
  transform: translate(-50%, -100%);
}
.theme-rms #content-wrapper .user-info-popup .popup-tip-anchor .popup-bubble-anchor .user-info-popup-content table {
  table-layout: fixed;
}
.theme-rms #content-wrapper .user-info-popup .popup-tip-anchor .popup-bubble-anchor .user-info-popup-content .popup-close {
  z-index: 100008;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.theme-rms #content-wrapper .user-info-popup .popup-tip-anchor .popup-bubble-anchor .user-info-popup-content .popup-close i {
  cursor: pointer;
  color: #373d42;
}
.theme-rms #content-wrapper .user-info-popup .popup-tip-anchor .popup-bubble-anchor .user-info-popup-content .popup-arrow {
  border-width: 7px 8px 0 8px;
  border-color: #aaa transparent transparent transparent;
  border-style: solid;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -7px;
  left: calc(50% - 8px);
}
.theme-rms #content-wrapper .user-info-popup .popup-tip-anchor .popup-bubble-anchor .user-info-popup-content .media .media-header {
  text-align: center;
  padding: 15px;
}
.theme-rms #content-wrapper .user-info-popup .popup-tip-anchor .popup-bubble-anchor .user-info-popup-content .media .media-body {
  padding: 0 15px 15px 15px;
}
.theme-rms #content-wrapper .user-info-popup .popup-tip-anchor .popup-bubble-anchor .user-info-popup-content h6 {
  margin: 0;
  font-weight: bold;
}
.theme-rms #content-wrapper .user-info-popup .popup-tip-anchor .popup-bubble-anchor table {
  width: 100%;
}
.theme-rms #content-wrapper .user-info-popup .popup-tip-anchor .popup-bubble-anchor table thead {
  background-color: #d9d9d9;
}
.theme-rms #content-wrapper .user-info-popup .popup-tip-anchor .popup-bubble-anchor table thead th {
  font-size: 16px;
  vertical-align: baseline;
  text-align: left;
}
.theme-rms #content-wrapper .user-info-popup .popup-tip-anchor .popup-bubble-anchor table thead td {
  font-size: 10px;
  vertical-align: baseline;
  text-align: left;
}
.theme-rms #content-wrapper .user-info-popup .popup-tip-anchor .popup-bubble-anchor table td {
  width: 50%;
  height: auto;
  line-height: 12px;
  word-wrap: break-word;
  vertical-align: top;
  padding: 8px 10px;
}
.theme-rms #search-form .closeSearch:hover {
  color: #fff;
}
.theme-rms small.autosave span.glyphicon {
  display: none;
}
.theme-rms table.cms-wysiwyg-table td, .theme-rms table.cms-wysiwyg-table th {
  padding: 5px;
}
.theme-rms tr.sequence-toggle td,
.theme-rms tr.action-toggle td {
  border-bottom: 3px solid #fff !important;
}
.theme-rms tr.sequence-toggle td > div,
.theme-rms tr.action-toggle td > div {
  background: #f8f8f8;
}
.theme-rms tr.sequence-toggle td > div > span,
.theme-rms tr.action-toggle td > div > span {
  color: #002664;
}
.theme-rms tr.sequence-toggle td > div > span:hover,
.theme-rms tr.action-toggle td > div > span:hover {
  color: #485056;
}
.theme-rms .fancybox-type-iframe > .fancybox-skin,
.theme-rms .fancybox-type-iframe .fancybox-inner {
  background: #6a757f;
}
.theme-rms .fancybox-title.fancybox-title-inside-wrap {
  background: #6a757f;
}
.theme-rms .fancybox-close {
  background: #6a757f;
}
.theme-rms .fancybox-close:after {
  color: #e1516b;
}
.theme-rms .fancybox-close:hover:after {
  color: #fff;
}
.theme-rms .selectize-caret-bg {
  background: #909aa3;
}
.theme-rms .selectize-caret-bg-loading {
  background: none;
}
.theme-rms .selectize-input + .selectize-caret-bg:before {
  border-top: 5px solid #e1516b;
}
.theme-rms .selectize-input + .selectize-caret-bg-loading:before {
  border: none;
}
.theme-rms .selectize-input.dropdown-active + .selectize-caret-bg:before, .theme-rms .selectize-input:hover + .selectize-caret-bg:before {
  border-bottom: 5px solid #e1516b;
}
.theme-rms .selectize-input:hover + .selectize-caret-bg-loading:before {
  border: none;
}
.theme-rms .selectize-control.form-control .selectize-dropdown-content {
  background: #909aa3;
  border-color: #909aa3;
  color: #fff;
}
.theme-rms .selectize-control.form-control .selectize-dropdown-content .option.active,
.theme-rms .selectize-control.form-control .selectize-dropdown-content > div.active {
  color: #fff;
  background: #b9bfc5;
}
.theme-rms .table {
  background: #f7f7f7;
}
.theme-rms .table a:not(.btn):not(.bnt):not(.btn-sm):not(.remove) {
  color: #84bddc;
}
.theme-rms a.link {
  color: #84bddc;
}
.theme-rms .datatable-wrapper.table-responsive {
  background-image: linear-gradient(to right, #f7f7f7, #f7f7f7), linear-gradient(to right, #f7f7f7, #f7f7f7), linear-gradient(to right, rgba(0, 0, 0, 0.15), rgba(255, 255, 255, 0)), linear-gradient(to left, rgba(0, 0, 0, 0.15), rgba(255, 255, 255, 0));
  /* Shadows */
  /* Shadow covers */
  background-position: left center, right center, left center, right center;
  background-repeat: no-repeat;
  background-color: #f7f7f7;
  background-size: 20px 100%, 20px 100%, 8px 100%, 8px 100%;
  background-attachment: local, local, scroll, scroll;
  overflow-x: scroll;
}
.theme-rms .datatable-wrapper.table-responsive .table {
  background: none;
}
.theme-rms .datatable-wrapper.table-responsive .table tbody tr td {
  border-top: none;
}
.theme-rms #stages .panel-collapse .livewire-table .section-wrapper {
  padding: 0 !important;
}
.theme-rms .view-datatable .view-datatable-body:not(.table-responsive) {
  min-width: 500px;
}
.theme-rms .footer-index {
  color: #002664;
}
.theme-rms .panel-group-dark .accordion-toggle {
  color: #fff;
}
.theme-rms .panel-group-dark .accordion-toggle:after {
  color: #fff;
}
.theme-rms .panel-group-dark .accordion-toggle.collapsed {
  background: #e2eef7;
  color: #002664;
}
.theme-rms .panel-group-dark .accordion-toggle.collapsed:after {
  color: #002664;
}
@media (min-width: 769px) {
  .theme-rms .panel-group-dark .accordion-toggle.collapsed:not(.disabled):hover {
    background: #909aa3;
    color: #fff;
  }
  .theme-rms .panel-group-dark .accordion-toggle.collapsed:not(.disabled):hover:after {
    color: #fff;
  }
}
.theme-rms .sub-accordion-heading > .accordion-toggle {
  background: #565656;
}
.theme-rms .table > thead {
  background: #6a757f;
  color: #fff;
}
.theme-rms .table tr.bottom-border > td {
  border-bottom: 1px solid #fff !important;
}
.theme-rms table.datatablepopup td {
  background: #f7f7f7;
}
.theme-rms table.datatablepopup > thead > tr > td {
  background: #d9d9db;
  color: #333;
}
.theme-rms table.datatablepopup > thead > tr > td.status-column a.popupplus2, .theme-rms table.datatablepopup > thead > tr > td.status-column a.popupedit {
  color: #373d42;
}
.theme-rms .datatablepopup2 .panel .panel-heading.datatablepopup-heading .popupplus2 i, .theme-rms .datatablepopup2 .panel .panel-heading.datatablepopup-heading .popupedit i {
  color: #373d42;
  font-size: 15px;
}
.theme-rms .datatablepopup2 .panel .panel-heading.datatablepopup-heading .panel-title + .popupplus2 i, .theme-rms .datatablepopup2 .panel .panel-heading.datatablepopup-heading .panel-title + .popupedit i {
  color: #e1516b;
}
.theme-rms .panel > .panel-heading.datatablepopup-heading {
  background: #a6aeb5;
}
.theme-rms .view-datatable .view-datatable-heading {
  background-color: #a6aeb5;
  color: #fff;
}
.theme-rms .view-datatable .view-datatable-body table.table > th, .theme-rms .view-datatable .view-datatable-body table.table > td {
  background: #d9d9db;
  color: #333;
}
.theme-rms .panel .panel-body .view-datatable .view-datatable-body table.table thead {
  background: #d9d9db;
}
.theme-rms .panel .panel-body .view-datatable .view-datatable-body table.table td.datatable-button-column button.btn {
  color: #000;
  border-color: #000;
  background: #fff;
  margin-left: 3px;
}
.theme-rms .panel .panel-body .view-datatable .view-datatable-body table.table td.datatable-button-column button.btn:hover {
  background-image: none !important;
}
.theme-rms .panel-body .datatablepopup2 .panel .panel-heading.datatablepopup-heading .popupplus2:hover i, .theme-rms .panel-body .datatablepopup2 .panel .panel-heading.datatablepopup-heading .popupedit:hover i {
  color: #e1516b;
}
.theme-rms .list-sectioned > li {
  background-color: #6a757f;
  color: #fff;
}
.theme-rms .list-sectioned > li ul {
  background: #f7f7f7;
}
.theme-rms .panel-group-dark .accordion-toggle {
  background: #505960;
}
@media (min-width: 769px) {
  .theme-rms .panel-group-dark .accordion-toggle:hover:after {
    color: #fff;
  }
}
.theme-rms .panel-group-dark .accordion-toggle:hover:after {
  color: #fff;
}
.theme-rms .panel-group-dark .accordion-toggle.user-toggle {
  background: #e2eef7;
  color: #002664;
}
.theme-rms .panel-group-dark .accordion-toggle.user-toggle:after {
  color: #002664;
}
@media (min-width: 769px) {
  .theme-rms .panel-group-dark .accordion-toggle.work-flow-toggle:hover:after {
    color: #d9d9db;
  }
}
.theme-rms ul.nav-tabs > li.pull-right > .btn-setting {
  color: #002664;
  background: #d7dbde;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 20px);
}
.theme-rms ul.nav-tabs > li.pull-right > .btn-setting:hover {
  background: #d7dbde !important;
  color: #fff;
}
.theme-rms ul.nav-tabs > li.pull-right > .btn-setting[data-toggle=dropdown] {
  padding-left: 0;
  padding-right: 0;
}
.theme-rms ul.nav-tabs > li.pull-right > .btn-setting[data-toggle=dropdown] > [data-toggle=tooltip] {
  padding: 8px 20px;
}
.theme-rms ul.nav-tabs > li.pull-right > a.btn-setting.btn-setting-danger {
  color: white;
  background: #d9534f;
  background-image: none;
}
.theme-rms ul.nav-tabs > li.pull-right > a.btn-setting.btn-setting-danger:hover {
  background-color: #c9302c !important;
  border: none;
}
.theme-rms ul.nav-tabs > li.pull-right > a.btn-setting.btn-setting-warning {
  color: white;
  background: #f0ad4e;
  background-image: none;
}
.theme-rms ul.nav-tabs > li.pull-right > a.btn-setting.btn-setting-warning:hover {
  background-color: #ec971f !important;
  border: none;
}
.theme-rms ul.nav-tabs > li.pull-right > a.btn-setting.btn-setting-success {
  color: white;
  background: #5cb85c;
  background-image: none;
}
.theme-rms ul.nav-tabs > li.pull-right > a.btn-setting.btn-setting-success:hover {
  background-color: #449d44 !important;
  border: none;
}
.theme-rms span.input-group-addon {
  background: #909aa3;
  border-color: #909aa3;
  color: #e1516b;
}
.theme-rms .input-group .input-group-field-container + .input-group-btn > .btn {
  border-color: #001A45;
  color: #001A45;
}
.theme-rms .input-group .input-group-field-container + .input-group-btn > .btn.btn-input-group-field-remove {
  background: #dc5e4c;
  border: 1px solid #dc5e4c;
  color: white;
}
.theme-rms .input-group .input-group-field-container + .input-group-btn > .btn.btn-input-group-field-remove:hover {
  background-color: #cd3d28;
  border-color: #cd3d28;
}
.theme-rms .widget-tab.visible-sm .left-tab button,
.theme-rms .widget-tab.visible-xs .left-tab button {
  background: #616c75;
}
.theme-rms .widget-tab.visible-sm .left-tab button:after,
.theme-rms .widget-tab.visible-xs .left-tab button:after {
  color: #e1516b;
}
.theme-rms .widget-tab.visible-sm .left-tab button:hover,
.theme-rms .widget-tab.visible-xs .left-tab button:hover {
  background: #616c75 !important;
}
.theme-rms .widget-tab.visible-sm .pull-right > button,
.theme-rms .widget-tab.visible-xs .pull-right > button {
  background-color: linear-gradient(to bottom, #d9d9db 0, #d7dbde 30%);
  box-shadow: 0px 0px 1px 1px rgba(128, 128, 128, 0.4);
}
.theme-rms .widget-tab.visible-sm .pull-right > button:active,
.theme-rms .widget-tab.visible-xs .pull-right > button:active {
  background-image: none !important;
  background: #e1516b !important;
}
.theme-rms .widget-tab.visible-sm .pull-right > button:active span,
.theme-rms .widget-tab.visible-xs .pull-right > button:active span {
  color: #fff;
}
.theme-rms .widget-tab.visible-sm .pull-right.open > button,
.theme-rms .widget-tab.visible-xs .pull-right.open > button {
  background: linear-gradient(to bottom, #d9d9db 0, #d7dbde 30%);
  background-image: none !important;
  background: #e1516b !important;
}
.theme-rms .widget-tab.visible-sm .pull-right.open > button span,
.theme-rms .widget-tab.visible-xs .pull-right.open > button span {
  color: #fff;
}
.theme-rms .workflow:not(.workflow-indicator) ~ .workflow-expander {
  background: #6a757f;
}
.theme-rms .workflow:not(.workflow-indicator) ~ .workflow-expander:hover {
  background: #373d42;
}
.theme-rms .edit.panel-heading-icon {
  background: #6a757f;
}
.theme-rms .edit.panel-heading-icon:hover {
  background: #373d42;
}
.theme-rms .edit.panel-heading-icon:hover > span {
  color: #e1516b;
}
.theme-rms .workflow:not(.workflow-indicator) ~ .workflow-expander:before {
  color: #e1516b;
}
.theme-rms .add-event-wrapper,
.theme-rms .add-finding-wrapper {
  margin-top: -20px;
  margin-bottom: 10px;
  padding: 10px 0;
  width: 100%;
  text-align: center;
}
.theme-rms .add-event-wrapper span.add-event,
.theme-rms .add-event-wrapper span.add-finding,
.theme-rms .add-finding-wrapper span.add-event,
.theme-rms .add-finding-wrapper span.add-finding {
  cursor: pointer;
  font-weight: 600;
}
.theme-rms .add-sequence-wrapper {
  background: #f8f8f8;
  padding: 10px 0;
}
.theme-rms .add-sequence-wrapper span.add-sequence {
  cursor: pointer;
  font-weight: 600;
}
.theme-rms .add-sequence-wrapper[disabled=disabled] span.add-sequence {
  color: #ccc;
}
.theme-rms .add-event-wrapper,
.theme-rms .add-finding-wrapper {
  background: #fff;
}
.theme-rms .add-event-wrapper span.add-event,
.theme-rms .add-event-wrapper span.add-finding,
.theme-rms .add-finding-wrapper span.add-event,
.theme-rms .add-finding-wrapper span.add-finding {
  color: #e1516b;
}
.theme-rms .add-sequence-wrapper span.add-sequence {
  color: #e1516b;
}
.theme-rms .ajaxupload-container {
  border-color: #373d42;
  border-style: dashed;
  background-color: #fff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05), 0px -1px 1px rgba(255, 255, 255, 0.583956);
}
.theme-rms .ajaxupload-container, .theme-rms .ajaxupload-container .dropzone-btn, .theme-rms .ajaxupload-container .progress .upload-text {
  color: #373d42;
}
.theme-rms .ajaxupload-container .dropzone-btn {
  white-space: normal;
}
.theme-rms .ajaxupload-container:not(.active):hover {
  background-color: #183C78;
  border-color: #183C78;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05), 0px -1px 1px rgba(255, 255, 255, 0.583956);
}
.theme-rms .ajaxupload-container:not(.active):hover, .theme-rms .ajaxupload-container:not(.active):hover .dropzone-btn, .theme-rms .ajaxupload-container:not(.active):hover .progress .upload-text {
  color: #fff;
}
.theme-rms .ajaxupload-container.dragging {
  background-color: #e1516b !important;
}
.theme-rms .ajaxupload-container.dragging:after {
  color: #fff;
}
.theme-rms .ajaxupload-container.dragging > span {
  color: #fff;
}
.theme-rms .ajaxupload-container.done {
  background: white;
}
.theme-rms .ajaxupload-container.done:after {
  color: #e2e4e6;
}
.theme-rms .ajaxupload-container.done .clear {
  background-color: #e1516b;
}
.theme-rms .ajaxupload-container.done .clear:after {
  color: #fff;
}
.theme-rms .ajaxupload-container.done .preview {
  background-color: white;
}
.theme-rms .input-group.has-ajaxupload.ajaxupload-container-done > .input-group-btn:first-child, .theme-rms .input-group.has-ajaxupload.ajaxupload-container-active > .input-group-btn:first-child {
  padding-right: 10px;
}
.theme-rms .input-group.has-ajaxupload:not(.ajaxupload-container-done):not(.ajaxupload-container-active) > .input-group-btn:first-child {
  position: absolute;
  left: 0;
  z-index: 3;
  width: auto;
}
.theme-rms .input-group.has-ajaxupload:not(.ajaxupload-container-done):not(.ajaxupload-container-active) > .input-group-btn:first-child > .ajaxupload-container {
  border-width: 0;
  width: 35px;
  height: 35px;
  margin-top: 0;
  margin-bottom: 0;
  background-color: transparent;
  color: #e1516b;
}
.theme-rms .input-group.has-ajaxupload:not(.ajaxupload-container-done):not(.ajaxupload-container-active) > .input-group-btn:first-child > .ajaxupload-container:after {
  top: 8px;
  left: 11px;
  font-size: 20px;
}
.theme-rms .input-group.has-ajaxupload:not(.ajaxupload-container-done):not(.ajaxupload-container-active) > .input-group-btn:first-child > .ajaxupload-container > .dropzone-btn,
.theme-rms .input-group.has-ajaxupload:not(.ajaxupload-container-done):not(.ajaxupload-container-active) > .input-group-btn:first-child > .ajaxupload-container > .mobile-btn {
  display: none;
}
.theme-rms .input-group.has-ajaxupload:not(.ajaxupload-container-done):not(.ajaxupload-container-active) .input-group-field-container > input {
  padding-left: 38px;
}
.theme-rms .fileuploadgroup .btn#add, .theme-rms .fileuploadgroup .btn.add {
  color: #373d42;
  border-color: #373d42;
  border-style: dashed;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05), 0px -1px 1px rgba(255, 255, 255, 0.583956);
}
.theme-rms .fileuploadgroup .btn#add:hover, .theme-rms .fileuploadgroup .btn.add:hover {
  color: #fff;
  background-color: #183C78;
  border-color: #183C78;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05), 0px -1px 1px rgba(255, 255, 255, 0.583956);
}
.theme-rms #permission-container {
  box-shadow: 0 0 8px 0 #002664;
}
.theme-rms #permission-container .table-wrapper .table.permissions td {
  background: #f7f7f7;
}
.theme-rms #permission-wrapper .burger-menu > button {
  border: 1px solid #d7dbde;
}
.theme-rms #permission-wrapper .burger-menu.open > button {
  background: #e1516b !important;
}
.theme-rms #permission-wrapper .tab-pane ul > li > a {
  background: #d9d9db;
  color: #373d42;
}
.theme-rms #permission-wrapper .tab-pane ul > li > a:hover {
  color: #002664;
  background: #909aa3 !important;
}
.theme-rms #permission-wrapper .tab-pane ul > li.active:after {
  border-top-color: #b9bfc5;
}
.theme-rms #permission-wrapper .tab-pane ul > li.active > a {
  background: #b9bfc5;
}
.theme-rms #permission-wrapper .tab-pane ul > li:hover > a {
  background: #909aa3;
  color: #e1516b;
}
.theme-rms #permission-wrapper .tab-pane ul > li.active:hover:after {
  border-top-color: #909aa3;
}
.theme-rms #permission-container .scroller {
  background: white;
  color: #e1516b;
}
.theme-rms #permission-container .scroller:hover {
  background: #6a757f;
}
.theme-rms #permission-container .table-wrapper .table.permissions td.permission-group, .theme-rms #permission-container .table-wrapper .table.permissions td.permission-singular {
  background: #b9bfc5;
}
.theme-rms #permission-container .table-wrapper .table.permissions td.permission-group:not(.uppercase), .theme-rms #permission-container .table-wrapper .table.permissions td.permission-singular:not(.uppercase) {
  border-left-color: #b9bfc5;
}
.theme-rms #permission-container .table-wrapper .table.permissions td.permission-group.uppercase, .theme-rms #permission-container .table-wrapper .table.permissions td.permission-group:not(:last-child), .theme-rms #permission-container .table-wrapper .table.permissions td.permission-singular.uppercase, .theme-rms #permission-container .table-wrapper .table.permissions td.permission-singular:not(:last-child) {
  border-right-color: #b9bfc5;
}
.theme-rms #permission-container .table-wrapper .table.permissions td.role_permission.odd {
  background: white;
}
.theme-rms #permission-container .table-wrapper .table.permissions tr.second-level td {
  background: #d9d9db;
}
.theme-rms .table.perm-table .group {
  background-color: #b9bfc5;
}
.theme-rms .table.perm-table td.roles {
  border-left-color: #b9bfc5;
}
.theme-rms .table.perm-table .second-level {
  background-color: #d9d9db;
}
.theme-rms .table.perm-table button {
  color: #e1516b;
}
.theme-rms ul.pagination li > a:hover {
  color: #e1516b;
}
.theme-rms ul.pagination li.active > a {
  color: #002664;
}
.theme-rms ul.pagination.customized-pagination li.previousPage > span, .theme-rms ul.pagination.customized-pagination li.previousPage > a, .theme-rms ul.pagination.customized-pagination li.nextPage > span, .theme-rms ul.pagination.customized-pagination li.nextPage > a,
.theme-rms ul.pagination.customized-pagination li.firstPage > span,
.theme-rms ul.pagination.customized-pagination li.firstPage > a, .theme-rms ul.pagination.customized-pagination li.lastPage > span, .theme-rms ul.pagination.customized-pagination li.lastPage > a {
  color: #e1516b;
  background: inherit;
}
.theme-rms ul.pagination.customized-pagination li.previousPage > a:hover > span, .theme-rms ul.pagination.customized-pagination li.nextPage > a:hover > span,
.theme-rms ul.pagination.customized-pagination li.firstPage > a:hover > span, .theme-rms ul.pagination.customized-pagination li.lastPage > a:hover > span {
  color: #002664;
  font-weight: bold;
}
.theme-rms ul.pagination.customized-pagination li.active > span {
  color: #002664;
}
.theme-rms ul.pagination li > a, .theme-rms ul.pagination li > a:before {
  color: #002664;
}
.theme-rms ul.pagination.customized-pagination li.pageNumber > span:before,
.theme-rms ul.pagination.customized-pagination li.ellipsis-breaker > span:after {
  color: #b9bfc5;
}
.theme-rms .datatablepopup2 .paginate_button a {
  padding: 6px;
}
.theme-rms .datatablepopup2 .paginate_button:nth-last-child(3) a::before, .theme-rms .datatablepopup2 .paginate_button.last a::before, .theme-rms .datatablepopup2 .paginate_button.first a::before, .theme-rms .datatablepopup2 .paginate_button.previous a::before {
  content: "";
}
.theme-rms .datatablepopup2 .paginate_button:not(.active) a {
  color: #1171af;
}
.theme-rms ul.pagination .fa {
  color: #002664 !important;
}
.theme-rms .mot-history-table-wrapper .table {
  table-layout: fixed;
}
.theme-rms .mot-history-table-wrapper .table tr, .theme-rms .mot-history-table-wrapper .table td {
  word-wrap: break-word;
  position: relative;
}
.theme-rms .mot-history-table-wrapper .table div.mot-restrict-height {
  max-height: 150px;
  overflow: hidden;
  margin-bottom: 15px;
}
.theme-rms .mot-history-table-wrapper .table .mot-restrict-height-icon {
  position: absolute;
  bottom: 0;
  right: 2px;
  padding: 3px 5px;
}
.theme-rms .mot-history-table-wrapper .table .mot-restrict-height-icon:hover {
  border-color: #333;
}
.theme-rms .history-table-wrapper,
.theme-rms .mot-history-table-wrapper {
  padding: 20px;
}
.theme-rms .history-table-wrapper .table,
.theme-rms .mot-history-table-wrapper .table {
  margin-bottom: 0;
}
.theme-rms .history-table-wrapper .table > thead th,
.theme-rms .mot-history-table-wrapper .table > thead th {
  border: 0;
}
.theme-rms .history-table-wrapper .table tbody tr:last-child > td:first-child i:after,
.theme-rms .mot-history-table-wrapper .table tbody tr:last-child > td:first-child i:after {
  color: transparent;
}
.theme-rms .hidden-desktop {
  display: none;
}
.theme-rms .history-table-wrapper .table > thead,
.theme-rms .mot-history-table-wrapper .table > thead {
  background: #d9d9d9;
}
.theme-rms .history-table-wrapper .table > thead th,
.theme-rms .mot-history-table-wrapper .table > thead th {
  color: #6a757f;
}
.theme-rms .history-table-wrapper .table tbody tr:first-child > td:first-child i:after,
.theme-rms .mot-history-table-wrapper .table tbody tr:first-child > td:first-child i:after {
  color: #d7dbde;
}
.theme-rms .history-table-wrapper .table tbody td:first-child {
  border: 0;
}
.theme-rms .history-table-wrapper td .fa {
  color: #d7dbde;
  font-size: 12px;
}
.theme-rms .history-table-wrapper td .fa.fa-circle {
  color: #e1516b;
}
.theme-rms .history-table-wrapper td .fa:after {
  content: "|";
  position: relative;
  left: -8px;
  font-size: 20px;
  top: 20px;
}
.theme-rms .bg-default {
  background: #d9d9d9 !important;
}
.theme-rms .search-pannel .tab-content {
  background: #f7f7f7;
}
.theme-rms .search-pannel .tab-content .table {
  background: #f7f7f7;
}
.theme-rms .search-pannel .tab-content .table tbody {
  width: 100%;
}
.theme-rms .search-pannel .tab-content .table tbody tr {
  width: 100%;
  display: block;
}
.theme-rms .search-pannel .tab-content .table tr {
  border-bottom: 1px solid #fff;
}
.theme-rms #search-form .panel .panel-body {
  background: #e2eef7;
}
.theme-rms #search-form .closeSearch {
  color: #e1516b;
}
.theme-rms .finao-im .im-contacts li a {
  color: #fff;
}
.theme-rms .finao-im .im-contacts li a.active {
  color: #002664;
}
.theme-rms .finao-im .im-contacts li a:after {
  border-top-color: #fff;
}
.theme-rms .finao-im .im-message {
  background-color: white;
  color: #002664;
}
.theme-rms .finao-im .im-message:before {
  border-left-color: white;
}
.theme-rms .finao-im .im-messages-wrapper li.received .im-message {
  background-color: #f2f3f4;
}
.theme-rms .finao-im .im-messages-wrapper li.received .im-message:before {
  border-right-color: #f2f3f4;
}
.theme-rms .finao-im .im-contacts li a.new {
  background-color: #002664;
}
.theme-rms .finao-im .im-contacts li a {
  background-color: #909aa3;
}
.theme-rms .finao-im .im-contacts li a.new {
  color: #fff;
}
.theme-rms .finao-im .panel-heading .fa {
  color: #84bddc;
}
@media (max-width: 768px) {
  .theme-rms .search-result-tab-toggle .dropdown-toggle {
    background: #6a757f;
    color: #fff;
  }
  .theme-rms .search-result-tab-toggle .dropdown-toggle b {
    color: #fff;
  }
  .theme-rms .search-result-tab-toggle.open .dropdown-toggle {
    background: #373d42;
  }
  .theme-rms .widget-tab .open ul.dropdown-menu {
    box-shadow: 0 0 4px 0 #373d42;
  }
  .theme-rms .tab-content .table td {
    color: #002664;
  }
  .theme-rms .selectize-control .selectize-dropdown-content {
    background: #fff;
  }
}
@media (max-width: 768px) {
  .theme-rms .search-result-tab-toggle .dropdown-toggle:after {
    color: #e1516b;
  }
  .theme-rms .tab-content .table th {
    background: #7c8892;
    border-right: 1px solid white !important;
  }
  .theme-rms .selectize-control .selectize-dropdown-content {
    border: 1px solid #b9bfc5;
  }
  .theme-rms .input-group .input-group-field-container + .input-group-btn > .btn {
    line-height: 24px;
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media (max-width: 1024px) {
  .theme-rms .input-group.has-ajaxupload > .input-group-btn > label.ajaxupload-container {
    width: 30px;
    height: 50px;
    line-height: 24px;
    padding-left: 6px;
    padding-right: 6px;
  }
  .theme-rms .input-group.has-ajaxupload > .input-group-btn > label.ajaxupload-container > .mobile-btn, .theme-rms .input-group.has-ajaxupload > .input-group-btn > label.ajaxupload-container.active .stop {
    display: none;
  }
  .theme-rms .input-group.has-ajaxupload:not(.ajaxupload-container-done):not(.ajaxupload-container-active) > .input-group-btn > label.ajaxupload-container {
    width: auto;
  }
}
.theme-rms .bookmark-widget a i {
  color: #e1516b;
}
.theme-rms.page-400 .err-description .err-text, .theme-rms.page-403 .err-description .err-text, .theme-rms.page-404 .err-description .err-text, .theme-rms.page-500 .err-description .err-text, .theme-rms.page-503 .err-description .err-text {
  color: #fff;
}
.theme-rms.page-400 footer.footer > a:hover, .theme-rms.page-403 footer.footer > a:hover, .theme-rms.page-404 footer.footer > a:hover, .theme-rms.page-500 footer.footer > a:hover, .theme-rms.page-503 footer.footer > a:hover {
  color: #fff;
}
.theme-rms.page-503 .err-text p {
  color: #1171af;
}
.theme-rms.page-400, .theme-rms.page-403, .theme-rms.page-404, .theme-rms.page-500, .theme-rms.page-503 {
  background: #002664;
}
.theme-rms.page-400 .err-description .err-logo, .theme-rms.page-403 .err-description .err-logo, .theme-rms.page-404 .err-description .err-logo, .theme-rms.page-500 .err-description .err-logo, .theme-rms.page-503 .err-description .err-logo {
  color: #e1516b;
}
.theme-rms.page-400 .err-description .err-code,
.theme-rms.page-400 .err-description .err-title, .theme-rms.page-403 .err-description .err-code,
.theme-rms.page-403 .err-description .err-title, .theme-rms.page-404 .err-description .err-code,
.theme-rms.page-404 .err-description .err-title, .theme-rms.page-500 .err-description .err-code,
.theme-rms.page-500 .err-description .err-title, .theme-rms.page-503 .err-description .err-code,
.theme-rms.page-503 .err-description .err-title {
  color: #c3c9cd;
}
.theme-rms.page-400 .err-description .hr, .theme-rms.page-403 .err-description .hr, .theme-rms.page-404 .err-description .hr, .theme-rms.page-500 .err-description .hr, .theme-rms.page-503 .err-description .hr {
  background: #e1516b;
}
.theme-rms.page-400 .err-description #error-page-search-icon, .theme-rms.page-403 .err-description #error-page-search-icon, .theme-rms.page-404 .err-description #error-page-search-icon, .theme-rms.page-500 .err-description #error-page-search-icon, .theme-rms.page-503 .err-description #error-page-search-icon {
  background: #e1516b;
  color: #002664;
}
.theme-rms.page-400 .err-description a, .theme-rms.page-403 .err-description a, .theme-rms.page-404 .err-description a, .theme-rms.page-500 .err-description a, .theme-rms.page-503 .err-description a {
  color: #e1516b;
}
.theme-rms.page-400 .finao-error-text, .theme-rms.page-403 .finao-error-text, .theme-rms.page-404 .finao-error-text, .theme-rms.page-500 .finao-error-text, .theme-rms.page-503 .finao-error-text {
  color: #FFFFFF;
}
.theme-rms .modal.in {
  display: block !important;
}
.theme-rms .modal-content .modal-header {
  background: #002664;
}
.theme-rms .modal-content .modal-header .close {
  color: #e1516b;
}
.theme-rms .modal-content .modal-header .close:hover {
  color: #fff;
}
.theme-rms .modal-content .modal-header .modal-title {
  color: #fff;
}
.theme-rms .modal-content .modal-body table > thead {
  background: #d9d9d9;
}
.theme-rms .modal-content .modal-body table > thead > tr > th {
  color: #909aa3;
  background: #d9d9d9;
}
.theme-rms .modal-content .modal-body table > tbody td {
  border-left-color: white;
  border-right-color: white;
}
.theme-rms .modal-content .modal-header {
  background: #002664;
}
.theme-rms .modal-content .modal-header .close {
  color: #e1516b;
}
.theme-rms .modal-content .modal-header .close:hover {
  color: #fff;
}
.theme-rms .modal-content .modal-header .modal-title {
  color: #fff;
}
.theme-rms .modal-content .modal-body table > thead {
  background: #d9d9d9;
}
.theme-rms .modal-content .modal-body table > thead > tr > th {
  color: #909aa3;
  background: #d9d9d9;
}
.theme-rms .modal-content .modal-body table > tbody td {
  border-left-color: white;
  border-right-color: white;
}
.theme-rms .modal#impersonate-user .modal-content .modal-header {
  background: #e1516b;
}
.theme-rms .modal#impersonate-user .modal-content .modal-header .close {
  color: #fff;
}
.theme-rms #integrations-container .integration-heading .accordion-toggle.integration-toggle {
  background: #d9d9d9;
  color: #373d42;
}
.theme-rms #integrations-container .integration-heading .accordion-toggle.integration-toggle:after {
  color: #373d42;
}
.theme-rms #integrations-container .integration-heading .integration-switcher {
  background: #d7dbde;
}
.theme-rms #integrations-container .integration-heading .integration-switcher .form-group .switcher-wrapper > label:hover {
  color: #e1516b;
}
.theme-rms #integrations-container .integration-table-wrapper {
  background: white;
}
.theme-rms #integrations-container .integration-table-wrapper .panel-body {
  background: white;
}
.theme-rms .countdown-panel .next-data-sync-countdown {
  background: #373d42;
}
.theme-rms .countdown-panel .next-data-sync-countdown .countdown-text {
  color: #d9d9d9;
}
.theme-rms .countdown-panel .next-data-sync-countdown .countdown {
  color: #909aa3;
}
.theme-rms .notification-list-header {
  background: #000;
}
.theme-rms .notification-list-header .view-all a {
  color: #888;
}
.theme-rms .notification-list-header .view-all a:hover {
  color: #e1516b;
}
.theme-rms .notification-list .item.unread {
  border-color: #e1516b !important;
  border-bottom-color: #616c75 !important;
  background: white;
}
.theme-rms.navbar-open .navbar-notification {
  color: #e1516b !important;
}
.theme-rms .nav-icon-btn.nav-icon-btn-primary .label {
  background: #002664;
}
.theme-rms .btn-primary {
  border-width: 1px;
  border-style: solid;
  background: white;
  color: #002664;
}
.theme-rms .btn-primary, .theme-rms .btn-primary:focus {
  border-color: #001c4b;
  border-bottom-color: #00112c;
}
.theme-rms .btn-primary:hover {
  border-color: #00163b;
}
.theme-rms .btn-primary:active, .theme-rms .btn-primary.active {
  background: white;
  color: #002664;
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.25);
}
.open .theme-rms .btn-primary.dropdown-toggle {
  border-color: #000b1d;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
}
.btn-group .theme-rms .btn-primary, .btn-group .theme-rms .btn-primary:focus, .input-group-btn .theme-rms .btn-primary, .input-group-btn .theme-rms .btn-primary:focus {
  border-left-color: #00163b;
  border-right-color: #00163b;
}
.btn-group .theme-rms .btn-primary:hover, .btn-group.open .theme-rms .btn-primary.dropdown-toggle, .input-group-btn .theme-rms .btn-primary:hover, .input-group-btn.open .theme-rms .btn-primary.dropdown-toggle {
  border-color: #00163b;
  border-bottom-color: #000308;
}
.btn-group .theme-rms .btn-primary:active, .btn-group .theme-rms .btn-primary.active, .input-group-btn .theme-rms .btn-primary:active, .input-group-btn .theme-rms .btn-primary.active {
  border-left-color: #000b1d;
  border-right-color: #000b1d;
}
.theme-rms .open .btn.btn-primary.dropdown-toggle {
  color: #fff;
  border-bottom-color: #000b1d !important;
  background: none;
  background: #001e50 !important;
}
.theme-rms .progress-bar {
  background: #e2e4e6;
  border-color: #d1d5d9;
}
.theme-rms .progress-striped .progress-bar {
  background-color: #e2e4e6;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px;
}
.theme-rms .label.label-primary {
  background: #002664;
}
.theme-rms .label.label-primary[href]:hover, .theme-rms .label.label-primary[href]:focus {
  background-color: #001331;
}
.theme-rms .label.label-primary.label-tag {
  border: 1px solid #002664;
}
.theme-rms .label.label-primary.label-tag:before {
  border-color: transparent #002664 transparent transparent;
}
.theme-rms .label.label-primary.label-tag[href]:hover, .theme-rms .label.label-primary.label-tag[href]:focus {
  border-color: #001331;
}
.theme-rms .label.label-primary.label-tag[href]:hover:before, .theme-rms .label.label-primary.label-tag[href]:focus:before {
  border-color: transparent #001331 transparent transparent;
}
.right-to-left .theme-rms .label.label-primary.label-tag:before {
  border-color: transparent transparent transparent #002664;
}
.right-to-left .theme-rms .label.label-primary.label-tag[href]:hover:before, .right-to-left .theme-rms .label.label-primary.label-tag[href]:focus:before {
  border-color: transparent transparent transparent #001331;
}
.ie8 .right-to-left .theme-rms .label.label-primary.label-tag:before, .ie9 .right-to-left .theme-rms .label.label-primary.label-tag:before {
  border-color: transparent #002664 transparent transparent;
}
.ie8 .right-to-left .theme-rms .label.label-primary.label-tag[href]:hover:before, .ie8 .right-to-left .theme-rms .label.label-primary.label-tag[href]:focus:before, .ie9 .right-to-left .theme-rms .label.label-primary.label-tag[href]:hover:before, .ie9 .right-to-left .theme-rms .label.label-primary.label-tag[href]:focus:before {
  border-color: transparent #001331 transparent transparent;
}
.theme-rms.right-to-left .label.label-primary.label-tag:before {
  border-color: transparent transparent transparent #002664;
}
.theme-rms.right-to-left .label.label-primary.label-tag:hover:before, .theme-rms.right-to-left .label.label-primary.label-tag:focus:before {
  border-color: transparent transparent transparent #001331;
}
.ie8 .theme-rms.right-to-left .label.label-primary.label-tag:before, .ie9 .theme-rms.right-to-left .label.label-primary.label-tag:before {
  border-color: transparent #002664 transparent transparent;
}
.ie8 .theme-rms.right-to-left .label.label-primary.label-tag:hover:before, .ie8 .theme-rms.right-to-left .label.label-primary.label-tag:focus:before, .ie9 .theme-rms.right-to-left .label.label-primary.label-tag:hover:before, .ie9 .theme-rms.right-to-left .label.label-primary.label-tag:focus:before {
  border-color: transparent #001331 transparent transparent;
}
.theme-rms .badge.badge-primary {
  background: #002664;
  border: 1px solid #002664;
}
.theme-rms .badge.badge-primary[href]:hover, .theme-rms .badge.badge-primary[href]:focus {
  background-color: #001331;
  border-color: #001331;
}
.theme-rms .table-primary table {
  border-top-color: #030f24 !important;
}
.theme-rms .table-primary thead,
.theme-rms .table-primary thead tr,
.theme-rms .table-primary thead th,
.theme-rms .table-primary .table-header {
  border-color: #030f24 !important;
  color: #fff;
}
.theme-rms .table-primary thead tr,
.theme-rms .table-primary thead th {
  background: #031b43;
}
.theme-rms .table-primary .table-header {
  background: #002664;
}
.theme-rms .nav-tabs > li.active > a, .theme-rms .nav-tabs > li.active > a:hover, .theme-rms .nav-tabs > li.active > a:focus {
  background: #002664;
  border-bottom: 2px solid #002664;
}
.theme-rms .nav-tabs .nav-tabs.nav-justified > .active > a {
  border-bottom-color: #002664;
}
.theme-rms .nav-pills > li.active > a, .theme-rms .nav-pills > li.active > a:hover, .theme-rms .nav-pills > li.active > a:focus {
  background: #002664;
}
.theme-rms .dropdown-menu > li > a:hover,
.theme-rms .dropdown-menu > li.active > a {
  background: #002664;
}
.theme-rms .dropdown-menu > li > a:hover {
  color: #fff;
}
.theme-rms .btn-group .btn-primary,
.theme-rms .btn-group .btn-primary:focus,
.theme-rms .input-group-btn .btn-primary,
.theme-rms .input-group-btn .btn-primary:focus {
  border-left-color: #00163b;
  border-right-color: #00163b;
}
.theme-rms .btn-group .btn-primary:hover,
.theme-rms .btn-group.open .btn-primary.dropdown-toggle,
.theme-rms .input-group-btn .btn-primary:hover,
.theme-rms .input-group-btn.open .btn-primary.dropdown-toggle {
  border-color: #000b1d;
}
.theme-rms .btn-group .btn-primary:active,
.theme-rms .btn-group .btn-primary.active,
.theme-rms .input-group-btn .btn-primary:active,
.theme-rms .input-group-btn .btn-primary.active {
  border-left-color: #000b1d;
  border-right-color: #000b1d;
}
.theme-rms ul.pagination li > a, .theme-rms ul.pagination li > a:before {
  color: #002664;
}
.theme-rms a.list-group-item.active {
  background: #002664;
  border-color: #002664;
}
.theme-rms a.list-group-item.active .list-group-item-text {
  color: #317fff;
}
.theme-rms .form-control:focus,
.theme-rms .form-control.focus {
  border-color: #002664;
  outline: 0;
  box-shadow: none;
}
.gt-ie8 .theme-rms input.px:focus + .lbl:before, .gt-ie8 .theme-rms input.px + .lbl:hover:before {
  border-color: #002664;
}
.gt-ie8 .theme-rms input[type=checkbox].px + .lbl:after {
  color: #002664;
}
.gt-ie8 .theme-rms input[type=radio].px + .lbl:after {
  background: #002664;
}
.theme-rms .text-primary, .theme-rms .text-primary:hover, .theme-rms .text-primary:active, .theme-rms .text-primary:focus,
.theme-rms .text-primary a,
.theme-rms .text-primary a:focus {
  color: #002664;
}
.theme-rms .text-primary a:hover,
.theme-rms .text-primary a:active {
  color: #000918;
}
.theme-rms .bg-primary {
  background: #002664 !important;
}
.theme-rms .bg-primary[href]:hover {
  background: #032152 !important;
}
.theme-rms .bg-primary.darken {
  background: #032152 !important;
}
.theme-rms .bg-primary.darken[href]:hover {
  background: #021b43 !important;
}
.theme-rms .bg-primary.darker {
  background: #021b43 !important;
}
.theme-rms .bg-primary.darker[href]:hover {
  background: #021534 !important;
}
.theme-rms .bg-primary, .theme-rms .bg-primary:hover, .theme-rms .bg-primary:active, .theme-rms .bg-primary:focus,
.theme-rms .bg-primary a,
.theme-rms .bg-primary a:focus {
  color: #fff;
}
.theme-rms .bg-primary a:hover,
.theme-rms .bg-primary a:active {
  color: #d9d9d9;
}
.theme-rms .bg-primary[href]:hover,
.theme-rms .bg-primary [href]:hover {
  color: #fff;
}
.theme-rms .bg-primary * {
  border-color: #003488;
}
.theme-rms .ui-slider-handle.ui-state-active:before {
  background: #002664;
}
.theme-rms .ui-slider-range {
  background: #002664;
}
.theme-rms .ui-autocomplete > li > a:hover,
.theme-rms .ui-autocompletev > li.active > a {
  background: #002664;
}
.theme-rms .ui-autocomplete > li > a:hover {
  color: #fff;
}
.theme-rms .ui-autocomplete .ui-state-focus {
  background: #002664;
  color: #fff;
}
.theme-rms .ui-menu .ui-menu-item a:hover,
.theme-rms .ui-menu .ui-menu-item a.ui-state-focus,
.theme-rms .ui-menu .ui-menu-item a.ui-state-active {
  background: #002664;
}
.theme-rms .ui-progressbar-value {
  border-color: #001a45;
  background-color: #002664;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px;
}
.theme-rms .ui-tabs-nav > .ui-tabs-active > a, .theme-rms .ui-tabs-nav > .ui-tabs-active > a:hover, .theme-rms .ui-tabs-nav > .ui-tabs-active > a:focus {
  color: #fff;
  background: #002664;
  border-bottom: 2px solid #001c4b;
}
.theme-rms .ui-datepicker .ui-state-active {
  background: #002664 !important;
}
.theme-rms .ui-datepicker-title {
  background: #002664;
}
.theme-rms .ui-datepicker th {
  background: #071e43;
}
.theme-rms .ui-datepicker-buttonpane button.ui-priority-primary {
  background: white;
  color: #002664;
}
.theme-rms .ui-datepicker-buttonpane button.ui-priority-primary, .theme-rms .ui-datepicker-buttonpane button.ui-priority-primary:focus {
  border-color: #001c4b;
  border-bottom-color: #00112c;
}
.theme-rms .ui-datepicker-buttonpane button.ui-priority-primary:hover {
  border-color: #00163b;
}
.theme-rms .ui-datepicker-buttonpane button.ui-priority-primary:active, .theme-rms .ui-datepicker-buttonpane button.ui-priority-primary.active {
  background: white;
  color: #002664;
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.25);
}
.open .theme-rms .ui-datepicker-buttonpane button.ui-priority-primary.dropdown-toggle {
  border-color: #000b1d;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
}
.btn-group .theme-rms .ui-datepicker-buttonpane button.ui-priority-primary, .btn-group .theme-rms .ui-datepicker-buttonpane button.ui-priority-primary:focus, .input-group-btn .theme-rms .ui-datepicker-buttonpane button.ui-priority-primary, .input-group-btn .theme-rms .ui-datepicker-buttonpane button.ui-priority-primary:focus {
  border-left-color: #00163b;
  border-right-color: #00163b;
}
.btn-group .theme-rms .ui-datepicker-buttonpane button.ui-priority-primary:hover, .btn-group.open .theme-rms .ui-datepicker-buttonpane button.ui-priority-primary.dropdown-toggle, .input-group-btn .theme-rms .ui-datepicker-buttonpane button.ui-priority-primary:hover, .input-group-btn.open .theme-rms .ui-datepicker-buttonpane button.ui-priority-primary.dropdown-toggle {
  border-color: #00163b;
  border-bottom-color: #000308;
}
.btn-group .theme-rms .ui-datepicker-buttonpane button.ui-priority-primary:active, .btn-group .theme-rms .ui-datepicker-buttonpane button.ui-priority-primary.active, .input-group-btn .theme-rms .ui-datepicker-buttonpane button.ui-priority-primary:active, .input-group-btn .theme-rms .ui-datepicker-buttonpane button.ui-priority-primary.active {
  border-left-color: #000b1d;
  border-right-color: #000b1d;
}
.theme-rms .select2-drop-active,
.theme-rms .select2-container-multi.select2-container-active .select2-choices,
.theme-rms .select2-container-multi.select2-dropdown-open .select2-choices {
  border: 1px solid #002664;
}
.theme-rms .select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #002664;
}
.theme-rms .select2-container-active .select2-choice,
.theme-rms .select2-container-active .select2-choices {
  border: 1px solid #002664;
}
.theme-rms .select2-dropdown-open .select2-drop-above .select2-choice,
.theme-rms .select2-dropdown-open .select2-drop-above .select2-choices {
  border: 1px solid #002664;
  border-top-color: #aaa;
}
.theme-rms .select2-results .select2-highlighted {
  background: #002664;
}
.theme-rms .select2-primary .select2-container-multi .select2-choices .select2-search-choice {
  background: #002664;
}
.theme-rms .select2-primary .select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #001331;
}
.theme-rms .select2-primary .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  background: #002664 !important;
}
.theme-rms .switcher-primary .switcher-state-on {
  background: #002664 !important;
}
.theme-rms .pixel-file-input:hover {
  border-color: #002664;
}
.theme-rms .datepicker table tr td.selected, .theme-rms .datepicker table tr td.selected:hover, .theme-rms .datepicker table tr td.selected.disabled, .theme-rms .datepicker table tr td.selected.disabled:hover {
  background: #002664;
}
.theme-rms .datepicker table tr td.active, .theme-rms .datepicker table tr td.active:hover, .theme-rms .datepicker table tr td.active.disabled, .theme-rms .datepicker table tr td.active.disabled:hover {
  background: #002664;
}
.theme-rms .datepicker table tr td span.active, .theme-rms .datepicker table tr td span.active:hover, .theme-rms .datepicker table tr td span.active.disabled, .theme-rms .datepicker table tr td span.active.disabled:hover {
  background: #002664;
}
.theme-rms .datepicker thead tr {
  background: #071e43;
}
.theme-rms .datepicker thead tr:first-child {
  background: #002664 !important;
  border-bottom-color: #061021 !important;
}
.theme-rms .datepicker thead th.prev,
.theme-rms .datepicker thead th.next {
  background: #002664;
}
.theme-rms .datepicker thead th.prev {
  border-color: #061021;
}
.theme-rms .datepicker thead th.next {
  border-color: #061021;
}
.theme-rms .datepicker > .datepicker-days thead tr:first-child th.cw + .prev {
  border-color: #061021;
}
.theme-rms .datepicker > .datepicker-days thead tr:last-child th.cw + th {
  border-color: #061021;
}
.theme-rms .bootstrap-timepicker-widget table td a:hover {
  background: #002664;
  border-color: #002664;
}
.theme-rms .pagination a.dp-today,
.theme-rms .pagination a.dp-today:hover {
  background: #003997;
  border-color: #00307e;
}
.theme-rms .pagination a.dp-today:hover {
  border-color: #002664 !important;
}
.theme-rms .pagination a.dp-selected {
  background: #002664 !important;
  border-color: #002664 !important;
}
.theme-rms .tt-suggestion.tt-is-under-cursor {
  background: #002664;
}
.theme-rms .table-primary .dataTables_wrapper .DT-per-page {
  border-color: #030f24 !important;
}
.theme-rms .dropzone-box.dz-drag-hover {
  border-color: #002664;
}
.theme-rms .dropzone-box:hover .fa.fa-cloud-upload {
  background: #002664;
}
.theme-rms .md-editor.active {
  border-color: #002664;
}
.theme-rms .widget-rating .active a {
  color: #002664;
}

.theme-rms .view-datatable .view-datatable-heading, .pdf-print-theme-rms .view-datatable .view-datatable-heading {
  background-color: #a6aeb5;
  color: #fff;
}
.theme-rms .view-datatable .view-datatable-body table.table thead th, .theme-rms .view-datatable .view-datatable-body table.table thead td, .pdf-print-theme-rms .view-datatable .view-datatable-body table.table thead th, .pdf-print-theme-rms .view-datatable .view-datatable-body table.table thead td {
  background: #d9d9db;
  color: #333;
}
.theme-rms .panel .panel-body .view-datatable .view-datatable-body table.table th, .pdf-print-theme-rms .panel .panel-body .view-datatable .view-datatable-body table.table th {
  background: #d9d9db;
}
.theme-rms .panel .panel-body .view-datatable .view-datatable-body table.table td, .pdf-print-theme-rms .panel .panel-body .view-datatable .view-datatable-body table.table td {
  padding: 10px !important;
}
.theme-rms .panel .panel-body .view-datatable .view-datatable-body table.table td.datatable-button-column button.btn, .pdf-print-theme-rms .panel .panel-body .view-datatable .view-datatable-body table.table td.datatable-button-column button.btn {
  color: #000;
  border-color: #000;
  background: #fff;
  margin-left: 3px;
}
.theme-rms .panel .panel-body .view-datatable .view-datatable-body table.table td.datatable-button-column button.btn:hover, .pdf-print-theme-rms .panel .panel-body .view-datatable .view-datatable-body table.table td.datatable-button-column button.btn:hover {
  background-image: none !important;
}
.theme-rms .panel-heading.section-heading,
.theme-rms .panel-heading.sub-section-heading,
.theme-rms .panel-heading.sub-sub-section-heading, .pdf-print-theme-rms .panel-heading.section-heading,
.pdf-print-theme-rms .panel-heading.sub-section-heading,
.pdf-print-theme-rms .panel-heading.sub-sub-section-heading {
  background-color: #a6aeb5;
  color: #fff;
}

.theme-cts {
  /* Adds a shadow when table scrolls */
  /* System maintenance page */
}
.theme-cts {
  background: #fff;
}
.theme-cts .text-fg {
  color: #e1516b;
}
.theme-cts .page-header {
  background: transparent;
  border-color: #eee;
}
.theme-cts form > .panel:not(.form-horizontal),
.theme-cts .panel .panel:not(.form-horizontal) {
  box-shadow: none !important;
}
.theme-cts .table,
.theme-cts .panel,
.theme-cts hr {
  border-color: #dcdcdc;
}
.theme-cts .bordered {
  border-color: #dcdcdc;
}
.theme-cts .bordered[class*=bg-],
.theme-cts [class*=bg-] .border-t {
  border-color: #fff;
  border-color: rgba(0, 0, 0, 0.2);
}
.theme-cts .panel.panel-transparent > .panel-heading {
  border-bottom-color: #dcdcdc !important;
}
.theme-cts .breadcrumb-page {
  background: transparent;
  border-bottom-color: #eee;
}
.theme-cts .tab-content {
  box-shadow: 0 0 8px 0px rgba(55, 61, 66, 0.5);
}
.theme-cts .img-bg {
  background: #373d42;
}
.theme-cts .img-bg .text-center {
  color: #fff;
}
.theme-cts .img-bg .text-center.img-edit > a {
  color: #e1516b;
}
.theme-cts .panel > div.panel-heading.theme-bg-color,
.theme-cts div.panel.theme-bg-color {
  background: #373d42;
}
@media (max-width: 768px) {
  .theme-cts .tab-content {
    box-shadow: 0 0 4px 0px rgba(55, 61, 66, 0.5);
  }
  .theme-cts .panel {
    box-shadow: 0 0 4px 0px #373d42;
  }
}
.theme-cts .panel {
  box-shadow: 0 0 8px 0px #373d42;
}
.theme-cts .panel > .panel-heading {
  background: #555a5e;
}
.theme-cts .panel > .panel-heading .label {
  margin: 0 5px;
}
.theme-cts .panel > .panel-heading .label.lozenge {
  border-radius: 15px;
  padding: 0;
  font-size: 13px;
}
.theme-cts .panel > .panel-heading .label.lozenge .lozenge-inner {
  padding: 0px 10px;
  display: inline-block;
  height: 100%;
}
.theme-cts .panel > .panel-heading .label.lozenge .lozenge-inner.autosave {
  padding-right: 3px;
}
.theme-cts .panel > .panel-heading .label.lozenge .popover {
  color: black;
}
.theme-cts .panel > .panel-heading .label.lozenge .popover .countAgo {
  display: inline;
}
.theme-cts .panel > .panel-heading .label.lozenge .delete-autosave {
  float: right;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  padding-right: 8px;
  padding-left: 3px;
  color: white;
}
.theme-cts .panel > .panel-heading.active-user {
  background: #5ebd5e !important;
}
.theme-cts .panel > .panel-heading.inactive-user {
  background: #f4b04f !important;
}
.theme-cts .panel > .panel-heading.deactivated-user, .theme-cts .panel > .panel-heading.deleted-user {
  background: #e66454 !important;
}
.theme-cts .panel > .panel-heading.datatablepopup-heading {
  background: #73777a;
}
.theme-cts .panel > .panel-heading, .theme-cts .panel > .panel-heading > .panel-title {
  color: #fff;
}
.theme-cts .panel > .panel-heading a.link-color {
  color: #e1516b;
}
.theme-cts .panel > .panel-heading a.link-color:hover {
  color: #fff;
}
.theme-cts footer.footer .footer-inner {
  word-break: normal;
  overflow-wrap: break-word;
  margin: 0 auto;
  padding: 0 20px;
}
.theme-cts footer.footer a {
  color: #e1516b;
}
.theme-cts div.bg-parent {
  background: #ccc;
}
.theme-cts div.bg-child {
  background: #e5e5e5;
}
.theme-cts .text-right:not(.status-column) > .btn.btn-success {
  background: linear-gradient(to bottom, #5e6367, #373d42 40%);
  color: #fff;
}
.theme-cts .text-right:not(.status-column) > .btn.btn-success:hover, .theme-cts .text-right:not(.status-column) > .btn.btn-success:active {
  background: #373d42 !important;
  color: rgba(255, 255, 255, 0.8);
}
.theme-cts .tertiary-button, .theme-cts .link-button {
  color: #000;
  background-color: transparent;
}
.theme-cts .link-button {
  box-shadow: none;
}
.theme-cts .btn-helptip:hover, .theme-cts .btn-helptip:focus {
  border-color: #db2e4d;
  color: #fff;
}
.theme-cts .btn-helptip:hover {
  background-color: #e1516b;
}
.theme-cts .btn-helptip:focus {
  background-color: #df4460;
}
.theme-cts .btn-burger > button {
  color: #373d42;
}
.theme-cts .btn-burger.open > ul > li > a > i {
  color: #e1516b;
}
.theme-cts .btn-burger > button {
  background-color: #a4a6a8;
}
@media (min-width: 769px) {
  .theme-cts .btn-burger > button:hover {
    background: #a4a6a8 !important;
    color: #373d42;
  }
}
.theme-cts .btn-burger.open > button {
  background: #e1516b !important;
  border-color: #e1516b !important;
}
.theme-cts .btn-burger.open > button i {
  color: #fff;
}
.theme-cts .btn-burger.open > ul > li > a > i {
  color: #e1516b;
}
.theme-cts .multiselect-ellipsis-menu.open > .btn-setting {
  background: #555a5e !important;
  color: #fff !important;
}
.theme-cts .multiselect-ellipsis-menu .multiselect-dropdown-menu {
  border-radius: 4px;
}
.theme-cts .multiselect-ellipsis-menu .multiselect-dropdown-menu:before {
  border-top-color: #c3c4c6;
}
.theme-cts .multiselect-ellipsis-menu .multiselect-dropdown-menu .btn {
  color: #373d42;
}
.theme-cts .multiselect-ellipsis-menu .multiselect-dropdown-menu .btn > i {
  color: #555a5e;
}
.theme-cts .multiselect-ellipsis-menu .multiselect-dropdown-menu .btn[disabled] {
  background: #c3c4c6 !important;
}
.theme-cts .widget-tab ul.dropdown-menu .btn {
  color: #373d42;
}
.theme-cts .widget-tab ul.dropdown-menu .btn > i {
  color: #555a5e;
}
.theme-cts .widget-tab ul.dropdown-menu .btn[disabled] {
  background: #c3c4c6 !important;
}
.theme-cts .widget-tab ul.dropdown-menu .btn:hover, .theme-cts .widget-tab ul.dropdown-menu .btn[disabled]:hover {
  background-color: #e1516b !important;
}
.theme-cts.page-signup .form-actions .signup-btn,
.theme-cts .btn.btn-submit,
.theme-cts .btn.btn-save-draft {
  background: #fff;
  color: #333333;
  border-color: #333333;
}
.theme-cts.page-signup .form-actions .signup-btn:hover, .open .theme-cts.page-signup .form-actions .signup-btn.dropdown-toggle,
.theme-cts .btn.btn-submit:hover,
.open .theme-cts .btn.btn-submit.dropdown-toggle,
.theme-cts .btn.btn-save-draft:hover,
.open .theme-cts .btn.btn-save-draft.dropdown-toggle {
  background: #e1516b;
  border-color: #e1516b;
  color: #fff;
}
.theme-cts.page-signup .form-actions .signup-btn:active, .theme-cts.page-signup .form-actions .signup-btn.active,
.theme-cts .btn.btn-submit:active,
.theme-cts .btn.btn-submit.active,
.theme-cts .btn.btn-save-draft:active,
.theme-cts .btn.btn-save-draft.active {
  background: #898d90;
  border-color: #898d90;
  color: #fff;
}
.theme-cts .im-messages-wrapper .input-group-addon:first-child .btn {
  color: #e1516b;
}
.theme-cts .btn-popup-action.btn-sm, .theme-cts .btn-group-sm > .btn-popup-action.btn {
  color: #373d42;
  background: #c3c4c6;
  border-color: #c3c4c6;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 20px);
}
.theme-cts .btn-popup-action.btn-sm:hover, .theme-cts .btn-group-sm > .btn-popup-action.btn:hover, .theme-cts .btn-popup-action.btn-sm:active, .theme-cts .btn-group-sm > .btn-popup-action.btn:active {
  background: #c3c4c6 !important;
}
.theme-cts td .btn-setting {
  color: #373d42 !important;
  background: #c3c4c6;
}
.theme-cts td .btn-setting:hover {
  background: #c3c4c6 !important;
}
.theme-cts td .btn-setting:hover {
  color: #fff;
}
.theme-cts input[type=radio].switch-button:checked + label {
  color: #e1516b;
}
.theme-cts .primary-button {
  color: #fff;
  border: 1px solid transparent;
  background: #555a5e;
}
.theme-cts .primary-button:hover {
  background: #808282;
}
.theme-cts .primary-button:active {
  background: #656565;
}
.theme-cts .secondary-button {
  color: #373d42;
  border: 1px solid #373d42;
  background-color: #fff;
}
.theme-cts .secondary-button:hover {
  background: #F7F7F7;
}
.theme-cts .secondary-button:active {
  background: #F0F0F0;
}
.theme-cts .link-button {
  color: #e1516b;
}
.theme-cts .link-button:hover {
  text-decoration: underline;
}
.theme-cts .tooltip-button:hover {
  color: #fff;
  background-color: #e1516b;
}
.theme-cts .dd-list .dd-item .dd-content:hover {
  color: #e1516b;
}
.theme-cts .breadcrumb-text > span:last-child {
  color: #e1516b;
}
.theme-cts #main-navbar .ticket-button {
  color: #000;
  background-color: #fff;
}
.theme-cts #main-navbar .navbar-header a {
  color: #fff;
  background: #373d42;
}
.theme-cts #main-navbar .navbar-inner {
  background: #373d42;
}
.theme-cts #main-navbar .navbar-form > #navbar-search-icon-cover {
  background: #373d42;
}
.theme-cts #main-navbar .navbar-form > #navbar-search-icon {
  background: #e1516b;
}
.theme-cts #main-navbar .navbar-header,
.theme-cts #main-navbar .navbar-collapse {
  background: #373d42;
  box-shadow: none;
}
.theme-cts #main-navbar .navbar-collapse {
  border-top: 1px solid #4a5258;
  background: #373d42;
}
.theme-cts #main-navbar ul.navbar-nav > .dropdown > a,
.theme-cts #main-navbar ul.navbar-nav.nav > li > a {
  color: #fff;
}
.theme-cts #main-navbar .navbar-toggle {
  color: #fff;
}
.theme-cts #main-navbar #main-menu-toggle {
  background: #373d42;
  color: #fff;
}
.theme-cts #main-navbar #main-menu-toggle .fa:before {
  color: #fff;
}
.theme-cts #main-navbar .dropdown.open > a {
  background: #30353a;
}
.theme-cts #main-navbar form.navbar-form .form-control {
  background: #fff;
  border-color: #373d42;
}
.theme-cts #main-navbar .ticket-button {
  color: #373d42;
}
.theme-cts #main-navbar .mobile-search-field {
  background: #e1516b;
  box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.2);
}
.theme-cts #main-navbar .mobile-search-field > form > #mobile-search-icon {
  background: #373d42;
  color: #fff;
}
.theme-cts #main-navbar ul.navbar-nav.nav > .dropdown > .dropdown-menu > li > a > i {
  color: #e1516b;
}
.theme-cts #main-navbar .ticket-button:hover {
  background-color: #e1516b;
}
.theme-cts #main-navbar .navbar-notification:hover,
.theme-cts #main-navbar .user-menu:hover {
  color: #e1516b !important;
}
.theme-cts #main-navbar .navbar-form > #navbar-search-icon {
  color: #373d42;
  background-color: #fff;
}
.theme-cts #main-navbar .navbar-form > #navbar-search-icon:hover {
  background-color: #e1516b;
}
@media (max-width: 768px) {
  .theme-cts.search-box-opened #main-navbar li.search-bar #navbar-search-icon-cover {
    background: #1b1e21;
  }
  .theme-cts.search-box-opened #main-navbar li.search-bar #navbar-search-icon {
    color: #a4a6a8;
    background: #373d42;
  }
  .theme-cts #main-navbar ul.navbar-nav li.dropdown.open .user-menu {
    background: #1b1e21;
  }
  .theme-cts #main-navbar ul.navbar-nav li.dropdown.open .user-menu:after {
    position: absolute;
    top: 60px;
    left: calc(50% - 10px);
    display: inline-block;
    border-right: 10px solid transparent;
    border-top: 6px solid #1b1e21;
    border-left: 10px solid transparent;
    content: "";
  }
  .theme-cts #main-navbar #mobile-user-menu > .dropdown-menu > li .dropdown-icon {
    color: #e1516b;
  }
  .theme-cts #main-navbar #mobile-user-menu > .dropdown-menu > li > a {
    color: #373d42;
  }
  .theme-cts #main-navbar #mobile-user-menu > .dropdown-menu > li > a:hover, .theme-cts #main-navbar #mobile-user-menu > .dropdown-menu > li > a:active {
    background: #1b1e21;
    color: #e1516b;
  }
}
@media (min-width: 769px) {
  .theme-cts #main-navbar li + li,
  .theme-cts #main-navbar .nav + .nav,
  .theme-cts #main-navbar .nav + .right {
    border-top: none;
  }
  .theme-cts #main-navbar .navbar-collapse {
    border-top: none;
  }
  .theme-cts #main-navbar .nav > li > a:hover {
    background: #1b1e21;
    color: #e1516b;
  }
  .theme-cts #main-navbar .dropdown.open > a {
    border-top: none;
    border-bottom: none;
    margin-top: 0;
    background: linear-gradient(to right, #0b0b0b, #1b1e21 10px, #1b1e21 calc(100% - 10px), #0b0b0b);
    color: #e1516b;
  }
  .theme-cts #main-navbar .dropdown-menu {
    border-radius: 3px;
    margin-top: 8px;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
  }
  .theme-cts #main-navbar .dropdown-menu:after {
    position: absolute;
    top: -10px;
    left: calc(50% - 10px);
    display: inline-block;
    border-right: 10px solid transparent;
    border-top: 10px solid #1b1e21;
    border-left: 10px solid transparent;
    content: "";
  }
}
@media (min-width: 769px) {
  .theme-cts #main-navbar .dropdown-menu {
    border: 0;
  }
}
.theme-cts #main-menu-bg {
  background: #73777a;
}
@media (max-width: 768px) {
  .theme-cts .main-menu-expander {
    background: #373d42 !important;
  }
  .theme-cts .main-menu-expander:before {
    color: #fff !important;
  }
}
.theme-cts .main-menu-expander {
  background: #555a5e;
}
.theme-cts .main-menu-expander:hover {
  background: #373d42;
}
.theme-cts #main-menu .mmc-dropdown-open-ul li.active > a {
  background: #fff;
}
.theme-cts #main-menu .mm-dropdown.active > a {
  background: none !important;
}
.theme-cts #main-menu .mmc-title {
  color: #b3b3b3;
}
.theme-cts #main-menu .mmc-dropdown-open-ul {
  border: 1px solid #eee;
  margin-top: -1px;
}
@media (min-width: 769px) {
  .theme-cts.mmc #main-menu .navigation > .mm-dropdown.open > a {
    color: #fff;
  }
}
.theme-cts .mmc-dropdown-open-ul {
  background: #b2b3b5;
}
.theme-cts .mmc-dropdown-open-ul a > span.mm-text {
  color: #000;
}
.theme-cts .mmc-dropdown-open-ul a:hover {
  background: #fff !important;
}
.theme-cts .main-menu-expander:before {
  color: #e1516b;
}
.theme-cts .expander-divider {
  background: linear-gradient(to right, rgba(77, 80, 83, 0.05), #4d5053 3%, rgba(122, 126, 129, 0) 100%);
}
.theme-cts #main-menu .navigation li a,
.theme-cts #main-menu .mmc-dropdown-open-ul li a {
  color: #fff;
  font-size: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 0.2s;
}
@media (min-width: 769px) {
  .theme-cts #main-menu .navigation li a:hover,
  .theme-cts #main-menu .mmc-dropdown-open-ul li a:hover {
    background: #40464a;
  }
}
.theme-cts #main-menu .navigation li.active > a,
.theme-cts #main-menu .mmc-dropdown-open-ul li.active > a {
  background: #40464a;
}
.theme-cts #main-menu .mmc-dropdown-open {
  background: #40464a !important;
}
.theme-cts #main-menu .mm-dropdown > a:before {
  color: #e1516b;
}
.theme-cts #main-menu .menu-content .mmc-title {
  background: #73777a;
  border-bottom: 1px solid #676a6d;
}
.theme-cts #main-menu .menu-content .btn-outline {
  border-color: #676a6d;
  color: #fff;
}
.theme-cts #main-menu .menu-content .btn-outline:hover, .theme-cts #main-menu .menu-content .btn-outline:active {
  border-color: transparent;
  color: #fff;
}
@media (max-width: 768px) {
  .theme-cts #main-menu .navigation > .mm-dropdown.open, .theme-cts #main-menu .navigation > .mm-dropdown.active {
    background: #3d4348;
  }
  .theme-cts #main-menu .navigation > .mm-dropdown ul li > a {
    background: #929699;
    color: #373d42;
    border-color: #ebebeb;
  }
  .theme-cts #main-menu .navigation > .mm-dropdown ul li.active > a {
    background: #fff;
  }
}
@media (max-width: 768px) {
  .theme-cts #main-menu .navigation > li > a {
    border-bottom: 1px solid #73777b;
  }
  .theme-cts #main-menu-bg {
    background: #5f6468;
  }
}
@media (min-width: 769px) {
  .theme-cts #main-menu .mm-dropdown.active {
    background: #40464a;
  }
  .theme-cts #main-menu .mm-dropdown.active > a .menu-icon, .theme-cts #main-menu .mm-dropdown.active > a .mm-text {
    color: #fff;
  }
  .theme-cts #main-menu .mm-dropdown.open > ul a {
    color: #373d42 !important;
    background: #a4a6a8;
  }
  .theme-cts #main-menu .mm-dropdown.open > ul a > span:before {
    color: #373d42;
  }
  .theme-cts #main-menu .mm-dropdown.open > ul a:hover {
    background: #fff;
  }
  .theme-cts #main-menu .mm-dropdown.open > ul .active > a {
    background: #fff !important;
  }
  .theme-cts #main-menu .mm-dropdown.open > a {
    background: #40464a !important;
  }
}
.theme-cts #main-menu-bg, .theme-cts.right-to-left.main-menu-right #main-menu-bg {
  border-left: none;
  border-right: 1px solid #676a6d;
}
.theme-cts #main-menu .mmc-dropdown-open > ul, .theme-cts.right-to-left.main-menu-right #main-menu .mmc-dropdown-open > ul {
  margin-left: -1px;
  margin-right: 0;
}
.theme-cts.right-to-left #main-menu-bg, .theme-cts.main-menu-right #main-menu-bg {
  border-left: 1px solid #676a6d;
  border-right: none;
}
.theme-cts.right-to-left #main-menu .mmc-dropdown-open > ul, .theme-cts.main-menu-right #main-menu .mmc-dropdown-open > ul {
  margin-left: 0;
  margin-right: -1px;
}
.theme-cts.page-signin .signin-info, .theme-cts.page-signup .signup-header {
  background: rgba(55, 61, 66, 0.8);
}
.theme-cts .timeline:before,
.theme-cts .timeline:after,
.theme-cts .tl-header,
.theme-cts .tl-icon {
  background: #e6e6e6;
}
.theme-cts .tl-header,
.theme-cts .tl-icon {
  box-shadow: 0 0 0 4px #fff;
}
.theme-cts .tl-entry:before {
  background: #686868;
  box-shadow: 0 0 0 3px #fff;
}
.theme-cts .tl-body:before {
  border-color: transparent #dcdcdc transparent transparent;
}
@media (min-width: 769px) {
  .theme-cts .timeline.centered .tl-entry.left .tl-body:before {
    border-color: transparent transparent transparent #dcdcdc;
  }
  .theme-cts.right-to-left .timeline.centered .tl-entry.left .tl-body:before {
    border-color: transparent #dcdcdc transparent transparent;
  }
}
.theme-cts.right-to-left .tl-body:before {
  border-color: transparent transparent transparent #dcdcdc;
}
.theme-cts.page-mail .mail-nav,
.theme-cts.page-mail .mail-nav:before {
  background: #fff;
}
.theme-cts.page-mail .mail-nav .sections li.active .label,
.theme-cts.page-mail .mail-nav .sections li.active .badge {
  background: #686868;
}
.theme-cts.page-mail .mail-nav,
.theme-cts.page-mail .mail-nav .compose-btn,
.theme-cts.page-mail .mail-nav .sections li.active,
.theme-cts.page-mail .mail-nav:before {
  border-color: darkgray;
}
.theme-cts.page-mail .mail-nav .navigation.open .sections li.active {
  background: whitesmoke;
}
.theme-cts.page-mail .mail-nav li.divider {
  background: #dcdcdc;
}
.theme-cts.page-mail .mail-nav .sections li.active a {
  color: #4d4d4d;
}
.theme-cts.page-mail .mail-nav .sections li.active:after {
  color: #b3b3b3;
}
.theme-cts.page-mail .mail-nav .sections a {
  color: #737373;
}
.theme-cts.page-mail .mail-nav-header {
  color: #fff;
  background: #444;
}
.theme-cts.page-mail .mail-nav .add-more a {
  color: #b3b3b3;
}
@media (min-width: 992px) {
  .theme-cts.page-mail .mail-nav .navigation .sections li.active {
    background: #e6e6e6;
  }
  .theme-cts.page-mail .mail-nav .sections a:hover {
    color: #4d4d4d;
  }
}
.theme-cts .page-search .bookmark-widget {
  position: relative;
  top: -2px;
  left: 10px;
}
.theme-cts .filters .filters-header {
  display: flex;
  gap: 10px;
}
.theme-cts .filters .filters-header .toggle i {
  margin-top: 3px;
  cursor: pointer;
  transition: all 300ms ease-in-out;
}
.theme-cts .filters .filters-header .toggle i.rotated {
  transform: rotate(90deg);
}
.theme-cts .filters #sort.switcher-wrapper {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .theme-cts .filters #sort.switcher-wrapper input[type=radio].switch-button + label {
    width: auto;
    display: inline-block;
    line-height: 26px;
  }
}
.theme-cts .result {
  background: #f5f5f5;
  padding-bottom: 5px;
}
.theme-cts .result .result-summary {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  overflow: hidden;
  height: 45px;
}
.theme-cts .result .result-summary .toggle i {
  margin: 11px 0 0 5px;
  cursor: pointer;
  transition: all 300ms ease-in-out;
}
.theme-cts .result .result-summary .toggle i.rotated {
  transform: rotate(90deg);
}
.theme-cts .result .result-summary .identifier small {
  display: block;
  width: 150px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.theme-cts .result .result-summary h4 {
  min-width: 150px;
  margin: 3px 0 0 0;
  font-size: 16px;
}
.theme-cts .result .result-summary h4 a {
  color: #e1516b;
}
.theme-cts .result .result-summary h4 em {
  background: #e1516b;
  border: 2px solid #e1516b;
  border-left-width: 4px;
  border-right-width: 4px;
  font-style: normal;
  color: #333;
}
.theme-cts .result .result-summary .property {
  flex-shrink: 0;
  width: 150px;
}
.theme-cts .result .result-summary .property .key, .theme-cts .result .result-summary .property .value {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.theme-cts .result .result-summary .property .value {
  height: 25px;
  padding-top: 5px;
  position: relative;
  top: -3px;
}
.theme-cts .result .detailed-properties {
  padding: 0 10px 10px 10px;
  word-wrap: break-word;
}
.theme-cts .result .detailed-properties .detailed-property {
  margin: 5px;
}
.theme-cts .result .property em, .theme-cts .result .detailed-property em {
  background: #e1516b;
  border: 2px solid #e1516b;
  font-style: normal;
}
.theme-cts .result.loading-animation {
  width: 100%;
  height: 45px;
  z-index: 0;
  position: relative;
  overflow: hidden;
}
.theme-cts .result.loading-animation:after {
  content: "";
  top: 0;
  transform: translateX(100%);
  width: 100%;
  height: 45px;
  position: absolute;
  z-index: 1;
  animation: slide 1.5s infinite 0.5s;
  background: linear-gradient(to right, #e6e6e6 0%, #fafafa 50%, #e6e6e6 100%);
}
@keyframes slide {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.theme-cts .result.result-error {
  height: 45px;
}
.theme-cts .result.result-error p {
  text-align: center;
  padding: 15px;
  margin: 0;
}
.theme-cts .finao-map .popup-bubble-content a {
  color: #e1516b;
}
.theme-cts .popover-content a {
  color: #e1516b;
}
.theme-cts .staticmap.workflow-wrapper .panel.workflow .panel-body.staticmap-search {
  background-color: #d9d9d9;
}
.theme-cts tr.sequence-data td,
.theme-cts tr.action-data td {
  background: #fff;
}
.theme-cts tr.event-table-header th,
.theme-cts tr.finding-table-header th {
  background: #8f918f;
  color: #fff;
}
.theme-cts .form-control {
  box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.3);
}
.theme-cts .form-control.timepicker, .theme-cts .form-control.datepicker-el, .theme-cts .form-control.datepicker-v3, .theme-cts .form-control.timepicker-v3 {
  border-right: 0;
  border-radius: 4px;
  background: #ffffff;
}
.theme-cts .form-control.timepicker[disabled], .theme-cts .form-control.datepicker-el[disabled], .theme-cts .form-control.datepicker-v3[disabled], .theme-cts .form-control.timepicker-v3[disabled] {
  border-right: 0;
  border-radius: 4px;
  background: #eeeeee;
}
.theme-cts .selectize-input {
  box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.3);
  height: 100%;
  padding-right: 34px !important;
  overflow-y: hidden;
}
.theme-cts .selectize-input + .selectize-caret-bg:before {
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 0;
  position: absolute;
  top: calc(50% - 5px / 2);
  left: calc(50% - 5px);
}
.theme-cts .selectize-input + .selectize-caret-bg-loading:before {
  border: none;
}
.theme-cts .selectize-input.dropdown-active + .selectize-caret-bg, .theme-cts .selectize-input:hover + .selectize-caret-bg {
  background: #373d42;
}
.theme-cts .selectize-input.dropdown-active + .selectize-caret-bg:before, .theme-cts .selectize-input:hover + .selectize-caret-bg:before {
  border-top: 0;
}
.theme-cts .selectize-input.dropdown-active + .selectize-caret-bg-loading, .theme-cts .selectize-input:hover + .selectize-caret-bg-loading {
  background: none;
}
.theme-cts .selectize-input:hover + .selectize-caret-bg-loading {
  background: none;
}
.theme-cts .selectize-input:hover + .selectize-caret-bg-loading:before {
  border: none;
}
.theme-cts .selectize-control.form-control .selectize-dropdown-content {
  color: #fff;
}
.theme-cts .selectize-control.form-control .selectize-dropdown-content .option.active,
.theme-cts .selectize-control.form-control .selectize-dropdown-content > div.active {
  color: #fff;
}
.theme-cts ul.nav-tabs > li > a {
  background: #ebebec;
  border-bottom: 2px solid #ebebec;
  color: #73777a;
}
.theme-cts ul.nav-tabs > li:hover > a {
  background: #a4a6a8;
  border-bottom: 2px solid #a4a6a8;
  color: #fff;
}
.theme-cts ul.nav-tabs > li.active > a {
  background: #555a5e;
  border-bottom: 2px solid #555a5e;
  color: #fff;
}
.theme-cts .timepicker:focus + .input-group-addon,
.theme-cts .datepicker-el:focus + .input-group-addon,
.theme-cts .timepicker-v3:focus + .input-group-addon,
.theme-cts .datepicker-v3:focus + .input-group-addon,
.theme-cts .timepicker:hover + .input-group-addon,
.theme-cts .datepicker-el:hover + .input-group-addon,
.theme-cts .timepicker-v3:hover + .input-group-addon,
.theme-cts .datepicker-v3:hover + .input-group-addon,
.theme-cts .location-field:hover .input-group-addon,
.theme-cts .input-group-addon:hover {
  background: #373d42;
}
.theme-cts .historyChart-wrapper {
  padding: 30px 15px 50px;
  background: #fff;
  height: 350px;
  width: auto;
  overflow: auto;
}
.theme-cts #historyChart {
  background: #ebebec;
  padding: 10px;
}
.theme-cts .widget-tab.visible-sm,
.theme-cts .widget-tab.visible-xs {
  height: 40px;
}
.theme-cts .widget-tab.visible-sm .left-tab,
.theme-cts .widget-tab.visible-xs .left-tab {
  display: inline-block;
  width: calc(100% - 40px);
  height: 100%;
}
.theme-cts .widget-tab.visible-sm .left-tab button,
.theme-cts .widget-tab.visible-xs .left-tab button {
  width: 100%;
  color: #fff;
  font-size: 14px;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: transparent;
}
.theme-cts .widget-tab.visible-sm .left-tab button:after,
.theme-cts .widget-tab.visible-xs .left-tab button:after {
  content: "\f0d7";
  position: absolute;
  right: 12px;
  font-family: FontAwesome;
  font-size: 16px;
  top: 13px;
}
.theme-cts .widget-tab.visible-sm .left-tab button:hover,
.theme-cts .widget-tab.visible-xs .left-tab button:hover {
  background-image: none !important;
  color: #fff;
  border: none;
}
.theme-cts .widget-tab.visible-sm .left-tab ul.dropdown-menu,
.theme-cts .widget-tab.visible-xs .left-tab ul.dropdown-menu {
  width: 100%;
}
.theme-cts .widget-tab.visible-sm .left-tab ul.dropdown-menu li a,
.theme-cts .widget-tab.visible-xs .left-tab ul.dropdown-menu li a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.theme-cts .widget-tab.visible-sm .left-tab.open button,
.theme-cts .widget-tab.visible-xs .left-tab.open button {
  background: #686868 !important;
  color: #fff;
  border: transparent;
}
.theme-cts .widget-tab.visible-sm .left-tab.open button :after,
.theme-cts .widget-tab.visible-xs .left-tab.open button :after {
  content: "\f0d8";
}
.theme-cts .widget-tab.visible-sm .pull-right,
.theme-cts .widget-tab.visible-xs .pull-right {
  width: 40px;
  height: 40px;
  padding: 0 0 5px 5px;
}
.theme-cts .widget-tab.visible-sm .pull-right > button,
.theme-cts .widget-tab.visible-xs .pull-right > button {
  width: 100%;
  height: 100%;
  border: 0;
  box-shadow: 0px 0px 1px 1px rgba(128, 128, 128, 0.4);
}
.theme-cts .widget-tab.visible-sm .pull-right .dropdown-menu a, .theme-cts .widget-tab.visible-sm .pull-right .dropdown-menu button,
.theme-cts .widget-tab.visible-xs .pull-right .dropdown-menu a,
.theme-cts .widget-tab.visible-xs .pull-right .dropdown-menu button {
  color: #373d42;
  width: 100%;
  border-width: 0;
  border-radius: 0;
  line-height: inherit;
}
.theme-cts .widget-tab.visible-sm .pull-right .dropdown-menu a span, .theme-cts .widget-tab.visible-sm .pull-right .dropdown-menu button span,
.theme-cts .widget-tab.visible-xs .pull-right .dropdown-menu a span,
.theme-cts .widget-tab.visible-xs .pull-right .dropdown-menu button span {
  padding-right: 18px;
  color: #e1516b;
}
.theme-cts .widget-tab.visible-sm .pull-right .dropdown-menu a:hover, .theme-cts .widget-tab.visible-sm .pull-right .dropdown-menu button:hover,
.theme-cts .widget-tab.visible-xs .pull-right .dropdown-menu a:hover,
.theme-cts .widget-tab.visible-xs .pull-right .dropdown-menu button:hover {
  color: #fff;
}
.theme-cts .widget-tab.visible-sm .pull-right.open > button span,
.theme-cts .widget-tab.visible-xs .pull-right.open > button span {
  color: #fff;
}
.theme-cts .search-pannel .breadcrumb-text a span,
.theme-cts .user-info-popup:before {
  color: #e1516b;
}
.theme-cts .user-info-popup.user-info-popup-deactivated:before {
  color: #6a757f;
}
.theme-cts .user-info-popup {
  color: inherit !important;
  font-size: 15px;
  cursor: pointer;
}
.theme-cts #content-wrapper .user-info-popup .user-info-panel {
  min-width: 400px;
  z-index: 100000;
}
.theme-cts #content-wrapper .user-info-popup .popup-tip-anchor {
  min-width: 400px;
}
.theme-cts #content-wrapper .user-info-popup .popup-tip-anchor .popup-bubble-anchor {
  bottom: 36px;
  left: 7px;
  transform: none;
  top: -25px;
  cursor: auto;
}
.theme-cts #content-wrapper .user-info-popup .popup-tip-anchor .popup-bubble-anchor .user-info-popup-content {
  position: absolute;
  border: 1px solid #aaa;
  border-radius: 3px;
  font-family: sans-serif;
  min-width: 280px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  z-index: 100007;
  background-color: #fff;
  transform: translate(-50%, -100%);
}
.theme-cts #content-wrapper .user-info-popup .popup-tip-anchor .popup-bubble-anchor .user-info-popup-content table {
  table-layout: fixed;
}
.theme-cts #content-wrapper .user-info-popup .popup-tip-anchor .popup-bubble-anchor .user-info-popup-content .popup-close {
  z-index: 100008;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.theme-cts #content-wrapper .user-info-popup .popup-tip-anchor .popup-bubble-anchor .user-info-popup-content .popup-close i {
  cursor: pointer;
  color: #373d42;
}
.theme-cts #content-wrapper .user-info-popup .popup-tip-anchor .popup-bubble-anchor .user-info-popup-content .popup-arrow {
  border-width: 7px 8px 0 8px;
  border-color: #aaa transparent transparent transparent;
  border-style: solid;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -7px;
  left: calc(50% - 8px);
}
.theme-cts #content-wrapper .user-info-popup .popup-tip-anchor .popup-bubble-anchor .user-info-popup-content .media .media-header {
  text-align: center;
  padding: 15px;
}
.theme-cts #content-wrapper .user-info-popup .popup-tip-anchor .popup-bubble-anchor .user-info-popup-content .media .media-body {
  padding: 0 15px 15px 15px;
}
.theme-cts #content-wrapper .user-info-popup .popup-tip-anchor .popup-bubble-anchor .user-info-popup-content h6 {
  margin: 0;
  font-weight: bold;
}
.theme-cts #content-wrapper .user-info-popup .popup-tip-anchor .popup-bubble-anchor table {
  width: 100%;
}
.theme-cts #content-wrapper .user-info-popup .popup-tip-anchor .popup-bubble-anchor table thead {
  background-color: #d9d9d9;
}
.theme-cts #content-wrapper .user-info-popup .popup-tip-anchor .popup-bubble-anchor table thead th {
  font-size: 16px;
  vertical-align: baseline;
  text-align: left;
}
.theme-cts #content-wrapper .user-info-popup .popup-tip-anchor .popup-bubble-anchor table thead td {
  font-size: 10px;
  vertical-align: baseline;
  text-align: left;
}
.theme-cts #content-wrapper .user-info-popup .popup-tip-anchor .popup-bubble-anchor table td {
  width: 50%;
  height: auto;
  line-height: 12px;
  word-wrap: break-word;
  vertical-align: top;
  padding: 8px 10px;
}
.theme-cts #search-form .closeSearch:hover {
  color: #fff;
}
.theme-cts small.autosave span.glyphicon {
  display: none;
}
.theme-cts table.cms-wysiwyg-table td, .theme-cts table.cms-wysiwyg-table th {
  padding: 5px;
}
.theme-cts tr.sequence-toggle td,
.theme-cts tr.action-toggle td {
  border-bottom: 3px solid #fff !important;
}
.theme-cts tr.sequence-toggle td > div,
.theme-cts tr.action-toggle td > div {
  background: #f8f8f8;
}
.theme-cts tr.sequence-toggle td > div > span,
.theme-cts tr.action-toggle td > div > span {
  color: #e1516b;
}
.theme-cts tr.sequence-toggle td > div > span:hover,
.theme-cts tr.action-toggle td > div > span:hover {
  color: #40464a;
}
.theme-cts .fancybox-type-iframe > .fancybox-skin,
.theme-cts .fancybox-type-iframe .fancybox-inner {
  background: #555a5e;
}
.theme-cts .fancybox-title.fancybox-title-inside-wrap {
  background: #555a5e;
}
.theme-cts .fancybox-close {
  background: #555a5e;
}
.theme-cts .fancybox-close:after {
  color: #e1516b;
}
.theme-cts .fancybox-close:hover:after {
  color: #fff;
}
.theme-cts .selectize-caret-bg {
  background: #73777a;
}
.theme-cts .selectize-caret-bg-loading {
  background: none;
}
.theme-cts .selectize-input + .selectize-caret-bg:before {
  border-top: 5px solid #e1516b;
}
.theme-cts .selectize-input + .selectize-caret-bg-loading:before {
  border: none;
}
.theme-cts .selectize-input.dropdown-active + .selectize-caret-bg:before, .theme-cts .selectize-input:hover + .selectize-caret-bg:before {
  border-bottom: 5px solid #e1516b;
}
.theme-cts .selectize-input:hover + .selectize-caret-bg-loading:before {
  border: none;
}
.theme-cts .selectize-control.form-control .selectize-dropdown-content {
  background: #73777a;
  border-color: #73777a;
  color: #fff;
}
.theme-cts .selectize-control.form-control .selectize-dropdown-content .option.active,
.theme-cts .selectize-control.form-control .selectize-dropdown-content > div.active {
  color: #fff;
  background: #a4a6a8;
}
.theme-cts .table {
  background: #f5f5f5;
}
.theme-cts .table a:not(.btn):not(.bnt):not(.btn-sm):not(.remove) {
  color: #e1516b;
}
.theme-cts a.link {
  color: #e1516b;
}
.theme-cts .datatable-wrapper.table-responsive {
  background-image: linear-gradient(to right, #f5f5f5, #f5f5f5), linear-gradient(to right, #f5f5f5, #f5f5f5), linear-gradient(to right, rgba(0, 0, 0, 0.15), rgba(255, 255, 255, 0)), linear-gradient(to left, rgba(0, 0, 0, 0.15), rgba(255, 255, 255, 0));
  /* Shadows */
  /* Shadow covers */
  background-position: left center, right center, left center, right center;
  background-repeat: no-repeat;
  background-color: #f5f5f5;
  background-size: 20px 100%, 20px 100%, 8px 100%, 8px 100%;
  background-attachment: local, local, scroll, scroll;
  overflow-x: scroll;
}
.theme-cts .datatable-wrapper.table-responsive .table {
  background: none;
}
.theme-cts .datatable-wrapper.table-responsive .table tbody tr td {
  border-top: none;
}
.theme-cts #stages .panel-collapse .livewire-table .section-wrapper {
  padding: 0 !important;
}
.theme-cts .view-datatable .view-datatable-body:not(.table-responsive) {
  min-width: 500px;
}
.theme-cts .footer-index {
  color: #373d42;
}
.theme-cts .panel-group-dark .accordion-toggle {
  color: #fff;
}
.theme-cts .panel-group-dark .accordion-toggle:after {
  color: #fff;
}
.theme-cts .panel-group-dark .accordion-toggle.collapsed {
  background: #d9d9d9;
  color: #373d42;
}
.theme-cts .panel-group-dark .accordion-toggle.collapsed:after {
  color: #373d42;
}
@media (min-width: 769px) {
  .theme-cts .panel-group-dark .accordion-toggle.collapsed:not(.disabled):hover {
    background: #73777a;
    color: #fff;
  }
  .theme-cts .panel-group-dark .accordion-toggle.collapsed:not(.disabled):hover:after {
    color: #fff;
  }
}
.theme-cts .sub-accordion-heading > .accordion-toggle {
  background: #565656;
}
.theme-cts .table > thead {
  background: #555a5e;
  color: #fff;
}
.theme-cts .table tr.bottom-border > td {
  border-bottom: 1px solid #fff !important;
}
.theme-cts table.datatablepopup td {
  background: #f5f5f5;
}
.theme-cts table.datatablepopup > thead > tr > td {
  background: #d9d9db;
  color: #373d42;
}
.theme-cts table.datatablepopup > thead > tr > td.status-column a.popupplus2, .theme-cts table.datatablepopup > thead > tr > td.status-column a.popupedit {
  color: #373d42;
}
.theme-cts .datatablepopup2 .panel .panel-heading.datatablepopup-heading .popupplus2 i, .theme-cts .datatablepopup2 .panel .panel-heading.datatablepopup-heading .popupedit i {
  color: #373d42;
  font-size: 15px;
}
.theme-cts .datatablepopup2 .panel .panel-heading.datatablepopup-heading .panel-title + .popupplus2 i, .theme-cts .datatablepopup2 .panel .panel-heading.datatablepopup-heading .panel-title + .popupedit i {
  color: #e1516b;
}
.theme-cts .panel > .panel-heading.datatablepopup-heading {
  background: #73777a;
}
.theme-cts .view-datatable .view-datatable-heading {
  background-color: #73777a;
  color: #fff;
}
.theme-cts .view-datatable .view-datatable-body table.table > th, .theme-cts .view-datatable .view-datatable-body table.table > td {
  background: #d9d9db;
  color: #373d42;
}
.theme-cts .panel .panel-body .view-datatable .view-datatable-body table.table thead {
  background: #d9d9db;
}
.theme-cts .panel .panel-body .view-datatable .view-datatable-body table.table td.datatable-button-column button.btn {
  color: #000;
  border-color: #000;
  background: #fff;
  margin-left: 3px;
}
.theme-cts .panel .panel-body .view-datatable .view-datatable-body table.table td.datatable-button-column button.btn:hover {
  background-image: none !important;
}
.theme-cts .panel-body .panel-group .datatablepopup2 .panel .panel-heading.datatablepopup-heading .popupplus2:hover i, .theme-cts .panel-body .panel-group .datatablepopup2 .panel .panel-heading.datatablepopup-heading .popupedit:hover i {
  color: #e1516b;
}
.theme-cts .list-sectioned > li {
  background-color: #555a5e;
  color: #fff;
}
.theme-cts .list-sectioned > li ul {
  background: #f5f5f5;
}
.theme-cts .panel-group-dark .accordion-toggle {
  background: #565656;
}
@media (min-width: 769px) {
  .theme-cts .panel-group-dark .accordion-toggle:hover:after {
    color: #fff;
  }
}
.theme-cts .panel-group-dark .accordion-toggle:hover:after {
  color: #fff;
}
.theme-cts .panel-group-dark .accordion-toggle.user-toggle {
  background: #d9d9d9;
  color: #373d42;
}
.theme-cts .panel-group-dark .accordion-toggle.user-toggle:after {
  color: #373d42;
}
@media (min-width: 769px) {
  .theme-cts .panel-group-dark .accordion-toggle.work-flow-toggle:hover:after {
    color: #d9d9db;
  }
}
.theme-cts ul.nav-tabs > li.pull-right > .btn-setting {
  color: #373d42;
  background: #c3c4c6;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 20px);
}
.theme-cts ul.nav-tabs > li.pull-right > .btn-setting:hover {
  background: #c3c4c6 !important;
  color: #fff;
}
.theme-cts ul.nav-tabs > li.pull-right > .btn-setting[data-toggle=dropdown] {
  padding-left: 0;
  padding-right: 0;
}
.theme-cts ul.nav-tabs > li.pull-right > .btn-setting[data-toggle=dropdown] > [data-toggle=tooltip] {
  padding: 8px 20px;
}
.theme-cts ul.nav-tabs > li.pull-right > a.btn-setting.btn-setting-danger {
  color: white;
  background: #d9534f;
  background-image: none;
}
.theme-cts ul.nav-tabs > li.pull-right > a.btn-setting.btn-setting-danger:hover {
  background-color: #c9302c !important;
  border: none;
}
.theme-cts ul.nav-tabs > li.pull-right > a.btn-setting.btn-setting-warning {
  color: white;
  background: #f0ad4e;
  background-image: none;
}
.theme-cts ul.nav-tabs > li.pull-right > a.btn-setting.btn-setting-warning:hover {
  background-color: #ec971f !important;
  border: none;
}
.theme-cts ul.nav-tabs > li.pull-right > a.btn-setting.btn-setting-success {
  color: white;
  background: #5cb85c;
  background-image: none;
}
.theme-cts ul.nav-tabs > li.pull-right > a.btn-setting.btn-setting-success:hover {
  background-color: #449d44 !important;
  border: none;
}
.theme-cts span.input-group-addon {
  background: #73777a;
  border-color: #73777a;
  color: #e1516b;
}
.theme-cts .input-group .input-group-field-container + .input-group-btn > .btn {
  border-color: #373d42;
  color: #373d42;
}
.theme-cts .input-group .input-group-field-container + .input-group-btn > .btn.btn-input-group-field-remove {
  background: #dc5e4c;
  border: 1px solid #dc5e4c;
  color: white;
}
.theme-cts .input-group .input-group-field-container + .input-group-btn > .btn.btn-input-group-field-remove:hover {
  background-color: #cd3d28;
  border-color: #cd3d28;
}
.theme-cts .widget-tab.visible-sm .left-tab button,
.theme-cts .widget-tab.visible-xs .left-tab button {
  background: #4e5357;
}
.theme-cts .widget-tab.visible-sm .left-tab button:after,
.theme-cts .widget-tab.visible-xs .left-tab button:after {
  color: #e1516b;
}
.theme-cts .widget-tab.visible-sm .left-tab button:hover,
.theme-cts .widget-tab.visible-xs .left-tab button:hover {
  background: #4e5357 !important;
}
.theme-cts .widget-tab.visible-sm .pull-right > button,
.theme-cts .widget-tab.visible-xs .pull-right > button {
  background-color: linear-gradient(to bottom, #d9d9db 0, #c3c4c6 30%);
  box-shadow: 0px 0px 1px 1px rgba(128, 128, 128, 0.4);
}
.theme-cts .widget-tab.visible-sm .pull-right > button:active,
.theme-cts .widget-tab.visible-xs .pull-right > button:active {
  background-image: none !important;
  background: #e1516b !important;
}
.theme-cts .widget-tab.visible-sm .pull-right > button:active span,
.theme-cts .widget-tab.visible-xs .pull-right > button:active span {
  color: #fff;
}
.theme-cts .widget-tab.visible-sm .pull-right.open > button,
.theme-cts .widget-tab.visible-xs .pull-right.open > button {
  background: linear-gradient(to bottom, #d9d9db 0, #c3c4c6 30%);
  background-image: none !important;
  background: #e1516b !important;
}
.theme-cts .widget-tab.visible-sm .pull-right.open > button span,
.theme-cts .widget-tab.visible-xs .pull-right.open > button span {
  color: #fff;
}
.theme-cts .workflow:not(.workflow-indicator) ~ .workflow-expander {
  background: #555a5e;
}
.theme-cts .workflow:not(.workflow-indicator) ~ .workflow-expander:hover {
  background: #373d42;
}
.theme-cts .edit.panel-heading-icon {
  background: #555a5e;
}
.theme-cts .edit.panel-heading-icon:hover {
  background: #373d42;
}
.theme-cts .edit.panel-heading-icon:hover > span {
  color: #e1516b;
}
.theme-cts .workflow:not(.workflow-indicator) ~ .workflow-expander:before {
  color: #e1516b;
}
.theme-cts .add-event-wrapper,
.theme-cts .add-finding-wrapper {
  margin-top: -20px;
  margin-bottom: 10px;
  padding: 10px 0;
  width: 100%;
  text-align: center;
}
.theme-cts .add-event-wrapper span.add-event,
.theme-cts .add-event-wrapper span.add-finding,
.theme-cts .add-finding-wrapper span.add-event,
.theme-cts .add-finding-wrapper span.add-finding {
  cursor: pointer;
  font-weight: 600;
}
.theme-cts .add-sequence-wrapper {
  background: #f8f8f8;
  padding: 10px 0;
}
.theme-cts .add-sequence-wrapper span.add-sequence {
  cursor: pointer;
  font-weight: 600;
}
.theme-cts .add-sequence-wrapper[disabled=disabled] span.add-sequence {
  color: #ccc;
}
.theme-cts .add-event-wrapper,
.theme-cts .add-finding-wrapper {
  background: #fff;
}
.theme-cts .add-event-wrapper span.add-event,
.theme-cts .add-event-wrapper span.add-finding,
.theme-cts .add-finding-wrapper span.add-event,
.theme-cts .add-finding-wrapper span.add-finding {
  color: #e1516b;
}
.theme-cts .add-sequence-wrapper span.add-sequence {
  color: #e1516b;
}
.theme-cts .ajaxupload-container {
  border-color: #373d42;
  border-style: dashed;
  background-color: #fff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05), 0px -1px 1px rgba(255, 255, 255, 0.583956);
}
.theme-cts .ajaxupload-container, .theme-cts .ajaxupload-container .dropzone-btn, .theme-cts .ajaxupload-container .progress .upload-text {
  color: #373d42;
}
.theme-cts .ajaxupload-container .dropzone-btn {
  white-space: normal;
}
.theme-cts .ajaxupload-container:not(.active):hover {
  background-color: #555a5e;
  border-color: #555a5e;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05), 0px -1px 1px rgba(255, 255, 255, 0.583956);
}
.theme-cts .ajaxupload-container:not(.active):hover, .theme-cts .ajaxupload-container:not(.active):hover .dropzone-btn, .theme-cts .ajaxupload-container:not(.active):hover .progress .upload-text {
  color: #fff;
}
.theme-cts .ajaxupload-container.dragging {
  background-color: #e1516b !important;
}
.theme-cts .ajaxupload-container.dragging:after {
  color: #fff;
}
.theme-cts .ajaxupload-container.dragging > span {
  color: #fff;
}
.theme-cts .ajaxupload-container.done {
  background: #e1e2e3;
}
.theme-cts .ajaxupload-container.done:after {
  color: #c6c7c9;
}
.theme-cts .ajaxupload-container.done .clear {
  background-color: #e1516b;
}
.theme-cts .ajaxupload-container.done .clear:after {
  color: #fff;
}
.theme-cts .ajaxupload-container.done .preview {
  background-color: #e1e2e3;
}
.theme-cts .input-group.has-ajaxupload.ajaxupload-container-done > .input-group-btn:first-child, .theme-cts .input-group.has-ajaxupload.ajaxupload-container-active > .input-group-btn:first-child {
  padding-right: 10px;
}
.theme-cts .input-group.has-ajaxupload:not(.ajaxupload-container-done):not(.ajaxupload-container-active) > .input-group-btn:first-child {
  position: absolute;
  left: 0;
  z-index: 3;
  width: auto;
}
.theme-cts .input-group.has-ajaxupload:not(.ajaxupload-container-done):not(.ajaxupload-container-active) > .input-group-btn:first-child > .ajaxupload-container {
  border-width: 0;
  width: 35px;
  height: 35px;
  margin-top: 0;
  margin-bottom: 0;
  background-color: transparent;
  color: #e1516b;
}
.theme-cts .input-group.has-ajaxupload:not(.ajaxupload-container-done):not(.ajaxupload-container-active) > .input-group-btn:first-child > .ajaxupload-container:after {
  top: 8px;
  left: 11px;
  font-size: 20px;
}
.theme-cts .input-group.has-ajaxupload:not(.ajaxupload-container-done):not(.ajaxupload-container-active) > .input-group-btn:first-child > .ajaxupload-container > .dropzone-btn,
.theme-cts .input-group.has-ajaxupload:not(.ajaxupload-container-done):not(.ajaxupload-container-active) > .input-group-btn:first-child > .ajaxupload-container > .mobile-btn {
  display: none;
}
.theme-cts .input-group.has-ajaxupload:not(.ajaxupload-container-done):not(.ajaxupload-container-active) .input-group-field-container > input {
  padding-left: 38px;
}
.theme-cts .fileuploadgroup .btn#add, .theme-cts .fileuploadgroup .btn.add {
  color: #373d42;
  border-color: #373d42;
  border-style: dashed;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05), 0px -1px 1px rgba(255, 255, 255, 0.583956);
}
.theme-cts .fileuploadgroup .btn#add:hover, .theme-cts .fileuploadgroup .btn.add:hover {
  color: #fff;
  background-color: #555a5e;
  border-color: #555a5e;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05), 0px -1px 1px rgba(255, 255, 255, 0.583956);
}
.theme-cts #permission-container {
  box-shadow: 0 0 8px 0 #373d42;
}
.theme-cts #permission-container .table-wrapper .table.permissions td {
  background: #f5f5f5;
}
.theme-cts #permission-wrapper .burger-menu > button {
  border: 1px solid #c3c4c6;
}
.theme-cts #permission-wrapper .burger-menu.open > button {
  background: #e1516b !important;
}
.theme-cts #permission-wrapper .tab-pane ul > li > a {
  background: #d9d9db;
  color: #373d42;
}
.theme-cts #permission-wrapper .tab-pane ul > li > a:hover {
  color: #1178b9;
  background: #73777a !important;
}
.theme-cts #permission-wrapper .tab-pane ul > li.active:after {
  border-top-color: #a4a6a8;
}
.theme-cts #permission-wrapper .tab-pane ul > li.active > a {
  background: #a4a6a8;
}
.theme-cts #permission-wrapper .tab-pane ul > li:hover > a {
  background: #73777a;
  color: #e1516b;
}
.theme-cts #permission-wrapper .tab-pane ul > li.active:hover:after {
  border-top-color: #73777a;
}
.theme-cts #permission-container .scroller {
  background: #ebebec;
  color: #e1516b;
}
.theme-cts #permission-container .scroller:hover {
  background: #555a5e;
}
.theme-cts #permission-container .table-wrapper .table.permissions td.permission-group, .theme-cts #permission-container .table-wrapper .table.permissions td.permission-singular {
  background: #a4a6a8;
}
.theme-cts #permission-container .table-wrapper .table.permissions td.permission-group:not(.uppercase), .theme-cts #permission-container .table-wrapper .table.permissions td.permission-singular:not(.uppercase) {
  border-left-color: #a4a6a8;
}
.theme-cts #permission-container .table-wrapper .table.permissions td.permission-group.uppercase, .theme-cts #permission-container .table-wrapper .table.permissions td.permission-group:not(:last-child), .theme-cts #permission-container .table-wrapper .table.permissions td.permission-singular.uppercase, .theme-cts #permission-container .table-wrapper .table.permissions td.permission-singular:not(:last-child) {
  border-right-color: #a4a6a8;
}
.theme-cts #permission-container .table-wrapper .table.permissions td.role_permission.odd {
  background: #ebebeb;
}
.theme-cts #permission-container .table-wrapper .table.permissions tr.second-level td {
  background: #d9d9db;
}
.theme-cts .table.perm-table .group {
  background-color: #a4a6a8;
}
.theme-cts .table.perm-table td.roles {
  border-left-color: #a4a6a8;
}
.theme-cts .table.perm-table .second-level {
  background-color: #d9d9db;
}
.theme-cts .table.perm-table button {
  color: #e1516b;
}
.theme-cts ul.pagination li > a:hover {
  color: #e1516b;
}
.theme-cts ul.pagination li.active > a {
  color: #373d42;
}
.theme-cts ul.pagination.customized-pagination li.previousPage > span, .theme-cts ul.pagination.customized-pagination li.previousPage > a, .theme-cts ul.pagination.customized-pagination li.nextPage > span, .theme-cts ul.pagination.customized-pagination li.nextPage > a,
.theme-cts ul.pagination.customized-pagination li.firstPage > span,
.theme-cts ul.pagination.customized-pagination li.firstPage > a, .theme-cts ul.pagination.customized-pagination li.lastPage > span, .theme-cts ul.pagination.customized-pagination li.lastPage > a {
  color: #e1516b;
  background: inherit;
}
.theme-cts ul.pagination.customized-pagination li.previousPage > a:hover > span, .theme-cts ul.pagination.customized-pagination li.nextPage > a:hover > span,
.theme-cts ul.pagination.customized-pagination li.firstPage > a:hover > span, .theme-cts ul.pagination.customized-pagination li.lastPage > a:hover > span {
  color: #373d42;
  font-weight: bold;
}
.theme-cts ul.pagination.customized-pagination li.active > span {
  color: #373d42;
}
.theme-cts ul.pagination li > a, .theme-cts ul.pagination li > a:before {
  color: #a4a6a8;
}
.theme-cts ul.pagination.customized-pagination li.pageNumber > span:before,
.theme-cts ul.pagination.customized-pagination li.ellipsis-breaker > span:after {
  color: #a4a6a8;
}
.theme-cts .datatablepopup2 .paginate_button a {
  padding: 6px;
}
.theme-cts .datatablepopup2 .paginate_button:nth-last-child(3) a::before, .theme-cts .datatablepopup2 .paginate_button.last a::before, .theme-cts .datatablepopup2 .paginate_button.first a::before, .theme-cts .datatablepopup2 .paginate_button.previous a::before {
  content: "";
}
.theme-cts .datatablepopup2 .paginate_button:not(.active) a {
  color: #e1516b;
}
.theme-cts .mot-history-table-wrapper .table {
  table-layout: fixed;
}
.theme-cts .mot-history-table-wrapper .table tr, .theme-cts .mot-history-table-wrapper .table td {
  word-wrap: break-word;
  position: relative;
}
.theme-cts .mot-history-table-wrapper .table div.mot-restrict-height {
  max-height: 150px;
  overflow: hidden;
  margin-bottom: 15px;
}
.theme-cts .mot-history-table-wrapper .table .mot-restrict-height-icon {
  position: absolute;
  bottom: 0;
  right: 2px;
  padding: 3px 5px;
}
.theme-cts .mot-history-table-wrapper .table .mot-restrict-height-icon:hover {
  border-color: #333;
}
.theme-cts .history-table-wrapper,
.theme-cts .mot-history-table-wrapper {
  padding: 20px;
}
.theme-cts .history-table-wrapper .table,
.theme-cts .mot-history-table-wrapper .table {
  margin-bottom: 0;
}
.theme-cts .history-table-wrapper .table > thead th,
.theme-cts .mot-history-table-wrapper .table > thead th {
  border: 0;
}
.theme-cts .history-table-wrapper .table tbody tr:last-child > td:first-child i:after,
.theme-cts .mot-history-table-wrapper .table tbody tr:last-child > td:first-child i:after {
  color: transparent;
}
.theme-cts .hidden-desktop {
  display: none;
}
.theme-cts .history-table-wrapper .table > thead,
.theme-cts .mot-history-table-wrapper .table > thead {
  background: #d9d9d9;
}
.theme-cts .history-table-wrapper .table > thead th,
.theme-cts .mot-history-table-wrapper .table > thead th {
  color: #555a5e;
}
.theme-cts .history-table-wrapper .table tbody tr:first-child > td:first-child i:after,
.theme-cts .mot-history-table-wrapper .table tbody tr:first-child > td:first-child i:after {
  color: #c3c4c6;
}
.theme-cts .history-table-wrapper .table tbody td:first-child {
  border: 0;
}
.theme-cts .history-table-wrapper td .fa {
  color: #c3c4c6;
  font-size: 12px;
}
.theme-cts .history-table-wrapper td .fa.fa-circle {
  color: #e1516b;
}
.theme-cts .history-table-wrapper td .fa:after {
  content: "|";
  position: relative;
  left: -8px;
  font-size: 20px;
  top: 20px;
}
.theme-cts .bg-default {
  background: #d9d9d9 !important;
}
.theme-cts .search-pannel .tab-content {
  background: #f5f5f5;
}
.theme-cts .search-pannel .tab-content .table {
  background: #f5f5f5;
}
.theme-cts .search-pannel .tab-content .table tbody {
  width: 100%;
}
.theme-cts .search-pannel .tab-content .table tbody tr {
  width: 100%;
  display: block;
}
.theme-cts .search-pannel .tab-content .table tr {
  border-bottom: 1px solid #fff;
}
.theme-cts #search-form .panel .panel-body {
  background: #ebebec;
}
.theme-cts #search-form .closeSearch {
  color: #e1516b;
}
.theme-cts .finao-im .im-contacts li a {
  color: #fff;
}
.theme-cts .finao-im .im-contacts li a.active {
  color: #686868;
}
.theme-cts .finao-im .im-contacts li a:after {
  border-top-color: #fff;
}
.theme-cts .finao-im .im-message {
  background-color: #e9e9ea;
  color: #686868;
}
.theme-cts .finao-im .im-message:before {
  border-left-color: #e9e9ea;
}
.theme-cts .finao-im .im-messages-wrapper li.received .im-message {
  background-color: #ced0d1;
}
.theme-cts .finao-im .im-messages-wrapper li.received .im-message:before {
  border-right-color: #ced0d1;
}
.theme-cts .finao-im .im-contacts li a.new {
  background-color: #1178b9;
}
.theme-cts .finao-im .im-contacts li a {
  background-color: #73777a;
}
.theme-cts .finao-im .im-contacts li a.new {
  color: #fff;
}
.theme-cts .finao-im .panel-heading .fa {
  color: #e1516b;
}
@media (max-width: 768px) {
  .theme-cts .search-result-tab-toggle .dropdown-toggle {
    background: #555a5e;
    color: #fff;
  }
  .theme-cts .search-result-tab-toggle .dropdown-toggle b {
    color: #fff;
  }
  .theme-cts .search-result-tab-toggle.open .dropdown-toggle {
    background: #373d42;
  }
  .theme-cts .widget-tab .open ul.dropdown-menu {
    box-shadow: 0 0 4px 0 #373d42;
  }
  .theme-cts .tab-content .table td {
    color: #373d42;
  }
  .theme-cts .selectize-control .selectize-dropdown-content {
    background: #fff;
  }
}
@media (max-width: 768px) {
  .theme-cts .search-result-tab-toggle .dropdown-toggle:after {
    color: #e1516b;
  }
  .theme-cts .tab-content .table th {
    background: #606569;
    border-right: 1px solid #eeefef !important;
  }
  .theme-cts .selectize-control .selectize-dropdown-content {
    border: 1px solid #a4a6a8;
  }
  .theme-cts .input-group .input-group-field-container + .input-group-btn > .btn {
    line-height: 24px;
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media (max-width: 1024px) {
  .theme-cts .input-group.has-ajaxupload > .input-group-btn > label.ajaxupload-container {
    width: 30px;
    height: 50px;
    line-height: 24px;
    padding-left: 6px;
    padding-right: 6px;
  }
  .theme-cts .input-group.has-ajaxupload > .input-group-btn > label.ajaxupload-container > .mobile-btn, .theme-cts .input-group.has-ajaxupload > .input-group-btn > label.ajaxupload-container.active .stop {
    display: none;
  }
  .theme-cts .input-group.has-ajaxupload:not(.ajaxupload-container-done):not(.ajaxupload-container-active) > .input-group-btn > label.ajaxupload-container {
    width: auto;
  }
}
.theme-cts .bookmark-widget a i {
  color: #e1516b;
}
.theme-cts.page-400 .err-description .err-text, .theme-cts.page-403 .err-description .err-text, .theme-cts.page-404 .err-description .err-text, .theme-cts.page-500 .err-description .err-text, .theme-cts.page-503 .err-description .err-text {
  color: #fff;
}
.theme-cts.page-400 footer.footer > a:hover, .theme-cts.page-403 footer.footer > a:hover, .theme-cts.page-404 footer.footer > a:hover, .theme-cts.page-500 footer.footer > a:hover, .theme-cts.page-503 footer.footer > a:hover {
  color: #fff;
}
.theme-cts.page-503 .err-text p {
  color: #e1516b;
}
.theme-cts.page-400, .theme-cts.page-403, .theme-cts.page-404, .theme-cts.page-500, .theme-cts.page-503 {
  background: #373d42;
}
.theme-cts.page-400 .err-description .err-logo, .theme-cts.page-403 .err-description .err-logo, .theme-cts.page-404 .err-description .err-logo, .theme-cts.page-500 .err-description .err-logo, .theme-cts.page-503 .err-description .err-logo {
  color: #e1516b;
}
.theme-cts.page-400 .err-description .err-code,
.theme-cts.page-400 .err-description .err-title, .theme-cts.page-403 .err-description .err-code,
.theme-cts.page-403 .err-description .err-title, .theme-cts.page-404 .err-description .err-code,
.theme-cts.page-404 .err-description .err-title, .theme-cts.page-500 .err-description .err-code,
.theme-cts.page-500 .err-description .err-title, .theme-cts.page-503 .err-description .err-code,
.theme-cts.page-503 .err-description .err-title {
  color: #acaeaf;
}
.theme-cts.page-400 .err-description .hr, .theme-cts.page-403 .err-description .hr, .theme-cts.page-404 .err-description .hr, .theme-cts.page-500 .err-description .hr, .theme-cts.page-503 .err-description .hr {
  background: #e1516b;
}
.theme-cts.page-400 .err-description #error-page-search-icon, .theme-cts.page-403 .err-description #error-page-search-icon, .theme-cts.page-404 .err-description #error-page-search-icon, .theme-cts.page-500 .err-description #error-page-search-icon, .theme-cts.page-503 .err-description #error-page-search-icon {
  background: #e1516b;
  color: #373d42;
}
.theme-cts.page-400 .err-description a, .theme-cts.page-403 .err-description a, .theme-cts.page-404 .err-description a, .theme-cts.page-500 .err-description a, .theme-cts.page-503 .err-description a {
  color: #e1516b;
}
.theme-cts.page-400 .finao-error-text, .theme-cts.page-403 .finao-error-text, .theme-cts.page-404 .finao-error-text, .theme-cts.page-500 .finao-error-text, .theme-cts.page-503 .finao-error-text {
  color: #FFFFFF;
}
.theme-cts .modal.in {
  display: block !important;
}
.theme-cts .modal-content .modal-header {
  background: #373d42;
}
.theme-cts .modal-content .modal-header .close {
  color: #e1516b;
}
.theme-cts .modal-content .modal-header .close:hover {
  color: #fff;
}
.theme-cts .modal-content .modal-header .modal-title {
  color: #fff;
}
.theme-cts .modal-content .modal-body table > thead {
  background: #d9d9d9;
}
.theme-cts .modal-content .modal-body table > thead > tr > th {
  color: #73777a;
  background: #d9d9d9;
}
.theme-cts .modal-content .modal-body table > tbody td {
  border-left-color: #f5f5f5;
  border-right-color: #f5f5f5;
}
.theme-cts .modal-content .modal-header {
  background: #373d42;
}
.theme-cts .modal-content .modal-header .close {
  color: #e1516b;
}
.theme-cts .modal-content .modal-header .close:hover {
  color: #fff;
}
.theme-cts .modal-content .modal-header .modal-title {
  color: #fff;
}
.theme-cts .modal-content .modal-body table > thead {
  background: #d9d9d9;
}
.theme-cts .modal-content .modal-body table > thead > tr > th {
  color: #73777a;
  background: #d9d9d9;
}
.theme-cts .modal-content .modal-body table > tbody td {
  border-left-color: #f5f5f5;
  border-right-color: #f5f5f5;
}
.theme-cts .modal#impersonate-user .modal-content .modal-header {
  background: #e1516b;
}
.theme-cts .modal#impersonate-user .modal-content .modal-header .close {
  color: #fff;
}
.theme-cts #integrations-container .integration-heading .accordion-toggle.integration-toggle {
  background: #d9d9d9;
  color: #373d42;
}
.theme-cts #integrations-container .integration-heading .accordion-toggle.integration-toggle:after {
  color: #373d42;
}
.theme-cts #integrations-container .integration-heading .integration-switcher {
  background: #c3c4c6;
}
.theme-cts #integrations-container .integration-heading .integration-switcher .form-group .switcher-wrapper > label:hover {
  color: #e1516b;
}
.theme-cts #integrations-container .integration-table-wrapper {
  background: #f5f5f5;
}
.theme-cts #integrations-container .integration-table-wrapper .panel-body {
  background: #f5f5f5;
}
.theme-cts .countdown-panel .next-data-sync-countdown {
  background: #373d42;
}
.theme-cts .countdown-panel .next-data-sync-countdown .countdown-text {
  color: #d9d9d9;
}
.theme-cts .countdown-panel .next-data-sync-countdown .countdown {
  color: #73777a;
}
.theme-cts .nav-icon-btn.nav-icon-btn-primary .label {
  background: #686868;
}
.theme-cts .btn-primary {
  border-width: 1px;
  border-style: solid;
  background: white;
  color: #686868;
}
.theme-cts .btn-primary, .theme-cts .btn-primary:focus {
  border-color: #5b5b5b;
  border-bottom-color: #4c4c4c;
}
.theme-cts .btn-primary:hover {
  border-color: #545454;
}
.theme-cts .btn-primary:active, .theme-cts .btn-primary.active {
  background: white;
  color: #686868;
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.25);
}
.open .theme-cts .btn-primary.dropdown-toggle {
  border-color: #444444;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
}
.btn-group .theme-cts .btn-primary, .btn-group .theme-cts .btn-primary:focus, .input-group-btn .theme-cts .btn-primary, .input-group-btn .theme-cts .btn-primary:focus {
  border-left-color: #545454;
  border-right-color: #545454;
}
.btn-group .theme-cts .btn-primary:hover, .btn-group.open .theme-cts .btn-primary.dropdown-toggle, .input-group-btn .theme-cts .btn-primary:hover, .input-group-btn.open .theme-cts .btn-primary.dropdown-toggle {
  border-color: #545454;
  border-bottom-color: #3a3a3a;
}
.btn-group .theme-cts .btn-primary:active, .btn-group .theme-cts .btn-primary.active, .input-group-btn .theme-cts .btn-primary:active, .input-group-btn .theme-cts .btn-primary.active {
  border-left-color: #444444;
  border-right-color: #444444;
}
.theme-cts .open .btn.btn-primary.dropdown-toggle {
  color: #fff;
  border-bottom-color: #444444 !important;
  background: none;
  background: #5e5e5e !important;
}
.theme-cts .progress-bar {
  background: #e1e2e3;
  border-color: #d1d3d4;
}
.theme-cts .progress-striped .progress-bar {
  background-color: #e1e2e3;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px;
}
.theme-cts .label.label-primary {
  background: #686868;
}
.theme-cts .label.label-primary[href]:hover, .theme-cts .label.label-primary[href]:focus {
  background-color: #4f4f4f;
}
.theme-cts .label.label-primary.label-tag {
  border: 1px solid #686868;
}
.theme-cts .label.label-primary.label-tag:before {
  border-color: transparent #686868 transparent transparent;
}
.theme-cts .label.label-primary.label-tag[href]:hover, .theme-cts .label.label-primary.label-tag[href]:focus {
  border-color: #4f4f4f;
}
.theme-cts .label.label-primary.label-tag[href]:hover:before, .theme-cts .label.label-primary.label-tag[href]:focus:before {
  border-color: transparent #4f4f4f transparent transparent;
}
.right-to-left .theme-cts .label.label-primary.label-tag:before {
  border-color: transparent transparent transparent #686868;
}
.right-to-left .theme-cts .label.label-primary.label-tag[href]:hover:before, .right-to-left .theme-cts .label.label-primary.label-tag[href]:focus:before {
  border-color: transparent transparent transparent #4f4f4f;
}
.ie8 .right-to-left .theme-cts .label.label-primary.label-tag:before, .ie9 .right-to-left .theme-cts .label.label-primary.label-tag:before {
  border-color: transparent #686868 transparent transparent;
}
.ie8 .right-to-left .theme-cts .label.label-primary.label-tag[href]:hover:before, .ie8 .right-to-left .theme-cts .label.label-primary.label-tag[href]:focus:before, .ie9 .right-to-left .theme-cts .label.label-primary.label-tag[href]:hover:before, .ie9 .right-to-left .theme-cts .label.label-primary.label-tag[href]:focus:before {
  border-color: transparent #4f4f4f transparent transparent;
}
.theme-cts.right-to-left .label.label-primary.label-tag:before {
  border-color: transparent transparent transparent #686868;
}
.theme-cts.right-to-left .label.label-primary.label-tag:hover:before, .theme-cts.right-to-left .label.label-primary.label-tag:focus:before {
  border-color: transparent transparent transparent #4f4f4f;
}
.ie8 .theme-cts.right-to-left .label.label-primary.label-tag:before, .ie9 .theme-cts.right-to-left .label.label-primary.label-tag:before {
  border-color: transparent #686868 transparent transparent;
}
.ie8 .theme-cts.right-to-left .label.label-primary.label-tag:hover:before, .ie8 .theme-cts.right-to-left .label.label-primary.label-tag:focus:before, .ie9 .theme-cts.right-to-left .label.label-primary.label-tag:hover:before, .ie9 .theme-cts.right-to-left .label.label-primary.label-tag:focus:before {
  border-color: transparent #4f4f4f transparent transparent;
}
.theme-cts .badge.badge-primary {
  background: #686868;
  border: 1px solid #686868;
}
.theme-cts .badge.badge-primary[href]:hover, .theme-cts .badge.badge-primary[href]:focus {
  background-color: #4f4f4f;
  border-color: #4f4f4f;
}
.theme-cts .table-primary table {
  border-top-color: #494949 !important;
}
.theme-cts .table-primary thead,
.theme-cts .table-primary thead tr,
.theme-cts .table-primary thead th,
.theme-cts .table-primary .table-header {
  border-color: #494949 !important;
  color: #fff;
}
.theme-cts .table-primary thead tr,
.theme-cts .table-primary thead th {
  background: #595959;
}
.theme-cts .table-primary .table-header {
  background: #686868;
}
.theme-cts .nav-tabs > li.active > a, .theme-cts .nav-tabs > li.active > a:hover, .theme-cts .nav-tabs > li.active > a:focus {
  background: #686868;
  border-bottom: 2px solid #686868;
}
.theme-cts .nav-tabs .nav-tabs.nav-justified > .active > a {
  border-bottom-color: #686868;
}
.theme-cts .nav-pills > li.active > a, .theme-cts .nav-pills > li.active > a:hover, .theme-cts .nav-pills > li.active > a:focus {
  background: #686868;
}
.theme-cts .dropdown-menu > li > a:hover,
.theme-cts .dropdown-menu > li.active > a {
  background: #686868;
}
.theme-cts .dropdown-menu > li > a:hover {
  color: #fff;
}
.theme-cts .btn-group .btn-primary,
.theme-cts .btn-group .btn-primary:focus,
.theme-cts .input-group-btn .btn-primary,
.theme-cts .input-group-btn .btn-primary:focus {
  border-left-color: #545454;
  border-right-color: #545454;
}
.theme-cts .btn-group .btn-primary:hover,
.theme-cts .btn-group.open .btn-primary.dropdown-toggle,
.theme-cts .input-group-btn .btn-primary:hover,
.theme-cts .input-group-btn.open .btn-primary.dropdown-toggle {
  border-color: #444444;
}
.theme-cts .btn-group .btn-primary:active,
.theme-cts .btn-group .btn-primary.active,
.theme-cts .input-group-btn .btn-primary:active,
.theme-cts .input-group-btn .btn-primary.active {
  border-left-color: #444444;
  border-right-color: #444444;
}
.theme-cts ul.pagination li > a, .theme-cts ul.pagination li > a:before {
  color: #686868;
}
.theme-cts a.list-group-item.active {
  background: #686868;
  border-color: #686868;
}
.theme-cts a.list-group-item.active .list-group-item-text {
  color: #cecece;
}
.theme-cts .form-control:focus,
.theme-cts .form-control.focus {
  border-color: #686868;
  outline: 0;
  box-shadow: none;
}
.gt-ie8 .theme-cts input.px:focus + .lbl:before, .gt-ie8 .theme-cts input.px + .lbl:hover:before {
  border-color: #686868;
}
.gt-ie8 .theme-cts input[type=checkbox].px + .lbl:after {
  color: #686868;
}
.gt-ie8 .theme-cts input[type=radio].px + .lbl:after {
  background: #686868;
}
.theme-cts .text-primary, .theme-cts .text-primary:hover, .theme-cts .text-primary:active, .theme-cts .text-primary:focus,
.theme-cts .text-primary a,
.theme-cts .text-primary a:focus {
  color: #686868;
}
.theme-cts .text-primary a:hover,
.theme-cts .text-primary a:active {
  color: #424242;
}
.theme-cts .bg-primary {
  background: #686868 !important;
}
.theme-cts .bg-primary[href]:hover {
  background: #606060 !important;
}
.theme-cts .bg-primary.darken {
  background: #606060 !important;
}
.theme-cts .bg-primary.darken[href]:hover {
  background: #595959 !important;
}
.theme-cts .bg-primary.darker {
  background: #595959 !important;
}
.theme-cts .bg-primary.darker[href]:hover {
  background: #515151 !important;
}
.theme-cts .bg-primary, .theme-cts .bg-primary:hover, .theme-cts .bg-primary:active, .theme-cts .bg-primary:focus,
.theme-cts .bg-primary a,
.theme-cts .bg-primary a:focus {
  color: #fff;
}
.theme-cts .bg-primary a:hover,
.theme-cts .bg-primary a:active {
  color: #d9d9d9;
}
.theme-cts .bg-primary[href]:hover,
.theme-cts .bg-primary [href]:hover {
  color: #fff;
}
.theme-cts .bg-primary * {
  border-color: #7a7a7a;
}
.theme-cts .ui-slider-handle.ui-state-active:before {
  background: #686868;
}
.theme-cts .ui-slider-range {
  background: #686868;
}
.theme-cts .ui-autocomplete > li > a:hover,
.theme-cts .ui-autocompletev > li.active > a {
  background: #686868;
}
.theme-cts .ui-autocomplete > li > a:hover {
  color: #fff;
}
.theme-cts .ui-autocomplete .ui-state-focus {
  background: #686868;
  color: #fff;
}
.theme-cts .ui-menu .ui-menu-item a:hover,
.theme-cts .ui-menu .ui-menu-item a.ui-state-focus,
.theme-cts .ui-menu .ui-menu-item a.ui-state-active {
  background: #686868;
}
.theme-cts .ui-progressbar-value {
  border-color: #595959;
  background-color: #686868;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px;
}
.theme-cts .ui-tabs-nav > .ui-tabs-active > a, .theme-cts .ui-tabs-nav > .ui-tabs-active > a:hover, .theme-cts .ui-tabs-nav > .ui-tabs-active > a:focus {
  color: #fff;
  background: #686868;
  border-bottom: 2px solid #5b5b5b;
}
.theme-cts .ui-datepicker .ui-state-active {
  background: #686868 !important;
}
.theme-cts .ui-datepicker-title {
  background: #686868;
}
.theme-cts .ui-datepicker th {
  background: #5b5b5b;
}
.theme-cts .ui-datepicker-buttonpane button.ui-priority-primary {
  background: white;
  color: #686868;
}
.theme-cts .ui-datepicker-buttonpane button.ui-priority-primary, .theme-cts .ui-datepicker-buttonpane button.ui-priority-primary:focus {
  border-color: #5b5b5b;
  border-bottom-color: #4c4c4c;
}
.theme-cts .ui-datepicker-buttonpane button.ui-priority-primary:hover {
  border-color: #545454;
}
.theme-cts .ui-datepicker-buttonpane button.ui-priority-primary:active, .theme-cts .ui-datepicker-buttonpane button.ui-priority-primary.active {
  background: white;
  color: #686868;
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.25);
}
.open .theme-cts .ui-datepicker-buttonpane button.ui-priority-primary.dropdown-toggle {
  border-color: #444444;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
}
.btn-group .theme-cts .ui-datepicker-buttonpane button.ui-priority-primary, .btn-group .theme-cts .ui-datepicker-buttonpane button.ui-priority-primary:focus, .input-group-btn .theme-cts .ui-datepicker-buttonpane button.ui-priority-primary, .input-group-btn .theme-cts .ui-datepicker-buttonpane button.ui-priority-primary:focus {
  border-left-color: #545454;
  border-right-color: #545454;
}
.btn-group .theme-cts .ui-datepicker-buttonpane button.ui-priority-primary:hover, .btn-group.open .theme-cts .ui-datepicker-buttonpane button.ui-priority-primary.dropdown-toggle, .input-group-btn .theme-cts .ui-datepicker-buttonpane button.ui-priority-primary:hover, .input-group-btn.open .theme-cts .ui-datepicker-buttonpane button.ui-priority-primary.dropdown-toggle {
  border-color: #545454;
  border-bottom-color: #3a3a3a;
}
.btn-group .theme-cts .ui-datepicker-buttonpane button.ui-priority-primary:active, .btn-group .theme-cts .ui-datepicker-buttonpane button.ui-priority-primary.active, .input-group-btn .theme-cts .ui-datepicker-buttonpane button.ui-priority-primary:active, .input-group-btn .theme-cts .ui-datepicker-buttonpane button.ui-priority-primary.active {
  border-left-color: #444444;
  border-right-color: #444444;
}
.theme-cts .select2-drop-active,
.theme-cts .select2-container-multi.select2-container-active .select2-choices,
.theme-cts .select2-container-multi.select2-dropdown-open .select2-choices {
  border: 1px solid #686868;
}
.theme-cts .select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #686868;
}
.theme-cts .select2-container-active .select2-choice,
.theme-cts .select2-container-active .select2-choices {
  border: 1px solid #686868;
}
.theme-cts .select2-dropdown-open .select2-drop-above .select2-choice,
.theme-cts .select2-dropdown-open .select2-drop-above .select2-choices {
  border: 1px solid #686868;
  border-top-color: #aaa;
}
.theme-cts .select2-results .select2-highlighted {
  background: #686868;
}
.theme-cts .select2-primary .select2-container-multi .select2-choices .select2-search-choice {
  background: #686868;
}
.theme-cts .select2-primary .select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #4f4f4f;
}
.theme-cts .select2-primary .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  background: #686868 !important;
}
.theme-cts .switcher-primary .switcher-state-on {
  background: #686868 !important;
}
.theme-cts .pixel-file-input:hover {
  border-color: #686868;
}
.theme-cts .datepicker table tr td.selected, .theme-cts .datepicker table tr td.selected:hover, .theme-cts .datepicker table tr td.selected.disabled, .theme-cts .datepicker table tr td.selected.disabled:hover {
  background: #686868;
}
.theme-cts .datepicker table tr td.active, .theme-cts .datepicker table tr td.active:hover, .theme-cts .datepicker table tr td.active.disabled, .theme-cts .datepicker table tr td.active.disabled:hover {
  background: #686868;
}
.theme-cts .datepicker table tr td span.active, .theme-cts .datepicker table tr td span.active:hover, .theme-cts .datepicker table tr td span.active.disabled, .theme-cts .datepicker table tr td span.active.disabled:hover {
  background: #686868;
}
.theme-cts .datepicker thead tr {
  background: #5b5b5b;
}
.theme-cts .datepicker thead tr:first-child {
  background: #686868 !important;
  border-bottom-color: #494949 !important;
}
.theme-cts .datepicker thead th.prev,
.theme-cts .datepicker thead th.next {
  background: #686868;
}
.theme-cts .datepicker thead th.prev {
  border-color: #494949;
}
.theme-cts .datepicker thead th.next {
  border-color: #494949;
}
.theme-cts .datepicker > .datepicker-days thead tr:first-child th.cw + .prev {
  border-color: #494949;
}
.theme-cts .datepicker > .datepicker-days thead tr:last-child th.cw + th {
  border-color: #494949;
}
.theme-cts .bootstrap-timepicker-widget table td a:hover {
  background: #686868;
  border-color: #686868;
}
.theme-cts .pagination a.dp-today,
.theme-cts .pagination a.dp-today:hover {
  background: #828282;
  border-color: #757575;
}
.theme-cts .pagination a.dp-today:hover {
  border-color: #686868 !important;
}
.theme-cts .pagination a.dp-selected {
  background: #686868 !important;
  border-color: #686868 !important;
}
.theme-cts .tt-suggestion.tt-is-under-cursor {
  background: #686868;
}
.theme-cts .table-primary .dataTables_wrapper .DT-per-page {
  border-color: #494949 !important;
}
.theme-cts .dropzone-box.dz-drag-hover {
  border-color: #686868;
}
.theme-cts .dropzone-box:hover .fa.fa-cloud-upload {
  background: #686868;
}
.theme-cts .md-editor.active {
  border-color: #686868;
}
.theme-cts .widget-rating .active a {
  color: #686868;
}

.theme-cts .view-datatable .view-datatable-heading, .pdf-print-theme-cts .view-datatable .view-datatable-heading {
  background-color: #73777a;
  color: #fff;
}
.theme-cts .view-datatable .view-datatable-body table.table thead th, .theme-cts .view-datatable .view-datatable-body table.table thead td, .pdf-print-theme-cts .view-datatable .view-datatable-body table.table thead th, .pdf-print-theme-cts .view-datatable .view-datatable-body table.table thead td {
  background: #d9d9db;
  color: #373d42;
}
.theme-cts .panel .panel-body .view-datatable .view-datatable-body table.table th, .pdf-print-theme-cts .panel .panel-body .view-datatable .view-datatable-body table.table th {
  background: #d9d9db;
}
.theme-cts .panel .panel-body .view-datatable .view-datatable-body table.table td, .pdf-print-theme-cts .panel .panel-body .view-datatable .view-datatable-body table.table td {
  padding: 10px !important;
}
.theme-cts .panel .panel-body .view-datatable .view-datatable-body table.table td.datatable-button-column button.btn, .pdf-print-theme-cts .panel .panel-body .view-datatable .view-datatable-body table.table td.datatable-button-column button.btn {
  color: #000;
  border-color: #000;
  background: #fff;
  margin-left: 3px;
}
.theme-cts .panel .panel-body .view-datatable .view-datatable-body table.table td.datatable-button-column button.btn:hover, .pdf-print-theme-cts .panel .panel-body .view-datatable .view-datatable-body table.table td.datatable-button-column button.btn:hover {
  background-image: none !important;
}
.theme-cts .panel-heading.section-heading,
.theme-cts .panel-heading.sub-section-heading,
.theme-cts .panel-heading.sub-sub-section-heading, .pdf-print-theme-cts .panel-heading.section-heading,
.pdf-print-theme-cts .panel-heading.sub-section-heading,
.pdf-print-theme-cts .panel-heading.sub-sub-section-heading {
  background-color: #73777a;
  color: #fff;
}

.theme-bfd {
  /* Adds a shadow when table scrolls */
  /* System maintenance page */
}
.theme-bfd {
  background: #fff;
}
.theme-bfd .text-fg {
  color: #fa6e4f;
}
.theme-bfd .page-header {
  background: transparent;
  border-color: #eee;
}
.theme-bfd form > .panel:not(.form-horizontal),
.theme-bfd .panel .panel:not(.form-horizontal) {
  box-shadow: none !important;
}
.theme-bfd .table,
.theme-bfd .panel,
.theme-bfd hr {
  border-color: #dcdcdc;
}
.theme-bfd .bordered {
  border-color: #dcdcdc;
}
.theme-bfd .bordered[class*=bg-],
.theme-bfd [class*=bg-] .border-t {
  border-color: #fff;
  border-color: rgba(0, 0, 0, 0.2);
}
.theme-bfd .panel.panel-transparent > .panel-heading {
  border-bottom-color: #dcdcdc !important;
}
.theme-bfd .breadcrumb-page {
  background: transparent;
  border-bottom-color: #eee;
}
.theme-bfd .tab-content {
  box-shadow: 0 0 8px 0px rgba(55, 61, 66, 0.5);
}
.theme-bfd .img-bg {
  background: #001a45;
}
.theme-bfd .img-bg .text-center {
  color: #fff;
}
.theme-bfd .img-bg .text-center.img-edit > a {
  color: #fa6e4f;
}
.theme-bfd .panel > div.panel-heading.theme-bg-color,
.theme-bfd div.panel.theme-bg-color {
  background: #001a45;
}
@media (max-width: 768px) {
  .theme-bfd .tab-content {
    box-shadow: 0 0 4px 0px rgba(55, 61, 66, 0.5);
  }
  .theme-bfd .panel {
    box-shadow: 0 0 4px 0px #373d42;
  }
}
.theme-bfd .panel {
  box-shadow: 0 0 8px 0px #001a45;
}
.theme-bfd .panel > .panel-heading {
  background: #11014c;
}
.theme-bfd .panel > .panel-heading .label {
  margin: 0 5px;
}
.theme-bfd .panel > .panel-heading .label.lozenge {
  border-radius: 15px;
  padding: 0;
  font-size: 13px;
}
.theme-bfd .panel > .panel-heading .label.lozenge .lozenge-inner {
  padding: 0px 10px;
  display: inline-block;
  height: 100%;
}
.theme-bfd .panel > .panel-heading .label.lozenge .lozenge-inner.autosave {
  padding-right: 3px;
}
.theme-bfd .panel > .panel-heading .label.lozenge .popover {
  color: black;
}
.theme-bfd .panel > .panel-heading .label.lozenge .popover .countAgo {
  display: inline;
}
.theme-bfd .panel > .panel-heading .label.lozenge .delete-autosave {
  float: right;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  padding-right: 8px;
  padding-left: 3px;
  color: white;
}
.theme-bfd .panel > .panel-heading.active-user {
  background: #5ebd5e !important;
}
.theme-bfd .panel > .panel-heading.inactive-user {
  background: #f4b04f !important;
}
.theme-bfd .panel > .panel-heading.deactivated-user, .theme-bfd .panel > .panel-heading.deleted-user {
  background: #e66454 !important;
}
.theme-bfd .panel > .panel-heading.datatablepopup-heading {
  background: #719cb7;
}
.theme-bfd .panel > .panel-heading, .theme-bfd .panel > .panel-heading > .panel-title {
  color: #fff;
}
.theme-bfd .panel > .panel-heading a.link-color {
  color: #fa6e4f;
}
.theme-bfd .panel > .panel-heading a.link-color:hover {
  color: #fff;
}
.theme-bfd footer.footer .footer-inner {
  word-break: normal;
  overflow-wrap: break-word;
  margin: 0 auto;
  padding: 0 20px;
}
.theme-bfd footer.footer a {
  color: #fa6e4f;
}
.theme-bfd div.bg-parent {
  background: #c9e1f1;
}
.theme-bfd div.bg-child {
  background: #e2eef7;
}
.theme-bfd .text-right:not(.status-column) > .btn.btn-success {
  background: linear-gradient(to bottom, #5e6367, #001a45 40%);
  color: #fff;
}
.theme-bfd .text-right:not(.status-column) > .btn.btn-success:hover, .theme-bfd .text-right:not(.status-column) > .btn.btn-success:active {
  background: #001a45 !important;
  color: rgba(255, 255, 255, 0.8);
}
.theme-bfd .tertiary-button, .theme-bfd .link-button {
  color: #000;
  background-color: transparent;
}
.theme-bfd .link-button {
  box-shadow: none;
}
.theme-bfd .btn-helptip:hover, .theme-bfd .btn-helptip:focus {
  border-color: #f94d27;
  color: #fff;
}
.theme-bfd .btn-helptip:hover {
  background-color: #fa6e4f;
}
.theme-bfd .btn-helptip:focus {
  background-color: #fa6240;
}
.theme-bfd .btn-burger > button {
  color: #001a45;
}
.theme-bfd .btn-burger.open > ul > li > a > i {
  color: #fa6e4f;
}
.theme-bfd .btn-burger > button {
  background-color: #94c4d9;
}
@media (min-width: 769px) {
  .theme-bfd .btn-burger > button:hover {
    background: #94c4d9 !important;
    color: #001a45;
  }
}
.theme-bfd .btn-burger.open > button {
  background: #fa6e4f !important;
  border-color: #fa6e4f !important;
}
.theme-bfd .btn-burger.open > button i {
  color: #fff;
}
.theme-bfd .btn-burger.open > ul > li > a > i {
  color: #fa6e4f;
}
.theme-bfd .multiselect-ellipsis-menu.open > .btn-setting {
  background: #fa6e4f !important;
  color: #fff !important;
}
.theme-bfd .multiselect-ellipsis-menu .multiselect-dropdown-menu {
  border-radius: 4px;
}
.theme-bfd .multiselect-ellipsis-menu .multiselect-dropdown-menu:before {
  border-top-color: #a8c8e2;
}
.theme-bfd .multiselect-ellipsis-menu .multiselect-dropdown-menu .btn {
  color: #001a45;
}
.theme-bfd .multiselect-ellipsis-menu .multiselect-dropdown-menu .btn > i {
  color: #fa6e4f;
}
.theme-bfd .multiselect-ellipsis-menu .multiselect-dropdown-menu .btn[disabled] {
  background: #a8c8e2 !important;
}
.theme-bfd .widget-tab ul.dropdown-menu .btn {
  color: #001a45;
}
.theme-bfd .widget-tab ul.dropdown-menu .btn > i {
  color: #fa6e4f;
}
.theme-bfd .widget-tab ul.dropdown-menu .btn[disabled] {
  background: #a8c8e2 !important;
}
.theme-bfd .widget-tab ul.dropdown-menu .btn:hover, .theme-bfd .widget-tab ul.dropdown-menu .btn[disabled]:hover {
  background-color: #fa6e4f !important;
}
.theme-bfd .multiselect-ellipsis-menu .multiselect-dropdown-menu .btn:hover {
  background: #11014c !important;
  color: #fff;
}
.theme-bfd .multiselect-ellipsis-menu .multiselect-dropdown-menu .btn > i {
  color: #fa6e4f;
}
.theme-bfd.page-signup .form-actions .signup-btn,
.theme-bfd .btn.btn-submit,
.theme-bfd .btn.btn-save-draft {
  background: #fff;
  color: #333333;
  border-color: #333333;
}
.theme-bfd.page-signup .form-actions .signup-btn:hover, .open .theme-bfd.page-signup .form-actions .signup-btn.dropdown-toggle,
.theme-bfd .btn.btn-submit:hover,
.open .theme-bfd .btn.btn-submit.dropdown-toggle,
.theme-bfd .btn.btn-save-draft:hover,
.open .theme-bfd .btn.btn-save-draft.dropdown-toggle {
  background: #fa6e4f;
  border-color: #fa6e4f;
  color: #fff;
}
.theme-bfd.page-signup .form-actions .signup-btn:active, .theme-bfd.page-signup .form-actions .signup-btn.active,
.theme-bfd .btn.btn-submit:active,
.theme-bfd .btn.btn-submit.active,
.theme-bfd .btn.btn-save-draft:active,
.theme-bfd .btn.btn-save-draft.active {
  background: #898d90;
  border-color: #898d90;
  color: #fff;
}
.theme-bfd .im-messages-wrapper .input-group-addon:first-child .btn {
  color: #fa6e4f;
}
.theme-bfd .btn-popup-action.btn-sm, .theme-bfd .btn-group-sm > .btn-popup-action.btn {
  color: #001a45;
  background: #a8c8e2;
  border-color: #a8c8e2;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 20px);
}
.theme-bfd .btn-popup-action.btn-sm:hover, .theme-bfd .btn-group-sm > .btn-popup-action.btn:hover, .theme-bfd .btn-popup-action.btn-sm:active, .theme-bfd .btn-group-sm > .btn-popup-action.btn:active {
  background: #a8c8e2 !important;
}
.theme-bfd td .btn-setting {
  color: #001a45 !important;
  background: #a8c8e2;
}
.theme-bfd td .btn-setting:hover {
  background: #a8c8e2 !important;
}
.theme-bfd td .btn-setting:hover {
  color: #fff;
}
.theme-bfd input[type=radio].switch-button:checked + label {
  color: #fa6e4f;
}
.theme-bfd .primary-button {
  color: #fff;
  border: 1px solid transparent;
  background: #91ba5c;
}
.theme-bfd .primary-button:hover {
  background: #577531;
}
.theme-bfd .primary-button:active {
  background: #656565;
}
.theme-bfd .secondary-button {
  color: #001a45;
  border: 1px solid #001a45;
  background-color: #fff;
}
.theme-bfd .secondary-button:hover {
  background: #F7F7F7;
}
.theme-bfd .secondary-button:active {
  background: #F0F0F0;
}
.theme-bfd .link-button {
  color: #fa6e4f;
}
.theme-bfd .link-button:hover {
  text-decoration: underline;
}
.theme-bfd .tooltip-button:hover {
  color: #fff;
  background-color: #fa6e4f;
}
.theme-bfd .breadcrumb-text > span:last-child {
  color: #fa6e4f;
}
.theme-bfd #main-navbar .ticket-button {
  color: #000;
  background-color: #fff;
}
.theme-bfd #main-navbar .navbar-header a {
  color: #fff;
  background: #001a45;
}
.theme-bfd #main-navbar .navbar-inner {
  background: #001a45;
}
.theme-bfd #main-navbar .navbar-form > #navbar-search-icon-cover {
  background: #001a45;
}
.theme-bfd #main-navbar .navbar-form > #navbar-search-icon {
  background: #fa6e4f;
}
.theme-bfd #main-navbar .navbar-header,
.theme-bfd #main-navbar .navbar-collapse {
  background: #001a45;
  box-shadow: none;
}
.theme-bfd #main-navbar .navbar-collapse {
  border-top: 1px solid #00296e;
  background: #001a45;
}
.theme-bfd #main-navbar ul.navbar-nav > .dropdown > a,
.theme-bfd #main-navbar ul.navbar-nav.nav > li > a {
  color: #fff;
}
.theme-bfd #main-navbar .navbar-toggle {
  color: #fff;
}
.theme-bfd #main-navbar #main-menu-toggle {
  background: #001a45;
  color: #fff;
}
.theme-bfd #main-navbar #main-menu-toggle .fa:before {
  color: #fff;
}
.theme-bfd #main-navbar .dropdown.open > a {
  background: #001436;
}
.theme-bfd #main-navbar form.navbar-form .form-control {
  background: #fff;
  border-color: #001a45;
}
.theme-bfd #main-navbar .ticket-button {
  color: #001a45;
}
.theme-bfd #main-navbar .mobile-search-field {
  background: #fa6e4f;
  box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.2);
}
.theme-bfd #main-navbar .mobile-search-field > form > #mobile-search-icon {
  background: #001a45;
  color: #fff;
}
.theme-bfd #main-navbar ul.navbar-nav.nav > .dropdown > .dropdown-menu > li > a > i {
  color: #fa6e4f;
}
.theme-bfd #main-navbar .ticket-button:hover {
  background-color: #fa6e4f;
}
.theme-bfd #main-navbar .navbar-notification:hover,
.theme-bfd #main-navbar .user-menu:hover {
  color: #fa6e4f !important;
}
.theme-bfd #main-navbar .navbar-form > #navbar-search-icon {
  color: #001a45;
  background-color: #fff;
}
.theme-bfd #main-navbar .navbar-form > #navbar-search-icon:hover {
  background-color: #fa6e4f;
}
@media (max-width: 768px) {
  .theme-bfd.search-box-opened #main-navbar li.search-bar #navbar-search-icon-cover {
    background: #1b1e21;
  }
  .theme-bfd.search-box-opened #main-navbar li.search-bar #navbar-search-icon {
    color: #a4a6a8;
    background: #001a45;
  }
  .theme-bfd #main-navbar ul.navbar-nav li.dropdown.open .user-menu {
    background: #1b1e21;
  }
  .theme-bfd #main-navbar ul.navbar-nav li.dropdown.open .user-menu:after {
    position: absolute;
    top: 60px;
    left: calc(50% - 10px);
    display: inline-block;
    border-right: 10px solid transparent;
    border-top: 6px solid #1b1e21;
    border-left: 10px solid transparent;
    content: "";
  }
  .theme-bfd #main-navbar #mobile-user-menu > .dropdown-menu > li .dropdown-icon {
    color: #fa6e4f;
  }
  .theme-bfd #main-navbar #mobile-user-menu > .dropdown-menu > li > a {
    color: #001a45;
  }
  .theme-bfd #main-navbar #mobile-user-menu > .dropdown-menu > li > a:hover, .theme-bfd #main-navbar #mobile-user-menu > .dropdown-menu > li > a:active {
    background: #1b1e21;
    color: #fa6e4f;
  }
}
@media (min-width: 769px) {
  .theme-bfd #main-navbar li + li,
  .theme-bfd #main-navbar .nav + .nav,
  .theme-bfd #main-navbar .nav + .right {
    border-top: none;
  }
  .theme-bfd #main-navbar .navbar-collapse {
    border-top: none;
  }
  .theme-bfd #main-navbar .nav > li > a:hover {
    background: #1b1e21;
    color: #fa6e4f;
  }
  .theme-bfd #main-navbar .dropdown.open > a {
    border-top: none;
    border-bottom: none;
    margin-top: 0;
    background: linear-gradient(to right, #0b0b0b, #1b1e21 10px, #1b1e21 calc(100% - 10px), #0b0b0b);
    color: #fa6e4f;
  }
  .theme-bfd #main-navbar .dropdown-menu {
    border-radius: 3px;
    margin-top: 8px;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
  }
  .theme-bfd #main-navbar .dropdown-menu:after {
    position: absolute;
    top: -10px;
    left: calc(50% - 10px);
    display: inline-block;
    border-right: 10px solid transparent;
    border-top: 10px solid #1b1e21;
    border-left: 10px solid transparent;
    content: "";
  }
}
@media (min-width: 769px) {
  .theme-bfd #main-navbar .dropdown-menu {
    border: 0;
  }
}
.theme-bfd #main-menu-bg {
  background: #accb84;
}
@media (max-width: 768px) {
  .theme-bfd .main-menu-expander {
    background: #001a45 !important;
  }
  .theme-bfd .main-menu-expander:before {
    color: #fff !important;
  }
}
.theme-bfd .main-menu-expander {
  background: #91ba5c;
}
.theme-bfd .main-menu-expander:hover {
  background: #577531;
}
.theme-bfd #main-menu .mmc-dropdown-open-ul li.active > a {
  background: #fff;
}
.theme-bfd #main-menu .mm-dropdown.active > a {
  background: none !important;
}
.theme-bfd #main-menu .mmc-title {
  color: #b3b3b3;
}
.theme-bfd #main-menu .mmc-dropdown-open-ul {
  border: 1px solid #eee;
  margin-top: -1px;
}
@media (min-width: 769px) {
  .theme-bfd.mmc #main-menu .navigation > .mm-dropdown.open > a {
    color: #fff;
  }
}
.theme-bfd .mmc-dropdown-open-ul {
  background: #a7cae5;
}
.theme-bfd .mmc-dropdown-open-ul a > span.mm-text {
  color: #000;
}
.theme-bfd .mmc-dropdown-open-ul a:hover {
  background: #fff !important;
}
.theme-bfd .main-menu-expander:before {
  color: #fa6e4f;
}
.theme-bfd .expander-divider {
  background: linear-gradient(to right, rgba(17, 120, 185, 0.05), #1178b9 3%, rgba(134, 173, 214, 0) 100%);
}
.theme-bfd #main-menu .navigation li a,
.theme-bfd #main-menu .mmc-dropdown-open-ul li a {
  color: #fff;
  font-size: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 0.2s;
}
@media (min-width: 769px) {
  .theme-bfd #main-menu .navigation li a:hover,
  .theme-bfd #main-menu .mmc-dropdown-open-ul li a:hover {
    background: #749c42;
  }
}
.theme-bfd #main-menu .navigation li.active > a,
.theme-bfd #main-menu .mmc-dropdown-open-ul li.active > a {
  background: #749c42;
}
.theme-bfd #main-menu .mmc-dropdown-open {
  background: #0f679f !important;
}
.theme-bfd #main-menu .mm-dropdown > a:before {
  color: #fa6e4f;
}
.theme-bfd #main-menu .menu-content .mmc-title {
  background: #accb84;
  border-bottom: 1px solid #a0c372;
}
.theme-bfd #main-menu .menu-content .btn-outline {
  border-color: #a0c372;
  color: #fff;
}
.theme-bfd #main-menu .menu-content .btn-outline:hover, .theme-bfd #main-menu .menu-content .btn-outline:active {
  border-color: transparent;
  color: #fff;
}
@media (max-width: 768px) {
  .theme-bfd #main-menu .navigation > .mm-dropdown.open, .theme-bfd #main-menu .navigation > .mm-dropdown.active {
    background: #0066cc;
  }
  .theme-bfd #main-menu .navigation > .mm-dropdown ul li > a {
    background: #87aed4;
    color: #001a45;
    border-color: #e4f0f8;
  }
  .theme-bfd #main-menu .navigation > .mm-dropdown ul li.active > a {
    background: #fff;
  }
}
@media (max-width: 768px) {
  .theme-bfd #main-menu .navigation > li > a {
    border-bottom: 1px solid #719cb7;
  }
  .theme-bfd #main-menu-bg {
    background: #2f89c2;
  }
}
@media (min-width: 769px) {
  .theme-bfd #main-menu .mm-dropdown.active {
    background: #749c42;
  }
  .theme-bfd #main-menu .mm-dropdown.active > a .menu-icon, .theme-bfd #main-menu .mm-dropdown.active > a .mm-text {
    color: #fff;
  }
  .theme-bfd #main-menu .mm-dropdown.open > ul a {
    color: #577531 !important;
    background: #bdd59d;
  }
  .theme-bfd #main-menu .mm-dropdown.open > ul a > span:before {
    color: #001a45;
  }
  .theme-bfd #main-menu .mm-dropdown.open > ul a:hover {
    background: #fff;
  }
  .theme-bfd #main-menu .mm-dropdown.open > ul .active > a {
    background: #fff !important;
  }
  .theme-bfd #main-menu .mm-dropdown.open > a {
    background: #749c42 !important;
  }
}
.theme-bfd #main-menu-bg, .theme-bfd.right-to-left.main-menu-right #main-menu-bg {
  border-left: none;
  border-right: 1px solid #a0c372;
}
.theme-bfd #main-menu .mmc-dropdown-open > ul, .theme-bfd.right-to-left.main-menu-right #main-menu .mmc-dropdown-open > ul {
  margin-left: -1px;
  margin-right: 0;
}
.theme-bfd.right-to-left #main-menu-bg, .theme-bfd.main-menu-right #main-menu-bg {
  border-left: 1px solid #a0c372;
  border-right: none;
}
.theme-bfd.right-to-left #main-menu .mmc-dropdown-open > ul, .theme-bfd.main-menu-right #main-menu .mmc-dropdown-open > ul {
  margin-left: 0;
  margin-right: -1px;
}
.theme-bfd .dd-list .dd-item .dd-content:hover {
  color: #e1516b;
}
.theme-bfd.page-signin .signin-info, .theme-bfd.page-signup .signup-header {
  background: rgba(0, 26, 69, 0.8);
}
.theme-bfd .timeline:before,
.theme-bfd .timeline:after,
.theme-bfd .tl-header,
.theme-bfd .tl-icon {
  background: #e6e6e6;
}
.theme-bfd .tl-header,
.theme-bfd .tl-icon {
  box-shadow: 0 0 0 4px #fff;
}
.theme-bfd .tl-entry:before {
  background: #11014c;
  box-shadow: 0 0 0 3px #fff;
}
.theme-bfd .tl-body:before {
  border-color: transparent #dcdcdc transparent transparent;
}
@media (min-width: 769px) {
  .theme-bfd .timeline.centered .tl-entry.left .tl-body:before {
    border-color: transparent transparent transparent #dcdcdc;
  }
  .theme-bfd.right-to-left .timeline.centered .tl-entry.left .tl-body:before {
    border-color: transparent #dcdcdc transparent transparent;
  }
}
.theme-bfd.right-to-left .tl-body:before {
  border-color: transparent transparent transparent #dcdcdc;
}
.theme-bfd.page-mail .mail-nav,
.theme-bfd.page-mail .mail-nav:before {
  background: #fff;
}
.theme-bfd.page-mail .mail-nav .sections li.active .label,
.theme-bfd.page-mail .mail-nav .sections li.active .badge {
  background: #11014c;
}
.theme-bfd.page-mail .mail-nav,
.theme-bfd.page-mail .mail-nav .compose-btn,
.theme-bfd.page-mail .mail-nav .sections li.active,
.theme-bfd.page-mail .mail-nav:before {
  border-color: darkgray;
}
.theme-bfd.page-mail .mail-nav .navigation.open .sections li.active {
  background: whitesmoke;
}
.theme-bfd.page-mail .mail-nav li.divider {
  background: #dcdcdc;
}
.theme-bfd.page-mail .mail-nav .sections li.active a {
  color: #4d4d4d;
}
.theme-bfd.page-mail .mail-nav .sections li.active:after {
  color: #b3b3b3;
}
.theme-bfd.page-mail .mail-nav .sections a {
  color: #737373;
}
.theme-bfd.page-mail .mail-nav-header {
  color: #fff;
  background: #444;
}
.theme-bfd.page-mail .mail-nav .add-more a {
  color: #b3b3b3;
}
@media (min-width: 992px) {
  .theme-bfd.page-mail .mail-nav .navigation .sections li.active {
    background: #e6e6e6;
  }
  .theme-bfd.page-mail .mail-nav .sections a:hover {
    color: #4d4d4d;
  }
}
.theme-bfd .page-search .bookmark-widget {
  position: relative;
  top: -2px;
  left: 10px;
}
.theme-bfd .filters .filters-header {
  display: flex;
  gap: 10px;
}
.theme-bfd .filters .filters-header .toggle i {
  margin-top: 3px;
  cursor: pointer;
  transition: all 300ms ease-in-out;
}
.theme-bfd .filters .filters-header .toggle i.rotated {
  transform: rotate(90deg);
}
.theme-bfd .filters #sort.switcher-wrapper {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .theme-bfd .filters #sort.switcher-wrapper input[type=radio].switch-button + label {
    width: auto;
    display: inline-block;
    line-height: 26px;
  }
}
.theme-bfd .result {
  background: #f5f5f5;
  padding-bottom: 5px;
}
.theme-bfd .result .result-summary {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  overflow: hidden;
  height: 45px;
}
.theme-bfd .result .result-summary .toggle i {
  margin: 11px 0 0 5px;
  cursor: pointer;
  transition: all 300ms ease-in-out;
}
.theme-bfd .result .result-summary .toggle i.rotated {
  transform: rotate(90deg);
}
.theme-bfd .result .result-summary .identifier small {
  display: block;
  width: 150px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.theme-bfd .result .result-summary h4 {
  min-width: 150px;
  margin: 3px 0 0 0;
  font-size: 16px;
}
.theme-bfd .result .result-summary h4 a {
  color: #fa6e4f;
}
.theme-bfd .result .result-summary h4 em {
  background: #fa6e4f;
  border: 2px solid #fa6e4f;
  border-left-width: 4px;
  border-right-width: 4px;
  font-style: normal;
  color: #333;
}
.theme-bfd .result .result-summary .property {
  flex-shrink: 0;
  width: 150px;
}
.theme-bfd .result .result-summary .property .key, .theme-bfd .result .result-summary .property .value {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.theme-bfd .result .result-summary .property .value {
  height: 25px;
  padding-top: 5px;
  position: relative;
  top: -3px;
}
.theme-bfd .result .detailed-properties {
  padding: 0 10px 10px 10px;
  word-wrap: break-word;
}
.theme-bfd .result .detailed-properties .detailed-property {
  margin: 5px;
}
.theme-bfd .result .property em, .theme-bfd .result .detailed-property em {
  background: #fa6e4f;
  border: 2px solid #fa6e4f;
  font-style: normal;
}
.theme-bfd .result.loading-animation {
  width: 100%;
  height: 45px;
  z-index: 0;
  position: relative;
  overflow: hidden;
}
.theme-bfd .result.loading-animation:after {
  content: "";
  top: 0;
  transform: translateX(100%);
  width: 100%;
  height: 45px;
  position: absolute;
  z-index: 1;
  animation: slide 1.5s infinite 0.5s;
  background: linear-gradient(to right, #e6e6e6 0%, #fafafa 50%, #e6e6e6 100%);
}
@keyframes slide {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.theme-bfd .result.result-error {
  height: 45px;
}
.theme-bfd .result.result-error p {
  text-align: center;
  padding: 15px;
  margin: 0;
}
.theme-bfd .finao-map .popup-bubble-content a {
  color: #fa6e4f;
}
.theme-bfd .popover-content a {
  color: #fa6e4f;
}
.theme-bfd .staticmap.workflow-wrapper .panel.workflow .panel-body.staticmap-search {
  background-color: #d7e8f2;
}
.theme-bfd tr.sequence-data td,
.theme-bfd tr.action-data td {
  background: #fff;
}
.theme-bfd tr.event-table-header th,
.theme-bfd tr.finding-table-header th {
  background: #8f918f;
  color: #fff;
}
.theme-bfd .form-control {
  box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.3);
}
.theme-bfd .form-control.timepicker, .theme-bfd .form-control.datepicker-el, .theme-bfd .form-control.datepicker-v3, .theme-bfd .form-control.timepicker-v3 {
  border-right: 0;
  border-radius: 4px;
  background: #ffffff;
}
.theme-bfd .form-control.timepicker[disabled], .theme-bfd .form-control.datepicker-el[disabled], .theme-bfd .form-control.datepicker-v3[disabled], .theme-bfd .form-control.timepicker-v3[disabled] {
  border-right: 0;
  border-radius: 4px;
  background: #eeeeee;
}
.theme-bfd .selectize-input {
  box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.3);
  height: 100%;
  padding-right: 34px !important;
  overflow-y: hidden;
}
.theme-bfd .selectize-input + .selectize-caret-bg:before {
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 0;
  position: absolute;
  top: calc(50% - 5px / 2);
  left: calc(50% - 5px);
}
.theme-bfd .selectize-input + .selectize-caret-bg-loading:before {
  border: none;
}
.theme-bfd .selectize-input.dropdown-active + .selectize-caret-bg, .theme-bfd .selectize-input:hover + .selectize-caret-bg {
  background: #001a45;
}
.theme-bfd .selectize-input.dropdown-active + .selectize-caret-bg:before, .theme-bfd .selectize-input:hover + .selectize-caret-bg:before {
  border-top: 0;
}
.theme-bfd .selectize-input.dropdown-active + .selectize-caret-bg-loading, .theme-bfd .selectize-input:hover + .selectize-caret-bg-loading {
  background: none;
}
.theme-bfd .selectize-input:hover + .selectize-caret-bg-loading {
  background: none;
}
.theme-bfd .selectize-input:hover + .selectize-caret-bg-loading:before {
  border: none;
}
.theme-bfd .selectize-control.form-control .selectize-dropdown-content {
  color: #fff;
}
.theme-bfd .selectize-control.form-control .selectize-dropdown-content .option.active,
.theme-bfd .selectize-control.form-control .selectize-dropdown-content > div.active {
  color: #fff;
}
.theme-bfd ul.nav-tabs > li > a {
  background: #e4f0f8;
  border-bottom: 2px solid #e4f0f8;
  color: #73777a;
}
.theme-bfd ul.nav-tabs > li:hover > a {
  background: #94c4d9;
  border-bottom: 2px solid #94c4d9;
  color: #fff;
}
.theme-bfd ul.nav-tabs > li.active > a {
  background: #11014c;
  border-bottom: 2px solid #11014c;
  color: #fff;
}
.theme-bfd .timepicker:focus + .input-group-addon,
.theme-bfd .datepicker-el:focus + .input-group-addon,
.theme-bfd .timepicker-v3:focus + .input-group-addon,
.theme-bfd .datepicker-v3:focus + .input-group-addon,
.theme-bfd .timepicker:hover + .input-group-addon,
.theme-bfd .datepicker-el:hover + .input-group-addon,
.theme-bfd .timepicker-v3:hover + .input-group-addon,
.theme-bfd .datepicker-v3:hover + .input-group-addon,
.theme-bfd .location-field:hover .input-group-addon,
.theme-bfd .input-group-addon:hover {
  background: #001a45;
}
.theme-bfd .historyChart-wrapper {
  padding: 30px 15px 50px;
  background: #fff;
  height: 350px;
  width: auto;
  overflow: auto;
}
.theme-bfd #historyChart {
  background: #ebebec;
  padding: 10px;
}
.theme-bfd .widget-tab.visible-sm,
.theme-bfd .widget-tab.visible-xs {
  height: 40px;
}
.theme-bfd .widget-tab.visible-sm .left-tab,
.theme-bfd .widget-tab.visible-xs .left-tab {
  display: inline-block;
  width: calc(100% - 40px);
  height: 100%;
}
.theme-bfd .widget-tab.visible-sm .left-tab button,
.theme-bfd .widget-tab.visible-xs .left-tab button {
  width: 100%;
  color: #fff;
  font-size: 14px;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: transparent;
}
.theme-bfd .widget-tab.visible-sm .left-tab button:after,
.theme-bfd .widget-tab.visible-xs .left-tab button:after {
  content: "\f0d7";
  position: absolute;
  right: 12px;
  font-family: FontAwesome;
  font-size: 16px;
  top: 13px;
}
.theme-bfd .widget-tab.visible-sm .left-tab button:hover,
.theme-bfd .widget-tab.visible-xs .left-tab button:hover {
  background-image: none !important;
  color: #fff;
  border: none;
}
.theme-bfd .widget-tab.visible-sm .left-tab ul.dropdown-menu,
.theme-bfd .widget-tab.visible-xs .left-tab ul.dropdown-menu {
  width: 100%;
}
.theme-bfd .widget-tab.visible-sm .left-tab ul.dropdown-menu li a,
.theme-bfd .widget-tab.visible-xs .left-tab ul.dropdown-menu li a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.theme-bfd .widget-tab.visible-sm .left-tab.open button,
.theme-bfd .widget-tab.visible-xs .left-tab.open button {
  background: #11014c !important;
  color: #fff;
  border: transparent;
}
.theme-bfd .widget-tab.visible-sm .left-tab.open button :after,
.theme-bfd .widget-tab.visible-xs .left-tab.open button :after {
  content: "\f0d8";
}
.theme-bfd .widget-tab.visible-sm .pull-right,
.theme-bfd .widget-tab.visible-xs .pull-right {
  width: 40px;
  height: 40px;
  padding: 0 0 5px 5px;
}
.theme-bfd .widget-tab.visible-sm .pull-right > button,
.theme-bfd .widget-tab.visible-xs .pull-right > button {
  width: 100%;
  height: 100%;
  border: 0;
  box-shadow: 0px 0px 1px 1px rgba(128, 128, 128, 0.4);
}
.theme-bfd .widget-tab.visible-sm .pull-right .dropdown-menu a, .theme-bfd .widget-tab.visible-sm .pull-right .dropdown-menu button,
.theme-bfd .widget-tab.visible-xs .pull-right .dropdown-menu a,
.theme-bfd .widget-tab.visible-xs .pull-right .dropdown-menu button {
  color: #001a45;
  width: 100%;
  border-width: 0;
  border-radius: 0;
  line-height: inherit;
}
.theme-bfd .widget-tab.visible-sm .pull-right .dropdown-menu a span, .theme-bfd .widget-tab.visible-sm .pull-right .dropdown-menu button span,
.theme-bfd .widget-tab.visible-xs .pull-right .dropdown-menu a span,
.theme-bfd .widget-tab.visible-xs .pull-right .dropdown-menu button span {
  padding-right: 18px;
  color: #fa6e4f;
}
.theme-bfd .widget-tab.visible-sm .pull-right .dropdown-menu a:hover, .theme-bfd .widget-tab.visible-sm .pull-right .dropdown-menu button:hover,
.theme-bfd .widget-tab.visible-xs .pull-right .dropdown-menu a:hover,
.theme-bfd .widget-tab.visible-xs .pull-right .dropdown-menu button:hover {
  color: #fff;
}
.theme-bfd .widget-tab.visible-sm .pull-right.open > button span,
.theme-bfd .widget-tab.visible-xs .pull-right.open > button span {
  color: #fff;
}
.theme-bfd .search-pannel .breadcrumb-text a span,
.theme-bfd .user-info-popup:before {
  color: #fa6e4f;
}
.theme-bfd .user-info-popup.user-info-popup-deactivated:before {
  color: #6a757f;
}
.theme-bfd .user-info-popup {
  color: inherit !important;
  font-size: 15px;
  cursor: pointer;
}
.theme-bfd #content-wrapper .user-info-popup .user-info-panel {
  min-width: 400px;
  z-index: 100000;
}
.theme-bfd #content-wrapper .user-info-popup .popup-tip-anchor {
  min-width: 400px;
}
.theme-bfd #content-wrapper .user-info-popup .popup-tip-anchor .popup-bubble-anchor {
  bottom: 36px;
  left: 7px;
  transform: none;
  top: -25px;
  cursor: auto;
}
.theme-bfd #content-wrapper .user-info-popup .popup-tip-anchor .popup-bubble-anchor .user-info-popup-content {
  position: absolute;
  border: 1px solid #aaa;
  border-radius: 3px;
  font-family: sans-serif;
  min-width: 280px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  z-index: 100007;
  background-color: #fff;
  transform: translate(-50%, -100%);
}
.theme-bfd #content-wrapper .user-info-popup .popup-tip-anchor .popup-bubble-anchor .user-info-popup-content table {
  table-layout: fixed;
}
.theme-bfd #content-wrapper .user-info-popup .popup-tip-anchor .popup-bubble-anchor .user-info-popup-content .popup-close {
  z-index: 100008;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.theme-bfd #content-wrapper .user-info-popup .popup-tip-anchor .popup-bubble-anchor .user-info-popup-content .popup-close i {
  cursor: pointer;
  color: #373d42;
}
.theme-bfd #content-wrapper .user-info-popup .popup-tip-anchor .popup-bubble-anchor .user-info-popup-content .popup-arrow {
  border-width: 7px 8px 0 8px;
  border-color: #aaa transparent transparent transparent;
  border-style: solid;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -7px;
  left: calc(50% - 8px);
}
.theme-bfd #content-wrapper .user-info-popup .popup-tip-anchor .popup-bubble-anchor .user-info-popup-content .media .media-header {
  text-align: center;
  padding: 15px;
}
.theme-bfd #content-wrapper .user-info-popup .popup-tip-anchor .popup-bubble-anchor .user-info-popup-content .media .media-body {
  padding: 0 15px 15px 15px;
}
.theme-bfd #content-wrapper .user-info-popup .popup-tip-anchor .popup-bubble-anchor .user-info-popup-content h6 {
  margin: 0;
  font-weight: bold;
}
.theme-bfd #content-wrapper .user-info-popup .popup-tip-anchor .popup-bubble-anchor table {
  width: 100%;
}
.theme-bfd #content-wrapper .user-info-popup .popup-tip-anchor .popup-bubble-anchor table thead {
  background-color: #d9d9d9;
}
.theme-bfd #content-wrapper .user-info-popup .popup-tip-anchor .popup-bubble-anchor table thead th {
  font-size: 16px;
  vertical-align: baseline;
  text-align: left;
}
.theme-bfd #content-wrapper .user-info-popup .popup-tip-anchor .popup-bubble-anchor table thead td {
  font-size: 10px;
  vertical-align: baseline;
  text-align: left;
}
.theme-bfd #content-wrapper .user-info-popup .popup-tip-anchor .popup-bubble-anchor table td {
  width: 50%;
  height: auto;
  line-height: 12px;
  word-wrap: break-word;
  vertical-align: top;
  padding: 8px 10px;
}
.theme-bfd #search-form .closeSearch:hover {
  color: #fff;
}
.theme-bfd small.autosave span.glyphicon {
  display: none;
}
.theme-bfd table.cms-wysiwyg-table td, .theme-bfd table.cms-wysiwyg-table th {
  padding: 5px;
}
.theme-bfd tr.sequence-toggle td,
.theme-bfd tr.action-toggle td {
  border-bottom: 3px solid #fff !important;
}
.theme-bfd tr.sequence-toggle td > div,
.theme-bfd tr.action-toggle td > div {
  background: #f8f8f8;
}
.theme-bfd tr.sequence-toggle td > div > span,
.theme-bfd tr.action-toggle td > div > span {
  color: #fa6e4f;
}
.theme-bfd tr.sequence-toggle td > div > span:hover,
.theme-bfd tr.action-toggle td > div > span:hover {
  color: #0f679f;
}
.theme-bfd .fancybox-type-iframe > .fancybox-skin,
.theme-bfd .fancybox-type-iframe .fancybox-inner {
  background: #11014c;
}
.theme-bfd .fancybox-title.fancybox-title-inside-wrap {
  background: #11014c;
}
.theme-bfd .fancybox-close {
  background: #11014c;
}
.theme-bfd .fancybox-close:after {
  color: #fa6e4f;
}
.theme-bfd .fancybox-close:hover:after {
  color: #fff;
}
.theme-bfd .selectize-caret-bg {
  background: #719cb7;
}
.theme-bfd .selectize-caret-bg-loading {
  background: none;
}
.theme-bfd .selectize-input + .selectize-caret-bg:before {
  border-top: 5px solid #fa6e4f;
}
.theme-bfd .selectize-input + .selectize-caret-bg-loading:before {
  border: none;
}
.theme-bfd .selectize-input.dropdown-active + .selectize-caret-bg:before, .theme-bfd .selectize-input:hover + .selectize-caret-bg:before {
  border-bottom: 5px solid #fa6e4f;
}
.theme-bfd .selectize-input:hover + .selectize-caret-bg-loading:before {
  border: none;
}
.theme-bfd .selectize-control.form-control .selectize-dropdown-content {
  background: #719cb7;
  border-color: #719cb7;
  color: #fff;
}
.theme-bfd .selectize-control.form-control .selectize-dropdown-content .option.active,
.theme-bfd .selectize-control.form-control .selectize-dropdown-content > div.active {
  color: #fff;
  background: #94c4d9;
}
.theme-bfd .table {
  background: #f5f5f5;
}
.theme-bfd .table a:not(.btn):not(.bnt):not(.btn-sm):not(.remove) {
  color: #fa6e4f;
}
.theme-bfd a.link {
  color: #fa6e4f;
}
.theme-bfd .datatable-wrapper.table-responsive {
  background-image: linear-gradient(to right, #f5f5f5, #f5f5f5), linear-gradient(to right, #f5f5f5, #f5f5f5), linear-gradient(to right, rgba(0, 0, 0, 0.15), rgba(255, 255, 255, 0)), linear-gradient(to left, rgba(0, 0, 0, 0.15), rgba(255, 255, 255, 0));
  /* Shadows */
  /* Shadow covers */
  background-position: left center, right center, left center, right center;
  background-repeat: no-repeat;
  background-color: #f5f5f5;
  background-size: 20px 100%, 20px 100%, 8px 100%, 8px 100%;
  background-attachment: local, local, scroll, scroll;
  overflow-x: scroll;
}
.theme-bfd .datatable-wrapper.table-responsive .table {
  background: none;
}
.theme-bfd .datatable-wrapper.table-responsive .table tbody tr td {
  border-top: none;
}
.theme-bfd #stages .panel-collapse .livewire-table .section-wrapper {
  padding: 0 !important;
}
.theme-bfd .view-datatable .view-datatable-body:not(.table-responsive) {
  min-width: 500px;
}
.theme-bfd .footer-index {
  color: #001a45;
}
.theme-bfd .panel-group-dark .accordion-toggle {
  color: #fff;
}
.theme-bfd .panel-group-dark .accordion-toggle:after {
  color: #fff;
}
.theme-bfd .panel-group-dark .accordion-toggle.collapsed {
  background: #d7e8f2;
  color: #001a45;
}
.theme-bfd .panel-group-dark .accordion-toggle.collapsed:after {
  color: #001a45;
}
@media (min-width: 769px) {
  .theme-bfd .panel-group-dark .accordion-toggle.collapsed:not(.disabled):hover {
    background: #719cb7;
    color: #fff;
  }
  .theme-bfd .panel-group-dark .accordion-toggle.collapsed:not(.disabled):hover:after {
    color: #fff;
  }
}
.theme-bfd .sub-accordion-heading > .accordion-toggle {
  background: #565656;
}
.theme-bfd .table > thead {
  background: #11014c;
  color: #fff;
}
.theme-bfd .table tr.bottom-border > td {
  border-bottom: 1px solid #fff !important;
}
.theme-bfd table.datatablepopup td {
  background: #fafcf8;
}
.theme-bfd table.datatablepopup > thead > tr > td {
  background: #deeace;
  color: #001a45;
}
.theme-bfd table.datatablepopup > thead > tr > td.status-column a.popupplus2, .theme-bfd table.datatablepopup > thead > tr > td.status-column a.popupedit {
  color: #001a45;
}
.theme-bfd .datatablepopup2 .panel .panel-heading.datatablepopup-heading .popupplus2 i, .theme-bfd .datatablepopup2 .panel .panel-heading.datatablepopup-heading .popupedit i {
  color: #001a45;
  font-size: 15px;
}
.theme-bfd .datatablepopup2 .panel .panel-heading.datatablepopup-heading .panel-title + .popupplus2 i, .theme-bfd .datatablepopup2 .panel .panel-heading.datatablepopup-heading .panel-title + .popupedit i {
  color: #fa6e4f;
}
.theme-bfd .panel > .panel-heading.datatablepopup-heading {
  background: #accb84;
}
.theme-bfd .view-datatable .view-datatable-heading {
  background-color: #accb84;
  color: #fff;
}
.theme-bfd .view-datatable .view-datatable-body table.table > th, .theme-bfd .view-datatable .view-datatable-body table.table > td {
  background: #deeace;
  color: #001a45;
}
.theme-bfd .panel .panel-body .view-datatable .view-datatable-body table.table thead {
  background: #deeace;
}
.theme-bfd .panel .panel-body .view-datatable .view-datatable-body table.table td.datatable-button-column button.btn {
  color: #000;
  border-color: #000;
  background: #fff;
  margin-left: 3px;
}
.theme-bfd .panel .panel-body .view-datatable .view-datatable-body table.table td.datatable-button-column button.btn:hover {
  background-image: none !important;
}
.theme-bfd .panel-body .panel-group .datatablepopup2 .panel .panel-heading.datatablepopup-heading .popupplus2:hover i, .theme-bfd .panel-body .panel-group .datatablepopup2 .panel .panel-heading.datatablepopup-heading .popupedit:hover i {
  color: #fa6e4f;
}
.theme-bfd .list-sectioned > li {
  background-color: #11014c;
  color: #fff;
}
.theme-bfd .list-sectioned > li ul {
  background: #f5f5f5;
}
.theme-bfd .panel-group-dark .accordion-toggle {
  background: #0f679f;
}
@media (min-width: 769px) {
  .theme-bfd .panel-group-dark .accordion-toggle:hover:after {
    color: #fff;
  }
}
.theme-bfd .panel-group-dark .accordion-toggle:hover:after {
  color: #fff;
}
.theme-bfd .panel-group-dark .accordion-toggle.user-toggle {
  background: #d7e8f2;
  color: #001a45;
}
.theme-bfd .panel-group-dark .accordion-toggle.user-toggle:after {
  color: #001a45;
}
@media (min-width: 769px) {
  .theme-bfd .panel-group-dark .accordion-toggle.work-flow-toggle:hover:after {
    color: #d7e8f2;
  }
}
.theme-bfd ul.nav-tabs > li.pull-right > .btn-setting {
  color: #001a45;
  background: #a8c8e2;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 20px);
}
.theme-bfd ul.nav-tabs > li.pull-right > .btn-setting:hover {
  background: #a8c8e2 !important;
  color: #fff;
}
.theme-bfd ul.nav-tabs > li.pull-right > .btn-setting[data-toggle=dropdown] {
  padding-left: 0;
  padding-right: 0;
}
.theme-bfd ul.nav-tabs > li.pull-right > .btn-setting[data-toggle=dropdown] > [data-toggle=tooltip] {
  padding: 8px 20px;
}
.theme-bfd ul.nav-tabs > li.pull-right > a.btn-setting.btn-setting-danger {
  color: white;
  background: #d9534f;
  background-image: none;
}
.theme-bfd ul.nav-tabs > li.pull-right > a.btn-setting.btn-setting-danger:hover {
  background-color: #c9302c !important;
  border: none;
}
.theme-bfd ul.nav-tabs > li.pull-right > a.btn-setting.btn-setting-warning {
  color: white;
  background: #f0ad4e;
  background-image: none;
}
.theme-bfd ul.nav-tabs > li.pull-right > a.btn-setting.btn-setting-warning:hover {
  background-color: #ec971f !important;
  border: none;
}
.theme-bfd ul.nav-tabs > li.pull-right > a.btn-setting.btn-setting-success {
  color: white;
  background: #5cb85c;
  background-image: none;
}
.theme-bfd ul.nav-tabs > li.pull-right > a.btn-setting.btn-setting-success:hover {
  background-color: #449d44 !important;
  border: none;
}
.theme-bfd span.input-group-addon {
  background: #719cb7;
  border-color: #719cb7;
  color: #fa6e4f;
}
.theme-bfd .input-group .input-group-field-container + .input-group-btn > .btn {
  border-color: #001a45;
  color: #001a45;
}
.theme-bfd .input-group .input-group-field-container + .input-group-btn > .btn.btn-input-group-field-remove {
  background: #dc5e4c;
  border: 1px solid #dc5e4c;
  color: white;
}
.theme-bfd .input-group .input-group-field-container + .input-group-btn > .btn.btn-input-group-field-remove:hover {
  background-color: #cd3d28;
  border-color: #cd3d28;
}
.theme-bfd .widget-tab.visible-sm .left-tab button,
.theme-bfd .widget-tab.visible-xs .left-tab button {
  background: #11014c;
}
.theme-bfd .widget-tab.visible-sm .left-tab button:after,
.theme-bfd .widget-tab.visible-xs .left-tab button:after {
  color: #fa6e4f;
}
.theme-bfd .widget-tab.visible-sm .left-tab button:hover,
.theme-bfd .widget-tab.visible-xs .left-tab button:hover {
  background: #11014c !important;
}
.theme-bfd .widget-tab.visible-sm .pull-right > button,
.theme-bfd .widget-tab.visible-xs .pull-right > button {
  background-color: linear-gradient(to bottom, #d7e8f2 0, #a8c8e2 30%);
  box-shadow: 0px 0px 1px 1px rgba(128, 128, 128, 0.4);
}
.theme-bfd .widget-tab.visible-sm .pull-right > button:active,
.theme-bfd .widget-tab.visible-xs .pull-right > button:active {
  background-image: none !important;
  background: #fa6e4f !important;
}
.theme-bfd .widget-tab.visible-sm .pull-right > button:active span,
.theme-bfd .widget-tab.visible-xs .pull-right > button:active span {
  color: #fff;
}
.theme-bfd .widget-tab.visible-sm .pull-right.open > button,
.theme-bfd .widget-tab.visible-xs .pull-right.open > button {
  background: linear-gradient(to bottom, #d7e8f2 0, #a8c8e2 30%);
  background-image: none !important;
  background: #fa6e4f !important;
}
.theme-bfd .widget-tab.visible-sm .pull-right.open > button span,
.theme-bfd .widget-tab.visible-xs .pull-right.open > button span {
  color: #fff;
}
.theme-bfd .workflow:not(.workflow-indicator) ~ .workflow-expander {
  background: #91ba5c;
}
.theme-bfd .workflow:not(.workflow-indicator) ~ .workflow-expander:hover {
  background: #577531;
}
.theme-bfd .edit.panel-heading-icon {
  background: #24b1e9;
}
.theme-bfd .edit.panel-heading-icon:hover {
  background: #001a45;
}
.theme-bfd .edit.panel-heading-icon:hover > span {
  color: #fa6e4f;
}
.theme-bfd .workflow:not(.workflow-indicator) ~ .workflow-expander:before {
  color: #fa6e4f;
}
.theme-bfd .add-event-wrapper,
.theme-bfd .add-finding-wrapper {
  margin-top: -20px;
  margin-bottom: 10px;
  padding: 10px 0;
  width: 100%;
  text-align: center;
}
.theme-bfd .add-event-wrapper span.add-event,
.theme-bfd .add-event-wrapper span.add-finding,
.theme-bfd .add-finding-wrapper span.add-event,
.theme-bfd .add-finding-wrapper span.add-finding {
  cursor: pointer;
  font-weight: 600;
}
.theme-bfd .add-sequence-wrapper {
  background: #f8f8f8;
  padding: 10px 0;
}
.theme-bfd .add-sequence-wrapper span.add-sequence {
  cursor: pointer;
  font-weight: 600;
}
.theme-bfd .add-sequence-wrapper[disabled=disabled] span.add-sequence {
  color: #ccc;
}
.theme-bfd .add-event-wrapper,
.theme-bfd .add-finding-wrapper {
  background: #fff;
}
.theme-bfd .add-event-wrapper span.add-event,
.theme-bfd .add-event-wrapper span.add-finding,
.theme-bfd .add-finding-wrapper span.add-event,
.theme-bfd .add-finding-wrapper span.add-finding {
  color: #fa6e4f;
}
.theme-bfd .add-sequence-wrapper span.add-sequence {
  color: #fa6e4f;
}
.theme-bfd .ajaxupload-container {
  border-color: #001a45;
  border-style: dashed;
  background-color: #fff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05), 0px -1px 1px rgba(255, 255, 255, 0.583956);
}
.theme-bfd .ajaxupload-container, .theme-bfd .ajaxupload-container .dropzone-btn, .theme-bfd .ajaxupload-container .progress .upload-text {
  color: #001a45;
}
.theme-bfd .ajaxupload-container .dropzone-btn {
  white-space: normal;
}
.theme-bfd .ajaxupload-container:not(.active):hover {
  background-color: #91ba5c;
  border-color: #91ba5c;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05), 0px -1px 1px rgba(255, 255, 255, 0.583956);
}
.theme-bfd .ajaxupload-container:not(.active):hover, .theme-bfd .ajaxupload-container:not(.active):hover .dropzone-btn, .theme-bfd .ajaxupload-container:not(.active):hover .progress .upload-text {
  color: #fff;
}
.theme-bfd .ajaxupload-container.dragging {
  background-color: #fa6e4f !important;
}
.theme-bfd .ajaxupload-container.dragging:after {
  color: #fff;
}
.theme-bfd .ajaxupload-container.dragging > span {
  color: #fff;
}
.theme-bfd .ajaxupload-container.done {
  background: #d9eaf5;
}
.theme-bfd .ajaxupload-container.done:after {
  color: #bdd5e5;
}
.theme-bfd .ajaxupload-container.done .clear {
  background-color: #fa6e4f;
}
.theme-bfd .ajaxupload-container.done .clear:after {
  color: #fff;
}
.theme-bfd .ajaxupload-container.done .preview {
  background-color: #d9eaf5;
}
.theme-bfd .input-group.has-ajaxupload.ajaxupload-container-done > .input-group-btn:first-child, .theme-bfd .input-group.has-ajaxupload.ajaxupload-container-active > .input-group-btn:first-child {
  padding-right: 10px;
}
.theme-bfd .input-group.has-ajaxupload:not(.ajaxupload-container-done):not(.ajaxupload-container-active) > .input-group-btn:first-child {
  position: absolute;
  left: 0;
  z-index: 3;
  width: auto;
}
.theme-bfd .input-group.has-ajaxupload:not(.ajaxupload-container-done):not(.ajaxupload-container-active) > .input-group-btn:first-child > .ajaxupload-container {
  border-width: 0;
  width: 35px;
  height: 35px;
  margin-top: 0;
  margin-bottom: 0;
  background-color: transparent;
  color: #fa6e4f;
}
.theme-bfd .input-group.has-ajaxupload:not(.ajaxupload-container-done):not(.ajaxupload-container-active) > .input-group-btn:first-child > .ajaxupload-container:after {
  top: 8px;
  left: 11px;
  font-size: 20px;
}
.theme-bfd .input-group.has-ajaxupload:not(.ajaxupload-container-done):not(.ajaxupload-container-active) > .input-group-btn:first-child > .ajaxupload-container > .dropzone-btn,
.theme-bfd .input-group.has-ajaxupload:not(.ajaxupload-container-done):not(.ajaxupload-container-active) > .input-group-btn:first-child > .ajaxupload-container > .mobile-btn {
  display: none;
}
.theme-bfd .input-group.has-ajaxupload:not(.ajaxupload-container-done):not(.ajaxupload-container-active) .input-group-field-container > input {
  padding-left: 38px;
}
.theme-bfd .fileuploadgroup .btn#add, .theme-bfd .fileuploadgroup .btn.add {
  color: #001a45;
  border-color: #001a45;
  border-style: dashed;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05), 0px -1px 1px rgba(255, 255, 255, 0.583956);
}
.theme-bfd .fileuploadgroup .btn#add:hover, .theme-bfd .fileuploadgroup .btn.add:hover {
  color: #fff;
  background-color: #91ba5c;
  border-color: #91ba5c;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05), 0px -1px 1px rgba(255, 255, 255, 0.583956);
}
.theme-bfd #permission-container {
  box-shadow: 0 0 8px 0 #001a45;
}
.theme-bfd #permission-container .table-wrapper .table.permissions td {
  background: #f5f5f5;
}
.theme-bfd #permission-wrapper .burger-menu > button {
  border: 1px solid #a8c8e2;
}
.theme-bfd #permission-wrapper .burger-menu.open > button {
  background: #fa6e4f !important;
}
.theme-bfd #permission-wrapper .tab-pane ul > li > a {
  background: #d7e8f2;
  color: #001a45;
}
.theme-bfd #permission-wrapper .tab-pane ul > li > a:hover {
  color: #11014c;
  background: #719cb7 !important;
}
.theme-bfd #permission-wrapper .tab-pane ul > li.active:after {
  border-top-color: #94c4d9;
}
.theme-bfd #permission-wrapper .tab-pane ul > li.active > a {
  background: #94c4d9;
}
.theme-bfd #permission-wrapper .tab-pane ul > li:hover > a {
  background: #719cb7;
  color: #fa6e4f;
}
.theme-bfd #permission-wrapper .tab-pane ul > li.active:hover:after {
  border-top-color: #719cb7;
}
.theme-bfd #permission-container .scroller {
  background: #e4f0f8;
  color: #fa6e4f;
}
.theme-bfd #permission-container .scroller:hover {
  background: #24b1e9;
}
.theme-bfd #permission-container .table-wrapper .table.permissions td.permission-group, .theme-bfd #permission-container .table-wrapper .table.permissions td.permission-singular {
  background: #94c4d9;
}
.theme-bfd #permission-container .table-wrapper .table.permissions td.permission-group:not(.uppercase), .theme-bfd #permission-container .table-wrapper .table.permissions td.permission-singular:not(.uppercase) {
  border-left-color: #94c4d9;
}
.theme-bfd #permission-container .table-wrapper .table.permissions td.permission-group.uppercase, .theme-bfd #permission-container .table-wrapper .table.permissions td.permission-group:not(:last-child), .theme-bfd #permission-container .table-wrapper .table.permissions td.permission-singular.uppercase, .theme-bfd #permission-container .table-wrapper .table.permissions td.permission-singular:not(:last-child) {
  border-right-color: #94c4d9;
}
.theme-bfd #permission-container .table-wrapper .table.permissions td.role_permission.odd {
  background: #e4f0f8;
}
.theme-bfd #permission-container .table-wrapper .table.permissions tr.second-level td {
  background: #d7e8f2;
}
.theme-bfd .table.perm-table .group {
  background-color: #94c4d9;
}
.theme-bfd .table.perm-table td.roles {
  border-left-color: #94c4d9;
}
.theme-bfd .table.perm-table .second-level {
  background-color: #d7e8f2;
}
.theme-bfd .table.perm-table button {
  color: #fa6e4f;
}
.theme-bfd ul.pagination li > a:hover {
  color: #fa6e4f;
}
.theme-bfd ul.pagination li.active > a {
  color: #001a45;
}
.theme-bfd ul.pagination.customized-pagination li.previousPage > span, .theme-bfd ul.pagination.customized-pagination li.previousPage > a, .theme-bfd ul.pagination.customized-pagination li.nextPage > span, .theme-bfd ul.pagination.customized-pagination li.nextPage > a,
.theme-bfd ul.pagination.customized-pagination li.firstPage > span,
.theme-bfd ul.pagination.customized-pagination li.firstPage > a, .theme-bfd ul.pagination.customized-pagination li.lastPage > span, .theme-bfd ul.pagination.customized-pagination li.lastPage > a {
  color: #fa6e4f;
  background: inherit;
}
.theme-bfd ul.pagination.customized-pagination li.previousPage > a:hover > span, .theme-bfd ul.pagination.customized-pagination li.nextPage > a:hover > span,
.theme-bfd ul.pagination.customized-pagination li.firstPage > a:hover > span, .theme-bfd ul.pagination.customized-pagination li.lastPage > a:hover > span {
  color: #001a45;
  font-weight: bold;
}
.theme-bfd ul.pagination.customized-pagination li.active > span {
  color: #001a45;
}
.theme-bfd ul.pagination li > a, .theme-bfd ul.pagination li > a:before {
  color: #bdd59d;
}
.theme-bfd ul.pagination.customized-pagination li.pageNumber > span:before,
.theme-bfd ul.pagination.customized-pagination li.ellipsis-breaker > span:after {
  color: #bdd59d;
}
.theme-bfd .datatablepopup2 .paginate_button a {
  padding: 6px;
}
.theme-bfd .datatablepopup2 .paginate_button:nth-last-child(3) a::before, .theme-bfd .datatablepopup2 .paginate_button.last a::before, .theme-bfd .datatablepopup2 .paginate_button.first a::before, .theme-bfd .datatablepopup2 .paginate_button.previous a::before {
  content: "";
}
.theme-bfd .datatablepopup2 .paginate_button:not(.active) a {
  color: #fa6e4f;
}
.theme-bfd .mot-history-table-wrapper .table {
  table-layout: fixed;
}
.theme-bfd .mot-history-table-wrapper .table tr, .theme-bfd .mot-history-table-wrapper .table td {
  word-wrap: break-word;
  position: relative;
}
.theme-bfd .mot-history-table-wrapper .table div.mot-restrict-height {
  max-height: 150px;
  overflow: hidden;
  margin-bottom: 15px;
}
.theme-bfd .mot-history-table-wrapper .table .mot-restrict-height-icon {
  position: absolute;
  bottom: 0;
  right: 2px;
  padding: 3px 5px;
}
.theme-bfd .mot-history-table-wrapper .table .mot-restrict-height-icon:hover {
  border-color: #333;
}
.theme-bfd .history-table-wrapper,
.theme-bfd .mot-history-table-wrapper {
  padding: 20px;
}
.theme-bfd .history-table-wrapper .table,
.theme-bfd .mot-history-table-wrapper .table {
  margin-bottom: 0;
}
.theme-bfd .history-table-wrapper .table > thead th,
.theme-bfd .mot-history-table-wrapper .table > thead th {
  border: 0;
}
.theme-bfd .history-table-wrapper .table tbody tr:last-child > td:first-child i:after,
.theme-bfd .mot-history-table-wrapper .table tbody tr:last-child > td:first-child i:after {
  color: transparent;
}
.theme-bfd .hidden-desktop {
  display: none;
}
.theme-bfd .history-table-wrapper .table > thead,
.theme-bfd .mot-history-table-wrapper .table > thead {
  background: #d7e8f2;
}
.theme-bfd .history-table-wrapper .table > thead th,
.theme-bfd .mot-history-table-wrapper .table > thead th {
  color: #11014c;
}
.theme-bfd .history-table-wrapper .table tbody tr:first-child > td:first-child i:after,
.theme-bfd .mot-history-table-wrapper .table tbody tr:first-child > td:first-child i:after {
  color: #a8c8e2;
}
.theme-bfd .history-table-wrapper .table tbody td:first-child {
  border: 0;
}
.theme-bfd .history-table-wrapper td .fa {
  color: #a8c8e2;
  font-size: 12px;
}
.theme-bfd .history-table-wrapper td .fa.fa-circle {
  color: #fa6e4f;
}
.theme-bfd .history-table-wrapper td .fa:after {
  content: "|";
  position: relative;
  left: -8px;
  font-size: 20px;
  top: 20px;
}
.theme-bfd .bg-default {
  background: #d7e8f2 !important;
}
.theme-bfd .search-pannel .tab-content {
  background: #f5f5f5;
}
.theme-bfd .search-pannel .tab-content .table {
  background: #f5f5f5;
}
.theme-bfd .search-pannel .tab-content .table tbody {
  width: 100%;
}
.theme-bfd .search-pannel .tab-content .table tbody tr {
  width: 100%;
  display: block;
}
.theme-bfd .search-pannel .tab-content .table tr {
  border-bottom: 1px solid #fff;
}
.theme-bfd #search-form .panel .panel-body {
  background: #e4f0f8;
}
.theme-bfd #search-form .closeSearch {
  color: #fa6e4f;
}
.theme-bfd .finao-im .im-contacts li a {
  color: #fff;
}
.theme-bfd .finao-im .im-contacts li a.active {
  color: #11014c;
}
.theme-bfd .finao-im .im-contacts li a:after {
  border-top-color: #fff;
}
.theme-bfd .finao-im .im-message {
  background-color: white;
  color: #11014c;
}
.theme-bfd .finao-im .im-message:before {
  border-left-color: white;
}
.theme-bfd .finao-im .im-messages-wrapper li.received .im-message {
  background-color: #e7eff3;
}
.theme-bfd .finao-im .im-messages-wrapper li.received .im-message:before {
  border-right-color: #e7eff3;
}
.theme-bfd .finao-im .im-contacts li a.new {
  background-color: #11014c;
}
.theme-bfd .finao-im .im-contacts li a {
  background-color: #719cb7;
}
.theme-bfd .finao-im .im-contacts li a.new {
  color: #fff;
}
.theme-bfd .finao-im .panel-heading .fa {
  color: #fa6e4f;
}
@media (max-width: 768px) {
  .theme-bfd .search-result-tab-toggle .dropdown-toggle {
    background: #91ba5c;
    color: #fff;
  }
  .theme-bfd .search-result-tab-toggle .dropdown-toggle b {
    color: #fff;
  }
  .theme-bfd .search-result-tab-toggle.open .dropdown-toggle {
    background: #577531;
  }
  .theme-bfd .widget-tab .open ul.dropdown-menu {
    box-shadow: 0 0 4px 0 #373d42;
  }
  .theme-bfd .tab-content .table td {
    color: #001a45;
  }
  .theme-bfd .selectize-control .selectize-dropdown-content {
    background: #fff;
  }
}
@media (max-width: 768px) {
  .theme-bfd .search-result-tab-toggle .dropdown-toggle:after {
    color: #fa6e4f;
  }
  .theme-bfd .tab-content .table th {
    background: #4b8fc6;
    border-right: 1px solid #e7f3fb !important;
  }
  .theme-bfd .selectize-control .selectize-dropdown-content {
    border: 1px solid #bdd59d;
  }
  .theme-bfd .input-group .input-group-field-container + .input-group-btn > .btn {
    line-height: 24px;
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media (max-width: 1024px) {
  .theme-bfd .input-group.has-ajaxupload > .input-group-btn > label.ajaxupload-container {
    width: 30px;
    height: 50px;
    line-height: 24px;
    padding-left: 6px;
    padding-right: 6px;
  }
  .theme-bfd .input-group.has-ajaxupload > .input-group-btn > label.ajaxupload-container > .mobile-btn, .theme-bfd .input-group.has-ajaxupload > .input-group-btn > label.ajaxupload-container.active .stop {
    display: none;
  }
  .theme-bfd .input-group.has-ajaxupload:not(.ajaxupload-container-done):not(.ajaxupload-container-active) > .input-group-btn > label.ajaxupload-container {
    width: auto;
  }
}
.theme-bfd .bookmark-widget a i {
  color: #e1516b;
}
.theme-bfd.page-400 .err-description .err-text, .theme-bfd.page-403 .err-description .err-text, .theme-bfd.page-404 .err-description .err-text, .theme-bfd.page-500 .err-description .err-text, .theme-bfd.page-503 .err-description .err-text {
  color: #fff;
}
.theme-bfd.page-400 footer.footer > a:hover, .theme-bfd.page-403 footer.footer > a:hover, .theme-bfd.page-404 footer.footer > a:hover, .theme-bfd.page-500 footer.footer > a:hover, .theme-bfd.page-503 footer.footer > a:hover {
  color: #fff;
}
.theme-bfd.page-503 .err-text p {
  color: #fa6e4f;
}
.theme-bfd.page-400, .theme-bfd.page-403, .theme-bfd.page-404, .theme-bfd.page-500, .theme-bfd.page-503 {
  background: #001a45;
}
.theme-bfd.page-400 .err-description .err-logo, .theme-bfd.page-403 .err-description .err-logo, .theme-bfd.page-404 .err-description .err-logo, .theme-bfd.page-500 .err-description .err-logo, .theme-bfd.page-503 .err-description .err-logo {
  color: #fa6e4f;
}
.theme-bfd.page-400 .err-description .err-code,
.theme-bfd.page-400 .err-description .err-title, .theme-bfd.page-403 .err-description .err-code,
.theme-bfd.page-403 .err-description .err-title, .theme-bfd.page-404 .err-description .err-code,
.theme-bfd.page-404 .err-description .err-title, .theme-bfd.page-500 .err-description .err-code,
.theme-bfd.page-500 .err-description .err-title, .theme-bfd.page-503 .err-description .err-code,
.theme-bfd.page-503 .err-description .err-title {
  color: #a2cae3;
}
.theme-bfd.page-400 .err-description .hr, .theme-bfd.page-403 .err-description .hr, .theme-bfd.page-404 .err-description .hr, .theme-bfd.page-500 .err-description .hr, .theme-bfd.page-503 .err-description .hr {
  background: #fa6e4f;
}
.theme-bfd.page-400 .err-description #error-page-search-icon, .theme-bfd.page-403 .err-description #error-page-search-icon, .theme-bfd.page-404 .err-description #error-page-search-icon, .theme-bfd.page-500 .err-description #error-page-search-icon, .theme-bfd.page-503 .err-description #error-page-search-icon {
  background: #fa6e4f;
  color: #001a45;
}
.theme-bfd.page-400 .err-description a, .theme-bfd.page-403 .err-description a, .theme-bfd.page-404 .err-description a, .theme-bfd.page-500 .err-description a, .theme-bfd.page-503 .err-description a {
  color: #fa6e4f;
}
.theme-bfd.page-400 .finao-error-text, .theme-bfd.page-403 .finao-error-text, .theme-bfd.page-404 .finao-error-text, .theme-bfd.page-500 .finao-error-text, .theme-bfd.page-503 .finao-error-text {
  color: #FFFFFF;
}
.theme-bfd .modal.in {
  display: block !important;
}
.theme-bfd .modal-content .modal-header {
  background: #001a45;
}
.theme-bfd .modal-content .modal-header .close {
  color: #fa6e4f;
}
.theme-bfd .modal-content .modal-header .close:hover {
  color: #fff;
}
.theme-bfd .modal-content .modal-header .modal-title {
  color: #fff;
}
.theme-bfd .modal-content .modal-body table > thead {
  background: #d7e8f2;
}
.theme-bfd .modal-content .modal-body table > thead > tr > th {
  color: #719cb7;
  background: #d7e8f2;
}
.theme-bfd .modal-content .modal-body table > tbody td {
  border-left-color: #f1f7fb;
  border-right-color: #f1f7fb;
}
.theme-bfd .modal-content .modal-header {
  background: #001a45;
}
.theme-bfd .modal-content .modal-header .close {
  color: #fa6e4f;
}
.theme-bfd .modal-content .modal-header .close:hover {
  color: #fff;
}
.theme-bfd .modal-content .modal-header .modal-title {
  color: #fff;
}
.theme-bfd .modal-content .modal-body table > thead {
  background: #d7e8f2;
}
.theme-bfd .modal-content .modal-body table > thead > tr > th {
  color: #719cb7;
  background: #d7e8f2;
}
.theme-bfd .modal-content .modal-body table > tbody td {
  border-left-color: #f1f7fb;
  border-right-color: #f1f7fb;
}
.theme-bfd .modal#impersonate-user .modal-content .modal-header {
  background: #373d42;
}
.theme-bfd .modal#impersonate-user .modal-content .modal-header .close {
  color: #f0b429;
}
.theme-bfd #integrations-container .integration-heading .accordion-toggle.integration-toggle {
  background: #d7e8f2;
  color: #001a45;
}
.theme-bfd #integrations-container .integration-heading .accordion-toggle.integration-toggle:after {
  color: #001a45;
}
.theme-bfd #integrations-container .integration-heading .integration-switcher {
  background: #a8c8e2;
}
.theme-bfd #integrations-container .integration-heading .integration-switcher .form-group .switcher-wrapper > label:hover {
  color: #fa6e4f;
}
.theme-bfd #integrations-container .integration-table-wrapper {
  background: #f1f7fb;
}
.theme-bfd #integrations-container .integration-table-wrapper .panel-body {
  background: #f1f7fb;
}
.theme-bfd .countdown-panel .next-data-sync-countdown {
  background: #001a45;
}
.theme-bfd .countdown-panel .next-data-sync-countdown .countdown-text {
  color: #d7e8f2;
}
.theme-bfd .countdown-panel .next-data-sync-countdown .countdown {
  color: #719cb7;
}
.theme-bfd .nav-icon-btn.nav-icon-btn-primary .label {
  background: #11014c;
}
.theme-bfd .btn-primary {
  border-width: 1px;
  border-style: solid;
  background: white;
  color: #11014c;
}
.theme-bfd .btn-primary, .theme-bfd .btn-primary:focus {
  border-color: #0b0133;
  border-bottom-color: #050015;
}
.theme-bfd .btn-primary:hover {
  border-color: #080024;
}
.theme-bfd .btn-primary:active, .theme-bfd .btn-primary.active {
  background: white;
  color: #11014c;
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.25);
}
.open .theme-bfd .btn-primary.dropdown-toggle {
  border-color: #010006;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
}
.btn-group .theme-bfd .btn-primary, .btn-group .theme-bfd .btn-primary:focus, .input-group-btn .theme-bfd .btn-primary, .input-group-btn .theme-bfd .btn-primary:focus {
  border-left-color: #080024;
  border-right-color: #080024;
}
.btn-group .theme-bfd .btn-primary:hover, .btn-group.open .theme-bfd .btn-primary.dropdown-toggle, .input-group-btn .theme-bfd .btn-primary:hover, .input-group-btn.open .theme-bfd .btn-primary.dropdown-toggle {
  border-color: #080024;
  border-bottom-color: black;
}
.btn-group .theme-bfd .btn-primary:active, .btn-group .theme-bfd .btn-primary.active, .input-group-btn .theme-bfd .btn-primary:active, .input-group-btn .theme-bfd .btn-primary.active {
  border-left-color: #010006;
  border-right-color: #010006;
}
.theme-bfd .open .btn.btn-primary.dropdown-toggle {
  color: #fff;
  border-bottom-color: #010006 !important;
  background: none;
  background: #0c0138 !important;
}
.theme-bfd .progress-bar {
  background: #e3edd6;
  border-color: #d4e4c1;
}
.theme-bfd .progress-striped .progress-bar {
  background-color: #e3edd6;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px;
}
.theme-bfd .label.label-primary {
  background: #11014c;
}
.theme-bfd .label.label-primary[href]:hover, .theme-bfd .label.label-primary[href]:focus {
  background-color: #06001a;
}
.theme-bfd .label.label-primary.label-tag {
  border: 1px solid #11014c;
}
.theme-bfd .label.label-primary.label-tag:before {
  border-color: transparent #11014c transparent transparent;
}
.theme-bfd .label.label-primary.label-tag[href]:hover, .theme-bfd .label.label-primary.label-tag[href]:focus {
  border-color: #06001a;
}
.theme-bfd .label.label-primary.label-tag[href]:hover:before, .theme-bfd .label.label-primary.label-tag[href]:focus:before {
  border-color: transparent #06001a transparent transparent;
}
.right-to-left .theme-bfd .label.label-primary.label-tag:before {
  border-color: transparent transparent transparent #11014c;
}
.right-to-left .theme-bfd .label.label-primary.label-tag[href]:hover:before, .right-to-left .theme-bfd .label.label-primary.label-tag[href]:focus:before {
  border-color: transparent transparent transparent #06001a;
}
.ie8 .right-to-left .theme-bfd .label.label-primary.label-tag:before, .ie9 .right-to-left .theme-bfd .label.label-primary.label-tag:before {
  border-color: transparent #11014c transparent transparent;
}
.ie8 .right-to-left .theme-bfd .label.label-primary.label-tag[href]:hover:before, .ie8 .right-to-left .theme-bfd .label.label-primary.label-tag[href]:focus:before, .ie9 .right-to-left .theme-bfd .label.label-primary.label-tag[href]:hover:before, .ie9 .right-to-left .theme-bfd .label.label-primary.label-tag[href]:focus:before {
  border-color: transparent #06001a transparent transparent;
}
.theme-bfd.right-to-left .label.label-primary.label-tag:before {
  border-color: transparent transparent transparent #11014c;
}
.theme-bfd.right-to-left .label.label-primary.label-tag:hover:before, .theme-bfd.right-to-left .label.label-primary.label-tag:focus:before {
  border-color: transparent transparent transparent #06001a;
}
.ie8 .theme-bfd.right-to-left .label.label-primary.label-tag:before, .ie9 .theme-bfd.right-to-left .label.label-primary.label-tag:before {
  border-color: transparent #11014c transparent transparent;
}
.ie8 .theme-bfd.right-to-left .label.label-primary.label-tag:hover:before, .ie8 .theme-bfd.right-to-left .label.label-primary.label-tag:focus:before, .ie9 .theme-bfd.right-to-left .label.label-primary.label-tag:hover:before, .ie9 .theme-bfd.right-to-left .label.label-primary.label-tag:focus:before {
  border-color: transparent #06001a transparent transparent;
}
.theme-bfd .badge.badge-primary {
  background: #11014c;
  border: 1px solid #11014c;
}
.theme-bfd .badge.badge-primary[href]:hover, .theme-bfd .badge.badge-primary[href]:focus {
  background-color: #06001a;
  border-color: #06001a;
}
.theme-bfd .table-primary table {
  border-top-color: #04010e !important;
}
.theme-bfd .table-primary thead,
.theme-bfd .table-primary thead tr,
.theme-bfd .table-primary thead th,
.theme-bfd .table-primary .table-header {
  border-color: #04010e !important;
  color: #fff;
}
.theme-bfd .table-primary thead tr,
.theme-bfd .table-primary thead th {
  background: #0b022c;
}
.theme-bfd .table-primary .table-header {
  background: #11014c;
}
.theme-bfd .nav-tabs > li.active > a, .theme-bfd .nav-tabs > li.active > a:hover, .theme-bfd .nav-tabs > li.active > a:focus {
  background: #11014c;
  border-bottom: 2px solid #11014c;
}
.theme-bfd .nav-tabs .nav-tabs.nav-justified > .active > a {
  border-bottom-color: #11014c;
}
.theme-bfd .nav-pills > li.active > a, .theme-bfd .nav-pills > li.active > a:hover, .theme-bfd .nav-pills > li.active > a:focus {
  background: #11014c;
}
.theme-bfd .dropdown-menu > li > a:hover,
.theme-bfd .dropdown-menu > li.active > a {
  background: #11014c;
}
.theme-bfd .dropdown-menu > li > a:hover {
  color: #fff;
}
.theme-bfd .btn-group .btn-primary,
.theme-bfd .btn-group .btn-primary:focus,
.theme-bfd .input-group-btn .btn-primary,
.theme-bfd .input-group-btn .btn-primary:focus {
  border-left-color: #080024;
  border-right-color: #080024;
}
.theme-bfd .btn-group .btn-primary:hover,
.theme-bfd .btn-group.open .btn-primary.dropdown-toggle,
.theme-bfd .input-group-btn .btn-primary:hover,
.theme-bfd .input-group-btn.open .btn-primary.dropdown-toggle {
  border-color: #010006;
}
.theme-bfd .btn-group .btn-primary:active,
.theme-bfd .btn-group .btn-primary.active,
.theme-bfd .input-group-btn .btn-primary:active,
.theme-bfd .input-group-btn .btn-primary.active {
  border-left-color: #010006;
  border-right-color: #010006;
}
.theme-bfd ul.pagination li > a, .theme-bfd ul.pagination li > a:before {
  color: #11014c;
}
.theme-bfd a.list-group-item.active {
  background: #11014c;
  border-color: #11014c;
}
.theme-bfd a.list-group-item.active .list-group-item-text {
  color: #4d1dfc;
}
.theme-bfd .form-control:focus,
.theme-bfd .form-control.focus {
  border-color: #11014c;
  outline: 0;
  box-shadow: none;
}
.gt-ie8 .theme-bfd input.px:focus + .lbl:before, .gt-ie8 .theme-bfd input.px + .lbl:hover:before {
  border-color: #11014c;
}
.gt-ie8 .theme-bfd input[type=checkbox].px + .lbl:after {
  color: #11014c;
}
.gt-ie8 .theme-bfd input[type=radio].px + .lbl:after {
  background: #11014c;
}
.theme-bfd .text-primary, .theme-bfd .text-primary:hover, .theme-bfd .text-primary:active, .theme-bfd .text-primary:focus,
.theme-bfd .text-primary a,
.theme-bfd .text-primary a:focus {
  color: #11014c;
}
.theme-bfd .text-primary a:hover,
.theme-bfd .text-primary a:active {
  color: black;
}
.theme-bfd .bg-primary {
  background: #11014c !important;
}
.theme-bfd .bg-primary[href]:hover {
  background: #0f033b !important;
}
.theme-bfd .bg-primary.darken {
  background: #0f033b !important;
}
.theme-bfd .bg-primary.darken[href]:hover {
  background: #0b022c !important;
}
.theme-bfd .bg-primary.darker {
  background: #0b022c !important;
}
.theme-bfd .bg-primary.darker[href]:hover {
  background: #07011e !important;
}
.theme-bfd .bg-primary, .theme-bfd .bg-primary:hover, .theme-bfd .bg-primary:active, .theme-bfd .bg-primary:focus,
.theme-bfd .bg-primary a,
.theme-bfd .bg-primary a:focus {
  color: #fff;
}
.theme-bfd .bg-primary a:hover,
.theme-bfd .bg-primary a:active {
  color: #d9d9d9;
}
.theme-bfd .bg-primary[href]:hover,
.theme-bfd .bg-primary [href]:hover {
  color: #fff;
}
.theme-bfd .bg-primary * {
  border-color: #19016f;
}
.theme-bfd .ui-slider-handle.ui-state-active:before {
  background: #11014c;
}
.theme-bfd .ui-slider-range {
  background: #11014c;
}
.theme-bfd .ui-autocomplete > li > a:hover,
.theme-bfd .ui-autocompletev > li.active > a {
  background: #11014c;
}
.theme-bfd .ui-autocomplete > li > a:hover {
  color: #fff;
}
.theme-bfd .ui-autocomplete .ui-state-focus {
  background: #11014c;
  color: #fff;
}
.theme-bfd .ui-menu .ui-menu-item a:hover,
.theme-bfd .ui-menu .ui-menu-item a.ui-state-focus,
.theme-bfd .ui-menu .ui-menu-item a.ui-state-active {
  background: #11014c;
}
.theme-bfd .ui-progressbar-value {
  border-color: #0a012e;
  background-color: #11014c;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px;
}
.theme-bfd .ui-tabs-nav > .ui-tabs-active > a, .theme-bfd .ui-tabs-nav > .ui-tabs-active > a:hover, .theme-bfd .ui-tabs-nav > .ui-tabs-active > a:focus {
  color: #fff;
  background: #11014c;
  border-bottom: 2px solid #0b0133;
}
.theme-bfd .ui-datepicker .ui-state-active {
  background: #11014c !important;
}
.theme-bfd .ui-datepicker-title {
  background: #11014c;
}
.theme-bfd .ui-datepicker th {
  background: #0e062e;
}
.theme-bfd .ui-datepicker-buttonpane button.ui-priority-primary {
  background: white;
  color: #11014c;
}
.theme-bfd .ui-datepicker-buttonpane button.ui-priority-primary, .theme-bfd .ui-datepicker-buttonpane button.ui-priority-primary:focus {
  border-color: #0b0133;
  border-bottom-color: #050015;
}
.theme-bfd .ui-datepicker-buttonpane button.ui-priority-primary:hover {
  border-color: #080024;
}
.theme-bfd .ui-datepicker-buttonpane button.ui-priority-primary:active, .theme-bfd .ui-datepicker-buttonpane button.ui-priority-primary.active {
  background: white;
  color: #11014c;
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.25);
}
.open .theme-bfd .ui-datepicker-buttonpane button.ui-priority-primary.dropdown-toggle {
  border-color: #010006;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
}
.btn-group .theme-bfd .ui-datepicker-buttonpane button.ui-priority-primary, .btn-group .theme-bfd .ui-datepicker-buttonpane button.ui-priority-primary:focus, .input-group-btn .theme-bfd .ui-datepicker-buttonpane button.ui-priority-primary, .input-group-btn .theme-bfd .ui-datepicker-buttonpane button.ui-priority-primary:focus {
  border-left-color: #080024;
  border-right-color: #080024;
}
.btn-group .theme-bfd .ui-datepicker-buttonpane button.ui-priority-primary:hover, .btn-group.open .theme-bfd .ui-datepicker-buttonpane button.ui-priority-primary.dropdown-toggle, .input-group-btn .theme-bfd .ui-datepicker-buttonpane button.ui-priority-primary:hover, .input-group-btn.open .theme-bfd .ui-datepicker-buttonpane button.ui-priority-primary.dropdown-toggle {
  border-color: #080024;
  border-bottom-color: black;
}
.btn-group .theme-bfd .ui-datepicker-buttonpane button.ui-priority-primary:active, .btn-group .theme-bfd .ui-datepicker-buttonpane button.ui-priority-primary.active, .input-group-btn .theme-bfd .ui-datepicker-buttonpane button.ui-priority-primary:active, .input-group-btn .theme-bfd .ui-datepicker-buttonpane button.ui-priority-primary.active {
  border-left-color: #010006;
  border-right-color: #010006;
}
.theme-bfd .select2-drop-active,
.theme-bfd .select2-container-multi.select2-container-active .select2-choices,
.theme-bfd .select2-container-multi.select2-dropdown-open .select2-choices {
  border: 1px solid #11014c;
}
.theme-bfd .select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #11014c;
}
.theme-bfd .select2-container-active .select2-choice,
.theme-bfd .select2-container-active .select2-choices {
  border: 1px solid #11014c;
}
.theme-bfd .select2-dropdown-open .select2-drop-above .select2-choice,
.theme-bfd .select2-dropdown-open .select2-drop-above .select2-choices {
  border: 1px solid #11014c;
  border-top-color: #aaa;
}
.theme-bfd .select2-results .select2-highlighted {
  background: #11014c;
}
.theme-bfd .select2-primary .select2-container-multi .select2-choices .select2-search-choice {
  background: #11014c;
}
.theme-bfd .select2-primary .select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #06001a;
}
.theme-bfd .select2-primary .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  background: #11014c !important;
}
.theme-bfd .switcher-primary .switcher-state-on {
  background: #11014c !important;
}
.theme-bfd .pixel-file-input:hover {
  border-color: #11014c;
}
.theme-bfd .datepicker table tr td.selected, .theme-bfd .datepicker table tr td.selected:hover, .theme-bfd .datepicker table tr td.selected.disabled, .theme-bfd .datepicker table tr td.selected.disabled:hover {
  background: #11014c;
}
.theme-bfd .datepicker table tr td.active, .theme-bfd .datepicker table tr td.active:hover, .theme-bfd .datepicker table tr td.active.disabled, .theme-bfd .datepicker table tr td.active.disabled:hover {
  background: #11014c;
}
.theme-bfd .datepicker table tr td span.active, .theme-bfd .datepicker table tr td span.active:hover, .theme-bfd .datepicker table tr td span.active.disabled, .theme-bfd .datepicker table tr td span.active.disabled:hover {
  background: #11014c;
}
.theme-bfd .datepicker thead tr {
  background: #0e062e;
}
.theme-bfd .datepicker thead tr:first-child {
  background: #11014c !important;
  border-bottom-color: #05030d !important;
}
.theme-bfd .datepicker thead th.prev,
.theme-bfd .datepicker thead th.next {
  background: #11014c;
}
.theme-bfd .datepicker thead th.prev {
  border-color: #05030d;
}
.theme-bfd .datepicker thead th.next {
  border-color: #05030d;
}
.theme-bfd .datepicker > .datepicker-days thead tr:first-child th.cw + .prev {
  border-color: #05030d;
}
.theme-bfd .datepicker > .datepicker-days thead tr:last-child th.cw + th {
  border-color: #05030d;
}
.theme-bfd .bootstrap-timepicker-widget table td a:hover {
  background: #11014c;
  border-color: #11014c;
}
.theme-bfd .pagination a.dp-today,
.theme-bfd .pagination a.dp-today:hover {
  background: #1c027e;
  border-color: #170165;
}
.theme-bfd .pagination a.dp-today:hover {
  border-color: #11014c !important;
}
.theme-bfd .pagination a.dp-selected {
  background: #11014c !important;
  border-color: #11014c !important;
}
.theme-bfd .tt-suggestion.tt-is-under-cursor {
  background: #11014c;
}
.theme-bfd .table-primary .dataTables_wrapper .DT-per-page {
  border-color: #04010e !important;
}
.theme-bfd .dropzone-box.dz-drag-hover {
  border-color: #11014c;
}
.theme-bfd .dropzone-box:hover .fa.fa-cloud-upload {
  background: #11014c;
}
.theme-bfd .md-editor.active {
  border-color: #11014c;
}
.theme-bfd .widget-rating .active a {
  color: #11014c;
}

.theme-bfd .view-datatable .view-datatable-heading, .pdf-print-theme-bfd .view-datatable .view-datatable-heading {
  background-color: #accb84;
  color: #fff;
}
.theme-bfd .view-datatable .view-datatable-body table.table thead th, .theme-bfd .view-datatable .view-datatable-body table.table thead td, .pdf-print-theme-bfd .view-datatable .view-datatable-body table.table thead th, .pdf-print-theme-bfd .view-datatable .view-datatable-body table.table thead td {
  background: #deeace;
  color: #001a45;
}
.theme-bfd .panel .panel-body .view-datatable .view-datatable-body table.table th, .pdf-print-theme-bfd .panel .panel-body .view-datatable .view-datatable-body table.table th {
  background: #deeace;
}
.theme-bfd .panel .panel-body .view-datatable .view-datatable-body table.table td, .pdf-print-theme-bfd .panel .panel-body .view-datatable .view-datatable-body table.table td {
  padding: 10px !important;
}
.theme-bfd .panel .panel-body .view-datatable .view-datatable-body table.table td.datatable-button-column button.btn, .pdf-print-theme-bfd .panel .panel-body .view-datatable .view-datatable-body table.table td.datatable-button-column button.btn {
  color: #000;
  border-color: #000;
  background: #fff;
  margin-left: 3px;
}
.theme-bfd .panel .panel-body .view-datatable .view-datatable-body table.table td.datatable-button-column button.btn:hover, .pdf-print-theme-bfd .panel .panel-body .view-datatable .view-datatable-body table.table td.datatable-button-column button.btn:hover {
  background-image: none !important;
}
.theme-bfd .panel-heading.section-heading,
.theme-bfd .panel-heading.sub-section-heading,
.theme-bfd .panel-heading.sub-sub-section-heading, .pdf-print-theme-bfd .panel-heading.section-heading,
.pdf-print-theme-bfd .panel-heading.sub-section-heading,
.pdf-print-theme-bfd .panel-heading.sub-sub-section-heading {
  background-color: #accb84;
  color: #fff;
}

.page-400 .error-text, .page-403 .error-text,
.page-404 .error-text, .page-500 .error-text,
.page-503 .error-text {
  width: 480px;
  height: 300px;
  position: absolute;
  left: calc(50% - 240px);
  top: calc(50% - 150px);
}
.page-400 .error-text .err-description, .page-403 .error-text .err-description,
.page-404 .error-text .err-description, .page-500 .error-text .err-description,
.page-503 .error-text .err-description {
  text-align: center;
}
.page-400 .error-text .err-description .err-logo, .page-403 .error-text .err-description .err-logo,
.page-404 .error-text .err-description .err-logo, .page-500 .error-text .err-description .err-logo,
.page-503 .error-text .err-description .err-logo {
  position: relative;
  font-size: 120px;
  padding-right: 20px;
  display: inline-block;
  line-height: 1em;
}
.page-400 .error-text .err-description .err-logo.err-logo-403, .page-403 .error-text .err-description .err-logo.err-logo-403,
.page-404 .error-text .err-description .err-logo.err-logo-403, .page-500 .error-text .err-description .err-logo.err-logo-403,
.page-503 .error-text .err-description .err-logo.err-logo-403 {
  bottom: 50px;
}
.page-400 .error-text .err-description .err-details, .page-403 .error-text .err-description .err-details,
.page-404 .error-text .err-description .err-details, .page-500 .error-text .err-description .err-details,
.page-503 .error-text .err-description .err-details {
  display: inline-block;
  text-align: left;
}
.page-400 .error-text .err-description .err-code, .page-403 .error-text .err-description .err-code,
.page-404 .error-text .err-description .err-code, .page-500 .error-text .err-description .err-code,
.page-503 .error-text .err-description .err-code {
  font-size: 40px;
  font-weight: 400;
  line-height: 1em;
  padding-bottom: 5px;
}
.page-400 .error-text .err-description .err-title, .page-403 .error-text .err-description .err-title,
.page-404 .error-text .err-description .err-title, .page-500 .error-text .err-description .err-title,
.page-503 .error-text .err-description .err-title {
  font-size: 30px;
  font-weight: 400;
  line-height: 1em;
  padding-bottom: 20px;
}
.page-400 .error-text .err-description .err-text, .page-403 .error-text .err-description .err-text,
.page-404 .error-text .err-description .err-text, .page-500 .error-text .err-description .err-text,
.page-503 .error-text .err-description .err-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  max-width: 300px;
}
.page-400 .error-text .err-description .err-text-body, .page-403 .error-text .err-description .err-text-body,
.page-404 .error-text .err-description .err-text-body, .page-500 .error-text .err-description .err-text-body,
.page-503 .error-text .err-description .err-text-body {
  font-weight: 600 !important;
}
.page-400 .error-text .err-description .error-text-footer, .page-403 .error-text .err-description .error-text-footer,
.page-404 .error-text .err-description .error-text-footer, .page-500 .error-text .err-description .error-text-footer,
.page-503 .error-text .err-description .error-text-footer {
  color: white;
  font-size: 17px;
  font-weight: 600;
  line-height: 20px;
}
.page-400 .error-text .err-description .hr, .page-403 .error-text .err-description .hr,
.page-404 .error-text .err-description .hr, .page-500 .error-text .err-description .hr,
.page-503 .error-text .err-description .hr {
  height: 1px !important;
  display: block !important;
  width: 100%;
  margin: 40px 0px !important;
}
.page-400 .error-text .err-description .error-page-form, .page-403 .error-text .err-description .error-page-form,
.page-404 .error-text .err-description .error-page-form, .page-500 .error-text .err-description .error-page-form,
.page-503 .error-text .err-description .error-page-form {
  line-height: 44px;
  padding: 0;
}
.page-400 .error-text .err-description .error-page-form #error-page-search-icon, .page-403 .error-text .err-description .error-page-form #error-page-search-icon,
.page-404 .error-text .err-description .error-page-form #error-page-search-icon, .page-500 .error-text .err-description .error-page-form #error-page-search-icon,
.page-503 .error-text .err-description .error-page-form #error-page-search-icon {
  font-size: 24px;
  padding: 10px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.page-400 .error-text .err-description .error-page-form .searchbox-input, .page-403 .error-text .err-description .error-page-form .searchbox-input,
.page-404 .error-text .err-description .error-page-form .searchbox-input, .page-500 .error-text .err-description .error-page-form .searchbox-input,
.page-503 .error-text .err-description .error-page-form .searchbox-input {
  height: 44px;
  position: relative;
  border: 0;
  top: -4px;
  border-radius: 0;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  width: calc(90% - 44px - 3px);
  padding: 0px 20px;
  margin-right: 3px;
  font-size: 18px;
  font-weight: 400;
  outline: 0;
}
.page-400 .error-text .err-description .solve, .page-403 .error-text .err-description .solve,
.page-404 .error-text .err-description .solve, .page-500 .error-text .err-description .solve,
.page-503 .error-text .err-description .solve {
  padding: 15px 0;
  text-align: center;
  line-height: 1em;
}
.page-400 .error-text .err-description .err-text, .page-403 .error-text .err-description .err-text,
.page-404 .error-text .err-description .err-text, .page-500 .error-text .err-description .err-text,
.page-503 .error-text .err-description .err-text {
  font-size: 16px;
}
.page-400 .error-text .finao-error-text, .page-403 .error-text .finao-error-text,
.page-404 .error-text .finao-error-text, .page-500 .error-text .finao-error-text,
.page-503 .error-text .finao-error-text {
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
}
.page-400 footer.footer, .page-403 footer.footer,
.page-404 footer.footer, .page-500 footer.footer,
.page-503 footer.footer {
  position: absolute;
  right: 0;
  bottom: 20px;
  width: 100%;
  text-align: center;
  line-height: 1em;
  white-space: nowrap;
  padding-top: 20px;
  color: #fff;
}
.page-400 .search-pannel, .page-403 .search-pannel,
.page-404 .search-pannel, .page-500 .search-pannel,
.page-503 .search-pannel {
  top: 0;
  height: 100%;
}
.page-400 .search-pannel #content-wrapper .page-header, .page-403 .search-pannel #content-wrapper .page-header,
.page-404 .search-pannel #content-wrapper .page-header, .page-500 .search-pannel #content-wrapper .page-header,
.page-503 .search-pannel #content-wrapper .page-header {
  top: 0;
  width: 100%;
}
.page-400 .search-pannel #content-wrapper .page-header .pull-right, .page-403 .search-pannel #content-wrapper .page-header .pull-right,
.page-404 .search-pannel #content-wrapper .page-header .pull-right, .page-500 .search-pannel #content-wrapper .page-header .pull-right,
.page-503 .search-pannel #content-wrapper .page-header .pull-right {
  padding-top: 15px;
  padding-right: 15px;
}
@media (max-width: 480px) {
  .page-400 .error-text, .page-403 .error-text,
  .page-404 .error-text, .page-500 .error-text,
  .page-503 .error-text {
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .page-400 .error-text .err-description .err-logo, .page-403 .error-text .err-description .err-logo,
  .page-404 .error-text .err-description .err-logo, .page-500 .error-text .err-description .err-logo,
  .page-503 .error-text .err-description .err-logo {
    padding-right: 0 !important;
  }
  .page-400 .error-text .err-description .err-logo.err-logo-403, .page-403 .error-text .err-description .err-logo.err-logo-403,
  .page-404 .error-text .err-description .err-logo.err-logo-403, .page-500 .error-text .err-description .err-logo.err-logo-403,
  .page-503 .error-text .err-description .err-logo.err-logo-403 {
    bottom: 0;
  }
  .page-400 .err-details, .page-403 .err-details,
  .page-404 .err-details, .page-500 .err-details,
  .page-503 .err-details {
    display: block !important;
    text-align: center !important;
  }
  .page-400 .err-details .err-text, .page-403 .err-details .err-text,
  .page-404 .err-details .err-text, .page-500 .err-details .err-text,
  .page-503 .err-details .err-text {
    margin: auto;
  }
}

/* System maintenance page */
.page-503 {
  background: #f2f2f2;
  min-height: 100%;
  font-family: proxima-nova, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.page-503 div.err-container {
  width: 560px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -150px;
  margin-left: -280px;
}
.page-503 div.err-container div.err-imgs {
  margin: 0 auto;
  line-height: 145px;
  padding-right: 40px;
  position: relative;
}
.page-503 div.err-container div.err-imgs div.err-icon {
  font-size: 11em;
  color: #eaeaec;
  padding-left: 30%;
}
.page-503 div.err-container div.err-imgs div.err-logo {
  position: absolute;
  top: 1.5em;
  left: 0;
  width: 85%;
}
.page-503 div.err-container div.err-imgs div.err-logo img {
  max-width: 500px;
  max-height: 120px;
}
.page-503 div.err-container div.err-text {
  margin-top: 10px;
}
.page-503 div.err-container div.err-text h1 {
  margin: 0;
  font-size: 32px;
  line-height: 44px;
}
.page-503 div.err-container div.err-text h1, .page-503 div.err-container div.err-text h2 {
  color: #444;
}
.page-503 div.err-container div.err-text h2, .page-503 div.err-container div.err-text p {
  margin: 0;
  font-size: 18px;
  line-height: 25px;
}
.page-503 div.err-container div.err-text p {
  margin-top: 40px;
}

.page-mail {
  background: #fff !important;
}
.page-mail #main-wrapper #content-wrapper {
  padding: 64px 0 10px 0;
}
.page-mail #main-wrapper #content-wrapper .page-header {
  margin-bottom: 0px;
  margin-left: 0px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
}
.page-mail .mail-container .pull-left > small {
  margin-left: 10px;
}
.page-mail .mail-nav {
  border: 0px solid;
  border-bottom-width: 1px;
}
.page-mail .mail-nav .navigation {
  overflow: hidden;
  position: relative;
  padding-top: 65px;
  height: 65px;
}
.page-mail .mail-nav .navigation.open {
  height: auto;
}
.page-mail .mail-nav .navigation.open li.active:after { /* IE 9 */ /* Chrome, Safari, Opera */
  transform: rotate(90deg);
}
.page-mail .mail-nav .sections {
  margin: 10px 0;
  padding: 0;
}
.page-mail .mail-nav .sections li {
  list-style: none;
  margin: 0;
  padding: 0;
  transition: all 0.2s;
}
.page-mail .mail-nav .sections li.active {
  position: absolute;
  top: 0;
  width: 100%;
  border-bottom: 1px solid;
}
.page-mail .mail-nav .sections li.active a {
  line-height: 65px;
  font-size: 15px;
}
.page-mail .mail-nav .sections li.active:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  display: block;
  right: 16px;
  top: 8px;
  font-size: 20px;
  transition: all 0.2s;
}
.page-mail .mail-nav .sections li.active .label, .page-mail .mail-nav .sections li.active .badge {
  margin-top: 13px;
  margin-right: 36px;
}
.page-mail .mail-nav .sections .label,
.page-mail .mail-nav .sections .badge {
  margin-top: 8px;
  margin-right: 16px;
}
.page-mail .mail-nav .sections a {
  display: block;
  padding: 0 0 0 16px;
  line-height: 36px;
  font-size: 14px;
}
.page-mail .compose-btn {
  border-bottom: 1px solid;
  padding: 16px;
}
.page-mail .mail-select-folder {
  display: none;
}
.page-mail .mail-select-folder.active {
  display: block;
}
.page-mail .m-nav-icon {
  width: 16px;
  margin-right: 10px;
  text-align: center;
  display: inline-block;
}
.page-mail .mail-nav-header {
  margin-top: 25px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px;
}
.page-mail .mail-nav-lbl {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 3px;
  margin-right: 10px;
}
.page-mail .mail-nav .add-more a {
  font-size: 12px;
}
.page-mail .mail-nav li.divider {
  padding: 0;
  height: 1px;
  margin: 9px 0 3px 0;
}
.page-mail .mail-controls {
  border-bottom: 1px solid #efefef;
  padding: 12px 16px;
}
.page-mail .mail-controls .btn-group + .btn-group {
  margin-left: 12px;
}
.page-mail .mail-controls .btn {
  font-size: 14px;
  line-height: 14px;
}
.page-mail .mail-controls .btn .fa-caret-down {
  position: relative;
  top: -1px;
}
.page-mail .mail-controls .pages {
  line-height: 30px;
  margin-right: 13px;
  color: #bbb;
}
@media (min-width: 992px) {
  .page-mail .mail-controls .wide-btns .btn {
    width: 60px;
    text-align: center;
    display: inline-block;
  }
}
.page-mail .mail-container-header {
  display: none;
  border-bottom: 1px solid #efefef;
  line-height: 35px;
  padding: 14px 16px;
  font-size: 20px;
  font-weight: 300;
}
.page-mail .mail-container-header.show {
  display: block;
}

.page-mail.desktop-smaller-nav #content-wrapper .page-header {
  padding-top: 0 !important;
}

.page-mail.mobile-smaller-nav #content-wrapper .page-header {
  padding-top: 0 !important;
}

@media (min-width: 992px) {
  .page-mail #content-wrapper {
    position: static;
  }
  .page-mail #content-wrapper .page-header {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-mail .mail-nav {
    width: 200px;
    border-bottom: 0;
    position: absolute;
    height: auto;
    min-height: 100%;
    border-right-width: 1px;
  }
  .page-mail .mail-nav.fixed {
    position: fixed;
  }
  .page-mail .mail-nav.fixed:before {
    display: none !important;
  }
  .page-mail .mail-nav:before {
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    position: fixed;
    width: 200px;
    border-right: 1px solid;
    z-index: -1;
  }
  .page-mail .mail-nav .navigation {
    height: auto !important;
    padding-top: 0;
  }
  .page-mail .mail-nav .navigation .label {
    font-size: 10px;
    line-height: 16px;
    padding: 0 4px;
    margin-top: 11px !important;
    margin-right: 16px !important;
  }
  .page-mail .mail-nav .navigation li:after {
    display: none !important;
  }
  .page-mail .mail-nav .sections li.active {
    position: static;
    top: auto;
    border: none;
  }
  .page-mail .mail-nav .sections a,
  .page-mail .mail-nav .sections li.active a {
    font-size: 13px;
    line-height: 36px;
  }
  .page-mail .mail-select-folder {
    display: none !important;
  }
  .page-mail .mail-container {
    margin-left: 200px;
  }
  .page-mail .mail-container-header {
    display: block;
    margin-top: 65px;
  }
}
.page-mail .mail-list {
  margin: 16px;
  padding: 0;
}
.page-mail .mail-item {
  margin: 0;
  list-style: none;
  position: relative;
  padding: 12px 14px 12px 46px;
}
.page-mail .mail-item:nth-child(2n-1) {
  background: #f6f6f6;
}
.page-mail .m-chck,
.page-mail .m-star {
  position: absolute;
}
.page-mail .m-chck {
  left: 15px;
  top: 14px;
}
.page-mail .m-star {
  left: 15px;
  top: 35px;
}
.page-mail .m-star a {
  font-size: 15px;
  color: #bbb;
}
.page-mail .m-star a:before {
  content: "\f006";
  font-family: FontAwesome;
}
.page-mail .m-star a:hover {
  color: #ffab00;
}
.page-mail .m-from,
.page-mail .m-subject {
  margin-right: 80px;
}
.page-mail .m-from a {
  color: #444;
}
.page-mail .m-subject {
  margin-top: 5px;
}
.page-mail .m-subject a {
  color: #777;
}
.page-mail .m-date {
  position: absolute;
  right: 15px;
  top: 12px;
  width: 80px;
  text-align: right;
  color: #aaa;
}
.page-mail .mail-item.starred .m-star a:before {
  content: "\f005";
  color: #ffab00;
}
.page-mail .unread .m-from,
.page-mail .unread .m-subject {
  font-weight: 700;
}

@media (min-width: 992px) {
  .page-mail .mail-item {
    padding-left: 220px;
    padding-right: 100px;
  }
  .page-mail .m-star {
    left: 40px;
    top: 11px;
  }
  .page-mail .m-from {
    position: absolute;
    overflow: hidden;
    width: 140px;
    left: 70px;
  }
  .page-mail .m-subject {
    margin-top: 0;
    overflow: hidden;
  }
  .page-mail .m-date {
    width: 150px;
  }
}
.page-mail .m-details-star {
  color: #ffab00;
  margin-right: 12px;
  position: relative;
  display: block;
  float: left;
  top: 1px;
}
.page-mail .m-details-star, .page-mail .m-details-star > * {
  font-size: 15px;
}
.page-mail .m-details-star > * {
  line-height: 20px;
}
.page-mail .label {
  position: relative;
  vertical-align: middle;
  top: -1px;
}
.page-mail .mail-info {
  padding: 14px 16px;
  border-bottom: 1px solid #efefef;
}
.page-mail .mail-info:before, .page-mail .mail-info:after {
  content: " ";
  display: table;
}
.page-mail .mail-info:after {
  clear: both;
}
.page-mail .mail-info .avatar {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 999999px;
  float: left;
}
.page-mail .mail-info .from {
  display: block;
  float: left;
  margin-left: 10px;
}
.page-mail .mail-info .name,
.page-mail .mail-info .name a {
  color: #555;
  font-size: 14px;
}
.page-mail .mail-info .email,
.page-mail .mail-info .email a {
  color: #aaa;
}
.page-mail .mail-info .date {
  display: block;
  float: right;
  font-size: 14px;
  color: #aaa;
  margin-top: 9px;
}
.page-mail .mail-message-body {
  font-size: 14px;
  line-height: 24px;
  padding: 20px 16px;
}
.page-mail .mail-attachments {
  padding: 20px 16px;
  margin: 20px 0;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
.page-mail .mail-attachments li {
  list-style: none;
  margin: 0;
  padding: 10px;
}
.page-mail .mail-attachments li:nth-child(2n-1) {
  background: #f6f6f6;
}
.page-mail .message-details-reply {
  margin: 0 16px 50px 16px;
}

.page-mail .new-mail-form {
  margin: 0 0 50px 0;
  padding: 20px 16px;
}

.burger-menu {
  float: right;
  margin-top: 33px;
  position: relative;
}

#permission-wrapper .tab-content {
  padding: 0;
  box-shadow: none;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  z-index: 2;
}
#permission-wrapper .tab-content:before {
  box-shadow: 0 15px 15px -15px inset;
}
#permission-wrapper .tab-pane > .tab-wrapper {
  width: calc(100% - 72px);
  display: inline-block;
  overflow: hidden;
}
#permission-wrapper .tab-pane > .tab-wrapper > ul {
  display: table;
  table-layout: fixed;
  list-style: none;
  min-width: 100%;
  border-bottom-width: 0;
}
#permission-wrapper .tab-pane > .tab-wrapper > ul > li {
  display: table-cell;
  float: none;
  height: 36px;
  line-height: 36px;
}
#permission-wrapper .tab-pane > .tab-wrapper > ul > li > a {
  margin-right: 0;
  padding: 11px 18px;
  border-radius: 0;
  border: 0;
  width: initial;
  min-width: 150px;
  font-weight: 400;
  height: 36px;
}
#permission-wrapper .nav-tab {
  background: #fff;
}

#permission-container {
  padding-top: 1px;
  padding-bottom: 1px;
  margin: 0;
  position: relative;
}
#permission-container.superadmin-page .switcher-wrapper {
  float: right;
}
#permission-container .alert.alert-info, #permission-container .alert-info.finao-alert-warning, #permission-container .alert-info.finao-alert-success, #permission-container .alert-info.finao-alert-danger, #permission-container .finao-alert-info {
  margin: 30px;
}
#permission-container .superadmin-permissions {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 0 !important;
}
#permission-container .superadmin-permissions > thead {
  visibility: collapse;
}
#permission-container .table-wrapper .table.permissions {
  margin-bottom: 0px;
  border-collapse: collapse !important;
}
#permission-container .table-wrapper .table.permissions tr.second-level td.role_name {
  padding-left: 10px;
  border-right-width: 0;
}
#permission-container .table-wrapper .table.permissions tr.second-level td.role_permission {
  padding-left: 0;
  border-left-width: 0;
}
#permission-container .table-wrapper .table.permissions td.permission-group,
#permission-container .table-wrapper .table.permissions td.permission-singular {
  padding-left: 10px;
  color: #fff;
  border-top-width: 0;
  white-space: nowrap;
}
#permission-container .tab-content .nav.nav-tabs > li > a {
  overflow: hidden;
  width: auto;
  text-overflow: ellipsis;
}
#permission-container .scroller {
  height: 36px;
  width: 36px;
  cursor: pointer;
}
#permission-container .scroller.scroller-left {
  float: left;
}
#permission-container .scroller.scroller-right {
  float: right;
}
#permission-container .scroller > i {
  font-size: 18px;
  position: relative;
  left: 15px;
  top: 10px;
}
#permission-container .table.permissions {
  background: inherit;
  padding-right: 10px;
}
#permission-container .table.permissions td.role_permission {
  text-align: center;
  font-size: 16px;
}
#permission-container .table.permissions td.role_permission.odd {
  background: #ebebec;
}
#permission-container .table.permissions > thead {
  background: inherit;
  color: #333;
  text-transform: none;
}
#permission-container .table.permissions tr > th {
  border-color: inherit;
  font-weight: normal;
}
#permission-container .DTFC_LeftHeadWrapper .table.permissions thead {
  border-color: #dcdcdc;
}

#permission-wrapper > ul.nav-tabs,
.nav-tab > .navigation > ul.nav-tabs {
  border-bottom-width: 0;
}

#permission-wrapper > ul.nav-tabs {
  z-index: 10;
}

.permission-header {
  white-space: nowrap;
}

.table-wrapper .permission-header-inner {
  position: absolute;
  -webkit-transform: translateX(-20px) rotate(-65deg);
  -webkit-transform-origin: left top;
  -moz-transform: translateX(-20px) rotate(-65deg);
  -moz-transform-origin: left top;
  -ms-transform: translateX(-20px) rotate(-65deg);
  -ms-transform-origin: left top;
  -o-transform: translateX(-20px) rotate(-65deg);
  -o-transform-origin: left top;
  transform: translateX(-20px) rotate(-65deg);
  transform-origin: left top;
  bottom: 0;
  left: 50%;
}
.table-wrapper .permission-header {
  position: relative;
  text-align: center;
  margin-bottom: 5px;
}

#nprogress .spinner > .spinner-icon {
  width: 50px;
  height: 50px;
}

#loading-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.15);
}

.permissions.table tbody tr td {
  padding: 8px 4px;
  line-height: 18px;
  border-top: none;
  border-bottom: 1px solid #fff;
}
.permissions.table tbody tr td.role-switcher {
  padding-top: 0;
  padding-bottom: 0;
  white-space: nowrap;
}
.permissions.table thead tr th.rotated {
  height: 150px;
  white-space: nowrap;
  vertical-align: bottom;
  position: relative;
  padding: 8px 4px;
}
.permissions.table thead tr th.rotated:first-child {
  width: 20%;
  min-width: 200px;
}
.permissions.table thead tr th.rotated:last-child {
  padding-right: 50px;
}
.permissions.table thead tr th.rotated div {
  transform: translate(25px, 51px) rotate(300deg);
  width: 30px;
  position: absolute;
  top: 62px;
  left: -23px;
}

.table.perm-table {
  margin-bottom: 0;
}
.table.perm-table .group {
  color: #fff;
}
.table.perm-table td.roles {
  border-left-width: 1px;
  border-left-style: solid;
}
.table.perm-table.superadmin-perm-table td.name {
  border-right-width: 0;
  vertical-align: middle;
}
.table.perm-table .second-level td.name {
  padding-left: 30px;
}
.table.perm-table .roles table.table {
  margin-bottom: 0;
  background: none;
}
.table.perm-table .roles table.table td {
  border: none;
  padding: 2px 0;
}
.table.perm-table button {
  border: none;
  outline: none;
  padding: 0;
}
.table.perm-table .btn-link .fa.fa-fw.fa-chevron-right {
  transition: all 300ms ease-in-out;
}
.table.perm-table .btn-link .fa.fa-fw.fa-chevron-right.rotate {
  transform: rotate(90deg);
}
.table.perm-table .btn-link .fa.fa-fw.fa-chevron-down {
  transition: all 300ms ease-in-out;
}
.table.perm-table .btn-link .fa.fa-fw.fa-chevron-down.rotate {
  transform: rotate(-90deg);
}
.table.perm-table.perm-compare-table thead th.role {
  width: 120px;
}
.table.perm-table.perm-compare-table tbody th {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.table.perm-table.perm-compare-table td.name {
  padding-left: 10px;
}
.table.perm-table.perm-compare-table td.icon {
  background-color: transparent;
  text-align: center;
}
.table.perm-table.perm-compare-table td.icon:not(.loaded) {
  transition: background-color 5s ease-out;
}
.table.perm-table.perm-compare-table td.icon.loaded.checked {
  background-color: #dff0d8;
}
.table.perm-table.perm-compare-table td.icon.loaded.unchecked {
  background-color: #ecd0d0;
}

@media print {
  a[href]:after {
    content: none !important;
  }
}
body:not(.pdf-print) .print-only {
  display: none;
}
body:not(.pdf-print) .print-only-block {
  display: none;
}

.pdf-print {
  font-size: 12px;
  /* functional classes */
  /* For user view page => pdf */
}
.pdf-print .user-info-popup {
  display: none;
}
.pdf-print .no-page-break {
  page-break-inside: avoid;
}
.pdf-print .print-only {
  display: table-row;
}
.pdf-print .print-only-block {
  display: block;
}
.pdf-print .print-no-padding {
  padding: 0 !important;
}
.pdf-print .pdf-logo {
  margin: 0px 21px;
  padding-left: 0;
  padding-right: 0;
}
.pdf-print .pdf-logo > img {
  height: 45px;
}
.pdf-print > div {
  margin: 0;
}
.pdf-print > div > .panel {
  border: none !important;
}
.pdf-print > div > .panel,
.pdf-print > div .pagebreak {
  display: block;
  overflow: hidden;
  page-break-after: always;
}
.pdf-print table thead th {
  border-bottom: 0 !important;
}
.pdf-print table tbody th,
.pdf-print table td:not(.inner-table-container) {
  font-size: 11px;
  padding: 4px 10px !important;
}
.pdf-print table tbody > tr > th {
  width: 50%;
}
.pdf-print table tr {
  page-break-inside: avoid;
}
.pdf-print table tr.submitted-by-header {
  background: #f5f5f5;
}
.pdf-print table tr.submitted-by-header td {
  font-size: 12px !important;
  line-height: 1em;
  font-weight: 600 !important;
}
.pdf-print table td.hidden-xs,
.pdf-print table th.hidden-xs {
  display: table-cell !important;
}
.pdf-print table td.hidden-print,
.pdf-print table th.hidden-print {
  display: none !important;
}
.pdf-print table td.attachment-table-wrapper {
  padding: 0 !important;
  border-bottom: 0 !important;
}
.pdf-print table td input {
  max-width: 100%;
}
.pdf-print .panel-heading {
  border-radius: 0 !important;
  height: initial !important;
}
.pdf-print .panel-heading-controls {
  display: none !important;
}
.pdf-print .panel {
  border: 1px solid #e4e4e4;
}
.pdf-print .panel-body {
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}
.pdf-print .print-number-stage {
  background-color: #4e5153 !important;
  display: block;
  vertical-align: middle;
  color: #fff !important;
  font-size: 14px;
  line-height: 1em;
  border-bottom: none;
  padding: 10px;
  margin: 0 20px;
  font-weight: bold;
}
.pdf-print .print-number-stage .font-light {
  color: #fff !important;
}
.pdf-print .print-number-stage > .panel-title {
  color: #fff;
}
.pdf-print .print-number-stage > span {
  font-weight: bold;
  color: #fff !important;
}
.pdf-print .bg-default {
  background: #f5f5f5 !important;
}
.pdf-print .print-dark-bg {
  background-color: #555a5e;
  color: white;
}
.pdf-print .print-no-bg th, .pdf-print .print-no-bg td {
  background: #d9d9d9 !important;
}
.pdf-print .accordion-toggle {
  padding-left: 10px;
  font-size: 12px;
  line-height: 1em;
}
.pdf-print .accordion-toggle:after {
  display: none !important;
}
.pdf-print .accordion-heading > .panel-heading-icon > span,
.pdf-print .sub-accordion-heading > .panel-heading-icon > span {
  display: none;
}
.pdf-print .sub-section-panel,
.pdf-print .sub-sub-section-panel {
  border: none;
}
.pdf-print .panel-collapse {
  display: block !important;
}
.pdf-print .panel-collapse .panel-body {
  padding: 0;
}
.pdf-print .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #ffffff;
}
.pdf-print .table > tbody > tr > th,
.pdf-print .table > tbody > tr > td {
  border: 1px solid #e4e4e4 !important;
  line-height: 1.5em;
}
.pdf-print .table.remove-border > tbody > tr > th,
.pdf-print .table.remove-border > tbody > tr > td {
  border: 0 !important;
}
.pdf-print .hidden-print {
  display: none !important;
}
.pdf-print table.attachment-table {
  width: 100%;
  table-layout: fixed;
}
.pdf-print table.attachment-table td {
  vertical-align: top;
  border-bottom: 1px solid #e4e4e4 !important;
  border-right: 1px solid #e4e4e4 !important;
}
.pdf-print table.attachment-table td.remove-border {
  border: 0 !important;
}
.pdf-print table.attachment-table .attachment-header {
  font-size: 12px;
  font-weight: 600;
  background: #f5f5f5;
  line-height: 1em;
}
.pdf-print table.attachment-table .file-ratio-wrapper {
  width: 100%;
  overflow: hidden;
  page-break-inside: avoid;
}
.pdf-print table.attachment-table .file-title {
  word-break: break-word;
  padding: 0 5px 5px;
  text-align: center;
  line-height: 1.2em;
}
.pdf-print table.attachment-table .print-file {
  width: 100%;
  text-align: center;
}
.pdf-print table.attachment-table .print-file > img {
  width: 100%;
}
.pdf-print .panel-collapse.stage-table-wrapper {
  padding: 0 !important;
  margin-bottom: 0px !important;
}
.pdf-print .panel-collapse.stage-table-wrapper > .panel-body table td.attachment-table-wrapper {
  padding: 0 !important;
}
.pdf-print .panel-collapse.stage-table-wrapper > .panel-body table tbody th {
  width: 50%;
}
.pdf-print #competencyPanel table thead th,
.pdf-print #timesheetPanel table thead th {
  text-align: left;
  padding: 5px !important;
  border: 1px solid #e4e4e4 !important;
  background: #f5f5f5;
}
.pdf-print #timesheetPanel .footer-index, .pdf-print #timesheetPanel .footer-index + .pull-right {
  display: none;
}
.pdf-print .remove-border {
  border: 0 !important;
}
.pdf-print .print-profile-photo-panel {
  border: 1px solid #e4e4e4;
  margin: 0 35px 5px;
}
.pdf-print .print-profile-photo-panel > img {
  width: 40%;
  margin: 10px 30%;
}
.pdf-print .print-profile-photo-header {
  width: 100%;
  background: #e4e4e4;
  padding: 9px 10px;
  font-weight: bold;
}
.pdf-print #stages .panel .panel-heading .work-flow-toggle.collapsed, .pdf-print #stages .panel .panel-heading .work-flow-toggle.current {
  background: #5ebd5e !important;
}
.pdf-print #stages .panel .stage-table-wrapper > .panel-body > .table.view-table + .panel-heading,
.pdf-print #stages .panel .stage-table-wrapper > .panel-body > .table.view-table + br + .panel-heading {
  margin-top: 0;
}
.pdf-print .panel-heading.sub-section-heading.heading-top {
  margin-top: 0;
}
.pdf-print .panel-heading.sub-section-heading.heading-top.heading-bottom {
  margin-bottom: 0;
}
.pdf-print .panel-group.panel-group-dark .accordion-toggle {
  background: #a7aaac !important;
  color: #fff !important;
}
.pdf-print #stages .panel .panel-heading .work-flow-toggle, .pdf-print .stages .panel .panel-heading .work-flow-toggle {
  padding-left: 10px;
}
.pdf-print #stages .panel .panel-heading .work-flow-toggle .indicator, .pdf-print .stages .panel .panel-heading .work-flow-toggle .indicator {
  display: none;
}
.pdf-print table.attachment-table {
  height: 1px;
}
.pdf-print table.attachment-table tbody, .pdf-print table.attachment-table tbody tr, .pdf-print table.attachment-table tbody tr td {
  height: 100%;
}
.pdf-print table.attachment-table tbody table, .pdf-print table.attachment-table tbody tr table, .pdf-print table.attachment-table tbody tr td table {
  height: 90%;
  width: 100%;
  border: 3px solid #e4e4e4;
}
.pdf-print table.attachment-table tbody table td, .pdf-print table.attachment-table tbody tr table td, .pdf-print table.attachment-table tbody tr td table td {
  vertical-align: middle;
  text-align: center;
}
.pdf-print table.attachment-table tbody table td span.pdf-icon, .pdf-print table.attachment-table tbody tr table td span.pdf-icon, .pdf-print table.attachment-table tbody tr td table td span.pdf-icon {
  color: #73777a;
  font-size: 24px;
  line-height: 1em;
}

.pdf-print-standard .pdf-logo {
  display: flex;
  justify-content: space-between;
  margin: 35px 16px 7px;
}
.pdf-print-standard .pdf-logo .pdf-logo--logo {
  width: 125px;
}
.pdf-print-standard .panel-body {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.pdf-print-standard .print-number-stage {
  margin: 0;
}

#dashboard tfoot.dashboard-pagination > tr {
  background: #ebebec;
}
#dashboard tfoot.dashboard-pagination > tr td {
  border: 0;
  padding: 0 8px;
}
#dashboard tfoot.dashboard-pagination > tr td.right {
  text-align: right;
}
#dashboard tfoot.dashboard-pagination > tr td small {
  margin: 0;
  line-height: 29px;
}
#dashboard tr.dashboard-subheading {
  background-color: #cecece;
}

#home #home-welcome,
#home #home-user {
  box-shadow: 0 0 8px 0 rgba(55, 61, 66, 0.4);
  color: #fff;
  padding-bottom: 25px;
}
#home #home-welcome {
  padding-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 13px;
  font-weight: 100;
}
#home #home-user {
  padding-top: 23px;
  text-align: center;
}
#home #home-user #home-userphoto {
  display: inline-block;
  width: 70px;
  height: 70px;
  background-color: #eee;
  background-size: cover;
  background-position: center center;
  border-radius: 100px;
  vertical-align: middle;
}
#home #home-user h4 {
  font-weight: 200;
  margin-top: 20px;
}
#home #home-user h4 small {
  color: #fff;
}
#home .home-weather, #home .home-to-do-actions {
  text-align: left;
  background-color: #f3f3f3;
  border: 2px solid #c9c9c9;
  border-radius: 5px;
  box-shadow: 0 0 8px 0 rgba(55, 61, 66, 0.4);
  padding: 10px 15px;
  margin-bottom: 25px;
}
#home .home-weather h2, #home .home-weather h3, #home .home-weather h4, #home .home-to-do-actions h2, #home .home-to-do-actions h3, #home .home-to-do-actions h4 {
  margin-top: 5px;
  margin-bottom: 5px;
}
#home .home-weather .media-left, #home .home-to-do-actions .media-left {
  vertical-align: middle;
}
#home .home-weather .uv-index, #home .home-to-do-actions .uv-index {
  border-radius: 3px;
  padding: 2px 5px;
}
#home .home-weather .uv-index.uv0, #home .home-to-do-actions .uv-index.uv0 {
  background-color: rgba(64, 191, 64, 0.6);
}
#home .home-weather .uv-index.uv1, #home .home-to-do-actions .uv-index.uv1 {
  background-color: rgba(255, 240, 0, 0.6);
}
#home .home-weather .uv-index.uv2, #home .home-to-do-actions .uv-index.uv2 {
  background-color: rgba(255, 127, 0, 0.5);
}
#home .home-weather .uv-index.uv3, #home .home-to-do-actions .uv-index.uv3 {
  background-color: rgba(255, 0, 0, 0.6);
}
#home .home-weather .uv-index.uv4, #home .home-to-do-actions .uv-index.uv4 {
  background-color: rgba(166, 89, 255, 0.75);
}
#home .panel > .panel-heading {
  padding-left: 10px;
}

#change-password-form .form-group, #change-pin-form .form-group {
  margin: 0;
  position: relative;
}
#change-password-form .form-group.w-icon .signup-form-icon, #change-pin-form .form-group.w-icon .signup-form-icon {
  border-right: 1px solid #d6d6d6;
  bottom: 9px;
  color: #d6d6d6;
  display: block;
  font-size: 14px;
  left: 0;
  line-height: 25px;
  position: absolute;
  text-align: center;
  top: 7px;
  width: 33px;
  z-index: 1002;
  transition: all 0.3s;
  height: 23px;
}
#change-password-form .form-group.w-icon input[type=password], #change-pin-form .form-group.w-icon input[type=password] {
  font-size: 15px;
  padding: 0 0 0 40px;
  height: 35px;
}
#change-password-form .form-group#password-strength, #change-pin-form .form-group#password-strength {
  margin-top: 5px;
}
#change-password-form .form-group#password-strength .progress, #change-pin-form .form-group#password-strength .progress {
  height: 10px;
  margin-bottom: 10px;
}
#change-password-form .form-group .row, #change-pin-form .form-group .row {
  padding-bottom: 0;
}
#change-password-form .form-actions .primary-button, #change-pin-form .form-actions .primary-button {
  min-width: 108px;
  padding-left: 28px;
  padding-right: 28px;
  margin: 15px 0 0 0;
}
#change-password-form p.help-block, #change-pin-form p.help-block {
  margin-bottom: 5px;
}

.modal#impersonate-user .modal-dialog {
  width: 95vw;
}
.modal#impersonate-user .modal-dialog .modal-content .modal-header {
  border-bottom-width: 0;
}
.modal#impersonate-user .modal-dialog .modal-body {
  padding: 0;
}

html {
  min-height: 100%;
  position: relative;
}

html, body {
  min-height: 100%;
}

#main-wrapper {
  height: 100%;
  overflow: visible !important;
}
#main-wrapper .panel-body {
  overflow: visible !important;
}
#main-wrapper .workflow-wrapper .workflow-content .panel-body {
  padding: 10px;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

label.control-label.required {
  position: relative;
}

label.control-label.fullwidth-label {
  padding-right: 15px;
}

label.control-label.required:after {
  content: "*";
  position: absolute;
  right: 5px;
  top: 3px;
  display: block;
  color: #F00;
}

.table-centered th, .table-centered td {
  width: 50%;
}
.table-centered th {
  text-align: right;
  border-right: 1px solid #ddd;
}
.table-centered td {
  text-align: left;
}

.project_version {
  font-size: 8.5px;
}

.bg-watermark {
  position: absolute;
  bottom: 59px;
  right: 15px;
  top: 15px;
  width: 25%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  opacity: 0.2;
  z-index: -100 !important;
}

.theme-clean .panel {
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.05);
}

.panel-group .panel-body table.table {
  margin-bottom: 0px;
}

table.table.table-striped tbody tr th {
  width: 35%;
}

.help-block {
  margin-top: 0px;
}

.tabmenu-burger {
  margin-bottom: 10px;
  margin-top: -7px;
}

.input-group .select2-container .select2-choice {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

#main-navbar form.navbar-form .form-control {
  border: none;
}

table.table td.button-column {
  white-space: nowrap !important;
}

footer.footer {
  word-break: break-all;
  white-space: normal;
  position: relative;
  right: 0;
  width: 100%;
  text-align: center;
  line-height: 1em;
  box-sizing: border-box;
  padding: 10px 0px 20px 0px;
  transition: all 0.5s;
  z-index: 0;
  pointer-events: none;
}
footer.footer * {
  pointer-events: auto;
}
footer.footer p {
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 768px) {
  footer.footer {
    padding: 15px 0px;
  }
}
.panel-body {
  overflow: hidden;
  position: relative;
}

.fancybox-inner {
  border-radius: 4px;
}

.page-mail .mail-nav .sections:last-child {
  margin-bottom: 160px;
}

.select2-hidden-accessible {
  display: none !important;
}

@media (min-width: 768px) {
  body.show-search-form #main-wrapper {
    padding-right: 325px;
  }
}
body.show-search-form #search-form {
  right: 0px !important;
}

body.with-announcement #search-form {
  top: 224px;
}

#search-form {
  position: fixed;
  right: -325px;
  width: 325px;
  bottom: -15px;
  top: 162px;
  box-sizing: content-box;
  z-index: 1001;
  transition: all 0.5s;
}
#search-form [class*=col-] {
  padding: 0 4px;
}
#search-form form, #search-form .panel {
  height: 100%;
}
#search-form .panel-heading {
  border-top-right-radius: 0;
}
#search-form .panel-body {
  height: calc(100% - 46px);
  overflow: scroll !important;
  padding: 10px 15px !important;
}
#search-form .panel-body .row.text-center {
  padding-bottom: 20px;
}

#search-form label.control-label, #search-form div.col-sm-5, .search-sidebar label.control-label, .search-sidebar div.col-sm-5 {
  width: 100%;
}

body.mobile-smaller-nav #search-form {
  padding-top: 51px;
}

@media (max-width: 767px) {
  #search-form {
    width: calc(100% - 10px);
    padding-left: 5px;
    padding-right: 5px;
    right: -100%;
    bottom: 5px;
    top: 147px;
    height: auto;
  }
  body.mobile-smaller-nav #search-form {
    padding-top: 0;
    top: 57px;
  }
  body.with-announcement #search-form {
    top: 219px;
  }
}
.has-success .help-block {
  display: none !important;
}

.has-error .help-block {
  z-index: 12;
}

.select2-drop {
  z-index: 9;
}

.select2-drop-mask {
  z-index: 8;
}

.form-control.selectize-control {
  height: auto;
  min-height: 34px;
}

.has-error .col-sm-5 {
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
}
.has-error .col-sm-5 .help-block {
  -moz-order: 2;
  order: 2;
}
.has-error .col-sm-5 * {
  -moz-order: 1;
  order: 1;
}

.selectize-control.plugin-remove_button [data-value] {
  padding-right: 0px !important;
}

select[multiple] ~ .selectize-control.plugin-remove_button [data-value] {
  padding-right: 24px !important;
}

.btn.btn-azure {
  background: #fff;
  color: #333;
  position: relative;
  padding: 10px 15px 10px 45px;
}
.btn.btn-azure:hover {
  background: #eee !important;
}
.btn.btn-azure:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 35px;
  background: url("/img/microsoft.png") no-repeat #eee;
  background-size: 45%;
  background-position: center center;
}

.page-header h1 {
  width: 100%;
}

.input-group .input-group-addon .selectize-control {
  max-height: 34px;
}
.input-group .input-group-addon .selectize-control .selectize-input {
  border: none;
}
.input-group .input-group-addon .selectize-control .selectize-dropdown {
  position: absolute;
}

select.use-simple-style {
  color: #333;
}

.help-btn {
  position: absolute;
  top: 0;
  right: 20%;
}
@media (max-width: 767px) {
  .help-btn {
    right: 0;
  }
}

.has-help-btn {
  position: relative;
}

@media (max-width: 767px) {
  .has-help-btn {
    position: relative;
  }
  .has-help-btn .form-group .control-label {
    margin-right: 53px;
    min-height: 30px;
  }
}
/* Remove nav buttons dropping below manage tabs. */
ul.nav-tabs li a {
  width: auto !important;
}
ul.nav-tabs > li {
  margin-right: 10px;
}
ul.nav-tabs > li > a {
  font-size: 14px;
  font-weight: bold;
  margin-right: 0;
  line-height: 1em;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 235px;
  text-align: center;
}
ul.nav-tabs > li > a.small-tabs {
  width: 120px;
}
@media (max-width: 1200px) {
  ul.nav-tabs > li > a.small-tabs {
    width: 90px;
  }
}
ul.nav-tabs > li.pull-right > .btn-setting {
  cursor: pointer;
  font-size: 16px;
  width: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 0;
  border-radius: 5px;
  font-weight: normal;
  height: 34px;
}

@media (max-width: 1230px) {
  ul.nav-tabs li a {
    width: 90px;
  }
  ul.nav-tabs li.pull-right .btn-setting {
    width: auto !important;
  }
}
.comments-panel .comment {
  /* to help userinfo popup be drawn on top of dropdown widgets */
  position: relative;
  z-index: 1001;
  overflow: visible;
}
.comments-panel .comment {
  /* so that the user info popup is actually visible */
}
.comments-panel .comment .media-body {
  overflow: visible;
}
.comments-panel .comment td {
  padding: 8px 10px;
  vertical-align: top;
  overflow-wrap: break-word;
}
.comments-panel .comment .user-info-popup .popup-tip-anchor .popup-bubble-anchor .user-info-popup-content {
  transform: translate(-3%, -100%);
}
.comments-panel .comment .user-info-popup .popup-tip-anchor .popup-bubble-anchor .user-info-popup-content .popup-arrow {
  left: calc(3% - 10px);
}
.comments-panel .comment .media-left span.comments-avatar {
  background-color: #eee;
  background-size: cover;
  background-position: center center;
  vertical-align: middle;
  border-radius: 30px;
  display: inline-block;
  height: 30px;
  width: 30px;
}
.comments-panel .comment .comment-footer,
.comments-panel .comment .comment-footer a {
  color: #666;
  font-size: 12px;
}
.comments-panel .panel-heading-controls {
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.comments-panel .panel-heading-controls a i {
  line-height: 24px;
  color: #FFF;
  margin: 0 5px;
  position: relative;
  top: -3px;
  font-size: 19px;
}
.comments-panel hr {
  border-color: #ddd;
}
.comments-panel .tox-edit-area {
  min-height: 135px;
}
.comments-panel .comment-footer a {
  white-space: nowrap;
}
.comments-panel .comment-footer .reply-toggle-show {
  display: none;
}
.comments-panel .comment-footer .collapsed .reply-toggle-show {
  display: inline;
}
.comments-panel .comment-footer .collapsed .reply-toggle-hide {
  display: none;
}
.comments-panel .comment-replies {
  padding-top: 20px;
}
.comments-panel .comment-replies > hr:first-child {
  margin-top: 0;
}
@media (max-width: 766px) {
  .comments-panel .primary-button {
    min-width: 0;
  }
}

.pdf-print-standard .comments-panel .panel-body {
  padding: 15px;
}

.comment-form:not(:first-child) {
  margin-top: 15px;
}

.comments-sorter {
  color: #FFF;
  margin-left: 5px;
}

.comments-sorter:hover {
  color: #FFF;
  text-decoration: underline;
}

.comments-footer {
  margin-top: 20px;
  margin-left: 34%;
}

.status-column {
  white-space: nowrap;
  width: 1px;
}
.status-column.single-button {
  white-space: normal;
}

table.table.sortable thead th {
  cursor: pointer;
}
table.table.sortable thead th.not-sortable {
  cursor: default !important;
}

.hide-text-overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 150px;
}
.hide-text-overflow br {
  display: none;
}

/* Fixing datatable title */
.panel-heading.datatablepopup-heading {
  height: auto !important;
  overflow: hidden;
  position: relative !important;
}
.panel-heading.datatablepopup-heading .panel-title {
  position: relative !important;
  display: inline-block;
  max-width: 75%;
}

@media (min-width: 768px) {
  .panel-heading.datatablepopup-heading .panel-title {
    max-width: 90%;
    position: relative !important;
  }
}
.datatablepopup2 {
  margin: 10px 0;
}
.datatablepopup2 .panel .table-responsive {
  padding: 0;
}
.datatablepopup2 .panel .panel-heading.datatablepopup-heading {
  padding: 0;
  overflow: visible;
}
.datatablepopup2 .panel .panel-heading.datatablepopup-heading .panel-title {
  padding: 10px;
}
.datatablepopup2 .panel .panel-heading.datatablepopup-heading .popupplus2, .datatablepopup2 .panel .panel-heading.datatablepopup-heading .popupedit {
  position: absolute;
  right: 18px;
  top: 9px;
  z-index: 6;
}
.datatablepopup2 .panel .panel-heading.datatablepopup-heading .panel-title + .popupplus2, .datatablepopup2 .panel .panel-heading.datatablepopup-heading .panel-title + .popupedit {
  top: 11px;
}
.datatablepopup2 .panel .table {
  border: 1px solid #ccc;
  border-top-width: 0;
  border-radius: 0 0 3px 3px;
}
.datatablepopup2 .panel .table td.status-column button.btn, .datatablepopup2 .panel .table td.datatable-button-column button.btn {
  color: #000;
  border-color: #000;
  background: #fff;
  margin-left: 3px;
}
.datatablepopup2 .panel .table td.status-column button.btn:hover, .datatablepopup2 .panel .table td.datatable-button-column button.btn:hover {
  background-image: none !important;
}
.datatablepopup2 .panel .table td .popupplus2, .datatablepopup2 .panel .table td .popupedit {
  line-height: 20px;
  margin-right: 10px;
}
.datatablepopup2 .panel .table.datatablepopup-notitle {
  border-radius: 3px;
  border-top-width: 1px;
}
.datatablepopup2 .panel .table.datatablepopup-notitle td {
  border-top-width: 0 !important;
}

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

body.with-announcement .alert.announcement, body.with-announcement .announcement.finao-alert-info, body.with-announcement .announcement.finao-alert-warning, body.with-announcement .announcement.finao-alert-success, body.with-announcement .announcement.finao-alert-danger {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 1030;
}
body.with-announcement .alert.announcement #site-announcement-body, body.with-announcement .announcement.finao-alert-info #site-announcement-body, body.with-announcement .announcement.finao-alert-warning #site-announcement-body, body.with-announcement .announcement.finao-alert-success #site-announcement-body, body.with-announcement .announcement.finao-alert-danger #site-announcement-body {
  padding-right: 10px;
}

@media (min-width: 769px) {
  .search-bar {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
  }
}
.search-bar {
  padding: 0 5px;
}

/* Mobile styles */
.mobile-smaller-nav button.open-search-mobile {
  margin-top: 11px;
}

button.open-search-mobile {
  height: 30px;
  width: 30px;
  padding: 0;
  border: none;
  border-radius: 15px;
  margin-top: 16px;
  background: white;
  transition: all, 300ms;
}
button.open-search-mobile i.glyphicon {
  top: 0;
  line-height: inherit;
}

.mobile-search-field {
  display: none;
  padding: 10px;
}
.mobile-search-field form#mobile-nav-search {
  text-align: center;
}
.mobile-search-field form#mobile-nav-search .searchfield {
  position: relative;
}
.mobile-search-field form#mobile-nav-search .searchfield input[type=text] {
  width: 100%;
  height: 30px;
  padding: 5px 28px 5px 28px;
  box-shadow: none;
  border: none;
  border-radius: 4px;
  margin-right: 15px;
  outline: none;
}
.mobile-search-field form#mobile-nav-search .searchfield button.glyphicon-search, .mobile-search-field form#mobile-nav-search .searchfield button.glyphicon-remove, .mobile-search-field form#mobile-nav-search .searchfield button.glyphicon-question-sign {
  position: absolute;
  color: #333;
  top: 8px;
  background: none;
  border: none;
  padding: 0;
}
.mobile-search-field form#mobile-nav-search .searchfield button.glyphicon-search {
  left: 8px;
}
.mobile-search-field form#mobile-nav-search .searchfield button.glyphicon-remove {
  right: 8px;
  cursor: pointer;
}
.mobile-search-field form#mobile-nav-search .searchfield button.glyphicon-question-sign {
  right: 8px;
  cursor: pointer;
}
.mobile-search-field form#mobile-nav-search .searchfield button.glyphicon-question-sign:hover {
  color: #555;
}

/* Desktop styles */
.desktop-smaller-nav form#desktop-nav-search {
  margin-top: 6px;
}

form#desktop-nav-search {
  line-height: 0;
  padding: 0 15px;
  margin-top: 17px;
  transition: width, 300ms;
}
form#desktop-nav-search div.searchfield {
  position: relative;
}
form#desktop-nav-search div.searchfield ::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999;
  opacity: 1; /* Firefox */
}
form#desktop-nav-search div.searchfield ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999;
  opacity: 1; /* Firefox */
}
form#desktop-nav-search div.searchfield :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #999;
}
form#desktop-nav-search div.searchfield ::-ms-input-placeholder { /* Microsoft Edge */
  color: #999;
}
form#desktop-nav-search div.searchfield input[type=text] {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.485);
  border-radius: 4px;
  outline: none;
  color: rgba(255, 255, 255, 0.485);
  transition: all, 300ms;
  width: 150px;
  height: 30px;
  padding: 5px 28px 5px 28px;
}
form#desktop-nav-search div.searchfield input[type=text]:focus {
  width: 250px;
  background: white;
  color: #333;
  border-color: white;
}
form#desktop-nav-search div.searchfield button.glyphicon-search, form#desktop-nav-search div.searchfield button.glyphicon-remove, form#desktop-nav-search div.searchfield button.glyphicon-question-sign {
  position: absolute;
  color: rgba(255, 255, 255, 0.485);
  top: 8px;
  background: none;
  border: none;
  padding: 0;
}
form#desktop-nav-search div.searchfield button.glyphicon-search {
  left: 8px;
}
form#desktop-nav-search div.searchfield button.glyphicon-remove {
  right: 8px;
  cursor: pointer;
}
form#desktop-nav-search div.searchfield button.glyphicon-question-sign {
  right: 8px;
  cursor: pointer;
}
form#desktop-nav-search div.searchfield button.glyphicon-question-sign:hover {
  color: rgba(255, 255, 255, 0.6);
}

small.autosave {
  position: absolute;
  top: -30px;
  right: 65px;
  font-size: 10px;
}
small.autosave span {
  padding-right: 5px;
}

@media (max-width: 767px) {
  .tabmenu-burger ul li.pull-right {
    float: initial !important;
  }
}
.bootstrap-timepicker-widget table td a {
  background: #eee;
  padding: 4px;
  margin: 4px 0px;
  border-radius: 5px;
}
.bootstrap-timepicker-widget table td a:hover {
  color: #fff;
}
.bootstrap-timepicker-widget table td input {
  width: 32px;
  margin: 0;
  text-align: center;
}

input[type=file].ajaxfileupload {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: -100;
}

.ajaxupload-container {
  width: auto;
  text-align: center;
  height: 60px;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #73777a;
  cursor: pointer;
  color: #fff;
  position: relative;
  display: block;
  font-weight: normal;
  max-width: none;
  margin-top: 10px;
  margin-bottom: 5px;
}
.ajaxupload-container, .ajaxupload-container .dropzone-btn, .ajaxupload-container .progress .upload-text {
  color: #73777a;
}
.ajaxupload-container:not(.active):hover {
  background-color: #73777a;
  border-color: #73777a;
}
.ajaxupload-container:not(.active):hover, .ajaxupload-container:not(.active):hover .dropzone-btn, .ajaxupload-container:not(.active):hover .progress .upload-text {
  color: #ffffff;
}
.ajaxupload-container .dropzone-btn, .ajaxupload-container .mobile-btn {
  pointer-events: none;
}
.ajaxupload-container .dropzone-btn {
  position: absolute;
  top: 10px;
  left: 44px;
  font-size: 12px;
  padding-right: 10px;
  display: none;
}
.ajaxupload-container .mobile-btn {
  position: absolute;
  font-size: 12px;
  font-weight: 600;
  line-height: 1em;
  height: 1em;
  left: calc(50% - 33px);
  bottom: 6px;
}
.ajaxupload-container.dragging {
  background: #eee;
  border-color: #555;
}
.ajaxupload-container .progress {
  padding: 20px 0;
  height: 100%;
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: #fff;
}
.ajaxupload-container .progress .upload-text {
  line-height: 20px;
  height: 20px;
  width: 100%;
  background: #fff;
}
.ajaxupload-container .progress .progress-bar {
  height: 6px;
}
.ajaxupload-container.active .dropzone-btn, .ajaxupload-container.active:after {
  display: none;
}
.ajaxupload-container.active .progress {
  display: block;
}
.ajaxupload-container.disabled {
  cursor: not-allowed;
}
.ajaxupload-container.done {
  border: 0;
}
.ajaxupload-container.done > span {
  display: none !important;
}
.ajaxupload-container.done .preview {
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  z-index: 1;
  pointer-events: none;
  text-align: center;
}
.ajaxupload-container.done .clear {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #73777a;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  border-radius: 100px;
  height: 20px;
  width: 20px;
  z-index: 2;
}
.ajaxupload-container.done .clear:after {
  font-family: "Glyphicons Halflings";
  color: #ffffff;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  position: absolute;
  text-align: center;
  left: 5px;
  top: 5px;
}
.ajaxupload-container.done .clear:hover:after {
  color: #fff;
}
.ajaxupload-container.done .clear:after {
  content: "\e014";
}
.ajaxupload-container:after, .ajaxupload-container.failed:after {
  top: 8px;
  width: 1em;
  left: calc(50% - 0.5em);
}
.ajaxupload-container:after {
  content: "\f093";
  position: absolute;
  font-size: 30px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ajaxupload-container.done:after {
  content: "\f0f6";
  position: absolute;
  top: 15px;
  left: calc(50% - 0.5em) !important;
  z-index: 1;
}
.ajaxupload-container.failed:after {
  content: "\f12a";
  font-family: FontAwesome;
}
.ajaxupload-container.active .stop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  z-index: 2;
  line-height: 56px;
  padding: 0 5px;
}
.ajaxupload-container.active .stop span {
  display: inline-block;
  font-size: 13px;
  line-height: 15px;
  vertical-align: middle;
}

@media (min-width: 767px) {
  .modal .input-group-btn .ajaxupload-container {
    width: 30px;
  }
  .ajaxupload-container {
    width: 135px;
    text-align: left;
  }
  .ajaxupload-container .dropzone-btn {
    display: block;
  }
  .ajaxupload-container .mobile-btn {
    display: none;
  }
  .ajaxupload-container .progress {
    padding: inherit;
    background-color: rgba(0, 0, 0, 0.06);
  }
  .ajaxupload-container .progress .upload-text {
    display: none;
  }
  .ajaxupload-container .progress .progress-bar {
    height: 100%;
  }
  .ajaxupload-container:after, .ajaxupload-container.failed:after {
    top: 15px;
    left: 10px;
    width: auto;
  }
  .ajaxupload-container.done:after {
    position: relative;
    top: 15px;
    left: 55px;
  }
  .ajaxupload-container.failed:after {
    left: 17px;
  }
}
.force-desktop .modal .input-group-btn .ajaxupload-container {
  width: 30px;
}
.force-desktop .ajaxupload-container {
  width: 135px;
  text-align: left;
}
.force-desktop .ajaxupload-container .dropzone-btn {
  display: block;
}
.force-desktop .ajaxupload-container .mobile-btn {
  display: none;
}
.force-desktop .ajaxupload-container .progress {
  padding: inherit;
  background-color: rgba(0, 0, 0, 0.06);
}
.force-desktop .ajaxupload-container .progress .upload-text {
  display: none;
}
.force-desktop .ajaxupload-container .progress .progress-bar {
  height: 100%;
}
.force-desktop .ajaxupload-container:after, .force-desktop .ajaxupload-container.failed:after {
  top: 15px;
  left: 10px;
  width: auto;
}
.force-desktop .ajaxupload-container.done:after {
  position: relative;
  top: 15px;
  left: 55px;
}
.force-desktop .ajaxupload-container.failed:after {
  left: 17px;
}

.fileuploadgroup .col-sm-1, .fileuploadgroup .single-upload-wrapper {
  width: 150px;
}
.fileuploadgroup .single-upload-wrapper, .fileuploadgroup .add {
  display: inline-block;
  vertical-align: top;
}
.fileuploadgroup .single-upload-wrapper[hidden] {
  display: none;
}
.fileuploadgroup .btn#add, .fileuploadgroup .add .btn {
  background-color: #ffffff;
  color: #73777a;
  padding: 21px 20px;
  border: 1px solid #73777a;
  margin-top: 10px;
  margin-bottom: 5px;
}
.fileuploadgroup .btn#add:hover, .fileuploadgroup .add .btn:hover {
  color: #ffffff;
  background: #73777a;
  border-color: #73777a;
}
.fileuploadgroup .error-help-block {
  width: calc(10% + 25vw);
}
@media (min-width: 768px) {
  .fileuploadgroup .error-help-block {
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .fileuploadgroup .error-help-block {
    width: 100%;
  }
}

/* Style for mobile devices */
@media (max-width: 767px) {
  .fileuploadgroup .col-sm-1, .fileuploadgroup .single-upload-wrapper {
    width: auto;
    margin-bottom: 10px;
  }
  .fileuploadgroup .col-sm-1:last-of-type, .fileuploadgroup .single-upload-wrapper:last-of-type {
    margin-bottom: 0px;
  }
  .fileuploadgroup .single-upload-wrapper, .fileuploadgroup .add {
    display: block;
  }
  .fileuploadgroup #add {
    width: 100%;
  }
}
tr.sequence-data td,
tr.action-data td {
  border: 0;
}

tr.sequence-toggle td,
tr.action-toggle td {
  padding: 0 10px 10px !important;
  border-top-width: 0;
}
tr.sequence-toggle td > div,
tr.action-toggle td > div {
  padding: 10px 0;
  text-align: center;
}
tr.sequence-toggle td > div > span,
tr.action-toggle td > div > span {
  cursor: pointer;
}

tr.event-table-header th,
tr.finding-table-header th {
  font-weight: 400;
}

tr.event-content > td,
tr.finding-content > td {
  word-wrap: break-word;
}

.note-editing-area > .note-editable {
  border: 1px solid #ccc;
  border-bottom: 0;
  box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.3);
}

.selectize-caret-bg {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  min-height: 34px;
  height: 100%;
  width: 34px;
  z-index: 1;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  pointer-events: none;
}

.input-group.location-field .selectize-control .selectize-input {
  border-radius: 4px;
}
.input-group.location-field .selectize-control .selectize-input > input:focus::-webkit-contacts-auto-fill-button {
  opacity: 0;
}

.selectize-control.form-control {
  box-shadow: none;
  min-height: 34px;
  line-height: 0;
}
.selectize-control.form-control input[placeholder^="Start typing"]::-moz-placeholder {
  font-style: italic;
}
.selectize-control.form-control input[placeholder^="Start typing"]::placeholder {
  font-style: italic;
}
.selectize-control.form-control .selectize-dropdown-content {
  border-radius: 4px;
  font-weight: lighter;
  border-width: 1px;
  border-style: solid;
}
.selectize-control.form-control .selectize-dropdown-content .option,
.selectize-control.form-control .selectize-dropdown-content > div {
  padding-top: 5px;
  padding-bottom: 5px;
}

.footer-index {
  position: relative;
  font-size: 14px;
  line-height: 1em;
  height: 1em;
  top: calc(30px + 1em);
  margin-bottom: 25px;
  width: 100%;
}

.panel-collapse .footer-index {
  top: 20px;
  margin-bottom: 0;
  padding-bottom: 20px;
  height: calc(1em + 30px);
}

.with-chrcount {
  position: relative;
}
.with-chrcount .chrcount {
  font-size: 10px;
  position: absolute;
  bottom: 5px;
  right: 5px;
  padding: 5px 10px;
  color: rgba(85, 85, 85, 0.5);
  pointer-events: none;
}

@media (max-width: 768px) {
  .hidden-desktop {
    display: block;
  }
  .search-result-tab-toggle .dropdown-toggle:after {
    content: "\f0d7";
    font-family: FontAwesome;
    position: absolute;
    font-size: 16px;
    right: 15px;
  }
  .search-result-tab-toggle.open .dropdown-toggle:after {
    content: "\f0d8";
  }
  .panel-heading .work-flow-toggle > span.indicator {
    width: 8px;
  }
  .panel-body,
  .modal-body {
    padding: 10px;
  }
  .panel-body .form-group,
  .modal-body .form-group {
    margin-bottom: 5px;
  }
  .panel-body .form-group .form-control,
  .modal-body .form-group .form-control {
    height: 40px;
  }
  .panel-body .form-group .form-control.selectize-control,
  .modal-body .form-group .form-control.selectize-control {
    min-height: 40px;
    height: auto;
  }
  .panel-body .form-group textarea.form-control,
  .modal-body .form-group textarea.form-control {
    height: 100px;
  }
  .panel-body .form-group .selectize-input,
  .modal-body .form-group .selectize-input {
    height: 100%;
    min-height: 40px;
    padding-top: 7px;
    padding-bottom: 6px;
    padding-right: 40px !important;
  }
  .panel-body .form-group .selectize-caret-bg,
  .modal-body .form-group .selectize-caret-bg {
    min-height: 40px;
    width: 40px;
  }
  .panel-body .form-group:last-of-type,
  .modal-body .form-group:last-of-type {
    margin-bottom: 5px;
  }
  .panel-footer {
    position: relative;
    padding: 0px 10px 15px 10px;
    font-size: 0;
  }
  .filter-panel-footer {
    text-align: center;
  }
  .filter-panel-footer .btn-search, .filter-panel-footer .btn-reset {
    margin: 0 10px;
  }
  .datepicker-el + .input-group-addon,
  .timepicker + .input-group-addon,
  .datepicker-v3 + .input-group-addon,
  .timepicker-v3 + .input-group-addon,
  .location-field .input-group-addon {
    width: 40px;
  }
  .datepicker-el + .input-group-addon > i,
  .timepicker + .input-group-addon > i,
  .datepicker-v3 + .input-group-addon > i,
  .timepicker-v3 + .input-group-addon > i,
  .location-field .input-group-addon > i {
    padding-top: 12px;
  }
  .form-control,
  .selectize-input {
    font-size: 13px;
    padding: 10px 13px;
  }
  .form-control.selectize-control, .form-control.selectize-dropdown {
    padding: 0;
  }
  .widget-tab .open ul.dropdown-menu {
    border: 0;
  }
  .tab-content .table th {
    padding: 5px 10px;
    vertical-align: middle;
    text-align: left;
    border: 0 !important;
  }
  .tab-content .table th.xs-hide {
    display: none;
  }
  .tab-content .table td {
    padding: 5px 10px;
  }
  .tab-content .table td.xs-hide {
    display: none;
  }
  .tab-content .table .status-column .btn-sm, .tab-content .table .status-column .btn-group-sm > .btn {
    min-width: 40px;
  }
  .footer-index {
    top: 35px;
    text-align: center;
    margin-bottom: 56px;
  }
  .footer-index + .pull-right {
    clear: both;
    padding-top: 60px;
    text-align: center !important;
    float: none !important;
    position: absolute;
    width: calc(100% - 20px);
  }
  .footer-index + .pull-right li {
    line-height: 1em;
  }
  .panel-collapse .footer-index + .pull-right {
    width: 100%;
    padding-top: 40px;
  }
  .selectize-control .selectize-dropdown-content {
    width: calc(100% + 2px);
    position: relative;
    left: -1px;
  }
  .ajaxupload-container span.visible-mobile {
    padding-right: 0 !important;
  }
  .add-upload-wrapper {
    text-align: center;
  }
  .history-table-wrapper, .mot-history-table-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
  .history-table-wrapper td small, .mot-history-table-wrapper td small {
    display: none;
  }
  .search-pannel .page-header {
    padding: 10px;
  }
}
@media (max-width: 360px) {
  small.autosave {
    display: none;
  }
}
@media (max-width: 1440px) {
  ul.nav-tabs > li a {
    width: 120px;
  }
}
@media (min-width: 992px) {
  .show-search-form .nav.nav-tabs.hidden-xs.hidden-sm {
    display: none !important;
  }
  .show-search-form .widget-tab {
    display: block !important;
  }
}
.view-file {
  display: flex;
  align-items: center;
}
.view-file .img-thumb {
  width: 180px;
  height: 90px;
  border-radius: 4px;
  color: black;
  background-color: #d9d9d9;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.view-file .img-thumb .img-background {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.view-file .img-thumb i {
  margin-top: 30px;
}
.view-file .img-thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 180px;
  height: 90px;
}
.view-file .filename {
  padding-left: 15px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .view-file .img-thumb {
    height: 60px;
    width: 120px;
  }
  .view-file .img-thumb i {
    margin-top: 15px;
  }
  .view-file .img-thumb img {
    height: 60px;
    width: 120px;
  }
}
@media (max-width: 450px) {
  body:not(.pdf-print) .view-file .filename {
    display: none;
  }
}
.bookmark-widget {
  display: inline;
}

.bookmark-widget a {
  font-size: 15px;
}

.bookmark-widget a i {
  top: 3px;
}

.bookmark-panel-heading {
  text-align: left;
  font-weight: 500;
  font-size: 18px;
  border: none;
  padding-left: 10px;
  padding-top: 15px;
  height: 55px;
}

.dashboard-bookmark-panel table tbody tr td {
  color: #333;
  vertical-align: middle;
}

.bookmarks-panel-pagination-td {
  text-align: center !important;
  font-weight: 500;
}
.bookmarks-panel-pagination-td li.pageNumber .panel-pagination-footer.active {
  font-weight: 800;
}

.panel-pagination-footer {
  background-color: transparent !important;
  text-decoration: none !important;
}

.tox .tox-statusbar {
  border-top: none !important;
}

select.select2[multiple] {
  height: 34px;
}

/* groupeddropdown styles */
.input-group.groupeddropdown .selectize-dropdown.form-control {
  position: absolute;
}

.input-group.groupeddropdown .selectize-control.form-control {
  z-index: inherit;
}

/* Flatpickr datetime */
.flatpickr-date.form-control[readonly],
.flatpickr-datetime.form-control[readonly],
.flatpickr-daterange.form-control[readonly],
.flatpickr-datetimerange.form-control[readonly] {
  background: white;
}

.location-field {
  position: relative;
}
.location-field.input-group .selectize-control {
  z-index: auto;
}
.location-field.input-group .selectize-control.loading {
  position: relative;
}
.location-field.input-group .selectize-control.loading:after {
  display: block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  animation: fa-spin 2s infinite linear;
  content: "\f021";
  position: absolute;
  top: 9px;
  right: 35px;
  color: #888;
  z-index: 1;
}
.location-field.input-group .selectize-control .selectize-input {
  position: absolute;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.location-field .selectize-dropdown {
  position: absolute;
}

.navbar-notification-content {
  position: absolute;
  right: 0;
  min-width: 350px;
  top: 75px;
  z-index: 9999;
  transition: top 300ms;
}
.navbar-notification-content .show {
  display: block;
}
.navbar-notification-content .hide {
  display: none;
}
.navbar-notification sup {
  position: absolute;
  left: 0;
}

.notification-list-wrapper {
  box-shadow: 0 0 5px #CCC;
  border-radius: 5px;
}
.notification-list-wrapper .notification-list-header {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.notification-list-wrapper .notification-list-header .notification-list-title {
  color: #fff;
  background-color: #373d42;
  padding: 0 14px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin: 0px;
  line-height: 51px;
  text-align: left;
}
.notification-list-wrapper .notification-list-header .notification-list-title a:hover {
  text-decoration: underline;
}
.notification-list-wrapper .no-notifications {
  padding: 15px;
  display: block;
}
.notification-list-wrapper-popup {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.notification-list-wrapper-popup .notification-list-title {
  background-color: #1b1e21;
}
.notification-list-wrapper-popup .no-notifications {
  line-height: initial;
  text-align: left;
}
.notification-list-wrapper-popup .notification-list {
  overflow-y: auto;
  max-height: 450px;
  background: #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.notification-list-wrapper-popup .notification-list .info {
  width: calc(100% - 80px);
}
.notification-list-wrapper-popup .notification-list .logo {
  width: 50px;
}
.notification-list-wrapper-popup .notification-list .logo img {
  width: 30px;
  height: 30px;
  vertical-align: top;
  margin-top: 7px;
}
.notification-list-wrapper-popup .view-all {
  position: absolute;
  top: -7px;
  right: 15px;
}
.notification-list-wrapper-popup .view-all a {
  color: orange;
}

.notification-list {
  margin: 0;
  padding: 0;
}
.notification-list a {
  line-height: initial !important;
}
.notification-list .item {
  position: relative;
  border-left: solid 5px !important;
  padding: 20px;
  list-style-type: none;
  display: flex;
  border-bottom: solid 1px #D5D6D7 !important;
  box-shadow: 0 1px 2px #CCC;
  margin-bottom: 0px;
}
.notification-list .item:after {
  content: "";
  display: table;
  clear: both;
}
.notification-list .item.read {
  background-color: #EBEBEB;
  border-color: #CCC !important;
}
.notification-list .item.unread {
  background-color: #FFF8E8;
  border-color: #FBB017 !important;
}
.notification-list .logo {
  float: left;
  width: 80px;
  text-align: left;
}
.notification-list .logo img {
  width: 55px;
  height: 55px;
  border-radius: 100%;
}
.notification-list .info {
  width: 85%;
  flex-grow: 9;
  text-align: left;
  line-height: 1.5;
}
.notification-list .info .title {
  color: #000;
  white-space: nowrap;
}
.notification-list .info .title .time {
  font-size: 0.8em;
  color: #929596;
}
.notification-list .info .description {
  color: #929596;
}
.notification-list .btn-delete {
  margin-left: 5px;
  cursor: pointer;
}

body.navbar-open .navbar-notification {
  background: #1b1e21 !important;
  color: #fcaf17 !important;
  position: relative;
}
body.navbar-open .navbar-notification:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 8px);
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid #1b1e21;
}

body.desktop-smaller-nav .navbar-notification {
  line-height: 45px !important;
}
body.desktop-smaller-nav .navbar-notification-content {
  top: 55px !important;
}

#navbar-unread-notifications-qty {
  position: absolute;
  top: 17px;
  left: 22px;
  min-width: 19px;
}

@media (max-width: 768px) {
  #navbar-unread-notifications-qty {
    left: 11px;
  }
  .navbar-notification-content {
    position: fixed;
    padding: 0 5px;
    max-width: 100vw;
  }
  .navbar-notification-content .title span.name {
    font-size: 1.35rem;
  }
}
@media (min-width: 768px) {
  #template-edit-form .col-sm-5,
  #template-create-form .col-sm-5 {
    width: 65.666667%;
  }
}
.fancybox-wrap.fancybox-type-iframe .fancybox-skin .fancybox-outer {
  background: #555a5e;
}
.fancybox-wrap.fancybox-type-iframe .fancybox-skin .fancybox-outer .fancybox-inner {
  background: inherit;
}
.fancybox-wrap.fancybox-type-iframe .fancybox-skin .fancybox-outer .fancybox-inner .panel {
  border-radius: 7px;
}

@media (max-width: 480px) {
  .fancybox-inner {
    background: inherit;
    height: 471px !important;
  }
}
.fancybox-wrap .fancybox-skin > .fancybox-title.fancybox-title-inside-wrap {
  margin: -15px -15px 15px -15px;
  padding: 10px 15px;
  border-radius: 3px 3px 0 0;
  color: #fff;
  z-index: auto;
  font-size: 14px;
}
.fancybox-wrap .fancybox-skin .fancybox-close:after {
  z-index: 1;
}

.fancybox-skin,
.fancybox-inner {
  border-radius: 5px;
}

.fancybox-close {
  background-image: none !important;
  border-top-right-radius: 5px;
  top: 0;
  right: 0;
}
.fancybox-close:after {
  content: "\f00d";
  font-family: FontAwesome;
  font-size: 16px;
  position: absolute;
  top: 6px;
  right: 12px;
}

.fancybox-empty .fancybox-skin {
  background: none;
  box-shadow: none;
}

.modal.fancybox-margin {
  overflow: auto;
}

#calendar .fc-icon:after {
  margin: 0 0 !important;
  color: black;
}
#calendar .fc-today-button {
  width: 75px;
}
#calendar .tooltip-inner {
  white-space: nowrap;
  max-width: none;
}

#integrations-container .integration-heading .accordion-toggle.integration-toggle:hover {
  background: inherit;
}
#integrations-container .integration-heading .accordion-toggle.integration-toggle:after {
  top: 2px;
  right: 140px;
}
#integrations-container .integration-heading .integration-switcher {
  position: absolute;
  top: 0;
  right: 0;
  padding: 7px 14px;
  border-radius: 0 5px 0 0;
  border-left: 2px solid #fff;
}
#integrations-container .integration-heading .integration-switcher div.col-sm-5 {
  padding: 0;
  width: 100%;
}
#integrations-container .integration-heading .integration-switcher .form-group {
  margin: 0;
}
#integrations-container .integration-heading .integration-switcher .form-group > label {
  display: none;
}
#integrations-container .integration-heading .integration-switcher .form-group .switcher-wrapper {
  height: 26px;
  padding: 0;
}
#integrations-container .integration-heading .integration-switcher .form-group .switcher-wrapper > label {
  font-size: 12px !important;
  height: 26px;
  line-height: 26px;
  text-transform: uppercase;
  width: 40px;
}
@media (max-width: 767px) {
  #integrations-container .integration-heading .integration-switcher .switcher-wrapper {
    width: inherit;
    margin: 0;
  }
}
#integrations-container .integration-heading .accordion-toggle.integration-toggle.collapsed + .integration-switcher {
  border-radius: 0 5px 5px 0;
}
#integrations-container .integration-table-wrapper {
  padding: 10px 15px;
}
#integrations-container .integration-table-wrapper .panel-body {
  border-top: 0;
}
#integrations-container .integration-table-wrapper .panel-body .integration-table thead {
  background: none;
  color: black;
  font-weight: 800;
  text-transform: capitalize;
}
#integrations-container .integration-table-wrapper .panel-body .integration-table thead th {
  border: 0;
  border-bottom: 1px solid #fff;
}
#integrations-container .integration-table-wrapper .panel-body .integration-table tbody td {
  border: 0;
  border-bottom: 1px solid #fff;
}
#integrations-container .integration-table-wrapper .panel-body .integration-table tfoot .pagination a {
  background: inherit;
}
#integrations-container .integration-table-wrapper .panel-body .integration-table tfoot .pagination .ellipsis-breaker span {
  background: inherit;
}
#integrations-container .integration-table-wrapper .panel-footer {
  margin: 0;
  text-align: center;
  background-color: inherit;
  padding-bottom: 10px;
}

.countdown-panel {
  padding-right: 0;
}
.countdown-panel .next-data-sync-countdown {
  padding: 10px;
  text-align: center;
  border-radius: 4px;
}
.countdown-panel .next-data-sync-countdown .countdown-header {
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 20px 20px;
}
.countdown-panel .next-data-sync-countdown .countdown-text {
  font-weight: 300;
}
.countdown-panel .next-data-sync-countdown .countdown {
  padding: 20px;
  font-size: 24px;
  overflow: hidden;
}
.countdown-panel .next-data-sync-countdown .countdown span.large-time {
  font-size: 60px;
}
.countdown-panel .next-data-sync-countdown .no-countdown-text {
  color: #a4a6a8;
  font-size: 20px;
  padding: 10px 20px 20px;
}
@media (max-width: 991px) {
  .countdown-panel {
    padding: 20px 15px 0 0;
  }
}

#logModal .log-popup-table {
  width: 100%;
}
#logModal .log-popup-table > tbody > tr > td {
  padding-bottom: 10px;
}
#logModal .log-popup-table > tbody > tr > td:first-of-type {
  font-weight: bolder;
  vertical-align: top;
}
#logModal .log-popup-table > tbody > tr:last-of-type > td {
  padding-bottom: 0;
}
#logModal .log-popup-table .log-message-table {
  margin-top: 5px;
  padding-bottom: 0;
  border-collapse: collapse;
}
#logModal .log-popup-table .log-message-table td {
  border: 1px solid #c3c4c6;
}

#integration-progress-modal #log-message {
  margin-top: 20px;
}
#integration-progress-modal #log-message .panel-heading {
  background: #73777a !important;
  padding: 5px 20px;
  height: 30px;
}
#integration-progress-modal #log-message .panel-body {
  padding: 10px 20px;
}
#integration-progress-modal #progress-summary {
  height: 1em;
  margin-bottom: 10px;
}
#integration-progress-modal .progress {
  clear: both;
}

.search-pannel {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  outline: 0;
  overflow: auto;
  width: 100%;
  margin-top: 60px;
  background: rgba(255, 255, 255, 0.85);
  box-sizing: border-box;
  z-index: 999;
  -webkit-overflow-scrolling: touch;
  transition: all, 300ms;
}
.search-pannel .page-search {
  padding: 15px 15px 0px 15px;
  min-height: 0;
}
.search-pannel .page-search .page-header {
  width: calc(100% - 10px);
  margin: 0;
  background: rgba(255, 255, 255, 0.85);
  z-index: 3;
  transition: all, 300ms;
}
.search-pannel .page-search .panel .panel-body > .tab-content table {
  max-height: calc(100vh - 440px);
  display: flex;
  width: 100%;
  overflow: scroll;
}
.search-pannel #loading {
  text-align: center;
  margin: 0 auto;
  margin-top: 100px;
  color: #888;
}
.search-pannel #loading .fa {
  color: #444;
}
.search-pannel .tab-content .table {
  margin-bottom: 0;
}
.search-pannel .tab-content .table td {
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.search-pannel .tab-content .table tr:last-of-type td {
  border-bottom: 0;
}

@media (max-width: 767px) {
  .search-pannel > .page-search {
    padding: 0px 15px 0px 15px;
  }
  .search-pannel > .page-search .page-header > .pull-right {
    padding-top: 15px;
  }
  body.search-box-opened .search-pannel .page-search {
    margin-top: 70px;
  }
  body.search-box-opened .search-pannel .page-search .page-header {
    top: 115px;
  }
  body.search-box-opened .search-pannel .page-search .panel .panel-body > .tab-content table {
    max-height: calc(100vh - 390px);
  }
  body.search-box-closed .search-pannel .page-search > .panel .panel-body > .tab-content table {
    max-height: calc(100vh - 330px);
  }
}
.page-search.search-pannel-open {
  height: calc(100vh - 60px);
  overflow: hidden;
}

.blurred {
  filter: blur(7px);
}

@media (min-width: 925px) {
  .search-pannel {
    width: calc(100% - 235px);
    margin-left: 235px;
  }
  .search-pannel .panel .panel-body > .tab-content table {
    max-height: calc(100vh - 390px);
  }
  .page-search.search-pannel-open {
    height: calc(100vh - 65px);
  }
  .mmc .search-pannel {
    width: calc(100% - 76px);
    margin-left: 76px;
  }
  .mmc .search-pannel .page-search .page-header {
    width: calc(100% - 76px - 15px);
  }
  body[class^=page-] .search-pannel {
    width: 100%;
    margin-left: 0;
  }
  .desktop-smaller-nav .search-pannel {
    top: 45px;
  }
  .desktop-smaller-nav .search-pannel .page-search .page-header {
    top: 45px;
  }
}
.navbar-search-helptip,
.clear-icon, .clear-icon-mobile, #advanced-btn {
  outline: 0;
  cursor: pointer;
  position: absolute;
  line-height: 20px;
  padding: 2px 4px;
  border: 0;
  background: transparent;
  top: 50%;
  margin-top: -13px;
}

.navbar-search-helptip {
  line-height: 18px;
  padding: 1px 7px;
  border: 1px solid #373d42;
  margin-top: -11px;
  border-radius: 999px;
}

#advanced-btn {
  right: 33px;
  top: 17px;
  font-size: 12px;
}

.clear-icon {
  right: 50px;
}

.clear-icon-mobile {
  right: 44px;
}

.clear-icon:after, .clear-icon-mobile:after {
  content: "×";
  color: #373d42;
  font-weight: normal;
  font-size: 20px;
}

#quick-search-form .navbar-search-helptip {
  right: 58px;
}

#mobile-search-form .navbar-search-helptip {
  right: 68px;
}

.searchbox-input:not(:valid) ~ .clear-icon, .searchbox-input:not(:valid) ~ .clear-icon-mobile {
  display: none;
}

#quick-search-form .searchbox-input:not(:valid) ~ .navbar-search-helptip {
  right: 38px;
}

#mobile-search-form .searchbox-input:not(:valid) ~ .navbar-search-helptip {
  right: 48px;
}

.searchbox-input::-ms-clear {
  display: none;
}

body:not(.search-box-opened) button.navbar-search-helptip, body:not(.search-box-opened) #advanced-btn {
  pointer-events: none;
  display: none;
}

#main-navbar .navbar-nav > li > form.navbar-form {
  position: relative;
  min-width: 40px;
  width: 0%;
  float: right;
  overflow-x: hidden;
  transition: width, 300ms;
  height: 30px;
  line-height: 30px;
  top: 50%;
  margin-top: -15px;
}
#main-navbar .navbar-nav > li > form.navbar-form > span#navbar-search-icon {
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -15px;
  font-size: 16px;
  padding: 7px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 100%;
  cursor: pointer;
  transition: all, 300ms;
}
@media (min-width: 769px) {
  #main-navbar .navbar-nav > li > form.navbar-form > span#navbar-search-icon {
    right: 0;
  }
}
#main-navbar .navbar-nav > li > form.navbar-form > span#navbar-search-icon-cover {
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  width: 60px;
  height: 30px;
  display: none;
  transition: all, 300ms;
}
@media (min-width: 769px) {
  #main-navbar .navbar-nav > li > form.navbar-form > span#navbar-search-icon-cover {
    width: 32px;
  }
}
#main-navbar .navbar-nav > li > form.navbar-form > input {
  border: none;
  font-size: 12px;
  line-height: normal;
  display: none;
  vertical-align: top;
  border-radius: 30px 0 0 30px;
  width: 325px;
  height: 30px;
  padding-left: 15px;
  outline: none;
}
@media (min-width: 769px) {
  #main-navbar .navbar-nav > li > form.navbar-form > input {
    width: 0;
    padding-left: 0;
  }
  body.search-box-opened #main-navbar .navbar-nav > li > form.navbar-form > input {
    width: 325px;
    padding-left: 15px;
    padding-right: 50px;
  }
}
@media (min-width: 769px) {
  #main-navbar .navbar-nav > li > form.navbar-form {
    margin-right: 15px;
    min-width: 285px;
    overflow: hidden;
    padding: 0 0 0 15px;
  }
  body.search-box-opened #main-navbar .navbar-nav > li > form.navbar-form {
    width: 100%;
  }
  #main-navbar .navbar-nav > li > form.navbar-form > input {
    display: inline-block;
  }
  #main-navbar .navbar-nav > li > form.navbar-form > span#navbar-search-icon-cover {
    display: block;
  }
}
#main-navbar .mobile-search-field {
  display: none;
  clear: both;
}
#main-navbar .mobile-search-field > form {
  padding: 10px;
  position: relative;
}
#main-navbar .mobile-search-field > form > input {
  width: calc(100% - 30px - 4px);
  border-radius: 30px 0 0 30px;
  border: 0;
  height: 30px;
  padding-left: 10px;
  padding-right: 20px;
  font-size: 12px;
  position: relative;
  top: -2px;
  outline: none;
}
#main-navbar .mobile-search-field > form > #mobile-search-icon {
  font-size: 16px;
  padding: 7px;
  border-radius: 0 30px 30px 0;
  position: relative;
  left: -1px;
}
body.search-box-opened #main-navbar .mobile-search-field {
  display: block;
  transition: all 300ms;
}

div.switcher-wrapper {
  padding: 4px;
  display: inline-block;
  background: #ebebec;
  border-radius: 5px;
  font-size: 12px;
}

input[type=radio].switch-button {
  display: none;
}
input[type=radio].switch-button + label {
  border-radius: 6px;
  text-align: center;
  background: #ebebeb;
  min-width: 50px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 26px;
  margin-bottom: 0px;
  cursor: pointer;
  color: #40464a;
}
input[type=radio].switch-button + label > span {
  height: 100%;
  vertical-align: middle;
}
input[type=radio].switch-button:checked + label {
  background: #fff;
  color: #fcaf17;
}

@media (max-width: 767px) {
  div.switcher-wrapper {
    max-width: none;
    margin: 10px 10%;
    padding: 5px;
  }
  input[type=radio].switch-button + label {
    width: 1%;
    display: table-cell;
    line-height: 40px;
    font-size: 14px;
  }
}
.checkmark-wrapper {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.checkmark-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark-wrapper .checkmark {
  font-size: 20px;
  text-align: center;
  background-color: #ffffff;
  vertical-align: top;
  width: 34px;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .checkmark-wrapper .checkmark {
    width: 40px;
  }
}
.checkmark-wrapper .checkmark:before {
  display: none;
}
.checkmark-wrapper .checkmark.disabled {
  background-color: #eeeeee;
}
.checkmark-wrapper input:checked ~ .checkmark:before {
  display: block;
}

/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #fcaf17;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 80px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  border: solid 7px transparent;
  border-top-color: #fcaf17;
  border-left-color: #fcaf17;
  border-right-color: #fcaf17;
  border-bottom-color: #a3a6a9;
  border-radius: 50%;
  animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}
@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body.desktop-smaller-nav #nprogress .spinner {
  top: 60px;
}

.finao-im {
  position: fixed;
  bottom: 0;
  right: 20px;
  z-index: 999;
  margin-bottom: 0;
}
.finao-im .panel-heading {
  padding: 2px 0 0 0;
  border-bottom: none;
  height: auto;
}
.finao-im .panel-body {
  padding: 0;
  width: 600px;
}
.finao-im .panel-collapse.in {
  margin-bottom: 0;
}
.finao-im .im-toggle {
  display: block;
  padding: 9px 20px;
  white-space: nowrap;
}
.finao-im .im-toggle .im-title {
  margin-left: 20px;
  margin-right: 30px;
}
.finao-im .im-toggle .closed {
  display: none;
}
.finao-im .im-toggle.collapsed .closed {
  display: inline;
}
.finao-im .im-toggle.collapsed .opened {
  display: none;
}
.finao-im .im-panel-left {
  display: flex;
  flex-flow: column;
  height: 500px;
  width: 28.5%;
  float: left;
}
.finao-im .im-contacts-search {
  padding: 4px;
}
.finao-im .im-contacts-search .clear-icon {
  z-index: 2;
  right: 5px;
  line-height: 24px;
  height: 26px;
}
.finao-im .im-contacts {
  flex: 2;
  display: block;
  overflow-y: scroll;
  margin: 0;
  padding: 0;
}
.finao-im .im-contacts li {
  display: block;
}
.finao-im .im-contacts li a {
  padding: 8px 8px 0 48px;
  display: block;
  line-height: 30px;
  min-height: 46px;
  background-color: #ddd;
}
.finao-im .im-contacts li a.active {
  background-color: transparent;
}
.finao-im .im-contacts li a:after {
  content: "";
  display: block;
  border-top: 1px solid black;
  margin-top: 8px;
  margin-left: -40px;
  clear: both;
}
.finao-im .im-contacts li a.im-user-is-offline .im-avatar:after {
  background-color: #ff0000;
}
.finao-im .im-contacts li a.im-user-is-online .im-avatar:after {
  background-color: #00ff00;
}
.finao-im .im-contacts li:last-child a:after {
  display: none;
}
.finao-im .im-contacts .im-avatar {
  float: left;
  display: block;
  width: 30px;
  height: 30px;
  background-color: #eee;
  background-size: cover;
  background-position: center center;
  border-radius: 100px;
  vertical-align: middle;
  margin-left: -40px;
  position: relative;
}
.finao-im .im-contacts .im-avatar:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: -3px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #ccc;
}
.finao-im .im-contacts .im-name {
  display: inline-block;
  vertical-align: middle;
  line-height: 15px;
  font-size: 12px;
}
.finao-im .im-message {
  text-align: left;
  padding: 15px;
  display: inline-block;
  width: 250px;
  position: relative;
  margin-right: 12px;
  background-color: #6c757d;
  color: white;
  border-radius: 4px;
}
.finao-im .im-message:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #6c757d;
  position: absolute;
  right: -12px;
  top: 20px;
}
.finao-im .im-message .im-text, .finao-im .im-message .im-time {
  display: block;
  white-space: pre-line;
}
.finao-im .im-message .im-text {
  margin-bottom: 10px;
}
.finao-im .im-message .im-time {
  text-align: right;
  font-size: 80%;
}
.finao-im .im-messages-wrapper {
  display: flex;
  flex-flow: column;
  width: 71.5%;
  float: left;
  height: 500px;
}
.finao-im .im-messages-wrapper ul, .finao-im .im-messages-wrapper .im-input {
  padding: 20px;
}
.finao-im .im-messages-wrapper ul {
  flex: 1;
  list-style-type: none;
  overflow-y: scroll;
  margin-bottom: 0;
}
.finao-im .im-messages-wrapper li {
  padding-bottom: 20px;
  text-align: right;
}
.finao-im .im-messages-wrapper li.received {
  text-align: left;
}
.finao-im .im-messages-wrapper li.received .im-message {
  margin-right: 0;
  margin-left: 12px;
  background-color: #343a40;
}
.finao-im .im-messages-wrapper li.received .im-message:before {
  border-left: none;
  border-right: 12px solid #343a40;
  left: -12px;
  right: auto;
}
.finao-im .im-messages-wrapper .input-group-addon {
  border-radius: 0;
  border-width: 0;
  padding: 0;
  position: relative;
}
.finao-im .im-messages-wrapper .input-group-addon:first-child {
  width: 2.9em;
}
.finao-im .im-messages-wrapper .input-group-addon:last-child {
  width: 4.4em;
}
.finao-im .im-messages-wrapper .input-group-addon .btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0;
  margin: 0;
  min-width: 0;
  height: auto;
  padding: 0;
  width: 100%;
  text-transform: none;
  min-height: 55px;
  border: none;
}
.finao-im .im-messages-wrapper .im-upload label.ajaxupload-container {
  max-width: 50px !important;
  margin: 0 !important;
  height: 55px;
}
.finao-im .im-messages-wrapper .im-upload label.ajaxupload-container span.dropzone-btn {
  display: none;
}
.finao-im .im-messages-wrapper .im-upload label.done:after {
  display: none;
}
.finao-im .im-messages-wrapper .im-upload label.done .clear {
  right: 15px;
}
.finao-im .im-messages-wrapper .error-upload {
  font-weight: bold;
  color: red;
}
.finao-im .im-messages-wrapper textarea {
  min-height: 55px;
  max-height: 110px;
}

.panel.workflow {
  margin-bottom: 0;
}
.panel.workflow .panel-body {
  padding: 7px 0 7px 12px;
}
#main-wrapper .panel.workflow .panel-body {
  overflow: hidden !important;
}
.panel.workflow .list-group, .panel.workflow .list-group-item {
  border-style: solid;
  border-color: #e4e4e4;
  border-width: 1px 0 1px 1px;
}
.panel.workflow .list-group {
  display: table;
  margin-bottom: 0;
  border-collapse: collapse;
}
.panel.workflow .list-group-item {
  display: table-row;
}
.panel.workflow .workflow-btn, .panel.workflow .workflow-label-short, .panel.workflow .workflow-label {
  display: table-cell;
  vertical-align: top;
}
.panel.workflow .workflow-btn {
  width: 15px;
  min-width: 15px;
}
.panel.workflow .workflow-label-short, .panel.workflow .workflow-label {
  font-size: 14px;
  line-height: 18px;
  padding: 10px;
}
.panel.workflow .workflow-label-short {
  display: none;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .workflow-wrapper .workflow-sidebar {
    display: none;
  }
}
@media (min-width: 768px) {
  .workflow-wrapper {
    display: table;
    margin-right: -15px;
    position: relative;
  }
  .workflow-wrapper .workflow-content, .workflow-wrapper .workflow-sidebar {
    display: table-cell;
    vertical-align: top;
  }
  .workflow-wrapper .workflow-content {
    width: 100%;
  }
  .workflow-wrapper .workflow-sidebar {
    position: relative;
    padding-left: 30px;
    text-align: right;
  }
  .workflow-wrapper .workflow-sidebar-inner {
    position: sticky;
    top: 75px;
    width: 150px;
    text-align: left;
    display: inline-block;
    white-space: nowrap;
    transition: width 0.5s;
  }
  .workflow-wrapper .workflow-expander {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 20px;
    text-align: center;
    padding: 10px 0;
    z-index: 1;
    transition: all 0.5s;
  }
  .workflow-wrapper .workflow-expander:before {
    content: "\f054";
    display: block;
    font-family: FontAwesome;
    font-size: 14px;
    font-weight: bold;
    transition: all 300ms ease-in-out;
  }
  .workflow-wrapper .panel.workflow .panel-heading {
    border-top-right-radius: 0;
  }
  .workflow-wrapper .panel.workflow .list-group {
    min-width: 96px;
  }
  .workflow-wrapper .panel.workflow .workflow-label-short, .workflow-wrapper .panel.workflow .workflow-label {
    padding-right: 30px;
  }
  .workflow-wrapper.collapsed .workflow-sidebar-inner {
    width: auto;
  }
  .workflow-wrapper.collapsed .workflow-expander:before {
    content: "\f053";
  }
  .workflow-wrapper.collapsed .panel.workflow .workflow-label {
    display: none;
  }
  .workflow-wrapper.collapsed .panel.workflow .workflow-label-short {
    display: table-cell;
  }
  .workflow-wrapper.collapsed .panel.workflow .list-group {
    max-width: 100%;
  }
}
div.hidden-print > div.workflow .list-group-item {
  display: block !important;
}

.user-workflow {
  margin: 0 15px 15px 15px;
}
@media (min-width: 1200px) {
  .user-workflow {
    margin: 0 10px 15px 10px;
  }
}
.user-workflow .panel.workflow .list-group {
  width: 100%;
  border-width: 1px;
}

.staticmap.workflow-wrapper {
  margin-bottom: 15px;
}
.staticmap.workflow-wrapper .workflow-sidebar-inner {
  white-space: normal;
}
#main-wrapper .staticmap.workflow-wrapper .panel.workflow .panel-body {
  overflow: visible !important;
}
.staticmap.workflow-wrapper .panel.workflow .list-group {
  border: none;
}
.staticmap.workflow-wrapper .panel.workflow .staticmap-filter-short {
  display: none;
  width: 76px;
  padding-right: 20px;
}
.staticmap.workflow-wrapper .panel.workflow .staticmap-filter {
  width: 255px;
  margin-right: 32px;
  padding-bottom: 20px;
}
.staticmap.workflow-wrapper.collapsed .panel.workflow .staticmap-filter {
  display: none;
}
.staticmap.workflow-wrapper.collapsed .panel.workflow .staticmap-filter-short {
  display: block;
}

@media (max-width: 767px) {
  .staticmap.workflow-wrapper .workflow-sidebar {
    display: block;
    padding-top: 10px;
  }
  .staticmap.workflow-wrapper .workflow-sidebar-inner {
    min-width: 100%;
    max-width: 100%;
  }
  .staticmap.workflow-wrapper .panel.workflow .panel-body {
    padding: 7px 12px 17px;
  }
  .staticmap.workflow-wrapper .panel.workflow .list-group {
    display: block;
  }
  .staticmap.workflow-wrapper .panel.workflow .staticmap-filter {
    width: auto;
    margin-right: 0;
    padding-bottom: 0;
  }
  .staticmap.workflow-wrapper.collapsed .panel.workflow .staticmap-filter-short {
    display: none;
  }
  .staticmap.workflow-wrapper.collapsed .panel.workflow .staticmap-filter {
    display: block;
  }
}
.floating-box {
  position: sticky;
  z-index: 2;
  right: 0;
  top: 40vh;
  text-align: center;
  color: black;
  font-size: 13px;
  font-weight: 900;
  border-color: darkgrey !important;
  border-radius: 20px;
  margin-left: -100px;
}

.finao-map .map-wrapper {
  position: relative;
}
.finao-map .loading-overlay {
  position: absolute;
  z-index: 10;
  width: 100%;
  top: 0;
  height: 34px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.6);
}
.finao-map .loading-overlay .loading-text {
  color: white;
  font-size: 12px;
  line-height: 14px;
  width: 100px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
}
.finao-map .loading-overlay .progress {
  width: calc(100% - 110px);
  float: right;
  margin-bottom: 0;
  border-radius: 6px;
}
.finao-map .map-filter-panel .panel-body {
  padding: 10px;
}
.finao-map .table.map-table tbody tr td {
  vertical-align: middle;
  padding-left: 5px;
  padding-right: 5px;
}
.finao-map .table.map-table tbody tr td:not(:last-child) {
  padding-right: 0;
}
.finao-map .table.map-table tbody tr td .switcher-wrapper {
  max-width: -moz-max-content;
  max-width: max-content;
  display: inline-table;
  border-collapse: initial;
  min-width: 8em;
}
.finao-map .table.map-table tbody tr td .switcher-wrapper label {
  display: table-cell;
}
.finao-map .map {
  min-height: 300px;
}
@media (max-width: 767px) {
  .finao-map .map {
    min-height: 400px;
    max-height: 400px;
  }
}
.finao-map .map #pac-input {
  height: 40px;
  padding: 10px;
  margin: 10px;
  border-radius: 2px;
  border: none;
  outline: none;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  font-size: 14px;
}
@media (max-width: 1120px) and (min-width: 767px) {
  .finao-map .map #pac-input {
    top: 60px !important;
    left: 0 !important;
  }
}
@media (max-width: 500px) {
  .finao-map .map #pac-input {
    top: 60px !important;
    left: 0 !important;
  }
}

.popup-tip-anchor {
  height: 0;
  position: absolute;
  width: 400px;
  font-size: 12px;
}
.popup-tip-anchor .popup-bubble-anchor {
  width: 100%;
  position: relative;
  bottom: 100%;
  transform: translate(-50%, -100%);
  top: -50px;
}
.popup-tip-anchor .popup-close {
  z-index: 108;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.popup-tip-anchor .popup-close i {
  cursor: pointer;
  color: #373d42;
}
.popup-tip-anchor .popup-arrow {
  width: 0;
  height: 0;
  border-top: 7px solid #aaa;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  bottom: -7px;
  left: calc(50% - 8px);
}
.popup-tip-anchor .popup-bubble-content {
  background: white;
  border-radius: 3px;
  border: 1px solid #aaa;
  padding: 15px;
}
.popup-tip-anchor .popup-bubble-content table {
  border-collapse: collapse;
  width: 100%;
  z-index: 11;
}
.popup-tip-anchor .popup-bubble-content table tr th, .popup-tip-anchor .popup-bubble-content table tr td {
  padding: 4px 10px;
}
.popup-tip-anchor .popup-bubble-content table th {
  font-weight: normal;
}

.cluster-table-wrapper {
  overflow-x: scroll;
}
.cluster-table-wrapper ul.pagination li.first a:before,
.cluster-table-wrapper ul.pagination li.previous a:before,
.cluster-table-wrapper ul.pagination li:nth-last-child(3) a:before,
.cluster-table-wrapper ul.pagination li.next a:before,
.cluster-table-wrapper ul.pagination li.last a:before {
  content: "";
}

.pac-container {
  z-index: 1100;
}

.modal-body #pac-input, .modal-map #pac-input {
  height: 40px;
  padding: 10px;
  margin: 10px;
  border-radius: 2px;
  border: none;
  outline: none;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  font-size: 14px;
}
@media (max-width: 520px) {
  .modal-body #pac-input, .modal-map #pac-input {
    top: 60px !important;
    left: 0 !important;
  }
}

body.compact table.view-table tbody {
  font-size: 12px !important;
}
body.compact table.view-table tbody th, body.compact table.view-table tbody td {
  padding: 4px 10px !important;
}
body.compact #main-wrapper div.panel-collapse.stage-table-wrapper .panel-body {
  padding-top: 5px !important;
}
body.compact div.panel.form-horizontal div.panel-body {
  padding-top: 5px !important;
}
body.compact div.panel.form-horizontal div.panel-body div.panel-collapse.stage-table-wrapper div.panel-body table.table tbody {
  font-size: 12px !important;
}
body.compact div.panel.form-horizontal div.panel-body div.panel-collapse.stage-table-wrapper div.panel-body table.table tbody th, body.compact div.panel.form-horizontal div.panel-body div.panel-collapse.stage-table-wrapper div.panel-body table.table tbody td {
  padding: 4px 10px !important;
}
body.compact form div.panel-body {
  font-size: 12px;
}
body.compact form div.panel-body .form-group:not(:first-child) {
  margin-top: 3px;
}
body.compact form div.panel-body .form-group {
  margin-bottom: 3px;
}
body.compact form div.panel-body .form-group .form-control {
  font-size: 13px;
}

div.task-library-score-display {
  text-align: center;
  border-radius: 5px;
  color: white;
  padding: 5px 2px;
  width: auto;
  min-width: 90px;
}

@media (max-width: 1600px) {
  div.task-library-score-display {
    min-width: 40px;
    padding: 5px;
  }
}
.alert, .finao-alert-info, .finao-alert-warning, .finao-alert-success, .finao-alert-danger {
  border: none;
  min-height: 60px;
  padding: 20px 15px 20px 60px;
  position: relative;
  /* Add (!) icon to the left of the alert */
  /* Hide any existing icons */
}
.alert.alert-danger, .alert-danger.finao-alert-info, .alert-danger.finao-alert-warning, .alert-danger.finao-alert-success, .finao-alert-danger {
  background: #f8d7da;
  border-left: 10px solid #cc9da1;
  color: #806265;
}
.alert.alert-danger::before, .alert-danger.finao-alert-info::before, .alert-danger.finao-alert-warning::before, .alert-danger.finao-alert-success::before, .finao-alert-danger::before {
  color: #cc9da1;
}
.alert.alert-warning, .alert-warning.finao-alert-info, .alert-warning.finao-alert-success, .alert-warning.finao-alert-danger, .finao-alert-warning {
  background: #fff3cd;
  border-left: 10px solid #e5cf8a;
  color: #80734d;
}
.alert.alert-warning::before, .alert-warning.finao-alert-info::before, .alert-warning.finao-alert-success::before, .alert-warning.finao-alert-danger::before, .finao-alert-warning::before {
  color: #e5cf8a;
}
.alert.alert-info, .alert-info.finao-alert-warning, .alert-info.finao-alert-success, .alert-info.finao-alert-danger, .finao-alert-info {
  background: #e6ebf2;
  border-left: 10px solid #a3b4cc;
  color: #566473;
}
.alert.alert-info::before, .alert-info.finao-alert-warning::before, .alert-info.finao-alert-success::before, .alert-info.finao-alert-danger::before, .finao-alert-info::before {
  color: #a3b4cc;
}
.alert.alert-success, .alert-success.finao-alert-info, .alert-success.finao-alert-warning, .alert-success.finao-alert-danger, .finao-alert-success {
  background: #d4edda;
  border-left: 10px solid #92d4a2;
  color: #4c6e54;
}
.alert.alert-success::before, .alert-success.finao-alert-info::before, .alert-success.finao-alert-warning::before, .alert-success.finao-alert-danger::before, .finao-alert-success::before {
  color: #92d4a2;
}
.alert::before, .finao-alert-info::before, .finao-alert-warning::before, .finao-alert-success::before, .finao-alert-danger::before {
  content: "!";
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background: white;
  padding: 2px 12px;
  font-size: 1.7em;
  line-height: 23px;
  font-weight: bold;
  margin-left: -45px;
  margin-right: 15px;
  /* Vertically center */
  position: absolute;
  top: calc(50% - 15px);
  left: 60px;
}
.alert i.fa, .finao-alert-info i.fa, .finao-alert-warning i.fa, .finao-alert-success i.fa, .finao-alert-danger i.fa {
  display: none;
}

.nav-tabs {
  border-bottom: 0;
}
.nav-tabs li.pull-right {
  margin-bottom: 10px;
}

.tab-content {
  padding: 0;
  border-radius: 4px;
  border-top-left-radius: 0;
}

.table#manage-table {
  margin-bottom: 0;
  border-radius: 4px;
  border-top-left-radius: 0;
  overflow: hidden;
}
.table#manage-table th {
  word-wrap: initial;
}

.footer-index {
  top: calc(1em + 7px);
  width: 50%;
}

.tab-content div.pull-right {
  position: relative;
  top: 1em;
}

.pagination-row {
  margin-top: 15px;
}

.table tr > th:first-child {
  border-top-left-radius: 0;
}

@media (max-width: 768px) {
  .pagination-row div {
    text-align: center;
  }
}
@media (min-width: 769px) {
  .pagination-row .pagination {
    position: relative;
    top: -5px;
  }
}
.workflow-wrapper:not(.collapsed) .workflow-sidebar .workflow-sidebar-inner {
  width: 200px;
  white-space: initial;
}

@media (min-width: 768px) {
  .workflow-wrapper .workflow-sidebar {
    padding-left: 15px;
  }
}
.workflow-indicator {
  padding-right: 15px;
  margin-top: 5px;
}
.workflow-indicator .header {
  white-space: nowrap;
  font-size: 14px;
  font-weight: bold;
}
.workflow-indicator .header .workflow-expander {
  display: inline-block;
  position: static;
}
.workflow-indicator .workflow-indicators {
  margin-left: 10px;
  position: relative;
}
.workflow-indicator .workflow-indicators .workflow-indicator-stage {
  border-radius: 5px;
  display: flex;
  padding: 10px;
}
.workflow-indicator .workflow-indicators .workflow-indicator-stage:hover {
  background: #eee;
}
.workflow-indicator .workflow-indicators .workflow-indicator-stage .workflow-btn {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  display: inline-block;
  margin-right: 10px;
  z-index: 2;
  align-self: center;
}
.workflow-indicator .workflow-indicators .workflow-indicator-stage .workflow-btn .workflow-btn-inner {
  margin: 2px;
  width: 16px;
  height: 16px;
  border-radius: 8px;
}
.workflow-indicator .workflow-indicators .workflow-indicator-stage .workflow-btn .workflow-btn-inner i {
  position: relative;
  left: 2px;
  bottom: 1px;
}
.workflow-indicator .workflow-indicators .workflow-indicator-stage .workflow-btn.btn-default .workflow-btn-inner, .workflow-indicator .workflow-indicators .workflow-indicator-stage .workflow-btn.btn-warning .workflow-btn-inner, .workflow-indicator .workflow-indicators .workflow-indicator-stage .workflow-btn.btn-danger .workflow-btn-inner {
  border: 2px solid white;
}
.workflow-indicator .workflow-indicators .workflow-indicator-stage .workflow-btn.btn-danger .workflow-btn-inner {
  background: #d43f3a;
}
.workflow-indicator .workflow-indicators .workflow-indicator-stage .workflow-btn.btn-danger, .workflow-indicator .workflow-indicators .workflow-indicator-stage .workflow-btn.btn-default {
  background: #B8C8D9;
}
.workflow-indicator .workflow-indicators .workflow-indicator-stage .workflow-btn.btn-default:hover {
  background: #B8C8D9 !important;
}
.workflow-indicator .workflow-indicators .workflow-indicator-stage .workflow-label, .workflow-indicator .workflow-indicators .workflow-indicator-stage .workflow-label-short {
  color: #444;
  display: inline-block;
  padding: 0;
}
.workflow-indicator .workflow-indicators .workflow-indicator-stage .workflow-label {
  text-overflow: wrap;
}
.workflow-indicator .workflow-indicators .workflow-indicator-stage .workflow-label-short {
  display: none;
}
.workflow-indicator .workflow-indicators a:first-child .workflow-btn {
  align-self: start;
}
.workflow-indicator .workflow-indicators a:nth-last-child(2) .workflow-btn {
  align-self: end;
}
.workflow-indicator .workflow-indicators .workflow-indicator-line {
  position: absolute;
  top: 20px;
  bottom: 18px;
  width: 2px;
  left: 18px;
  background: #B8C8D9;
}

.workflow-wrapper.collapsed .workflow-indicator .workflow-indicator-stage .workflow-label-short {
  display: inline-block;
}
.workflow-wrapper.collapsed .workflow-indicator .workflow-indicator-stage .workflow-label {
  display: none;
}

.theme-finao ul.nav-tabs > li > a {
  background: none;
  border-bottom: none;
}
.theme-finao ul.nav-tabs > li:hover > a {
  background: #ebebec;
  border-bottom: none;
  color: #73777a;
}
.theme-finao ul.nav-tabs > li.active > a:hover {
  background: #555a5e;
  border-bottom: 2px solid #555a5e;
  color: #fff;
}
.theme-finao ul.nav-tabs > li.pull-right > .btn-setting {
  background: #ebebec;
  background-image: none;
  box-shadow: 0px 2px 0 0 #b7b7ba;
}
.theme-finao ul.nav-tabs > li.pull-right > .btn-setting:hover {
  background: #b7b7ba !important;
}
.theme-finao ul.nav-tabs > li.pull-right > .btn-setting span.icon-title {
  margin-right: 3px;
}
.theme-finao .tab-content .datatable-wrapper {
  box-shadow: 0 2px 0 0 #ccc;
  border-radius: 4px;
  border-top-left-radius: 0;
}
.theme-finao .tab-content {
  box-shadow: none;
}
.theme-finao .nav-tabs > li.active a, .theme-finao .nav-tabs > li.active a:hover, .theme-finao .nav-tabs > li.active a:focus {
  background: #555a5e;
}
.theme-finao .widget-tab.visible-sm .left-tab button, .theme-finao .widget-tab.visible-xs .left-tab button {
  background: #555a5e;
}

.theme-blue ul.nav-tabs > li > a {
  background: none;
  border-bottom: none;
}
.theme-blue ul.nav-tabs > li:hover > a {
  background: #d9eaf5;
  border-bottom: none;
  color: #73777a;
}
.theme-blue ul.nav-tabs > li.active > a:hover {
  background: #1178b9;
  border-bottom: 2px solid #1178b9;
  color: #fff;
}
.theme-blue ul.nav-tabs > li.pull-right > .btn-setting {
  background: #d9eaf5;
  background-image: none;
  box-shadow: 0px 2px 0 0 #88bde0;
}
.theme-blue ul.nav-tabs > li.pull-right > .btn-setting:hover {
  background: #88bde0 !important;
}
.theme-blue ul.nav-tabs > li.pull-right > .btn-setting span.icon-title {
  margin-right: 3px;
}
.theme-blue .tab-content .datatable-wrapper {
  box-shadow: 0 2px 0 0 #ccc;
  border-radius: 4px;
  border-top-left-radius: 0;
}
.theme-blue .tab-content {
  box-shadow: none;
}
.theme-blue .nav-tabs > li.active a, .theme-blue .nav-tabs > li.active a:hover, .theme-blue .nav-tabs > li.active a:focus {
  background: #1178b9;
}
.theme-blue .widget-tab.visible-sm .left-tab button, .theme-blue .widget-tab.visible-xs .left-tab button {
  background: #1178b9;
}

.theme-rms ul.nav-tabs > li > a {
  background: none;
  border-bottom: none;
}
.theme-rms ul.nav-tabs > li:hover > a {
  background: #e2eef7;
  border-bottom: none;
  color: #73777a;
}
.theme-rms ul.nav-tabs > li.active > a:hover {
  background: #6a757f;
  border-bottom: 2px solid #6a757f;
  color: #fff;
}
.theme-rms ul.nav-tabs > li.pull-right > .btn-setting {
  background: #e2eef7;
  background-image: none;
  box-shadow: 0px 2px 0 0 #92bfe1;
}
.theme-rms ul.nav-tabs > li.pull-right > .btn-setting:hover {
  background: #92bfe1 !important;
}
.theme-rms ul.nav-tabs > li.pull-right > .btn-setting span.icon-title {
  margin-right: 3px;
}
.theme-rms .tab-content .datatable-wrapper {
  box-shadow: 0 2px 0 0 #ccc;
  border-radius: 4px;
  border-top-left-radius: 0;
}
.theme-rms .tab-content {
  box-shadow: none;
}
.theme-rms .nav-tabs > li.active a, .theme-rms .nav-tabs > li.active a:hover, .theme-rms .nav-tabs > li.active a:focus {
  background: #6a757f;
}
.theme-rms .widget-tab.visible-sm .left-tab button, .theme-rms .widget-tab.visible-xs .left-tab button {
  background: #6a757f;
}

.theme-cts ul.nav-tabs > li > a {
  background: none;
  border-bottom: none;
}
.theme-cts ul.nav-tabs > li:hover > a {
  background: #ebebec;
  border-bottom: none;
  color: #73777a;
}
.theme-cts ul.nav-tabs > li.active > a:hover {
  background: #555a5e;
  border-bottom: 2px solid #555a5e;
  color: #fff;
}
.theme-cts ul.nav-tabs > li.pull-right > .btn-setting {
  background: #ebebec;
  background-image: none;
  box-shadow: 0px 2px 0 0 #b7b7ba;
}
.theme-cts ul.nav-tabs > li.pull-right > .btn-setting:hover {
  background: #b7b7ba !important;
}
.theme-cts ul.nav-tabs > li.pull-right > .btn-setting span.icon-title {
  margin-right: 3px;
}
.theme-cts .tab-content .datatable-wrapper {
  box-shadow: 0 2px 0 0 #ccc;
  border-radius: 4px;
  border-top-left-radius: 0;
}
.theme-cts .tab-content {
  box-shadow: none;
}
.theme-cts .nav-tabs > li.active a, .theme-cts .nav-tabs > li.active a:hover, .theme-cts .nav-tabs > li.active a:focus {
  background: #555a5e;
}
.theme-cts .widget-tab.visible-sm .left-tab button, .theme-cts .widget-tab.visible-xs .left-tab button {
  background: #555a5e;
}

.theme-bfd ul.nav-tabs > li > a {
  background: none;
  border-bottom: none;
}
.theme-bfd ul.nav-tabs > li:hover > a {
  background: #e4f0f8;
  border-bottom: none;
  color: #73777a;
}
.theme-bfd ul.nav-tabs > li.active > a:hover {
  background: #11014c;
  border-bottom: 2px solid #11014c;
  color: #fff;
}
.theme-bfd ul.nav-tabs > li.pull-right > .btn-setting {
  background: #e4f0f8;
  background-image: none;
  box-shadow: 0px 2px 0 0 #93c3e3;
}
.theme-bfd ul.nav-tabs > li.pull-right > .btn-setting:hover {
  background: #93c3e3 !important;
}
.theme-bfd ul.nav-tabs > li.pull-right > .btn-setting span.icon-title {
  margin-right: 3px;
}
.theme-bfd .tab-content .datatable-wrapper {
  box-shadow: 0 2px 0 0 #ccc;
  border-radius: 4px;
  border-top-left-radius: 0;
}
.theme-bfd .tab-content {
  box-shadow: none;
}
.theme-bfd .nav-tabs > li.active a, .theme-bfd .nav-tabs > li.active a:hover, .theme-bfd .nav-tabs > li.active a:focus {
  background: #11014c;
}
.theme-bfd .widget-tab.visible-sm .left-tab button, .theme-bfd .widget-tab.visible-xs .left-tab button {
  background: #11014c;
}
