

@charset "UTF-8";
/*Login form*/
@font-face {
  font-family: Roboto;
  src: url("../../fonts/roboto-regular.eot?") format("eot"), url("../../fonts/roboto-regular.woff") format("woff"), url("../../fonts/roboto-regular.ttf") format("truetype"), url("../../fonts/roboto-regular.svg#svgFontName") format("svg");
}

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: .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 {
  -webkit-box-sizing: content-box;
          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"] {
  -webkit-box-sizing: border-box;
          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;
  -webkit-box-sizing: content-box;
          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: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td, th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            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/glyphicons-halflings-regular.eot");
  src: url("../../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon {
  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: "\002a";
}

.glyphicon-plus:before {
  content: "\002b";
}

.glyphicon-euro:before, .glyphicon-eur:before {
  content: "\20ac";
}

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

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

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

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

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

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

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

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

.glyphicon-hourglass:before {
  content: "\231b";
}

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

.glyphicon-jpy:before {
  content: "\00a5";
}

.glyphicon-ruble:before {
  content: "\20bd";
}

.glyphicon-rub:before {
  content: "\20bd";
}

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

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

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

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

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1.36;
  color: #333;
  background-color: #ececec;
}

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

a {
  color: #537898;
  text-decoration: none;
}

a:hover, a:focus {
  color: #385167;
  text-decoration: underline;
}

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

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

.img-rounded {
  -webkit-border-radius: 0;
          border-radius: 0;
}

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

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

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

.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: 'Open Sans', sans-serif;
  font-weight: 500;
  line-height: 1;
  color: inherit;
}

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

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 19px;
  margin-bottom: 9.5px;
}

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

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

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

h1, .h1 {
  font-size: 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 9.5px;
}

.lead {
  margin-bottom: 19px;
  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: .2em;
}

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

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

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

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

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

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

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

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

.text-muted {
  color: #999;
}

.text-primary {
  color: #537898;
}

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

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

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

.text-danger {
  color: #a94442;
}

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

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

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

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

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

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

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

.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: 8.5px;
  margin: 38px 0 19px;
  border-bottom: 1px solid #eee;
}

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

ul ul, ol ul, ul ol, 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: 19px;
}

dt, dd {
  line-height: 1.36;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

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

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

blockquote {
  padding: 9.5px 19px;
  margin: 0 0 19px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

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.36;
  color: #999;
}

blockquote footer:before, blockquote small:before, blockquote .small:before {
  content: '\2014 \00A0';
}

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

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

.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 19px;
  font-style: normal;
  line-height: 1.36;
}

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

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #333;
  background-color: #f9f9f9;
  -webkit-border-radius: 0;
          border-radius: 0;
}

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

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

pre {
  display: block;
  padding: 9px;
  margin: 0 0 9.5px;
  font-size: 13px;
  line-height: 1.36;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f9f9f9;
  border: 1px solid #e8eced;
  -webkit-border-radius: 0;
          border-radius: 0;
}

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

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

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

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

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

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

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

.container-fluid {
  padding-left: 8px;
  padding-right: 8px;
  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;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

table {
  background-color: transparent;
}

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

th {
  text-align: left;
}

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

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

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

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

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

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

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

.table-bordered {
  border: 1px solid #e8eced;
}

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

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

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 > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
  background-color: #e8eced;
}

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 14.25px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #e8eced;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

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

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

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

input[type="search"] {
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  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: 5px auto -webkit-focus-ring-color;
  outline: 0;
  outline-offset: -2px;
}

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

.form-control {
  display: block;
  width: 100%;
  height: 33px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.36;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d1d5d6;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -webkit-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  -o-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  -webkit-transition: all border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s ease-out;
  transition: all border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s ease-out;
  transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out, -webkit-box-shadow ease-in-out .15s ease-out;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

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

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

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

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

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eee;
  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: 33px;
  }
  input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm, .input-group-sm input[type="date"], .input-group-sm input[type="time"], .input-group-sm input[type="datetime-local"], .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg, .input-group-lg input[type="date"], .input-group-lg input[type="time"], .input-group-lg input[type="datetime-local"], .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}

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

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

.radio label, .checkbox label {
  min-height: 19px;
  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="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

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

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

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

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

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

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

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

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

.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: 31px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  -webkit-border-radius: 0;
          border-radius: 0;
}

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

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

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  -webkit-border-radius: 0;
          border-radius: 0;
}

.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: 37px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 41.25px;
}

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

.input-lg + .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-feedback, .form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

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

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  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: #9e7328;
}

.has-warning .form-control {
  border-color: #9e7328;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #75551e;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d5a757;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d5a757;
}

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

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

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

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  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: 24px;
}

.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: 26px;
}

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

@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: 8px;
}

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

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.36;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

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

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

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

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

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

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

.btn-default:hover {
  color: #333;
  background-color: #dedede;
  border-color: #adadad;
}

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

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

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

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

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

.btn-primary {
  color: #fff;
  background-color: #537898;
  border-color: #537898;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #415e77;
  border-color: #263746;
}

.btn-primary:hover {
  color: #fff;
  background-color: #415e77;
  border-color: #3d5970;
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #415e77;
  border-color: #3d5970;
}

.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #344c60;
  border-color: #263746;
}

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

.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus {
  background-color: #537898;
  border-color: #537898;
}

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

.btn-success {
  color: #fff;
  background-color: #85b75f;
  border-color: #85b75f;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #6c9d46;
  border-color: #47682f;
}

.btn-success:hover {
  color: #fff;
  background-color: #6c9d46;
  border-color: #679643;
}

.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #6c9d46;
  border-color: #679643;
}

.btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #5b843b;
  border-color: #47682f;
}

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

.btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus {
  background-color: #85b75f;
  border-color: #85b75f;
}

.btn-success .badge {
  color: #85b75f;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #e0efff;
  border-color: #e0efff;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #add5ff;
  border-color: #61adff;
}

.btn-info:hover {
  color: #fff;
  background-color: #add5ff;
  border-color: #a3cfff;
}

.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #add5ff;
  border-color: #a3cfff;
}

.btn-info:active:hover, .btn-info.active:hover, .open > .dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open > .dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #89c2ff;
  border-color: #61adff;
}

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

.btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus {
  background-color: #e0efff;
  border-color: #e0efff;
}

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

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

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #bf7a0b;
  border-color: #774c07;
}

.btn-warning:hover {
  color: #fff;
  background-color: #bf7a0b;
  border-color: #b5740b;
}

.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #bf7a0b;
  border-color: #b5740b;
}

.btn-warning:active:hover, .btn-warning.active:hover, .open > .dropdown-toggle.btn-warning:hover, .btn-warning:active:focus, .btn-warning.active:focus, .open > .dropdown-toggle.btn-warning:focus, .btn-warning:active.focus, .btn-warning.active.focus, .open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #9d6509;
  border-color: #774c07;
}

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

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

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

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

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c03c39;
  border-color: #852a27;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c03c39;
  border-color: #b83a37;
}

.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c03c39;
  border-color: #b83a37;
}

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

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

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

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

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

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

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

.btn-link:hover, .btn-link:focus {
  color: #385167;
  text-decoration: underline;
  background-color: transparent;
}

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

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

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

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

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

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

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

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
  -webkit-transition: all opacity .15s linear ease-out;
  -o-transition: all opacity .15s linear ease-out;
  transition: all opacity .15s linear ease-out;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

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

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

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

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

.dropup, .dropdown {
  position: relative;
}

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  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);
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
}

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

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

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.36;
  color: #333;
  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: #537898;
}

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

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  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.36;
  color: #999;
  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 {
    left: auto;
    right: 0;
  }
  .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-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
  z-index: 2;
}

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

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

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

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

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  -webkit-border-radius: 0;
          border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

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

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

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

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

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

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

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

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.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) {
  -webkit-border-radius: 0;
          border-radius: 0;
}

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

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

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

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
  -webkit-border-top-left-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-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [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 .form-control:focus {
  z-index: 3;
}

.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;
  -webkit-border-radius: 0;
          border-radius: 0;
}

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

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

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

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

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

.input-group-addon, .input-group-btn, .input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
  -webkit-border-radius: 0;
          border-radius: 0;
}

.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 10px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #d1d5d6;
  -webkit-border-radius: 0;
          border-radius: 0;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  -webkit-border-radius: 0;
          border-radius: 0;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  -webkit-border-radius: 0;
          border-radius: 0;
}

.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 {
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  -webkit-border-top-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 {
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -webkit-border-top-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 > 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: #eee;
}

.nav > li.disabled > a {
  color: #999;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eee;
  border-color: #537898;
}

.nav .nav-divider {
  height: 1px;
  margin: 8.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #e8eced;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.36;
  border: 1px solid transparent;
  -webkit-border-radius: 0;
          border-radius: 0;
}

.nav-tabs > li > a:hover {
  border-color: #eee #eee #e8eced;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555;
  background-color: #ececec;
  border: 1px solid #e8eced;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #e8eced;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #e8eced;
    -webkit-border-radius: 0;
            border-radius: 0;
  }
  .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ececec;
  }
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  -webkit-border-radius: 0;
          border-radius: 0;
}

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

.nav-stacked > li {
  float: none;
}

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

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
}

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
  border: 1px solid #e8eced;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #e8eced;
    -webkit-border-radius: 0;
            border-radius: 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ececec;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 43px;
  margin-bottom: 19px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  .navbar {
    -webkit-border-radius: 0;
            border-radius: 0;
  }
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 8px;
  padding-left: 8px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            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: none;
}

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

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
  margin-right: -8px;
  margin-left: -8px;
}

@media (min-width: 768px) {
  .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .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 {
    -webkit-border-radius: 0;
            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 {
    -webkit-border-radius: 0;
            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: 12px 8px;
  font-size: 18px;
  line-height: 19px;
  height: 43px;
}

.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: -8px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 8px;
  padding: 9px 10px;
  margin-top: 4.5px;
  margin-bottom: 4.5px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  -webkit-border-radius: 0;
          border-radius: 0;
}

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

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  -webkit-border-radius: 1px;
          border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 6px -8px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 19px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            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: 19px;
  }
  .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: 12px;
    padding-bottom: 12px;
  }
}

.navbar-form {
  margin-left: -8px;
  margin-right: -8px;
  padding: 10px 8px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 5px;
  margin-bottom: 5px;
}

@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;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

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

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

.navbar-btn {
  margin-top: 5px;
  margin-bottom: 5px;
}

.navbar-btn.btn-sm {
  margin-top: 6.5px;
  margin-bottom: 6.5px;
}

.navbar-btn.btn-xs {
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}

.navbar-text {
  margin-top: 12px;
  margin-bottom: 12px;
}

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

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -8px;
  }
  .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: #e8eced;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #e8eced;
}

.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, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #546e7a;
  border-color: transparent;
}

.navbar-inverse .navbar-brand {
  color: #dfdfdf;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #999;
}

.navbar-inverse .navbar-nav > li > a {
  color: #dfdfdf;
}

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

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

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #3f535c;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #455b65;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #3f535c;
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #dfdfdf;
  }
  .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: #3f535c;
  }
  .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: #dfdfdf;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #dfdfdf;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 19px;
  list-style: none;
  background-color: #e8eced;
  -webkit-border-radius: 0;
          border-radius: 0;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb > .active {
  color: #999;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 19px 0;
  -webkit-border-radius: 0;
          border-radius: 0;
}

.pagination > li {
  display: inline;
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 10px;
  line-height: 1.36;
  text-decoration: none;
  color: #537898;
  background-color: #fff;
  border: 1px solid #e8eced;
  margin-left: -1px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  z-index: 2;
  color: #385167;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #537898;
  border-color: #537898;
  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: #999;
  background-color: #fff;
  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 {
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
}

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

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
}

.pager {
  padding-left: 0;
  margin: 19px 0;
  list-style: none;
  text-align: center;
}

.pager li {
  display: inline;
}

.pager li > a, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #e8eced;
  -webkit-border-radius: 15px;
          border-radius: 15px;
}

.pager li > a:hover, .pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.pager .next > a, .pager .next > span {
  float: right;
}

.pager .previous > a, .pager .previous > span {
  float: left;
}

.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
  color: #999;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  -webkit-border-radius: .25em;
          border-radius: .25em;
}

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

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #999;
}

.label-default[href]:hover, .label-default[href]:focus {
  background-color: #808080;
}

.label-primary {
  background-color: #537898;
}

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #415e77;
}

.label-success {
  background-color: #85b75f;
}

.label-success[href]:hover, .label-success[href]:focus {
  background-color: #6c9d46;
}

.label-info {
  background-color: #e0efff;
}

.label-info[href]:hover, .label-info[href]:focus {
  background-color: #add5ff;
}

.label-warning {
  background-color: #ef990e;
}

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

.label-danger {
  background-color: #cf605d;
}

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

.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: #999;
  -webkit-border-radius: 10px;
          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;
}

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

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #537898;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

.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 {
  -webkit-border-radius: 0;
          border-radius: 0;
  padding-left: 8px;
  padding-right: 8px;
}

.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: 19px;
  line-height: 1.36;
  background-color: #ececec;
  border: 1px solid #e8eced;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
  -webkit-transition: all border .2s ease-in-out ease-out;
  -o-transition: all border .2s ease-in-out ease-out;
  transition: all border .2s ease-in-out ease-out;
}

.thumbnail > img, .thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}

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

.thumbnail .caption {
  padding: 9px;
  color: #333;
}

.alert {
  padding: 15px;
  margin-bottom: 19px;
  border: 1px solid transparent;
  -webkit-border-radius: 0;
          border-radius: 0;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p, .alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable, .alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close, .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #e0efff;
  border-color: #bce8ff;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a3dfff;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #9e7328;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #75551e;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  overflow: hidden;
  height: 19px;
  margin-bottom: 19px;
  background-color: #e8eced;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 19px;
  color: #fff;
  text-align: center;
  background-color: #537898;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
  -webkit-transition: all width .6s ease ease-out;
  -o-transition: all width .6s ease ease-out;
  transition: all width .6s ease ease-out;
}

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

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

.progress-bar-success {
  background-color: #85b75f;
}

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

.progress-bar-info {
  background-color: #e0efff;
}

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

.progress-bar-warning {
  background-color: #ef990e;
}

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

.progress-bar-danger {
  background-color: #cf605d;
}

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

.media {
  margin-top: 15px;
}

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

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

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

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

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

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

.media-left, .media-right, .media-body {
  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 #e8eced;
}

.list-group-item:first-child {
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
}

.list-group-item:last-child {
  margin-bottom: 0;
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
}

a.list-group-item, button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover, button.list-group-item:hover, a.list-group-item:focus, button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #e8eced;
}

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: #eee;
  color: #999;
  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: #999;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #333;
  background-color: #e8eced;
  border-color: #e8eced;
}

.list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #fff;
}

.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, button.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active, button.list-group-item-success.active, a.list-group-item-success.active:hover, button.list-group-item-success.active:hover, a.list-group-item-success.active:focus, button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

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

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, button.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c6e2ff;
}

a.list-group-item-info.active, button.list-group-item-info.active, a.list-group-item-info.active:hover, button.list-group-item-info.active:hover, a.list-group-item-info.active:focus, button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #9e7328;
  background-color: #fcf8e3;
}

a.list-group-item-warning, button.list-group-item-warning {
  color: #9e7328;
}

a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover, button.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:focus {
  color: #9e7328;
  background-color: #faf2cc;
}

a.list-group-item-warning.active, button.list-group-item-warning.active, a.list-group-item-warning.active:hover, button.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #9e7328;
  border-color: #9e7328;
}

.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, button.list-group-item-danger:hover, a.list-group-item-danger:focus, button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active, button.list-group-item-danger.active, a.list-group-item-danger.active:hover, button.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus, button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #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: 19px;
  background-color: #fff;
  border: 1px solid transparent;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 6px 10px;
  border-bottom: 1px solid transparent;
  -webkit-border-top-right-radius: -1;
          border-top-right-radius: -1;
  -webkit-border-top-left-radius: -1;
          border-top-left-radius: -1;
}

.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: 6px 10px;
  background-color: #e8eced;
  border-top: 1px solid #e8eced;
  -webkit-border-bottom-right-radius: -1;
          border-bottom-right-radius: -1;
  -webkit-border-bottom-left-radius: -1;
          border-bottom-left-radius: -1;
}

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

.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;
  -webkit-border-bottom-right-radius: -1;
          border-bottom-right-radius: -1;
  -webkit-border-bottom-left-radius: -1;
          border-bottom-left-radius: -1;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
  -webkit-border-top-left-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 {
  -webkit-border-top-right-radius: -1;
          border-top-right-radius: -1;
  -webkit-border-top-left-radius: -1;
          border-top-left-radius: -1;
}

.panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  -webkit-border-top-left-radius: -1;
          border-top-left-radius: -1;
  -webkit-border-top-right-radius: -1;
          border-top-right-radius: -1;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  -webkit-border-top-left-radius: -1;
          border-top-left-radius: -1;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  -webkit-border-top-right-radius: -1;
          border-top-right-radius: -1;
}

.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
  -webkit-border-bottom-right-radius: -1;
          border-bottom-right-radius: -1;
  -webkit-border-bottom-left-radius: -1;
          border-bottom-left-radius: -1;
}

.panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  -webkit-border-bottom-left-radius: -1;
          border-bottom-left-radius: -1;
  -webkit-border-bottom-right-radius: -1;
          border-bottom-right-radius: -1;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  -webkit-border-bottom-left-radius: -1;
          border-bottom-left-radius: -1;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  -webkit-border-bottom-right-radius: -1;
          border-bottom-right-radius: -1;
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
  border-top: 1px solid #e8eced;
}

.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

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

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

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

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

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

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

.panel-group {
  margin-bottom: 19px;
}

.panel-group .panel {
  margin-bottom: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #e8eced;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #e8eced;
}

.panel-default {
  border-color: #dcdcdc;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #dcdcdc;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dcdcdc;
}

.panel-default > .panel-heading .badge {
  color: #fff;
  background-color: #333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dcdcdc;
}

.panel-primary {
  border-color: #537898;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #537898;
  border-color: #537898;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #537898;
}

.panel-primary > .panel-heading .badge {
  color: #537898;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #537898;
}

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

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #e0efff;
  border-color: #bce8ff;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8ff;
}

.panel-info > .panel-heading .badge {
  color: #e0efff;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8ff;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #9e7328;
  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: #9e7328;
}

.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: #fff;
  border: 1px solid #ededed;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

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

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

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  -webkit-opacity: .2;
  -khtml-opacity: .2;
  -moz-opacity: .2;
  opacity: .2;
  -ms-filter: alpha(opacity=20);
  filter: alpha(opacity=20);
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  -webkit-opacity: .5;
  -khtml-opacity: .5;
  -moz-opacity: .5;
  opacity: .5;
  -ms-filter: alpha(opacity=50);
  filter: alpha(opacity=50);
}

button.close {
  margin-left: 10px;
  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 {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  -o-transition: transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

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

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

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

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #a3b3c7;
}

.modal-backdrop.fade {
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: alpha(opacity=0);
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  -webkit-opacity: .5;
  -khtml-opacity: .5;
  -moz-opacity: .5;
  opacity: .5;
  -ms-filter: alpha(opacity=50);
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 10px;
  border-bottom: 1px solid #e5e5e5;
}

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

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

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

.modal-footer {
  padding: 14px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

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

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1600;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.36;
  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;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: alpha(opacity=0);
  filter: alpha(opacity=0);
}

.tooltip.in {
  -webkit-opacity: .9;
  -khtml-opacity: .9;
  -moz-opacity: .9;
  opacity: .9;
  -ms-filter: alpha(opacity=90);
  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;
  -webkit-border-radius: 0;
          border-radius: 0;
}

.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: 1600;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.36;
  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;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: -1 -1 0 0;
          border-radius: -1 -1 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: #999;
  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: #999;
  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: #999;
  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: #999;
  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;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
  -webkit-transition: all .6s ease-in-out left ease-out;
  -o-transition: all .6s ease-in-out left ease-out;
  transition: all .6s ease-in-out left ease-out;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    -o-transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  -webkit-opacity: .5;
  -khtml-opacity: .5;
  -moz-opacity: .5;
  opacity: .5;
  -ms-filter: alpha(opacity=50);
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  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: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  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;
  -webkit-opacity: .9;
  -khtml-opacity: .9;
  -moz-opacity: .9;
  opacity: .9;
  -ms-filter: alpha(opacity=90);
  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: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.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;
  -webkit-border-radius: 10px;
          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: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

@-ms-viewport {
  width: device-width;
}

.visible-xs, .visible-sm, .visible-md, .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;
  }
}

.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;
  -webkit-box-shadow: inset 0 0 12px 4px #fff;
  box-shadow: inset 0 0 12px 4px #fff;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-dropdown-header {
  position: relative;
  padding: 3px 10px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.selectize-dropdown-header-close {
  position: absolute;
  right: 10px;
  top: 50%;
  color: #333;
  opacity: .4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

.selectize-dropdown-header-close:hover {
  color: #000;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  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;
  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);
  -webkit-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  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: 0;
}

.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: #333;
  font-family: inherit;
  font-size: inherit;
  line-height: 19px;
  -webkit-font-smoothing: inherit;
}

.selectize-input, .selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}

.selectize-input {
  border: 1px solid #d1d5d6;
  padding: 6px 10px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.selectize-control.multi .selectize-input.has-items {
  padding: 5px 10px 2px;
}

.selectize-input.full {
  background-color: #fff;
}

.selectize-input.disabled, .selectize-input.disabled * {
  cursor: default !important;
}

.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

.selectize-input.dropdown-active {
  -webkit-border-radius: 0;
  border-radius: 0;
}

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 1px 3px;
  background: #efefef;
  color: #333;
  border: 0 solid rgba(0, 0, 0, 0);
}

.selectize-control.multi .selectize-input > div.active {
  background: #537898;
  color: #fff;
  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: #fff;
  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;
  -webkit-box-shadow: none !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: #fff;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0;
  border-radius: 0;
}

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(255, 237, 40, 0.4);
  -webkit-border-radius: 1px;
  border-radius: 1px;
}

.selectize-dropdown [data-selectable], .selectize-dropdown .optgroup-header {
  padding: 3px 10px;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
  color: #999;
  background: #fff;
  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: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #333 transparent transparent transparent;
}

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #333 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: .5;
  background-color: #fff;
}

.filter > .form-group .field .selectize-control .selectize-input {
  font-size: 12px;
  padding: 4px 5px 0;
}

