﻿/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*@brand-primary:         @Tesco-Blue; // #337ab7*/
/*@link-color:            @Tesco-Blue;*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url('jquery-ui.css');
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !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";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "FSAlbert Regular", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.25;
  color: #666;
  background-color: #f6f6f6;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #3da45d;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #008dc8;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.25;
  background-color: #f6f6f6;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
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: #ccc;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
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: 10px;
  margin-bottom: 10px;
}
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: 41px;
}
h2,
.h2 {
  font-size: 34px;
}
h3,
.h3 {
  font-size: 28px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 87%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #ccc;
}
.text-primary {
  color: #3da45d;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #2f7f48;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #3da45d;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #2f7f48;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
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: 20px;
}
dt,
dd {
  line-height: 1.25;
}
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;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #ccc;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.25;
  color: #ccc;
}
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 #eeeeee;
  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: 20px;
  font-style: normal;
  line-height: 1.25;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.25;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.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.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .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.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .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.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #ccc;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.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.25;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #f6f6f6;
}
.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 #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > 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: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > 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: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > 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: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > 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: 20px;
  font-size: 24px;
  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"] {
  -webkit-box-sizing: border-box;
  -moz-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-offset: -2px;
}
output {
  display: block;
  padding-top: 12px;
  font-size: 16px;
  line-height: 1.25;
  color: #333;
}
.form-control {
  display: block;
  width: 100%;
  height: 44px;
  padding: 11px 12px;
  font-size: 16px;
  line-height: 1.25;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  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;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #c4e9cf;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 4px #c4e9cf;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 4px #c4e9cf;
}
.form-control::-moz-placeholder {
  color: #666;
  opacity: 1;
  font-family: "FSAlbert Regular", Helvetica, Arial, sans-serif;
  font-style: italic;
}
.form-control:-ms-input-placeholder {
  color: #666;
  font-family: "FSAlbert Regular", Helvetica, Arial, sans-serif;
  font-style: italic;
}
.form-control::-webkit-input-placeholder {
  color: #666;
  font-family: "FSAlbert Regular", Helvetica, Arial, sans-serif;
  font-style: italic;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #ccc;
  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: 44px;
  }
  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: 33px;
  }
  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: 69px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="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: 12px;
  padding-bottom: 12px;
  margin-bottom: 0;
  min-height: 36px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 34px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.input-lg {
  height: 69px;
  padding: 20px 26px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0;
}
select.input-lg {
  height: 69px;
  line-height: 69px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 69px;
  padding: 20px 26px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0;
}
.form-group-lg select.form-control {
  height: 69px;
  line-height: 69px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 69px;
  min-height: 40px;
  padding: 21px 26px;
  font-size: 20px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 55px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  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: 69px;
  height: 69px;
  line-height: 69px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.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: 0px 0px 5px 0px rgba(61, 164, 93, 0.25);
  box-shadow: 0px 0px 5px 0px rgba(61, 164, 93, 0.25);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(61, 164, 93, 0.25), 0 0 4px #67b168;
  box-shadow: 0px 0px 5px 0px rgba(61, 164, 93, 0.25), 0 0 4px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(61, 164, 93, 0.25);
  box-shadow: 0px 0px 5px 0px rgba(61, 164, 93, 0.25);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(61, 164, 93, 0.25), 0 0 4px #c0a16b;
  box-shadow: 0px 0px 5px 0px rgba(61, 164, 93, 0.25), 0 0 4px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(61, 164, 93, 0.25);
  box-shadow: 0px 0px 5px 0px rgba(61, 164, 93, 0.25);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(61, 164, 93, 0.25), 0 0 4px #ce8483;
  box-shadow: 0px 0px 5px 0px rgba(61, 164, 93, 0.25), 0 0 4px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #a6a6a6;
}
@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: 12px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 32px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 12px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 21px;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 10px 18px;
  font-size: 16px;
  line-height: 1.25;
  border-radius: 0px;
  -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-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #3da45d;
  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;
  opacity: 0.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: #3da45d;
  background-color: #fff;
  border-color: #3da45d;
  border-width: 2px;
  border-radius: 0px;
}
.btn-default:focus,
.btn-default.focus {
  color: #3da45d;
  background-color: #fff;
  border-color: #3da45d;
}
.btn-default:hover {
  color: #3da45d;
  background-color: #fff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 4px #c4e9cf;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 4px #c4e9cf;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #3da45d;
  background-color: #fff;
  border-color: #3da45d;
}
.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: #3da45d;
  background-color: #fff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 4px #c4e9cf;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 4px #c4e9cf;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #3da45d;
}
.btn-default .badge {
  color: #fff;
  background-color: #3da45d;
}
.btn-primary {
  color: #fff;
  background-color: #3da45d;
  border-color: #3da45d;
  border-width: 2px;
  border-radius: 0px;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #3da45d;
  border-color: #3da45d;
}
.btn-primary:hover {
  color: #fff;
  background-color: #3da45d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 4px #c4e9cf;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 4px #c4e9cf;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3da45d;
  border-color: #3da45d;
}
.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: #3da45d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 4px #c4e9cf;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 4px #c4e9cf;
}
.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: #3da45d;
  border-color: #3da45d;
}
.btn-primary .badge {
  color: #3da45d;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
  border-width: 2px;
  border-radius: 0px;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #222;
  border-color: #4cae4c;
}
.btn-success:hover {
  color: #fff;
  background-color: #222;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 4px #111;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 4px #111;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #222;
  border-color: #4cae4c;
}
.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: #222;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 4px #111;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 4px #111;
}
.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: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
  border-width: 2px;
  border-radius: 0px;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #222;
  border-color: #46b8da;
}
.btn-info:hover {
  color: #fff;
  background-color: #222;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 4px #111;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 4px #111;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #222;
  border-color: #46b8da;
}
.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: #222;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 4px #111;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 4px #111;
}
.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: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
  border-width: 2px;
  border-radius: 0px;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #222;
  border-color: #eea236;
}
.btn-warning:hover {
  color: #fff;
  background-color: #222;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 4px #111;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 4px #111;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #222;
  border-color: #eea236;
}
.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: #222;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 4px #111;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 4px #111;
}
.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: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
  border-width: 2px;
  border-radius: 0px;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #222;
  border-color: #d43f3a;
}
.btn-danger:hover {
  color: #fff;
  background-color: #222;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 4px #111;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 4px #111;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #222;
  border-color: #d43f3a;
}
.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: #222;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 4px #111;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 4px #111;
}
.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: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #3da45d;
  font-weight: normal;
  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: #008dc8;
  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: #ccc;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 20px 26px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.25;
  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: #9fd1ff;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #ccc;
}
.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: 14px;
  line-height: 1.25;
  color: #ccc;
  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) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  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) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-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: 69px;
  padding: 20px 26px;
  font-size: 20px;
  line-height: 1.3333333;
  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: 69px;
  line-height: 69px;
}
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: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  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: 33px;
  line-height: 33px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 11px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #333;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 0;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 0;
}
.input-group-addon.input-lg {
  padding: 20px 26px;
  font-size: 20px;
  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 {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #ccc;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #ccc;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #3da45d;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.25;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #666;
  background-color: #f6f6f6;
  border: 1px solid #ddd;
  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;
  border-radius: 0px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #f6f6f6;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0px;
}
.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: #9fd1ff;
}
.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;
  border-radius: 0px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #f6f6f6;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 30px;
  margin-bottom: 0;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@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 {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 20px;
  line-height: 20px;
  height: 30px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: -2px;
  margin-bottom: -2px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -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: -7px;
  margin-bottom: -7px;
}
@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;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: -7px;
  margin-bottom: -7px;
}
.navbar-btn.btn-sm {
  margin-top: -1.5px;
  margin-bottom: -1.5px;
}
.navbar-btn.btn-xs {
  margin-top: 4px;
  margin-bottom: 4px;
}
.navbar-text {
  margin-top: 5px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #00539f;
  border-color: #00427e;
}
.navbar-default .navbar-brand {
  color: #A5CEF5;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #77b5f0;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #fff;
}
.navbar-default .navbar-nav > li > a {
  color: #A5CEF5;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #FFF;
  background-color: #00427e;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #00427e;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #00427e;
  color: #FFF;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #A5CEF5;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    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: #FFF;
    background-color: #00427e;
  }
  .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: #A5CEF5;
}
.navbar-default .navbar-link:hover {
  color: #fff;
}
.navbar-default .btn-link {
  color: #A5CEF5;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #fff;
}
.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: #00539f;
  border-color: #00386c;
}
.navbar-inverse .navbar-brand {
  color: #fff;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #f2f2f2;
}
.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}
.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: #00386c;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #00407b;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #00386c;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #00386c;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #00386c;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .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: #00386c;
  }
  .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: #fff;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #fff;
}
.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: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #ccc;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 11px 12px;
  line-height: 1.25;
  text-decoration: none;
  color: #3da45d;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #008dc8;
  background-color: #eeeeee;
  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: #3da45d;
  border-color: #3da45d;
  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: #ccc;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 20px 26px;
  font-size: 20px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pager {
  padding-left: 0;
  margin: 20px 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 #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #ccc;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #333;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #008dc8;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #ccc;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #b3b3b3;
}
.label-primary {
  background-color: #3da45d;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #2f7f48;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #ccc;
  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: #3da45d;
  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: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 0px;
  padding-left: 15px;
  padding-right: 15px;
}
.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: 72px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.25;
  background-color: #f6f6f6;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #3da45d;
}
.thumbnail .caption {
  padding: 9px;
  color: #666;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0px;
}
.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: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.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: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 0px;
  -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: 14px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #3da45d;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  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 #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
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: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #ccc;
  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: #ccc;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #9fd1ff;
  border-color: #9fd1ff;
}
.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: #ffffff;
}
.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: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
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: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  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: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
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: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  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: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #fff;
  border-top: 1px solid #ddd;
  border-bottom-right-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;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -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;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -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 {
  border-top-left-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 {
  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 {
  border-top-right-radius: -1;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-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 {
  border-bottom-left-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 {
  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 {
  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 #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  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: 20px;
}
.panel-group .panel {
  margin-bottom: 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 #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #3da45d;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #3da45d;
  border-color: #3da45d;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #3da45d;
}
.panel-primary > .panel-heading .badge {
  color: #3da45d;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #3da45d;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 0px;
}
.well-sm {
  padding: 9px;
  border-radius: 0px;
}
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.25;
}
.modal-body {
  position: relative;
  padding: 10px;
}
.modal-footer {
  padding: 10px;
  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: 1070;
  display: block;
  font-family: "FSAlbert Regular", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.25;
  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;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "FSAlbert Regular", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.25;
  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: 16px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -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: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1px -1px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  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: 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: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\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;
  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;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  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;
}
@-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;
  }
}
.navbar {
  border-bottom: 3px solid #0539 F;
}
@font-face {
  font-family: 'FSAlbert-Bold';
  src: url('fonts/FSAlbert-Bold.otf') format('opentype');
}
@font-face {
  font-family: 'FSAlbert-ExtraBold';
  src: url('fonts/FSAlbert-ExtraBold.otf') format('opentype');
}
@font-face {
  font-family: 'FSAlbert-Italic';
  src: url('fonts/FSAlbert-Italic.otf') format('opentype');
}
@font-face {
  font-family: 'FSAlbert Light Italic';
  src: url('fonts/FSAlbert Light Italic.otf') format('opentype');
}
@font-face {
  font-family: 'FSAlbert Light';
  src: url('fonts/FSAlbert Light.otf') format('opentype');
}
@font-face {
  font-family: 'FSAlbert Regular';
  src: url('fonts/FSAlbert Regular.otf') format('opentype');
}
@font-face {
  font-family: 'FSAlbert Thin Italic';
  src: url('fonts/FSAlbert Thin Italic.otf') format('opentype');
}
@font-face {
  font-family: 'FSAlbert Thin';
  src: url('fonts/FSAlbert Thin.otf') format('opentype');
}
@font-face {
  font-family: 'IcoMoon-Ultimate';
  src: url('Fonts/IcoMoon-Ultimate.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'IcoMoon-Ultimate' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-home:before {
  content: "\e900";
}
.icon-home2:before {
  content: "\e901";
}
.icon-home3:before {
  content: "\e902";
}
.icon-home4:before {
  content: "\e903";
}
.icon-home5:before {
  content: "\e904";
}
.icon-home6:before {
  content: "\e905";
}
.icon-home7:before {
  content: "\e906";
}
.icon-home8:before {
  content: "\e907";
}
.icon-home9:before {
  content: "\e908";
}
.icon-office:before {
  content: "\e909";
}
.icon-city:before {
  content: "\e90a";
}
.icon-newspaper:before {
  content: "\e90b";
}
.icon-magazine:before {
  content: "\e90c";
}
.icon-design:before {
  content: "\e90d";
}
.icon-pencil:before {
  content: "\e90e";
}
.icon-pencil2:before {
  content: "\e90f";
}
.icon-pencil3:before {
  content: "\e910";
}
.icon-pencil4:before {
  content: "\e911";
}
.icon-pencil5:before {
  content: "\e912";
}
.icon-pencil6:before {
  content: "\e913";
}
.icon-pencil7:before {
  content: "\e914";
}
.icon-eraser:before {
  content: "\e915";
}
.icon-eraser2:before {
  content: "\e916";
}
.icon-eraser3:before {
  content: "\e917";
}
.icon-quill:before {
  content: "\e918";
}
.icon-quill2:before {
  content: "\e919";
}
.icon-quill3:before {
  content: "\e91a";
}
.icon-quill4:before {
  content: "\e91b";
}
.icon-pen:before {
  content: "\e91c";
}
.icon-pen-plus:before {
  content: "\e91d";
}
.icon-pen-minus:before {
  content: "\e91e";
}
.icon-pen2:before {
  content: "\e91f";
}
.icon-pen3:before {
  content: "\e920";
}
.icon-pen4:before {
  content: "\e921";
}
.icon-pen5:before {
  content: "\e922";
}
.icon-marker:before {
  content: "\e923";
}
.icon-marker2:before {
  content: "\e924";
}
.icon-blog:before {
  content: "\e925";
}
.icon-blog2:before {
  content: "\e926";
}
.icon-pen6:before {
  content: "\e927";
}
.icon-brush:before {
  content: "\e928";
}
.icon-spray:before {
  content: "\e929";
}
.icon-palette:before {
  content: "\e92a";
}
.icon-palette2:before {
  content: "\e92b";
}
.icon-color-sampler:before {
  content: "\e92c";
}
.icon-toggle:before {
  content: "\e92d";
}
.icon-bucket:before {
  content: "\e92e";
}
.icon-bucket2:before {
  content: "\e92f";
}
.icon-gradient:before {
  content: "\e930";
}
.icon-eyedropper:before {
  content: "\e931";
}
.icon-eyedropper2:before {
  content: "\e932";
}
.icon-eyedropper3:before {
  content: "\e933";
}
.icon-droplet:before {
  content: "\e934";
}
.icon-droplet2:before {
  content: "\e935";
}
.icon-droplet-contrast:before {
  content: "\e936";
}
.icon-color-clear:before {
  content: "\e937";
}
.icon-paint-format:before {
  content: "\e938";
}
.icon-stamp:before {
  content: "\e939";
}
.icon-images:before {
  content: "\e93a";
}
.icon-image:before {
  content: "\e93b";
}
.icon-image2:before {
  content: "\e93c";
}
.icon-image-compare:before {
  content: "\e93d";
}
.icon-images2:before {
  content: "\e93e";
}
.icon-image3:before {
  content: "\e93f";
}
.icon-images3:before {
  content: "\e940";
}
.icon-image4:before {
  content: "\e941";
}
.icon-image5:before {
  content: "\e942";
}
.icon-image6:before {
  content: "\e943";
}
.icon-camera:before {
  content: "\e944";
}
.icon-camera2:before {
  content: "\e945";
}
.icon-camera3:before {
  content: "\e946";
}
.icon-shutter:before {
  content: "\e947";
}
.icon-headphones:before {
  content: "\e948";
}
.icon-headset:before {
  content: "\e949";
}
.icon-music:before {
  content: "\e94a";
}
.icon-music2:before {
  content: "\e94b";
}
.icon-music3:before {
  content: "\e94c";
}
.icon-music4:before {
  content: "\e94d";
}
.icon-music5:before {
  content: "\e94e";
}
.icon-music6:before {
  content: "\e94f";
}
.icon-album:before {
  content: "\e950";
}
.icon-cassette:before {
  content: "\e951";
}
.icon-tape:before {
  content: "\e952";
}
.icon-piano:before {
  content: "\e953";
}
.icon-guitar:before {
  content: "\e954";
}
.icon-trumpet:before {
  content: "\e955";
}
.icon-speakers:before {
  content: "\e956";
}
.icon-play:before {
  content: "\e957";
}
.icon-play2:before {
  content: "\e958";
}
.icon-clapboard-play:before {
  content: "\e959";
}
.icon-clapboard:before {
  content: "\e95a";
}
.icon-media:before {
  content: "\e95b";
}
.icon-presentation:before {
  content: "\e95c";
}
.icon-movie:before {
  content: "\e95d";
}
.icon-film:before {
  content: "\e95e";
}
.icon-film2:before {
  content: "\e95f";
}
.icon-film3:before {
  content: "\e960";
}
.icon-film4:before {
  content: "\e961";
}
.icon-video-camera:before {
  content: "\e962";
}
.icon-video-camera2:before {
  content: "\e963";
}
.icon-video-camera-slash:before {
  content: "\e964";
}
.icon-video-camera3:before {
  content: "\e965";
}
.icon-video-camera4:before {
  content: "\e966";
}
.icon-video-camera-slash2:before {
  content: "\e967";
}
.icon-video-camera5:before {
  content: "\e968";
}
.icon-recording:before {
  content: "\e969";
}
.icon-dice:before {
  content: "\e96a";
}
.icon-gamepad:before {
  content: "\e96b";
}
.icon-gamepad2:before {
  content: "\e96c";
}
.icon-gamepad3:before {
  content: "\e96d";
}
.icon-pacman:before {
  content: "\e96e";
}
.icon-spades:before {
  content: "\e96f";
}
.icon-clubs:before {
  content: "\e970";
}
.icon-diamonds:before {
  content: "\e971";
}
.icon-chess-king:before {
  content: "\e972";
}
.icon-chess-queen:before {
  content: "\e973";
}
.icon-chess-rook:before {
  content: "\e974";
}
.icon-chess-bishop:before {
  content: "\e975";
}
.icon-chess-knight:before {
  content: "\e976";
}
.icon-chess-pawn:before {
  content: "\e977";
}
.icon-chess:before {
  content: "\e978";
}
.icon-bullhorn:before {
  content: "\e979";
}
.icon-megaphone:before {
  content: "\e97a";
}
.icon-new:before {
  content: "\e97b";
}
.icon-connection:before {
  content: "\e97c";
}
.icon-connection2:before {
  content: "\e97d";
}
.icon-connection3:before {
  content: "\e97e";
}
.icon-connection4:before {
  content: "\e97f";
}
.icon-podcast:before {
  content: "\e980";
}
.icon-station:before {
  content: "\e981";
}
.icon-station2:before {
  content: "\e982";
}
.icon-antenna:before {
  content: "\e983";
}
.icon-satellite-dish:before {
  content: "\e984";
}
.icon-satellite-dish2:before {
  content: "\e985";
}
.icon-feed:before {
  content: "\e986";
}
.icon-podcast2:before {
  content: "\e987";
}
.icon-antenna2:before {
  content: "\e988";
}
.icon-mic:before {
  content: "\e989";
}
.icon-mic-off:before {
  content: "\e98a";
}
.icon-mic2:before {
  content: "\e98b";
}
.icon-mic-off2:before {
  content: "\e98c";
}
.icon-mic3:before {
  content: "\e98d";
}
.icon-mic4:before {
  content: "\e98e";
}
.icon-mic5:before {
  content: "\e98f";
}
.icon-book:before {
  content: "\e990";
}
.icon-book2:before {
  content: "\e991";
}
.icon-book-play:before {
  content: "\e992";
}
.icon-book3:before {
  content: "\e993";
}
.icon-bookmark:before {
  content: "\e994";
}
.icon-books:before {
  content: "\e995";
}
.icon-archive:before {
  content: "\e996";
}
.icon-reading:before {
  content: "\e997";
}
.icon-library:before {
  content: "\e998";
}
.icon-library2:before {
  content: "\e999";
}
.icon-graduation:before {
  content: "\e99a";
}
.icon-file-text:before {
  content: "\e99b";
}
.icon-profile:before {
  content: "\e99c";
}
.icon-file-empty:before {
  content: "\e99d";
}
.icon-file-empty2:before {
  content: "\e99e";
}
.icon-files-empty:before {
  content: "\e99f";
}
.icon-files-empty2:before {
  content: "\e9a0";
}
.icon-file-plus:before {
  content: "\e9a1";
}
.icon-file-plus2:before {
  content: "\e9a2";
}
.icon-file-minus:before {
  content: "\e9a3";
}
.icon-file-minus2:before {
  content: "\e9a4";
}
.icon-file-download:before {
  content: "\e9a5";
}
.icon-file-download2:before {
  content: "\e9a6";
}
.icon-file-upload:before {
  content: "\e9a7";
}
.icon-file-upload2:before {
  content: "\e9a8";
}
.icon-file-check:before {
  content: "\e9a9";
}
.icon-file-check2:before {
  content: "\e9aa";
}
.icon-file-eye:before {
  content: "\e9ab";
}
.icon-file-eye2:before {
  content: "\e9ac";
}
.icon-file-text2:before {
  content: "\e9ad";
}
.icon-file-text3:before {
  content: "\e9ae";
}
.icon-file-picture:before {
  content: "\e9af";
}
.icon-file-picture2:before {
  content: "\e9b0";
}
.icon-file-music:before {
  content: "\e9b1";
}
.icon-file-music2:before {
  content: "\e9b2";
}
.icon-file-play:before {
  content: "\e9b3";
}
.icon-file-play2:before {
  content: "\e9b4";
}
.icon-file-video:before {
  content: "\e9b5";
}
.icon-file-video2:before {
  content: "\e9b6";
}
.icon-copy:before {
  content: "\e9b7";
}
.icon-copy2:before {
  content: "\e9b8";
}
.icon-file-zip:before {
  content: "\e9b9";
}
.icon-file-zip2:before {
  content: "\e9ba";
}
.icon-file-xml:before {
  content: "\e9bb";
}
.icon-file-xml2:before {
  content: "\e9bc";
}
.icon-file-css:before {
  content: "\e9bd";
}
.icon-file-css2:before {
  content: "\e9be";
}
.icon-file-presentation:before {
  content: "\e9bf";
}
.icon-file-presentation2:before {
  content: "\e9c0";
}
.icon-file-stats:before {
  content: "\e9c1";
}
.icon-file-stats2:before {
  content: "\e9c2";
}
.icon-file-locked:before {
  content: "\e9c3";
}
.icon-file-locked2:before {
  content: "\e9c4";
}
.icon-file-spreadsheet:before {
  content: "\e9c5";
}
.icon-file-spreadsheet2:before {
  content: "\e9c6";
}
.icon-copy3:before {
  content: "\e9c7";
}
.icon-copy4:before {
  content: "\e9c8";
}
.icon-paste:before {
  content: "\e9c9";
}
.icon-paste2:before {
  content: "\e9ca";
}
.icon-paste3:before {
  content: "\e9cb";
}
.icon-paste4:before {
  content: "\e9cc";
}
.icon-stack:before {
  content: "\e9cd";
}
.icon-stack2:before {
  content: "\e9ce";
}
.icon-stack3:before {
  content: "\e9cf";
}
.icon-folder:before {
  content: "\e9d0";
}
.icon-folder-search:before {
  content: "\e9d1";
}
.icon-folder-download:before {
  content: "\e9d2";
}
.icon-folder-upload:before {
  content: "\e9d3";
}
.icon-folder-plus:before {
  content: "\e9d4";
}
.icon-folder-plus2:before {
  content: "\e9d5";
}
.icon-folder-minus:before {
  content: "\e9d6";
}
.icon-folder-minus2:before {
  content: "\e9d7";
}
.icon-folder-check:before {
  content: "\e9d8";
}
.icon-folder-heart:before {
  content: "\e9d9";
}
.icon-folder-remove:before {
  content: "\e9da";
}
.icon-folder2:before {
  content: "\e9db";
}
.icon-folder-open:before {
  content: "\e9dc";
}
.icon-folder3:before {
  content: "\e9dd";
}
.icon-folder4:before {
  content: "\e9de";
}
.icon-folder-plus3:before {
  content: "\e9df";
}
.icon-folder-minus3:before {
  content: "\e9e0";
}
.icon-folder-plus4:before {
  content: "\e9e1";
}
.icon-folder-minus4:before {
  content: "\e9e2";
}
.icon-folder-download2:before {
  content: "\e9e3";
}
.icon-folder-upload2:before {
  content: "\e9e4";
}
.icon-folder-download3:before {
  content: "\e9e5";
}
.icon-folder-upload3:before {
  content: "\e9e6";
}
.icon-folder5:before {
  content: "\e9e7";
}
.icon-folder-open2:before {
  content: "\e9e8";
}
.icon-folder6:before {
  content: "\e9e9";
}
.icon-folder-open3:before {
  content: "\e9ea";
}
.icon-certificate:before {
  content: "\e9eb";
}
.icon-cc:before {
  content: "\e9ec";
}
.icon-price-tag:before {
  content: "\e9ed";
}
.icon-price-tag2:before {
  content: "\e9ee";
}
.icon-price-tags:before {
  content: "\e9ef";
}
.icon-price-tag3:before {
  content: "\e9f0";
}
.icon-price-tags2:before {
  content: "\e9f1";
}
.icon-price-tag4:before {
  content: "\e9f2";
}
.icon-price-tags3:before {
  content: "\e9f3";
}
.icon-price-tag5:before {
  content: "\e9f4";
}
.icon-price-tags4:before {
  content: "\e9f5";
}
.icon-barcode:before {
  content: "\e9f6";
}
.icon-barcode2:before {
  content: "\e9f7";
}
.icon-qrcode:before {
  content: "\e9f8";
}
.icon-ticket:before {
  content: "\e9f9";
}
.icon-ticket2:before {
  content: "\e9fa";
}
.icon-theater:before {
  content: "\e9fb";
}
.icon-store:before {
  content: "\e9fc";
}
.icon-store2:before {
  content: "\e9fd";
}
.icon-cart:before {
  content: "\e9fe";
}
.icon-cart2:before {
  content: "\e9ff";
}
.icon-cart3:before {
  content: "\ea00";
}
.icon-cart4:before {
  content: "\ea01";
}
.icon-cart5:before {
  content: "\ea02";
}
.icon-cart-add:before {
  content: "\ea03";
}
.icon-cart-add2:before {
  content: "\ea04";
}
.icon-cart-remove:before {
  content: "\ea05";
}
.icon-basket:before {
  content: "\ea06";
}
.icon-bag:before {
  content: "\ea07";
}
.icon-bag2:before {
  content: "\ea08";
}
.icon-percent:before {
  content: "\ea09";
}
.icon-coins:before {
  content: "\ea0a";
}
.icon-coin-dollar:before {
  content: "\ea0b";
}
.icon-coin-euro:before {
  content: "\ea0c";
}
.icon-coin-pound:before {
  content: "\ea0d";
}
.icon-coin-yen:before {
  content: "\ea0e";
}
.icon-piggy-bank:before {
  content: "\ea0f";
}
.icon-wallet:before {
  content: "\ea10";
}
.icon-cash:before {
  content: "\ea11";
}
.icon-cash2:before {
  content: "\ea12";
}
.icon-cash3:before {
  content: "\ea13";
}
.icon-cash4:before {
  content: "\ea14";
}
.icon-credit-card:before {
  content: "\ea15";
}
.icon-credit-card2:before {
  content: "\ea16";
}
.icon-calculator:before {
  content: "\ea17";
}
.icon-calculator2:before {
  content: "\ea18";
}
.icon-calculator3:before {
  content: "\ea19";
}
.icon-chip:before {
  content: "\ea1a";
}
.icon-lifebuoy:before {
  content: "\ea1b";
}
.icon-phone:before {
  content: "\ea1c";
}
.icon-phone2:before {
  content: "\ea1d";
}
.icon-phone-slash:before {
  content: "\ea1e";
}
.icon-phone-wave:before {
  content: "\ea1f";
}
.icon-phone-plus:before {
  content: "\ea20";
}
.icon-phone-minus:before {
  content: "\ea21";
}
.icon-phone-plus2:before {
  content: "\ea22";
}
.icon-phone-minus2:before {
  content: "\ea23";
}
.icon-phone-incoming:before {
  content: "\ea24";
}
.icon-phone-outgoing:before {
  content: "\ea25";
}
.icon-phone3:before {
  content: "\ea26";
}
.icon-phone-slash2:before {
  content: "\ea27";
}
.icon-phone-wave2:before {
  content: "\ea28";
}
.icon-phone-hang-up:before {
  content: "\ea29";
}
.icon-phone-hang-up2:before {
  content: "\ea2a";
}
.icon-address-book:before {
  content: "\ea2b";
}
.icon-address-book2:before {
  content: "\ea2c";
}
.icon-address-book3:before {
  content: "\ea2d";
}
.icon-notebook:before {
  content: "\ea2e";
}
.icon-at-sign:before {
  content: "\ea2f";
}
.icon-envelop:before {
  content: "\ea30";
}
.icon-envelop2:before {
  content: "\ea31";
}
.icon-envelop3:before {
  content: "\ea32";
}
.icon-envelop4:before {
  content: "\ea33";
}
.icon-envelop5:before {
  content: "\ea34";
}
.icon-mailbox:before {
  content: "\ea35";
}
.icon-pushpin:before {
  content: "\ea36";
}
.icon-pushpin2:before {
  content: "\ea37";
}
.icon-location:before {
  content: "\ea38";
}
.icon-location2:before {
  content: "\ea39";
}
.icon-location3:before {
  content: "\ea3a";
}
.icon-location4:before {
  content: "\ea3b";
}
.icon-location5:before {
  content: "\ea3c";
}
.icon-location6:before {
  content: "\ea3d";
}
.icon-location7:before {
  content: "\ea3e";
}
.icon-compass:before {
  content: "\ea3f";
}
.icon-compass2:before {
  content: "\ea40";
}
.icon-compass3:before {
  content: "\ea41";
}
.icon-compass4:before {
  content: "\ea42";
}
.icon-compass5:before {
  content: "\ea43";
}
.icon-compass6:before {
  content: "\ea44";
}
.icon-map:before {
  content: "\ea45";
}
.icon-map2:before {
  content: "\ea46";
}
.icon-map3:before {
  content: "\ea47";
}
.icon-map4:before {
  content: "\ea48";
}
.icon-map5:before {
  content: "\ea49";
}
.icon-direction:before {
  content: "\ea4a";
}
.icon-reset:before {
  content: "\ea4b";
}
.icon-history:before {
  content: "\ea4c";
}
.icon-clock:before {
  content: "\ea4d";
}
.icon-clock2:before {
  content: "\ea4e";
}
.icon-clock3:before {
  content: "\ea4f";
}
.icon-clock4:before {
  content: "\ea50";
}
.icon-watch:before {
  content: "\ea51";
}
.icon-watch2:before {
  content: "\ea52";
}
.icon-alarm:before {
  content: "\ea53";
}
.icon-alarm-add:before {
  content: "\ea54";
}
.icon-alarm-check:before {
  content: "\ea55";
}
.icon-alarm-cancel:before {
  content: "\ea56";
}
.icon-bell:before {
  content: "\ea57";
}
.icon-bell2:before {
  content: "\ea58";
}
.icon-bell3:before {
  content: "\ea59";
}
.icon-bell-plus:before {
  content: "\ea5a";
}
.icon-bell-minus:before {
  content: "\ea5b";
}
.icon-bell-check:before {
  content: "\ea5c";
}
.icon-bell-cross:before {
  content: "\ea5d";
}
.icon-stopwatch:before {
  content: "\ea5e";
}
.icon-calendar:before {
  content: "\ea5f";
}
.icon-calendar2:before {
  content: "\ea60";
}
.icon-calendar3:before {
  content: "\ea61";
}
.icon-calendar4:before {
  content: "\ea62";
}
.icon-calendar5:before {
  content: "\ea63";
}
.icon-calendar-empty:before {
  content: "\ea64";
}
.icon-calendar-day:before {
  content: "\ea65";
}
.icon-calendar-week:before {
  content: "\ea66";
}
.icon-printer:before {
  content: "\ea67";
}
.icon-printer2:before {
  content: "\ea68";
}
.icon-printer3:before {
  content: "\ea69";
}
.icon-printer4:before {
  content: "\ea6a";
}
.icon-shredder:before {
  content: "\ea6b";
}
.icon-mouse:before {
  content: "\ea6c";
}
.icon-mouse2:before {
  content: "\ea6d";
}
.icon-mouse-left:before {
  content: "\ea6e";
}
.icon-mouse-right:before {
  content: "\ea6f";
}
.icon-keyboard:before {
  content: "\ea70";
}
.icon-keyboard2:before {
  content: "\ea71";
}
.icon-typewriter:before {
  content: "\ea72";
}
.icon-display:before {
  content: "\ea73";
}
.icon-display2:before {
  content: "\ea74";
}
.icon-display3:before {
  content: "\ea75";
}
.icon-display4:before {
  content: "\ea76";
}
.icon-laptop:before {
  content: "\ea77";
}
.icon-mobile:before {
  content: "\ea78";
}
.icon-mobile2:before {
  content: "\ea79";
}
.icon-tablet:before {
  content: "\ea7a";
}
.icon-mobile3:before {
  content: "\ea7b";
}
.icon-tv:before {
  content: "\ea7c";
}
.icon-radio:before {
  content: "\ea7d";
}
.icon-cabinet:before {
  content: "\ea7e";
}
.icon-drawer:before {
  content: "\ea7f";
}
.icon-drawer2:before {
  content: "\ea80";
}
.icon-drawer-out:before {
  content: "\ea81";
}
.icon-drawer-in:before {
  content: "\ea82";
}
.icon-drawer3:before {
  content: "\ea83";
}
.icon-box:before {
  content: "\ea84";
}
.icon-box-add:before {
  content: "\ea85";
}
.icon-box-remove:before {
  content: "\ea86";
}
.icon-download:before {
  content: "\ea87";
}
.icon-upload:before {
  content: "\ea88";
}
.icon-floppy-disk:before {
  content: "\ea89";
}
.icon-floppy-disks:before {
  content: "\ea8a";
}
.icon-floppy-disks2:before {
  content: "\ea8b";
}
.icon-floppy-disk2:before {
  content: "\ea8c";
}
.icon-floppy-disk3:before {
  content: "\ea8d";
}
.icon-disk:before {
  content: "\ea8e";
}
.icon-disk2:before {
  content: "\ea8f";
}
.icon-usb-stick:before {
  content: "\ea90";
}
.icon-drive:before {
  content: "\ea91";
}
.icon-server:before {
  content: "\ea92";
}
.icon-database:before {
  content: "\ea93";
}
.icon-database2:before {
  content: "\ea94";
}
.icon-database3:before {
  content: "\ea95";
}
.icon-database4:before {
  content: "\ea96";
}
.icon-database-menu:before {
  content: "\ea97";
}
.icon-database-add:before {
  content: "\ea98";
}
.icon-database-remove:before {
  content: "\ea99";
}
.icon-database-insert:before {
  content: "\ea9a";
}
.icon-database-export:before {
  content: "\ea9b";
}
.icon-database-upload:before {
  content: "\ea9c";
}
.icon-database-refresh:before {
  content: "\ea9d";
}
.icon-database-diff:before {
  content: "\ea9e";
}
.icon-database-edit:before {
  content: "\ea9f";
}
.icon-database-edit2:before {
  content: "\eaa0";
}
.icon-database-check:before {
  content: "\eaa1";
}
.icon-database-arrow:before {
  content: "\eaa2";
}
.icon-database-time:before {
  content: "\eaa3";
}
.icon-database-time2:before {
  content: "\eaa4";
}
.icon-undo:before {
  content: "\eaa5";
}
.icon-redo:before {
  content: "\eaa6";
}
.icon-rotate-ccw:before {
  content: "\eaa7";
}
.icon-rotate-cw:before {
  content: "\eaa8";
}
.icon-rotate-ccw2:before {
  content: "\eaa9";
}
.icon-rotate-cw2:before {
  content: "\eaaa";
}
.icon-rotate-ccw3:before {
  content: "\eaab";
}
.icon-rotate-cw3:before {
  content: "\eaac";
}
.icon-flip-vertical:before {
  content: "\eaad";
}
.icon-flip-vertical2:before {
  content: "\eaae";
}
.icon-flip-horizontal:before {
  content: "\eaaf";
}
.icon-flip-horizontal2:before {
  content: "\eab0";
}
.icon-flip-vertical3:before {
  content: "\eab1";
}
.icon-flip-vertical4:before {
  content: "\eab2";
}
.icon-angle:before {
  content: "\eab3";
}
.icon-shear:before {
  content: "\eab4";
}
.icon-unite:before {
  content: "\eab5";
}
.icon-subtract:before {
  content: "\eab6";
}
.icon-interset:before {
  content: "\eab7";
}
.icon-exclude:before {
  content: "\eab8";
}
.icon-align-left:before {
  content: "\eab9";
}
.icon-align-center-horizontal:before {
  content: "\eaba";
}
.icon-align-right:before {
  content: "\eabb";
}
.icon-align-top:before {
  content: "\eabc";
}
.icon-align-center-vertical:before {
  content: "\eabd";
}
.icon-align-bottom:before {
  content: "\eabe";
}
.icon-undo2:before {
  content: "\eabf";
}
.icon-redo2:before {
  content: "\eac0";
}
.icon-forward:before {
  content: "\eac1";
}
.icon-reply:before {
  content: "\eac2";
}
.icon-reply-all:before {
  content: "\eac3";
}
.icon-bubble:before {
  content: "\eac4";
}
.icon-bubbles:before {
  content: "\eac5";
}
.icon-bubbles2:before {
  content: "\eac6";
}
.icon-bubble2:before {
  content: "\eac7";
}
.icon-bubbles3:before {
  content: "\eac8";
}
.icon-bubbles4:before {
  content: "\eac9";
}
.icon-bubble-notification:before {
  content: "\eaca";
}
.icon-bubbles5:before {
  content: "\eacb";
}
.icon-bubbles6:before {
  content: "\eacc";
}
.icon-bubble3:before {
  content: "\eacd";
}
.icon-bubble-dots:before {
  content: "\eace";
}
.icon-bubble-lines:before {
  content: "\eacf";
}
.icon-bubble4:before {
  content: "\ead0";
}
.icon-bubble-dots2:before {
  content: "\ead1";
}
.icon-bubble-lines2:before {
  content: "\ead2";
}
.icon-bubble5:before {
  content: "\ead3";
}
.icon-bubble6:before {
  content: "\ead4";
}
.icon-bubbles7:before {
  content: "\ead5";
}
.icon-bubble7:before {
  content: "\ead6";
}
.icon-bubbles8:before {
  content: "\ead7";
}
.icon-bubble8:before {
  content: "\ead8";
}
.icon-bubble-dots3:before {
  content: "\ead9";
}
.icon-bubble-lines3:before {
  content: "\eada";
}
.icon-bubble9:before {
  content: "\eadb";
}
.icon-bubble-dots4:before {
  content: "\eadc";
}
.icon-bubble-lines4:before {
  content: "\eadd";
}
.icon-bubbles9:before {
  content: "\eade";
}
.icon-bubbles10:before {
  content: "\eadf";
}
.icon-bubble-blocked:before {
  content: "\eae0";
}
.icon-bubble-quote:before {
  content: "\eae1";
}
.icon-bubble-user:before {
  content: "\eae2";
}
.icon-bubble-smiley:before {
  content: "\eae3";
}
.icon-bubble-check:before {
  content: "\eae4";
}
.icon-bubble-video:before {
  content: "\eae5";
}
.icon-bubble-link:before {
  content: "\eae6";
}
.icon-bubble-lock:before {
  content: "\eae7";
}
.icon-bubble-star:before {
  content: "\eae8";
}
.icon-bubble-heart:before {
  content: "\eae9";
}
.icon-bubble-paperclip:before {
  content: "\eaea";
}
.icon-bubble-cancel:before {
  content: "\eaeb";
}
.icon-bubble-plus:before {
  content: "\eaec";
}
.icon-bubble-minus:before {
  content: "\eaed";
}
.icon-bubble-notification2:before {
  content: "\eaee";
}
.icon-bubble-left:before {
  content: "\eaef";
}
.icon-bubble-right:before {
  content: "\eaf0";
}
.icon-bubble-first:before {
  content: "\eaf1";
}
.icon-bubble-last:before {
  content: "\eaf2";
}
.icon-bubble-reply:before {
  content: "\eaf3";
}
.icon-bubble-forward:before {
  content: "\eaf4";
}
.icon-bubble-reply2:before {
  content: "\eaf5";
}
.icon-bubble-forward2:before {
  content: "\eaf6";
}
.icon-user:before {
  content: "\eaf7";
}
.icon-users:before {
  content: "\eaf8";
}
.icon-user-plus:before {
  content: "\eaf9";
}
.icon-user-minus:before {
  content: "\eafa";
}
.icon-user-cancel:before {
  content: "\eafb";
}
.icon-user-block:before {
  content: "\eafc";
}
.icon-user-lock:before {
  content: "\eafd";
}
.icon-user-check:before {
  content: "\eafe";
}
.icon-users2:before {
  content: "\eaff";
}
.icon-user2:before {
  content: "\eb00";
}
.icon-users3:before {
  content: "\eb01";
}
.icon-user-plus2:before {
  content: "\eb02";
}
.icon-user-minus2:before {
  content: "\eb03";
}
.icon-user-cancel2:before {
  content: "\eb04";
}
.icon-user-block2:before {
  content: "\eb05";
}
.icon-user-lock2:before {
  content: "\eb06";
}
.icon-user-check2:before {
  content: "\eb07";
}
.icon-user3:before {
  content: "\eb08";
}
.icon-user4:before {
  content: "\eb09";
}
.icon-user5:before {
  content: "\eb0a";
}
.icon-user6:before {
  content: "\eb0b";
}
.icon-users4:before {
  content: "\eb0c";
}
.icon-user-tie:before {
  content: "\eb0d";
}
.icon-user7:before {
  content: "\eb0e";
}
.icon-users5:before {
  content: "\eb0f";
}
.icon-collaboration:before {
  content: "\eb10";
}
.icon-vcard:before {
  content: "\eb11";
}
.icon-hat:before {
  content: "\eb12";
}
.icon-bowtie:before {
  content: "\eb13";
}
.icon-tie:before {
  content: "\eb14";
}
.icon-hanger:before {
  content: "\eb15";
}
.icon-tshirt:before {
  content: "\eb16";
}
.icon-pants:before {
  content: "\eb17";
}
.icon-shorts:before {
  content: "\eb18";
}
.icon-sock:before {
  content: "\eb19";
}
.icon-laundry:before {
  content: "\eb1a";
}
.icon-quotes-left:before {
  content: "\eb1b";
}
.icon-quotes-right:before {
  content: "\eb1c";
}
.icon-quotes-left2:before {
  content: "\eb1d";
}
.icon-quotes-right2:before {
  content: "\eb1e";
}
.icon-hour-glass:before {
  content: "\eb1f";
}
.icon-hour-glass2:before {
  content: "\eb20";
}
.icon-hour-glass3:before {
  content: "\eb21";
}
.icon-spinner:before {
  content: "\eb22";
}
.icon-spinner2:before {
  content: "\eb23";
}
.icon-spinner3:before {
  content: "\eb24";
}
.icon-spinner4:before {
  content: "\eb25";
}
.icon-spinner5:before {
  content: "\eb26";
}
.icon-spinner6:before {
  content: "\eb27";
}
.icon-spinner7:before {
  content: "\eb28";
}
.icon-spinner8:before {
  content: "\eb29";
}
.icon-spinner9:before {
  content: "\eb2a";
}
.icon-spinner10:before {
  content: "\eb2b";
}
.icon-spinner11:before {
  content: "\eb2c";
}
.icon-microscope:before {
  content: "\eb2d";
}
.icon-binoculars:before {
  content: "\eb2e";
}
.icon-binoculars2:before {
  content: "\eb2f";
}
.icon-search:before {
  content: "\eb30";
}
.icon-zoom-in:before {
  content: "\eb31";
}
.icon-zoom-out:before {
  content: "\eb32";
}
.icon-search2:before {
  content: "\eb33";
}
.icon-zoom-in2:before {
  content: "\eb34";
}
.icon-zoom-out2:before {
  content: "\eb35";
}
.icon-search3:before {
  content: "\eb36";
}
.icon-search4:before {
  content: "\eb37";
}
.icon-zoom-in3:before {
  content: "\eb38";
}
.icon-zoom-out3:before {
  content: "\eb39";
}
.icon-search5:before {
  content: "\eb3a";
}
.icon-search6:before {
  content: "\eb3b";
}
.icon-enlarge:before {
  content: "\eb3c";
}
.icon-shrink:before {
  content: "\eb3d";
}
.icon-enlarge2:before {
  content: "\eb3e";
}
.icon-shrink2:before {
  content: "\eb3f";
}
.icon-enlarge3:before {
  content: "\eb40";
}
.icon-shrink3:before {
  content: "\eb41";
}
.icon-enlarge4:before {
  content: "\eb42";
}
.icon-shrink4:before {
  content: "\eb43";
}
.icon-enlarge5:before {
  content: "\eb44";
}
.icon-shrink5:before {
  content: "\eb45";
}
.icon-enlarge6:before {
  content: "\eb46";
}
.icon-shrink6:before {
  content: "\eb47";
}
.icon-enlarge7:before {
  content: "\eb48";
}
.icon-shrink7:before {
  content: "\eb49";
}
.icon-key:before {
  content: "\eb4a";
}
.icon-key2:before {
  content: "\eb4b";
}
.icon-key3:before {
  content: "\eb4c";
}
.icon-key4:before {
  content: "\eb4d";
}
.icon-key5:before {
  content: "\eb4e";
}
.icon-keyhole:before {
  content: "\eb4f";
}
.icon-lock:before {
  content: "\eb50";
}
.icon-lock2:before {
  content: "\eb51";
}
.icon-lock3:before {
  content: "\eb52";
}
.icon-lock4:before {
  content: "\eb53";
}
.icon-unlocked:before {
  content: "\eb54";
}
.icon-lock5:before {
  content: "\eb55";
}
.icon-unlocked2:before {
  content: "\eb56";
}
.icon-safe:before {
  content: "\eb57";
}
.icon-wrench:before {
  content: "\eb58";
}
.icon-wrench2:before {
  content: "\eb59";
}
.icon-wrench3:before {
  content: "\eb5a";
}
.icon-equalizer:before {
  content: "\eb5b";
}
.icon-equalizer2:before {
  content: "\eb5c";
}
.icon-equalizer3:before {
  content: "\eb5d";
}
.icon-equalizer4:before {
  content: "\eb5e";
}
.icon-cog:before {
  content: "\eb5f";
}
.icon-cogs:before {
  content: "\eb60";
}
.icon-cog2:before {
  content: "\eb61";
}
.icon-cog3:before {
  content: "\eb62";
}
.icon-cog4:before {
  content: "\eb63";
}
.icon-cog5:before {
  content: "\eb64";
}
.icon-cog6:before {
  content: "\eb65";
}
.icon-cog7:before {
  content: "\eb66";
}
.icon-factory:before {
  content: "\eb67";
}
.icon-hammer:before {
  content: "\eb68";
}
.icon-hammer-wrench:before {
  content: "\eb69";
}
.icon-knife:before {
  content: "\eb6a";
}
.icon-screwdriver:before {
  content: "\eb6b";
}
.icon-screwdriver2:before {
  content: "\eb6c";
}
.icon-magic-wand:before {
  content: "\eb6d";
}
.icon-magic-wand2:before {
  content: "\eb6e";
}
.icon-pulse:before {
  content: "\eb6f";
}
.icon-pulse2:before {
  content: "\eb70";
}
.icon-aid-kit:before {
  content: "\eb71";
}
.icon-aid-kit2:before {
  content: "\eb72";
}
.icon-stethoscope:before {
  content: "\eb73";
}
.icon-ambulance:before {
  content: "\eb74";
}
.icon-alarm2:before {
  content: "\eb75";
}
.icon-pandage:before {
  content: "\eb76";
}
.icon-pandage2:before {
  content: "\eb77";
}
.icon-bug:before {
  content: "\eb78";
}
.icon-bug2:before {
  content: "\eb79";
}
.icon-syringe:before {
  content: "\eb7a";
}
.icon-syringe2:before {
  content: "\eb7b";
}
.icon-pill:before {
  content: "\eb7c";
}
.icon-construction:before {
  content: "\eb7d";
}
.icon-traffic-cone:before {
  content: "\eb7e";
}
.icon-traffic-lights:before {
  content: "\eb7f";
}
.icon-pie-chart:before {
  content: "\eb80";
}
.icon-pie-chart2:before {
  content: "\eb81";
}
.icon-pie-chart3:before {
  content: "\eb82";
}
.icon-pie-chart4:before {
  content: "\eb83";
}
.icon-pie-chart5:before {
  content: "\eb84";
}
.icon-pie-chart6:before {
  content: "\eb85";
}
.icon-pie-chart7:before {
  content: "\eb86";
}
.icon-stats-dots:before {
  content: "\eb87";
}
.icon-stats-bars:before {
  content: "\eb88";
}
.icon-pie-chart8:before {
  content: "\eb89";
}
.icon-stats-bars2:before {
  content: "\eb8a";
}
.icon-stats-bars3:before {
  content: "\eb8b";
}
.icon-stats-bars4:before {
  content: "\eb8c";
}
.icon-stats-bars5:before {
  content: "\eb8d";
}
.icon-stats-bars6:before {
  content: "\eb8e";
}
.icon-chart:before {
  content: "\eb8f";
}
.icon-stats-growth:before {
  content: "\eb90";
}
.icon-stats-decline:before {
  content: "\eb91";
}
.icon-stats-growth2:before {
  content: "\eb92";
}
.icon-stats-decline2:before {
  content: "\eb93";
}
.icon-stairs-up:before {
  content: "\eb94";
}
.icon-stairs-down:before {
  content: "\eb95";
}
.icon-stairs:before {
  content: "\eb96";
}
.icon-stairs2:before {
  content: "\eb97";
}
.icon-ladder:before {
  content: "\eb98";
}
.icon-rating:before {
  content: "\eb99";
}
.icon-rating2:before {
  content: "\eb9a";
}
.icon-rating3:before {
  content: "\eb9b";
}
.icon-cake:before {
  content: "\eb9c";
}
.icon-podium:before {
  content: "\eb9d";
}
.icon-stars:before {
  content: "\eb9e";
}
.icon-medal-star:before {
  content: "\eb9f";
}
.icon-medal:before {
  content: "\eba0";
}
.icon-medal2:before {
  content: "\eba1";
}
.icon-medal-first:before {
  content: "\eba2";
}
.icon-medal-second:before {
  content: "\eba3";
}
.icon-medal-third:before {
  content: "\eba4";
}
.icon-crown:before {
  content: "\eba5";
}
.icon-trophy:before {
  content: "\eba6";
}
.icon-trophy2:before {
  content: "\eba7";
}
.icon-trophy3:before {
  content: "\eba8";
}
.icon-diamond:before {
  content: "\eba9";
}
.icon-diamond2:before {
  content: "\ebaa";
}
.icon-trophy4:before {
  content: "\ebab";
}
.icon-gift:before {
  content: "\ebac";
}
.icon-gift2:before {
  content: "\ebad";
}
.icon-balloon:before {
  content: "\ebae";
}
.icon-pipe:before {
  content: "\ebaf";
}
.icon-mustache:before {
  content: "\ebb0";
}
.icon-mustache2:before {
  content: "\ebb1";
}
.icon-glass:before {
  content: "\ebb2";
}
.icon-glass2:before {
  content: "\ebb3";
}
.icon-glass3:before {
  content: "\ebb4";
}
.icon-glass4:before {
  content: "\ebb5";
}
.icon-bottle:before {
  content: "\ebb6";
}
.icon-bottle2:before {
  content: "\ebb7";
}
.icon-bottle3:before {
  content: "\ebb8";
}
.icon-bottle4:before {
  content: "\ebb9";
}
.icon-mug:before {
  content: "\ebba";
}
.icon-fork-knife:before {
  content: "\ebbb";
}
.icon-spoon-knife:before {
  content: "\ebbc";
}
.icon-cook:before {
  content: "\ebbd";
}
.icon-plate:before {
  content: "\ebbe";
}
.icon-steak:before {
  content: "\ebbf";
}
.icon-fish:before {
  content: "\ebc0";
}
.icon-chicken:before {
  content: "\ebc1";
}
.icon-hamburger:before {
  content: "\ebc2";
}
.icon-pizza:before {
  content: "\ebc3";
}
.icon-cheese:before {
  content: "\ebc4";
}
.icon-bread:before {
  content: "\ebc5";
}
.icon-icecream:before {
  content: "\ebc6";
}
.icon-milk:before {
  content: "\ebc7";
}
.icon-cup:before {
  content: "\ebc8";
}
.icon-cup2:before {
  content: "\ebc9";
}
.icon-coffee-bean:before {
  content: "\ebca";
}
.icon-coffee:before {
  content: "\ebcb";
}
.icon-teapot:before {
  content: "\ebcc";
}
.icon-leaf:before {
  content: "\ebcd";
}
.icon-leaf2:before {
  content: "\ebce";
}
.icon-apple:before {
  content: "\ebcf";
}
.icon-grapes:before {
  content: "\ebd0";
}
.icon-cherry:before {
  content: "\ebd1";
}
.icon-tree:before {
  content: "\ebd2";
}
.icon-tree2:before {
  content: "\ebd3";
}
.icon-tree3:before {
  content: "\ebd4";
}
.icon-tree4:before {
  content: "\ebd5";
}
.icon-cactus:before {
  content: "\ebd6";
}
.icon-mountains:before {
  content: "\ebd7";
}
.icon-paw:before {
  content: "\ebd8";
}
.icon-footprint:before {
  content: "\ebd9";
}
.icon-tent:before {
  content: "\ebda";
}
.icon-flower:before {
  content: "\ebdb";
}
.icon-flower2:before {
  content: "\ebdc";
}
.icon-rocket:before {
  content: "\ebdd";
}
.icon-meter:before {
  content: "\ebde";
}
.icon-meter2:before {
  content: "\ebdf";
}
.icon-meter-slow:before {
  content: "\ebe0";
}
.icon-meter-medium:before {
  content: "\ebe1";
}
.icon-meter-fast:before {
  content: "\ebe2";
}
.icon-meter3:before {
  content: "\ebe3";
}
.icon-hammer2:before {
  content: "\ebe4";
}
.icon-balance:before {
  content: "\ebe5";
}
.icon-scale:before {
  content: "\ebe6";
}
.icon-bomb:before {
  content: "\ebe7";
}
.icon-fire:before {
  content: "\ebe8";
}
.icon-fire2:before {
  content: "\ebe9";
}
.icon-lab:before {
  content: "\ebea";
}
.icon-atom:before {
  content: "\ebeb";
}
.icon-atom2:before {
  content: "\ebec";
}
.icon-magnet:before {
  content: "\ebed";
}
.icon-magnet2:before {
  content: "\ebee";
}
.icon-dumbbell:before {
  content: "\ebef";
}
.icon-skull:before {
  content: "\ebf0";
}
.icon-skull2:before {
  content: "\ebf1";
}
.icon-lamp:before {
  content: "\ebf2";
}
.icon-lamp2:before {
  content: "\ebf3";
}
.icon-lamp3:before {
  content: "\ebf4";
}
.icon-spotlight:before {
  content: "\ebf5";
}
.icon-lamp4:before {
  content: "\ebf6";
}
.icon-lamp5:before {
  content: "\ebf7";
}
.icon-lamp6:before {
  content: "\ebf8";
}
.icon-lamp7:before {
  content: "\ebf9";
}
.icon-lamp8:before {
  content: "\ebfa";
}
.icon-broom:before {
  content: "\ebfb";
}
.icon-toiletpaper:before {
  content: "\ebfc";
}
.icon-bin:before {
  content: "\ebfd";
}
.icon-bin2:before {
  content: "\ebfe";
}
.icon-bin3:before {
  content: "\ebff";
}
.icon-bin4:before {
  content: "\ec00";
}
.icon-bin5:before {
  content: "\ec01";
}
.icon-briefcase:before {
  content: "\ec02";
}
.icon-briefcase2:before {
  content: "\ec03";
}
.icon-briefcase3:before {
  content: "\ec04";
}
.icon-airplane:before {
  content: "\ec05";
}
.icon-airplane2:before {
  content: "\ec06";
}
.icon-airplane3:before {
  content: "\ec07";
}
.icon-airplane4:before {
  content: "\ec08";
}
.icon-paperplane:before {
  content: "\ec09";
}
.icon-car:before {
  content: "\ec0a";
}
.icon-steering-wheel:before {
  content: "\ec0b";
}
.icon-car2:before {
  content: "\ec0c";
}
.icon-gas:before {
  content: "\ec0d";
}
.icon-bus:before {
  content: "\ec0e";
}
.icon-truck:before {
  content: "\ec0f";
}
.icon-bike:before {
  content: "\ec10";
}
.icon-road:before {
  content: "\ec11";
}
.icon-train:before {
  content: "\ec12";
}
.icon-train2:before {
  content: "\ec13";
}
.icon-ship:before {
  content: "\ec14";
}
.icon-boat:before {
  content: "\ec15";
}
.icon-chopper:before {
  content: "\ec16";
}
.icon-chopper2:before {
  content: "\ec17";
}
.icon-cube:before {
  content: "\ec18";
}
.icon-cube2:before {
  content: "\ec19";
}
.icon-cube3:before {
  content: "\ec1a";
}
.icon-cube4:before {
  content: "\ec1b";
}
.icon-pyramid:before {
  content: "\ec1c";
}
.icon-pyramid2:before {
  content: "\ec1d";
}
.icon-package:before {
  content: "\ec1e";
}
.icon-puzzle:before {
  content: "\ec1f";
}
.icon-puzzle2:before {
  content: "\ec20";
}
.icon-puzzle3:before {
  content: "\ec21";
}
.icon-puzzle4:before {
  content: "\ec22";
}
.icon-glasses-3d:before {
  content: "\ec23";
}
.icon-glasses-3d2:before {
  content: "\ec24";
}
.icon-glasses:before {
  content: "\ec25";
}
.icon-glasses2:before {
  content: "\ec26";
}
.icon-brain:before {
  content: "\ec27";
}
.icon-accessibility:before {
  content: "\ec28";
}
.icon-accessibility2:before {
  content: "\ec29";
}
.icon-strategy:before {
  content: "\ec2a";
}
.icon-target:before {
  content: "\ec2b";
}
.icon-target2:before {
  content: "\ec2c";
}
.icon-target3:before {
  content: "\ec2d";
}
.icon-ammo:before {
  content: "\ec2e";
}
.icon-gun:before {
  content: "\ec2f";
}
.icon-gun-forbidden:before {
  content: "\ec30";
}
.icon-shield:before {
  content: "\ec31";
}
.icon-shield-check:before {
  content: "\ec32";
}
.icon-shield-notice:before {
  content: "\ec33";
}
.icon-shield2:before {
  content: "\ec34";
}
.icon-shield3:before {
  content: "\ec35";
}
.icon-shield4:before {
  content: "\ec36";
}
.icon-soccer:before {
  content: "\ec37";
}
.icon-football:before {
  content: "\ec38";
}
.icon-archery:before {
  content: "\ec39";
}
.icon-bow:before {
  content: "\ec3a";
}
.icon-sword:before {
  content: "\ec3b";
}
.icon-tennis:before {
  content: "\ec3c";
}
.icon-pingpong:before {
  content: "\ec3d";
}
.icon-baseball:before {
  content: "\ec3e";
}
.icon-basketball:before {
  content: "\ec3f";
}
.icon-golf:before {
  content: "\ec40";
}
.icon-golf2:before {
  content: "\ec41";
}
.icon-hockey:before {
  content: "\ec42";
}
.icon-racing:before {
  content: "\ec43";
}
.icon-finish:before {
  content: "\ec44";
}
.icon-eight-ball:before {
  content: "\ec45";
}
.icon-bowling:before {
  content: "\ec46";
}
.icon-bowling2:before {
  content: "\ec47";
}
.icon-power:before {
  content: "\ec48";
}
.icon-power2:before {
  content: "\ec49";
}
.icon-power3:before {
  content: "\ec4a";
}
.icon-switch:before {
  content: "\ec4b";
}
.icon-switch2:before {
  content: "\ec4c";
}
.icon-power-cord:before {
  content: "\ec4d";
}
.icon-power-cord2:before {
  content: "\ec4e";
}
.icon-outlet:before {
  content: "\ec4f";
}
.icon-clipboard:before {
  content: "\ec50";
}
.icon-clipboard2:before {
  content: "\ec51";
}
.icon-clipboard3:before {
  content: "\ec52";
}
.icon-clipboard4:before {
  content: "\ec53";
}
.icon-clipboard5:before {
  content: "\ec54";
}
.icon-clipboard6:before {
  content: "\ec55";
}
.icon-playlist:before {
  content: "\ec56";
}
.icon-playlist-add:before {
  content: "\ec57";
}
.icon-list-numbered:before {
  content: "\ec58";
}
.icon-list:before {
  content: "\ec59";
}
.icon-list2:before {
  content: "\ec5a";
}
.icon-more:before {
  content: "\ec5b";
}
.icon-more2:before {
  content: "\ec5c";
}
.icon-grid:before {
  content: "\ec5d";
}
.icon-grid2:before {
  content: "\ec5e";
}
.icon-grid3:before {
  content: "\ec5f";
}
.icon-grid4:before {
  content: "\ec60";
}
.icon-grid5:before {
  content: "\ec61";
}
.icon-grid6:before {
  content: "\ec62";
}
.icon-grid7:before {
  content: "\ec63";
}
.icon-tree5:before {
  content: "\ec64";
}
.icon-tree6:before {
  content: "\ec65";
}
.icon-tree7:before {
  content: "\ec66";
}
.icon-lan:before {
  content: "\ec67";
}
.icon-lan2:before {
  content: "\ec68";
}
.icon-lan3:before {
  content: "\ec69";
}
.icon-menu:before {
  content: "\ec6a";
}
.icon-circle-small:before {
  content: "\ec6b";
}
.icon-menu2:before {
  content: "\ec6c";
}
.icon-menu3:before {
  content: "\ec6d";
}
.icon-menu4:before {
  content: "\ec6e";
}
.icon-menu5:before {
  content: "\ec6f";
}
.icon-menu6:before {
  content: "\ec70";
}
.icon-menu7:before {
  content: "\ec71";
}
.icon-menu8:before {
  content: "\ec72";
}
.icon-menu9:before {
  content: "\ec73";
}
.icon-menu10:before {
  content: "\ec74";
}
.icon-cloud:before {
  content: "\ec75";
}
.icon-cloud-download:before {
  content: "\ec76";
}
.icon-cloud-upload:before {
  content: "\ec77";
}
.icon-cloud-check:before {
  content: "\ec78";
}
.icon-cloud2:before {
  content: "\ec79";
}
.icon-cloud-download2:before {
  content: "\ec7a";
}
.icon-cloud-upload2:before {
  content: "\ec7b";
}
.icon-cloud-check2:before {
  content: "\ec7c";
}
.icon-download2:before {
  content: "\ec7d";
}
.icon-download3:before {
  content: "\ec7e";
}
.icon-upload2:before {
  content: "\ec7f";
}
.icon-upload3:before {
  content: "\ec80";
}
.icon-import:before {
  content: "\ec81";
}
.icon-import2:before {
  content: "\ec82";
}
.icon-download4:before {
  content: "\ec83";
}
.icon-upload4:before {
  content: "\ec84";
}
.icon-download5:before {
  content: "\ec85";
}
.icon-upload5:before {
  content: "\ec86";
}
.icon-download6:before {
  content: "\ec87";
}
.icon-upload6:before {
  content: "\ec88";
}
.icon-download7:before {
  content: "\ec89";
}
.icon-upload7:before {
  content: "\ec8a";
}
.icon-download8:before {
  content: "\ec8b";
}
.icon-upload8:before {
  content: "\ec8c";
}
.icon-download9:before {
  content: "\ec8d";
}
.icon-upload9:before {
  content: "\ec8e";
}
.icon-download10:before {
  content: "\ec8f";
}
.icon-upload10:before {
  content: "\ec90";
}
.icon-sphere:before {
  content: "\ec91";
}
.icon-sphere2:before {
  content: "\ec92";
}
.icon-sphere3:before {
  content: "\ec93";
}
.icon-planet:before {
  content: "\ec94";
}
.icon-planet2:before {
  content: "\ec95";
}
.icon-earth:before {
  content: "\ec96";
}
.icon-earth2:before {
  content: "\ec97";
}
.icon-earth3:before {
  content: "\ec98";
}
.icon-link:before {
  content: "\ec99";
}
.icon-unlink:before {
  content: "\ec9a";
}
.icon-link2:before {
  content: "\ec9b";
}
.icon-unlink2:before {
  content: "\ec9c";
}
.icon-link3:before {
  content: "\ec9d";
}
.icon-unlink3:before {
  content: "\ec9e";
}
.icon-link4:before {
  content: "\ec9f";
}
.icon-unlink4:before {
  content: "\eca0";
}
.icon-link5:before {
  content: "\eca1";
}
.icon-unlink5:before {
  content: "\eca2";
}
.icon-anchor:before {
  content: "\eca3";
}
.icon-flag:before {
  content: "\eca4";
}
.icon-flag2:before {
  content: "\eca5";
}
.icon-flag3:before {
  content: "\eca6";
}
.icon-flag4:before {
  content: "\eca7";
}
.icon-flag5:before {
  content: "\eca8";
}
.icon-flag6:before {
  content: "\eca9";
}
.icon-flag7:before {
  content: "\ecaa";
}
.icon-flag8:before {
  content: "\ecab";
}
.icon-attachment:before {
  content: "\ecac";
}
.icon-attachment2:before {
  content: "\ecad";
}
.icon-eye:before {
  content: "\ecae";
}
.icon-eye-plus:before {
  content: "\ecaf";
}
.icon-eye-minus:before {
  content: "\ecb0";
}
.icon-eye-blocked:before {
  content: "\ecb1";
}
.icon-eye2:before {
  content: "\ecb2";
}
.icon-eye-blocked2:before {
  content: "\ecb3";
}
.icon-eye3:before {
  content: "\ecb4";
}
.icon-eye-blocked3:before {
  content: "\ecb5";
}
.icon-eye4:before {
  content: "\ecb6";
}
.icon-bookmark2:before {
  content: "\ecb7";
}
.icon-bookmark3:before {
  content: "\ecb8";
}
.icon-bookmarks:before {
  content: "\ecb9";
}
.icon-bookmark4:before {
  content: "\ecba";
}
.icon-spotlight2:before {
  content: "\ecbb";
}
.icon-starburst:before {
  content: "\ecbc";
}
.icon-snowflake:before {
  content: "\ecbd";
}
.icon-temperature:before {
  content: "\ecbe";
}
.icon-temperature2:before {
  content: "\ecbf";
}
.icon-weather-lightning:before {
  content: "\ecc0";
}
.icon-weather-lightning2:before {
  content: "\ecc1";
}
.icon-weather-rain:before {
  content: "\ecc2";
}
.icon-weather-rain2:before {
  content: "\ecc3";
}
.icon-weather-snow:before {
  content: "\ecc4";
}
.icon-weather-snow2:before {
  content: "\ecc5";
}
.icon-weather-cloud-wind:before {
  content: "\ecc6";
}
.icon-weather-cloud-wind2:before {
  content: "\ecc7";
}
.icon-weather-cloud-sun:before {
  content: "\ecc8";
}
.icon-weather-cloud-sun2:before {
  content: "\ecc9";
}
.icon-weather-cloudy:before {
  content: "\ecca";
}
.icon-weather-cloudy2:before {
  content: "\eccb";
}
.icon-weather-sun-wind:before {
  content: "\eccc";
}
.icon-weather-sun-wind2:before {
  content: "\eccd";
}
.icon-sun:before {
  content: "\ecce";
}
.icon-sun2:before {
  content: "\eccf";
}
.icon-moon:before {
  content: "\ecd0";
}
.icon-day-night:before {
  content: "\ecd1";
}
.icon-day-night2:before {
  content: "\ecd2";
}
.icon-weather-windy:before {
  content: "\ecd3";
}
.icon-fan:before {
  content: "\ecd4";
}
.icon-umbrella:before {
  content: "\ecd5";
}
.icon-sun3:before {
  content: "\ecd6";
}
.icon-contrast:before {
  content: "\ecd7";
}
.icon-brightness-contrast:before {
  content: "\ecd8";
}
.icon-brightness-high:before {
  content: "\ecd9";
}
.icon-brightness-medium:before {
  content: "\ecda";
}
.icon-brightness-low:before {
  content: "\ecdb";
}
.icon-bed:before {
  content: "\ecdc";
}
.icon-bed2:before {
  content: "\ecdd";
}
.icon-furniture:before {
  content: "\ecde";
}
.icon-chair:before {
  content: "\ecdf";
}
.icon-star-empty:before {
  content: "\ece0";
}
.icon-star-empty2:before {
  content: "\ece1";
}
.icon-star-full:before {
  content: "\ece2";
}
.icon-star-empty3:before {
  content: "\ece3";
}
.icon-star-half:before {
  content: "\ece4";
}
.icon-star-full2:before {
  content: "\ece5";
}
.icon-star:before {
  content: "\ece6";
}
.icon-heart:before {
  content: "\ece7";
}
.icon-heart2:before {
  content: "\ece8";
}
.icon-heart3:before {
  content: "\ece9";
}
.icon-heart4:before {
  content: "\ecea";
}
.icon-heart-broken:before {
  content: "\eceb";
}
.icon-heart5:before {
  content: "\ecec";
}
.icon-heart6:before {
  content: "\eced";
}
.icon-heart-broken2:before {
  content: "\ecee";
}
.icon-heart7:before {
  content: "\ecef";
}
.icon-heart8:before {
  content: "\ecf0";
}
.icon-heart-broken3:before {
  content: "\ecf1";
}
.icon-lips:before {
  content: "\ecf2";
}
.icon-lips2:before {
  content: "\ecf3";
}
.icon-thumbs-up:before {
  content: "\ecf4";
}
.icon-thumbs-up2:before {
  content: "\ecf5";
}
.icon-thumbs-down:before {
  content: "\ecf6";
}
.icon-thumbs-down2:before {
  content: "\ecf7";
}
.icon-thumbs-up3:before {
  content: "\ecf8";
}
.icon-thumbs-down3:before {
  content: "\ecf9";
}
.icon-height:before {
  content: "\ecfa";
}
.icon-man:before {
  content: "\ecfb";
}
.icon-woman:before {
  content: "\ecfc";
}
.icon-man-woman:before {
  content: "\ecfd";
}
.icon-male:before {
  content: "\ecfe";
}
.icon-female:before {
  content: "\ecff";
}
.icon-peace:before {
  content: "\ed00";
}
.icon-yin-yang:before {
  content: "\ed01";
}
.icon-happy:before {
  content: "\ed02";
}
.icon-happy2:before {
  content: "\ed03";
}
.icon-smile:before {
  content: "\ed04";
}
.icon-smile2:before {
  content: "\ed05";
}
.icon-tongue:before {
  content: "\ed06";
}
.icon-tongue2:before {
  content: "\ed07";
}
.icon-sad:before {
  content: "\ed08";
}
.icon-sad2:before {
  content: "\ed09";
}
.icon-wink:before {
  content: "\ed0a";
}
.icon-wink2:before {
  content: "\ed0b";
}
.icon-grin:before {
  content: "\ed0c";
}
.icon-grin2:before {
  content: "\ed0d";
}
.icon-cool:before {
  content: "\ed0e";
}
.icon-cool2:before {
  content: "\ed0f";
}
.icon-angry:before {
  content: "\ed10";
}
.icon-angry2:before {
  content: "\ed11";
}
.icon-evil:before {
  content: "\ed12";
}
.icon-evil2:before {
  content: "\ed13";
}
.icon-shocked:before {
  content: "\ed14";
}
.icon-shocked2:before {
  content: "\ed15";
}
.icon-baffled:before {
  content: "\ed16";
}
.icon-baffled2:before {
  content: "\ed17";
}
.icon-confused:before {
  content: "\ed18";
}
.icon-confused2:before {
  content: "\ed19";
}
.icon-neutral:before {
  content: "\ed1a";
}
.icon-neutral2:before {
  content: "\ed1b";
}
.icon-hipster:before {
  content: "\ed1c";
}
.icon-hipster2:before {
  content: "\ed1d";
}
.icon-wondering:before {
  content: "\ed1e";
}
.icon-wondering2:before {
  content: "\ed1f";
}
.icon-sleepy:before {
  content: "\ed20";
}
.icon-sleepy2:before {
  content: "\ed21";
}
.icon-frustrated:before {
  content: "\ed22";
}
.icon-frustrated2:before {
  content: "\ed23";
}
.icon-crying:before {
  content: "\ed24";
}
.icon-crying2:before {
  content: "\ed25";
}
.icon-cursor:before {
  content: "\ed26";
}
.icon-cursor2:before {
  content: "\ed27";
}
.icon-lasso:before {
  content: "\ed28";
}
.icon-lasso2:before {
  content: "\ed29";
}
.icon-select:before {
  content: "\ed2a";
}
.icon-select2:before {
  content: "\ed2b";
}
.icon-point-up:before {
  content: "\ed2c";
}
.icon-point-right:before {
  content: "\ed2d";
}
.icon-point-down:before {
  content: "\ed2e";
}
.icon-point-left:before {
  content: "\ed2f";
}
.icon-pointer:before {
  content: "\ed30";
}
.icon-reminder:before {
  content: "\ed31";
}
.icon-drag-left-right:before {
  content: "\ed32";
}
.icon-drag-left:before {
  content: "\ed33";
}
.icon-drag-right:before {
  content: "\ed34";
}
.icon-touch:before {
  content: "\ed35";
}
.icon-multitouch:before {
  content: "\ed36";
}
.icon-touch-zoom:before {
  content: "\ed37";
}
.icon-touch-pinch:before {
  content: "\ed38";
}
.icon-hand:before {
  content: "\ed39";
}
.icon-grab:before {
  content: "\ed3a";
}
.icon-stack-empty:before {
  content: "\ed3b";
}
.icon-stack-plus:before {
  content: "\ed3c";
}
.icon-stack-minus:before {
  content: "\ed3d";
}
.icon-stack-star:before {
  content: "\ed3e";
}
.icon-stack-picture:before {
  content: "\ed3f";
}
.icon-stack-down:before {
  content: "\ed40";
}
.icon-stack-up:before {
  content: "\ed41";
}
.icon-stack-cancel:before {
  content: "\ed42";
}
.icon-stack-check:before {
  content: "\ed43";
}
.icon-stack-text:before {
  content: "\ed44";
}
.icon-stack-clubs:before {
  content: "\ed45";
}
.icon-stack-spades:before {
  content: "\ed46";
}
.icon-stack-hearts:before {
  content: "\ed47";
}
.icon-stack-diamonds:before {
  content: "\ed48";
}
.icon-stack-user:before {
  content: "\ed49";
}
.icon-stack4:before {
  content: "\ed4a";
}
.icon-stack-music:before {
  content: "\ed4b";
}
.icon-stack-play:before {
  content: "\ed4c";
}
.icon-move:before {
  content: "\ed4d";
}
.icon-dots:before {
  content: "\ed4e";
}
.icon-warning:before {
  content: "\ed4f";
}
.icon-warning2:before {
  content: "\ed50";
}
.icon-notification:before {
  content: "\ed51";
}
.icon-notification2:before {
  content: "\ed52";
}
.icon-question:before {
  content: "\ed53";
}
.icon-question2:before {
  content: "\ed54";
}
.icon-question3:before {
  content: "\ed55";
}
.icon-question4:before {
  content: "\ed56";
}
.icon-question5:before {
  content: "\ed57";
}
.icon-question6:before {
  content: "\ed58";
}
.icon-plus:before {
  content: "\ed59";
}
.icon-minus:before {
  content: "\ed5a";
}
.icon-plus2:before {
  content: "\ed5b";
}
.icon-minus2:before {
  content: "\ed5c";
}
.icon-plus3:before {
  content: "\ed5d";
}
.icon-minus3:before {
  content: "\ed5e";
}
.icon-plus-circle:before {
  content: "\ed5f";
}
.icon-minus-circle:before {
  content: "\ed60";
}
.icon-plus-circle2:before {
  content: "\ed61";
}
.icon-minus-circle2:before {
  content: "\ed62";
}
.icon-info:before {
  content: "\ed63";
}
.icon-info2:before {
  content: "\ed64";
}
.icon-cancel-circle:before {
  content: "\ed65";
}
.icon-cancel-circle2:before {
  content: "\ed66";
}
.icon-blocked:before {
  content: "\ed67";
}
.icon-cancel-square:before {
  content: "\ed68";
}
.icon-cancel-square2:before {
  content: "\ed69";
}
.icon-cancel:before {
  content: "\ed6a";
}
.icon-spam:before {
  content: "\ed6b";
}
.icon-cross:before {
  content: "\ed6c";
}
.icon-cross2:before {
  content: "\ed6d";
}
.icon-cross3:before {
  content: "\ed6e";
}
.icon-checkmark:before {
  content: "\ed6f";
}
.icon-checkmark2:before {
  content: "\ed70";
}
.icon-checkmark3:before {
  content: "\ed71";
}
.icon-checkmark4:before {
  content: "\ed72";
}
.icon-checkmark5:before {
  content: "\ed73";
}
.icon-spell-check:before {
  content: "\ed74";
}
.icon-spell-check2:before {
  content: "\ed75";
}
.icon-enter:before {
  content: "\ed76";
}
.icon-exit:before {
  content: "\ed77";
}
.icon-enter2:before {
  content: "\ed78";
}
.icon-exit2:before {
  content: "\ed79";
}
.icon-enter3:before {
  content: "\ed7a";
}
.icon-exit3:before {
  content: "\ed7b";
}
.icon-wall:before {
  content: "\ed7c";
}
.icon-fence:before {
  content: "\ed7d";
}
.icon-play3:before {
  content: "\ed7e";
}
.icon-pause:before {
  content: "\ed7f";
}
.icon-stop:before {
  content: "\ed80";
}
.icon-previous:before {
  content: "\ed81";
}
.icon-next:before {
  content: "\ed82";
}
.icon-backward:before {
  content: "\ed83";
}
.icon-forward2:before {
  content: "\ed84";
}
.icon-play4:before {
  content: "\ed85";
}
.icon-pause2:before {
  content: "\ed86";
}
.icon-stop2:before {
  content: "\ed87";
}
.icon-backward2:before {
  content: "\ed88";
}
.icon-forward3:before {
  content: "\ed89";
}
.icon-first:before {
  content: "\ed8a";
}
.icon-last:before {
  content: "\ed8b";
}
.icon-previous2:before {
  content: "\ed8c";
}
.icon-next2:before {
  content: "\ed8d";
}
.icon-eject:before {
  content: "\ed8e";
}
.icon-volume-high:before {
  content: "\ed8f";
}
.icon-volume-medium:before {
  content: "\ed90";
}
.icon-volume-low:before {
  content: "\ed91";
}
.icon-volume-mute:before {
  content: "\ed92";
}
.icon-speaker-left:before {
  content: "\ed93";
}
.icon-speaker-right:before {
  content: "\ed94";
}
.icon-volume-mute2:before {
  content: "\ed95";
}
.icon-volume-increase:before {
  content: "\ed96";
}
.icon-volume-decrease:before {
  content: "\ed97";
}
.icon-volume-high2:before {
  content: "\ed98";
}
.icon-volume-medium2:before {
  content: "\ed99";
}
.icon-volume-medium3:before {
  content: "\ed9a";
}
.icon-volume-low2:before {
  content: "\ed9b";
}
.icon-volume-mute3:before {
  content: "\ed9c";
}
.icon-volume-increase2:before {
  content: "\ed9d";
}
.icon-volume-decrease2:before {
  content: "\ed9e";
}
.icon-volume-decrease3:before {
  content: "\ed9f";
}
.icon-volume-5:before {
  content: "\eda0";
}
.icon-volume-4:before {
  content: "\eda1";
}
.icon-volume-3:before {
  content: "\eda2";
}
.icon-volume-2:before {
  content: "\eda3";
}
.icon-volume-1:before {
  content: "\eda4";
}
.icon-volume-0:before {
  content: "\eda5";
}
.icon-volume-mute4:before {
  content: "\eda6";
}
.icon-volume-mute5:before {
  content: "\eda7";
}
.icon-loop:before {
  content: "\eda8";
}
.icon-loop2:before {
  content: "\eda9";
}
.icon-loop3:before {
  content: "\edaa";
}
.icon-infinite-square:before {
  content: "\edab";
}
.icon-infinite:before {
  content: "\edac";
}
.icon-infinite2:before {
  content: "\edad";
}
.icon-loop4:before {
  content: "\edae";
}
.icon-shuffle:before {
  content: "\edaf";
}
.icon-shuffle2:before {
  content: "\edb0";
}
.icon-wave:before {
  content: "\edb1";
}
.icon-wave2:before {
  content: "\edb2";
}
.icon-split:before {
  content: "\edb3";
}
.icon-merge:before {
  content: "\edb4";
}
.icon-first2:before {
  content: "\edb5";
}
.icon-last2:before {
  content: "\edb6";
}
.icon-arrow-up:before {
  content: "\edb7";
}
.icon-arrow-up2:before {
  content: "\edb8";
}
.icon-arrow-up3:before {
  content: "\edb9";
}
.icon-arrow-up4:before {
  content: "\edba";
}
.icon-arrow-right:before {
  content: "\edbb";
}
.icon-arrow-right2:before {
  content: "\edbc";
}
.icon-arrow-right3:before {
  content: "\edbd";
}
.icon-arrow-right4:before {
  content: "\edbe";
}
.icon-arrow-down:before {
  content: "\edbf";
}
.icon-arrow-down2:before {
  content: "\edc0";
}
.icon-arrow-down3:before {
  content: "\edc1";
}
.icon-arrow-down4:before {
  content: "\edc2";
}
.icon-arrow-left:before {
  content: "\edc3";
}
.icon-arrow-left2:before {
  content: "\edc4";
}
.icon-arrow-left3:before {
  content: "\edc5";
}
.icon-arrow-left4:before {
  content: "\edc6";
}
.icon-arrow-up5:before {
  content: "\edc7";
}
.icon-arrow-right5:before {
  content: "\edc8";
}
.icon-arrow-down5:before {
  content: "\edc9";
}
.icon-arrow-left5:before {
  content: "\edca";
}
.icon-arrow-up-left:before {
  content: "\edcb";
}
.icon-arrow-up6:before {
  content: "\edcc";
}
.icon-arrow-up-right:before {
  content: "\edcd";
}
.icon-arrow-right6:before {
  content: "\edce";
}
.icon-arrow-down-right:before {
  content: "\edcf";
}
.icon-arrow-down6:before {
  content: "\edd0";
}
.icon-arrow-down-left:before {
  content: "\edd1";
}
.icon-arrow-left6:before {
  content: "\edd2";
}
.icon-arrow-up-left2:before {
  content: "\edd3";
}
.icon-arrow-up7:before {
  content: "\edd4";
}
.icon-arrow-up-right2:before {
  content: "\edd5";
}
.icon-arrow-right7:before {
  content: "\edd6";
}
.icon-arrow-down-right2:before {
  content: "\edd7";
}
.icon-arrow-down7:before {
  content: "\edd8";
}
.icon-arrow-down-left2:before {
  content: "\edd9";
}
.icon-arrow-left7:before {
  content: "\edda";
}
.icon-arrow-up-left3:before {
  content: "\eddb";
}
.icon-arrow-up8:before {
  content: "\eddc";
}
.icon-arrow-up-right3:before {
  content: "\eddd";
}
.icon-arrow-right8:before {
  content: "\edde";
}
.icon-arrow-down-right3:before {
  content: "\eddf";
}
.icon-arrow-down8:before {
  content: "\ede0";
}
.icon-arrow-down-left3:before {
  content: "\ede1";
}
.icon-arrow-left8:before {
  content: "\ede2";
}
.icon-circle-up:before {
  content: "\ede3";
}
.icon-circle-right:before {
  content: "\ede4";
}
.icon-circle-down:before {
  content: "\ede5";
}
.icon-circle-left:before {
  content: "\ede6";
}
.icon-circle-up2:before {
  content: "\ede7";
}
.icon-circle-right2:before {
  content: "\ede8";
}
.icon-circle-down2:before {
  content: "\ede9";
}
.icon-circle-left2:before {
  content: "\edea";
}
.icon-circle-up-left:before {
  content: "\edeb";
}
.icon-circle-up3:before {
  content: "\edec";
}
.icon-circle-up-right:before {
  content: "\eded";
}
.icon-circle-right3:before {
  content: "\edee";
}
.icon-circle-down-right:before {
  content: "\edef";
}
.icon-circle-down3:before {
  content: "\edf0";
}
.icon-circle-down-left:before {
  content: "\edf1";
}
.icon-circle-left3:before {
  content: "\edf2";
}
.icon-circle-up-left2:before {
  content: "\edf3";
}
.icon-circle-up4:before {
  content: "\edf4";
}
.icon-circle-up-right2:before {
  content: "\edf5";
}
.icon-circle-right4:before {
  content: "\edf6";
}
.icon-circle-down-right2:before {
  content: "\edf7";
}
.icon-circle-down4:before {
  content: "\edf8";
}
.icon-circle-down-left2:before {
  content: "\edf9";
}
.icon-circle-left4:before {
  content: "\edfa";
}
.icon-arrow-resize:before {
  content: "\edfb";
}
.icon-arrow-resize2:before {
  content: "\edfc";
}
.icon-arrow-resize3:before {
  content: "\edfd";
}
.icon-arrow-resize4:before {
  content: "\edfe";
}
.icon-arrow-resize5:before {
  content: "\edff";
}
.icon-arrow-resize6:before {
  content: "\ee00";
}
.icon-arrow-resize7:before {
  content: "\ee01";
}
.icon-arrow-resize8:before {
  content: "\ee02";
}
.icon-square-up-left:before {
  content: "\ee03";
}
.icon-square-up:before {
  content: "\ee04";
}
.icon-square-up-right:before {
  content: "\ee05";
}
.icon-square-right:before {
  content: "\ee06";
}
.icon-square-down-right:before {
  content: "\ee07";
}
.icon-square-down:before {
  content: "\ee08";
}
.icon-square-down-left:before {
  content: "\ee09";
}
.icon-square-left:before {
  content: "\ee0a";
}
.icon-arrow-up9:before {
  content: "\ee0b";
}
.icon-arrow-right9:before {
  content: "\ee0c";
}
.icon-arrow-down9:before {
  content: "\ee0d";
}
.icon-arrow-left9:before {
  content: "\ee0e";
}
.icon-arrow-up10:before {
  content: "\ee0f";
}
.icon-arrow-right10:before {
  content: "\ee10";
}
.icon-arrow-down10:before {
  content: "\ee11";
}
.icon-arrow-left10:before {
  content: "\ee12";
}
.icon-arrow-up-left4:before {
  content: "\ee13";
}
.icon-arrow-up11:before {
  content: "\ee14";
}
.icon-arrow-up-right4:before {
  content: "\ee15";
}
.icon-arrow-right11:before {
  content: "\ee16";
}
.icon-arrow-down-right4:before {
  content: "\ee17";
}
.icon-arrow-down11:before {
  content: "\ee18";
}
.icon-arrow-down-left4:before {
  content: "\ee19";
}
.icon-arrow-left11:before {
  content: "\ee1a";
}
.icon-arrow-up-left5:before {
  content: "\ee1b";
}
.icon-arrow-up12:before {
  content: "\ee1c";
}
.icon-arrow-up-right5:before {
  content: "\ee1d";
}
.icon-arrow-right12:before {
  content: "\ee1e";
}
.icon-arrow-down-right5:before {
  content: "\ee1f";
}
.icon-arrow-down12:before {
  content: "\ee20";
}
.icon-arrow-down-left5:before {
  content: "\ee21";
}
.icon-arrow-left12:before {
  content: "\ee22";
}
.icon-arrow-up13:before {
  content: "\ee23";
}
.icon-arrow-right13:before {
  content: "\ee24";
}
.icon-arrow-down13:before {
  content: "\ee25";
}
.icon-arrow-left13:before {
  content: "\ee26";
}
.icon-arrow-up14:before {
  content: "\ee27";
}
.icon-arrow-right14:before {
  content: "\ee28";
}
.icon-arrow-down14:before {
  content: "\ee29";
}
.icon-arrow-left14:before {
  content: "\ee2a";
}
.icon-circle-up5:before {
  content: "\ee2b";
}
.icon-circle-right5:before {
  content: "\ee2c";
}
.icon-circle-down5:before {
  content: "\ee2d";
}
.icon-circle-left5:before {
  content: "\ee2e";
}
.icon-circle-up6:before {
  content: "\ee2f";
}
.icon-circle-right6:before {
  content: "\ee30";
}
.icon-circle-down6:before {
  content: "\ee31";
}
.icon-circle-left6:before {
  content: "\ee32";
}
.icon-arrow-up15:before {
  content: "\ee33";
}
.icon-arrow-right15:before {
  content: "\ee34";
}
.icon-arrow-down15:before {
  content: "\ee35";
}
.icon-arrow-left15:before {
  content: "\ee36";
}
.icon-arrow-up16:before {
  content: "\ee37";
}
.icon-arrow-right16:before {
  content: "\ee38";
}
.icon-arrow-down16:before {
  content: "\ee39";
}
.icon-arrow-left16:before {
  content: "\ee3a";
}
.icon-menu-open:before {
  content: "\ee3b";
}
.icon-menu-open2:before {
  content: "\ee3c";
}
.icon-menu-close:before {
  content: "\ee3d";
}
.icon-menu-close2:before {
  content: "\ee3e";
}
.icon-enter4:before {
  content: "\ee3f";
}
.icon-enter5:before {
  content: "\ee40";
}
.icon-esc:before {
  content: "\ee41";
}
.icon-enter6:before {
  content: "\ee42";
}
.icon-backspace:before {
  content: "\ee43";
}
.icon-backspace2:before {
  content: "\ee44";
}
.icon-tab:before {
  content: "\ee45";
}
.icon-transmission:before {
  content: "\ee46";
}
.icon-transmission2:before {
  content: "\ee47";
}
.icon-sort:before {
  content: "\ee48";
}
.icon-sort2:before {
  content: "\ee49";
}
.icon-move-up:before {
  content: "\ee4a";
}
.icon-move-down:before {
  content: "\ee4b";
}
.icon-sort-alpha-asc:before {
  content: "\ee4c";
}
.icon-sort-alpha-desc:before {
  content: "\ee4d";
}
.icon-sort-numeric-asc:before {
  content: "\ee4e";
}
.icon-sort-numberic-desc:before {
  content: "\ee4f";
}
.icon-sort-amount-asc:before {
  content: "\ee50";
}
.icon-sort-amount-desc:before {
  content: "\ee51";
}
.icon-sort-time-asc:before {
  content: "\ee52";
}
.icon-sort-time-desc:before {
  content: "\ee53";
}
.icon-battery-6:before {
  content: "\ee54";
}
.icon-battery-5:before {
  content: "\ee55";
}
.icon-battery-4:before {
  content: "\ee56";
}
.icon-battery-3:before {
  content: "\ee57";
}
.icon-battery-2:before {
  content: "\ee58";
}
.icon-battery-1:before {
  content: "\ee59";
}
.icon-battery-0:before {
  content: "\ee5a";
}
.icon-battery-charging:before {
  content: "\ee5b";
}
.icon-key-keyboard:before {
  content: "\ee5c";
}
.icon-key-A:before {
  content: "\ee5d";
}
.icon-key-up:before {
  content: "\ee5e";
}
.icon-key-right:before {
  content: "\ee5f";
}
.icon-key-down:before {
  content: "\ee60";
}
.icon-key-left:before {
  content: "\ee61";
}
.icon-command:before {
  content: "\ee62";
}
.icon-shift:before {
  content: "\ee63";
}
.icon-ctrl:before {
  content: "\ee64";
}
.icon-opt:before {
  content: "\ee65";
}
.icon-checkbox-checked:before {
  content: "\ee66";
}
.icon-checkbox-unchecked:before {
  content: "\ee67";
}
.icon-checkbox-partial:before {
  content: "\ee68";
}
.icon-square:before {
  content: "\ee69";
}
.icon-triangle:before {
  content: "\ee6a";
}
.icon-triangle2:before {
  content: "\ee6b";
}
.icon-diamond3:before {
  content: "\ee6c";
}
.icon-diamond4:before {
  content: "\ee6d";
}
.icon-checkbox-checked2:before {
  content: "\ee6e";
}
.icon-checkbox-unchecked2:before {
  content: "\ee6f";
}
.icon-checkbox-partial2:before {
  content: "\ee70";
}
.icon-radio-checked:before {
  content: "\ee71";
}
.icon-radio-checked2:before {
  content: "\ee72";
}
.icon-radio-unchecked:before {
  content: "\ee73";
}
.icon-toggle-on:before {
  content: "\ee74";
}
.icon-toggle-off:before {
  content: "\ee75";
}
.icon-checkmark-circle:before {
  content: "\ee76";
}
.icon-circle:before {
  content: "\ee77";
}
.icon-circle2:before {
  content: "\ee78";
}
.icon-circles:before {
  content: "\ee79";
}
.icon-circles2:before {
  content: "\ee7a";
}
.icon-crop:before {
  content: "\ee7b";
}
.icon-crop2:before {
  content: "\ee7c";
}
.icon-make-group:before {
  content: "\ee7d";
}
.icon-ungroup:before {
  content: "\ee7e";
}
.icon-vector:before {
  content: "\ee7f";
}
.icon-vector2:before {
  content: "\ee80";
}
.icon-rulers:before {
  content: "\ee81";
}
.icon-ruler:before {
  content: "\ee82";
}
.icon-pencil-ruler:before {
  content: "\ee83";
}
.icon-scissors:before {
  content: "\ee84";
}
.icon-scissors2:before {
  content: "\ee85";
}
.icon-scissors3:before {
  content: "\ee86";
}
.icon-haircut:before {
  content: "\ee87";
}
.icon-comb:before {
  content: "\ee88";
}
.icon-filter:before {
  content: "\ee89";
}
.icon-filter2:before {
  content: "\ee8a";
}
.icon-filter3:before {
  content: "\ee8b";
}
.icon-filter4:before {
  content: "\ee8c";
}
.icon-font:before {
  content: "\ee8d";
}
.icon-ampersand:before {
  content: "\ee8e";
}
.icon-ligature:before {
  content: "\ee8f";
}
.icon-ligature2:before {
  content: "\ee90";
}
.icon-font-size:before {
  content: "\ee91";
}
.icon-typography:before {
  content: "\ee92";
}
.icon-text-height:before {
  content: "\ee93";
}
.icon-text-width:before {
  content: "\ee94";
}
.icon-height2:before {
  content: "\ee95";
}
.icon-width:before {
  content: "\ee96";
}
.icon-bold:before {
  content: "\ee97";
}
.icon-underline:before {
  content: "\ee98";
}
.icon-italic:before {
  content: "\ee99";
}
.icon-strikethrough:before {
  content: "\ee9a";
}
.icon-strikethrough2:before {
  content: "\ee9b";
}
.icon-font-size2:before {
  content: "\ee9c";
}
.icon-bold2:before {
  content: "\ee9d";
}
.icon-underline2:before {
  content: "\ee9e";
}
.icon-italic2:before {
  content: "\ee9f";
}
.icon-strikethrough3:before {
  content: "\eea0";
}
.icon-omega:before {
  content: "\eea1";
}
.icon-sigma:before {
  content: "\eea2";
}
.icon-nbsp:before {
  content: "\eea3";
}
.icon-page-break:before {
  content: "\eea4";
}
.icon-page-break2:before {
  content: "\eea5";
}
.icon-superscript:before {
  content: "\eea6";
}
.icon-subscript:before {
  content: "\eea7";
}
.icon-superscript2:before {
  content: "\eea8";
}
.icon-subscript2:before {
  content: "\eea9";
}
.icon-text-color:before {
  content: "\eeaa";
}
.icon-highlight:before {
  content: "\eeab";
}
.icon-pagebreak:before {
  content: "\eeac";
}
.icon-clear-formatting:before {
  content: "\eead";
}
.icon-table:before {
  content: "\eeae";
}
.icon-table2:before {
  content: "\eeaf";
}
.icon-insert-template:before {
  content: "\eeb0";
}
.icon-pilcrow:before {
  content: "\eeb1";
}
.icon-ltr:before {
  content: "\eeb2";
}
.icon-rtl:before {
  content: "\eeb3";
}
.icon-ltr2:before {
  content: "\eeb4";
}
.icon-rtl2:before {
  content: "\eeb5";
}
.icon-section:before {
  content: "\eeb6";
}
.icon-paragraph-left:before {
  content: "\eeb7";
}
.icon-paragraph-center:before {
  content: "\eeb8";
}
.icon-paragraph-right:before {
  content: "\eeb9";
}
.icon-paragraph-justify:before {
  content: "\eeba";
}
.icon-paragraph-left2:before {
  content: "\eebb";
}
.icon-paragraph-center2:before {
  content: "\eebc";
}
.icon-paragraph-right2:before {
  content: "\eebd";
}
.icon-paragraph-justify2:before {
  content: "\eebe";
}
.icon-indent-increase:before {
  content: "\eebf";
}
.icon-indent-decrease:before {
  content: "\eec0";
}
.icon-paragraph-left3:before {
  content: "\eec1";
}
.icon-paragraph-center3:before {
  content: "\eec2";
}
.icon-paragraph-right3:before {
  content: "\eec3";
}
.icon-paragraph-justify3:before {
  content: "\eec4";
}
.icon-indent-increase2:before {
  content: "\eec5";
}
.icon-indent-decrease2:before {
  content: "\eec6";
}
.icon-share:before {
  content: "\eec7";
}
.icon-share2:before {
  content: "\eec8";
}
.icon-new-tab:before {
  content: "\eec9";
}
.icon-new-tab2:before {
  content: "\eeca";
}
.icon-popout:before {
  content: "\eecb";
}
.icon-embed:before {
  content: "\eecc";
}
.icon-embed2:before {
  content: "\eecd";
}
.icon-markup:before {
  content: "\eece";
}
.icon-regexp:before {
  content: "\eecf";
}
.icon-regexp2:before {
  content: "\eed0";
}
.icon-code:before {
  content: "\eed1";
}
.icon-circle-css:before {
  content: "\eed2";
}
.icon-circle-code:before {
  content: "\eed3";
}
.icon-terminal:before {
  content: "\eed4";
}
.icon-unicode:before {
  content: "\eed5";
}
.icon-seven-segment-0:before {
  content: "\eed6";
}
.icon-seven-segment-1:before {
  content: "\eed7";
}
.icon-seven-segment-2:before {
  content: "\eed8";
}
.icon-seven-segment-3:before {
  content: "\eed9";
}
.icon-seven-segment-4:before {
  content: "\eeda";
}
.icon-seven-segment-5:before {
  content: "\eedb";
}
.icon-seven-segment-6:before {
  content: "\eedc";
}
.icon-seven-segment-7:before {
  content: "\eedd";
}
.icon-seven-segment-8:before {
  content: "\eede";
}
.icon-seven-segment-9:before {
  content: "\eedf";
}
.icon-share3:before {
  content: "\eee0";
}
.icon-share4:before {
  content: "\eee1";
}
.icon-mail:before {
  content: "\eee2";
}
.icon-mail2:before {
  content: "\eee3";
}
.icon-mail3:before {
  content: "\eee4";
}
.icon-mail4:before {
  content: "\eee5";
}
.icon-amazon:before {
  content: "\eee6";
}
.icon-google:before {
  content: "\eee7";
}
.icon-google2:before {
  content: "\eee8";
}
.icon-google3:before {
  content: "\eee9";
}
.icon-google-plus:before {
  content: "\eeea";
}
.icon-google-plus2:before {
  content: "\eeeb";
}
.icon-google-plus3:before {
  content: "\eeec";
}
.icon-hangouts:before {
  content: "\eeed";
}
.icon-google-drive:before {
  content: "\eeee";
}
.icon-facebook:before {
  content: "\eeef";
}
.icon-facebook2:before {
  content: "\eef0";
}
.icon-instagram:before {
  content: "\eef1";
}
.icon-whatsapp:before {
  content: "\eef2";
}
.icon-spotify:before {
  content: "\eef3";
}
.icon-telegram:before {
  content: "\eef4";
}
.icon-twitter:before {
  content: "\eef5";
}
.icon-vine:before {
  content: "\eef6";
}
.icon-vk:before {
  content: "\eef7";
}
.icon-renren:before {
  content: "\eef8";
}
.icon-sina-weibo:before {
  content: "\eef9";
}
.icon-rss:before {
  content: "\eefa";
}
.icon-rss2:before {
  content: "\eefb";
}
.icon-youtube:before {
  content: "\eefc";
}
.icon-youtube2:before {
  content: "\eefd";
}
.icon-twitch:before {
  content: "\eefe";
}
.icon-vimeo:before {
  content: "\eeff";
}
.icon-vimeo2:before {
  content: "\ef00";
}
.icon-lanyrd:before {
  content: "\ef01";
}
.icon-flickr:before {
  content: "\ef02";
}
.icon-flickr2:before {
  content: "\ef03";
}
.icon-flickr3:before {
  content: "\ef04";
}
.icon-flickr4:before {
  content: "\ef05";
}
.icon-dribbble:before {
  content: "\ef06";
}
.icon-behance:before {
  content: "\ef07";
}
.icon-behance2:before {
  content: "\ef08";
}
.icon-deviantart:before {
  content: "\ef09";
}
.icon-500px:before {
  content: "\ef0a";
}
.icon-steam:before {
  content: "\ef0b";
}
.icon-steam2:before {
  content: "\ef0c";
}
.icon-dropbox:before {
  content: "\ef0d";
}
.icon-onedrive:before {
  content: "\ef0e";
}
.icon-github:before {
  content: "\ef0f";
}
.icon-npm:before {
  content: "\ef10";
}
.icon-basecamp:before {
  content: "\ef11";
}
.icon-trello:before {
  content: "\ef12";
}
.icon-wordpress:before {
  content: "\ef13";
}
.icon-joomla:before {
  content: "\ef14";
}
.icon-ello:before {
  content: "\ef15";
}
.icon-blogger:before {
  content: "\ef16";
}
.icon-blogger2:before {
  content: "\ef17";
}
.icon-tumblr:before {
  content: "\ef18";
}
.icon-tumblr2:before {
  content: "\ef19";
}
.icon-yahoo:before {
  content: "\ef1a";
}
.icon-yahoo2:before {
  content: "\ef1b";
}
.icon-tux:before {
  content: "\ef1c";
}
.icon-appleinc:before {
  content: "\ef1d";
}
.icon-finder:before {
  content: "\ef1e";
}
.icon-android:before {
  content: "\ef1f";
}
.icon-windows:before {
  content: "\ef20";
}
.icon-windows8:before {
  content: "\ef21";
}
.icon-soundcloud:before {
  content: "\ef22";
}
.icon-soundcloud2:before {
  content: "\ef23";
}
.icon-skype:before {
  content: "\ef24";
}
.icon-reddit:before {
  content: "\ef25";
}
.icon-hackernews:before {
  content: "\ef26";
}
.icon-wikipedia:before {
  content: "\ef27";
}
.icon-linkedin:before {
  content: "\ef28";
}
.icon-linkedin2:before {
  content: "\ef29";
}
.icon-lastfm:before {
  content: "\ef2a";
}
.icon-lastfm2:before {
  content: "\ef2b";
}
.icon-delicious:before {
  content: "\ef2c";
}
.icon-stumbleupon:before {
  content: "\ef2d";
}
.icon-stumbleupon2:before {
  content: "\ef2e";
}
.icon-stackoverflow:before {
  content: "\ef2f";
}
.icon-pinterest:before {
  content: "\ef30";
}
.icon-pinterest2:before {
  content: "\ef31";
}
.icon-xing:before {
  content: "\ef32";
}
.icon-xing2:before {
  content: "\ef33";
}
.icon-flattr:before {
  content: "\ef34";
}
.icon-foursquare:before {
  content: "\ef35";
}
.icon-yelp:before {
  content: "\ef36";
}
.icon-paypal:before {
  content: "\ef37";
}
.icon-chrome:before {
  content: "\ef38";
}
.icon-firefox:before {
  content: "\ef39";
}
.icon-IE:before {
  content: "\ef3a";
}
.icon-edge:before {
  content: "\ef3b";
}
.icon-safari:before {
  content: "\ef3c";
}
.icon-opera:before {
  content: "\ef3d";
}
.icon-file-pdf:before {
  content: "\ef3e";
}
.icon-file-openoffice:before {
  content: "\ef3f";
}
.icon-file-word:before {
  content: "\ef40";
}
.icon-file-excel:before {
  content: "\ef41";
}
.icon-libreoffice:before {
  content: "\ef42";
}
.icon-html-five:before {
  content: "\ef43";
}
.icon-html-five2:before {
  content: "\ef44";
}
.icon-css3:before {
  content: "\ef45";
}
.icon-git:before {
  content: "\ef46";
}
.icon-codepen:before {
  content: "\ef47";
}
.icon-svg:before {
  content: "\ef48";
}
.icon-IcoMoon:before {
  content: "\ef49";
}
.header-content {
  background: white;
  padding: 0px;
  background-color: #002251;
  /*background-image: url(Images/Gradient.png);*/
  background-size: contain;
}
.header-content .show-menu a {
  color: #fff;
}
.header-content .logo {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.header-content .logo img {
  /*height: 60px;*/
  margin-left: -10px;
}
.header-content .container {
  /*height: 118px;*/
}
.header-content .title-text {
  margin-top: 85px;
  float: right;
  display: inline-block;
  /*font-family: 'Proxima Nova';
        font-weight: 500;*/
  color: #fff;
  font-size: 16px;
  text-align: right;
}
.header-content li {
  border-right: #A5CEF5 1px solid;
  border-left: #A5CEF5 1px solid;
}
.header-content .navbar {
  border-bottom: none;
}
.header-content .nav > li {
  margin-right: 15px;
}
.header-content .nav > li > a {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 13px;
}
.header-content .menu-row {
  padding-top: 10px;
  position: relative;
}
.header-content .menu-row ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-left: -15px;
}
.header-content .menu-row ul li {
  float: left;
  border: none;
  padding: 0px;
  padding-left: 10px;
  padding-right: 10px;
}
.header-content .menu-row ul li > div {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  padding-bottom: 6px;
}
.header-content .menu-row ul li:hover {
  color: #004C83;
  cursor: pointer;
}
.header-content .menu-row ul li:hover a {
  text-decoration: none;
}
.header-content .menu-row ul.menu-active li.active > div {
  border-bottom: 4px solid #fff;
  color: #fff;
}
.header-content .menu-row ul.menu-active li.active > div a div {
  color: #fff;
}
.header-content .menu-row ul.menu-preview li.preview-active > div {
  border-bottom: 4px solid #fff;
  color: #fff;
}
.modal-dialog {
  margin: 0px;
}
.menu-back {
  position: absolute;
  left: 0;
  width: 100%;
  background: yellow;
  z-index: 1000;
  border-top: 2px solid #004C83;
  border-bottom: 4px solid #004C83;
  padding-bottom: 30px;
  margin-top: 0px;
}
.menu-back .sub-item {
  border-bottom: 1.3px solid #ccc;
  padding: 10px;
  color: #00539f;
  cursor: pointer;
  text-decoration: none;
}
.menu-back .sub-item:hover {
  border-bottom: 1.3px solid #00539f;
}
.menu-back .sub-item:active {
  transform: translate(1px, 1px);
}
.menu-back .sub-item.disabled {
  color: #ccc;
}
.menu-back .sub-item.disabled:hover {
  border-bottom: 1.3px solid #ccc;
}
.menu-back a:hover,
.menu-back a:focus {
  text-decoration: none !important;
}
.menu-back a:hover .sub-item,
.menu-back a:focus .sub-item {
  color: #004C83;
}
.menu-back .top-menu-section {
  height: 40px;
  border-bottom: 1.3px solid #ccc;
}
.menu-back .closer {
  float: right;
  color: #00539f;
  margin-top: 3px;
  margin-right: 5px;
  font-weight: 600;
  cursor: pointer;
}
.menu-back .closer:active {
  transform: translate(1px, 1px);
}
.menu-back .closer .close-caption {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.menu-back .closer .symbol {
  display: inline-block;
  font-size: 24px;
  line-height: 24px;
  vertical-align: middle;
  margin-top: 3px;
  border-radius: 11px;
  height: 23px;
}
.menu-back .closer:hover .close-caption {
  text-decoration: underline;
}
.menu-back .closer:hover .symbol {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 4px #c4e9cf;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 4px #c4e9cf;
}
.in-menu-state .modal-backdrop {
  top: 118px;
}
.modal {
  top: 118px;
}
body {
  background: #fff;
}
p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 19px;
}
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.action-link {
  text-decoration: underline;
  display: inline-block;
}
.action-link:hover {
  cursor: pointer;
  color: #000;
}
/* header section*/
.header-footer-content-container .homeButton,
.header-footer-content-container .reportsButton,
.header-footer-content-container .configurationButton {
  float: left;
}
.header-footer-content-container .reportsButton,
.header-footer-content-container .configurationButton {
  margin-left: 10px;
  margin-top: 5px;
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 10px;
}
.header-footer-content-container .reportsButton.selected,
.header-footer-content-container .configurationButton.selected {
  border-bottom: 3px solid #3da45d;
}
.header-content .tesco-icon-link:hover {
  text-decoration: none;
}
.header-content a:hover {
  text-decoration: none;
}
.header-content .dropdown-menu {
  width: 1200px;
  border-radius: 0;
  float: left;
  top: 40px;
  border-bottom: 3px solid #008dc8;
  border-top: 3px solid #008dc8;
}
.header-content .dropdown-menu li {
  width: 30%;
  float: left;
  margin: 5px 18px;
  border-bottom: 1px solid #ccc;
}
.header-content .dropdown-menu li a {
  color: #3da45d;
}
.header-content .dropdown-menu li.close-menu-header {
  width: 100%;
  margin: 5px 0;
}
.header-content .dropdown-menu li.close-menu-header .close-menu-button {
  float: right;
  margin-right: 20px;
  color: #3da45d;
}
.header-content .dropdown-menu li.close-menu-header .close-menu-button span {
  margin-left: 10px;
  font-size: 24px;
}
.header-content .dropdown-menu li.close-menu-header .close-menu-button:hover {
  cursor: pointer;
}
.align-right {
  float: right;
  display: inline-block;
}
.space-below-row {
  margin-bottom: 20px;
}
.checkbox-container {
  padding-top: 10px;
}
.checkbox-container label,
.checkbox-container div {
  vertical-align: middle;
  display: inline-block;
}
.checkbox-container div {
  padding-top: 6px;
}
.page-title {
  margin-left: auto;
  margin-right: auto;
  font-size: 32px;
  font-weight: 400;
  white-space: nowrap;
  color: #222222;
  font-weight: 600;
}
.page-title-small {
  font-size: 22px;
  font-weight: 500;
  white-space: nowrap;
  max-width: 700px;
  color: #222222;
}
.page-description-text {
  color: #222222;
}
.page-width {
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
  margin-top: 18px;
}
.page-line {
  margin-left: auto;
  margin-right: auto;
}
.underlined-line {
  border-bottom: 1px solid #ccc;
  display: inline-block;
  width: 100%;
}
.page-content-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
}
.page-content-container-small {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
}
.page-content {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 0px;
  padding-top: 25px;
  padding-left: 100px;
  padding-right: 100px;
  min-height: 250px;
  padding-bottom: 25px;
}
.page-content-wide {
  margin-left: 85px;
  margin-right: 85px;
  margin-top: 5px;
  padding-left: 0px;
  padding-right: 0px;
  min-height: 100px;
  padding-bottom: 20px;
}
.page-content.no-padding {
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}
.page-top-nav {
  margin-left: 105px;
  color: #3da45d;
  font-size: 19px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 5px;
  height: 20px;
  display: inline-block;
}
.page-top-nav a {
  text-decoration: none;
}
.row.row-no-margin {
  margin-left: -10px;
  margin-right: -10px;
}
.row.right-full-width {
  text-align: left;
  padding: 10px;
  width: 100%;
}
.row.right-full-width.label-row {
  padding-bottom: 0px;
}
.row.right-full-width.under-link {
  padding-top: 0px;
  font-size: 14px;
}
.animate-on-click {
  display: block;
}
.animate-on-click:focus {
  outline: 0 !important;
}
.animate-on-click:active {
  transform: translate(2px, 2px);
}
.tesco-icon {
  font-family: "Tesco Icon";
  font-size: 100px;
}
textarea {
  resize: none;
}
.xml-preview {
  height: 500px;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 14px;
}
.in-box-link {
  margin-top: 8px;
  text-decoration: underline;
}
.in-box-link:hover {
  color: #008dc8;
  cursor: pointer;
}
.TescoIcon {
  font-weight: 600;
  outline: none;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  -o-user-select: none;
  user-select: none;
}
.TescoIcon.with-border {
  border: 2px solid #3da45d;
  border-radius: 100px;
}
.TescoIcon.with-border.greyedout {
  background-color: #eeeeee;
  border: 2px solid #666;
  color: #666;
}
.TescoIcon.with-border.greyedout:hover {
  background-color: #eeeeee;
  border: 2px solid #666;
  color: #666;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.TescoIcon.large-blue-icon {
  cursor: pointer;
  color: #3da45d;
  font-size: 19px;
  padding: 3px;
  line-height: 1;
}
.TescoIcon.large-blue-icon:hover {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 4px #c4e9cf;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 4px #c4e9cf;
}
.TescoIcon.large-blue-icon:active {
  transform: transate(1px, 1px);
}
.pageButton {
  font-weight: 600;
  cursor: pointer;
  color: #3da45d;
  font-size: 18px;
  vertical-align: middle;
  padding-top: 2px;
  padding-right: 2px;
  height: 26px;
  width: 26px;
  text-align: center;
  border-radius: 100px;
  outline: none;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  -o-user-select: none;
  user-select: none;
}
.pageButton.pagingblueicon {
  background-color: #3da45d;
  color: white;
}
.pageButton:hover {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 4px #c4e9cf;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 4px #c4e9cf;
}
.tesco-link {
  color: #3da45d;
  outline: none;
}
.tesco-link:hover {
  color: #008dc8;
  cursor: pointer;
}
.contentTitle {
  color: #333;
  font-size: 24px;
  font-weight: 600;
}
.supsectionTitle {
  color: #333;
  font-size: 20px;
  font-weight: 400;
}
/* helpers*/
.content-left div,
.content-left span {
  float: left;
  margin-right: 5px;
}
.extra-bottom-padding {
  padding-bottom: 40px;
}
/* text types*/
.importantText {
  font-weight: 600;
}
.normal-text {
  font-weight: 100;
}
/*Wait Animation*/
.wait-spinner {
  border: 5px solid #3da45d;
  border-radius: 30px;
  height: 30px;
  left: 50%;
  margin: -15px 0 0 -15px;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 30px;
  animation: pulsate 1s ease-out;
  animation-iteration-count: infinite;
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
.wait-spinner-container {
  margin-right: 20px;
  position: relative;
  float: right;
  width: 35px;
  height: 35px;
}
.panel-inverse {
  background-color: #f6f6f6;
}
.button-row {
  margin-bottom: 8px;
  margin-top: 3px;
}
.button-row button {
  width: 100%;
}
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
select {
  align-items: flex-end;
}
/* text box elements */
.password-wrapper {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.password-wrapper .password-control {
  padding-right: 56px;
  position: relative;
  z-index: 2;
  width: 100%;
}
.password-wrapper .password-entry-toggle {
  position: absolute;
  z-index: 3;
  bottom: 1px;
  color: #3da45d;
  font-weight: 200;
  padding: 12px 12px 0 12px;
  top: -2px;
  right: 1px;
}
.password-wrapper .password-entry-toggle:focus {
  outline-width: 0px;
}
.form-control.input-validation-error {
  border-color: #a32929;
}
.form-control.input-validation-error:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 4px #e08585;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 4px #e08585;
}
input[type=checkbox].form-control {
  opacity: 0;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  height: 3.2rem;
  width: 3.2rem;
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #e3e3e3;
  font-size: 1.6rem;
  display: inline-block;
}
/*button related*/
.ts-button {
  font-size: 22px;
  padding: 10px;
  padding-left: 35px;
  padding-right: 35px;
}
.ts-button .glyphicon {
  font-size: 30px;
  line-height: 30px;
  vertical-align: middle;
}
.button-row {
  margin-top: 15px;
}
.btn {
  line-height: 1.6;
  padding: 5px 20px;
  white-space: nowrap;
  min-width: 120px;
  outline: none;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  -o-user-select: none;
  user-select: none;
  text-align: center;
  vertical-align: middle;
}
.btn.btn-default {
  border-width: 1px;
}
.btn.btn-primary {
  border: 1px solid transparent;
  /*background-image: url('Images/Gradient.png') !important;*/
  background-color: #3da45d;
  background-size: contain;
}
.btn.btn-primary .icon {
  float: right;
  font-size: 20px;
  margin-top: 3px;
}
.btn.right-space {
  margin-right: 20px;
}
.btn.disable {
  background-color: #ccc;
  border-color: #ccc;
  box-shadow: none;
  opacity: 0.4;
}
.btn.disable:active {
  pointer-events: none;
}
.btn.disable:hover {
  background-color: #ccc;
  border-color: #ccc;
  box-shadow: none;
  cursor: not-allowed;
}
.btn.hidden {
  display: none;
}
.btn .btn-label {
  font-size: 1.6rem;
  transition: border 0.1s;
  padding: 0px;
  display: inline-block;
  font-weight: 600;
  line-height: 16px;
  border-bottom: 1px solid transparent;
  vertical-align: middle;
}
.btn svg {
  margin-left: 5px;
}
.btn.extra-padding {
  padding: 10px 20px;
}
.btn .btn-text-save,
.btn .btn-text-cancel {
  display: inline-block;
}
.btn .btn-text-save {
  padding-left: 10px;
  vertical-align: baseline;
}
.btn .btn-text-cancel {
  vertical-align: baseline;
}
.btn .save-arrow,
.btn .cancel-arrow {
  display: inline-block;
  font-weight: 100;
  font-size: 30px;
  line-height: 20px;
  margin-top: -2px;
  vertical-align: middle;
}
.btn-awaiting-replace {
  height: 40px;
  padding: 0 40px;
  font-size: 40px;
  margin-right: 40px;
  display: none;
}
.btn-awaiting-replace.active {
  display: inline-block;
}
.btn-success-replace {
  color: #3da45d;
  height: 40px;
  line-height: 1;
  padding: 0 40px;
  font-size: 40px;
  margin-right: 40px;
  display: none;
}
.btn-success-replace::before {
  display: none;
}
.btn-success-replace.active::before {
  display: inline-block;
}
.pageSelect {
  text-align: right;
}
.pageSelect .pageLabel {
  margin-top: 5px;
  font-weight: 400;
  float: right;
}
.pageSelect .pageGroup {
  float: right;
}
.pageSelect .pageButtonToggle {
  float: right;
  font-size: 16px;
  padding: 3px;
}
.pageSelect.col-sm-6,
.returnCount.col-sm-6,
.pageSelect.col-sm-4,
.returnCount.col-sm-4,
.pageSelect.col-sm-8,
.returnCount.col-sm-8 {
  padding: 20px 0 0;
  margin: 0;
}
.searchInputLine,
.searchButton {
  margin-top: 25px;
}
.searchInputLine.col-sm-6 {
  padding: 0;
}
.searchButton.TescoIcon.large-blue-icon {
  font-size: 20px;
  padding: 7px;
  vertical-align: middle;
}
.searchButton.large-blue-icon {
  color: white;
  background-color: #3da45d;
  border-radius: 100px;
  overflow: hidden;
}
/*.login-in-sign-out {
    float: right;
    color: white;
    padding: 10px;

    a {
        color: white;
    }
}*/
.error-text {
  color: #CC3333;
  font-size: 14px;
  font-weight: 100;
}
.error-text ul {
  list-style-type: none;
  padding: 0px;
}
.tescoCheckBox:hover {
  box-shadow: 0 0 0 4px #c4e9cf;
}
select {
  height: 40px;
  border: 1px solid #ccc;
  background: #fff;
  box-sizing: border-box;
  color: #666;
  cursor: pointer;
  display: inline-block;
  padding: 0 32px 0 12px;
  transition: box-shadow 0.3s;
  font-style: italic;
}
select:focus {
  border-color: #009cda;
  box-shadow: 0px 0px 0px 4px rgba(0, 141, 200, 0.4);
}
.modal {
  text-align: center;
}
.modal:before {
  display: inline-block;
  vertical-align: middle;
  content: " ";
  height: 100%;
}
.modal .modal-dialog {
  background-color: white;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal .modal-dialog .modal-content {
  background-color: white;
  border: 1px solid #ccc;
  margin: 10px;
  border-radius: 0;
  box-shadow: none;
  padding: 20px;
}
.popupTitle {
  color: #333;
  font-size: 20px;
  font-weight: 800;
  padding: 10px;
}
.popupSubTitle {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  padding: 8px 10px;
  display: inline-block;
}
.popupDetail {
  margin-left: 15px;
}
.no-translation {
  color: #ccc;
}
.popupInfo {
  font-weight: 100;
  padding: 10px;
}
.popupTextLine {
  padding: 10px;
  width: 100%;
}
.popupTextLine input {
  width: 100%;
}
.popupTextArea {
  width: 100%;
  padding: 5px 10px;
}
.popupTextArea TextArea {
  width: 100%;
  min-height: 140px;
  padding: 10px;
}
.popupCheckRow {
  padding: 10px;
}
.popupButtonRow {
  display: inline-block;
  padding: 20px 10px;
  width: 100%;
}
.footer {
  background-color: white;
}
@media (max-width: 1199px) {
  .no-right-space-md {
    margin-right: -15px;
  }
}
/*Lists of things on the left hand side*/
.left-hand-list-panel {
  padding: 10px;
}
.left-hand-list-panel .list-header {
  color: #333;
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  font-weight: 400;
}
.left-hand-list-panel .list-item {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 10px;
}
.left-hand-list-panel .list-item .error-display {
  position: absolute;
  top: 5px;
  right: 4px;
  background: #EF1C2C;
  color: #fff;
  font-size: 10px;
  min-width: 18px;
  text-align: center;
  padding: 3px;
  padding-left: 2px;
  padding-top: 2px;
  border-radius: 10px;
}
.left-hand-list-panel .list-item.editActive {
  background-color: #3da45d;
  color: #fff;
  background-image: url('Images/Gradient.png') !important;
  background-size: contain;
}
.left-hand-list-panel .list-add {
  color: #3da45d;
  margin-top: 20px;
  vertical-align: top;
  display: inline-block;
  width: 100%;
}
.left-hand-list-panel .list-add .list-add-icon {
  float: left;
  display: inline-block;
}
.left-hand-list-panel .list-add .list-add-text {
  margin-left: 5px;
  margin-top: 5px;
  float: left;
  display: inline-block;
}
.left-hand-list-panel .list-subheader {
  color: #3da45d;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 20px;
  border-top: 1px solid #ccc;
}
.left-hand-list-panel .list-subheader .list-subheader-text {
  margin-top: 10px;
  display: inline-block;
}
/*Form fields*/
.page-title {
  margin-bottom: 10px;
}
.language-edit-description {
  font-weight: 100;
}
.form-control {
  margin-bottom: 10px;
}
.long-entry-field {
  width: 300px;
}
.short-entry-field {
  width: 100px;
}
.contentTitle {
  padding: 20px 0;
}
.label-field,
label {
  color: #333;
  padding: 4px 0px 11px 0px;
  font-weight: 600;
}
label {
  padding: 0px;
}
.three-digit-form-field {
  max-width: 80px;
}
.three-digit-form-field .btn {
  max-width: 100px;
  min-width: 80px;
}
.form-group {
  margin-bottom: 0px;
}
.form-group .checkbox-label {
  margin-top: 5px;
}
.form-group.space-above {
  margin-top: 15px;
}
.form-group input {
  font-weight: normal;
  box-shadow: none;
}
.form-group .bootstrap-select .btn {
  border: 1px solid #ccc;
  border-radius: 0px;
  padding: 9px;
  color: #333;
  font-weight: normal;
}
.form-group .bootstrap-select .btn:hover {
  box-shadow: none;
}
.form-group .bootstrap-select .btn:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 4px #c4e9cf;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 4px #c4e9cf;
}
.bottom-spacer {
  clear: both;
  height: 100px;
  width: 100%;
}
/*Image Upload*/
.dropOn {
  margin-top: -2px;
  margin-left: -2px;
  border: 2px dashed #ccc !important;
}
.dropOn img {
  opacity: 0.8;
  filter: brightness(1.5);
}
.tabbed-content-mixin .panel {
  padding: 20px;
  margin-top: 15px;
}
.tabbed-content-mixin .tab-pane {
  background: white;
  border: 1px solid #ccc;
  padding: 15px;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: -1px;
}
.tabbed-content-mixin .nav-tabs {
  margin-top: 10px;
}
.tabbed-content-mixin .nav-tabs > li.active > a,
.tabbed-content-mixin .nav-tabs > li.active .nav-tabs > li.active > a:hover,
.tabbed-content-mixin .nav-tabs > li.active .nav-tabs > li.active > a:focus {
  border: none;
}
.tabbed-content-mixin .nav-tabs > li.active a {
  color: #004C83 !important;
}
.tabbed-content-mixin .nav-tabs a {
  padding-bottom: 5px;
  color: #3da45d !important;
  font-size: 14px;
  font-weight: 600;
  border-radius: 0px;
}
.tabbed-content-mixin .nav-tabs .error-display {
  display: inline-block;
  background: #EF1C2C;
  color: #fff;
  font-size: 10px;
  min-width: 18px;
  text-align: center;
  padding: 3px;
  padding-left: 2px;
  padding-top: 2px;
  border-radius: 10px;
  vertical-align: top;
  margin-top: -5px;
}
.tabbed-content-mixin li {
  border-bottom: 3px solid transparent;
}
.tabbed-content-mixin li a:hover {
  border-color: transparent;
}
.tabbed-content-mixin li.active {
  border: 1px solid transparent;
  border-bottom: 3px solid #004C83;
}
.tabbed-content-mixin ul {
  border: none;
}
.modal-styling .modal-footer {
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-top: 20px;
}
.modal-styling .modal {
  top: 0px;
}
.modal-styling .modal-header {
  margin-top: -20px;
}
.modal-styling .modal-header .modal-header-title {
  margin: 0px;
  padding: 0px;
  font-size: 20px;
}
.modal-styling .modal-header .close {
  position: absolute;
  top: -70px;
  right: -30px;
  background: #000;
  padding: 5px;
  border-radius: 50%;
  opacity: 1;
  color: #fff;
  font-size: 40px;
  width: 50px;
  height: 50px;
  line-height: 0;
  padding-top: 0px;
  padding-bottom: 6px;
  padding-left: 7px;
}
.row-space-1 {
  margin-top: 1em;
}
div .icon {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.summernote {
  padding-top: 15px;
}
.summernote .note-group-image-url {
  display: none;
}
.ddl-white-icon-right {
  color: #fff;
  box-sizing: border-box;
  stroke: #fff;
  stroke-width: 1.2;
  fill: none;
  height: 40px;
  width: 18px;
  vertical-align: middle;
  margin-top: -2px;
  margin-left: -6px;
}
.ddl-link-icon-right {
  color: #00539f;
  box-sizing: border-box;
  stroke: #00539f;
  height: 26px;
  width: 14px;
  vertical-align: middle;
  stroke-width: 1.2;
  fill: none;
  margin-left: 5px;
}
.footer {
  padding: 10px;
  padding-top: 20px;
  border-top: 2px solid #ccc;
  background: white;
}
.language-list.page-content-container {
  padding: 5px;
}
.translation-page.page-content-container {
  padding: 5px;
  margin-top: 10px;
}
.translation-page .left-hand-list-panel .list-header {
  padding-bottom: 15px;
  font-weight: 600;
  margin-top: 15px;
}
.translation-page .left-hand-list-panel .language-list-text {
  line-height: 32px;
}
.translation-page .left-hand-list-panel .translation-edit-hide-icon {
  font-size: 22px;
  line-height: 1;
  float: right;
  padding: 5px;
}
.translation-page .left-hand-list-panel .list-item {
  display: inline-block;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 0px;
  border-bottom: none;
}
.translation-page .left-hand-list-panel .list-item .list-text {
  float: left;
  display: inline-block;
  margin-top: 8px;
}
.translation-list-checkbox {
  float: left;
  display: inline-block;
}
.translation-list-checkbox-mark {
  clear: none;
  position: relative;
  cursor: pointer;
  height: 3.2rem;
  width: 3.2rem;
  float: left;
  margin-right: 10px;
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #cccccc;
  font-size: 1.6rem;
  display: inline-block;
  transition: box-shadow 0.3s;
}
.translation-list-checkbox-mark.checked {
  background-color: #3da45d;
}
.translation-list-checkbox-mark SVG {
  color: white;
  height: 100%;
  width: 100%;
}
.language-list-text {
  line-height: 32px;
}
.language-list-panel .end-row {
  margin-bottom: 80px;
}
.language-edit {
  padding: 10px;
}
.language-edit .supsectionTitle {
  padding: 10px 0;
  font-weight: 600;
}
.language-edit .language-image-large {
  width: 306px;
}
.language-edit .language-image-large img {
  border: 1px solid #ccc;
}
.language-edit .language-image-large .language-noimage-large {
  height: 200px;
  width: 300px;
  border: 2px dashed #ccc;
  padding: 90px 70px;
}
.language-edit .language-image-small {
  width: 306px;
}
.language-edit .language-image-small img {
  border: 1px solid #ccc;
}
.language-edit .language-image-small .language-noimage-small {
  height: 100px;
  width: 150px;
  border: 2px dashed #ccc;
  padding: 30px 20px;
}
.language-edit .message {
  margin-top: 10px;
  font-weight: 100;
}
.language-edit .button-row {
  display: inline-block;
}
.language-edit .button-row .btn {
  margin-right: 40px;
}
.language-edit .end-row {
  margin-bottom: 80px;
}
.translate-edit {
  padding: 10px;
}
.translate-edit .page-content {
  margin-top: 10px;
}
.translate-edit .page-content .row.right-full-width {
  margin: 0;
  padding: 10px 0;
}
.translate-edit .page-content .row.right-full-width.altRow {
  background-color: #eeeeee;
}
.translate-edit .page-content .row.right-full-width .col-sm-6 {
  padding: 0;
}
.translate-edit .page-content .row.right-full-width .col-sm-6.translation-text {
  padding-left: 10px;
}
.translate-edit .language-edit-description {
  margin-top: 10px;
  margin-bottom: 25px;
}
.translate-edit .returnCount {
  display: inline-block;
  text-align: left;
  padding-top: 26px !important;
}
.translate-edit .currentCount,
.translate-edit .count {
  font-weight: 400;
}
.translate-edit .col-sm-12 {
  padding: 0px;
}
.translate-edit .end-row {
  margin-bottom: 80px;
}
.translation-list-panel .language-edit-description {
  margin-bottom: 40px;
}
.translationDataItem {
  float: left;
}
.editPopupWindow .btn,
.translationPopup .btn {
  margin-right: 40px;
}
.translationPopup .popupTitle img {
  height: 50px;
}
.dot {
  cursor: pointer;
  margin-top: 3px;
  width: 0;
  height: 0;
  border-width: 6px;
  border-radius: 100px;
  border-style: solid;
  border-color: #cc3333;
}
.dot.yellow {
  border-color: #ffa626;
}
.dot.yellow.green {
  border-color: #69b24a;
}
.dot.green {
  border-color: #69b24a;
}
.grid-element {
  min-width: 27px;
  padding: 0;
  float: left;
  text-align: center;
}
.grid-element .dot {
  margin-right: -2px;
  margin-left: 5px;
}
.grid-element.grid-header {
  font-weight: 600;
  text-align: left;
  min-height: 20px;
}
.grid-element.grid-element-long {
  min-width: 120px;
  text-align: left;
}
.grid-row {
  border-bottom: 1px solid #ccc;
}
.grid-row.grid-row-top {
  border-top: 1px solid #ccc;
}
.depot-page .error-display-mixin {
  background: #EF1C2C;
  color: #fff;
  font-size: 10px;
  min-width: 18px;
  text-align: center;
  padding: 3px;
  padding-left: 2px;
  padding-top: 2px;
  border-radius: 10px;
  vertical-align: top;
  margin-top: -5px;
}
.depot-page .edit-map {
  width: 70%;
  border: 1px solid #ccc;
  padding: 1px;
  position: relative;
}
.depot-page .edit-map img {
  max-width: 100%;
}
.depot-page .edit-map .message {
  font-weight: 100;
  bottom: 0px;
  position: absolute;
  text-align: center;
  width: 100%;
  background: rgba(20, 20, 20, 0.8);
  color: #fff;
  padding: 5px;
  z-index: 1000;
}
.depot-page .change-instructions {
  margin-bottom: 20px;
  font-size: smaller;
}
.depot-page .panel {
  padding: 20px;
  margin-top: 15px;
}
.depot-page .tab-pane {
  background: white;
  border: 1px solid #ccc;
  padding: 15px;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: -1px;
}
.depot-page .nav-tabs {
  margin-top: 10px;
}
.depot-page .nav-tabs > li.active > a,
.depot-page .nav-tabs > li.active .nav-tabs > li.active > a:hover,
.depot-page .nav-tabs > li.active .nav-tabs > li.active > a:focus {
  border: none;
}
.depot-page .nav-tabs > li.active a {
  color: #004C83 !important;
}
.depot-page .nav-tabs a {
  padding-bottom: 5px;
  color: #3da45d !important;
  font-size: 14px;
  font-weight: 600;
  border-radius: 0px;
}
.depot-page .nav-tabs .error-display {
  display: inline-block;
  background: #EF1C2C;
  color: #fff;
  font-size: 10px;
  min-width: 18px;
  text-align: center;
  padding: 3px;
  padding-left: 2px;
  padding-top: 2px;
  border-radius: 10px;
  vertical-align: top;
  margin-top: -5px;
}
.depot-page li {
  border-bottom: 3px solid transparent;
}
.depot-page li a:hover {
  border-color: transparent;
}
.depot-page li.active {
  border: 1px solid transparent;
  border-bottom: 3px solid #004C83;
}
.depot-page ul {
  border: none;
}
.depot-page .pin-code {
  position: relative;
}
.depot-page .pin-code .show-text {
  color: #3da45d;
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: pointer;
  text-decoration: underline;
}
.depot-page .pin-code .show-text:active {
  transform: translate(1px, 1px);
}
.depot-page .pin-code.inError input {
  border: 1px solid #f00 !important;
}
.depot-page .last-used {
  font-size: 12px;
  margin-bottom: 10px;
}
.depot-page .duplicate-warning {
  color: #f00;
  font-size: 12px;
}
.depot-page .lane-summary {
  width: 100%;
  border-top: 1px #ccc solid;
  padding: 15px;
}
.depot-page .lane-summary .direction {
  margin-left: -15px;
}
.depot-page .lane-detail {
  background: #eeeeee;
  border: 1px solid #ccc;
  padding: 10px;
}
.depot-page .lane-detail .lane-id {
  margin-top: 10px;
  font-size: 20px;
  width: 60px;
  text-align: center;
}
.depot-page .lane-detail .inputError {
  background-color: #fcdadd;
}
.depot-page .lane-detail .component-detail {
  margin-top: 0px;
}
.depot-page .lane-detail .component-detail input,
.depot-page .lane-detail .component-detail img {
  width: 100%;
}
.depot-page .lane-detail .component-detail .debugModeBox {
  width: auto;
}
.depot-page .lane-detail .component-detail table {
  font-size: 14px;
  width: 100%;
}
.depot-page .lane-detail .component-detail table input {
  padding: 3px;
}
.depot-page .lane-detail .component-detail table tr {
  border-bottom: 1px solid #ccc;
}
.depot-page .lane-detail .component-detail table td {
  width: 50%;
  padding-bottom: 5px;
  padding-top: 10px;
}
.depot-page .lane-detail .lane-diagram {
  padding-bottom: 40px;
}
.depot-page .lane-detail .lane-diagram .lane-container {
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 300px;
}
.depot-page .lane-detail .lane-diagram .lane-container .lane {
  display: inline-block;
  width: 70px;
  margin: 10px;
  margin-top: 30px;
  border: 1px solid #ccc;
  height: 160px;
  border-style: dashed;
  vertical-align: top;
  text-align: center;
  padding-top: 50px;
  color: #3da45d;
  position: relative;
}
.depot-page .lane-detail .lane-diagram .lane-container .lane .anpr {
  position: absolute;
  background: #3da45d;
  top: -40px;
  width: 40px;
  height: 30px;
  left: 15px;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding-top: 7px;
}
.depot-page .lane-detail .lane-diagram .lane-container .lane .anpr .error-display {
  position: absolute;
  bottom: -8px;
  right: -10px;
  background: #EF1C2C;
  color: #fff;
  font-size: 10px;
  min-width: 18px;
  text-align: center;
  padding: 3px;
  padding-left: 2px;
  padding-top: 2px;
  border-radius: 10px;
  vertical-align: top;
  margin-top: -5px;
}
.depot-page .lane-detail .lane-diagram .lane-container .left-post,
.depot-page .lane-detail .lane-diagram .lane-container .right-post {
  display: inline-block;
  width: 90px;
  height: 200px;
  border: 1px solid #333;
  padding: 9px;
  vertical-align: top;
}
.depot-page .lane-detail .lane-diagram .lane-container .left-post .screen-container,
.depot-page .lane-detail .lane-diagram .lane-container .right-post .screen-container {
  min-height: 50px;
  margin-bottom: 30px;
}
.depot-page .lane-detail .lane-diagram .lane-container .left-post .screen,
.depot-page .lane-detail .lane-diagram .lane-container .right-post .screen {
  background: #3da45d;
  height: 40px;
  width: 50px;
  float: left;
  position: relative;
}
.depot-page .lane-detail .lane-diagram .lane-container .left-post .screen .scanner,
.depot-page .lane-detail .lane-diagram .lane-container .right-post .screen .scanner {
  position: absolute;
  bottom: -15px;
  width: 10px;
  height: 10px;
  background: #ccc;
  left: 20px;
}
.depot-page .lane-detail .lane-diagram .lane-container .left-post .screen .error-display,
.depot-page .lane-detail .lane-diagram .lane-container .right-post .screen .error-display {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #EF1C2C;
  color: #fff;
  font-size: 10px;
  min-width: 18px;
  text-align: center;
  padding: 3px;
  padding-left: 2px;
  padding-top: 2px;
  border-radius: 10px;
  vertical-align: top;
  margin-top: -5px;
}
.depot-page .lane-detail .lane-diagram .lane-container .left-post .intercom,
.depot-page .lane-detail .lane-diagram .lane-container .right-post .intercom {
  float: left;
  width: 15px;
  background: #3da45d;
  height: 30px;
  margin-left: 5px;
  margin-top: 5px;
  position: relative;
}
.depot-page .lane-detail .lane-diagram .lane-container .left-post .intercom .error-display,
.depot-page .lane-detail .lane-diagram .lane-container .right-post .intercom .error-display {
  position: absolute;
  top: -8px;
  right: -8px;
  background: #EF1C2C;
  color: #fff;
  font-size: 10px;
  min-width: 18px;
  text-align: center;
  padding: 3px;
  padding-left: 2px;
  padding-top: 2px;
  border-radius: 10px;
  vertical-align: top;
  margin-top: -5px;
}
.depot-page .lane-detail .lane-diagram .highlight {
  cursor: pointer;
}
.depot-page .lane-detail .lane-diagram .highlight:hover {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 4px #c4e9cf;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 4px #c4e9cf;
}
.depot-page .lane-detail .lane-diagram.exit-lane .lane {
  margin-top: 0px;
}
.depot-page .lane-detail .lane-diagram.exit-lane .lane .anpr {
  top: auto;
  bottom: -40px;
}
.depot-page .lane-detail .lane-diagram .selected {
  background: #c4e9cf !important;
}
.depot-page .lane-detail .plate-detail {
  font-size: 14px;
  border-bottom: 1px solid #ccc;
  padding: 10px 0 5px;
}
.depot-page .lane-detail .plate-detail div {
  width: 50%;
  display: inline-block;
}
.depot-page .lane-detail .ANPR-img {
  white-space: nowrap;
  text-align: left;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}
.depot-page .lane-detail .ANPR-img div {
  vertical-align: top;
  display: inline-block;
  font-size: 14px;
  padding-bottom: 5px;
  width: 50%;
}
.depot-page .lane-detail .ANPR-img img {
  width: 50%;
  display: inline-block;
}
.depot-page .barrier-container {
  margin-right: auto;
  margin-left: auto;
  width: 170px;
  padding: 10px;
  margin-top: 20px;
}
.depot-page .barrier-container:hover {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 4px #c4e9cf;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 4px #c4e9cf;
}
.depot-page .barrier-container .barrier {
  background: #3da45d;
  width: 150px;
  height: 8px;
  position: relative;
}
.depot-page .barrier-container .barrier .barrier-post {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #3da45d;
  right: 0px;
  top: -6px;
}
.depot-page .barrier-container .barrier .error-display {
  background: #EF1C2C;
  color: #fff;
  font-size: 10px;
  min-width: 18px;
  text-align: center;
  padding: 3px;
  padding-left: 2px;
  padding-top: 2px;
  border-radius: 10px;
  vertical-align: top;
  margin-top: -5px;
  position: absolute;
  top: -13px;
  right: -23px;
}
.depot-page .lane-icon-container {
  position: relative;
}
.depot-page .lane-icon-container .error-display {
  position: absolute;
  top: -3px;
  right: -23px;
  background: #EF1C2C;
  color: #fff;
  font-size: 10px;
  min-width: 18px;
  text-align: center;
  padding: 3px;
  padding-left: 2px;
  padding-top: 2px;
  border-radius: 10px;
  vertical-align: top;
  margin-top: -5px;
}
.depot-page .deviceError {
  color: #d9534f;
}
.depot-page input {
  border: 1px solid #ccc;
}
.depot-page .password-reveal {
  position: relative;
  border: 1px solid #ccc;
  padding-right: 40px;
  background: #fff;
}
.depot-page .password-reveal input {
  border: none;
}
.depot-page .password-reveal .password-reveal-icon {
  /* iOS Safari */
  /* Safari */
  /* Konqueror HTML */
  /* Firefox */
  /* Internet Explorer/Edge */
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
  font-size: 12px;
  position: absolute;
  right: 6px;
  top: 5px;
  cursor: pointer;
  color: #3da45d;
}
.depot-page .button-row {
  margin-left: 15px;
}
.config-page .error-display-mixin {
  background: #EF1C2C;
  color: #fff;
  font-size: 10px;
  min-width: 18px;
  text-align: center;
  padding: 3px;
  padding-left: 2px;
  padding-top: 2px;
  border-radius: 10px;
  vertical-align: top;
  margin-top: -5px;
}
.config-page .edit-map {
  width: 70%;
  border: 1px solid #ccc;
  padding: 1px;
  position: relative;
}
.config-page .edit-map img {
  max-width: 100%;
}
.config-page .edit-map .message {
  font-weight: 100;
  bottom: 0px;
  position: absolute;
  text-align: center;
  width: 100%;
  background: rgba(20, 20, 20, 0.8);
  color: #fff;
  padding: 5px;
  z-index: 1000;
}
.config-page .change-instructions {
  margin-bottom: 20px;
  font-size: smaller;
}
.config-page .panel {
  padding: 20px;
  margin-top: 15px;
}
.config-page .tab-pane {
  background: white;
  border: 1px solid #ccc;
  padding: 15px;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: -1px;
}
.config-page .nav-tabs {
  margin-top: 10px;
}
.config-page .nav-tabs > li.active > a,
.config-page .nav-tabs > li.active .nav-tabs > li.active > a:hover,
.config-page .nav-tabs > li.active .nav-tabs > li.active > a:focus {
  border: none;
}
.config-page .nav-tabs > li.active a {
  color: #004C83 !important;
}
.config-page .nav-tabs a {
  padding-bottom: 5px;
  color: #3da45d !important;
  font-size: 14px;
  font-weight: 600;
  border-radius: 0px;
}
.config-page .nav-tabs .error-display {
  display: inline-block;
  background: #EF1C2C;
  color: #fff;
  font-size: 10px;
  min-width: 18px;
  text-align: center;
  padding: 3px;
  padding-left: 2px;
  padding-top: 2px;
  border-radius: 10px;
  vertical-align: top;
  margin-top: -5px;
}
.config-page li {
  border-bottom: 3px solid transparent;
}
.config-page li a:hover {
  border-color: transparent;
}
.config-page li.active {
  border: 1px solid transparent;
  border-bottom: 3px solid #004C83;
}
.config-page ul {
  border: none;
}
.config-page .pin-code {
  position: relative;
}
.config-page .pin-code .show-text {
  color: #3da45d;
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: pointer;
  text-decoration: underline;
}
.config-page .pin-code .show-text:active {
  transform: translate(1px, 1px);
}
.config-page .pin-code.inError input {
  border: 1px solid #f00 !important;
}
.config-page .last-used {
  font-size: 12px;
  margin-bottom: 10px;
}
.config-page .duplicate-warning {
  color: #f00;
  font-size: 12px;
}
.config-page .lane-summary {
  width: 100%;
  border-top: 1px #ccc solid;
  padding: 15px;
}
.config-page .lane-summary .direction {
  margin-left: -15px;
}
.config-page .lane-detail {
  background: #eeeeee;
  border: 1px solid #ccc;
  padding: 10px;
}
.config-page .lane-detail .lane-id {
  margin-top: 10px;
  font-size: 20px;
  width: 60px;
  text-align: center;
}
.config-page .lane-detail .inputError {
  background-color: #fcdadd;
}
.config-page .lane-detail .component-detail {
  margin-top: 0px;
}
.config-page .lane-detail .component-detail input,
.config-page .lane-detail .component-detail img {
  width: 100%;
}
.config-page .lane-detail .component-detail .debugModeBox {
  width: auto;
}
.config-page .lane-detail .component-detail table {
  font-size: 14px;
  width: 100%;
}
.config-page .lane-detail .component-detail table input {
  padding: 3px;
}
.config-page .lane-detail .component-detail table tr {
  border-bottom: 1px solid #ccc;
}
.config-page .lane-detail .component-detail table td {
  width: 50%;
  padding-bottom: 5px;
  padding-top: 10px;
}
.config-page .lane-detail .lane-diagram {
  padding-bottom: 40px;
}
.config-page .lane-detail .lane-diagram .lane-container {
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 300px;
}
.config-page .lane-detail .lane-diagram .lane-container .lane {
  display: inline-block;
  width: 70px;
  margin: 10px;
  margin-top: 30px;
  border: 1px solid #ccc;
  height: 160px;
  border-style: dashed;
  vertical-align: top;
  text-align: center;
  padding-top: 50px;
  color: #3da45d;
  position: relative;
}
.config-page .lane-detail .lane-diagram .lane-container .lane .anpr {
  position: absolute;
  background: #3da45d;
  top: -40px;
  width: 40px;
  height: 30px;
  left: 15px;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding-top: 7px;
}
.config-page .lane-detail .lane-diagram .lane-container .lane .anpr .error-display {
  position: absolute;
  bottom: -8px;
  right: -10px;
  background: #EF1C2C;
  color: #fff;
  font-size: 10px;
  min-width: 18px;
  text-align: center;
  padding: 3px;
  padding-left: 2px;
  padding-top: 2px;
  border-radius: 10px;
  vertical-align: top;
  margin-top: -5px;
}
.config-page .lane-detail .lane-diagram .lane-container .left-post,
.config-page .lane-detail .lane-diagram .lane-container .right-post {
  display: inline-block;
  width: 90px;
  height: 200px;
  border: 1px solid #333;
  padding: 9px;
  vertical-align: top;
}
.config-page .lane-detail .lane-diagram .lane-container .left-post .screen-container,
.config-page .lane-detail .lane-diagram .lane-container .right-post .screen-container {
  min-height: 50px;
  margin-bottom: 30px;
}
.config-page .lane-detail .lane-diagram .lane-container .left-post .screen,
.config-page .lane-detail .lane-diagram .lane-container .right-post .screen {
  background: #3da45d;
  height: 40px;
  width: 50px;
  float: left;
  position: relative;
}
.config-page .lane-detail .lane-diagram .lane-container .left-post .screen .scanner,
.config-page .lane-detail .lane-diagram .lane-container .right-post .screen .scanner {
  position: absolute;
  bottom: -15px;
  width: 10px;
  height: 10px;
  background: #ccc;
  left: 20px;
}
.config-page .lane-detail .lane-diagram .lane-container .left-post .screen .error-display,
.config-page .lane-detail .lane-diagram .lane-container .right-post .screen .error-display {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #EF1C2C;
  color: #fff;
  font-size: 10px;
  min-width: 18px;
  text-align: center;
  padding: 3px;
  padding-left: 2px;
  padding-top: 2px;
  border-radius: 10px;
  vertical-align: top;
  margin-top: -5px;
}
.config-page .lane-detail .lane-diagram .lane-container .left-post .intercom,
.config-page .lane-detail .lane-diagram .lane-container .right-post .intercom {
  float: left;
  width: 15px;
  background: #3da45d;
  height: 30px;
  margin-left: 5px;
  margin-top: 5px;
  position: relative;
}
.config-page .lane-detail .lane-diagram .lane-container .left-post .intercom .error-display,
.config-page .lane-detail .lane-diagram .lane-container .right-post .intercom .error-display {
  position: absolute;
  top: -8px;
  right: -8px;
  background: #EF1C2C;
  color: #fff;
  font-size: 10px;
  min-width: 18px;
  text-align: center;
  padding: 3px;
  padding-left: 2px;
  padding-top: 2px;
  border-radius: 10px;
  vertical-align: top;
  margin-top: -5px;
}
.config-page .lane-detail .lane-diagram .highlight {
  cursor: pointer;
}
.config-page .lane-detail .lane-diagram .highlight:hover {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 4px #c4e9cf;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 4px #c4e9cf;
}
.config-page .lane-detail .lane-diagram.exit-lane .lane {
  margin-top: 0px;
}
.config-page .lane-detail .lane-diagram.exit-lane .lane .anpr {
  top: auto;
  bottom: -40px;
}
.config-page .lane-detail .lane-diagram .selected {
  background: #c4e9cf !important;
}
.config-page .lane-detail .plate-detail {
  font-size: 14px;
  border-bottom: 1px solid #ccc;
  padding: 10px 0 5px;
}
.config-page .lane-detail .plate-detail div {
  width: 50%;
  display: inline-block;
}
.config-page .lane-detail .ANPR-img {
  white-space: nowrap;
  text-align: left;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}
.config-page .lane-detail .ANPR-img div {
  vertical-align: top;
  display: inline-block;
  font-size: 14px;
  padding-bottom: 5px;
  width: 50%;
}
.config-page .lane-detail .ANPR-img img {
  width: 50%;
  display: inline-block;
}
.config-page .barrier-container {
  margin-right: auto;
  margin-left: auto;
  width: 170px;
  padding: 10px;
  margin-top: 20px;
}
.config-page .barrier-container:hover {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 4px #c4e9cf;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 4px #c4e9cf;
}
.config-page .barrier-container .barrier {
  background: #3da45d;
  width: 150px;
  height: 8px;
  position: relative;
}
.config-page .barrier-container .barrier .barrier-post {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #3da45d;
  right: 0px;
  top: -6px;
}
.config-page .barrier-container .barrier .error-display {
  background: #EF1C2C;
  color: #fff;
  font-size: 10px;
  min-width: 18px;
  text-align: center;
  padding: 3px;
  padding-left: 2px;
  padding-top: 2px;
  border-radius: 10px;
  vertical-align: top;
  margin-top: -5px;
  position: absolute;
  top: -13px;
  right: -23px;
}
.config-page .lane-icon-container {
  position: relative;
}
.config-page .lane-icon-container .error-display {
  position: absolute;
  top: -3px;
  right: -23px;
  background: #EF1C2C;
  color: #fff;
  font-size: 10px;
  min-width: 18px;
  text-align: center;
  padding: 3px;
  padding-left: 2px;
  padding-top: 2px;
  border-radius: 10px;
  vertical-align: top;
  margin-top: -5px;
}
.config-page .deviceError {
  color: #d9534f;
}
.config-page input {
  border: 1px solid #ccc;
}
.config-page .password-reveal {
  position: relative;
  border: 1px solid #ccc;
  padding-right: 40px;
  background: #fff;
}
.config-page .password-reveal input {
  border: none;
}
.config-page .password-reveal .password-reveal-icon {
  /* iOS Safari */
  /* Safari */
  /* Konqueror HTML */
  /* Firefox */
  /* Internet Explorer/Edge */
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
  font-size: 12px;
  position: absolute;
  right: 6px;
  top: 5px;
  cursor: pointer;
  color: #3da45d;
}
.config-page .button-row {
  margin-left: 15px;
}
.user-list {
  padding-bottom: 80px;
}
.user-list .col-sm-6,
.user-list .col-sm-4,
.user-list .col-sm-8,
.user-list .col-sm-10,
.user-list .col-sm-12 {
  padding: 0;
}
.user-list .page-content {
  margin-top: 10px;
  min-height: 100px;
}
.user-list .page-content .row.right-full-width {
  margin: 0;
  padding: 10px 0;
}
.user-list .page-content .row.right-full-width.altRow {
  background-color: #eeeeee;
}
.user-list .add-user-btn {
  text-align: left;
  vertical-align: top;
  margin-top: 10px;
}
.user-list .add-user-btn:hover > div {
  text-decoration: underline;
}
.user-list .add-user-btn .list-add-icon {
  display: inline-block;
  font-size: 19px;
  vertical-align: middle;
}
.user-list .add-user-btn .list-add-text {
  display: inline-block;
  vertical-align: middle;
  line-height: 42px;
  color: #00539f;
  margin-left: 10px;
}
.user-list .grid-element {
  padding-left: 5px;
}
.user-list .searchBar div {
  display: inline-block;
}
.user-list .searchBar .searchInputLine {
  margin-right: 10px;
}
.user-list .second-paging-line {
  margin-top: 10px;
}
.user-list .second-paging-line .returnCount {
  margin-top: 10px;
}
.user-list .sortBar {
  text-align: right;
}
.user-list .sortBar div {
  display: inline-block;
}
.user-list .sortBar .sortDropdwon .ddl_select_menu_input {
  font-style: normal;
  height: auto;
}
.user-list .top-select {
  margin-top: 45px;
}
.user-list .pageSelect div,
.user-list .pageSelect span {
  margin-right: 5px;
}
.user-list .pageSelect .pageGroup {
  margin-right: 0px;
}
.user-list .pageSelect .pageGroup div {
  display: inline-block;
}
.user-list .bottom-page-bar {
  margin-top: 5px;
}
.user-edit-content {
  padding-bottom: 80px;
}
.user-edit-content .edit-user-lbl {
  margin-bottom: 20px;
}
.user-edit-content .edit-user-lbl span {
  font-weight: 300;
}
.user-edit-content .col-sm-12,
.user-edit-content .col-sm-6,
.user-edit-content .col-sm-4,
.user-edit-content .col-sm-5 {
  padding: 0px;
}
.user-edit-content .breadcrumb {
  background-color: white;
  line-height: 38px;
  padding: 0;
}
.user-edit-content .breadcrumb .breadcrumb-link {
  line-height: 38px;
  vertical-align: middle;
}
.user-edit-content .breadcrumb .breadcrumb-arrow {
  font-size: 1em;
  line-height: 1em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.user-edit-content .breadcrumb .user-breadcrumb {
  display: inline-block;
  line-height: 38px;
  vertical-align: middle;
}
.user-edit-content .deleteUser {
  margin-bottom: 15px;
}
.user-edit-content .header-label {
  font-weight: bold;
  font-size: 18px;
  color: black;
}
.user-edit-content .edit-user-errormessage {
  padding-bottom: 5px;
}
.user-edit-content .edit-user-errormessage label {
  color: red;
}
.user-edit-content .enableUser {
  padding-bottom: 10px;
}
.user-edit-content .enableUser .header-label {
  padding-bottom: 10px;
}
.user-edit-content .enableUser .edit-text {
  padding-top: 8px;
}
.user-edit-content .add-user-btn {
  width: 100%;
  display: inline-block;
}
.user-edit-content .role {
  padding-top: 10px;
  width: 100%;
  display: inline-block;
}
.user-edit-content .role .title {
  color: black;
  padding: 5px 0;
  font-weight: bold;
}
.user-edit-content .role .description {
  padding: 0px 0;
}
.user-edit-content .role .selection {
  padding-top: 15px;
}
.user-edit-content .role .selection .selection-text {
  display: inline-block;
  padding-top: 6px;
}
.user-edit-content .role .depotSelection {
  padding-top: 15px;
}
.user-edit-content .role .depotSelection button {
  border-radius: 0;
  border: 1px solid #ccc;
  color: #666;
}
.user-edit-content .role .depotSelection button:focus {
  border-color: #009cda;
  box-shadow: 0px 0px 0px 4px rgba(0, 141, 200, 0.4);
}
.user-edit-content .button-row {
  display: inline-block;
  width: 100%;
}
.user-edit-content .button-row .btn {
  margin-right: 40px;
}
.proceed-messaging-page textarea {
  width: 100%;
  min-height: 300px;
  padding: 10px;
  color: #000;
}
.proceed-messaging-page .panel {
  padding: 20px;
  margin-top: 15px;
}
.proceed-messaging-page .tab-pane {
  background: white;
  border: 1px solid #ccc;
  padding: 15px;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: -1px;
}
.proceed-messaging-page .nav-tabs {
  margin-top: 10px;
}
.proceed-messaging-page .nav-tabs > li.active > a,
.proceed-messaging-page .nav-tabs > li.active .nav-tabs > li.active > a:hover,
.proceed-messaging-page .nav-tabs > li.active .nav-tabs > li.active > a:focus {
  border: none;
}
.proceed-messaging-page .nav-tabs > li.active a {
  color: #004C83 !important;
}
.proceed-messaging-page .nav-tabs a {
  padding-bottom: 5px;
  color: #3da45d !important;
  font-size: 14px;
  font-weight: 600;
  border-radius: 0px;
}
.proceed-messaging-page .nav-tabs .error-display {
  display: inline-block;
  background: #EF1C2C;
  color: #fff;
  font-size: 10px;
  min-width: 18px;
  text-align: center;
  padding: 3px;
  padding-left: 2px;
  padding-top: 2px;
  border-radius: 10px;
  vertical-align: top;
  margin-top: -5px;
}
.proceed-messaging-page li {
  border-bottom: 3px solid transparent;
}
.proceed-messaging-page li a:hover {
  border-color: transparent;
}
.proceed-messaging-page li.active {
  border: 1px solid transparent;
  border-bottom: 3px solid #004C83;
}
.proceed-messaging-page ul {
  border: none;
}
.proceed-messaging-page .nav-tabs > li.active > a {
  background: white ;
}
.proceed-messaging-page .tab-pane {
  border: none;
  border-top: 1px solid #ccc;
}
.proceed-messaging-page .button-row {
  margin-left: 15px;
}
.login-page,
.forgot-password,
.change-password-page {
  margin-top: 30px;
}
.login-page .page-content,
.forgot-password .page-content,
.change-password-page .page-content {
  margin-top: 10px;
}
.login-page .label-field,
.forgot-password .label-field,
.change-password-page .label-field {
  padding-bottom: 0px;
  margin-top: 20px;
}
.login-page .right-full-width,
.forgot-password .right-full-width,
.change-password-page .right-full-width {
  padding: 0PX;
}
.login-page .form-control,
.forgot-password .form-control,
.change-password-page .form-control {
  margin-bottom: 5px;
}
.report-page {
  margin-bottom: 120px;
}
.report-page .loading {
  text-align: center;
  padding: 20px;
}
.report-page label {
  display: block;
  margin-top: 15px;
}
.report-page .input-box {
  position: relative;
}
.report-page .input-box i {
  position: absolute;
  right: 12px;
  top: 14px;
  cursor: pointer;
}
.report-page .input-box input {
  cursor: pointer;
}
.report-page .bootstrap-select {
  max-width: 100% !important;
  width: 100% !important;
}
.report-page .bootstrap-select .btn-default {
  width: 100% !important;
  border: solid 1px #ccc;
}
.report-page table {
  width: 100%;
  margin-top: 30px;
}
.report-page table td,
.report-page table th {
  padding: 5px;
  border-bottom: 1px solid #ccc;
}
.report-page table tr:hover {
  background: #ddd;
  cursor: pointer;
}
.report-page table thead tr {
  background: #fff !important;
}
.report-page table th:after {
  bottom: 3px !important;
}
.report-page .dataTables_wrapper .dataTables_length {
  float: left;
  margin-bottom: 20px;
}
.report-page .dataTables_wrapper .dataTables_length select {
  height: 26px;
  width: 100px;
}
.report-page .dataTables_wrapper .dataTables_filter {
  float: right;
  margin-bottom: 20px;
}
.report-page .dataTables_wrapper .paginate_button {
  margin-left: 10px;
}
.report-page .dataTables_wrapper .paginate_button.current {
  font-weight: 600;
}
.report-page .estimate {
  margin-top: 10px;
  margin-left: 15px;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  color: #d9534f;
}
.report-page .estimate.ok {
  color: #5cb85c;
}
.report-page .button-row {
  margin-top: 40px;
}
.report-page .set-all {
  font-size: 14px;
  color: #3da45d;
}
.report-page .set-all div {
  margin-top: 5px;
  text-decoration: underline;
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
}
.report-page .set-all div:active {
  transform: translate(1px, 1px);
}
@-webkit-keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.report-page .loading-message {
  padding: 10px;
  text-align: center;
  -webkit-animation-name: blinker;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 1);
  -webkit-animation-duration: 1.7s;
}
.report-page .mega-zoom {
  width: 100%;
  position: absolute;
  height: 100%;
}
.report-page .modal .overlay {
  position: absolute;
  top: 5px;
  left: 0px;
  border: 1px solid black;
  width: 100%;
  display: inline-block;
  background-repeat: no-repeat;
}
.report-page .modal .modal-title {
  font-size: 25px;
}
.report-page .modal .modal-header {
  padding-top: 0px;
}
.report-page .modal .header-title-content {
  font-size: 25px;
}
.report-page .modal .large-image-container {
  width: 100%;
  background: #ccc;
  position: relative;
  margin-top: 5px;
}
.report-page .modal .large-image-container img {
  max-width: 100%;
}
.report-page .modal .large-image-container .overlay-large-image {
  top: 0px;
  position: absolute;
}
.report-page .modal .no-images {
  width: 100%;
  text-align: center;
  padding: 20px;
}
.report-page .modal .large-image-caption {
  width: 100%;
  background: #ddd;
  text-align: center;
}
.report-page .modal .gallery-image {
  width: 31%;
  margin-bottom: 5px;
  background: #fff;
  display: inline-block;
  border: 2px solid #fff;
  padding: 3px;
}
.report-page .modal .gallery-image img {
  max-width: 100%;
}
.report-page .modal .gallery-image.selected {
  border: 2px solid #f00;
}
.report-page .modal .header-title-label {
  font-size: 14px;
  margin-bottom: 5px;
}
.report-page .report-note {
  display: block;
  padding-top: 15px;
  padding: 10px;
  border: 1px solid #ccc;
  background: #eeeeee;
}
.report-page .report-note.report-error {
  border: 1px solid #d9534f !important;
}
.report-page .report-note.report-error .glyphicon {
  color: #d9534f;
  vertical-align: central;
}
.report-page .induction-table .btn.extra-padding {
  padding: 0px !important;
}
.report-page .induction-table .label-near-btn {
  display: inline-block;
  vertical-align: middle;
}
.report-page .induction-table .visits-column {
  text-align: center;
}
.ranges ul {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  width: 95%;
}
span.multiselect-native-select {
  position: relative;
}
span.multiselect-native-select select {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px -1px -1px -3px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  left: 50%;
  top: 30px;
}
.multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.multiselect-container .input-group {
  margin: 5px;
}
.multiselect-container > li {
  padding: 0;
}
.multiselect-container > li > a.multiselect-all label {
  font-weight: bold;
}
.multiselect-container > li.multiselect-group label {
  margin: 0;
  padding: 3px 20px 3px 20px;
  height: 100%;
  font-weight: bold;
}
.multiselect-container > li.multiselect-group-clickable label {
  cursor: pointer;
}
.multiselect-container > li > a {
  padding: 0;
}
.multiselect-container > li > a > label {
  margin: 0;
  height: 100%;
  cursor: pointer;
  font-weight: normal;
  padding: 3px 20px 3px 40px;
}
.multiselect-container > li > a > label.radio,
.multiselect-container > li > a > label.checkbox {
  margin: 0;
}
.multiselect-container > li > a > label > input[type="checkbox"] {
  margin-bottom: 5px;
}
.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.form-inline .multiselect-container label.checkbox,
.form-inline .multiselect-container label.radio {
  padding: 3px 20px 3px 40px;
}
.form-inline .multiselect-container li a label.checkbox input[type="checkbox"],
.form-inline .multiselect-container li a label.radio input[type="radio"] {
  margin-left: -20px;
  margin-right: 0;
}
.front-page .panel {
  background: #F6F6F6;
  padding: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #E9E9E9;
  margin-bottom: 100px;
}
.front-page .terminal-container .terminal-panel {
  background: #fff;
  padding: 10px;
  border: 1px solid #E9E9E9;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 10px;
}
.front-page .terminal-container .terminal-panel img {
  max-width: 100%;
}
.front-page .terminal-container .terminal-panel .terminal-name {
  font-weight: 600;
  margin-bottom: 10px;
}
.front-page .terminal-container .terminal-panel .ped-status-value,
.front-page .terminal-container .terminal-panel .printer-status-value {
  font-weight: 600;
}
.front-page .terminal-container .terminal-panel .device-status-dot-red {
  height: 15px;
  width: 15px;
  background-color: #F00;
  border-radius: 50%;
  display: inline-block;
}
.front-page .terminal-container .terminal-panel .device-status-dot-amber {
  height: 15px;
  width: 15px;
  background-color: #FF0;
  border-radius: 50%;
  display: inline-block;
}
.front-page .terminal-container .terminal-panel .device-status-dot-green {
  height: 15px;
  width: 15px;
  background-color: #ABFF00;
  border-radius: 50%;
  display: inline-block;
}
.front-page .terminal-container .terminal-panel .loading {
  text-align: center;
  padding-top: 80px;
  color: #ddd;
}
.front-page .terminal-container .terminal-panel .loaded-data .sub-title {
  font-size: 13px;
}
.front-page .terminal-container .terminal-panel .loaded-data .count {
  font-weight: 600;
  font-size: 18px;
}
.front-page .terminal-container .terminal-panel .loaded-data .graph-display {
  margin-top: 10px;
}
.front-page .terminal-container .terminal-panel .loaded-data .small-text-holder {
  font-size: 10px;
  margin-bottom: 10px;
}
.front-page .terminal-container .terminal-panel .loaded-data .small-text-holder .time-ago {
  float: left;
}
.front-page .terminal-container .terminal-panel .loaded-data .small-text-holder .now {
  float: right;
}
.front-page .terminal-container .terminal-panel .loaded-data .link-holder {
  font-size: 13px;
  width: 100%;
  display: inline-block;
  color: #008dc8;
}
.front-page .terminal-container .terminal-panel .loaded-data .link-holder:hover {
  color: #004C83;
  cursor: pointer;
}
.front-page .terminal-container .terminal-panel .loaded-data .link-holder div {
  float: left;
}
.front-page .terminal-container .terminal-panel .loaded-data .link-holder .link-text {
  line-height: 18px;
  margin-left: 10px;
  font-weight: 400;
}
.front-page .terminal-container .terminal-panel .loaded-data .link-holder .link-arrow {
  margin-left: 5px;
  margin-top: 0px;
  line-height: 16px;
  font-size: 18px;
  font-weight: 400;
}
.front-page .terminal-container .terminal-panel .loaded-data .link-holder .number-in-circle {
  font-size: 14px;
  line-height: 19px;
  border-radius: 20px;
  height: 20px;
  width: 20px;
  background-color: #999;
  color: #fff;
  text-align: center;
}
.front-page .terminal-container .terminal-panel .loaded-data .link-holder .error-count {
  background-color: #CC3333;
}
.front-page .terminal-container .terminal-panel .loaded-data .link-holder .ok-count {
  background-color: #11cc11;
  font-size: 10px;
}
.front-page .terminal-container .terminal-panel .loaded-data .link-holder .activity-count {
  background-color: #00539f;
}
.spark-tool {
  background: black;
  width: 20px;
  height: 15px;
  position: absolute;
  z-index: 2000;
  left: 0px;
  top: 0px;
}
.project-button.disabled {
  opacity: 0.4 !important;
  width: 10px;
}
.status-page {
  margin-bottom: 100px;
}
.status-page .selectable-depot {
  border: 1px solid #ccc;
  width: 100%;
  padding: 5px;
  margin-bottom: 10px;
}
.status-page .bootstrap-select {
  max-width: 100% !important;
  width: 100% !important;
}
.status-page .bootstrap-select .btn-default {
  border-radius: 0px !important;
  width: 100% !important;
  border: solid 1px #ccc;
}
.status-page .top-header {
  margin-top: -14px;
  margin-bottom: 6px;
}
.status-page .loading {
  margin-top: 100px;
  text-align: center;
}
.status-page .depot-name {
  font-style: italic;
}
.status-page .lane-container {
  border: 1px solid #00539f;
  margin-bottom: 15px;
}
.status-page .lane-container .header-row {
  width: 100%;
  background: #00539f;
  padding: 5px;
  color: #fff;
  cursor: pointer;
}
.status-page .lane-container .header-row .terminal-count {
  font-size: 12px;
}
.status-page .lane-container .header-row .expander {
  float: right;
  margin-right: 5px;
  transition-duration: 0.5s;
}
.status-page .lane-container .header-row .expander.expanded {
  transform: rotate(180deg);
  transition-duration: 0.5s;
}
.status-page .lane-container .header-row .title {
  float: left;
}
.status-page .lane-container .error-row {
  width: 100%;
  background: #CC3333;
}
.status-page .lane-container .error-row .error-row-error {
  color: #fff;
  padding: 5px;
  display: inline-block;
  border-right: 1px solid #fff;
  font-size: 10px;
}
.status-page .lane-container .body-row {
  margin-left: 15px;
  margin-right: 15px;
  max-height: 0;
  overflow: hidden;
  transition-duration: 0.5s;
  margin-top: 0px;
}
.status-page .lane-container .body-row.expanded {
  max-height: 1600px;
  overflow: none;
  transition-duration: 0.5s;
  margin-top: 10px;
}
.status-page .lane-container .body-row .permission-list {
  margin-top: 10px;
}
.status-page .lane-container .body-row .permission-list .permission-box {
  border: 1px solid #ccc;
  width: 100%;
  background: #eee;
  text-align: center;
  padding: 10px;
  margin-bottom: 15px;
}
.status-page .lane-container .body-row .lane-detail-container {
  padding: 5px;
  margin-bottom: 10px;
}
.status-page .lane-container .body-row .lane-detail-container img {
  max-width: 100%;
}
.status-page .lane-container .body-row .lane-detail-container .disabled {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #f00;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}
.status-page .lane-container .body-row .lane-detail-container .lane-detail-container-title {
  width: 100%;
  background: #444;
  color: #fff;
  text-align: center;
  font-size: 12px;
}
.status-page .lane-container .body-row .lane-detail-container .lane-detail-container-time {
  text-align: center;
  font-size: 12px;
}
.status-page .lane-container .body-row table {
  width: 100%;
}
.status-page .lane-container .body-row table thead {
  font-weight: bold;
}
.status-page .lane-container .body-row table tr {
  border-bottom: 1px solid #ccc;
}
.status-page .lane-container .body-row table tr td {
  padding: 5px;
}
.status-page .lane-container .body-row table .no-results {
  background: #fff;
  text-align: center;
  line-height: 40px;
}
.terminal-view-page {
  margin-bottom: 100px;
}
.terminal-view-page .selectable-depot {
  border: 1px solid #ccc;
  width: 100%;
  padding: 5px;
  margin-bottom: 10px;
}
.terminal-view-page .bootstrap-select {
  max-width: 100% !important;
  width: 100% !important;
}
.terminal-view-page .bootstrap-select .btn-default {
  border-radius: 0px !important;
  width: 100% !important;
  border: solid 1px #ccc;
}
.terminal-view-page .top-header {
  margin-top: -14px;
  margin-bottom: 6px;
}
.terminal-view-page .loading {
  margin-top: 100px;
  text-align: center;
}
.terminal-view-page .depot-name {
  font-style: italic;
}
.terminal-view-page .lane-container {
  border: 1px solid #00539f;
  margin-bottom: 15px;
}
.terminal-view-page .lane-container .header-row {
  width: 100%;
  background: #00539f;
  padding: 5px;
  color: #fff;
  cursor: pointer;
}
.terminal-view-page .lane-container .header-row .terminal-count {
  font-size: 12px;
}
.terminal-view-page .lane-container .header-row .expander {
  float: right;
  margin-right: 5px;
  transition-duration: 0.5s;
}
.terminal-view-page .lane-container .header-row .expander.expanded {
  transform: rotate(180deg);
  transition-duration: 0.5s;
}
.terminal-view-page .lane-container .header-row .title {
  float: left;
}
.terminal-view-page .lane-container .error-row {
  width: 100%;
  background: #CC3333;
}
.terminal-view-page .lane-container .error-row .error-row-error {
  color: #fff;
  padding: 5px;
  display: inline-block;
  border-right: 1px solid #fff;
  font-size: 10px;
}
.terminal-view-page .lane-container .body-row {
  margin-left: 15px;
  margin-right: 15px;
  max-height: 0;
  overflow: hidden;
  transition-duration: 0.5s;
  margin-top: 0px;
}
.terminal-view-page .lane-container .body-row.expanded {
  max-height: 1600px;
  overflow: none;
  transition-duration: 0.5s;
  margin-top: 10px;
}
.terminal-view-page .lane-container .body-row .permission-list {
  margin-top: 10px;
}
.terminal-view-page .lane-container .body-row .permission-list .permission-box {
  border: 1px solid #ccc;
  width: 100%;
  background: #eee;
  text-align: center;
  padding: 10px;
  margin-bottom: 15px;
}
.terminal-view-page .lane-container .body-row .lane-detail-container {
  padding: 5px;
  margin-bottom: 10px;
}
.terminal-view-page .lane-container .body-row .lane-detail-container img {
  max-width: 100%;
}
.terminal-view-page .lane-container .body-row .lane-detail-container .disabled {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #f00;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}
.terminal-view-page .lane-container .body-row .lane-detail-container .lane-detail-container-title {
  width: 100%;
  background: #444;
  color: #fff;
  text-align: center;
  font-size: 12px;
}
.terminal-view-page .lane-container .body-row .lane-detail-container .lane-detail-container-time {
  text-align: center;
  font-size: 12px;
}
.terminal-view-page .lane-container .body-row table {
  width: 100%;
}
.terminal-view-page .lane-container .body-row table thead {
  font-weight: bold;
}
.terminal-view-page .lane-container .body-row table tr {
  border-bottom: 1px solid #ccc;
}
.terminal-view-page .lane-container .body-row table tr td {
  padding: 5px;
}
.terminal-view-page .lane-container .body-row table .no-results {
  background: #fff;
  text-align: center;
  line-height: 40px;
}
.terminal-view-page .modal-footer {
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-top: 20px;
}
.terminal-view-page .modal {
  top: 0px;
}
.terminal-view-page .modal-header {
  margin-top: -20px;
}
.terminal-view-page .modal-header .modal-header-title {
  margin: 0px;
  padding: 0px;
  font-size: 20px;
}
.terminal-view-page .modal-header .close {
  position: absolute;
  top: -70px;
  right: -30px;
  background: #000;
  padding: 5px;
  border-radius: 50%;
  opacity: 1;
  color: #fff;
  font-size: 40px;
  width: 50px;
  height: 50px;
  line-height: 0;
  padding-top: 0px;
  padding-bottom: 6px;
  padding-left: 7px;
}
.terminal-view-page .tower {
  float: left;
  width: 100%;
  background: #aaa;
  margin-bottom: 4px;
}
.terminal-view-page .tower .terminal {
  margin: 10px;
  margin-bottom: 3px;
}
.terminal-view-page .tower .terminal .screen {
  cursor: pointer;
  position: relative;
}
.terminal-view-page .tower .terminal .screen.outline {
  border: 1px solid #fff;
}
.terminal-view-page .tower .terminal .screen img {
  width: 100%;
}
.terminal-view-page .tower .terminal .screen .overlay-img {
  position: absolute;
  top: 0px;
  left: 0px;
}
.terminal-view-page .tower .commentary {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  font-size: 10px;
}
.terminal-view-page .handing {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.terminal-view-page .zoom-screen {
  position: relative;
  border: 3px solid #888;
}
.terminal-view-page .zoom-screen img {
  width: 100%;
}
.terminal-view-page .zoom-screen .overlay-img {
  position: absolute;
  top: 0px;
  left: 0px;
}
.terminal-view-page .zoom-screen .restart {
  top: 40%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  width: 100%;
  padding: 10px;
  text-align: center;
}
.terminal-view-page .zoom-screen .restart .pause {
  font-size: 30px;
  margin-bottom: 20px;
}
.terminal-view-page .zoom-screen .restart .btn {
  width: 20%;
  display: inline-block;
}
.terminal-view-page .status-update {
  float: right;
  width: 250px;
  position: relative;
}
.terminal-view-page .status-update .refresh-dot {
  position: absolute;
  right: 0px;
  top: 4px;
  background: red;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  float: right;
}
.terminal-view-page .buffering {
  float: left;
  font-size: 1.3em;
  margin-top: 5px;
  color: #f00;
}
.terminal-view-page .modal-header-title {
  float: left;
}
@-webkit-keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.terminal-view-page .waitingForConnection {
  -webkit-animation-name: blinker;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 1);
  -webkit-animation-duration: 0.5s;
}
.content-page {
  margin-bottom: 100px;
  position: relative;
}
.content-page .content-item {
  border: 1px solid #ccc;
  padding: 10px;
  min-width: 150px;
  margin: 10px;
  float: left;
}
.content-page .content-item:hover {
  cursor: pointer;
  background: #ddd;
}
.content-page .destination-item {
  border: 1px solid #ccc;
  padding: 10px;
  min-width: 150px;
  margin-top: 10px;
  margin-left: 15px;
  margin-right: 15px;
}
.content-page .destination-item:hover {
  cursor: pointer;
  background: #ddd;
}
.content-page .is-induct {
  background: #ccf;
}
.content-page input[type=file]::-webkit-file-upload-button {
  -webkit-appearance: none;
  background: #fff;
  border: 1px #ccc solid;
  padding: 8px;
}
.content-page .form-group {
  margin-top: 10px;
}
.content-page .form-group .form-control:focus {
  box-shadow: none !important;
}
.note-editor .btn,
.popover-content .btn {
  min-width: auto;
  padding: 4px;
  padding-left: 16px;
  padding-right: 16px;
  border: 1px solid #ccc;
}
.ui-sortable-handle {
  cursor: move !important;
}
body {
  padding-top: 0px;
  padding-bottom: 0px;
  font-weight: 100;
}
/* Set padding to keep content from hitting the edges */
.body-content {
  padding-top: 20px;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
  white-space: normal;
}
/* Set width on the form input elements since they're 100% wide by default */
p {
  font-size: 16px;
}
a {
  font-weight: 100;
}
a:hover {
  cursor: pointer;
}
.to-upper {
  text-transform: uppercase;
}
.multiselect-container.dropdown-menu {
  overflow-y: auto;
  max-height: 200px;
}
.hidden {
  display: none;
}