/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url(/app/font/fontawesome-webfont.b06871.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 24px/1 FontAwesome;
  color: #367C2B;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-minus-circle:before {
  content: "\F056";
  font-size: 1.5em;
}
.fa-plus-circle:before {
  content: "\F055";
  font-size: 1.5em;
}
.fa-plus:before {
  content: "\F067";
  font-size: 1.5em;
}
.fa-history:before {
  content: "\F1DA";
  font-size: 1.5em;
}
.fa-bell:before {
  content: "\F0F3";
  font-size: 1.5em;
}
.fa-question-circle:before {
  content: "\F059";
  font-size: 1.5em;
}
.fa-exclamation-triangle {
  color: #faa614;
}
.fa-exclamation-triangle:before {
  content: "\F071";
  font-size: 1.5em;
}
/**
 * Angular JS slider directive
 *
 * (c) Rafal Zajac <rzajac@gmail.com>
 * (c) Valentin Hervieu <valentin@hervi.eu>
 * http://github.com/angular-slider/angularjs-slider
 *
 * Licensed under the MIT license
 */
.rzslider {
  display: inline-block;
  position: relative;
  height: 4px;
  width: 100%;
  margin: 35px 0 15px 0;
  vertical-align: middle;
  -webkit-user-select: none;
          user-select: none;
}
.rzslider.with-legend {
  margin-bottom: 40px;
}
.rzslider[disabled] {
  cursor: not-allowed;
}
.rzslider[disabled] .rz-pointer {
  cursor: not-allowed;
  background-color: #d8e0f3;
}
.rzslider[disabled] .rz-draggable {
  cursor: not-allowed;
}
.rzslider[disabled] .rz-selection {
  background: #8b91a2;
}
.rzslider[disabled] .rz-tick {
  cursor: not-allowed;
}
.rzslider[disabled] .rz-tick.rz-selected {
  background: #8b91a2;
}
.rzslider span {
  white-space: nowrap;
  position: absolute;
  display: inline-block;
}
.rzslider .rz-base {
  width: 100%;
  height: 100%;
  padding: 0;
}
.rzslider .rz-bar-wrapper {
  left: 0;
  box-sizing: border-box;
  margin-top: -16px;
  padding-top: 16px;
  width: 100%;
  height: 32px;
  z-index: 1;
}
.rzslider .rz-draggable {
  cursor: move;
}
.rzslider .rz-bar {
  left: 0;
  width: 100%;
  height: 4px;
  z-index: 1;
  background: #d8e0f3;
  border-radius: 2px;
}
.rzslider .rz-bar-wrapper.rz-transparent .rz-bar {
  background: transparent;
}
.rzslider .rz-bar-wrapper.rz-left-out-selection .rz-bar {
  background: #df002d;
}
.rzslider .rz-bar-wrapper.rz-right-out-selection .rz-bar {
  background: #03a688;
}
.rzslider .rz-selection {
  z-index: 2;
  background: #0db9f0;
  border-radius: 2px;
}
.rzslider .rz-restricted {
  z-index: 3;
  background: red;
  border-radius: 2px;
}
.rzslider .rz-pointer {
  cursor: pointer;
  width: 32px;
  height: 32px;
  top: -14px;
  background-color: #0db9f0;
  z-index: 3;
  border-radius: 16px;
}
.rzslider .rz-pointer:after {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  top: 12px;
  left: 12px;
  border-radius: 4px;
  background: #fff;
}
.rzslider .rz-pointer:hover:after {
  background-color: #fff;
}
.rzslider .rz-pointer.rz-active {
  z-index: 4;
}
.rzslider .rz-pointer.rz-active:after {
  background-color: #451aff;
}
.rzslider .rz-bubble {
  cursor: default;
  bottom: 16px;
  padding: 1px 3px;
  color: #55637d;
}
.rzslider .rz-bubble.rz-limit {
  color: #55637d;
}
.rzslider .rz-ticks {
  box-sizing: border-box;
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  top: -3px;
  margin: 0;
  z-index: 1;
  list-style: none;
}
.rzslider .rz-ticks-values-under .rz-tick-value {
  top: auto;
  bottom: -32px;
}
.rzslider .rz-tick {
  text-align: center;
  cursor: pointer;
  width: 10px;
  height: 10px;
  background: #d8e0f3;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 11px;
}
.rzslider .rz-tick.rz-selected {
  background: #0db9f0;
}
.rzslider .rz-tick-value {
  position: absolute;
  top: -30px;
  transform: translate(-50%, 0);
}
.rzslider .rz-tick-legend {
  position: absolute;
  top: 24px;
  transform: translate(-50%, 0);
  max-width: 50px;
  white-space: normal;
}
.rzslider.rz-vertical {
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 20px;
  padding: 0;
  vertical-align: baseline;
}
.rzslider.rz-vertical .rz-base {
  width: 100%;
  height: 100%;
  padding: 0;
}
.rzslider.rz-vertical .rz-bar-wrapper {
  top: auto;
  left: 0;
  margin: 0 0 0 -16px;
  padding: 0 0 0 16px;
  height: 100%;
  width: 32px;
}
.rzslider.rz-vertical .rz-bar {
  bottom: 0;
  left: auto;
  width: 4px;
  height: 100%;
}
.rzslider.rz-vertical .rz-pointer {
  left: -14px !important;
  top: auto;
  bottom: 0;
}
.rzslider.rz-vertical .rz-bubble {
  left: 16px !important;
  margin-left: 3px;
  bottom: 0;
}
.rzslider.rz-vertical .rz-ticks {
  height: 100%;
  width: 0;
  left: -3px;
  top: 0;
  z-index: 1;
}
.rzslider.rz-vertical .rz-tick {
  vertical-align: middle;
  margin-left: auto;
  margin-top: 11px;
}
.rzslider.rz-vertical .rz-tick-value {
  left: 24px;
  top: auto;
  transform: translate(0, -28%);
}
.rzslider.rz-vertical .rz-tick-legend {
  top: auto;
  right: 24px;
  transform: translate(0, -28%);
  max-width: none;
  white-space: nowrap;
}
.rzslider.rz-vertical .rz-ticks-values-under .rz-tick-value {
  bottom: auto;
  left: auto;
  right: 24px;
}
/*!
 * Bootstrap v3.4.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url(/app/font/glyphicons-halflings-regular.f4769f.eot);
  src: url(/app/font/glyphicons-halflings-regular.f4769f.eot?#iefix) format("embedded-opentype"), url(/app/font/glyphicons-halflings-regular.448c34.woff2) format("woff2"), url(/app/font/glyphicons-halflings-regular.fa2772.woff) format("woff"), url(/app/font/glyphicons-halflings-regular.e18bbf.ttf) format("truetype"), url(/app/image/glyphicons-halflings-regular.f0ea47.svg#glyphicons_halflingsregular) format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "*";
}
.glyphicon-plus:before {
  content: "+";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\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: "\A5";
}
.glyphicon-jpy:before {
  content: "\A5";
}
.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";
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #367C2B;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #1d4317;
  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: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #f1f1f1;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
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: 400;
  line-height: 1;
  color: #777777;
}
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: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #367C2B;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #26561e;
}
.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: #367C2B;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #26561e;
}
.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 #f1f1f1;
}
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-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: 700;
}
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;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #f1f1f1;
}
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.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014   \A0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #f1f1f1;
  border-left: 0;
}
.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: "\A0   \2014";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1160px;
  }
}
.container-fluid {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -10px;
  margin-left: -10px;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.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;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  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.42857143;
  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: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  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: #f7f7f7;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.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 {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > 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 {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type="search"] {
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dddddd;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #367C2B;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(54, 124, 43, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #f1f1f1;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 10px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-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: #454545;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #454545;
  background-color: #e9e9e9;
  border-color: #ccc;
  box-shadow: inset 0 13px 15px #ffffff;
}
.btn-default:focus,
.btn-default.focus {
  color: #454545;
  background-color: #d0d0d0;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #454545;
  background-color: #d0d0d0;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #454545;
  background-color: #d0d0d0;
  background-image: none;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #454545;
  background-color: #bebebe;
  border-color: #8c8c8c;
}
.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: #e9e9e9;
  border-color: #ccc;
}
.btn-default .badge {
  color: #e9e9e9;
  background-color: #454545;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #454545;
  background-color: #d0d0d0;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.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:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #DDDDDD;
  border: none;
  color: #AAAAAA;
}
.btn-default .badge {
  color: #e9e9e9;
  background-color: #454545;
}
.btn-default.btn-detail > .detail-value,
.btn-default.btn-detail > .detail-title {
  color: #454545;
}
.btn-primary {
  color: #454545;
  background-color: #FFD621;
  border-color: #ffd107;
  box-shadow: inset 0 13px 15px #ffdf54;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #454545;
  background-color: #edc100;
  border-color: #876e00;
}
.btn-primary:hover {
  color: #454545;
  background-color: #edc100;
  border-color: #c9a400;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #454545;
  background-color: #edc100;
  background-image: none;
  border-color: #c9a400;
}
.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: #454545;
  background-color: #c9a400;
  border-color: #876e00;
}
.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: #FFD621;
  border-color: #ffd107;
}
.btn-primary .badge {
  color: #FFD621;
  background-color: #454545;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #454545;
  background-color: #edc100;
  border-color: #c9a400;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.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:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #DDDDDD;
  border: none;
  color: #AAAAAA;
}
.btn-primary .badge {
  color: #FFD621;
  background-color: #454545;
}
.btn-primary.btn-detail > .detail-value,
.btn-primary.btn-detail > .detail-title {
  color: #454545;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
  box-shadow: inset 0 13px 15px #80c780;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}
.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: #398439;
  border-color: #255625;
}
.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-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.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:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #DDDDDD;
  border: none;
  color: #AAAAAA;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-success.btn-detail > .detail-value,
.btn-success.btn-detail > .detail-title {
  color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
  box-shadow: inset 0 13px 15px #85d0e7;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}
.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: #269abc;
  border-color: #1b6d85;
}
.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-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.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:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #DDDDDD;
  border: none;
  color: #AAAAAA;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-info.btn-detail > .detail-value,
.btn-info.btn-detail > .detail-title {
  color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
  box-shadow: inset 0 13px 15px #f4c37d;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}
.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: #d58512;
  border-color: #985f0d;
}
.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-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.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:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #DDDDDD;
  border: none;
  color: #AAAAAA;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-warning.btn-detail > .detail-value,
.btn-warning.btn-detail > .detail-title {
  color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
  box-shadow: inset 0 13px 15px #e27c79;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}
.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: #ac2925;
  border-color: #761c19;
}
.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-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.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:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #DDDDDD;
  border: none;
  color: #AAAAAA;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-danger.btn-detail > .detail-value,
.btn-danger.btn-detail > .detail-title {
  color: #fff;
}
.btn-link {
  font-weight: 400;
  color: #367C2B;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #1d4317;
  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: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #367C2B;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  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-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-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-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #f1f1f1;
  border: 1px solid #dddddd;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > 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: #f1f1f1;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #f1f1f1;
  border-color: #367C2B;
}
.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.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #f1f1f1 #f1f1f1 #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.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: 4px;
}
.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: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #367C2B;
}
.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 {
  margin-bottom: 5px;
  text-align: center;
}
.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: 4px;
}
.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: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 10px;
  padding-left: 10px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}
@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-brand {
  float: left;
  height: 50px;
  padding: 15px 10px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -10px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -10px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 10px;
  margin-right: -10px;
  margin-left: -10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -10px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
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: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\A0";
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #367C2B;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #1d4317;
  background-color: #f1f1f1;
  border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #367C2B;
  border-color: #367C2B;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager 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: #f1f1f1;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #367C2B;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #26561e;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #367C2B;
  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: #f1f1f1;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d8d8d8;
}
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #367C2B;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #367C2B;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #f1f1f1;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #367C2B;
  border-color: #367C2B;
}
.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: #a1db98;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
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: 4px;
  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-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-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: 3px;
  border-top-right-radius: 3px;
}
.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: 3px;
}
.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: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.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: 3px;
}
.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: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-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 {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #367C2B;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #367C2B;
  border-color: #367C2B;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #367C2B;
}
.panel-primary > .panel-heading .badge {
  color: #367C2B;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #367C2B;
}
.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;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #f1f1f1;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  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 {
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "\2039";
}
.carousel-control .icon-next:before {
  content: "\203A";
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.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,
.history-tracker:before,
.history-tracker:after,
.platter-row:before,
.platter-row:after {
  display: table;
  content: " ";
}
.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,
.history-tracker:after,
.platter-row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
.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;
  }
}
/* nvd3 version 1.8.6 (https://github.com/novus/nvd3) 2017-08-23 */
.nvd3 .nv-axis {
    pointer-events:none;
    opacity: 1;
}

.nvd3 .nv-axis path {
    fill: none;
    stroke: #000;
    stroke-opacity: .75;
    shape-rendering: crispEdges;
}

.nvd3 .nv-axis path.domain {
    stroke-opacity: .75;
}

.nvd3 .nv-axis.nv-x path.domain {
    stroke-opacity: 0;
}

.nvd3 .nv-axis line {
    fill: none;
    stroke: #e5e5e5;
    shape-rendering: crispEdges;
}

.nvd3 .nv-axis .zero line,
    /*this selector may not be necessary*/ .nvd3 .nv-axis line.zero {
    stroke-opacity: .75;
}

.nvd3 .nv-axis .nv-axisMaxMin text {
    font-weight: bold;
}

.nvd3 .x  .nv-axis .nv-axisMaxMin text,
.nvd3 .x2 .nv-axis .nv-axisMaxMin text,
.nvd3 .x3 .nv-axis .nv-axisMaxMin text {
    text-anchor: middle;
}

.nvd3 .nv-axis.nv-disabled {
    opacity: 0;
}

.nvd3 .nv-bars rect {
    fill-opacity: .75;

    transition: fill-opacity 250ms linear;
}

.nvd3 .nv-bars rect.hover {
    fill-opacity: 1;
}

.nvd3 .nv-bars .hover rect {
    fill: lightblue;
}

.nvd3 .nv-bars text {
    fill: rgba(0,0,0,0);
}

.nvd3 .nv-bars .hover text {
    fill: rgba(0,0,0,1);
}

.nvd3 .nv-multibar .nv-groups rect,
.nvd3 .nv-multibarHorizontal .nv-groups rect,
.nvd3 .nv-discretebar .nv-groups rect {
    stroke-opacity: 0;

    transition: fill-opacity 250ms linear;
}

.nvd3 .nv-multibar .nv-groups rect:hover,
.nvd3 .nv-multibarHorizontal .nv-groups rect:hover,
.nvd3 .nv-candlestickBar .nv-ticks rect:hover,
.nvd3 .nv-discretebar .nv-groups rect:hover {
    fill-opacity: 1;
}

.nvd3 .nv-discretebar .nv-groups text,
.nvd3 .nv-multibarHorizontal .nv-groups text {
    font-weight: bold;
    fill: rgba(0,0,0,1);
    stroke: rgba(0,0,0,0);
}

/* boxplot CSS */
.nvd3 .nv-boxplot circle {
  fill-opacity: 0.5;
}

.nvd3 .nv-boxplot circle:hover {
  fill-opacity: 1;
}

.nvd3 .nv-boxplot rect:hover {
  fill-opacity: 1;
}

.nvd3 line.nv-boxplot-median {
  stroke: black;
}

.nv-boxplot-tick:hover {
  stroke-width: 2.5px;
}
/* bullet */
.nvd3.nv-bullet { font: 10px sans-serif; }
.nvd3.nv-bullet .nv-measure { fill-opacity: .8; }
.nvd3.nv-bullet .nv-measure:hover { fill-opacity: 1; }
.nvd3.nv-bullet .nv-marker { stroke: #000; stroke-width: 2px; }
.nvd3.nv-bullet .nv-markerTriangle { stroke: #000; fill: #fff; stroke-width: 1.5px; }
.nvd3.nv-bullet .nv-markerLine { stroke: #000; stroke-width: 1.5px; }
.nvd3.nv-bullet .nv-tick line { stroke: #666; stroke-width: .5px; }
.nvd3.nv-bullet .nv-range.nv-s0 { fill: #eee; }
.nvd3.nv-bullet .nv-range.nv-s1 { fill: #ddd; }
.nvd3.nv-bullet .nv-range.nv-s2 { fill: #ccc; }
.nvd3.nv-bullet .nv-title { font-size: 14px; font-weight: bold; }
.nvd3.nv-bullet .nv-subtitle { fill: #999; }

.nvd3.nv-bullet .nv-range {
    fill: #bababa;
    fill-opacity: .4;
}

.nvd3.nv-bullet .nv-range:hover {
    fill-opacity: .7;
}

.nvd3.nv-candlestickBar .nv-ticks .nv-tick {
    stroke-width: 1px;
}

.nvd3.nv-candlestickBar .nv-ticks .nv-tick.hover {
    stroke-width: 2px;
}

.nvd3.nv-candlestickBar .nv-ticks .nv-tick.positive rect {
    stroke: #2ca02c;
    fill: #2ca02c;
}

.nvd3.nv-candlestickBar .nv-ticks .nv-tick.negative rect {
    stroke: #d62728;
    fill: #d62728;
}

.with-transitions .nv-candlestickBar .nv-ticks .nv-tick {
    transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
}

.nvd3.nv-candlestickBar .nv-ticks line {
    stroke: #333;
}

.nv-force-node {
    stroke: #fff;
    stroke-width: 1.5px;
}

.nv-force-link {
    stroke: #999;
    stroke-opacity: .6;
}

.nv-force-node text {
    stroke-width: 0px;
}

.nvd3 .nv-legend .nv-disabled rect {
    /*fill-opacity: 0;*/
}

.nvd3 .nv-check-box .nv-box {
    fill-opacity:0;
    stroke-width:2;
}

.nvd3 .nv-check-box .nv-check {
    fill-opacity:0;
    stroke-width:4;
}

.nvd3 .nv-series.nv-disabled .nv-check-box .nv-check {
    fill-opacity:0;
    stroke-opacity:0;
}

.nvd3 .nv-controlsWrap .nv-legend .nv-check-box .nv-check {
    opacity: 0;
}

/* line plus bar */
.nvd3.nv-linePlusBar .nv-bar rect {
    fill-opacity: .75;
}

.nvd3.nv-linePlusBar .nv-bar rect:hover {
    fill-opacity: 1;
}
.nvd3 .nv-groups path.nv-line {
    fill: none;
}

.nvd3 .nv-groups path.nv-area {
    stroke: none;
}

.nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
    fill-opacity: 0;
    stroke-opacity: 0;
}

.nvd3.nv-scatter.nv-single-point .nv-groups .nv-point {
    fill-opacity: .5 !important;
    stroke-opacity: .5 !important;
}


.with-transitions .nvd3 .nv-groups .nv-point {
    transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
}

.nvd3.nv-scatter .nv-groups .nv-point.hover,
.nvd3 .nv-groups .nv-point.hover {
    stroke-width: 7px;
    fill-opacity: .95 !important;
    stroke-opacity: .95 !important;
}


.nvd3 .nv-point-paths path {
    stroke: #aaa;
    stroke-opacity: 0;
    fill: #eee;
    fill-opacity: 0;
}


.nvd3 .nv-indexLine {
    cursor: ew-resize;
}

/********************
 * SVG CSS
 */

/********************
  Default CSS for an svg element nvd3 used
*/
svg.nvd3-svg {
    -webkit-user-select: none;
            user-select: none;
    display: block;
    width:100%;
    height:100%;
}

/********************
  Box shadow and border radius styling
*/
.nvtooltip.with-3d-shadow, .with-3d-shadow .nvtooltip {
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    border-radius: 5px;
}


.nvd3 text {
    font: normal 12px Arial, sans-serif;
}

.nvd3 .title {
    font: bold 14px Arial, sans-serif;
}

.nvd3 .nv-background {
    fill: white;
    fill-opacity: 0;
}

.nvd3.nv-noData {
    font-size: 18px;
    font-weight: bold;
}


/**********
*  Brush
*/

.nv-brush .extent {
    fill-opacity: .125;
    shape-rendering: crispEdges;
}

.nv-brush .resize path {
    fill: #eee;
    stroke: #666;
}


/**********
*  Legend
*/

.nvd3 .nv-legend .nv-series {
    cursor: pointer;
}

.nvd3 .nv-legend .nv-disabled circle {
    fill-opacity: 0;
}

/* focus */
.nvd3 .nv-brush .extent {
    fill-opacity: 0 !important;
}

.nvd3 .nv-brushBackground rect {
    stroke: #000;
    stroke-width: .4;
    fill: #fff;
    fill-opacity: .7;
}

/**********
*  Print
*/

@media print {
    .nvd3 text {
        stroke-width: 0;
        fill-opacity: 1;
    }
}

.nvd3.nv-ohlcBar .nv-ticks .nv-tick {
    stroke-width: 1px;
}

.nvd3.nv-ohlcBar .nv-ticks .nv-tick.hover {
    stroke-width: 2px;
}

.nvd3.nv-ohlcBar .nv-ticks .nv-tick.positive {
    stroke: #2ca02c;
}

.nvd3.nv-ohlcBar .nv-ticks .nv-tick.negative {
    stroke: #d62728;
}


.nvd3 .background path {
    fill: none;
    stroke: #EEE;
    stroke-opacity: .4;
    shape-rendering: crispEdges;
}

.nvd3 .foreground path {
    fill: none;
    stroke-opacity: .7;
}

.nvd3 .nv-parallelCoordinates-brush .extent {
    fill: #fff;
    fill-opacity: .6;
    stroke: gray;
    shape-rendering: crispEdges;
}

.nvd3 .nv-parallelCoordinates .hover  {
    fill-opacity: 1;
	stroke-width: 3px;
}


.nvd3 .missingValuesline line {
  fill: none;
  stroke: black;
  stroke-width: 1;
  stroke-opacity: 1;
  stroke-dasharray: 5, 5;
}

.nvd3.nv-pie path {
    stroke-opacity: 0;
    transition: fill-opacity 250ms linear, stroke-width 250ms linear, stroke-opacity 250ms linear;
}

.nvd3.nv-pie .nv-pie-title {
    font-size: 24px;
    fill: rgba(19, 196, 249, 0.59);
}

.nvd3.nv-pie .nv-slice text {
    stroke: #000;
    stroke-width: 0;
}

.nvd3.nv-pie path {
    stroke: #fff;
    stroke-width: 1px;
    stroke-opacity: 1;
}

.nvd3.nv-pie path {
    fill-opacity: .7;
}

.nvd3.nv-pie .hover path {
    fill-opacity: 1;
}

.nvd3.nv-pie .nv-label {
    pointer-events: none;
}

.nvd3.nv-pie .nv-label rect {
    fill-opacity: 0;
    stroke-opacity: 0;
}

/* scatter */
.nvd3 .nv-groups .nv-point.hover {
    stroke-width: 20px;
    stroke-opacity: .5;
}

.nvd3 .nv-scatter .nv-point.hover {
    fill-opacity: 1;
}

.nv-noninteractive {
    pointer-events: none;
}

.nv-distx, .nv-disty {
    pointer-events: none;
}

/* sparkline */
.nvd3.nv-sparkline path {
    fill: none;
}

.nvd3.nv-sparklineplus g.nv-hoverValue {
    pointer-events: none;
}

.nvd3.nv-sparklineplus .nv-hoverValue line {
    stroke: #333;
    stroke-width: 1.5px;
}

.nvd3.nv-sparklineplus,
.nvd3.nv-sparklineplus g {
    pointer-events: all;
}

.nvd3 .nv-hoverArea {
    fill-opacity: 0;
    stroke-opacity: 0;
}

.nvd3.nv-sparklineplus .nv-xValue,
.nvd3.nv-sparklineplus .nv-yValue {
    stroke-width: 0;
    font-size: .9em;
    font-weight: normal;
}

.nvd3.nv-sparklineplus .nv-yValue {
    stroke: #f66;
}

.nvd3.nv-sparklineplus .nv-maxValue {
    stroke: #2ca02c;
    fill: #2ca02c;
}

.nvd3.nv-sparklineplus .nv-minValue {
    stroke: #d62728;
    fill: #d62728;
}

.nvd3.nv-sparklineplus .nv-currentValue {
    font-weight: bold;
    font-size: 1.1em;
}
/* stacked area */
.nvd3.nv-stackedarea path.nv-area {
    fill-opacity: .7;
    stroke-opacity: 0;
    transition: fill-opacity 250ms linear, stroke-opacity 250ms linear;
}

.nvd3.nv-stackedarea path.nv-area.hover {
    fill-opacity: .9;
}


.nvd3.nv-stackedarea .nv-groups .nv-point {
    stroke-opacity: 0;
    fill-opacity: 0;
}

.nvtooltip {
    position: absolute;
    background-color: rgba(255,255,255,1.0);
    color: rgba(0,0,0,1.0);
    padding: 1px;
    border: 1px solid rgba(0,0,0,.2);
    z-index: 10000;
    display: block;

    font-family: Arial, sans-serif;
    font-size: 13px;
    text-align: left;
    pointer-events: none;

    white-space: nowrap;

    -webkit-user-select: none;

            user-select: none;
}

.nvtooltip {
    background: rgba(255,255,255, 0.8);
    border: 1px solid rgba(0,0,0,0.5);
    border-radius: 4px;
}

/*Give tooltips that old fade in transition by
    putting a "with-transitions" class on the container div.
*/
.nvtooltip.with-transitions, .with-transitions .nvtooltip {
    transition: opacity 50ms linear;

    transition-delay: 200ms;
}

.nvtooltip.x-nvtooltip,
.nvtooltip.y-nvtooltip {
    padding: 8px;
}

.nvtooltip h3 {
    margin: 0;
    padding: 4px 14px;
    line-height: 18px;
    font-weight: normal;
    background-color: rgba(247,247,247,0.75);
    color: rgba(0,0,0,1.0);
    text-align: center;

    border-bottom: 1px solid #ebebeb;

    border-radius: 5px 5px 0 0;
}

.nvtooltip p {
    margin: 0;
    padding: 5px 14px;
    text-align: center;
}

.nvtooltip span {
    display: inline-block;
    margin: 2px 0;
}

.nvtooltip table {
    margin: 6px;
    border-spacing:0;
}


.nvtooltip table td {
    padding: 2px 9px 2px 0;
    vertical-align: middle;
}

.nvtooltip table td.key {
    font-weight: normal;
}

.nvtooltip table td.key.total {
    font-weight: bold;
}

.nvtooltip table td.value {
    text-align: right;
    font-weight: bold;
}

.nvtooltip table td.percent {
    color: darkgray;
}

.nvtooltip table tr.highlight td {
    padding: 1px 9px 1px 0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-top-width: 1px;
}

.nvtooltip table td.legend-color-guide div {
    width: 8px;
    height: 8px;
    vertical-align: middle;
}

.nvtooltip table td.legend-color-guide div {
    width: 12px;
    height: 12px;
    border: 1px solid #999;
}

.nvtooltip .footer {
    padding: 3px;
    text-align: center;
}

.nvtooltip-pending-removal {
    pointer-events: none;
    display: none;
}


/****
Interactive Layer
*/
.nvd3 .nv-interactiveGuideLine {
    pointer-events:none;
}

.nvd3 line.nv-guideline {
    stroke: #ccc;
}

#application-footer {
  width: 100%;
  padding: 0;
  display: block;
  position: fixed;
  bottom: 0;
  z-index: 3;
  transition: transform 250ms ease-out;
}
#application-footer .fright {
  float: right !important;
}
#application-footer .fleft {
  float: left !important;
}
#application-footer .fcenter {
  float: left !important;
  position: relative;
  left: 30%;
}
#application-footer #footerBg {
  background: url(/app/image/footer_Bg.635454.jpg) top left repeat-x;
  width: 100%;
  height: 53px;
  margin: 0px;
}
#application-footer .wrapper {
  min-width: 1280px;
  width: 1280px;
  margin: 0px auto;
  padding: 0px;
}
#application-footer .footer {
  padding: 18px 0px 18px 0px;
  width: 100%;
  float: left;
  line-height: 18px;
  color: #ccc;
}
#application-footer .footer a {
  color: #f7f7f7;
  padding: 0px 4px;
}
#application-footer .footer a:hover {
  color: #ccc;
}
#application-footer .footer a span {
  color: #ccc;
}
#application-footer .copyright-year {
  margin-right: 16px;
}
#application-footer .copyright-text {
  margin-right: 17px;
}
#application-footer .scroll-to-top {
  background-image: url(/app/image/up-large-active.8b960d.png);
  background-repeat: no-repeat;
  border-radius: 25px;
  background-position: center;
  background-color: #fff;
  position: fixed;
  z-index: 10;
  right: 5px;
  bottom: 7px;
  width: 40px;
  height: 40px;
  display: block;
  transition: opacity 0.3s;
  cursor: pointer;
}
#application-footer .scroll-to-top:hover {
  opacity: 0.9;
}
#application-header {
  width: 100%;
  padding: 0;
  display: block;
  position: relative;
  top: 0;
  background: #FFFFFF;
  z-index: 1;
  transition: transform 250ms ease-out;
}
#application-header h1 {
  display: inline;
  position: relative;
  top: -10px;
}
#application-header .header-body {
  background: #FFFFFF;
  height: 80px;
  line-height: 80px;
  position: relative;
}
#application-header .logo {
  background-repeat: no-repeat;
  background-position: cener center;
  height: 40px;
  margin: 20px;
  position: absolute;
  right: 50px;
  top: 0;
  width: 200px;
}
@media (min-width: 430px) {
  #application-header .logo {
    background-image: url(/app/image/deere-logo.1d65bc.png);
  }
}
#application-header .user-info {
  color: #888888;
  position: absolute;
  top: 55px;
  line-height: 16px;
}
#application-header .user-info span {
  color: #454545;
}
#application-header .view-only-msg {
  color: #666666;
  font-style: italic;
}
#application-header .primary-brand-bar {
  background: #116121;
  background: linear-gradient(to right, #2f8a36 0%, #21772d 48%, #116121 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f8a36', endColorstr='#116121', GradientType=1);
  height: 15px;
}
#application-header .secondary-brand-bar {
  background: #eabc08;
  background: linear-gradient(to right, #eabc08 0%, #fcd901 48%, #eabc08 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eabc08', endColorstr='#eabc08', GradientType=1);
  height: 5px;
}
.cf #application-header h1 a {
  color: #333333;
}
@media (min-width: 430px) {
  .cf #application-header .logo {
    background-image: url(/app/image/deere-logo-cf.c1da74.png);
  }
}
.cf #application-header .primary-brand-bar {
  background: #fee25b;
  background: linear-gradient(to right, #fee25b 0%, #edae2d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fee25b', endColorstr='#edae2d', GradientType=1);
}
.cf #application-header .secondary-brand-bar {
  background: #000000;
}
body.mini #application-header {
  position: fixed;
  transform: translate(0, -100px);
}
.cf .form-control:focus {
  border-color: #555555;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(51, 51, 51, 0.6);
}
@media (min-width: 768px) {
  .text-left-xs {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .text-left-xs {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .text-left-xs {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .text-left-sm {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .text-left-sm {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .text-left-sm {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .text-left-md {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .text-left-md {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .text-left-lg {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .text-right-xs {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .text-right-xs {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .text-right-xs {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .text-right-sm {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .text-right-sm {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .text-right-sm {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .text-right-md {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .text-right-md {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .text-right-lg {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .text-center-xs {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .text-center-xs {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .text-center-xs {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .text-center-sm {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .text-center-sm {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .text-center-sm {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .text-center-md {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .text-center-md {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .text-center-lg {
    text-align: center;
  }
}
.small,
small {
  font-size: 1rem;
  line-height: 1.5;
}
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-size: 1.2rem;
  line-height: 1.5;
}
.pad-right {
  margin-right: 10px;
}
.pad-bottom {
  margin-bottom: 10px;
}
.pad-top {
  margin-top: 10px;
}
.pad-none {
  margin: 0;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  vertical-align: top;
  border-top: none;
}
.table > thead > tr > th.vertical-center,
.table > tbody > tr > th.vertical-center,
.table > tfoot > tr > th.vertical-center,
.table > thead > tr > td.vertical-center,
.table > tbody > tr > td.vertical-center,
.table > tfoot > tr > td.vertical-center {
  vertical-align: middle;
}
.table > thead > tr + tr,
.table > tbody > tr + tr,
.table > tfoot > tr + tr {
  border-top: 1px solid #ddd;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f7f7f7;
}
.table-striped-reverse > tbody > tr:nth-child(even) > td,
.table-striped-reverse > tbody > tr:nth-child(even) > th {
  background-color: #f7f7f7;
}
.manual-widths {
  table-layout: fixed;
}
.table-modern {
  border: none;
}
.table-modern .col-type-icon {
  width: 40px;
}
.table-modern .col-type-title {
  width: 200px;
}
.table-modern .col-type-input-small {
  width: 80px;
}
.table-modern .col-type-input-medium {
  width: 160px;
}
.table-modern .col-type-input-large {
  width: 200px;
}
.table-modern > tbody > tr:nth-of-type(odd) {
  background-color: #f7f7f7;
}
.table-modern > tbody > tr:nth-child(odd) > td,
.table-modern > tbody > tr:nth-child(odd) > th {
  background-color: #f7f7f7;
}
.table-modern.reverse-striped > tbody > tr:nth-child(odd) > td,
.table-modern.reverse-striped > tbody > tr:nth-child(odd) > th {
  background-color: transparent;
}
.table-modern.reverse-striped > tbody > tr:nth-child(even) > td,
.table-modern.reverse-striped > tbody > tr:nth-child(even) > th {
  background-color: #f7f7f7;
}
.table-modern.panel {
  background-color: #fff;
  border: 1px solid #eee;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}
.table-modern > thead > tr.total > td,
.table-modern > tbody > tr.total > td,
.table-modern > tfoot > tr.total > td {
  border-top: 3px solid green;
  font-weight: bold;
}
.table-modern > thead > tr + tr,
.table-modern > tbody > tr + tr,
.table-modern > tfoot > tr + tr {
  border-top: none;
}
.table-modern > thead > tr > td,
.table-modern > thead > tr > th,
.table-modern > tbody > tr > th,
.table-modern .column-heading {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: normal;
  color: #454545;
  border-top: none !important;
  vertical-align: bottom;
}
.table-modern > thead > tr > td.align-top,
.table-modern > thead > tr > th.align-top,
.table-modern > tbody > tr > th.align-top,
.table-modern .column-heading.align-top {
  vertical-align: top;
}
.table-modern tbody .column-heading {
  width: auto;
}
.table-modern > tbody td + td {
  border-left: 1px solid #dddddd;
}
.table-modern .table-heading {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: bold;
  font-family: "JDSans", Helvetica, Arial, sans-serif;
}
.table-modern .form-control {
  font-size: 1.2rem;
  line-height: 1.5;
  line-height: 1;
  padding: 0;
  text-align: center;
}
.table-modern > tbody > tr > td {
  vertical-align: middle;
}
.table-modern > tbody > tr > td input:not([type="radio"]):not([type="checkbox"]) {
  min-width: 3rem;
  height: 3rem;
  margin: 0 auto;
  padding: 2px;
}
.table-modern > tbody > tr > td input:not([type="radio"]):not([type="checkbox"]).digits-2 {
  max-width: 40px;
}
.table-modern > tbody > tr > td input:not([type="radio"]):not([type="checkbox"]).digits-3 {
  max-width: 50px;
}
.table-modern > tbody > tr > td input:not([type="radio"]):not([type="checkbox"]).digits-4 {
  max-width: 60px;
}
.table-modern > tbody > tr > td input[type="checkbox"] {
  height: inherit;
}
.table-modern > tbody > tr > td .input-group input:not([type="radio"]):not([type="checkbox"]) {
  height: 34px;
  padding: inherit;
}
.table-modern > tbody > tr > td.indent-level-2 {
  padding-left: 20px;
}
.table-modern > tbody > tr > td.indent-level-3 {
  padding-left: 40px;
}
.table-modern > tbody > tr > td.indent-level-4 {
  padding-left: 60px;
}
.table-modern > thead > tr.light th,
.table-modern > tbody > tr.light th,
.table-modern.reverse-striped > thead > tr.light th,
.table-modern.reverse-striped > tbody > tr.light th,
.table-modern > thead > tr.light td,
.table-modern > tbody > tr.light td,
.table-modern.reverse-striped > thead > tr.light td,
.table-modern.reverse-striped > tbody > tr.light td {
  background-color: transparent;
}
.table-modern > thead > tr.dark > th,
.table-modern > tbody > tr.dark > th,
.table-modern.reverse-striped > thead > tr.dark > th,
.table-modern.reverse-striped > tbody > tr.dark > th,
.table-modern > thead > tr.dark > td,
.table-modern > tbody > tr.dark > td,
.table-modern.reverse-striped > thead > tr.dark > td,
.table-modern.reverse-striped > tbody > tr.dark > td {
  background-color: #f7f7f7;
}
.cf .table-modern > thead > tr.total > td,
.cf .table-modern > tbody > tr.total > td,
.cf .table-modern > tfoot > tr.total > td {
  border-top-color: #000000;
}
.table-simple-list thead > tr > th {
  padding: 5px 15px;
  font-size: 1.4rem;
  color: #757575;
}
.table-simple-list tbody {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.table-simple-list tbody > .list-group,
.table-simple-list tbody > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.table-simple-list tbody > .list-group .list-group-item,
.table-simple-list tbody > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.table-simple-list tbody > .list-group:first-child .list-group-item:first-child,
.table-simple-list tbody > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.table-simple-list tbody > .list-group:last-child .list-group-item:last-child,
.table-simple-list tbody > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.table-simple-list tbody > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.table-simple-list tbody > .table,
.table-simple-list tbody > .table-responsive > .table,
.table-simple-list tbody > .panel-collapse > .table {
  margin-bottom: 0;
}
.table-simple-list tbody > .table caption,
.table-simple-list tbody > .table-responsive > .table caption,
.table-simple-list tbody > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.table-simple-list tbody > .table:first-child,
.table-simple-list tbody > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.table-simple-list tbody > .table:first-child > thead:first-child > tr:first-child,
.table-simple-list tbody > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.table-simple-list tbody > .table:first-child > tbody:first-child > tr:first-child,
.table-simple-list tbody > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.table-simple-list tbody > .table:first-child > thead:first-child > tr:first-child td:first-child,
.table-simple-list tbody > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.table-simple-list tbody > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.table-simple-list tbody > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.table-simple-list tbody > .table:first-child > thead:first-child > tr:first-child th:first-child,
.table-simple-list tbody > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.table-simple-list tbody > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.table-simple-list tbody > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.table-simple-list tbody > .table:first-child > thead:first-child > tr:first-child td:last-child,
.table-simple-list tbody > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.table-simple-list tbody > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.table-simple-list tbody > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.table-simple-list tbody > .table:first-child > thead:first-child > tr:first-child th:last-child,
.table-simple-list tbody > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.table-simple-list tbody > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.table-simple-list tbody > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.table-simple-list tbody > .table:last-child,
.table-simple-list tbody > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.table-simple-list tbody > .table:last-child > tbody:last-child > tr:last-child,
.table-simple-list tbody > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.table-simple-list tbody > .table:last-child > tfoot:last-child > tr:last-child,
.table-simple-list tbody > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.table-simple-list tbody > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.table-simple-list tbody > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.table-simple-list tbody > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.table-simple-list tbody > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.table-simple-list tbody > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.table-simple-list tbody > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.table-simple-list tbody > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.table-simple-list tbody > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.table-simple-list tbody > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.table-simple-list tbody > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.table-simple-list tbody > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.table-simple-list tbody > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.table-simple-list tbody > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.table-simple-list tbody > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.table-simple-list tbody > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.table-simple-list tbody > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.table-simple-list tbody > .panel-body + .table,
.table-simple-list tbody > .panel-body + .table-responsive,
.table-simple-list tbody > .table + .panel-body,
.table-simple-list tbody > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.table-simple-list tbody > .table > tbody:first-child > tr:first-child th,
.table-simple-list tbody > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.table-simple-list tbody > .table-bordered,
.table-simple-list tbody > .table-responsive > .table-bordered {
  border: 0;
}
.table-simple-list tbody > .table-bordered > thead > tr > th:first-child,
.table-simple-list tbody > .table-responsive > .table-bordered > thead > tr > th:first-child,
.table-simple-list tbody > .table-bordered > tbody > tr > th:first-child,
.table-simple-list tbody > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-simple-list tbody > .table-bordered > tfoot > tr > th:first-child,
.table-simple-list tbody > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-simple-list tbody > .table-bordered > thead > tr > td:first-child,
.table-simple-list tbody > .table-responsive > .table-bordered > thead > tr > td:first-child,
.table-simple-list tbody > .table-bordered > tbody > tr > td:first-child,
.table-simple-list tbody > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-simple-list tbody > .table-bordered > tfoot > tr > td:first-child,
.table-simple-list tbody > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.table-simple-list tbody > .table-bordered > thead > tr > th:last-child,
.table-simple-list tbody > .table-responsive > .table-bordered > thead > tr > th:last-child,
.table-simple-list tbody > .table-bordered > tbody > tr > th:last-child,
.table-simple-list tbody > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-simple-list tbody > .table-bordered > tfoot > tr > th:last-child,
.table-simple-list tbody > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-simple-list tbody > .table-bordered > thead > tr > td:last-child,
.table-simple-list tbody > .table-responsive > .table-bordered > thead > tr > td:last-child,
.table-simple-list tbody > .table-bordered > tbody > tr > td:last-child,
.table-simple-list tbody > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-simple-list tbody > .table-bordered > tfoot > tr > td:last-child,
.table-simple-list tbody > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.table-simple-list tbody > .table-bordered > thead > tr:first-child > td,
.table-simple-list tbody > .table-responsive > .table-bordered > thead > tr:first-child > td,
.table-simple-list tbody > .table-bordered > tbody > tr:first-child > td,
.table-simple-list tbody > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.table-simple-list tbody > .table-bordered > thead > tr:first-child > th,
.table-simple-list tbody > .table-responsive > .table-bordered > thead > tr:first-child > th,
.table-simple-list tbody > .table-bordered > tbody > tr:first-child > th,
.table-simple-list tbody > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.table-simple-list tbody > .table-bordered > tbody > tr:last-child > td,
.table-simple-list tbody > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-simple-list tbody > .table-bordered > tfoot > tr:last-child > td,
.table-simple-list tbody > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.table-simple-list tbody > .table-bordered > tbody > tr:last-child > th,
.table-simple-list tbody > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-simple-list tbody > .table-bordered > tfoot > tr:last-child > th,
.table-simple-list tbody > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.table-simple-list tbody > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.table-simple-list tbody > tr {
  border-top: 1px solid #dddddd;
}
.table-simple-list tbody > tr > td {
  padding: 5px 15px;
}
.table + .table-shadow-rows {
  margin-top: -20px;
}
.table-shadow-rows {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  background: white;
}
.ng-touched.ng-invalid .help-block,
.ng-touched.ng-invalid .control-label,
.ng-touched.ng-invalid .radio,
.ng-touched.ng-invalid .checkbox,
.ng-touched.ng-invalid .radio-inline,
.ng-touched.ng-invalid .checkbox-inline,
.ng-touched.ng-invalid.radio label,
.ng-touched.ng-invalid.checkbox label,
.ng-touched.ng-invalid.radio-inline label,
.ng-touched.ng-invalid.checkbox-inline label {
  color: #a94442;
}
.ng-touched.ng-invalid .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.ng-touched.ng-invalid .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.ng-touched.ng-invalid .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.ng-touched.ng-invalid .form-control-feedback {
  color: #a94442;
}
.ng-touched.ng-invalid .icon {
  fill: #a94442;
}
.radio,
.checkbox {
  margin: 5px 10px 0 10px;
}
h2 .btn {
  font-family: Helvetica, Arial sans-serif;
}
.btn {
  white-space: normal;
  font-size: 1.4rem;
  font-weight: bold;
  color: #454545;
  padding: 6px 18px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
}
.btn-default,
.btn-brand {
  border-color: #CCC;
  box-shadow: inset 0 13px 15px #F9F9F9;
}
.btn-default:hover,
.btn-brand:hover {
  background: #e9e9e9;
  border-color: #CCC;
  box-shadow: inset 0 13px 15px #FFFFFF;
}
.btn-primary {
  border-color: #FFD621;
  box-shadow: inset 0 13px 15px #fff137;
}
.btn-primary:hover {
  background: #ffd621;
  border-color: #FFD621;
  box-shadow: inset 0 13px 15px #ff0;
}
.btn-brand.btn-detail {
  height: 36px;
  margin-bottom: 4px;
  padding: 0 10px;
  vertical-align: top;
  text-align: left;
}
.btn-brand.btn-detail .detail-value {
  margin-right: 1px;
  line-height: 1;
  font-weight: bold;
  font-size: 3rem;
  color: #367C2B;
}
.btn-brand.btn-detail .detail-title {
  max-width: 7em;
  margin-top: -1em;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  line-height: 1rem;
  text-transform: capitalize;
  letter-spacing: 0.2px;
  font-size: 1.3rem;
  font-weight: normal;
  color: #367C2B;
}
.btn-brand.btn-detail + .btn-detail {
  margin-left: inherit;
}
.btn-view-only {
  color: #454545 !important;
}
.btn-view-only:hover {
  color: #454545 !important;
}
.cf .btn-brand.btn-detail .detail-value,
.cf .btn-brand.btn-detail .detail-title {
  color: #333333;
}
.btn-transparent {
  border: none;
  background: transparent;
}
.btn-transparent chevron-down-icon {
  margin-left: 5px;
}
.btn-group.open .dropdown-toggle.btn-transparent {
  box-shadow: none;
}
.btn.form-control {
  height: auto;
}
.btn.btn-small {
  padding: 3px 10px;
  font-size: 12px;
  height: auto;
}
.alert {
  padding: 5px 10px;
}
span.alert {
  display: inline-block;
}
.modal-content {
  border-radius: 10px;
  overflow: hidden;
  background: #f1f1f1;
}
.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-header {
  border-bottom: none;
  min-height: 59px;
  margin-bottom: 19px;
}
.modal-header .header-controls {
  position: absolute;
  right: 36px;
  padding-right: 20px;
  top: 16px;
}
.modal-header .header-controls > a {
  display: inline-block;
  margin-right: 15px;
}
.modal-header .header-controls .btn {
  margin-top: -5px;
}
.modal-header .close {
  position: absolute;
  right: 16px;
  top: 16px;
  margin-top: 0;
}
.modal-header .close:hover,
.modal-header .close:focus {
  position: absolute;
}
.modal-title {
  font-size: 2.2rem;
  line-height: 1.5;
}
.modal-title .status.warning {
  margin-left: 0;
}
.modal-body {
  padding: 0 59px 15px 59px;
}
.alt-modal .scrollable {
  height: 500px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.alt-modal .modal-header {
  background: #fff;
}
.alt-modal .modal-body {
  padding: 15px;
  background: #f1f1f1;
}
.alt-modal .modal-body .tabs {
  margin-bottom: 20px;
}
.alt-modal .modal-footer {
  border: none;
  background: none;
}
.modal-footer {
  text-align: left;
  background: #000000;
  color: white;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.modal-footer .footer-message {
  font-size: 2.2rem;
  line-height: 1.5;
}
.modal-footer .footer-controls {
  text-align: right;
}
.close-modal {
  border: none;
  background: none;
  padding: 0;
}
.default-modal .warning-icon {
  padding-bottom: 5px;
}
.tooltip.customClass .tooltip-inner {
  max-width: 450px;
  line-height: 1.05em;
  min-width: 230px;
}
.popover {
  max-width: 450px !important;
}
@media (min-width: 992px) {
  .modal-xxl {
    width: 1000px !important;
  }
  .modal-xxl .modal-content {
    overflow: visible !important;
  }
}
@media (min-width: 1199px) {
  .modal-xxl {
    width: 1050px !important;
  }
  .modal-xxl .modal-content {
    overflow: visible !important;
  }
}
.date-picker-container table:focus {
  outline: none;
}
.date-picker-container .dropdown-menu {
  padding: 13px 7px;
}
.date-picker-container .btn {
  width: 35px !important;
  margin: 1px;
  padding: 0 3px;
  border-radius: 0;
  box-shadow: none;
  border-color: #ededed;
  background: #e5e5e5;
  text-align: right;
}
.date-picker-container .btn > .text-info {
  color: #333333;
}
.date-picker-container .btn.active {
  background: white;
  border-color: #333333;
  color: #454545;
}
.date-picker-container .btn.disabled,
.date-picker-container .btn[disabled],
fieldset[disabled] .date-picker-container .btn {
  background: #fcfcfc;
}
.date-picker-container th {
  text-align: center;
}
.date-picker-container th > .btn {
  width: auto !important;
  margin-bottom: 9px;
  background: none;
  border: none;
}
.date-picker-container th > .btn > i:before {
  content: ' ';
}
.date-picker-container td.h6 {
  display: none;
}
html {
  font-size: 62.5%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
.warningStyle {
  height: 0px;
  margin: -20px -170px;
}
.warningIconStyle {
  color: #000;
  font-size: 14px;
}
.warningIconStyle.warningheight {
  height: 34px;
}
body {
  font-size: 1.2rem;
  margin: 0;
  padding: 0;
  background-color: #f1f1f1;
  line-height: 1.5;
  font-family: Helvetica, Arial sans-serif;
  color: #333333;
}
h1 {
  margin: 20px 0 10px 0;
  font-family: "JDSans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #454545;
  font-size: 3.4rem;
  line-height: 1.5;
  color: #367C2B;
}
h1 > a:hover,
h1 > a:active {
  text-decoration: none;
}
.cf h1 {
  color: #333333;
}
h2 {
  margin: 20px 0 10px 0;
  font-family: "JDSans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #454545;
  font-size: 2.6rem;
  line-height: 1.5;
}
h2 > a:hover,
h2 > a:active {
  text-decoration: none;
}
h3 {
  margin: 20px 0 10px 0;
  font-family: "JDSans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #454545;
  font-size: 2.2rem;
  line-height: 1.5;
}
h3 > a:hover,
h3 > a:active {
  text-decoration: none;
}
h4 {
  margin: 10px 0 5px 0;
  font-weight: normal;
  color: #454545;
  font-size: 1.8rem;
  line-height: 1.5;
}
h4 > a:hover,
h4 > a:active {
  text-decoration: none;
}
h5 {
  margin: 10px 0 5px 0;
  font-weight: normal;
  color: #454545;
  font-size: 1.6rem;
  line-height: 1.5;
}
h5 > a:hover,
h5 > a:active {
  text-decoration: none;
}
h6 {
  margin: 10px 0 5px 0;
  font-weight: normal;
  color: #454545;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #333333;
}
h6 > a:hover,
h6 > a:active {
  text-decoration: none;
}
p {
  margin: 10px 0 5px 0;
}
small {
  font-size: 1rem;
  line-height: 1.5;
}
textarea {
  max-width: 100%;
}
.no-decoration {
  text-decoration: none !important;
}
.default-cursor {
  cursor: context-menu !important;
}
.default-cursor:hover {
  color: #367C2B !important;
}
a {
  border: none;
  color: #367C2B;
  cursor: pointer;
  outline: none;
  text-decoration: none;
}
a:active,
a:hover {
  text-decoration: underline;
}
a.disabled {
  color: #aaaaaa;
  pointer-events: none;
  text-decoration: none;
}
.cf a {
  color: #333333;
  text-decoration: none;
}
.cf a:hover {
  text-decoration: underline;
}
select {
  max-width: 100%;
}
hr {
  margin-bottom: 10px;
  margin-top: 10px;
}
wbr:after {
  content: "\200B";
}
#application-header .header-body,
#application-header nav > ul,
main {
  margin-left: auto;
  margin-right: auto;
  padding: 0 50px;
}
@media (min-width: 992px) {
  #application-header .header-body,
  #application-header nav > ul,
  main {
    max-width: 1540px;
  }
}
@media (max-width: 991px) {
  #application-header .header-body,
  #application-header nav > ul,
  main {
    width: 768px;
  }
}
@media (max-width: 767px) {
  #application-header .header-body,
  #application-header nav > ul,
  main {
    width: 480px;
    min-width: 690px;
  }
}
main {
  margin-top: 15px;
  margin-bottom: 40px;
  z-index: 0;
  transition: margin-top 250ms ease-out;
}
main:before,
main:after {
  display: table;
  content: " ";
}
main:after {
  clear: both;
}
main:before,
main:after {
  display: table;
  content: " ";
}
main:after {
  clear: both;
}
.icon {
  display: inline-block;
  vertical-align: middle;
  fill: #aaaaaa;
}
.icon:hover {
  cursor: pointer;
  fill: #888888;
}
.icon.disabled {
  fill: #888888;
}
.icon.disabled:hover {
  cursor: pointer;
  fill: #dddddd;
}
.icon.mini {
  width: 16px;
  height: 16px;
}
.icon-group {
  display: inline-block;
}
.label-control-placeholder {
  display: block;
}
.border {
  border: 1px solid #dddddd;
}
.rounded {
  border-radius: 4px;
}
.developerSuperpowers {
  color: blue;
  font-size: 14px;
  font-weight: normal;
}
.developerSuperpowers :hover {
  cursor: pointer;
}
.no-border {
  border: 0;
  background-color: inherit;
}
.faded-text {
  color: #aaaaaa;
}
.moveable:hover {
  cursor: all-scroll;
}
.shaded-box {
  padding: 10px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #f1f1f1;
  border: 1px solid #dddddd;
}
.deflate-text {
  line-height: 1.3;
}
.brand-text {
  color: #367C2B;
}
.faded-text {
  color: #aaaaaa;
}
.ghost-text {
  visibility: hidden;
}
.ghost {
  visibility: hidden;
}
.char3 {
  width: 3em !important;
}
.char4 {
  width: 4em !important;
}
.char5 {
  width: 5em !important;
}
.char6 {
  width: 6em !important;
}
.char8 {
  width: 8em !important;
}
.shrink-wrap {
  margin: 0;
  padding: 0;
}
.gutter {
  padding: 10px;
}
.gutter-top {
  padding-top: 10px;
}
.gutter-right {
  padding-right: 10px;
}
.gutter-bottom {
  padding-bottom: 10px;
}
.gutter-left {
  padding-left: 10px;
}
.gutter-double {
  padding: 20px;
}
.gutter-top-double {
  padding-top: 20px;
}
.gutter-right-double {
  padding-right: 20px;
}
.gutter-bottom-double {
  padding-bottom: 20px;
}
.gutter-left-double {
  padding-left: 20px;
}
.padding {
  padding: 10px;
}
.padding-top {
  padding-top: 10px;
}
.padding-right {
  padding-right: 10px;
}
.padding-bottom {
  padding-bottom: 10px;
}
.padding-left {
  padding-left: 10px;
}
.padding-double {
  padding: 20px;
}
.padding-top-double {
  padding-top: 20px;
}
.padding-right-double {
  padding-right: 20px;
}
.padding-bottom-double {
  padding-bottom: 20px;
}
.padding-left-double {
  padding-left: 20px;
}
.padding-triple {
  padding: 30px;
}
.padding-top-triple {
  padding-top: 30px;
}
.padding-right-triple {
  padding-right: 30px;
}
.padding-bottom-triple {
  padding-bottom: 30px;
}
.padding-left-triple {
  padding-left: 30px;
}
.margin {
  margin: 10px;
}
.margin-top {
  margin-top: 10px;
}
.margin-right {
  margin-right: 10px;
}
.margin-bottom {
  margin-bottom: 10px;
}
.margin-left {
  margin-left: 10px;
}
.margin-double {
  margin: 20px;
}
.margin-top-double {
  margin-top: 20px;
}
.margin-right-double {
  margin-right: 20px;
}
.margin-bottom-double {
  margin-bottom: 20px;
}
.margin-left-double {
  margin-left: 20px;
}
.margin-triple {
  margin: 30px;
}
.margin-top-triple {
  margin-top: 30px;
}
.margin-right-triple {
  margin-right: 30px;
}
.margin-bottom-triple {
  margin-bottom: 30px;
}
.margin-left-triple {
  margin-left: 30px;
}
.hit-area {
  padding: 10px;
  display: inline-block;
}
.hit-area:hover {
  cursor: pointer;
}
ul.checkbox-group {
  margin: 0;
  padding: 6px 0;
  list-style: none;
}
ul.checkbox-group.shrink-wrap {
  margin: 0;
  padding: 0;
}
.horizontal.checkbox-group {
  display: inline;
}
.horizontal.checkbox-group li {
  padding-left: 20px;
  display: inline;
}
.price-gray {
  color: #999;
}
.price-list-item {
  font-size: 1.2rem;
  line-height: 1.5;
  display: block;
  font-weight: bold;
  color: #aaaaaa;
}
.price-list-item.total {
  font-size: 1.8rem;
  line-height: 1.5;
  color: #454545;
  text-decoration: none;
}
.price-list-item.total-sm {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #454545;
  text-decoration: none;
}
.resource-item {
  margin-bottom: 10px;
  padding-top: 10px;
}
.resource-item + .resource-item,
.resource-item.total {
  border-top: 2px solid #dddddd;
}
.resource-item .input-width-res {
  width: 100%;
}
.resource-item .input-width-shrink {
  width: 75%;
}
.resource-item .input-width-time {
  width: 50%;
}
.add-list-item {
  display: block;
}
job-tile {
  position: relative;
}
.interactive-list {
  margin: 10px 10px 10px 0;
  padding: 10px 10px 10px 0;
  position: relative;
}
.interactive-list .siblings-group-nub {
  content: '';
  width: 25px;
  border: 0px solid #367C2B;
  position: absolute;
  right: -25px;
}
.interactive-list.pricing-panel {
  margin-right: 0px;
  padding-right: 0px;
}
.interactive-list .interactive-item {
  padding: 10px;
  border: 1px solid #dddddd;
  border-radius: 2px;
  border-radius: 4px;
  margin-bottom: 8px;
  position: relative;
  background: #f1f1f1;
}
.interactive-list .interactive-item .title {
  padding-bottom: 10px;
  font-size: 1.8rem;
  line-height: 1.5;
  line-height: 1;
  display: inline-block;
}
.interactive-list .interactive-item .price {
  font-size: 1.8rem;
  line-height: 1.5;
}
.interactive-list .interactive-item .icon {
  margin-left: 10px;
}
.interactive-list .interactive-item.sub-item {
  background: #dddddd;
}
.interactive-list .interactive-item .checkbox-title {
  font-weight: normal;
}
.interactive-list .interactive-item .list-price {
  float: left;
  padding-top: 8px;
  width: 30%;
}
.interactive-list .interactive-item .list-price-input {
  float: right;
  width: 70%;
}
.interactive-list .interactive-item .per-acre-pricing {
  cursor: pointer;
  margin-top: 5px;
  padding-left: 5px;
}
.interactive-list .interactive-item .pricing-panel-dropdown select {
  float: left;
  width: 75%;
}
.interactive-list .interactive-item .pricing-panel-dropdown .jd-popover-panel-container .info-icon {
  margin-top: 6px;
}
.interactive-list .sibling-item:before {
  content: '';
  width: 25px;
  border: 0px solid #367C2B;
  position: absolute;
  right: -25px;
  border-top-width: 5px;
  top: 50%;
  margin-top: -2.5px;
}
.interactive-list .sibling-item:after {
  content: '';
  height: calc(100% + 10px);
  position: absolute;
  top: 0;
  right: -25px;
  border-right: 5px solid #367C2B;
  z-index: 0;
}
.interactive-list .sibling-item:first-of-type:after,
.interactive-list .sibling-item.force-first:after {
  content: '';
  height: calc(50% + 12.5px);
  top: 50%;
  bottom: auto;
}
.interactive-list .sibling-item:last-of-type:after,
.interactive-list .sibling-item.force-last:after {
  content: '';
  height: calc(50% + 12.5px);
  top: auto;
  bottom: 50%;
}
.interactive-list .sibling-orphan:before {
  content: '';
  width: 25px;
  border: 0px solid #367C2B;
  position: absolute;
  right: -25px;
  content: none;
  border-top-width: 5px;
  top: 50%;
  margin-top: -2.5px;
}
.interactive-list .sibling-orphan:after {
  content: '';
  height: calc(100% + 10px);
  position: absolute;
  top: 0;
  right: -25px;
  border-right: 5px solid #367C2B;
  z-index: 0;
}
.interactive-list .sibling-orphan:first-of-type:after {
  content: '';
  height: calc(50% + 12.5px);
  top: 50%;
  bottom: auto;
  border-color: #f1f1f1;
  z-index: 1;
}
.interactive-list .sibling-orphan:last-of-type:after {
  content: '';
  height: calc(50% + 12.5px);
  top: auto;
  bottom: 50%;
  border-color: #f1f1f1;
  z-index: 1;
}
.flip-vertical {
  transform: rotate(180deg);
}
[ui-view].ng-enter,
[ui-view].ng-leave {
  position: absolute;
  left: 0;
  right: 0;
}
[ui-view].ng-enter {
  transition: all 600ms ease-in-out;
  opacity: 0;
  transition-delay: 150ms;
}
@media (max-width: 992px) {
  [ui-view].ng-enter {
    transition-duration: 300ms;
  }
}
[ui-view].ng-enter-active {
  opacity: 1;
}
[ui-view].ng-leave {
  transition: all 600ms ease-in-out;
  opacity: 1;
}
@media (max-width: 992px) {
  [ui-view].ng-leave {
    transition-duration: 300ms;
  }
}
[ui-view].ng-leave-active {
  opacity: 0;
}
[ng-repeat].ng-move,
[ng-repeat].ng-enter,
[ng-repeat].ng-leave {
  opacity: 0;
  transition: all 500ms ease-in-out;
}
[ng-repeat].ng-leave.ng-leave-active,
[ng-repeat].ng-move,
[ng-repeat].ng-enter {
  opacity: 0;
  transform: translate3d(5px, 0, 0);
}
[ng-repeat].ng-leave,
[ng-repeat].ng-move.ng-move-active,
[ng-repeat].ng-enter.ng-enter-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.interactive-list [ng-repeat].ng-move,
.interactive-list [ng-repeat].ng-enter,
.interactive-list [ng-repeat].ng-leave {
  transition: none;
}
.list-status {
  list-style: none;
  padding: 0;
}
.inner .list-status {
  margin: -20px;
}
.status-item {
  padding: 10px 0 10px 20px;
  position: relative;
}
.status-item + .status-item {
  border-top: 1px solid #f1f1f1;
}
.status-item.header {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: bold;
}
.status-item .description {
  color: #aaaaaa;
  display: block;
}
.status-item .item-count {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: bold;
  padding-right: 5px;
}
.status-item:before {
  content: ' ';
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-left: 5px solid transparent;
}
.status-item.danger:before {
  border-color: #BD2E28;
}
.status-item.caution:before {
  border-color: #f9e977;
}
.status-item.active:before {
  border-color: #367C2B;
}
.cf .status-item.active:before {
  border-color: #333333;
}
.circle-container {
  padding: 7px;
  position: relative;
  top: 7px;
  border-radius: 50%;
  background: #367C2B;
}
.circle-container,
.circle-container:active,
.circle-container:focus,
.circle-container:hover {
  color: #FFFFFF;
}
.circle-container:hover {
  text-decoration: none;
}
.cf .circle-container {
  background: #454545;
}
.cf .circle-container,
.cf .circle-container:active,
.cf .circle-container:focus,
.cf .circle-container:hover {
  color: #FFFFFF;
}
.style-guide .partition {
  border-bottom: 5px dashed #aaaaaa;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.style-guide .partition:last-child {
  border: none;
}
.history-tracker {
  margin-right: -10px;
  margin-left: -10px;
  padding: 0;
  list-style: none;
}
.history-tracker li {
  float: left !important;
}
.history-tracker svg {
  margin: 0 10px;
}
times-icon.big svg {
  width: 50px;
  height: 50px;
}
check-icon svg.icon {
  fill: #367C2B;
}
.drawer .drawer-handle {
  padding: 10px 10px 0 10px;
  background: #dddddd;
  line-height: 38px;
}
.drawer .drawer-handle .title {
  font-size: 1.8rem;
  line-height: 1.5;
  line-height: 38px;
  font-weight: bold;
}
.drawer .drawer-handle .secondary-title {
  color: #aaaaaa;
  margin-right: 5px;
  line-height: 38px;
}
.drawer .drawer-handle .fine-print {
  font-size: 85%;
  font-size: 1rem;
  line-height: 1.5;
  color: #aaaaaa;
  display: inline-block;
  line-height: 1;
}
.drawer .drawer-handle select.form-control {
  margin-top: 3px;
}
.filter {
  color: #888888;
  height: 350px;
}
.plan-title-size {
  font-size: 16px;
}
.service-select-item {
  padding: 20px;
  min-height: 150px;
  position: relative;
  border-top: 1px solid #dddddd;
}
.service-select-item > .service-select-item {
  margin-top: 20px;
  padding-right: 0;
  padding-left: 0;
}
.service-select-item > .service-select-item .type {
  left: 100px;
}
.service-select-item > .service-select-item .title {
  padding-left: 110px;
}
.service-select-item > .service-select-item + .service-select-item {
  margin-top: 0;
}
.service-select-item .type {
  color: #aaaaaa;
  position: absolute;
  top: -10px;
  left: 0px;
  transform-origin: 0 0;
  transform: rotate(90deg);
  line-height: 1;
}
.service-select-item .item-type {
  color: #aaaaaa;
  max-width: 150px;
  position: absolute;
  top: -10px;
  left: 0px;
  transform-origin: 0 0;
  transform: rotate(90deg);
  line-height: 1;
}
.service-select-item .title {
  font-size: 2.2rem;
  line-height: 1.5;
  line-height: 1;
  display: inline-block;
}
.service-select-item .tile-vertical-align {
  vertical-align: middle;
}
.service-select-item .item-title {
  font-size: 1.8rem;
  line-height: 1.5;
  line-height: 1.1;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.service-select-item .pricing-group .agreed-price {
  color: #aaaaaa;
  font-size: 1.8rem;
  line-height: 1.5;
  line-height: 1;
  font-weight: bold;
}
.service-select-item .status-group {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .service-select-item .status-group {
    margin-bottom: 0;
  }
}
.service-select-item .status-group check-icon svg {
  fill: #367C2B;
  width: 19px;
  height: 15px;
  margin-right: 5px;
}
.service-select-item .title-inline-block {
  display: inline-block;
}
.MIXIN_full-width .base-full-width-styles.form-inline .form-control {
  width: 100%;
}
.MIXIN_full-width .base-full-width-styles.btn-group > .btn {
  width: 100%;
  margin-bottom: 10px;
  float: none;
}
.MIXIN_full-width .base-full-width-styles.btn-group > .btn:first-child {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.MIXIN_full-width .base-full-width-styles.btn-group > .btn:last-child {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
@media (max-width: 767px) {
  .MIXIN_full-width .full-width-xs.form-inline .form-control {
    width: 100%;
  }
  .MIXIN_full-width .full-width-xs.btn-group > .btn {
    width: 100%;
    margin-bottom: 10px;
    float: none;
  }
  .MIXIN_full-width .full-width-xs.btn-group > .btn:first-child {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
  }
  .MIXIN_full-width .full-width-xs.btn-group > .btn:last-child {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
  }
}
@media (max-width: 991px) {
  .MIXIN_full-width .full-width-sm.form-inline .form-control {
    width: 100%;
  }
  .MIXIN_full-width .full-width-sm.btn-group > .btn {
    width: 100%;
    margin-bottom: 10px;
    float: none;
  }
  .MIXIN_full-width .full-width-sm.btn-group > .btn:first-child {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
  }
  .MIXIN_full-width .full-width-sm.btn-group > .btn:last-child {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
  }
}
@media (max-width: 1199px) {
  .MIXIN_full-width .full-width-md.form-inline .form-control {
    width: 100%;
  }
  .MIXIN_full-width .full-width-md.btn-group > .btn {
    width: 100%;
    margin-bottom: 10px;
    float: none;
  }
  .MIXIN_full-width .full-width-md.btn-group > .btn:first-child {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
  }
  .MIXIN_full-width .full-width-md.btn-group > .btn:last-child {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
  }
}
.base-full-width-styles.form-inline .form-control {
  width: 100%;
}
.base-full-width-styles.btn-group > .btn {
  width: 100%;
  margin-bottom: 10px;
  float: none;
}
.base-full-width-styles.btn-group > .btn:first-child {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.base-full-width-styles.btn-group > .btn:last-child {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
@media (max-width: 767px) {
  .full-width-xs.form-inline .form-control {
    width: 100%;
  }
  .full-width-xs.btn-group > .btn {
    width: 100%;
    margin-bottom: 10px;
    float: none;
  }
  .full-width-xs.btn-group > .btn:first-child {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
  }
  .full-width-xs.btn-group > .btn:last-child {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
  }
}
@media (max-width: 991px) {
  .full-width-sm.form-inline .form-control {
    width: 100%;
  }
  .full-width-sm.btn-group > .btn {
    width: 100%;
    margin-bottom: 10px;
    float: none;
  }
  .full-width-sm.btn-group > .btn:first-child {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
  }
  .full-width-sm.btn-group > .btn:last-child {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
  }
}
@media (max-width: 1199px) {
  .full-width-md.form-inline .form-control {
    width: 100%;
  }
  .full-width-md.btn-group > .btn {
    width: 100%;
    margin-bottom: 10px;
    float: none;
  }
  .full-width-md.btn-group > .btn:first-child {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
  }
  .full-width-md.btn-group > .btn:last-child {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
  }
}
.alert {
  margin: 20px 25px 0px 25px;
  padding: 20px 20px 20px 70px;
  border-width: 1px;
  border-style: solid;
  position: relative;
  color: #454545;
}
.alert > p {
  margin: 0;
  padding: 0;
}
.alert > p > strong {
  font-size: 14px;
  display: block;
}
.alert > p.detailed > strong {
  font-weight: normal;
}
.alert > .status-icon {
  margin-top: -15px;
  display: inline-block;
  top: 50%;
  left: 20px;
  position: absolute;
  background: none;
}
.alert.success {
  background-color: #EBF2EB;
  border-color: #B9CEB5;
}
.alert.success > .status-icon {
  margin-top: -10px;
}
.alert.caution {
  background-color: #FFFFCC;
  border-color: #F9E677;
}
.alert.error {
  background-color: #FFEEEE;
  border-color: #EBB5B5;
}
.alert.error > .status-icon .icon-exclamation {
  fill: #fff !important;
}
.alert.error > .status-icon .icon-triangle {
  fill: #A50000;
}
.alert.info {
  background-color: #FAFAFA;
  border-color: #C1D9E8;
}
.alert.info > .status-icon {
  position: absolute;
  margin-top: -10px;
}
.alert.info > .status-icon .icon {
  fill: #53A0D3;
}
.explorer-tree svg {
  transition: all 350ms ease-out;
}
.explorer-tree ul {
  margin: 0;
  padding: 0;
}
.explorer-tree ul li {
  font-size: 1.2rem;
  line-height: 1.5;
  min-height: 55px;
  list-style: none;
  position: relative;
  border-top: 1px solid #dddddd;
  background: #FFFFFF;
  cursor: pointer;
}
.explorer-tree ul li > ul {
  display: none;
}
.explorer-tree ul li.active {
  display: block;
}
.explorer-tree ul li.active chevron-right-icon svg {
  transform: rotate(90deg);
}
.explorer-tree .title {
  height: 55px;
  margin-left: 25px;
  padding-left: 20px;
  display: block;
  line-height: 55px;
}
.explorer-tree .title-add-equipment {
  height: 20px;
  margin-left: 25px;
  padding-left: 20px;
  display: block;
  line-height: 20px;
  padding-right: 170px;
  padding-bottom: 10px;
  padding-top: 15px;
}
.explorer-tree .title-conf-equipment {
  height: 10px;
  margin-left: 25px;
  padding-left: 20px;
  display: block;
  line-height: 10px;
  padding-right: 30px;
  padding-bottom: 10px;
  padding-top: 15px;
}
.explorer-tree .actions {
  margin-top: -38px;
  position: absolute;
  right: 0;
  top: 50%;
  padding: 20px;
}
.explorer-tree chevron-right-icon {
  margin-right: 10px;
  margin-left: -25px;
}
.explorer-tree .branch {
  margin-left: 25px;
}
.left-panel-widgets widget {
  cursor: pointer;
}
.left-panel-widgets widget h3 {
  margin-top: 0;
  color: #367c2b;
}
.left-panel-widgets widget ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.left-panel-widgets widget ul li {
  margin-bottom: 10px;
}
.action-btn.dropdown-menu {
  left: -133px;
}
.tasks-type-ahead > ul.dropdown-menu {
  overflow: auto;
  max-height: 225px;
  position: initial;
  max-width: 420px;
}
widget.reset-overflow section .panel {
  overflow: visible;
  padding: 5px;
}
.info-popup {
  margin-top: 0px;
  width: 200px;
}
.flex-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.flex-row > div {
  padding: 10px;
}
.input-group-addon.addon-color-white {
  background-color: white !important;
}
.pointer-cursor {
  cursor: pointer !important;
}
.left-spacing {
  left: -150px !important;
}
.file-name-deflate {
  line-height: 30px;
  width: 100%;
  overflow: hidden;
}
.left-panel-widget-margin {
  margin: -10px;
}
.left-panel-elements-right {
  float: right;
  margin-top: 8px;
}
.show-less-float-right {
  float: right;
}
.widget-title-inline {
  display: inline-block;
}
.plan-margin-bottom {
  border-bottom: 1px solid #dddddd;
}
.equipment-margin-bottom {
  border-bottom: 2px solid #dddddd;
}
.filter-dropdown {
  min-width: 210px;
  overflow: hidden;
}
.filter-dropdown li {
  padding: 5px;
  margin-left: 5px;
}
.filter-dropdown-left-spacing {
  left: -120px !important;
}
.filter-dropdown-label {
  width: 100% !important;
}
.accordion-title {
  flex: 1 1 75%;
}
.accordion-status {
  flex: 0 0 230px;
}
.accordion-status .status-label {
  font-size: 1.2rem;
  line-height: 1.5;
  line-height: 14px;
  font-weight: normal;
}
.accordion-status .status-data {
  font-size: 1.6rem;
  line-height: 1.5;
  line-height: 14px;
  font-weight: bold;
}
.add-top-pad {
  padding-top: 4px;
}
.latest-activity {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: bold;
}
.size-m {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5;
}
.size-xl {
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 1.5;
}
.title-truncate {
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumb-name {
  font-size: 1.2rem;
  line-height: 1.5rem;
}
.breadcrumb-type {
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.5rem;
}
.price-version-header-text {
  font-size: 1.2rem;
  line-height: 1.5;
}
.text-changed-green {
  background-color: #D1E0CC;
}
.text-changed-red {
  background-color: #ffcccc;
}
.text-changed-plain {
  background-color: #ffffff;
}
.centered-input {
  text-align: center;
}
.bread-crumb-container {
  padding-left: 15px;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .bread-crumb-container {
    max-width: 1540px;
  }
}
@media (max-width: 991px) {
  .bread-crumb-container {
    width: 768px;
  }
}
@media (max-width: 767px) {
  .bread-crumb-container {
    width: 480px;
    min-width: 690px;
  }
}
.bread-crumb-container .bread-crumb-list {
  list-style-type: none;
  margin: 0;
  display: inline-block;
}
.bread-crumb-container .bread-crumb-list li {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.editable-field-content {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 34px);
  display: inline-block;
}
.editable-field-content + pencil-icon {
  display: inline-block;
  position: relative;
  top: -15px;
}
/*!
 * ui-grid - v4.6.6 - 2019-02-05
 * Copyright (c) 2015 ; License: MIT 
 */
#ui-grid-twbs #ui-grid-twbs .form-horizontal .form-group:before,
#ui-grid-twbs #ui-grid-twbs .form-horizontal .form-group:after,
#ui-grid-twbs #ui-grid-twbs .btn-toolbar:before,
#ui-grid-twbs #ui-grid-twbs .btn-toolbar:after,
#ui-grid-twbs #ui-grid-twbs .btn-group-vertical > .btn-group:before,
#ui-grid-twbs #ui-grid-twbs .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
#ui-grid-twbs #ui-grid-twbs .form-horizontal .form-group:after,
#ui-grid-twbs #ui-grid-twbs .btn-toolbar:after,
#ui-grid-twbs #ui-grid-twbs .btn-group-vertical > .btn-group:after {
  clear: both;
}
.ui-grid {
  border: 1px solid #d4d4d4;
  box-sizing: content-box;
  border-radius: 0;
  transform: translateZ(0);
}
.ui-grid-vertical-bar {
  position: absolute;
  right: 0;
  width: 0;
}
.ui-grid-header-cell:not(:last-child) .ui-grid-vertical-bar,
.ui-grid-cell:not(:last-child) .ui-grid-vertical-bar {
  width: 1px;
}
.ui-grid-scrollbar-placeholder {
  background-color: transparent;
}
.ui-grid-header-cell:not(:last-child) .ui-grid-vertical-bar {
  background-color: #d4d4d4;
}
.ui-grid-cell:not(:last-child) .ui-grid-vertical-bar {
  background-color: #d4d4d4;
}
.ui-grid-header-cell:last-child .ui-grid-vertical-bar {
  right: -1px;
  width: 1px;
  background-color: #d4d4d4;
}
.ui-grid-clearfix:before,
.ui-grid-clearfix:after {
  content: "";
  display: table;
}
.ui-grid-clearfix:after {
  clear: both;
}
.ui-grid-invisible {
  visibility: hidden;
}
.ui-grid-contents-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}
.ui-grid-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.ui-grid-top-panel-background {
  background: #f3f3f3;
  background: -o-linear-gradient(#fff, #eee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}
.ui-grid-header {
  border-bottom: 1px solid #d4d4d4;
  box-sizing: border-box;
}
.ui-grid-top-panel {
  position: relative;
  overflow: hidden;
  font-weight: bold;
  background: #f3f3f3;
  background: -o-linear-gradient(#fff, #eee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  -webkit-border-top-right-radius: -1px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: -1px;
  -moz-border-radius-topright: -1px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: -1px;
  border-top-right-radius: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: -1px;
  background-clip: padding-box;
}
.ui-grid-header-viewport {
  overflow: hidden;
}
.ui-grid-header-canvas:before,
.ui-grid-header-canvas:after {
  content: "";
  display: table;
  line-height: 0;
}
.ui-grid-header-canvas:after {
  clear: both;
}
.ui-grid-header-cell-wrapper {
  position: relative;
  display: table;
  box-sizing: border-box;
  height: 100%;
}
.ui-grid-header-cell-row {
  display: table-row;
  position: relative;
}
.ui-grid-header-cell {
  position: relative;
  box-sizing: border-box;
  background-color: inherit;
  border-right: 1px solid;
  border-color: #d4d4d4;
  display: table-cell;
  -webkit-user-select: none;
  user-select: none;
  width: 0;
}
.ui-grid-header-cell:last-child {
  border-right: 0;
}
.ui-grid-header-cell .sortable {
  cursor: pointer;
}
.ui-grid-header-cell .ui-grid-sort-priority-number {
  margin-left: -8px;
}
.ui-grid-header .ui-grid-vertical-bar {
  top: 0;
  bottom: 0;
}
.ui-grid-column-menu-button {
  position: absolute;
  right: 1px;
  top: 0;
}
.ui-grid-column-menu-button .ui-grid-icon-angle-down {
  vertical-align: sub;
}
.ui-grid-column-menu-button-last-col {
  margin-right: 25px;
}
.ui-grid-column-menu {
  position: absolute;
}
.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-add,
.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove {
  transition: all 0.05s linear;
  display: block !important;
}
.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-add.ng-hide-add-active,
.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove {
  transform: translateY(-100%);
}
.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-add,
.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove.ng-hide-remove-active {
  transform: translateY(0);
}
.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-add,
.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove {
  transition: all 0.05s linear;
  display: block !important;
}
.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-add.ng-hide-add-active,
.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove {
  transform: translateY(-100%);
}
.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-add,
.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove.ng-hide-remove-active {
  transform: translateY(0);
}
.ui-grid-filter-container {
  padding: 4px 10px;
  position: relative;
}
.ui-grid-filter-container .ui-grid-filter-button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.ui-grid-filter-container .ui-grid-filter-button [class^="ui-grid-icon"] {
  position: absolute;
  top: 50%;
  line-height: 32px;
  margin-top: -16px;
  right: 10px;
  opacity: 0.66;
}
.ui-grid-filter-container .ui-grid-filter-button [class^="ui-grid-icon"]:hover {
  opacity: 1;
}
.ui-grid-filter-container .ui-grid-filter-button-select {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.ui-grid-filter-container .ui-grid-filter-button-select [class^="ui-grid-icon"] {
  position: absolute;
  top: 50%;
  line-height: 32px;
  margin-top: -16px;
  right: 0;
  opacity: 0.66;
}
.ui-grid-filter-container .ui-grid-filter-button-select [class^="ui-grid-icon"]:hover {
  opacity: 1;
}
input[type="text"].ui-grid-filter-input {
  padding: 0;
  margin: 0;
  border: 0;
  width: 100%;
  border: 1px solid #d4d4d4;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  background-clip: padding-box;
}
input[type="text"].ui-grid-filter-input:hover {
  border: 1px solid #d4d4d4;
}
select.ui-grid-filter-select {
  padding: 0;
  margin: 0;
  border: 0;
  width: 90%;
  border: 1px solid #d4d4d4;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  background-clip: padding-box;
}
select.ui-grid-filter-select:hover {
  border: 1px solid #d4d4d4;
}
.ui-grid-filter-cancel-button-hidden select.ui-grid-filter-select {
  width: 100%;
}
.ui-grid-render-container {
  position: inherit;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  background-clip: padding-box;
}
.ui-grid-render-container:focus {
  outline: none;
}
.ui-grid-viewport {
  min-height: 20px;
  position: relative;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.ui-grid-viewport:focus {
  outline: none !important;
}
.ui-grid-canvas {
  position: relative;
  padding-top: 1px;
}
.ui-grid-row:nth-child(odd) .ui-grid-cell {
  background-color: #fdfdfd;
}
.ui-grid-row:nth-child(even) .ui-grid-cell {
  background-color: #f3f3f3;
}
.ui-grid-row:last-child .ui-grid-cell {
  border-bottom-color: #d4d4d4;
  border-bottom-style: solid;
}
.ui-grid-no-row-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 10%;
  background: #f3f3f3;
  background: -o-linear-gradient(#fff, #eee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  background-clip: padding-box;
  border: 1px solid #d4d4d4;
  font-size: 2em;
  text-align: center;
}
.ui-grid-no-row-overlay > * {
  position: absolute;
  display: table;
  margin: auto 0;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.66;
}
.ui-grid-cell {
  overflow: hidden;
  float: left;
  background-color: inherit;
  border-right: 1px solid;
  border-color: #d4d4d4;
  box-sizing: border-box;
}
.ui-grid-cell:last-child {
  border-right: 0;
}
.ui-grid-cell-contents {
  padding: 5px;
  box-sizing: border-box;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 100%;
}
.ui-grid-cell-contents-hidden {
  visibility: hidden;
  width: 0;
  height: 0;
  display: none;
}
.ui-grid-row .ui-grid-cell.ui-grid-row-header-cell {
  background-color: #f0f0ee;
  border-bottom: solid 1px #d4d4d4;
}
.ui-grid-footer-panel-background {
  background: #f3f3f3;
  background: -o-linear-gradient(#fff, #eee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}
.ui-grid-footer-panel {
  position: relative;
  border-bottom: 1px solid #d4d4d4;
  border-top: 1px solid #d4d4d4;
  overflow: hidden;
  font-weight: bold;
  background: #f3f3f3;
  background: -o-linear-gradient(#fff, #eee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  -webkit-border-top-right-radius: -1px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: -1px;
  -moz-border-radius-topright: -1px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: -1px;
  border-top-right-radius: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: -1px;
  background-clip: padding-box;
}
.ui-grid-grid-footer {
  float: left;
  width: 100%;
}
.ui-grid-footer-viewport {
  overflow: hidden;
}
.ui-grid-footer-canvas {
  position: relative;
}
.ui-grid-footer-canvas:before,
.ui-grid-footer-canvas:after {
  content: "";
  display: table;
  line-height: 0;
}
.ui-grid-footer-canvas:after {
  clear: both;
}
.ui-grid-footer-cell-wrapper {
  position: relative;
  display: table;
  box-sizing: border-box;
  height: 100%;
}
.ui-grid-footer-cell-row {
  display: table-row;
}
.ui-grid-footer-cell {
  overflow: hidden;
  background-color: inherit;
  border-right: 1px solid;
  border-color: #d4d4d4;
  box-sizing: border-box;
  display: table-cell;
}
.ui-grid-footer-cell:last-child {
  border-right: 0;
}
input[type="text"].ui-grid-filter-input {
  padding: 0;
  margin: 0;
  border: 0;
  width: 100%;
  border: 1px solid #d4d4d4;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  background-clip: padding-box;
}
input[type="text"].ui-grid-filter-input:hover {
  border: 1px solid #d4d4d4;
}
.ui-grid-menu-button {
  z-index: 2;
  position: absolute;
  right: 0;
  top: 0;
  background: #f3f3f3;
  border: 1px solid #d4d4d4;
  cursor: pointer;
  height: 31px;
  font-weight: normal;
}
.ui-grid-menu-button .ui-grid-icon-container {
  margin-top: 3px;
}
.ui-grid-menu-button .ui-grid-menu {
  right: 0;
}
.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid {
  overflow: scroll;
  max-height: 300px;
  border: 1px solid #d4d4d4;
}
.ui-grid-menu {
  z-index: 2;
  position: absolute;
  padding: 0 10px 20px 10px;
  cursor: pointer;
  box-sizing: border-box;
}
.ui-grid-menu .ui-grid-menu-inner {
  background: #f3f3f3;
  border: 1px solid #d4d4d4;
  position: relative;
  white-space: nowrap;
  border-radius: 0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), inset 0 12px 12px -14px rgba(0, 0, 0, 0.2);
}
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  user-select: none;
  padding: 1px 1px;
  font-size: 10px;
  line-height: 1;
  border-radius: 2px;
  color: transparent;
  background-color: transparent;
  border-color: transparent;
}
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:focus,
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:active:focus,
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.active:focus,
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.focus,
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:active.focus,
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:hover,
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:focus,
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.focus {
  color: #333;
  text-decoration: none;
}
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:active,
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.disabled,
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button[disabled],
fieldset[disabled] .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
a.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.disabled,
fieldset[disabled] a.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button {
  pointer-events: none;
}
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:focus,
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.focus {
  color: transparent;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:hover {
  color: transparent;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:active,
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.active,
.open > .dropdown-toggle.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button {
  color: transparent;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:active:hover,
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.active:hover,
.open > .dropdown-toggle.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:hover,
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:active:focus,
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.active:focus,
.open > .dropdown-toggle.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:focus,
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:active.focus,
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.active.focus,
.open > .dropdown-toggle.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.focus {
  color: transparent;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:active,
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.active,
.open > .dropdown-toggle.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button {
  background-image: none;
}
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.disabled,
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button[disabled],
fieldset[disabled] .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button,
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.disabled:hover,
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button[disabled]:hover,
fieldset[disabled] .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:hover,
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.disabled:focus,
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button[disabled]:focus,
fieldset[disabled] .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:focus,
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.disabled.focus,
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button[disabled].focus,
fieldset[disabled] .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.focus,
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.disabled:active,
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button[disabled]:active,
fieldset[disabled] .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:active,
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.disabled.active,
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button[disabled].active,
fieldset[disabled] .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.active {
  background-color: transparent;
  border-color: transparent;
}
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button .badge {
  color: transparent;
  background-color: transparent;
}
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button > i {
  opacity: 0.75;
  color: black;
}
.ui-grid-menu .ui-grid-menu-inner ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.ui-grid-menu .ui-grid-menu-inner ul li {
  padding: 0;
}
.ui-grid-menu .ui-grid-menu-inner ul li button {
  min-width: 100%;
  padding: 8px;
  text-align: left;
  background: transparent;
  border: none;
}
.ui-grid-menu .ui-grid-menu-inner ul li button:hover,
.ui-grid-menu .ui-grid-menu-inner ul li button:focus {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.ui-grid-menu .ui-grid-menu-inner ul li button.ui-grid-menu-item-active {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
  background-color: #cecece;
}
.ui-grid-menu .ui-grid-menu-inner ul li:not(:last-child) > button {
  border-bottom: 1px solid #d4d4d4;
}
.ui-grid-sortarrow {
  right: 5px;
  position: absolute;
  width: 20px;
  top: 0;
  bottom: 0;
  background-position: center;
}
.ui-grid-sortarrow.down {
  transform: rotate(180deg);
}
@font-face {
  font-family: 'ui-grid';
  src: url(/app/font/ui-grid.227446.eot);
  src: url(/app/font/ui-grid.227446.eot#iefix) format('embedded-opentype'), url(/app/font/ui-grid.17d2ac.woff) format('woff'), url(/app/font/ui-grid.fc8a2b.ttf) format('truetype'), url(/app/image/ui-grid.615b96.svg?#ui-grid) format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="ui-grid-icon"]:before,
[class*=" ui-grid-icon"]:before {
  font-family: "ui-grid";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
}
.ui-grid-icon-blank::before {
  width: 1em;
  content: ' ';
}
.ui-grid[dir=rtl] .ui-grid-header-cell,
.ui-grid[dir=rtl] .ui-grid-footer-cell,
.ui-grid[dir=rtl] .ui-grid-cell {
  float: right !important;
}
.ui-grid[dir=rtl] .ui-grid-column-menu-button {
  position: absolute;
  left: 1px;
  top: 0;
  right: inherit;
}
.ui-grid[dir=rtl] .ui-grid-cell:first-child,
.ui-grid[dir=rtl] .ui-grid-header-cell:first-child,
.ui-grid[dir=rtl] .ui-grid-footer-cell:first-child {
  border-right: 0;
}
.ui-grid[dir=rtl] .ui-grid-cell:last-child,
.ui-grid[dir=rtl] .ui-grid-header-cell:last-child {
  border-right: 1px solid #d4d4d4;
  border-left: 0;
}
.ui-grid[dir=rtl] .ui-grid-header-cell:first-child .ui-grid-vertical-bar,
.ui-grid[dir=rtl] .ui-grid-footer-cell:first-child .ui-grid-vertical-bar,
.ui-grid[dir=rtl] .ui-grid-cell:first-child .ui-grid-vertical-bar {
  width: 0;
}
.ui-grid[dir=rtl] .ui-grid-menu-button {
  z-index: 2;
  position: absolute;
  left: 0;
  right: auto;
  background: #f3f3f3;
  border: 1px solid #d4d4d4;
  cursor: pointer;
  min-height: 27px;
  font-weight: normal;
}
.ui-grid[dir=rtl] .ui-grid-menu-button .ui-grid-menu {
  left: 0;
  right: auto;
}
.ui-grid[dir=rtl] .ui-grid-filter-container .ui-grid-filter-button {
  right: initial;
  left: 0;
}
.ui-grid[dir=rtl] .ui-grid-filter-container .ui-grid-filter-button [class^="ui-grid-icon"] {
  right: initial;
  left: 10px;
}
.ui-grid-animate-spin {
  animation: ui-grid-spin 2s infinite linear;
  display: inline-block;
}
@keyframes ui-grid-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
#ui-grid-twbs #ui-grid-twbs .form-horizontal .form-group:before,
#ui-grid-twbs #ui-grid-twbs .form-horizontal .form-group:after,
#ui-grid-twbs #ui-grid-twbs .btn-toolbar:before,
#ui-grid-twbs #ui-grid-twbs .btn-toolbar:after,
#ui-grid-twbs #ui-grid-twbs .btn-group-vertical > .btn-group:before,
#ui-grid-twbs #ui-grid-twbs .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
#ui-grid-twbs #ui-grid-twbs .form-horizontal .form-group:after,
#ui-grid-twbs #ui-grid-twbs .btn-toolbar:after,
#ui-grid-twbs #ui-grid-twbs .btn-group-vertical > .btn-group:after {
  clear: both;
}
.ui-grid-cell-focus {
  outline: 0;
  background-color: #b3c4c7;
}
.ui-grid-focuser {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.ui-grid-focuser:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.ui-grid-offscreen {
  display: block;
  position: absolute;
  left: -10000px;
  top: -10000px;
  clip: rect(0, 0, 0, 0);
}
div.ui-grid-cell input {
  border-radius: inherit;
  padding: 0;
  width: 100%;
  color: inherit;
  height: auto;
  font: inherit;
  outline: none;
}
div.ui-grid-cell input:focus {
  color: inherit;
  outline: none;
}
div.ui-grid-cell input[type="checkbox"] {
  margin: 9px 0 0 6px;
  width: auto;
}
div.ui-grid-cell input.ng-invalid {
  border: 1px solid #fc8f8f;
}
div.ui-grid-cell input.ng-valid {
  border: 1px solid #d4d4d4;
}
.expandableRow .ui-grid-row:nth-child(odd) .ui-grid-cell {
  background-color: #fdfdfd;
}
.expandableRow .ui-grid-row:nth-child(even) .ui-grid-cell {
  background-color: #f3f3f3;
}
.ui-grid-cell.ui-grid-disable-selection.ui-grid-row-header-cell {
  pointer-events: none;
}
.ui-grid-expandable-buttons-cell i {
  pointer-events: all;
}
.scrollFiller {
  float: left;
  border: 1px solid #d4d4d4;
}
.ui-grid-tree-header-row {
  font-weight: bold !important;
}
.movingColumn {
  position: absolute;
  top: 0;
  border: 1px solid #d4d4d4;
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.movingColumn .ui-grid-icon-angle-down {
  display: none;
}
#ui-grid-twbs #ui-grid-twbs .form-horizontal .form-group:before,
#ui-grid-twbs #ui-grid-twbs .form-horizontal .form-group:after,
#ui-grid-twbs #ui-grid-twbs .btn-toolbar:before,
#ui-grid-twbs #ui-grid-twbs .btn-toolbar:after,
#ui-grid-twbs #ui-grid-twbs .btn-group-vertical > .btn-group:before,
#ui-grid-twbs #ui-grid-twbs .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
#ui-grid-twbs #ui-grid-twbs .form-horizontal .form-group:after,
#ui-grid-twbs #ui-grid-twbs .btn-toolbar:after,
#ui-grid-twbs #ui-grid-twbs .btn-group-vertical > .btn-group:after {
  clear: both;
}
.ui-grid-pager-panel {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-top: 3px;
  padding-bottom: 3px;
}
.ui-grid-pager-container {
  float: left;
}
.ui-grid-pager-control {
  margin-right: 10px;
  margin-left: 10px;
  min-width: 135px;
  float: left;
}
.ui-grid-pager-control button {
  height: 25px;
  min-width: 26px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  user-select: none;
  color: #eee;
  background-color: #f3f3f3;
  border-color: #ccc;
}
.ui-grid-pager-control button:focus,
.ui-grid-pager-control button:active:focus,
.ui-grid-pager-control button.active:focus,
.ui-grid-pager-control button.focus,
.ui-grid-pager-control button:active.focus,
.ui-grid-pager-control button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ui-grid-pager-control button:hover,
.ui-grid-pager-control button:focus,
.ui-grid-pager-control button.focus {
  color: #333;
  text-decoration: none;
}
.ui-grid-pager-control button:active,
.ui-grid-pager-control button.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.ui-grid-pager-control button.disabled,
.ui-grid-pager-control button[disabled],
fieldset[disabled] .ui-grid-pager-control button {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
a.ui-grid-pager-control button.disabled,
fieldset[disabled] a.ui-grid-pager-control button {
  pointer-events: none;
}
.ui-grid-pager-control button:focus,
.ui-grid-pager-control button.focus {
  color: #eee;
  background-color: #dadada;
  border-color: #8c8c8c;
}
.ui-grid-pager-control button:hover {
  color: #eee;
  background-color: #dadada;
  border-color: #adadad;
}
.ui-grid-pager-control button:active,
.ui-grid-pager-control button.active,
.open > .dropdown-toggle.ui-grid-pager-control button {
  color: #eee;
  background-color: #dadada;
  border-color: #adadad;
}
.ui-grid-pager-control button:active:hover,
.ui-grid-pager-control button.active:hover,
.open > .dropdown-toggle.ui-grid-pager-control button:hover,
.ui-grid-pager-control button:active:focus,
.ui-grid-pager-control button.active:focus,
.open > .dropdown-toggle.ui-grid-pager-control button:focus,
.ui-grid-pager-control button:active.focus,
.ui-grid-pager-control button.active.focus,
.open > .dropdown-toggle.ui-grid-pager-control button.focus {
  color: #eee;
  background-color: #c8c8c8;
  border-color: #8c8c8c;
}
.ui-grid-pager-control button:active,
.ui-grid-pager-control button.active,
.open > .dropdown-toggle.ui-grid-pager-control button {
  background-image: none;
}
.ui-grid-pager-control button.disabled,
.ui-grid-pager-control button[disabled],
fieldset[disabled] .ui-grid-pager-control button,
.ui-grid-pager-control button.disabled:hover,
.ui-grid-pager-control button[disabled]:hover,
fieldset[disabled] .ui-grid-pager-control button:hover,
.ui-grid-pager-control button.disabled:focus,
.ui-grid-pager-control button[disabled]:focus,
fieldset[disabled] .ui-grid-pager-control button:focus,
.ui-grid-pager-control button.disabled.focus,
.ui-grid-pager-control button[disabled].focus,
fieldset[disabled] .ui-grid-pager-control button.focus,
.ui-grid-pager-control button.disabled:active,
.ui-grid-pager-control button[disabled]:active,
fieldset[disabled] .ui-grid-pager-control button:active,
.ui-grid-pager-control button.disabled.active,
.ui-grid-pager-control button[disabled].active,
fieldset[disabled] .ui-grid-pager-control button.active {
  background-color: #f3f3f3;
  border-color: #ccc;
}
.ui-grid-pager-control button .badge {
  color: #f3f3f3;
  background-color: #eee;
}
.ui-grid-pager-control input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  display: inline;
  height: 26px;
  width: 50px;
  vertical-align: top;
}
.ui-grid-pager-control input:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.ui-grid-pager-control input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.ui-grid-pager-control input:-ms-input-placeholder {
  color: #999;
}
.ui-grid-pager-control input::-webkit-input-placeholder {
  color: #999;
}
.ui-grid-pager-control input[disabled],
.ui-grid-pager-control input[readonly],
fieldset[disabled] .ui-grid-pager-control input {
  background-color: #eee;
  opacity: 1;
}
.ui-grid-pager-control input[disabled],
fieldset[disabled] .ui-grid-pager-control input {
  cursor: not-allowed;
}
textarea.ui-grid-pager-control input {
  height: auto;
}
select.ui-grid-pager-control input {
  height: 30px;
  line-height: 30px;
}
textarea.ui-grid-pager-control input,
select[multiple].ui-grid-pager-control input {
  height: auto;
}
.ui-grid-pager-control .ui-grid-pager-max-pages-number {
  vertical-align: bottom;
}
.ui-grid-pager-control .ui-grid-pager-max-pages-number > * {
  vertical-align: middle;
}
.ui-grid-pager-control .first-bar {
  width: 10px;
  border-left: 2px solid #4d4d4d;
  margin-top: -6px;
  height: 12px;
  margin-left: -3px;
}
.ui-grid-pager-control .first-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 8.7px 5px 0;
  border-color: transparent #4d4d4d transparent transparent;
  margin-left: 2px;
}
.ui-grid-pager-control .next-triangle {
  margin-left: 1px;
}
.ui-grid-pager-control .prev-triangle {
  margin-left: 0;
}
.ui-grid-pager-control .last-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #4d4d4d;
  margin-left: -1px;
}
.ui-grid-pager-control .last-bar {
  width: 10px;
  border-left: 2px solid #4d4d4d;
  margin-top: -6px;
  height: 12px;
  margin-left: 1px;
}
.ui-grid-pager-row-count-picker {
  float: left;
}
.ui-grid-pager-row-count-picker select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  height: 26px;
  width: 67px;
  display: inline;
}
.ui-grid-pager-row-count-picker select:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.ui-grid-pager-row-count-picker select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.ui-grid-pager-row-count-picker select:-ms-input-placeholder {
  color: #999;
}
.ui-grid-pager-row-count-picker select::-webkit-input-placeholder {
  color: #999;
}
.ui-grid-pager-row-count-picker select[disabled],
.ui-grid-pager-row-count-picker select[readonly],
fieldset[disabled] .ui-grid-pager-row-count-picker select {
  background-color: #eee;
  opacity: 1;
}
.ui-grid-pager-row-count-picker select[disabled],
fieldset[disabled] .ui-grid-pager-row-count-picker select {
  cursor: not-allowed;
}
textarea.ui-grid-pager-row-count-picker select {
  height: auto;
}
select.ui-grid-pager-row-count-picker select {
  height: 30px;
  line-height: 30px;
}
textarea.ui-grid-pager-row-count-picker select,
select[multiple].ui-grid-pager-row-count-picker select {
  height: auto;
}
.ui-grid-pager-row-count-picker .ui-grid-pager-row-count-label {
  margin-top: 3px;
}
.ui-grid-pager-count-container {
  float: right;
  margin-top: 4px;
  min-width: 50px;
}
.ui-grid-pager-count-container .ui-grid-pager-count {
  margin-right: 10px;
  margin-left: 10px;
  float: right;
}
.ui-grid-pinned-container {
  position: absolute;
  display: inline;
  top: 0;
}
.ui-grid-pinned-container.ui-grid-pinned-container-left {
  float: left;
  left: 0;
}
.ui-grid-pinned-container.ui-grid-pinned-container-right {
  float: right;
  right: 0;
}
.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-header-cell:last-child {
  box-sizing: border-box;
  border-right: 1px solid;
  border-width: 1px;
  border-right-color: #aeaeae;
}
.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-cell:last-child {
  box-sizing: border-box;
  border-right: 1px solid;
  border-width: 1px;
  border-right-color: #aeaeae;
}
.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-header-cell:not(:last-child) .ui-grid-vertical-bar,
.ui-grid-pinned-container .ui-grid-cell:not(:last-child) .ui-grid-vertical-bar {
  width: 1px;
}
.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-header-cell:not(:last-child) .ui-grid-vertical-bar {
  background-color: #d4d4d4;
}
.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-cell:not(:last-child) .ui-grid-vertical-bar {
  background-color: #aeaeae;
}
.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-header-cell:last-child .ui-grid-vertical-bar {
  right: -1px;
  width: 1px;
  background-color: #aeaeae;
}
.ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-header-cell:first-child {
  box-sizing: border-box;
  border-left: 1px solid;
  border-width: 1px;
  border-left-color: #aeaeae;
}
.ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-cell:first-child {
  box-sizing: border-box;
  border-left: 1px solid;
  border-width: 1px;
  border-left-color: #aeaeae;
}
.ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-header-cell:not(:first-child) .ui-grid-vertical-bar,
.ui-grid-pinned-container .ui-grid-cell:not(:first-child) .ui-grid-vertical-bar {
  width: 1px;
}
.ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-header-cell:not(:first-child) .ui-grid-vertical-bar {
  background-color: #d4d4d4;
}
.ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-cell:not(:last-child) .ui-grid-vertical-bar {
  background-color: #aeaeae;
}
.ui-grid-pinned-container.ui-grid-pinned-container-first .ui-grid-header-cell:first-child .ui-grid-vertical-bar {
  left: -1px;
  width: 1px;
  background-color: #aeaeae;
}
.ui-grid-column-resizer {
  top: 0;
  bottom: 0;
  width: 5px;
  position: absolute;
  cursor: col-resize;
}
.ui-grid-column-resizer.left {
  left: 0;
}
.ui-grid-column-resizer.right {
  right: 0;
}
.ui-grid-header-cell:last-child .ui-grid-column-resizer.right {
  border-right: 1px solid #d4d4d4;
}
.ui-grid[dir=rtl] .ui-grid-header-cell:last-child .ui-grid-column-resizer.right {
  border-right: 0;
}
.ui-grid[dir=rtl] .ui-grid-header-cell:last-child .ui-grid-column-resizer.left {
  border-left: 1px solid #d4d4d4;
}
.ui-grid.column-resizing {
  cursor: col-resize;
}
.ui-grid.column-resizing .ui-grid-resize-overlay {
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #aeaeae;
}
.ui-grid-row-saving .ui-grid-cell {
  color: #848484 !important;
}
.ui-grid-row-dirty .ui-grid-cell {
  color: #610b38;
}
.ui-grid-row-error .ui-grid-cell {
  color: #f00 !important;
}
.ui-grid-row.ui-grid-row-selected > [ui-grid-row] > .ui-grid-cell {
  background-color: #c9dde1;
}
.ui-grid-disable-selection {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
}
.ui-grid-selection-row-header-buttons {
  cursor: pointer;
  opacity: 0.1;
}
.ui-grid-selection-row-header-buttons.ui-grid-row-selected {
  opacity: 1;
}
.ui-grid-selection-row-header-buttons.ui-grid-all-selected {
  opacity: 1;
}
.ui-grid-tree-row-header-buttons.ui-grid-tree-header {
  cursor: pointer;
  opacity: 1;
}
.ui-grid-tree-header-row {
  font-weight: bold !important;
}
.ui-grid-icon-plus-squared:before {
  content: '\C350';
}
.ui-grid-icon-minus-squared:before {
  content: '\C351';
}
.ui-grid-icon-search:before {
  content: '\C352';
}
.ui-grid-icon-cancel:before {
  content: '\C353';
}
.ui-grid-icon-info-circled:before {
  content: '\C354';
}
.ui-grid-icon-lock:before {
  content: '\C355';
}
.ui-grid-icon-lock-open:before {
  content: '\C356';
}
.ui-grid-icon-pencil:before {
  content: '\C357';
}
.ui-grid-icon-down-dir:before {
  content: '\C358';
}
.ui-grid-icon-up-dir:before {
  content: '\C359';
}
.ui-grid-icon-left-dir:before {
  content: '\C35A';
}
.ui-grid-icon-right-dir:before {
  content: '\C35B';
}
.ui-grid-icon-left-open:before {
  content: '\C35C';
}
.ui-grid-icon-right-open:before {
  content: '\C35D';
}
.ui-grid-icon-angle-down:before {
  content: '\C35E';
}
.ui-grid-icon-filter:before {
  content: '\C35F';
}
.ui-grid-icon-sort-alt-up:before {
  content: '\C360';
}
.ui-grid-icon-sort-alt-down:before {
  content: '\C361';
}
.ui-grid-icon-ok:before {
  content: '\C362';
}
.ui-grid-icon-menu:before {
  content: '\C363';
}
.ui-grid-icon-indent-left:before {
  content: '\E800';
}
.ui-grid-icon-indent-right:before {
  content: '\E801';
}
.ui-grid-icon-spin5:before {
  content: '\EA61';
}
@font-face {
  font-family: "JDSans";
  src: url(/app/font/JohnDeereSans.Medium.274272.eot);
  src: url(/app/font/JohnDeereSans.Medium.274272.eot?#iefix) format("embedded-opentype"), url(/app/font/JohnDeereSans.Medium.8bb545.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
/*
@font-face {
  font-family: "JDSans";
  src: url('./../../../asset/font/JDSansLt.eot?#iefix') format("truetype"),
  url('./../../../asset/font/JDSansLt.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "JDSans";
  src: url('./../../../asset/font/JDSansBd.eot?#iefix') format("truetype"),
  url('./../../../asset/font/JDSansBd.ttf') format("truetype");
  font-weight: bold;
  font-style: normal;
}
*/
@font-face {
  font-family: 'ui-grid';
  src: url(/app/font/ui-grid.a23a5f.eot);
  src: url(/app/font/ui-grid.a23a5f.eot#iefix) format('embedded-opentype'), url(/app/font/ui-grid.4d3d4e.woff) format('woff'), url(/app/font/ui-grid.c2c531.ttf) format('truetype'), url(/app/image/ui-grid.318ebe.svg?#ui-grid) format('svg');
  font-weight: normal;
  font-style: normal;
}
.XXL-WIDTH {
  width: 300px;
  max-width: 300px;
  min-width: 300px;
}
.XL-WIDTH {
  width: 150px;
  max-width: 150px;
  min-width: 150px;
}
.L-WIDTH {
  width: 100px;
  max-width: 100px;
  min-width: 100px;
}
.M-WIDTH {
  width: 75px;
  max-width: 75px;
  min-width: 75px;
}
.S-WIDTH {
  width: 60px;
  max-width: 60px;
  min-width: 60px;
}
.XS-WIDTH {
  width: 50px;
  max-width: 50px;
  min-width: 50px;
}
.hidden {
  display: none;
}
.clear-right,
.layout-right {
  padding-right: 0px !important;
  margin-right: 0px !important;
}
.clear-right-margin,
.layout-right-margin {
  margin-right: 0px !important;
}
.clear-bottom,
.layout-bottom {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}
.clear-panel,
.clear-bottom-margin,
.layout-bottom-margin {
  margin-bottom: 0px !important;
}
.right-align {
  float: right;
}
.left-align {
  float: left;
}
.row-reset,
.clear {
  clear: both;
}
.layout-inline {
  display: table;
  width: 100%;
}
.layout-inline.panel-spacing {
  padding-bottom: 20px;
}
.layout-inline.panel-spacing .layout-inline-item {
  padding-left: 20px;
}
.layout-inline.panel-spacing .layout-inline-item:first-child {
  padding-left: 0px;
}
.layout-inline.bottom-align * {
  vertical-align: baseline;
}
.layout-inline-item {
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
}
.layout-inline-item:first-child {
  padding-left: 0px;
}
.layout-inline-item .input-box {
  margin-bottom: 0px;
}
.layout-inline-item.fill {
  width: 100%;
}
.layout-inline-item.top-align {
  vertical-align: top;
}
.layout-center {
  margin: 0 auto !important;
  float: none !important;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.margin-top {
  margin-top: 10px;
}
.modal-position {
  position: fixed;
  top: 40%;
}
.spinner {
  margin: 1rem auto 0;
  padding: 2rem;
  display: block;
  text-align: center;
}
.dot {
  width: 18px;
  height: 18px;
  margin: 0.4em;
  border-radius: 100%;
  display: inline-block;
  animation: bouncedelay 2.8s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  animation-fill-mode: both;
}
.dot:nth-child(1) {
  animation-delay: -1.28s;
}
.dot:nth-child(2) {
  animation-delay: -0.96s;
}
.dot:nth-child(3) {
  animation-delay: -0.64s;
}
.dot:nth-child(4) {
  animation-delay: -0.32s;
}
@keyframes bouncedelay {
  0%,
  40%,
  100% {
    transform: scale(0.5);
    background-color: #ccc;
  }
  5% {
    transform: scale(0.5);
  }
  40% {
    transform: scale(1);
    background-color: #AAAAAA;
  }
  45% {
    transform: scale(1.1);
    background-color: #AAAAAA;
  }
  60% {
    transform: scale(0.25);
  }
  65% {
    transform: scale(0.4);
  }
  80% {
    transform: scale(0.5);
    background-color: #ccc;
  }
}
.accordion {
  margin-bottom: 10px;
  box-shadow: none;
}
.accordion > .title {
  box-sizing: border-box;
  font-size: 14px;
  display: inline-block;
  background-color: #ffffff;
  width: 100%;
  padding: 10px 15px 10px 35px;
  background-image: url(/app/image/accordion.open.small.active.259561.png);
  background-repeat: no-repeat;
  background-position: 10px 14px;
  cursor: pointer;
}
.accordion > .title a span {
  color: #367C2B;
}
.accordion > .title span {
  color: #aaaaaa;
}
.accordion > .title div.opened {
  border: none;
  color: #367c2b;
  cursor: pointer;
  outline: none;
  text-decoration: none;
}
.accordion > .body {
  background-color: #ffffff;
  padding: 0px 10px;
  margin-bottom: -10px;
}
.accordion > .body .panel {
  box-shadow: none;
}
.accordion.closed > .title {
  background-image: url(/app/image/accordion.closed.small.active.094aca.png);
  background-position: 10px 14px;
  background-color: #ffffff;
}
.accordion.closed > .body {
  display: none;
}
.type3accordion {
  margin-bottom: 10px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
}
.type3accordion > .title {
  box-sizing: border-box;
  font-size: 14px;
  display: inline-block;
  background-color: #ffffff;
  width: 100%;
  padding: 10px 15px 10px 35px;
  background-image: url(/app/image/chevron-up-icon.30ad6e.svg);
  background-repeat: no-repeat;
  background-position: 10px 14px;
  cursor: pointer;
}
.type3accordion > .title a span {
  color: #367C2B;
}
.type3accordion > .title span {
  color: #403b3b;
}
.type3accordion > .title div.opened {
  border: none;
  color: #367c2b;
  cursor: pointer;
  outline: none;
  text-decoration: none;
}
.type3accordion > .body {
  background-color: #ffffff;
  padding: 0px 10px;
  margin-bottom: -10px;
}
.type3accordion > .body .panel {
  box-shadow: none;
}
.type3accordion.closed > .title {
  background-image: url(/app/image/chevron-down-icon.dc5765.svg);
  background-position: 10px 14px;
  background-color: #ffffff;
}
.type3accordion.closed > .body {
  display: none;
}
.type2accordion {
  margin-bottom: 10px;
  box-shadow: none;
}
.type2accordion > .title {
  text-align: center;
  box-sizing: border-box;
  font-size: 14px;
  display: inline-block;
  background-color: #ffffff;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
.type2accordion > .title:before {
  border-top: 2px dashed #dfdfdf;
  content: "";
  margin: 0 auto;
  /* this centers the line to the full width specified */
  position: absolute;
  /* positioning must be absolute here, and relative positioning must be applied to the parent */
  top: 45%;
  left: -36px;
  right: 0;
  bottom: 0;
  width: 98%;
  z-index: -1;
}
.type2accordion > .title span {
  /* to hide the lines from behind the text, you have to set the background color the same as the container */
  background: #fff;
  display: inline-block;
  vertical-align: baseline;
  position: relative;
  padding: 0 27px;
  color: #aaaaaa;
}
.type2accordion > .title span.warning {
  background-image: url(/app/image/red-warning-icon.0de5dc.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position-x: 3px;
}
.type2accordion > .body {
  background-color: #ffffff;
  padding: 0px 10px;
  margin-bottom: -10px;
}
.type2accordion > .body .panel {
  box-shadow: none;
}
.type2accordion.closed > .body {
  display: none;
}
/*
 * Don't modify things marked with ! - unless you know what you're doing
 */

/* ! vertical layout */
.multiSelect .vertical {
    float: none;
}

/* ! horizontal layout */
.multiSelect .horizontal:not(.multiSelectGroup) {
    float: left;
}

/* ! create a "row" */
.multiSelect .line {
    /*padding: 2px 0px 4px 0px;*/
    padding: 0px;
    max-height: 30px;
    overflow: hidden;
    box-sizing: content-box;
}

/* ! create a "column" */
.multiSelect .acol {
    display: inline-block;
    min-width: 12px;
}

/* ! */
.multiSelect .inlineBlock {
    display: inline-block;
}

/* the multiselect button */
.multiSelect > button {
    display: inline-block;
    position: relative;
    text-align: center;
    cursor: pointer;
    border: 1px solid #c6c6c6;
    padding: 1px 8px 1px 8px;
    font-size: 14px;
    min-height: 38px !important;
    border-radius: 3px;
    color: #555;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    white-space: normal;
    background-color: #fff;
    /*background-image: linear-gradient(#fff, #f7f7f7);*/
}

/* button: hover */
.multiSelect > button:hover {
    /*background-image: linear-gradient(#fff, #e9e9e9);*/
}

/* button: disabled */
.multiSelect > button:disabled {
    /*background-image: linear-gradient(#fff, #fff);*/
    border: 1px solid #ddd;
    color: #999;
}

/* button: clicked */
/*.multiSelect .buttonClicked {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
}*/

/* labels on the button */
.multiSelect .buttonLabel {
    display: inline-block;
    padding: 5px 0px 5px 0px;
}

/* downward pointing arrow */
.multiSelect .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin: 0px 0px 1px 12px !important;
    vertical-align: middle;
    border-top: 4px solid #333;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-bottom: 0 dotted;
}

.thinDropdown.checkboxLayer{
    max-height:100px !important;
    max-width:100px !important;    
}

/* the main checkboxes and helper layer */
.multiSelect .checkboxLayer {
    background-color: #fff;
    position: absolute;
    z-index: 999;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    min-width: 278px;
    display: none !important;
}

/* container of helper elements */
.multiSelect .helperContainer {
    border-top: 1px solid #ddd;
    padding: 3px 8px 0px 8px;
}

.multiSelect .helperContainer:last-of-type {
    padding-top: 0px
}

/* helper buttons (select all, none, reset); */
.multiSelect .helperButton {
    width: 50%;
    padding: 0px;
    margin: 0px;
    display: inline-block;
    float: left;
    background-color: transparent;
    border-width: 0px 0px 0px 0px;
    border-style: solid;
    border-color: #dddddd;
    color: #367C2B;
    text-align: center;
    cursor: pointer;
    height: 28px;
    font-size: 13px;
    font-weight: bold;
}

.multiSelect .helperButton:nth-child(1) {
    border-right-width: 1px;
}

.multiSelect .helperButton .reset {
    float: right;
}

.multiSelect .inactive {
    color: #888888 !important;
    cursor: default !important;
    pointer-events: none !important;
}

.multiSelect .helperButton.revert-recently-applied-locations-button {
    visibility: hidden;
    position: absolute;
    left: -9999px;
}

/*.multiSelect .helperButton:not( .reset) {
    margin-right: 4px;
}*/

/* clear button */
.multiSelect .clearButton {
    position: absolute;
    display: inline;
    text-align: center;
    cursor: pointer;
    border: 1px solid #ccc;
    height: 22px;
    width: 22px;
    font-size: 13px;
    border-radius: 2px;
    color: #666;
    background-color: #f1f1f1;
    line-height: 1.4;
    right: 2px;
    top: 4px;
}

/* filter */
.multiSelect .inputFilter {
    border-radius: 5px;
    border: 1px solid #ccc;
    height: 26px;
    font-size: 14px;
    width: 100%;
    padding-left: 7px;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    color: #888;
    margin: 0px 0px 8px 0px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    padding-left: 30px;
}

.multiSelect .input-group  {
      width: 100%;
}

.multiSelect .input-group .input-group-addon {
      background-color: transparent;
      border-radius: 0;
      border-width: 0;
      border-color: transparent;
      box-shadow: none;
      padding: 0px;
}

.multiSelect .input-group .input-group-addon svg {
      position: absolute;
      top: 2px;
      left: 9px;
      width: 16px;
    pointer-events: none;
}

.multiSelect .input-group .input {
    height: 40px;
    font-size: 20px;
}

/* helper elements on hover & focus */
/*.multiSelect .clearButton:hover,
.multiSelect .helperButton:hover {
    border: 1px solid #ccc;
    color: #999;
    background-color: #f4f4f4;
}*/

.multiSelect .helperButton:disabled {
    color: #ccc;
    border: 1px solid #ddd;
}

.multiSelect .clearButton:focus,
.multiSelect .inputFilter:focus {
    border: 1px solid #66AFE9 !important;
    outline: 0;
    box-shadow: inset 0 0 1px rgba(0, 0, 0, .065), 0 0 5px rgba(102, 175, 233, .6) !important;
}

.multiSelect .helperButton:focus {
  outline: 0;
}

/* container of multi select items */
.multiSelect .checkBoxContainer {
    display: block;
    padding: 8px;
    overflow: hidden;
}

/* ! to show / hide the checkbox layer above */
.multiSelect .show {
    display: block !important;
}

/* item labels */
.multiSelect .multiSelectItem {
    display: block;
    padding: 3px;
    color: #444;
    white-space: nowrap;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    /*border: 1px solid transparent;*/
    position: relative;
    min-width: 278px;
    min-height: 32px;
    margin-right: 7px /* add space for y-scroll so item div wont be x-scrollable - rare case on mouse drag */
}

/* Styling on selected items */
.multiSelect .multiSelectItem:not(.multiSelectGroup).selected {
    /*background-image: linear-gradient( #e9e9e9, #f1f1f1);*/
    /*color: #555;*/
    cursor: pointer;
    /*border-top: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #d9d9d9;*/
}

.multiSelect .multiSelectItem .acol label {
    display: inline-block;
    padding-right: 30px;
    margin: 0px;
    font-weight: normal;
    line-height: normal;
}

/* align item label with jd-checkbox */
.multiSelect .multiSelectItem .acol label span:nth-child(2) {
    top: 6px;
    position: absolute;
    margin-left: 2px;
}

.multiSelect .multiSelectItem .acol label:hover {
    cursor: pointer;
}

.multiSelect .multiSelectItem .acol label input {
    float: left;
    z-index: -999;
    outline: none;
}

/* item labels focus on mouse hover */
.multiSelect .multiSelectItem:hover,
.multiSelect .multiSelectGroup:hover {
    /*background-image: linear-gradient( #c1c1c1, #999) !important;*/
    /*color: #fff !important;*/
    cursor: pointer;
    /*border: 1px solid #ccc !important;*/
}

/* item labels focus using keyboard */
.multiSelect .multiSelectFocus {
    /*background-image: linear-gradient( #c1c1c1, #999) !important;*/
    /*color: #fff !important;*/
    cursor: pointer;
    /*border: 1px solid #ccc !important;*/
}

/* change mouse pointer into the pointing finger */
.multiSelect .multiSelectItem span:hover,
.multiSelect .multiSelectGroup span:hover {
    cursor: pointer;
}

/* ! group labels */
.multiSelect .multiSelectGroup {
    display: block;
    clear: both;
}

/* right-align the tick mark (&#10004;) */
.multiSelect .tickMark {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 7px;
    font-size: 10px;
}

/* hide the original HTML checkbox away */
/*.multiSelect .checkbox {
    color: #ddd !important;
    position: absolute;
    left: -9999px;
    cursor: pointer;
}*/


/* checkboxes currently disabled */
.multiSelect .disabled,
.multiSelect .disabled:hover,
.multiSelect .disabled label input:hover ~ span {
    color: #c4c4c4 !important;
    cursor: not-allowed !important;
}

/* If you use images in button / checkbox label, you might want to change the image style here. */
.multiSelect img {
    vertical-align: middle;
    margin-bottom: 0px;
    max-height: 22px;
    max-width: 22px;
}

.auto-height.auto-height-active {
  height: 0px;
  position: relative;
}
.auto-height.auto-height-active .auto-height-inner {
  position: relative;
  height: 0px;
  top: 0px;
  overflow-x: visible;
  overflow-y: scroll;
}
.currency-aware-value .negative {
  color: #BD2E28;
}
.jd-checkbox {
  display: inline-block;
  height: 18px;
  position: relative;
  width: 18px;
  vertical-align: middle;
}
.jd-checkbox + label {
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  margin-bottom: inherit;
  max-width: calc(100% - 35px);
}
.word-wrap .jd-checkbox + label {
  white-space: normal;
  vertical-align: top;
}
.dropdown-menu .jd-checkbox + label {
  margin-left: 5px;
  width: 100px;
}
.jd-checkbox > input[type='checkbox'] {
  opacity: 0;
  margin: 0;
  padding: 0;
  z-index: 1;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  position: absolute;
  cursor: pointer;
}
.jd-checkbox__overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.jd-checkbox__overlay__inner-content {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: absolute;
}
.jd-checkbox__overlay__inner-content > svg {
  width: 100%;
  padding: 10%;
  opacity: 0;
}
.jd-checkbox > input[type='checkbox']:checked + .jd-checkbox__overlay > .jd-checkbox__overlay__inner-content > svg {
  opacity: 1;
}
.jd-checkbox__overlay__inner-content {
  box-shadow: inset #a0a0a0 0 0 3px;
  background: #FFFFFF;
}
.jd-checkbox__overlay__inner-content > svg {
  fill: #FFFFFF;
  position: relative;
  top: 1px;
}
.jd-checkbox > input[type='checkbox'] {
  width: 100%;
  height: 100%;
}
.jd-checkbox > input[type='checkbox']:focus + .jd-checkbox__overlay {
  box-shadow: #a0a0a0 0 0 5px;
}
.jd-checkbox > input[type='checkbox']:checked + .jd-checkbox__overlay > .jd-checkbox__overlay__inner-content {
  background: linear-gradient(#4a823b 0%, #1f6333 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4a823b, endColorstr=#1f6333, GradientType=0);
  box-shadow: none;
}
.jd-checkbox > input[type='checkbox']:disabled + .jd-checkbox__overlay > .jd-checkbox__overlay__inner-content,
.jd-checkbox > input[type='checkbox'].jd-checkbox–disabled + .jd-checkbox__overlay > .jd-checkbox__overlay__inner-content {
  background: #bbb;
}
.jd-checkbox > input[type='checkbox']:disabled,
.jd-checkbox > input[type='checkbox'].jd-checkbox–disabled {
  cursor: not-allowed;
}
.jd-checkbox > input[type='checkbox']:checked:disabled + .jd-checkbox__overlay > .jd-checkbox__overlay__inner-content,
.jd-checkbox > input[type='checkbox'].jd-checkbox–disabled:checked + .jd-checkbox__overlay > .jd-checkbox__overlay__inner-content {
  background: #878694;
}
.jd-checkbox > input[type='checkbox']:checked:disabled + .jd-checkbox__overlay > .jd-checkbox__overlay__inner-content > svg,
.jd-checkbox > input[type='checkbox'].jd-checkbox-disabled:checked + .jd-checkbox__overlay > .jd-checkbox__overlay__inner-content > svg {
  fill: #cac9d7;
}
.jd-radio {
  display: inline-block;
  height: 18px;
  position: relative;
  width: 18px;
  vertical-align: middle;
}
.jd-radio + label {
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  margin-bottom: inherit;
  max-width: calc(100% - 35px);
}
.word-wrap .jd-radio + label {
  white-space: normal;
  vertical-align: top;
}
.dropdown-menu .jd-radio + label {
  margin-left: 5px;
  width: 100px;
}
.jd-radio > input[type='radio'] {
  opacity: 0;
  margin: 0;
  padding: 0;
  z-index: 1;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  position: absolute;
  cursor: pointer;
}
.jd-radio__overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.jd-radio__overlay__inner-content {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: absolute;
}
.jd-radio__overlay__inner-content > svg {
  width: 100%;
  padding: 10%;
  opacity: 0;
}
.jd-radio > input[type='radio']:checked + .jd-radio__overlay > .jd-radio__overlay__inner-content > svg {
  opacity: 1;
}
.jd-radio__overlay__inner-content {
  box-shadow: inset #a0a0a0 0 0 3px;
  background: white;
}
.jd-radio__overlay__inner-content > svg {
  fill: #fff;
  position: relative;
  top: 1px;
}
.jd-radio > input[type='radio'] {
  width: 100%;
  height: 100%;
}
.jd-radio > input[type='radio']:focus + .jd-radio__overlay {
  box-shadow: #a0a0a0 0 0 5px;
}
.jd-radio > input[type='radio']:checked + .jd-radio__overlay > .jd-radio__overlay__inner-content {
  background: linear-gradient(#2F8537 0%, #1F6333 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2F8537', endColorstr='#1F6333', GradientType=0);
  box-shadow: none;
}
.jd-radio > input[type='radio']:disabled + .jd-radio__overlay > .jd-radio__overlay__inner-content,
.jd-radio > input[type='radio'].jd-radio–disabled + .jd-radio__overlay > .jd-radio__overlay__inner-content {
  background: #bbb;
}
.jd-radio > input[type='radio']:disabled,
.jd-radio > input[type='radio'].jd-radio–disabled {
  cursor: not-allowed;
}
.jd-radio > input[type='radio']:checked:disabled + .jd-radio__overlay > .jd-radio__overlay__inner-content,
.jd-radio > input[type='radio'].jd-radio–disabled:checked + .jd-radio__overlay > .jd-radio__overlay__inner-content {
  background: #878694;
}
.jd-radio > input[type='radio']:checked:disabled + .jd-radio__overlay > .jd-radio__overlay__inner-content > svg,
.jd-radio > input[type='radio'].jd-radio-disabled:checked + .jd-radio__overlay > .jd-radio__overlay__inner-content > svg {
  fill: #cac9d7;
}
.jd-alert-bars-container {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 1061;
}
.jd-alert-bar {
  color: #FFFFFF;
  transform-origin: bottom;
}
.alert-container {
  background-color: #BD2E28;
  min-height: 54px;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
}
.alert-container a,
.alert-container a:hover {
  color: #f1f1f1;
  text-decoration: underline;
}
.alert-container.success {
  background-color: #4a823b;
}
.alert-container.success > .status-icon {
  height: 23px;
  width: 29px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAXCAYAAAD3CERpAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTIyM0JDRjlBOEIwMTFFNEFBQjNCNENGNTgxNzVFMDkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTIyM0JDRkFBOEIwMTFFNEFBQjNCNENGNTgxNzVFMDkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxMjIzQkNGN0E4QjAxMUU0QUFCM0I0Q0Y1ODE3NUUwOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxMjIzQkNGOEE4QjAxMUU0QUFCM0I0Q0Y1ODE3NUUwOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pl/aCt8AAADaSURBVHjavJXrDcMgDIRJFyijdISOkBE8GqN0hHSDjkAmoAaRqKIY8zA56X7Z8ieRi62cc2qSH2iLhrQ2G3gIZkPXBPgHlgaCKwukoRzwBF8N9LKXA33IqCB8YgIlgefM0hDLgFuAG1rn0gvUc0gCf6HAfQcp4AGF2gBIAL2XEGGl7orXXtnn9UY/0TZXvMXiXjFIBBhELOhekU9KLfxRcBUw95/2gquB1MJvBTcBS1dGx2GcTM++LhU5sOk9ElwDBTYjl6mmKQWb0XO4BDIvjX6hNzSoQX0FGACwrrDla11hLgAAAABJRU5ErkJggg==);
  background-repeat: none;
}
.alert-container.combined-errors > .status-icon,
.alert-container.combined-errors > .btn {
  vertical-align: top;
}
.alert-container > p {
  margin: 0;
  padding: 0;
}
.alert-container > p > strong {
  font-size: 2.2rem;
  line-height: 1.5;
  display: block;
}
.alert-container > p.detailed > strong {
  font-weight: normal;
}
.alert-container ul {
  font-size: 1.8rem;
  padding: 0 0 0 10px;
  line-height: 1.5;
}
.status-icon {
  width: 29px;
  height: 25px;
  background-repeat: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAZCAYAAADNAiUZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDMxQjIyQ0NBOEIxMTFFNEFBQjNCNENGNTgxNzVFMDkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDMxQjIyQ0RBOEIxMTFFNEFBQjNCNENGNTgxNzVFMDkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxMjIzQkNGRkE4QjAxMUU0QUFCM0I0Q0Y1ODE3NUUwOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxMjIzQkQwMEE4QjAxMUU0QUFCM0I0Q0Y1ODE3NUUwOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PloK1GYAAAEVSURBVHjavJbhDYIwEEZP43/ZQDcAJ6AjMAIbwAgdoSPpBOIGukGZoF71TIiBo1coL/lijHIv9M4TcM6BMDXGui+W3otqSIWFG6dIKe0mpF0qaet42tBau495ngzzxByZ7/SYM8bOFdtDGGZGCPS5CaoWcBxqoofXiR6rNXrKFVYxQzV3vC0mBxk5XRfVUz88GuLQdL1YqgOGhxsqLZUWmAaW0VCdYKmBdTCh0hpTriQtqR4rzVa8y+HdZtxyMC4MbjmMYaZ2r2/6HdJxwXT/xys51gfmRq/yoRo8DUjg1iBH9VuDKYaHHaoD7Unp5vE/A0X/nxJO3ucHyS5YdzH0XupgY/b0mLElvZdWmNdGQu+p3gIMABrhNsqduvpqAAAAAElFTkSuQmCC);
  display: inline-block;
  vertical-align: middle;
}
.alert-message {
  font-size: 2.2rem;
  line-height: 1.5;
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
  text-align: left;
  vertical-align: middle;
}
.jd-alert-bar.ng-move,
.jd-alert-bar.ng-enter,
.jd-alert-bar.ng-leave.ng-leave-active {
  transition: all ease-in 0.25s;
  transition-delay: 0.5s;
  transform: translate(0, 100%);
}
.jd-alert-bar.ng-move-active,
.jd-alert-bar.ng-enter.ng-enter-active,
.jd-alert-bar.ng-leave {
  transition: all ease-out 0.5s;
  transform: translate(0, 0);
}
jd-popover-panel {
  display: block;
}
jd-popover-panel:focus {
  outline: 0;
}
jd-popover-panel .jd-popover-panel-container {
  position: relative;
  display: inline-block;
}
jd-popover-panel .jd-popover-panel-container .arrow {
  left: 20px;
}
jd-popover-panel .jd-popover-panel-target {
  display: inline;
  float: left;
  width: 0;
}
jd-popover-panel .jd-popover-panel-modal {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 499;
}
jd-popover-panel .jd-popover-panel-content {
  z-index: 500;
  position: absolute;
  background-color: #FFF;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
jd-popover-panel .jd-popover-panel-content.ng-animate {
  transition: all 0.5s;
}
jd-popover-panel .jd-popover-panel-content.ng-enter,
jd-popover-panel .jd-popover-panel-content .ng-leave {
  opacity: 0;
}
jd-popover-panel .jd-popover-panel-content.ng-enter.ng-enter-active {
  opacity: 1;
}
jd-popover-panel .jd-popover-panel-content.ng-leave.ng-leave-active {
  opacity: 0;
}
jd-popover-panel .jd-popover-panel-content:focus {
  outline: 0 !important;
}
jd-popover-panel .jd-popover-panel-content.bottom {
  top: calc(100% +  10px);
}
jd-popover-panel .jd-popover-panel-content.left {
  right: auto;
  left: 0;
}
jd-popover-panel .jd-popover-panel-content.right {
  right: 0;
  left: auto;
}
jd-popover-panel .arrow {
  z-index: 502;
  visibility: hidden;
  overflow: hidden;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  top: calc(100% +  10px/2);
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  width: 10px;
  height: 10px;
  opacity: 0;
}
jd-popover-panel .shadow-arrow {
  z-index: 1;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  opacity: 0;
}
jd-popover-panel .inner-arrow {
  z-index: 1;
  width: 14.14213562px;
  height: 14.14213562px;
  top: 50%;
  left: 50%;
  margin-left: -2.07106781px;
  margin-top: -12.07106781px;
  position: absolute;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  background: #fff;
}
jd-popover-panel .active .arrow,
jd-popover-panel .active .inner-arrow,
jd-popover-panel .active .shadow-arrow {
  transition: 0.25s;
  opacity: 1;
  visibility: visible;
  transition-delay: 0.25s;
}
/*
.FALL-IN-DOWN{
  transition: .5s ease;
  &.ng-enter {
    //transform: translateY(-10%);
    opacity: .5;
  }
  &.ng-enter.ng-enter-active {
    //transform: translateY(0);
    opacity: 1;
  }
  &.ng-leave {
    //transform: translateY(-10%);
    opacity: .5;
  }
  &.ng-leave.ng-leave-active {
    transform: translateY(0);
    opacity: 1;
  }
}
*/
div.nvtooltip-linechart {
  background: #ffffff;
}
pie-chart .nvd3.nv-pie path {
  fill-opacity: 1 !important;
}
div.nvtooltip-piechart {
  background: #ffffff !important;
}
stack-chart .nvtooltip {
  background: #ffffff;
}
widget.no-padding .panel .inner {
  margin: 0;
}
widget section.loaded {
  margin-bottom: 20px;
}
widget section.loaded .panel {
  height: auto;
  background: #FFFFFF;
}
widget section.loaded .panel .inner {
  visibility: visible;
  opacity: 1;
}
widget .panel {
  background: #FFFFFF url(/app/image/loading-animation.713c87.gif) no-repeat center center;
  border: none;
  border-radius: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  height: 50px;
  overflow: hidden;
  z-index: 5;
}
widget .panel .inner {
  margin: 20px;
  visibility: hidden;
  opacity: 0;
  transition: all 500ms ease-in;
}
widget .panel-header {
  padding-bottom: 20px;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: bold;
}
widget .panel-title {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: bold;
}
widget.scrollable section.loaded .panel {
  overflow-x: auto;
}
widget.search-input-box .panel {
  margin-bottom: 0!important;
}
widget.search-input-box section.loaded {
  margin-bottom: 0!important;
}
.platter {
  margin-bottom: 10px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  position: relative;
  z-index: 100;
  background: #f1f1f1;
  transition: all 0.2s;
  transform: scale(1, 1);
}
.platter.active {
  transform: scale(1.1, 1.1);
  z-index: 200;
  background: #FFFFFF;
}
.platter:nth-child(3) {
  transform-origin: 220px center;
}
.platter:nth-child(3).active {
  transform: scale(1.1, 1.1) translate(0, 0);
}
.platter-row {
  margin-right: -10px;
  margin-left: -10px;
}
.platter-row + .platter-row {
  border-top: 1px solid #dddddd;
}
.platter-title {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
}
.platter-label {
  color: #aaaaaa;
  font-weight: bold;
}
.platter-featured-text {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: bold;
}
#application-header nav {
  box-shadow: 0 3px 5px 0 #f1f1f1;
  color: #888888;
  font-size: 1.5rem;
}
#application-header nav ul {
  height: 40px;
  margin: 0 auto;
  position: relative;
  background-color: #FFFFFF;
}
#application-header nav li {
  height: 40px;
  display: inline-block;
  line-height: 40px;
  position: relative;
}
#application-header nav li a {
  color: inherit;
  padding: 0 15px;
  display: inline-block;
}
#application-header nav li a:hover {
  text-decoration: inherit;
}
#application-header nav li > ul {
  display: none;
}
#application-header nav li.has-submenu:hover {
  color: #333333;
  box-shadow: 10px 0px 6px -4px rgba(51, 51, 51, 0.07), -10px 0px 6px -4px rgba(51, 51, 51, 0.07);
}
#application-header nav li.has-submenu:hover > ul {
  background-color: white;
  box-shadow: 0 2px 8px 7px rgba(50, 58, 69, 0.07);
  display: block;
  height: auto;
  position: absolute;
  white-space: nowrap;
  padding: 0;
}
#application-header nav li.has-submenu:hover > ul li {
  display: block;
}
#application-header nav li.has-submenu.fall-right:hover > ul {
  right: 0;
}
#application-header nav li.active {
  border-bottom: 4px solid #367C2B;
}
#application-header nav .main-menu li:not(.develop-submenu):hover {
  border-bottom: 4px solid #a0a0a0;
}
#application-header nav .search {
  position: absolute;
  right: 100px;
}
#application-header nav .preferences {
  position: absolute;
  right: 55px;
}
#application-header nav .home-icon {
  height: 20px;
  margin-bottom: -1px;
  background-position: center;
}
#application-header nav .search-icon {
  height: 24px;
  margin-top: 1px;
}
#application-header nav .gear-icon {
  height: 24px;
  margin-top: 1px;
}
#application-header nav .helpAndFeedback {
  position: absolute;
  right: 3px;
}
#application-header nav .help-icon {
  height: 24px;
  margin-top: 1px;
}
#application-header nav .underline-disabled {
  text-decoration: none !important;
}
.cf #application-header nav li.active {
  border-bottom-color: 3px solid #333333;
}
loading-indicator {
  overflow: hidden;
}
loading-indicator,
.loading-indicator {
  display: inline-block;
  height: 13px;
  width: 75px;
}
.loading-indicator {
  background: transparent url(/app/image/loading-animation.713c87.gif) no-repeat center center;
}
.loading-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
}
.loading-overlay .loading-animation {
  background: url(/app/image/loading-animation.713c87.gif) no-repeat center center;
  border: none;
  border-radius: 0;
  height: 40px;
  width: 80px;
  top: 50%;
  margin: auto;
  margin-top: -20px;
  position: relative;
  overflow: hidden;
}
.tooltip.in {
  opacity: 1;
}
.tooltip .tooltip-arrow {
  border-color: #454545;
  width: 10px;
  height: 10px;
  /* Safari */
  -webkit-transform: rotate(45deg);
  /* Firefox */
  -moz-transform: rotate(45deg);
  /* IE */
  -ms-transform: rotate(45deg);
  /* Opera */
  -o-transform: rotate(45deg);
  border-width: 1px 0 0 1px;
  background-color: #FFFFFF;
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.tooltip.bottom .tooltip-arrow {
  border-color: #454545;
  width: 10px;
  height: 10px;
  /* Safari */
  -webkit-transform: rotate(45deg);
  /* Firefox */
  -moz-transform: rotate(45deg);
  /* IE */
  -ms-transform: rotate(45deg);
  /* Opera */
  -o-transform: rotate(45deg);
  border-width: 1px 0 0 1px;
  background-color: #FFFFFF;
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.tooltip .tooltip-inner {
  background-color: #FFFFFF;
  color: #454545;
  border-color: #454545;
  border-style: solid;
  border-width: 1px;
  border-radius: 2px;
}
location-icon,
.location-icon {
  display: inline-block;
  width: 17px;
  height: 17px;
}
span.location-icon {
  background: transparent url(/app/image/location-icon.922fb4.png) no-repeat center center;
  background-size: 100%;
  opacity: 0.55;
}
span.location-icon:hover {
  opacity: 0.7;
}
.locationToolTipContainer {
  position: relative;
  margin-left: 25px;
  margin-top: -50px;
}
.locationToolTip {
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  width: 125px;
  text-align: center;
  border-radius: 6px;
  position: absolute;
  padding: 0px 5px;
  z-index: 1;
}
span.location-icon:hover .locationToolTip {
  display: inline;
  color: white;
}
checked-icon,
.checked-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.checked-icon {
  background: transparent url(/app/image/checked-icon.404f76.png) no-repeat center center;
  background-size: 100%;
  opacity: 0.55;
}
.checked-icon:hover {
  background-color: black;
  opacity: 0.7;
}
.disabledCopyIconSVG {
  fill: #aaaaaa;
  background-color: transparent !important;
  border: none !important;
  padding: 0px !important;
}
.disabledCopyIconSVG:hover {
  background-color: transparent !important;
  border: none !important;
  padding: 0px !important;
}
.disabledTrashIconSVG {
  fill: #aaaaaa;
  background-color: transparent !important;
  border: none !important;
  padding: 0px !important;
}
.disabledTrashIconSVG:hover {
  background-color: transparent !important;
  border: none !important;
  padding: 0px !important;
}
.disabledIconCalenderSVG {
  fill: #aaaaaa;
  background-color: transparent !important;
  border: none !important;
  padding: 0px !important;
}
.disabledIconCalenderSVG:hover {
  background-color: transparent !important;
  border: none !important;
  padding: 0px !important;
}
.disabledCircleIconSVG {
  fill: #aaaaaa;
  background-color: transparent !important;
  border: none !important;
  padding: 0px !important;
  margin-bottom: -5px !important;
}
.disabledCircleIconSVG:hover {
  background-color: transparent !important;
  border: none !important;
  padding: 0px !important;
  margin-bottom: -5px !important;
}
sort-icon,
.sort-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
}
.sort-icon {
  background: transparent url(/app/image/sort-icon.f661e5.png) no-repeat center center;
  background-size: 100%;
  opacity: 0.45;
}
.sort-icon-new {
  background: transparent url(/app/image/sort-icon-new.73524b.svg) no-repeat center center;
  background-size: 100%;
  width: 14px;
  height: 22px;
  margin-left: 10px;
  opacity: 0.45;
}
.powergardcalculator-i-frame {
  width: 100% !important;
  height: 600px !important;
  border: none;
}
.generic-confirm-prompt .preformated {
  white-space: pre-wrap;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.5;
}
.home-view-container .dealer-selector button {
  margin-top: 8px;
}
ul.facets-group-list {
  line-height: 1.75;
  list-style-type: none;
  padding: 0;
}
.facets-group-list h4 {
  font-weight: bold;
  font-size: 1.6rem;
}
ul.facet-group {
  border-bottom: 1px solid #dddddd;
  list-style-type: none;
  padding: 0 0 7px;
}
.filter-group {
  border-top: 1px solid #dddddd;
  list-style-type: none;
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}
li:last-child ul.facet-group {
  border-width: 0;
}
.checkbox-group label {
  margin-left: 10px;
}
ul.radio-group {
  list-style-type: none;
  padding: 0;
  line-height: 1.75;
  margin: 0;
}
ul.overflow {
  overflow: auto;
  height: 300px;
}
.fontSize {
  font-size: 12px;
}
.radio-group label {
  margin-left: 10px;
  margin-bottom: 0px;
}
.select-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 0;
  font-size: 1.6rem;
}
.select-group select {
  width: 100%;
}
.date-align {
  border-top: 1px solid #dddddd;
  list-style-type: none;
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}
.date-align h4 {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.75;
}
.search-results-widget-header {
  padding-left: 60px;
  padding-right: 20px;
}
.search-query {
  background: #ffffff;
  padding: 20px;
}
.search-results-content {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.search-results-content ul {
  margin: 5px 0 15px 0;
  padding: 0;
}
.search-results-content li {
  list-style-type: none;
}
.search-results-content > li {
  min-height: 160px;
  padding: 20px 20px 20px 60px;
  position: relative;
}
.search-results-content > li:nth-child(odd) {
  background-color: #F7F7F7;
}
.search-results-content > li:nth-child(odd) p:before {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 25%, #F7F7F7 100%);
}
.search-results-content > li.no-results {
  height: 50px;
  min-height: inherit;
  padding: 0 20px;
  line-height: 50px;
  background: #fff;
  color: #aaaaaa;
}
.search-results-content h4 {
  margin-top: 0;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}
.search-results-content p {
  max-height: 106px;
  position: relative;
  overflow-y: hidden;
  z-index: 1;
}
.search-results-content p:before {
  content: ' ';
  width: 100%;
  height: 83px;
  position: absolute;
  top: 23px;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 25%, #ffffff 100%);
}
.search-results-content .type {
  position: absolute;
  top: 15px;
  left: 26px;
  transform: rotate(90deg);
  transform-origin: left top;
  line-height: 1em;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.125);
}
.search-results-content .equipment-list li {
  padding-left: 25px;
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.search-results-content .equipment-list .check-icon {
  height: 10px;
  position: absolute;
  top: 4px;
  left: 0;
  fill: #367C2B;
}
.search-results-content .status {
  font-weight: bold;
}
.search-results-content .detail {
  margin: 0 5px 15px 0;
  padding: 2px 8px;
  display: inline-block;
  border: 1px solid #bdbdbd;
  border-radius: 4px;
  color: #787878;
}
.search-results-content .detail:first-child {
  margin-top: 15px;
}
.search-results-content .detail .detail-value {
  margin-right: 1px;
  line-height: 1;
  font-weight: bold;
  font-size: 3rem;
}
.search-results-content .detail .detail-title {
  display: inline-block;
  line-height: 1rem;
  font-size: 1.3rem;
  text-transform: capitalize;
  letter-spacing: 0.2px;
  color: #646464;
  vertical-align: middle;
  margin-top: -1em;
  max-width: 7em;
}
.search-results-content .tag {
  height: 25px;
  padding-left: 5px;
  color: #a6a6a6;
}
.override-widget section.loaded .panel {
  background: #f1f1f1;
  box-shadow: none;
}
.override-widget section.loaded .inner {
  margin: 0 !important;
}
.white-search-panel {
  background-color: white;
}
.grey-search-section {
  background-color: #f1f1f1;
  padding-bottom: 10px;
}
.search-head widget .panel .inner {
  transition: none;
}
.transformation-added-message {
  font-size: 1.5rem;
  padding-left: 8px;
}
.width50Percent {
  width: 50%;
}
.fontFamily {
  font-family: "JDSans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #454545;
  font-size: 2.2rem;
  line-height: 1.5;
}
.expertServicesPlan {
  border: 2px solid green;
  border-radius: 50px;
  background-color: green;
  text-align: center;
  color: white;
  font-size: medium;
  width: 20%;
}
.svapPlan {
  border: 1px solid lightgrey;
  border-radius: 50px;
  text-align: center;
  font-weight: bold;
  background-color: #7f7f7f12;
  font-size: medium;
  width: 12%;
}
.hrSeparator1 {
  border: 0.5px solid #333333;
  width: 100%;
  margin-right: 10px;
}
.hrSeparator2 {
  border: 0.5px solid lightgray;
  width: 95%;
  margin-right: 20px;
}
.esPagination {
  clear: both;
  width: 100%;
}
.esSearchBox {
  width: 100%;
  height: 35px;
  border: 0;
  font-size: large;
  outline: none;
}
.searchBoxDiv {
  border: 0.5px solid #e3dddd;
  width: 100%;
}
.displayFlexRowAlignLeft {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.esJobVersionLabel {
  border: 1px solid green;
  border-radius: 2px;
  background-color: green;
  text-align: center;
  color: white;
  font-size: small;
  width: 60%;
  float: right;
  cursor: pointer;
}
.removeCursor {
  cursor: none;
  pointer-events: none;
}
.divBorderBottom {
  border-color: lightgray;
  border-bottom-style: solid;
  border-width: thin;
  margin-right: 10px;
  margin-left: 10px;
  width: 98%;
}
.divBorderTop {
  border-color: lightgray;
  border-top-style: solid;
  border-width: thin;
  margin-right: 10px;
  height: 50px;
  padding-top: 1%;
  margin-bottom: 1%;
}
.blackFontBoldSize1EM {
  font-size: 1em;
  font-weight: bold;
  color: #000000;
}
.greenFontBoldAndSmall {
  font-size: 95%;
  font-weight: bold;
  color: #000000;
}
.blackFontBoldSize1Point1EM {
  font-size: 1em;
  font-weight: bold;
  color: #000000;
}
.blackFontSize1EM {
  font-size: 1em;
  font-weight: normal;
  color: #000000;
}
.paddingTop1Percent {
  padding-top: 1%;
}
.esJobVersionDiv {
  font-size: small;
  color: #1F6333;
  width: 97%;
}
.esJobVersionDivPadding {
  padding: 0.7%;
}
.clear {
  clear: both;
}
.esJobDiv {
  clear: both;
  width: 100%;
  margin-left: 10px;
}
.width2Percent {
  width: 2%;
  padding-top: 0.3%;
}
.clearable-input {
  display: inline-block;
}
.clearable-input {
  font-size: 1.3em;
  cursor: pointer;
  color: #8c8c8c;
}
.displayFlexAlignVerticalCenter {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.displayFlexRowLeftAlignVerticalCenter {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}
.displayFlexRowRightAlignVerticalCenter {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.displayFlexColumnRightAlignVerticalCenter {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.equipAddCircle {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.equipAddCircleVersions {
  display: contents;
  flex-direction: row;
  align-items: center;
  width: 90%;
}
.equipAddCircleVersions add-icon {
  position: relative;
  left: 50px;
}
.equipAddCircleVersions disabled-add-icon {
  position: relative;
  left: 50px;
}
.equipAddCircleVersions check-circle-green {
  position: relative;
  left: 5px;
}
.equipInfoLabel {
  width: 80%;
  text-align: left;
  font-weight: normal;
}
.displayFlexColumnAlignVerticalCenter {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.displayFlexColumnAlignVerticalCenterAccordion {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.clearInputDiv {
  width: 3%;
  height: 50px;
}
.resetButtonTransparent {
  border-style: none;
  outline: none;
  background: transparent;
}
.searchDiv {
  width: 5%;
  height: 50px;
}
.searchDivEnable {
  width: 5%;
  height: 50px;
  background-color: #008000;
}
.inputBoxWidth {
  width: 62%;
  height: 50px;
  padding-left: 5px;
}
.esDropDownWidth {
  width: 30%;
  height: 50px;
}
.width100Percent {
  width: 100%;
}
.width30Percent {
  width: 30%;
}
.width89Percent {
  width: 89%;
}
.width85Percent {
  width: 85%;
}
.width10Percent {
  width: 2.5%;
}
.width11Percent {
  width: 11%;
}
.width70Percent {
  width: 70%;
}
.width80Percent {
  width: 80%;
}
.width20Percent {
  width: 20%;
}
.width25Percent {
  width: 25%;
}
.width5Percent {
  width: 5%;
}
.width89Percent {
  width: 89%;
}
.searchResultFont {
  color: #7f7f7f;
  font-size: 1.2em;
}
.paddingLeft5px {
  padding-left: 5px;
}
.search-queryESJob {
  background: #ffffff;
  height: 50px;
}
.displayFlexRow {
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
}
.displayFlexColumn {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
}
.pad-left-6Percent {
  padding-left: 6%;
}
.pad-left-10Percent {
  padding-left: 10%;
}
.padding-top-2Point3percent {
  padding-top: 2.3%;
}
.padding-top-2Point5percent {
  padding-top: 2.5%;
}
.padding-top-1percent {
  padding-top: 1%;
}
.padding-top-1Point3percent {
  padding-top: 1.3%;
}
.padding-top-1Point5percent {
  padding-top: 1.5%;
}
.displayFlexRowAlignCenter {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.displayFlexRowAlignVerticalCenter {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.no-padding {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.esJobEquipPopupBlackFontBoldSize1EM {
  font-size: 1em;
  font-weight: bold;
  color: #000000;
}
.esJobEquipPopupBlackFontSize1EM {
  font-size: 0.8em;
  color: #000000;
}
.esJobEquipPopupDisplayFlexRow {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  padding-left: 20px;
}
.esJobEquipPopupDisplayFlexColumnHeader {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
}
.esJobEquipPopupDisplayFlexColumnData {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
}
.esJobDivStyle {
  background-color: lightgray;
}
.equipNamePadding {
  padding-top: 3px;
}
.expertServicesPlan {
  border: 2px solid green;
  border-radius: 50px;
  background-color: green;
  text-align: center;
  color: white;
  font-size: medium;
  width: 20%;
}
.svapPlan {
  border: 1px solid lightgrey;
  border-radius: 50px;
  text-align: center;
  font-weight: bold;
  background-color: #7f7f7f12;
  font-size: medium;
  width: 12%;
}
.btn-detail {
  height: 36px;
  margin-bottom: 4px;
  padding: 0 10px;
  vertical-align: top;
  text-align: left;
}
.btn-detail .detail-value {
  margin-right: 1px;
  line-height: 1;
  font-weight: bold;
  font-size: 3rem;
  color: #787878;
}
.btn-detail .detail-title {
  max-width: 7em;
  margin-top: -1em;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  line-height: 1rem;
  text-transform: capitalize;
  letter-spacing: 0.2px;
  font-size: 1.3rem;
  font-weight: normal;
  color: #646464;
}
.btn-detail + .btn-detail {
  margin-left: inherit;
}
.job-added-message {
  font-size: 1.5rem;
}
.link-button {
  text-align: center;
  color: green;
  font-size: medium;
  font-weight: bold;
  text-decoration: underline;
  width: 20%;
}
.link-button:hover {
  text-decoration: underline;
  color: darkgreen;
}
.general-search-content .search-icon-paths > path {
  fill: #666666;
}
.btn-detail {
  height: 36px;
  margin-bottom: 4px;
  padding: 0 10px;
  vertical-align: top;
  text-align: left;
}
.btn-detail .detail-value {
  margin-right: 1px;
  line-height: 1;
  font-weight: bold;
  font-size: 3rem;
  color: #787878;
}
.btn-detail .detail-title {
  max-width: 7em;
  margin-top: -1em;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  line-height: 1rem;
  text-transform: capitalize;
  letter-spacing: 0.2px;
  font-size: 1.3rem;
  font-weight: normal;
  color: #646464;
}
.btn-detail + .btn-detail {
  margin-left: inherit;
}
.button-container {
  margin: 20px 0 10px 0;
  text-align: right;
}
.ruled-list {
  margin: 0;
  padding: 0;
}
.ruled-list li {
  margin-top: 0;
  padding-top: 0;
  list-style: none;
}
.ruled-list li + li {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}
.inner .ruled-list {
  margin-left: -20px;
  margin-right: -20px;
}
.inner .ruled-list li {
  padding-left: 30px;
  padding-right: 30px;
}
.ruled-list .icon {
  vertical-align: middle;
}
.no-border {
  border: none;
}
#newSellContainer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#newSellLink {
  padding: 0px 12px;
  font-size: 15px;
  text-decoration: underline;
}
.price-line-item + .price-line-item {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #dddddd;
}
.price-line-item label {
  font-weight: bold;
}
.list-no-dots {
  padding: 0;
  display: block;
}
.list-no-dots li {
  display: block;
}
.data-list {
  padding: 0;
  display: block;
  border: 1px solid #dddddd;
}
.data-list .data-list-entry {
  margin: 0;
  display: block;
  border-bottom: 1px solid #dddddd;
}
.data {
  width: 100%;
  padding: 40px;
  display: table-cell;
}
.data + .data {
  border-left: 1px solid #dddddd;
}
.data.control {
  width: inherit;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.jobs-menu-left {
  left: -56px !important;
}
.service-plan-title {
  color: #333333 !important;
}
.service-plan-widget-default-cursor {
  cursor: default !important;
}
.editable-tags .tag {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  -webkit-user-select: none;
  user-select: none;
  white-space: normal;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 6px 18px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  color: #454545;
  background-color: #e9e9e9;
  border-color: #ccc;
  box-shadow: inset 0 13px 15px #ffffff;
  border-color: #CCC;
  box-shadow: inset 0 13px 15px #F9F9F9;
  margin-top: 10px;
  margin-right: 10px;
  position: relative;
}
.editable-tags .tag:focus,
.editable-tags .tag:active:focus,
.editable-tags .tag.active:focus,
.editable-tags .tag.focus,
.editable-tags .tag:active.focus,
.editable-tags .tag.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.editable-tags .tag:hover,
.editable-tags .tag:focus,
.editable-tags .tag.focus {
  color: #454545;
  text-decoration: none;
}
.editable-tags .tag:active,
.editable-tags .tag.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.editable-tags .tag.disabled,
.editable-tags .tag[disabled],
fieldset[disabled] .editable-tags .tag {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}
a.editable-tags .tag.disabled,
fieldset[disabled] a.editable-tags .tag {
  pointer-events: none;
}
.editable-tags .tag:focus,
.editable-tags .tag.focus {
  color: #454545;
  background-color: #d0d0d0;
  border-color: #8c8c8c;
}
.editable-tags .tag:hover {
  color: #454545;
  background-color: #d0d0d0;
  border-color: #adadad;
}
.editable-tags .tag:active,
.editable-tags .tag.active,
.open > .dropdown-toggle.editable-tags .tag {
  color: #454545;
  background-color: #d0d0d0;
  background-image: none;
  border-color: #adadad;
}
.editable-tags .tag:active:hover,
.editable-tags .tag.active:hover,
.open > .dropdown-toggle.editable-tags .tag:hover,
.editable-tags .tag:active:focus,
.editable-tags .tag.active:focus,
.open > .dropdown-toggle.editable-tags .tag:focus,
.editable-tags .tag:active.focus,
.editable-tags .tag.active.focus,
.open > .dropdown-toggle.editable-tags .tag.focus {
  color: #454545;
  background-color: #bebebe;
  border-color: #8c8c8c;
}
.editable-tags .tag.disabled:hover,
.editable-tags .tag[disabled]:hover,
fieldset[disabled] .editable-tags .tag:hover,
.editable-tags .tag.disabled:focus,
.editable-tags .tag[disabled]:focus,
fieldset[disabled] .editable-tags .tag:focus,
.editable-tags .tag.disabled.focus,
.editable-tags .tag[disabled].focus,
fieldset[disabled] .editable-tags .tag.focus {
  background-color: #e9e9e9;
  border-color: #ccc;
}
.editable-tags .tag .badge {
  color: #e9e9e9;
  background-color: #454545;
}
.editable-tags .tag:hover,
.editable-tags .tag:focus,
.editable-tags .tag:active,
.editable-tags .tag.active,
.open > .dropdown-toggle.editable-tags .tag {
  color: #454545;
  background-color: #d0d0d0;
  border-color: #adadad;
}
.editable-tags .tag:active,
.editable-tags .tag.active,
.open > .dropdown-toggle.editable-tags .tag {
  background-image: none;
}
.editable-tags .tag.disabled,
.editable-tags .tag[disabled],
fieldset[disabled] .editable-tags .tag,
.editable-tags .tag.disabled:hover,
.editable-tags .tag[disabled]:hover,
fieldset[disabled] .editable-tags .tag:hover,
.editable-tags .tag.disabled:focus,
.editable-tags .tag[disabled]:focus,
fieldset[disabled] .editable-tags .tag:focus,
.editable-tags .tag.disabled:active,
.editable-tags .tag[disabled]:active,
fieldset[disabled] .editable-tags .tag:active,
.editable-tags .tag.disabled.active,
.editable-tags .tag[disabled].active,
fieldset[disabled] .editable-tags .tag.active {
  background-color: #DDDDDD;
  border: none;
  color: #AAAAAA;
}
.editable-tags .tag .badge {
  color: #e9e9e9;
  background-color: #454545;
}
.editable-tags .tag.btn-detail > .detail-value,
.editable-tags .tag.btn-detail > .detail-title {
  color: #454545;
}
.editable-tags .tag:hover {
  background: #e9e9e9;
  border-color: #CCC;
  box-shadow: inset 0 13px 15px #FFFFFF;
}
.tags-container {
  height: 131px !important;
  overflow-y: scroll !important;
  border-style: solid;
  border-color: #D3D3D3;
  border-width: 1px;
  border-radius: 5px;
  padding-top: 0px;
  padding-left: 9px;
  padding-right: 9px;
}
.dealer-push .loaded {
  line-height: 1.75;
}
.dealer-push h3 {
  color: #888888;
  margin: 20px 0 10px 0;
}
.dealer-push p {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 300;
}
.dealer-push .search-group {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 7px;
}
.dealer-push input[type="text"] {
  width: 100%;
}
.facets-inner-group {
  padding-left: 7px;
  list-style-type: none;
  margin-left: 16px;
}
.filter-group {
  border-top: 1px solid #dddddd;
  list-style-type: none;
  padding: 0;
}
.dealer-title {
  font-size: 2.2rem;
  padding-bottom: 7px;
  padding-left: 7px;
  padding-top: 5px;
}
.dealer-message {
  background: #dddddd;
  font-size: 2.2rem;
  padding-left: 7px;
}
.dealer-padding {
  padding: 5px;
}
.dealer-padding h5 {
  padding-left: 7px;
}
.dealer-padding p {
  padding-left: 7px;
  color: #367C2B;
  font-size: 1.4em;
}
.dealer-padding label {
  padding-left: 5px;
}
.dealer-padding p > label {
  font-weight: lighter;
  color: #333333;
}
.dealer-padding ul {
  color: #888888;
  font-size: 1.4rem;
  list-style: none;
}
.dealer-padding li:before {
  content: '-';
  position: absolute;
  margin-left: -1.1em;
}
.dealer-padding .adopted-info {
  padding: 7px;
  font-size: 1.4em;
}
.dealer-padding .grid {
  height: 400px;
  width: 100%;
}
.quantity.invalid {
  border-color: #BD2E28;
  box-shadow: none;
}
.bg-green {
  background-color: rgba(54, 124, 43, 0.3);
}
.tier div.invalid {
  background-color: rgba(189, 46, 40, 0.5);
}
.tier .row .form-control.invalid {
  border-color: #BD2E28;
}
.add-tier {
  border: 1px solid #dddddd;
}
.preference-view .form-group-info-icon {
  position: relative;
  top: -2px;
}
.preference-view-popover {
  width: 400px;
}
.preference-view-popover.preformated {
  white-space: pre-wrap;
}
.jobs-due-group {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.jobs-due-group .jobs-due-preference {
  flex-basis: 45%;
}
.zone-filler {
  height: 74px;
}
.popover-info-icon svg {
  margin-top: 6px;
}
.concurrent-consecutive-popover {
  float: left;
  overflow-y: auto;
  height: 250px;
}
.volume-discounts svg {
  width: 15px;
}
.zone-filler {
  height: 74px;
}
.popover-info-icon svg {
  margin-top: 6px;
}
.concurrent-consecutive-popover {
  float: left;
  overflow-y: auto;
  height: 250px;
}
.volume-discounts svg {
  width: 15px;
}
.accountig-details-price {
  font-size: 2.2rem;
  line-height: 1.5;
}
.accountig-details-info .info-icon {
  margin-bottom: 5px;
  margin-left: 5px;
}
.panel-header .popover {
  z-index: 9999;
}
.price-label {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #aaaaaa;
}
div.modal-header.maintenance-manual-modal > h3 {
  margin-top: 0px;
}
div.modal-body h5 {
  padding-left: 1em;
}
div.modal-body .please-select {
  margin-bottom: 0.5em;
}
div.modal-body .jd-checkbox {
  margin-right: 0.5em;
}
.modal-body .hit-area {
  background-color: white;
  width: 95%;
}
.modal-body .row + .row {
  margin-top: 20px;
}
.modal-body .col-sm-12 .hit-area {
  height: 110px;
  padding: 22px;
  width: 100%;
}
.modal-body .col-sm-12 div {
  float: left;
}
.modal-body .col-sm-12 div.icon {
  margin: 0px 10px;
  width: 56px;
}
.modal-body .col-sm-12 div.text {
  margin-top: 5px;
  width: 90%;
  word-wrap: break-word;
}
.maintenance-plan-widgets widget {
  cursor: pointer;
}
.maintenance-plan-widgets widget h3 {
  color: #367C2B;
}
.maintenance-plan-widgets widget ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.maintenance-plan-widgets widget ul li {
  margin-bottom: 10px;
}
.model-search-container {
  position: relative;
}
.model-search-container > i {
  position: absolute;
  top: 10px;
  right: 10px;
}
.maintenance-plan-loading {
  background: transparent url(/app/image/loading-animation.713c87.gif) no-repeat center center;
  display: inline-block;
  height: 13px;
  width: 75px;
  margin: 10px 0;
}
.action-button-menu {
  left: -150px !important;
}
.expand {
  padding-left: 5px;
}
.laborHour {
  padding-top: 10px;
}
.laborLabel {
  padding-top: 15px;
  margin-left: 10px;
}
.addPart {
  padding-top: 5px;
  padding-left: 35px;
}
.modalBackground {
  background: #D3D3D3;
}
.displayBlock {
  display: inline-block;
}
.laborDuration {
  display: inline-block;
  padding-left: 50px;
}
.buttonStyle {
  padding: 0px 150px 50px 0px;
}
.intervalStyle {
  font-weight: bold;
  font-size: 18px;
}
.actionStyle {
  font-weight: bold;
  font-size: 15px;
}
.fontBold {
  font-weight: bold;
}
.partFont {
  font-weight: bold;
  font-size: 12px;
}
.partTable {
  margin-left: 30px;
  border-collapse: initial !important;
  background-color: transparent !important;
}
.partBorder {
  border-bottom: 0px !important;
}
.laborBorder {
  border-bottom: 2px solid #ddd;
}
.partEdit {
  padding-left: 5px;
}
.partNo {
  padding-top: 8px;
}
.laborMinute {
  padding-top: 5px;
}
.scroll {
  height: 100px;
  overflow-y: auto;
}
.tooltip.maintenance-plan-tooltip .tooltip-inner {
  color: #000000;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  font-size: 14px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  margin-left: -50px;
  margin-top: -2px;
  max-width: 250px;
  padding: 5px;
}
.tooltip.maintenance-plan-tooltip .tooltip-arrow {
  border-color: #FFFFFF;
  border-style: solid;
  background-color: #FFFFFF;
  margin-top: -7px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.display-inline-block {
  display: inline-block;
}
.customer-accordion-header {
  margin-bottom: -10px;
}
.warning-alert {
  display: flex;
  align-items: center;
  border-width: 1px;
  position: relative;
  color: #454545;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #fef0d9;
  font-size: 1.4rem;
}
.information-alert {
  display: flex;
  align-items: center;
  border-width: 1px;
  position: relative;
  color: #454545;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #d9e7f4;
  font-size: 1.4rem;
}
.customer-accordion-header-title {
  line-height: 1em;
  padding-top: 7px;
  padding-bottom: 7px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.customer-accordion-header-search {
  line-height: 1em;
  height: 34px;
}
.customer-accordion-header-counter {
  line-height: 1em;
  padding-top: 7px;
  padding-bottom: 7px;
  white-space: nowrap;
  text-align: right;
}
.search-box-container {
  position: relative;
  height: 34px;
  width: 100%;
  display: inline-block;
  line-height: 1em;
}
.search-box-container .search-box-icon {
  position: absolute;
  display: block;
  top: 5px;
  left: 0;
}
.search-box-container .search-box-input-container {
  position: absolute;
  top: 0;
  left: 30px;
  right: 0px;
}
.search-box-container .search-box-input {
  font-weight: normal;
  max-width: 300px;
}
.equipment-counter-status {
  text-align: right;
}
.tooltip.sell-agreement-tooltip .tooltip-inner {
  color: #000000;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  font-size: 14px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  margin-left: -50px;
  margin-top: -2px;
  max-width: 330px;
  padding: 5px;
}
.tooltip.sell-agreement-tooltip .tooltip-arrow {
  border-color: #FFFFFF;
  border-style: solid;
  background-color: #FFFFFF;
  margin-top: -7px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.display-inline-block {
  display: inline-block;
}
.powergard-detail-container {
  padding-top: 10px;
}
.powergard-detail .service-select-item {
  min-height: 140px;
}
.powergard-detail .powergard-checkbox {
  position: absolute;
  left: 10px;
  top: 0px;
}
.powergard-detail .powergard-details-body {
  padding-left: 35px;
}
.powergard-detail.is-checkbox-hidden .powergard-checkbox {
  display: none;
}
.powergard-detail.is-checkbox-hidden .powergard-details-body {
  padding-left: 0px;
}
.powergard-detail .title {
  font-size: 19px;
}
.reduce-width {
  width: 85% !important;
}
.bottom-padding-large {
  padding-bottom: 20px !important;
}
.top-padding-small {
  padding-top: 10px !important;
}
.truncate {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rj-agreed-price > span,
.rj-list-price > span {
  display: block;
  line-height: 1em;
  padding: 10px 0 0 0;
}
.rj-inflation-cont {
  padding-right: 10px;
}
.rj-inflation-cont .rj-inflation {
  position: absolute;
  right: -14px;
  top: 6px;
}
.rj-header-name {
  margin-top: 3px;
}
.rj-list-price > span {
  text-align: center;
}
.rj-agreed-price > span {
  text-align: right;
}
.rj-update-price-button {
  padding-left: 3px;
  padding-right: 3px;
}
.padding-top-five {
  padding-top: 5px !important;
}
.padding-top-seven {
  padding-top: 7px !important;
}
.package-widgets widget {
  cursor: pointer;
}
.package-widgets widget h3 {
  color: #367C2B;
}
.package-widgets widget ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.package-widgets widget ul li {
  margin-bottom: 10px;
}
.sort-priority {
  width: 70px;
}
.addpad {
  padding: 7px;
}
.cursor-style-pointer {
  cursor: pointer !important;
}
.action-menu {
  left: -58px !important;
}
.dropdown-margin {
  margin-top: -16px !important;
}
.status-info {
  padding: 5px 10px;
  margin: 20px 25px 10px 25px;
  border: 1px solid lightgray;
  font-size: 1.2em;
  color: #454545;
}
.status-info .highlight {
  font-size: 2.2em;
  color: #367C2B;
}
.status-title {
  padding-left: 9px;
  margin-left: 9px;
}
.equipment-config-search-results-content {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.equipment-config-search-results-content ul {
  margin: 5px 0 15px 0;
  padding: 0;
}
.equipment-config-search-results-content li {
  list-style-type: none;
}
.equipment-config-search-results-content > li {
  min-height: 60px;
  padding: 5px 5px 5px 10px;
  position: relative;
}
.equipment-config-search-results-content > li:nth-child(odd) {
  background-color: #F7F7F7;
}
.equipment-config-search-results-content > li:nth-child(odd) p:before {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 25%, #F7F7F7 100%);
}
.equipment-config-search-results-content > li.no-results {
  height: 50px;
  min-height: inherit;
  padding: 0 20px;
  line-height: 50px;
  background: #fff;
  color: #aaaaaa;
}
.equipment-config-search-results-content h4 {
  margin-top: 0;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}
.equipment-config-search-results-content .type {
  position: absolute;
  top: 15px;
  left: 34px;
  transform: rotate(90deg);
  transform-origin: left top;
  line-height: 1em;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.125);
}
.equipment-config-search-results-content .equipment-list .check-icon {
  height: 10px;
  fill: #367C2B;
}
.equipment-config-search-results-content .status {
  font-weight: bold;
}
.cursor-default {
  cursor: default !important;
}
.cursor-pointer {
  cursor: pointer !important;
}
.justify-text {
  text-align: justify !important;
}
.left-widget {
  padding-top: 67px !important;
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 0;
}
.padding-in-widget {
  padding-top: 45px !important;
  padding-bottom: 15px !important;
}
.widget-height {
  height: 330px !important;
}
.bold-font {
  font-weight: bold !important;
}
.top-padding {
  padding-top: 0px !important;
}
.left-edge {
  left: -89px !important;
}
@media (min-width: 992px) {
}
@media (max-width: 991px) {
  .invoice-col-width {
    float: left;
  }
}
@media (max-width: 767px) {
  .invoice-col-width {
    float: left;
  }
}
.title-truncate-customer-and-equipment {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.price-info-icon {
  position: absolute;
  top: 6px;
  right: -15px;
}
.invoice-price-font {
  font-size: 18px;
}
.invoice-bottom-font {
  bottom: 3px;
}
.invoice-font {
  font-size: 15px;
}
.customer-modal-padding {
  padding-top: 4px;
}
.disable-customer-equipment {
  cursor: not-allowed;
}
.suggested-customer {
  background-color: #fff8cd;
  padding: 3px 3px 3px 10px;
  margin-bottom: 20px;
}
.suggested-customer a {
  padding-right: 10px;
}
.suggested-customer .suggested-customer-title {
  display: block;
}
.suggested-customer .suggested-customer-title-suggested {
  font-weight: bold;
  padding: 0 0 5px 0;
}
.suggested-customer .suggested-customer-name {
  font-style: italic;
}
.suggested-customer button {
  margin-bottom: 5px;
  margin-right: 5px;
}
.top-padding {
  padding-top: 0px !important;
}
.search-fields-inline {
  display: inline-block;
  width: 275px;
}
.add-equipment-widget {
  display: flex;
}
.add-equipment-panel {
  background: #FFFFFF;
  border: none;
  border-radius: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
  z-index: 5;
  margin-bottom: 0px;
  display: flex;
  flex-direction: column;
}
.pin-error {
  color: #BD2E28;
  font-weight: bold;
  padding: 4px 0 3px 0;
}
.bmc-disabled {
  color: #888888;
  font-weight: bold;
  padding: 4px 0 3px 0;
}
.add-equipment-inner {
  visibility: visible;
  opacity: 1;
  margin: 20px;
  display: flex;
  flex-direction: column;
}
.gear-icon {
  width: 30px;
  height: 30px;
  viewBox: 0 0 25 25;
}
.add-equipment-btn {
  margin-top: auto;
  align-self: flex-end;
}
.search-field-divider {
  text-align: center;
  width: 275px;
}
.i-frame {
  width: 100% !important;
  height: 90vh !important;
  border: 0;
}
.modal-dialog {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: fit-content;
}
.modal-dialog .modal-content {
  border-radius: 10px;
  overflow: hidden;
  background: #f1f1f1;
  width: -webkit-fit-content;
  width: fit-content;
  min-width: 1000px;
}
.add-equipment-implements .implements-item-row red-x-icon {
  position: relative;
  top: -1px;
  margin-left: 4px;
}
.top-padding {
  padding-top: 0px !important;
}
.small-width {
  width: 100px !important;
}
.medium-width {
  width: 125px !important;
}
.large-width {
  width: 175px !important;
}
.left-text-align {
  text-align: left !important;
}
.small-width {
  width: 100px !important;
}
.medium-width {
  width: 125px !important;
}
.large-width {
  width: 175px !important;
}
.left-text-align {
  text-align: left !important;
}
.warbtn {
  white-space: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.42857143;
  width: 35px;
}
.right-text-align-warn {
  text-align: right;
}
.icon-height {
  width: 45px;
  margin-top: -30px;
}
.modal-height-top {
  margin-top: -25px;
}
.modal-height-bottom {
  margin-top: -13px;
}
.resourceDetails-wrap {
  word-wrap: break-word;
}
.email-notification.form-group {
  margin-bottom: 0px !important;
}
.email-notification.form-group .notification-label,
.email-notification.form-group .notification-control {
  display: inline-block;
}
.email-notification.form-group .notification-label {
  width: 64px;
}
.email-notification.form-group .multiSelect > button {
  max-width: 144px;
  width: 144px;
  text-align: left;
  min-height: 33px !important;
}
.email-notification.form-group .multiSelect > button .caret {
  position: absolute;
  top: 14px;
  right: 5px;
  background-color: white;
}
.email-notification.form-group .multiSelect-button-label {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 118px;
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 11px;
}
.email-notification.form-group .line {
  text-align: center;
}
.email-notification.form-group .helperButton {
  border-right: none;
  float: none;
  width: 100%;
}
.email-notification.form-group .helperButton:hover {
  background-color: #e9e9e9;
}
.email-notification.form-group .helperContainer {
  padding: 0;
}
.data-modal-body {
  padding: 0px 40px 5px 40px !important;
}
.data-warning-icon {
  display: inline-block;
  vertical-align: middle;
  height: 44px;
}
.display-add-part {
  display: block;
}
.part-titel {
  font-weight: bold;
  font-size: medium;
  padding-left: 5px;
}
.partAccordian {
  background-color: white;
  padding: 10px 10px 10px 10px;
}
.part-table-body {
  background-color: white !important;
}
.part-table {
  padding-left: 50px;
}
.table-border {
  border-collapse: initial !important;
}
.part-detail-box {
  padding-top: 10px;
}
.btn-position {
  margin-top: -35px;
  margin-bottom: 45px;
}
.textarea-div {
  margin-left: 10px;
  margin-right: 10px;
}
.textarea-size {
  height: 170px !important;
}
@media all and (min-width: 992px) {
  .modal-log-fix {
    width: 1400px;
    margin-left: -28%;
    margin-top: 10%;
  }
}
.expert-alert-workqueue {
  /*.panel-default {
      background-color: #EEE;
  }*/
  /*** These are the call to action button styles used in the top navigation ***/
}
.expert-alert-workqueue div#content {
  padding: 0% 2% 1% 2%;
}
.expert-alert-workqueue .svap-ng-form input.ng-valid.ng-dirty {
  /*border: 1px solid #00CF7C;*/
}
.expert-alert-workqueue .svap-ng-input-required {
  color: #FA787E;
}
.expert-alert-workqueue .input-right {
  text-align: right;
}
.expert-alert-workqueue .td-right {
  text-align: right;
}
.expert-alert-workqueue div h2 {
  padding: 5px 0px 0px 5px;
}
.expert-alert-workqueue a,
.expert-alert-workqueue a:link,
.expert-alert-workqueue a:hover,
.expert-alert-workqueue a:visited {
  color: #454545;
  text-decoration: none;
  cursor: pointer;
}
.expert-alert-workqueue a:hover {
  text-decoration: underline;
}
.expert-alert-workqueue a:visited {
  color: #454545;
}
.expert-alert-workqueue hr {
  padding-top: 15px;
  background-color: #F5F5F5;
}
.expert-alert-workqueue .tab-content {
  background-color: #FFF;
}
.expert-alert-workqueue input.ng-invalid,
.expert-alert-workqueue select.ng-invalid,
.expert-alert-workqueue input.ng-invalid:hover,
.expert-alert-workqueue input.ng-invalid:focus {
  border-color: #A50000;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #FFBFBF;
}
.expert-alert-workqueue textarea.ng-invalid,
.expert-alert-workqueue textarea.ng-invalid:hover,
.expert-alert-workqueue textarea.ng-invalid:focus {
  border-color: #A50000;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #FFBFBF;
}
.expert-alert-workqueue .breadcrumb {
  background-color: inherit;
}
.expert-alert-workqueue .error {
  color: #A50000 !important;
  font-weight: bold !important;
}
.expert-alert-workqueue .table.table-condensed {
  margin-bottom: 8px;
}
.expert-alert-workqueue .table.table-condensed tr td,
.expert-alert-workqueue .table.table-condensed tr th {
  padding-top: 7px;
  padding-bottom: 5px;
}
.expert-alert-workqueue .table.table-condensed tr th,
.expert-alert-workqueue .table.table-condensed thead {
  border-bottom: none;
}
.expert-alert-workqueue .info-table {
  width: 100%;
  margin-bottom: 0.5em;
}
.expert-alert-workqueue .panel-padding {
  padding-bottom: 0.5em;
}
.expert-alert-workqueue .info-table td {
  border: none;
  border-top: 1px solid #DDDDDD;
}
.expert-alert-workqueue .info-table th {
  border: none;
  border-bottom: 1px solid #DDDDDD;
}
.expert-alert-workqueue .info-table tr:first-child td {
  border-top: none;
}
.expert-alert-workqueue .no-border,
.expert-alert-workqueue .table .no-border {
  border: none;
}
.expert-alert-workqueue .padding-left-2 {
  padding-left: 2px;
}
.expert-alert-workqueue .padding-top-7 {
  padding-top: 7px;
}
.expert-alert-workqueue .btn-xxs {
  padding: 3px 4px;
  font-size: 10px;
  line-height: 1;
  border-radius: 3px;
  margin-right: 3px;
}
.expert-alert-workqueue .fullwidth {
  width: 100%;
}
.expert-alert-workqueue .no-margin {
  margin: 0px;
}
.expert-alert-workqueue .margin-right {
  margin-right: 1em;
}
.expert-alert-workqueue .half-margin-right {
  margin-right: 0.5em;
}
.expert-alert-workqueue .quarter-margin-right {
  margin-right: 0.25em;
}
.expert-alert-workqueue input.input-xs,
.expert-alert-workqueue select.input-xs {
  height: 24px;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 22px;
  border-radius: 3px;
}
.expert-alert-workqueue textarea.form-control {
  height: 6em;
}
.expert-alert-workqueue .margin-bottom {
  margin-bottom: 1em;
}
.expert-alert-workqueue .half-margin-bottom {
  margin-bottom: 0.5em;
}
.expert-alert-workqueue .main-nav {
  width: 100%;
}
.expert-alert-workqueue .nav_dropdown li a {
  white-space: nowrap;
  padding-left: 10px;
  font-weight: bold;
  font-size: 12px;
  padding-right: 10px;
}
.expert-alert-workqueue .nav_dropdown li {
  padding-left: 0px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.expert-alert-workqueue .nav .dropdown a.current {
  border-bottom: #155A09 3px solid;
}
.expert-alert-workqueue .well.well-white {
  background-color: #FFFFFF;
  border-bottom: 4px #ededed solid;
  border-top: none;
}
.expert-alert-workqueue .well.well-sm {
  margin-bottom: 0.25em;
}
.expert-alert-workqueue .bold {
  font-weight: bold;
}
.expert-alert-workqueue .word-break {
  word-break: break-all;
}
.expert-alert-workqueue .panel-group .panel {
  overflow: visible;
}
.expert-alert-workqueue .nav-tabs > li {
  padding-bottom: -1px;
}
.expert-alert-workqueue .modal-body {
  background-color: #F1F1F1;
}
.expert-alert-workqueue .complete-modal-panel {
  background-color: #FFF;
}
.expert-alert-workqueue button:hover,
.expert-alert-workqueue a.button:hover {
  background: #e9e9e9;
  /* Old browsers */
  box-shadow: inset 0 13px 15px #ffffff;
  /* note - we use an inset box shadow instead of a gradient due to an issue with IE bleeding background-gradient colors behind rounded corners */
}
.expert-alert-workqueue .dropdown-menu {
  background-color: white;
  border: 1px solid #E3E3E3;
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
  margin-top: 10px;
}
.expert-alert-workqueue .dropdown.open ul.dropdown-menu {
  padding-left: 0px;
}
.expert-alert-workqueue .dropdown-menu .jd-checkbox + label {
  margin-left: 5px;
  width: 100px;
}
.expert-alert-workqueue #content {
  margin-top: -16px;
}
.expert-alert-workqueue .checkboxSelectAllEntries {
  max-height: 9em;
  overflow: auto;
}
.expert-alert-workqueue .filterbox-filter .panel-group .panel {
  padding-top: 0.5em;
  margin-bottom: 2px;
  background: #ffffff;
}
.expert-alert-workqueue .workqueueRight .panel {
  margin-bottom: 2px;
}
.expert-alert-workqueue .itemDetails {
  padding-top: 0.5em;
  padding-bottom: 10px;
}
.expert-alert-workqueue .itemDetails > form {
  padding-top: 0.5em;
  border-top: 1px solid #EEEEEE;
}
.expert-alert-workqueue .itemDetails > form textarea {
  margin-bottom: 0.5em;
}
.expert-alert-workqueue .itemDetails-complete {
  padding-top: 0.5em;
  padding-bottom: 10px;
}
.expert-alert-workqueue .itemDetails-complete > form {
  padding-top: 0.5em;
  border-top: 1px solid #EEEEEE;
}
.expert-alert-workqueue .itemDetails-complete > form textarea {
  margin-bottom: 0.5em;
}
.expert-alert-workqueue .itemDetails-ignore {
  padding-top: 0.5em;
  padding-bottom: 10px;
}
.expert-alert-workqueue .itemDetails-ignore > form {
  padding-top: 0.5em;
  border-top: 1px solid #EEEEEE;
}
.expert-alert-workqueue .itemDetails-ignore > form textarea {
  margin-bottom: 0.5em;
}
.expert-alert-workqueue .filterbox-filter h4 {
  margin-top: 0em;
  margin-right: 0.125em;
}
.expert-alert-workqueue .filter-inner {
  margin: 0.25em;
}
.expert-alert-workqueue .limit-height {
  overflow-y: auto;
  height: 200px;
}
.expert-alert-workqueue .filter-inner input {
  margin-left: 0.5em;
}
.expert-alert-workqueue .resultlist-item-inner {
  padding-top: 0.5em;
}
.expert-alert-workqueue .priority-icon {
  padding-left: 0.5em;
}
.expert-alert-workqueue .datetable {
  margin-bottom: 0px;
}
.expert-alert-workqueue .datetable tr {
  padding: 0px;
}
.expert-alert-workqueue .datetable td {
  border-top: none;
  padding: 0;
  padding-bottom: 2px;
}
.expert-alert-workqueue .datetable .datetable-event {
  text-align: left;
  padding-right: 1em;
}
.expert-alert-workqueue .datetable .datetable-date {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .expert-alert-workqueue .modal-dialog {
    width: 960px;
    margin: 30px auto;
  }
  .expert-alert-workqueue .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.expert-alert-workqueue .modal-header {
  padding: 8px;
  background-color: #FFF;
}
.expert-alert-workqueue .workqueue-modal-header {
  background-color: #FFF;
}
.expert-alert-workqueue .map-modal-header {
  padding-top: 15px;
}
.expert-alert-workqueue .add-modal-body {
  background-color: #F1F1F1;
  padding: 21px 20px 8px 20px;
}
.expert-alert-workqueue .complete-modal-body {
  background-color: #F1F1F1;
  padding: 20px 20px 10px 20px;
}
.expert-alert-workqueue .ignore-modal-body {
  background-color: #F1F1F1;
  padding: 21px 20px 8px 20px;
}
.expert-alert-workqueue .map-modal-body {
  background-color: #F1F1F1;
  text-align: center;
  padding-top: 20px;
}
.expert-alert-workqueue .workqueue-modal-footer {
  padding: 18px 20px 50px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
  background: #FFF;
  color: white;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.expert-alert-workqueue .date-popup {
  position: relative;
}
.expert-alert-workqueue .date-popup .dropdown-menu {
  left: auto !important;
  right: 0px;
}
.expert-alert-workqueue .modal-footer {
  padding: 28px;
}
.expert-alert-workqueue .modal-table {
  height: 39em;
  overflow-y: scroll;
  margin-top: 35px;
}
.expert-alert-workqueue .break-word {
  word-wrap: break-word;
  word-break: break-all;
}
.expert-alert-workqueue .collapse-inner {
  margin: 2px;
}
.expert-alert-workqueue .collapse-inner {
  margin: 2px;
}
.expert-alert-workqueue .panel-group .panel.collapsable-panel {
  margin-bottom: 2px;
}
.expert-alert-workqueue .panel {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.expert-alert-workqueue .panel-group .panel {
  overflow: visible;
  box-shadow: none;
}
.expert-alert-workqueue .panel-group .panel {
  border-bottom: none;
  border-radius: 2px;
}
.expert-alert-workqueue .modal-md .modal-dialog {
  max-width: 420px;
}
.expert-alert-workqueue .modal-content {
  background-color: #FFF;
}
.expert-alert-workqueue .item-basics {
  line-height: 1em;
}
.expert-alert-workqueue .item-basics img {
  margin-right: 0.5em;
}
.expert-alert-workqueue .resultlist-item-inner {
  padding-left: 2px;
  padding-right: 2px;
}
.expert-alert-workqueue .tableFloatingHeader span {
  display: none;
}
.expert-alert-workqueue .clearfix:before,
.expert-alert-workqueue .clearfix:after,
.expert-alert-workqueue .dl-horizontal dd:before,
.expert-alert-workqueue .dl-horizontal dd:after,
.expert-alert-workqueue .container:before,
.expert-alert-workqueue .container:after,
.expert-alert-workqueue .container-fluid:before,
.expert-alert-workqueue .container-fluid:after,
.expert-alert-workqueue .row:before,
.expert-alert-workqueue .row:after,
.expert-alert-workqueue .form-horizontal .form-group:before,
.expert-alert-workqueue .form-horizontal .form-group:after,
.expert-alert-workqueue .btn-toolbar:before,
.expert-alert-workqueue .btn-toolbar:after,
.expert-alert-workqueue .btn-group-vertical > .btn-group:before,
.expert-alert-workqueue .btn-group-vertical > .btn-group:after,
.expert-alert-workqueue .nav:before,
.expert-alert-workqueue .nav:after,
.expert-alert-workqueue .navbar:before,
.expert-alert-workqueue .navbar:after,
.expert-alert-workqueue .navbar-header:before,
.expert-alert-workqueue .navbar-header:after,
.expert-alert-workqueue .navbar-collapse:before,
.expert-alert-workqueue .navbar-collapse:after,
.expert-alert-workqueue .pager:before,
.expert-alert-workqueue .pager:after,
.expert-alert-workqueue .panel-body:before,
.expert-alert-workqueue .panel-body:after,
.expert-alert-workqueue .modal-header:before,
.expert-alert-workqueue .modal-header:after,
.expert-alert-workqueue .modal-footer:before,
.expert-alert-workqueue .modal-footer:after,
.expert-alert-workqueue .history-tracker:before,
.expert-alert-workqueue .history-tracker:after,
.expert-alert-workqueue .platter-row:before,
.expert-alert-workqueue .platter-row:after {
  content: "";
  display: table;
}
.expert-alert-workqueue .clearfix:after,
.expert-alert-workqueue .dl-horizontal dd:after,
.expert-alert-workqueue .container:after,
.expert-alert-workqueue .container-fluid:after,
.expert-alert-workqueue .row:after,
.expert-alert-workqueue .form-horizontal .form-group:after,
.expert-alert-workqueue .btn-toolbar:after,
.expert-alert-workqueue .btn-group-vertical > .btn-group:after,
.expert-alert-workqueue .nav:after,
.expert-alert-workqueue .navbar:after,
.expert-alert-workqueue .navbar-header:after,
.expert-alert-workqueue .navbar-collapse:after,
.expert-alert-workqueue .pager:after,
.expert-alert-workqueue .panel-body:after,
.expert-alert-workqueue .modal-header:after,
.expert-alert-workqueue .modal-footer:after,
.expert-alert-workqueue .history-tracker:after,
.expert-alert-workqueue .platter-row:after {
  clear: both;
}
.expert-alert-workqueue .clearfix,
.expert-alert-workqueue .dl-horizontal dd,
.expert-alert-workqueue .container,
.expert-alert-workqueue .container-fluid,
.expert-alert-workqueue .row,
.expert-alert-workqueue .form-horizontal .form-group,
.expert-alert-workqueue .btn-toolbar,
.expert-alert-workqueue .btn-group-vertical > .btn-group,
.expert-alert-workqueue .nav,
.expert-alert-workqueue .navbar,
.expert-alert-workqueue .navbar-header,
.expert-alert-workqueue .navbar-collapse,
.expert-alert-workqueue .pager,
.expert-alert-workqueue .panel-body,
.expert-alert-workqueue .modal-header,
.expert-alert-workqueue .modal-footer,
.expert-alert-workqueue .history-tracker,
.expert-alert-workqueue .platter-row {
  zoom: 1;
}
.expert-alert-workqueue .workqueue-button {
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  font-family: Calibri, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  height: 32px;
  vertical-align: middle;
  padding: 0 18px;
  text-shadow: none;
  cursor: pointer;
  color: #454545;
  width: auto;
  overflow: visible;
  background: #e9e9e9;
  box-shadow: inset 0 13px 15px #f9f9f9;
  float: right;
  margin-left: 4px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.expert-alert-workqueue button.callToAction,
.expert-alert-workqueue a.button.callToAction {
  background: #ffd621;
  /* Old browsers */
  border: 1px solid #ffd621;
  box-shadow: inset 0 13px 15px #fff137;
}
.expert-alert-workqueue button.callToAction:hover,
.expert-alert-workqueue a.button.callToAction:hover {
  background: #ffd621;
  /* Old browsers */
  box-shadow: inset 0 13px 15px #ffff00;
}
.expert-alert-workqueue .dealer-access-head {
  background: #DDDDDD;
  position: absolute;
  display: table;
  width: 100%;
  top: 0px;
  z-index: 10;
}
.expert-alert-workqueue .dealer-access-footer {
  background: #FFFFFF;
}
.expert-alert-workqueue .header-padding {
  padding-top: 20px;
}
.expert-alert-workqueue .dealer-access-table {
  background: #FFFFFF;
  text-align: center!important;
}
.expert-alert-workqueue .workqueue-filterbox {
  background: #FFFFFF;
}
.expert-alert-workqueue .workqueue-header {
  font-family: "JDSans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #454545;
  font-size: 2.6rem;
}
.expert-alert-workqueue .workqueue-body {
  background: #FFFFFF;
}
.expert-alert-workqueue a,
.expert-alert-workqueue a:link,
.expert-alert-workqueue a:visited {
  color: #367c2b;
  text-decoration: none;
}
.expert-alert-workqueue .svap_half_margin_bottom {
  margin-bottom: 0.5em;
}
.expert-alert-workqueue .loading-style {
  font-size: 48px;
  text-align: center;
  color: darkgreen;
  display: block;
  position: fixed;
  top: 45%;
  left: 52%;
  z-index: 1000;
}
.expert-alert-workqueue .np {
  padding: 0px !important;
}
#dashboard #sidebar .panel {
  padding-top: 0.125em;
  padding-bottom: 0.5em;
}
#dashboard chevron-down-icon svg {
  height: 0.8em;
}
#dashboard warning-icon svg {
  height: 0.8em;
}
#dashboard critical-warning-icon svg {
  height: 0.8em;
}
#dashboard .search-head h3 {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 0;
}
#dashboard .search-head sorting {
  margin-top: 10px;
}
#dashboard .viewselect .panel {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
#dashboard .viewselect .panel .inner {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
#dashboard .viewselect .nav-tabs.nav-justified > li {
  text-align: center;
}
#dashboard .viewselect .nav-tabs.nav-justified > li > a,
#dashboard .viewselect .nav-tabs.nav-justified > .active > a,
#dashboard .viewselect .nav-tabs.nav-justified > .active > a:hover,
#dashboard .viewselect .nav-tabs.nav-justified > .active > a:focus {
  border: none;
  border-radius: 0;
  padding: 0;
  display: inline;
}
#dashboard .viewselect .nav-tabs.nav-justified > .active > a,
#dashboard .viewselect .nav-tabs.nav-justified > .active > a:hover,
#dashboard .viewselect .nav-tabs.nav-justified > .active > a:focus {
  border-bottom: 2px solid #367C2B;
}
#dashboard .results-counter-container {
  height: 35px;
}
#dashboard .panel {
  overflow: visible;
}
#dashboard .headline-first {
  margin-top: 0px;
  padding-top: 0px;
}
#dashboard .skip-section {
  position: fixed;
  bottom: 0.5em;
  right: 1.25em;
}
#dashboard .skip-section .skip {
  margin: 0.25em;
}
#dashboard .skip-section .spacer {
  height: 2.1em;
  margin: 0.25em;
}
#dashboard .load-next-chunk-trigger {
  height: 1px;
  overflow: hidden;
}
#dashboard .loader-container {
  height: 50px;
}
#dashboard .loader-container .loader {
  z-index: 100;
  width: 120px;
  height: 40px;
  border-radius: 5px;
  margin: 0 auto;
  background: #ffffff url(/app/image/loading-animation.713c87.gif) no-repeat center center;
}
#dashboard .no-results-message {
  color: gray;
  font-size: 20px;
  padding-top: 50px;
  padding-bottom: 40px;
  text-align: center;
}
#dashboard .dashboard-tile-section-infinite-container {
  margin: 0 -10px;
  position: relative;
}
#dashboard .dashboard-tile-margin-bottom {
  margin-bottom: 20px;
}
#dashboard .smart-tile-skeleton {
  background-color: #f9f9f9;
  display: none;
  position: relative;
}
#dashboard .smart-tile-skeleton > div {
  border-radius: 5px;
  height: 10px;
  background-color: #efefef;
}
#dashboard .smart-tile-skeleton .text-skeleton-header {
  margin: 20px 10px 10px 10px;
  width: 60%;
}
#dashboard .smart-tile-skeleton .text-skeleton-header-location {
  position: absolute;
  top: 20px;
  right: 10px;
  width: 10%;
}
#dashboard .smart-tile-skeleton .text-skeleton-line-1,
#dashboard .smart-tile-skeleton .text-skeleton-line-2,
#dashboard .smart-tile-skeleton .text-skeleton-line-3 {
  margin: 10px;
  width: 80%;
  border-radius: 3px;
  height: 6px;
}
#dashboard .smart-tile-skeleton .text-skeleton-line-1 {
  margin: 40px 10px 10px 10px;
  width: 80%;
}
#dashboard .smart-tile-skeleton .text-skeleton-line-2 {
  width: 40%;
}
#dashboard .smart-tile-skeleton .text-skeleton-line-3 {
  width: 50%;
}
#dashboard .smart-tile-hidden .smart-tile-skeleton {
  display: block;
}
#dashboard .smart-tile-hidden .content-container {
  display: none;
}
#dashboard .dashboard-content {
  min-height: 10em;
}
#dashboard .scrollspace {
  height: 300px;
}
#dashboard .no-animate * {
  transition: none !important;
}
#dashboard .options-element {
  border: none;
  cursor: pointer;
}
#dashboard.dtc-label-force-to-hide dtc-label {
  display: none !important;
}
.searchbar section {
  margin-bottom: 0;
}
.searchbar .panel {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  margin-bottom: 0.25em;
}
.searchbar .searchbar-inner {
  width: 100%;
  display: table;
}
.searchbar .searchbar-inner .searchbar-left {
  float: left;
  width: 25px;
  display: table-cell;
  vertical-align: middle;
}
.searchbar .searchbar-inner .searchbar-right {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  padding-left: 0.5em;
  padding-right: 1em;
}
.searchbar .searchbar-inner .searchbar-right input {
  width: 100%;
  border: none;
}
sorting {
  display: inline-block;
}
input[type="number"] {
  text-align: right;
}
.filter-multi-select-inner .filter-multi-select-options {
  list-style-type: none;
  padding: 0;
  padding-bottom: 7px;
}
.filter-multi-select-inner .show-less {
  max-height: 12em;
  overflow-y: auto;
  overflow-x: hidden;
}
.filter-multi-select-inner .label-width {
  width: 180px;
}
.filter-container {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #dddddd;
}
.last-filter-container {
  border-bottom: none;
  padding-bottom: 0em;
}
.create-job-modal-main-container {
  background-color: white;
}
.create-job-modal-main-container h1 {
  margin-top: 0;
}
.create-job-modal-main-container .addr-style {
  color: #aaaaaa;
  font-size: 14px;
}
.create-job-modal-main-container .title-stronger {
  font-weight: bold;
  text-decoration: underline;
}
.create-job-modal-main-container .packet-header {
  color: #333333;
  font-weight: bold;
}
.create-job-modal-main-container .work-order-id {
  font-size: 18px;
  color: #333333;
}
.create-job-modal-main-container .red {
  border-color: #FF0000;
}
.create-job-modal-main-container .under-header {
  color: #aaa;
  font-size: 14px;
}
.create-job-modal-main-container .under-header * {
  vertical-align: top;
  display: inline-block;
}
.create-job-modal-main-container .modal-header {
  background: #fff;
}
.create-job-modal-main-container .modal-body {
  padding: 15px;
  background: #f1f1f1;
}
.create-job-modal-main-container .modal-body .tabs {
  margin-bottom: 20px;
}
.create-job-modal-main-container .filter-border {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #aaaaaa;
}
.create-job-modal-main-container .content-dtc-job {
  background-color: #f1f1f1;
}
.create-job-modal-main-container .content-items {
  background-color: white;
}
.create-job-modal-main-container .proactive-box {
  display: inline-block;
}
.create-job-modal-main-container .proactive-label {
  padding-left: 1px;
  padding-right: 10px;
  font-weight: bold;
  font-size: medium;
  vertical-align: middle;
}
.dtc-label {
  display: inline-block;
  border: 1px solid #aaa;
  background-color: #eee;
  color: #444;
  padding: 2px 8px;
  font-size: 11px;
  line-height: 1em;
}
.dtc-label.dtc-label-red {
  border-color: #d7413c;
  color: #4b403e;
  background-color: #f2c2c0;
}
.dtc-label.dtc-label-yellow {
  border-color: #dbbe00;
  color: #4a463d;
  background-color: #fff5b3;
}
.dtc-label.dtc-label-blue {
  border-color: #298cc2;
  color: black;
  background-color: #a2d2eb;
}
.dtc-label:hover {
  text-decoration: none;
  opacity: 0.8;
}
dtc-icon-expert-alert,
.dtc-icon-expert-alert {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 12px;
}
.dtc-icon-expert-alert {
  border: 1px solid gray;
}
.dtc-icon-expert-alert span {
  display: block;
  padding-top: 4px;
  font-size: 13px;
  font-weight: bold;
  color: #BD2E28;
  text-align: center;
  line-height: 1em;
}
dtc-icon-nuisance {
  border: 1px solid gray;
  border-radius: 12px;
  overflow: hidden;
}
dtc-icon-nuisance,
.dtc-icon-nuisance {
  display: block;
  width: 24px;
  height: 24px;
}
.dtc-icon-nuisance {
  position: relative;
  top: -1px;
  left: -1px;
}
.dtc-icon-nuisance:after {
  content: ' ';
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 33px;
  height: 1px;
  background-color: gray;
  overflow: hidden;
  font-size: 1px;
  transform: rotate(-45deg);
  transform-origin: 0 0;
}
.dtc-icon-nuisance span {
  display: block;
  padding-top: 5.5px;
  font-size: 13px;
  line-height: 1em;
  font-weight: bold;
  color: #505050;
  text-align: center;
}
dtc-icon-job {
  border: 1px solid gray;
  border-radius: 12px;
  overflow: hidden;
}
dtc-icon-job,
.dtc-icon-job {
  display: block;
  width: 24px;
  height: 24px;
}
.dtc-icon-job {
  position: relative;
  top: -1px;
  left: -1px;
}
.dtc-icon-job span {
  display: block;
  padding-top: 6px;
  font-size: 11px;
  line-height: 1em;
  font-weight: bold;
  color: #919191;
  text-align: center;
}
dtc-modal-item.last .dtc-modal-item {
  border-bottom-width: 1px;
}
.card-pill-popover {
  width: 400px;
  text-align: center;
  padding: 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.dtc-modal-window-extension .modal-dialog .modal-content {
  border-radius: 10px;
  overflow: visible;
  background: #f1f1f1;
  width: 115%;
  right: 60px;
}
.dtc-modal-item {
  border: 0px solid #ddd;
  border-width: 1px 1px 0 1px;
  margin-left: 10px;
  position: relative;
}
.dtc-modal-item:after {
  content: ' ';
  font-size: 1px;
  line-height: 1em;
  position: absolute;
  top: 20px;
  left: -10px;
  display: block;
  width: 16px;
  height: 16px;
  background-color: transparent;
  border-radius: 8px;
}
.dtc-modal-item.color-status-red:after {
  background-color: #BD2E28;
}
.dtc-modal-item.color-status-blue:after {
  border-left-color: #298cc2;
}
.dtc-modal-item.color-status-yellow:after {
  background-color: #FFDE00;
}
.dtc-modal-item.color-status-green:after {
  background-color: #4a823b;
}
.dtc-modal-item.color-status-gray:after {
  background-color: gray;
}
.dtc-modal-item.color-status-black:after {
  background-color: black;
}
.dtc-modal-item.grayed-out {
  background-color: #eee;
}
.dtc-modal-item .item-main-info {
  padding-left: 5px;
}
.dtc-modal-item .item-last-occurrence-count-green {
  color: #367C2B;
}
.dtc-modal-item .item-last-occurrence-count-black {
  color: #000000;
}
.dtc-modal-item .dtc-occurrences-content {
  position: relative;
  min-height: 30px;
  width: -webkit-max-content;
  width: max-content;
}
.dtc-modal-item .dtc-occurrences-table-content {
  padding: 5px;
  text-align: center;
}
.dtc-modal-item .loading-animation {
  background: url(/app/image/loading-animation.713c87.gif) no-repeat center center;
  border: none;
  border-radius: 0;
  height: 40px;
  width: 80px;
  position: absolute;
  transform: translate(10%, -50%);
  top: 50%;
  left: 50%;
}
.dtc-modal-machine-group {
  background-color: white;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  position: relative;
}
.dtc-modal-machine-group .loading-overlay {
  display: none;
}
.dtc-modal-machine-group.show-loader .loading-overlay {
  position: absolute;
  display: block;
  background-color: rgba(255, 255, 255, 0.85);
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  content: ' ';
}
.dtc-modal-machine-group.color-status-yellow {
  border-left: 4px solid #FFDE00;
}
.dtc-modal-machine-group.color-status-red {
  border-left: 4px solid #BD2E28;
}
.dtc-modal-machine-group.color-status-blue {
  border-left: 4px solid #298cc2;
}
.dtc-modal-machine-group h4.title {
  margin-top: 0;
  margin-bottom: 0;
}
.dtc-modal-machine-group h4.title a {
  cursor: default;
}
.dtc-modal-machine-group location-icon,
.dtc-modal-machine-group checked-icon {
  cursor: pointer;
}
.dtc-modal-machine-group .machine-location-time {
  margin: 4px 0 5px 15px;
  white-space: nowrap;
  display: inline-block;
  font-weight: bold;
}
.dtc-modal-machine-group .under-header {
  color: #aaa;
  font-size: 14px;
}
.dtc-modal-machine-group .under-header span {
  vertical-align: top;
  display: inline-block;
}
.dtc-modal-machine-group .set-to-all-good-button {
  top: -10px;
  position: relative;
}
.dtc-modal-machine-group .horizontal-line {
  height: 1px;
  overflow: hidden;
  background-color: #ddd;
}
.dtc-modal-machine-group .loading-in-progress {
  background: transparent url(/app/image/loading-animation.713c87.gif) no-repeat center center;
  display: inline-block;
  height: 13px;
  width: 100%;
  position: absolute;
  top: 50%;
}
.dtc-modal-machine-group loading-indicator {
  margin-top: 5px;
  width: 45px;
  /* shorten loader a bit ;) */
}
.dtc-modal-machine-group-section-main .dtc-list-toggle {
  min-height: 35px;
  display: inline-block;
  font-size: 16px;
  color: #aaa;
  padding-top: 5px;
}
.dtc-modal-machine-group-section-main .dtc-list-toggle:hover {
  text-decoration: none;
}
.dtc-modal-machine-group-section-main .dtc-list-toggle .dtc-count {
  font-weight: bold;
  color: #888;
}
.dtc-modal-machine-group-section-main .buttons-related-to-dtc-list {
  height: 0 !important;
}
.dtc-modal-machine-group-section-main .buttons-related-to-dtc-list > div {
  position: relative;
  top: -35px;
}
.dtc-modal-machine-group-section-main label {
  cursor: pointer;
}
.dtc-modal-machine-group-section-main .dtc-list-scroll-container {
  max-height: 308px;
  overflow-y: visible;
}
.dtc-modal-machine-group-section-main .no-results-message {
  color: gray;
  font-size: 15px;
  padding-top: 10px;
  padding-bottom: 15px;
  text-align: center;
}
.dtc-modal-machine-group-section-main .select-all-deselect-all-container {
  height: 36px;
  font-size: 12px;
  line-height: 18px;
}
.dtc-modal-machine-group-section .dtc-list-toggle {
  min-height: 35px;
  display: inline-block;
  font-size: 16px;
  color: #aaa;
  padding-top: 5px;
}
.dtc-modal-machine-group-section .dtc-list-toggle:hover {
  text-decoration: none;
}
.dtc-modal-machine-group-section .dtc-list-toggle .dtc-count {
  font-weight: bold;
  color: #888;
}
.dtc-modal-machine-group-section .dtc-list-scroll-container {
  max-height: 308px;
  overflow-y: visible;
}
.dtc-modal-machine-group-section .no-results-message {
  color: gray;
  font-size: 15px;
  padding-top: 10px;
  padding-bottom: 15px;
  text-align: center;
}
.dtc-modal-main-container h1 {
  margin-top: 0;
}
.dtc-modal-main-container .sort-button {
  background-color: transparent;
  vertical-align: top;
  padding: 5px;
}
.dtc-modal-main-container .sort-button > * {
  display: block;
  float: left;
  line-height: 1em;
}
.dtc-modal-main-container .sort-button > sort-icon {
  position: relative;
  top: 2px;
  left: 2px;
}
.dtc-modal-main-container .sort-button > span {
  padding: 5px;
  color: #777777;
}
.dtc-modal-main-container .open > .sort-button,
.dtc-modal-main-container .sort-button:hover {
  background-color: #ddd;
}
.dtc-modal-main-container .dtc-modal-header-right {
  padding: 5px 5px 0 0;
  min-height: 45px;
}
.dtc-modal-main-container .dtc-modal-header-right .btn-group {
  vertical-align: top;
  visibility: hidden;
}
.dtc-modal-main-container .dtc-modal-header-right .btn-group .dropdown-menu {
  min-width: 140px;
}
.dtc-modal-main-container .dtc-modal-header-right .close-modal {
  vertical-align: top;
  margin-top: 3px;
  margin-left: 20px;
}
.dtc-modal-main-loading .loading-in-progress {
  background: transparent url(/app/image/loading-animation.713c87.gif) no-repeat center center;
  display: inline-block;
  height: 13px;
  width: 100%;
  margin-top: 100px;
}
.dtc-modal-main-loading .loading-text {
  color: gray;
  font-size: 20px;
  padding-top: 15px;
  padding-bottom: 100px;
  text-align: center;
}
dtc-warranty-info check-circle {
  position: relative;
  top: 2px;
  margin-right: 2px;
}
dtc-warranty-info clear-circle {
  position: relative;
  top: 2px;
  margin-right: 2px;
  /*
    svg {
      fill: #BD2E28 !important;
    }
    */
}
dtc-warranty-info .warranty-link {
  color: #367C2B;
  cursor: pointer;
}
dtc-warranty-info .popover {
  max-width: 700px !important;
  color: #333333;
}
.dtc-warranty-info-popover table {
  margin-bottom: 0;
}
.dtc-warranty-info-popover td span,
.dtc-warranty-info-popover th span {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dtc-warranty-info-popover .c-th-1 > span,
.dtc-warranty-info-popover .c-td-1 > span {
  width: 205px;
}
.dtc-warranty-info-popover .c-th-2 > span,
.dtc-warranty-info-popover .c-td-2 > span {
  width: 114px;
}
.dtc-warranty-info-popover .c-th-3 > span,
.dtc-warranty-info-popover .c-td-3 > span {
  width: 108px;
}
.dtc-warranty-info-popover .c-th-4 > div,
.dtc-warranty-info-popover .c-td-4 > div {
  width: 40px;
}
.quick-view {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #dddddd;
}
.smart-tile-container {
  position: relative;
  height: 1000px;
}
.smart-tile-movable {
  padding: 0 10px;
  float: left;
  width: 33.333333%;
  position: absolute;
  transition: opacity 0.5s;
  opacity: 0.001;
}
.smart-tile-real {
  top: -10px;
  transition: top 0.5s;
  position: relative;
}
.smart-tile-movable.smart-tile-moved {
  opacity: 1;
}
.smart-tile-movable.smart-tile-moved .smart-tile-real {
  top: 0;
}
content-container {
  display: block;
}
.content-container {
  border: none;
  border-radius: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  background: #FFFFFF;
}
.content-container .content-header-inner {
  margin: 1em;
  margin-top: 0px;
}
.content-container .content-header-inner .location {
  margin-top: 0.8em;
}
.content-container .content-header-inner .locations {
  margin-top: 0.8em;
  cursor: hand;
  cursor: pointer;
}
.content-container .content-header-inner .secondary {
  color: #aaaaaa;
  font-size: 1.2rem;
  line-height: 1.5;
}
.content-container .content-header-inner .locations-popover {
  min-width: 200px;
  max-width: 400px;
}
.content-container .content-header-inner .text-as-h4 {
  margin: 10px 0 5px 0;
  font-weight: normal;
  color: #454545;
  font-size: 1.8rem;
  line-height: 1.5;
}
.content-container .body {
  border-top: 1px solid #f1f1f1;
}
.content-container .footer {
  border-top: 1px solid #f1f1f1;
}
.content-container .footer-inner,
.content-container .body-inner {
  margin: 1em;
  margin-top: 0.25em;
}
.content-container .break-all {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.content-node .content-node-inner ul {
  padding-left: 1.4em;
  margin-bottom: 0em;
}
.content-node .content-node-inner ul.dot-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: block;
}
.content-node .content-node-inner ul.dot-list > li {
  display: block;
  position: relative;
  padding-left: 17px;
}
.content-node .content-node-inner ul.dot-list > li:before {
  position: absolute;
  top: 7px;
  left: 5px;
  content: " ";
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: black;
}
.content-node .content-node-inner .secondary {
  color: #aaaaaa;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: -0.2em;
}
.content-node .content-node-inner .status-warning {
  color: #BD2E28;
}
.content-node .content-node-inner .children .indent-left {
  margin-left: 1.3em;
}
.content-node .content-node-inner .level1 {
  margin-bottom: 0.5em;
}
.content-node .break-all {
  -ms-word-break: break-all;
  word-break: break-all;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.content-node .dtc-label-wrapper {
  display: block;
  position: relative;
}
.content-node .dtc-label-wrapper.dtc-label-wrapper-with-only-dtc-label {
  height: 0px;
  margin: 0;
  padding: 0;
}
.content-node .dtc-label-wrapper dtc-label {
  position: absolute;
  top: 0px;
  right: 0px;
}
.content-node .dtc-label-wrapper.dtc-label-visible {
  padding-right: 55px;
  padding-bottom: 3px;
}
.gear-options .gear-box {
  margin-bottom: 5px;
  margin-left: 5px;
}
.content-counters .content-counters-inner {
  padding-top: 0.25em;
}
.content-counters .content-counters-inner .secondary {
  color: #aaaaaa;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: -0.2em;
}
.content-counters .content-counters-inner .value {
  min-width: 1.4em;
  display: inline-block;
}
pin-validation-popover .alert-jdlink {
  color: #BD2E28;
}
pin-validation-popover .alert-mismatch {
  color: #FF9900;
}
pin-validation-popover .popover {
  z-index: 10000;
}
pin-validation-popover .popover-content {
  min-width: 20em;
}
pin-validation-popover .alert {
  margin-bottom: 10.5px;
}
.pin-validation-widget .make-model,
.pin-validation-widget .serial-no {
  color: #aaaaaa;
}
.pin-validation-widget .serial-no {
  padding-top: 8px;
  white-space: nowrap;
}
.pin-validation-widget .make-model-value {
  color: #333333;
  font-weight: bold;
}
.pin-validation-widget .row-first {
  margin-bottom: 5px;
}
.pin-validation-widget .pin-error {
  color: #BD2E28;
  font-weight: bold;
  padding: 4px 0 3px 0;
}
.pin-validation-widget .pin-valid {
  color: #367C2B;
  font-weight: bold;
  padding: 4px 0 3px 0;
}
content-agreement:nth-child(even) .content-agreements {
  background-color: #F7F7F7;
}
content-agreement:nth-child(odd) .content-agreements {
  background-color: white;
}
.content-agreements .status-warning {
  color: #BD2E28;
  font-weight: bold;
}
.content-agreements .collapse-expand-container {
  display: block;
  float: left;
  width: 10%;
  padding: 0 10px 10px 0;
  cursor: pointer;
}
.content-agreements .collapse-expand-container .agreement-details-loading {
  visibility: hidden;
}
.content-agreements .agreement-title {
  font-size: 18px;
}
.content-agreements .name-serial-container {
  display: block;
  float: left;
  width: 90%;
}
.content-agreements .name-serial-container a {
  display: block;
  font-weight: bold;
}
.content-agreements .price-total {
  color: #454545;
  font-weight: bold;
  font-size: 14px;
}
.content-agreements .agreement-state {
  font-weight: bold;
  font-size: 14px;
}
.content-agreements .price-detail {
  white-space: nowrap;
}
.content-agreements .group-header {
  font-size: 18px;
}
.content-agreements .group-header .group-name {
  color: #333333;
}
.content-agreements .group-header .group-price {
  color: #aaaaaa;
}
.content-agreements .group-container {
  border: 2px solid #f1f1f1;
}
.content-agreements .modal-actions {
  min-height: 36px;
}
.content-agreements .modal-actions .modal-loading {
  background: transparent url(/app/image/loading-animation.713c87.gif) no-repeat center center;
  display: inline-block;
  height: 13px;
  width: 75px;
}
.content-agreements .agreement-details-loading {
  background: transparent url(/app/image/loading-animation.713c87.gif) no-repeat center center;
  display: inline-block;
  height: 13px;
  width: 250px;
  margin: 10px 0;
}
.content-subscription {
  background-color: #f1f1f1;
}
.content-subscription.color-status {
  border-left: 4px solid #f1f1f1;
}
.content-subscription.color-status.color-status-yellow {
  border-left-color: #FFDE00;
}
.content-subscription.color-status.color-status-red {
  border-left-color: #BD2E28;
}
.content-subscription.color-status.color-status-blue {
  border-left-color: #298cc2;
}
.content-subscription h4.title {
  margin: 0;
}
.content-subscription .date-range span {
  font-size: 16px;
  color: #333333;
}
.content-subscription .subscription-location {
  font-size: 16px;
  color: #333333;
}
.content-subscription .autosave-in-progress {
  background: transparent url(/app/image/loading-animation.713c87.gif) no-repeat center center;
  display: inline-block;
  height: 29px;
  width: 75px;
}
@media (max-width: 767px) {
  .content-subscription .responsive-text-align {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .content-subscription .responsive-text-align {
    text-align: center;
  }
}
.content-support-plan {
  background-color: #f1f1f1;
  position: relative;
}
.content-support-plan h4.title,
.content-support-plan h5.subtitle {
  margin: 0;
}
.content-support-plan .date-range span {
  font-size: 16px;
  color: #333333;
}
.content-support-plan .support-plan-location {
  font-size: 16px;
  color: #333333;
}
.content-support-plan.color-status {
  border-left: 4px solid #f1f1f1;
}
.content-support-plan.color-status.color-status-yellow {
  border-left-color: #FFDE00;
}
.content-support-plan.color-status.color-status-red {
  border-left-color: #BD2E28;
}
.content-support-plan.color-status.color-status-blue {
  border-left-color: #298cc2;
}
.content-support-plan .separator hr {
  border-top-color: #dddddd;
}
.content-support-plan .session-info-header {
  font-size: 17px;
  color: #333333;
}
.content-support-plan .vertical-line {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 66.66666667%;
  width: 0px;
}
.content-support-plan .vertical-line:before {
  content: " ";
  position: absolute;
  top: 0px;
  left: -2px;
  height: 100%;
  width: 4px;
  display: block;
  background-color: #dddddd;
}
.content-support-plan .autosave-in-progress {
  background: transparent url(/app/image/loading-animation.713c87.gif) no-repeat center center;
  display: inline-block;
  height: 29px;
  width: 75px;
}
.content-support-plan .wordbreak {
  word-break: break-all;
  word-break: break-word;
}
@media (max-width: 767px) {
  .content-support-plan .responsive-text-align {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .content-support-plan .responsive-text-align {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .content-support-plan .responsive-session-text-align {
    text-align: right;
  }
}
.content-support-plan-job-grid {
  border: 1px solid #dddddd;
}
.content-support-plan-job-grid .grid-row {
  background-color: white;
  border-top: 1px solid #dddddd;
  padding-top: 4px;
}
.content-job {
  background-color: #f1f1f1;
}
.content-job h4.title {
  margin: 0;
}
.content-job h4.title .job-toggle-icon {
  display: inline-block;
  width: 20px;
  height: 32px;
  margin-right: 10px;
  cursor: pointer;
}
.content-job h4.title .expanded-job-view {
  visibility: hidden;
}
.content-job.color-status {
  border-left: 4px solid #f1f1f1;
}
.content-job.color-status.color-status-yellow {
  border-left-color: #FFDE00;
}
.content-job.color-status.color-status-red {
  border-left-color: #BD2E28;
}
.content-job.color-status.color-status-blue {
  border-left-color: #298cc2;
}
.content-job .tag {
  padding: 1px 5px;
  background-color: #aaaaaa;
  color: #f1f1f1;
}
.content-job .work-order-id {
  font-size: 18px;
  color: #333333;
}
.content-job .text-description {
  color: #aaaaaa;
  font-size: 14px;
}
.content-job .expanded-job-view-loading {
  background: transparent url(/app/image/loading-animation.713c87.gif) no-repeat center center;
  display: inline-block;
  height: 13px;
  width: 250px;
  margin: 10px 0;
}
.content-job .autosave-in-progress {
  background: transparent url(/app/image/loading-animation.713c87.gif) no-repeat center center;
  display: inline-block;
  height: 29px;
  width: 75px;
}
.content-job .date-key-not-present {
  color: #BD2E28;
  font-size: 14px;
}
.content-job .date-engine-hour-location-container .deh-main-label,
.content-job .date-engine-hour-location-container .deh-machine-hour-label,
.content-job .date-engine-hour-location-container .deh-date-or {
  display: block;
  float: left;
  line-height: 1em;
  font-size: 14px;
}
.content-job .date-engine-hour-location-container .deh-main-label.editable,
.content-job .date-engine-hour-location-container .deh-machine-hour-label.editable,
.content-job .date-engine-hour-location-container .deh-date-or.editable {
  padding: 10px 0 6px 0;
}
.content-job .date-engine-hour-location-container .deh-machine-hour,
.content-job .date-engine-hour-location-container .deh-date,
.content-job .date-engine-hour-location-container .deh-location {
  display: block;
  float: left;
  line-height: 1em;
  font-size: 14px;
}
.content-job .date-engine-hour-location-container .deh-machine-hour.editable,
.content-job .date-engine-hour-location-container .deh-date.editable,
.content-job .date-engine-hour-location-container .deh-location.editable {
  line-height: inherit;
  font-size: inherit;
}
.content-job .date-engine-hour-location-container .deh-main-label {
  margin-right: -10px;
  text-align: right;
  float: none;
}
.content-job .date-engine-hour-location-container .deh-date-or {
  margin-right: 5px;
}
.content-job .date-engine-hour-location-container .deh-machine-hour {
  margin-right: 5px;
}
.content-job .date-engine-hour-location-container .deh-machine-hour.editable {
  width: 90px;
}
.content-job .date-engine-hour-location-container .deh-date {
  margin-right: 5px;
}
.content-job .date-engine-hour-location-container .deh-date.editable {
  width: 165px;
}
.content-job .date-engine-hour-location-container .deh-location {
  float: none;
}
.content-job .date-engine-hour-location-container .deh-location.editable {
  max-width: 260px;
}
.content-job .littleMarginBottom {
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .content-job .right-side-text-align {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .content-job .right-side-text-align {
    text-align: right;
  }
}
.content-powergard {
  background-color: #f1f1f1;
}
.content-powergard h4.title {
  margin: 0;
}
.content-powergard h4.title .powergard-toggle-icon {
  display: inline-block;
  width: 20px;
  height: 32px;
  margin-right: 10px;
  cursor: pointer;
}
.content-powergard h4.title .expanded-powergard-view {
  visibility: hidden;
}
.content-powergard .expanded-powergard-view-loading {
  background: transparent url(/app/image/loading-animation.713c87.gif) no-repeat center center;
  display: inline-block;
  height: 13px;
  width: 250px;
  margin: 10px 0;
}
@media (max-width: 767px) {
  .content-powergard .responsive-text-align {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .content-powergard .responsive-text-align {
    text-align: center;
  }
}
.content-detail-container {
  background-color: white;
}
.content-detail-container .title,
.content-detail-container .right-title {
  margin: 0;
}
.content-detail-container .customer-specific,
.content-detail-container .gray-title,
.content-detail-container .no-configured-equipment {
  color: #aaaaaa;
  font-size: 18px;
}
.content-detail-container .hours {
  color: #aaaaaa;
  font-size: 16px;
}
.agreement-number-inside-group {
  color: #aaaaaa;
  font-size: 18px;
}
.content-groupbox-container .agreements-sub-groupbox {
  background-color: #f1f1f1;
}
.content-groupbox-container .additional-jobs-toggle-button {
  font-size: 16px;
  padding: 3px 10px;
}
.content-groupbox-container .additional-jobs-toggle-button.color-status {
  border-left: 4px solid #f1f1f1;
}
.content-groupbox-container .additional-jobs-toggle-button.color-status.color-status-yellow {
  border-left-color: #FFDE00;
}
.content-groupbox-container .additional-jobs-toggle-button.color-status.color-status-red {
  border-left-color: #BD2E28;
}
.content-groupbox-container .additional-jobs-toggle-button.color-status.color-status-blue {
  border-left-color: #298cc2;
}
.content-groupbox-container-bottom-spacer {
  height: 40px;
}
.content-job-expanded-view .form-control[disabled],
.content-job-expanded-view .form-control[readonly],
.content-job-expanded-view fieldset[disabled] .form-control {
  background-color: #e1e1e1;
}
.content-job-expanded-view .well-container {
  marign: 0;
  height: 200px;
  overflow-y: auto;
}
.content-job-expanded-view .save-all-part-or-resource-error {
  color: #BD2E28;
}
.content-job-expanded-view .parts-resource-header {
  font-weight: bold;
}
.content-job-expanded-view .popover {
  max-width: 550px;
}
.content-job-expanded-view .popover .popover-content {
  width: 500px;
}
.content-job-expanded-view .fluid-text-line-separator {
  white-space: pre-line;
}
.agreement-plan-activate-modal .packed-details {
  background-color: white;
}
.agreement-plan-activate-modal .horizontal-line {
  height: 2px;
  background-color: #dddddd;
  overflow: hidden;
}
.agreement-plan-activate-modal .packet-header {
  color: #333333;
  font-weight: bold;
}
.agreement-plan-activate-modal .agreement-title {
  margin: 0;
}
.agreement-plan-activate-modal .customer-specific-header {
  color: #aaaaaa;
  font-size: 20px;
}
.agreement-plan-activate-modal .agreement-number {
  color: #aaaaaa;
  font-size: 14px;
}
.agreement-plan-activate-modal .agreement-status {
  color: #333333;
  font-size: 14px;
}
.agreement-plan-activate-modal .agreed-price {
  font-weight: bold;
}
.agreement-plan-activate-modal .agreed-price span:first-child {
  color: #aaaaaa;
}
.agreement-plan-activate-modal .agreed-price span:last-child {
  color: #333333;
}
.agreement-plan-activate-modal .tag {
  padding: 1px 5px;
  background-color: #aaaaaa;
  color: #f1f1f1;
}
.agreement-plan-activate-modal .push-down {
  padding-top: 1em;
}
.agreement-plan-activate-modal .error-title {
  padding-top: 2px;
  font-size: 17px;
  font-weight: bold;
  padding-left: 10px;
}
.agreement-plan-activate-modal .success-title {
  padding-top: 2px;
  font-size: 17px;
  font-weight: bold;
  padding-left: 10px;
}
.agreement-plan-activate-modal .info-description {
  font-size: 13px;
  font-weight: bold;
}
.agreement-plan-activate-modal .warning-description {
  font-size: 13px;
  padding-left: 10px;
}
@media (max-width: 969px) {
  .agreement-plan-activate-modal .push-down {
    padding-top: 0.5em;
  }
}
.agreement-plan-renewal-modal .packed-details {
  background-color: white;
}
.agreement-plan-renewal-modal .horizontal-line {
  height: 2px;
  background-color: #dddddd;
  overflow: hidden;
}
.agreement-plan-renewal-modal .packet-header {
  color: #333333;
  font-weight: bold;
  padding-top: 8px;
}
.agreement-plan-renewal-modal .agreement-title {
  margin: 0;
}
.agreement-plan-renewal-modal .customer-specific-header {
  color: #aaaaaa;
  font-size: 20px;
}
.agreement-plan-renewal-modal .agreement-number {
  color: #aaaaaa;
  font-size: 14px;
}
.agreement-plan-renewal-modal .agreed-price {
  font-weight: bold;
}
.agreement-plan-renewal-modal .agreed-price .ap-label {
  color: #aaaaaa;
  padding-top: 8px;
}
.agreement-plan-renewal-modal .tag {
  padding: 1px 5px;
  background-color: #aaaaaa;
  color: #f1f1f1;
}
.agreement-plan-renewal-modal .header-container {
  font-size: 19px;
  font-family: "JDSans";
}
.agreement-plan-renewal-modal .header-container .header-label {
  color: #aaaaaa;
}
.agreement-plan-renewal-modal .header-container .header-value {
  color: #333333;
}
.agreement-plan-renewal-modal .packet-selection {
  display: inline-block;
  text-decoration: none;
  border: 1px solid #aaaaaa;
  border-radius: 4px;
  color: #aaaaaa;
  font-size: 11px;
  line-height: 1em;
  padding: 5px 10px;
}
.agreement-plan-renewal-modal .packet-selection.packet-selection-selected {
  color: white;
}
.agreement-plan-renewal-modal .packet-selection.packet-selection-renew.packet-selection-selected {
  background-color: #367C2B;
  border: 1px solid #367C2B;
}
.agreement-plan-renewal-modal .packet-selection.packet-selection-dont-renew.packet-selection-selected {
  background-color: #BD2E28;
  border: 1px solid #BD2E28;
}
.agreement-plan-modal-individual-job .element {
  background-color: #f1f1f1;
  margin-bottom: 2px;
}
.agreement-plan-modal-individual-job .e-name {
  font-weight: bold;
  color: #333333;
  display: block;
  padding-top: 5px;
}
.agreement-plan-modal-individual-job .e-date-notification,
.agreement-plan-modal-individual-job .e-price,
.agreement-plan-modal-individual-job .e-location,
.agreement-plan-modal-individual-job .e-status {
  display: block;
  padding-top: 8px;
}
.agreement-plan-modal-individual-job .order-column-arrow:after {
  content: "\25B2";
}
.agreement-plan-modal-individual-job .order-column-arrow.reverse:after {
  content: "\25BC";
}
@media (max-width: 969px) {
  .agreement-plan-modal-individual-job .e-name {
    padding-top: 0;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0.5em;
  }
  .agreement-plan-modal-individual-job .e-date-notification,
  .agreement-plan-modal-individual-job .e-price,
  .agreement-plan-modal-individual-job .e-location,
  .agreement-plan-modal-individual-job .e-status {
    padding-top: 0;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
  }
  .agreement-plan-modal-individual-job .row.element > div > .row {
    margin-bottom: 0.5em;
  }
}
.agreement-plan-modal-subscription .element {
  background-color: #f1f1f1;
  margin-bottom: 2px;
}
.agreement-plan-modal-subscription .order-column-arrow:after {
  content: "\25B2";
}
.agreement-plan-modal-subscription .order-column-arrow.reverse:after {
  content: "\25BC";
}
@media (max-width: 969px) {
  .agreement-plan-modal-subscription .row.element > div > .row {
    margin-bottom: 0.5em;
  }
}
.agreement-plan-modal-support-plan .element {
  background-color: #f1f1f1;
  margin-bottom: 2px;
}
.agreement-plan-modal-support-plan .e-sessions {
  display: block;
  padding-top: 8px;
  color: #aaaaaa;
}
.agreement-plan-modal-support-plan .order-column-arrow:after {
  content: "\25B2";
}
.agreement-plan-modal-support-plan .order-column-arrow.reverse:after {
  content: "\25BC";
}
.agreement-plan-modal-support-plan .e-label {
  display: block;
  padding-top: 8px;
}
@media (max-width: 969px) {
  .agreement-plan-modal-support-plan .e-sessions,
  .agreement-plan-modal-support-plan .e-label {
    padding-top: 0;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
  }
  .agreement-plan-modal-support-plan .row.element > .row > div > .row,
  .agreement-plan-modal-support-plan .sub-row > .row {
    margin-bottom: 0.5em;
  }
}
.agreement-plan-modal-support-plan-job-grid {
  border: 1px solid #dddddd;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.agreement-plan-modal-support-plan-job-grid .grid-row {
  background-color: white;
  border-top: 1px solid #dddddd;
  padding-top: 4px;
}
.manage-detail-description .header h2 {
  margin: 0;
}
.manage-detail-description .field-label {
  color: #aaaaaa;
}
.manage-detail-description .field-value {
  color: #333333;
  font-weight: bold;
}
.manage-detail-description .border-top {
  border-top: 2px solid gray;
  margin-top: 2px;
}
.manage-detail-customer-specific-toggler .checkbox-column {
  color: #aaaaaa;
  font-family: Helvetica;
}
.manage-detail-customer-specific-toggler .checkbox-label {
  padding: 6px 0 0 0;
}
.manage-detail-customer-specific-toggler .checkbox-container {
  padding: 3px 0 0 0px;
}
.manage-detail-customer-specific-toggler .visibility-checkbox-loading {
  background: transparent url(/app/image/loading-animation.713c87.gif) no-repeat center center;
  display: inline-block;
  height: 13px;
  width: 75px;
  position: relative;
  top: 2px;
}
.manage-detail-equipment-with-agreement .visibility-table-viewport {
  height: 180px;
  overflow-x: hidden;
  overflow-y: auto;
}
.manage-detail-equipment-with-agreement .visibility-table {
  border-width: 0;
}
.manage-detail-equipment-with-agreement .visibility-table th {
  border-width: 0;
  color: #aaaaaa;
}
.manage-detail-equipment-with-agreement .visibility-table th,
.manage-detail-equipment-with-agreement .visibility-table td {
  padding: 3px;
}
.manage-detail-equipment-with-agreement .warranty-yes {
  color: #367C2B;
  font-weight: bold;
}
.manage-detail-equipment-with-agreement .warranty-no {
  color: #BD2E28;
  font-weight: bold;
}
.manage-detail-equipment-with-agreement .visibility-checkbox-loading {
  background: transparent url(/app/image/loading-animation.713c87.gif) no-repeat center center;
  display: inline-block;
  height: 13px;
  width: 75px;
  position: relative;
  top: 2px;
}
#manage-detail .viewselect .panel {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
#manage-detail .viewselect .panel .inner {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
#manage-detail .viewselect .nav-tabs.nav-justified > li {
  text-align: center;
}
#manage-detail .viewselect .nav-tabs.nav-justified > li > a,
#manage-detail .viewselect .nav-tabs.nav-justified > .active > a,
#manage-detail .viewselect .nav-tabs.nav-justified > .active > a:hover,
#manage-detail .viewselect .nav-tabs.nav-justified > .active > a:focus {
  border: none;
  border-radius: 0;
  padding: 0;
  display: inline;
  font-size: 18px;
}
#manage-detail .viewselect .nav-tabs.nav-justified > .active > a,
#manage-detail .viewselect .nav-tabs.nav-justified > .active > a:hover,
#manage-detail .viewselect .nav-tabs.nav-justified > .active > a:focus {
  border-bottom: 2px solid #367C2B;
}
#manage-detail .searchbar-container widget .panel .inner {
  margin: 5px 20px;
}
#manage-detail .no-results-message {
  color: gray;
  font-size: 20px;
  padding-top: 50px;
  text-align: center;
}
#manage-detail .loading-in-progress {
  background: transparent url(/app/image/loading-animation.713c87.gif) no-repeat center center;
  display: inline-block;
  height: 13px;
  width: 100%;
  margin: 10px 0;
}
#manage-detail .main-result-container {
  min-height: 500px;
}
#manage-detail .main-result-container .loading-in-progress {
  margin-top: 50px;
}
#manage-detail .back-to-dashboard-link {
  margin-top: 20px;
}
.log-workorder-modal .button-invisible {
  visibility: hidden;
}
.machine-location-modal .static-map {
  text-align: center;
}
.machine-location-modal .static-map img {
  display: block;
  margin: 0 auto 10px auto;
}
.machine-location-modal .vin-mismatch span {
  font-size: 1.5em;
  position: relative;
  top: 5px;
}
.reports-dashboard widget .panel {
  overflow: visible;
}
.reports-dashboard canvas {
  width: 100% !important;
  height: 100% !important;
}
.reports-dashboard svg {
  width: 100%;
}
.reports-dashboard svg .nvd3 text {
  font-size: 14px;
}
.reports-dashboard info-icon svg {
  width: 20px;
  height: 20px;
  margin-left: 15px;
  margin-right: 15px;
  transform: translateY(-15%);
}
.reports-dashboard info-icon svg.icon {
  cursor: default;
}
.reports-dashboard #line-chart {
  height: 340px;
}
.reports-dashboard #pie-chart {
  height: 270px;
}
.reports-dashboard #pie-chart-legend {
  width: 100%;
  height: 180px;
  max-width: 270px;
  text-align: center;
}
.reports-dashboard #pie-chart-legend text.pie-label {
  font-size: 16px;
  fill: #777777;
}
.reports-dashboard #pie-chart-legend .pie-amount {
  font-size: 16px;
  fill: #454545;
  font-weight: bold;
}
.reports-dashboard #agreement-totals-chart {
  height: 270px;
  max-width: 320px;
}
.reports-dashboard #top-plans-chart,
.reports-dashboard #top-packages-chart {
  height: 350px;
  max-width: 520px;
}
@media (min-width: 991px) and (max-width: 1040px) {
  .reports-dashboard .revenue-panel .panel-content table td:not(.col-head) {
    font-size: 13px;
    padding-bottom: 13px;
  }
}
@media (min-width: 1041px) and (max-width: 1090px) {
  .reports-dashboard .revenue-panel .panel-content table td:not(.col-head) {
    font-size: 14px;
    padding-bottom: 14px;
  }
}
.reports-dashboard .sales-funnel .panel-reset button {
  background: transparent;
  border: none;
  outline: none;
  position: absolute;
  right: 15px;
  top: 20px;
}
.reports-dashboard .sales-funnel .panel-reset button:hover {
  text-decoration: underline;
}
.reports-dashboard .sales-funnel .inline-calc {
  width: 100%;
  display: table;
  font-size: 15px;
  border-bottom: 1px solid #cccccc;
}
.reports-dashboard .sales-funnel .inline-calc:first-child {
  margin-bottom: 10px;
}
.reports-dashboard .sales-funnel .inline-calc .title {
  display: table-caption;
  padding-top: 5px;
  color: #777777;
  font-weight: normal;
  border-bottom: 1px solid #cccccc;
  position: relative;
}
.reports-dashboard .sales-funnel .inline-calc .title span:first-child {
  float: left;
}
@media (min-width: 1200px) {
  .reports-dashboard .sales-funnel .inline-calc .title span:first-child {
    text-align: center;
    width: 30%;
  }
}
.reports-dashboard .sales-funnel .inline-calc .title .convert-title {
  position: absolute;
  left: 36%;
}
@media (max-width: 991px) {
  .reports-dashboard .sales-funnel .inline-calc .title .convert-title {
    left: 40%;
  }
}
.reports-dashboard .sales-funnel .inline-calc .c-row {
  text-align: -webkit-center;
  background-color: #F7F7F7;
}
.reports-dashboard .sales-funnel .inline-calc .c-row .c-item {
  display: table-cell;
  padding: 10px 4px;
  vertical-align: middle;
  font-weight: bold;
  text-align: center;
}
.reports-dashboard .sales-funnel .inline-calc .c-row .c-item input {
  padding: 0 5px;
  width: 50px;
  text-align: right;
}
.reports-dashboard .sales-funnel .inline-calc .c-row div {
  width: 12%;
}
.reports-dashboard .sales-funnel .inline-calc .c-row div:first-child {
  width: 20%;
}
.reports-dashboard .sales-funnel .inline-calc .c-row div:last-child {
  width: 20%;
}
.reports-dashboard .sales-funnel .inline-calc .c-row div.c-percent {
  width: 1%;
}
.reports-dashboard .stacked-bar {
  margin-top: 10px;
  margin-bottom: 10px;
}
.reports-dashboard .stacked-bar .stacked-bar-legend {
  font-size: 16px;
}
.reports-dashboard .stacked-bar .stacked-bar-legend .stacked-bar-label {
  fill: #777777;
}
.reports-dashboard .stacked-bar .stacked-bar-legend .stacked-bar-amount {
  fill: #454545;
  font-weight: bold;
}
.reports-dashboard .chart-summary {
  background-color: #F7F7F7;
  height: 46px;
  font-weight: bold;
  padding: 10px;
  border-top-color: #cccccc;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.reports-dashboard .chart-summary .summary-info {
  margin: auto;
}
.reports-dashboard .chart-summary .summary-info .summary-label {
  float: left;
  font-size: 16px;
}
.reports-dashboard .chart-summary .summary-info .summary-total {
  float: right;
  margin-top: -6px;
  font-size: 22px;
}
.reports-dashboard #agreement-totals-chart-summary .summary-info {
  max-width: 320px;
}
.reports-dashboard #top-plans-chart-summary .summary-info,
.reports-dashboard #top-packages-chart-summary .summary-info {
  max-width: 520px;
}
.reports-dashboard .menu-container > * {
  float: left;
  padding-right: 16px;
}
.reports-dashboard .bottom-graphs .panel {
  min-height: 520px;
}
@media (min-width: 1200px) {
  .reports-dashboard .bottom-graphs .row > div:nth-of-type(1) {
    padding-right: 50px;
  }
}
.reports-dashboard .top-graphs .panel {
  min-height: 400px;
}
.reports-dashboard .top-graphs .offered-sold-accepted-container {
  position: relative;
}
.reports-dashboard .top-graphs .offered-sold-accepted-container .offered-sold-accepted-legend {
  background: #F7F7F7;
  height: 100px;
  margin-left: 10px;
  margin-right: 10px;
}
@media (min-width: 992px) {
  .reports-dashboard .top-graphs .offered-sold-accepted-container .offered-sold-accepted-legend {
    height: 368px;
    padding-top: 70px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .reports-dashboard .top-graphs .offered-sold-accepted-container .change-marker {
    width: 33.33%;
    padding: 15px;
    float: left;
  }
}
@media (min-width: 992px) {
  .reports-dashboard .middle-graphs .panel {
    min-height: 457px;
    position: relative;
  }
  .reports-dashboard .middle-graphs .panel .change-markers {
    bottom: 20px;
    width: 95%;
    position: absolute;
  }
}
.reports-dashboard .navigation-container {
  cursor: pointer;
}
.reports-dashboard .panel {
  padding: 15px;
  border-radius: 4px;
}
.reports-dashboard .panel.transparent {
  min-height: auto;
  background-color: #f1f1f1;
  border: none;
  box-shadow: none;
  margin: 0;
}
.reports-dashboard .panel .inner {
  margin: 0;
}
.reports-dashboard .panel .inner .panel-title {
  font-weight: bold;
  color: #000000;
  font-size: 18px;
}
.reports-dashboard .panel .inner .panel-title .sub {
  font-size: 16px;
  padding-top: 2px;
}
.reports-dashboard .panel .inner .panel-title.secondary {
  color: #888888;
  font-size: 14px;
  font-weight: normal;
  padding-top: 2px;
}
.reports-dashboard .panel .inner .panel-content {
  margin: 0 auto;
}
@media (max-width: 991px) {
  .reports-dashboard .panel .inner .panel-content.chart-content {
    text-align: center;
  }
}
.reports-dashboard .panel .inner .panel-content.pie-chart-content {
  text-align: center;
}
.reports-dashboard .panel .inner .panel-content table {
  width: 100%;
  line-height: 1;
  text-align: center;
}
.reports-dashboard .panel .inner .panel-content table th {
  color: #777777;
  font-weight: normal;
}
.reports-dashboard .panel .inner .panel-content table th,
.reports-dashboard .panel .inner .panel-content table td {
  padding: 15px 0;
  font-size: 15px;
}
.reports-dashboard .panel .inner .panel-content table td {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.reports-dashboard .panel .inner .panel-content table td.col-head {
  text-align: left;
  color: #777777;
  padding-left: 5px;
}
.reports-dashboard .panel .inner .panel-content table tr:first-child th {
  padding-bottom: 6px;
  padding-top: 5px;
  text-align: center;
}
.reports-dashboard .panel .inner .panel-content table .final-row {
  background-color: #F7F7F7;
  font-weight: bold;
}
.reports-dashboard .panel .inner .panel-content table .final-row .col-head {
  color: #333333;
}
.reports-dashboard .seperator {
  height: 1px;
  width: 80%;
  padding-top: 10px;
  margin: 0 auto;
  border-bottom: #cccccc solid 1px;
}
.reports-dashboard .change-marker {
  line-height: 1;
}
.reports-dashboard .change-marker.legend .title {
  text-align: center;
  font-weight: bold;
  padding-bottom: 0;
  border-bottom-style: solid;
  border-bottom-width: medium;
}
@media (min-width: 992px) {
  .reports-dashboard .change-marker.legend .title {
    text-align: left;
    display: flex;
  }
}
.reports-dashboard .change-marker.legend .title.legend-offers {
  border-bottom-color: #367C2B;
}
.reports-dashboard .change-marker.legend .title.legend-pos {
  border-bottom-color: #FFDE00;
}
.reports-dashboard .change-marker.legend .title.legend-activations {
  border-bottom-color: #000000;
}
.reports-dashboard .change-marker.legend .amount {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .reports-dashboard .change-marker.legend .amount {
    display: inline-flex;
  }
}
.reports-dashboard .change-marker.legend .amount::after {
  float: right;
}
.reports-dashboard .change-marker .title {
  padding-top: 15px;
  padding-bottom: 10px;
  font-size: 16px;
  color: #777777;
  text-align: center;
}
.reports-dashboard .change-marker .amount {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.reports-dashboard .change-marker .amount.positive {
  color: #000000;
}
.reports-dashboard .change-marker .amount.negative {
  color: #BD2E28;
}
.reports-dashboard .change-marker .amount.increase {
  color: #000000;
}
.reports-dashboard .change-marker .amount.increase::after {
  content: "\279C";
  /* Safari */
  -webkit-transform: rotate(-90deg);
  /* Firefox */
  -moz-transform: rotate(-90deg);
  /* IE */
  -ms-transform: rotate(-90deg);
  /* Opera */
  -o-transform: rotate(-90deg);
  display: inline-block;
}
.reports-dashboard .change-marker .amount.decrease {
  color: #BD2E28;
}
.reports-dashboard .change-marker .amount.decrease::after {
  content: "\279C";
  /* Safari */
  -webkit-transform: rotate(90deg);
  /* Firefox */
  -moz-transform: rotate(90deg);
  /* IE */
  -ms-transform: rotate(90deg);
  /* Opera */
  -o-transform: rotate(90deg);
  display: inline-block;
}
.reports-dashboard .change-marker:after {
  content: "";
  display: table;
  clear: both;
}
.reports-dashboard .change-marker .sub-score {
  width: 33%;
  float: left;
  text-align: center;
  font-size: 14px;
}
.reports-dashboard .change-marker .sub-score .sub-title {
  padding-bottom: 5px;
}
.reports-dashboard .change-marker .sub-score .amount {
  font-size: 16px;
}
.reports-details .lowercased {
  text-transform: lowercase;
}
.reports-details .lowercased::first-letter {
  text-transform: uppercase;
}
.reports-details .table-wrapper {
  margin-bottom: 16px;
}
.reports-details .menu-panel {
  padding-left: 0;
  padding-right: 0;
}
.reports-details .menu-panel.top-panel .buttons-container .form-inline {
  float: right;
}
@media all and (max-width: 993px) {
  .reports-details .menu-panel.top-panel {
    padding-left: 0;
    padding-right: 0;
  }
  .reports-details .menu-panel.top-panel .navigation-container label {
    font-size: 18px;
  }
  .reports-details .menu-panel.top-panel .buttons-container button {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media all and (max-width: 1500px) {
  .reports-details .menu-panel.top-panel .controls-container {
    display: none;
  }
}
@media all and (max-width: 993px) {
  .reports-details .menu-panel.bottom-panel {
    padding-left: 0;
    padding-right: 0;
  }
}
@media all and (min-width: 1500px) {
  .reports-details .menu-panel.bottom-panel {
    display: none;
  }
}
.reports-details .menu-panel .input-group {
  width: 160px;
  display: inline-table;
  vertical-align: middle;
}
.reports-details .menu-panel .row {
  margin-left: 0;
  margin-right: 0;
}
.reports-details .menu-panel .row .form-inline .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.reports-details .menu-panel .row .form-inline .form-group input,
.reports-details .menu-panel .row .form-inline .form-group select {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.reports-details .menu-panel .row .navigation-container {
  padding-top: 16px;
  padding-left: 0;
}
.reports-details .menu-panel .row .controls-container {
  min-width: 640px;
}
.reports-details .menu-panel .row .buttons-container {
  min-width: 260px;
  width: 260px;
  padding-top: 16px;
  padding-right: 0;
}
.reports-details .top-group .form-inline {
  margin: 2px 6px;
}
.reports-details .top-control * {
  transition: none !important;
}
.reports-details .top-control.checkbox-control {
  padding: 8px;
}
.reports-details .top-control.checkbox-control label {
  margin-left: 6px;
}
.reports-details .top-control.details-mode {
  margin-top: 16px;
}
.reports-details .top-control.details-mode select {
  width: 220px;
  max-width: 220px;
}
.reports-details .top-control label {
  width: 64px;
  max-width: 64px;
}
.reports-details .top-control input,
.reports-details .top-control select {
  width: 144px;
  max-width: 144px;
}
.reports-details .top-control date-field input {
  width: 120px !important;
}
.reports-details .panel {
  padding: 15px;
}
.reports-details .panel.table-integrated {
  padding: 0;
  margin-top: 70px;
}
.reports-details .panel.table-integrated table {
  border-collapse: collapse;
}
.reports-details .panel.table-integrated table .show-details {
  cursor: pointer;
}
.reports-details .panel.table-integrated table th {
  text-align: right;
  padding: 6px 3px;
  font-size: 14px;
}
.reports-details .panel.table-integrated table th.first-column {
  text-align: left;
}
.reports-details .panel.table-integrated table th.text-column {
  text-align: left;
}
.reports-details .panel.table-integrated table th.date-column {
  text-align: left;
}
.reports-details .panel.table-integrated table th.agreement-business-key-column {
  text-align: left;
}
.reports-details .panel.table-integrated table th.border-margin {
  padding: 6px 10px;
}
.reports-details .panel.table-integrated table th .content {
  margin-left: 16px;
  color: #367C2B;
}
.reports-details .panel.table-integrated table tbody {
  background-color: #FFFFFF;
}
.reports-details .panel.table-integrated table tbody tr.total-row td {
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
  font-size: 16px;
  font-weight: bold;
}
.reports-details .panel.table-integrated table tbody tr.total-row.subtotal-row td {
  font-weight: normal;
  border-top: 1px solid #cccccc;
  color: #777777;
}
.reports-details .panel.table-integrated table tbody tr.total-row.subtotal-row td.border-margin {
  border-top: 0 solid transparent;
}
.reports-details .panel.table-integrated table tbody tr.total-row.subtotal-row td.first-column {
  padding-left: 36px;
}
.reports-details .panel.table-integrated table tbody tr.details-row {
  text-align: left;
  color: #777777;
}
.reports-details .panel.table-integrated table tbody tr.details-row td.first-column {
  padding-left: 36px;
}
.reports-details .panel.table-integrated table tbody tr:first-child td:first-of-type {
  border-top-left-radius: 4px;
}
.reports-details .panel.table-integrated table tbody tr:first-child td:last-of-type {
  border-top-right-radius: 4px;
}
.reports-details .panel.table-integrated table tbody tr:last-child td {
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.05);
}
.reports-details .panel.table-integrated table tbody tr:last-child td:first-of-type {
  border-bottom-left-radius: 4px;
}
.reports-details .panel.table-integrated table tbody tr:last-child td:last-of-type {
  border-bottom-right-radius: 4px;
}
.reports-details .panel.table-integrated table tbody tr td {
  border-bottom: 0 solid transparent;
  text-align: right;
  padding: 15px 3px;
  font-size: 14px;
}
.reports-details .panel.table-integrated table tbody tr td .jd-checkbox {
  margin-right: 10px;
  margin-bottom: 1px;
}
.reports-details .panel.table-integrated table tbody tr td .checkbox-group {
  width: 100%;
  display: table;
}
.reports-details .panel.table-integrated table tbody tr td .checkbox-group div {
  display: table-cell;
}
.reports-details .panel.table-integrated table tbody tr td .checkbox-group div:nth-child(2) {
  width: 100%;
}
.reports-details .panel.table-integrated table tbody tr td.border-margin {
  padding: 15px 10px;
  border-top: 0 solid transparent;
}
.reports-details .panel.table-integrated table tbody tr td.first-column {
  text-align: left;
}
.reports-details .panel.table-integrated table tbody tr td.text-column {
  text-align: left;
}
.reports-details .panel.table-integrated table tbody tr td.date-column {
  white-space: nowrap;
  text-align: left;
}
.reports-details .panel.table-integrated table tbody tr td.agreement-business-key-column {
  text-align: left;
}
.reports-details .panel.table-integrated table tbody tr td.highlighted {
  color: #367C2B;
  font-weight: bold;
}
.reports-details .panel .panel-title {
  font-weight: bold;
  color: #000000;
  font-size: 18px;
}
.reports-details .panel .panel-title .sub {
  font-size: 16px;
  padding-top: 2px;
}
.reports-details .panel .panel-title.secondary {
  color: #888;
  font-size: 14px;
  font-weight: normal;
  padding-top: 2px;
}
.reports-details .panel.transparent {
  min-height: auto;
  background-color: #f1f1f1;
  box-shadow: none;
  margin: 0;
}
.reports-details .panel-content {
  margin: 0 auto;
}
.reports-details .panel-content table {
  width: 100%;
  line-height: 1;
  text-align: center;
}
.reports-details .panel-content table th {
  color: #777777;
  font-weight: normal;
}
.reports-details .panel-content table th,
.reports-details .panel-content table td {
  padding: 15px 0;
  font-size: 15px;
}
.reports-details .panel-content table td {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.reports-details .panel-content table td.col-head {
  text-align: left;
  color: #777777;
  padding-left: 5px;
}
.reports-details .panel-content table tr:first-child th {
  padding-bottom: 6px;
  padding-top: 5px;
}
.reports-details .panel-content table .final-row {
  background-color: #F7F7F7;
  font-weight: bold;
}
.reports-details .panel-content table .final-row .col-head {
  color: #333333;
}
@media all and (max-width: 1240px) {
  .reports-details .reflow-table tr:nth-child(even) {
    background-color: #F7F7F7;
  }
  .reports-details .reflow-table tr:nth-child(even).total-row {
    background-color: #FFFFFF;
  }
  .reports-details .reflow-table tr:nth-child(even) td.border-margin {
    background-color: #FFFFFF;
  }
  .reports-details .reflow-table tr.details-row {
    background-color: #dddddd;
  }
  .reports-details .reflow-table tr td.border-margin {
    background-color: #FFFFFF;
  }
  .reports-details .reflow-table td,
  .reports-details .reflow-table th {
    width: 100% !important;
  }
  .reports-details .reflow-table thead {
    display: none;
  }
  .reports-details .reflow-table td {
    box-sizing: border-box;
    display: block;
    float: left;
    clear: left;
    width: 100%;
    text-align: right !important;
    padding: 8px 15px !important;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
    border-radius: 0 !important;
  }
  .reports-details .reflow-table td .checkbox-group {
    width: auto !important;
    display: block !important;
  }
  .reports-details .reflow-table td .checkbox-group div {
    display: block !important;
  }
  .reports-details .reflow-table td.first-column {
    font-weight: bold;
  }
  .reports-details .reflow-table td.first-column .jd-checkbox {
    float: right;
    margin-left: 10px;
  }
  .reports-details .reflow-table td:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-weight: bold;
  }
}
@media all and (max-width: 1000px) {
  .reports-details .reflow-table-small tr:nth-child(even) {
    background-color: #F7F7F7;
  }
  .reports-details .reflow-table-small tr:nth-child(even).total-row {
    background-color: #FFFFFF;
  }
  .reports-details .reflow-table-small tr:nth-child(even) td.border-margin {
    background-color: #FFFFFF;
  }
  .reports-details .reflow-table-small tr.details-row {
    background-color: #dddddd;
  }
  .reports-details .reflow-table-small tr td.border-margin {
    background-color: #FFFFFF;
  }
  .reports-details .reflow-table-small td,
  .reports-details .reflow-table-small th {
    width: 100% !important;
  }
  .reports-details .reflow-table-small thead {
    display: none;
  }
  .reports-details .reflow-table-small td {
    box-sizing: border-box;
    display: block;
    float: left;
    clear: left;
    width: 100%;
    text-align: right !important;
    padding: 8px 15px !important;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
    border-radius: 0 !important;
  }
  .reports-details .reflow-table-small td .checkbox-group {
    width: auto !important;
    display: block !important;
  }
  .reports-details .reflow-table-small td .checkbox-group div {
    display: block !important;
  }
  .reports-details .reflow-table-small td.first-column {
    font-weight: bold;
  }
  .reports-details .reflow-table-small td.first-column .jd-checkbox {
    float: right;
    margin-left: 10px;
  }
  .reports-details .reflow-table-small td:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-weight: bold;
  }
}
.white-background {
  background: #ffffff;
}
.space-between {
  display: flex;
  flex-direction: row;
  align-content: space-between;
  justify-content: space-between;
}
.leftMargin {
  margin-left: -8%;
}
.reports-location.form-group .location-label,
.reports-location.form-group .location-control {
  display: inline-block;
}
.reports-location.form-group .location-label {
  width: 64px;
}
.reports-location.form-group .multiSelect > button {
  max-width: 144px;
  width: 144px;
  text-align: left;
}
.reports-location.form-group .multiSelect > button .caret {
  position: absolute;
  top: 14px;
  right: 5px;
  background-color: white;
}
.reports-location.form-group .multiSelect-button-label {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 118px;
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 11px;
}
.reports-profitability .revenueRow tr th.revenue {
  border-bottom: #888888;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.reports-profitability .revenueRow tr th div.revenue-label {
  text-align: right;
}
.reports-profitability .revenueRow tr th div.revenue-label > span:last-of-type {
  margin-left: 5px;
}
.reports-profitability th.border-margin {
  min-width: 20px !important;
  max-width: 20px !important;
}
.reports-profitability .agreement-table tr th.revenue {
  border-bottom: #888888;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.reports-profitability .agreement-table tr th div.revenue-label {
  text-align: right;
}
.reports-profitability .agreement-table tr th div.revenue-label > span:last-of-type {
  margin-left: 5px;
}
.reports-profitability .agreement-table th:nth-child(1),
.reports-profitability .agreement-table td:nth-child(1) {
  width: 0;
}
.reports-profitability .agreement-table th:nth-child(2),
.reports-profitability .agreement-table td:nth-child(2) {
  width: 10%;
}
.reports-profitability .agreement-table th:nth-child(3),
.reports-profitability .agreement-table td:nth-child(3) {
  width: 17%;
}
.reports-profitability .agreement-table th:nth-child(4),
.reports-profitability .agreement-table td:nth-child(4),
.reports-profitability .agreement-table th:nth-child(6),
.reports-profitability .agreement-table td:nth-child(6) {
  width: 8%;
}
.reports-profitability .agreement-table th:nth-child(7),
.reports-profitability .agreement-table td:nth-child(7) {
  width: 7%;
}
.reports-profitability .agreement-table th:nth-child(8),
.reports-profitability .agreement-table td:nth-child(8),
.reports-profitability .agreement-table th:nth-child(9),
.reports-profitability .agreement-table td:nth-child(9),
.reports-profitability .agreement-table th:nth-child(10),
.reports-profitability .agreement-table td:nth-child(10),
.reports-profitability .agreement-table th:nth-child(11),
.reports-profitability .agreement-table td:nth-child(11) {
  width: 3%;
}
.reports-profitability .agreement-table th:nth-child(12),
.reports-profitability .agreement-table td:nth-child(12),
.reports-profitability .agreement-table th:nth-child(13),
.reports-profitability .agreement-table td:nth-child(13),
.reports-profitability .agreement-table th:nth-child(14),
.reports-profitability .agreement-table td:nth-child(14),
.reports-profitability .agreement-table th:nth-child(15),
.reports-profitability .agreement-table td:nth-child(15),
.reports-profitability .agreement-table th:nth-child(16),
.reports-profitability .agreement-table td:nth-child(16) {
  width: 7%;
}
.reports-profitability .activity-table tr th.revenue {
  border-bottom: #888888;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.reports-profitability .activity-table tr th div.revenue-label {
  text-align: right;
}
.reports-profitability .activity-table tr th div.revenue-label > span:last-of-type {
  margin-left: 5px;
}
.reports-profitability .activity-table td:nth-child(2),
.reports-profitability .activity-table th:nth-child(2) {
  width: 12%;
}
.reports-profitability .activity-table td:nth-child(3),
.reports-profitability .activity-table th:nth-child(3) {
  width: 9%;
}
.reports-profitability .activity-table td:nth-child(4),
.reports-profitability .activity-table th:nth-child(4) {
  width: 9%;
}
.reports-profitability .activity-table td:nth-child(5),
.reports-profitability .activity-table th:nth-child(5),
.reports-profitability .activity-table td:nth-child(8),
.reports-profitability .activity-table th:nth-child(8),
.reports-profitability .activity-table td:nth-child(9),
.reports-profitability .activity-table th:nth-child(9),
.reports-profitability .activity-table td:nth-child(10),
.reports-profitability .activity-table th:nth-child(10) {
  width: 10%;
}
.reports-profitability .activity-table td:nth-child(11),
.reports-profitability .activity-table th:nth-child(11) {
  width: 4%;
}
.reports-profitability .activity-table td:nth-child(12),
.reports-profitability .activity-table th:nth-child(12),
.reports-profitability .activity-table td:nth-child(13),
.reports-profitability .activity-table th:nth-child(13),
.reports-profitability .activity-table td:nth-child(14),
.reports-profitability .activity-table th:nth-child(14),
.reports-profitability .activity-table td:nth-child(15),
.reports-profitability .activity-table th:nth-child(15) {
  width: 5%;
}
.reports-profitability .common-table tr th.revenue {
  border-bottom: #888888;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.reports-profitability .common-table tr th div.revenue-label {
  text-align: right;
}
.reports-profitability .common-table tr th div.revenue-label > span:last-of-type {
  margin-left: 5px;
}
.reports-profitability .common-table td:nth-child(2),
.reports-profitability .common-table th:nth-child(2) {
  width: 30%;
}
.reports-profitability .common-table td:nth-child(3),
.reports-profitability .common-table th:nth-child(3),
.reports-profitability .common-table td:nth-child(4),
.reports-profitability .common-table th:nth-child(4) {
  width: 10%;
}
.reports-profitability .common-table td:nth-child(5),
.reports-profitability .common-table th:nth-child(5),
.reports-profitability .common-table td:nth-child(6),
.reports-profitability .common-table th:nth-child(6),
.reports-profitability .common-table td:nth-child(7),
.reports-profitability .common-table th:nth-child(7),
.reports-profitability .common-table td:nth-child(8),
.reports-profitability .common-table th:nth-child(8),
.reports-profitability .common-table td:nth-child(9),
.reports-profitability .common-table th:nth-child(9) {
  width: 10%;
}
.reports-offered-sold th.border-margin {
  min-width: 20px !important;
  max-width: 20px !important;
}
.reports-offered-sold .common-table.hide-declined .only-for-declined * {
  display: none;
}
@media all and (max-width: 1000px) {
  .reports-offered-sold .common-table.hide-declined .only-for-declined {
    display: none;
  }
}
.reports-offered-sold .common-table td:nth-child(2),
.reports-offered-sold .common-table th:nth-child(2) {
  width: 18%;
}
.reports-offered-sold .common-table td:nth-child(3),
.reports-offered-sold .common-table th:nth-child(3),
.reports-offered-sold .common-table td:nth-child(4),
.reports-offered-sold .common-table th:nth-child(4),
.reports-offered-sold .common-table td:nth-child(5),
.reports-offered-sold .common-table th:nth-child(5),
.reports-offered-sold .common-table td:nth-child(6),
.reports-offered-sold .common-table th:nth-child(6),
.reports-offered-sold .common-table td:nth-child(7),
.reports-offered-sold .common-table th:nth-child(7),
.reports-offered-sold .common-table td:nth-child(8),
.reports-offered-sold .common-table th:nth-child(8) {
  width: 8%;
}
.reports-offered-sold .common-table td:nth-child(9),
.reports-offered-sold .common-table th:nth-child(9),
.reports-offered-sold .common-table td:nth-child(10),
.reports-offered-sold .common-table th:nth-child(10) {
  width: 16%;
}
.reports-table-search input,
.reports-table-search .input-group-addon {
  background-color: transparent;
  border-radius: 0;
  border-width: 0;
  border-color: transparent;
  box-shadow: none;
}
.reports-table-search search_icon svg {
  cursor: default !important;
  fill: #aaaaaa !important;
}
.reports-table-search input {
  font-size: 20px;
}
.dashboard-v2-custom-view {
  background-color: #fafafa;
  border: 1px solid #e9e9e9;
  padding: 10px 15px;
}
.dashboard-v2-custom-view h4 {
  margin: 0 0 10px 0;
}
.dashboard-v2-custom-view .name-input-container {
  position: relative;
}
.dashboard-v2-custom-view .name-input-container .cancel-action-container {
  position: absolute;
  top: 7px;
  right: 6px;
  opacity: 0.5;
}
.dashboard-v2-custom-view .name-input-container .cancel-action-container:hover {
  opacity: 0.8;
}
.dashboard-v2-custom-view .customViewChanged {
  font-style: italic;
}
.dashboard-v2-custom-view .customViewChanged select::after {
  content: "*";
}
.dashboard-v2-custom-view .custom-view-drop-down,
.dashboard-v2-custom-view .custom-view-input {
  display: block;
  width: 100%;
  height: 34px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background: #fff none;
  border: 1px solid #dddddd;
}
.dashboard-v2-custom-view .custom-view-drop-down:focus,
.dashboard-v2-custom-view .custom-view-input:focus {
  outline: none;
}
.dashboard-v2-custom-view .custom-view-drop-down {
  padding: 6px 12px;
}
.dashboard-v2-custom-view .custom-view-input {
  padding: 6px 35px 6px 12px;
}
.dashboard-v2-custom-view .first-row {
  position: relative;
}
.dashboard-v2-custom-view .first-row .action-container {
  position: absolute;
  top: 7px;
  right: 0;
  height: 20px;
}
.dashboard-v2-custom-view .first-row .action-container > div {
  float: left;
  margin-left: 5px;
}
.dashboard-v2-custom-view .first-row.action-count-1 {
  padding-right: 25px;
}
.dashboard-v2-custom-view .first-row.action-count-2 {
  padding-right: 25px;
}
.dashboard-v2-custom-view .first-row.action-count-3 {
  padding-right: 25px;
}
.dashboard-v2-custom-view .cancel-action-container,
.dashboard-v2-custom-view .delete-action-container,
.dashboard-v2-custom-view .save-action-container,
.dashboard-v2-custom-view .create-action-container {
  width: 20px;
  height: 20px;
}
.dashboard-v2-custom-view .cancel-action-container a,
.dashboard-v2-custom-view .delete-action-container a,
.dashboard-v2-custom-view .save-action-container a,
.dashboard-v2-custom-view .create-action-container a,
.dashboard-v2-custom-view .cancel-action-container svg,
.dashboard-v2-custom-view .delete-action-container svg,
.dashboard-v2-custom-view .save-action-container svg,
.dashboard-v2-custom-view .create-action-container svg {
  display: block;
  width: 100%;
  height: 100%;
}
.dashboard-v2-custom-view .new-action-container a {
  color: #367C2B;
}
.dashboard-v2-custom-view .setDefaultViewText {
  color: #367C2B;
  font-size: 1.2rem;
  float: right;
  padding-top: 5px;
}
.dashboard-v2-custom-view .setDefaultViewText:hover {
  text-decoration: underline;
  cursor: pointer;
}
.dashboard-v2-group-by {
  font-size: 16px;
  padding: 4px 0px 4px 4px;
}
.dashboard-v2-group-by input {
  -webkit-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  background-clip: content-box;
  border: 2px solid #bbbbbb;
  border-radius: 50%;
  background-color: transparent;
  margin-left: 5px;
}
.groupByTypeSpan {
  font-weight: normal;
  padding: 1px 1px 1px 1px;
}
.groupByTitleSpan {
  font-weight: bolder;
  margin-right: 5px;
}
input[type="radio"] {
  margin-left: 15px;
}
input[type="radio"]:checked {
  background-color: #367C2B;
}
.dashboard-v2 .main-header {
  margin: 0;
}
.dashboard-v2 .switch-to-old-manage {
  text-align: right;
}
.dashboard-v2 .width20 {
  width: 20%;
}
.dashboard-v2 .width80 {
  width: 80%;
}
.dashboard-v2 .text-overflow-fix {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dashboard-v2 .export {
  margin-bottom: 16px;
}
.dashboard-v2 .new-manage-link {
  padding: 0px 12px;
  font-size: 15px;
  text-align: right;
  text-decoration: underline;
}
.selected-dealer-name {
  color: #333333;
}
.dashboard-refresh {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: column;
  z-index: -900;
}
.dashboard-refresh .refresh-checkbox {
  margin-right: 2px;
}
.dashboard-refresh .refresh-button {
  padding: 4px 10px;
  font-size: 14px;
}
.dashboard-refresh .refresh-timestamp {
  position: relative;
}
.dashboard-refresh .refresh-controls {
  vertical-align: middle;
  font-size: 14px;
}
.machine-plan-level-2 .body {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: -20px;
}
.locationNavDropDown .dropdown-menu {
  height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.panel-body {
  font-size: 16px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-bottom: 16px;
}
.panel-body .job-due-date {
  padding-left: 4px;
}
.panel-body .job-view-location {
  font-weight: 400;
}
.panel-body .customer-name {
  font-weight: 400;
  text-transform: capitalize;
}
.panel-body .job-status {
  font-size: 16px;
  justify-self: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.panel-body .locationNavDropDown {
  display: inline-block;
}
.panel-body .bottom-right-buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.panel-body .job-view-duedate-label {
  width: -webkit-fit-content;
  width: fit-content;
}
.manage-v2-job {
  background-color: #f1f1f1;
  font-size: 12px;
  position: relative;
}
.manage-v2-job .title {
  margin: 2px 0 0 0;
  font-size: 16px;
  font-family: 'JDSans';
}
.manage-v2-job .tag .dropdown {
  list-style-type: none;
}
.manage-v2-job .tag.tag-label {
  color: #aaaaaa;
}
.manage-v2-job .tag.hour-label {
  background: white;
}
.manage-v2-job .tag.alignRight {
  background: white;
}
.manage-v2-job .tag input {
  border: none;
  background: inherit;
  box-shadow: none;
  font-family: arial;
  font-weight: normal;
  width: 73px;
  padding-bottom: 2px;
  font-size: 12px;
}
.manage-v2-job .tag input :focus {
  outline: none;
}
.manage-v2-job .tag input ::placeholder {
  color: #aaaaaa;
}
.manage-v2-job.color-status {
  border-left: 4px solid #f1f1f1;
}
.manage-v2-job.color-status.color-status-yellow {
  border-left-color: #FFDE00;
}
.manage-v2-job.color-status.color-status-red {
  border-left-color: #BD2E28;
}
.manage-v2-job.color-status.color-status-blue {
  border-left-color: #298cc2;
}
.manage-v2-job .littleMarginBottom {
  margin-bottom: 3px;
}
.manage-v2-job .date-picker-container {
  margin-left: 0px;
  position: relative;
}
.manage-v2-job .date-picker-container .react-datepicker-popper {
  z-index: 2;
}
.manage-v2-job .date-picker-container .date-picker-calendar-icon {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 81px;
}
.manage-v2-job .date-picker-container .date-picker-calendar-icon svg {
  display: block;
  width: 17px;
  height: 18px;
}
.manage-v2-job .ea-occurrences-pill {
  background: #FFFFFF;
  color: #666666;
  margin-left: 5px;
  border-radius: 11px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.19);
  height: 22px;
  width: 46px;
  padding: 2px 8px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.manage-v2-job .ea-occurrences-pill i {
  font-size: 9px;
  color: #666666;
  margin-right: 5px;
}
.manage-v2-job .ea-on-hold-expired-pill,
.manage-v2-job .ea-validation-pill {
  background: #FFFFFF;
  color: #666666;
  margin-left: 5px;
  border-radius: 11px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.19);
  height: 22px;
  width: 46px;
  padding: 2px 8px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.manage-v2-job .ea-on-hold-expired-pill i,
.manage-v2-job .ea-validation-pill i {
  font-size: 9px;
  color: #666666;
  margin-right: 5px;
}
.card-pill-popover {
  width: 300px;
  text-align: center;
  padding: 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.card-pill-popover .popover-title {
  background-color: transparent;
  color: #979797;
  margin: 0 16px;
  font-size: 12px;
  font-family: inherit;
}
.card-pill-popover .popover-content {
  color: #333333;
  font-size: 14px;
  overflow-y: auto;
  max-height: 320px;
}
.card-pill-popover .ea-occurrences-content {
  position: relative;
  min-height: 30px;
}
@media (max-width: 991px) {
  .manage-v2-job .right-side-text-align {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .manage-v2-job .right-side-text-align {
    text-align: right;
  }
}
#dtc-warranty-info-popover .popover-content .dtc-warranty-info-popover table {
  margin-bottom: 0;
}
#dtc-warranty-info-popover .popover-content .dtc-warranty-info-popover td span,
#dtc-warranty-info-popover .popover-content .dtc-warranty-info-popover th span {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}
#dtc-warranty-info-popover .popover-content .dtc-warranty-info-popover .c-th-1 > span,
#dtc-warranty-info-popover .popover-content .dtc-warranty-info-popover .c-td-1 > span {
  width: 150px;
}
#dtc-warranty-info-popover .popover-content .dtc-warranty-info-popover .c-th-2 > span,
#dtc-warranty-info-popover .popover-content .dtc-warranty-info-popover .c-td-2 > span {
  width: 145px;
}
#dtc-warranty-info-popover .popover-content .dtc-warranty-info-popover .c-th-3 > span,
#dtc-warranty-info-popover .popover-content .dtc-warranty-info-popover .c-td-3 > span {
  width: 140px;
}
.hour-and-date-popover .popover {
  left: 50px;
  top: 20px;
}
.hour-and-date-popover .hours-section {
  position: absolute;
  background-color: #EEE;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid #CCC;
  margin-top: -42px;
  padding: 10px;
  left: 0 !important;
}
.hour-and-date-popover .close-overlay {
  position: absolute;
  border: black;
  border-radius: 2px;
  margin-top: -12px;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  transform: translate(46%, -38%);
}
.hour-and-date-popover .marginLefty {
  margin-left: 180px;
}
.hour-and-date-background hour-background {
  background-color: white;
}
.hour-and-date-background input {
  border: 1px solid #CCC !important;
  text-align: left!important;
}
.hour-and-date-button {
  font-weight: initial;
  padding: 0;
  font-size: inherit;
}
.job-name {
  font-size: 20px;
}
.job-name .status {
  font-size: 12px;
}
.job-detail-job {
  background-color: #fff;
  font-size: 12px;
  position: relative;
}
.job-detail-job .original-job-detail .ccc-detail {
  height: 100px;
  overflow-y: scroll;
  width: 100%;
}
.job-detail-job .original-job-detail .ccc-detail.disabled {
  background-color: #f1f1f1;
}
.job-detail-job .original-job-detail .fluid-text-line-separator {
  white-space: pre-line;
}
.job-detail-job .title {
  margin: 2px 0 0 0;
  font-size: 16px;
}
.job-detail-job .tag .dropdown {
  list-style-type: none;
}
.job-detail-job .tag.tag-label {
  color: #aaaaaa;
}
.job-detail-job .tag.hour-label {
  background: white;
}
.job-detail-job .tag.alignRight {
  background: white;
}
.job-detail-job .tag input {
  border: none;
  background: inherit;
  box-shadow: none;
  font-family: arial;
  margin-top: -10px;
  font-weight: normal;
  padding-bottom: 2px;
  font-size: 12px;
}
.job-detail-job .tag input :focus {
  outline: none;
}
.job-detail-job .tag input ::placeholder {
  color: #aaaaaa;
}
.job-detail-job.color-status {
  border-left: 4px solid #f1f1f1;
}
.job-detail-job.color-status.color-status-yellow {
  border-left-color: #FFDE00;
}
.job-detail-job.color-status.color-status-red {
  border-left-color: #BD2E28;
}
.job-detail-job.color-status.color-status-blue {
  border-left-color: #298cc2;
}
.job-detail-job .littleMarginBottom {
  margin-bottom: 3px;
}
.job-detail-job .date-picker-container {
  margin-left: 0px;
  position: relative;
}
.job-detail-job .date-picker-container .react-datepicker-popper {
  z-index: 2;
}
.job-detail-job .date-picker-container .react-datepicker__input-container {
  display: table;
}
.job-detail-job .date-picker-container .date-picker-calendar-icon {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 81px;
}
.job-detail-job .date-picker-container .date-picker-calendar-icon svg {
  margin-left: 15px;
  margin-top: 10px;
  display: block;
  width: 20px;
  height: 12px;
}
.job-detail-job .body-header-padding {
  padding: 30px 30px 0 30px;
}
.job-detail-job .body-header-padding .no-margin-top {
  margin-top: 0 !important;
}
.job-detail-job .body-header-padding .clearfix,
.job-detail-job .body-header-padding .dl-horizontal dd,
.job-detail-job .body-header-padding .container,
.job-detail-job .body-header-padding .container-fluid,
.job-detail-job .body-header-padding .row,
.job-detail-job .body-header-padding .form-horizontal .form-group,
.job-detail-job .body-header-padding .btn-toolbar,
.job-detail-job .body-header-padding .btn-group-vertical > .btn-group,
.job-detail-job .body-header-padding .nav,
.job-detail-job .body-header-padding .navbar,
.job-detail-job .body-header-padding .navbar-header,
.job-detail-job .body-header-padding .navbar-collapse,
.job-detail-job .body-header-padding .pager,
.job-detail-job .body-header-padding .panel-body,
.job-detail-job .body-header-padding .modal-header,
.job-detail-job .body-header-padding .modal-footer,
.job-detail-job .body-header-padding .history-tracker,
.job-detail-job .body-header-padding .platter-row {
  clear: both;
}
.job-detail-job .body-header-padding .clearfix:after,
.job-detail-job .body-header-padding .dl-horizontal dd:after,
.job-detail-job .body-header-padding .container:after,
.job-detail-job .body-header-padding .container-fluid:after,
.job-detail-job .body-header-padding .row:after,
.job-detail-job .body-header-padding .form-horizontal .form-group:after,
.job-detail-job .body-header-padding .btn-toolbar:after,
.job-detail-job .body-header-padding .btn-group-vertical > .btn-group:after,
.job-detail-job .body-header-padding .nav:after,
.job-detail-job .body-header-padding .navbar:after,
.job-detail-job .body-header-padding .navbar-header:after,
.job-detail-job .body-header-padding .navbar-collapse:after,
.job-detail-job .body-header-padding .pager:after,
.job-detail-job .body-header-padding .panel-body:after,
.job-detail-job .body-header-padding .modal-header:after,
.job-detail-job .body-header-padding .modal-footer:after,
.job-detail-job .body-header-padding .history-tracker:after,
.job-detail-job .body-header-padding .platter-row:after {
  content: "";
  display: table;
  clear: both;
}
.job-detail-job .body-header-padding .tab-container {
  font-size: 18px;
}
.job-detail-job .body-header-padding .tab-container > a,
.job-detail-job .body-header-padding .tab-container > span {
  display: inline-block;
  font-size: 26px;
}
.job-detail-job .body-header-padding .tab-container > span {
  margin: 0 20px;
}
.job-detail-job .body-header-padding .tab-container > a {
  color: green;
  text-decoration: none;
}
.job-detail-job .body-header-padding .tab-container > a.active {
  color: black;
  text-decoration: underline;
  -webkit-text-decoration-color: green;
          text-decoration-color: green;
}
.job-detail-job .body-header-padding .tab-container > a.disabled {
  cursor: not-allowed;
}
.onhold-modal h2 {
  margin-bottom: 4px;
}
.onhold-modal .modal-content {
  overflow: visible;
}
.onhold-modal .onhold-modal__form-label {
  font-size: 14px;
}
.onhold-modal .onhold-modal__description {
  padding-left: 16px;
}
.onhold-modal .snooze-type-selection {
  margin-top: 20px;
}
.onhold-modal .snooze-type-selection .onhold-radio-option {
  margin-right: 10px;
  padding-left: 23px;
}
.onhold-modal .snooze-type-selection .onhold-radio-option .onhold-radio-option__dot::before {
  content: '';
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  background: transparent;
  border: 2px solid #888888;
  border-radius: 50%;
  margin-left: -23px;
}
.onhold-modal .snooze-type-selection .onhold-radio-option input:checked ~ .onhold-radio-option__dot::before {
  border: 2px solid #367C2B;
}
.onhold-modal .snooze-type-selection .onhold-radio-option input:checked ~ .onhold-radio-option__dot::after {
  content: '';
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2.1' fill='%23367c2b'/%3E%3C/svg%3E");
  background-size: 100%;
  background-position: 100%;
  margin-left: -23px;
}
.onhold-modal .snooze-type-selection .onhold-radio-option input {
  opacity: 0 !important;
}
.onhold-modal .onhold-datepicker .onhold-datepicker__container {
  display: flex;
  align-items: baseline;
}
.onhold-modal .onhold-datepicker .onhold-datepicker__container .onhold-datepicker__calendar-control {
  border: 1px solid #dddddd;
  border-radius: 3px;
  width: 142px;
  min-width: 142px;
  display: flex;
}
.onhold-modal .onhold-datepicker .onhold-datepicker__container .onhold-datepicker__calendar-control .react-datepicker-wrapper {
  width: 75%;
}
.onhold-modal .onhold-datepicker .onhold-datepicker__container .onhold-datepicker__calendar-control .react-datepicker-wrapper input {
  width: 100%;
  padding: 5px;
  border: none;
}
.onhold-modal .onhold-datepicker .onhold-datepicker__container .onhold-datepicker__calendar-control .onhold-datepicker__calendar-icon {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.onhold-modal .onhold-datepicker #on-hold-modal-date-out-of-range-error {
  color: #BD2E28;
  margin-left: 10px;
}
.onhold-modal .onhold-datepicker .day-increment-picker {
  padding: 7px 0;
  overflow-wrap: break-word;
}
.onhold-modal .onhold-datepicker .day-increment-picker span {
  padding-right: 16px;
}
.fade.in.modal {
  padding: 0!important;
  overflow-y: auto!important;
}
@media (min-width: 1000px) {
  .custom-modal > .modal-lg {
    width: auto;
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .custom-modal.modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .custom-modal > .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    height: auto;
    min-height: 100%;
    border-radius: 0;
  }
}
.custom-modal .modal-header {
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 50px;
  transition: margin-top 250ms ease-out;
}
.custom-modal .modal-body {
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 50px;
  transition: margin-top 250ms ease-out;
}
.no-margin {
  margin: 0px !important;
}
.top-section {
  margin-bottom: 20px;
  background-color: #fff;
  border: 100px solid transparent;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(1, 1, 1, 0.2);
}
.bottom-section {
  margin-bottom: 20px;
  background-color: #fff;
  border: 300px solid transparent;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(1, 1, 1, 0.2);
}
.bottom-sub-section {
  margin-bottom: 20px;
  margin-top: 30px;
  margin-left: 30px;
  margin-right: 30px;
  border: 25px solid transparent;
  box-shadow: 0px 1px 0px rgba(1, 1, 1, 0.2);
}
.ccc-and-notes {
  margin-bottom: 20px;
  margin-top: 30px;
  margin-left: 50px;
  margin-right: 30px;
}
.location-size {
  background-size: 70%;
  margin-top: -5px;
}
.bottom-title {
  margin: 2px 0 0 0;
  font-size: 16px;
  font-family: 'JDSans';
}
.black-color {
  color: black;
}
.light-black {
  color: #676363;
}
.fade-color {
  color: darkgray;
}
.add-color {
  color: red;
}
.dropdown {
  list-style-type: none;
}
.top {
  margin: 10px;
  margin-left: 50px;
}
.add-wo {
  position: absolute;
  border: black;
  border-radius: 2px;
  margin-left: 12px;
  margin-top: auto;
}
.margin-leftside {
  margin-left: inherit;
  margin-top: 10px;
}
.margin-rightside {
  margin-right: inherit;
  margin-top: 10px;
}
.margin-leftSide {
  margin-left: -50px;
  margin-top: 10px;
  text-align: left;
}
.green-color {
  color: green;
}
.underline {
  text-decoration: underline;
}
.align-row {
  text-align: center;
  font-weight: normal;
}
.align-lef {
  text-align: left;
  font-weight: normal;
}
.prompt-model {
  width: 40%;
}
.prompt-modeldiv.model-content {
  height: 667px!important;
  border-radius: unset!important;
  font-size: 1.5rem;
}
.prompt-model .hrs-min {
  float: left!important;
}
.manage-v2-plan {
  background-color: #f1f1f1;
  font-size: 12px;
}
.manage-v2-plan .title {
  margin: 2px 0 0 0;
  font-size: 16px;
  font-family: 'JDSans';
}
.manage-v2-plan .btn-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.manage-v2-plan .tag .dropdown {
  list-style-type: none;
}
.manage-v2-plan .tag.tag-label {
  color: #aaaaaa;
}
.manage-v2-plan .tag.hour-label {
  background: white;
}
.manage-v2-plan .tag.alignRight {
  background: white;
}
.manage-v2-plan .tag input {
  border: none;
  background: inherit;
  box-shadow: none;
  font-family: arial;
  font-weight: normal;
  width: 73px;
  padding-bottom: 2px;
  font-size: 12px;
}
.manage-v2-plan .tag input :focus {
  outline: none;
}
.manage-v2-plan .tag input ::placeholder {
  color: #aaaaaa;
}
.manage-v2-plan.color-status {
  border-left: 4px solid #f1f1f1;
}
.manage-v2-plan.color-status.color-status-yellow {
  border-left-color: #FFDE00;
}
.manage-v2-plan.color-status.color-status-red {
  border-left-color: #BD2E28;
}
.manage-v2-plan.color-status.color-status-blue {
  border-left-color: #298cc2;
}
.manage-v2-plan .littleMarginBottom {
  margin-bottom: 3px;
}
.manage-v2-plan .date-label {
  float: left;
  width: 80px;
}
.manage-v2-plan .date-picker-container {
  margin-left: 0px;
  position: relative;
}
.manage-v2-plan .date-picker-container .react-datepicker-popper {
  z-index: 2;
}
.manage-v2-plan .date-picker-container .date-picker-calendar-icon {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 81px;
}
.manage-v2-plan .date-picker-container .date-picker-calendar-icon svg {
  display: block;
  width: 17px;
  height: 18px;
}
.manage-v2-plan .details {
  padding: 10px 30px;
}
.manage-v2-plan .details .powergard {
  background-color: #fff;
  border: 2px solid #dddddd;
  border-radius: 2px;
  padding: 10px;
}
.manage-v2-plan .details .powergard .section-title {
  font-size: 11px;
  font-weight: 600;
}
.manage-v2-plan .details .powergard .section-content {
  padding: 15px;
  margin: 3px 0 10px 0;
  background-color: #f1f1f1;
  border: 1px solid #dddddd;
  border-radius: 2px;
  font-size: 10px;
}
.manage-v2-plan .details.collapsed {
  display: none;
}
.manage-v2-plan .details .single-job {
  margin-bottom: 5px;
  padding-bottom: 5px;
  margin-right: 5px;
}
.manage-v2-plan .details .single-job.job-separator {
  border-width: 1px;
  border-bottom-style: solid;
  border-color: #d3d3d3;
}
.manage-v2-plan .details .single-job .textarea-style {
  width: 100%;
  height: 22px;
  text-align: center;
  background-color: #F7F7F7;
  border-radius: 3px;
  border: 1px solid #d3d3d3;
}
.manage-v2-plan .details .single-job .bold-label {
  font-weight: bold;
}
.manage-v2-plan .details .single-job .radio-button {
  margin-right: 5px;
}
.manage-v2-plan .details .due-row {
  width: 35px;
}
.manage-v2-plan .details .workOrder-row {
  margin-left: 17px;
  margin-top: 5px;
}
.manage-v2-plan .clickable-label {
  cursor: pointer;
}
.manage-v2-plan .date-picker-container {
  margin-left: 0px;
  position: relative;
}
.manage-v2-plan .date-picker-container .react-datepicker-popper {
  z-index: 2;
}
.manage-v2-plan .date-picker-container .date-picker-calendar-icon {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 81px;
}
.manage-v2-plan .date-picker-container .date-picker-calendar-icon svg {
  display: block;
  width: 17px;
  height: 18px;
}
@media (max-width: 991px) {
  .manage-v2-plan .right-side-text-align {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .manage-v2-plan .right-side-text-align {
    text-align: right;
  }
}
.dot-blue {
  float: left;
  display: inline-block;
  margin: 5px 0 0 10px;
  border-radius: 50%;
  background: #298cc2;
  height: 10px;
  width: 10px;
}
.dot-yellow {
  float: left;
  display: inline-block;
  margin: 5px 0 0 10px;
  border-radius: 50%;
  background: #FFDE00;
  height: 10px;
  width: 10px;
}
.dot-red {
  float: left;
  display: inline-block;
  margin: 5px 0 0 10px;
  border-radius: 50%;
  background: #C50005;
  height: 10px;
  width: 10px;
}
.dot-none {
  float: left;
  display: inline-block;
  margin: 5px 0 0 10px;
  border-radius: 50%;
  background: none;
  height: 10px;
  width: 10px;
}
.margin-no-wrap {
  margin-left: -40px;
  white-space: nowrap;
}
.no-wrap {
  white-space: nowrap;
}
.copy {
  fill: #CCCCCC;
}
.copyMachinePin:hover .copy {
  fill: #333;
}
.copyMachinePin:focus .copy {
  fill: #333;
}
.copyMachinePinToolTip {
  display: none;
  background-color: rgba(0, 0, 0, 0.4);
  width: 70px;
  text-align: center;
  border-radius: 6px;
  position: absolute;
  padding: 0px 5px;
  z-index: 1;
  margin-left: 4px;
}
.copyMachinePin:hover .copyMachinePinToolTip {
  display: inline;
  color: white;
}
.machProToolTip {
  display: none;
  background-color: rgba(0, 0, 0, 0.4);
  width: 70px;
  text-align: center;
  border-radius: 6px;
  position: absolute;
  padding: 0px 5px;
  z-index: 1;
  margin-left: 4px;
}
.goToMachinePro:hover .machProToolTip {
  display: inline;
  color: white;
}
.generic-loader-machine-location {
  display: inline-block;
  background: url(/app/image/loading-animation.713c87.gif) no-repeat center center;
  height: 10px;
  width: 75px;
}
.machine-root-counters {
  display: flex;
  flex-direction: row;
  float: right;
  justify-content: flex-end;
}
.single-checkbox {
  padding: 11px;
}
.single-checkbox label {
  position: relative;
  padding-left: 9px;
}
.single-checkbox label > svg {
  top: 0px;
}
.single-checkbox label > span {
  color: #aaaaaa;
  left: 20px;
}
.item-linking-container {
  display: block !important;
  position: absolute;
  right: -30px;
  top: 0;
  bottom: 0;
  width: 30px;
}
.item-linking-container > div {
  position: absolute;
}
.item-linking-container .item-linking-h-bar {
  height: 2px;
  background-color: #dbdbdb;
  top: 50%;
  left: 0;
  width: 11px;
}
.item-linking-container .item-linking-v-bar-top {
  background-color: #dbdbdb;
  top: 0px;
  left: 10px;
  width: 2px;
  height: 50%;
}
.item-linking-container .item-linking-v-bar-top:before {
  content: " ";
  display: block;
  position: absolute;
  top: -20px;
  height: 20px;
  width: 2px;
  background-color: #dbdbdb;
}
.item-linking-container .item-linking-v-bar-top:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: -2px;
  height: 2px;
  width: 2px;
  background-color: #dbdbdb;
}
.item-linking-container .item-linking-v-bar-bottom {
  background-color: #dbdbdb;
  top: 50%;
  left: 10px;
  width: 2px;
  height: 50%;
}
.item-linking-container .item-linking-icon {
  z-index: 2;
  width: 24px;
  height: 24px;
  left: 0;
}
.item-linking-container .item-linking-icon.item-linking-icon-middle {
  top: 50%;
}
.item-linking-container .item-linking-icon.item-linking-icon-bottom {
  bottom: -33px;
}
.item-linking-container .item-linking-icon .item-linking-icon-align {
  position: relative;
  width: 24px;
  height: 24px;
  top: -10px;
}
.counter-container .c-machine-container {
  display: inline;
}
.counter-container .c-number {
  color: #555 !important;
  margin: 0 0 0 4px;
}
.counter-container .c-number:after {
  content: ' ';
}
.counter-container .c-label {
  color: #aaa;
}
.counter-container .machine-hours-info-container {
  text-align: right;
  width: 100%;
}
.counter-container .machine-hours-info-container .machineHours {
  color: #367C2B !important;
  margin: 0 0 0 4px;
}
.counter-container .machine-hours-info-container .machineHours:after {
  content: ' ';
}
.counter-container .machine-hours-info-container .machineHoursLabel {
  color: #367C2B !important;
}
.counter-container .machine-hours-info-container:hover {
  text-decoration: underline;
}
.machine-hour-details-popover .popover-content p {
  margin: 0;
}
.counters {
  display: flex;
  flex-direction: row;
  float: right;
  margin-right: 0px;
}
.counter-item {
  margin: 0px 10px;
  text-align: right;
  width: 130px auto;
}
.machineHoursItem {
  min-width: 110px;
  padding: 0px;
}
.future-job-hourly-modal-checkbox {
  float: left;
  margin: 2px 0 0 0 !important;
}
.future-job-hourly-modal-checkbox-label {
  float: right;
  padding: 0 0 0 5px;
}
.custom-slider.rzslider .rz-bar {
  background: #367C2B;
  height: 2px;
}
.custom-slider.rzslider .rz-selection {
  background: #367C2B;
}
.custom-slider.rzslider .rz-pointer {
  width: 8px;
  height: 16px;
  top: auto;
  /* to remove the default positioning */
  bottom: 0;
  background-color: #5f5f5f;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.custom-slider.rzslider .rz-pointer:after {
  display: none;
}
.custom-slider.rzslider .rz-bubble {
  bottom: 14px;
}
.custom-slider.rzslider .rz-limit {
  font-weight: bold;
  color: #000000;
}
.custom-slider.rzslider .rz-tick {
  width: 1px;
  height: 10px;
  margin-left: 4px;
  border-radius: 0;
  background: #ffe4d1;
  top: -1px;
}
.custom-slider.rzslider .rz-tick.rz-selected {
  background: #367C2B;
}
.icon-with-text {
  cursor: default;
  display: inline-block;
}
.icon-with-text .icon {
  cursor: default;
  font-size: 0.8rem;
  margin-right: 0.5rem;
}
.warranty-loader {
  display: inline-block;
  background: url(/app/image/loading-animation.713c87.gif) no-repeat center center;
  height: 10px;
  width: 75px;
}
.warranty-active {
  background-color: #367c2b;
  color: white;
  font-weight: bold;
}
.warranty-inactive {
  background-color: #cccccc;
  font-weight: bold;
}
.icon-accepted-white,
.icon-declined-grey {
  background-size: 20px;
  float: center;
  background-position-y: 50%;
  background-position-x: center;
}
.icon-question::after {
  color: #666666;
  font-size: 24px;
  content: " ?*";
}
.errorStatus {
  font-size: 13px;
  font-weight: bold;
}
.tiles {
  display: block;
  float: left;
  margin: 0 0 15px 15px;
  background: #ffffff;
  padding: 0 20px;
  height: 130px;
  border-radius: 4px;
  transition: ease-in-out 0.3s;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.styleText {
  font-size: 1.5rem;
  padding-top: 2rem;
  color: #0089a7;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  line-height: 20px;
}
.textCapitalize {
  text-transform: capitalize;
}
.serviceStatus {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  margin-top: 30px;
  padding-top: 0.5rem;
  margin-left: 4rem;
  margin-right: 4rem;
  height: 30px;
  color: #ffffff;
  font-weight: bold;
}
.greenBackground {
  background-color: #008000;
}
.redBackground {
  background-color: #FF0000;
}
.alert-prompt-service-status .preformated {
  white-space: pre-wrap;
}
.styleTextHeader {
  font-size: 1.5rem;
  padding-top: 1rem;
  padding-left: 20px;
  color: #0089a7;
  text-transform: capitalize;
  overflow-wrap: break-word;
  letter-spacing: 0.5px;
  line-height: 20px;
}
.styleTextContent {
  font-size: 1.2rem;
  padding-top: 1.5rem;
  padding-left: 20px;
  color: #000000;
  text-transform: capitalize;
  line-height: 20px;
}
/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) {
  [class*="col-"] {
    width: 95%;
  }
}
/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  [class*="col-"] {
    width: 95%;
  }
}
/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
@media (min-width: 481px) and (max-width: 767px) {
  [class*="col-"] {
    width: 95%;
  }
}
/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
@media (min-width: 320px) and (max-width: 480px) {
  [class*="col-"] {
    width: 95%;
  }
}
.spoof-error {
  font-weight: bold;
  color: red;
  font-size: 15px;
  text-align: center;
}
.icon-accepted-outline {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%220%200%2021%2017%22%20style%3D%22enable-background%3Anew%200%200%2021%2017%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3Bstroke%3A%23AAAAAA%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M7.7%2C16.5c-0.2%2C0-0.5%2C0-0.7-0.1c-0.1%2C0-0.2-0.1-0.2-0.1c-0.2-0.1-0.3-0.2-0.4-0.3l-0.1-0.1l-5.2-5.1%20%20c-0.4-0.4-0.6-0.9-0.6-1.4c0-0.5%2C0.2-1%2C0.6-1.4c0.4-0.4%2C0.9-0.6%2C1.4-0.6c0.5%2C0%2C1%2C0.2%2C1.4%2C0.6l3.7%2C3.7L17%2C1.2c0.7-0.8%2C2-0.9%2C2.8-0.2%20%20l0%2C0c0.4%2C0.4%2C0.6%2C0.8%2C0.7%2C1.4c0%2C0.5-0.2%2C1-0.5%2C1.4L9.1%2C16c-0.2%2C0.2-0.4%2C0.3-0.6%2C0.4C8.2%2C16.5%2C8%2C16.5%2C7.7%2C16.5z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.icon-accepted {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%220%200%2019%2015%22%20style%3D%22enable-background%3Anew%200%200%2019%2015%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23367C2B%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M18.5%2C0.4c-0.6-0.6-1.6-0.5-2.1%2C0.1L6.7%2C11.3l-4.1-4C2%2C6.7%2C1%2C6.7%2C0.4%2C7.3c-0.6%2C0.6-0.6%2C1.5%2C0%2C2.1l5.2%2C5.1%20c0%2C0%2C0%2C0%2C0%2C0s0%2C0%2C0%2C0c0.1%2C0.1%2C0.2%2C0.1%2C0.3%2C0.2c0.1%2C0%2C0.1%2C0.1%2C0.2%2C0.1C6.4%2C15%2C6.6%2C15%2C6.7%2C15c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0%20c0.2%2C0%2C0.4%2C0%2C0.5-0.1c0%2C0%2C0%2C0%2C0%2C0c0.2-0.1%2C0.3-0.2%2C0.5-0.3c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0l10.8-12C19.2%2C1.9%2C19.1%2C0.9%2C18.5%2C0.4%20z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.icon-accepted-white {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%220%200%2019%2015%22%20style%3D%22enable-background%3Anew%200%200%2019%2015%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23ffffff%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M18.5%2C0.4c-0.6-0.6-1.6-0.5-2.1%2C0.1L6.7%2C11.3l-4.1-4C2%2C6.7%2C1%2C6.7%2C0.4%2C7.3c-0.6%2C0.6-0.6%2C1.5%2C0%2C2.1l5.2%2C5.1%20c0%2C0%2C0%2C0%2C0%2C0s0%2C0%2C0%2C0c0.1%2C0.1%2C0.2%2C0.1%2C0.3%2C0.2c0.1%2C0%2C0.1%2C0.1%2C0.2%2C0.1C6.4%2C15%2C6.6%2C15%2C6.7%2C15c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0%20c0.2%2C0%2C0.4%2C0%2C0.5-0.1c0%2C0%2C0%2C0%2C0%2C0c0.2-0.1%2C0.3-0.2%2C0.5-0.3c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0l10.8-12C19.2%2C1.9%2C19.1%2C0.9%2C18.5%2C0.4%20z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.icon-accordian_arrow {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%220%200%208.7%2012.6%22%20style%3D%22enable-background%3Anew%200%200%208.7%2012.6%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23666666%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M8.4%2C7l-6.7%2C5.1C0.6%2C13.1%2C0%2C12.3%2C0%2C11.3v-10c0-1%2C0.6-1.7%2C1.7-0.9l6.7%2C5.1C8.9%2C5.9%2C8.9%2C6.6%2C8.4%2C7z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.icon-add_circle_big {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%220%200%2037.7%2037.7%22%20style%3D%22enable-background%3Anew%200%200%2037.7%2037.7%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23CCCCCC%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cpolygon%20class%3D%22st0%22%20points%3D%2220.9%2C8.6%2016.8%2C8.6%2016.8%2C16.8%208.6%2C16.8%208.6%2C20.9%2016.8%2C20.9%2016.8%2C29.1%2020.9%2C29.1%2020.9%2C20.9%2029.1%2C20.9%20%20%2029.1%2C16.8%2020.9%2C16.8%20%20%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M18.8%2C0C8.5%2C0%2C0%2C8.5%2C0%2C18.8s8.5%2C18.8%2C18.8%2C18.8s18.8-8.5%2C18.8-18.8S29.2%2C0%2C18.8%2C0z%20M18.8%2C33.7%20%20C10.7%2C33.7%2C4%2C27%2C4%2C18.8S10.7%2C4%2C18.8%2C4s14.8%2C6.7%2C14.8%2C14.8S27%2C33.7%2C18.8%2C33.7z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.icon-alert-critical {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%22-293%20386.6%2024%2020.3%22%20style%3D%22enable-background%3Anew%20-293%20386.6%2024%2020.3%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23B20000%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M-269.3%2C403.9l-9.9-16.3c-0.8-1.3-2.8-1.3-3.6%2C0l-9.9%2C16.3c-0.8%2C1.3%2C0.2%2C3%2C1.8%2C3h19.8%20C-269.5%2C406.9-268.5%2C405.3-269.3%2C403.9z%20M-279.8%2C403.3h-2.4v-2.4h2.4V403.3z%20M-279.8%2C399.2h-2.4V392h2.4V399.2z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.icon-alert-warning-white {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20%20%20%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3Anew%200%200%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20%20%20%20.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M23.4%2C18.2c0.3%2C0.5%2C0.5%2C1%2C0.5%2C1.4c0%2C0.4%2C0%2C0.8-0.2%2C1.2c-0.2%2C0.3-0.5%2C0.6-0.9%2C0.8c-0.4%2C0.2-0.9%2C0.3-1.5%2C0.3H2.6%20%20%20%20c-0.6%2C0-1.1-0.1-1.5-0.3c-0.4-0.2-0.7-0.5-0.9-0.8c-0.2-0.3-0.3-0.7-0.2-1.2c0-0.4%2C0.2-0.9%2C0.5-1.4l9.1-15c0.3-0.5%2C0.7-0.9%2C1.1-1.1%20%20%20%20c0.4-0.3%2C0.8-0.4%2C1.2-0.4c0.4%2C0%2C0.8%2C0.1%2C1.2%2C0.4c0.4%2C0.3%2C0.8%2C0.6%2C1.1%2C1.1L23.4%2C18.2z%20M13.2%2C7h-2.4v7.2h2.4V7z%20M13.2%2C15.9h-2.4v2.4%20%20%20%20h2.4V15.9z%22%2F%3E%3Crect%20x%3D%2210.8%22%20y%3D%227%22%20width%3D%222.4%22%20height%3D%227.2%22%20style%3D%22fill%3A%20transparent%22%2F%3E%3Crect%20x%3D%2210.8%22%20y%3D%2215.9%22%20width%3D%222.4%22%20height%3D%222.4%22%20style%3D%22fill%3A%20transparent%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.icon-alertGray {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%22-293%20386.7%2024%2020.3%22%20style%3D%22enable-background%3Anew%20-293%20386.7%2024%2020.3%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23EEEEEE%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M-269.3%2C404l-9.9-16.3c-0.8-1.3-2.8-1.3-3.6%2C0l-9.9%2C16.3c-0.8%2C1.4%2C0.2%2C3%2C1.8%2C3h19.8%20C-269.5%2C407-268.5%2C405.3-269.3%2C404z%20M-279.8%2C403.4h-2.4V401h2.4V403.4z%20M-279.8%2C399.3h-2.4v-7.2h2.4V399.3z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.icon-alertWarning {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%22-293%20386.6%2024%2020.3%22%20style%3D%22enable-background%3Anew%20-293%20386.6%2024%2020.3%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFDE00%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M-292.7%2C403.9l9.9-16.3c0.8-1.3%2C2.8-1.3%2C3.6%2C0l9.9%2C16.3c0.8%2C1.3-0.2%2C3-1.8%2C3h-19.8%20C-292.5%2C406.9-293.5%2C405.3-292.7%2C403.9z%22%2F%3E%3Crect%20x%3D%22-282.2%22%20y%3D%22392%22%20width%3D%222.4%22%20height%3D%227.2%22%2F%3E%3Crect%20x%3D%22-282.2%22%20y%3D%22400.9%22%20width%3D%222.4%22%20height%3D%222.4%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.icon-arrow {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20class%3D%22primary-color%22%20width%3D%2221%22%20height%3D%2219%22%20viewBox%3D%220%200%2021%2019%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0%2011L10.13%200%2020.5%2011h-6v8h-8v-8z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.icon-calculator {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%220%200%2017%2023%22%20style%3D%22enable-background%3Anew%200%200%2017%2023%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23666767%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M15.1%2C0H1.9C0.8%2C0%2C0%2C0.8%2C0%2C1.9v19.3c0%2C1%2C0.8%2C1.9%2C1.9%2C1.9h13.3c1%2C0%2C1.9-0.8%2C1.9-1.9V1.9C17%2C0.8%2C16.2%2C0%2C15.1%2C0z%20%20M4.8%2C20.2h-3v-3h3V20.2z%20M4.8%2C15.1h-3v-3h3V15.1z%20M10%2C20.2H7v-3h3V20.2z%20M10%2C15.1H7v-3h3V15.1z%20M14.9%2C20.2h-3v-3h3V20.2z%20%20M14.9%2C15.1h-3v-3h3V15.1z%20M15%2C9.6H2v-7H15V9.6z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.icon-calendar {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%22-297%20389%2017%2015%22%20style%3D%22enable-background%3Anew%20-297%20389%2017%2015%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23666666%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M-297%2C389v15h17v-15H-297z%20M-296%2C403v-3h3v3H-296z%20M-296%2C399v-3h3v3H-296z%20M-296%2C395v-3h3v3H-296z%20M-281%2C392v3%20h-3v-3H-281z%20M-281%2C396v3h-3v-3H-281z%20M-281%2C400v3h-3v-3H-281z%20M-285%2C403h-3v-3h3V403z%20M-289%2C403h-3v-3h3V403z%20M-292%2C392h3v3h-3V392%20z%20M-288%2C392h3v3h-3V392z%20M-289%2C396v3h-3v-3H-289z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.icon-caret-black {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%220%200%205.7%2010.1%22%20style%3D%22enable-background%3Anew%200%200%205.7%2010.1%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23464646%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cpolygon%20class%3D%22st0%22%20points%3D%224.4%2C5.1%200%2C9.5%200.6%2C10.1%205.7%2C5.1%200.6%2C0%200%2C0.6%20%20%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.icon-caret-gray {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%220%200%205.7%2010.1%22%20style%3D%22enable-background%3Anew%200%200%205.7%2010.1%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23666666%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cpolygon%20class%3D%22st0%22%20points%3D%224.4%2C5.1%200%2C9.5%200.6%2C10.1%205.7%2C5.1%200.6%2C0%200%2C0.6%20%20%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.icon-caret {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%220%200%205.7%2010.1%22%20style%3D%22enable-background%3Anew%200%200%205.7%2010.1%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23367C2B%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cpolygon%20class%3D%22st0%22%20points%3D%224.4%2C5.1%200%2C9.5%200.6%2C10.1%205.7%2C5.1%200.6%2C0%200%2C0.6%20%20%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.icon-cart {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%220%200%2024.9%2024.8%22%20style%3D%22enable-background%3Anew%200%200%2024.9%2024.8%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23666766%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Ccircle%20class%3D%22st0%22%20cx%3D%229.7%22%20cy%3D%2222.5%22%20r%3D%222.3%22%2F%3E%20%3Ccircle%20class%3D%22st0%22%20cx%3D%2219.7%22%20cy%3D%2222.5%22%20r%3D%222.3%22%2F%3E%20%3Cpolygon%20class%3D%22st0%22%20points%3D%2222%2C19.3%2022%2C17.7%209%2C17.7%208.2%2C15.5%2021.5%2C15.5%2024.9%2C6.6%2023.3%2C6.1%2020.3%2C13.9%207.6%2C13.9%204%2C4.6%200.3%2C3.8%20%20%200%2C5.4%202.7%2C6%207.9%2C19.3%20%20%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.icon-cart_check {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%220%200%2024.9%2024.8%22%20style%3D%22enable-background%3Anew%200%200%2024.9%2024.8%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23666766%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Ccircle%20class%3D%22st0%22%20cx%3D%229.7%22%20cy%3D%2222.5%22%20r%3D%222.3%22%2F%3E%20%3Ccircle%20class%3D%22st0%22%20cx%3D%2219.7%22%20cy%3D%2222.5%22%20r%3D%222.3%22%2F%3E%20%3Cpolygon%20class%3D%22st0%22%20points%3D%2222%2C19.3%2022%2C17.7%209%2C17.7%208.2%2C15.5%2021.5%2C15.5%2024.9%2C6.6%2023.3%2C6.1%2020.3%2C13.9%207.6%2C13.9%204%2C4.6%200.3%2C3.8%20%20%200%2C5.4%202.7%2C6%207.9%2C19.3%20%20%22%2F%3E%20%3Cpolygon%20class%3D%22st0%22%20points%3D%2221.5%2C2.2%2019.4%2C0%2013.2%2C6.3%2010.1%2C3.2%207.9%2C5.4%2013.2%2C10.7%20%20%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.icon-checkmark-green {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%220%200%2017%2013.8%22%20style%3D%22enable-background%3Anew%200%200%2017%2013.8%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23367C2B%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M16.5%2C0.4c-0.6-0.5-1.6-0.5-2.1%2C0.1l-8.2%2C9.6L2.6%2C6.5C2%2C5.9%2C1%2C5.9%2C0.4%2C6.5c-0.6%2C0.6-0.6%2C1.5%2C0%2C2.1l4.7%2C4.7%20c0.6%2C0.5%2C1.5%2C0.7%2C2.2-0.1l9.3-10.8C17.2%2C1.9%2C17.1%2C0.9%2C16.5%2C0.4z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.icon-checkmark-indeterminate {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%220%200%208%208%22%20style%3D%22enable-background%3Anew%200%200%208%208%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23377D3C%3B%7D%3C%2Fstyle%3E%3Crect%20id%3D%22XMLID_1_%22%20class%3D%22st0%22%20width%3D%228%22%20height%3D%228%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.icon-checkmark-plain {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%220%200%20612%20792%22%20enable-background%3D%22new%200%200%20612%20792%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M592.6%2C160.4c-19.4-19.4-48.6-14.6-68%2C4.9L213.7%2C519.9L82.6%2C388.7c-19.4-19.4-48.6-19.4-68%2C0%20c-19.4%2C19.4-19.4%2C48.6%2C0%2C68l170%2C170l0%2C0l0%2C0c4.9%2C4.9%2C4.9%2C4.9%2C9.7%2C9.7c0%2C0%2C4.9%2C0%2C4.9%2C4.9c4.9%2C0%2C9.7%2C4.9%2C19.4%2C4.9l0%2C0l0%2C0%20c4.9%2C0%2C14.6%2C0%2C19.4-4.9c0-4.9%2C0-4.9%2C4.9-4.9s4.9-4.9%2C9.7-4.9l0%2C0l0%2C0l344.9-393.4C616.9%2C209%2C616.9%2C179.9%2C592.6%2C160.4z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.icon-checkmark {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%220%200%2012.6%2010.1%22%20style%3D%22enable-background%3Anew%200%200%2012.6%2010.1%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M12.2%2C0.2c-0.4-0.4-1-0.3-1.4%2C0.1L4.4%2C7.6L1.7%2C4.9c-0.4-0.4-1-0.4-1.4%2C0s-0.4%2C1%2C0%2C1.4l3.5%2C3.5c0%2C0%2C0%2C0%2C0%2C0%20c0%2C0%2C0%2C0%2C0%2C0C3.9%2C9.9%2C3.9%2C9.9%2C4%2C10c0%2C0%2C0.1%2C0%2C0.1%2C0.1c0.1%2C0%2C0.2%2C0.1%2C0.4%2C0.1c0%2C0%2C0%2C0%2C0%2C0s0%2C0%2C0%2C0c0.1%2C0%2C0.3%2C0%2C0.4-0.1%20C4.9%2C10%2C4.9%2C10%2C5%2C10c0.1%2C0%2C0.1-0.1%2C0.2-0.1c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0l7.1-8.1C12.7%2C1.2%2C12.7%2C0.6%2C12.2%2C0.2z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.icon-circle-padded-solid-green {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23367C2B%3B%7D%3C%2Fstyle%3E%3Ccircle%20class%3D%22st0%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%225%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.icon-circle-solid-green {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%220%200%2010%2010%22%20style%3D%22enable-background%3Anew%200%200%2010%2010%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23367C2B%3B%7D%3C%2Fstyle%3E%3Ccircle%20class%3D%22st0%22%20cx%3D%225%22%20cy%3D%225%22%20r%3D%225%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.icon-clear-field {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3Anew%200%200%2016%2016%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23666666%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cg%3E%20%20%3Cpath%20fill%3D%22%238c8c8c%22%20d%3D%22M10.02%208L16%2013.96%2013.97%2016l-5.98-5.99L2.01%2016%200%2013.96%205.97%208%200%202.05%202.01%200l5.98%205.99L13.97%200%2016%202.05%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.icon-clearance {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%220%200%2019.3%2023%22%20style%3D%22enable-background%3Anew%200%200%2019.3%2023%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23367C2B%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M19.3%2C10.6c0%2C0%2C0-7.3%2C0-7.3l-2.6-1.6L13.9%2C0c0%2C0-6.5%2C3.3-6.5%2C3.3C6.9%2C3.6%2C6.9%2C3.7%2C6.8%2C3.9L0.3%2C14.5%20C-0.3%2C15.5%2C0%2C16.7%2C1%2C17.3L5.3%2C20l4.5%2C2.7c0.9%2C0.6%2C2.2%2C0.3%2C2.8-0.7l6.5-10.6C19.2%2C11.2%2C19.3%2C11.1%2C19.3%2C10.6z%20M13.6%2C6.6%20C12.7%2C6%2C12.4%2C4.8%2C13%2C3.9c0.6-0.9%2C1.7-1.2%2C2.7-0.6c0.9%2C0.6%2C1.2%2C1.7%2C0.6%2C2.7C15.7%2C6.8%2C14.5%2C7.1%2C13.6%2C6.6z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.icon-close {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%220%200%2031%2031%22%20style%3D%22enable-background%3Anew%200%200%2031%2031%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20%20%20.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3Anone%3Bstroke%3A%23666666%3Bstroke-width%3A2%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%7D%20%20%20.st1%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3Anone%3Bstroke%3A%23666666%3Bstroke-linecap%3Asquare%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3Cline%20class%3D%22st0%22%20x1%3D%228.4%22%20y1%3D%228.2%22%20x2%3D%2222.5%22%20y2%3D%2222.4%22%2F%3E%3Cline%20class%3D%22st0%22%20x1%3D%228.3%22%20y1%3D%2223%22%20x2%3D%2222.7%22%20y2%3D%228.4%22%2F%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M0.5%2C15.5c0-8.3%2C6.7-15%2C15-15s15%2C6.7%2C15%2C15s-6.7%2C15-15%2C15S0.5%2C23.8%2C0.5%2C15.5z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.icon-collapse-column-minus {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%22-297%20389%2016%2016%22%20style%3D%22enable-background%3Anew%20-297%20389%2016%2016%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23367C2B%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M-289%2C389c-4.4%2C0-8%2C3.6-8%2C8s3.6%2C8%2C8%2C8s8-3.6%2C8-8S-284.6%2C389-289%2C389z%20M-295%2C398v-2h12v2H-295z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.icon-configure {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%220%200%2087%2087%22%20style%3D%22enable-background%3Anew%200%200%2087%2087%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23666666%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M3.6%2C83C-1.6%2C77.2%2C0.4%2C74%2C0.4%2C74l44.7-44.2c-0.8-2-1.3-4-1.5-6.1c-0.2-2.1-0.1-4.1%2C0.3-6.2c0.4-2%2C1.1-4%2C2.1-5.9%20c1-1.9%2C2.3-3.6%2C3.9-5.2c1.4-1.5%2C3-2.7%2C4.8-3.6c1.7-1%2C3.5-1.7%2C5.4-2.1C61.9%2C0.2%2C63.8%2C0%2C65.7%2C0c1.9%2C0%2C3.8%2C0.3%2C5.6%2C0.8L54.5%2C17.6%20l14.8%2C14.7l16.8-16.8c0.5%2C1.8%2C0.8%2C3.7%2C0.9%2C5.6c0.1%2C1.9-0.1%2C3.8-0.6%2C5.6c-0.5%2C1.9-1.2%2C3.6-2.2%2C5.4c-1%2C1.7-2.2%2C3.3-3.7%2C4.8%20c-1.6%2C1.6-3.3%2C2.9-5.2%2C3.9c-1.9%2C1-3.9%2C1.7-5.9%2C2.1c-2%2C0.4-4.1%2C0.5-6.2%2C0.3c-2.1-0.2-4.1-0.7-6.1-1.5l-45.2%2C45%20C11.9%2C86.8%2C8.4%2C88.4%2C3.6%2C83z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.icon-declined-outline {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3Bstroke%3A%23AAAAAA%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M17.5%2C19.5c-0.5%2C0-1-0.2-1.4-0.6L10%2C12.8l-6.1%2C6.1c-0.8%2C0.8-2.1%2C0.8-2.8%2C0c-0.4-0.4-0.6-0.9-0.6-1.4%20%20s0.2-1%2C0.6-1.4L7.2%2C10L1.1%2C3.9c-0.8-0.8-0.6-2.2%2C0-2.8c0.8-0.8%2C2-0.8%2C2.8%2C0L10%2C7.2l6.1-6.1c0.8-0.8%2C2.1-0.8%2C2.8%2C0%20%20c0.4%2C0.4%2C0.6%2C0.9%2C0.6%2C1.4s-0.2%2C1-0.6%2C1.4L12.8%2C10l6.1%2C6.1c0.4%2C0.4%2C0.6%2C0.9%2C0.6%2C1.4s-0.2%2C1-0.6%2C1.4C18.5%2C19.3%2C18%2C19.5%2C17.5%2C19.5z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.icon-declined {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%2018%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23B20000%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M11.1%2C9l6.4-6.4c0.6-0.6%2C0.6-1.5%2C0-2.1c-0.6-0.6-1.5-0.6-2.1%2C0L9%2C6.9L2.6%2C0.4C2-0.1%2C1-0.1%2C0.4%2C0.4%20C-0.1%2C1-0.1%2C2%2C0.4%2C2.6L6.9%2C9l-6.4%2C6.4c-0.6%2C0.6-0.6%2C1.5%2C0%2C2.1C0.7%2C17.9%2C1.1%2C18%2C1.5%2C18s0.8-0.1%2C1.1-0.4L9%2C11.1l6.4%2C6.4%20c0.3%2C0.3%2C0.7%2C0.4%2C1.1%2C0.4s0.8-0.1%2C1.1-0.4c0.6-0.6%2C0.6-1.5%2C0-2.1L11.1%2C9z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.icon-declined-grey {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%2018%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23666%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M11.1%2C9l6.4-6.4c0.6-0.6%2C0.6-1.5%2C0-2.1c-0.6-0.6-1.5-0.6-2.1%2C0L9%2C6.9L2.6%2C0.4C2-0.1%2C1-0.1%2C0.4%2C0.4%20C-0.1%2C1-0.1%2C2%2C0.4%2C2.6L6.9%2C9l-6.4%2C6.4c-0.6%2C0.6-0.6%2C1.5%2C0%2C2.1C0.7%2C17.9%2C1.1%2C18%2C1.5%2C18s0.8-0.1%2C1.1-0.4L9%2C11.1l6.4%2C6.4%20c0.3%2C0.3%2C0.7%2C0.4%2C1.1%2C0.4s0.8-0.1%2C1.1-0.4c0.6-0.6%2C0.6-1.5%2C0-2.1L11.1%2C9z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.icon-detailView {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%220%200%2011%2011%22%20style%3D%22enable-background%3Anew%200%200%2011%2011%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23333333%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Crect%20class%3D%22st0%22%20width%3D%2211%22%20height%3D%223%22%2F%3E%20%3Crect%20y%3D%228%22%20class%3D%22st0%22%20width%3D%2211%22%20height%3D%223%22%2F%3E%20%3Crect%20y%3D%224%22%20class%3D%22st0%22%20width%3D%2211%22%20height%3D%223%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.icon-document-unread {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%220%200%2053.9%2069%22%20enable-background%3D%22new%200%200%2053.9%2069%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Crect%20x%3D%2214.2%22%20y%3D%2230%22%20fill%3D%22%23367C2B%22%20width%3D%2226%22%20height%3D%224.9%22%2F%3E%20%3Crect%20x%3D%2214.2%22%20y%3D%2246.2%22%20fill%3D%22%23367C2B%22%20width%3D%2226%22%20height%3D%224.9%22%2F%3E%20%3Cpath%20fill%3D%22%23367C2B%22%20d%3D%22M41.3%2C0h-1H37H5H0v69h4.9H5h43.9h4.7h0.3V17.5v-2.8v-2.1L41.3%2C0z%20M48.9%2C64.1H5V4.9h32v12.6h11.9V64.1z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.icon-document {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%220%200%2053.9%2069%22%20enable-background%3D%22new%200%200%2053.9%2069%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Crect%20x%3D%2214.2%22%20y%3D%2230%22%20fill%3D%22%23999999%22%20width%3D%2226%22%20height%3D%224.9%22%2F%3E%20%3Crect%20x%3D%2214.2%22%20y%3D%2246.2%22%20fill%3D%22%23999999%22%20width%3D%2226%22%20height%3D%224.9%22%2F%3E%20%3Cpath%20fill%3D%22%23999999%22%20d%3D%22M41.3%2C0h-1H37H5H0v69h4.9H5h43.9h4.7h0.3V17.5v-2.8v-2.1L41.3%2C0z%20M48.9%2C64.1H5V4.9h32v12.6h11.9V64.1z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.icon-dollar-unread {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%220%200%2031.5%2069.2%22%20enable-background%3D%22new%200%200%2031.5%2069.2%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cpath%20fill%3D%22%23367C2B%22%20d%3D%22M12.9%2C69.2v-8.5C8%2C60.6%2C2.9%2C59.1%2C0%2C57l2-5.6c3%2C2%2C7.4%2C3.6%2C12.1%2C3.6c6%2C0%2C10-3.5%2C10-8.3c0-4.6-3.3-7.5-9.5-10%20%20C6.1%2C33.3%2C0.8%2C29.4%2C0.8%2C22.1c0-7%2C5-12.3%2C12.7-13.6V0h5.2v8.2c5.1%2C0.2%2C8.5%2C1.5%2C11%2C2.9l-2.1%2C5.6c-1.8-1-5.2-2.9-10.6-2.9%20%20c-6.5%2C0-8.9%2C3.9-8.9%2C7.2c0%2C4.4%2C3.1%2C6.6%2C10.4%2C9.6c8.7%2C3.5%2C13.1%2C7.9%2C13.1%2C15.4c0%2C6.7-4.6%2C12.9-13.3%2C14.3v8.8H12.9z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.icon-dollar {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%220%200%2031.5%2069.2%22%20enable-background%3D%22new%200%200%2031.5%2069.2%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cpath%20fill%3D%22%23999999%22%20d%3D%22M12.9%2C69.2v-8.5C8%2C60.6%2C2.9%2C59.1%2C0%2C57l2-5.6c3%2C2%2C7.4%2C3.6%2C12.1%2C3.6c6%2C0%2C10-3.5%2C10-8.3c0-4.6-3.3-7.5-9.5-10%20%20C6.1%2C33.3%2C0.8%2C29.4%2C0.8%2C22.1c0-7%2C5-12.3%2C12.7-13.6V0h5.2v8.2c5.1%2C0.2%2C8.5%2C1.5%2C11%2C2.9l-2.1%2C5.6c-1.8-1-5.2-2.9-10.6-2.9%20%20c-6.5%2C0-8.9%2C3.9-8.9%2C7.2c0%2C4.4%2C3.1%2C6.6%2C10.4%2C9.6c8.7%2C3.5%2C13.1%2C7.9%2C13.1%2C15.4c0%2C6.7-4.6%2C12.9-13.3%2C14.3v8.8H12.9z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.icon-drag-indicator {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%22-301%20386%209%2021%22%20style%3D%22enable-background%3Anew%20-301%20386%209%2021%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23AAAAAA%3B%7D%3C%2Fstyle%3E%3Ctitle%3ESlice%201%3C%2Ftitle%3E%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%3Cg%20id%3D%22Page-1%22%3E%20%3Cg%20id%3D%22drag_drop%22%3E%20%20%3Crect%20id%3D%22Rectangle-1%22%20x%3D%22-301%22%20y%3D%22386%22%20class%3D%22st0%22%20width%3D%223%22%20height%3D%223%22%2F%3E%20%20%3Crect%20id%3D%22Rectangle-1_1_%22%20x%3D%22-295%22%20y%3D%22386%22%20class%3D%22st0%22%20width%3D%223%22%20height%3D%223%22%2F%3E%20%20%3Crect%20id%3D%22Rectangle-1_2_%22%20x%3D%22-301%22%20y%3D%22392%22%20class%3D%22st0%22%20width%3D%223%22%20height%3D%223%22%2F%3E%20%20%3Crect%20id%3D%22Rectangle-1_3_%22%20x%3D%22-295%22%20y%3D%22392%22%20class%3D%22st0%22%20width%3D%223%22%20height%3D%223%22%2F%3E%20%20%3Crect%20id%3D%22Rectangle-1_4_%22%20x%3D%22-301%22%20y%3D%22398%22%20class%3D%22st0%22%20width%3D%223%22%20height%3D%223%22%2F%3E%20%20%3Crect%20id%3D%22Rectangle-1_5_%22%20x%3D%22-295%22%20y%3D%22398%22%20class%3D%22st0%22%20width%3D%223%22%20height%3D%223%22%2F%3E%20%20%3Crect%20id%3D%22Rectangle-1_6_%22%20x%3D%22-301%22%20y%3D%22404%22%20class%3D%22st0%22%20width%3D%223%22%20height%3D%223%22%2F%3E%20%20%3Crect%20id%3D%22Rectangle-1_7_%22%20x%3D%22-295%22%20y%3D%22404%22%20class%3D%22st0%22%20width%3D%223%22%20height%3D%223%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.icon-dropdown-active {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%220%200%2061.9%2052.6%22%20style%3D%22enable-background%3Anew%200%200%2061.9%2052.6%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23464646%3B%7D%20.st1%7Bfill%3A%23FFFFFF%3B%7D%20.st2%7Bfill%3Anone%3Bstroke%3A%23E1E1E1%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3Cg%20id%3D%22XMLID_2_%22%3E%20%3Cpolygon%20id%3D%22XMLID_3_%22%20class%3D%22st0%22%20points%3D%2230.9%2C13.6%2025.4%2C8.2%2026.3%2C7.3%2030.9%2C11.8%2035.4%2C7.3%2036.3%2C8.2%20%20%22%2F%3E%3C%2Fg%3E%3Cg%20id%3D%22XMLID_7_%22%3E%20%20%20%3Cimage%20style%3D%22overflow%3Avisible%3Bopacity%3A0.5%3B%22%20width%3D%22258%22%20height%3D%22219%22%20id%3D%22XMLID_25_%22%20transform%3D%22matrix%280.24%200%200%200.24%200%200%29%22%3E%20%3C%2Fimage%3E%20%3Cg%20id%3D%22XMLID_18_%22%3E%20%20%3Cpolyline%20id%3D%22XMLID_24_%22%20class%3D%22st1%22%20points%3D%2221.4%2C31.2%2030.8%2C21.7%2040.3%2C31.2%20%20%20%22%2F%3E%20%20%3Cpolyline%20id%3D%22XMLID_23_%22%20class%3D%22st2%22%20points%3D%2221.4%2C31.2%2030.8%2C21.7%2040.3%2C31.2%20%20%20%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.icon-edit {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3Anew%200%200%2016%2016%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23666666%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M15.7%2C3.6c0.4-0.3%2C0.4-0.9%2C0-1.2l-2.1-2.1c-0.3-0.3-0.9-0.3-1.2%2C0l-1.6%2C1.6l3.3%2C3.3L15.7%2C3.6z%20M0%2C12.7V16h3.3%20%20l9.8-9.8L9.8%2C2.8L0%2C12.7z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.icon-excel-document {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%220%200%2014.6%2014.6%22%20style%3D%22enable-background%3Anew%200%200%2014.6%2014.6%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3Bstroke%3A%2302723B%3Bstroke-width%3A1.5%3Bstroke-miterlimit%3A10%3B%7D%20.st1%7Bfill%3A%2302723B%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M12.2%2C13.9H2.4c-0.9%2C0-1.7-0.8-1.7-1.7V2.4c0-0.9%2C0.8-1.7%2C1.7-1.7h9.7c0.9%2C0%2C1.7%2C0.8%2C1.7%2C1.7v9.7%20C13.9%2C13.1%2C13.1%2C13.9%2C12.2%2C13.9z%22%2F%3E%3Cg%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M9.2%2C11L7.4%2C8.3L5.6%2C11H3.7l2.7-3.7L3.9%2C3.6h1.8l1.7%2C2.6l1.7-2.6h1.8L8.3%2C7.3L11%2C11H9.2z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.icon-expand-column-plus {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%22-297%20389%2016%2016%22%20style%3D%22enable-background%3Anew%20-297%20389%2016%2016%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23367C2B%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M-289%2C389c-4.4%2C0-8%2C3.6-8%2C8s3.6%2C8%2C8%2C8s8-3.6%2C8-8S-284.6%2C389-289%2C389z%20M-288%2C398v5h-2v-5h-5v-2h5v-5h2v5h5v2%20H-288z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.icon-expired {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%220%200%2015%2015%22%20style%3D%22enable-background%3Anew%200%200%2015%2015%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23B20000%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M7.5%2C0C3.4%2C0%2C0%2C3.4%2C0%2C7.5S3.4%2C15%2C7.5%2C15S15%2C11.6%2C15%2C7.5S11.6%2C0%2C7.5%2C0z%20M11.6%2C8.7H3.4c-0.9%2C0-1.6-0.5-1.6-1.2%20s0.7-1.2%2C1.6-1.2h8.2c0.9%2C0%2C1.6%2C0.5%2C1.6%2C1.2S12.5%2C8.7%2C11.6%2C8.7z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.icon-faq {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%2018%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3Bstroke%3A%23ABABAB%3Bstroke-width%3A2%3Bstroke-miterlimit%3A10%3B%7D%20.st1%7Bfill%3A%23ABABAB%3B%7D%3C%2Fstyle%3E%3Ccircle%20id%3D%22XMLID_1_%22%20class%3D%22st0%22%20cx%3D%229%22%20cy%3D%229%22%20r%3D%228%22%2F%3E%3Cg%20id%3D%22XMLID_2_%22%3E%20%3Cpath%20id%3D%22XMLID_17_%22%20class%3D%22st1%22%20d%3D%22M6.3%2C6.5c0.1-0.4%2C0.3-0.7%2C0.6-0.9C7.1%2C5.3%2C7.4%2C5.1%2C7.8%2C5C8.1%2C4.8%2C8.5%2C4.7%2C9%2C4.7%20%20c0.6%2C0%2C1%2C0.1%2C1.4%2C0.2s0.7%2C0.4%2C0.9%2C0.6c0.2%2C0.2%2C0.4%2C0.5%2C0.5%2C0.8C11.9%2C6.6%2C12%2C6.8%2C12%2C7.1c0%2C0.4%2C0%2C0.7-0.2%2C0.9%20%20c-0.1%2C0.2-0.2%2C0.5-0.4%2C0.6c-0.1%2C0.2-0.3%2C0.3-0.5%2C0.5c-0.2%2C0.1-0.4%2C0.2-0.5%2C0.4S10.1%2C9.7%2C10%2C9.9s-0.2%2C0.4-0.2%2C0.6V11H8.1v-0.5%20%20c0-0.3%2C0.1-0.6%2C0.2-0.9C8.5%2C9.3%2C8.6%2C9.1%2C8.7%2C9C8.9%2C8.8%2C9%2C8.6%2C9.2%2C8.5s0.3-0.2%2C0.4-0.4C9.8%2C8%2C9.9%2C7.9%2C10%2C7.8%20%20c0.1-0.1%2C0.1-0.3%2C0.1-0.5c0-0.4-0.1-0.6-0.3-0.8C9.6%2C6.2%2C9.4%2C6.2%2C9%2C6.2c-0.2%2C0-0.4%2C0-0.6%2C0.1S8.2%2C6.5%2C8.1%2C6.6%20%20C8%2C6.8%2C7.9%2C6.9%2C7.9%2C7.1c0%2C0.2-0.1%2C0.4-0.1%2C0.6H6C6.1%2C7.3%2C6.1%2C6.9%2C6.3%2C6.5z%20M9.9%2C11.7v1.8H8v-1.8H9.9z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.icon-filter-mobile-grey {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%220%200%2055%2055%22%20style%3D%22enable-background%3Anew%200%200%2055%2055%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23AAAAAA%3B%7D%20%20%20.st1%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3Anone%3Bstroke%3A%23AAAAAA%3Bstroke-width%3A2%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3Crect%20x%3D%2229%22%20y%3D%226%22%20class%3D%22st0%22%20width%3D%2226%22%20height%3D%225%22%2F%3E%3Crect%20y%3D%226%22%20class%3D%22st0%22%20width%3D%2214%22%20height%3D%225%22%2F%3E%3Crect%20x%3D%2220%22%20y%3D%2244%22%20class%3D%22st0%22%20width%3D%2235%22%20height%3D%225%22%2F%3E%3Crect%20y%3D%2244%22%20class%3D%22st0%22%20width%3D%225%22%20height%3D%225%22%2F%3E%3Crect%20x%3D%2246.7%22%20y%3D%2225%22%20class%3D%22st0%22%20width%3D%228.3%22%20height%3D%225%22%2F%3E%3Crect%20y%3D%2225%22%20class%3D%22st0%22%20width%3D%2232%22%20height%3D%225%22%2F%3E%3Ccircle%20class%3D%22st1%22%20cx%3D%2221.5%22%20cy%3D%228.5%22%20r%3D%227.5%22%2F%3E%3Ccircle%20class%3D%22st1%22%20cx%3D%2239.5%22%20cy%3D%2227.5%22%20r%3D%227.5%22%2F%3E%3Ccircle%20class%3D%22st1%22%20cx%3D%2212.5%22%20cy%3D%2246.5%22%20r%3D%227.5%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.icon-filter-mobile {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%220%200%2055%2055%22%20style%3D%22enable-background%3Anew%200%200%2055%2055%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23FFFFFF%3B%7D%20%20%20.st1%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-width%3A2%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3Crect%20x%3D%2229%22%20y%3D%226%22%20class%3D%22st0%22%20width%3D%2226%22%20height%3D%225%22%2F%3E%3Crect%20y%3D%226%22%20class%3D%22st0%22%20width%3D%2214%22%20height%3D%225%22%2F%3E%3Crect%20x%3D%2220%22%20y%3D%2244%22%20class%3D%22st0%22%20width%3D%2235%22%20height%3D%225%22%2F%3E%3Crect%20y%3D%2244%22%20class%3D%22st0%22%20width%3D%225%22%20height%3D%225%22%2F%3E%3Crect%20x%3D%2246.7%22%20y%3D%2225%22%20class%3D%22st0%22%20width%3D%228.3%22%20height%3D%225%22%2F%3E%3Crect%20y%3D%2225%22%20class%3D%22st0%22%20width%3D%2232%22%20height%3D%225%22%2F%3E%3Ccircle%20class%3D%22st1%22%20cx%3D%2221.5%22%20cy%3D%228.5%22%20r%3D%227.5%22%2F%3E%3Ccircle%20class%3D%22st1%22%20cx%3D%2239.5%22%20cy%3D%2227.5%22%20r%3D%227.5%22%2F%3E%3Ccircle%20class%3D%22st1%22%20cx%3D%2212.5%22%20cy%3D%2246.5%22%20r%3D%227.5%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.icon-funnel {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%22-288.9%20387.6%2015.8%2018.9%22%20style%3D%22enable-background%3Anew%20-288.9%20387.6%2015.8%2018.9%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23666666%3B%7D%3C%2Fstyle%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%22-288.9%2C387.6%20-283%2C394.5%20-283%2C402.5%20-279%2C406.5%20-279%2C394.5%20-273.1%2C387.6%20%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.icon-home {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%220%200%2026.6%2022.8%22%20style%3D%22enable-background%3Anew%200%200%2026.6%2022.8%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%2213.3%2C0.7%201.3%2C11.3%204.3%2C11.3%204.3%2C22.3%2010.3%2C22.3%2010.3%2C15%2016.3%2C15%2016.3%2C22.3%2022.3%2C22.3%2022.3%2C11.3%20%2025.3%2C11.3%20%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.icon-info-white {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3Anew%200%200%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23ffffff%3B%7D%20.st1%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23ffffff%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M11.9%2C24c-1.1%2C0-2.2-0.1-3.2-0.4c-1-0.3-2-0.7-2.9-1.2c-0.9-0.5-1.7-1.1-2.4-1.9c-0.7-0.7-1.4-1.5-1.9-2.4%20c-0.5-0.9-0.9-1.8-1.2-2.9c-0.3-1-0.4-2.1-0.4-3.2c0-1.1%2C0.1-2.2%2C0.4-3.2c0.3-1%2C0.7-2%2C1.2-2.8c0.5-0.9%2C1.1-1.7%2C1.9-2.4%20C4.2%2C2.9%2C5%2C2.3%2C5.9%2C1.7c0.9-0.5%2C1.8-0.9%2C2.9-1.2c1-0.3%2C2.1-0.4%2C3.2-0.4c1.1%2C0%2C2.2%2C0.1%2C3.2%2C0.4c1%2C0.3%2C2%2C0.7%2C2.9%2C1.2%20c0.9%2C0.5%2C1.7%2C1.1%2C2.4%2C1.9c0.7%2C0.7%2C1.3%2C1.5%2C1.9%2C2.4c0.5%2C0.9%2C0.9%2C1.8%2C1.2%2C2.8c0.3%2C1%2C0.4%2C2.1%2C0.4%2C3.2c0%2C1.1-0.1%2C2.2-0.4%2C3.2%20c-0.3%2C1-0.7%2C2-1.2%2C2.9c-0.5%2C0.9-1.1%2C1.7-1.9%2C2.4c-0.7%2C0.7-1.5%2C1.3-2.4%2C1.9c-0.9%2C0.5-1.8%2C0.9-2.9%2C1.2S13%2C24%2C11.9%2C24%20M5.2%2C5.4%20C4.8%2C5.8%2C4.4%2C6.3%2C4.1%2C6.8c-0.3%2C0.5-0.6%2C1-0.9%2C1.6c-0.5%2C1.2-0.7%2C2.4-0.7%2C3.7c0%2C0.6%2C0.1%2C1.3%2C0.2%2C1.9c0.1%2C0.6%2C0.3%2C1.2%2C0.5%2C1.8%20c0.2%2C0.6%2C0.5%2C1.1%2C0.9%2C1.6c0.3%2C0.5%2C0.7%2C1%2C1.1%2C1.4c0.9%2C0.9%2C1.9%2C1.6%2C3%2C2c0.6%2C0.3%2C1.2%2C0.4%2C1.8%2C0.6c0.6%2C0.1%2C1.2%2C0.2%2C1.9%2C0.2%20c0.6%2C0%2C1.3-0.1%2C1.9-0.2c0.6-0.1%2C1.2-0.3%2C1.8-0.6c0.5-0.2%2C1.1-0.5%2C1.6-0.8c0.5-0.3%2C1-0.7%2C1.4-1.2c0.4-0.4%2C0.8-0.9%2C1.1-1.4%20c0.3-0.5%2C0.6-1%2C0.9-1.6c0.2-0.6%2C0.4-1.2%2C0.6-1.8c0.1-0.6%2C0.2-1.2%2C0.2-1.9c0-0.6-0.1-1.3-0.2-1.9C21%2C9.6%2C20.8%2C9%2C20.5%2C8.4%20c-0.2-0.6-0.5-1.1-0.9-1.6c-0.3-0.5-0.7-1-1.1-1.4c-0.4-0.4-0.9-0.8-1.4-1.1c-0.5-0.3-1-0.6-1.6-0.8C15%2C3.2%2C14.4%2C3%2C13.8%2C2.9%20c-0.6-0.1-1.2-0.2-1.9-0.2c-0.7%2C0-1.3%2C0.1-1.9%2C0.2C9.4%2C3%2C8.8%2C3.2%2C8.3%2C3.4C7.7%2C3.6%2C7.2%2C3.9%2C6.7%2C4.3C6.1%2C4.6%2C5.7%2C5%2C5.2%2C5.4%22%2F%3E%3Crect%20x%3D%2210.4%22%20y%3D%225.7%22%20class%3D%22st1%22%20width%3D%223%22%20height%3D%223%22%2F%3E%3Crect%20x%3D%2210.4%22%20y%3D%2210.2%22%20class%3D%22st1%22%20width%3D%223%22%20height%3D%227.6%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.icon-info {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3Anew%200%200%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23666767%3B%7D%20.st1%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23676767%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M11.9%2C24c-1.1%2C0-2.2-0.1-3.2-0.4c-1-0.3-2-0.7-2.9-1.2c-0.9-0.5-1.7-1.1-2.4-1.9c-0.7-0.7-1.4-1.5-1.9-2.4%20c-0.5-0.9-0.9-1.8-1.2-2.9c-0.3-1-0.4-2.1-0.4-3.2c0-1.1%2C0.1-2.2%2C0.4-3.2c0.3-1%2C0.7-2%2C1.2-2.8c0.5-0.9%2C1.1-1.7%2C1.9-2.4%20C4.2%2C2.9%2C5%2C2.3%2C5.9%2C1.7c0.9-0.5%2C1.8-0.9%2C2.9-1.2c1-0.3%2C2.1-0.4%2C3.2-0.4c1.1%2C0%2C2.2%2C0.1%2C3.2%2C0.4c1%2C0.3%2C2%2C0.7%2C2.9%2C1.2%20c0.9%2C0.5%2C1.7%2C1.1%2C2.4%2C1.9c0.7%2C0.7%2C1.3%2C1.5%2C1.9%2C2.4c0.5%2C0.9%2C0.9%2C1.8%2C1.2%2C2.8c0.3%2C1%2C0.4%2C2.1%2C0.4%2C3.2c0%2C1.1-0.1%2C2.2-0.4%2C3.2%20c-0.3%2C1-0.7%2C2-1.2%2C2.9c-0.5%2C0.9-1.1%2C1.7-1.9%2C2.4c-0.7%2C0.7-1.5%2C1.3-2.4%2C1.9c-0.9%2C0.5-1.8%2C0.9-2.9%2C1.2S13%2C24%2C11.9%2C24%20M5.2%2C5.4%20C4.8%2C5.8%2C4.4%2C6.3%2C4.1%2C6.8c-0.3%2C0.5-0.6%2C1-0.9%2C1.6c-0.5%2C1.2-0.7%2C2.4-0.7%2C3.7c0%2C0.6%2C0.1%2C1.3%2C0.2%2C1.9c0.1%2C0.6%2C0.3%2C1.2%2C0.5%2C1.8%20c0.2%2C0.6%2C0.5%2C1.1%2C0.9%2C1.6c0.3%2C0.5%2C0.7%2C1%2C1.1%2C1.4c0.9%2C0.9%2C1.9%2C1.6%2C3%2C2c0.6%2C0.3%2C1.2%2C0.4%2C1.8%2C0.6c0.6%2C0.1%2C1.2%2C0.2%2C1.9%2C0.2%20c0.6%2C0%2C1.3-0.1%2C1.9-0.2c0.6-0.1%2C1.2-0.3%2C1.8-0.6c0.5-0.2%2C1.1-0.5%2C1.6-0.8c0.5-0.3%2C1-0.7%2C1.4-1.2c0.4-0.4%2C0.8-0.9%2C1.1-1.4%20c0.3-0.5%2C0.6-1%2C0.9-1.6c0.2-0.6%2C0.4-1.2%2C0.6-1.8c0.1-0.6%2C0.2-1.2%2C0.2-1.9c0-0.6-0.1-1.3-0.2-1.9C21%2C9.6%2C20.8%2C9%2C20.5%2C8.4%20c-0.2-0.6-0.5-1.1-0.9-1.6c-0.3-0.5-0.7-1-1.1-1.4c-0.4-0.4-0.9-0.8-1.4-1.1c-0.5-0.3-1-0.6-1.6-0.8C15%2C3.2%2C14.4%2C3%2C13.8%2C2.9%20c-0.6-0.1-1.2-0.2-1.9-0.2c-0.7%2C0-1.3%2C0.1-1.9%2C0.2C9.4%2C3%2C8.8%2C3.2%2C8.3%2C3.4C7.7%2C3.6%2C7.2%2C3.9%2C6.7%2C4.3C6.1%2C4.6%2C5.7%2C5%2C5.2%2C5.4%22%2F%3E%3Crect%20x%3D%2210.4%22%20y%3D%225.7%22%20class%3D%22st1%22%20width%3D%223%22%20height%3D%223%22%2F%3E%3Crect%20x%3D%2210.4%22%20y%3D%2210.2%22%20class%3D%22st1%22%20width%3D%223%22%20height%3D%227.6%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.icon-link-out {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%220%200%2016%2014%22%20style%3D%22enable-background%3Anew%200%200%2016%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23367C2B%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M12.7%2C7.6C12.3%2C7.6%2C12%2C8%2C12%2C8.4v4.1H1.5V4h6.4c0.4%2C0%2C0.8-0.3%2C0.8-0.8S8.3%2C2.5%2C7.9%2C2.5H0.7C0.3%2C2.5%2C0%2C2.8%2C0%2C3.2%20%20v10C0%2C13.7%2C0.3%2C14%2C0.7%2C14h12c0.4%2C0%2C0.8-0.3%2C0.8-0.8V8.4C13.5%2C8%2C13.2%2C7.6%2C12.7%2C7.6z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M15.9%2C0.5c-0.1-0.2-0.2-0.3-0.4-0.4C15.4%2C0%2C15.3%2C0%2C15.2%2C0c0%2C0%2C0%2C0%2C0%2C0H9.9C9.5%2C0%2C9.2%2C0.3%2C9.2%2C0.8%20%20s0.3%2C0.8%2C0.8%2C0.8h3.5L8.7%2C6.2C8.4%2C6.5%2C8.4%2C7%2C8.7%2C7.3C8.9%2C7.4%2C9%2C7.5%2C9.2%2C7.5s0.4-0.1%2C0.5-0.2l4.7-4.7V6c0%2C0.4%2C0.3%2C0.8%2C0.8%2C0.8%20%20S16%2C6.5%2C16%2C6V0.8C16%2C0.7%2C16%2C0.6%2C15.9%2C0.5z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.icon-link {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%220%200%2023.8%2023.9%22%20style%3D%22enable-background%3Anew%200%200%2023.8%2023.9%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23367C2B%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cg%3E%20%20%3Cpath%20class%3D%22st0%22%20d%3D%22M8.2%2C15.6c-2.3-2.3-2.4-5.8-0.3-7.9l6.2-6.2c1-1%2C2.4-1.6%2C3.9-1.5c1.5%2C0.1%2C2.9%2C0.7%2C3.9%2C1.8%20%20%20c2.3%2C2.3%2C2.4%2C5.8%2C0.3%2C7.9l-2.7%2C2.7c0%2C0%2C0.1-1%2C0-1.9c-0.1-0.3-0.1-0.6-0.4-1.5l1.3-1.3c1-1%2C0.9-2.8-0.3-4c-0.6-0.6-1.4-1-2.2-1%20%20%20c-0.7%2C0-1.4%2C0.2-1.9%2C0.7L9.8%2C9.6c-1%2C1-0.9%2C2.8%2C0.3%2C4l1%2C1.1l-2%2C1.9L8.2%2C15.6z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%20%3Cpath%20class%3D%22st0%22%20d%3D%22M15.6%2C8.3c2.3%2C2.3%2C2.4%2C5.8%2C0.3%2C7.9l-6.2%2C6.2c-1%2C1-2.4%2C1.6-3.9%2C1.5c-1.5-0.1-2.9-0.7-3.9-1.8%20%20%20c-2.3-2.3-2.4-5.8-0.3-7.9l2.7-2.8c0%2C0-0.2%2C0.9-0.1%2C1.9c0.1%2C0.8%2C0.5%2C1.5%2C0.5%2C1.5l-1.3%2C1.3c-1%2C1-0.9%2C2.8%2C0.3%2C4c0.6%2C0.6%2C1.4%2C1%2C2.1%2C1%20%20%20c0.7%2C0%2C1.4-0.2%2C1.9-0.7l6.2-6.2c1-1%2C0.9-2.8-0.3-4l-1-1.1l2-1.9L15.6%2C8.3z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.icon-linkBroken {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%220%200%2023.8%2023.9%22%20style%3D%22enable-background%3Anew%200%200%2023.8%2023.9%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23666766%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cg%3E%20%20%3Cpath%20class%3D%22st0%22%20d%3D%22M9%2C6.7l5.2-5.2c1-1%2C2.4-1.5%2C3.9-1.5c1.5%2C0.1%2C2.8%2C0.7%2C3.9%2C1.8c2.3%2C2.2%2C2.4%2C5.7%2C0.3%2C8l-3.7%2C3.7l0-3.8l1.8-1.9%20%20%20c1-1%2C0.9-2.9-0.3-4.1c-0.6-0.6-1.4-0.9-2.1-1c-0.7%2C0-1.4%2C0.2-1.9%2C0.7L9%2C10.5V6.7z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%20%3Cpath%20class%3D%22st0%22%20d%3D%22M15.4%2C16.6l-5.8%2C5.8c-1%2C1-2.4%2C1.5-3.9%2C1.4c-1.5-0.1-2.8-0.7-3.9-1.8c-2.2-2.2-2.4-5.8-0.4-7.8L5.6%2C10l0%2C3.9%20%20%20l-2.2%2C2.3c-1%2C1-0.9%2C2.9%2C0.3%2C4c0.6%2C0.6%2C1.4%2C0.9%2C2.1%2C1c0.7%2C0%2C1.4-0.2%2C1.9-0.7l2.8-2.8l5-5%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.icon-lock {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%220%200%2017.2%2024%22%20style%3D%22enable-background%3Anew%200%200%2017.2%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23666766%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M15.2%2C10.9h-0.2l0-4.8c0-2.2-1.2-4.4-3.2-5.4C6.9-1.6%2C2.1%2C1.8%2C2.1%2C6.4v4.5H2c-1.1%2C0-2%2C0.9-2%2C2V22%20c0%2C1.1%2C0.9%2C2%2C2%2C2h13.2c1.1%2C0%2C2-0.9%2C2-2v-9.1C17.2%2C11.8%2C16.3%2C10.9%2C15.2%2C10.9z%20M12.5%2C10.9h-8l0-4.8c0-1.2%2C0.6-2.4%2C1.7-3.1%20c3.1-1.8%2C6.3%2C0.4%2C6.3%2C3.3V10.9z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.icon-master {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%220%200%2043%2018%22%20style%3D%22enable-background%3Anew%200%200%2043%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23454545%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M9%2C0C4%2C0%2C0%2C4%2C0%2C9c0%2C5%2C4%2C9%2C9%2C9c5%2C0%2C9-4%2C9-9C18%2C4%2C14%2C0%2C9%2C0z%20M14%2C12.7c0%2C0%2C0%2C0.1%2C0%2C0.1c0%2C0-0.1%2C0.1-0.1%2C0.1%20%20c-0.1%2C0-0.1%2C0-0.3%2C0.1c-0.1%2C0-0.2%2C0-0.4%2C0c-0.2%2C0-0.3%2C0-0.4%2C0c-0.1%2C0-0.2%2C0-0.3-0.1c-0.1%2C0-0.1-0.1-0.1-0.1c0%2C0%2C0-0.1%2C0-0.1V5.8h0%20%20l-2.5%2C6.9c0%2C0.1%2C0%2C0.1-0.1%2C0.1c0%2C0-0.1%2C0.1-0.2%2C0.1c-0.1%2C0-0.2%2C0-0.3%2C0S9.1%2C13%2C9%2C13c-0.1%2C0-0.3%2C0-0.4%2C0s-0.2%2C0-0.3-0.1%20%20c-0.1%2C0-0.1-0.1-0.2-0.1c0%2C0-0.1-0.1-0.1-0.1L5.7%2C5.8h0v6.9c0%2C0%2C0%2C0.1%2C0%2C0.1c0%2C0-0.1%2C0.1-0.1%2C0.1s-0.2%2C0-0.3%2C0.1%20%20c-0.1%2C0-0.2%2C0-0.4%2C0c-0.2%2C0-0.3%2C0-0.4%2C0c-0.1%2C0-0.2%2C0-0.3-0.1c-0.1%2C0-0.1-0.1-0.1-0.1c0%2C0%2C0-0.1%2C0-0.1V5.1c0-0.2%2C0.1-0.4%2C0.2-0.5%20%20s0.3-0.2%2C0.5-0.2h1.1c0.2%2C0%2C0.4%2C0%2C0.5%2C0c0.1%2C0%2C0.3%2C0.1%2C0.4%2C0.2S6.9%2C4.8%2C7%2C4.9C7.1%2C5%2C7.1%2C5.2%2C7.2%2C5.4L9%2C10.5h0L11%2C5.4%20%20c0.1-0.2%2C0.1-0.3%2C0.2-0.5c0.1-0.1%2C0.1-0.2%2C0.2-0.3c0.1-0.1%2C0.2-0.1%2C0.3-0.2c0.1%2C0%2C0.3%2C0%2C0.4%2C0h1.2c0.1%2C0%2C0.2%2C0%2C0.3%2C0%20%20c0.1%2C0%2C0.2%2C0.1%2C0.2%2C0.1c0.1%2C0.1%2C0.1%2C0.1%2C0.1%2C0.2c0%2C0.1%2C0%2C0.2%2C0%2C0.3V12.7z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M23%2C7.2c-0.2-0.2-0.4-0.3-0.7-0.4s-0.6-0.1-1.1-0.1c-0.2%2C0-0.5%2C0-0.7%2C0.1s-0.4%2C0.1-0.6%2C0.1S19.6%2C7%2C19.4%2C7.1%20%20s-0.2%2C0.1-0.3%2C0.2S19.1%2C7.4%2C19%2C7.5s0%2C0.2%2C0%2C0.3c0%2C0.1%2C0%2C0.2%2C0%2C0.2s0%2C0.1%2C0%2C0.2s0%2C0.1%2C0.1%2C0.1s0.1%2C0%2C0.1%2C0c0.1%2C0%2C0.1%2C0%2C0.2-0.1%20%20s0.2-0.1%2C0.4-0.2s0.3-0.1%2C0.5-0.2s0.4-0.1%2C0.7-0.1c0.2%2C0%2C0.3%2C0%2C0.5%2C0.1s0.2%2C0.1%2C0.3%2C0.2S22%2C8.2%2C22%2C8.4s0%2C0.3%2C0%2C0.4v0.3h-0.5%20%20c-0.5%2C0-0.9%2C0-1.2%2C0.1s-0.6%2C0.2-0.9%2C0.3s-0.4%2C0.3-0.5%2C0.6s-0.2%2C0.5-0.2%2C0.8c0%2C0.3%2C0%2C0.5%2C0.1%2C0.7s0.2%2C0.4%2C0.4%2C0.5s0.4%2C0.2%2C0.6%2C0.3%20%20s0.5%2C0.1%2C0.8%2C0.1c0.3%2C0%2C0.6-0.1%2C0.9-0.2s0.5-0.3%2C0.7-0.5v0.4c0%2C0.1%2C0%2C0.1%2C0%2C0.1s0.1%2C0.1%2C0.2%2C0.1s0.2%2C0%2C0.4%2C0c0.2%2C0%2C0.3%2C0%2C0.4%2C0%20%20s0.1%2C0%2C0.2-0.1s0.1-0.1%2C0.1-0.1V8.8c0-0.4%2C0-0.7-0.1-0.9S23.2%2C7.4%2C23%2C7.2z%20M22.1%2C10.9c-0.2%2C0.2-0.4%2C0.4-0.5%2C0.5s-0.4%2C0.2-0.6%2C0.2%20%20c-0.2%2C0-0.4-0.1-0.6-0.2s-0.2-0.3-0.2-0.5c0-0.1%2C0-0.2%2C0.1-0.3s0.1-0.2%2C0.2-0.3s0.2-0.1%2C0.4-0.2s0.4-0.1%2C0.6-0.1h0.6V10.9z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M28.3%2C9.7c-0.1-0.1-0.3-0.2-0.4-0.3s-0.3-0.2-0.5-0.2S27.1%2C9.1%2C26.9%2C9s-0.3-0.1-0.4-0.2s-0.2-0.1-0.3-0.2%20%20s-0.1-0.2-0.1-0.3c0-0.1%2C0-0.2%2C0-0.2s0.1-0.1%2C0.1-0.2s0.1-0.1%2C0.2-0.1s0.2%2C0%2C0.3%2C0c0.2%2C0%2C0.4%2C0%2C0.5%2C0.1s0.3%2C0.1%2C0.4%2C0.1%20%20S28%2C8%2C28%2C8.1s0.1%2C0.1%2C0.2%2C0.1c0%2C0%2C0.1%2C0%2C0.1%2C0s0%2C0%2C0.1-0.1s0-0.1%2C0-0.2s0-0.2%2C0-0.3c0-0.1%2C0-0.2%2C0-0.2s0-0.1%2C0-0.2s0-0.1%2C0-0.1%20%20s0-0.1-0.1-0.1S28.1%2C7%2C28%2C6.9s-0.2-0.1-0.3-0.1s-0.3-0.1-0.4-0.1s-0.3%2C0-0.5%2C0c-0.3%2C0-0.6%2C0-0.9%2C0.1S25.4%2C7%2C25.3%2C7.2%20%20s-0.3%2C0.3-0.4%2C0.5s-0.1%2C0.4-0.1%2C0.7c0%2C0.2%2C0%2C0.5%2C0.1%2C0.6s0.2%2C0.3%2C0.3%2C0.5s0.3%2C0.2%2C0.4%2C0.3S25.8%2C10%2C26%2C10s0.3%2C0.1%2C0.5%2C0.2%20%20s0.3%2C0.1%2C0.4%2C0.2s0.2%2C0.1%2C0.3%2C0.2s0.1%2C0.2%2C0.1%2C0.3c0%2C0.1%2C0%2C0.2-0.1%2C0.3s-0.1%2C0.1-0.2%2C0.2s-0.2%2C0.1-0.3%2C0.1s-0.2%2C0-0.4%2C0%20%20c-0.2%2C0-0.4%2C0-0.6-0.1s-0.3-0.1-0.4-0.2s-0.2-0.1-0.3-0.2S24.9%2C11%2C24.9%2C11c0%2C0-0.1%2C0-0.1%2C0s0%2C0-0.1%2C0.1s0%2C0.1%2C0%2C0.2s0%2C0.2%2C0%2C0.3%20%20c0%2C0.2%2C0%2C0.3%2C0%2C0.4s0.1%2C0.2%2C0.1%2C0.2s0.1%2C0.1%2C0.2%2C0.1s0.2%2C0.1%2C0.4%2C0.1s0.3%2C0.1%2C0.5%2C0.1s0.4%2C0%2C0.6%2C0c0.3%2C0%2C0.6%2C0%2C0.9-0.1%20%20s0.5-0.2%2C0.7-0.3s0.4-0.3%2C0.5-0.6s0.2-0.5%2C0.2-0.8c0-0.2%2C0-0.4-0.1-0.6S28.4%2C9.8%2C28.3%2C9.7z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M32.5%2C8c0.1%2C0%2C0.1%2C0%2C0.2-0.1s0.1-0.2%2C0.1-0.5c0-0.1%2C0-0.2%2C0-0.3s0-0.1%2C0-0.2s0-0.1-0.1-0.1s-0.1%2C0-0.1%2C0h-1.1%20%20V5.7c0%2C0%2C0-0.1%2C0-0.1s-0.1-0.1-0.1-0.1s-0.1%2C0-0.2%2C0s-0.2%2C0-0.4%2C0c-0.1%2C0-0.3%2C0-0.4%2C0s-0.2%2C0-0.2%2C0s-0.1%2C0-0.1%2C0.1s0%2C0.1%2C0%2C0.1v1.2%20%20h-0.6c0%2C0-0.1%2C0-0.1%2C0S29.1%2C6.9%2C29.1%2C7s0%2C0.1%2C0%2C0.2s0%2C0.2%2C0%2C0.3c0%2C0.2%2C0%2C0.4%2C0.1%2C0.5S29.2%2C8%2C29.3%2C8h0.6v2.7c0%2C0.3%2C0%2C0.6%2C0.1%2C0.8%20%20s0.2%2C0.4%2C0.3%2C0.6s0.3%2C0.3%2C0.5%2C0.3s0.5%2C0.1%2C0.8%2C0.1c0.1%2C0%2C0.2%2C0%2C0.3%2C0s0.2%2C0%2C0.3%2C0s0.2%2C0%2C0.2-0.1s0.1-0.1%2C0.2-0.1s0.1-0.1%2C0.1-0.2%20%20s0-0.2%2C0-0.4c0-0.1%2C0-0.2%2C0-0.3s0-0.1%2C0-0.2s0-0.1%2C0-0.1s0%2C0-0.1%2C0c0%2C0-0.1%2C0-0.1%2C0s-0.1%2C0-0.1%2C0s-0.1%2C0-0.2%2C0s-0.1%2C0-0.2%2C0%20%20c-0.2%2C0-0.4-0.1-0.5-0.2s-0.1-0.4-0.1-0.6V8H32.5z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M37.9%2C7.4c-0.2-0.2-0.5-0.4-0.8-0.5S36.4%2C6.7%2C36%2C6.7c-0.4%2C0-0.8%2C0.1-1.1%2C0.2S34.3%2C7.2%2C34%2C7.5s-0.4%2C0.6-0.5%2C0.9%20%20s-0.2%2C0.8-0.2%2C1.3c0%2C0.5%2C0.1%2C0.9%2C0.2%2C1.3s0.3%2C0.7%2C0.5%2C0.9s0.5%2C0.4%2C0.9%2C0.5s0.8%2C0.2%2C1.2%2C0.2c0.3%2C0%2C0.5%2C0%2C0.7%2C0s0.4-0.1%2C0.6-0.1%20%20s0.3-0.1%2C0.4-0.1s0.2-0.1%2C0.2-0.1s0-0.1%2C0.1-0.1s0-0.1%2C0-0.1s0-0.1%2C0-0.2s0-0.1%2C0-0.2c0-0.1%2C0-0.2%2C0-0.2s0-0.1%2C0-0.1s0-0.1-0.1-0.1%20%20s-0.1%2C0-0.1%2C0c-0.1%2C0-0.1%2C0-0.2%2C0.1s-0.2%2C0.1-0.4%2C0.1s-0.3%2C0.1-0.5%2C0.1s-0.4%2C0.1-0.7%2C0.1c-0.3%2C0-0.5%2C0-0.7-0.1s-0.3-0.2-0.4-0.3%20%20s-0.2-0.3-0.3-0.5s-0.1-0.4-0.1-0.6H38c0.1%2C0%2C0.3%2C0%2C0.3-0.1s0.1-0.2%2C0.1-0.4V9.3c0-0.4%2C0-0.7-0.1-1S38.1%2C7.7%2C37.9%2C7.4z%20M34.8%2C9.1%20%20c0-0.2%2C0-0.4%2C0.1-0.5s0.1-0.3%2C0.2-0.4s0.2-0.2%2C0.3-0.3s0.3-0.1%2C0.5-0.1c0.4%2C0%2C0.6%2C0.1%2C0.8%2C0.4s0.3%2C0.6%2C0.2%2C1H34.8z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M43%2C7.2C43%2C7.1%2C43%2C7%2C43%2C7s0-0.1%2C0-0.1s0%2C0%2C0-0.1s-0.1%2C0-0.1-0.1s-0.1%2C0-0.2%2C0s-0.1%2C0-0.2%2C0s-0.1%2C0-0.2%2C0%20%20c-0.1%2C0-0.2%2C0-0.3%2C0s-0.2%2C0.1-0.3%2C0.2s-0.2%2C0.2-0.3%2C0.3s-0.2%2C0.3-0.4%2C0.5V7c0%2C0%2C0-0.1%2C0-0.1s-0.1-0.1-0.1-0.1s-0.1%2C0-0.2%2C0%20%20s-0.2%2C0-0.3%2C0c-0.1%2C0-0.2%2C0-0.3%2C0s-0.1%2C0-0.2%2C0s-0.1%2C0-0.1%2C0.1s0%2C0.1%2C0%2C0.1v5.2c0%2C0%2C0%2C0.1%2C0%2C0.1s0.1%2C0.1%2C0.1%2C0.1s0.1%2C0%2C0.2%2C0%20%20s0.2%2C0%2C0.4%2C0s0.3%2C0%2C0.4%2C0s0.2%2C0%2C0.2%2C0s0.1%2C0%2C0.1-0.1s0-0.1%2C0-0.1V9c0.1-0.2%2C0.2-0.3%2C0.3-0.4s0.2-0.2%2C0.3-0.3s0.2-0.1%2C0.3-0.2%20%20s0.2%2C0%2C0.2%2C0c0.1%2C0%2C0.1%2C0%2C0.2%2C0s0.1%2C0%2C0.2%2C0s0.1%2C0%2C0.1%2C0s0.1%2C0%2C0.1%2C0c0%2C0%2C0.1%2C0%2C0.1%2C0s0-0.1%2C0.1-0.1s0-0.1%2C0-0.2s0-0.2%2C0-0.3%20%20S43%2C7.3%2C43%2C7.2z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.icon-notification {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3Anew%200%200%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3Bstroke%3A%23666766%3Bstroke-width%3A1.5%3Bstroke-miterlimit%3A10%3B%7D%20.st1%7Bfill%3Anone%3Bstroke%3A%23666766%3Bstroke-width%3A2%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M12%2C22.9c-1.4%2C0-2.5-1.1-2.5-2.5c0%2C0%2C0-0.1%2C0-0.1%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M12%2C22.9c1.4%2C0%2C2.5-1.1%2C2.5-2.5c0%2C0%2C0-0.1%2C0-0.1%22%2F%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M13%2C20.2h-1H2.1c0-1.5%2C0.6-2.6%2C1.9-3.8c0.6-0.7%2C0.8-0.7%2C1.2-3.2c0.2-1.4%2C0.3-2.8%2C0.3-4.7c0-3.3%2C1.9-5.9%2C4.8-6.1%20c0.1-0.7%2C0.9-1.2%2C1.7-1.2%22%2F%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M11%2C20.2h1h9.9c0-1.5-0.6-2.6-1.9-3.8c-0.6-0.7-0.8-0.7-1.2-3.2c-0.2-1.4-0.3-2.8-0.3-4.7%20c0-3.3-1.9-5.9-4.8-6.1c-0.1-0.7-0.8-1.2-1.7-1.2%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.icon-one-way-exchange-unread {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%220%200%2077.9%2070.6%22%20enable-background%3D%22new%200%200%2077.9%2070.6%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23367C2B%22%20points%3D%2257.7%2C57.3%2057.7%2C70.6%2077.9%2C50.5%2057.7%2C30.3%2057.7%2C43.6%2035%2C43.6%2035%2C57.3%20%22%2F%3E%3Cg%3E%20%3Cpath%20fill%3D%22%23367C2B%22%20d%3D%22M22.6%2C45.2L0%2C22.6L22.6%2C0v14.7h22.8v15.7H22.6V45.2z%20M2.8%2C22.6l17.8%2C17.8V28.5h22.8V16.7H20.6V4.8L2.8%2C22.6%20%20z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.icon-one-way-exchange {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%220%200%2077.9%2070.6%22%20enable-background%3D%22new%200%200%2077.9%2070.6%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23999999%22%20points%3D%2257.7%2C57.3%2057.7%2C70.6%2077.9%2C50.5%2057.7%2C30.3%2057.7%2C43.6%2035%2C43.6%2035%2C57.3%20%22%2F%3E%3Cg%3E%20%3Cpath%20fill%3D%22%23999999%22%20d%3D%22M22.6%2C45.2L0%2C22.6L22.6%2C0v14.7h22.8v15.7H22.6V45.2z%20M2.8%2C22.6l17.8%2C17.8V28.5h22.8V16.7H20.6V4.8L2.8%2C22.6%20%20z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.icon-overages-shortages-unread {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%220%200%2052.3%2055.5%22%20enable-background%3D%22new%200%200%2052.3%2055.5%22%20xml%3Aspace%3D%22preserve%22%3E%3Crect%20x%3D%2223.7%22%20y%3D%22-5.2%22%20transform%3D%22matrix%280.7071%200.7071%20-0.7071%200.7071%2028.4048%20-9.9084%29%22%20fill%3D%22%23367C2B%22%20width%3D%225%22%20height%3D%2269%22%2F%3E%3Cg%3E%20%3Cpath%20fill%3D%22%23367C2B%22%20d%3D%22M15.9%2C0v11.3h10.9v4.9H15.9v11.4h-5.1V16.2H0v-4.9h10.9V0H15.9z%22%2F%3E%3C%2Fg%3E%3Crect%20x%3D%2225.3%22%20y%3D%2241.9%22%20fill%3D%22%23367C2B%22%20width%3D%2227%22%20height%3D%224.9%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.icon-overages-shortages {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%220%200%2052.3%2055.5%22%20enable-background%3D%22new%200%200%2052.3%2055.5%22%20xml%3Aspace%3D%22preserve%22%3E%3Crect%20x%3D%2223.7%22%20y%3D%22-5.2%22%20transform%3D%22matrix%280.7071%200.7071%20-0.7071%200.7071%2028.4048%20-9.9084%29%22%20fill%3D%22%23999999%22%20width%3D%225%22%20height%3D%2269%22%2F%3E%3Cg%3E%20%3Cpath%20fill%3D%22%23999999%22%20d%3D%22M15.9%2C0v11.3h10.9v4.9H15.9v11.4h-5.1V16.2H0v-4.9h10.9V0H15.9z%22%2F%3E%3C%2Fg%3E%3Crect%20x%3D%2225.3%22%20y%3D%2241.9%22%20fill%3D%22%23999999%22%20width%3D%2227%22%20height%3D%224.9%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.icon-refresh {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%220%200%20125.8%20126%22%20style%3D%22enable-background%3Anew%200%200%20125.8%20126%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23666666%3B%7D%20.st1%7Bfill%3Anone%3Bstroke%3A%23FF0000%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M125.6%2C8.5c0-2.7-4-4.9-6.5-3.1l-14.4%2C10.4c-5.6-4.9-11.8-8.8-18.8-11.6C78.9%2C1.5%2C71.4%2C0%2C63.3%2C0%20C57.5%2C0%2C52%2C0.7%2C46.6%2C2.1c-5.4%2C1.5-10.3%2C3.6-15%2C6.3c-4.7%2C2.7-8.9%2C6-12.8%2C9.9c-3.9%2C3.8-7.1%2C8.1-10%2C12.7c-2.7%2C4.6-4.9%2C9.6-6.4%2C14.9%20C0.9%2C51.3%2C0%2C56.9%2C0%2C62.7c0%2C5.8%2C0.7%2C11.4%2C2.2%2C16.8s3.6%2C10.3%2C6.2%2C15.1c2.8%2C4.7%2C6%2C8.9%2C9.9%2C12.7c3.8%2C3.9%2C8.1%2C7.2%2C12.7%2C10%20c4.6%2C2.8%2C9.6%2C4.9%2C14.9%2C6.5c5.4%2C1.5%2C10.9%2C2.3%2C16.8%2C2.3c7.2%2C0%2C13.9-1%2C20.4-3.3c6.5-2.2%2C12.4-5.3%2C17.7-9.4c5.3-4%2C9.9-8.8%2C13.8-14.3%20c3.4-4.8%2C3.8-5.4%2C4.7-7.5c0.5-1.1%2C0.8-2.4%2C0.8-3.7c0-4.9-4-9-8.9-9c-3.3%2C0-6.2%2C1.8-7.8%2C4.4c-0.4%2C0.6-1.1%2C1.7-2.1%2C3.4%20c-2.3%2C3.8-3.8%2C5.6-6.6%2C8.4c-4.3%2C4.2-9.1%2C7.4-14.6%2C9.7c-5.4%2C2.2-11.2%2C3.2-17.3%2C3.2c-6%2C0-11.8-1.2-17.2-3.4%20c-5.5-2.3-10.4-5.6-14.6-9.8c-4.2-4.3-7.4-9.2-9.6-14.7C19.1%2C74.6%2C18%2C68.8%2C18%2C62.8c0-6.1%2C1.2-11.8%2C3.5-17.2%20c2.2-5.5%2C5.6-10.4%2C9.8-14.5c4.3-4.2%2C9.2-7.5%2C14.7-9.7c5.4-2.3%2C11.3-3.3%2C17.3-3.3c4.9%2C0%2C9.5%2C0.8%2C14.1%2C2.3c4.4%2C1.5%2C8.5%2C3.7%2C12.3%2C6.4%20L74.7%2C37.5c-2.5%2C1.8-1.7%2C6.3%2C0.8%2C7.1l44.5%2C15c2.5%2C0.8%2C5.6-1.4%2C5.6-4.1L125.6%2C8.5z%22%2F%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M75.2%2C36.8%22%2F%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M89.6%2C26.7%22%2F%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M103.6%2C15%22%2F%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M118%2C4.8%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.icon-remove {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C!--%20Material%20Design%20icons%20by%20Google%20(https%3A%2F%2Fmaterial.io%2Ftools%2Ficons)%20licensed%20under%20the%20Apache%20License%2C%20Version%202.0%20(the%20%27License%27)%3B%20you%20may%20not%20use%20this%20file%20except%20in%20compliance%20with%20the%20License.%20You%20may%20obtain%20a%20copy%20of%20the%20License%20at%20http%3A%2F%2Fwww.apache.org%2Flicenses%2FLICENSE-2.0%20--%3E%3Csvg%20focusable%3D%27false%27%20aria-hidden%3D%27true%27%20fill%3D%27%23666666%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2724%27%20height%3D%2724%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20d%3D%22M0%200h24v24H0V0z%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M18%2013H6c-.55%200-1-.45-1-1s.45-1%201-1h12c.55%200%201%20.45%201%201s-.45%201-1%201z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.icon-retry {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%220%200%20114.4%2089.9%22%20style%3D%22enable-background%3Anew%200%200%20114.4%2089.9%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23666766%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M114.4%2C44.8L94.6%2C19.6L74.8%2C44.8h11.9c0.1%2C16.3-13.3%2C29.5-29.6%2C29.5c-7.2%2C0-13.8-2.6-18.9-6.8l-9.6%2C12.1%20c7.8%2C6.3%2C17.7%2C10.2%2C28.5%2C10.2c24.9%2C0%2C45.1-20.2%2C45.1-45H114.4z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M0%2C45l19.8%2C25.2L39.6%2C45H27.7C27.6%2C28.7%2C41%2C15.5%2C57.3%2C15.5c7.2%2C0%2C13.8%2C2.6%2C18.9%2C6.8l9.6-12.1%20C78.1%2C3.8%2C68.2%2C0%2C57.3%2C0C32.4%2C0%2C12.3%2C20.2%2C12.2%2C45H0z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.icon-return-unread {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%220%200%2078.8%2066.9%22%20enable-background%3D%22new%200%200%2078.8%2066.9%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23367C2B%22%20d%3D%22M78.8%2C40.1c0-14.7-12-26.7-26.7-26.8v0h-0.1c0%2C0%2C0%2C0%2C0%2C0v0H20.2V0L0%2C20.2l20.2%2C20.2V27h32v0%20c7.1%2C0.1%2C12.9%2C5.9%2C12.9%2C13c0%2C7.2-5.8%2C13-12.9%2C13v0H9.7v13.7h42.4v0C66.9%2C66.8%2C78.8%2C54.8%2C78.8%2C40.1z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.icon-return {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%220%200%2078.8%2066.9%22%20enable-background%3D%22new%200%200%2078.8%2066.9%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23999999%22%20d%3D%22M78.8%2C40.1c0-14.7-12-26.7-26.7-26.8v0h-0.1c0%2C0%2C0%2C0%2C0%2C0v0H20.2V0L0%2C20.2l20.2%2C20.2V27h32v0%20c7.1%2C0.1%2C12.9%2C5.9%2C12.9%2C13c0%2C7.2-5.8%2C13-12.9%2C13v0H9.7v13.7h42.4v0C66.9%2C66.8%2C78.8%2C54.8%2C78.8%2C40.1z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.icon-search {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%220%200%20223.5%20226.5%22%20style%3D%22enable-background%3Anew%200%200%20223.5%20226.5%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23666666%3B%7D%20%20%20.st1%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3Anone%3Bstroke%3A%23666666%3Bstroke-width%3A21%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cg%3E%20%20%3Cpath%20class%3D%22st0%22%20d%3D%22M186%2C152.8l31.6%2C31.6c8.7%2C8.7%2C7.7%2C23.9-2.2%2C33.9c-10%2C10-25.1%2C11-33.8%2C2.3l-31.6-31.6%20%20%20c-8.7-8.7-7.7-23.9%2C2.2-33.9C162.2%2C145.1%2C177.3%2C144.1%2C186%2C152.8z%22%2F%3E%20%3C%2Fg%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M10.5%2C82.8c0-39.9%2C32.3-72.3%2C72.1-72.3s72.1%2C32.4%2C72.1%2C72.3s-32.3%2C72.3-72.1%2C72.3S10.5%2C122.7%2C10.5%2C82.8z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.icon-sort-by {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%220%200%20223.5%20226.5%22%20style%3D%22enable-background%3Anew%200%200%20223.5%20226.5%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23666666%3B%7D%20%20%20.st1%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3Anone%3Bstroke%3A%23ffffff%3Bstroke-width%3A21%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cg%3E%20%20%3Cpath%20class%3D%22st0%22%20d%3D%22M186%2C152.8l31.6%2C31.6c8.7%2C8.7%2C7.7%2C23.9-2.2%2C33.9c-10%2C10-25.1%2C11-33.8%2C2.3l-31.6-31.6%20%20%20c-8.7-8.7-7.7-23.9%2C2.2-33.9C162.2%2C145.1%2C177.3%2C144.1%2C186%2C152.8z%22%2F%3E%20%3C%2Fg%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M10.5%2C82.8c0-39.9%2C32.3-72.3%2C72.1-72.3s72.1%2C32.4%2C72.1%2C72.3s-32.3%2C72.3-72.1%2C72.3S10.5%2C122.7%2C10.5%2C82.8z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.icon-sorted {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%220%200%209%206%22%20style%3D%22enable-background%3Anew%200%200%209%206%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23367C2B%3B%7D%3C%2Fstyle%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%224.5%2C6%200%2C0%209%2C0%20%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.icon-star {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%220%200%2020.4%2019.4%22%20style%3D%22enable-background%3Anew%200%200%2020.4%2019.4%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFDE00%3Bstroke%3A%23F7CF1B%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%2210.2%2C14.6%204.7%2C18.3%206.5%2C11.9%201.4%2C7.9%207.9%2C7.6%2010.2%2C1.4%2012.5%2C7.6%2019%2C7.9%2013.9%2C11.9%2015.7%2C18.3%20%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.icon-tableView {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%220%200%2011%2011%22%20style%3D%22enable-background%3Anew%200%200%2011%2011%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23333333%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Crect%20x%3D%228%22%20class%3D%22st0%22%20width%3D%223%22%20height%3D%2211%22%2F%3E%20%3Crect%20class%3D%22st0%22%20width%3D%223%22%20height%3D%2211%22%2F%3E%20%3Crect%20x%3D%224%22%20class%3D%22st0%22%20width%3D%223%22%20height%3D%2211%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.icon-tractor-unread {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%220%200%2089.6%2058.8%22%20enable-background%3D%22new%200%200%2089.6%2058.8%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cpath%20fill%3D%22%23367C2B%22%20d%3D%22M34.4%2C38.7c-0.2-0.9-0.2-1.9-0.8-2.7c-0.3-0.4-0.7-0.9-0.3-1.5c0-0.1%2C0.1-0.2%2C0-0.3%20%20c-0.4-0.8-0.6-1.7-1.4-2.3c-0.1-0.1-0.3-0.3-0.4-0.4c-0.2-0.3-0.4-0.7-0.3-0.8c0.3-0.4%2C0-0.5-0.2-0.7c-0.1-0.2-0.3-0.4-0.4-0.5%20%20c-0.2-0.2-0.4-0.4-0.7-0.6c-0.3-0.3-0.7-0.7-1.2-0.8c-0.3-0.3-0.5-0.7-0.5-1.1c-0.1-0.1-0.3-0.2-0.4-0.3c-0.6-0.4-1.1-0.9-1.9-1.1%20%20c-0.2-0.1-0.4-0.2-0.7-0.3c-0.6-0.1-1.2-0.1-1.3-0.9c0-0.1-0.2-0.2-0.3-0.2c-0.4-0.2-0.9-0.3-1.3-0.5c-0.4-0.1-0.8-0.2-1.2-0.1%20%20c-0.6%2C0.1-1.1%2C0.2-1.4-0.5c-0.1-0.1-0.3-0.2-0.4-0.2c-0.5%2C0-1-0.1-1.6-0.1c-0.2%2C0-0.4%2C0-0.6%2C0.1c-0.1%2C0-0.3%2C0.1-0.4%2C0.1%20%20c-0.2%2C0.1-0.3%2C0.1-0.5%2C0.1c0%2C0%2C0%2C0-0.1%2C0c-0.3%2C0-0.6%2C0-0.9-0.2c0%2C0-0.1%2C0-0.1-0.1c-0.1%2C0-0.1-0.1-0.2-0.1c-0.9%2C0.2-1.9%2C0.2-2.7%2C0.9%20%20c-0.2%2C0.2-0.4%2C0.3-0.6%2C0.4c0%2C0%2C0%2C0%2C0%2C0c0%2C0-0.1%2C0-0.1%2C0c-0.2%2C0-0.4%2C0-0.6-0.2c0%2C0%2C0%2C0%2C0%2C0c-0.1%2C0-0.2-0.1-0.3%2C0%20%20c-0.8%2C0.5-1.9%2C0.7-2.4%2C1.6c-0.1%2C0.2-0.6%2C0.5-0.8%2C0.6c-0.1%2C0-0.2%2C0-0.2%2C0c-0.2-0.1-0.3-0.1-0.4-0.1c-0.1%2C0.1-0.2%2C0.2-0.3%2C0.3%20%20c-0.2%2C0.1-0.4%2C0.3-0.5%2C0.4C6%2C27%2C5.9%2C27.1%2C5.8%2C27.2C5.5%2C27.6%2C5.2%2C28%2C5%2C28.4c0%2C0%2C0%2C0-0.1%2C0.1c-0.2%2C0.4-0.7%2C0.8-1.1%2C0.8c0%2C0%2C0%2C0-0.1%2C0%20%20c-0.1%2C0-0.1%2C0-0.2%2C0c-0.1%2C0.1-0.2%2C0.3-0.3%2C0.4c-0.5%2C0.7-1.1%2C1.4-1.1%2C2.4c0%2C0.1%2C0%2C0.2%2C0%2C0.3C2.2%2C32.7%2C2%2C33%2C1.7%2C33.1%20%20c-0.2%2C0.1-0.4%2C0.3-0.5%2C0.5C1.2%2C33.8%2C1.1%2C34%2C1%2C34.3c-0.1%2C0.5-0.3%2C1.1-0.3%2C1.6c0%2C0.6%2C0.2%2C1.2-0.5%2C1.5c-0.1%2C0-0.1%2C0.2-0.1%2C0.3%20%20c0%2C0.5-0.1%2C0.9-0.1%2C1.4c0%2C0.4%2C0%2C0.8%2C0.2%2C1.2c0.1%2C0.1%2C0.1%2C0.2%2C0.1%2C0.4c0%2C0.1%2C0%2C0.1%2C0%2C0.2c0.1%2C0.3%2C0.1%2C0.7-0.3%2C1%20%20C0%2C41.9%2C0%2C42.1%2C0%2C42.2c0.1%2C0.5%2C0.2%2C1%2C0.3%2C1.5c0.1%2C0.3%2C0.3%2C0.7%2C0.5%2C0.9c0.4%2C0.4%2C0.5%2C0.9%2C0.3%2C1.5c0%2C0.1-0.1%2C0.2%2C0%2C0.2%20%20c0.4%2C0.8%2C0.7%2C1.8%2C1.5%2C2.4c0.4%2C0.3%2C0.9%2C0.6%2C0.7%2C1.3c0%2C0.1%2C0%2C0.2%2C0%2C0.3c0.6%2C0.6%2C1.1%2C1.5%2C2%2C1.8c0.2%2C0.1%2C0.3%2C0.2%2C0.5%2C0.3%20%20c0.3%2C0.2%2C0.6%2C0.5%2C0.6%2C0.7c-0.2%2C0.5%2C0.2%2C0.5%2C0.4%2C0.7c0.2%2C0.1%2C0.4%2C0.3%2C0.6%2C0.4c0.3%2C0.1%2C0.5%2C0.2%2C0.8%2C0.3c0.4%2C0.2%2C0.8%2C0.4%2C1.3%2C0.5%20%20c0.4%2C0.2%2C0.7%2C0.5%2C0.8%2C0.9c0.1%2C0%2C0.3%2C0.1%2C0.5%2C0.1c0.7%2C0.2%2C1.3%2C0.5%2C2.1%2C0.5c0.2%2C0%2C0.5%2C0.1%2C0.7%2C0.1c0.6%2C0%2C1.2-0.2%2C1.5%2C0.5%20%20c0%2C0.1%2C0.2%2C0.1%2C0.3%2C0.1c0.5%2C0%2C0.9%2C0.1%2C1.4%2C0.1c0.4%2C0%2C0.8-0.1%2C1.2-0.2c0.5-0.2%2C1-0.5%2C1.5%2C0c0.1%2C0.1%2C0.3%2C0.1%2C0.4%2C0.1%20%20c0.5-0.1%2C1-0.2%2C1.5-0.4c0.3-0.1%2C0.7-0.3%2C0.9-0.5c0.4-0.4%2C0.9-0.5%2C1.4-0.3c0.1%2C0%2C0.2%2C0.1%2C0.2%2C0c0.8-0.5%2C1.7-0.8%2C2.3-1.6%20%20c0.3-0.4%2C0.6-0.9%2C1.3-0.7c0.1%2C0%2C0.2%2C0%2C0.3-0.1c0.7-0.7%2C1.6-1.2%2C1.9-2.2c0.1-0.4%2C0.6-0.9%2C0.8-0.9c0.5%2C0.1%2C0.5-0.2%2C0.6-0.4%20%20c0.1-0.2%2C0.3-0.4%2C0.4-0.6c0.2-0.6%2C0.5-1.2%2C0.6-1.8c0.1-0.5%2C0.5-1.1%2C1-1.2c0-0.1%2C0.1-0.3%2C0.1-0.5c0.2-0.8%2C0.6-1.6%2C0.4-2.6%20%20c0.1-0.1%2C0.2-0.1%2C0.3-0.2c0.1-0.1%2C0.2-0.3%2C0.2-0.4c0.1-0.5%2C0.1-1%2C0.1-1.6c0-0.3-0.1-0.7-0.2-1c-0.2-0.5-0.2-1%2C0.2-1.5%20%20C34.3%2C38.8%2C34.4%2C38.7%2C34.4%2C38.7z%20M24.6%2C47c-0.1%2C0.1-0.2%2C0.3-0.3%2C0.4c-0.1%2C0.1-0.1%2C0.1-0.2%2C0.2c-0.1%2C0.1-0.2%2C0.2-0.3%2C0.2%20%20c-1.4%2C1.2-3.2%2C2.1-5.1%2C2.4c-5.5%2C0.8-10.7-3-11.5-8.5c-0.3-2.3%2C0.1-4.5%2C1.2-6.4c0%2C0%2C0-0.1%2C0-0.1c0.1-0.1%2C0.1-0.2%2C0.2-0.3%20%20c0.3-0.4%2C0.6-0.8%2C0.9-1.2c0.2-0.2%2C0.4-0.4%2C0.5-0.6c0.1-0.1%2C0.2-0.2%2C0.3-0.3c0%2C0%2C0%2C0%2C0%2C0c0.1-0.1%2C0.2-0.1%2C0.2-0.2%20%20c0.1-0.1%2C0.2-0.2%2C0.4-0.3c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0.2-0.2%2C0.4-0.3%2C0.6-0.4c0%2C0%2C0.1%2C0%2C0.1-0.1c1.1-0.7%2C2.4-1.2%2C3.7-1.5%20%20c5.5-1%2C10.8%2C2.7%2C11.7%2C8.2C27.6%2C41.6%2C26.6%2C44.7%2C24.6%2C47z%22%2F%3E%20%3Cpath%20fill%3D%22%23367C2B%22%20d%3D%22M81.5%2C43.6c-0.2-0.8-0.2-1.6-0.6-2.2c-0.3-0.3-0.6-0.7-0.2-1.2c0-0.1%2C0.1-0.2%2C0-0.2%20%20c-0.4-0.6-0.5-1.4-1.1-1.9c-0.1-0.1-0.2-0.2-0.3-0.3c-0.2-0.2-0.3-0.6-0.3-0.6c0.2-0.3%2C0-0.4-0.1-0.6c-0.1-0.2-0.2-0.3-0.3-0.5%20%20c-0.2-0.2-0.4-0.3-0.6-0.5c-0.3-0.3-0.6-0.5-0.9-0.7c-0.3-0.2-0.5-0.6-0.4-0.9c-0.1-0.1-0.2-0.1-0.4-0.2c-0.5-0.3-0.9-0.7-1.5-0.9%20%20c-0.2-0.1-0.4-0.2-0.5-0.2c-0.5-0.1-1-0.1-1.1-0.7c0-0.1-0.1-0.1-0.2-0.2c-0.4-0.1-0.7-0.3-1.1-0.4c-0.3-0.1-0.7-0.2-1-0.1%20%20c-0.5%2C0.1-0.9%2C0.1-1.2-0.4c0-0.1-0.2-0.2-0.3-0.2c-0.4%2C0-0.9-0.1-1.3-0.1c-0.2%2C0-0.4%2C0-0.5%2C0.1c-0.1%2C0-0.2%2C0.1-0.3%2C0.1%20%20c-0.1%2C0.1-0.3%2C0.1-0.4%2C0.1c0%2C0%2C0%2C0%2C0%2C0c-0.3%2C0-0.5%2C0-0.7-0.2c0%2C0%2C0%2C0-0.1%2C0c0%2C0-0.1-0.1-0.2-0.1c-0.8%2C0.2-1.6%2C0.2-2.2%2C0.7%20%20c-0.2%2C0.1-0.3%2C0.3-0.5%2C0.3c0%2C0%2C0%2C0%2C0%2C0c0%2C0-0.1%2C0-0.1%2C0c-0.1%2C0-0.3%2C0-0.5-0.1c0%2C0%2C0%2C0%2C0%2C0c-0.1%2C0-0.2-0.1-0.2%2C0%20%20c-0.7%2C0.4-1.5%2C0.5-2%2C1.3c-0.1%2C0.2-0.5%2C0.4-0.7%2C0.5c-0.1%2C0-0.1%2C0-0.2%2C0c-0.2-0.1-0.3-0.1-0.3-0.1c-0.1%2C0-0.2%2C0.1-0.3%2C0.2%20%20c-0.2%2C0.1-0.3%2C0.2-0.4%2C0.4C58.1%2C34%2C58%2C34.1%2C58%2C34.2c-0.2%2C0.3-0.5%2C0.6-0.7%2C0.9c0%2C0%2C0%2C0%2C0%2C0.1c-0.2%2C0.3-0.5%2C0.6-0.9%2C0.7%20%20c0%2C0%2C0%2C0-0.1%2C0c0%2C0-0.1%2C0-0.1%2C0c-0.1%2C0.1-0.1%2C0.2-0.2%2C0.4c-0.4%2C0.6-0.9%2C1.2-0.9%2C2c0%2C0%2C0%2C0.1%2C0%2C0.2c-0.1%2C0.2-0.3%2C0.5-0.4%2C0.6%20%20c-0.2%2C0.1-0.3%2C0.2-0.4%2C0.4c-0.1%2C0.2-0.2%2C0.4-0.2%2C0.6c-0.1%2C0.4-0.3%2C0.9-0.2%2C1.3c0%2C0.5%2C0.2%2C1-0.4%2C1.3c-0.1%2C0-0.1%2C0.2-0.1%2C0.3%20%20c0%2C0.4-0.1%2C0.8-0.1%2C1.1c0%2C0.3%2C0%2C0.7%2C0.2%2C1c0%2C0.1%2C0.1%2C0.2%2C0.1%2C0.3c0%2C0%2C0%2C0.1%2C0%2C0.1c0.1%2C0.3%2C0.1%2C0.5-0.2%2C0.8%20%20c-0.1%2C0.1-0.1%2C0.2-0.1%2C0.4c0.1%2C0.4%2C0.1%2C0.8%2C0.3%2C1.3c0.1%2C0.3%2C0.2%2C0.6%2C0.4%2C0.8c0.3%2C0.4%2C0.4%2C0.8%2C0.2%2C1.2c0%2C0.1-0.1%2C0.1%2C0%2C0.2%20%20c0.4%2C0.7%2C0.6%2C1.5%2C1.3%2C2c0.3%2C0.3%2C0.7%2C0.5%2C0.5%2C1.1c0%2C0.1%2C0%2C0.2%2C0%2C0.2c0.5%2C0.5%2C0.9%2C1.2%2C1.6%2C1.5c0.1%2C0.1%2C0.3%2C0.2%2C0.4%2C0.2%20%20c0.2%2C0.2%2C0.5%2C0.4%2C0.5%2C0.5c-0.1%2C0.4%2C0.1%2C0.4%2C0.3%2C0.5c0.2%2C0.1%2C0.3%2C0.3%2C0.5%2C0.3c0.2%2C0.1%2C0.4%2C0.2%2C0.7%2C0.3c0.3%2C0.2%2C0.7%2C0.4%2C1.1%2C0.4%20%20c0.3%2C0.2%2C0.6%2C0.4%2C0.6%2C0.7c0.1%2C0%2C0.3%2C0.1%2C0.4%2C0.1c0.6%2C0.2%2C1.1%2C0.4%2C1.7%2C0.4c0.2%2C0%2C0.4%2C0.1%2C0.6%2C0c0.5%2C0%2C1-0.2%2C1.3%2C0.4%20%20c0%2C0.1%2C0.2%2C0.1%2C0.3%2C0.1c0.4%2C0%2C0.8%2C0.1%2C1.1%2C0c0.3%2C0%2C0.7%2C0%2C1-0.2c0.4-0.2%2C0.8-0.4%2C1.2%2C0c0.1%2C0.1%2C0.2%2C0.1%2C0.4%2C0.1%20%20c0.4-0.1%2C0.8-0.2%2C1.3-0.3c0.3-0.1%2C0.5-0.2%2C0.8-0.4c0.3-0.3%2C0.8-0.4%2C1.2-0.2c0.1%2C0%2C0.1%2C0.1%2C0.2%2C0c0.7-0.4%2C1.4-0.6%2C1.9-1.3%20%20c0.3-0.3%2C0.5-0.8%2C1.1-0.6c0.1%2C0%2C0.2%2C0%2C0.2%2C0c0.5-0.6%2C1.3-1%2C1.6-1.8c0.1-0.3%2C0.5-0.8%2C0.6-0.7c0.4%2C0.1%2C0.4-0.1%2C0.5-0.3%20%20c0.1-0.2%2C0.3-0.3%2C0.3-0.5c0.2-0.5%2C0.4-1%2C0.5-1.5c0.1-0.4%2C0.4-0.9%2C0.8-1c0-0.1%2C0.1-0.3%2C0.1-0.4c0.2-0.7%2C0.5-1.4%2C0.3-2.1%20%20c0.1-0.1%2C0.1-0.1%2C0.2-0.2c0.1%2C0%2C0.2-0.2%2C0.2-0.3c0.1-0.4%2C0.1-0.9%2C0.1-1.3c0-0.3%2C0-0.6-0.2-0.8c-0.2-0.4-0.2-0.9%2C0.1-1.2%20%20C81.4%2C43.7%2C81.5%2C43.6%2C81.5%2C43.6z%20M73.4%2C50.4c-0.1%2C0.1-0.2%2C0.2-0.3%2C0.3c-0.1%2C0.1-0.1%2C0.1-0.2%2C0.2c-0.1%2C0.1-0.1%2C0.1-0.2%2C0.2%20%20c-1.2%2C1-2.6%2C1.7-4.2%2C2c-4.6%2C0.7-8.8-2.4-9.5-7c-0.3-1.9%2C0.1-3.7%2C1-5.3c0%2C0%2C0%2C0%2C0-0.1c0.1-0.1%2C0.1-0.2%2C0.2-0.3%20%20c0.2-0.4%2C0.5-0.7%2C0.7-1c0.1-0.2%2C0.3-0.3%2C0.4-0.5c0.1-0.1%2C0.1-0.2%2C0.2-0.2c0%2C0%2C0%2C0%2C0%2C0c0.1-0.1%2C0.1-0.1%2C0.2-0.2%20%20c0.1-0.1%2C0.2-0.2%2C0.3-0.3c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0.2-0.1%2C0.3-0.3%2C0.5-0.4c0%2C0%2C0%2C0%2C0.1%2C0c0.9-0.6%2C1.9-1%2C3.1-1.2%20%20c4.5-0.8%2C8.8%2C2.2%2C9.6%2C6.8C75.9%2C46%2C75.1%2C48.6%2C73.4%2C50.4z%22%2F%3E%20%3Cpath%20fill%3D%22%23367C2B%22%20d%3D%22M89.2%2C32.4c-0.5-0.3-1.1-0.2-1.1-0.2l-3.6%2C0c0%2C0%2C2.2-6.5%2C1.5-9.6L84.9%2C21c-2-1.5-19-5.2-32.5-4.6V8.7l0-0.8%20%20l-0.8-0.9c0-2.6%2C1.5-2.6%2C1.5-2.6V2.1c-3.6%2C1.2-3.4%2C5-3.4%2C5L49%2C7.9v8.1c-1.2-4.3-2.1-9.2-4.2-13.3c0.1%2C0%2C0.2%2C0%2C0.3%2C0%20%20c0%2C0%2C1.1-0.1%2C1.9-0.4c1-0.4%2C0.9-1%2C0.9-1h0c0-0.1%2C0-0.2%2C0-0.4V0.3L20.1%2C0c-0.6%2C0-1.7%2C0.3-2%2C1c-0.1%2C0.2%2C1.1%2C2.8%2C1%2C3.2%20%20c0%2C0.2%2C0%2C0%2C0%2C0.2c-0.3%2C3.2-1.3%2C10-1.1%2C14.2c-1.8%2C0.1-11.3%2C1-15.1%2C8C3%2C27%2C3.3%2C27.1%2C3.6%2C27.1c0%2C0.1-0.1%2C0.1-0.1%2C0.1h0l0.1-0.1%20%20c3.4-3.7%2C8.2-6%2C13.6-6c10.3%2C0%2C18.7%2C8.6%2C18.7%2C19.1c0%2C0.8%2C0.1%2C3.4%2C0.1%2C6.5c0%2C0%2C11.4%2C0%2C11.4%2C0v-2.5h4.2c0.1-8.5%2C7-15.1%2C15.5-15.1%20%20c7.2%2C0%2C13.2%2C4.9%2C15%2C11.5c0.6%2C2.1%2C0.7%2C2.7%2C0.7%2C2.8l2.7-0.2c0%2C0%2C2.5-2.5%2C4-4.6c0%2C0%2C0-2.3%2C0-5.3C89.6%2C33%2C89.6%2C32.6%2C89.2%2C32.4z%20%20%20M32%2C24.2c-1.2-1.1-2.5-2-3.8-2.7c-0.5-2.8-0.7-6.8-0.7-6.8s-0.3-0.7-1.3-0.5c-0.7%2C0.1-1.2-0.2-1.2%2C1.1l0.6%2C5%20%20c-1.5-0.6-3.1-1.1-4.7-1.4c0%2C0-0.3-10.3%2C0.6-13.4c0.3-1%2C0.4-1.4%2C2-1.5C25.4%2C3.8%2C39%2C3%2C42.2%2C2.8c1%2C0.8%2C3.1%2C6.4%2C4.6%2C14.6l-2%2C3.5%20%20l-2.2-1.3l1.2-2.3c0.1-0.2%2C0.1-0.5-0.1-0.6c-0.2-0.1-0.7-0.3-0.8%2C0L40%2C22.3c-0.1%2C0.2%2C0.2%2C0.7%2C0.4%2C0.8c0%2C0%2C0.1%2C0%2C0.1%2C0.1%20%20c0.1%2C0%2C0.3-0.1%2C0.4-0.2l1.3-2.5l2.3%2C1.3l2%2C10.8h-7.9c0.2-2.5%2C0.3-7.7-1-7.9C37.6%2C24.8%2C35.1%2C24.4%2C32%2C24.2z%20M46.1%2C46.1h-7.9%20%20c0-0.6%2C0.1-1.2%2C0.1-1.7h7.9V46.1z%20M46.9%2C41.8h-8.6c0-0.6%2C0-1.2%2C0-1.7h8.7V41.8z%20M47.9%2C37.5h-9.9c-0.1-0.6-0.1-1.2-0.2-1.7h10.1%20%20V37.5z%22%2F%3E%3C%2Fg%3E%3Cg%3E%20%3Cpath%20fill%3D%22%23367C2B%22%20d%3D%22M34.4%2C38.7c-0.2-0.9-0.2-1.9-0.8-2.7c-0.3-0.4-0.7-0.9-0.3-1.5c0-0.1%2C0.1-0.2%2C0-0.3%20%20c-0.4-0.8-0.6-1.7-1.4-2.3c-0.1-0.1-0.3-0.3-0.4-0.4c-0.2-0.3-0.4-0.7-0.3-0.8c0.3-0.4%2C0-0.5-0.2-0.7c-0.1-0.2-0.3-0.4-0.4-0.5%20%20c-0.2-0.2-0.4-0.4-0.7-0.6c-0.3-0.3-0.7-0.7-1.2-0.8c-0.3-0.3-0.5-0.7-0.5-1.1c-0.1-0.1-0.3-0.2-0.4-0.3c-0.6-0.4-1.1-0.9-1.9-1.1%20%20c-0.2-0.1-0.4-0.2-0.7-0.3c-0.6-0.1-1.2-0.1-1.3-0.9c0-0.1-0.2-0.2-0.3-0.2c-0.4-0.2-0.9-0.3-1.3-0.5c-0.4-0.1-0.8-0.2-1.2-0.1%20%20c-0.6%2C0.1-1.1%2C0.2-1.4-0.5c-0.1-0.1-0.3-0.2-0.4-0.2c-0.5%2C0-1-0.1-1.6-0.1c-0.2%2C0-0.4%2C0-0.6%2C0.1c-0.1%2C0-0.3%2C0.1-0.4%2C0.1%20%20c-0.2%2C0.1-0.3%2C0.1-0.5%2C0.1c0%2C0%2C0%2C0-0.1%2C0c-0.3%2C0-0.6%2C0-0.9-0.2c0%2C0-0.1%2C0-0.1-0.1c-0.1%2C0-0.1-0.1-0.2-0.1c-0.9%2C0.2-1.9%2C0.2-2.7%2C0.9%20%20c-0.2%2C0.2-0.4%2C0.3-0.6%2C0.4c0%2C0%2C0%2C0%2C0%2C0c0%2C0-0.1%2C0-0.1%2C0c-0.2%2C0-0.4%2C0-0.6-0.2c0%2C0%2C0%2C0%2C0%2C0c-0.1%2C0-0.2-0.1-0.3%2C0%20%20c-0.8%2C0.5-1.9%2C0.7-2.4%2C1.6c-0.1%2C0.2-0.6%2C0.5-0.8%2C0.6c-0.1%2C0-0.2%2C0-0.2%2C0c-0.2-0.1-0.3-0.1-0.4-0.1c-0.1%2C0.1-0.2%2C0.2-0.3%2C0.3%20%20c-0.2%2C0.1-0.4%2C0.3-0.5%2C0.4C6%2C27%2C5.9%2C27.1%2C5.8%2C27.2C5.5%2C27.6%2C5.2%2C28%2C5%2C28.4c0%2C0%2C0%2C0-0.1%2C0.1c-0.2%2C0.4-0.7%2C0.8-1.1%2C0.8c0%2C0%2C0%2C0-0.1%2C0%20%20c-0.1%2C0-0.1%2C0-0.2%2C0c-0.1%2C0.1-0.2%2C0.3-0.3%2C0.4c-0.5%2C0.7-1.1%2C1.4-1.1%2C2.4c0%2C0.1%2C0%2C0.2%2C0%2C0.3C2.2%2C32.7%2C2%2C33%2C1.7%2C33.1%20%20c-0.2%2C0.1-0.4%2C0.3-0.5%2C0.5C1.2%2C33.8%2C1.1%2C34%2C1%2C34.3c-0.1%2C0.5-0.3%2C1.1-0.3%2C1.6c0%2C0.6%2C0.2%2C1.2-0.5%2C1.5c-0.1%2C0-0.1%2C0.2-0.1%2C0.3%20%20c0%2C0.5-0.1%2C0.9-0.1%2C1.4c0%2C0.4%2C0%2C0.8%2C0.2%2C1.2c0.1%2C0.1%2C0.1%2C0.2%2C0.1%2C0.4c0%2C0.1%2C0%2C0.1%2C0%2C0.2c0.1%2C0.3%2C0.1%2C0.7-0.3%2C1%20%20C0%2C41.9%2C0%2C42.1%2C0%2C42.2c0.1%2C0.5%2C0.2%2C1%2C0.3%2C1.5c0.1%2C0.3%2C0.3%2C0.7%2C0.5%2C0.9c0.4%2C0.4%2C0.5%2C0.9%2C0.3%2C1.5c0%2C0.1-0.1%2C0.2%2C0%2C0.2%20%20c0.4%2C0.8%2C0.7%2C1.8%2C1.5%2C2.4c0.4%2C0.3%2C0.9%2C0.6%2C0.7%2C1.3c0%2C0.1%2C0%2C0.2%2C0%2C0.3c0.6%2C0.6%2C1.1%2C1.5%2C2%2C1.8c0.2%2C0.1%2C0.3%2C0.2%2C0.5%2C0.3%20%20c0.3%2C0.2%2C0.6%2C0.5%2C0.6%2C0.7c-0.2%2C0.5%2C0.2%2C0.5%2C0.4%2C0.7c0.2%2C0.1%2C0.4%2C0.3%2C0.6%2C0.4c0.3%2C0.1%2C0.5%2C0.2%2C0.8%2C0.3c0.4%2C0.2%2C0.8%2C0.4%2C1.3%2C0.5%20%20c0.4%2C0.2%2C0.7%2C0.5%2C0.8%2C0.9c0.1%2C0%2C0.3%2C0.1%2C0.5%2C0.1c0.7%2C0.2%2C1.3%2C0.5%2C2.1%2C0.5c0.2%2C0%2C0.5%2C0.1%2C0.7%2C0.1c0.6%2C0%2C1.2-0.2%2C1.5%2C0.5%20%20c0%2C0.1%2C0.2%2C0.1%2C0.3%2C0.1c0.5%2C0%2C0.9%2C0.1%2C1.4%2C0.1c0.4%2C0%2C0.8-0.1%2C1.2-0.2c0.5-0.2%2C1-0.5%2C1.5%2C0c0.1%2C0.1%2C0.3%2C0.1%2C0.4%2C0.1%20%20c0.5-0.1%2C1-0.2%2C1.5-0.4c0.3-0.1%2C0.7-0.3%2C0.9-0.5c0.4-0.4%2C0.9-0.5%2C1.4-0.3c0.1%2C0%2C0.2%2C0.1%2C0.2%2C0c0.8-0.5%2C1.7-0.8%2C2.3-1.6%20%20c0.3-0.4%2C0.6-0.9%2C1.3-0.7c0.1%2C0%2C0.2%2C0%2C0.3-0.1c0.7-0.7%2C1.6-1.2%2C1.9-2.2c0.1-0.4%2C0.6-0.9%2C0.8-0.9c0.5%2C0.1%2C0.5-0.2%2C0.6-0.4%20%20c0.1-0.2%2C0.3-0.4%2C0.4-0.6c0.2-0.6%2C0.5-1.2%2C0.6-1.8c0.1-0.5%2C0.5-1.1%2C1-1.2c0-0.1%2C0.1-0.3%2C0.1-0.5c0.2-0.8%2C0.6-1.6%2C0.4-2.6%20%20c0.1-0.1%2C0.2-0.1%2C0.3-0.2c0.1-0.1%2C0.2-0.3%2C0.2-0.4c0.1-0.5%2C0.1-1%2C0.1-1.6c0-0.3-0.1-0.7-0.2-1c-0.2-0.5-0.2-1%2C0.2-1.5%20%20C34.3%2C38.8%2C34.4%2C38.7%2C34.4%2C38.7z%20M24.6%2C47c-0.1%2C0.1-0.2%2C0.3-0.3%2C0.4c-0.1%2C0.1-0.1%2C0.1-0.2%2C0.2c-0.1%2C0.1-0.2%2C0.2-0.3%2C0.2%20%20c-1.4%2C1.2-3.2%2C2.1-5.1%2C2.4c-5.5%2C0.8-10.7-3-11.5-8.5c-0.3-2.3%2C0.1-4.5%2C1.2-6.4c0%2C0%2C0-0.1%2C0-0.1c0.1-0.1%2C0.1-0.2%2C0.2-0.3%20%20c0.3-0.4%2C0.6-0.8%2C0.9-1.2c0.2-0.2%2C0.4-0.4%2C0.5-0.6c0.1-0.1%2C0.2-0.2%2C0.3-0.3c0%2C0%2C0%2C0%2C0%2C0c0.1-0.1%2C0.2-0.1%2C0.2-0.2%20%20c0.1-0.1%2C0.2-0.2%2C0.4-0.3c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0.2-0.2%2C0.4-0.3%2C0.6-0.4c0%2C0%2C0.1%2C0%2C0.1-0.1c1.1-0.7%2C2.4-1.2%2C3.7-1.5%20%20c5.5-1%2C10.8%2C2.7%2C11.7%2C8.2C27.6%2C41.6%2C26.6%2C44.7%2C24.6%2C47z%22%2F%3E%20%3Cpath%20fill%3D%22%23367C2B%22%20d%3D%22M81.5%2C43.6c-0.2-0.8-0.2-1.6-0.6-2.2c-0.3-0.3-0.6-0.7-0.2-1.2c0-0.1%2C0.1-0.2%2C0-0.2%20%20c-0.4-0.6-0.5-1.4-1.1-1.9c-0.1-0.1-0.2-0.2-0.3-0.3c-0.2-0.2-0.3-0.6-0.3-0.6c0.2-0.3%2C0-0.4-0.1-0.6c-0.1-0.2-0.2-0.3-0.3-0.5%20%20c-0.2-0.2-0.4-0.3-0.6-0.5c-0.3-0.3-0.6-0.5-0.9-0.7c-0.3-0.2-0.5-0.6-0.4-0.9c-0.1-0.1-0.2-0.1-0.4-0.2c-0.5-0.3-0.9-0.7-1.5-0.9%20%20c-0.2-0.1-0.4-0.2-0.5-0.2c-0.5-0.1-1-0.1-1.1-0.7c0-0.1-0.1-0.1-0.2-0.2c-0.4-0.1-0.7-0.3-1.1-0.4c-0.3-0.1-0.7-0.2-1-0.1%20%20c-0.5%2C0.1-0.9%2C0.1-1.2-0.4c0-0.1-0.2-0.2-0.3-0.2c-0.4%2C0-0.9-0.1-1.3-0.1c-0.2%2C0-0.4%2C0-0.5%2C0.1c-0.1%2C0-0.2%2C0.1-0.3%2C0.1%20%20c-0.1%2C0.1-0.3%2C0.1-0.4%2C0.1c0%2C0%2C0%2C0%2C0%2C0c-0.3%2C0-0.5%2C0-0.7-0.2c0%2C0%2C0%2C0-0.1%2C0c0%2C0-0.1-0.1-0.2-0.1c-0.8%2C0.2-1.6%2C0.2-2.2%2C0.7%20%20c-0.2%2C0.1-0.3%2C0.3-0.5%2C0.3c0%2C0%2C0%2C0%2C0%2C0c0%2C0-0.1%2C0-0.1%2C0c-0.1%2C0-0.3%2C0-0.5-0.1c0%2C0%2C0%2C0%2C0%2C0c-0.1%2C0-0.2-0.1-0.2%2C0%20%20c-0.7%2C0.4-1.5%2C0.5-2%2C1.3c-0.1%2C0.2-0.5%2C0.4-0.7%2C0.5c-0.1%2C0-0.1%2C0-0.2%2C0c-0.2-0.1-0.3-0.1-0.3-0.1c-0.1%2C0-0.2%2C0.1-0.3%2C0.2%20%20c-0.2%2C0.1-0.3%2C0.2-0.4%2C0.4C58.1%2C34%2C58%2C34.1%2C58%2C34.2c-0.2%2C0.3-0.5%2C0.6-0.7%2C0.9c0%2C0%2C0%2C0%2C0%2C0.1c-0.2%2C0.3-0.5%2C0.6-0.9%2C0.7%20%20c0%2C0%2C0%2C0-0.1%2C0c0%2C0-0.1%2C0-0.1%2C0c-0.1%2C0.1-0.1%2C0.2-0.2%2C0.4c-0.4%2C0.6-0.9%2C1.2-0.9%2C2c0%2C0%2C0%2C0.1%2C0%2C0.2c-0.1%2C0.2-0.3%2C0.5-0.4%2C0.6%20%20c-0.2%2C0.1-0.3%2C0.2-0.4%2C0.4c-0.1%2C0.2-0.2%2C0.4-0.2%2C0.6c-0.1%2C0.4-0.3%2C0.9-0.2%2C1.3c0%2C0.5%2C0.2%2C1-0.4%2C1.3c-0.1%2C0-0.1%2C0.2-0.1%2C0.3%20%20c0%2C0.4-0.1%2C0.8-0.1%2C1.1c0%2C0.3%2C0%2C0.7%2C0.2%2C1c0%2C0.1%2C0.1%2C0.2%2C0.1%2C0.3c0%2C0%2C0%2C0.1%2C0%2C0.1c0.1%2C0.3%2C0.1%2C0.5-0.2%2C0.8%20%20c-0.1%2C0.1-0.1%2C0.2-0.1%2C0.4c0.1%2C0.4%2C0.1%2C0.8%2C0.3%2C1.3c0.1%2C0.3%2C0.2%2C0.6%2C0.4%2C0.8c0.3%2C0.4%2C0.4%2C0.8%2C0.2%2C1.2c0%2C0.1-0.1%2C0.1%2C0%2C0.2%20%20c0.4%2C0.7%2C0.6%2C1.5%2C1.3%2C2c0.3%2C0.3%2C0.7%2C0.5%2C0.5%2C1.1c0%2C0.1%2C0%2C0.2%2C0%2C0.2c0.5%2C0.5%2C0.9%2C1.2%2C1.6%2C1.5c0.1%2C0.1%2C0.3%2C0.2%2C0.4%2C0.2%20%20c0.2%2C0.2%2C0.5%2C0.4%2C0.5%2C0.5c-0.1%2C0.4%2C0.1%2C0.4%2C0.3%2C0.5c0.2%2C0.1%2C0.3%2C0.3%2C0.5%2C0.3c0.2%2C0.1%2C0.4%2C0.2%2C0.7%2C0.3c0.3%2C0.2%2C0.7%2C0.4%2C1.1%2C0.4%20%20c0.3%2C0.2%2C0.6%2C0.4%2C0.6%2C0.7c0.1%2C0%2C0.3%2C0.1%2C0.4%2C0.1c0.6%2C0.2%2C1.1%2C0.4%2C1.7%2C0.4c0.2%2C0%2C0.4%2C0.1%2C0.6%2C0c0.5%2C0%2C1-0.2%2C1.3%2C0.4%20%20c0%2C0.1%2C0.2%2C0.1%2C0.3%2C0.1c0.4%2C0%2C0.8%2C0.1%2C1.1%2C0c0.3%2C0%2C0.7%2C0%2C1-0.2c0.4-0.2%2C0.8-0.4%2C1.2%2C0c0.1%2C0.1%2C0.2%2C0.1%2C0.4%2C0.1%20%20c0.4-0.1%2C0.8-0.2%2C1.3-0.3c0.3-0.1%2C0.5-0.2%2C0.8-0.4c0.3-0.3%2C0.8-0.4%2C1.2-0.2c0.1%2C0%2C0.1%2C0.1%2C0.2%2C0c0.7-0.4%2C1.4-0.6%2C1.9-1.3%20%20c0.3-0.3%2C0.5-0.8%2C1.1-0.6c0.1%2C0%2C0.2%2C0%2C0.2%2C0c0.5-0.6%2C1.3-1%2C1.6-1.8c0.1-0.3%2C0.5-0.8%2C0.6-0.7c0.4%2C0.1%2C0.4-0.1%2C0.5-0.3%20%20c0.1-0.2%2C0.3-0.3%2C0.3-0.5c0.2-0.5%2C0.4-1%2C0.5-1.5c0.1-0.4%2C0.4-0.9%2C0.8-1c0-0.1%2C0.1-0.3%2C0.1-0.4c0.2-0.7%2C0.5-1.4%2C0.3-2.1%20%20c0.1-0.1%2C0.1-0.1%2C0.2-0.2c0.1%2C0%2C0.2-0.2%2C0.2-0.3c0.1-0.4%2C0.1-0.9%2C0.1-1.3c0-0.3%2C0-0.6-0.2-0.8c-0.2-0.4-0.2-0.9%2C0.1-1.2%20%20C81.4%2C43.7%2C81.5%2C43.6%2C81.5%2C43.6z%20M73.4%2C50.4c-0.1%2C0.1-0.2%2C0.2-0.3%2C0.3c-0.1%2C0.1-0.1%2C0.1-0.2%2C0.2c-0.1%2C0.1-0.1%2C0.1-0.2%2C0.2%20%20c-1.2%2C1-2.6%2C1.7-4.2%2C2c-4.6%2C0.7-8.8-2.4-9.5-7c-0.3-1.9%2C0.1-3.7%2C1-5.3c0%2C0%2C0%2C0%2C0-0.1c0.1-0.1%2C0.1-0.2%2C0.2-0.3%20%20c0.2-0.4%2C0.5-0.7%2C0.7-1c0.1-0.2%2C0.3-0.3%2C0.4-0.5c0.1-0.1%2C0.1-0.2%2C0.2-0.2c0%2C0%2C0%2C0%2C0%2C0c0.1-0.1%2C0.1-0.1%2C0.2-0.2%20%20c0.1-0.1%2C0.2-0.2%2C0.3-0.3c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0.2-0.1%2C0.3-0.3%2C0.5-0.4c0%2C0%2C0%2C0%2C0.1%2C0c0.9-0.6%2C1.9-1%2C3.1-1.2%20%20c4.5-0.8%2C8.8%2C2.2%2C9.6%2C6.8C75.9%2C46%2C75.1%2C48.6%2C73.4%2C50.4z%22%2F%3E%20%3Cpath%20fill%3D%22%23367C2B%22%20d%3D%22M89.2%2C32.4c-0.5-0.3-1.1-0.2-1.1-0.2l-3.6%2C0c0%2C0%2C2.2-6.5%2C1.5-9.6L84.9%2C21c-2-1.5-19-5.2-32.5-4.6V8.7l0-0.8%20%20l-0.8-0.9c0-2.6%2C1.5-2.6%2C1.5-2.6V2.1c-3.6%2C1.2-3.4%2C5-3.4%2C5L49%2C7.9v8.1c-1.2-4.3-2.1-9.2-4.2-13.3c0.1%2C0%2C0.2%2C0%2C0.3%2C0%20%20c0%2C0%2C1.1-0.1%2C1.9-0.4c1-0.4%2C0.9-1%2C0.9-1h0c0-0.1%2C0-0.2%2C0-0.4V0.3L20.1%2C0c-0.6%2C0-1.7%2C0.3-2%2C1c-0.1%2C0.2%2C1.1%2C2.8%2C1%2C3.2%20%20c0%2C0.2%2C0%2C0%2C0%2C0.2c-0.3%2C3.2-1.3%2C10-1.1%2C14.2c-1.8%2C0.1-11.3%2C1-15.1%2C8C3%2C27%2C3.3%2C27.1%2C3.6%2C27.1c0%2C0.1-0.1%2C0.1-0.1%2C0.1h0l0.1-0.1%20%20c3.4-3.7%2C8.2-6%2C13.6-6c10.3%2C0%2C18.7%2C8.6%2C18.7%2C19.1c0%2C0.8%2C0.1%2C3.4%2C0.1%2C6.5c0%2C0%2C11.4%2C0%2C11.4%2C0v-2.5h4.2c0.1-8.5%2C7-15.1%2C15.5-15.1%20%20c7.2%2C0%2C13.2%2C4.9%2C15%2C11.5c0.6%2C2.1%2C0.7%2C2.7%2C0.7%2C2.8l2.7-0.2c0%2C0%2C2.5-2.5%2C4-4.6c0%2C0%2C0-2.3%2C0-5.3C89.6%2C33%2C89.6%2C32.6%2C89.2%2C32.4z%20%20%20M32%2C24.2c-1.2-1.1-2.5-2-3.8-2.7c-0.5-2.8-0.7-6.8-0.7-6.8s-0.3-0.7-1.3-0.5c-0.7%2C0.1-1.2-0.2-1.2%2C1.1l0.6%2C5%20%20c-1.5-0.6-3.1-1.1-4.7-1.4c0%2C0-0.3-10.3%2C0.6-13.4c0.3-1%2C0.4-1.4%2C2-1.5C25.4%2C3.8%2C39%2C3%2C42.2%2C2.8c1%2C0.8%2C3.1%2C6.4%2C4.6%2C14.6l-2%2C3.5%20%20l-2.2-1.3l1.2-2.3c0.1-0.2%2C0.1-0.5-0.1-0.6c-0.2-0.1-0.7-0.3-0.8%2C0L40%2C22.3c-0.1%2C0.2%2C0.2%2C0.7%2C0.4%2C0.8c0%2C0%2C0.1%2C0%2C0.1%2C0.1%20%20c0.1%2C0%2C0.3-0.1%2C0.4-0.2l1.3-2.5l2.3%2C1.3l2%2C10.8h-7.9c0.2-2.5%2C0.3-7.7-1-7.9C37.6%2C24.8%2C35.1%2C24.4%2C32%2C24.2z%20M46.1%2C46.1h-7.9%20%20c0-0.6%2C0.1-1.2%2C0.1-1.7h7.9V46.1z%20M46.9%2C41.8h-8.6c0-0.6%2C0-1.2%2C0-1.7h8.7V41.8z%20M47.9%2C37.5h-9.9c-0.1-0.6-0.1-1.2-0.2-1.7h10.1%20%20V37.5z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.icon-tractor {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%220%200%2089.6%2058.8%22%20enable-background%3D%22new%200%200%2089.6%2058.8%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cpath%20fill%3D%22%23AAAAAA%22%20d%3D%22M34.4%2C38.7c-0.2-0.9-0.2-1.9-0.8-2.7c-0.3-0.4-0.7-0.9-0.3-1.5c0-0.1%2C0.1-0.2%2C0-0.3%20%20c-0.4-0.8-0.6-1.7-1.4-2.3c-0.1-0.1-0.3-0.3-0.4-0.4c-0.2-0.3-0.4-0.7-0.3-0.8c0.3-0.4%2C0-0.5-0.2-0.7c-0.1-0.2-0.3-0.4-0.4-0.5%20%20c-0.2-0.2-0.4-0.4-0.7-0.6c-0.3-0.3-0.7-0.7-1.2-0.8c-0.3-0.3-0.5-0.7-0.5-1.1c-0.1-0.1-0.3-0.2-0.4-0.3c-0.6-0.4-1.1-0.9-1.9-1.1%20%20c-0.2-0.1-0.4-0.2-0.7-0.3c-0.6-0.1-1.2-0.1-1.3-0.9c0-0.1-0.2-0.2-0.3-0.2c-0.4-0.2-0.9-0.3-1.3-0.5c-0.4-0.1-0.8-0.2-1.2-0.1%20%20c-0.6%2C0.1-1.1%2C0.2-1.4-0.5c-0.1-0.1-0.3-0.2-0.4-0.2c-0.5%2C0-1-0.1-1.6-0.1c-0.2%2C0-0.4%2C0-0.6%2C0.1c-0.1%2C0-0.3%2C0.1-0.4%2C0.1%20%20c-0.2%2C0.1-0.3%2C0.1-0.5%2C0.1c0%2C0%2C0%2C0-0.1%2C0c-0.3%2C0-0.6%2C0-0.9-0.2c0%2C0-0.1%2C0-0.1-0.1c-0.1%2C0-0.1-0.1-0.2-0.1c-0.9%2C0.2-1.9%2C0.2-2.7%2C0.9%20%20c-0.2%2C0.2-0.4%2C0.3-0.6%2C0.4c0%2C0%2C0%2C0%2C0%2C0c0%2C0-0.1%2C0-0.1%2C0c-0.2%2C0-0.4%2C0-0.6-0.2c0%2C0%2C0%2C0%2C0%2C0c-0.1%2C0-0.2-0.1-0.3%2C0%20%20c-0.8%2C0.5-1.9%2C0.7-2.4%2C1.6c-0.1%2C0.2-0.6%2C0.5-0.8%2C0.6c-0.1%2C0-0.2%2C0-0.2%2C0c-0.2-0.1-0.3-0.1-0.4-0.1c-0.1%2C0.1-0.2%2C0.2-0.3%2C0.3%20%20c-0.2%2C0.1-0.4%2C0.3-0.5%2C0.4C6%2C27%2C5.9%2C27.1%2C5.8%2C27.2C5.5%2C27.6%2C5.2%2C28%2C5%2C28.4c0%2C0%2C0%2C0-0.1%2C0.1c-0.2%2C0.4-0.7%2C0.8-1.1%2C0.8c0%2C0%2C0%2C0-0.1%2C0%20%20c-0.1%2C0-0.1%2C0-0.2%2C0c-0.1%2C0.1-0.2%2C0.3-0.3%2C0.4c-0.5%2C0.7-1.1%2C1.4-1.1%2C2.4c0%2C0.1%2C0%2C0.2%2C0%2C0.3C2.2%2C32.7%2C2%2C33%2C1.7%2C33.1%20%20c-0.2%2C0.1-0.4%2C0.3-0.5%2C0.5C1.2%2C33.8%2C1.1%2C34%2C1%2C34.3c-0.1%2C0.5-0.3%2C1.1-0.3%2C1.6c0%2C0.6%2C0.2%2C1.2-0.5%2C1.5c-0.1%2C0-0.1%2C0.2-0.1%2C0.3%20%20c0%2C0.5-0.1%2C0.9-0.1%2C1.4c0%2C0.4%2C0%2C0.8%2C0.2%2C1.2c0.1%2C0.1%2C0.1%2C0.2%2C0.1%2C0.4c0%2C0.1%2C0%2C0.1%2C0%2C0.2c0.1%2C0.3%2C0.1%2C0.7-0.3%2C1%20%20C0%2C41.9%2C0%2C42.1%2C0%2C42.2c0.1%2C0.5%2C0.2%2C1%2C0.3%2C1.5c0.1%2C0.3%2C0.3%2C0.7%2C0.5%2C0.9c0.4%2C0.4%2C0.5%2C0.9%2C0.3%2C1.5c0%2C0.1-0.1%2C0.2%2C0%2C0.2%20%20c0.4%2C0.8%2C0.7%2C1.8%2C1.5%2C2.4c0.4%2C0.3%2C0.9%2C0.6%2C0.7%2C1.3c0%2C0.1%2C0%2C0.2%2C0%2C0.3c0.6%2C0.6%2C1.1%2C1.5%2C2%2C1.8c0.2%2C0.1%2C0.3%2C0.2%2C0.5%2C0.3%20%20c0.3%2C0.2%2C0.6%2C0.5%2C0.6%2C0.7c-0.2%2C0.5%2C0.2%2C0.5%2C0.4%2C0.7c0.2%2C0.1%2C0.4%2C0.3%2C0.6%2C0.4c0.3%2C0.1%2C0.5%2C0.2%2C0.8%2C0.3c0.4%2C0.2%2C0.8%2C0.4%2C1.3%2C0.5%20%20c0.4%2C0.2%2C0.7%2C0.5%2C0.8%2C0.9c0.1%2C0%2C0.3%2C0.1%2C0.5%2C0.1c0.7%2C0.2%2C1.3%2C0.5%2C2.1%2C0.5c0.2%2C0%2C0.5%2C0.1%2C0.7%2C0.1c0.6%2C0%2C1.2-0.2%2C1.5%2C0.5%20%20c0%2C0.1%2C0.2%2C0.1%2C0.3%2C0.1c0.5%2C0%2C0.9%2C0.1%2C1.4%2C0.1c0.4%2C0%2C0.8-0.1%2C1.2-0.2c0.5-0.2%2C1-0.5%2C1.5%2C0c0.1%2C0.1%2C0.3%2C0.1%2C0.4%2C0.1%20%20c0.5-0.1%2C1-0.2%2C1.5-0.4c0.3-0.1%2C0.7-0.3%2C0.9-0.5c0.4-0.4%2C0.9-0.5%2C1.4-0.3c0.1%2C0%2C0.2%2C0.1%2C0.2%2C0c0.8-0.5%2C1.7-0.8%2C2.3-1.6%20%20c0.3-0.4%2C0.6-0.9%2C1.3-0.7c0.1%2C0%2C0.2%2C0%2C0.3-0.1c0.7-0.7%2C1.6-1.2%2C1.9-2.2c0.1-0.4%2C0.6-0.9%2C0.8-0.9c0.5%2C0.1%2C0.5-0.2%2C0.6-0.4%20%20c0.1-0.2%2C0.3-0.4%2C0.4-0.6c0.2-0.6%2C0.5-1.2%2C0.6-1.8c0.1-0.5%2C0.5-1.1%2C1-1.2c0-0.1%2C0.1-0.3%2C0.1-0.5c0.2-0.8%2C0.6-1.6%2C0.4-2.6%20%20c0.1-0.1%2C0.2-0.1%2C0.3-0.2c0.1-0.1%2C0.2-0.3%2C0.2-0.4c0.1-0.5%2C0.1-1%2C0.1-1.6c0-0.3-0.1-0.7-0.2-1c-0.2-0.5-0.2-1%2C0.2-1.5%20%20C34.3%2C38.8%2C34.4%2C38.7%2C34.4%2C38.7z%20M24.6%2C47c-0.1%2C0.1-0.2%2C0.3-0.3%2C0.4c-0.1%2C0.1-0.1%2C0.1-0.2%2C0.2c-0.1%2C0.1-0.2%2C0.2-0.3%2C0.2%20%20c-1.4%2C1.2-3.2%2C2.1-5.1%2C2.4c-5.5%2C0.8-10.7-3-11.5-8.5c-0.3-2.3%2C0.1-4.5%2C1.2-6.4c0%2C0%2C0-0.1%2C0-0.1c0.1-0.1%2C0.1-0.2%2C0.2-0.3%20%20c0.3-0.4%2C0.6-0.8%2C0.9-1.2c0.2-0.2%2C0.4-0.4%2C0.5-0.6c0.1-0.1%2C0.2-0.2%2C0.3-0.3c0%2C0%2C0%2C0%2C0%2C0c0.1-0.1%2C0.2-0.1%2C0.2-0.2%20%20c0.1-0.1%2C0.2-0.2%2C0.4-0.3c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0.2-0.2%2C0.4-0.3%2C0.6-0.4c0%2C0%2C0.1%2C0%2C0.1-0.1c1.1-0.7%2C2.4-1.2%2C3.7-1.5%20%20c5.5-1%2C10.8%2C2.7%2C11.7%2C8.2C27.6%2C41.6%2C26.6%2C44.7%2C24.6%2C47z%22%2F%3E%20%3Cpath%20fill%3D%22%23AAAAAA%22%20d%3D%22M81.5%2C43.6c-0.2-0.8-0.2-1.6-0.6-2.2c-0.3-0.3-0.6-0.7-0.2-1.2c0-0.1%2C0.1-0.2%2C0-0.2%20%20c-0.4-0.6-0.5-1.4-1.1-1.9c-0.1-0.1-0.2-0.2-0.3-0.3c-0.2-0.2-0.3-0.6-0.3-0.6c0.2-0.3%2C0-0.4-0.1-0.6c-0.1-0.2-0.2-0.3-0.3-0.5%20%20c-0.2-0.2-0.4-0.3-0.6-0.5c-0.3-0.3-0.6-0.5-0.9-0.7c-0.3-0.2-0.5-0.6-0.4-0.9c-0.1-0.1-0.2-0.1-0.4-0.2c-0.5-0.3-0.9-0.7-1.5-0.9%20%20c-0.2-0.1-0.4-0.2-0.5-0.2c-0.5-0.1-1-0.1-1.1-0.7c0-0.1-0.1-0.1-0.2-0.2c-0.4-0.1-0.7-0.3-1.1-0.4c-0.3-0.1-0.7-0.2-1-0.1%20%20c-0.5%2C0.1-0.9%2C0.1-1.2-0.4c0-0.1-0.2-0.2-0.3-0.2c-0.4%2C0-0.9-0.1-1.3-0.1c-0.2%2C0-0.4%2C0-0.5%2C0.1c-0.1%2C0-0.2%2C0.1-0.3%2C0.1%20%20c-0.1%2C0.1-0.3%2C0.1-0.4%2C0.1c0%2C0%2C0%2C0%2C0%2C0c-0.3%2C0-0.5%2C0-0.7-0.2c0%2C0%2C0%2C0-0.1%2C0c0%2C0-0.1-0.1-0.2-0.1c-0.8%2C0.2-1.6%2C0.2-2.2%2C0.7%20%20c-0.2%2C0.1-0.3%2C0.3-0.5%2C0.3c0%2C0%2C0%2C0%2C0%2C0c0%2C0-0.1%2C0-0.1%2C0c-0.1%2C0-0.3%2C0-0.5-0.1c0%2C0%2C0%2C0%2C0%2C0c-0.1%2C0-0.2-0.1-0.2%2C0%20%20c-0.7%2C0.4-1.5%2C0.5-2%2C1.3c-0.1%2C0.2-0.5%2C0.4-0.7%2C0.5c-0.1%2C0-0.1%2C0-0.2%2C0c-0.2-0.1-0.3-0.1-0.3-0.1c-0.1%2C0-0.2%2C0.1-0.3%2C0.2%20%20c-0.2%2C0.1-0.3%2C0.2-0.4%2C0.4C58.1%2C34%2C58%2C34.1%2C58%2C34.2c-0.2%2C0.3-0.5%2C0.6-0.7%2C0.9c0%2C0%2C0%2C0%2C0%2C0.1c-0.2%2C0.3-0.5%2C0.6-0.9%2C0.7%20%20c0%2C0%2C0%2C0-0.1%2C0c0%2C0-0.1%2C0-0.1%2C0c-0.1%2C0.1-0.1%2C0.2-0.2%2C0.4c-0.4%2C0.6-0.9%2C1.2-0.9%2C2c0%2C0%2C0%2C0.1%2C0%2C0.2c-0.1%2C0.2-0.3%2C0.5-0.4%2C0.6%20%20c-0.2%2C0.1-0.3%2C0.2-0.4%2C0.4c-0.1%2C0.2-0.2%2C0.4-0.2%2C0.6c-0.1%2C0.4-0.3%2C0.9-0.2%2C1.3c0%2C0.5%2C0.2%2C1-0.4%2C1.3c-0.1%2C0-0.1%2C0.2-0.1%2C0.3%20%20c0%2C0.4-0.1%2C0.8-0.1%2C1.1c0%2C0.3%2C0%2C0.7%2C0.2%2C1c0%2C0.1%2C0.1%2C0.2%2C0.1%2C0.3c0%2C0%2C0%2C0.1%2C0%2C0.1c0.1%2C0.3%2C0.1%2C0.5-0.2%2C0.8%20%20c-0.1%2C0.1-0.1%2C0.2-0.1%2C0.4c0.1%2C0.4%2C0.1%2C0.8%2C0.3%2C1.3c0.1%2C0.3%2C0.2%2C0.6%2C0.4%2C0.8c0.3%2C0.4%2C0.4%2C0.8%2C0.2%2C1.2c0%2C0.1-0.1%2C0.1%2C0%2C0.2%20%20c0.4%2C0.7%2C0.6%2C1.5%2C1.3%2C2c0.3%2C0.3%2C0.7%2C0.5%2C0.5%2C1.1c0%2C0.1%2C0%2C0.2%2C0%2C0.2c0.5%2C0.5%2C0.9%2C1.2%2C1.6%2C1.5c0.1%2C0.1%2C0.3%2C0.2%2C0.4%2C0.2%20%20c0.2%2C0.2%2C0.5%2C0.4%2C0.5%2C0.5c-0.1%2C0.4%2C0.1%2C0.4%2C0.3%2C0.5c0.2%2C0.1%2C0.3%2C0.3%2C0.5%2C0.3c0.2%2C0.1%2C0.4%2C0.2%2C0.7%2C0.3c0.3%2C0.2%2C0.7%2C0.4%2C1.1%2C0.4%20%20c0.3%2C0.2%2C0.6%2C0.4%2C0.6%2C0.7c0.1%2C0%2C0.3%2C0.1%2C0.4%2C0.1c0.6%2C0.2%2C1.1%2C0.4%2C1.7%2C0.4c0.2%2C0%2C0.4%2C0.1%2C0.6%2C0c0.5%2C0%2C1-0.2%2C1.3%2C0.4%20%20c0%2C0.1%2C0.2%2C0.1%2C0.3%2C0.1c0.4%2C0%2C0.8%2C0.1%2C1.1%2C0c0.3%2C0%2C0.7%2C0%2C1-0.2c0.4-0.2%2C0.8-0.4%2C1.2%2C0c0.1%2C0.1%2C0.2%2C0.1%2C0.4%2C0.1%20%20c0.4-0.1%2C0.8-0.2%2C1.3-0.3c0.3-0.1%2C0.5-0.2%2C0.8-0.4c0.3-0.3%2C0.8-0.4%2C1.2-0.2c0.1%2C0%2C0.1%2C0.1%2C0.2%2C0c0.7-0.4%2C1.4-0.6%2C1.9-1.3%20%20c0.3-0.3%2C0.5-0.8%2C1.1-0.6c0.1%2C0%2C0.2%2C0%2C0.2%2C0c0.5-0.6%2C1.3-1%2C1.6-1.8c0.1-0.3%2C0.5-0.8%2C0.6-0.7c0.4%2C0.1%2C0.4-0.1%2C0.5-0.3%20%20c0.1-0.2%2C0.3-0.3%2C0.3-0.5c0.2-0.5%2C0.4-1%2C0.5-1.5c0.1-0.4%2C0.4-0.9%2C0.8-1c0-0.1%2C0.1-0.3%2C0.1-0.4c0.2-0.7%2C0.5-1.4%2C0.3-2.1%20%20c0.1-0.1%2C0.1-0.1%2C0.2-0.2c0.1%2C0%2C0.2-0.2%2C0.2-0.3c0.1-0.4%2C0.1-0.9%2C0.1-1.3c0-0.3%2C0-0.6-0.2-0.8c-0.2-0.4-0.2-0.9%2C0.1-1.2%20%20C81.4%2C43.7%2C81.5%2C43.6%2C81.5%2C43.6z%20M73.4%2C50.4c-0.1%2C0.1-0.2%2C0.2-0.3%2C0.3c-0.1%2C0.1-0.1%2C0.1-0.2%2C0.2c-0.1%2C0.1-0.1%2C0.1-0.2%2C0.2%20%20c-1.2%2C1-2.6%2C1.7-4.2%2C2c-4.6%2C0.7-8.8-2.4-9.5-7c-0.3-1.9%2C0.1-3.7%2C1-5.3c0%2C0%2C0%2C0%2C0-0.1c0.1-0.1%2C0.1-0.2%2C0.2-0.3%20%20c0.2-0.4%2C0.5-0.7%2C0.7-1c0.1-0.2%2C0.3-0.3%2C0.4-0.5c0.1-0.1%2C0.1-0.2%2C0.2-0.2c0%2C0%2C0%2C0%2C0%2C0c0.1-0.1%2C0.1-0.1%2C0.2-0.2%20%20c0.1-0.1%2C0.2-0.2%2C0.3-0.3c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0.2-0.1%2C0.3-0.3%2C0.5-0.4c0%2C0%2C0%2C0%2C0.1%2C0c0.9-0.6%2C1.9-1%2C3.1-1.2%20%20c4.5-0.8%2C8.8%2C2.2%2C9.6%2C6.8C75.9%2C46%2C75.1%2C48.6%2C73.4%2C50.4z%22%2F%3E%20%3Cpath%20fill%3D%22%23AAAAAA%22%20d%3D%22M89.2%2C32.4c-0.5-0.3-1.1-0.2-1.1-0.2l-3.6%2C0c0%2C0%2C2.2-6.5%2C1.5-9.6L84.9%2C21c-2-1.5-19-5.2-32.5-4.6V8.7l0-0.8%20%20l-0.8-0.9c0-2.6%2C1.5-2.6%2C1.5-2.6V2.1c-3.6%2C1.2-3.4%2C5-3.4%2C5L49%2C7.9v8.1c-1.2-4.3-2.1-9.2-4.2-13.3c0.1%2C0%2C0.2%2C0%2C0.3%2C0%20%20c0%2C0%2C1.1-0.1%2C1.9-0.4c1-0.4%2C0.9-1%2C0.9-1h0c0-0.1%2C0-0.2%2C0-0.4V0.3L20.1%2C0c-0.6%2C0-1.7%2C0.3-2%2C1c-0.1%2C0.2%2C1.1%2C2.8%2C1%2C3.2%20%20c0%2C0.2%2C0%2C0%2C0%2C0.2c-0.3%2C3.2-1.3%2C10-1.1%2C14.2c-1.8%2C0.1-11.3%2C1-15.1%2C8C3%2C27%2C3.3%2C27.1%2C3.6%2C27.1c0%2C0.1-0.1%2C0.1-0.1%2C0.1h0l0.1-0.1%20%20c3.4-3.7%2C8.2-6%2C13.6-6c10.3%2C0%2C18.7%2C8.6%2C18.7%2C19.1c0%2C0.8%2C0.1%2C3.4%2C0.1%2C6.5c0%2C0%2C11.4%2C0%2C11.4%2C0v-2.5h4.2c0.1-8.5%2C7-15.1%2C15.5-15.1%20%20c7.2%2C0%2C13.2%2C4.9%2C15%2C11.5c0.6%2C2.1%2C0.7%2C2.7%2C0.7%2C2.8l2.7-0.2c0%2C0%2C2.5-2.5%2C4-4.6c0%2C0%2C0-2.3%2C0-5.3C89.6%2C33%2C89.6%2C32.6%2C89.2%2C32.4z%20%20%20M32%2C24.2c-1.2-1.1-2.5-2-3.8-2.7c-0.5-2.8-0.7-6.8-0.7-6.8s-0.3-0.7-1.3-0.5c-0.7%2C0.1-1.2-0.2-1.2%2C1.1l0.6%2C5%20%20c-1.5-0.6-3.1-1.1-4.7-1.4c0%2C0-0.3-10.3%2C0.6-13.4c0.3-1%2C0.4-1.4%2C2-1.5C25.4%2C3.8%2C39%2C3%2C42.2%2C2.8c1%2C0.8%2C3.1%2C6.4%2C4.6%2C14.6l-2%2C3.5%20%20l-2.2-1.3l1.2-2.3c0.1-0.2%2C0.1-0.5-0.1-0.6c-0.2-0.1-0.7-0.3-0.8%2C0L40%2C22.3c-0.1%2C0.2%2C0.2%2C0.7%2C0.4%2C0.8c0%2C0%2C0.1%2C0%2C0.1%2C0.1%20%20c0.1%2C0%2C0.3-0.1%2C0.4-0.2l1.3-2.5l2.3%2C1.3l2%2C10.8h-7.9c0.2-2.5%2C0.3-7.7-1-7.9C37.6%2C24.8%2C35.1%2C24.4%2C32%2C24.2z%20M46.1%2C46.1h-7.9%20%20c0-0.6%2C0.1-1.2%2C0.1-1.7h7.9V46.1z%20M46.9%2C41.8h-8.6c0-0.6%2C0-1.2%2C0-1.7h8.7V41.8z%20M47.9%2C37.5h-9.9c-0.1-0.6-0.1-1.2-0.2-1.7h10.1%20%20V37.5z%22%2F%3E%3C%2Fg%3E%3Cg%3E%20%3Cpath%20fill%3D%22%23AAAAAA%22%20d%3D%22M34.4%2C38.7c-0.2-0.9-0.2-1.9-0.8-2.7c-0.3-0.4-0.7-0.9-0.3-1.5c0-0.1%2C0.1-0.2%2C0-0.3%20%20c-0.4-0.8-0.6-1.7-1.4-2.3c-0.1-0.1-0.3-0.3-0.4-0.4c-0.2-0.3-0.4-0.7-0.3-0.8c0.3-0.4%2C0-0.5-0.2-0.7c-0.1-0.2-0.3-0.4-0.4-0.5%20%20c-0.2-0.2-0.4-0.4-0.7-0.6c-0.3-0.3-0.7-0.7-1.2-0.8c-0.3-0.3-0.5-0.7-0.5-1.1c-0.1-0.1-0.3-0.2-0.4-0.3c-0.6-0.4-1.1-0.9-1.9-1.1%20%20c-0.2-0.1-0.4-0.2-0.7-0.3c-0.6-0.1-1.2-0.1-1.3-0.9c0-0.1-0.2-0.2-0.3-0.2c-0.4-0.2-0.9-0.3-1.3-0.5c-0.4-0.1-0.8-0.2-1.2-0.1%20%20c-0.6%2C0.1-1.1%2C0.2-1.4-0.5c-0.1-0.1-0.3-0.2-0.4-0.2c-0.5%2C0-1-0.1-1.6-0.1c-0.2%2C0-0.4%2C0-0.6%2C0.1c-0.1%2C0-0.3%2C0.1-0.4%2C0.1%20%20c-0.2%2C0.1-0.3%2C0.1-0.5%2C0.1c0%2C0%2C0%2C0-0.1%2C0c-0.3%2C0-0.6%2C0-0.9-0.2c0%2C0-0.1%2C0-0.1-0.1c-0.1%2C0-0.1-0.1-0.2-0.1c-0.9%2C0.2-1.9%2C0.2-2.7%2C0.9%20%20c-0.2%2C0.2-0.4%2C0.3-0.6%2C0.4c0%2C0%2C0%2C0%2C0%2C0c0%2C0-0.1%2C0-0.1%2C0c-0.2%2C0-0.4%2C0-0.6-0.2c0%2C0%2C0%2C0%2C0%2C0c-0.1%2C0-0.2-0.1-0.3%2C0%20%20c-0.8%2C0.5-1.9%2C0.7-2.4%2C1.6c-0.1%2C0.2-0.6%2C0.5-0.8%2C0.6c-0.1%2C0-0.2%2C0-0.2%2C0c-0.2-0.1-0.3-0.1-0.4-0.1c-0.1%2C0.1-0.2%2C0.2-0.3%2C0.3%20%20c-0.2%2C0.1-0.4%2C0.3-0.5%2C0.4C6%2C27%2C5.9%2C27.1%2C5.8%2C27.2C5.5%2C27.6%2C5.2%2C28%2C5%2C28.4c0%2C0%2C0%2C0-0.1%2C0.1c-0.2%2C0.4-0.7%2C0.8-1.1%2C0.8c0%2C0%2C0%2C0-0.1%2C0%20%20c-0.1%2C0-0.1%2C0-0.2%2C0c-0.1%2C0.1-0.2%2C0.3-0.3%2C0.4c-0.5%2C0.7-1.1%2C1.4-1.1%2C2.4c0%2C0.1%2C0%2C0.2%2C0%2C0.3C2.2%2C32.7%2C2%2C33%2C1.7%2C33.1%20%20c-0.2%2C0.1-0.4%2C0.3-0.5%2C0.5C1.2%2C33.8%2C1.1%2C34%2C1%2C34.3c-0.1%2C0.5-0.3%2C1.1-0.3%2C1.6c0%2C0.6%2C0.2%2C1.2-0.5%2C1.5c-0.1%2C0-0.1%2C0.2-0.1%2C0.3%20%20c0%2C0.5-0.1%2C0.9-0.1%2C1.4c0%2C0.4%2C0%2C0.8%2C0.2%2C1.2c0.1%2C0.1%2C0.1%2C0.2%2C0.1%2C0.4c0%2C0.1%2C0%2C0.1%2C0%2C0.2c0.1%2C0.3%2C0.1%2C0.7-0.3%2C1%20%20C0%2C41.9%2C0%2C42.1%2C0%2C42.2c0.1%2C0.5%2C0.2%2C1%2C0.3%2C1.5c0.1%2C0.3%2C0.3%2C0.7%2C0.5%2C0.9c0.4%2C0.4%2C0.5%2C0.9%2C0.3%2C1.5c0%2C0.1-0.1%2C0.2%2C0%2C0.2%20%20c0.4%2C0.8%2C0.7%2C1.8%2C1.5%2C2.4c0.4%2C0.3%2C0.9%2C0.6%2C0.7%2C1.3c0%2C0.1%2C0%2C0.2%2C0%2C0.3c0.6%2C0.6%2C1.1%2C1.5%2C2%2C1.8c0.2%2C0.1%2C0.3%2C0.2%2C0.5%2C0.3%20%20c0.3%2C0.2%2C0.6%2C0.5%2C0.6%2C0.7c-0.2%2C0.5%2C0.2%2C0.5%2C0.4%2C0.7c0.2%2C0.1%2C0.4%2C0.3%2C0.6%2C0.4c0.3%2C0.1%2C0.5%2C0.2%2C0.8%2C0.3c0.4%2C0.2%2C0.8%2C0.4%2C1.3%2C0.5%20%20c0.4%2C0.2%2C0.7%2C0.5%2C0.8%2C0.9c0.1%2C0%2C0.3%2C0.1%2C0.5%2C0.1c0.7%2C0.2%2C1.3%2C0.5%2C2.1%2C0.5c0.2%2C0%2C0.5%2C0.1%2C0.7%2C0.1c0.6%2C0%2C1.2-0.2%2C1.5%2C0.5%20%20c0%2C0.1%2C0.2%2C0.1%2C0.3%2C0.1c0.5%2C0%2C0.9%2C0.1%2C1.4%2C0.1c0.4%2C0%2C0.8-0.1%2C1.2-0.2c0.5-0.2%2C1-0.5%2C1.5%2C0c0.1%2C0.1%2C0.3%2C0.1%2C0.4%2C0.1%20%20c0.5-0.1%2C1-0.2%2C1.5-0.4c0.3-0.1%2C0.7-0.3%2C0.9-0.5c0.4-0.4%2C0.9-0.5%2C1.4-0.3c0.1%2C0%2C0.2%2C0.1%2C0.2%2C0c0.8-0.5%2C1.7-0.8%2C2.3-1.6%20%20c0.3-0.4%2C0.6-0.9%2C1.3-0.7c0.1%2C0%2C0.2%2C0%2C0.3-0.1c0.7-0.7%2C1.6-1.2%2C1.9-2.2c0.1-0.4%2C0.6-0.9%2C0.8-0.9c0.5%2C0.1%2C0.5-0.2%2C0.6-0.4%20%20c0.1-0.2%2C0.3-0.4%2C0.4-0.6c0.2-0.6%2C0.5-1.2%2C0.6-1.8c0.1-0.5%2C0.5-1.1%2C1-1.2c0-0.1%2C0.1-0.3%2C0.1-0.5c0.2-0.8%2C0.6-1.6%2C0.4-2.6%20%20c0.1-0.1%2C0.2-0.1%2C0.3-0.2c0.1-0.1%2C0.2-0.3%2C0.2-0.4c0.1-0.5%2C0.1-1%2C0.1-1.6c0-0.3-0.1-0.7-0.2-1c-0.2-0.5-0.2-1%2C0.2-1.5%20%20C34.3%2C38.8%2C34.4%2C38.7%2C34.4%2C38.7z%20M24.6%2C47c-0.1%2C0.1-0.2%2C0.3-0.3%2C0.4c-0.1%2C0.1-0.1%2C0.1-0.2%2C0.2c-0.1%2C0.1-0.2%2C0.2-0.3%2C0.2%20%20c-1.4%2C1.2-3.2%2C2.1-5.1%2C2.4c-5.5%2C0.8-10.7-3-11.5-8.5c-0.3-2.3%2C0.1-4.5%2C1.2-6.4c0%2C0%2C0-0.1%2C0-0.1c0.1-0.1%2C0.1-0.2%2C0.2-0.3%20%20c0.3-0.4%2C0.6-0.8%2C0.9-1.2c0.2-0.2%2C0.4-0.4%2C0.5-0.6c0.1-0.1%2C0.2-0.2%2C0.3-0.3c0%2C0%2C0%2C0%2C0%2C0c0.1-0.1%2C0.2-0.1%2C0.2-0.2%20%20c0.1-0.1%2C0.2-0.2%2C0.4-0.3c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0.2-0.2%2C0.4-0.3%2C0.6-0.4c0%2C0%2C0.1%2C0%2C0.1-0.1c1.1-0.7%2C2.4-1.2%2C3.7-1.5%20%20c5.5-1%2C10.8%2C2.7%2C11.7%2C8.2C27.6%2C41.6%2C26.6%2C44.7%2C24.6%2C47z%22%2F%3E%20%3Cpath%20fill%3D%22%23AAAAAA%22%20d%3D%22M81.5%2C43.6c-0.2-0.8-0.2-1.6-0.6-2.2c-0.3-0.3-0.6-0.7-0.2-1.2c0-0.1%2C0.1-0.2%2C0-0.2%20%20c-0.4-0.6-0.5-1.4-1.1-1.9c-0.1-0.1-0.2-0.2-0.3-0.3c-0.2-0.2-0.3-0.6-0.3-0.6c0.2-0.3%2C0-0.4-0.1-0.6c-0.1-0.2-0.2-0.3-0.3-0.5%20%20c-0.2-0.2-0.4-0.3-0.6-0.5c-0.3-0.3-0.6-0.5-0.9-0.7c-0.3-0.2-0.5-0.6-0.4-0.9c-0.1-0.1-0.2-0.1-0.4-0.2c-0.5-0.3-0.9-0.7-1.5-0.9%20%20c-0.2-0.1-0.4-0.2-0.5-0.2c-0.5-0.1-1-0.1-1.1-0.7c0-0.1-0.1-0.1-0.2-0.2c-0.4-0.1-0.7-0.3-1.1-0.4c-0.3-0.1-0.7-0.2-1-0.1%20%20c-0.5%2C0.1-0.9%2C0.1-1.2-0.4c0-0.1-0.2-0.2-0.3-0.2c-0.4%2C0-0.9-0.1-1.3-0.1c-0.2%2C0-0.4%2C0-0.5%2C0.1c-0.1%2C0-0.2%2C0.1-0.3%2C0.1%20%20c-0.1%2C0.1-0.3%2C0.1-0.4%2C0.1c0%2C0%2C0%2C0%2C0%2C0c-0.3%2C0-0.5%2C0-0.7-0.2c0%2C0%2C0%2C0-0.1%2C0c0%2C0-0.1-0.1-0.2-0.1c-0.8%2C0.2-1.6%2C0.2-2.2%2C0.7%20%20c-0.2%2C0.1-0.3%2C0.3-0.5%2C0.3c0%2C0%2C0%2C0%2C0%2C0c0%2C0-0.1%2C0-0.1%2C0c-0.1%2C0-0.3%2C0-0.5-0.1c0%2C0%2C0%2C0%2C0%2C0c-0.1%2C0-0.2-0.1-0.2%2C0%20%20c-0.7%2C0.4-1.5%2C0.5-2%2C1.3c-0.1%2C0.2-0.5%2C0.4-0.7%2C0.5c-0.1%2C0-0.1%2C0-0.2%2C0c-0.2-0.1-0.3-0.1-0.3-0.1c-0.1%2C0-0.2%2C0.1-0.3%2C0.2%20%20c-0.2%2C0.1-0.3%2C0.2-0.4%2C0.4C58.1%2C34%2C58%2C34.1%2C58%2C34.2c-0.2%2C0.3-0.5%2C0.6-0.7%2C0.9c0%2C0%2C0%2C0%2C0%2C0.1c-0.2%2C0.3-0.5%2C0.6-0.9%2C0.7%20%20c0%2C0%2C0%2C0-0.1%2C0c0%2C0-0.1%2C0-0.1%2C0c-0.1%2C0.1-0.1%2C0.2-0.2%2C0.4c-0.4%2C0.6-0.9%2C1.2-0.9%2C2c0%2C0%2C0%2C0.1%2C0%2C0.2c-0.1%2C0.2-0.3%2C0.5-0.4%2C0.6%20%20c-0.2%2C0.1-0.3%2C0.2-0.4%2C0.4c-0.1%2C0.2-0.2%2C0.4-0.2%2C0.6c-0.1%2C0.4-0.3%2C0.9-0.2%2C1.3c0%2C0.5%2C0.2%2C1-0.4%2C1.3c-0.1%2C0-0.1%2C0.2-0.1%2C0.3%20%20c0%2C0.4-0.1%2C0.8-0.1%2C1.1c0%2C0.3%2C0%2C0.7%2C0.2%2C1c0%2C0.1%2C0.1%2C0.2%2C0.1%2C0.3c0%2C0%2C0%2C0.1%2C0%2C0.1c0.1%2C0.3%2C0.1%2C0.5-0.2%2C0.8%20%20c-0.1%2C0.1-0.1%2C0.2-0.1%2C0.4c0.1%2C0.4%2C0.1%2C0.8%2C0.3%2C1.3c0.1%2C0.3%2C0.2%2C0.6%2C0.4%2C0.8c0.3%2C0.4%2C0.4%2C0.8%2C0.2%2C1.2c0%2C0.1-0.1%2C0.1%2C0%2C0.2%20%20c0.4%2C0.7%2C0.6%2C1.5%2C1.3%2C2c0.3%2C0.3%2C0.7%2C0.5%2C0.5%2C1.1c0%2C0.1%2C0%2C0.2%2C0%2C0.2c0.5%2C0.5%2C0.9%2C1.2%2C1.6%2C1.5c0.1%2C0.1%2C0.3%2C0.2%2C0.4%2C0.2%20%20c0.2%2C0.2%2C0.5%2C0.4%2C0.5%2C0.5c-0.1%2C0.4%2C0.1%2C0.4%2C0.3%2C0.5c0.2%2C0.1%2C0.3%2C0.3%2C0.5%2C0.3c0.2%2C0.1%2C0.4%2C0.2%2C0.7%2C0.3c0.3%2C0.2%2C0.7%2C0.4%2C1.1%2C0.4%20%20c0.3%2C0.2%2C0.6%2C0.4%2C0.6%2C0.7c0.1%2C0%2C0.3%2C0.1%2C0.4%2C0.1c0.6%2C0.2%2C1.1%2C0.4%2C1.7%2C0.4c0.2%2C0%2C0.4%2C0.1%2C0.6%2C0c0.5%2C0%2C1-0.2%2C1.3%2C0.4%20%20c0%2C0.1%2C0.2%2C0.1%2C0.3%2C0.1c0.4%2C0%2C0.8%2C0.1%2C1.1%2C0c0.3%2C0%2C0.7%2C0%2C1-0.2c0.4-0.2%2C0.8-0.4%2C1.2%2C0c0.1%2C0.1%2C0.2%2C0.1%2C0.4%2C0.1%20%20c0.4-0.1%2C0.8-0.2%2C1.3-0.3c0.3-0.1%2C0.5-0.2%2C0.8-0.4c0.3-0.3%2C0.8-0.4%2C1.2-0.2c0.1%2C0%2C0.1%2C0.1%2C0.2%2C0c0.7-0.4%2C1.4-0.6%2C1.9-1.3%20%20c0.3-0.3%2C0.5-0.8%2C1.1-0.6c0.1%2C0%2C0.2%2C0%2C0.2%2C0c0.5-0.6%2C1.3-1%2C1.6-1.8c0.1-0.3%2C0.5-0.8%2C0.6-0.7c0.4%2C0.1%2C0.4-0.1%2C0.5-0.3%20%20c0.1-0.2%2C0.3-0.3%2C0.3-0.5c0.2-0.5%2C0.4-1%2C0.5-1.5c0.1-0.4%2C0.4-0.9%2C0.8-1c0-0.1%2C0.1-0.3%2C0.1-0.4c0.2-0.7%2C0.5-1.4%2C0.3-2.1%20%20c0.1-0.1%2C0.1-0.1%2C0.2-0.2c0.1%2C0%2C0.2-0.2%2C0.2-0.3c0.1-0.4%2C0.1-0.9%2C0.1-1.3c0-0.3%2C0-0.6-0.2-0.8c-0.2-0.4-0.2-0.9%2C0.1-1.2%20%20C81.4%2C43.7%2C81.5%2C43.6%2C81.5%2C43.6z%20M73.4%2C50.4c-0.1%2C0.1-0.2%2C0.2-0.3%2C0.3c-0.1%2C0.1-0.1%2C0.1-0.2%2C0.2c-0.1%2C0.1-0.1%2C0.1-0.2%2C0.2%20%20c-1.2%2C1-2.6%2C1.7-4.2%2C2c-4.6%2C0.7-8.8-2.4-9.5-7c-0.3-1.9%2C0.1-3.7%2C1-5.3c0%2C0%2C0%2C0%2C0-0.1c0.1-0.1%2C0.1-0.2%2C0.2-0.3%20%20c0.2-0.4%2C0.5-0.7%2C0.7-1c0.1-0.2%2C0.3-0.3%2C0.4-0.5c0.1-0.1%2C0.1-0.2%2C0.2-0.2c0%2C0%2C0%2C0%2C0%2C0c0.1-0.1%2C0.1-0.1%2C0.2-0.2%20%20c0.1-0.1%2C0.2-0.2%2C0.3-0.3c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0.2-0.1%2C0.3-0.3%2C0.5-0.4c0%2C0%2C0%2C0%2C0.1%2C0c0.9-0.6%2C1.9-1%2C3.1-1.2%20%20c4.5-0.8%2C8.8%2C2.2%2C9.6%2C6.8C75.9%2C46%2C75.1%2C48.6%2C73.4%2C50.4z%22%2F%3E%20%3Cpath%20fill%3D%22%23AAAAAA%22%20d%3D%22M89.2%2C32.4c-0.5-0.3-1.1-0.2-1.1-0.2l-3.6%2C0c0%2C0%2C2.2-6.5%2C1.5-9.6L84.9%2C21c-2-1.5-19-5.2-32.5-4.6V8.7l0-0.8%20%20l-0.8-0.9c0-2.6%2C1.5-2.6%2C1.5-2.6V2.1c-3.6%2C1.2-3.4%2C5-3.4%2C5L49%2C7.9v8.1c-1.2-4.3-2.1-9.2-4.2-13.3c0.1%2C0%2C0.2%2C0%2C0.3%2C0%20%20c0%2C0%2C1.1-0.1%2C1.9-0.4c1-0.4%2C0.9-1%2C0.9-1h0c0-0.1%2C0-0.2%2C0-0.4V0.3L20.1%2C0c-0.6%2C0-1.7%2C0.3-2%2C1c-0.1%2C0.2%2C1.1%2C2.8%2C1%2C3.2%20%20c0%2C0.2%2C0%2C0%2C0%2C0.2c-0.3%2C3.2-1.3%2C10-1.1%2C14.2c-1.8%2C0.1-11.3%2C1-15.1%2C8C3%2C27%2C3.3%2C27.1%2C3.6%2C27.1c0%2C0.1-0.1%2C0.1-0.1%2C0.1h0l0.1-0.1%20%20c3.4-3.7%2C8.2-6%2C13.6-6c10.3%2C0%2C18.7%2C8.6%2C18.7%2C19.1c0%2C0.8%2C0.1%2C3.4%2C0.1%2C6.5c0%2C0%2C11.4%2C0%2C11.4%2C0v-2.5h4.2c0.1-8.5%2C7-15.1%2C15.5-15.1%20%20c7.2%2C0%2C13.2%2C4.9%2C15%2C11.5c0.6%2C2.1%2C0.7%2C2.7%2C0.7%2C2.8l2.7-0.2c0%2C0%2C2.5-2.5%2C4-4.6c0%2C0%2C0-2.3%2C0-5.3C89.6%2C33%2C89.6%2C32.6%2C89.2%2C32.4z%20%20%20M32%2C24.2c-1.2-1.1-2.5-2-3.8-2.7c-0.5-2.8-0.7-6.8-0.7-6.8s-0.3-0.7-1.3-0.5c-0.7%2C0.1-1.2-0.2-1.2%2C1.1l0.6%2C5%20%20c-1.5-0.6-3.1-1.1-4.7-1.4c0%2C0-0.3-10.3%2C0.6-13.4c0.3-1%2C0.4-1.4%2C2-1.5C25.4%2C3.8%2C39%2C3%2C42.2%2C2.8c1%2C0.8%2C3.1%2C6.4%2C4.6%2C14.6l-2%2C3.5%20%20l-2.2-1.3l1.2-2.3c0.1-0.2%2C0.1-0.5-0.1-0.6c-0.2-0.1-0.7-0.3-0.8%2C0L40%2C22.3c-0.1%2C0.2%2C0.2%2C0.7%2C0.4%2C0.8c0%2C0%2C0.1%2C0%2C0.1%2C0.1%20%20c0.1%2C0%2C0.3-0.1%2C0.4-0.2l1.3-2.5l2.3%2C1.3l2%2C10.8h-7.9c0.2-2.5%2C0.3-7.7-1-7.9C37.6%2C24.8%2C35.1%2C24.4%2C32%2C24.2z%20M46.1%2C46.1h-7.9%20%20c0-0.6%2C0.1-1.2%2C0.1-1.7h7.9V46.1z%20M46.9%2C41.8h-8.6c0-0.6%2C0-1.2%2C0-1.7h8.7V41.8z%20M47.9%2C37.5h-9.9c-0.1-0.6-0.1-1.2-0.2-1.7h10.1%20%20V37.5z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.icon-transfer-unread {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%220%200%2057.9%2054.4%22%20enable-background%3D%22new%200%200%2057.9%2054.4%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23367C2B%22%20points%3D%2227.2%2C17.9%2027.2%2C0%200%2C27.2%2027.2%2C54.4%2027.2%2C36.5%2057.9%2C36.5%2057.9%2C17.9%20%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.icon-transfer {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%220%200%2057.9%2054.4%22%20enable-background%3D%22new%200%200%2057.9%2054.4%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23999999%22%20points%3D%2227.2%2C17.9%2027.2%2C0%200%2C27.2%2027.2%2C54.4%2027.2%2C36.5%2057.9%2C36.5%2057.9%2C17.9%20%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.icon-trash-can {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%22-280%20362.6%2050.3%2068.4%22%20style%3D%22enable-background%3Anew%20-280%20362.6%2050.3%2068.4%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23666666%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M-243.9%2C369.1h11.9c1.3%2C0%2C2.3%2C1%2C2.3%2C2.3v4.8H-280v-4.8c0-1.3%2C1-2.3%2C2.3-2.3h11.8v-4.2c0-1.3%2C1-2.3%2C2.3-2.3%20%20h17.4c1.3%2C0%2C2.3%2C1%2C2.3%2C2.3V369.1z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M-265.6%2C431h5.2h11.2h5.2h8.6c1.4%2C0%2C2.6-1.2%2C2.6-2.6v-4.5V387v-7v-0.1h-44v0.1v7v36.9v4.5%20%20c0%2C1.4%2C1.2%2C2.6%2C2.6%2C2.6H-265.6z%20M-246.6%2C423.9L-246.6%2C423.9c-1.4%2C0-2.6-1.2-2.6-2.6v-31.7c0-1.4%2C1.2-2.6%2C2.6-2.6l0%2C0%20%20c1.4%2C0%2C2.6%2C1.2%2C2.6%2C2.6v31.7C-244%2C422.7-245.2%2C423.9-246.6%2C423.9z%20M-263%2C387L-263%2C387c1.4%2C0%2C2.6%2C1.2%2C2.6%2C2.6v31.7%20%20c0%2C1.4-1.2%2C2.6-2.6%2C2.6l0%2C0c-1.4%2C0-2.6-1.2-2.6-2.6v-31.7C-265.6%2C388.2-264.5%2C387-263%2C387z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.icon-two-way-exchange-unread {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%220%200%2077.9%2070.6%22%20enable-background%3D%22new%200%200%2077.9%2070.6%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23367C2B%22%20points%3D%2257.7%2C57.3%2057.7%2C70.6%2077.9%2C50.5%2057.7%2C30.3%2057.7%2C43.6%2035%2C43.6%2035%2C57.3%20%22%2F%3E%3Cpolygon%20fill%3D%22%23367C2B%22%20points%3D%2221.6%2C29.5%2021.6%2C42.8%201.4%2C22.6%2021.6%2C2.4%2021.6%2C15.7%2044.4%2C15.7%2044.4%2C29.5%20%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.icon-two-way-exchange {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%220%200%2077.9%2070.6%22%20enable-background%3D%22new%200%200%2077.9%2070.6%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23999999%22%20points%3D%2257.7%2C57.3%2057.7%2C70.6%2077.9%2C50.5%2057.7%2C30.3%2057.7%2C43.6%2035%2C43.6%2035%2C57.3%20%22%2F%3E%3Cpolygon%20fill%3D%22%23999999%22%20points%3D%2221.6%2C29.5%2021.6%2C42.8%201.4%2C22.6%2021.6%2C2.4%2021.6%2C15.7%2044.4%2C15.7%2044.4%2C29.5%20%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.icon-unlock {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%220%200%2017.2%2024%22%20style%3D%22enable-background%3Anew%200%200%2017.2%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23666766%3B%7D%3C%2Fstyle%3E%3Cpath%20id%3D%22XMLID_4_%22%20class%3D%22st0%22%20d%3D%22M15.2%2C11h-0.2V6.1c0-2.2-1.2-4.4-3.2-5.4C6.9-1.6%2C2.1%2C1.8%2C2.1%2C6.4l2.4%2C0V6.1%20c0-1.2%2C0.6-2.4%2C1.7-3.1c3.1-1.8%2C6.3%2C0.4%2C6.3%2C3.3V11H2c-1.1%2C0-2%2C0.9-2%2C2v9c0%2C1.1%2C0.9%2C2%2C2%2C2h13.2c1.1%2C0%2C2-0.9%2C2-2v-9%20C17.2%2C11.9%2C16.3%2C11%2C15.2%2C11z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.icon-unsorted {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%220%200%207%2013%22%20style%3D%22enable-background%3Anew%200%200%207%2013%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23BBBBBB%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cg%3E%20%20%3Cpolygon%20class%3D%22st0%22%20points%3D%223.5%2C13%200%2C8%207%2C8%20%20%20%22%2F%3E%20%20%3Cpolygon%20class%3D%22st0%22%20points%3D%223.5%2C0%207%2C5%200%2C5%20%20%20%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.icon-visibility {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%220%200%2015%208.3%22%20style%3D%22enable-background%3Anew%200%200%2015%208.3%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23666766%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M7.5%2C0C3.1%2C0%2C0%2C4.1%2C0%2C4.1s3.1%2C4.1%2C7.5%2C4.1c4.4%2C0%2C7.5-4.1%2C7.5-4.1S11.9%2C0%2C7.5%2C0z%20M7.5%2C7.2%20c-1.7%2C0-3.1-1.4-3.1-3.1S5.8%2C1%2C7.5%2C1s3.1%2C1.4%2C3.1%2C3.1S9.2%2C7.2%2C7.5%2C7.2z%22%2F%3E%3Ccircle%20class%3D%22st0%22%20cx%3D%227.5%22%20cy%3D%224.1%22%20r%3D%221.9%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.icon-visibilityOff {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%220%200%2015%2012%22%20style%3D%22enable-background%3Anew%200%200%2015%2012%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23666666%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M2.6%2C8.7l1.9-2c0-0.1%2C0-0.3%2C0-0.4c0-1.7%2C1.4-3.1%2C3.1-3.1c0.1%2C0%2C0.1%2C0%2C0.2%2C0l0.9-1c-0.3-0.1-0.7-0.1-1-0.1%20%20C3.1%2C2.1%2C0%2C6.3%2C0%2C6.3S1%2C7.6%2C2.6%2C8.7z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M10.9%2C2.9c0.5-0.6%2C1-1.1%2C1.6-1.7c0.6-0.7-0.4-1.7-1-1L1.7%2C10.7c-0.6%2C0.7%2C0.4%2C1.7%2C1%2C1c0.6-0.7%2C1.2-1.3%2C1.8-2%20%20c0.9%2C0.4%2C1.9%2C0.6%2C3%2C0.6c4.4%2C0%2C7.5-4.1%2C7.5-4.1S13.4%2C4.1%2C10.9%2C2.9z%20M7.5%2C9.4c-0.7%2C0-1.4-0.3-1.9-0.7c0.3-0.3%2C0.5-0.6%2C0.8-0.9%20%20c0.3%2C0.2%2C0.7%2C0.4%2C1.2%2C0.4c1.1%2C0%2C1.9-0.9%2C1.9-1.9C9.5%2C5.8%2C9.3%2C5.3%2C9%2C5c0.3-0.3%2C0.5-0.6%2C0.8-0.9c0.5%2C0.6%2C0.9%2C1.3%2C0.9%2C2.1%20%20C10.6%2C8%2C9.2%2C9.4%2C7.5%2C9.4z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.icon-void {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%220%200%2018.3%2018.3%22%20style%3D%22enable-background%3Anew%200%200%2018.3%2018.3%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23BD2E28%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M9.2%2C0C4.1%2C0%2C0%2C4.1%2C0%2C9.2s4.1%2C9.2%2C9.2%2C9.2c5.1%2C0%2C9.2-4.1%2C9.2-9.2S14.2%2C0%2C9.2%2C0z%20M9.2%2C2.1%20%20c1.7%2C0%2C3.2%2C0.6%2C4.4%2C1.5l-9.9%2C9.9c-1-1.2-1.5-2.7-1.5-4.4C2.1%2C5.3%2C5.3%2C2.1%2C9.2%2C2.1z%20M9.2%2C16.2c-1.5%2C0-3-0.5-4.1-1.3L14.9%2C5%20%20c0.8%2C1.2%2C1.3%2C2.6%2C1.3%2C4.1C16.2%2C13.1%2C13.1%2C16.2%2C9.2%2C16.2z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

.icon-wrench {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3Anew%200%200%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23676767%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M1%2C22.9c-1.4-1.6-0.9-2.5-0.9-2.5L12.4%2C8.2c-0.2-0.6-0.4-1.1-0.4-1.7C12%2C6%2C12%2C5.4%2C12.1%2C4.8%20c0.1-0.6%2C0.3-1.1%2C0.6-1.6s0.6-1%2C1.1-1.4c0.4-0.4%2C0.8-0.7%2C1.3-1c0.5-0.3%2C1-0.5%2C1.5-0.6c0.5-0.1%2C1-0.2%2C1.5-0.2c0.5%2C0%2C1%2C0.1%2C1.5%2C0.2%20L15%2C4.9l4.1%2C4.1l4.6-4.6c0.1%2C0.5%2C0.2%2C1%2C0.2%2C1.5c0%2C0.5%2C0%2C1-0.2%2C1.5c-0.1%2C0.5-0.3%2C1-0.6%2C1.5c-0.3%2C0.5-0.6%2C0.9-1%2C1.3%20c-0.4%2C0.4-0.9%2C0.8-1.4%2C1.1c-0.5%2C0.3-1.1%2C0.5-1.6%2C0.6S18%2C12%2C17.4%2C11.9c-0.6-0.1-1.1-0.2-1.7-0.4L3.3%2C23.9C3.3%2C23.9%2C2.3%2C24.4%2C1%2C22.9z%22%20%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }
.date-range-facet {
  font-family: arial; }
  .date-range-facet h5 {
    border-bottom: 1px solid #dfdfdf; }
  .date-range-facet .date-range {
    /* stylelint-disable-line selector-max-compound-selectors */
    padding-bottom: 15px;
    border-bottom: 1px solid #dfdfdf; }
    .date-range-facet .date-range ul {
      lost-flex-container: row; }
      .date-range-facet .date-range ul li {
        lost-column: 1/2 1 15px; }
        .date-range-facet .date-range ul li input {
          /* stylelint-disable-line selector-max-compound-selectors */
          box-sizing: border-box;
          color: #333;
          font-family: arial;
          font-size: 12px; }
        .date-range-facet .date-range ul li:first-of-type {
          margin-right: 10px; }

.multi-select-facet {
  font-family: arial; }
  .multi-select-facet h5 {
    border-bottom: 1px solid #dfdfdf; }
  .multi-select-facet .facet-options {
    margin-left: 25px; }
    .multi-select-facet .facet-options li {
      /* stylelint-disable-line selector-no-type */
      align-items: center;
      display: flex; }
      .multi-select-facet .facet-options li p {
        /* stylelint-disable-line selector-no-type */
        margin: 0 0 0 5px; }

.filterable-multi-select-popover-body {
  background-color: #fff;
  border: 0;
  font-family: arial; }
  .filterable-multi-select-popover-body .filter {
    box-sizing: border-box;
    padding: 2px 0px 0 0;
    width: 100%; }
    .filterable-multi-select-popover-body .filter .input-filter {
      padding: 15px 0 0 15px; }
    .filterable-multi-select-popover-body .filter .filter-wrapper {
      margin: 10px 14px 10px 15px;
      padding: 4px; }
  .filterable-multi-select-popover-body .facet-options {
    margin: 10px 0 10px 30px;
    max-height: 200px;
    overflow-y: auto; }
    .filterable-multi-select-popover-body .facet-options li {
      /* stylelint-disable-line selector-no-type */
      align-items: center;
      display: flex; }
      .filterable-multi-select-popover-body .facet-options li p {
        /* stylelint-disable-line selector-no-type */
        margin: 0 0 0 5px; }
  .filterable-multi-select-popover-body .facet-footer {
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    list-style: none;
    margin: 0;
    padding: 0; }
    .filterable-multi-select-popover-body .facet-footer li {
      background: #fafafa;
      box-sizing: border-box;
      display: inline-block;
      padding: 10px 15px;
      text-align: center;
      width: 50%; }
      .filterable-multi-select-popover-body .facet-footer li:first-child {
        border-right: 1px solid #ccc; }

.autosuggest > .filterable-multi-select-popover-body {
  margin: none; }

.radio-list-popover {
  font-family: arial; }
  .radio-list-popover.facet-options {
    background-color: #fff;
    box-shadow: 2px 4px 25px -2px rgba(0, 0, 0, 0.2);
    list-style: none;
    padding: 10px 10px 10px 25px;
    width: 450px; }
    .radio-list-popover.facet-options li {
      /* stylelint-disable-line selector-no-type */
      align-items: center;
      display: flex; }
      .radio-list-popover.facet-options li p {
        /* stylelint-disable-line selector-no-type */
        margin: 0 0 0 5px; }

.sticky-facets-container {
  font-family: arial; }
  .sticky-facets-container > .sticky-inner-wrapper {
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.14);
    padding-top: 5px; }
    .sticky-facets-container > .sticky-inner-wrapper > section h5 {
      padding: 10px 10px 10px 45px;
      color: #AAAAAA;
      cursor: pointer;
      font-family: arial;
      font-size: 14px;
      margin: 0;
      position: relative; }
      .sticky-facets-container > .sticky-inner-wrapper > section h5 .icon-caret {
        display: inline-block;
        height: 15px;
        width: 15px;
        color: #757575;
        margin-right: 5px;
        margin-top: 4px;
        transition: transform .2s ease; }
        .sticky-facets-container > .sticky-inner-wrapper > section h5 .icon-caret.expanded {
          /* stylelint-disable-line  max-nesting-depth, selector-max-compound-selectors */
          position: relative;
          top: 0;
          transform: rotate(90deg);
          transition: transform .2s ease; }

.facet-options {
  list-style: none;
  margin: 0;
  padding: 0; }
  .facet-options li {
    padding: 5px 0; }
    .facet-options li div {
      color: #333;
      display: inline-block;
      font-size: 12px; }
    .facet-options li p {
      color: #999;
      display: inline-block;
      font-size: 12px;
      line-height: normal; }
      .facet-options li p::before {
        content: '('; }
      .facet-options li p::after {
        content: ')'; }

.popover-container .input-filter .filter-wrapper .icon-search {
  opacity: .5; }
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  margin-left: -8px;
  position: absolute; }

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px; }

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
  border-bottom-color: #aeaeae; }

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px; }

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  border-top: none;
  border-bottom-color: #f0f0f0; }

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae; }

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  bottom: 0;
  margin-bottom: -8px; }

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  border-bottom: none;
  border-top-color: #fff; }

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  bottom: -1px;
  border-top-color: #aeaeae; }

.react-datepicker-wrapper {
  display: inline-block; }

.react-datepicker {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative; }

.react-datepicker--time-only .react-datepicker__triangle {
  left: 35px; }

.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0; }

.react-datepicker--time-only .react-datepicker__time {
  border-radius: 0.3rem; }

.react-datepicker--time-only .react-datepicker__time-box {
  border-radius: 0.3rem; }

.react-datepicker__triangle {
  position: absolute;
  left: 50px; }

.react-datepicker-popper {
  z-index: 1; }

.react-datepicker-popper[data-placement^="bottom"] {
  margin-top: 10px; }

.react-datepicker-popper[data-placement^="top"] {
  margin-bottom: 10px; }

.react-datepicker-popper[data-placement^="right"] {
  margin-left: 8px; }

.react-datepicker-popper[data-placement^="right"] .react-datepicker__triangle {
  left: auto;
  right: 42px; }

.react-datepicker-popper[data-placement^="left"] {
  margin-right: 8px; }

.react-datepicker-popper[data-placement^="left"] .react-datepicker__triangle {
  left: 42px;
  right: auto; }

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  padding-top: 8px;
  position: relative; }

.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px; }

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 2px; }

.react-datepicker__current-month,
.react-datepicker-time__header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem; }

.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.react-datepicker__navigation {
  background: none;
  line-height: 1.7rem;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 10px;
  width: 0;
  padding: 0;
  border: 0.45rem solid transparent;
  z-index: 1;
  height: 10px;
  width: 10px;
  text-indent: -999em;
  overflow: hidden; }

.react-datepicker__navigation--previous {
  left: 10px;
  border-right-color: #ccc; }

.react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3; }

.react-datepicker__navigation--previous--disabled, .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default; }

.react-datepicker__navigation--next {
  right: 10px;
  border-left-color: #ccc; }

.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 80px; }

.react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3; }

.react-datepicker__navigation--next--disabled, .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default; }

.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.react-datepicker__navigation--years-previous {
  top: 4px;
  border-top-color: #ccc; }

.react-datepicker__navigation--years-previous:hover {
  border-top-color: #b3b3b3; }

.react-datepicker__navigation--years-upcoming {
  top: -4px;
  border-bottom-color: #ccc; }

.react-datepicker__navigation--years-upcoming:hover {
  border-bottom-color: #b3b3b3; }

.react-datepicker__month-container {
  float: left; }

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center; }

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 70px; }

.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -72px;
  top: 0; }

.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white; }

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 70px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center; }

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + (1.7rem / 2));
  overflow-y: scroll;
  padding-right: 0px;
  padding-left: 0px;
  width: 100%;
  box-sizing: content-box; }

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  height: 30px;
  padding: 5px 10px; }

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0; }

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: white;
  font-weight: bold; }

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5; }

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc; }

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent; }

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem; }

.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer; }

.react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0; }

.react-datepicker__day-names,
.react-datepicker__week {
  white-space: nowrap; }

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem; }

.react-datepicker__day {
  cursor: pointer; }

.react-datepicker__day:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0; }

.react-datepicker__day--today {
  font-weight: bold; }

.react-datepicker__day--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff; }

.react-datepicker__day--highlighted:hover {
  background-color: #32be3f; }

.react-datepicker__day--highlighted-custom-1 {
  color: magenta; }

.react-datepicker__day--highlighted-custom-2 {
  color: green; }

.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff; }

.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover {
  background-color: #1d5d90; }

.react-datepicker__day--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #2a87d0;
  color: #fff; }

.react-datepicker__day--keyboard-selected:hover {
  background-color: #1d5d90; }

.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range) {
  background-color: rgba(33, 107, 165, 0.5); }

.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range) {
  background-color: #f0f0f0;
  color: #000; }

.react-datepicker__day--disabled {
  cursor: default;
  color: #ccc; }

.react-datepicker__day--disabled:hover {
  background-color: transparent; }

.react-datepicker__input-container {
  position: relative;
  display: inline-block; }

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem; }

.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
  cursor: pointer; }

.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b3b3; }

.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  border-top-color: #ccc;
  float: right;
  margin-left: 20px;
  top: 8px;
  position: relative;
  border-width: 0.45rem; }

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae; }

.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer; }

.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll; }

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }

.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
  background-color: #ccc; }

.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3; }

.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3; }

.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px; }

.react-datepicker__close-icon {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  outline: 0;
  padding: 0;
  vertical-align: middle;
  position: absolute;
  height: 16px;
  width: 16px;
  top: 25%;
  right: 7px; }

.react-datepicker__close-icon::after {
  background-color: #216ba5;
  border-radius: 50%;
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  content: "\D7";
  cursor: pointer;
  font-size: 12px;
  height: 16px;
  width: 16px;
  line-height: 1;
  margin: -8px auto 0;
  padding: 2px;
  position: absolute;
  right: 0px;
  text-align: center; }

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left; }

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647; }

.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem; }

@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem; } }

.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem; }

.react-datepicker__portal .react-datepicker__navigation {
  border: 0.81rem solid transparent; }

.react-datepicker__portal .react-datepicker__navigation--previous {
  border-right-color: #ccc; }

.react-datepicker__portal .react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3; }

.react-datepicker__portal .react-datepicker__navigation--previous--disabled, .react-datepicker__portal .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default; }

.react-datepicker__portal .react-datepicker__navigation--next {
  border-left-color: #ccc; }

.react-datepicker__portal .react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3; }

.react-datepicker__portal .react-datepicker__navigation--next--disabled, .react-datepicker__portal .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default; }
@lost flexbox flex;
.date-range {
  font-family: arial, serif;
  lost-flex-container: row;
  margin-top: 5px; }
  .date-range input {
    background: none repeat scroll 0 0 #fff;
    border: none;
    box-shadow: none;
    font-family: arial;
    font-size: 13px;
    font-weight: normal;
    width: 100%;
    padding: 5px;
    color: #aaaaaa; }
    .date-range input:focus {
      outline: none; }
    .date-range input::placeholder {
      color: #aaaaaa; }
  .date-range .date-picker-data {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 5px;
    margin-bottom: 7px; }

.date-picker-container {
  margin-left: 30px;
  position: relative; }
  .date-picker-container .date-picker-calendar-icon {
    position: absolute;
    top: 5px;
    left: -30px;
    width: 30px;
    height: 30px; }
    .date-picker-container .date-picker-calendar-icon svg {
      display: block;
      width: 16px;
      height: 16px; }

.datepicker__tether-element {
  z-index: 1051; }

.react-datepicker__input {
  position: relative;
  display: inline-block;
  font-size: 13px;
  border-radius: 4px;
  box-shadow: inset 0 2px 2px #e9e9e9;
  border: 1px solid #aeaeae;
  line-height: 16px;
  padding: 6px 10px 5px; }

.react-datepicker {
  font-size: 13px;
  font-family: arial;
  font-weight: normal;
  color: #aaaaaa;
  font-weight: normal; }
.date-picker-container .label-formatting {
  display: flex;
  flex-direction: row;
}
.date-picker-container .icon-clear-field {
  width: 16px;
  height: 16px;
  align-self: center;
  border: none;
  background-color: transparent;
  margin: auto;
  margin-right: 10px;
}
.number-range {
  font-family: arial, serif;
  margin-left: 10px; }
  .number-range input {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #b6b6b6;
    box-shadow: none;
    color: #aaaaaa;
    font-size: 13px;
    width: 100%;
    padding: 5px;
    text-align: left; }
    .number-range input:focus {
      outline: none; }
    .number-range input::placeholder {
      text-align: left;
      color: #aaaaaa; }
  .number-range .right-margin {
    margin-left: -18px; }
  .number-range .center-margin {
    margin-top: 5px; }
  .number-range ::after {
    margin-bottom: 12px; }
/* stylelint-disable selector-no-type */
input.checkbox-inline[type='checkbox'] {
  display: none; }
  input.checkbox-inline[type='checkbox'] + label {
    align-items: center;
    cursor: pointer;
    display: flex; }
    input.checkbox-inline[type='checkbox'] + label:hover > svg {
      border-color: #367c2b; }
  input.checkbox-inline[type='checkbox'] + label svg {
    background: linear-gradient(135deg, #f7f7f7 0%, #fff 100%);
    border: 1px solid #b6b6b6;
    border-radius: .2em;
    box-sizing: border-box;
    display: inline-block;
    height: 20px;
    margin-right: 5px;
    min-width: 20px;
    padding: 3px;
    width: 20px; }
  input.checkbox-inline[type='checkbox']:checked + label svg {
    background-color: #367c2b;
    border: 1px solid #367c2b; }
  input.checkbox-inline[type='checkbox'].indeterminate + label svg {
    background-color: #fff;
    border: 1px solid #b6b6b6;
    padding: 4px; }
  input.checkbox-inline[type='checkbox'][disabled] + label svg {
    border-color: #999; }
  input.checkbox-inline[type='checkbox'][disabled]:checked + label svg {
    background-color: #999; }
  input.checkbox-inline[type='checkbox'][disabled]:not(:checked) + label svg {
    background-color: transparent; }
  input.checkbox-inline[type='checkbox'][disabled] + label {
    color: #999;
    cursor: default; }
  input.checkbox-inline[type='checkbox'] + label.with-icon::before {
    display: none; }

/* stylelint-enable selector-no-type */
/* stylelint-disable selector-no-type */
/* stylelint-enable selector-no-type */
/* stylelint-disable selector-no-type */
input.radio-inline[type='radio'] {
  display: none; }
  input.radio-inline[type='radio'] + label {
    cursor: pointer;
    display: inline-block;
    align-items: center;
    display: flex; }
  input.radio-inline[type='radio'] + label svg {
    background: linear-gradient(135deg, #f7f7f7 0%, #fff 100%);
    border: 1px solid #b6b6b6;
    border-radius: 1.2em;
    box-sizing: border-box;
    display: inline-block;
    height: 20px;
    margin-right: 5px;
    min-width: 20px;
    padding: 2px;
    width: 20px; }
    input.radio-inline[type='radio'] + label svg circle {
      fill: transparent !important;
      /* stylelint-disable-line declaration-no-important */ }
  input.radio-inline[type='radio']:checked + label svg {
    background-position: center;
    background-size: 30px;
    border: 1px solid #b6b6b6; }
    input.radio-inline[type='radio']:checked + label svg circle {
      fill: #367c2b !important;
      /* stylelint-disable-line declaration-no-important */ }
  input.radio-inline[type='radio'][disabled] + label svg {
    border-color: #999; }
  input.radio-inline[type='radio'][disabled]:checked + label svg {
    background-position: center;
    background-size: 30px;
    border: 1px solid #b6b6b6; }
    input.radio-inline[type='radio'][disabled]:checked + label svg circle {
      fill: #999 !important;
      /* stylelint-disable-line declaration-no-important */ }
  input.radio-inline[type='radio'][disabled] + label {
    color: #999;
    cursor: default; }
  input.radio-inline[type='radio'] + label.with-icon::before {
    display: none; }

/* stylelint-enable selector-no-type */
.autosuggest {
  display: flex; }
  .autosuggest #react-select-2--value > div.Select-input > input {
    width: 0px;
    margin: 0px; }
  .autosuggest div.Select.filter-wrapper.filter-input.auto-over-flow {
    margin: 10px -12px 10px 15px; }
  .autosuggest .Select-loading-zone {
    left: -24px;
    top: -2px; }
  .autosuggest .icon-search {
    height: 18px;
    margin: auto 5px;
    width: 18px;
    position: relative;
    left: -16px; }
  .autosuggest .Select {
    width: 100%; }
  .autosuggest .facet-options {
    margin: 0px; }

.filter dl {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin: 0; }

.filter dt,
.filter dd {
  margin: 0; }

.filter dt {
  width: 75px; }

.filter dd {
  width: 125px; }

.filter dt::after {
  content: ': '; }

.filter ul {
  list-style: none;
  margin: 10px 0 0;
  padding: 0; }

.icon-search {
  height: 18px;
  margin: auto 5px;
  width: 18px;
  top: 50%; }

.filter-input {
  border: 0;
  box-sizing: border-box;
  color: #5e5e5e;
  display: block;
  height: 18px;
  padding: 0;
  width: 100%; }
  .filter-input:focus {
    outline: none; }

.filter-wrapper {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #ddd;
  display: flex;
  overflow: hidden;
  margin-top: 4px; }
.cap-it-ui-input-filter {
  /* stylelint-disable selector-no-type */
  /* styleline-enable */ }
  .cap-it-ui-input-filter input[type='search']::-webkit-search-cancel-button {
    -webkit-appearance: none;
            appearance: none; }
  .cap-it-ui-input-filter input[type='search']::-ms-clear, .cap-it-ui-input-filter input[type='search']::-ms-reveal {
    display: none; }
  .cap-it-ui-input-filter .filter-input {
    background-size: 20px 20px;
    background-position-x: right;
    background-position-y: center;
    border: 0;
    box-sizing: border-box;
    color: #999;
    display: block;
    font-family: arial;
    font-size: 12px;
    height: 16px;
    margin: 0px;
    padding: 0 0 0 0px;
    width: 100%; }
    .cap-it-ui-input-filter .filter-input:focus {
      outline: none; }
  .cap-it-ui-input-filter .icon-clear-field {
    background-color: transparent;
    background-position-y: center;
    border: none;
    cursor: pointer;
    height: 16px;
    opacity: .7;
    width: 16px;
    margin: auto 5px; }
    .cap-it-ui-input-filter .icon-clear-field:focus {
      outline: none; }
  .cap-it-ui-input-filter .filter-wrapper {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
    display: flex;
    overflow: hidden; }
    .cap-it-ui-input-filter .filter-wrapper .active {
      opacity: 1; }
    .cap-it-ui-input-filter .filter-wrapper .inactive {
      opacity: .5; }

.cap-it-ui-search-input-filter {
  /* stylelint-disable selector-no-type */
  /* styleline-enable */
  align-items: center;
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.14);
  box-sizing: border-box;
  display: flex;
  height: calc(16px + 20px);
  margin: 0px;
  padding: 10px; }
  .cap-it-ui-search-input-filter input[type='search']::-webkit-search-cancel-button {
    -webkit-appearance: none;
            appearance: none; }
  .cap-it-ui-search-input-filter input[type='search']::-ms-clear, .cap-it-ui-search-input-filter input[type='search']::-ms-reveal {
    display: none; }
  .cap-it-ui-search-input-filter .filter-label {
    display: none; }
  .cap-it-ui-search-input-filter .icon-search {
    opacity: .5;
    height: 14px; }
  .cap-it-ui-search-input-filter .icon-clear-field {
    background-color: transparent;
    border: none;
    cursor: pointer;
    height: 16px;
    opacity: .5;
    width: 30px; }
    .cap-it-ui-search-input-filter .icon-clear-field:focus {
      outline: none; }
  .cap-it-ui-search-input-filter .filter-input {
    background-size: 30px 30px;
    border: 0;
    box-sizing: border-box;
    color: #999;
    display: block;
    font-family: arial;
    font-size: 2rem;
    margin: 0;
    opacity: 0.5;
    padding: 0 0 0 35px;
    width: 100%; }
    .cap-it-ui-search-input-filter .filter-input:focus {
      opacity: 1;
      outline: none; }
  .cap-it-ui-search-input-filter .filter-wrapper {
    background: none repeat scroll 0 0 #fff;
    border: none;
    border-radius: 0;
    display: flex;
    height: 16px;
    padding: 0;
    width: 100%; }
.cap-it-ui-simple-popover {
  display: inline-block; }
  .cap-it-ui-simple-popover .simple-popover-input {
    opacity: 0;
    position: absolute; }
    .cap-it-ui-simple-popover .simple-popover-input:not(:checked) ~ .simple-popover-content-outer-wrapper {
      height: 0;
      opacity: 0;
      overflow: hidden;
      z-index: -1; }
    .cap-it-ui-simple-popover .simple-popover-input:checked ~ .simple-popover-content-outer-wrapper {
      display: block;
      height: initial;
      overflow: visible; }
    .cap-it-ui-simple-popover .simple-popover-input:checked ~ .simple-popover-close-label {
      bottom: 0;
      content: ' ';
      height: 100%;
      left: 0;
      position: fixed;
      right: 0;
      top: 0;
      width: 100%;
      z-index: 1051; }
    .cap-it-ui-simple-popover .simple-popover-input:checked ~ .simple-popover-label {
      position: relative; }
      .cap-it-ui-simple-popover .simple-popover-input:checked ~ .simple-popover-label::after {
        border-color: transparent transparent #fff transparent;
        border-style: solid;
        border-width: 0 10px 9px 10px;
        bottom: -17px;
        content: '';
        left: calc(50% - 10px);
        position: absolute;
        z-index: 1053; }
      .cap-it-ui-simple-popover .simple-popover-input:checked ~ .simple-popover-label::before {
        border-color: transparent transparent #d2d2d2 transparent;
        border-style: solid;
        border-width: 0 11px 10px 11px;
        bottom: -16px;
        content: '';
        left: calc(50% - 11px);
        position: absolute; }
  .cap-it-ui-simple-popover .simple-popover-label {
    margin: 0; }
  .cap-it-ui-simple-popover .simple-popover-close-label {
    opacity: 0;
    position: absolute;
    width: 0; }
  .cap-it-ui-simple-popover .simple-popover-content-outer-wrapper {
    position: absolute;
    z-index: 1052; }
  .cap-it-ui-simple-popover .simple-popover-content {
    background-color: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    box-shadow: 2px 4px 25px -2px rgba(0, 0, 0, 0.2);
    display: inline-block;
    padding: 10px; }

@media screen and (max-width: 767px) {
  .cap-it-ui-simple-popover .simple-popover-input:checked::after {
    position: static; }
  .cap-it-ui-simple-popover .simple-popover-input:checked ~ label.simple-popover-label {
    background-color: #367C2B;
    height: 30px;
    left: 5px;
    overflow: hidden;
    position: fixed;
    top: 5px;
    width: 30px;
    z-index: 1053; }
    .cap-it-ui-simple-popover .simple-popover-input:checked ~ label.simple-popover-label::after {
      border-color: #fff;
      border-style: solid;
      border-width: 0 0 2px 2px;
      height: 15px;
      left: 15px;
      position: fixed;
      top: 12px;
      transform: rotate(45deg);
      width: 15px; }
  .cap-it-ui-simple-popover .simple-popover-input:checked ~ .simple-popover-content-outer-wrapper {
    position: static; }
    .cap-it-ui-simple-popover .simple-popover-input:checked ~ .simple-popover-content-outer-wrapper .simple-popover-content-inner-wrapper {
      bottom: 0;
      left: 0;
      position: fixed;
      right: 0;
      top: 0; }
      .cap-it-ui-simple-popover .simple-popover-input:checked ~ .simple-popover-content-outer-wrapper .simple-popover-content-inner-wrapper .simple-popover-content {
        border: none;
        border-radius: 0;
        height: 100%;
        overflow: scroll;
        padding-top: 40px;
        width: 100%; }
        .cap-it-ui-simple-popover .simple-popover-input:checked ~ .simple-popover-content-outer-wrapper .simple-popover-content-inner-wrapper .simple-popover-content::after {
          background-color: #367c2b;
          content: ' ';
          height: 40px;
          left: 0;
          position: fixed;
          right: 0;
          top: 0;
          width: 100%; }
        .cap-it-ui-simple-popover .simple-popover-input:checked ~ .simple-popover-content-outer-wrapper .simple-popover-content-inner-wrapper .simple-popover-content > * {
          width: 100%; }
  .cap-it-ui-simple-popover .simple-popover-input:checked ~ .simple-popover-close-label {
    display: none; } }
.body-font > .cap-it-ui-input-filter > .filter-wrapper .filter-input {
  height: 35px;
  font-size: large;
  margin: 7px;
  padding: 0;
}
.body-font > .cap-it-ui-input-filter > .filter-wrapper .icon-search {
  height: 22px;
  width: 22px;
}
.popover {
  max-width: none!important;
}
#popover-trigger-click-root-close {
  min-width: 400px;
  max-width: none;
}
#popover-trigger-click-root-close .popover-content .row:after {
  margin-bottom: 4px;
}
#popover-trigger-click-root-close .popover-content .row h2 {
  margin: 0;
  font-family: arial;
  font-size: large;
  font-weight: bold;
}
#popover-trigger-click-root-close .popover-content .row .field-label {
  color: #aaaaaa;
}
#popover-trigger-click-root-close .popover-content .row .jd_field-label {
  color: #367C2B;
  font-weight: bold;
}
#popover-trigger-click-root-close .popover-content .row .field-value {
  color: #333333;
  font-weight: bold;
  font-family: arial;
  overflow-wrap: break-word;
}
#popover-trigger-click-root-close .popover-content .row .border-top {
  border-top: 2px solid gray;
  margin-top: 2px;
}
.btn-link {
  padding: 0px 18px;
}
.locationNavDropDown .dropdown-menu {
  height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.pure-table {
  width: 100%;
}
.pure-table .loading-overlay {
  background-color: rgba(255, 255, 255, 0.5);
}
.pure-table .loading-overlay .loading-animation {
  border: none;
  border-radius: 0;
  margin: auto;
  overflow: hidden;
}
.loading-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
}
.loading-overlay .loading-animation {
  background: url(/app/image/loading-animation.713c87.gif) no-repeat center center;
  border: none;
  border-radius: 0;
  height: 40px;
  width: 80px;
  top: 50%;
  margin: auto;
  margin-top: -20px;
  position: relative;
  overflow: hidden;
}
.generic-loader {
  background: url(/app/image/loading-animation.713c87.gif) no-repeat center center;
  height: 13px;
  width: 75px;
}
.machineTitle {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.serialLink {
  font-weight: initial;
  font-size: inherit;
  padding-left: 4px;
  padding-bottom: 2px;
  cursor: pointer;
  color: #367C2B;
}
.noMachine {
  font-weight: initial;
  font-size: inherit;
  padding: 0;
  padding-left: 4px;
}
.dot-blue {
  float: left;
  display: inline-block;
  margin: 5px 0 0 10px;
  border-radius: 50%;
  background: #298cc2;
  height: 10px;
  width: 10px;
}
.dot-yellow {
  float: left;
  display: inline-block;
  margin: 5px 0 0 10px;
  border-radius: 50%;
  background: #FFDE00;
  height: 10px;
  width: 10px;
}
.dot-red {
  float: left;
  display: inline-block;
  margin: 5px 0 0 10px;
  border-radius: 50%;
  background: #C50005;
  height: 10px;
  width: 10px;
}
.dot-none {
  float: left;
  display: inline-block;
  margin: 5px 0 0 10px;
  border-radius: 50%;
  background: none;
  height: 10px;
  width: 10px;
}
.margin-no-wrap {
  margin-left: -40px;
  white-space: nowrap;
}
.no-wrap {
  white-space: nowrap;
}
.copy {
  fill: #CCCCCC;
}
.copyMachinePin:hover .copy {
  fill: #333;
}
.copyMachinePin:focus .copy {
  fill: #333;
}
.copyMachinePinToolTip {
  display: none;
  background-color: rgba(0, 0, 0, 0.4);
  width: 70px;
  text-align: center;
  border-radius: 6px;
  position: absolute;
  padding: 0px 5px;
  z-index: 1;
  margin-left: 4px;
}
.copyMachinePin:hover .copyMachinePinToolTip {
  display: inline;
  color: white;
}
.machProToolTip {
  display: none;
  background-color: rgba(0, 0, 0, 0.4);
  width: 70px;
  text-align: center;
  border-radius: 6px;
  position: absolute;
  padding: 0px 5px;
  z-index: 1;
  margin-left: 4px;
}
.goToMachinePro:hover .machProToolTip {
  display: inline;
  color: white;
}
.generic-loader-machine-location {
  display: inline-block;
  background: url(/app/image/loading-animation.713c87.gif) no-repeat center center;
  height: 10px;
  width: 75px;
}
.machine-root-counters {
  display: flex;
  flex-direction: row;
  float: right;
  justify-content: flex-end;
}
.counter-container .c-machine-container {
  display: inline;
}
.counter-container .c-number {
  color: #555 !important;
  margin: 0 0 0 4px;
}
.counter-container .c-number:after {
  content: ' ';
}
.counter-container .c-label {
  color: #aaa;
}
.counter-container .machine-hours-info-container {
  text-align: right;
  width: 100%;
}
.counter-container .machine-hours-info-container .machineHours {
  color: #367C2B !important;
  margin: 0 0 0 4px;
}
.counter-container .machine-hours-info-container .machineHours:after {
  content: ' ';
}
.counter-container .machine-hours-info-container .machineHoursLabel {
  color: #367C2B !important;
}
.counter-container .machine-hours-info-container:hover {
  text-decoration: underline;
}
.machine-hour-details-popover .popover-content p {
  margin: 0;
}
.counters {
  display: flex;
  flex-direction: row;
  float: right;
  margin-right: 0px;
}
.counter-item {
  margin: 0px 10px;
  text-align: right;
  width: 130px auto;
}
.machineHoursItem {
  min-width: 110px;
  padding: 0px;
}
.dashboard-data-result .infinite-loader {
  padding: 10px 0 10px 0;
  visibility: hidden;
  display: none;
}
.dashboard-data-result .infinite-loader.visible {
  display: flex;
  visibility: visible;
}
.dashboard-data-result .infinite-loader > * {
  display: block;
  margin: 0 auto;
}
.dashboard-data-result .total-results {
  padding-top: 16px;
  padding-bottom: 16px;
  margin-bottom: 8px;
}
.dashboard-data-result .total-results .generic-loader {
  background: url(/app/image/loading-animation-green.911a1a.gif) no-repeat center center;
  height: 49px;
  width: 200px;
}
.dashboard-data-result .dashboard-result-message {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px;
  color: #848484;
}
.dashboard-data-result .dashboard-result-message i.fa {
  color: inherit;
  margin-right: 6px;
}
.dashboard-data-result hr {
  border-color: #ddd;
  margin: 0px;
}
.dashboard-data-result .accordion {
  margin: 2px;
}
.dashboard-data-result .panel {
  box-shadow: none;
  margin-bottom: 0px;
}
.total-results {
  border: 1px #ddd solid;
  padding: 5px;
  background-color: white;
  border-top-style: none;
}
#dashboardDataTabs {
  display: flex;
}
#dashboardDataTabs .nav-item {
  font-size: 20px;
  margin-right: 7px;
}
#dashboardDataTabs .nav-sub-item {
  border-radius: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
#dashboardDataTabs .nav-sub-item span {
  pointer-events: none;
}
#dashboardDataTabs .nav-sub-item.active {
  box-shadow: 0 -2px 0 0 #367c2b;
  border-top-style: none;
  margin-top: 2px;
}
#dashboardDataTabs .nav-sub-item.inactive {
  box-shadow: 0 0 0 1px #e5e5e5;
  background-color: white;
  padding-top: 12px;
  border-style: none;
  margin-left: 1px;
  margin-right: 1px;
}
#dashboardDataTabs .inactive :hover,
#dashboardDataTabs :focus {
  box-shadow: 0 -2px 0 0 grey, 0 0 0 1px #e5e5e5;
  margin-top: 2px;
  border-style: none;
  padding-top: 10px;
}
.export-button {
  color: #367c2b;
  border-color: #367c2b;
  border-style: solid;
  background-color: white;
  border-width: 1px;
  margin-top: 2px;
  font-size: 14px;
  margin-right: 8px;
  font-weight: bold;
}
.export-button-report {
  color: #367c2b;
  border-color: #367c2b;
  border-style: solid;
  background-color: white;
  border-width: 1px;
  margin-top: 2px;
  font-size: 14px;
  font-weight: bold;
}
.export-image {
  padding: 5px;
  vertical-align: top;
}
.export-button-container {
  position: relative;
}
.export-button-options {
  width: 40%;
  right: 17px !important;
}
.dashboard-v2-sort-by {
  font-size: 16px;
  padding: 4px 0px 4px 0px;
  margin-left: 0px;
}
.dashboard-v2-sort-by .sort-by-drop-down {
  margin-left: 8px;
  height: 28px;
  border: 1px solid #dddddd;
}
.dashboard-refresh {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: column;
  z-index: -900;
}
.dashboard-refresh .refresh-checkbox {
  margin-right: 2px;
}
.dashboard-refresh .refresh-button {
  padding: 4px 10px;
  font-size: 14px;
}
.dashboard-refresh .refresh-timestamp {
  position: relative;
}
.dashboard-refresh .refresh-controls {
  vertical-align: middle;
  font-size: 14px;
}
.export-modal-display-filter {
  width: 100%;
}
.export-modal-display-filter h5 {
  margin-left: -15px;
}
.export-modal-display-filter .filter-count {
  font-weight: 700;
}
.export-modal-display-filter .filter-name {
  color: green;
  font-weight: 700;
}
.export-modal-display-filter .filter-items {
  padding-left: 5px;
}
.modal-body h4 {
  font-weight: 700;
}
.modal-body .display-filters {
  overflow-y: auto;
  height: 300px;
}
.cap-it-ui-off-canvas-container .off-canvas-container-input {
  display: none; }
  .cap-it-ui-off-canvas-container .off-canvas-container-input:checked ~ .off-canvas-container-content {
    bottom: 0;
    display: block;
    height: 100%;
    position: fixed;
    top: 0;
    transition: transform .3s;
    z-index: 1051; }
    .cap-it-ui-off-canvas-container .off-canvas-container-input:checked ~ .off-canvas-container-content.left {
      left: 0; }
    .cap-it-ui-off-canvas-container .off-canvas-container-input:checked ~ .off-canvas-container-content.right {
      right: 0; }
    .cap-it-ui-off-canvas-container .off-canvas-container-input:checked ~ .off-canvas-container-content > * {
      height: 100%;
      overflow-x: hidden;
      overflow-y: scroll; }
  .cap-it-ui-off-canvas-container .off-canvas-container-input:checked ~ .off-canvas-container-label::after {
    background-color: #000;
    bottom: 0;
    content: '';
    left: 0;
    margin: 0;
    opacity: .65;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1051; }
  .cap-it-ui-off-canvas-container .off-canvas-container-input:not(:checked) ~ .off-canvas-container-content {
    display: block;
    position: fixed; }
    .cap-it-ui-off-canvas-container .off-canvas-container-input:not(:checked) ~ .off-canvas-container-content.left {
      left: -100%; }
    .cap-it-ui-off-canvas-container .off-canvas-container-input:not(:checked) ~ .off-canvas-container-content.right {
      right: 100%; }
.Select-menu-outer,
.Select-menu,
.Select-option {
  border: none;
}
/**
 * React Select
 * ============
 * Created by Jed Watson and Joss Mackison for KeystoneJS, http://www.keystonejs.com/
 * https://twitter.com/jedwatson https://twitter.com/jossmackison https://twitter.com/keystonejs
 * MIT License: https://github.com/JedWatson/react-select
*/
.Select {
  position: relative;
}
.Select input::-webkit-contacts-auto-fill-button,
.Select input::-webkit-credentials-auto-fill-button {
  display: none !important;
}
.Select input::-ms-clear {
  display: none !important;
}
.Select input::-ms-reveal {
  display: none !important;
}
.Select,
.Select div,
.Select input,
.Select span {
  box-sizing: border-box;
}
.Select.is-disabled .Select-arrow-zone {
  cursor: default;
  pointer-events: none;
  opacity: 0.35;
}
.Select.is-disabled > .Select-control {
  background-color: #f9f9f9;
}
.Select.is-disabled > .Select-control:hover {
  box-shadow: none;
}
.Select.is-open > .Select-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #fff;
  border-color: #b3b3b3 #ccc #d9d9d9;
}
.Select.is-open > .Select-control .Select-arrow {
  top: -2px;
  border-color: transparent transparent #999;
  border-width: 0 5px 5px;
}
.Select.is-searchable.is-open > .Select-control {
  cursor: text;
}
.Select.is-searchable.is-focused:not(.is-open) > .Select-control {
  cursor: text;
}
.Select.is-focused > .Select-control {
  background: #fff;
}
.Select.is-focused:not(.is-open) > .Select-control {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
  background: #fff;
}
.Select.has-value.is-clearable.Select--single > .Select-control .Select-value {
  padding-right: 42px;
}
.Select.has-value.Select--single > .Select-control .Select-value .Select-value-label,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label {
  color: #333;
}
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label {
  cursor: pointer;
  text-decoration: none;
}
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  color: #007eff;
  outline: none;
  text-decoration: underline;
}
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  background: #fff;
}
.Select.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}
.Select.is-open .Select-arrow,
.Select .Select-arrow-zone:hover > .Select-arrow {
  border-top-color: #666;
}
.Select.Select--rtl {
  direction: rtl;
  text-align: right;
}
.Select-control {
  background-color: #fff;
  border-color: #d9d9d9 #ccc #b3b3b3;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #333;
  cursor: default;
  display: table;
  border-spacing: 0;
  border-collapse: separate;
  height: 36px;
  outline: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.Select-control:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.Select-control .Select-input:focus {
  outline: none;
  background: #fff;
}
.Select-placeholder,
.Select--single > .Select-control .Select-value {
  bottom: 0;
  color: #aaa;
  left: 0;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Select-input {
  height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.Select-input > input {
  width: 100%;
  background: none transparent;
  border: 0 none;
  box-shadow: none;
  cursor: default;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  outline: none;
  line-height: 17px;
  /* For IE 8 compatibility */
  padding: 8px 0 12px;
  /* For IE 8 compatibility */
  -webkit-appearance: none;
}
.is-focused .Select-input > input {
  cursor: text;
}
.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}
.Select-control:not(.is-searchable) > .Select-input {
  outline: none;
}
.Select-loading-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
.Select-loading {
  animation: Select-animation-spin 400ms infinite linear;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-right-color: #333;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.Select-clear-zone {
  animation: Select-animation-fadeIn 200ms;
  color: #999;
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 17px;
}
.Select-clear-zone:hover {
  color: #D0021B;
}
.Select-clear {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
}
.Select--multi .Select-clear-zone {
  width: 17px;
}
.Select-arrow-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  padding-right: 5px;
}
.Select--rtl .Select-arrow-zone {
  padding-right: 0;
  padding-left: 5px;
}
.Select-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  display: inline-block;
  height: 0;
  width: 0;
  position: relative;
}
.Select-control > *:last-child {
  padding-right: 5px;
}
.Select--multi .Select-multi-value-wrapper {
  display: inline-block;
}
.Select .Select-aria-only {
  position: absolute;
  display: inline-block;
  height: 1px;
  width: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  float: left;
}
@keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.Select-menu-outer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-color: #e6e6e6;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
}
.Select-menu {
  max-height: 198px;
  overflow-y: auto;
}
.Select-option {
  box-sizing: border-box;
  background-color: #fff;
  color: #666666;
  cursor: pointer;
  display: block;
  padding: 8px 10px;
}
.Select-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.Select-option.is-selected {
  background-color: #f5faff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.04);
  color: #333;
}
.Select-option.is-focused {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  color: #333;
}
.Select-option.is-disabled {
  color: #cccccc;
  cursor: default;
}
.Select-noresults {
  box-sizing: border-box;
  color: #999999;
  cursor: default;
  display: block;
  padding: 8px 10px;
}
.Select--multi .Select-input {
  vertical-align: middle;
  margin-left: 10px;
  padding: 0;
}
.Select--multi.Select--rtl .Select-input {
  margin-left: 0;
  margin-right: 10px;
}
.Select--multi.has-value .Select-input {
  margin-left: 5px;
}
.Select--multi .Select-value {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  border-radius: 2px;
  border: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border: 1px solid rgba(0, 126, 255, 0.24);
  color: #007eff;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.4;
  margin-left: 5px;
  margin-top: 5px;
  vertical-align: top;
}
.Select--multi .Select-value-icon,
.Select--multi .Select-value-label {
  display: inline-block;
  vertical-align: middle;
}
.Select--multi .Select-value-label {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  cursor: default;
  padding: 2px 5px;
}
.Select--multi a.Select-value-label {
  color: #007eff;
  cursor: pointer;
  text-decoration: none;
}
.Select--multi a.Select-value-label:hover {
  text-decoration: underline;
}
.Select--multi .Select-value-icon {
  cursor: pointer;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-right: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border-right: 1px solid rgba(0, 126, 255, 0.24);
  padding: 1px 5px 3px;
}
.Select--multi .Select-value-icon:hover,
.Select--multi .Select-value-icon:focus {
  background-color: #d8eafd;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 113, 230, 0.08);
  color: #0071e6;
}
.Select--multi .Select-value-icon:active {
  background-color: #c2e0ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.24);
}
.Select--multi.Select--rtl .Select-value {
  margin-left: 0;
  margin-right: 5px;
}
.Select--multi.Select--rtl .Select-value-icon {
  border-right: none;
  border-left: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border-left: 1px solid rgba(0, 126, 255, 0.24);
}
.Select--multi.is-disabled .Select-value {
  background-color: #fcfcfc;
  border: 1px solid #e3e3e3;
  color: #333;
}
.Select--multi.is-disabled .Select-value-icon {
  cursor: not-allowed;
  border-right: 1px solid #e3e3e3;
}
.Select--multi.is-disabled .Select-value-icon:hover,
.Select--multi.is-disabled .Select-value-icon:focus,
.Select--multi.is-disabled .Select-value-icon:active {
  background-color: #fcfcfc;
}
@keyframes Select-animation-spin {
  to {
    transform: rotate(1turn);
  }
}
.is-open,
.is-searchable > .Select-control {
  overflow: hidden;
}
.Select-placeholder,
.Select-input,
.Select-control {
  border: none;
  border-color: transparent;
  overflow: hidden;
  height: 20px;
  width: 100%;
}
.Select-placeholder:hover,
.Select-input:hover,
.Select-control:hover {
  box-shadow: none;
}
.Select-placeholder .Select-input,
.Select-input .Select-input,
.Select-control .Select-input {
  overflow: hidden;
  box-sizing: border-box;
}
.Select-placeholder > input,
.Select-input > input,
.Select-control > input {
  margin-left: 15px;
  height: 10px;
  border: none;
  color: #999;
  font-family: arial;
  font-size: 1.4rem;
  width: 36px;
}
.Select-placeholder.Select-multi-value-wrapper,
.Select-input.Select-multi-value-wrapper,
.Select-control.Select-multi-value-wrapper {
  border: none;
  border-color: transparent;
  overflow: hidden;
}
.is-focused:not(.is-open) > .Select-control {
  border: none;
  box-shadow: none;
}
.Select--multi {
  height: 28px;
  width: 88%;
  overflow: hidden;
}
.Select--multi .Select-value {
  display: none;
  border: none;
  overflow: hidden;
}
.Select-clear-zone,
.Select-arrow-zone {
  display: none;
}
.auto-over-flow {
  overflow: visible;
}
@font-face {
  font-family: "JDSans";
  src: url(/app/font/JohnDeereSans.Medium.274272.eot);
  src: url(/app/font/JohnDeereSans.Medium.274272.eot?#iefix) format("embedded-opentype"), url(/app/font/JohnDeereSans.Medium.8bb545.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
/*
@font-face {
  font-family: "JDSans";
  src: url('./../../../asset/font/JDSansLt.eot?#iefix') format("truetype"),
  url('./../../../asset/font/JDSansLt.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "JDSans";
  src: url('./../../../asset/font/JDSansBd.eot?#iefix') format("truetype"),
  url('./../../../asset/font/JDSansBd.ttf') format("truetype");
  font-weight: bold;
  font-style: normal;
}
*/
@font-face {
  font-family: 'ui-grid';
  src: url(/app/font/ui-grid.a23a5f.eot);
  src: url(/app/font/ui-grid.a23a5f.eot#iefix) format('embedded-opentype'), url(/app/font/ui-grid.4d3d4e.woff) format('woff'), url(/app/font/ui-grid.c2c531.ttf) format('truetype'), url(/app/image/ui-grid.318ebe.svg?#ui-grid) format('svg');
  font-weight: normal;
  font-style: normal;
}
.XXL-WIDTH {
  width: 300px;
  max-width: 300px;
  min-width: 300px;
}
.XL-WIDTH {
  width: 150px;
  max-width: 150px;
  min-width: 150px;
}
.L-WIDTH {
  width: 100px;
  max-width: 100px;
  min-width: 100px;
}
.M-WIDTH {
  width: 75px;
  max-width: 75px;
  min-width: 75px;
}
.S-WIDTH {
  width: 60px;
  max-width: 60px;
  min-width: 60px;
}
.XS-WIDTH {
  width: 50px;
  max-width: 50px;
  min-width: 50px;
}
.hidden {
  display: none;
}
.clear-right,
.layout-right {
  padding-right: 0px !important;
  margin-right: 0px !important;
}
.clear-right-margin,
.layout-right-margin {
  margin-right: 0px !important;
}
.clear-bottom,
.layout-bottom {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}
.clear-panel,
.clear-bottom-margin,
.layout-bottom-margin {
  margin-bottom: 0px !important;
}
.right-align {
  float: right;
}
.left-align {
  float: left;
}
.row-reset,
.clear {
  clear: both;
}
.layout-inline {
  display: table;
  width: 100%;
}
.layout-inline.panel-spacing {
  padding-bottom: 20px;
}
.layout-inline.panel-spacing .layout-inline-item {
  padding-left: 20px;
}
.layout-inline.panel-spacing .layout-inline-item:first-child {
  padding-left: 0px;
}
.layout-inline.bottom-align * {
  vertical-align: baseline;
}
.layout-inline-item {
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
}
.layout-inline-item:first-child {
  padding-left: 0px;
}
.layout-inline-item .input-box {
  margin-bottom: 0px;
}
.layout-inline-item.fill {
  width: 100%;
}
.layout-inline-item.top-align {
  vertical-align: top;
}
.layout-center {
  margin: 0 auto !important;
  float: none !important;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.margin-top {
  margin-top: 15px;
}
.QuickView {
  background-color: white;
}
.QuickView .QuickView-table {
  display: table;
  width: 100%;
}
.QuickView .QuickView-table .QuickView-tr {
  display: table-row;
}
.QuickView .QuickView-table .QuickView-tr .QuickView-td {
  display: table-cell;
  border: 1px solid transparent;
  vertical-align: top;
}
.QuickView .QuickView-table .QuickView-tr .QuickView-td-first {
  width: 1%;
  padding: 14px 4px 14px 8px;
  text-align: right;
  font-size: 16px;
  line-height: 16px;
  border-right-width: 0;
}
.QuickView .QuickView-table .QuickView-tr .QuickView-td-second {
  padding: 14px 10px 14px 0;
  border-left-width: 0;
}
.QuickView .QuickView-table .QuickView-tr .QuickView-td-second div.QuickView-a-container {
  position: relative;
  padding-top: 2px;
  padding-right: 20px;
  font-size: 12px;
  line-height: 12px;
}
.QuickView .QuickView-table .QuickView-tr .QuickView-td-second div.QuickView-a-container .QuickView-checked-icon {
  position: absolute;
  right: 3px;
  top: -1px;
  width: 17px;
  height: 14px;
}
.QuickView .QuickView-table .QuickView-tr .QuickView-td-second div.QuickView-a-container .QuickView-checked-icon svg {
  display: block;
}
.QuickView .QuickView-table .QuickView-tr .QuickView-td-second .QuickView-table {
  display: none;
}
.QuickView .QuickView-table .QuickView-tr.active {
  background-color: #fafafa;
}
.QuickView .QuickView-table .QuickView-tr.active .QuickView-td-first {
  border-top-color: #e4e4e4;
  border-bottom-color: #e4e4e4;
  border-left-color: #e4e4e4;
  font-weight: 700;
}
.QuickView .QuickView-table .QuickView-tr.active .QuickView-td-second {
  border-top-color: #e4e4e4;
  border-bottom-color: #e4e4e4;
  border-right-color: #e4e4e4;
}
.QuickView .QuickView-table .QuickView-tr.active .QuickView-td-second div.QuickView-a-container {
  padding-bottom: 11px;
  font-weight: bold;
}
.QuickView .QuickView-table .QuickView-tr.active .QuickView-td-second .QuickView-table {
  display: table;
}
.QuickView .QuickView-table .QuickView-table .QuickView-tr {
  background-color: transparent;
}
.QuickView .QuickView-table .QuickView-table .QuickView-tr .QuickView-td {
  border: none;
}
.QuickView .QuickView-table .QuickView-table .QuickView-tr .QuickView-td-first {
  padding: 0 7px 5px 0;
  font-weight: 200;
}
.QuickView .QuickView-table .QuickView-table .QuickView-tr .QuickView-td-second {
  padding: 0 0 0 0;
}
.QuickView .QuickView-table .QuickView-table .QuickView-tr .QuickView-td-second div.QuickView-a-container {
  padding-bottom: 14px;
  font-weight: normal;
}
.QuickView .QuickView-root-count {
  min-width: 25px;
  display: block;
}
.QuickView .QuickView-sub-count-left {
  min-width: 18px;
  display: block;
}
.QuickView .QuickView-sub-count-inline {
  display: none;
}
@media (min-width: 992px) and (max-width: 1230px) {
  .QuickView .QuickView-sub-count-left {
    display: none !important;
  }
  .QuickView .QuickView-sub-count-inline {
    display: inline !important;
  }
  .QuickView .QuickView-table.QuickView-table-level-2 .QuickView-tr .QuickView-td-first {
    padding: 0 0 5px 0 !important;
    width: 10px;
  }
  .QuickView .QuickView-table.QuickView-table-level-1 > .QuickView-tr > .QuickView-td-first {
    padding: 0 0 5px 0 !important;
    width: 0px !important;
  }
}
#inventory-dashboard .caution-icon {
  margin: 0 6px;
  top: auto;
}
.quick-view-v2.panel {
  border: none;
}
.quick-view-v2 > li {
  border: 1px solid white;
}
.quick-view-v2 li.loading-animation {
  height: 50px;
  border: 1px solid lightgray;
}
.quick-view-v2 li.active {
  cursor: default;
  background-color: #fafafa;
  border: 1px solid #e9e9e9;
}
.quick-view-v2 li.active .menu-item {
  font-weight: 700;
  border-top: none;
}
.quick-view-v2 li.active .sub-menu-item {
  font-weight: 200;
}
.quick-view-v2 li.active .sub-menu-item.active {
  font-weight: 700;
  background: none;
  border-bottom: none;
}
.quick-view-v2 li:first-of-type .activities-menu-container .menu-item {
  border-top: none;
}
.quick-view-v2 li.activities-menu-container:first-of-type .menu-item {
  border-top: none;
}
.quick-view-v2 .activities-menu-container {
  cursor: pointer;
}
.quick-view-v2 .activities-menu-container .menu-item {
  padding: 10px 0;
}
.quick-view-v2 .activities-menu-container .menu-item,
.quick-view-v2 .activities-menu-container .sub-menu-item {
  margin-left: 8px;
  display: flex;
}
.quick-view-v2 .activities-menu-container .menu-item .menu-label,
.quick-view-v2 .activities-menu-container .sub-menu-item .menu-label {
  width: 30px;
  margin-right: 10px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #333333;
  text-align: right;
}
.quick-view-v2 .activities-menu-container .menu-item .menu-label-container,
.quick-view-v2 .activities-menu-container .sub-menu-item .menu-label-container {
  width: 100%;
  cursor: pointer;
  margin-top: 3px;
}
.quick-view-v2 .activities-menu-container .menu-item .menu-label-container .checked-icon-container,
.quick-view-v2 .activities-menu-container .sub-menu-item .menu-label-container .checked-icon-container {
  min-width: 30px;
  height: 20px;
}
.quick-view-v2 .activities-menu-container .menu-item .main-delete-icon,
.quick-view-v2 .activities-menu-container .sub-menu-item .main-delete-icon {
  display: none;
  float: right;
  margin-right: 10px;
}
.quick-view-v2 .activities-menu-container .menu-item .sub-delete-icon,
.quick-view-v2 .activities-menu-container .sub-menu-item .sub-delete-icon {
  display: none;
  float: right;
  margin-right: 10px;
}
.quick-view-v2 .activities-menu-container .menu-item .menu-header:hover .main-delete-icon,
.quick-view-v2 .activities-menu-container .sub-menu-item .menu-header:hover .main-delete-icon {
  display: block;
}
.quick-view-v2 .activities-menu-container .menu-item .sub-menu-label-container,
.quick-view-v2 .activities-menu-container .sub-menu-item .sub-menu-label-container {
  width: 100%;
  cursor: pointer;
  margin-top: 3px;
}
.quick-view-v2 .activities-menu-container .menu-item .sub-menu-label-container .checked-icon-container,
.quick-view-v2 .activities-menu-container .sub-menu-item .sub-menu-label-container .checked-icon-container {
  min-width: 30px;
  height: 20px;
}
.quick-view-v2 .activities-menu-container .menu-item .sub-menu-label-container:hover .sub-delete-icon,
.quick-view-v2 .activities-menu-container .sub-menu-item .sub-menu-label-container:hover .sub-delete-icon {
  display: block;
}
.quick-view-v2 .activities-menu-container .sub-menu-item {
  padding: 2px 0;
  margin: 0;
  display: flex;
  width: 100%;
}
.quick-view-v2 .activities-menu-container .sub-menu .sub-menu-item:first-child {
  border-top: none;
}
.quick-view-v2 li.active + li .activities-menu-container > .menu-item {
  border-top: none;
}
.quick-view-v2 .activities-menu-container:first-child li .menu-item {
  border: none;
}
.quick-view-v2 .active .check-filled-green {
  display: inline-block;
}
.quick-view-v2 .active .sub-menu {
  display: block;
}
.quick-view-v2 .active .sub-menu .sub-menu-item .error-warning-indication,
.quick-view-v2 .active .sub-menu .sub-menu-item .error-alert-indication {
  display: inline-block;
}
.quick-view-v2 .active .error-warning-indication,
.quick-view-v2 .active .error-alert-indication {
  display: none;
}
.quick-view-v2 .check-filled-green,
.quick-view-v2 .sub-menu {
  display: none;
}
.error-alert-indication {
  margin: 5px;
  border-radius: 50%;
  background: #C50005;
  height: 10px;
  width: 10px;
}
.error-warning-indication {
  margin: 5px;
  border-radius: 50%;
  background: #EFD800;
  height: 10px;
  width: 10px;
}

/*# sourceMappingURL=app.3e2d1c.css.map*/