.selectize-dropdown, .selectize-dropdown.form-control {
  height: auto;
  padding: 0;
  margin: 2px 0 0 0;
  z-index: 1000;
  background: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.selectize-dropdown .optgroup-header {
  font-size: 12px;
  line-height: 1.36;
}

.selectize-dropdown .optgroup:first-child:before {
  display: none;
}

.selectize-dropdown .optgroup:before {
  content: ' ';
  display: block;
  height: 1px;
  margin: 8.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  margin-left: -10px;
  margin-right: -10px;
}

.selectize-dropdown-content {
  padding: 5px 0;
}

.selectize-dropdown-header {
  padding: 6px 10px;
}

.selectize-input {
  min-height: 33px;
}

.selectize-input.dropdown-active {
  -webkit-border-radius: 0;
  border-radius: 0;
}

.selectize-input.dropdown-active::before {
  display: none;
}

.selectize-input.focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.has-error .selectize-input {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .selectize-input:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  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: 7px;
  padding-right: 7px;
}

.selectize-control.multi .selectize-input > div {
  -webkit-border-radius: -1px;
  border-radius: -1px;
}

.form-control.selectize-control {
  padding: 0;
  height: auto;
  border: 0;
  background: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.note-editor {
  position: relative;
}

.note-editor .note-dropzone {
  position: absolute;
  display: none;
  z-index: 100;
  color: #87cefa;
  background-color: white;
  opacity: .95;
}

.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 {
  color: #098ddf;
}

.note-editor.dragover .note-dropzone {
  display: table;
}

.note-editor .note-editing-area {
  position: relative;
}

.note-editor .note-editing-area .note-editable {
  outline: 0;
}

.note-editor .note-editing-area .note-editable sup {
  vertical-align: super;
}

.note-editor .note-editing-area .note-editable sub {
  vertical-align: sub;
}

.note-editor .note-editing-area img.note-float-left {
  margin-right: 10px;
}

.note-editor .note-editing-area img.note-float-right {
  margin-left: 10px;
}

.note-editor.note-frame {
  border: 1px solid #a9a9a9;
}

.note-editor.note-frame.codeview .note-editing-area .note-editable {
  display: none;
}

.note-editor.note-frame.codeview .note-editing-area .note-codable {
  display: block;
}

.note-editor.note-frame .note-editing-area {
  overflow: hidden;
}

.note-editor.note-frame .note-editing-area .note-editable {
  background-color: #fff;
  color: #000;
  padding: 10px;
  overflow: auto;
}

.note-editor.note-frame .note-editing-area .note-editable[contenteditable="false"] {
  background-color: #e5e5e5;
}

.note-editor.note-frame .note-editing-area .note-codable {
  display: none;
  width: 100%;
  padding: 10px;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: Menlo, Monaco, monospace, sans-serif;
  font-size: 14px;
  color: #ccc;
  background-color: #222;
  resize: none;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0;
}

.note-editor.note-frame.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100% !important;
  z-index: 1050;
}

.note-editor.note-frame.fullscreen .note-editable {
  background-color: white;
}

.note-editor.note-frame.fullscreen .note-resizebar {
  display: none;
}

.note-editor.note-frame .note-statusbar {
  background-color: #f5f5f5;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
}

.note-editor.note-frame .note-statusbar .note-resizebar {
  padding-top: 1px;
  height: 8px;
  width: 100%;
  cursor: ns-resize;
}

.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar {
  width: 20px;
  margin: 1px auto;
  border-top: 1px solid #a9a9a9;
}

.note-editor.note-frame .note-placeholder {
  padding: 10px;
}

.note-popover.popover {
  max-width: none;
}

.note-popover.popover .popover-content a {
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}

.note-popover.popover .arrow {
  left: 20px !important;
}

.note-popover .popover-content, .panel-heading.note-toolbar {
  margin: 0;
  padding: 0 0 5px 5px;
}

.note-popover .popover-content > .btn-group, .panel-heading.note-toolbar > .btn-group {
  margin-top: 5px;
  margin-left: 0;
  margin-right: 5px;
}

.note-popover .popover-content .btn-group .note-table, .panel-heading.note-toolbar .btn-group .note-table {
  min-width: 0;
  padding: 5px;
}

.note-popover .popover-content .btn-group .note-table .note-dimension-picker, .panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker {
  font-size: 18px;
}

.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher, .panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher {
  position: absolute !important;
  z-index: 3;
  width: 10em;
  height: 10em;
  cursor: pointer;
}

.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted, .panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted {
  position: relative !important;
  z-index: 1;
  width: 5em;
  height: 5em;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat;
}

.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted, .panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted {
  position: absolute !important;
  z-index: 2;
  width: 1em;
  height: 1em;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat;
}

.note-popover .popover-content .note-style h1, .panel-heading.note-toolbar .note-style h1, .note-popover .popover-content .note-style h2, .panel-heading.note-toolbar .note-style h2, .note-popover .popover-content .note-style h3, .panel-heading.note-toolbar .note-style h3, .note-popover .popover-content .note-style h4, .panel-heading.note-toolbar .note-style h4, .note-popover .popover-content .note-style h5, .panel-heading.note-toolbar .note-style h5, .note-popover .popover-content .note-style h6, .panel-heading.note-toolbar .note-style h6, .note-popover .popover-content .note-style blockquote, .panel-heading.note-toolbar .note-style blockquote {
  margin: 0;
}

.note-popover .popover-content .note-color .dropdown-toggle, .panel-heading.note-toolbar .note-color .dropdown-toggle {
  width: 20px;
  padding-left: 5px;
}

.note-popover .popover-content .note-color .dropdown-menu, .panel-heading.note-toolbar .note-color .dropdown-menu {
  min-width: 337px;
}

.note-popover .popover-content .note-color .dropdown-menu .note-palette, .panel-heading.note-toolbar .note-color .dropdown-menu .note-palette {
  display: inline-block;
  margin: 0;
  width: 160px;
}

.note-popover .popover-content .note-color .dropdown-menu .note-palette:first-child, .panel-heading.note-toolbar .note-color .dropdown-menu .note-palette:first-child {
  margin: 0 5px;
}

.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-palette-title, .panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-palette-title {
  font-size: 12px;
  margin: 2px 7px;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-reset, .panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-color-reset {
  margin: 3px;
  padding: 0 3px;
  width: 100%;
  font-size: 11px;
  cursor: pointer;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-row, .panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-color-row {
  height: 20px;
}

.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-reset:hover, .panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-color-reset:hover {
  background: #eee;
}

.note-popover .popover-content .note-para .dropdown-menu, .panel-heading.note-toolbar .note-para .dropdown-menu {
  min-width: 216px;
  padding: 5px;
}

.note-popover .popover-content .note-para .dropdown-menu > div:first-child, .panel-heading.note-toolbar .note-para .dropdown-menu > div:first-child {
  margin-right: 5px;
}

.note-popover .popover-content .dropdown-menu, .panel-heading.note-toolbar .dropdown-menu {
  min-width: 90px;
}

.note-popover .popover-content .dropdown-menu.right, .panel-heading.note-toolbar .dropdown-menu.right {
  right: 0;
  left: auto;
}

.note-popover .popover-content .dropdown-menu.right::before, .panel-heading.note-toolbar .dropdown-menu.right::before {
  right: 9px;
  left: auto !important;
}

.note-popover .popover-content .dropdown-menu.right::after, .panel-heading.note-toolbar .dropdown-menu.right::after {
  right: 10px;
  left: auto !important;
}

.note-popover .popover-content .dropdown-menu.note-check li a i, .panel-heading.note-toolbar .dropdown-menu.note-check li a i {
  color: deepskyblue;
  visibility: hidden;
}

.note-popover .popover-content .dropdown-menu.note-check li a.checked i, .panel-heading.note-toolbar .dropdown-menu.note-check li a.checked i {
  visibility: visible;
}

.note-popover .popover-content .note-fontsize-10, .panel-heading.note-toolbar .note-fontsize-10 {
  font-size: 10px;
}

.note-popover .popover-content .note-color-palette, .panel-heading.note-toolbar .note-color-palette {
  line-height: 1;
}

.note-popover .popover-content .note-color-palette div .note-color-btn, .panel-heading.note-toolbar .note-color-palette div .note-color-btn {
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  border: 1px solid #fff;
}

.note-popover .popover-content .note-color-palette div .note-color-btn:hover, .panel-heading.note-toolbar .note-color-palette div .note-color-btn:hover {
  border: 1px solid #000;
}

.note-dialog > div {
  display: none;
}

.note-dialog .form-group {
  margin-left: 0;
  margin-right: 0;
}

.note-dialog .note-modal-form {
  margin: 0;
}

.note-dialog .note-image-dialog .note-dropzone {
  min-height: 100px;
  font-size: 30px;
  line-height: 4;
  color: lightgray;
  text-align: center;
  border: 4px dashed lightgray;
  margin-bottom: 10px;
}

@-moz-document url-prefix() {
  .note-image-input {
    height: auto;
  }
}

.note-placeholder {
  position: absolute;
  display: none;
  color: gray;
}

.note-handle .note-control-selection {
  position: absolute;
  display: none;
  border: 1px solid black;
}

.note-handle .note-control-selection > div {
  position: absolute;
}

.note-handle .note-control-selection .note-control-selection-bg {
  width: 100%;
  height: 100%;
  background-color: black;
  -webkit-opacity: .3;
  -khtml-opacity: .3;
  -moz-opacity: .3;
  opacity: .3;
  -ms-filter: alpha(opacity=30);
  filter: alpha(opacity=30);
}

.note-handle .note-control-selection .note-control-handle {
  width: 7px;
  height: 7px;
  border: 1px solid black;
}

.note-handle .note-control-selection .note-control-holder {
  width: 7px;
  height: 7px;
  border: 1px solid black;
}

.note-handle .note-control-selection .note-control-sizing {
  width: 7px;
  height: 7px;
  border: 1px solid black;
  background-color: white;
}

.note-handle .note-control-selection .note-control-nw {
  top: -5px;
  left: -5px;
  border-right: 0;
  border-bottom: 0;
}

.note-handle .note-control-selection .note-control-ne {
  top: -5px;
  right: -5px;
  border-bottom: 0;
  border-left: none;
}

.note-handle .note-control-selection .note-control-sw {
  bottom: -5px;
  left: -5px;
  border-top: 0;
  border-right: 0;
}

.note-handle .note-control-selection .note-control-se {
  right: -5px;
  bottom: -5px;
  cursor: se-resize;
}

.note-handle .note-control-selection .note-control-se.note-control-holder {
  cursor: default;
  border-top: 0;
  border-left: none;
}

.note-handle .note-control-selection .note-control-selection-info {
  right: 0;
  bottom: 0;
  padding: 5px;
  margin: 5px;
  color: white;
  background-color: black;
  font-size: 12px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-opacity: .7;
  -khtml-opacity: .7;
  -moz-opacity: .7;
  opacity: .7;
  -ms-filter: alpha(opacity=70);
  filter: alpha(opacity=70);
}

.note-hint-popover {
  min-width: 100px;
  padding: 2px;
}

.note-hint-popover .popover-content {
  padding: 3px;
  max-height: 150px;
  overflow: auto;
}

.note-hint-popover .popover-content .note-hint-group .note-hint-item {
  display: block !important;
  padding: 3px;
}

.note-hint-popover .popover-content .note-hint-group .note-hint-item.active, .note-hint-popover .popover-content .note-hint-group .note-hint-item:hover {
  display: block;
  clear: both;
  font-weight: 400;
  line-height: 1.4;
  color: white;
  white-space: nowrap;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
  cursor: pointer;
}

@font-face {
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  src: url("../../fonts/summernote.eot?0d0d5fac99cc8774d89eb08b1a8323c4");
  src: url("../../fonts/summernote.eot?#iefix") format("embedded-opentype"), url("../../fonts/summernote.woff?0d0d5fac99cc8774d89eb08b1a8323c4") format("woff"), url("../../fonts/summernote.ttf?0d0d5fac99cc8774d89eb08b1a8323c4") format("truetype");
}

[class^="note-icon-"]:before, [class*=" note-icon-"]:before {
  display: inline-block;
  font: normal normal normal 14px summernote;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
  speak: none;
  -moz-osx-font-smoothing: grayscale;
}

.note-icon-align-center:before, .note-icon-align-indent:before, .note-icon-align-justify:before, .note-icon-align-left:before, .note-icon-align-outdent:before, .note-icon-align-right:before, .note-icon-align:before, .note-icon-arrow-circle-down:before, .note-icon-arrow-circle-left:before, .note-icon-arrow-circle-right:before, .note-icon-arrow-circle-up:before, .note-icon-arrows-alt:before, .note-icon-arrows-h:before, .note-icon-arrows-v:before, .note-icon-bold:before, .note-icon-caret:before, .note-icon-chain-broken:before, .note-icon-circle:before, .note-icon-close:before, .note-icon-code:before, .note-icon-col-after:before, .note-icon-col-before:before, .note-icon-col-remove:before, .note-icon-eraser:before, .note-icon-font:before, .note-icon-frame:before, .note-icon-italic:before, .note-icon-link:before, .note-icon-magic:before, .note-icon-menu-check:before, .note-icon-minus:before, .note-icon-orderedlist:before, .note-icon-pencil:before, .note-icon-picture:before, .note-icon-question:before, .note-icon-redo:before, .note-icon-row-above:before, .note-icon-row-below:before, .note-icon-row-remove:before, .note-icon-special-character:before, .note-icon-square:before, .note-icon-strikethrough:before, .note-icon-subscript:before, .note-icon-summernote:before, .note-icon-superscript:before, .note-icon-table:before, .note-icon-text-height:before, .note-icon-trash:before, .note-icon-underline:before, .note-icon-undo:before, .note-icon-unorderedlist:before, .note-icon-video:before {
  display: inline-block;
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}

.note-icon-align-center:before {
  content: "\f101";
}

.note-icon-align-indent:before {
  content: "\f102";
}

.note-icon-align-justify:before {
  content: "\f103";
}

.note-icon-align-left:before {
  content: "\f104";
}

.note-icon-align-outdent:before {
  content: "\f105";
}

.note-icon-align-right:before {
  content: "\f106";
}

.note-icon-align:before {
  content: "\f107";
}

.note-icon-arrow-circle-down:before {
  content: "\f108";
}

.note-icon-arrow-circle-left:before {
  content: "\f109";
}

.note-icon-arrow-circle-right:before {
  content: "\f10a";
}

.note-icon-arrow-circle-up:before {
  content: "\f10b";
}

.note-icon-arrows-alt:before {
  content: "\f10c";
}

.note-icon-arrows-h:before {
  content: "\f10d";
}

.note-icon-arrows-v:before {
  content: "\f10e";
}

.note-icon-bold:before {
  content: "\f10f";
}

.note-icon-caret:before {
  content: "\f110";
}

.note-icon-chain-broken:before {
  content: "\f111";
}

.note-icon-circle:before {
  content: "\f112";
}

.note-icon-close:before {
  content: "\f113";
}

.note-icon-code:before {
  content: "\f114";
}

.note-icon-col-after:before {
  content: "\f115";
}

.note-icon-col-before:before {
  content: "\f116";
}

.note-icon-col-remove:before {
  content: "\f117";
}

.note-icon-eraser:before {
  content: "\f118";
}

.note-icon-font:before {
  content: "\f119";
}

.note-icon-frame:before {
  content: "\f11a";
}

.note-icon-italic:before {
  content: "\f11b";
}

.note-icon-link:before {
  content: "\f11c";
}

.note-icon-magic:before {
  content: "\f11d";
}

.note-icon-menu-check:before {
  content: "\f11e";
}

.note-icon-minus:before {
  content: "\f11f";
}

.note-icon-orderedlist:before {
  content: "\f120";
}

.note-icon-pencil:before {
  content: "\f121";
}

.note-icon-picture:before {
  content: "\f122";
}

.note-icon-question:before {
  content: "\f123";
}

.note-icon-redo:before {
  content: "\f124";
}

.note-icon-row-above:before {
  content: "\f125";
}

.note-icon-row-below:before {
  content: "\f126";
}

.note-icon-row-remove:before {
  content: "\f127";
}

.note-icon-special-character:before {
  content: "\f128";
}

.note-icon-square:before {
  content: "\f129";
}

.note-icon-strikethrough:before {
  content: "\f12a";
}

.note-icon-subscript:before {
  content: "\f12b";
}

.note-icon-summernote:before {
  content: "\f12c";
}

.note-icon-superscript:before {
  content: "\f12d";
}

.note-icon-table:before {
  content: "\f12e";
}

.note-icon-text-height:before {
  content: "\f12f";
}

.note-icon-trash:before {
  content: "\f130";
}

.note-icon-underline:before {
  content: "\f131";
}

.note-icon-undo:before {
  content: "\f132";
}

.note-icon-unorderedlist:before {
  content: "\f133";
}

.note-icon-video:before {
  content: "\f134";
}

.datepicker {
  padding: 4px;
  direction: ltr;
}

.datepicker-inline {
  width: 220px;
}

.datepicker.datepicker-rtl {
  direction: rtl;
}

.datepicker.datepicker-rtl table tr td span {
  float: right;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
}

.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}

.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}

.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}

.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}

.datepicker > div {
  display: none;
}

.datepicker.days div.datepicker-days {
  display: block;
}

.datepicker.months div.datepicker-months {
  display: block;
}

.datepicker.years div.datepicker-years {
  display: block;
}

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker td, .datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border: 0;
}

.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
  background-color: transparent;
}

.datepicker table tr td.day:hover {
  background: #eee;
  cursor: pointer;
}

.datepicker table tr td.old, .datepicker table tr td.new {
  color: #999;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
  background: 0;
  color: #999;
  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-color: #fde19a;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}

.datepicker table tr td.today:hover, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today:active, .datepicker table tr td.today:hover:active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today[disabled], .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}

.datepicker table tr td.today:active, .datepicker table tr td.today:hover:active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}

.datepicker table tr td.today:hover:hover {
  color: #000;
}

.datepicker table tr td.today.active:hover {
  color: #fff;
}

.datepicker table tr td.range, .datepicker table tr td.range:hover, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover {
  background: #eee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.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-color: #f3d17a;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f3c17a), to(#f3e97a));
  background-image: linear-gradient(top, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  border-radius: 0;
}

.datepicker table tr td.range.today:hover, .datepicker table tr td.range.today:hover:hover, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today.disabled:hover:hover, .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.active, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled:hover.active, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today:hover.disabled, .datepicker table tr td.range.today.disabled.disabled, .datepicker table tr td.range.today.disabled:hover.disabled, .datepicker table tr td.range.today[disabled], .datepicker table tr td.range.today:hover[disabled], .datepicker table tr td.range.today.disabled[disabled], .datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}

.datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.active, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}

.datepicker table tr td.selected, .datepicker table tr td.selected:hover, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(top, #b3b3b3, #808080);
  background-image: -o-linear-gradient(top, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b3b3b3), to(#808080));
  background-image: linear-gradient(top, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.selected:hover, .datepicker table tr td.selected:hover:hover, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.disabled:hover:hover, .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.active, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled:hover.active, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected:hover.disabled, .datepicker table tr td.selected.disabled.disabled, .datepicker table tr td.selected.disabled:hover.disabled, .datepicker table tr td.selected[disabled], .datepicker table tr td.selected:hover[disabled], .datepicker table tr td.selected.disabled[disabled], .datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}

.datepicker table tr td.selected:active, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.active, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled:hover.active {
  background-color: #666 \9;
}

.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active[disabled], .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #537898;
}

.datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active {
  background-color: #039 \9;
}

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.datepicker table tr td span:hover {
  background: #eee;
}

.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
  background: 0;
  color: #999;
  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 {
  background-color: #006dcc;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #04c #04c #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active[disabled], .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #537898;
}

.datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active {
  background-color: #039 \9;
}

.datepicker table tr td span.old, .datepicker table tr td span.new {
  color: #999;
}

.datepicker th.datepicker-switch {
  width: 145px;
}

.datepicker thead tr:first-child th, .datepicker tfoot tr th {
  cursor: pointer;
}

.datepicker thead tr:first-child th:hover, .datepicker tfoot tr th:hover {
  background: #eee;
}

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}

.input-append.date .add-on i, .input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

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

.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}

.ui-timepicker-wrapper {
  overflow-y: auto;
  height: 150px;
  width: 6.5em;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  outline: 0;
  z-index: 10001;
  margin: 0;
}

.ui-timepicker-wrapper.ui-timepicker-with-duration {
  width: 11em;
}

.ui-timepicker-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ui-timepicker-duration {
  margin-left: 5px;
  color: #888;
}

.ui-timepicker-list:hover .ui-timepicker-duration {
  color: #888;
}

.ui-timepicker-list li {
  padding: 3px 0 3px 5px;
  cursor: pointer;
  white-space: nowrap;
  color: #000;
  list-style: none;
  margin: 0;
}

.ui-timepicker-list:hover .ui-timepicker-selected {
  background: #fff;
  color: #000;
}

li.ui-timepicker-selected, .ui-timepicker-list li:hover, .ui-timepicker-list .ui-timepicker-selected:hover {
  background: #537898;
  color: #fff;
}

li.ui-timepicker-selected .ui-timepicker-duration, .ui-timepicker-list li:hover .ui-timepicker-duration {
  color: #ccc;
}

.ui-timepicker-list li.ui-timepicker-disabled, .ui-timepicker-list li.ui-timepicker-disabled:hover, .ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
  color: #888;
  cursor: default;
}

.ui-timepicker-list li.ui-timepicker-disabled:hover, .ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
  background: #f2f2f2;
}

#main > .calendar-container .timeline {
  border: 1px solid #d1d5d6;
}

.calendar-container .timeline {
  border-bottom: 1px solid #d1d5d6;
}

.vis-foreground .vis-group, .vis-labelset .vis-label {
  border-bottom-color: #d1d5d6 !important;
}

.vis-panel.vis-center, .vis-panel.vis-left, .vis-panel.vis-right, .vis-panel.vis-top, .vis-panel.vis-bottom, .vis-time-axis .vis-grid.vis-major {
  border-color: #d1d5d6 !important;
}

.vis-item .vis-item-content {
  color: #FFF !important;
  cursor: default !important;
}

.vis-item.vis-range .vis-item-content, .vis-item.vis-box .vis-item-content {
  padding-left: 2px !important;
  padding-right: 2px !important;
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

.vis-timeline {
  border-width: 0 !important;
}

.vis-item .vis-item-content {
  font-size: .85em !important;
}

.vis-item.event-canceled .vis-item-content {
  text-decoration: line-through !important;
}

.vis-item.vis-range, .vis-item.vis-box {
  -webkit-border-radius: 0 !important;
          border-radius: 0 !important;
}

.vis-current-time {
  background-color: #e6adac !important;
}

.calendar-container .timeline .vis-item, .calendar-container .timeline .vis-item.vis-selected {
  border-color: #b0c3d4;
  background-color: #f2f5f8;
}

.calendar-container .timeline .vis-tooltip {
  display: none;
}

.date-title {
  text-align: center !important;
}

.date-title h4 {
  margin: 10px 0 0;
}

.fc-event.event-canceled .fc-content {
  text-decoration: line-through !important;
}

.fc-content > .user > .avatar {
  position: relative;
  top: -1px;
}

.fc-time-grid-event .fc-bg {
  opacity: 0 !important;
}

.fc-state-default.fc-corner-left {
  -webkit-border-top-left-radius: 0 !important;
          border-top-left-radius: 0 !important;
  -webkit-border-bottom-left-radius: 0 !important;
          border-bottom-left-radius: 0 !important;
}

.fc-state-default.fc-corner-right {
  -webkit-border-top-right-radius: 0 !important;
          border-top-right-radius: 0 !important;
  -webkit-border-bottom-right-radius: 0 !important;
          border-bottom-right-radius: 0 !important;
}

.fc-event {
  -webkit-border-radius: 0 !important;
          border-radius: 0 !important;
  background-color: none !important;
}

.dashlet-body div.calendar-container {
  height: 100% !important;
}

.fc-event {
  min-height: 19px !important;
}

.fc-day-grid-event .fc-time {
  font-weight: normal !important;
}

.fc-basic-view td.fc-week-number span, .fc-basic-view td.fc-day-number {
  padding-top: 0 !important;
}

.fc-ltr .fc-basic-view .fc-day-top {
  text-align: right !important;
}

/*!
 * Bootstrap Colorpicker v2.5.1
 * https://itsjavi.com/bootstrap-colorpicker/
 *
 * Originally written by (c) 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0.txt
 *
 */
.colorpicker-saturation {
  width: 100px;
  height: 100px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAQAAADa613fAAAP9klEQVR4XnRWC47rNgwcKjlA0bv2VL1Qi/YELRav7203iS1ppqZoiXCAhuBHVLI74xFtG3/Hz2joIOjRGuR5eMYuRn9YA1fds859KX8ZvczLr9/pImiR3Rqky9/wlajRIdVE/1Rufeu/0No3/ASgBZAJUkwgi0iCaEatekJJoEqiTQncd67/gyOfRCZshTed0Nl8LbLj8D6qxtoq9/7kJz/aH/3Xfu8VwI5+AUH8DxE7gUyiIpZ5LwiGzUqE3CScJsCDQHAsvBnxWpkbC0QMHmBp6latWS0bnvrCN/x1+xPfce+Ij0GAyeAGGz15sOiax2UylPhKrFaMPnVWClwepKh07hdhkVDsK2uoyEIySergjdbY2VBtV8VLr8Mf9mF/4wMb7kR8FOhzFWZZe7HIZD9JRIbee28eJKBweTB6TwjYkAgWaUmtDveGw1Wx3zZ76YlPPfQd/+gTTUFkiGiJ+NQAszU1EPT/QJEgufolAMPkNU4CVOyUIBLg4xglEZHGQnTFOFV0VaulYddBhA986ge/7N/yQi/3flFgwfQq2ibLnTDBRl9TmUHyJASPV/eoN0UISIr+ICQKIFV4EpljSjV1uFVUq9hRtet5e9gXvuyHPW0zMhQxWaoBBa9Tg8vsCEhww23Smd0CKjIkmPIoxWrUBDgJqFCyESF43ctQxLUoHN7Q1KyVhqrNNm3cy2vMyQNPVKjc29Rh5SSU+giWdRJHkLnQG71FQEuNyNGBTDdBQQAKCuGiEUS/jcyGbkMPq931OIzb/dUPGuVlG7f+slqkO5NAAlzTMdcq0NkzmsEBmAQkbI+pSHbiqnuWIA6lijhvqwIxMyWxMGZiPU669XJE1tADDTs2HWpwKxuqdnTpOiOR42xlzLtm3pXGel3xd8/oTs8Xy0MV8GM1RlsC2Y3Wy3wut3M+2mEVux0Gt9fhzTWyLvGiiJYaqY5DWRFIwAiQ5r6gB9GpQihJw4I9j5Mkscj3BnzGjBhv8xna5P1Jo428o6IOPY5KFZtVOkEKqUjqQY9Gi+jrIOFwJUDzRtA9xyoIrGGmkNRmxVAnZoK+TkUIeUYni5wEzgOG5iZX5HCr2JyQNqdk++G0rgb1ochSIGutTj4P7F0PuRUAolmh5sCzAHn1BYyaADh6bgFeoBx6vst091CEvcSLWBBpqGq384jZ5llVHSwEShLx+D4d0mU3D5eEAJQ9KEhOZUYnDENV2qKgmIlQhWfdvcoXYaegPp/n1oKIOgYFqxrzQSciqNhv/5FqPpy6b0UcX2vf13DfWySRSEgkEYlEJJGQSyKJSEQSCYlEEpHexIVO3XOevffze2a+PfPv9x1rne1c3b3Mmlmz9mE++zuzngfnw/E+Dlc4LL4NwHdFy7u3KGPVmZ6/4eeMoDyre3i/KHADIHYO04w9zO0mAotuKnrc7XaPjvu66bNe5cDT7RlPepEnfS2X8dF1/utDvD+OwGDBxEgQywLCvIMYWBY+DShwAAORAdv9PswhDAqOUCi5+71AbFcDMR4xBDNfhySKXPXZ1+Vub+Q1Ltf5z7eC0AjVldHI26rIFdKIAyYBJCFVUhVDwttAnM52B3Ect1TFQXzJ0z33lOuib/QO8g+CuO0gKBRU80A8hkeJ0b1KRQWmFQVSh8mf3lpUpNaRulzN5NArrmKKGMijXgzk7w5ijdFVgT8f1IdFNjVWjDWicUYWEEMmSFDtILdzHW5XueHp7p+yuS54ep5/c5BE2Gw/gWPNYU4/PZaak2VGEsFjSbOf8irea6KQgojGCk0KxZY31tWWgzwayF8N5KYyo3VADVicWWrhwzr3ZqIOa5xW5zbqMPPMiyDURHDIHQTeWq7KFXcQPOqzPOL5Ov/iIDEDy7DHEwx0PTgjO8SS0fOEHcZNMt+XKEFMj8Q4QUSvPu6HPuvd4N9/x12RPwcIVRCAakSOUzHgsUSMFWYzDQ+PiOJqAOuYc9jh5TecnA+xHfFyOYhebeTH89P80wrCJzUjlsx7euIV0g4zQFUSiBPioIWBACFC7GgDj8P91ZSJOQmQP74MAnQo8H5RIe8kZ0kBcQCMAlEpRDiKROBxbR0ksdhWFq0gR9q9uQzkDzuIFQSPqAgRCAsCaVNF2ZAAhxvtzcqcnDk6tpXxSsayqXLIgSOb6zqeH+fvO0i9XEu5EVV+OZehRZJ6BGTeaRhCkTzVIZeAzaWGAFfErIPogQI5CuR3HQQx7DzBB16R3s7e0MBUPedjWutgG/JUTPqMeAQNEiytJRnJearWUgdwFNxN7rtBoECuj/O3BMHaTIxQ0a4GctireElTJHJvLTaalih5kvBCGMvkdESUMAdCFaI4yG8SpDfRWAptqkAJUwCG6B7lOREFSZBqKs57MEHqVJEBwHa2lp0OiKtiQ18gx9P89QrSXyc0vObBM4vPmBADqJZLAo/yzK7qPSZstCy+fDSZlhrm+Zkyjsf5q2otdC14zkLjHLf0me9wjNqQo0B1a6wBJRaIEgC2Qw9oby/cRHA+xHCQy/xlB1HVSV3Y/5yVhsc7dBi2UoIWCMcbELZWgxNCGUZ5y4ceBaLlE8dAfrEosrYT+z8ya3sxXndFBxuQivNGEHFCbLGBlBLKGYHZoeoQpcjtMn/uICPefcxecpuDOEemg9S/44cflZPIlWolyHkLrEpgbS9IQRlAgZgi0WDjsEiPh+PN/Fkogq4GdzPtarlRGW2tJwEK1RMTEvdVdmhAKHO1pdUuGQsVcX+rSfGzDbwGyE8NRPQc83HCaOkTZwPqABZBdFq8zAN1gue0FPO8wYUFBE1WkMwVzM1iQ4BItFh+H36Qy/yJg0DRQICmBl+tbKUC5cCj3yXI+SUFBS78ZAcBtHt+e9lBuiqpTNh9zTvIjzuIWxVYGQJpAZY+VWS3QKh84iSZbwuIdiDpc4KztQa/sjhMaDJEJDSZ8mZ+kCBdC0JpKVNQzZdKu+EsOeFCosrngVAkDS/uy6iGnW7UxmMpkB8FyFKo6iQW8z1HuBdMu1pdkZdB8jWTjlFtNaiJRYniIDcD+eECMqFLS9ED6DgxzCMKnRD3HYYA2uMCJUh70OK8G0EUnJV8lqe8nj84QdqLhdoJskNlEw1ivajM8LtPBhIeN99LESXI9xcQIHFQudHngZjUhXOQeGlUYmAddh5pxMhzV0M1vMAtMFIVmfp6fq+DgEWefjQVenstaqUy3bJQAiVlEihDghCDINFQg8oUhoQPkO8SBEM7SFQ72VYBwPuE7k8uYF5LNwg/TEd2zkuKjIIhTiJRlYrDfNS1QL7DYUcbcCyKJNwOwucVCVSwBBj/DwghXA2hQtACgCBBPprfXkAIFIYRXhONQARFU00Tsh6LEmmQUbkTImMi9me5qaHDIeBgHeRbdxAIqAJBCDSoCNVQglrciqX/ZCD9RRP6rgpBvhmKAFhg2ForBLXBYPtUjj7vCHPe8SXbYAY47gHB9mKeqjjIg/53fmMD0fR9Bug7SFcHI6EA1OC/E8QTL4NgBSGiCiyTChnI1zcQxmyfRZGM6w701KRybDvsIK3LWDx6mxGkcglEZQLkawnCdppZ6sgCh8trWWBUQaUWCEOlOs7HAenFE45QSu9RQQDAqchXNxDq4orQR44qRIFUQvM+mRJuB6GDEixgCbSBQGXghEEbdn1P/zO/QhAWCsWsmRhLa2VFkSZIgSVKmgEQhvk6K8YKMRZl7Dwg4amOUYvFBfLlE4RasOCB5S9PXKq0AqGDMiYIReXF0mYctITWBmqR5F38X5Y7yJfeCtKBzNbWYm5XpsMpf3dRZD3jPDesvdVCOs6KYQXIFw1E4fcE8dHWOepZBXpLJcACWUZVMRZbfvgXR4Ak8A7VVSKSVuu9p6/mFxyE7cOWavtLp952O8huK83+gmHzHaAsVXLgAvl8gPCvHzAFsM8GNXGKPH5cmN02sXTLa8QdKRXMzHv67/k5A9k1UIx36UH/VlWWtuKssNiRapB6BaLXl6MA+ayDcNS3v/sYXgCL620F1kk8QhKAEOvKu4DvajDO5zkHc4fBg76anyEIIcamBPex5EK8AoVHhMW7QAqWrYD1204CJB1hCfOAV/PTBPH0zBmJmsZZKCEaAmdqm4zMcYxYLN0JuHThIAjirAnp3px7TRgD+ZSD/K92M1CNIgbC8Ex7FkSEIlQEEUQEQQQBRBABEUQQEQTx3X0Evap9AhP39jL5OvuzAWuvbDaTTDIzX2aypUCJ0i7nAigoQAk9gUIUSxXEoCFyyVIuL9ZQcMZoArnwr4D0OLS8jGNGTgGnsZQWMYrcOARoIReAALBeWhf+RUCAIEsECFQHLkwR5zj4JW3t5WOUU5djvgQIawD53EDsctmYz8xGaZGPBUR3qNkiGwqDICUYIFpqBgRaayCfFiAWR2wWvoobmzxdF8N5kyxXmvap/sgGcLF/aoBosbG+lE395R8zCA4BqUYgOgYq+HtvBrT0LK15X8lZwx5f9klCX0rdgXzIIGbdhXMqZtHzJhuptEjmsFc4KzmN5IFPtfM7gWw2kPczSIqQSPUDYKYBMamsBCpKphW0iA5H8AbMDPJOQYjLZg1Vk4G49GlCYNYAkdOd0kwRQ8FCyAHydgLZ6Z2AqrVtjDUQ7hCEmrkEooDAsB2YnBCvkBpZ6yBvJpCd7Mn5zJ6C4QF2BUQPgHEIGUrGnHzQ8rlMekBeTyAzwDJksxwM4+w3BY02B8mIl0CmFRm+ZscxAuSnvwqQsECTIGSV6FEoJFTygVuzB5xAsKqBvAQE3+nkVoJDI1BJIaPBWik7ZSu5NIp5A3mRQaTFvLgkO9fVgEgMqqeVfb+p55tijWH+Kea71ubq4v8Sl8089sZKbKEZNq+VUfISJJF7j79WrbYgS994ZEf+nIz0pNFRWqapSmK6P45i3OQuItIiPDyg6RnxZ4D0g+CFPxAzluoRsWsaA6I6JOqVWCisDvJ0BgHTzMSRgMi0vmi8R+sR6tg/XUh7kCc7kMRqSNkTBDx0OkAUegFcMazciBXNpm798R6klXap/WZz49TQwBHqEcj4oCToUPjUuP9lfxcbyKMAwT6bTf1qqIIQDl3i5oCERNmVm0wgW4A8BGRxMX3hWh8bEV5Rvfp4DS5F3djWH2ztDNWKW7OBjgjIwsDWaKRknJjqMsh9QCa1p608lLovFkBE969DYtYelSzwSRcg535vAsFeNU9SzRCYZb4LDmxmFQKkwYGM+5y/G7b1uxMIylLdyE5yxIyYsoXWhQIpzQhYPi3JkJoKkB9+BxD0OMuyOEBe36DgyPSrxscmATldgKj8PxrkA/kA5PYMgkrocwIQ6GSRGmF0VaNqBKQZ5FYDEZSDzFTzq9mBQjAayE1A+ryDTzcQZe0Ibbxj7EwpAmTrJwEimZR9CCPtODhzxuNtY19Zd2Lf/fjCTnEiDAOg62j1utb/dv9mZ/aHCj4AyOHbsW3/As0BTzIgeJU7AAAAAElFTkSuQmCC");
  cursor: crosshair;
  float: left;
}

.colorpicker-saturation i {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #000;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  margin: -4px 0 0 -4px;
}

.colorpicker-saturation i b {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.colorpicker-hue, .colorpicker-alpha {
  width: 15px;
  height: 100px;
  float: left;
  cursor: row-resize;
  margin-left: 4px;
  margin-bottom: 4px;
}

.colorpicker-hue i, .colorpicker-alpha i {
  display: block;
  height: 1px;
  background: #000;
  border-top: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: -1px;
}

.colorpicker-hue {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABkCAMAAABw8qpSAAABLFBMVEXqFBb/ABH/ACL/ADH/AEH/AFD/AGD/AG7/AH7/AI3/AJ3/AKz/ALz/AMr/ANv/AOr/APr2AP/mAP/XAP/HAP+4AP+oAP+aAP+JAP97AP9rAP9cAP9MAP8+AP8tAP8fAP8PAP8BAv8AEP8AH/8AL/8APv8ATv8AXP8Abf8Ae/8Ai/8Amv8Aqv8AuP8Ayf8A1/8A5/8A9/8A//gA/+kA/9kA/8oA/7oA/6wA/5sA/40A/30A/24A/14A/1AA/z8A/zEA/yEA/xEB/wMN/wAd/wAs/wA8/wBK/wBb/wBp/wB5/wCI/wCY/wCm/wC3/wDF/wDV/wDk/wD1/wD/+gD/7AD/3AD/zAD/vgD/rQD/nwD/jgD/gAD/cAD/YgD/UQD/QwD/MgD/JAD/FAD4Eg42qAedAAAAh0lEQVR4XgXAg3EDAAAAwI9to7Zt27a1/w49BASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTS1tHXo1KVbj159+g0YNGTYiFFjxk2YNGXajFlz5i1YtGTZilVr1m3YtGXbjl179h04dOTYiVNnzl24dOXajVt37j149OTZi1dv3n349OXbj19//wOxE1dQ8reGAAAAAElFTkSuQmCC");
}

.colorpicker-alpha {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAABkCAQAAAAVxWkcAAABr0lEQVR4Xo2VwU0DQQxF7dmRuNIFlzlSAR3QAaXQQdIBJVABFXDcOVAAd67cjJLR07dkhcSrkZKfb/t7bG88rFo3B5gZPMNycItu2xloGV7MWHzM9zuzFWCkmA0nK6AszCUJDW6+mG6R03ncw5v8EMTEvZ2O3AliYjpslblc0RF9LmZYWxURU6aKytWZYsoWCAe+xwOZp1GsEukGiIkYxcQCHck99+gRgB7JncyIB5SGEhP3Yh5P6JwX+u6AnYot104d8DJT7uH7M9JH6OZbimj0vfMVaYnJIZFJDBW9kHlerL2C6JV4mSt7uuo2N57RxnZ+usQjn0R1jwBJBrNO3evJpVYUWsJ/E3UiXRlv24/7YZ04xmEdWlzcKS+B/eapeyMvFd2k0+hRk/T0AmTW8h69s2sjYMsdPntECiILhAeIMZAeH4QvUwfn6ijC0tTV+fT9ky8jM9nK2g7Ly1VjSpKYq6IvsAm7MtNu1orEqa/K3KNvgMFdhfquPfJmp2dbh0/8Gzb6Y22ViaNr6n5410zXdngVhbu6XqdOtWOuin5hjABGp4a2uotZ71MVCfwDBt2/v37yo6AAAAAASUVORK5CYII=");
  display: none;
}

.colorpicker-saturation, .colorpicker-hue, .colorpicker-alpha {
  -webkit-background-size: contain;
          background-size: contain;
}

.colorpicker {
  padding: 4px;
  min-width: 130px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  z-index: 2500;
}

.colorpicker:before, .colorpicker:after {
  display: table;
  content: "";
  line-height: 0;
}

.colorpicker:after {
  clear: both;
}

.colorpicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}

.colorpicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 7px;
}

.colorpicker div {
  position: relative;
}

.colorpicker.colorpicker-with-alpha {
  min-width: 140px;
}

.colorpicker.colorpicker-with-alpha .colorpicker-alpha {
  display: block;
}

.colorpicker-color {
  height: 10px;
  margin-top: 5px;
  clear: both;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAABkCAQAAAAVxWkcAAABr0lEQVR4Xo2VwU0DQQxF7dmRuNIFlzlSAR3QAaXQQdIBJVABFXDcOVAAd67cjJLR07dkhcSrkZKfb/t7bG88rFo3B5gZPMNycItu2xloGV7MWHzM9zuzFWCkmA0nK6AszCUJDW6+mG6R03ncw5v8EMTEvZ2O3AliYjpslblc0RF9LmZYWxURU6aKytWZYsoWCAe+xwOZp1GsEukGiIkYxcQCHck99+gRgB7JncyIB5SGEhP3Yh5P6JwX+u6AnYot104d8DJT7uH7M9JH6OZbimj0vfMVaYnJIZFJDBW9kHlerL2C6JV4mSt7uuo2N57RxnZ+usQjn0R1jwBJBrNO3evJpVYUWsJ/E3UiXRlv24/7YZ04xmEdWlzcKS+B/eapeyMvFd2k0+hRk/T0AmTW8h69s2sjYMsdPntECiILhAeIMZAeH4QvUwfn6ijC0tTV+fT9ky8jM9nK2g7Ly1VjSpKYq6IvsAm7MtNu1orEqa/K3KNvgMFdhfquPfJmp2dbh0/8Gzb6Y22ViaNr6n5410zXdngVhbu6XqdOtWOuin5hjABGp4a2uotZ71MVCfwDBt2/v37yo6AAAAAASUVORK5CYII=");
  background-position: 0 100%;
}

.colorpicker-color div {
  height: 10px;
}

.colorpicker-selectors {
  display: none;
  height: 10px;
  margin-top: 5px;
  clear: both;
}

.colorpicker-selectors i {
  cursor: pointer;
  float: left;
  height: 10px;
  width: 10px;
}

.colorpicker-selectors i + i {
  margin-left: 3px;
}

.colorpicker-element .input-group-addon i, .colorpicker-element .add-on i {
  display: inline-block;
  cursor: pointer;
  height: 16px;
  vertical-align: text-top;
  width: 16px;
}

.colorpicker.colorpicker-inline {
  position: relative;
  display: inline-block;
  float: none;
  z-index: auto;
}

.colorpicker.colorpicker-horizontal {
  width: 110px;
  min-width: 110px;
  height: auto;
}

.colorpicker.colorpicker-horizontal .colorpicker-saturation {
  margin-bottom: 4px;
}

.colorpicker.colorpicker-horizontal .colorpicker-color {
  width: 100px;
}

.colorpicker.colorpicker-horizontal .colorpicker-hue, .colorpicker.colorpicker-horizontal .colorpicker-alpha {
  width: 100px;
  height: 15px;
  float: left;
  cursor: col-resize;
  margin-left: 0;
  margin-bottom: 4px;
}

.colorpicker.colorpicker-horizontal .colorpicker-hue i, .colorpicker.colorpicker-horizontal .colorpicker-alpha i {
  display: block;
  height: 15px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  border: 0;
  margin-top: 0;
}

.colorpicker.colorpicker-horizontal .colorpicker-hue {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAABCAMAAAAfBfuPAAABLFBMVEXqFBb/ABH/ACL/ADH/AEH/AFD/AGD/AG7/AH7/AI3/AJ3/AKz/ALz/AMr/ANv/AOr/APr2AP/mAP/XAP/HAP+4AP+oAP+aAP+JAP97AP9rAP9cAP9MAP8+AP8tAP8fAP8PAP8BAv8AEP8AH/8AL/8APv8ATv8AXP8Abf8Ae/8Ai/8Amv8Aqv8AuP8Ayf8A1/8A5/8A9/8A//gA/+kA/9kA/8oA/7oA/6wA/5sA/40A/30A/24A/14A/1AA/z8A/zEA/yEA/xEB/wMN/wAd/wAs/wA8/wBK/wBb/wBp/wB5/wCI/wCY/wCm/wC3/wDF/wDV/wDk/wD1/wD/+gD/7AD/3AD/zAD/vgD/rQD/nwD/jgD/gAD/cAD/YgD/UQD/QwD/MgD/JAD/FAD4Eg42qAedAAAAbUlEQVR4XgXAghEDsbxtlrZt27ax/w49ACAYQTGcICmaYTleECVZUTXdMC1Wm93hdLk9Xp8/EAyFI9FYPJFMpTPZXL5QLJUr1Vq90Wy1O91efzAcjSfT2XyxXK03293+cDydL9fb/fF8vT/f3x+LfRNXARMbCAAAAABJRU5ErkJggg==");
}

.colorpicker.colorpicker-horizontal .colorpicker-alpha {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAKCAQAAADoFTP1AAAB9ElEQVR4XoWTQW4VMRBEu9qWEimL7DhEMp8NF+ASnJJLcAQgE1bcgBUSkYKUuHCrZ9pjeqSU5Yn9LPu7umJQBIIv+k7vIOrtK66L4lmr3pVOrOv3otp619KZ0/KjdNI79L52Uo09FBQWrU0vfe5trezU+hLsoUKd3Repovte+0vbq/7Lj5XbaHECKasR9G4MPlbp+gzZxd6koPEJCkAYC5SjcOTAIIOK90Dja1IfIZ8Z+zAY9jm3b5Ia+MT5sFcqRJrR2AYYA8Kua5BzYRrFPNmD4PQMegGJMOffJJUsWiI3nCHZZjInNdffLWOufzbc3JaboCAVxwmnRHbhLSPwRJ4wU0BRSc6HkECYYVw95nMKgJOcylxrJttE5Ibzf9Xq9GPvP+WX3MiV/MGHfRu/SentRQrfG1GzsIrytdNXucSRKxQNIGHM9YhGFQJcdjNcBZvfJayuYe4Sia1CzwW+19mWOhe37HsxJWKwbu/jluEU15QzAQjAqCEbhMJc78GYV2E0kooHDubUImWkTOhGpgv8PoT8DJG/bzxna4BZ0eOFSOaLADGeSpFsg5AzeaDZIDQQXjZ4y/8ryfzUXBwdELRjTjCNvOeT0rNlrJz90vwy6N9pXXQEluX0inElpPWokSdiLCfiNJJjMKQ8Qsh8GEKQKMo/eiHrNbI9UksAAAAASUVORK5CYII=");
}

.colorpicker-right:before {
  left: auto;
  right: 6px;
}

.colorpicker-right:after {
  left: auto;
  right: 7px;
}

.colorpicker-no-arrow:before {
  border-right: 0;
  border-left: 0;
}

.colorpicker-no-arrow:after {
  border-right: 0;
  border-left: 0;
}

.colorpicker.colorpicker-visible, .colorpicker-alpha.colorpicker-visible, .colorpicker-saturation.colorpicker-visible, .colorpicker-hue.colorpicker-visible, .colorpicker-selectors.colorpicker-visible {
  display: block;
}

.colorpicker.colorpicker-hidden, .colorpicker-alpha.colorpicker-hidden, .colorpicker-saturation.colorpicker-hidden, .colorpicker-hue.colorpicker-hidden, .colorpicker-selectors.colorpicker-hidden {
  display: none;
}

.colorpicker-inline.colorpicker-visible {
  display: inline-block;
}

/*!
 * Font Awesome Free 5.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa, .fas, .far, .fal, .fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333333333em;
  line-height: .75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: .75em;
}

.fa-sm {
  font-size: .875em;
}

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

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

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

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

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

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

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

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

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

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

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

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  -webkit-border-radius: .1em;
          border-radius: .1em;
  border: solid .08em #eee;
  padding: .2em .25em .15em;
}

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

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

.fa.fa-pull-left, .fas.fa-pull-left, .far.fa-pull-left, .fal.fa-pull-left, .fab.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right, .fas.fa-pull-right, .far.fa-pull-right, .fal.fa-pull-right, .fab.fa-pull-right {
  margin-left: .3em;
}

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

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

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

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

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

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

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

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
      -ms-transform: scale(-1, -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 {
  -webkit-filter: none;
          filter: none;
}

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

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

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

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

.fa-inverse {
  color: #fff;
}

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

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

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

.fa-address-card:before {
  content: "\f2bb";
}

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

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

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-algolia:before {
  content: "\f36c";
}

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

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

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

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

.fa-allergies:before {
  content: "\f461";
}

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

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

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

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

.fa-amilia:before {
  content: "\f36d";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

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

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

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

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

.fa-archway:before {
  content: "\f557";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-asymmetrik:before {
  content: "\f372";
}

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

.fa-atlas:before {
  content: "\f558";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-audible:before {
  content: "\f373";
}

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

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-backspace:before {
  content: "\f55a";
}

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

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

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

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

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

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

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-bezier-curve:before {
  content: "\f55b";
}

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

.fa-bimobject:before {
  content: "\f378";
}

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

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

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

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

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

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blender:before {
  content: "\f517";
}

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

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

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

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

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

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

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

.fa-bone:before {
  content: "\f5d7";
}

.fa-bong:before {
  content: "\f55c";
}

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

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

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

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

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-boxes:before {
  content: "\f468";
}

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

.fa-brain:before {
  content: "\f5dc";
}

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

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

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

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

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

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

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

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

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

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

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

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-side:before {
  content: "\f5e4";
}

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

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

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

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

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

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

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

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

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

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

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

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

.fa-cc-apple-pay:before {
  content: "\f416";
}

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

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

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

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

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

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

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

.fa-centercode:before {
  content: "\f380";
}

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

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

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

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

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

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

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

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

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

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

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

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

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

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

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

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

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

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

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

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

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

.fa-church:before {
  content: "\f51d";
}

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

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

.fa-clipboard:before {
  content: "\f328";
}

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

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

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

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

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

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

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

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

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cocktail:before {
  content: "\f561";
}

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

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

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

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

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

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

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

.fa-coins:before {
  content: "\f51e";
}

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

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

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

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

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

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

.fa-compact-disc:before {
  content: "\f51f";
}

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

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

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

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

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

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

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

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

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

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

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

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

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

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

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

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

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

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

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

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

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

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

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

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

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

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

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

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

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

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

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

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

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

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

.fa-deaf:before {
  content: "\f2a4";
}

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

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

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

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

.fa-diagnoses:before {
  content: "\f470";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

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

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

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

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

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

.fa-dove:before {
  content: "\f4ba";
}

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

.fa-draft2digital:before {
  content: "\f396";
}

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

.fa-draw-polygon:before {
  content: "\f5ee";
}

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

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

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

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

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

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

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

.fa-edit:before {
  content: "\f044";
}

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

.fa-elementor:before {
  content: "\f430";
}

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

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

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

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

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

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

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

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

.fa-equals:before {
  content: "\f52c";
}

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

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-etsy:before {
  content: "\f2d7";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-facebook-messenger:before {
  content: "\f39f";
}

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

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

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

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

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-file-invoice-dollar:before {
  content: "\f571";
}

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

.fa-file-medical-alt:before {
  content: "\f478";
}

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

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

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

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

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

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

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

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

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

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

.fa-fingerprint:before {
  content: "\f577";
}

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

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

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

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

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

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

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

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

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

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

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

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

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

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

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

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

.fa-football-ball:before {
  content: "\f44e";
}

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

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

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

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

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

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

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

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

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

.fa-gas-pump:before {
  content: "\f52f";
}

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

.fa-gem:before {
  content: "\f3a5";
}

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

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

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

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

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

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

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

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

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

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

.fa-gitkraken:before {
  content: "\f3a6";
}

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

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

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

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

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

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

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

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

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

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

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

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

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

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

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

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

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-gulp:before {
  content: "\f3ae";
}

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

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-handshake:before {
  content: "\f2b5";
}

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

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

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

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

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

.fa-headset:before {
  content: "\f590";
}

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

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

.fa-helicopter:before {
  content: "\f533";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

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

.fa-hockey-puck:before {
  content: "\f453";
}

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

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

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

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

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

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

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

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

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

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

.fa-hubspot:before {
  content: "\f3b2";
}

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

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

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

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

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

.fa-infinity:before {
  content: "\f534";
}

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

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

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

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

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

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

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

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

.fa-js:before {
  content: "\f3b8";
}

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

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

.fa-kaggle:before {
  content: "\f5fa";
}

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

.fa-keybase:before {
  content: "\f4f5";
}

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

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

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

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

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

.fa-laravel:before {
  content: "\f3bd";
}

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

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

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

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

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

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

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

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

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

.fa-life-ring:before {
  content: "\f1cd";
}

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

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

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

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

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

.fa-linode:before {
  content: "\f2b8";
}

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

.fa-lira-sign:before {
  content: "\f195";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

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

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

.fa-mailchimp:before {
  content: "\f59e";
}

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

.fa-mandalorian:before {
  content: "\f50f";
}

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

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

.fa-map-marked-alt:before {
  content: "\f5a0";
}

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

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

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

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

.fa-markdown:before {
  content: "\f60f";
}

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

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

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

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

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

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

.fa-mastodon:before {
  content: "\f4f6";
}

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

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

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

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

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

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaport:before {
  content: "\f5a3";
}

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

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

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

.fa-microchip:before {
  content: "\f2db";
}

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

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

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

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

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

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

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

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

.fa-mix:before {
  content: "\f3cb";
}

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

.fa-mizuni:before {
  content: "\f3cc";
}

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

.fa-mobile-alt:before {
  content: "\f3cd";
}

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

.fa-monero:before {
  content: "\f3d0";
}

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

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

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

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monument:before {
  content: "\f5a6";
}

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

.fa-mortar-pestle:before {
  content: "\f5a7";
}

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

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

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

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

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

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

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-nintendo-switch:before {
  content: "\f418";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

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

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

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

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

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

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

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

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

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

.fa-osi:before {
  content: "\f41a";
}

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

.fa-page4:before {
  content: "\f3d7";
}

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

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

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

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

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

.fa-parachute-box:before {
  content: "\f4cd";
}

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

.fa-parking:before {
  content: "\f540";
}

.fa-passport:before {
  content: "\f5ab";
}

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

.fa-patreon:before {
  content: "\f3d9";
}

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

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

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

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

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

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

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

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

.fa-people-carry:before {
  content: "\f4ce";
}

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

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

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

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

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

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

.fa-php:before {
  content: "\f457";
}

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

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

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

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

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

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

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

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

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

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

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

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

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

.fa-playstation:before {
  content: "\f3df";
}

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

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

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

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

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poop:before {
  content: "\f619";
}

.fa-portrait:before {
  content: "\f3e0";
}

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

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

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

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

.fa-procedures:before {
  content: "\f487";
}

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

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pushed:before {
  content: "\f3e1";
}

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

.fa-python:before {
  content: "\f3e2";
}

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

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

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

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

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

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

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

.fa-r-project:before {
  content: "\f4f7";
}

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

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-readme:before {
  content: "\f4d5";
}

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

.fa-receipt:before {
  content: "\f543";
}

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

.fa-red-river:before {
  content: "\f3e3";
}

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

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

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

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

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

.fa-rendact:before {
  content: "\f3e4";
}

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

.fa-reply:before {
  content: "\f3e5";
}

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

.fa-replyd:before {
  content: "\f3e6";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

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

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

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

.fa-robot:before {
  content: "\f544";
}

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

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

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

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

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

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

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

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

.fa-sass:before {
  content: "\f41e";
}

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

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

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

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

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

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

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

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

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

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

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

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

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

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

.fa-shekel-sign:before {
  content: "\f20b";
}

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

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

.fa-shipping-fast:before {
  content: "\f48b";
}

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

.fa-shoe-prints:before {
  content: "\f54b";
}

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

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

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

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

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

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

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

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

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

.fa-signature:before {
  content: "\f5b7";
}

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

.fa-sistrix:before {
  content: "\f3ee";
}

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

.fa-sith:before {
  content: "\f512";
}

.fa-skull:before {
  content: "\f54c";
}

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

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

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

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

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

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

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

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smoking:before {
  content: "\f48d";
}

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

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

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

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

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

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

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

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

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

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-train:before {
  content: "\f238";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Free 5.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/fa-regular-400.eot");
  src: url("../../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../../fonts/fa-regular-400.woff2") format("woff2"), url("../../fonts/fa-regular-400.woff") format("woff"), url("../../fonts/fa-regular-400.ttf") format("truetype"), url("../../fonts/fa-regular-400.svg#fontawesome") format("svg");
}

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/*!
 * Font Awesome Free 5.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url("../../fonts/fa-solid-900.eot");
  src: url("../../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../../fonts/fa-solid-900.woff2") format("woff2"), url("../../fonts/fa-solid-900.woff") format("woff"), url("../../fonts/fa-solid-900.ttf") format("truetype"), url("../../fonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fa, .fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

:root .grid-stack-item > .ui-resizable-handle {
  -webkit-filter: none;
          filter: none;
}

.grid-stack {
  position: relative;
}

.grid-stack.grid-stack-rtl {
  direction: ltr;
}

.grid-stack.grid-stack-rtl > .grid-stack-item {
  direction: rtl;
}

.grid-stack .grid-stack-placeholder > .placeholder-content {
  border: 1px dashed #d3d3d3;
  margin: 0;
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  bottom: 0;
  width: auto;
  z-index: 0 !important;
  text-align: center;
}

.grid-stack > .grid-stack-item {
  min-width: 8.3333333333%;
  position: absolute;
  padding: 0;
}

.grid-stack > .grid-stack-item > .grid-stack-item-content {
  margin: 0;
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  bottom: 0;
  width: auto;
  z-index: 0 !important;
  overflow-x: hidden;
  overflow-y: auto;
}

.grid-stack > .grid-stack-item > .ui-resizable-handle {
  position: absolute;
  font-size: .1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.grid-stack > .grid-stack-item.ui-resizable-autohide > .ui-resizable-handle, .grid-stack > .grid-stack-item.ui-resizable-disabled > .ui-resizable-handle {
  display: none;
}

.grid-stack > .grid-stack-item.ui-draggable-dragging, .grid-stack > .grid-stack-item.ui-resizable-resizing {
  z-index: 100;
}

.grid-stack > .grid-stack-item.ui-draggable-dragging > .grid-stack-item-content, .grid-stack > .grid-stack-item.ui-resizable-resizing > .grid-stack-item-content {
  -webkit-box-shadow: 1px 4px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 4px 6px rgba(0, 0, 0, 0.2);
  opacity: .8;
}

.grid-stack > .grid-stack-item > .ui-resizable-se, .grid-stack > .grid-stack-item > .ui-resizable-sw {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDUxMS42MjYgNTExLjYyNyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTExLjYyNiA1MTEuNjI3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTMyOC45MDYsNDAxLjk5NGgtMzYuNTUzVjEwOS42MzZoMzYuNTUzYzQuOTQ4LDAsOS4yMzYtMS44MDksMTIuODQ3LTUuNDI2YzMuNjEzLTMuNjE1LDUuNDIxLTcuODk4LDUuNDIxLTEyLjg0NSAgIGMwLTQuOTQ5LTEuODAxLTkuMjMxLTUuNDI4LTEyLjg1MWwtNzMuMDg3LTczLjA5QzI2NS4wNDQsMS44MDksMjYwLjc2LDAsMjU1LjgxMywwYy00Ljk0OCwwLTkuMjI5LDEuODA5LTEyLjg0Nyw1LjQyNCAgIGwtNzMuMDg4LDczLjA5Yy0zLjYxOCwzLjYxOS01LjQyNCw3LjkwMi01LjQyNCwxMi44NTFjMCw0Ljk0NiwxLjgwNyw5LjIyOSw1LjQyNCwxMi44NDVjMy42MTksMy42MTcsNy45MDEsNS40MjYsMTIuODUsNS40MjYgICBoMzYuNTQ1djI5Mi4zNThoLTM2LjU0MmMtNC45NTIsMC05LjIzNSwxLjgwOC0xMi44NSw1LjQyMWMtMy42MTcsMy42MjEtNS40MjQsNy45MDUtNS40MjQsMTIuODU0ICAgYzAsNC45NDUsMS44MDcsOS4yMjcsNS40MjQsMTIuODQ3bDczLjA4OSw3My4wODhjMy42MTcsMy42MTcsNy44OTgsNS40MjQsMTIuODQ3LDUuNDI0YzQuOTUsMCw5LjIzNC0xLjgwNywxMi44NDktNS40MjQgICBsNzMuMDg3LTczLjA4OGMzLjYxMy0zLjYyLDUuNDIxLTcuOTAxLDUuNDIxLTEyLjg0N2MwLTQuOTQ4LTEuODA4LTkuMjMyLTUuNDIxLTEyLjg1NCAgIEMzMzguMTQyLDQwMy44MDIsMzMzLjg1Nyw0MDEuOTk0LDMyOC45MDYsNDAxLjk5NHoiIGZpbGw9IiM2NjY2NjYiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.grid-stack > .grid-stack-item > .ui-resizable-se {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.grid-stack > .grid-stack-item > .ui-resizable-nw {
  cursor: nw-resize;
  width: 20px;
  height: 20px;
  left: 10px;
  top: 0;
}

.grid-stack > .grid-stack-item > .ui-resizable-n {
  cursor: n-resize;
  height: 10px;
  top: 0;
  left: 25px;
  right: 25px;
}

.grid-stack > .grid-stack-item > .ui-resizable-ne {
  cursor: ne-resize;
  width: 20px;
  height: 20px;
  right: 10px;
  top: 0;
}

.grid-stack > .grid-stack-item > .ui-resizable-e {
  cursor: e-resize;
  width: 10px;
  right: 10px;
  top: 15px;
  bottom: 15px;
}

.grid-stack > .grid-stack-item > .ui-resizable-se {
  cursor: se-resize;
  width: 20px;
  height: 20px;
  right: 10px;
  bottom: 0;
}

.grid-stack > .grid-stack-item > .ui-resizable-s {
  cursor: s-resize;
  height: 10px;
  left: 25px;
  bottom: 0;
  right: 25px;
}

.grid-stack > .grid-stack-item > .ui-resizable-sw {
  cursor: sw-resize;
  width: 20px;
  height: 20px;
  left: 10px;
  bottom: 0;
}

.grid-stack > .grid-stack-item > .ui-resizable-w {
  cursor: w-resize;
  width: 10px;
  left: 10px;
  top: 15px;
  bottom: 15px;
}

.grid-stack > .grid-stack-item.ui-draggable-dragging > .ui-resizable-handle {
  display: none !important;
}

.grid-stack > .grid-stack-item[data-gs-width='1'] {
  width: 8.3333333333%;
}

.grid-stack > .grid-stack-item[data-gs-x='1'] {
  left: 8.3333333333%;
}

.grid-stack > .grid-stack-item[data-gs-min-width='1'] {
  min-width: 8.3333333333%;
}

.grid-stack > .grid-stack-item[data-gs-max-width='1'] {
  max-width: 8.3333333333%;
}

.grid-stack > .grid-stack-item[data-gs-width='2'] {
  width: 16.6666666667%;
}

.grid-stack > .grid-stack-item[data-gs-x='2'] {
  left: 16.6666666667%;
}

.grid-stack > .grid-stack-item[data-gs-min-width='2'] {
  min-width: 16.6666666667%;
}

.grid-stack > .grid-stack-item[data-gs-max-width='2'] {
  max-width: 16.6666666667%;
}

.grid-stack > .grid-stack-item[data-gs-width='3'] {
  width: 25%;
}

.grid-stack > .grid-stack-item[data-gs-x='3'] {
  left: 25%;
}

.grid-stack > .grid-stack-item[data-gs-min-width='3'] {
  min-width: 25%;
}

.grid-stack > .grid-stack-item[data-gs-max-width='3'] {
  max-width: 25%;
}

.grid-stack > .grid-stack-item[data-gs-width='4'] {
  width: 33.3333333333%;
}

.grid-stack > .grid-stack-item[data-gs-x='4'] {
  left: 33.3333333333%;
}

.grid-stack > .grid-stack-item[data-gs-min-width='4'] {
  min-width: 33.3333333333%;
}

.grid-stack > .grid-stack-item[data-gs-max-width='4'] {
  max-width: 33.3333333333%;
}

.grid-stack > .grid-stack-item[data-gs-width='5'] {
  width: 41.6666666667%;
}

.grid-stack > .grid-stack-item[data-gs-x='5'] {
  left: 41.6666666667%;
}

.grid-stack > .grid-stack-item[data-gs-min-width='5'] {
  min-width: 41.6666666667%;
}

.grid-stack > .grid-stack-item[data-gs-max-width='5'] {
  max-width: 41.6666666667%;
}

.grid-stack > .grid-stack-item[data-gs-width='6'] {
  width: 50%;
}

.grid-stack > .grid-stack-item[data-gs-x='6'] {
  left: 50%;
}

.grid-stack > .grid-stack-item[data-gs-min-width='6'] {
  min-width: 50%;
}

.grid-stack > .grid-stack-item[data-gs-max-width='6'] {
  max-width: 50%;
}

.grid-stack > .grid-stack-item[data-gs-width='7'] {
  width: 58.3333333333%;
}

.grid-stack > .grid-stack-item[data-gs-x='7'] {
  left: 58.3333333333%;
}

.grid-stack > .grid-stack-item[data-gs-min-width='7'] {
  min-width: 58.3333333333%;
}

.grid-stack > .grid-stack-item[data-gs-max-width='7'] {
  max-width: 58.3333333333%;
}

.grid-stack > .grid-stack-item[data-gs-width='8'] {
  width: 66.6666666667%;
}

.grid-stack > .grid-stack-item[data-gs-x='8'] {
  left: 66.6666666667%;
}

.grid-stack > .grid-stack-item[data-gs-min-width='8'] {
  min-width: 66.6666666667%;
}

.grid-stack > .grid-stack-item[data-gs-max-width='8'] {
  max-width: 66.6666666667%;
}

.grid-stack > .grid-stack-item[data-gs-width='9'] {
  width: 75%;
}

.grid-stack > .grid-stack-item[data-gs-x='9'] {
  left: 75%;
}

.grid-stack > .grid-stack-item[data-gs-min-width='9'] {
  min-width: 75%;
}

.grid-stack > .grid-stack-item[data-gs-max-width='9'] {
  max-width: 75%;
}

.grid-stack > .grid-stack-item[data-gs-width='10'] {
  width: 83.3333333333%;
}

.grid-stack > .grid-stack-item[data-gs-x='10'] {
  left: 83.3333333333%;
}

.grid-stack > .grid-stack-item[data-gs-min-width='10'] {
  min-width: 83.3333333333%;
}

.grid-stack > .grid-stack-item[data-gs-max-width='10'] {
  max-width: 83.3333333333%;
}

.grid-stack > .grid-stack-item[data-gs-width='11'] {
  width: 91.6666666667%;
}

.grid-stack > .grid-stack-item[data-gs-x='11'] {
  left: 91.6666666667%;
}

.grid-stack > .grid-stack-item[data-gs-min-width='11'] {
  min-width: 91.6666666667%;
}

.grid-stack > .grid-stack-item[data-gs-max-width='11'] {
  max-width: 91.6666666667%;
}

.grid-stack > .grid-stack-item[data-gs-width='12'] {
  width: 100%;
}

.grid-stack > .grid-stack-item[data-gs-x='12'] {
  left: 100%;
}

.grid-stack > .grid-stack-item[data-gs-min-width='12'] {
  min-width: 100%;
}

.grid-stack > .grid-stack-item[data-gs-max-width='12'] {
  max-width: 100%;
}

.grid-stack.grid-stack-animate, .grid-stack.grid-stack-animate .grid-stack-item {
  -webkit-transition: left .3s, top .3s, height .3s, width .3s;
  -o-transition: left .3s, top .3s, height .3s, width .3s;
  transition: left .3s, top .3s, height .3s, width .3s;
}

.grid-stack.grid-stack-animate .grid-stack-item.grid-stack-placeholder, .grid-stack.grid-stack-animate .grid-stack-item.ui-draggable-dragging, .grid-stack.grid-stack-animate .grid-stack-item.ui-resizable-resizing {
  -webkit-transition: left 0s, top 0s, height 0s, width 0s;
  -o-transition: left 0s, top 0s, height 0s, width 0s;
  transition: left 0s, top 0s, height 0s, width 0s;
}

.grid-stack.grid-stack-one-column-mode {
  height: auto !important;
}

.grid-stack.grid-stack-one-column-mode > .grid-stack-item {
  position: relative !important;
  width: auto !important;
  left: 0 !important;
  top: auto !important;
  margin-bottom: 20px;
  max-width: none !important;
}

.grid-stack.grid-stack-one-column-mode > .grid-stack-item > .ui-resizable-handle {
  display: none;
}

@media (min-width: 768px) {
  .navbar #header .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  #header a.minimizer {
    display: none;
  }
  #header .navbar ul.nav > li.global-search-container {
    display: block;
  }
  #global-search-input {
    width: 100% !important;
  }
}

body > #header ul.tabs > li > a > span.full-label {
  position: absolute;
  margin-left: 28px;
}

body > #header ul.tabs > li.more > ul > li > a > span.full-label {
  padding-left: 28px;
  position: static;
}

body > #header ul.tabs > li.more > ul > li > a > span.short-label {
  position: absolute;
}

body > #header ul.tabs > li > a > span.short-label > .short-label-text {
  font-weight: bold;
  visibility: hidden;
}

body > #header ul.tabs > li span.short-label > span {
  display: inline-block;
  width: 16px;
  text-align: center;
}

body > #header ul.tabs > li > a > span.full-label {
  display: inline;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  max-width: calc(100% - 50px);
  overflow: hidden;
  white-space: nowrap;
}

body > #header .navbar-brand span.home-icon {
  display: none;
}

#header .more-icon {
  display: inline;
}

#header .navbar > .navbar-header > a.navbar-brand, #header .navbar > .navbar-header > a.navbar-brand:active {
  color: #dfdfdf;
}

#header .navbar li.tab > a {
  border-left-width: 0;
  border-left-style: solid;
  border-color: transparent;
}

#header .navbar li.tab > a > span.full-label {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

@media screen and (min-width: 768px) {
  #header .nav > li.more > .dropdown-menu {
    top: 0;
    left: 173px;
    padding-top: 0;
    padding-bottom: 0;
    position: fixed;
    border-left-width: 0;
    border-top-width: 0;
    overflow-y: hidden;
  }
  #header ul.tabs {
    width: 173px;
    margin-left: -8px;
    overflow-y: hidden;
  }
  #header a.minimizer {
    color: #dfdfdf;
    text-decoration: none;
    margin-top: 5px;
    display: inline-block;
    margin-left: 4px;
  }
  #header a.minimizer > span.left {
    display: inline;
  }
  #header a.minimizer > span.right {
    display: none;
  }
  body.minimized #header {
    width: 38px;
  }
  body.minimized #header .nav > li.more > ul.dropdown-menu {
    left: 38px;
  }
  body.minimized #header .navbar-brand img {
    display: none;
  }
  body.minimized #header a.navbar-brand {
    position: fixed;
    top: 0;
    height: 35px;
    width: 38px;
    padding-top: 8px;
  }
  body.minimized #header a.navbar-brand span.home-icon {
    margin-left: 12px;
    display: inline;
    font-size: 14px;
  }
  body.minimized #header .navbar-brand img {
    display: none;
  }
  body.minimized #header .navbar-header {
    width: 38px;
    height: 30px;
  }
  body.minimized #header a.minimizer > span.left {
    display: none;
  }
  body.minimized #header a.minimizer > span.right {
    display: inline;
  }
  body.minimized #content {
    margin-left: 38px;
  }
  body.minimized #footer {
    margin-left: 38px;
  }
  body.minimized #header .navbar {
    width: 38px;
  }
  body.minimized #header ul.tabs {
    width: 38px;
    margin-top: 5px;
  }
  body.minimized #header .navbar-right {
    margin-left: 38px;
    padding-right: 38px;
  }
  body.minimized #header ul.tabs > li > a {
    padding-left: 10px;
  }
  body.minimized #header ul.tabs > li.tab > a {
    padding-left: 10px;
  }
  body.minimized #header ul.tabs > li > a > span.short-label {
    display: inline;
  }
  body.minimized #header ul.tabs > li > a > span.short-label > .color-icon {
    display: none;
  }
  body.minimized #header ul.tabs > li > a > span.full-label {
    display: none;
  }
  body.minimized > #header ul.tabs > li > a > span.short-label > .short-label-text {
    position: relative;
    left: -1px;
    visibility: visible;
  }
  #header .navbar {
    top: 0;
    border-width: 0;
  }
  #header {
    width: 173px;
  }
  #header .navbar-brand img {
    max-width: 161px;
    height: 33px;
  }
  #header a.navbar-brand {
    max-width: 173px;
    height: 35px;
  }
  #header .navbar-header {
    width: 173px;
  }
  #header .navbar-header > a.minimizer {
    width: 30px;
    height: 30px;
    float: right;
  }
  body > .content {
    margin-left: 173px;
  }
  body {
    padding-top: 30px;
  }
  html, body {
    height: 100%;
  }
  body > footer {
    margin-top: -26x;
  }
  body > .content {
    height: auto;
    min-height: 100%;
    padding-bottom: 42px;
  }
  body > footer {
    clear: both;
    position: relative;
    height: 26px;
    margin-top: -28px;
  }
  body > footer {
    margin-left: 173px;
  }
  #header .navbar {
    position: fixed;
    z-index: 1030;
    width: 173px;
    margin-bottom: 0;
    height: 100%;
  }
  #header ul.tabs li {
    float: none;
  }
  #header .navbar-right {
    bottom: 20px;
    position: fixed;
    top: 0;
    left: 0;
    height: 30px;
    width: 100%;
    background-color: #ececec;
    margin-left: 173px;
    padding-right: 173px;
  }
  #header .navbar-right .global-search-container {
    position: fixed;
    top: 0;
    right: 102px;
  }
  #header .navbar-right .global-search-container a.global-searcy-button {
    padding: 5px 10px;
    color: #999;
  }
  #header .navbar-right .quick-create-container {
    position: fixed;
    top: 0;
    right: 34px;
    width: 34px;
  }
  #header .navbar-right .menu-container {
    position: fixed;
    top: 0;
    right: 0;
    width: 34px;
  }
  #header .navbar-right > li > a {
    color: #999;
    padding: 5px 10px;
  }
  #header .navbar-right .notifications-badge-container {
    position: fixed;
    top: 0;
    right: 68px;
    width: 34px;
  }
  #header ul.tabs li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
  }
  #header ul.tabs li.tab > a {
    padding-left: 10px;
  }
  #header .navbar-form {
    margin-top: 0;
    margin-bottom: 0;
  }
  #global-search-input {
    height: 30px !important;
    margin-top: 0 !important;
  }
  #login {
    margin-left: -173px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1800px;
  }
}

body .stick-sub.button-container {
  width: calc(100% - 173px);
}

body.minimized .stick-sub.button-container {
  width: calc(100% - 38px);
}

.btn {
  -webkit-border-radius: 0;
          border-radius: 0;
}

.panel-body {
  padding: 14px;
}

.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

blockquote {
  font-size: 14px;
  border-left-width: 3px;
}

.pagination-sm > li > a {
  line-height: 1.5;
}

.preset {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden !important;
}

.preset > div {
  padding-right: 20px;
}

.modal-container.overlaid .modal-content {
  box-shadow: none;
  -webkit-box-shadow: none;
}

.modal-header {
  padding: 10px 14px;
  border-bottom: 0 solid #e5e5e5;
  min-height: 34px;
}

.modal-header .close {
  font-size: 31px;
  font-weight: normal;
  margin-top: -4px;
  max-height: 24px;
}

.modal-header .close > span {
  position: relative;
  max-height: 24px;
  height: 24px;
  display: inline-block;
}

.modal-footer {
  margin-top: 10px;
  padding: 14px 14px 14px;
}

.modal-footer > .main-btn-group {
  float: right;
}

.modal-footer > .additional-btn-group {
  float: left;
}

.modal-dialog > .modal-content {
  -webkit-background-clip: border-box;
          background-clip: border-box;
  border-color: #e8eced;
  border-width: 0;
}

.table thead > tr > th {
  border-bottom: 1px solid #e8eced;
  font-weight: normal;
}

.form-group.hidden-cell {
  margin-bottom: 0;
  min-height: 0 !important;
}

.hidden-cell div.field {
  display: none !important;
}

.hidden-cell label.control-label {
  display: none !important;
}

.hidden-cell .inline-edit-link {
  display: none !important;
}

.panel-group .panel + .panel {
  margin-top: 4px;
}

.alert {
  padding: 5px 18px;
}

label {
  margin-bottom: 3px;
}

.table {
  margin-bottom: 10px;
}

.page-header {
  margin: 10px 0;
  border-bottom: 0;
  padding-bottom: 2px;
  min-height: 33px;
}

.page-header > .row {
  min-height: 33px;
}

.modal-header {
  background-color: #e8eced;
}

div.list-expanded > ul > li > div.expanded-row > .cell {
  padding-left: 6px;
  padding-right: 3px;
  border-left: 1px solid #e8eced;
}

div.list-expanded > ul > li > div.expanded-row > .cell:first-child {
  padding-left: 0;
  border-left: 0;
}

.list > table.table td > span.list-icon-container.pull-right {
  margin-left: 5px;
}

.list > table.table td > span.list-icon-container.pull-left {
  margin-right: 5px;
}

.list > ul.list-group > li.list-row .cell > span.glyphicon.pull-right {
  margin-left: 5px;
  margin-top: 4px;
}

div.list-kanban > div > table {
  width: 100%;
  table-layout: fixed;
}

div.list-kanban > div > table th {
  font-weight: normal;
  color: #fff;
  background-color: #999;
  position: relative;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

div.list-kanban > div > table th > div {
  padding-left: 8px;
  position: relative;
  line-height: 28px;
  height: 100%;
  width: 100%;
}

div.list-kanban > div > table th > div:before, div.list-kanban > div > table th > div:after {
  content: " ";
  display: inline-block;
  border-width: 18px;
  border-style: solid;
  width: 0;
  height: 0;
  position: absolute;
  margin-top: -4px;
}

div.list-kanban > div > table th > div:after {
  left: calc(100% - 10px);
  z-index: 1;
  border-color: transparent transparent transparent #fff;
}

div.list-kanban > div > table th > div:before {
  left: calc(100% - 12px);
  z-index: 2;
  border-color: transparent transparent transparent #999;
}

div.list-kanban > div > table th:last-child > div:before, div.list-kanban > div > table th:last-child > div:after {
  border-color: transparent transparent transparent transparent !important;
}

div.list-kanban > div > table td.group-column {
  vertical-align: top;
  padding-top: 10px;
}

div.list-kanban > div > table td.group-column .show-more a {
  margin: 0 auto;
  display: block;
  height: 20px;
}

div.list-kanban > div > table td.group-column .show-more a > span {
  top: -4px;
  color: #999;
  position: relative;
}

div.list-kanban > div > table td.group-column .group-column-list {
  min-height: 200px;
}

div.list-kanban > div > table .item {
  margin-bottom: 10px;
}

div.list-kanban > div > table .item .panel {
  margin-bottom: 0;
}

div.list-kanban > div > table .item .panel .form-group {
  margin-bottom: 3px;
}

div.list-kanban > div > table .item .panel .form-group .field-right-align {
  text-align: right;
}

div.list-kanban > div > table .item .panel .form-group .field {
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-size: 14px;
}

div.list-kanban > div > table .item .panel .form-group .field.field-large {
  font-size: 18px;
  color: #555;
}

div.list-kanban > div > table .item .panel div:last-child > .form-group {
  margin-bottom: 0;
}

div.list-kanban > div > table .item .panel .panel-body {
  padding: 8px;
}

div.list-kanban > div > table .item .panel .item-menu-container {
  margin-top: -10px;
  margin-right: -10px;
}

div.list-kanban > div > table .item.ui-sortable-helper {
  cursor: move;
}

div.list-kanban > div.kanban-columns-container {
  margin-left: -10px;
  margin-right: -10px;
}

div.list-kanban > div.kanban-columns-container > table {
  border-collapse: separate;
  border-spacing: 10px 0;
}

@supports (display: grid) {
  div.list-kanban > div.kanban-columns-container, div.list-kanban > div.kanban-head-container {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  div.list-kanban > div.kanban-columns-container > table, div.list-kanban > div.kanban-head-container > table {
    display: block !important;
    border-collapse: unset;
    border-spacing: unset;
  }
  div.list-kanban > div.kanban-columns-container > table > tbody, div.list-kanban > div.kanban-head-container > table > tbody, div.list-kanban > div.kanban-columns-container > table > thead, div.list-kanban > div.kanban-head-container > table > thead {
    display: block !important;
  }
  div.list-kanban > div.kanban-columns-container > table > tbody tr.kanban-row, div.list-kanban > div.kanban-head-container > table > tbody tr.kanban-row, div.list-kanban > div.kanban-columns-container > table > thead tr.kanban-row, div.list-kanban > div.kanban-head-container > table > thead tr.kanban-row {
    display: grid !important;
    grid-column-gap: 10px;
    grid-auto-columns: 1fr;
  }
  div.list-kanban > div.kanban-columns-container > table > tbody tr.kanban-row tbody, div.list-kanban > div.kanban-head-container > table > tbody tr.kanban-row tbody, div.list-kanban > div.kanban-columns-container > table > thead tr.kanban-row tbody, div.list-kanban > div.kanban-head-container > table > thead tr.kanban-row tbody, div.list-kanban > div.kanban-columns-container > table > tbody tr.kanban-row thead, div.list-kanban > div.kanban-head-container > table > tbody tr.kanban-row thead, div.list-kanban > div.kanban-columns-container > table > thead tr.kanban-row thead, div.list-kanban > div.kanban-head-container > table > thead tr.kanban-row thead, div.list-kanban > div.kanban-columns-container > table > tbody tr.kanban-row td, div.list-kanban > div.kanban-head-container > table > tbody tr.kanban-row td, div.list-kanban > div.kanban-columns-container > table > thead tr.kanban-row td, div.list-kanban > div.kanban-head-container > table > thead tr.kanban-row td, div.list-kanban > div.kanban-columns-container > table > tbody tr.kanban-row th, div.list-kanban > div.kanban-head-container > table > tbody tr.kanban-row th, div.list-kanban > div.kanban-columns-container > table > thead tr.kanban-row th, div.list-kanban > div.kanban-head-container > table > thead tr.kanban-row th {
    display: block !important;
  }
  div.list-kanban > div.kanban-columns-container > table > tbody tr.kanban-row > td, div.list-kanban > div.kanban-head-container > table > tbody tr.kanban-row > td, div.list-kanban > div.kanban-columns-container > table > thead tr.kanban-row > td, div.list-kanban > div.kanban-head-container > table > thead tr.kanban-row > td, div.list-kanban > div.kanban-columns-container > table > tbody tr.kanban-row th, div.list-kanban > div.kanban-head-container > table > tbody tr.kanban-row th, div.list-kanban > div.kanban-columns-container > table > thead tr.kanban-row th, div.list-kanban > div.kanban-head-container > table > thead tr.kanban-row th {
    grid-row: 1;
  }
  div.list-kanban > div.kanban-head-container {
    background-color: #999;
  }
  div.list-kanban > div.kanban-head-container > table > thead tr.kanban-row {
    overflow: hidden;
  }
  div.list-kanban > div.kanban-head-container > table > thead tr.kanban-row > th {
    overflow: visible;
    min-width: 0;
    max-height: 28px;
  }
  div.list-kanban > div.kanban-head-container > table > thead tr.kanban-row > th .kanban-group-label {
    display: inline-block;
    max-width: calc(100% - 15px);
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
  }
}

table.table > thead th > a {
  color: #999;
}

table.table > thead th {
  color: #999;
}

.cell label, .filter label {
  color: #999;
  font-weight: normal;
}

.cell > label, .filter label {
  margin-bottom: 2px;
}

.filter .selectize-input {
  min-height: 30px;
}

.btn.active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar-inverse {
  border-bottom-width: 0 !important;
}

@media screen and (min-width: 768px) {
  .navbar .navbar-header {
    width: 181px;
  }
}

.navbar .navbar-header a.navbar-brand {
  margin-left: auto;
  margin-right: auto;
}

.navbar-brand {
  padding: 0;
  width: 181px;
  height: 43px;
}

.navbar img.logo {
  max-height: 100%;
  max-width: 100%;
}

#login.panel .panel-heading {
  border-bottom-width: 0;
}

#login .logo-container {
  width: 181px;
  height: 43px;
}

#login .logo-container img.logo {
  max-height: 100%;
  max-width: 100%;
}

#global-search-input {
  width: 145px;
  margin-top: 1px;
  padding-right: 10px;
}

.progress.pre-loading {
  margin-top: -50px;
  margin-bottom: 31px;
}

.edit form {
  margin: 0;
}

.button-container {
  padding: 0 0 10px;
}

.margin {
  margin: 8px 0;
}

.margin-top {
  margin-top: 8px;
}

.margin-bottom {
  margin-bottom: 8px;
}

.margin-bottom.margin {
  margin-top: 0;
}

.margin.list-group-item:first-child {
  margin-top: 0;
}

ul.dropdown-menu > li.checkbox {
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 3px 0 3px 20px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.dropdown-menu > li > a {
  line-height: 19px;
}

ul.dropdown-menu > li > a.active {
  background-color: #eee;
  text-decoration: none;
  outline: 0;
}

ul.dropdown-menu > li.checkbox:last-child {
  margin-bottom: 3px;
}

.page-header h3 {
  margin-top: 0;
  margin-bottom: 8px;
}

.page-header .breadcrumb-separator {
  padding: 0 6px;
}

.modal-header a {
  color: #333;
}

.list-buttons-container > div {
  float: left;
  margin-right: 14px;
}

.list-buttons-container > div.total-count {
  margin-right: 0;
  float: right;
  padding: 6px 0;
}

.list-container .pagination {
  margin: 0;
}

.floated-row > div {
  float: left;
  margin-right: 14px;
}

.search-row {
  margin-left: -3px !important;
  margin-right: -3px !important;
}

.search-row > div {
  padding-left: 2px !important;
  padding-right: 2px !important;
}

.cell > .field {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.field .row {
  margin-left: -3px !important;
  margin-right: -3px !important;
}

.field .row > div {
  padding-left: 3px !important;
  padding-right: 3px !important;
  float: left;
}

.field .form-control, .field .btn {
  margin-bottom: 3px;
}

.field .input-group .form-control, .field .input-group .btn {
  margin-bottom: 0;
}

.field .input-group {
  margin-bottom: 3px;
}

.field .link-container {
  margin-bottom: 0;
}

.list-group-item {
  margin-bottom: 0;
  border-top-width: 0;
}

.list-group-item:first-child,
.list-group > .list-group-item.hidden + .list-group-item:not(.hidden)  {
  border-top-width: 1px;
}

.list-group-item.ui-sortable-helper {
  border-top-width: 1px !important;
  border-bottom-width: 1px !important;
  border-left-width: 1px !important;
  border-right-width: 1px !important;
}

.panel > .panel-body.panel-body-form {
  padding-bottom: 2px;
}

.list-group-item {
  background-color: transparent;
}

.panel-body .field > .link-container > .list-group-item {
  background-color: #fff;
}

.panel-body .list-group-item {
  background-color: #fff;
}

.field .link-container .list-group-item:last-child {
  margin-bottom: -1px;
}

.field .link-container .list-group-item > div {
  margin: 0;
}

.field .link-container .list-group-item > div > div {
  margin: 6px 0;
}

.field .link-container .list-group-item .form-control, .field .link-container .list-group-item .btn {
  margin-top: 0;
  margin-bottom: 0;
}

.field .link-container .link-group-item-with-columns > div > .btn-group {
  margin-top: 0;
  margin-bottom: 0;
}

.field .link-container .link-group-item-with-columns > div > .btn-group .caret {
  border-top-color: #999;
}

.filter > .form-group .field .link-container {
  font-size: 12px;
}

.filter > .form-group .field .link-container .fa-times {
  font-size: 12px;
}

.filter > .form-group .field .input-group input {
  font-size: 12px;
  height: 30px;
}

.filter > .form-group .field .input-group button.btn {
  font-size: 12px;
  height: 30px;
}

.filter .field .link-container .list-group-item a {
  margin-top: 1px;
}

.field .link-container .list-group-item a {
  margin-top: 1px;
}

.field .link-container > .list-group-item.link-with-role > a, .field .link-container > .list-group-item.link-with-role > div > a {
  margin-top: 6px;
}

.field .link-container > .list-group-item.link-group-item-with-columns > div:nth-child(1), .field .link-container > .list-group-item.link-group-item-with-primary > div:nth-child(1) {
  display: inline-block;
  width: calc(100% - 23px);
  float: left;
}

.field .link-container > .list-group-item.link-group-item-with-columns > div:nth-child(1) > input.form-control, .field .link-container > .list-group-item.link-group-item-with-primary > div:nth-child(1) > input.form-control {
  width: 40%;
}

.field .link-container > .list-group-item.link-group-item-with-columns > div:nth-child(2), .field .link-container > .list-group-item.link-group-item-with-primary > div:nth-child(2) {
  display: inline-block;
  width: 23px;
  float: right;
  vertical-align: top;
}

ul.dropdown-menu > li > a > .check-icon + div {
  padding-right: 20px;
}

.detail-field-container {
  padding: 7px 0;
}

#login.panel > .panel-heading {
  background-color: #546e7a;
  padding: 0;
  margin: -2px;
}

@media screen and (max-width: 767px) {
  .modal-dialog {
    margin: 0;
  }
  .modal-dialog .image-container {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 740px;
  }
}

@media screen and (min-width: 992px) {
  .modal-dialog {
    width: 900px;
  }
  .dialog-confirm > .modal-dialog {
    width: 550px;
  }
}

.dialog-confirm > .modal-dialog > .modal-content {
  text-align: center;
}

table.table > tbody td > .list-row-buttons button {
  position: relative;
  margin-top: 2px;
}

.list-row-buttons span.caret {
  border-top-color: #999;
}

.list > table {
  margin-bottom: 0;
}

.list > ul {
  margin-bottom: 0;
}

.list > table td input[type="checkbox"], .list > table th input[type="checkbox"] {
  margin: 0;
  position: relative;
  top: 2px;
}

.list > table th input[type="checkbox"] {
  margin: 0;
  position: relative;
  top: 2px !important;
}

.list > table th span.caret {
  border-top-color: #999;
}

.list > table th span.caret-up {
  border-bottom-color: #999;
}

.filter a.remove-filter {
  display: none;
}

.filter:hover a.remove-filter {
  display: block;
}

select[multiple].input-sm {
  height: 90px !important;
}

.input-group-btn > select.form-control {
  position: relative;
  display: inline-block;
  width: auto;
  vertical-align: middle;
  margin-right: -1px;
}

.input-group-btn:last-child > select.form-control {
  margin-right: 0;
  margin-left: -1px;
}

.input-group > .middle-element {
  margin-left: 0 !important;
}

.input-group .form-control:focus {
  z-index: 3;
}

.panel-body > p:first-child, section > p:first-child, .panel-body > h1:first-child, section > h1:first-child, .panel-body > h2:first-child, section > h2:first-child, .panel-body > h3:first-child, section > h3:first-child, .panel-body > h4:first-child, section > h4:first-child, .panel-body > h5:first-child, section > h5:first-child {
  margin-top: 0;
}

.panel-body > p:last-child, section > p:last-child, .panel-body ul, section ul, .panel-body li, section li, .panel-body .table, section .table {
  margin-bottom: 0;
}

.well > p:last-child {
  margin-bottom: 0;
}

.panel-body > div > .list-expanded {
  margin-left: -14px;
  margin-right: -14px;
}

.panel-body > div > .list {
  margin-left: -14px;
  margin-right: -14px;
}

.panel-body > div > .list > table td:first-child, .panel-body > div > .list > table th:first-child {
  padding-left: 14px;
}

.panel-body > div > .list > table td:last-child, .panel-body > div > .list > table th:last-child {
  padding-right: 14px;
}

.modal-body > div > .list {
  margin-left: -14px;
  margin-right: -14px;
}

.modal-body > div > .list > table td:first-child, .modal-body > div > .list > table th:first-child {
  padding-left: 14px;
}

.modal-body > div > .list > table td:last-child, .modal-body > div > .list > table th:last-child {
  padding-right: 14px;
}

#main > .list-container > .list {
  margin-left: -15px;
  margin-right: -15px;
}

#main > .list-container > .list > table td:first-child, #main > .list-container > .list > table th:first-child {
  padding-left: 15px;
}

#main > .list-container > .list > table td:last-child, #main > .list-container > .list > table th:last-child {
  padding-right: 15px;
}

.panel-body > .no-margin {
  margin: -14px;
}

.panel-body .no-side-margin {
  margin-left: -14px;
  margin-right: -14px;
}

.panel-body .no-side-margin > table td:first-child, .panel-body .no-side-margin > table th:first-child {
  padding-left: 14px;
}

.panel-body .no-side-margin > table td:last-child, .panel-body .no-side-margin > table th:last-child {
  padding-right: 14px;
}

.panel-body .no-side-margin > .list-group-item {
  border-left-width: 0;
  border-right-width: 0;
}

.panel-body .no-side-margin > .table-bordered {
  border-left: 0;
  border-right: 0;
}

.panel-body .no-side-margin > .table-bordered td:last-child, .panel-body .no-side-margin > .table-bordered th:last-child {
  border-right: 0;
}

.panel-body .no-side-margin > .table-bordered td:first-child, .panel-body .no-side-margin > .table-bordered th:first-child {
  border-left: 0;
}

.panel-body .no-bottom-margin {
  margin-bottom: -14px !important;
}

.table.less-padding > thead > tr > th, .table.less-padding > tbody > tr > th, .table.less-padding > tfoot > tr > th, .table.less-padding > thead > tr > td, .table.less-padding > tbody > tr > td, .table.less-padding > tfoot > tr > td {
  padding: 8px 3px 8px 3px;
}

.panel > .panel-body > .list-container > .list > .list-group > .list-group-item {
  border-width: 0;
  border-bottom-width: 1px;
}

.panel > .panel-body > .list-container > .list > .list-group > li.list-group-item:first-child {
  border-top-width: 1px;
}

.panel > .panel-body > .list-container > .list > .list-group > li.list-group-item:last-child {
  border-bottom-width: 0;
}

.record .panel-warning > .panel-heading {
  background-color: #faebcc;
}

.record .panel-warning > .panel-heading .btn-warning {
  color: #9e7328;
  background-color: #faebcc;
  border-color: #faebcc;
}

.record .panel-danger > .panel-heading {
  background-color: #ebccd1;
}

.record .panel-danger > .panel-heading .btn-danger {
  color: #a94442;
  background-color: #ebccd1;
  border-color: #ebccd1;
}

.record .panel-info {
  border-color: #e0efff;
}

.record .panel-info > .panel-heading {
  color: #31708f;
  background-color: #e0efff;
}

.record .panel-info > .panel-heading .btn-info {
  color: #31708f;
  background-color: #e0efff;
  border-color: #e0efff;
}

.record .panel-success > .panel-heading {
  background-color: #d6e9c6;
}

.record .panel-success > .panel-heading .btn-success {
  color: #3c763d;
  background-color: #d6e9c6;
  border-color: #d6e9c6;
}

table.no-margin {
  margin-bottom: 0;
}

.list-expanded > .show-more {
  padding: 0;
  margin-top: -1px;
}

.list-expanded > li.show-more > .btn {
  margin-left: -1px;
  margin-right: -4px;
}

.list-expanded > ul > li .list-row-buttons {
  margin-right: -12px;
  margin-top: -10px;
}

.show-more > .btn {
  -webkit-border-radius: 0;
          border-radius: 0;
  border-width: 0;
  border-color: #e0e0e0;
}

.panel-body > .list-container > .list > div.show-more, .list.no-bottom-margin > div.show-more {
  display: inline-block;
  width: 100%;
}

.panel-body > div:first-child > .list-expanded:first-child {
  margin-top: -14px;
}

.panel-body > div:last-child > .list-expanded:last-child {
  margin-bottom: -14px;
}

.panel-body > div:first-child > .list:first-child {
  margin-top: -14px;
}

.panel-body > div:last-child > .list:last-child {
  margin-bottom: -14px;
}

.expanded-row {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.expanded-row .cell .complex-text {
  white-space: normal;
  overflow: hidden;
}

.expanded-row .cell {
  display: inline;
}

.notification-list .expanded-row > .cell[data-name="data"], #notifications-panel .expanded-row > .cell[data-name="data"] {
  padding-left: 0;
  padding-right: 0;
}

#notifications-panel .expanded-row {
  white-space: normal;
  overflow: hidden;
}

#notifications-panel .right {
  padding-top: 5px;
}

.caret-up {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-bottom: 4px solid #000;
  border-right: 4px solid transparent;
  border-top: 0 dotted;
  border-left: 4px solid transparent;
  content: "";
}

.list > table {
  table-layout: fixed;
}

.list > table td, table.list th {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

.list > table td[data-name="r-checkbox"] {
  overflow: visible;
}

.list > table th[data-name="r-checkbox"] {
  white-space: nowrap;
}

.list > table th[data-name="r-checkbox"] .select-all-container {
  line-height: 19px;
  height: 19px;
  float: left;
}

.list .checkbox-dropdown {
  margin-left: 3px;
  top: -1px;
}

.list .checkbox-dropdown > a {
  padding: 0;
  line-height: 1;
}

.list .record-checkbox-container {
  height: 19px;
  display: block;
}

.list > table td > div.field {
  white-space: normal;
}

.list > table td.cell[data-name="buttons"] {
  overflow: visible;
}

td.cell[data-name="buttons"] > .btn-group {
  margin-top: -8px;
  margin-bottom: -8px;
  margin-right: -10px;
}

table.less-padding td.cell[data-name="buttons"] > .btn-group {
  margin-right: -13px;
}

.dashboard-header .dashboard-buttons {
  margin-left: 10px;
}

.panel.dashlet > .panel-heading > .btn-group {
  margin-top: -7px;
  top: 0;
  right: -10px;
}

.panel.dashlet > .panel-heading > .panel-title {
  cursor: default;
}

.panel.dashlet > .panel-heading > .btn-group .btn-link {
  color: #333;
}

.panel.dashlet > .panel-heading > .btn-group > .btn + .dropdown-toggle {
  padding-left: 10px;
  padding-right: 10px;
}

.panel > .panel-heading > .btn-group > .btn + .dropdown-toggle {
  padding-left: 10px;
  padding-right: 10px;
}

.panel.dashlet {
  height: inherit;
}

.dashlet-container {
  overflow-y: hidden;
}

.panel.dashlet > .panel-body {
  overflow-y: auto;
  overflow-x: hidden;
}

.dashlets.grid-stack .panel.dashlet {
  margin-bottom: 0;
}

.dashlets.grid-stack .grid-stack-item .dashlet {
  height: 100%;
}

.dashlets.grid-stack .grid-stack-item .dashlet .dashlet-body {
  height: calc(100% - 29px);
}

.dashlets.grid-stack .grid-stack-item .grid-stack-item-content {
  overflow-x: visible;
  overflow-y: visible;
}

.dashlets.grid-stack .ui-resizable-handle:before {
  content: '' !important;
}

.dashlets.grid-stack > .grid-stack-item > .ui-resizable-se, .dashlets.grid-stack > .grid-stack-item > .ui-resizable-sw {
  background-image: none;
}

.grid-stack.grid-stack-4 .grid-stack-item[data-gs-width="4"] {
  width: 100%;
}

.grid-stack.grid-stack-4 .grid-stack-item[data-gs-width="3"] {
  width: 75%;
}

.grid-stack.grid-stack-4 .grid-stack-item[data-gs-width="2"] {
  width: 50%;
}

.grid-stack.grid-stack-4 .grid-stack-item[data-gs-width="1"] {
  width: 25%;
}

.grid-stack.grid-stack-4 .grid-stack-item[data-gs-x="3"] {
  left: 75%;
}

.grid-stack.grid-stack-4 .grid-stack-item[data-gs-x="2"] {
  left: 50%;
}

.grid-stack.grid-stack-4 .grid-stack-item[data-gs-x="1"] {
  left: 25%;
}

.panel-heading > .btn-group {
  top: -7px;
  right: -11px;
}

.list-container + .button-container, .row-list-container + .button-container {
  margin-top: 10px;
  padding-bottom: 0;
}

.list-expanded > li > .right > .btn-group {
  top: -7px;
  right: -11px;
}

.panel.note-editor {
  border: 1px solid #d1d5d6;
  border-width: 1px;
}

.note-editor .note-toolbar {
  border-bottom: 0 !important;
  background-color: transparent;
}

.note-editor .panel-heading {
  padding: 0 5px 2px 5px;
}

.note-editor .panel-heading > .btn-group {
  right: 0;
  top: 0;
}

.panel-body.no-padding {
  padding-left: 0 !important;
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
}

.panel {
  border-width: 0;
}

.panel-heading > .btn-group > .btn {
  -webkit-border-radius: 0 !important;
          border-radius: 0 !important;
}

.list > table thead > th {
  border-top-width: 1px !important;
}

.show-more > .btn-block {
  text-align: left;
  padding-left: 14px;
}

.autocomplete-suggestions {
  border: 1px solid #999;
  background: #FFF;
  cursor: default;
  overflow: auto;
  -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}

.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}

.autocomplete-selected {
  background: #f0f0f0;
}

.autocomplete-suggestions strong {
  font-weight: normal;
  color: #39f;
}

label.attach-file-label {
  overflow: hidden;
  width: 50px;
  cursor: pointer;
  margin-bottom: 0;
}

label.attach-file-label > span.btn {
  cursor: pointer;
  margin-bottom: 0;
}

label.attach-file-label > input.file {
  opacity: 0;
  width: 1px;
}

.attachment-upload > .attachment-control > .dropdown > .btn {
  margin-bottom: 0;
}

.attachment-upload > .attachments > div:first-child {
  margin-top: 2px;
}

.gray-box {
  background-color: #eee;
  margin: 0 5px 3px 0;
  padding: 2px 3px 2px 5px;
  display: inline-block;
  width: 100%;
  max-width: 300px;
}

.gray-box .preview {
  overflow: hidden;
  overflow-wrap: break-word;
}

.attachment-preview {
  display: inline-block;
  vertical-align: top;
  margin: 3px 6px 3px 0;
}

.field > .attachment-preview {
  overflow: hidden;
}

.attachment-block {
  display: block;
  vertical-align: top;
}

.stick-sub {
  position: fixed;
  top: 0;
  margin: 43px 0 0 -15px;
  z-index: 4;
}

.stick-sub.button-container {
  background-color: #ececec;
  padding: 3px 15px 0 15px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .stick-sub {
    margin-top: 0;
  }
}

@font-face {
  font-family: Open Sans;
  src: url("../../fonts/open-sans-regular.eot?") format("eot"), url("../../fonts/open-sans-regular.woff") format("woff"), url("../../fonts/open-sans-regular.ttf") format("truetype"), url("../../fonts/open-sans-regular.svg#svgFontName") format("svg");
}

.notifications-badge-container > .notifications-button > .number-badge {
  position: absolute;
  z-index: 10;
  font-size: 9px;
  padding: 2px 5px;
  display: inline-block;
  top: 7px;
  left: 27px;
  background-color: #ef990e;
  color: #fff;
}

.badge-circle {
  width: 8px;
  height: 8px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  display: table-cell;
  font-size: 5px;
  line-height: 8px;
  text-align: center;
  background-color: #e8eced;
}

.badge-circle.badge-circle-danger {
  background-color: #cf605d;
}

.badge-circle.badge-circle-warning {
  background-color: #ef990e;
}

.danger.glyphicon {
  color: #cf605d;
}

.warning.glyphicon {
  color: #ef990e;
}

.icon-rotate-180 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.icon-rotate-90 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.icon-flip-horizontal {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
      transform: scaleX(-1);
  -ms-filter: fliph;
  -webkit-filter: fliph;
          filter: fliph;
}

.post-container > textarea.note, textarea.auto-height {
  overflow-x: hidden;
}

body > footer {
  background-color: #eee;
}

body > footer > p {
  padding: 6px 14px;
}

body > footer > p.credit {
  margin: 0;
}

body > footer > p, body > footer > p a, body > footer > p a:hover, body > footer > p a:active, body > footer > p a:visited {
  color: #555;
}

.navbar-right {
  margin-right: -2px !important;
}

.navbar-collapse {
  overflow-x: hidden !important;
}

.navbar-form.global-search-container {
  padding-left: 0;
  padding-right: 0;
}

#global-search-panel > .panel > .panel-body {
  max-height: 600px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 14px;
}

#notifications-panel > .panel > .panel-body {
  max-height: 600px;
  overflow-y: auto;
  overflow-x: hidden;
}

#header .tab span.color-icon {
  left: 0;
  font-size: 75%;
  top: -2px;
}

.header-breadcrumbs .color-icon {
  font-size: 44%;
  left: 0;
  margin-right: 2px;
  top: -4px;
  position: relative;
}

#confProductDropDown {
  margin-top: -6px;
  margin-left: 10px;
  padding: 3px 4px;
  line-height: 14px;
}

#confProductDropDown i {
  font-size: 12px;
}

span.color-icon {
  font-size: 50%;
  top: -2px;
  left: 1px;
  margin-right: 1px;
  display: inline;
  position: relative;
}

#global-search-panel .panel-body .cell > .color-icon {
  margin-right: 5px;
}

h4.panel-title span.color-icon {
  font-size: 50%;
  left: 0;
  position: relative;
  margin-right: 2px;
  top: -2px;
}

@media screen and (max-width: 767px) {
  .list {
    width: auto;
    overflow-y: hidden;
    overflow-x: scroll;
  }
  .list.list-expanded {
    width: auto;
    overflow-x: hidden;
  }
  .list > table {
    min-width: 768px;
  }
}

.modal.in .modal.in {
  overflow: visible !important;
  overflow-y: visible !important;
}

.record .middle > .panel:first-child {
  border-top-width: 0;
}

.record .middle {
  margin-bottom: 19px;
}

.record .middle > .panel {
  border-top-width: 0;
  margin-bottom: 0;
}

.record .middle > .panel > .panel-heading .btn-group {
  top: -6px;
}

.record .middle > .panel > .panel-heading .btn-group .btn {
  border-top-width: 0;
}

.panel.sticked, .panel.sticked {
  margin-top: -19px;
  border-top-width: 0;
}

.panel.sticked > .panel-heading .btn-group, .panel.sticked > .panel-heading .btn-group {
  top: -6px;
}

.panel.sticked > .panel-heading .btn-group .btn, .panel.sticked > .panel-heading .btn-group .btn {
  border-top-width: 0;
}

.label {
  padding: .09em .5em .2em;
}

.expanded-row span.label {
  position: relative;
  top: -2px;
}

.stream-head-text-container span.label {
  position: relative;
  top: -1px;
}

.stream-head-container {
  padding-bottom: 3px;
}

.stream-head-text-container {
  padding-left: 26px;
}

.stream-head-container > img.avatar {
  display: inline-block;
  margin-top: -3px;
  margin-right: 3px;
  margin-bottom: -2px;
}

.stream-head-container .internal-badge {
  position: absolute;
  top: 32px;
  left: 19px;
}

.stream-head-container .internal-badge > span {
  color: #cf605d;
}

img.avatar.avatar-link {
  display: inline-block;
  margin-top: -2px;
  margin-right: 3px;
}

stream-head-text-container .span {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.stream-post-container .cell-post {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.stream-post-container, .stream-attachments-container, .stream-details-container, .stream-subject-container {
  padding: 2px 0 5px 26px;
}

.link-container .list-group-item {
  padding: 6px 10px;
  line-height: 19px;
}

.note-editable blockquote {
  font-size: 14px;
}

.legend-container {
  overflow-x: hidden;
  overflow-y: hidden;
  padding-top: 7px;
}

.legend-container table td {
  padding: 2px 2px;
  line-height: 1em;
}

.flotr-mouse-value {
  cursor: default;
  font-size: .9em;
}

.flotr-grid-label-y {
  min-height: 1.2em;
  line-height: 1.1em;
  max-height: 2.1em;
  overflow: hidden;
}

.flotr-grid-label-x {
  min-height: 1.2em;
  max-height: 2.1em;
  line-height: 1.1em;
  overflow: hidden;
  padding: 0 1px;
}

.legend-container td.flotr-legend-label {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

.legend-container td.flotr-legend-label > span {
  display: block;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.3em;
  max-height: 15px;
}

.legend-container .flotr-legend-color-box > div {
  position: relative;
  top: 1px;
}

.legend-container .flotr-legend-color-box > div > div > div {
  position: relative;
  top: -2px;
  left: -2px;
}

.textcomplete-item a {
  cursor: default;
}

.complex-text a {
  word-wrap: break-word;
}

table.table td.cell .complex-text {
  word-wrap: break-word;
  white-space: normal;
}

.complex-text h1:first-child, .complex-text h2:first-child, .complex-text h3:first-child, .complex-text h4:first-child, .complex-text h5:first-child, .complex-text h6:first-child, .complex-text p:first-child, .complex-text ul:first-child, .complex-text ol:first-child, .complex-text pre:first-child, .complex-text blockquote:first-child {
  margin-top: 0 !important;
}

.complex-text h1 {
  font-weight: bold;
  margin-top: 19px;
  margin-bottom: 9.5px;
}

.complex-text h2, .complex-text h3 {
  font-weight: bold;
  margin-top: 9.5px;
  margin-bottom: 9.5px;
}

.complex-text h4, .complex-text h5, .complex-text h6 {
  font-weight: normal;
  margin-top: 9.5px;
  margin-bottom: 9.5px;
}

.complex-text h1 {
  font-size: 15px;
}

.complex-text h2, .complex-text h3, .complex-text h4, .complex-text h5, .complex-text h6 {
  font-size: 14px;
}

.complex-text p, .complex-text ul, .complex-text ol, .complex-text pre, .complex-text blockquote {
  margin-top: 9.5px;
}

.complex-text p:last-child, .complex-text ul:last-child, .complex-text ol:last-child, .complex-text blockquote:last-child, .complex-text pre:last-child {
  margin-bottom: 0;
}

.complex-text ul > li {
  list-style-type: disc;
}

.complex-text ul, .complex-text ol {
  padding-left: 30px;
}

.field > .html-container h1:first-child, .field > .html-container h2:first-child, .field > .html-container h3:first-child, .field > .html-container h4:first-child, .field > .html-container h5:first-child, .field > .html-container h6:first-child, .field > .html-container > p:first-child, .field > .html-container > ul:first-child, .field > .html-container > ol:first-child, .field > .html-container > pre:first-child, .field > .html-container > blockquote:first-child {
  margin-top: 0;
}

.field > .html-container > p:last-child, .field > .html-container > ul:last-child, .field > .html-container > ol:last-child, .field > .html-container > pre:last-child, .field > .html-container > blockquote:last-child, .field > .html-container > table:last-child {
  margin-bottom: 0;
}

.field > .html-container ul > li {
  list-style-type: disc;
}

.field > .html-container ul, .field > .html-container ol {
  padding-left: 30px;
}

.field > .html-container p, .field > .html-container ul, .field > .html-container ol, .field > .html-container pre, .field > .html-container blockquote {
  margin-top: 9.5px;
}

#popup-notifications-container {
  overflow-y: auto;
  overflow-x: hidden;
  right: 0;
  bottom: 0;
  position: fixed;
  height: auto;
  z-index: 1000;
  float: right;
}

.popup-notification {
  width: 400px;
  padding: 14px;
  background-color: #fff;
  border: 2px solid #e8eced;
  margin-top: 10px;
}

.popup-notification a.close {
  margin-top: -8px;
  margin-right: -3px;
}

.popup-notification-default {
  border-color: #999;
}

.popup-notification-danger {
  border-color: #cf605d;
}

.popup-notification-warning {
  border-color: #ef990e;
}

.popup-notification-primary {
  border-color: #537898;
}

.popup-notification-success {
  border-color: #85b75f;
}

.popup-notification-info {
  border-color: #e0efff;
}

.popup-notification h4 {
  margin-top: 0;
}

.popup-notification-default h4 {
  color: #999;
}

.popup-notification-danger h4 {
  color: #cf605d;
}

.popup-notification-warning h4 {
  color: #ef990e;
}

.popup-notification-primary h4 {
  color: #537898;
}

.popup-notification-success h4 {
  color: #85b75f;
}

.popup-notification .cell {
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  #popup-notifications-container {
    width: 100%;
  }
  .popup-notification {
    width: auto;
  }
}

.list-group-tree {
  border: 0;
}

.list-group-tree > li {
  border: 0;
  padding: 0 0 0 14px;
}

.list-group-tree > li .cell {
  padding: 2px 0;
}

.list-group-tree .fa-chevron-down, .list-group-tree .fa-chevron-right, .list-group-tree .empty-icon {
  display: inline-block;
  width: 12px;
}

.list-group-side {
  border: 0;
}

.list-group-side > li {
  border: 0;
  padding: 5px 0 5px 12px;
  margin-left: -15px;
  border-left: 3px solid transparent;
}

.list-group-side > li.selected {
  border-color: #cf605d;
}

.list-group-side a:hover, .list-group-side a:focus, .list-group-tree a:hover, .list-group-tree a:focus {
  text-decoration: none;
}

.list-group-side > li .cell {
  padding: 2px 0;
}

.list-group-side li.selected a.side-link, .list-group-side li.selected a:hover.side-link, .list-group-side li.selected a:active.side-link, .list-group-side li.selected a:visited.side-link, .list-group-side li.selected a:focus.side-link {
  color: #cf605d;
  font-weight: bold;
}

.text-bold {
  font-weight: 800;
}

.email-address-create-dropdown .btn {
  position: relative;
  top: -1px;
  padding: 0 4px;
  margin: 0;
  margin-bottom: 0;
  border: 0;
  line-height: 1.4;
}

#main > .calendar-container {
  margin-top: 10px;
}

#main > .calendar-container .calendar-type-button-group {
  margin-left: 6px;
}

#notifications-panel {
  position: absolute;
  width: 600px;
  z-index: 1001;
  right: 0;
  left: auto;
}

#global-search-panel {
  position: absolute;
  width: 540px;
  z-index: 1001;
  right: 0;
  left: auto;
}

h5 {
  font-weight: bold;
  margin-top: 9px;
  margin-bottom: 9px;
}

.post-container .internal-mode-switcher {
  color: #999;
  margin-left: 10px;
  display: inline-block;
  position: relative;
  top: 2px;
}

.post-container .internal-mode-switcher.enabled {
  color: #537898;
}

.post-control .attachments {
  width: 270px;
}

.post-container .attachments {
  width: 270px;
}

.inline-cancel-link {
  margin-left: 8px;
}

.panel .item-container.ui-sortable-helper {
  background-color: #fff;
}

.dynamic-logic-expression-container div.item-list[data-level="0"] {
  margin-left: 0;
}

.dynamic-logic-expression-container div.item-list {
  margin-left: 30px;
}

.dynamic-logic-expression-container div.item-list > div {
  margin: 0 0 10px 0;
}

.dynamic-logic-expression-container div.group-head {
  line-height: 33px;
}

.dynamic-logic-expression-container .dynamic-logic-edit-item-row > div {
  line-height: 33px;
}

.dynamic-logic-expression-container .group-operator:last-child {
  display: none;
}

.dynamic-logic-expression-container .group-bottom[data-level="0"] {
  margin-left: 0;
}

.dynamic-logic-expression-container .group-bottom {
  margin-left: 30px;
}

.dynamic-logic-options a.remove-option-list, .dynamic-logic-options a.add-option-list {
  line-height: 33px;
}

.dynamic-logic-options .option-list-item-header {
  margin-top: -10px;
}

.dynamic-logic-options .dynamic-logic-options-list-container {
  margin-bottom: 0;
}

.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):not(.no-margin-shifting) {
  margin-left: -1px;
}

.input-group > .input-group-btn > .btn:hover, .input-group > .input-group-btn > .btn:focus, .input-group > .input-group-btn > .btn.active {
  z-index: 3;
}

.list-group-panel {
  background-color: #fff;
}

.field .array-control-container {
  position: relative;
}

code {
  font-style: italic;
}

pre > code {
  font-style: normal;
}

.table-admin-panel tr > td:first-child {
  width: 200px;
}

.admin-tables-container > div {
  margin-bottom: 20px;
}

.admin-tables-container > div .table-admin-panel {
  margin-bottom: 0;
}

.admin-tables-container > div > h4 {
  margin-top: 0;
}

.list-nested-categories {
  margin-bottom: 10px;
}

.list-nested-categories .category-item {
  padding: 10px;
}

.list-nested-categories .category-item .folder-icon {
  margin-right: 3px;
  position: relative;
  top: -1px;
}

.categories-container a.manage-categories-link {
  margin-left: 8px;
}

.categories-container a.category-expanded-toggle-link {
  margin-left: 8px;
}

.categories-container > .list > .list-group-tree > li {
  padding-left: 0;
}

.folders-container > .list-group-side > .list-group-item, .categories-container > .list-expanded, .categories-container .list-group-tree > .list-group-item > .cell {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

.admin-panel-iframe-container {
  height: 100%;
}

.admin-panel-iframe-container > .section {
  padding: 6px 10px;
  margin-bottom: 6px;
}

.admin-panel-iframe-container > .section:first-child > h4 {
  margin-top: 0;
}

.sections-container > .section {
  margin-bottom: 30px;
}

.sections-container > .section > h5 {
  margin-top: 0;
}

.sections-container > .section:last-child {
  margin-bottom: 0;
}

.note-editor .note-toolbar.sticked {
  z-index: 1;
  position: fixed;
  background-color: #fff;
}

.array-add-list-group > li {
  vertical-align: middle;
  line-height: 32px;
}

@media screen and (min-width: 768px) {
  #global-search-panel {
    margin-top: 5px;
  }
}

@media screen and (min-width: 992px) {
  .admin-content .admin-right-column {
    padding-top: 28px;
  }
  .col-md-12.hidden-cell {
    min-height: 0;
  }
}

@media screen and (min-width: 768px) {
  .search-container .view-mode-switcher-buttons-group {
    float: right;
  }
}

@media screen and (max-width: 767px) {
  #notifications-panel {
    position: fixed;
    width: 100%;
    top: 0;
    right: none;
    left: 0;
    margin-right: 10px;
  }
  #global-search-panel {
    position: fixed;
    width: 100%;
    top: 0;
    right: none;
    left: 0;
    margin-right: 10px;
  }
  .navbar-form.global-search-container {
    padding-left: 8px;
    padding-right: 8px;
  }
  .navbar-form.global-search-container > .input-group {
    margin-left: 14px;
  }
  #global-search-input {
    width: 100%;
  }
  #header .navbar-right > li {
    display: inline-block;
  }
  #header .navbar-right > li.notifications-badge-container {
    display: inline-block;
    float: right;
  }
  .search-row .search-right-buttons-group {
    float: right;
  }
  .categories-container > .list {
    margin: 14px 0;
  }
  .panel-body > div:first-child > .list:first-child {
    margin-top: 0;
  }
  .list > .table .dropdown-menu {
    position: relative !important;
  }
  .list > .table .pull-right.open > .btn {
    float: right;
  }
  .calendar-container .button-container > div:first-child {
    margin-bottom: 10px;
  }
  .calendar-container .date-title {
    margin-bottom: 10px;
  }
  .calendar-container .date-title h4 {
    margin-top: 0;
  }
  #nav-menu-dropdown {
    width: 46px;
  }
}

a.field-info > span.fa-info-circle {
  font-size: 12px;
  position: relative;
  top: -1px;
}

.dropdown-menu-with-icons li a {
  padding-left: 10px;
}

.dropdown-menu-with-icons li .fas, .dropdown-menu-with-icons li .far, .dropdown-menu-with-icons li .glyphicon, .dropdown-menu-with-icons li .empty-icon {
  width: 16px;
  text-align: center;
  display: inline-block;
}

.dropdown-menu-with-icons li .item-text {
  padding-left: 8px;
  position: static;
}

.fas, .far {
  font-size: 16px;
}

.fas.fa-sm, .far.fa-sm, .btn-sm .fas, .btn-sm .far, .small .far, .small .fas, .fas.small, .far.small {
  font-size: 12px;
}

.btn-icon {
  width: 36px;
  padding-left: 0;
  padding-right: 0;
}

.btn-icon .fa, .btn-icon .fas {
  position: relative;
  width: 16px;
  text-align: center;
}

.btn-icon .fa-sm {
  top: -1px;
}

.btn-icon.btn-sm {
  width: 34px;
}

.btn-icon.btn-sm .fa, .btn-icon.btn-sm .fas {
  font-size: 12px;
  width: 12px;
}

.btn.btn-icon-wide {
  width: 54px;
}

.btn.btn-icon-x-wide {
  width: 76px;
}

.btn-icon > .fa-chevron-left {
  left: -1px;
}

.grid-auto-fill-xs, .grid-auto-fill-sm, .grid-auto-fill-md {
  margin-left: -8px;
  margin-right: -8px;
}

.grid-auto-fill-xs > div, .grid-auto-fill-sm > div, .grid-auto-fill-md > div {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}

.grid-auto-fill-xs > div {
  width: 20%;
}

.grid-auto-fill-sm > div {
  width: 25%;
}

.grid-auto-fill-md > div {
  width: 50%;
}

@media screen and (max-width: 991px) {
  .grid-auto-fill-xs > div {
    width: 25%;
  }
  .grid-auto-fill-sm > div {
    width: 33.33333333333333%;
  }
  .grid-auto-fill-md > div {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .grid-auto-fill-xs > div {
    width: 50%;
  }
  .grid-auto-fill-sm > div, .grid-auto-fill-md > div {
    width: 100%;
  }
}

@supports (display: grid) {
  .grid-auto-fill-xs, .grid-auto-fill-sm, .grid-auto-fill-md {
    display: grid;
    grid-column-gap: 16px;
    margin-left: 0;
    margin-right: 0;
  }
  .grid-auto-fill-xs > div, .grid-auto-fill-sm > div, .grid-auto-fill-md > div {
    width: unset !important;
    padding-left: unset !important;
    padding-right: unset !important;
    min-height: unset !important;
    position: unset !important;
    float: unset !important;
  }
  .grid-auto-fill-xs::before, .grid-auto-fill-sm::before, .grid-auto-fill-md::before, .grid-auto-fill-xs::after, .grid-auto-fill-sm::after, .grid-auto-fill-md::after {
    display: none !important;
  }
  .grid-auto-fill-xs {
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  }
  .grid-auto-fill-sm {
    grid-template-columns: repeat(auto-fill, minmax(252px, 1fr));
  }
  .grid-auto-fill-md {
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  }
}

.stick-sub {
  margin-top: 30px;
}

.alert {
  height: 30px;
}

#global-search-input {
  border: 1px solid #ececec;
  font-size: 13px;
  width: 200px;
}

#header .navbar-header > a {
  color: #dfdfdf;
}

#header .navbar-header > a:hover, #header .navbar-header > a:focus {
  color: #fff;
  background-color: transparent;
}

#header .navbar-header > a.minimizer span {
  margin-top: 7px;
  margin-left: 8px;
}

@media screen and (min-width: 768px) {
  #global-search-panel {
    margin-top: -1px;
  }
  .notifications-badge-container > .notifications-button > .number-badge {
    top: 3px;
    left: 22px;
  }
}

.panel-heading {
  border-bottom-width: 0;
}

.panel-default.note-editor .panel-heading .btn-default {
  background-color: #f7f7f7;
  border-color: #ccc;
}

.panel .panel-heading .btn-default {
  background-color: #fff;
  border-color: #fff;
}

.panel .panel-heading .open .btn {
  border-color: transparent;
}

.panel .panel-heading .btn-default:active, .panel .panel-heading .btn-default.active {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.navbar-inverse .navbar-nav.navbar-right > .open > a, .navbar-inverse .navbar-nav.navbar-right > .open > a:hover, .navbar-inverse .navbar-nav.navbar-right > .open > a:active, .navbar-inverse .navbar-nav.navbar-right > .open > a:focus {
  background-color: transparent;
  -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.125);
}

.panel-title {
  font-size: 15px;
  line-height: 17px;
}

.modal-content {
  background-color: #fff;
}

.dialog-record .modal-content > .modal-body {
  background-color: #ececec;
}

.modal-body > .list-group {
  background-color: #fff;
}

.list-container > .list {
  background-color: #fff;
}

.panel-heading > .btn-group {
  top: -5px;
  right: -10px;
}

.panel-heading > .btn-group > .btn {
  padding-top: 4px;
  padding-bottom: 4px;
}

.note-editor > .panel-heading > .btn-group > .btn {
  padding-top: 5px;
  padding-bottom: 5px;
}

.panel.sticked > .panel-heading .btn-group {
  top: -4px;
}

table.table {
  background-color: #fff;
}

.record .middle > .panel:first-child {
  border-top-width: 0;
}

.record .middle > .panel {
  border-top-width: 1px;
}

.dashlet-body .list-container > .list, .panel-body .list-container > .list, .dashlet-container > .panel, .note-editor.panel {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

@media screen and (min-width: 768px) {
  #navbar .nav.navbar-nav.navbar-right {
    background-color: #ececec;
  }
}

.list-container > .list, .panel, .dashlet-container, .list-nested-categories, #main > .calendar-container .calendar, #main > .calendar-container .timeline, .well, .admin-content .table.table-bordered, .admin-content iframe, .list-kanban > div > table > thead, .list-group-panel {
  -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.13);
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.13);
}

#navbar .nav.navbar-nav.navbar-right, .stick-sub.button-container, #navbar .navbar.navbar-inverse {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

@media (min-width: 768px) {
  .modal-dialog > .modal-content {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.35);
  }
}

.panel.sticked {
  border-top-width: 1px;
}

.list-container .list-buttons-container {
  margin-bottom: 10px;
}

.calendar-container > .calendar, .calendar-container > .timeline {
  background-color: #fff;
}

.field .list-group {
  background-color: #fff;
}

.field .grid-stack-item-content {
  border: 1px solid #e8eced;
}

#login.panel > .panel-heading {
  margin: 0 !important;
}

#notifications-panel > .panel, #global-search-panel > .panel {
  border-width: 1px;
}

.record .stick-sub.button-container {
  background-color: #ececec !important;
  padding-bottom: 0;
}

.list-nested-categories {
  background-color: #fff;
}

.admin-panel-iframe-container {
  background-color: #fff;
}

.panel.dashlet > .panel-heading > .btn-group {
  margin-top: -6px;
}

.modal-footer {
  margin-top: 0;
}

.modal-header {
  background-color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
}

.modal-footer > .main-btn-group {
  float: left;
}

.modal-footer > .additional-btn-group {
  float: right;
}

.dialog-confirm .modal-footer > .main-btn-group {
  float: right;
}

.dialog-confirm .modal-footer > .additional-btn-group {
  float: left;
}

.modal-footer {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 768px) {
  .modal-dialog {
    margin: 0 0 0 auto;
  }
  .modal-content .note-editor > .modal > .modal-dialog {
    margin: 0 0 0 -15px;
  }
  .dialog-confirm > .modal-dialog {
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .modal-dialog {
    margin: 0;
  }
}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after, .grid-auto-fill-xs:before, .grid-auto-fill-xs:after, .grid-auto-fill-sm:before, .grid-auto-fill-sm:after, .grid-auto-fill-md:before, .grid-auto-fill-md:after {
  content: " ";
  display: table;
}

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-header:after, .modal-footer:after, .grid-auto-fill-xs:after, .grid-auto-fill-sm:after, .grid-auto-fill-md: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;
}

body {
  --theme-name: HazyblueVertical
;
}

@font-face {
  font-family: "flaticon";
  src: url("../../fonts/flaticon.eot");
  src: url("../../fonts/flaticon.eot?#iefix") format("embedded-opentype"), url("../../fonts/flaticon.woff") format("woff"), url("../../fonts/flaticon.ttf") format("truetype"), url("../../fonts/flaticon.svg#flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.flaticon {
  font-family: "flaticon";
  font-size: 14px;
  font-style: normal;
  color: #999;
}

.flaticon-3x3-grid:before {
  content: "\e001";
}

.flaticon-access-denied:before {
  content: "\e002";
}

.flaticon-add-circular-mini-button:before {
  content: "\e003";
}

.flaticon-add-folder-silhouette:before {
  content: "\e004";
}

.flaticon-archive-box:before {
  content: "\e005";
}

.flaticon-arrow-in-circle-point-to-up:before {
  content: "\e006";
}

.flaticon-arrow-left-and-right:before {
  content: "\e007";
}

.flaticon-arrow-left-in-circle:before {
  content: "\e008";
}

.flaticon-arrow-pointing-to-up:before {
  content: "\e009";
}

.flaticon-arrow-right-circle:before {
  content: "\e00a";
}

.flaticon-arrow-right-down:before {
  content: "\e00b";
}

.flaticon-arrow-up-1:before {
  content: "\e00c";
}

.flaticon-arrow-up:before {
  content: "\e00d";
}

.flaticon-arrows-inside-a-circle-pointing-up:before {
  content: "\e00e";
}

.flaticon-arrows-pointing-down:before {
  content: "\e00f";
}

.flaticon-atomic-symbol-outline:before {
  content: "\e010";
}

.flaticon-attention-sign-outline:before {
  content: "\e011";
}

.flaticon-back-arrow-button:before {
  content: "\e012";
}

.flaticon-backward-arrow-1:before {
  content: "\e013";
}

.flaticon-backward-arrow:before {
  content: "\e014";
}

.flaticon-basket-ball-dribbble-logo:before {
  content: "\e015";
}

.flaticon-black-arrow:before {
  content: "\e016";
}

.flaticon-black-cart:before {
  content: "\e017";
}

.flaticon-black-gallon:before {
  content: "\e018";
}

.flaticon-blogger-botton:before {
  content: "\e019";
}

.flaticon-blogger-logo-silhouette:before {
  content: "\e01a";
}

.flaticon-blogger-logo:before {
  content: "\e01b";
}

.flaticon-boat-lifesaver:before {
  content: "\e01c";
}

.flaticon-bolt-silhouette:before {
  content: "\e01d";
}

.flaticon-book-information:before {
  content: "\e01e";
}

.flaticon-box-outline:before {
  content: "\e01f";
}

.flaticon-calendar:before {
  content: "\e020";
}

.flaticon-caution-sign:before {
  content: "\e021";
}

.flaticon-chat-conversation:before {
  content: "\e022";
}

.flaticon-check-button:before {
  content: "\e023";
}

.flaticon-check-sign-1:before {
  content: "\e024";
}

.flaticon-check-sign:before {
  content: "\e025";
}

.flaticon-checked-box:before {
  content: "\e026";
}

.flaticon-circle-with-a-down-arrow:before {
  content: "\e027";
}

.flaticon-circle:before {
  content: "\e028";
}

.flaticon-circular-clock:before {
  content: "\e029";
}

.flaticon-circular-light-bulb:before {
  content: "\e02a";
}

.flaticon-circular-menu-button:before {
  content: "\e02b";
}

.flaticon-circular-pie-chart:before {
  content: "\e02c";
}

.flaticon-close-button-1:before {
  content: "\e02d";
}

.flaticon-close-button:before {
  content: "\e02e";
}

.flaticon-closed-lock:before {
  content: "\e02f";
}

.flaticon-cloud-arrow-donwload:before {
  content: "\e030";
}

.flaticon-compass-east:before {
  content: "\e031";
}

.flaticon-computer-mouse-cursor:before {
  content: "\e032";
}

.flaticon-computer-screen:before {
  content: "\e033";
}

.flaticon-condense-button-arrows-in-a-square:before {
  content: "\e034";
}

.flaticon-condensing-arrows:before {
  content: "\e035";
}

.flaticon-contacts-agenda:before {
  content: "\e036";
}

.flaticon-dark-black-lightbulb:before {
  content: "\e037";
}

.flaticon-delicious-logo-button:before {
  content: "\e038";
}

.flaticon-delicious-logo-in-a-circle:before {
  content: "\e039";
}

.flaticon-delicious-social-button:before {
  content: "\e03a";
}

.flaticon-deviantart-logo-square:before {
  content: "\e03b";
}

.flaticon-deviantart-logo:before {
  content: "\e03c";
}

.flaticon-deviantart-social-buttton:before {
  content: "\e03d";
}

.flaticon-document-page-with-text-lines:before {
  content: "\e03e";
}

.flaticon-documents-button:before {
  content: "\e03f";
}

.flaticon-double-arrow-left:before {
  content: "\e040";
}

.flaticon-double-chat:before {
  content: "\e041";
}

.flaticon-down-arrow-1:before {
  content: "\e042";
}

.flaticon-down-arrow-button:before {
  content: "\e043";
}

.flaticon-down-arrow-directional:before {
  content: "\e044";
}

.flaticon-down-arrow-in-small-circle:before {
  content: "\e045";
}

.flaticon-down-arrow-outline-1:before {
  content: "\e046";
}

.flaticon-down-arrow-outline:before {
  content: "\e047";
}

.flaticon-down-arrow:before {
  content: "\e048";
}

.flaticon-download-archive-tray:before {
  content: "\e049";
}

.flaticon-download-folder:before {
  content: "\e04a";
}

.flaticon-download-from-the-cloud:before {
  content: "\e04b";
}

.flaticon-downloading-drawer:before {
  content: "\e04c";
}

.flaticon-dribble-logo-1:before {
  content: "\e04d";
}

.flaticon-dribble-logo:before {
  content: "\e04e";
}

.flaticon-earphones:before {
  content: "\e04f";
}

.flaticon-edition-box:before {
  content: "\e050";
}

.flaticon-edition-pencil:before {
  content: "\e051";
}

.flaticon-email-envelope:before {
  content: "\e052";
}

.flaticon-error-advice-sign:before {
  content: "\e053";
}

.flaticon-error-advise:before {
  content: "\e054";
}

.flaticon-error-triangle:before {
  content: "\e055";
}

.flaticon-exclamation-button:before {
  content: "\e056";
}

.flaticon-expand-arrows:before {
  content: "\e057";
}

.flaticon-expand-interface:before {
  content: "\e058";
}

.flaticon-expand:before {
  content: "\e059";
}

.flaticon-extent-option-arrows:before {
  content: "\e05a";
}

.flaticon-facebook-logo-button:before {
  content: "\e05b";
}

.flaticon-facebook-logotype-button:before {
  content: "\e05c";
}

.flaticon-facebook-social-symbol:before {
  content: "\e05d";
}

.flaticon-fast-forward-button-1:before {
  content: "\e05e";
}

.flaticon-fast-forward-button-outline:before {
  content: "\e05f";
}

.flaticon-fast-forward-button:before {
  content: "\e060";
}

.flaticon-film-strip-silhouette:before {
  content: "\e061";
}

.flaticon-flickr-circle-logo:before {
  content: "\e062";
}

.flaticon-flickr:before {
  content: "\e063";
}

.flaticon-folded-map:before {
  content: "\e064";
}

.flaticon-four-squares:before {
  content: "\e065";
}

.flaticon-gear-settings:before {
  content: "\e066";
}

.flaticon-gift-box:before {
  content: "\e067";
}

.flaticon-gift:before {
  content: "\e068";
}

.flaticon-go-back-arrow:before {
  content: "\e069";
}

.flaticon-go-to-back-track-button:before {
  content: "\e06a";
}

.flaticon-google-drive-logo-1:before {
  content: "\e06b";
}

.flaticon-google-drive-logo:before {
  content: "\e06c";
}

.flaticon-google-plus-symbol:before {
  content: "\e06d";
}

.flaticon-googleplus-logo:before {
  content: "\e06e";
}

.flaticon-half-black-and-half-white-star-shape:before {
  content: "\e06f";
}

.flaticon-half-star:before {
  content: "\e070";
}

.flaticon-hard-cover-book:before {
  content: "\e071";
}

.flaticon-high-volume-outline:before {
  content: "\e072";
}

.flaticon-high-volume:before {
  content: "\e073";
}

.flaticon-home-interface:before {
  content: "\e074";
}

.flaticon-house-outline:before {
  content: "\e075";
}

.flaticon-inbox:before {
  content: "\e076";
}

.flaticon-information-button:before {
  content: "\e077";
}

.flaticon-instagram-logo:before {
  content: "\e078";
}

.flaticon-key-outline:before {
  content: "\e079";
}

.flaticon-laptop-silhouette:before {
  content: "\e07a";
}

.flaticon-left-arrow:before {
  content: "\e07b";
}

.flaticon-left-up-arrow-in-a-circle:before {
  content: "\e07c";
}

.flaticon-levels-adjust:before {
  content: "\e07d";
}

.flaticon-levels-adjustment:before {
  content: "\e07e";
}

.flaticon-line-button:before {
  content: "\e07f";
}

.flaticon-link-chain:before {
  content: "\e080";
}

.flaticon-linkedin-button:before {
  content: "\e081";
}

.flaticon-linkedin-logotype-button:before {
  content: "\e082";
}

.flaticon-linkedin:before {
  content: "\e083";
}

.flaticon-links:before {
  content: "\e084";
}

.flaticon-list-button:before {
  content: "\e085";
}

.flaticon-list:before {
  content: "\e086";
}

.flaticon-little-black-folder:before {
  content: "\e087";
}

.flaticon-little-black-star:before {
  content: "\e088";
}

.flaticon-little-circular-button-with-up-arrow-triangle:before {
  content: "\e089";
}

.flaticon-little-down-triangular-arrow:before {
  content: "\e08a";
}

.flaticon-little-envelope:before {
  content: "\e08b";
}

.flaticon-little-folder:before {
  content: "\e08c";
}

.flaticon-little-mobile:before {
  content: "\e08d";
}

.flaticon-little-pushpin:before {
  content: "\e08e";
}

.flaticon-little-table-grid:before {
  content: "\e08f";
}

.flaticon-little-thin-expand-arrows:before {
  content: "\e090";
}

.flaticon-little-thin-left-arrow:before {
  content: "\e091";
}

.flaticon-little-toolbox:before {
  content: "\e092";
}

.flaticon-loud-shape:before {
  content: "\e093";
}

.flaticon-lovers-heart:before {
  content: "\e094";
}

.flaticon-loving-heart-shape:before {
  content: "\e095";
}

.flaticon-low-volume-1:before {
  content: "\e096";
}

.flaticon-low-volume:before {
  content: "\e097";
}

.flaticon-magnifying-glass-searcher:before {
  content: "\e098";
}

.flaticon-magnifying-glass-zoom-in:before {
  content: "\e099";
}

.flaticon-magnifying-glass-zoom-out:before {
  content: "\e09a";
}

.flaticon-map-pin-silhouette:before {
  content: "\e09b";
}

.flaticon-mathematical-addition-sign:before {
  content: "\e09c";
}

.flaticon-menu-button:before {
  content: "\e09d";
}

.flaticon-menu-lines:before {
  content: "\e09e";
}

.flaticon-menu-square-button:before {
  content: "\e09f";
}

.flaticon-menu-square:before {
  content: "\e0a0";
}

.flaticon-microphone-outline:before {
  content: "\e0a1";
}

.flaticon-mini-creditcard:before {
  content: "\e0a2";
}

.flaticon-minus-button:before {
  content: "\e0a3";
}

.flaticon-minus-key:before {
  content: "\e0a4";
}

.flaticon-minus-symbol:before {
  content: "\e0a5";
}

.flaticon-move-arrows:before {
  content: "\e0a6";
}

.flaticon-msn-user-profile:before {
  content: "\e0a7";
}

.flaticon-multimedia-down-arrow:before {
  content: "\e0a8";
}

.flaticon-multimedia-play-key:before {
  content: "\e0a9";
}

.flaticon-mute-volume-interface-symbol:before {
  content: "\e0aa";
}

.flaticon-mute-volume:before {
  content: "\e0ab";
}

.flaticon-myspace-logo-1:before {
  content: "\e0ac";
}

.flaticon-myspace-logo-silhouette:before {
  content: "\e0ad";
}

.flaticon-myspace-logo:before {
  content: "\e0ae";
}

.flaticon-new-add-folder:before {
  content: "\e0af";
}

.flaticon-north-south-pointing-arrows:before {
  content: "\e0b0";
}

.flaticon-old-camera:before {
  content: "\e0b1";
}

.flaticon-open-folder:before {
  content: "\e0b2";
}

.flaticon-open-lock:before {
  content: "\e0b3";
}

.flaticon-padlock:before {
  content: "\e0b4";
}

.flaticon-paper-bin:before {
  content: "\e0b5";
}

.flaticon-paperclip-document-outline:before {
  content: "\e0b6";
}

.flaticon-pause-button-1:before {
  content: "\e0b7";
}

.flaticon-pause-button-outline:before {
  content: "\e0b8";
}

.flaticon-pause-button:before {
  content: "\e0b9";
}

.flaticon-pencil-edit-square:before {
  content: "\e0ba";
}

.flaticon-pencil:before {
  content: "\e0bb";
}

.flaticon-picasa-logo-1:before {
  content: "\e0bc";
}

.flaticon-picasa-logo:before {
  content: "\e0bd";
}

.flaticon-picassa-symbol:before {
  content: "\e0be";
}

.flaticon-pinterest-logo-button:before {
  content: "\e0bf";
}

.flaticon-pinterest-logo:before {
  content: "\e0c0";
}

.flaticon-pinterest:before {
  content: "\e0c1";
}

.flaticon-play-button-silhouette-1:before {
  content: "\e0c2";
}

.flaticon-play-button-silhouette:before {
  content: "\e0c3";
}

.flaticon-play-button:before {
  content: "\e0c4";
}

.flaticon-plus-button-1:before {
  content: "\e0c5";
}

.flaticon-plus-button:before {
  content: "\e0c6";
}

.flaticon-previous-tracl:before {
  content: "\e0c7";
}

.flaticon-price-tag:before {
  content: "\e0c8";
}

.flaticon-prior-track:before {
  content: "\e0c9";
}

.flaticon-prohibited:before {
  content: "\e0ca";
}

.flaticon-push-pin-pointing-down:before {
  content: "\e0cb";
}

.flaticon-question-mark-button:before {
  content: "\e0cc";
}

.flaticon-quotations-button-1:before {
  content: "\e0cd";
}

.flaticon-quotations-button:before {
  content: "\e0ce";
}

.flaticon-quotations:before {
  content: "\e0cf";
}

.flaticon-refresh-circular-arrow:before {
  content: "\e0d0";
}

.flaticon-rewind-button:before {
  content: "\e0d1";
}

.flaticon-right-arrow-button:before {
  content: "\e0d2";
}

.flaticon-right-chevron:before {
  content: "\e0d3";
}

.flaticon-road-cone-silhoette:before {
  content: "\e0d4";
}

.flaticon-road-map:before {
  content: "\e0d5";
}

.flaticon-rss:before {
  content: "\e0d6";
}

.flaticon-screwdriver-and-wrench-crossed:before {
  content: "\e0d7";
}

.flaticon-selected-box:before {
  content: "\e0d8";
}

.flaticon-share-button:before {
  content: "\e0d9";
}

.flaticon-share-circle:before {
  content: "\e0da";
}

.flaticon-shopping-paper-bag:before {
  content: "\e0db";
}

.flaticon-shopping-store-price-tag:before {
  content: "\e0dc";
}

.flaticon-single-folder:before {
  content: "\e0dd";
}

.flaticon-skype-logo-square:before {
  content: "\e0de";
}

.flaticon-skype-logo:before {
  content: "\e0df";
}

.flaticon-small-ascending-thin-arrow:before {
  content: "\e0e0";
}

.flaticon-small-black-cloud:before {
  content: "\e0e1";
}

.flaticon-small-black-key:before {
  content: "\e0e2";
}

.flaticon-small-circular-compass:before {
  content: "\e0e3";
}

.flaticon-small-circular-dark-button-with-down-thinny-arrow:before {
  content: "\e0e4";
}

.flaticon-small-cloud-upload-symbol:before {
  content: "\e0e5";
}

.flaticon-small-document-button:before {
  content: "\e0e6";
}

.flaticon-small-google-drive-social-button:before {
  content: "\e0e7";
}

.flaticon-small-pin-shape:before {
  content: "\e0e8";
}

.flaticon-small-ribbon:before {
  content: "\e0e9";
}

.flaticon-small-up-arrows-in-a-circle:before {
  content: "\e0ea";
}

.flaticon-small-upload-button-with-an-arrow:before {
  content: "\e0eb";
}

.flaticon-social-buttons-skype:before {
  content: "\e0ec";
}

.flaticon-social-google-plus-square-button:before {
  content: "\e0ed";
}

.flaticon-social-instagram-circle:before {
  content: "\e0ee";
}

.flaticon-social-network-group:before {
  content: "\e0ef";
}

.flaticon-social-rss-circle-internet:before {
  content: "\e0f0";
}

.flaticon-social-rss:before {
  content: "\e0f1";
}

.flaticon-social-share-symbol:before {
  content: "\e0f2";
}

.flaticon-social-vimeo-in-a-circle-logo:before {
  content: "\e0f3";
}

.flaticon-speech-balloon-note:before {
  content: "\e0f4";
}

.flaticon-speech-bubble-outline:before {
  content: "\e0f5";
}

.flaticon-spotify-logo-button-1:before {
  content: "\e0f6";
}

.flaticon-spotify-logo-button:before {
  content: "\e0f7";
}

.flaticon-spotify-logo:before {
  content: "\e0f8";
}

.flaticon-star-sign:before {
  content: "\e0f9";
}

.flaticon-stop-button-1:before {
  content: "\e0fa";
}

.flaticon-stop-button-2:before {
  content: "\e0fb";
}

.flaticon-stop-button:before {
  content: "\e0fc";
}

.flaticon-stumbleupon-logo-button:before {
  content: "\e0fd";
}

.flaticon-stumbleupon-logo:before {
  content: "\e0fe";
}

.flaticon-stumbleupon:before {
  content: "\e0ff";
}

.flaticon-tablet-outline:before {
  content: "\e100";
}

.flaticon-tags-outline-1:before {
  content: "\e101";
}

.flaticon-tags-outline:before {
  content: "\e102";
}

.flaticon-telephone-handset:before {
  content: "\e103";
}

.flaticon-text-lines-file:before {
  content: "\e104";
}

.flaticon-thin-left-down-arrow:before {
  content: "\e105";
}

.flaticon-thin-left-up-arrow:before {
  content: "\e106";
}

.flaticon-thin-little-up-arrow-in-a-circle:before {
  content: "\e107";
}

.flaticon-thin-right-arrow:before {
  content: "\e108";
}

.flaticon-time-watch:before {
  content: "\e109";
}

.flaticon-toolbox:before {
  content: "\e10a";
}

.flaticon-trash-container:before {
  content: "\e10b";
}

.flaticon-tumblr-logo:before {
  content: "\e10c";
}

.flaticon-tumblr-quadrate:before {
  content: "\e10d";
}

.flaticon-tumblr-symbol:before {
  content: "\e10e";
}

.flaticon-twitter-logo-silhouette:before {
  content: "\e10f";
}

.flaticon-twitter-logo:before {
  content: "\e110";
}

.flaticon-twitter:before {
  content: "\e111";
}

.flaticon-two-down-chevron:before {
  content: "\e112";
}

.flaticon-two-small-arrows-to-right-in-a-little-circle:before {
  content: "\e113";
}

.flaticon-unlocked-lock:before {
  content: "\e114";
}

.flaticon-up-and-down-arrow:before {
  content: "\e115";
}

.flaticon-up-and-right-arrow-button:before {
  content: "\e116";
}

.flaticon-up-arrow-1:before {
  content: "\e117";
}

.flaticon-up-arrow:before {
  content: "\e118";
}

.flaticon-up-sign:before {
  content: "\e119";
}

.flaticon-upload-folder:before {
  content: "\e11a";
}

.flaticon-upload-to-the-cloud:before {
  content: "\e11b";
}

.flaticon-video-play-button:before {
  content: "\e11c";
}

.flaticon-vimeo-logo-square:before {
  content: "\e11d";
}

.flaticon-vimeo:before {
  content: "\e11e";
}

.flaticon-voice-mic:before {
  content: "\e11f";
}

.flaticon-wordpress-logo:before {
  content: "\e120";
}

.flaticon-wordpress-square-logo:before {
  content: "\e121";
}

.flaticon-working-cone:before {
  content: "\e122";
}

.flaticon-wrench-tool:before {
  content: "\e123";
}

.flaticon-youtube-logo:before {
  content: "\e124";
}

.flaticon-zoom-interface:before {
  content: "\e125";
}

.flaticon-zoom-out-symbol:before {
  content: "\e126";
}

/**
 * Treo Light Theme
 */
body {
  --theme-name:TreoLightTheme;
;
}

body {
  background: #fff;
  color: #000;
}

a {
  color: #0081d1;
}

a:hover, a:focus {
  color: #015db4;
}

#header a.minimizer {
  position: relative;
  top: 0;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #eaeaea;
}

.list-expanded > .show-more {
  margin: 15px;
}

.page-header h3 {
  font-size: 28px;
  color: #000;
}

.middle > .panel > .panel-heading > h4.panel-title {
  display: inline-block;
}

.record .middle > .panel {
  border-top-width: 0;
}

.detail .record-buttons ~ .edit-buttons.hidden ~ .row .panel-body .form-group .field input[type="radio"], .detail .record-buttons ~ .edit-buttons.hidden ~ .row .panel-body .form-group .field input[type="checkbox"] {
  margin: 0;
}

input#sn-checkbox-open-in-new-window {
  margin-left: -20px;
  margin-top: 4px;
}

#nofitication,
#notification {
  text-align: justify;
}

.alert {
  height: auto;
}

.dialog-record .modal-content > .modal-body {
  background-color: #fff;
}

.modal-backdrop {
  background-color: #000;
}

.modal-backdrop.in {
  opacity: .3;
}

.record .stick-sub.button-container {
  background-color: #fff !important;
}

.stick-sub.button-container {
  padding: 18px 15px 0 15px;
  border-bottom: 1px solid #dedede;
}

.header-breadcrumbs a, .cell label, .filter label, .page-header .breadcrumb-separator {
  color: #8e8e8e;
}

.list > table {
  border-bottom: 1px solid #e8eced;
}

.list > table thead {
  border-top: 1px solid #e8eced;
  background-color: #fafafa;
}

.list > table tr:hover {
  background-color: #fbfbfb;
}

.panel-body > .list-container > .list > div.show-more, .list.no-bottom-margin > div.show-more {
  width: auto;
}

.show-more {
  margin: 15px;
}

.show-more > .btn-block {
  display: inline-block;
  width: auto;
}

.show-more > .btn-block .text-muted {
  color: #fff;
  padding: 0 0 0 6px;
}

.list-container .list-buttons-container {
  margin-bottom: 10px;
}

.list-container .list-buttons-container .check-all-container {
  width: auto !important;
  padding: 6px 10px;
  padding-left: 0;
}

.list-container .list-buttons-container .actions-button {
  color: #000;
  border: 0;
}

.list-container .list-buttons-container .actions-button:hover, .list-container .list-buttons-container .actions-button:focus, .list-container .list-buttons-container .actions-button:active {
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.list-container .list-buttons-container .total-count {
  color: #000;
  padding: 0;
}

.list-container .list-buttons-container .items-in-row-container {
  margin-right: 30px;
}

.list-container .list-buttons-container .sort-container {
  margin-right: 30px;
}

.list-row-buttons > button > span {
  color: #999;
}

.list-container > .list, .panel, .dashlet-container, #main > .calendar-container .calendar, #main > .calendar-container .timeline, .well, .admin-content .table.table-bordered, .admin-content iframe, .list-group-panel {
  -webkit-box-shadow: none;
          box-shadow: none;
}

table.table > thead th > a {
  color: #8e8e8e;
}

.search-row > div {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.search-row > div .search-right-buttons-group {
  margin-left: -1px;
}

.search-row .text-filter + .input-group-btn .search::after:first-letter {
  text-transform: uppercase;
}

.search-row .add-filter-button:after,
.search-row .add-attribute-filter-button:after,
.search-row .add-import-filter:after {
  content: "\203A";
}

.filter > .form-group .field .selectize-control .selectize-input {
  border: 1px solid #eaeaea;
  min-height: 30px;
}

.page-header {
  padding-bottom: 0;
}

#header .navbar-right .global-search-container a.global-searcy-button:hover {
  background: transparent;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #ececec;
  color: #fff;
}

.row.dashlets .panel-default {
  border: 0;
}

.table-admin-panel tr > td:first-child {
  width: 200px;
}

#main .page-header > h3 > a {
  position: relative;
}

#main .page-header > h3 > a::after, #main .page-header h3 > span.subsection::after {
  content: '›';
  display: inline-block;
  color: #000;
  background: #fff;
  height: 100%;
  width: 21px;
  text-align: center;
}

.menu {
  padding-left: 8px;
  padding-right: 8px;
}

.page-header h3 {
  font-size: 24px;
}

.page-header .header-buttons {
  width: 100%;
}

.page-header .header-buttons .header-items {
  display: inline-block;
  float: right;
  margin-left: 5px;
  margin-bottom: 8px;
}

.page-header .header-buttons .header-items > a.action {
  float: left;
  margin: 0;
  margin-right: 4px;
  line-height: 21px;
}

.page-header .header-buttons .header-items > a.action:last-child {
  margin-right: 0;
}

.page-header .header-buttons .pull-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-width: 510px;
}

.page-header .header-buttons .pull-right .filter-cell:first-child .field, .page-header .header-buttons .pull-right .filter-cell:first-child .form-control {
  -webkit-border-bottom-left-radius: 3px;
          border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
          border-top-left-radius: 3px;
}

.page-header .header-buttons .pull-right .filter-cell:last-child .field, .page-header .header-buttons .pull-right .filter-cell:last-child .form-control {
  -webkit-border-bottom-right-radius: 3px;
          border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
          border-top-right-radius: 3px;
}

.page-header .header-buttons .filter-cell {
  display: inline-block;
  width: 170px;
  margin-right: -1px;
}

.page-header .header-buttons .filter-cell > .field {
  border: 1px solid #e0e0e0;
}

.page-header .header-buttons .filter-cell > .field .form-control {
  margin-bottom: 0;
  border: none;
}

.page-header .header-buttons .filter-cell .dropdown-enum-menu {
  width: 100%;
  min-width: 180px;
  overflow-y: auto;
  max-height: 50vh;
}

.page-header .header-buttons .filter-cell .dropdown-enum-menu > li > a {
  padding: 10px 15px;
}

.page-header .header-buttons .filter-cell .dropdown-enum-menu > li > a,
.page-header .header-buttons .filter-cell .dropdown-enum-menu > li > a > .field {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.page-header .header-buttons .filter-cell .dropdown-enum-menu > li > a > .field[data-name="showGenericFields"] .control-label,
.page-header .header-buttons .filter-cell .dropdown-enum-menu > li > a > .field[data-name="showGenericFields"] .main-element {
  margin: 0;
  position: relative;
  top: 1px;
}

.page-header .header-buttons .filter-cell:last-child {
  margin-left: 0;
}

.page-header .header-buttons .field {
  position: relative;
}

.page-header .header-buttons .field .selected-element {
  cursor: default;
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
  padding: 6px 12px 6px 6px;
}

.page-header .header-buttons .field .selected-element span {
  display: inline-block;
  height: 100%;
  overflow: hidden;
  line-height: 21px;
}

.selectize-input.focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #66afe9 !important;
}

.scroll-top {
  background: rgba(255, 255, 255, 0.7);
  border: 0;
  outline: 0;
  padding: 0;
  color: #333;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  font-size: 16px;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 100%;
          border-radius: 100%;
}

.progress.pre-loading {
  height: 10px;
  background: #fafafa !important;
}

.progress.pre-loading div {
  background: #424242 !important;
}

.dashlets.grid-stack > .grid-stack-item > .grid-stack-item-content {
  right: 0;
  left: 0;
}

.home-content > .row.dashlets {
  margin-left: -15px;
  margin-right: -15px;
}

#main .catalog-tree-panel {
  position: relative;
  border-top: 1px solid #e8eced;
  border-right: 1px solid #e8eced;
  margin: 0 14px -10px -15px;
  padding: 0 15px 0 25px;
  float: left;
  min-height: 35px;
}

#main .detail .catalog-tree-panel {
  margin: 0;
  border-right: 0;
}

#main .catalog-tree-panel + .list-container {
  padding: 0;
}

#main .catalog-tree-panel + .list-container .list {
  border-left: 1px solid #e8eced;
}

@media screen and (min-width: 1200px) {
  #main .catalog-tree-panel.catalog-tree-panel-hidden + .list-container {
    margin-left: 25px;
  }
  #main .catalog-tree-panel + .list-container.hidden-catalog-tree-panel {
    margin-left: 25px;
  }
}

#main .catalog-tree-panel + .list-buttons-container::before,
#main .catalog-tree-panel + .list-buttons-container::after {
  content: '';
  display: table;
  clear: right;
}

#main .catalog-tree-panel > .category-panel {
  padding: 0;
  margin: 0;
}

#main .catalog-tree-panel > .category-panel > .no-data {
  padding: 7px 5px 5px 5px;
}

#main .catalog-tree-panel > button.collapse-panel {
  position: absolute;
  right: 10px;
  height: 33px;
  font-size: 10px;
  padding: 0;
  top: 1px;
  border: 0;
}

#main .catalog-tree-panel > button.collapsed {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  #main .catalog-tree-panel.catalog-tree-panel-hidden {
    padding: 20px 8px 20px 17px;
  }
  #main .detail .catalog-tree-panel + .overview {
    border-left: 1px solid #e8eced;
  }
}

@media screen and (min-width: 1200px) {
  #main .detail .catalog-tree-panel.catalog-tree-panel-hidden + .overview {
    width: calc(75% - 25px);
  }
}

#main .category-tree button.catalog-link {
  position: relative;
  border-bottom: 1px solid;
  padding: 5px 15px 5px 0;
  color: #000;
  font-size: 14px;
  width: 100%;
  text-align: left;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow-x: hidden;
}

#main .category-tree button.catalog-link:hover,
#main .category-tree button.catalog-link:focus {
  text-decoration: none;
}

#main .category-tree button.catalog-link > span.caret {
  position: absolute;
  right: 5px;
  top: 15px;
}

#main .catalog-tree-panel .field[data-name="category-search"] {
  position: relative;
}

#main .catalog-tree-panel .field[data-name="category-search"] > input.category-search {
  border: 0;
  border-bottom: 1px solid #e8eced;
  padding: 0 5px;
}

#main .catalog-tree-panel .field[data-name="category-search"] > span {
  position: absolute;
  top: 10px;
  right: 5px;
}

#main .catalog-tree-panel .field[data-name="category-search"] > input.category-search,
#main .category-tree button.catalog-link {
  border-bottom: 1px solid #e8eced;
}

#main .catalog-tree-panel .btn {
  background: none;
  color: #000;
  border: 0;
}

#main .catalog-tree-panel .btn.active {
  color: #2895ea;
}

#main .catalog-tree-panel .category-buttons .btn + .btn {
  border-left: 1px solid #e8eced;
}

button.category {
  color: #000;
  padding: 0;
  margin-right: 4px;
}

button.category:hover,
button.category:focus {
  color: #000;
  text-decoration: none;
}

#main ul.list-group {
  margin-bottom: 0;
}

#main ul.list-group-tree > li {
  padding: 5px 0 0 14px;
}

#main ul.list-group-tree li.child {
  padding-left: 18px;
}

#main ul.list-group-tree li.child.active {
  color: #2895ea;
  background-color: transparent;
  border-color: transparent;
}

#main ul.list-group-tree li.child.active > button.category {
  color: inherit;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  #main .catalog-tree-panel {
    padding: 0 10px 10px 10px;
    margin: 0 0 10px 0;
    float: none;
    min-height: 53px;
  }
  #main .catalog-tree-panel > .category-panel > .no-data {
    padding: 10px 5px 5px 5px;
  }
  #main .catalog-tree-panel > button.collapse-panel {
    top: 5px;
    right: 5px;
  }
  #main .catalog-tree-panel.catalog-tree-panel-hidden {
    width: 40px;
  }
  #main .catalog-tree-panel + .list-container.hidden-catalog-tree-panel {
    margin-left: 0;
  }
  #main .search-container {
    margin-bottom: 9px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 100%;
  }
  #main .search-container {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 768px) {
  .record .list-container {
    padding-left: 0;
  }
  #header ul.tabs {
    margin: 0 0 0 -8px;
    overflow-y: auto;
    border-bottom: 1px solid #e0e0e0;
  }
  #header .nav > li.more:not(.more-group) > .dropdown-menu {
    left: 220px;
    top: 47px;
  }
  #header .navbar-header, #header ul.tabs, #header .navbar, #header .navbar-brand {
    width: 220px;
  }
  #header a.navbar-brand {
    max-width: 220px;
  }
  #header ul.tabs li.more-group > ul.dropdown-menu a::before {
    left: 24px;
  }
  #header ul.tabs li > a {
    padding-left: 22px;
  }
  li.more .dropdown-menu > .active > a,
  li.more .dropdown-menu > .active > a:hover,
  li.more .dropdown-menu > .active > a:focus {
    color: #262626;
    background-color: #f5f5f5;
  }
  body > .content, #header .navbar-right, body > footer {
    margin-left: 220px;
  }
  .search-row {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-bottom: 20px;
  }
  .search-row .form-group {
    margin-bottom: 10px;
  }
  .search-row .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    float: right;
    margin-left: -1px;
  }
  .input-group .form-control:not(:first-child):not(:last-child) {
    padding: 6px 45px 6px 12px;
  }
  .search-row > div > .input-group > .left-dropdown {
    right: -1px;
    z-index: 3;
  }
  .search-right-buttons-group > .btn {
    opacity: 1 !important;
    font-size: 0;
  }
  .search-right-buttons-group > .add-filter-button {
    padding-top: 14px;
    padding-bottom: 13px;
  }
  .search-row > div .search-right-buttons-group {
    margin-left: -2px;
  }
  .dropdown-item-list-button {
    width: 30px;
  }
  body > footer {
    height: 28px;
    background-color: #dcdcdc;
  }
  body > .content {
    padding-bottom: 28px;
    padding-left: 0;
  }
  .edit > .row > .col-md-8,
  .detail > .row > .col-md-8 {
    padding-right: 0;
    padding-left: 0;
    min-height: 79.6vh;
  }
  #main .edit > .row,
  #main .detail > .row {
    margin-left: -15px;
    margin-right: -14px;
  }
  #main .detail .catalog-tree-panel + .overview {
    border-right: 1px solid #EEEEEE;
  }
  .edit > .row > .side,
  .detail > .row > .side {
    padding: 0;
    position: relative;
    margin-left: 1px;
    margin-right: -1px;
  }
  .nav > li > a {
    padding: 7px 15px;
  }
  .home-content > .row.dashlets {
    margin-left: -15px;
  }
  #main {
    padding-left: 15px;
  }
  .dashlets > div::after {
    content: '';
    height: 100%;
    width: 1px;
    background: #dcdcdc;
    position: absolute;
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  #content {
    margin-top: 44px;
  }
  .page-header .header-buttons .header-items {
    margin-top: 0;
    margin-bottom: 0;
  }
  .page-header .header-buttons .header-items > a.action {
    margin-bottom: 4px;
  }
  .detail .panel-default > .panel-heading {
    margin: 0 -15px;
  }
  .detail .panel-navigation {
    display: none;
  }
  #header .navbar-right > li.progress-badge-container {
    display: inline-block;
    float: right;
  }
  .record .middle .panel-body,
  .record .bottom .panel-body,
  .home-content > .row.dashlets .panel-body {
    padding: 0;
  }
  .panel-body > div > .list {
    width: calc(100% + 28px);
  }
  .list-container .list-buttons-container {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .navbar {
    border: 0;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
  }
  .navbar-header {
    position: relative;
    z-index: 200;
    background: #424242;
  }
  #global-search-panel {
    top: 75px;
  }
  .navbar-toggle {
    float: left;
    border: 0;
  }
  .navbar-inverse .navbar-toggle:hover,
  .navbar-inverse .navbar-toggle:focus {
    background-color: transparent;
  }
  #header .navbar ul.nav > li.global-search-container {
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .search-row .text-filter + .input-group-btn .search,
  .search-row .text-filter + .input-group-btn .reset,
  .search-row > div .search-right-buttons-group button {
    font-size: 0;
    height: 33px;
    width: 38px;
  }
  .search-row .text-filter + .input-group-btn .search .fa,
  .search-row .text-filter + .input-group-btn .reset .fa,
  .search-row > div .search-right-buttons-group button .fa {
    font-size: 14px;
  }
  .progress.pre-loading {
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-brand {
    display: inline-flex;
    align-items: center;
    width: 160px;
  }
  .filter-menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3000;
    margin: 0;
    overflow: auto;
    display: block;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
    -webkit-transition: 0.3s -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
    transition: 0.3s -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: 0.3s transform cubic-bezier(0.19, 1, 0.22, 1);
    transition: 0.3s transform cubic-bezier(0.19, 1, 0.22, 1);
    transition: 0.3s transform cubic-bezier(0.19, 1, 0.22, 1), 0.3s -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  }
  ul.filter-menu ul.family-list {
    max-height: 70vh;
  }
  ul.filter-menu ul.family-list .attribute-text-filter {
    margin-top: 15px;
  }
  ul.filter-menu ul.family-list .attribute-text-filter + .form-control-feedback {
    top: 15px;
  }
  .search-row .open .filter-menu {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
        transform: translate(0);
  }
  .filter-menu > .filter-menu-closer {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    z-index: 9999;
  }
  .filter-menu > .filter-menu-closer::after,
  .filter-menu > .filter-menu-closer::before {
    content: "";
    display: block;
    width: 2px;
    height: 20px;
    background: #000;
    position: absolute;
    left: 50%;
    top: 5px;
  }
  .filter-menu > .filter-menu-closer::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
  }
  .filter-menu > .filter-menu-closer::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
  }
  ul.filter-menu > li {
    float: left;
    width: 100%;
  }
  ul.filter-menu > li:nth-child(2) {
    margin-top: 40px;
  }
  ul.filter-menu > .dropdown-submenu > .dropdown-menu {
    left: 0;
    position: relative;
    width: calc(100% - 30px);
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 0 15px;
  }
}

.record .bottom .product-attribute {
  background-color: #ffffff;
  padding: 0 8px 0;
  margin: 0 0 10px 0;
}

.record .bottom .product-attribute > b {
  border-bottom: 1px solid #d8d8d8;
  display: block;
  padding: 5px 0 0;
  color: #000;
  font-size: 14px;
}

.filter-menu .family-list {
  max-height: 50vh;
  overflow-y: auto;
  overflow-x: hidden;
  width: 248px;
}

.filter-menu .family-list .no-family-data {
  padding: 10px 20px;
}

.filter-menu .dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  display: none;
  position: relative;
  top: 0;
  left: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  margin: 0;
}

.filter-menu > .dropdown-submenu > .dropdown-menu {
  left: 100%;
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.175);
          box-shadow: 0 0 13px rgba(0, 0, 0, 0.175);
  position: absolute;
}

.filter-menu .dropdown-submenu .attribute-filter-list > li > a {
  padding: 10px 0 10px 40px;
  width: 100%;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

.filter-menu .dropdown-submenu .form-control-feedback {
  line-height: 33px;
}

.dashlets.grid-stack .grid-stack-item .dashlet .dashlet-body {
  width: 100%;
}

.list-nested-categories {
  margin-bottom: 10px;
}

.list-nested-categories .category-item {
  padding: 10px;
}

.list-nested-categories .category-item .folder-icon {
  margin-right: 3px;
  position: relative;
  top: -1px;
}

.categories-container a.manage-categories-link {
  margin-left: 8px;
}

.categories-container a.category-expanded-toggle-link {
  margin-left: 8px;
}

.folders-container > .list-group-side > .list-group-item,
.categories-container > .list-expanded,
.categories-container .list-group-tree > .list-group-item > .cell {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

.dashlets.grid-stack > .grid-stack-item > .ui-resizable-se, .dashlets.grid-stack > .grid-stack-item > .ui-resizable-sw {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDUxMS42MjYgNTExLjYyNyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTExLjYyNiA1MTEuNjI3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTMyOC45MDYsNDAxLjk5NGgtMzYuNTUzVjEwOS42MzZoMzYuNTUzYzQuOTQ4LDAsOS4yMzYtMS44MDksMTIuODQ3LTUuNDI2YzMuNjEzLTMuNjE1LDUuNDIxLTcuODk4LDUuNDIxLTEyLjg0NSAgIGMwLTQuOTQ5LTEuODAxLTkuMjMxLTUuNDI4LTEyLjg1MWwtNzMuMDg3LTczLjA5QzI2NS4wNDQsMS44MDksMjYwLjc2LDAsMjU1LjgxMywwYy00Ljk0OCwwLTkuMjI5LDEuODA5LTEyLjg0Nyw1LjQyNCAgIGwtNzMuMDg4LDczLjA5Yy0zLjYxOCwzLjYxOS01LjQyNCw3LjkwMi01LjQyNCwxMi44NTFjMCw0Ljk0NiwxLjgwNyw5LjIyOSw1LjQyNCwxMi44NDVjMy42MTksMy42MTcsNy45MDEsNS40MjYsMTIuODUsNS40MjYgICBoMzYuNTQ1djI5Mi4zNThoLTM2LjU0MmMtNC45NTIsMC05LjIzNSwxLjgwOC0xMi44NSw1LjQyMWMtMy42MTcsMy42MjEtNS40MjQsNy45MDUtNS40MjQsMTIuODU0ICAgYzAsNC45NDUsMS44MDcsOS4yMjcsNS40MjQsMTIuODQ3bDczLjA4OSw3My4wODhjMy42MTcsMy42MTcsNy44OTgsNS40MjQsMTIuODQ3LDUuNDI0YzQuOTUsMCw5LjIzNC0xLjgwNywxMi44NDktNS40MjQgICBsNzMuMDg3LTczLjA4OGMzLjYxMy0zLjYyLDUuNDIxLTcuOTAxLDUuNDIxLTEyLjg0N2MwLTQuOTQ4LTEuODA4LTkuMjMyLTUuNDIxLTEyLjg1NCAgIEMzMzguMTQyLDQwMy44MDIsMzMzLjg1Nyw0MDEuOTk0LDMyOC45MDYsNDAxLjk5NHoiIGZpbGw9IiM2NjY2NjYiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
}

ul.jqtree-tree {
  list-style: none outside;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}

ul.jqtree-tree ul.jqtree_common {
  list-style: none outside;
  margin-left: 22px;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  display: block;
}

ul.jqtree-tree span.jqtree_common:focus {
  outline: none;
}

ul.jqtree-tree li.jqtree-closed > ul.jqtree_common {
  display: none;
}

ul.jqtree-tree li.jqtree_common {
  clear: both;
  list-style-type: none;
}

ul.jqtree-tree .jqtree-toggler {
  border-bottom: none;
  color: #333;
  text-decoration: none;
  vertical-align: middle;
}

ul.jqtree-tree .jqtree-toggler:hover {
  color: #000;
  text-decoration: none;
}

ul.jqtree-tree .jqtree-toggler.jqtree-closed {
  background-position: 0 0;
}

ul.jqtree-tree .jqtree-toggler.jqtree-toggler-left {
  margin-right: 0.5em;
}

ul.jqtree-tree .jqtree-toggler.jqtree-toggler-right {
  margin-left: 0.5em;
}

ul.jqtree-tree .jqtree-element {
  cursor: pointer;
  position: relative;
  padding: 5px 15px;
}

ul.jqtree-tree .jqtree-title {
  vertical-align: middle;
}

ul.jqtree-tree li.jqtree-folder {
  margin-bottom: 4px;
}

ul.jqtree-tree li.jqtree-folder.jqtree-closed {
  margin-bottom: 1px;
}

ul.jqtree-tree li.jqtree-ghost {
  position: relative;
  z-index: 10;
  margin-right: 10px;
  /* todo: add classes to span? */
}

ul.jqtree-tree li.jqtree-ghost span {
  display: block;
}

ul.jqtree-tree li.jqtree-ghost span.jqtree-circle {
  border: solid 2px #2895ea;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  height: 8px;
  width: 8px;
  position: absolute;
  top: -4px;
  left: -6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul.jqtree-tree li.jqtree-ghost span.jqtree-line {
  background-color: #2895ea;
  height: 2px;
  padding: 0;
  position: absolute;
  top: -1px;
  left: 2px;
  width: 100%;
}

ul.jqtree-tree li.jqtree-ghost.jqtree-inside {
  margin-left: 48px;
}

ul.jqtree-tree span.jqtree-border {
  position: absolute;
  display: block;
  left: -2px;
  top: 0;
  border: solid 2px #2895ea;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  margin: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

ul.jqtree-tree li.jqtree-selected > .jqtree-element,
ul.jqtree-tree li.jqtree-selected > .jqtree-element:hover {
  background-color: #f5f5f5;
}

ul.jqtree-tree .jqtree-moving > .jqtree-element .jqtree-title {
  outline: dashed 1px #2895ea;
}

ul.jqtree-tree.jqtree-rtl {
  direction: rtl;
}

ul.jqtree-tree.jqtree-rtl ul.jqtree_common {
  margin-left: 0;
  margin-right: 12px;
}

ul.jqtree-tree.jqtree-rtl .jqtree-toggler {
  margin-left: 0.5em;
  margin-right: 0;
}

ul.jqtree-tree.jqtree-rtl .jqtree-title {
  margin-left: 0;
  margin-right: 1.5em;
}

ul.jqtree-tree.jqtree-rtl .jqtree-title.jqtree-title-folder {
  margin-right: 0;
}

ul.jqtree-tree.jqtree-rtl li.jqtree-ghost {
  margin-right: 0;
  margin-left: 10px;
}

ul.jqtree-tree.jqtree-rtl li.jqtree-ghost span.jqtree-circle {
  right: -6px;
}

ul.jqtree-tree.jqtree-rtl li.jqtree-ghost span.jqtree-line {
  right: 2px;
}

ul.jqtree-tree.jqtree-rtl li.jqtree-ghost.jqtree-inside {
  margin-left: 0;
  margin-right: 48px;
}

ul.jqtree-tree.jqtree-rtl span.jqtree-border {
  right: -2px;
}

span.jqtree-dragging {
  color: #fff;
  background: #000;
  opacity: 0.6;
  cursor: pointer;
  padding: 2px 8px;
}

.search-row .filters-button {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  max-width: 150px;
}

a.collapsing-button {
  padding: 0 0 0 8px;
  vertical-align: unset;
}

a.collapsing-button,
a.collapsing-button:hover {
  color: #8e8e8e;
  font-size: 12px;
}

a.collapsing-button > span {
  margin: 0 3px;
  font-size: 12px;
}

#login .logo-container img.logo {
  height: 25px;
  margin-top: 9px;
}

.additional-action-icon {
  color: #999;
  margin-left: 5px;
}

td[data-name="draggableIcon"] {
  color: #999;
}

.full-page-modal > .modal-dialog {
  width: 100%;
}

.full-page-modal .modal-body {
  padding: 0;
}

.full-page-modal .header-container {
  padding: 14px 44px 30px 14px;
  border-bottom: 1px solid #d8d8d8;
}

.full-page-modal .body-container {
  overflow-y: auto;
  padding: 14px;
}

.full-page-modal .close {
  position: absolute;
  right: 15px;
  top: 8px;
  font-size: 31px;
}

.full-page-modal .title-container {
  font-size: 18px;
}

.full-page-modal .fixed-panel {
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 10px;
}

.full-page-modal .fixed-panel .row {
  padding: 5px;
}

.full-page-modal .product-fields-panel .row.stripped:not(.hidden) {
  background-color: #f2f2f2;
}

.product-fields-panel .panel .cell {
  padding: 5px;
}

.product-fields-panel .panel .cell .html-container {
  overflow-x: auto;
}

.loader {
  border: 5px solid #f5f5f5;
  border-top: 5px solid #2895ea;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  width: 27px;
  height: 27px;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
  float: left;
  margin: 3px 10px;
}

.btn.hidden[data-action="upgradeSystem"] + .loader {
  margin: 0;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.current-status {
  margin-bottom: 10px;
}

.modal-dialog .progress-log-wrapper {
  padding: 0 9px 9px;
}

.content .progress-log-wrapper {
  display: inline-block;
  margin-top: 6px;
  padding: 0 9px;
}

.content .progress-log-wrapper .spinner {
  display: inline-block;
  padding-right: 9px;
}

.spinner > div {
  width: 6px;
  height: 6px;
  background-color: #000;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  vertical-align: middle;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.bottom .panel-heading > .panel-title > .collapser {
  cursor: pointer;
  top: 2px;
  margin-left: 2px;
  color: #8e8e8e;
  font-size: 12px;
}

.btn[data-action="refresh"] > span.fas.fa-sync {
  font-size: 13px;
}

.bottom .panel .panel-body.panel-collapse.collapsing {
  -webkit-transition-duration: .11s;
  -o-transition-duration: .11s;
  transition-duration: .11s;
}

.field .multilang-labels .control-label {
  margin-top: 15px;
}

.field .main-field.hidden + .multilang-labels .control-label:first-child {
  margin-top: 0;
}

.field .attribute-type-value a.remove-icon {
  margin-top: 0px;
  margin-bottom: 6px;
}

.field .attribute-type-value.disable-multi-lang a.remove-icon {
  margin-top: 13px;
}

.field .attribute-type-value .option-group {
  width: calc(100% - 18px);
}

.field .attribute-type-value .option-group .option-item > span {
  display: inline-block;
  width: 50px;
  text-align: right;
}

.field .attribute-type-value.disable-multi-lang .option-group .option-item > span {
  width: 0;
}

.field .attribute-type-value .option-group .option-item > input {
  width: calc(100% - 55px);
  display: inline-block;
}

.field .attribute-type-value.disable-multi-lang .option-group .option-item > input {
  width: calc(100% - 5px);
}

.field .attribute-type-value .list-group-item:last-child {
  border-bottom-width: 1px;
}

.field .add-attribute-type-value {
  margin-top: 10px;
  display: inline-block;
}

.control-label.multilang-error-label {
  color: #a94442;
}

.form-control.multilang-error-form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.form-control.multilang-error-form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.panel.panel-configurator {
  margin: 0 -14px;
}

.mapping-container .configurator-buttons {
  padding: 0;
}

.mapping-container .list tr > td:first-child, .mapping-container .list tr > th:first-child {
  padding-left: 14px;
}

.mapping-container .list table td[data-name="default"] {
  overflow: visible;
}

.mapping-container .no-data {
  padding: 14px;
}

.configurator-modal .row .cell.col-sm-6:nth-child(2n+1):not(:last-child) {
  clear: left;
}

.configurator-modal .row .cell.col-sm-6.hidden-cell {
  min-height: 0;
}

@media screen and (max-width: 768px) {
  .mapping-container .configurator-buttons .conf-button {
    margin-bottom: -1px;
  }
}

.was,
.became {
  display: inline-block;
  width: 100%;
  word-break: break-word;
}

.was .html-container,
.became .html-container {
  overflow-x: auto;
}

@media screen and (max-width: 768px) {
  .content {
    position: relative;
  }
}

.bottom .panel .group-container {
  margin: -14px;
}

.bottom .panel .group-container > .group > .group-name {
  padding: 10px 0 10px 10px;
}

.bottom .panel .group-container > .group > .group-name .btn {
  background-color: #fff;
  border-width: 0;
}

.bottom .panel .group-container > .group {
  border-bottom: 1px solid #ececec;
}

.bottom .panel .group-container > .group:last-child {
  border-bottom: none;
}

.bottom .panel .group-container > .group .list td[data-name="value"] {
  overflow: visible;
}

.bottom .panel .group-container > .group .list td[data-name="value"] .field .input-group {
  width: 100%;
}

.field > .list-group > .list-group-item > .delimiter-group.list-group {
  margin-top: 10px;
  margin-bottom: 5px;
}

.field > .list-group > .list-group-item > .delimiter-group.list-group > .list-group-item {
  margin: 0;
}

.field > .list-group > .list-group-item > .delimiter-group.list-group > .list-group-item:last-child {
  border-bottom-width: 1px;
}

.field .unit-container .btn:active,
.field .unit-container .btn:focus,
.field .unit-container .btn:hover {
  color: #333;
  background-color: #f7f7f7;
  border-color: #ccc;
}

.field .unit-container .unit-value {
  margin-right: 6px;
}

.field .link-container .list-group-item .key-array-unit-symbol {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
}

.field .link-container .list-group-item .key-array-unit-symbol label {
  width: 50%;
}

.field .link-container .list-group-item .key-array-unit-symbol .unit-symbol {
  width: 50%;
  display: inline-block;
}

td.cell[data-name="buttons"] > .btn-group {
  margin-right: -8px;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.field .unit-group.input-group {
  width: 100%;
}

.field .unit-group.input-group .unit-input {
  width: 80%;
}

.field .unit-group.input-group .unit-select {
  display: inline-block;
  width: 20%;
  margin-left: -1px;
}

.lead-container > .edit > .row > .col-md-8 {
  min-height: auto;
}

.has-error .email-address-block .form-control {
  border: 1px solid #eaeaea;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.has-error .email-address-block .email-data-error {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

select.input-sm {
  line-height: normal;
}

select,
.page-header .header-buttons .filter-cell .field .selected-element {
  background-image: url("../../img/arrow-down.png") !important;
  background-position: center right 5px;
  background-repeat: no-repeat;
  -webkit-background-size: 12px 12px;
  background-size: 12px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 20px !important;
}

@media screen and (max-width: 768px) {
  @supports (-webkit-overflow-scrolling: touch) {
    #header .navbar-collapse, #header .menu {
      padding-bottom: 80px;
    }
  }
}

.list > table tr.ui-sortable-helper {
  background-color: #f3f3f3;
}

.list > table tr.ui-sortable-helper td {
  vertical-align: middle;
}

.filter-menu .dropdown-menu > li > a {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

.hidden-cell .lock-link,
.hidden-cell .unlock-link {
  display: none !important;
}

.lock-link,
.unlock-link {
  padding-left: 5px;
}

.attribute-cell .inline-remove-link {
  padding-left: 5px;
  padding-top: 1px;
}

.attribute-cell .inline-last-changes-link {
  padding-left: 5px;
}

.logo-centr-inner {
  display: inline-block;
}

.logo-centr-outer {
  text-align: center;
}

#general-container div#navbar div.navbar div.logo-centr-inner a.logo img {
  margin: 10px auto 7px;
}

.panel-body .list table tbody.ui-sortable td:not(:last-child) {
  vertical-align: middle;
}

.ui-sortable .ul-sortable-helper td {
  vertical-align: middle;
}

.plate-item {
  width: 100%;
  height: 200px;
  border: 1px solid #e8eced;
  position: relative;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

.plate-item.active {
  background-color: #e8eced;
}

.plate-item .field-type {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
  border: 1px solid #e8eced;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  padding: 1px 5px;
  max-width: 40%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.plate-item .field-status {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 27px;
  max-width: 35%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.plate-item .field-name {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 10px;
  left: 0;
  padding: 0 10px 0 25px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.plate-item .field-preview {
  display: block;
  margin-top: 40px;
  height: 125px;
  line-height: 125px;
  text-align: center;
  vertical-align: middle;
}

.plate-item .field-preview img {
  max-height: 100%;
  max-width: 100%;
  background-image: -webkit-linear-gradient(45deg, #cccccc 25%, transparent 25%), -webkit-linear-gradient(135deg, #cccccc 25%, transparent 25%), -webkit-linear-gradient(45deg, transparent 75%, #cccccc 75%), -webkit-linear-gradient(135deg, transparent 75%, #cccccc 75%);
  background-image: -o-linear-gradient(45deg, #cccccc 25%, transparent 25%), -o-linear-gradient(135deg, #cccccc 25%, transparent 25%), -o-linear-gradient(45deg, transparent 75%, #cccccc 75%), -o-linear-gradient(135deg, transparent 75%, #cccccc 75%);
  background-image: linear-gradient(45deg, #cccccc 25%, transparent 25%), linear-gradient(-45deg, #cccccc 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #cccccc 75%), linear-gradient(-45deg, transparent 75%, #cccccc 75%);
  -webkit-background-size: 20px 20px;
          background-size: 20px 20px;
  background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
}

.plate-item .actions {
  color: #999999;
  display: inline-block;
  position: absolute;
  top: 6px;
  right: 0;
}

.plate-item .record-checkbox-container {
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 0;
}

.plate-item .record-checkbox-container input {
  cursor: pointer;
}

#login {
  background: #FFFFFF;
  color: #424242;
  margin-top: 50px;
}

#login.panel > .panel-heading {
  text-align: center;
  padding: 6px;
  background-color: #f5f5f5;
  border: 1px solid #c0c0c0;
  border-bottom: 0;
  -webkit-box-shadow: 0 -8px 10px -10px;
          box-shadow: 0 -8px 10px -10px;
}

#login.panel > .panel-body {
  border: 1px solid #c0c0c0;
}

#login .logo-container {
  display: inline-block;
}

#login input.form-control {
  padding: 6px 10px 6px 30px;
}

#login select.form-control {
  padding: 6px 10px 6px 3px;
}

#login label[for='field-username'],
#login label[for='login'] {
  position: relative;
}

#login label[for='field-username']::before,
#login label[for='login']::before {
  position: absolute;
  top: 31px;
  left: 10px;
  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;
}

#login label[for='field-username']::before {
  content: "\e008";
}

#login label[for='login']::before {
  content: "\e033";
}

#login #btn-login {
  background-color: #FFFFFF;
  border-color: #eaeaea;
  color: #000;
}

#login #btn-login:hover {
  border-color: #424242;
}

#login .btn-link {
  color: #111111;
}

#login input:focus {
  border-color: #424242;
}

#login .logo-container img.logo {
  height: 25px;
  margin-top: 9px;
}

body,
.popover, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .tooltip {
  font-family: Roboto;
}

.navbar {
  min-height: 52px;
}

.navbar.navbar-inverse {
  background-color: #f5f5f5;
  border-bottom: 1px solid #e0e0e0;
}

.navbar-brand {
  height: 44px;
}

.navbar-nav > li > .dropdown-menu,
.navbar-nav > li .panel {
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

#global-search-input {
  font-size: 14px;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #737373;
}

.navbar-inverse .navbar-nav.navbar-right > .open > a,
.navbar-inverse .navbar-nav.navbar-right > .open > a:hover,
.navbar-inverse .navbar-nav.navbar-right > .open > a:active,
.navbar-inverse .navbar-nav.navbar-right > .open > a:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.fixed-header-breadcrumbs {
  position: fixed;
  top: 15px;
  z-index: 1040;
  white-space: nowrap;
  overflow: hidden;
  height: 33px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  color: #737373;
}

.fixed-header-breadcrumbs > span {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .navbar-toggle {
    margin-right: 4px;
    margin-top: 6.5px;
  }
  .navbar-header-inner {
    margin-right: 5px;
  }
  #header .navbar-header {
    padding: 4px 0;
    border-bottom: 1px solid #d5d5d5;
  }
  #header .navbar-header .search-toggle,
  #header .navbar-header #nav-menu-dropdown {
    color: #737373;
    line-height: 38px;
    padding-top: 0;
    padding-bottom: 0;
  }
  #header .navbar-header-inner {
    padding: 3px 0;
  }
  #header .header-right {
    padding: 0;
    margin: 0;
  }
  #header .header-right > li {
    float: right;
    list-style: none;
    margin: 0;
  }
  #header .header-right .notifications-badge-container > .notifications-button > .number-badge {
    top: 3px;
    right: 0;
    left: auto;
  }
  #header .global-search-container {
    padding: 8px 0;
  }
  #header .global-search-container .input-group {
    margin-right: 12px;
  }
  #header .global-search-container a.global-searcy-button {
    padding: 0 10px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #e0e0e0;
    border-left: 0;
    -webkit-border-top-right-radius: 3px;
            border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
            border-bottom-right-radius: 3px;
    color: #737373;
  }
  #header #global-search-input {
    margin-top: 0;
    height: 40px !important;
    background: inherit;
    border: 1px solid #e0e0e0;
    border-right: 0;
    -webkit-border-top-left-radius: 3px;
            border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
            border-bottom-left-radius: 3px;
  }
  #header .navbar-header .search-toggle {
    background: transparent;
    color: #fff;
    font-size: 16px;
    border: 0;
    outline: 0;
    padding: 10px;
    margin: 0;
  }
  #header .navbar-header #nav-menu-dropdown {
    color: #fff;
    display: block;
    width: auto;
    line-height: 24px;
    padding: 10px;
  }
  #header .navbar-header .menu-container .dropdown-menu {
    right: 0;
    left: auto;
  }
  #header .navbar-header #nav-menu-dropdown,
  #header .navbar-header .search-toggle,
  #header .header-right > li > a {
    position: relative;
    display: inline-block;
    line-height: 36px;
    font-size: 16px;
    color: #737373;
    text-align: center;
    padding: 0 10px;
    border: 1px solid #d5d5d5;
    -webkit-border-image: initial;
         -o-border-image: initial;
            border-image: initial;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    margin-left: 4px;
  }
  #header .navbar-collapse {
    -webkit-transform: translate(0, -150%);
        -ms-transform: translate(0, -150%);
            transform: translate(0, -150%);
  }
  #header .navbar-collapse.open-search,
  #header .menu.open-menu {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  #header .navbar-collapse,
  #header .menu {
    -webkit-transition: 0.3s -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
    transition: 0.3s -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: 0.3s transform cubic-bezier(0.19, 1, 0.22, 1);
    transition: 0.3s transform cubic-bezier(0.19, 1, 0.22, 1);
    transition: 0.3s transform cubic-bezier(0.19, 1, 0.22, 1), 0.3s -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    left: 0;
    right: 0;
    top: 52px;
    z-index: 100;
    background: #f5f5f5;
    display: block;
    height: calc(100vh - 44px);
    border: 0;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    overflow-x: visible !important;
    overflow-y: auto;
  }
  #header .menu {
    -webkit-transform: translate(-110%, 0);
    -ms-transform: translate(-110%, 0);
        transform: translate(-110%, 0);
  }
  #header .navbar-inverse {
    background-color: #f5f5f5;
    border-right: 1px solid #EEEEEE !important;
  }
  #header .navbar-inverse .navbar-nav > .active > a,
  #header .navbar-inverse .navbar-nav > .active > a:hover,
  #header .navbar-inverse .navbar-nav > .active > a:focus {
    color: #111111;
    background-color: #e5e5e5;
    margin-right: 1px;
  }
  #header .navbar-inverse .navbar-nav > li > a {
    color: #111111;
  }
  #header .navbar-inverse .navbar-nav > li > a:hover, #header .navbar-inverse .navbar-nav > li > a:focus {
    color: #111111;
  }
  .header-breadcrumbs {
    padding: 5px 0;
  }
  .fixed-header-breadcrumbs {
    padding: 10px;
    background: #FFFFFF;
    left: 0;
    right: 0;
    top: 53px;
    width: 100% !important;
    min-height: 48px;
    height: auto;
    color: #111111;
    -webkit-box-shadow: rgba(255, 255, 255, 0.8) 0 3px 8px;
            box-shadow: rgba(255, 255, 255, 0.8) 0 3px 8px;
    border-bottom: 1px solid #d5d5d5;
  }
  .fixed-header-breadcrumbs .header-with-dropdown {
    white-space: initial;
  }
  .navbar-brand {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 160px;
  }
  #header .navbar img.logo {
    max-width: 60%;
  }
  .navbar-header {
    background-color: #f5f5f5;
  }
  #content {
    margin-top: 52px;
  }
  #main .catalog-tree-panel + .list-container.hidden-catalog-tree-panel {
    margin-left: 0;
  }
  #main .catalog-tree-panel-hidden > button.collapse-panel {
    border: 0;
    left: -3px;
    z-index: 1;
    position: relative;
  }
  #main .catalog-tree-panel {
    min-height: 53px;
    margin: 0;
    padding: 0;
    width: calc(100% - 15px);
    left: 15px;
    border: none;
  }
  #main .catalog-tree-panel button:active {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #main .catalog-tree-panel.col-xs-12.col-lg-3 > .category-panel {
    margin: 20px 0 10px 5px;
    padding: 20px 10px 10px 10px;
  }
  #main .catalog-tree-panel.col-xs-12.col-lg-3 > button.collapse-panel {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    z-index: 1;
  }
  #main .catalog-tree-panel.col-xs-12.col-lg-3 > button.collapse-panel::after,
  #main .catalog-tree-panel.col-xs-12.col-lg-3 > button.collapse-panel::before {
    content: "";
    display: block;
    width: 2px;
    height: 20px;
    background: #000;
    position: absolute;
    left: 50%;
    top: 5px;
  }
  #main .catalog-tree-panel.col-xs-12.col-lg-3 > button.collapse-panel::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
  }
  #main .catalog-tree-panel.col-xs-12.col-lg-3 > button.collapse-panel::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
  }
  #main .catalog-tree-panel.col-xs-12.col-lg-3 > button.collapse-panel span {
    display: none;
  }
  #main .catalog-tree-panel > .category-panel.hidden {
    display: block !important;
    -webkit-transform: translate(-150%, 0);
    -ms-transform: translate(-150%, 0);
        transform: translate(-150%, 0);
    -webkit-transition: 0.3s -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
    transition: 0.3s -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: 0.3s transform cubic-bezier(0.19, 1, 0.22, 1);
    transition: 0.3s transform cubic-bezier(0.19, 1, 0.22, 1);
    transition: 0.3s transform cubic-bezier(0.19, 1, 0.22, 1), 0.3s -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
    height: 0;
  }
  #main .catalog-tree-panel > .category-panel {
    -webkit-transform: translate(-150%, 0);
    -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    -webkit-transition: 0.3s -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
    transition: 0.3s -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: 0.3s transform cubic-bezier(0.19, 1, 0.22, 1);
    transition: 0.3s transform cubic-bezier(0.19, 1, 0.22, 1);
    transition: 0.3s transform cubic-bezier(0.19, 1, 0.22, 1), 0.3s -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  }
  #main .catalog-tree-panel.col-xs-12.col-lg-3 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FFFFFF;
    z-index: 2000;
    height: 100vh;
    overflow: auto;
  }
  .page-header .header-buttons .pull-right {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    min-width: 100%;
  }
  .page-header .header-buttons .filter-cell {
    margin-bottom: 5px;
    width: 100%;
    max-width: 170px;
  }
  .page-header .header-buttons .filter-cell:first-child > .open .dropdown-menu {
    left: 0;
  }
}

@media screen and (max-width: 399px) {
  .navbar-brand {
    max-width: 100px;
  }
  #header .navbar img.logo {
    max-width: 80%;
  }
}

@media screen and (min-width: 768px) {
  body {
    padding-top: 56px;
  }
  body.minimized #header .navbar-header,
  body.minimized #header a.navbar-brand {
    height: 56px;
  }
  #header .navbar-header {
    background: #f5f5f5;
    border-right: 1px solid #e0e0e0;
    height: 56px;
    border-bottom: 1px solid #e0e0e0;
  }
  #header .navbar-brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #header .navbar-brand img {
    margin-left: 10px;
    height: 22px;
  }
  #header a.navbar-brand {
    height: 56px;
  }
  #header .nav.navbar-nav.navbar-right {
    background: #f5f5f5;
    background-color: #f5f5f5;
    border-bottom: 1px solid #e0e0e0;
  }
  #header .nav.navbar-nav.navbar-right > li {
    float: right;
    position: static;
    min-width: 40px;
  }
  #header .navbar-right {
    width: calc(100% - 220px);
    padding-right: 0;
    height: 56px;
  }
  #header .navbar-right > li {
    padding: 8px 0;
    margin-right: 4px;
  }
  #header .navbar-right > li > a {
    padding: 0 10px;
    line-height: 38px;
    font-size: 16px;
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    color: #737373;
    text-align: center;
  }
  #header .navbar-right .global-search-container {
    padding: 8px 0;
  }
  #header .navbar-right .global-search-container a.global-searcy-button {
    padding: 0 10px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #e0e0e0;
    border-left: 0;
    -webkit-border-top-right-radius: 3px;
            border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
            border-bottom-right-radius: 3px;
    color: #737373;
  }
  #header .navbar-right #global-search-input {
    height: 40px !important;
    background: inherit;
    border: 1px solid #e0e0e0;
    border-right: 0;
    -webkit-border-top-left-radius: 3px;
            border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
            border-bottom-left-radius: 3px;
  }
  #header .navbar-inverse {
    background-color: #ffffff;
    border-right: 1px solid #EEEEEE !important;
  }
  #header .navbar-inverse .navbar-nav > .active > a,
  #header .navbar-inverse .navbar-nav > .active > a:hover,
  #header .navbar-inverse .navbar-nav > .active > a:focus {
    color: #111111;
    background-color: #F5F5F5;
    margin-right: 1px;
  }
  #header .navbar-inverse .navbar-nav > li > a {
    color: #111111;
  }
  #header .navbar-inverse .navbar-nav > li > a:hover, #header .navbar-inverse .navbar-nav > li > a:focus {
    color: #111111;
  }
  .stick-sub.button-container {
    margin: 56px 0 0 -15px;
  }
  body .stick-sub.button-container {
    width: calc(100% - 220px);
    padding-top: 9px !important;
    padding-bottom: 9px !important;
  }
}

#header > #navbar .navbar-inverse .navbar-nav .more .full-label .fas {
  float: right;
}

#header > #navbar .navbar-inverse .navbar-nav .more.keep-open .full-label .fas {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

#header > #navbar .navbar-inverse .navbar-nav > .open > a,
#header > #navbar .navbar-inverse .navbar-nav > .open > a:hover,
#header > #navbar .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #F5F5F5 !important;
  color: #111111 !important;
}

#header > #navbar .navbar-inverse .navbar-nav > .more-group > ul > li > a,
#header > #navbar .navbar-inverse .navbar-nav > .more-group > ul > li > a:hover,
#header > #navbar .navbar-inverse .navbar-nav > .more-group > ul > li > a:focus {
  color: #111111 !important;
  background-color: transparent !important;
}

#header > #navbar .navbar-inverse .navbar-nav > .more-group > ul > li > a > span.full-label,
#header > #navbar .navbar-inverse .navbar-nav > .more-group > ul > li > a:hover > span.full-label,
#header > #navbar .navbar-inverse .navbar-nav > .more-group > ul > li > a:focus > span.full-label {
  color: #111111 !important;
}

#header > #navbar .navbar-inverse .navbar-nav > .more-group > ul > li.active > a,
#header > #navbar .navbar-inverse .navbar-nav > .more-group > ul > li.active > a:hover,
#header > #navbar .navbar-inverse .navbar-nav > .more-group > ul > li.active > a:focus {
  color: #111111 !important;
  background-color: #fbfbfb !important;
}

#header > #navbar .navbar-inverse .navbar-nav > .open > ul > li > a,
#header > #navbar .navbar-inverse .navbar-nav > .open > ul > li > a:hover,
#header > #navbar .navbar-inverse .navbar-nav > .open > ul > li > a:focus {
  color: #111111 !important;
  background-color: transparent !important;
}

.panel-navigation .nav > li > a {
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

.inline-edit-link {
  width: 24px;
  height: 24px;
  background: #F5F5F5;
  text-align: center;
  line-height: 24px;
  color: #777777;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

.inline-save-link,
.inline-cancel-link {
  padding: 0 5px;
  margin-bottom: 5px;
  height: 24px;
  line-height: 24px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background: #F5F5F5;
  color: #777777;
}

.inline-save-link:before,
.inline-cancel-link:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 5px;
  font-size: 14px;
  line-height: 14px;
}

.inline-save-link:hover,
.inline-cancel-link:hover {
  text-decoration: none;
  color: #0081d1;
}

.form-group .inline-cancel-link ~ .field,
.form-group .inline-save-link ~ .field {
  padding-top: 5px;
}

.inline-save-link:before {
  content: '\f00c';
}

.inline-cancel-link:before {
  content: '\f00d';
}

#notifications-panel {
  top: 100%;
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.175);
          box-shadow: 0 0 13px rgba(0, 0, 0, 0.175);
}

.queue-panel-container {
  position: absolute;
  width: 700px;
  z-index: 1001;
  right: 0;
  left: auto;
  top: 100%;
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.175);
          box-shadow: 0 0 13px rgba(0, 0, 0, 0.175);
}

.queue-panel-container > .panel {
  border-width: 1px;
}

.queue-panel-container > .panel > .panel-heading .show-done {
  margin-right: 20px;
}

.queue-panel-container > .panel > .panel-body {
  max-height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
}

.queue-panel-container > .panel > .panel-body .list > table {
  overflow: hidden;
}

.queue-panel-container > .panel > .panel-body .list > table td {
  white-space: normal;
  -o-text-overflow: initial;
     text-overflow: initial;
  overflow: visible;
}

.queue-panel-container .queue-manager-action {
  display: inline-block;
  min-width: 90px;
}

@media screen and (max-width: 768px) {
  .queue-panel-container {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    margin-right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .queue-panel-container .list {
    overflow-x: initial;
  }
  .queue-panel-container .list > table {
    min-width: initial;
  }
}

.panel {
  margin-bottom: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-top-width: 1px;
  border-bottom-width: 0;
}

@media screen and (max-width: 767px) {
  .panel {
    border-top: none;
  }
}

.panel-title {
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
}

.panel-heading {
  position: relative;
  padding: 12px 10px;
}

.panel-heading > .btn-group {
  position: absolute;
  top: 10px;
  right: 10px;
}

.module-list-container > .panel > .panel-heading .btn-group {
  top: 10px !important;
  right: 10px !important;
}

.module-list-container > .panel.panel-info {
  border-top: 1px solid #EEEEEE;
}

.module-list-container > .panel.panel-info > .panel-heading {
  padding: 13px 10px;
  color: #101010;
  border-top: 5px solid #efefef;
  background-color: #FFFFFF;
}

.module-list-container > .panel.panel-info .btn-info {
  padding: 4px 8px;
  margin-left: 5px;
  color: #333;
  background-color: #FFFFFF;
  border-color: #EEEEEE;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

.module-list-container > .panel.panel-info .btn-info:hover {
  color: #0081d1;
  background-color: #fafafa;
}

.panel-body > div > .list > table td:last-child,
.panel-body > div > .list > table th:last-child {
  padding-right: 8px;
}

.panel-body > div:last-child > .list:last-child {
  margin-bottom: 0;
}

.panel-info > .panel-heading {
  padding: 5px 10px 6px;
}

.panel-info > .panel-heading > .btn-group .panel-info > .panel-heading > .btn-info {
  color: #31708f;
  border-color: #bce8ff;
  background-color: #e0efff;
  border-right-width: 0;
  padding-left: 8px;
  padding-right: 8px;
}

.panel-default {
  background: #FFFFFF;
  border-color: #EEEEEE;
}

.panel-default > .panel-heading {
  padding: 13px 10px;
  color: #101010;
  border-top: 5px solid #efefef;
}

.panel-default > .panel-heading > .btn-group > .btn-default {
  padding: 4px 8px;
  margin-left: 5px;
  border-color: #EEEEEE;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 28px;
  height: 28px;
}

.panel-default > .panel-heading > .btn-group > .btn-default:first-child {
  margin-left: 0;
}

.panel-default > .panel-heading > .btn-group > .btn-default:hover {
  z-index: 0;
  background: #fafafa;
}

.panel-default > .panel-body {
  margin-bottom: 15px;
}

.modal-content .panel-default > .panel-heading {
  position: relative;
}

.modal-content .panel-default > .panel-heading:before {
  content: '';
  width: calc(100% + 14px);
  height: 6px;
  background-color: #efefef;
  bottom: 100%;
  display: block;
  position: absolute;
  left: -7px;
}

@media screen and (max-width: 767px) {
  .modal-content .panel-default > .panel-heading {
    border-top: none;
  }
  .modal-content .panel-default > .panel-heading:before {
    left: -14px;
    width: calc(100% + 28px);
  }
}

.panel.sticked > .panel-heading .btn-group .btn {
  border-top-width: 1px;
}

.detail .record-buttons ~ .edit-buttons.hidden ~ .row .panel-body .form-group .field {
  padding-bottom: 8px;
  border-bottom: 1px solid #EEEEEE;
}

.nav-pills > li {
  margin-left: 5px;
}

.nav-pills > li:hover, .nav-pills > li:focus {
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #E6F1FF;
}

.nav-pills > li + li {
  margin-left: 5px;
}

.entity-container .cell {
  padding: 0;
}

.cell label,
.filter label {
  color: #777777;
  font-size: 14px;
  line-height: 22px;
}

.side > .panel.panel-default.panel-default,
.side > .panel.panel-default.panel-default list {
  background: #FFFFFF;
}

.side .panel-default > .panel-heading > .btn-group > .btn-default {
  border-right-width: 1px;
}

.side .button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.side .button-container > button {
  width: 100%;
}

.dropdown-menu {
  padding: 0;
  border: 0;
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.175);
          box-shadow: 0 0 13px rgba(0, 0, 0, 0.175);
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

.btn-group .dropdown-menu {
  display: none !important;
  min-width: 122px !important;
  margin-top: 5px;
}

.btn-group.open .dropdown-menu {
  display: flex !important;
}

.dropdown-menu .divider {
  margin: 0;
}

.dropdown-menu > li > a {
  padding: 10px 20px;
}

ul.dropdown-menu > li.checkbox {
  padding: 10px 10px 10px 20px;
}

#header .panel-default > .panel-heading {
  border-top: none;
}

#header .module-list-container > .panel.panel-info > .panel-heading {
  border-top: none;
}

@media screen and (max-width: 767px) {
  .panel.sticked > .panel-heading .btn-group, .panel.sticked > .panel-heading .btn-group {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .panel.sticked, .panel.sticked {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .detail .bottom .panel-default > .panel-heading:not(.note-toolbar) {
    position: relative;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .detail .bottom .panel-default > .panel-heading > .btn-group:not(.note-btn-group) {
    position: absolute;
    top: 10px;
    right: 10px;
  }
}

.label {
  padding: .2em .6em .3em;
}

.btn {
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

.btn.reset .fas, .btn.search .fas {
  font-size: 14px;
}

.btn.reset .fas {
  margin-right: 4px;
}

.btn:active, .btn.active {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn-default {
  background-color: #FFFFFF;
  border-color: #e0e0e0;
  color: #333;
}

.btn-default:hover {
  background-color: #e0e0e0;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
  background-color: #E6F1FF;
  border-color: #E6F1FF;
}

.btn-primary,
.search-row .filters-button,
.show-more > .btn-block,
.form-control + .input-group-btn > .btn:hover,
.btn-group > .btn[data-action="edit"] + .dropdown-toggle,
.search-row .open > .dropdown-toggle.btn-default:hover,
.search-row .filters-button:active:focus,
.search-row .filters-button.active:focus,
.search-row .open > .dropdown-toggle.filters-button:focus,
.search-row .open > .dropdown-toggle.filters-button.focus,
.search-row .open > .dropdown-toggle.filters-button {
  background-color: #0081d1;
  border-color: #0081d1;
  color: #fff;
}

.show-more > .btn-block {
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.search-row .filters-button:focus,
.search-row .filters-button:hover,
.show-more > .btn-block:hover,
.btn-group > .btn[data-action="edit"] + .dropdown-toggle:hover {
  background-color: #005cb3;
  border-color: #005cb3;
  color: #fff;
}

.btn-group > .btn[data-action="edit"] + .dropdown-toggle {
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #0081d1;
  background-color: #E6F1FF;
  border-color: #E6F1FF;
}

.open > .dropdown-toggle.btn-default {
  color: #0081d1;
  background-color: #E6F1FF;
  border-color: #E6F1FF;
}

.btn.btn-icon-x-wide {
  width: auto;
  padding: 6px 10px;
}

.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: 0;
}

.btn-group.open .dropdown-toggle,
.btn-group-vertical.open .dropdown-toggle {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.input-group > .input-group-btn > .btn:hover,
.input-group > .input-group-btn > .btn:focus,
.input-group > .input-group-btn > .btn.active {
  z-index: 2;
}

.modal-open .modal {
  padding-right: 0 !important;
}

.modal-header {
  background-color: #273238;
  padding-top: 16px;
  padding-bottom: 16px;
}

.modal-header a, .modal-title {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}

.modal-header .close {
  opacity: 1;
}

.modal-header .close:hover, .modal-header .close:focus {
  color: #fff;
}

.modal-header .close > span {
  color: #fff;
}

#content .completeness,
.modal-content .completeness {
  position: relative;
  border: 0;
  background: none;
  -webkit-border-radius: 0;
          border-radius: 0;
  float: none;
  clear: none;
  padding: 0;
}

#content .table .completeness,
.modal-content .table .completeness {
  width: 100px;
}

#content .table .completeness.red .progress-value,
.modal-content .table .completeness.red .progress-value {
  color: #000;
}

#content .completeness .progress-value,
.modal-content .completeness .progress-value {
  position: absolute;
  left: 5px;
  top: 0;
  color: #ddd;
}

#content .completeness .progress-value.none,
.modal-content .completeness .progress-value.none {
  color: #000;
}

#content .progress,
.modal-content .progress {
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 20px;
  margin-bottom: 5px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background: #E6F1FF;
}

#content .progress-bar,
.modal-content .progress-bar {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background: #0081d1;
}

#content .progress-bar-success,
#content .progress-bar-warning,
.modal-content .progress-bar-success,
.modal-content .progress-bar-warning {
  min-width: 24px;
}

.field .email-address-block {
  margin-bottom: 10px;
}

.field .email-address-block .btn-link {
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

.input-sm {
  font-size: 14px;
}

.panel.dashlet .panel-heading > .btn-group {
  position: absolute;
  top: 10px;
  right: 10px;
}

.panel.dashlet .panel-body {
  border-right: 1px solid #dcdcdc;
}

.dashlets.grid-stack > .grid-stack-item > .ui-resizable-se {
  right: 15px;
}

.note-editor .panel-heading > .btn-group {
  position: relative;
}

.note-editor .panel-heading > .btn-group .btn {
  background-color: #f7f7f7;
  border-color: #ccc;
  -webkit-border-radius: 0;
          border-radius: 0;
}

.note-editor .panel-heading > .btn-group .btn.btn-default {
  width: auto;
  height: auto;
  padding: 4px 8px;
}

@media screen and (max-width: 767px) {
  .detail .panel-default .note-editor .panel-heading {
    margin: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

#header .navbar > .navbar-header > a.navbar-brand, #header .navbar > .navbar-header > a.navbar-brand:active {
  color: #111111;
}

@media screen and (min-width: 768px) {
  #header a.minimizer {
    margin-left: 11px;
  }
  body.minimized #header a.navbar-brand {
    padding-top: 0;
  }
  body.minimized #header .navbar,
  body.minimized #header ul.tabs {
    width: 48px;
  }
  body.minimized #header a.minimizer {
    top: 0;
  }
  body.minimized #header a.navbar-brand {
    width: 48px;
  }
  body.minimized #header a.navbar-brand span.home-icon {
    margin-left: 16px;
  }
  body.minimized #header .navbar-right {
    width: calc(100% - 40px);
    padding-right: 0;
    margin-left: 48px;
  }
  body.minimized #header .navbar-right .menu-container {
    margin-right: 12px;
  }
  body.minimized #header .navbar-header {
    height: 56px;
    width: 48px;
  }
  body.minimized #header ul.tabs {
    overflow-x: hidden;
    margin: 0 0 0 -8px;
  }
  body.minimized #header ul.tabs > li.tab > a,
  body.minimized #header ul.tabs .more-group > ul > li > a {
    padding-left: 14px !important;
  }
  body.minimized #header ul.tabs::-webkit-scrollbar {
    width: 3px;
  }
  body.minimized #header ul.tabs::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  body.minimized #header ul.tabs::-webkit-scrollbar-thumb {
    background: #999;
  }
  body.minimized #header ul.tabs::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  body.minimized #content {
    margin-left: 48px;
  }
}

body.minimized #header > #navbar .navbar-inverse .navbar-nav .more.keep-open > a:after {
  content: '';
  display: block;
  width: 1px;
  height: 50%;
  background: #111111;
  position: absolute;
  left: 4px;
  top: 19px;
}

body.minimized #header > #navbar .navbar-inverse .navbar-nav .more > a {
  position: relative;
}

body.minimized #header > #navbar .navbar-inverse .navbar-nav .more > a:before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background: #111111;
  position: absolute;
  left: 2px;
  top: 14px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

body.minimized #header > #navbar .navbar-inverse .navbar-nav .more .dropdown-menu > li a {
  position: relative;
}

body.minimized #header > #navbar .navbar-inverse .navbar-nav .more .dropdown-menu > li a:before, body.minimized #header > #navbar .navbar-inverse .navbar-nav .more .dropdown-menu > li a:after {
  content: '';
  display: block;
  background: #111111;
  position: absolute;
}

body.minimized #header > #navbar .navbar-inverse .navbar-nav .more .dropdown-menu > li a:before {
  width: 1px;
  height: 100%;
  left: 4px;
  top: 0;
}

body.minimized #header > #navbar .navbar-inverse .navbar-nav .more .dropdown-menu > li a:after {
  width: 5px;
  height: 1px;
  left: 4px;
  top: 17px;
}

body.minimized #header > #navbar .navbar-inverse .navbar-nav .more .dropdown-menu > li:last-child a:before {
  width: 1px;
  height: 50%;
  left: 4px;
  top: 0;
}



.drag-and-drop-files .attach-file-label{
  width: 100%;
}

.drag-and-drop-files .attach-file-label .btn-default {
  width: 100%;
  height: 140px;
  background-color: #ececec;
}

.drag-and-drop-files .attach-file-label .btn-default:hover {
  border-color: #e0e0e0;
}

.drag-and-drop-files .attach-file-label .btn-default .btn-text {
  width: 100%;
  float: left;
  font-size: 26px;
  color: #8e8e8e;
  margin-top: 10px;
}

.drag-and-drop-files .attach-file-label .btn-default .btn-text-small {
  font-size: 14px;
  margin-top: 0;
}

.drag-and-drop-files .attach-file-label .btn-default .btn-upload {
  width: 100%;
  float: left;
  margin-top: 7px;
}

.form-group[data-name="files"]>label {
  display: none;
}

/*# sourceMappingURL=treo-light-theme.css.map */
