/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
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,
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: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 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;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !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^="javascript:"]:after,
  a[href^="#"]: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;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Ford Antenna', sans-serif;
  font-size: 12px;
  line-height: 1.42857143;
  color: #1e1e1e;
  background-color: rgba(255, 255, 255, 0.85);
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #1e1e1e;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #e8e8e8;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: rgba(255, 255, 255, 0.85);
  border: 1px solid #1e1e1e;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 17px;
  margin-bottom: 17px;
  border: 0;
  border-top: 1px solid #1e1e1e;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #1e1e1e;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 17px;
  margin-bottom: 8.5px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 31px;
}
h2,
.h2 {
  font-size: 25px;
}
h3,
.h3 {
  font-size: 21px;
}
h4,
.h4 {
  font-size: 15px;
}
h5,
.h5 {
  font-size: 12px;
}
h6,
.h6 {
  font-size: 11px;
}
p {
  margin: 0 0 8.5px;
}
.lead {
  margin-bottom: 17px;
  font-size: 13px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 2px) {
  .lead {
    font-size: 18px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #8c8c8c;
}
.text-primary {
  color: #fff;
}
a.text-primary:hover {
  color: #e6e6e6;
}
.text-success {
  color: #1e1e1e;
}
a.text-success:hover {
  color: #040404;
}
.text-info {
  color: #1e1e1e;
}
a.text-info:hover {
  color: #040404;
}
.text-warning {
  color: #1e1e1e;
}
a.text-warning:hover {
  color: #040404;
}
.text-danger {
  color: #1e1e1e;
}
a.text-danger:hover {
  color: #040404;
}
.bg-primary {
  color: #fff;
  background-color: #fff;
}
a.bg-primary:hover {
  background-color: #e6e6e6;
}
.bg-success {
  background-color: #fff;
}
a.bg-success:hover {
  background-color: #e6e6e6;
}
.bg-info {
  background-color: #fff;
}
a.bg-info:hover {
  background-color: #e6e6e6;
}
.bg-warning {
  background-color: #fff;
}
a.bg-warning:hover {
  background-color: #e6e6e6;
}
.bg-danger {
  background-color: #fff;
}
a.bg-danger:hover {
  background-color: #e6e6e6;
}
.page-header {
  padding-bottom: 7.5px;
  margin: 34px 0 17px;
  border-bottom: 1px solid #1e1e1e;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 8.5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 17px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 2px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #1e1e1e;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 8.5px 17px;
  margin: 0 0 17px;
  font-size: 15px;
  border-left: 5px solid #1e1e1e;
}
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: #1e1e1e;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #1e1e1e;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 17px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: 'Ford Antenna', sans-serif;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #1e1e1e;
  background-color: #fff;
  white-space: nowrap;
  border-radius: 0px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #1e1e1e;
  background-color: #fff;
  border-radius: 0px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  display: block;
  padding: 8px;
  margin: 0 0 8.5px;
  font-size: 11px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #1e1e1e;
  background-color: #fff;
  border: 1px solid #1e1e1e;
  border-radius: 0px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 2px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 3px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 4px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.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: 0%;
}
.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: 2px) {
  .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: 0%;
  }
  .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: 0%;
  }
  .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: 3px) {
  .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: 0%;
  }
  .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: 0%;
  }
  .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: 4px) {
  .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: 0%;
  }
  .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: 0%;
  }
  .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 {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 17px;
}
.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 #1e1e1e;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #1e1e1e;
}
.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 #1e1e1e;
}
.table .table {
  background-color: rgba(255, 255, 255, 0.85);
}
.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 #1e1e1e;
}
.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 #1e1e1e;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #e8e8e8;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: transparent;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #525252;
}
.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.active:hover > th {
  background-color: #454545;
}
.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: #fff;
}
.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.success:hover > th {
  background-color: #f2f2f2;
}
.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: #fff;
}
.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.info:hover > th {
  background-color: #f2f2f2;
}
.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: #fff;
}
.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.warning:hover > th {
  background-color: #f2f2f2;
}
.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: #fff;
}
.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.danger:hover > th {
  background-color: #f2f2f2;
}
@media (max-width: 1px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 12.75px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #1e1e1e;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 17px;
  font-size: 18px;
  line-height: inherit;
  color: #1e1e1e;
  border: 0;
  border-bottom: 1px solid #1e1e1e;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #1e1e1e;
}
.form-control {
  display: block;
  width: 100%;
  height: 31px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #1e1e1e;
  background-color: #fff;
  background-image: none;
  border: 1px solid #1e1e1e;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #1e1e1e;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(30, 30, 30, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(30, 30, 30, 0.6);
}
.form-control::-moz-placeholder {
  color: #1e1e1e;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #1e1e1e;
}
.form-control::-webkit-input-placeholder {
  color: #1e1e1e;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #e8e8e8;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 31px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 17px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 28px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-sm {
  height: 28px;
  line-height: 28px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 42px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.33;
  border-radius: 0px;
}
select.input-lg {
  height: 42px;
  line-height: 42px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 38.75px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 22px;
  right: 0;
  display: block;
  width: 31px;
  height: 31px;
  line-height: 31px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #1e1e1e;
}
.has-success .form-control {
  border-color: #1e1e1e;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #040404;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #515151;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #515151;
}
.has-success .input-group-addon {
  color: #1e1e1e;
  border-color: #1e1e1e;
  background-color: #fff;
}
.has-success .form-control-feedback {
  color: #1e1e1e;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #1e1e1e;
}
.has-warning .form-control {
  border-color: #1e1e1e;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #040404;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #515151;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #515151;
}
.has-warning .input-group-addon {
  color: #1e1e1e;
  border-color: #1e1e1e;
  background-color: #fff;
}
.has-warning .form-control-feedback {
  color: #1e1e1e;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #1e1e1e;
}
.has-error .form-control {
  border-color: #1e1e1e;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #040404;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #515151;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #515151;
}
.has-error .input-group-addon {
  color: #1e1e1e;
  border-color: #1e1e1e;
  background-color: #fff;
}
.has-error .form-control-feedback {
  color: #1e1e1e;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #5e5e5e;
}
@media (min-width: 2px) {
  .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 .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;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 24px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 2px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #c4c4c4;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #c4c4c4;
  background-color: #525252;
  border-color: #1e1e1e;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #c4c4c4;
  background-color: #3e3e3e;
  border-color: #000000;
}
.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: #525252;
  border-color: #1e1e1e;
}
.btn-default .badge {
  color: #525252;
  background-color: #c4c4c4;
}
.btn-primary {
  color: #1e1e1e;
  background-color: #fff;
  border-color: #1e1e1e;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #1e1e1e;
  background-color: #ebebeb;
  border-color: #000000;
}
.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: #fff;
  border-color: #1e1e1e;
}
.btn-primary .badge {
  color: #fff;
  background-color: #1e1e1e;
}
.btn-success {
  color: #1e1e1e;
  background-color: #fff;
  border-color: #1e1e1e;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #1e1e1e;
  background-color: #ebebeb;
  border-color: #000000;
}
.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: #fff;
  border-color: #1e1e1e;
}
.btn-success .badge {
  color: #fff;
  background-color: #1e1e1e;
}
.btn-info {
  color: #1e1e1e;
  background-color: #fff;
  border-color: #1e1e1e;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #1e1e1e;
  background-color: #ebebeb;
  border-color: #000000;
}
.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: #fff;
  border-color: #1e1e1e;
}
.btn-info .badge {
  color: #fff;
  background-color: #1e1e1e;
}
.btn-warning {
  color: #1e1e1e;
  background-color: #fff;
  border-color: #1e1e1e;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #1e1e1e;
  background-color: #ebebeb;
  border-color: #000000;
}
.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: #fff;
  border-color: #1e1e1e;
}
.btn-warning .badge {
  color: #fff;
  background-color: #1e1e1e;
}
.btn-danger {
  color: #1e1e1e;
  background-color: #fff;
  border-color: #1e1e1e;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #1e1e1e;
  background-color: #ebebeb;
  border-color: #000000;
}
.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: #fff;
  border-color: #1e1e1e;
}
.btn-danger .badge {
  color: #fff;
  background-color: #1e1e1e;
}
.btn-link {
  color: #1e1e1e;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #e8e8e8;
  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: #8c8c8c;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.33;
  border-radius: 0px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro: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";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 12px;
  background-color: #fff;
  border: 1px solid #1e1e1e;
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 7.5px 0;
  overflow: hidden;
  background-color: #fff;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #1e1e1e;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #e8e8e8;
  background-color: #8c8c8c;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #c4c4c4;
  text-decoration: none;
  outline: 0;
  background-color: #525252;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #e8e8e8;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 11px;
  line-height: 1.42857143;
  color: #1e1e1e;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 2px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.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-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 42px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.33;
  border-radius: 0px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 42px;
  line-height: 42px;
}
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: 28px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 28px;
  line-height: 28px;
}
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: 12px;
  font-weight: normal;
  line-height: 1;
  color: #1e1e1e;
  text-align: center;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 0px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 11px;
  border-radius: 0px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 15px;
  border-radius: 0px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #8c8c8c;
}
.nav > li.disabled > a {
  color: #8c8c8c;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #8c8c8c;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #8c8c8c;
  border-color: #1e1e1e;
}
.nav .nav-divider {
  height: 1px;
  margin: 7.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #1e1e1e;
}
.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: 0px 0px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #1e1e1e #1e1e1e #1e1e1e;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #c4c4c4;
  background-color: #525252;
  border: 1px solid #1e1e1e;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 2px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #1e1e1e;
}
@media (min-width: 2px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #1e1e1e;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #1e1e1e;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #e8e8e8;
  background-color: #8c8c8c;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 2px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #1e1e1e;
}
@media (min-width: 2px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #1e1e1e;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #1e1e1e;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 17px;
  border: 1px solid transparent;
}
@media (min-width: 2px) {
  .navbar {
    border-radius: 0px;
  }
}
@media (min-width: 2px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 2px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 2px) {
  .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: 2px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 2px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 16.5px 15px;
  font-size: 15px;
  line-height: 17px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 2px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}
.navbar-toggle:focus {
  outline: none;
}
.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: 2px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 8.25px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 17px;
}
@media (max-width: 1px) {
  .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: 17px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 2px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 16.5px;
    padding-bottom: 16.5px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 2px) {
  .navbar-left {
    float: left !important;
    float: left;
  }
  .navbar-right {
    float: right !important;
    float: right;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 9.5px;
  margin-bottom: 9.5px;
}
@media (min-width: 2px) {
  .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 .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;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 1px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 2px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 9.5px;
  margin-bottom: 9.5px;
}
.navbar-btn.btn-sm {
  margin-top: 11px;
  margin-bottom: 11px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 16.5px;
  margin-bottom: 16.5px;
}
@media (min-width: 2px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: rgba(255, 255, 255, 0.95);
  border-color: #1e1e1e;
}
.navbar-default .navbar-brand {
  color: #1e1e1e;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #e8e8e8;
  background-color: #8c8c8c;
}
.navbar-default .navbar-text {
  color: #1e1e1e;
}
.navbar-default .navbar-nav > li > a {
  color: #1e1e1e;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #e8e8e8;
  background-color: #8c8c8c;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #c4c4c4;
  background-color: #525252;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #8c8c8c;
  background-color: #e8e8e8;
}
.navbar-default .navbar-toggle {
  border-color: #1e1e1e;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #8c8c8c;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #1e1e1e;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #525252;
  color: #c4c4c4;
}
@media (max-width: 1px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #1e1e1e;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #e8e8e8;
    background-color: #8c8c8c;
  }
  .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: #c4c4c4;
    background-color: #525252;
  }
  .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: #8c8c8c;
    background-color: #e8e8e8;
  }
}
.navbar-default .navbar-link {
  color: #1e1e1e;
}
.navbar-default .navbar-link:hover {
  color: #e8e8e8;
}
.navbar-inverse {
  background-color: #1e1e1e;
  border-color: #1e1e1e;
}
.navbar-inverse .navbar-brand {
  color: #fff;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #8c8c8c;
  background-color: #e8e8e8;
}
.navbar-inverse .navbar-text {
  color: #fff;
}
.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #8c8c8c;
  background-color: #e8e8e8;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #525252;
  background-color: #c4c4c4;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #e8e8e8;
  background-color: #8c8c8c;
}
.navbar-inverse .navbar-toggle {
  border-color: #1e1e1e;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #e8e8e8;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #1e1e1e;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #0c0c0c;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #c4c4c4;
  color: #525252;
}
@media (max-width: 1px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #1e1e1e;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #1e1e1e;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #8c8c8c;
    background-color: #e8e8e8;
  }
  .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: #525252;
    background-color: #c4c4c4;
  }
  .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: #e8e8e8;
    background-color: #8c8c8c;
  }
}
.navbar-inverse .navbar-link {
  color: #fff;
}
.navbar-inverse .navbar-link:hover {
  color: #8c8c8c;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 17px;
  list-style: none;
  background-color: #fff;
  border-radius: 0px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #1e1e1e;
}
.breadcrumb > .active {
  color: #c4c4c4;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 17px 0;
  border-radius: 0px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #1e1e1e;
  background-color: rgba(255, 255, 255, 0.95);
  border: 1px solid #1e1e1e;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #e8e8e8;
  background-color: #8c8c8c;
  border-color: #1e1e1e;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #c4c4c4;
  background-color: #525252;
  border-color: #1e1e1e;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #8c8c8c;
  background-color: #e8e8e8;
  border-color: #525252;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 15px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 11px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pager {
  padding-left: 0;
  margin: 17px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: rgba(255, 255, 255, 0.95);
  border: 1px solid #1e1e1e;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #8c8c8c;
}
.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: #8c8c8c;
  background-color: rgba(255, 255, 255, 0.95);
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #1e1e1e;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #e8e8e8;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: rgba(255, 255, 255, 0.85);
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: rgba(230, 230, 230, 0.85);
}
.label-primary {
  background-color: rgba(255, 255, 255, 0.85);
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: rgba(230, 230, 230, 0.85);
}
.label-success {
  background-color: rgba(255, 255, 255, 0.85);
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: rgba(230, 230, 230, 0.85);
}
.label-info {
  background-color: rgba(255, 255, 255, 0.85);
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: rgba(230, 230, 230, 0.85);
}
.label-warning {
  background-color: rgba(255, 255, 255, 0.85);
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: rgba(230, 230, 230, 0.85);
}
.label-danger {
  background-color: rgba(255, 255, 255, 0.85);
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: rgba(230, 230, 230, 0.85);
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 11px;
  font-weight: bold;
  color: #8c8c8c;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #e8e8e8;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #e8e8e8;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #c4c4c4;
  background-color: #525252;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: #1e1e1e;
  background-color: rgba(255, 255, 255, 0.95);
}
.jumbotron h1,
.jumbotron .h1 {
  color: #1e1e1e;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 200;
}
.container .jumbotron {
  border-radius: 0px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 2px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 54px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 17px;
  line-height: 1.42857143;
  background-color: rgba(255, 255, 255, 0.85);
  border: 1px solid #1e1e1e;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #1e1e1e;
}
.thumbnail .caption {
  padding: 9px;
  color: #1e1e1e;
}
.alert {
  padding: 15px;
  margin-bottom: 17px;
  border: 1px solid transparent;
  border-radius: 0px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #fff;
  border-color: #f2f2f2;
  color: #1e1e1e;
}
.alert-success hr {
  border-top-color: #e5e5e5;
}
.alert-success .alert-link {
  color: #040404;
}
.alert-info {
  background-color: #fff;
  border-color: #ededed;
  color: #1e1e1e;
}
.alert-info hr {
  border-top-color: #e0e0e0;
}
.alert-info .alert-link {
  color: #040404;
}
.alert-warning {
  background-color: #fff;
  border-color: #f2f2f2;
  color: #1e1e1e;
}
.alert-warning hr {
  border-top-color: #e5e5e5;
}
.alert-warning .alert-link {
  color: #040404;
}
.alert-danger {
  background-color: #fff;
  border-color: #f2f2f2;
  color: #1e1e1e;
}
.alert-danger hr {
  border-top-color: #e5e5e5;
}
.alert-danger .alert-link {
  color: #040404;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 17px;
  margin-bottom: 17px;
  background-color: #fff;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 11px;
  line-height: 17px;
  color: #1e1e1e;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: 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 {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #fff;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: 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: #fff;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: 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: #fff;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: 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: #fff;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: 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,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #1e1e1e;
}
.list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #1e1e1e;
}
a.list-group-item .list-group-item-heading {
  color: #1e1e1e;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #8c8c8c;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #c4c4c4;
  background-color: #525252;
  border-color: #1e1e1e;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #b8b8b8;
}
.list-group-item-success {
  color: #1e1e1e;
  background-color: #fff;
}
a.list-group-item-success {
  color: #1e1e1e;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #1e1e1e;
  background-color: #f2f2f2;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #1e1e1e;
  border-color: #1e1e1e;
}
.list-group-item-info {
  color: #1e1e1e;
  background-color: #fff;
}
a.list-group-item-info {
  color: #1e1e1e;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #1e1e1e;
  background-color: #f2f2f2;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #1e1e1e;
  border-color: #1e1e1e;
}
.list-group-item-warning {
  color: #1e1e1e;
  background-color: #fff;
}
a.list-group-item-warning {
  color: #1e1e1e;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #1e1e1e;
  background-color: #f2f2f2;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #1e1e1e;
  border-color: #1e1e1e;
}
.list-group-item-danger {
  color: #1e1e1e;
  background-color: #fff;
}
a.list-group-item-danger {
  color: #1e1e1e;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #1e1e1e;
  background-color: #f2f2f2;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #1e1e1e;
  border-color: #1e1e1e;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 17px;
  background-color: rgba(255, 255, 255, 0.85);
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: rgba(255, 255, 255, 0.95);
  border-top: 1px solid #1e1e1e;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.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: -1px;
}
.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: -1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.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: -1px;
}
.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: -1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #1e1e1e;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 17px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #1e1e1e;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #1e1e1e;
}
.panel-default {
  border-color: #1e1e1e;
}
.panel-default > .panel-heading {
  color: #c4c4c4;
  background-color: #525252;
  border-color: #1e1e1e;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #1e1e1e;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #1e1e1e;
}
.panel-primary {
  border-color: #1e1e1e;
}
.panel-primary > .panel-heading {
  color: #1e1e1e;
  background-color: rgba(255, 255, 255, 0.95);
  border-color: #1e1e1e;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #1e1e1e;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #1e1e1e;
}
.panel-success {
  border-color: #f2f2f2;
}
.panel-success > .panel-heading {
  color: #1e1e1e;
  background-color: rgba(255, 255, 255, 0.95);
  border-color: #f2f2f2;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #f2f2f2;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #f2f2f2;
}
.panel-info {
  border-color: #ededed;
}
.panel-info > .panel-heading {
  color: #1e1e1e;
  background-color: rgba(255, 255, 255, 0.95);
  border-color: #ededed;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ededed;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ededed;
}
.panel-warning {
  border-color: #f2f2f2;
}
.panel-warning > .panel-heading {
  color: #1e1e1e;
  background-color: rgba(255, 255, 255, 0.95);
  border-color: #f2f2f2;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #f2f2f2;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #f2f2f2;
}
.panel-danger {
  border-color: #f2f2f2;
}
.panel-danger > .panel-heading {
  color: #1e1e1e;
  background-color: rgba(255, 255, 255, 0.95);
  border-color: #f2f2f2;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #f2f2f2;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #f2f2f2;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(237, 237, 237, 0.95);
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 0px;
}
.well-sm {
  padding: 9px;
  border-radius: 0px;
}
.close {
  float: right;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #1e1e1e;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #fff;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #1e1e1e;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #1e1e1e;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 2px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 3px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #c4c4c4;
  text-align: center;
  text-decoration: none;
  background-color: #525252;
  border-radius: 0px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #525252;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #525252;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #525252;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #525252;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #525252;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #525252;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #525252;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #525252;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #1e1e1e;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #000000;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #000000;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #000000;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #000000;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #1e1e1e;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  color: #1e1e1e;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #1e1e1e;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #525252;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #c4c4c4;
  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: 2px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix: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-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix: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-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 1px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 2px) and (max-width: 2px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 3px) and (max-width: 3px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 4px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 1px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 2px) and (max-width: 2px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 3px) and (max-width: 3px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 4px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*!
 *  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 PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../bower_components/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../bower_components/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../bower_components/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../bower_components/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../bower_components/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../bower_components/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.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;
}
/* Use this is less functions when referring to files which are in build
 * rather than referring to the file itself
 *
 * For example, if the following variable is defined:
 * @image: 'assets/images/some-image/.png';
 * .background {
      background-image: @image
      height: image-height('@{root}@{image}}
   }
 * for background-image, just spcify the image itself because this will go through to final file
 * for height, less needs to read the files, so @root must be supplied as part of filename
*/
/**
 * App-wide Styles
 */
/*COMMON*/
html {
  height: auto;
  width: 100%;
}
body {
  min-height: 100%;
  min-width: 1200px;
  overflow: auto;
}
@media (min-width: 1200px) {
  body {
    overflow-x: hidden !important;
  }
}
input::-ms-clear {
  display: none;
}
input::-ms-reveal {
  display: none;
}
.min-login-height {
  min-height: calc(100vh - 22px);
}
img {
  -ms-interpolation-mode: bicubic;
}
select {
  min-width: 28px;
  height: 30px;
  padding-right: 20px !important;
  padding-left: 2px !important;
  border: 1px gray solid;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url("/assets/images/16847da2.dropdown-icon.png") no-repeat scroll right center transparent;
  background-size: 20px 25px;
  background-position: 100%;
  background-color: white;
}
select[disabled] {
  color: #cccccc;
}
select::-ms-expand {
  display: none;
}
.credentials-error {
  color: red;
  text-align: justify;
}
.clear-both {
  clear: both;
}
.form-group {
  clear: both;
  display: block;
}
.form-horizontal select {
  padding-top: 7px;
}
[ng-click],
[data-ng-click],
[x-ng-click] {
  cursor: pointer;
}
.top-buffer {
  margin-top: 20px;
}
.full-height {
  height: 100%;
}
.align-bottom {
  position: fixed;
  bottom: 0;
  padding-top: 10px;
}
.full-width {
  width: 100%;
  min-width: 1170px;
}
.disabled-no-cursor {
  cursor: not-allowed;
}
.text-heading {
  text-align: center;
}
h1 {
  text-align: center;
  text-transform: capitalize;
}
.inherit-height {
  height: inherit;
}
.flexbox-center {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: flex;
  /* MODERN */
  align-items: center;
}
.vin-search-input {
  width: 175px;
  max-width: 175px;
  min-width: 175px;
}
.flexbox-center-align-right {
  flex: 1;
  float: right;
}
input:enabled.x,
textarea:enabled.x {
  background-position: right 5px center;
}
input:enabled.onX,
textarea:enabled.onX {
  cursor: pointer;
}
.initial-width {
  width: initial;
}
.flexbox-line-height {
  line-height: 50px;
}
.diagonal {
  transform: rotate(90deg);
}
input:enabled::-ms-clear,
textarea:enabled::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input:enabled,
textarea:enabled {
  background: #fff url(data:image/gif;base64,R0lGODlhBwAHAIAAAP///5KSkiH5BAAAAAAALAAAAAAHAAcAAAIMTICmsGrIXnLxuDMLADs=) no-repeat right -10px center;
  border: 1px solid #999;
  padding-left: 3px;
  padding-right: 3px;
  border-radius: 3px;
  transition: background 0s;
}
.input-text-field {
  border: 1px solid #999;
  padding: 3px 18px 3px 4px;
  /* Use the same right padding (18) in jQ! */
  border-radius: 3px;
  transition: background 0s;
}
.form-horizontal .control-label {
  text-align: left;
  padding-left: 0;
}
.ecat-panel {
  overflow: hidden;
}
.ecat-panel .form-group {
  margin-left: 0;
  margin-right: 0;
}
.ecat-panel-heading {
  text-align: center;
  overflow: hidden;
}
.ecat-panel-body {
  overflow: hidden;
}
.ecat-footer {
  position: fixed;
  bottom: 0;
}
.ecat-footer a:hover {
  color: #737373;
}
.scroll-vertical {
  overflow-y: auto;
}
.scroll-horizontal {
  overflow-x: auto;
}
.input-group .form-control {
  z-index: inherit;
  border: 1px solid #999999;
}
.ecat-page-landing {
  position: fixed;
  bottom: 0;
}
.login-form-element-right {
  width: auto;
  width: 160px;
  float: right;
  margin-left: 80px;
}
.hide-element {
  visibility: hidden;
}
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
.open > .dropdown-menu {
  width: 270px;
}
ul.vs-list-style {
  margin-top: 10px;
}
ul.vs-list-style li {
  list-style-type: none;
  cursor: pointer;
  padding-bottom: 15px;
}
ul.vs-list-style li span :not(div.visual-access-text span) {
  font-weight: bold;
  font-size: 14px;
}
ul.vs-list-style li:hover .visual-access-image {
  background: #d1d1d1;
}
ul.vs-list-style li:hover:before {
  color: #14327F;
}
.vs-scrollable {
  overflow: scroll;
  height: 70%;
}
.fa-file-pdf-o:before {
  padding-left: 5px;
}
/* Terms Agreement screen*/
#terms-box {
  width: 68%;
  height: 88%;
}
#terms-container {
  padding-top: 58px;
  padding-bottom: 58px;
}
#terms-text {
  height: 98%;
  overflow-y: auto;
}
.form-dropdown {
  padding: 0;
}
.usermanagement-dropdown-title-label {
  margin-top: 7px;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.usermanagement-input-title-label {
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.usermanagement-left-column,
.users-list-column,
.dealerships-list-column,
.usermanagement-checkbox {
  padding-left: 1px;
  padding-right: 1px;
  margin-right: 0px;
  margin-left: 0px;
}
.users-list-column {
  padding-left: 10px;
}
#usermanagement-comments {
  overflow-y: scroll;
  resize: none;
}
.scrollable-dealership-list {
  min-width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  display: table;
  white-space: nowrap;
  padding-right: 0px;
  margin-bottom: 0px;
}
.scrollable-users-list {
  height: auto;
  max-height: 242px;
  overflow-x: hidden;
  padding-right: 0px;
}
.dealership-list-filter-container {
  margin-bottom: 16px;
  padding: 0px;
}
.dealership-list-filter-dropdown {
  padding-left: 0px;
  margin-left: 0px;
  padding-right: 0px;
  margin-right: 0px;
}
.lower-dealership-list-item {
  height: 25px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-left: 0px;
  margin-right: 3px;
}
.dealership-list-heading,
.users-list-heading {
  background-color: #eeeeee;
  font-weight: 600;
  padding-left: 0px;
}
.lower-list-item {
  height: 25px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.users-list-container,
.dealerships-list-container {
  border: 1px solid #eee;
  border-radius: 10px;
  min-height: 50px;
  padding: 10px 5px 10px 5px;
  overflow: auto;
}
.users-list-filter-dropdown {
  padding-left: 0px;
  margin-left: 0px;
  padding-right: 0px;
  margin-right: 0px;
}
.dealership-list-pagination {
  margin: 1px;
}
.error-color {
  color: #FF0000;
}
#usermanagement-created-by,
#usermanagement-modified-on,
#usermanagement-last-login-on {
  padding: 0;
}
.usermanagement-userslist-counter {
  font-size: 11px;
  text-align: right;
}
.usermanagement-label-maxdisplayed {
  font-size: 11px;
}
.usermanagement-label-userlimitexceeded {
  font-size: 11px;
  color: red;
  padding-top: 10px;
}
.usermanagement-label-emptylist {
  text-align: center;
}
.uservinlist-label {
  text-align: right;
  padding-right: 0px;
}
.uservinlist-dropdown {
  max-width: 200px;
}
.btn-group.space {
  margin-right: 15px;
}
#usermanagement-dealership {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
.btn-group.changeButton button.btn {
  margin-left: 32px;
}
.uppercase {
  text-transform: uppercase;
}
::-webkit-input-placeholder {
  text-transform: initial;
}
:-moz-placeholder {
  text-transform: initial;
}
::-moz-placeholder {
  text-transform: initial;
}
:-ms-input-placeholder {
  text-transform: initial;
}
.ui-growl {
  left: 20px;
}
.shorten-dropdown {
  max-width: 300px;
}
.center-label {
  display: block;
  text-align: center;
}
.minor-feature-box {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 200px;
  list-style-type: none;
}
.primary-feature-list {
  list-style-type: none;
  height: 20px;
}
.primary-feature-box {
  height: 20px;
}
.navbar-left li {
  line-height: 11px;
}
.commonTo {
  text-transform: lowercase;
}
/* navigation */
.dropdown-size {
  max-width: 175px;
  left: -139px;
}
.dropdown-spacing {
  margin-right: 2px;
}
.subViewContent {
  position: relative;
  width: 100%;
  min-width: 900px;
  padding-bottom: 86px;
}
.subSubViewContent {
  background: linear-gradient(to bottom, #ffffff, #e8e8e8);
  min-width: 900px;
}
.subSubViewContent .container-fluid {
  height: 100%;
}
.subSubViewContent p {
  margin-top: 10px;
}
.ecat-banner {
  position: fixed;
  top: 0;
  z-index: 890;
  background-color: #fff;
}
.ecat-banner.header-height-rowOne {
  height: 106px;
}
.nav-text-transform li,
.nav-text-transform button {
  text-transform: uppercase;
  font-size: 11px;
}
.nav-text-transform li .dropdown button {
  padding: 10px 30px;
  border-radius: 4px;
  border: none;
  font-weight: bold;
  min-width: 99px;
}
.nav-text-transform li .dropdown button:hover {
  background-color: #8c8c8c;
  color: #e8e8e8;
}
.nav-text-transform li .dropdown button:focus {
  color: #e8e8e8;
  background-color: #8c8c8c;
}
.nav-text-transform li .open button {
  background-color: #8c8c8c;
  color: #e8e8e8;
  position: relative;
  z-index: 1001;
}
.nav-text-transform li ul li {
  font-size: 10px;
}
.nav-text-transform li ul li a {
  white-space: normal;
  text-align: center;
  font-weight: bold;
  border-radius: 0;
  color: #8c8c8c;
  border-top: 1px solid #e8e8e8;
  margin-right: 2px;
}
.nav-text-transform li ul li:first-child a {
  border-top: none;
}
.nav-text-transform li ul li a:hover {
  background-color: #e8e8e8;
  color: #8c8c8c;
}
.nav-text-transform .open > .dropdown-menu {
  width: 99px;
  min-width: 99px;
  margin-top: -4px;
  border-radius: 4px;
  position: absolute;
  z-index: 1000;
}
.ecat-banner-logo-container {
  width: 260px;
  height: 46px;
  position: relative;
}
.ecat-banner-logo {
  display: block;
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 10;
  width: 241px;
  height: 60px;
  background: url(/assets/images/69f97ac2.brand-logo.png) transparent no-repeat -15px center;
  background-size: 70%;
  background-position-x: 10%;
}
.ecat-banner > .row {
  margin-right: 0;
  margin-top: 10px;
  font-weight: bold;
}
.ecat-banner h1 {
  min-width: 505px;
  max-width: 795px;
}
.navbar li a {
  border-radius: 4px;
}
.ecat-logo-dark {
  height: 22px;
  background-color: #1e1e1e;
  color: #e8e8e8;
}
.header-title h1 {
  margin-top: 9px;
}
.modal-dialog {
  width: 600px;
}
.modal-body,
.modal-header {
  cursor: default;
}
.transparent-window {
  background: transparent;
  border: 0;
  box-shadow: none;
}
/* common */
.dealer-expired {
  color: #f00 !important;
}
.ecat-footer {
  width: 100%;
  background-color: #1e1e1e;
  color: #e8e8e8;
  z-index: 999;
  font-size: 10px;
  height: 28px;
}
.ecat-footer .btn-quick-guide {
  position: fixed;
  bottom: 3px;
  right: 3px;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  border-radius: 5px;
  background-color: #0078c9;
  width: 140px;
  height: 23px;
  border: none;
}
.ecat-footer .btn-quick-guide a {
  color: white;
}
.ecat-footer .btn-quick-guide a:hover {
  color: #e8e8e8;
  text-decoration: none;
}
.ecat-non-login-page {
  background-color: #e8e8e8;
  color: #000000;
  height: auto;
}
#back-top {
  position: fixed;
  bottom: 20pt;
  margin-left: 20pt;
}
#back-top a {
  text-decoration: none;
  color: #bbb;
  text-align: center;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#back-top i {
  font-size: 5em;
  display: block;
}
#back-top a:hover {
  color: #3e3e3e;
}
.animate-show-hide.ng-hide-add,
.animate-show-hide.ng-hide-remove {
  transition: all linear 0.5s;
}
hot-news {
  max-height: 80%;
}
hot-news .hot-news-card {
  font-family: tahoma, helvetica, sans-serif;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  background-color: white;
  border-radius: 5px;
  align-content: center;
  text-align: justify;
  margin-top: 5%;
  padding-top: 5%;
}
hot-news .hot-news-card .hot-news-heading {
  padding-left: 4%;
}
hot-news .hot-news-card .description-text {
  padding-right: 2%;
  padding-left: 10px;
  margin-left: 4px;
  padding-top: 6px;
  width: 95%;
  height: 40%;
}
hot-news .hot-news-card .hot-news-date-container {
  display: inline-block;
  margin-left: 4%;
}
hot-news .hot-news-card .hot-news-date-container .hot-news-date {
  display: inline-block;
  margin-top: 2%;
  margin-bottom: 10%;
  padding-bottom: 10%;
  height: 15px;
  float: left;
}
hot-news .hot-news-card .read-more {
  padding-right: 5%;
  height: 15px;
  float: right;
}
hot-news .hot-news-card .read-more > p > a {
  color: #2196F3;
  text-decoration-line: underline;
}
.login {
  background: #525252 url('/assets/images/32810f4e.background-1920.jpg') no-repeat right center;
  background-size: cover;
  /* Stretch the background to cover the entire page */
}
.login #loginContainer {
  width: 20%;
}
.login #ecatBannerLogo {
  background: transparent url('/assets/images/a52bfafc.brand-logo-70.png') no-repeat center;
  min-height: 70px;
  margin: 20px 0 0 0;
}
.login .container {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 4px;
  margin-left: 50px;
}
.login .row {
  margin: 60px 0 0 0;
  height: 100vh;
}
.login .form-group {
  position: relative;
}
.login .credentials-error {
  text-align: center;
}
.login label {
  display: block;
  text-align: justify;
  font-size: 11px;
  margin-bottom: 2px;
  font-weight: normal;
}
.login input,
.login select {
  /* In the code, when we give the INPUT focus, some mechanism sets the "width: 'some value'",
        I cannot locate this mechanism thats why i use !important */
  width: 100% !important;
  height: 30px;
  padding: 2px;
  border-radius: 3px;
}
.login form {
  padding: 0 30px 0 30px;
}
.login button {
  width: 147px;
  height: 38px;
  border-radius: 3px;
  border: 0;
  background-color: #0078c9;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}
.login button:hover {
  background-color: #1f5593;
}
.login button:disabled {
  background-color: #f2f2f2;
  color: #d5d6d8;
}
.login .placeholder {
  height: 28px;
}
.shoppinglist-reminder .modal-dialog {
  width: 625px;
}
.shoppinglist-reminder .modal-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding-top: 0;
  padding-bottom: 15px;
  margin-top: 0;
}
.shoppinglist-reminder .modal-footer .btn {
  margin-top: 15px;
}
.shoppinglist-reminder .modal-footer .btn + .btn {
  margin-left: 4px;
}
.shoppinglist-reminder table {
  margin: 0;
}
.shoppinglist-reminder table > tbody tr.active td {
  color: white;
}
.cs .shoppinglist-reminder .modal-dialog {
  width: 650px;
}
.de .shoppinglist-reminder .modal-dialog {
  width: 670px;
}
.pl .shoppinglist-reminder .modal-dialog {
  width: 660px;
}
.ro .shoppinglist-reminder .modal-dialog {
  width: 710px;
}
.ru .shoppinglist-reminder .modal-dialog {
  width: 705px;
}
.usability-cnt {
  margin: 0 auto;
  max-width: 450px;
  min-width: initial;
  border: 1px solid #ccc;
  padding: 20px;
  background: #fff;
  padding-bottom: 30px;
}
.usability-inner {
  float: left;
  width: 100%;
}
.usability-inner table {
  width: 100%;
}
.usability-inner table tr td {
  padding: 7px 0;
}
.data-cln {
  display: inline-block;
  width: 100px;
}
.data-btn {
  margin-top: -2px;
}
.usability-success {
  color: green;
  text-align: center;
}
.usability-error {
  color: red;
  text-align: center;
}
/** 18 july **/
.usability-inner tr:nth-child(3) td:first-child {
  width: 45%;
}
.title1 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 1px solid #1e1e1e;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.welcome-panel {
  padding-top: 33px;
}
.welcome-panel > div {
  margin-right: -15px;
  padding: 10px 0;
}
.data-update {
  width: 350px;
  margin: auto;
}
.login-in {
  padding-bottom: 10px;
}
.login-in label {
  padding-bottom: 5px;
}
.credentials-invalid {
  margin-bottom: 0;
  height: 20px;
}
.credentials-invalid #credentials-error {
  padding: 0;
}
#uiView {
  min-height: 700px;
}
#ecat-page {
  padding-top: 60px;
}
h1.col-sm-4 {
  margin-top: 28px;
}
.ecat-banner > .row {
  margin-top: 0px;
}
.apply-to-dealerships-modal-width .modal-dialog {
  width: 1000px;
}
.fa-wrench {
  color: orange;
}
additional-sales-grid {
  display: block;
}
additional-sales-grid .primary-table {
  margin-bottom: 20px;
}
additional-sales-grid table {
  width: 100%;
}
additional-sales-grid table tr td {
  border-width: 1px;
  border-color: #d4d4d4;
  text-align: center;
  padding: 5px;
  vertical-align: middle;
  border-style: solid;
}
additional-sales-grid table tr td.col1 {
  width: 180px;
}
additional-sales-grid table tr td.col2 {
  width: 40px;
}
additional-sales-grid table tr td.col3 {
  width: 80px;
}
additional-sales-grid table tr td.col4 {
  width: 400px;
  padding: 0;
}
additional-sales-grid table tr td.col4-1 {
  width: 120px;
  border-style: none;
}
additional-sales-grid table tr td.col5 {
  width: 20px;
  border-style: none;
  border-left-style: solid;
}
additional-sales-grid table tr td.col6 {
  width: 180px;
  border-style: none;
  border-left-style: solid;
}
additional-sales-grid table tr td.col7 {
  width: 80px;
  border-style: none;
  border-left-style: solid;
}
additional-sales-grid-header {
  display: block;
}
additional-sales-grid-header table {
  width: 100%;
}
additional-sales-grid-header table tr th {
  background: #cccccc;
  border-width: 1px;
  border-color: #d4d4d4;
  border-style: solid;
  text-align: center;
  padding: 5px;
  vertical-align: middle;
}
additional-sales-grid-header table tr th.col1 {
  width: 180px;
}
additional-sales-grid-header table tr th.col2 {
  width: 40px;
}
additional-sales-grid-header table tr th.col3 {
  width: 80px;
}
additional-sales-grid-header table tr th.col4 {
  width: 120px;
}
additional-sales-grid-header table tr th.col5 {
  width: 20px;
}
additional-sales-grid-header table tr th.col6 {
  width: 180px;
}
additional-sales-grid-header table tr th.col7 {
  width: 80px;
}
.title-margin {
  margin: 5px;
}
.font-small {
  font-size: 11px;
}
.font-big {
  font-size: 14px;
}
.additional-sales-title1 {
  font-size: 14px;
  font-weight: bold;
}
.title2 {
  font-size: 12px;
}
.note-padding {
  padding-top: 10px;
  padding-left: 10px;
}
.padding-none {
  padding-top: 0;
  padding-bottom: 0;
}
.font-bold {
  font-weight: bold;
}
.radio-align {
  vertical-align: text-bottom;
}
.related-parts-dialog .title1 {
  text-align: left;
  border-bottom: none;
}
.alternative-parts-dialog part-card #rightBox {
  margin: 20px 0;
}
no-matching-parts-rect {
  display: block;
}
no-matching-parts-rect div {
  border-width: 1px;
  border-color: #d4d4d4;
  border-style: none;
  text-align: center;
  padding: 5px;
  vertical-align: middle;
}
main-parts-grid {
  display: block;
}
main-parts-grid .primary-table {
  margin-bottom: 20px;
}
main-parts-grid .primary-table tr th {
  background: orange;
}
main-parts-grid table {
  width: 200px;
}
main-parts-grid table tr th {
  background: #cccccc;
}
main-parts-grid table tr th,
main-parts-grid table tr td {
  border-width: 1px;
  border-color: #d4d4d4;
  border-style: solid;
  text-align: center;
  padding: 5px;
  vertical-align: middle;
}
main-parts-grid table tr th.col1,
main-parts-grid table tr td.col1 {
  width: 10px;
}
main-parts-grid table tr th.col2,
main-parts-grid table tr td.col2 {
  width: 150px;
}
.rap-dialog .modal-dialog {
  width: 1000px !important;
}
.wsm-links-dialog .modal-dialog {
  width: 1000px !important;
}
.wsm-link {
  color: blue;
  text-decoration-line: underline;
  font-style: normal;
}
.wsm-link:hover {
  font-style: italic;
  color: blue!important;
}
.wsm-link:focus {
  text-decoration: none;
  color: blue;
  background-color: transparent;
  text-decoration-line: underline;
}
.wsm-link:visited {
  color: purple;
  background-color: transparent;
  text-decoration-line: underline;
}
.tree-container {
  top: 41px;
  position: relative;
  width: calc(100% - 50px);
  margin-top: 0 !important;
  padding: 10px !important;
  float: right;
}
.tree-container a {
  cursor: pointer;
  background-color: transparent;
  padding: 2px;
  padding-right: 5px;
  font-size: 16px !important;
  font-family: Corbel, sans-serif;
}
.tree-container a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #8c8c8c;
}
.tree-container a.filter-exact-match {
  color: #000000 !important;
}
.tree-container a.filter-no-match {
  color: #ff0000 !important;
}
.tree-container a.filter-possible-match {
  color: #808080 !important;
}
component-assembly-tree side-vehicle-config {
  float: left;
}
component-assembly-tree #forLeftHeight {
  margin-bottom: 25px;
}
component-assembly-tree .side-screen {
  width: calc(100% - 505px);
}
component-assembly-tree .eu-full-screen {
  width: 100%;
}
@media screen and (max-width: 1920px) {
  component-assembly-tree vin-reference .navbar-header {
    padding-top: 4px;
  }
  component-assembly-tree vin-reference .vin-rs-row {
    padding-top: 2px;
  }
  component-assembly-tree vin-reference .vin-rs-row .navbar-nav-btn {
    height: 40px;
    margin-top: -2px;
  }
  component-assembly-tree vin-reference .vin-rs-row .navbar-nav-btn .fordetis-btn {
    margin-top: 2px;
  }
}
.tree-container treecontrol li {
  position: relative;
  padding: 0 0 0 20px;
  line-height: 22px;
}
.tree-container treecontrol li a {
  width: 95%;
  display: inline-flex;
}
.tree-container treecontrol li a .name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 90%;
  display: inline-block;
}
.tree-selected a {
  background-color: #8c8c8c !important;
  color: #fff !important;
}
.tree-container attachment {
  margin-left: 5px;
  margin-top: 2px;
}
.tree-view {
  background: #F1F1F1;
  height: calc(100% - 209px);
  position: absolute;
  width: 100%;
}
.tree-view-left {
  position: relative;
  float: left;
  height: 100%;
  width: 15%;
}
.tree-center {
  border-right: 1px solid #999;
  border-left: 1px solid #999;
  width: 100%;
  float: left;
  overflow-y: scroll;
  height: 100%;
  margin-left: -1px;
}
.treecontrol li .tree-label {
  padding-left: 5px;
}
.tree-container .add-note {
  background: url("/assets/images/681486a5.add-note-white-small.png") no-repeat transparent;
  width: 22px;
  height: 16px;
  display: none;
  position: relative;
  top: 2px;
  margin-left: 5px;
}
.tree-container .add-global-note {
  background: url("/assets/images/f3eaeb46.add-note-white-blue.png") no-repeat transparent;
  width: 22px;
  height: 16px;
  display: none;
  position: relative;
  top: 2px;
  margin-left: 5px;
}
.tree-container .view-note {
  background: url("/assets/images/a580ac4c.view-note-grey.png") no-repeat transparent;
  width: 20px;
  height: 14px;
  position: relative;
  top: 2px;
  margin-left: 5px;
}
.tree-container .view-global-note {
  background: url("/assets/images/a580ac4c.view-note-grey.png") no-repeat transparent;
  width: 20px;
  height: 14px;
  position: relative;
  top: 2px;
  margin-left: 5px;
}
.tree-container notes {
  margin-left: 5px;
}
.tree-container global-notes {
  margin-left: 5px;
}
.tree-container a:hover .add-note {
  display: inline-block;
}
.tree-container a:hover .add-global-note {
  display: inline-block;
}
.tree-container a:hover .view-note {
  background: url("/assets/images/ffd5919d.view-note-white-small.png") no-repeat transparent;
}
.tree-container a:hover .view-global-note {
  background: url("/assets/images/ffd5919d.view-note-white-small.png") no-repeat transparent;
}
.tree-container .tree-selected a .add-note {
  display: inline-block;
}
.dva-bar {
  justify-content: space-between;
}
.none-content::before {
  content: none;
}
.none-content::after {
  content: none;
}
component-assembly-tree .navbar-nav-btn {
  height: 36px;
  padding-left: 5px;
  padding-bottom: 5px;
  padding-top: 2px;
}
.breadcrumb-comp {
  margin: 0px;
  padding: 0;
  list-style: none;
  height: auto;
  width: 100%;
}
.breadcrumb-comp.c1 li {
  width: 100%;
}
.breadcrumb-comp.c2 li {
  max-width: 50%;
}
.breadcrumb-comp.c3 li:nth-child(1),
.breadcrumb-comp.c3 li:nth-child(2) {
  max-width: 33.3333%;
}
.breadcrumb-comp.c4 li:nth-child(1),
.breadcrumb-comp.c4 li:nth-child(2),
.breadcrumb-comp.c4 li:nth-child(3) {
  max-width: 25%;
}
.breadcrumb-comp.c5 li {
  max-width: 20%;
}
.breadcrumb-comp.c6 li {
  max-width: 16.66666%;
}
.breadcrumb-comp li {
  list-style-type: none;
  padding: 0;
  display: inline-flex;
  align-items: center;
}
.breadcrumb-comp li:last-child {
  margin-right: 0;
}
.breadcrumb-comp li:last-child a {
  font-weight: bold;
}
.breadcrumb-comp li:last-child .split {
  display: none;
}
.breadcrumb-comp li a {
  display: inline-block;
  cursor: pointer;
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
.breadcrumb-comp li a:hover {
  background-color: #8c8c8c;
  color: #e8e8e8;
  border-color: #1e1e1e;
  text-decoration: none;
  border-radius: 0px;
}
.breadcrumb-comp li a.bold {
  font-weight: bold;
}
.breadcrumb-comp li .split {
  margin: 0 10px;
}
.breadcrumb-comp li attachment {
  margin-right: 2px;
}
.breadcrumb-comp li notes {
  margin-right: 2px;
}
.span-calc-width {
  position: absolute;
  top: -99999px;
}
@media screen and (min-width: 1000px) and (max-width: 1900px) {
  .breadcrumb-comp.c3 li {
    max-width: 33.3333%;
  }
  .breadcrumb-comp.c4 li {
    max-width: 25%;
  }
}
@media screen and (min-width: 1901px) {
  .breadcrumb-comp.c3 li:nth-child(1),
  .breadcrumb-comp.c3 li:nth-child(2) {
    max-width: 33.3333%;
  }
  .breadcrumb-comp.c4 li:nth-child(1),
  .breadcrumb-comp.c4 li:nth-child(2),
  .breadcrumb-comp.c4 li:nth-child(3) {
    max-width: 25%;
  }
}
@media screen and (max-width: 1920px) {
  .breadcrumb-comp {
    padding-top: 5px;
  }
}
catalogue vin-reference .vinrf-long .navbar-brand {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
catalogue vin-reference .vinrf-long .navbar-brand .secondary {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  max-width: 85px;
}
catalogue vin-reference .vinrf-long .navbar-brand .secondary:empty {
  display: none;
}
@media (max-width: 1650px) {
  catalogue vin-reference .vinrf-long .navbar-brand .secondary {
    display: none;
  }
}
catalogue vin-reference .navbar {
  float: left;
}
catalogue .catalogue-nav-container {
  display: flex;
  justify-content: flex-start;
  padding-left: 10px;
  position: relative;
}
catalogue .navbar-left-container {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 148px);
  flex-basis: auto;
}
catalogue .navbar-left-container .nav-pills {
  padding-left: 0;
  padding-right: 5px;
  margin: 5px 0;
}
catalogue .navbar-left-container search-menu {
  display: flex;
  align-items: center;
}
catalogue .catalogue-bar .dropdown-menu {
  left: -70px;
}
catalogue .catalogue-bar .form-control[readonly] {
  background-color: #fff;
  cursor: inherit;
}
catalogue .catalogue-bar .catalogue-dropdown .modeInput {
  width: 70px;
}
catalogue .catalogue-bar li.catalogueMode li.catalogueMode a {
  padding: 10px 28px !important;
}
catalogue .catalogue-nav {
  z-index: 880 !important;
  border-bottom: 1px solid #e1e2e4;
}
catalogue .catalogue-nav .vin-bar {
  height: 41px !important;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
catalogue .catalogue-nav .vin-bar .nav-breadcrumb {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
catalogue .catalogue-nav .vin-bar .nav-up {
  width: 40px;
}
catalogue .catalogue-nav .vin-bar .nav-navigation {
  width: 148px;
  padding-top: 13px;
}
catalogue .catalogue-nav .level-up {
  width: 20px;
  height: 20px;
  background: url(/assets/images/6e0aa154.level-up.png) no-repeat;
  background-size: 100%;
  float: right;
}
catalogue .catalogue-nav .navbar-nav {
  padding: 8px 5px;
}
catalogue .catalogue-nav .navbar-nav a {
  border-radius: 2.2px !important;
  padding: 0 5px;
}
catalogue .catalogue-nav .nav-up {
  padding: 8px 5px;
}
catalogue .catalogue-nav .navbar-border-left {
  border-left: 1px solid #e1e2e4;
}
catalogue .collapse-header {
  background: #ffffff;
}
catalogue .searchText {
  padding-top: 0;
  margin: 5px 0;
}
catalogue #select-group-0 ul {
  width: 133px !important;
  min-width: 133px !important;
}
#part-nav-li li {
  width: auto !important;
}
@media screen and (max-width: 1441px) {
  .es catalogue .nav-pills > li > a {
    margin-left: -4px;
  }
  .es catalogue .searchText {
    padding-left: 10px;
  }
  .es catalogue .catalogue-nav .vin-bar .nav-navigation {
    width: 180px;
  }
  .de catalogue .nav-pills > li > a {
    margin-left: -6px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .de catalogue .searchText {
    padding-left: 10px;
  }
  .en catalogue .searchText,
  .no catalogue .searchText {
    padding-left: 10px;
  }
  .fr catalogue .nav-pills > li > a {
    margin-left: -7px;
    padding-left: 11px;
    padding-right: 11px;
  }
  .fr catalogue .catalogue-nav .vin-bar .nav-navigation {
    width: 178px;
  }
  .fr catalogue .searchText {
    padding-left: 5px;
  }
  .it catalogue .nav-pills > li > a {
    margin-left: -7px;
  }
  .it catalogue .catalogue-nav .vin-bar .nav-navigation {
    width: 199px;
  }
  .it catalogue .searchText {
    padding-left: 5px;
  }
  .hu catalogue .nav-pills > li > a {
    margin-left: -7px;
    padding-left: 11px;
    padding-right: 11px;
  }
  .hu catalogue .searchText {
    padding-left: 5px;
  }
  .hu catalogue .searchText input {
    width: 140px;
  }
  .hu catalogue .catalogue-nav .vin-bar .nav-navigation {
    width: 164px;
  }
  .nl catalogue .nav-pills > li > a {
    margin-left: -7px;
    padding-left: 11px;
    padding-right: 11px;
  }
  .nl catalogue .searchText {
    padding-left: 5px;
  }
  .nl catalogue .searchText input {
    width: 140px;
  }
  .nl catalogue .catalogue-nav .vin-bar .nav-navigation {
    width: 162px;
  }
  .da catalogue .catalogue-nav .vin-bar .nav-navigation {
    width: 158px;
  }
  .da catalogue .searchText {
    padding-left: 10px;
  }
}
.collapse-header {
  height: 30px;
  padding: 2px;
  padding-left: 10px;
  width: 100%;
  border: 1px solid #e1e2e4;
  font-size: 12px;
  position: relative;
}
.collapse-header i {
  color: #000;
}
.collapse-header span {
  line-height: 27px;
}
.collapse-box .col-content-box {
  padding: 10px;
}
.collapse-box .card-content {
  height: 208px;
  background: #f2f3f4 !important;
}
.collapse-box .card-content .inline-text {
  width: 100px;
}
.collapse-box .col-content {
  border: 1px solid #e1e2e4;
  border-top: none;
  background: #ffffff;
}
.collapse-box .col-content .col-lg-4 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.collapse-box .openBtn {
  position: absolute;
  right: 2px;
  top: 2px;
  height: 25px;
  padding: 0px 8px;
  border: 1px solid #626364;
  background: #edeff0;
}
.collapse-box .openBtn:hover {
  background: #cccccc;
}
.collapse-box label {
  min-width: 100px;
  width: 45%;
  font-size: 12px !important;
  color: #999999;
  text-transform: uppercase;
}
.collapse-box select {
  width: 120px;
  padding-left: 0px;
  padding-right: 0px;
  display: inline;
  text-transform: uppercase;
}
component-view-ford .section-container {
  position: relative;
  float: left;
  width: 100%;
  height: calc(100vh - 173px);
}
component-view-ford .section-container.horizontal .illustartion-container {
  width: calc(40% - 50px);
  float: right;
}
@media screen and (max-width: 1366px) {
  component-view-ford .section-container.horizontal .illustartion-container {
    height: calc(100vh - 40px) !important;
  }
}
component-view-ford .section-container.horizontal .part-list {
  width: 60%;
  display: block;
  float: left;
  height: calc(100% - 128px);
}
component-view-ford .section-container.horizontal .part-list .grid {
  height: 97% !important;
}
@media screen and (min-width: 1920px) {
  component-view-ford .section-container.horizontal .part-list .grid {
    height: 100% !important;
  }
  component-view-ford .section-container.horizontal .part-list.showPartCard .grid {
    height: calc(100% - 31px) !important;
  }
  component-view-ford .section-container.horizontal .part-list.showPartCard.showReference .grid {
    height: calc(100% - 79px) !important;
  }
  component-view-ford .section-container.horizontal .part-list.show-reference-content.showPartCard.showReference .grid {
    height: calc(100% - 35px) !important;
  }
  component-view-ford .section-container.horizontal .part-list.showPartCardDetail .grid {
    height: calc(100% - 226px) !important;
  }
  component-view-ford .section-container.horizontal .part-list.show-reference-content.showPartCardDetail .grid {
    height: calc(100% - 187px) !important;
  }
  component-view-ford .section-container.horizontal .part-list.showPartCardDetail.showReference .grid {
    height: calc(100% - 286px) !important;
    overflow: hidden;
    min-height: 200px;
  }
  component-view-ford .section-container.horizontal .part-list.show-reference-content.showPartCardDetail.showReference .grid {
    height: calc(100% - 252px) !important;
  }
}
@media screen and (max-width: 1920px) {
  component-view-ford .section-container.horizontal .part-list .grid {
    height: 100% !important;
  }
  component-view-ford .section-container.horizontal .part-list.showPartCard .grid {
    height: calc(100% - 31px) !important;
  }
  component-view-ford .section-container.horizontal .part-list.showPartCard.showReference .grid {
    height: calc(100% - 79px) !important;
  }
  component-view-ford .section-container.horizontal .part-list.show-reference-content.showPartCard.showReference .grid {
    height: calc(100% - 35px) !important;
  }
  component-view-ford .section-container.horizontal .part-list.showPartCardDetail .grid {
    height: calc(100% - 226px) !important;
  }
  component-view-ford .section-container.horizontal .part-list.show-reference-content.showPartCardDetail .grid {
    height: calc(100% - 187px) !important;
  }
  component-view-ford .section-container.horizontal .part-list.showPartCardDetail.showReference .grid {
    height: calc(100% - 286px) !important;
    overflow: hidden;
    min-height: 200px;
  }
  component-view-ford .section-container.horizontal .part-list.show-reference-content.showPartCardDetail.showReference .grid {
    height: calc(100% - 252px) !important;
  }
}
@media screen and (max-width: 1680px) {
  component-view-ford .section-container.horizontal .part-list .grid {
    height: 100% !important;
  }
  component-view-ford .section-container.horizontal .part-list.showPartCard .grid {
    height: calc(100% - 31px) !important;
  }
  component-view-ford .section-container.horizontal .part-list.showPartCard.showReference .grid {
    height: calc(100% - 79px) !important;
  }
  component-view-ford .section-container.horizontal .part-list.show-reference-content.showPartCard.showReference .grid {
    height: calc(100% - 35px) !important;
  }
  component-view-ford .section-container.horizontal .part-list.showPartCardDetail .grid {
    height: calc(100% - 226px) !important;
  }
  component-view-ford .section-container.horizontal .part-list.show-reference-content.showPartCardDetail .grid {
    height: calc(100% - 182px) !important;
  }
  component-view-ford .section-container.horizontal .part-list.showPartCardDetail.showReference .grid {
    height: calc(100% - 286px) !important;
    overflow: hidden;
    min-height: 200px;
  }
  component-view-ford .section-container.horizontal .part-list.show-reference-content.showPartCardDetail.showReference .grid {
    height: calc(100% - 252px) !important;
  }
}
@media screen and (max-width: 1600px) {
  component-view-ford .section-container.horizontal .part-list .grid {
    height: 100% !important;
  }
  component-view-ford .section-container.horizontal .part-list.showPartCard .grid {
    height: calc(100% - 31px) !important;
  }
  component-view-ford .section-container.horizontal .part-list.showPartCard.showReference .grid {
    height: calc(100% - 79px) !important;
  }
  component-view-ford .section-container.horizontal .part-list.show-reference-content.showPartCard.showReference .grid {
    height: calc(100% - 35px) !important;
  }
  component-view-ford .section-container.horizontal .part-list.showPartCardDetail .grid {
    height: calc(100% - 226px) !important;
  }
  component-view-ford .section-container.horizontal .part-list.show-reference-content.showPartCardDetail .grid {
    height: calc(100% - 182px) !important;
  }
  component-view-ford .section-container.horizontal .part-list.showPartCardDetail.showReference .grid {
    height: calc(100% - 286px) !important;
    overflow: hidden;
    min-height: 200px;
  }
  component-view-ford .section-container.horizontal .part-list.show-reference-content.showPartCardDetail.showReference .grid {
    height: calc(100% - 252px) !important;
  }
}
@media screen and (max-width: 1440px) {
  component-view-ford .section-container.horizontal .part-list .grid {
    height: calc(100% - 13px) !important;
  }
  component-view-ford .section-container.horizontal .part-list.showPartCard .grid {
    height: calc(100% - 31px) !important;
  }
  component-view-ford .section-container.horizontal .part-list.showPartCard.showReference .grid {
    height: calc(100% - 79px) !important;
  }
  component-view-ford .section-container.horizontal .part-list.show-reference-content.showPartCard.showReference .grid {
    height: calc(100% - 35px) !important;
  }
  component-view-ford .section-container.horizontal .part-list.showPartCardDetail .grid {
    height: calc(100% - 226px) !important;
  }
  component-view-ford .section-container.horizontal .part-list.show-reference-content.showPartCardDetail .grid {
    height: calc(100% - 182px) !important;
  }
  component-view-ford .section-container.horizontal .part-list.showPartCardDetail.showReference .grid {
    height: calc(100% - 286px) !important;
    overflow: hidden;
    min-height: 200px;
  }
  component-view-ford .section-container.horizontal .part-list.show-reference-content.showPartCardDetail.showReference .grid {
    height: calc(100% - 252px) !important;
  }
}
@media screen and (max-width: 1400px) {
  component-view-ford .section-container.horizontal .part-list .grid {
    height: 98% !important;
  }
  component-view-ford .section-container.horizontal .part-list.showPartCard .grid {
    height: calc(100% - 31px) !important;
  }
  component-view-ford .section-container.horizontal .part-list.showPartCard.showReference .grid {
    height: calc(100% - 79px) !important;
  }
  component-view-ford .section-container.horizontal .part-list.show-reference-content.showPartCard.showReference .grid {
    height: calc(100% - 35px) !important;
  }
  component-view-ford .section-container.horizontal .part-list.showPartCardDetail .grid {
    height: calc(100% - 226px) !important;
  }
  component-view-ford .section-container.horizontal .part-list.show-reference-content.showPartCardDetail .grid {
    height: calc(100% - 182px) !important;
  }
  component-view-ford .section-container.horizontal .part-list.showPartCardDetail.showReference .grid {
    height: calc(100% - 286px) !important;
    overflow: hidden;
    min-height: 200px;
  }
  component-view-ford .section-container.horizontal .part-list.show-reference-content.showPartCardDetail.showReference .grid {
    height: calc(100% - 252px) !important;
  }
}
@media screen and (max-width: 1366px) {
  component-view-ford .section-container.horizontal .part-list .grid {
    height: calc(100% - 13px) !important;
  }
  component-view-ford .section-container.horizontal .part-list.showPartCard .grid {
    height: calc(100% - 31px) !important;
  }
  component-view-ford .section-container.horizontal .part-list.showPartCard.showReference .grid {
    height: calc(100% + 16px) !important;
  }
  component-view-ford .section-container.horizontal .part-list.show-reference-content.showPartCard.showReference .grid {
    height: calc(100% - 35px) !important;
  }
  component-view-ford .section-container.horizontal .part-list.showPartCardDetail .grid {
    height: calc(100% - 226px) !important;
  }
  component-view-ford .section-container.horizontal .part-list.show-reference-content.showPartCardDetail .grid {
    height: calc(100% - 182px) !important;
  }
  component-view-ford .section-container.horizontal .part-list.showPartCardDetail.showReference .grid {
    height: calc(100% - 300px) !important;
    overflow: hidden;
  }
  component-view-ford .section-container.horizontal .part-list.show-reference-content.showPartCardDetail.showReference .grid {
    height: calc(100% - 252px) !important;
  }
}
component-view-ford .section-container.horizontal section-nav {
  width: calc(60% + 50px);
  float: left;
}
component-view-ford .section-container.horizontal section-nav .navbar.secondary-nav .vin-bar .row .navbar-right {
  position: relative;
  margin-left: 5px;
}
component-view-ford .section-container.vertical .illustartion-container {
  width: 100%;
}
component-view-ford .section-container.vertical .vin-rs-row {
  margin-left: 5px;
}
@media screen and (max-width: 1920px) {
  component-view-ford .section-container.vertical .part-list {
    width: 100%;
    height: calc(100vh - 512px) !important;
  }
  component-view-ford .section-container.vertical .part-list.showPartCardDetail {
    height: calc(100% - 297px) !important;
  }
  component-view-ford .section-container.vertical .part-list.showPartCardDetail.showReference {
    height: calc(100% - 297px) !important;
  }
}
@media screen and (max-width: 1680px) {
  component-view-ford .section-container.vertical .part-list {
    width: 100%;
    height: calc(100vh - 490px) !important;
  }
  component-view-ford .section-container.vertical .part-list.showPartCardDetail {
    height: calc(100% - 287px) !important;
  }
  component-view-ford .section-container.vertical .part-list.showPartCardDetail.showReference {
    height: calc(100% - 287px) !important;
  }
}
@media screen and (max-width: 1600px) {
  component-view-ford .section-container.vertical .part-list {
    width: 100%;
    height: calc(100vh - 370px) !important;
  }
  component-view-ford .section-container.vertical .part-list.showPartCardDetail {
    height: calc(100%) !important;
  }
  component-view-ford .section-container.vertical .part-list.showPartCardDetail.showReference {
    height: calc(100%) !important;
  }
}
@media screen and (max-width: 1440px) {
  component-view-ford .section-container.vertical .part-list {
    width: 100%;
    height: calc(100vh - 350px) !important;
  }
  component-view-ford .section-container.vertical .part-list.showPartCardDetail {
    height: calc(100%) !important;
  }
  component-view-ford .section-container.vertical .part-list.showPartCardDetail.showReference {
    height: calc(100%) !important;
  }
}
@media screen and (max-width: 1400px) {
  component-view-ford .section-container.vertical .part-list {
    width: 100%;
    height: calc(100vh - 373px) !important;
  }
  component-view-ford .section-container.vertical .part-list.showPartCardDetail {
    height: calc(100% - 297px) !important;
  }
  component-view-ford .section-container.vertical .part-list.showPartCardDetail.showReference {
    height: calc(100% - 297px) !important;
  }
}
@media screen and (max-width: 1368px) {
  component-view-ford .section-container.vertical .part-list {
    width: 100%;
    height: calc(100vh - 273px) !important;
  }
  component-view-ford .section-container.vertical .part-list.showPartCardDetail {
    height: calc(100%) !important;
  }
  component-view-ford .section-container.vertical .part-list.showPartCardDetail.showReference {
    height: calc(100%) !important;
  }
}
component-view-ford .part-list {
  position: relative;
}
component-view-ford .illustartion-container {
  height: 100%;
  background-color: #fff;
  position: relative;
  border: 1px solid #e1e2e4;
  border-right: none;
  border-top: none;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media screen and (max-width: 1366px) {
  component-view-ford .illustartion-container {
    background-color: #fff;
    position: relative;
    border: 1px solid #e1e2e4;
    border-right: none;
    border-top: none;
  }
}
component-view-ford .card-content {
  height: 0 !important;
  overflow: hidden;
}
component-view-ford .card-content.show-content {
  min-height: 160px !important;
  width: 100%;
  height: auto !important;
}
component-view-ford .global-fca-content .card-content.show-content {
  height: 160px !important;
  width: 100%;
}
component-view-ford part-card {
  display: block;
  margin-top: -25px;
}
component-view-ford .reference-content {
  margin: 0px;
  padding: 5px 0;
  background: #f2f3f4;
  height: 43px;
}
component-view-ford .reference-content label {
  width: 100px !important;
}
component-view-ford .reference-content select {
  width: 250px !important;
}
component-view-ford .vin-long .part-list-default {
  height: calc(100% - 170px) !important;
}
component-view-ford .vin-long .part-list-show-bottom {
  height: calc(100% - 170px) !important;
}
component-view-ford .vin-long .section-bread {
  margin-top: 40px;
}
component-view-ford .vin-long section-nav .navbar.secondary-nav {
  height: 160px !important;
}
component-view-ford .vin-long .vinrf-header {
  width: auto;
}
component-view-ford .section-nav-row {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
component-view-ford .section-nav-row > .breadcrumb-comp {
  margin: 0;
}
component-view-ford .section-nav-row > .layout-container {
  margin-right: 0;
  margin-left: auto;
}
component-view-ford .collapse-box {
  position: relative;
  padding-bottom: 20px;
}
component-view-ford .part-card-header > span {
  float: left;
}
component-view-ford .part-card-desc {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: calc(100% - 160px);
  display: inline-block;
}
component-view-ford #rightBox {
  padding-top: 20px;
}
component-view-ford .canvasDiv {
  display: block;
  margin-top: -9999px;
  margin-left: -9999px;
  z-index: -9999;
  position: absolute;
  height: 1446px !important;
  width: 1150px !important;
}
component-view-ford #convert-canvas {
  display: none;
}
component-view-ford .model-year {
  vertical-align: top;
  text-align: center;
  width: 23%;
  display: inline-block;
}
component-view-ford .change-point {
  width: 76%;
  display: inline-block;
  word-wrap: break-word;
}
component-view-ford .change-point .title {
  vertical-align: top;
  width: 3%;
  font-size: 30px;
  padding: 0px;
  margin: -20px 0px 0px 0px;
  display: inline-block;
}
component-view-ford .change-point .description {
  width: 96%;
  display: inline-block;
}
component-view-ford .part-description {
  width: 75%;
  display: inline-block;
}
component-view-ford .change-point-header {
  width: 77%;
  display: inline-block;
}
component-view-ford .model-year-header {
  vertical-align: top;
  text-align: center;
  width: 23%;
  display: inline-block;
}
component-view-ford .cell-border {
  border-right: 1px solid #e4e2e2;
  display: inline-block;
  padding-top: 200px;
  margin-top: -200px;
  margin-bottom: -200px;
  padding-bottom: 200px;
}
component-view-ford .cell-border-changePoint {
  display: inline-block;
  padding-top: 200px;
  margin-top: -200px;
  margin-bottom: -200px;
  padding-bottom: 200px;
}
@media screen and (max-width: 1921px) {
  .es component-view-ford .card-content.show-content {
    height: 205px !important;
    width: 100%;
  }
  .es component-view-ford .reference-content label,
  .fr component-view-ford .reference-content label,
  .it component-view-ford .reference-content label {
    width: 120px !important;
  }
}
part-list-ford a {
  cursor: pointer;
  background-color: transparent;
}
part-list-ford a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #8c8c8c;
}
part-list-ford .ref-col {
  display: inline-block;
}
part-list-ford .ref-col .fa-shopping-cart {
  font-size: 16px;
}
part-list-ford .cell-osi-content {
  text-align: center;
}
part-list-ford .osi-link {
  cursor: pointer;
  font-weight: bold;
  color: #337ab7;
  font-size: 12px;
}
part-list-ford .osi-link:hover {
  color: #5bc0de;
}
part-list-ford .shopping-basket {
  margin: 0 auto;
}
part-list-ford .shopping-basket img {
  width: 100%;
  height: 100%;
}
part-list-ford .copy-icon {
  width: 20px;
  height: 20px;
}
part-list-ford .copyBtn {
  width: 20px;
  height: 20px;
  padding: 0;
  display: inline;
  position: relative;
  top: -3px;
}
part-list-ford .callout-cell .title {
  color: #0000ff;
}
part-list-ford .filter-no-match {
  color: #ff0000 !important;
}
part-list-ford .part-cell .title {
  font-style: normal;
}
part-list-ford .sup-cell {
  font-style: italic;
}
part-list-ford .part-list-changepoints .filter-no-match {
  font-style: italic;
}
part-list-ford .ui-grid-row-selected .ui-grid-cell .part-list-changepoints li,
part-list-ford .ui-grid-row-selected .ui-grid-cell .desc,
part-list-ford .ui-grid-row-selected .ui-grid-cell .title {
  color: #fff !important;
}
part-list-ford .ui-grid-header-cell {
  text-transform: uppercase;
}
part-list-ford .header-cell {
  padding: 5px;
}
part-list-ford .ui-grid-icon-plus-sircled:before {
  font-family: FontAwesome;
  content: "\f055";
}
part-list-ford .ui-grid-icon-minus-sircled:before {
  font-family: FontAwesome;
  content: "\f056";
}
part-list-ford .parts_kit_desc_title {
  font-size: 16px;
}
part-list-ford .parts_kit_warranty_warning {
  font-size: 12px;
  color: grey;
  margin-top: 5px;
  width: 75%;
}
.grid {
  height: auto;
  background: #fff;
}
catalogue .grid .ui-grid-icon-down-dir,
catalogue .grid .ui-grid-icon-up-dir {
  top: 17;
}
catalogue .grid .ui-grid-row {
  height: auto !important;
}
catalogue .grid .ui-grid-row > div {
  display: table-row;
}
catalogue .grid .ui-grid-row > div .ui-grid-cell {
  display: table-cell;
  float: none;
  height: auto !important;
  border-right: 1px solid #e1e2e4;
  border-bottom: 1px solid #e1e2e4 !important;
}
catalogue .grid .ui-grid-cell-contents {
  white-space: normal;
  text-overflow: inherit;
}
.ui-grid-header-cell {
  vertical-align: middle;
  white-space: nowrap;
  background: #e8e8e8;
}
.grid-container {
  overflow: hidden;
}
.ui-grid-header-cell .ui-grid-invisible {
  display: none;
}
.ui-grid-header-cell .ui-grid-cell-contents {
  white-space: nowrap;
  line-height: 40px;
}
.ui-grid-header-canvas {
  background: #e8e8e8;
}
.ui-grid-row.ui-grid-row-selected > [ui-grid-row] > .ui-grid-cell {
  background-color: #676767;
  color: #fff;
}
.ui-grid-icon-down-dir,
.ui-grid-icon-up-dir {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 6px;
}
.ui-grid-header-cell .sortable {
  position: relative;
}
.ui-grid-icon-down-dir:before {
  content: '\f107';
  font: normal normal normal 14px/1 FontAwesome;
}
.ui-grid-icon-up-dir:before {
  content: '\f106';
  font: normal normal normal 14px/1 FontAwesome;
}
.ui-grid-disable-selection {
  -webkit-touch-callout: default;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  cursor: auto;
}
.ui-grid-row:nth-child(even):hover .ui-grid-cell {
  background-color: inherit;
}
.ui-grid-row:nth-child(odd):hover .ui-grid-cell {
  background-color: inherit;
}
.ui-grid-row:hover {
  background-color: #cccccc !important;
}
.ui-grid-row:nth-child(even) {
  background-color: #f3f3f3;
}
.ui-grid-header-cell {
  background-color: #cccccc;
}
#directSection .sections-content {
  height: 315px;
  border: 1px solid black;
}
#directSection .sections-content ul {
  margin: 0px;
  padding: 0px;
}
#directSection .sections-content ul li {
  list-style-type: none;
  padding: 5px 8px;
  word-spacing: 1px;
  border-bottom: 1px solid #676767;
}
#directSection .sections-content ul li:hover {
  background-color: #c4c4c4;
}
#directSection .sections-content ul li:last-child {
  border-bottom: none;
}
#directSection .active {
  background-color: #676767 !important;
  color: white;
}
#directSection .un-active {
  background-color: transparent;
}
#directSection .thumbnail {
  height: 315px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
#directSection .thumbnail > img {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.direct-modal .modal-lg {
  width: 800px;
}
direct-visual-access .component-visual-access {
  width: calc(100% - 50px);
  position: relative;
  /* inherit visual access */
}
direct-visual-access .component-visual-access .visual-access-image,
direct-visual-access .component-visual-access .component-desc {
  width: 158px;
}
direct-visual-access .component-visual-access .visual-access-image {
  height: 109px;
  background: no-repeat;
  background-size: 100% 100%;
  outline: none;
}
direct-visual-access .component-visual-access .visual-access-image:hover {
  outline: 1px solid #000;
}
direct-visual-access .navbar-nav-btn {
  height: 36px;
  padding-left: 5px;
  padding-bottom: 5px;
  padding-top: 2px;
}
direct-visual-access side-vehicle-config {
  float: left;
}
direct-visual-access .side-screen {
  width: calc(100% - 505px);
}
direct-visual-access .eu-full-screen {
  width: 100%;
}
@media screen and (max-width: 1920px) {
  direct-visual-access vin-reference .navbar-header {
    padding-top: 4px;
  }
  direct-visual-access vin-reference .vin-rs-row {
    padding-top: 2px;
  }
  direct-visual-access vin-reference .vin-rs-row .navbar-nav-btn {
    height: 40px;
    margin-top: -2px;
  }
  direct-visual-access vin-reference .vin-rs-row .navbar-nav-btn .fordetis-btn {
    margin-top: 2px;
  }
}
find-price .row {
  margin-top: 15px;
}
find-price .search-txt {
  width: 170px;
  display: inline-block;
}
find-price .sup-icon {
  margin-right: 10px;
}
find-price .subs-row {
  border-top: solid 2px #cfcfcf;
  padding: 20px 0;
}
find-price .subs-row table tr {
  height: 30px;
}
find-price .subs-row .label-normal {
  color: #333;
}
find-price .clear-btn {
  position: relative;
  left: -15px;
}
find-price .price-label {
  margin-left: 15px;
}
find-price .display-price-button {
  position: relative;
  bottom: 2px;
}
find-price .alternative-checkbox {
  margin-right: 3px;
  position: relative;
  top: 1px;
}
find-price .altpart-number {
  color: #1e1e1e !important;
}
find-price .altpart-number-title {
  color: #FF9900 !important;
}
find-price notes {
  margin-right: 15px;
}
find-price .spn-part {
  width: 80px;
}
.collapse-box .find-price label {
  width: auto;
}
.substitute-icon > div {
  display: inline-block;
  margin-right: 8px;
  font-size: 18px;
}
.substitute-icon > div i {
  color: #FF9900;
}
.margin-right-20 {
  margin-right: 20px !important;
}
.part-card {
  padding-top: 10px;
}
.part-card .sub-title {
  color: #0000ff !important;
  min-width: 135px;
}
.part-card .sub-title span {
  text-transform: uppercase;
}
.part-card a.link {
  text-decoration: underline;
}
.part-card .eng-part-no-content {
  display: flex;
}
.part-card .eng-part-no {
  width: 56% !important;
}
.part-card .eng-part-nos {
  width: 56% !important;
  max-height: 51px;
  overflow-y: auto;
}
.part-card .finis-link:hover {
  color: #1e1e1e;
}
.part-card .supersessions {
  margin-bottom: 3px;
}
.part-card .left-box .title {
  width: 40%;
}
.part-card .left-box .title span {
  text-transform: uppercase;
}
.collapse-box .col-content .part-card .left-box {
  padding-bottom: 0;
}
.collapse-box .col-content .part-card .center-box {
  padding-bottom: 0;
}
.collapse-box .col-content .part-card .row-box {
  padding-top: 20px;
}
.collapse-box .col-content .part-card .row-box label {
  width: 100px;
}
a.partInfoGeneralLink {
  font-family: tahoma, helvetica, sans-serif;
  font-size: 11px;
  color: #00378C;
  font-weight: normal;
  text-decoration: underline;
  line-height: 15px;
}
a.partInfoGeneralLink:hover {
  font-family: tahoma, helvetica, sans-serif;
  font-size: 11px;
  color: #709FCF;
  font-weight: normal;
  text-decoration: underline;
  line-height: 15px;
}
.part-card .spn {
  width: 56% !important;
}
.associatedPartDiv {
  height: 105px;
  overflow-y: auto;
}
.part-info .label-active-shoppinglist {
  margin-right: 5px;
}
.part-info .header {
  height: 40px;
}
.part-info .header .links {
  position: relative;
  z-index: 999;
}
.part-info .header .links .btn {
  min-width: 49px;
}
.part-info .header .links .btn-edix {
  position: absolute;
  left: 0;
  top: 27px;
}
.part-info .content .collapse-header {
  margin-top: 5px;
  background: #cccccc;
  text-transform: uppercase;
  font-weight: bold;
}
.part-info .content .collapse-content {
  padding-bottom: 10px;
  border: 1px solid #e1e2e4;
  border-top: none;
  background: #ffffff;
}
.part-info .content .collapse-content .title {
  color: #000;
}
.part-info button[disabled] {
  pointer-events: all;
}
.partinfo-dialog .modal-dialog {
  width: 1000px !important;
}
.supersession .nav-row {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: solid 1px #cfcfcf;
}
.supersession .tree-row {
  margin-top: 8px;
}
.supersession .btn-row {
  margin-top: 5px;
}
.supersession .btn-row button {
  margin-left: 10px;
}
.supersession .top-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.supersession .top-nav li {
  list-style-type: none;
  float: left;
  margin-right: 15px;
  border-right: solid 1px #cfcfcf;
  padding-right: 15px;
  height: 28px;
  line-height: 28px;
}
.supersession .top-nav a[disabled] {
  color: #cfcfcf;
  cursor: not-allowed;
  pointer-events: all;
}
.supersession .top-nav a[disabled]:hover {
  text-decoration: none;
}
.supersession img {
  border: none;
}
.supersession .sup-icon {
  margin-bottom: 5px;
  margin-top: 3px;
}
.supersession .sup-desc,
.supersession .sup-comment {
  color: #999999;
}
.supersession .sup-spn {
  color: #428BCA;
}
.supersession .sup-qty {
  color: #555555;
  font-weight: bold;
}
.supersession .sup-info {
  margin: 0 2px 2px 8px;
}
.supersession .sup-checkbox {
  width: 15px;
  height: 15px;
  position: relative;
  top: 3px;
  margin-right: 3px;
}
.supersession .sup-content {
  display: inline-block;
  user-select: text;
  -ms-user-select: text;
}
.supersession .sup-group {
  padding-left: 53px;
}
.supersession .sup-holder {
  width: 0px;
  display: inline-block;
}
.supersession .sup-holder.node-leaf {
  width: 16px;
}
.supersession .sup-holder.node-leaf.sup-none {
  width: 47px;
}
.supersession a.link {
  text-decoration: underline;
}
.supersession .finis-link:hover {
  color: #1e1e1e;
}
.supersession notes {
  margin-left: 5px;
}
.supersession treecontrol li {
  line-height: 30px;
}
.supersession treecontrol li .tree-branch-head {
  font-size: 14px;
}
.supersession treecontrol li .tree-selected a {
  background-color: #fff !important;
  color: #1e1e1e !important;
}
@media print {
  .noprint {
    display: none;
  }
}
section-nav {
  position: relative;
  display: block;
}
section-nav .navbar.secondary-nav {
  z-index: 880 !important;
  position: relative !important;
  min-width: 0 !important;
  height: 120px !important;
}
section-nav .navbar.secondary-nav .vin-bar {
  position: relative;
  height: 40px;
}
section-nav .navbar.secondary-nav .vin-bar vin-reference > .navbar {
  position: static !important;
}
section-nav .navbar.secondary-nav .vin-bar .navbar-header {
  height: 40px;
}
section-nav .navbar.secondary-nav .vin-bar .navbar-brand {
  margin-left: -1px;
  margin-top: 10px;
}
section-nav .navbar.secondary-nav .vin-bar add-to-shopping-list-button .navbar-nav {
  padding: 5px !important;
  margin-left: 25px;
}
section-nav .navbar.secondary-nav .vin-bar add-to-shopping-list-button + .navbar-nav {
  padding: 4px 0px 3px 0px !important;
}
section-nav .navbar.secondary-nav .vin-bar .row {
  float: left;
  position: static !important;
  margin-right: 0;
}
section-nav .navbar.secondary-nav .vin-bar .row .navbar-right {
  padding: 0px !important;
  margin-top: 5px;
  position: absolute;
  right: 0px;
  margin-right: 15px !important;
}
section-nav .navbar.secondary-nav .vin-bar .row print-callout-button .navbar-nav {
  padding: 0px !important;
  padding-top: 5px !important;
}
section-nav .navbar.secondary-nav .vin-bar .row select#add-note-select {
  margin-top: 0px !important;
  margin-right: 10px !important;
  float: none !important;
}
section-nav .navbar.secondary-nav .section-nav-row {
  border-bottom: 1px solid #e1e2e4;
  background-color: #f5f5f5;
  height: 40px;
}
section-nav .navbar.secondary-nav .section-bread {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
section-nav .navbar.secondary-nav .section-bread breadcrumb {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
section-nav .navbar.secondary-nav .section-bread .layout-container {
  width: 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
section-nav .icon-toggle-collapsed {
  margin-right: 15px;
}
section-nav .layout-container {
  font-size: 18px;
}
section-nav .section-newline {
  width: 100%;
  float: left;
  background-color: #f5f5f5;
  height: 40px;
  border-bottom: 1px solid #e1e2e4;
}
section-nav .section-dropdown-container {
  padding-top: 2px;
  display: flex;
  align-items: center;
}
section-nav .section-dropdown-container .table-cell {
  white-space: nowrap;
  padding: 0 4px;
}
section-nav .section-dropdown-container .navigation-icon-container-left {
  padding-left: 0;
}
section-nav .section-dropdown-container .navigation-icon {
  margin-left: 4px;
  margin-right: 4px;
}
section-nav .section-dropdown-container .dropdown-label {
  font-weight: bold;
  text-transform: uppercase;
}
section-nav .section-dropdown-container .level-up-container {
  width: 20px;
  height: 20px;
}
section-nav .section-dropdown-container .level-up-container a {
  display: block;
  width: 100%;
  height: 100%;
}
section-nav .section-dropdown-container .level-up-container .level-up {
  width: 20px;
  height: 20px;
  background: url(/assets/images/6e0aa154.level-up.png) no-repeat;
}
section-nav .section-dropdown {
  display: flex;
  align-items: center;
  width: 100%;
}
section-nav .select2-container {
  min-width: 220px;
  width: 100%;
}
section-nav .select2-container .select2-choice {
  height: 30px;
  padding-right: 4px;
}
section-nav .select2-container .select2-choice > .select2-chosen {
  margin-right: 30px;
}
section-nav .disabled-navigate {
  color: gray;
  pointer-events: none;
}
section-nav .navbar-nav-btn {
  height: 40px;
  padding-left: 5px;
  padding-bottom: 5px;
  padding-top: 5px;
}
section-nav .section-dropdown {
  max-width: calc(100% - 220px);
}
.de section-nav .section-dropdown {
  max-width: calc(100% - 160px);
}
.da section-nav .section-dropdown,
.el section-nav .section-dropdown,
.pl section-nav .section-dropdown,
.pt section-nav .section-dropdown,
.ru section-nav .section-dropdown,
.tr section-nav .section-dropdown {
  max-width: calc(100% - 130px);
}
.cs section-nav .section-dropdown,
.nl section-nav .section-dropdown {
  max-width: calc(100% - 120px);
}
.fi section-nav .section-dropdown,
.hu section-nav .section-dropdown {
  max-width: calc(100% - 110px);
}
.no section-nav .section-dropdown {
  max-width: calc(100% - 100px);
}
.attachment-selector .note {
  float: left;
}
.attachment-selector .pages {
  float: left;
  margin-top: 17px;
  margin-left: -75px;
}
.attachment-selector .component-list {
  margin: 0px;
  padding: 0px;
  display: inline-flex;
}
.attachment-selector .component-list li {
  list-style-type: none;
  border: solid 1px #8c8c8c;
  padding: 2px;
  margin-top: 2px;
  cursor: pointer;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.attachment-selector .component-list li:hover,
.attachment-selector .component-list li.selected {
  background-color: #e8e8e8;
}
.attachment-selector .component-list li > .illustrationComponent {
  width: 20vw;
  height: 20vw;
  border: 1px solid #d6d1d1;
}
.attachment-selector .component-list li > .illustrationComponent div {
  position: relative;
  height: 100%;
}
.attachment-selector .component-list li > .illustrationComponent img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: auto;
  position: relative;
}
.attachment-selector .left {
  float: left;
  width: 29px;
  display: inline-flex;
  margin-top: 10px;
  margin-bottom: 5px;
}
.attachment-selector .left div {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 50%;
  height: 50%;
}
.attachment-selector .middle {
  float: right;
  overflow: auto;
}
.attachment-selector .right {
  float: right;
  width: 29px;
  display: inline-flex;
  margin-top: 10px;
  margin-bottom: 5px;
}
.attachment-selector .right div {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 50%;
  height: 50%;
}
.attachment-selector .left:hover {
  background-color: #e8e8e8;
}
.attachment-selector .right:hover {
  background-color: #e8e8e8;
}
.attachment-selector .disabledSide {
  color: #f5f4f4;
}
.attachment-selector-dialog .modal-dialog {
  width: 70% !important;
}
.component-selector .note {
  float: left;
}
.component-selector .pages {
  float: left;
  margin-top: 17px;
  margin-left: -75px;
}
.component-selector .component-list {
  margin: 0px;
  padding: 0px;
  width: 100%;
  display: inline-flex;
}
.component-selector .component-list li {
  list-style-type: none;
  border: solid 1px #8c8c8c;
  padding: 10px;
  margin-top: 10px;
  cursor: pointer;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.component-selector .component-list li:hover,
.component-selector .component-list li.selected {
  background-color: #e8e8e8;
}
.component-selector .component-list li > .illustrationComponent {
  width: 250px;
  height: 350px;
  border: 1px solid #d6d1d1;
}
.component-selector .component-list li > .illustrationComponent div {
  top: 12.5%;
  position: relative;
}
.component-selector .component-list li > .illustrationComponent img {
  display: table-cell;
  margin: auto;
  position: relative;
  max-width: 90%;
}
.component-selector .left {
  float: left;
  width: 29px;
  display: inline-flex;
  margin-top: 10px;
  margin-bottom: 5px;
}
.component-selector .left div {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 50%;
  height: 50%;
}
.component-selector .middle {
  float: right;
  width: 100%;
}
.component-selector .right {
  float: right;
  width: 29px;
  display: inline-flex;
  margin-top: 10px;
  margin-bottom: 5px;
}
.component-selector .right div {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 50%;
  height: 50%;
}
.component-selector .left:hover {
  background-color: #e8e8e8;
}
.component-selector .right:hover {
  background-color: #e8e8e8;
}
.component-selector .disabledSide {
  color: #f5f4f4;
}
.component-selector-dialog .modal-dialog {
  width: 945px !important;
}
.vehicle-selector-dialog .modal-dialog {
  width: 400px !important;
}
.vehicle-selector-dialog .vehicle-list {
  width: 100%;
  border: solid 1px #1e1e1e;
  height: 30px;
}
.apply-to-dealerships-modal-width .modal-dialog {
  width: 1000px;
}
.selected-parts-section {
  max-height: 120px;
  border-bottom: 1px solid #e1e2e4;
}
.selected-parts-section .ui-grid-cell {
  vertical-align: middle;
}
.alternative-parts-section {
  max-height: 120px;
  overflow-y: auto;
}
.alternative-parts-section .ui-grid-cell {
  vertical-align: middle;
}
.title-margin {
  margin: 5px;
}
.title1 {
  font-size: 14px;
  font-weight: bold;
}
.title2 {
  font-size: 12px;
}
.select-padding-div {
  padding-top: 2px;
}
.div-inline {
  display: inline;
}
.svgViewer.horizontal {
  position: relative;
  height: 100%;
}
.svgViewer.horizontal .toolbar {
  position: absolute;
  width: 51px;
  bottom: 0;
  left: -51px;
  flex-direction: column;
}
.svgViewer.horizontal .svgContainer {
  height: 100%;
  overflow: auto;
}
.svgViewer.horizontal .navigation {
  top: 0px;
}
.svgViewer.vertical {
  height: calc(100% - 52px);
}
.svgViewer.vertical .toolbar {
  height: 52px;
  flex-direction: row;
}
.svgViewer.vertical .svgContainer {
  height: calc(100% - 52px);
}
.svgViewer.vertical .navigation {
  top: 50px;
}
.svgViewer .toolbar {
  color: #fff;
  background: #626364;
  display: flex;
}
.svgViewer .toolbar a {
  border: 0px;
  color: #fff;
  width: 44px;
  height: 40px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 5px;
  flex-grow: 1;
  align-self: center;
}
.svgViewer .toolbar a:hover {
  background-color: #4d4e4f !important;
  text-decoration: none;
}
.svgViewer .toolbar .command-home {
  background-image: url(/assets/images/icon/f18e1f58.IlHome.png);
}
.svgViewer .toolbar .command-add-note {
  background-image: url(/assets/images/icon/81f7718e.IlAddNote.png);
}
.svgViewer .toolbar .command-edit-erase {
  background-image: url(/assets/images/icon/9731791e.IlEditEraseNote.png);
}
.svgViewer .toolbar .command-pan {
  background-image: url(/assets/images/icon/746cc1f0.IlPan.png);
}
.svgViewer .toolbar .command-zoom-in {
  background-image: url(/assets/images/icon/82947a48.IlZoomIn.png);
}
.svgViewer .toolbar .command-zoom-out {
  background-image: url(/assets/images/icon/389356b7.IlZoomOut.png);
}
.svgViewer .toolbar .command-print {
  background-image: url(/assets/images/icon/557eb429.printer-icon.png);
}
.svgViewer .toolbar .command-pointer {
  text-align: center;
}
.svgViewer .toolbar .command-pointer span.fa {
  color: #a9a9ab;
  font-size: 22px;
  margin-top: 5px;
}
.svgViewer .toolbar .btn .fa:hover {
  color: #cccccc;
}
.svgViewer .svgContainer {
  position: relative;
}
.svgViewer .svgContainer img {
  max-width: 100%;
}
.svgViewer svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.svgViewer svg text {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.svgViewer svg.zoomIn {
  cursor: url("/assets/images/zoomIn.cur"), auto !important;
}
.svgViewer svg.zoomOut {
  cursor: url("/assets/images/zoomOut.cur"), auto !important;
}
.svgViewer svg.paint {
  cursor: url("/assets/images/pencil.cur"), auto !important;
}
.svgViewer svg.move {
  cursor: url("/assets/images/hand.cur"), auto !important;
}
.svgViewer svg.erase-chrome {
  cursor: url("/assets/images/eraser.cur") 5 10, auto !important;
}
.svgViewer svg.erase-firefox {
  cursor: url("/assets/images/eraser.cur") 10 0, auto !important;
}
.svgViewer svg.erase {
  cursor: url("/assets/images/eraser.cur"), auto !important;
}
.svgViewer svg .hotspot,
.svgViewer svg .section-link {
  cursor: pointer;
}
.svgViewer .navigation {
  width: 100%;
  position: absolute;
  padding: 10px 30px 10px 10px;
  left: 0px;
  z-index: 9;
}
.svgViewer .navigation .fa {
  font-size: 30px;
  cursor: pointer;
}
.svgViewer .navigation .fa.nav-disabled {
  display: none;
}
.hotspot-tooltip,
.hotspot-tooltip-shadow {
  position: absolute;
  padding: 3px 5px;
  max-width: 500px;
  background-color: #ffffd6;
  border: solid 1px #1e1e1e;
  z-index: 9999;
}
.hotspot-tooltip p,
.hotspot-tooltip-shadow p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hotspot-tooltip-shadow {
  z-index: -10;
}
.component-visual-access {
  top: 41px;
  position: relative;
  width: calc(100% - 50px);
  float: left;
  padding: 20px;
}
.component-visual-access .visual-access-container {
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.component-visual-access .visual-access-image {
  outline: 1px solid #e1e2e4;
  vertical-align: middle;
  text-align: center;
  display: table-cell;
}
.component-visual-access .visual-access-image:hover {
  outline-width: 2px;
}
.component-visual-access .visual-access-image .image {
  width: 100%;
  max-height: 100%;
}
.component-visual-access .filter-exact-match .visual-access-image {
  outline-color: #000000;
}
.component-visual-access .filter-exact-match a {
  color: #000000 !important;
}
.component-visual-access .filter-no-match .visual-access-image {
  outline-color: #ff0000;
}
.component-visual-access .filter-no-match a {
  color: #ff0000 !important;
}
.component-visual-access .filter-possible-match .visual-access-image {
  outline-color: #808080;
}
.component-visual-access .filter-possible-match a {
  color: #808080 !important;
}
.component-visual-access .visual-access-cell {
  box-sizing: border-box;
  cursor: pointer;
  padding: 0px;
  text-align: center;
  margin: 10px;
}
.component-visual-access .group-item .visual-access-image {
  width: 158px;
  height: 109px;
  background: no-repeat center center;
  background-size: contain;
  background-color: #fff;
}
.component-visual-access .group-item .component-desc {
  width: 158px;
}
.component-visual-access .group-item .has-attachment a {
  max-width: 145px;
}
.component-visual-access .section-item .visual-access-image {
  width: 168px;
  height: 258px;
  background: no-repeat center center;
  background-size: contain;
  background-color: #fff;
}
.component-visual-access .section-item .component-desc {
  width: 168px;
}
.component-visual-access .section-item .has-attachment a {
  max-width: 155px;
}
.component-visual-access .component-note {
  position: relative;
}
.component-visual-access .component-global-note {
  position: relative;
}
.component-visual-access .component-desc a {
  display: -webkit-box;
  text-align: center;
  max-height: 40px;
  font-weight: bold;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  text-decoration: none;
}
.component-visual-access .component-desc:hover {
  display: block;
  background-color: #8c8c8c;
  color: #e8e8e8;
  max-height: 100%;
  -webkit-line-clamp: inherit;
  text-overflow: inherit;
  overflow: inherit;
}
.component-visual-access .component-desc:hover .add-note {
  visibility: visible;
}
.component-visual-access .component-desc:hover .add-global-note {
  visibility: visible;
}
.component-visual-access .component-desc:hover .view-note {
  background: url("/assets/images/ffd5919d.view-note-white-small.png") no-repeat transparent;
}
.component-visual-access .component-desc:hover .view-global-note {
  background: url("/assets/images/61c0a477.view-note-blue-small.png") no-repeat transparent;
}
.component-visual-access .add-note {
  background: url("/assets/images/6610e06d.add-note-white.png") no-repeat transparent;
  width: 22px;
  height: 16px;
  position: relative;
  visibility: hidden;
  top: 3px;
}
.component-visual-access .add-global-note {
  background: url("/assets/images/f3eaeb46.add-note-white-blue.png") no-repeat transparent;
  width: 22px;
  height: 16px;
  position: relative;
  visibility: hidden;
  top: 3px;
}
.component-visual-access .view-note {
  background: url("/assets/images/a580ac4c.view-note-grey.png") no-repeat transparent;
  width: 20px;
  height: 14px;
  position: relative;
  top: 2px;
  float: right;
  margin-right: 5px;
}
.component-visual-access .view-global-note {
  background: url("/assets/images/a580ac4c.view-note-grey.png") no-repeat transparent;
  width: 20px;
  height: 14px;
  position: relative;
  top: 2px;
  float: right;
  margin-right: 5px;
}
.component-visual-access .note-button-group-div {
  text-align: center;
}
.component-visual-access .note-button-group-span {
  display: inline-block;
}
.component-visual-access .global-note-button-group-div {
  text-align: center;
}
.component-visual-access .global-note-button-group-span {
  display: inline-block;
}
.component-visual-access .component-desc {
  margin-top: 10px;
  word-wrap: break-word;
}
component-visual-access .navbar-nav-btn {
  height: 36px;
  padding-left: 5px;
  padding-bottom: 5px;
  padding-top: 2px;
}
component-visual-access side-vehicle-config {
  float: left;
}
component-visual-access .side-screen {
  width: calc(100% - 505px);
}
component-visual-access .eu-full-screen {
  width: 100%;
}
@media screen and (max-width: 1920px) {
  component-visual-access vin-reference .navbar-header {
    padding-top: 4px;
  }
  component-visual-access vin-reference .vin-rs-row {
    padding-top: 2px;
  }
  component-visual-access vin-reference .vin-rs-row .navbar-nav-btn {
    height: 40px;
    margin-top: -2px;
  }
  component-visual-access vin-reference .vin-rs-row .navbar-nav-btn .fordetis-btn {
    margin-top: 2px;
  }
}
@media (max-width: 1200px) {
  ecat .ecat-banner,
  ecat .navbar.secondary-nav,
  ecat .nav-tertiary {
    width: 100%;
    min-width: 900px;
  }
  ecat .ecat-page {
    padding-top: 104px;
  }
}
@media (max-height: 768px) {
  ecat .ecat-banner,
  ecat .navbar.secondary-nav,
  ecat .nav-tertiary {
    position: absolute;
    width: 100%;
    min-width: 900px;
  }
  ecat .nav-tertiary {
    top: -10px;
  }
}
@media (min-width: 1201px) and (min-height: 769px) {
  ecat .ecat-banner,
  ecat .navbar.secondary-nav,
  ecat .nav-tertiary {
    position: fixed;
    width: 100%;
  }
  ecat .nav-tertiary {
    top: 186px;
    z-index: 888;
    background-color: #ffffff;
  }
}
ecat .navbar-left li {
  line-height: 11px;
}
ecat .navbar.secondary-nav {
  z-index: 889;
  min-width: 1200px;
  height: 41px;
  background-color: #fff;
}
ecat .navbar {
  border: 0;
}
ecat .navbar li a {
  border-radius: 4px;
}
ecat .nav {
  padding-left: 10px;
}
ecat .nav-tertiary ul {
  padding-left: 0px;
}
ecat .secondary-nav .sub-bar {
  border-bottom: 1px solid #e1e2e4;
  /*padding-top: 7px;
    padding-bottom: 7px; */
  height: 37px;
}
ecat .secondary-nav #main-bar {
  background-color: #e8e8e8;
  padding-top: 5px;
  font-weight: bold;
  text-transform: uppercase;
}
ecat .nav {
  padding-left: 10px;
}
ecat .navbar {
  border: 0;
  min-height: 40px;
  padding-bottom: 0px;
  margin: 0;
}
ecat .nav-tertiary {
  background-color: #ffffff;
}
ecat .secondary-nav .nav-pills li.distance-y {
  margin-left: 10px;
}
ecat .secondary-nav .nav-pills li.distance-y:nth-child(2) {
  margin-left: 10px;
}
ecat .subViewContent .nav-tertiary select {
  height: 31px;
  margin-top: 5px;
}
ecat .nav-tertiary input {
  height: 31px;
}
ecat .nav-tertiary ul {
  margin-top: 2px;
}
ecat .subViewContent {
  top: 41px;
  position: relative;
  width: 100%;
  min-width: 900px;
  padding-bottom: 86px;
}
ecat catalogue .subViewContent {
  top: 50px;
}
ecat header-ecat language-select .header-nav-language-content {
  justify-content: space-between;
  align-items: center;
  min-width: 180px;
  display: flex;
}
ecat header-ecat language-select .header-nav-language-content select {
  margin-bottom: 4px;
}
ecat header-ecat part-type {
  margin-top: 1px;
}
ecat header-ecat lon-type {
  margin-top: 1px;
}
@media screen and (max-width: 1686px) {
  .ru catalogue .subViewContent {
    top: 91px;
  }
}
.ru component-view-ford .section-container {
  height: calc(100vh - 217px);
}
.center-modal .modal-dialog {
  position: absolute;
  top: 50%;
  margin-top: -217px;
  left: 50%;
  margin-left: -300px;
}
.center-modal .modal-content {
  background-image: url('/assets/images/background-768.jpg');
  height: 434px;
  background-position: -144px -45px;
}
.center-modal .modal-body {
  padding: 0 50px 0 50px;
  text-align: center;
}
.center-modal .modal-body .info-container {
  font-size: 17px;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.obsolete-parts-info {
  font-size: 15px;
  margin-bottom: 20px;
}
.shopping-list-items-badge {
  color: white;
  background-color: tomato;
}
.fa-shopping-cart:hover {
  color: #95989e;
}
.ecat-banner .container-fluid .full-width {
  height: 190px;
}
.catalogue-banner-height {
  height: 156px;
}
.collapse-header {
  height: 30px;
  padding: 2px;
  padding-left: 10px;
  width: 100%;
  border: 1px solid #e1e2e4;
  font-size: 12px;
  position: relative;
}
.collapse-header i {
  color: #000;
}
.collapse-header span {
  line-height: 27px;
}
.collapse-box .col-content-box {
  padding: 10px;
}
.collapse-box .part-card-content {
  height: 148px;
  background: #f2f3f4 !important;
}
.collapse-box .part-card-content .inline-text {
  width: 100px;
}
.collapse-box .col-content {
  border: 1px solid #e1e2e4;
  border-top: none;
  background: #ffffff;
}
.collapse-box .col-content .col-lg-4 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.collapse-box .openBtn {
  position: absolute;
  right: 2px;
  top: 2px;
  height: 25px;
  padding: 0px 8px;
  border: 1px solid #626364;
  background: #edeff0;
}
.collapse-box .openBtn:hover {
  background: #cccccc;
}
.collapse-box label {
  min-width: 100px;
  width: 46%;
  font-size: 12px !important;
  color: #999999;
}
.collapse-box select {
  width: 120px;
  padding-left: 0px;
  padding-right: 0px;
  display: inline;
}
.ngdialog.ect-dialog {
  padding: 0px;
  z-index: 1110;
  font-family: 'Ford Antenna', sans-serif;
  font-size: 12px;
  line-height: 1.42857143;
  color: #1e1e1e;
}
.ngdialog.ect-dialog .ngdialog-content {
  padding: 0px;
  margin: 0px auto;
  margin-top: 190px;
  width: 80%;
  border-radius: 0;
  background: #fff;
}
.ngdialog.ect-dialog .dia-header {
  background: #555555;
  color: #fff;
  padding: 8px;
  padding-left: 20px;
  padding-right: 80px;
  min-height: 35px;
}
.ngdialog.ect-dialog .dia-body {
  padding: 20px;
}
.ngdialog.ngdialog-theme-default .ngdialog-content {
  font-family: inherit;
}
.grid {
  height: auto;
  background: #fff;
}
.part-item-grid .ui-grid-icon-down-dir,
.part-item-grid .ui-grid-icon-up-dir {
  top: 17;
}
.part-item-grid .ui-grid-row {
  height: auto !important;
  overflow-y: auto;
  overflow-x: hidden;
}
.part-item-grid .ui-grid-row > div {
  display: table-row;
}
.part-item-grid .ui-grid-row > div .ui-grid-cell {
  display: table-cell;
  float: none;
  height: auto !important;
  border-right: 1px solid #e1e2e4;
  border-bottom: 1px solid #e1e2e4 !important;
}
.part-item-grid .ui-grid-cell-contents {
  white-space: normal;
  text-overflow: inherit;
}
.part-item-grid .expandableRow {
  height: auto !important;
}
.ui-grid-header-cell {
  vertical-align: middle;
  white-space: nowrap;
  background: #e8e8e8;
}
.grid-container {
  overflow: hidden;
}
.ui-grid-header-cell .ui-grid-invisible {
  display: none;
}
.ui-grid-header-cell .ui-grid-cell-contents {
  white-space: nowrap;
  line-height: 40px;
}
.ui-grid-header-canvas {
  background: #e8e8e8;
}
.ui-grid-row.ui-grid-row-selected > [ui-grid-row] > .ui-grid-cell {
  background-color: #676767;
  color: #fff;
}
.ui-grid-icon-down-dir,
.ui-grid-icon-up-dir {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 6px;
}
.ui-grid-header-cell .sortable {
  position: relative;
}
.ui-grid-icon-down-dir:before {
  content: '\f107';
  font: normal normal normal 14px/1 FontAwesome;
}
.ui-grid-icon-up-dir:before {
  content: '\f106';
  font: normal normal normal 14px/1 FontAwesome;
}
.ui-grid-disable-selection {
  -webkit-touch-callout: default;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  cursor: auto;
}
.ui-grid-row:nth-child(even) .ui-grid-cell {
  background-color: inherit;
}
.ui-grid-row:nth-child(odd) .ui-grid-cell {
  background-color: inherit;
}
.ui-grid-row:hover {
  background-color: #cccccc !important;
}
.ui-grid-row:nth-child(even) {
  background-color: #f3f3f3;
}
.ui-grid-header-cell {
  background-color: #cccccc;
}
.ui-grid-row.ui-grid-row-selected .osi-link {
  color: #fff !important;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear-both {
  clear: both;
}
.inline-text {
  display: inline-block;
}
.hyperlinks {
  cursor: pointer;
  background-color: transparent;
}
.hyperlinks:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #8c8c8c;
}
.italic {
  font-style: italic;
}
/*
*gray color level
*/
/*
*border color
*/
/*
*font color
*/
/*
*backgrount color
*/
/*
*hyperlinks
*/
add-free-text-item .hide {
  display: none;
}
add-free-text-item .show-dropdown {
  display: inline-block !important;
}
add-free-text-item .type-list {
  float: left;
  height: 30px;
  width: 100px;
  margin: 1px 2px 0 1px;
}
.navbarShopping .navbar-header {
  height: 36px;
  border-right: 1px solid #e1e2e4;
  top: 41px;
}
a.navbar-brand {
  margin: 8px 15px;
  padding: 0;
  height: auto;
}
a.navbar-brand:hover {
  background-color: #8c8c8c;
}
a.navbar-brand:hover .label {
  color: #fff;
}
a.navbar-brand:hover .functional-icon {
  visibility: visible;
}
a.navbar-brand .functional-icon {
  width: 23px;
  height: 16px;
  position: relative;
  float: right;
  left: 0px;
  visibility: hidden;
  padding-right: 0px;
  border-left: 0px;
  border-right: 0px;
  margin-right: 5px;
}
.add-vin-icon {
  background: url("/assets/images/icon/e7744cef.AddVinIcon.png") no-repeat transparent;
}
.remove-vin-icon {
  background: url("/assets/images/icon/3d41677a.RemoveVinIcon.png") no-repeat transparent;
}
.add-note-icon {
  background: url("/assets/images/6610e06d.add-note-white.png") no-repeat transparent;
}
select#add-note-select {
  float: right;
  width: 88px;
  height: 31px;
  margin-right: 5px;
  text-transform: uppercase;
  display: none;
}
select#add-note-select:disabled {
  color: #b2b2b2;
}
.shoplinglist-grid-header-cbo {
  text-align: center;
  opacity: 1;
}
.shoppinglist-template-dialog .modal-dialog {
  width: 800px !important;
}
.shoppinglist-template-dialog .modal-body .form-group {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.text-highlighted {
  color: #f79232;
  font-weight: 700;
}
.callout-viewer .ngdialog-content {
  width: 68% !important;
  margin-top: 3% !important;
}
.center {
  text-align: center;
  height: auto;
}
.part-filter label {
  font-weight: normal;
}
.btns-right {
  float: right;
  padding-right: 20px;
  padding-top: 20px;
}
.callout-viewer {
  padding: 0px !important;
}
.text-highlighted {
  color: #f79232;
  font-weight: 700;
}
.callout-viewer .ngdialog-content {
  width: 68% !important;
  margin-top: 3% !important;
}
.center {
  text-align: center;
  height: auto;
}
.part-filter label {
  font-weight: normal;
}
.btns-right {
  float: right;
  padding-right: 20px;
  padding-top: 20px;
}
.callout-viewer {
  padding: 0px !important;
}
.text-highlighted {
  color: #f79232;
  font-weight: 700;
}
.callout-viewer .ngdialog-content {
  width: 68% !important;
  margin-top: 3% !important;
}
.center {
  text-align: center;
  height: auto;
}
.part-filter label {
  font-weight: normal;
}
.btns-right {
  float: right;
  padding-right: 20px;
  padding-top: 20px;
}
.callout-viewer {
  padding: 0px !important;
}
.transmit-btn-shopping {
  margin: 1px 2px 0 1px;
}
.expandable-service h5 {
  padding: 10px 30px 0 30px;
}
.expandable-service .list-group {
  padding: 0 10px;
}
.expandable-service .list-group > div {
  padding: 0 20px;
}
.expandable-service .program-region {
  padding: 0 10px;
}
.expandable-service table {
  max-width: 100%;
}
.expandable-service table td {
  padding: 5px 20px;
}
.expandable-service table thead.hasColon td span:after {
  content: ':';
}
#upper-shopping-list-buttons {
  width: 100%;
}
.tax-input {
  width: 70px;
}
.float-right {
  float: right;
}
#shopping-list-details .ui-grid-selection-row-header-buttons {
  opacity: 1;
}
#upper-shopping-list-button h5 {
  font-weight: bold;
}
.parts-panel {
  padding: 0 0 5px 0;
}
.parts-panel .update-all-panel {
  text-align: right;
  padding: 0;
}
.lower-shopping-list-buttons {
  background-color: #8c8c8c;
  padding: 17px 0 18px 0;
  color: #e8e8e8;
  text-transform: uppercase;
}
.lower-shopping-list-buttons .parts-totals-panel {
  text-align: right;
}
.lower-shopping-list-buttons .parts-total {
  position: relative;
  left: -182px;
}
.lower-shopping-list-buttons .parts-total-price {
  position: relative;
  left: -179px;
}
.lower-shopping-list-buttons .parts-discounted-price {
  position: relative;
  left: -123px;
}
.lower-shopping-list-buttons .parts-tax-grand-total {
  position: relative;
  left: -83px;
}
.lower-shopping-list-buttons .parts-grand-total {
  position: relative;
  left: -27px;
}
/* UI grid specific */
.ui-grid-header-cell .ui-grid-cell-contents {
  white-space: normal !important;
  line-height: 20px !important;
  text-transform: uppercase;
}
shopping-list-view .ui-grid-pinned-container {
  display: none;
  width: 0;
}
shopping-list-view .ui-grid-pinned-container .ui-grid-pinned-container-left,
shopping-list-view .ui-grid-pinned-container .ui-grid-render-container-left .ui-grid-viewport {
  width: 0;
}
shopping-list-view div.ui-grid-header-cell input[type="checkbox"] {
  margin: 9px 0 0 6px;
  width: auto;
}
shopping-list-view .total-left-split {
  border-left: ridge;
  padding: 10px;
}
*::-ms-backdrop {
  line-height: 19.1px;
}
.input-cell {
  width: 40px !important;
}
.ui-grid-row-selected .input-cell {
  color: #000000;
}
div.ui-grid-cell input:focus {
  color: #000000;
}
.ui-grid-selection-row-header-buttons {
  text-align: center;
}
.ui-grid-selection-row-header-buttons {
  text-align: center;
}
shopping-list-view .navbar .navbar-nav {
  width: 100%;
}
shopping-list-view .navbar .navbar-header-right {
  display: block;
  float: right;
}
shopping-list-view .navbar button,
shopping-list-view .navbar select {
  float: left;
}
shopping-list-view h5 {
  font-weight: bold;
}
span.parts-total-color {
  float: right;
  margin-bottom: 5px;
  color: red;
}
body.jaguar-land-rover-body span.parts-total-color {
  float: right;
  margin-bottom: 5px;
  color: inherit;
}
span.parts-color {
  float: right;
  color: red;
}
body.jaguar-land-rover-body span.parts-color {
  float: right;
  color: inherit;
}
span.shop-list-title {
  color: red;
}
body.jaguar-land-rover-body span.shop-list-title {
  color: inherit;
}
.tab-letters {
  margin: 1px 2px 0 1px;
}
body.jaguar-land-rover-body .tab-letters {
  margin: 1px 2px 0 1px;
  text-transform: uppercase;
}
shopping-list-view .c-link {
  text-decoration: underline;
}
shopping-list-view .select2-container {
  margin-left: 0;
  width: 100%;
}
shopping-list-view .select2-container .select2-choice {
  border-color: #000;
}
shopping-list-view .select2-container .select2-choice .select2-arrow {
  border: none;
}
shopping-list-view .shopping-list-surcharge {
  margin-top: -1px;
}
shopping-list-view .shopping-list-surcharge .surcharge-cell {
  float: left;
  border-right: 1px solid #e1e2e4;
  border-bottom: 1px solid #e1e2e4;
}
shopping-list-view .shopping-list-surcharge .surcharge-cell span {
  padding: 8px;
  display: inline-block;
}
shopping-list-view > .navbar {
  margin: 0px 15px;
}
shopping-list-view .button {
  margin: 4px 4px 0px 0px;
}
shopping-list-view .grid {
  max-height: 330px !important;
}
shopping-list-view .grid .ui-grid-render-container-body .ui-grid-canvas {
  height: auto;
}
shopping-list-view .form-horizontal select {
  padding-top: 0px;
}
@media screen and (max-width: 1921px) {
  .es shopping-list-view .navbar .navbar-nav,
  .nl shopping-list-view .navbar .navbar-nav,
  .pl shopping-list-view .navbar .navbar-nav,
  .pt shopping-list-view .navbar .navbar-nav,
  .fi shopping-list-view .navbar .navbar-nav,
  .ru shopping-list-view .navbar .navbar-nav,
  .cs shopping-list-view .navbar .navbar-nav,
  .sv shopping-list-view .navbar .navbar-nav,
  .ro shopping-list-view .navbar .navbar-nav {
    width: 100%;
  }
  .es add-free-text-item .type-list,
  .nl add-free-text-item .type-list,
  .pl add-free-text-item .type-list,
  .pt add-free-text-item .type-list,
  .fi add-free-text-item .type-list,
  .ru add-free-text-item .type-list,
  .cs add-free-text-item .type-list,
  .sv add-free-text-item .type-list,
  .ro add-free-text-item .type-list {
    height: 31px;
  }
  .fr shopping-list-view .navbar .navbar-nav,
  .en shopping-list-view .navbar .navbar-nav,
  .it shopping-list-view .navbar .navbar-nav,
  .hu shopping-list-view .navbar .navbar-nav,
  .no shopping-list-view .navbar .navbar-nav,
  .da shopping-list-view .navbar .navbar-nav,
  .de shopping-list-view .navbar .navbar-nav {
    width: 100%;
  }
}
@media screen and (max-width: 1281px) {
  .ru workorder .navbar .navbar-nav {
    width: 100%;
  }
  .ru workorder add-free-text-item .type-list {
    height: 31px;
    margin-bottom: 3px;
  }
}
.search-dms-modal-primary > .modal-dialog {
  width: 666px;
}
.shopping-list-heading {
  background-color: #eeeeee;
  font-weight: 600;
  padding-left: 0px;
}
.lower-list-item {
  height: 27px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.list-container {
  border: 1px solid #eee;
  border-radius: 10px;
  min-height: 50px;
  padding: 10px 5px 10px 5px;
  overflow: auto;
}
.uppercase {
  text-transform: uppercase;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 3px 15px;
  margin-bottom: -2px;
  background-color: #fff;
  border: 1px solid #1e1e1e;
}
.btn.btn-nav {
  border-color: #1e1e1e;
  color: #1e1e1e;
  background-color: #cccccc;
  height: 28px;
}
shopping-list-manager .navbar {
  margin: 5px 15px;
}
shopping-list-manager .navbar .navbar-nav {
  width: calc(100% - 160px);
  float: left;
}
shopping-list-manager .navbar .navbar-nav button {
  margin: 3px 3px 3px 0px;
}
shopping-list-manager .navbar .navbar-header-right {
  float: right;
}
shopping-list-manager .content-box {
  padding: 15px 0px;
}
shopping-list-manager .content-box .list-container {
  border: 1px solid #999;
  border-radius: 5px;
  height: auto;
  padding: 15px;
}
shopping-list-manager .content-box .list-container .list-inner-container {
  height: 350px;
  overflow-y: scroll;
}
shopping-list-manager .input-group-addon {
  background: #eee;
  color: #555;
  border-radius: 4px;
  border: solid 1px #999;
}
shopping-list-manager input[date-time] {
  cursor: pointer !important;
}
.col-shopping-list {
  border-right: solid 1px #cfcfcf;
  margin-top: 35px;
  position: relative;
  height: 345px;
}
.col-shopping-list .head-section {
  position: absolute;
  top: -35px;
}
.col-shopping-info {
  border-right: solid 1px #cfcfcf;
  height: 345px;
  margin-top: 35px;
}
.col-shopping-info > .row {
  padding-left: 15px;
  padding-right: 15px;
}
.col-shopping-info > .row label {
  width: 97px;
  float: left;
  padding-right: 0px;
  padding-left: 0px;
}
.col-shopping-info > .row .col-md-8 {
  width: calc(100% - 97px);
  padding-right: 0px;
  padding-left: 0px;
}
.col-shopping-dms {
  margin-top: 35px;
}
.col-shopping-dms .title {
  text-decoration: underline;
}
.col-shopping-dms > .row {
  padding-left: 15px;
  padding-right: 15px;
}
.col-shopping-dms > .row label {
  width: 153px !important;
  float: left;
  padding-right: 0px;
  padding-left: 0px;
}
.col-shopping-dms > .row .col-md-6 {
  width: calc(100% - 153px);
  padding-right: 0px;
  padding-left: 0px;
}
@media screen and (max-width: 1921px) {
  .nl shopping-list-manager .navbar .navbar-nav,
  .no shopping-list-manager .navbar .navbar-nav,
  .hu shopping-list-manager .navbar .navbar-nav,
  .it shopping-list-manager .navbar .navbar-nav,
  .fr shopping-list-manager .navbar .navbar-nav,
  .es shopping-list-manager .navbar .navbar-nav,
  .da shopping-list-manager .navbar .navbar-nav,
  .de shopping-list-manager .navbar .navbar-nav,
  .en shopping-list-manager .navbar .navbar-nav {
    width: 100%;
  }
}
@media screen and (max-width: 1921px) {
  .hu .shoppinglist-reminder .modal-dialog {
    width: 700px;
  }
}
.sub-page {
  font-size: 12px;
  color: #000;
  font-weight: bold;
  padding: 10px 0 0 10px;
  margin-left: 20px;
}
.hide-prices-toggle {
  margin-top: 5px;
}
.exportToDMSLink {
  color: blue;
}
shopping .navbar {
  position: relative;
}
shopping .subViewContent {
  top: 0;
}
shopping .nav-tabs {
  margin-bottom: 10px;
}
#backToSessionIcon {
  margin-right: 10px;
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
  color: #2196F3;
}
.fa-arrow-circle-left:hover {
  color: #95989e;
}
.base-code-match-spns .part-list {
  max-height: 300px;
  overflow-y: scroll;
}
.base-code-matching-spn-dialog .modal-dialog {
  width: 900px;
}
.changepoint div {
  float: left;
}
shopping-list-template .navbar {
  margin: 5px 15px;
}
shopping-list-template .navbar .navbar-nav button {
  margin: 3px 3px 3px 0px;
}
shopping-list-template .container {
  padding: 15px 0px;
}
support-details #supportMailLink {
  visibility: hidden;
}
support-details .email-button {
  margin: 10px 2px 10px 12px;
}
support-details .contact-self {
  align-items: center;
  font-size: 12px;
  outline: 1px solid #1e1e1e;
}
support-details .contact-self div {
  padding: 0 10px;
}
support-details .contact-self .contact-self-msg {
  max-width: 450px;
}
support-details .contact-self .contact-self-website {
  width: 300px;
}
support-details .contact-self .contact-self-phone,
support-details .contact-self .contact-self-fax {
  display: inline-block;
  margin-left: 10px;
}
support-details .contact-self a {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  color: #1e1e1e;
}
support-details .contact-self a:hover {
  white-space: normal;
  text-decoration: none;
  background: #525252;
  color: #fff;
}
support-details .contact-self .contact-title {
  font-weight: 700;
  margin-right: 2px;
}
support-details .hide-prices-toggle {
  margin-top: 5px;
}
support-details .support-title {
  padding-top: 10px;
  padding-bottom: 10px;
}
support-details .support-title-context {
  padding: 0 10px;
  font-size: 12px;
}
support-details .support-component-context {
  padding: 0 10px;
  font-size: 12px;
}
support-details .support-component-context ul {
  padding: 0;
}
support-details .support-component-context ul .list-style-type {
  font-weight: 700;
  margin-right: 0.5em;
}
support-details .selected-component-container {
  display: table;
}
support-details .selected-component-container .support-title,
support-details .selected-component-container .support-title-context {
  display: table-cell;
}
support-details .selected-component-container .support-title {
  width: 190px;
}
support-details .line {
  padding: 0 10px;
  font-size: 9px;
  border-bottom: 1px solid #1e1e1e;
}
support-details .session-info label {
  width: 150px;
}
support-details .support-contact-info-column label {
  width: 230px;
}
support-details .support-contact-info-column input {
  width: 300px;
}
support-details .support-contact-info-column textarea {
  width: 70%;
  max-width: 650px;
}
support-details .support-contact-info-column .commit-info-label {
  width: 150px;
  float: left;
}
@media (max-width: 1400px) {
  support-details .support-contact-info-column label {
    width: 150px;
  }
}
.navbarShopping .navbar-header {
  height: 36px;
  border-right: 1px solid #e1e2e4;
  top: 41px;
}
a.navbar-brand {
  margin: 8px 15px;
  padding: 0;
  height: auto;
}
a.navbar-brand:hover {
  background-color: #8c8c8c;
}
a.navbar-brand:hover .label {
  color: #fff;
}
a.navbar-brand:hover .functional-icon {
  visibility: visible;
}
a.navbar-brand .functional-icon {
  width: 23px;
  height: 16px;
  position: relative;
  float: right;
  left: 0px;
  visibility: hidden;
  padding-right: 0px;
  border-left: 0px;
  border-right: 0px;
  margin-right: 5px;
}
.add-vin-icon {
  background: url("/assets/images/icon/e7744cef.AddVinIcon.png") no-repeat transparent;
}
.remove-vin-icon {
  background: url("/assets/images/icon/3d41677a.RemoveVinIcon.png") no-repeat transparent;
}
.add-note-icon {
  background: url("/assets/images/6610e06d.add-note-white.png") no-repeat transparent;
}
select#add-note-select {
  float: right;
  width: 88px;
  height: 31px;
  margin-right: 5px;
  text-transform: uppercase;
  display: none;
}
select#add-note-select:disabled {
  color: #b2b2b2;
}
.mail-padding {
  padding-left: 0px;
}
#mailAttachment {
  background: url("/assets/images/82c77ab5.attachmentIcon.gif") no-repeat left center transparent;
  padding-left: 18px;
  margin-top: -2px;
  border: 0;
}
#mailContent {
  resize: none;
  height: 300px;
}
catalogue .component-visua-access .visual-access-cell.group-image {
  width: 158px;
}
catalogue .component-visua-access .visual-access-cell.group-image img {
  width: 158px;
  height: 109px ;
}
catalogue .component-visua-access .visual-access-cell.section-image {
  width: 168px;
}
catalogue .component-visua-access .visual-access-cell.section-image img {
  width: 168px;
  height: 258px;
}
catalogue .component-visua-access .visual-access-cell.direct-image {
  width: 12%;
  margin-right: 10px;
  margin-left: 10px;
}
catalogue .component-visua-access .visual-access-cell.direct-image .visual-access-image {
  width: 127px;
}
catalogue .component-visua-access .visual-access-cell.direct-image img {
  width: 127px;
  height: 85px;
}
.btn {
  border-color: #1e1e1e;
  background-color: #fff;
}
.btn-default {
  border-color: #1e1e1e;
  background-color: #525252;
}
.ecat-panel-body {
  background-color: rgba(255, 255, 255, 0.85);
}
.ecat-panel-heading {
  background-color: rgba(255, 255, 255, 0.95);
}
.modal-title {
  color: #1e1e1e;
}
.disabled-no-cursor {
  color: #8c8c8c;
  background-color: #e8e8e8;
  border-color: #e8e8e8;
}
.ecat-banner {
  background: #fff url('') no-repeat center center;
}
.ecat-banner-small {
  background: transparent url('/assets/images/a52bfafc.brand-logo-70.png') no-repeat left center;
  min-width: 154px;
  min-height: 75px;
}
.ecat-banner-large {
  background: transparent url('/assets/images/a52bfafc.brand-logo-70.png') no-repeat left center;
  min-width: 154px;
  min-height: 105px;
  background-size: 35%;
  margin-top: -10px;
}
.ecat-heading {
  background: transparent url('') no-repeat center center;
}
.ecat-logo {
  /* background: @ecat-component-bg url('@{ecat-logo-background}') no-repeat center top;
  min-height: @footer-height; */
  height: 23px;
  background-color: #e8e8e8;
  color: #1e1e1e;
}
.ecat-footer-ctlogo {
  background-size: 70%;
  position: relative;
  width: 238px;
  height: 79px;
  margin: -98px auto;
}
.ecat-page-landing {
  background: #525252 url('/assets/images/32810f4e.background-1920.jpg') no-repeat right center;
  top: 104px;
  background-size: cover;
  position: absolute;
}
.ecat-page {
  padding-top: 70px;
  padding-bottom: 99px;
}
@media (min-width: 768px) {
  .ecat-page-landing {
    background: #525252 url('/assets/images/32810f4e.background-1920.jpg') no-repeat right center;
    /* top: @banner-height-large - @footer-height; */
    top: 90px;
    background-size: cover;
    position: absolute;
  }
  .ecat-page {
    /*padding-top: @banner-height-large;*/
    padding-top: 106px;
  }
  .ecat-banner-large {
    background-size: 40%;
  }
}
@media (min-width: 992px) {
  .ecat-page-landing {
    background: #525252 url('/assets/images/32810f4e.background-1920.jpg') no-repeat right center;
    background-size: cover;
  }
  .ecat-banner-large {
    background-size: 40%;
  }
}
/*@media (min-width: 1024px) {
  .ecat-page-landing {
    background: @ecat-page-bg url('@{ecat-page-background-1440}') no-repeat right center;
  }

  .ecat-banner-large {
    background-size: 38%;
  }
}*/
@media (min-width: 1200px) {
  .ecat-page-landing {
    background: #525252 url('/assets/images/32810f4e.background-1920.jpg') no-repeat right center;
    background-size: cover;
  }
  .ecat-banner-large {
    background-size: 32%;
  }
}
@media (min-width: 1440px) {
  .ecat-page-landing {
    background: #525252 url('/assets/images/32810f4e.background-1920.jpg') no-repeat center center;
    background-size: cover;
  }
  .ecat-banner-large {
    background-size: 29%;
  }
}
@media (min-width: 1920px) {
  .ecat-page-landing {
    background: #525252 url('/assets/images/32810f4e.background-1920.jpg') no-repeat center center;
    background-size: 110%;
  }
  .ecat-banner-large {
    background-size: 21%;
  }
}
@media (min-width: 1200px) {
  .cs .ecat-page-one-toolbar-padding {
    padding-top: 132px;
  }
  .cs .ecat-banner-one-toolbar-height {
    height: 132px;
  }
  .cs .ecat-page-two-toolbar-padding {
    padding-top: 180px;
  }
  .cs .ecat-banner-two-toolbar-height {
    height: 180px;
  }
  .cs shopping-list-view .navbar .navbar-nav {
    width: 100%;
  }
  .cs #main-bar search-menu .searchText .input-group {
    width: 170px;
  }
  .cs #main-bar search-menu .searchText .search-input {
    width: 134px;
  }
  .cs catalogue .navbar-left-container {
    flex-basis: 85%;
  }
  .cs catalogue .navbar-left-container .nav-pills {
    padding-left: 0;
    margin-bottom: 5px;
  }
}
@media (min-width: 1440px) {
  .cs #main-bar search-menu .searchText .input-group {
    width: 197px;
  }
  .cs #main-bar search-menu .searchText .search-input {
    width: 160px;
  }
  .cs catalogue .navbar-left-container {
    flex-basis: 85%;
  }
  .cs catalogue .navbar-left-container .nav-pills {
    padding-left: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1600px) {
  .cs .ecat-page-one-toolbar-padding {
    padding-top: 110px;
  }
  .cs .ecat-banner-one-toolbar-height {
    height: 110px;
  }
  .cs .ecat-page-two-toolbar-padding {
    padding-top: 150px;
  }
  .cs .ecat-banner-two-toolbar-height {
    height: 150px;
  }
  .cs catalogue .navbar-left-container {
    flex-basis: 85%;
  }
  .cs catalogue .navbar-left-container .nav-pills {
    padding-left: 0;
    margin-bottom: 0;
  }
  .cs catalogue .navbar-left-container search-menu {
    margin-bottom: 0;
  }
}
@media (min-width: 1680px) {
  .cs .ecat-page-two-toolbar-padding {
    padding-top: 150px;
  }
  .cs .ecat-banner-two-toolbar-height {
    height: 150px;
  }
  .cs hopping-list-view .navbar .navbar-nav {
    width: calc(-60%);
  }
  .cs catalogue .navbar-left-container {
    flex-basis: 85%;
  }
  .cs catalogue .navbar-left-container .nav-pills {
    padding-left: 0;
    margin-bottom: 0;
  }
  .cs catalogue .navbar-left-container search-menu {
    margin-bottom: 0;
  }
}
@media (min-width: 1920px) {
  .cs .split-after-direct-access {
    display: block;
  }
  .cs catalogue .navbar-left-container {
    flex-basis: 90%;
  }
  .cs catalogue .navbar-left-container .nav-pills {
    padding-left: 0;
    margin-bottom: 0;
  }
  .cs catalogue .navbar-left-container search-menu {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .el .ecat-page-one-toolbar-padding {
    padding-top: 175px;
  }
  .el .ecat-banner-one-toolbar-height {
    height: 175px;
  }
  .el .ecat-page-two-toolbar-padding {
    padding-top: 220px;
  }
  .el .ecat-banner-two-toolbar-height {
    height: 220px;
  }
  .el .direct-access-container {
    flex-basis: 100%;
    position: relative;
    margin-bottom: 10px;
  }
  .el .direct-access-container direct-access {
    position: absolute;
    right: 0;
  }
  .el .split-after-direct-access {
    display: none;
  }
  .el shopping-list-view .navbar .navbar-nav {
    width: 100%;
  }
  .el #main-bar search-menu .searchText .input-group {
    width: 170px;
  }
  .el #main-bar search-menu .searchText .search-input {
    width: 134px;
  }
  .el .header-nav-container {
    width: 95%;
  }
  .el catalogue .navbar-left-container {
    flex-basis: 85%;
  }
  .el catalogue .navbar-left-container .nav-pills {
    padding-left: 0;
    margin-bottom: 5px;
  }
  .el catalogue .navbar-left-container search-menu {
    margin-bottom: 3px;
  }
  .el ecat catalogue .subViewContent {
    top: 87px;
  }
}
@media (min-width: 1440px) {
  .el #main-bar search-menu .searchText .input-group {
    width: 220px;
  }
  .el #main-bar search-menu .searchText .search-input {
    width: 185px;
  }
}
@media (min-width: 1600px) {
  .el .ecat-page-two-toolbar-padding {
    padding-top: 220px;
  }
  .el .ecat-banner-two-toolbar-height {
    height: 220px;
  }
  .el .direct-access-container {
    flex-basis: 100%;
    position: relative;
    margin-bottom: 10px;
  }
  .el .direct-access-container direct-access {
    position: absolute;
    right: 0;
  }
  .el .header-nav-container {
    width: auto;
  }
}
@media (min-width: 1680px) {
  .el .ecat-page-one-toolbar-padding {
    padding-top: 135px;
  }
  .el .ecat-banner-one-toolbar-height {
    height: 135px;
  }
  .el .ecat-page-two-toolbar-padding {
    padding-top: 180px;
  }
  .el .ecat-banner-two-toolbar-height {
    height: 180px;
  }
  .el .direct-access-container {
    flex-basis: auto;
    position: static;
    margin-bottom: 0;
  }
  .el .direct-access-container direct-access {
    position: static;
    right: none;
  }
  .el .split-after-direct-access {
    display: none;
  }
  .el hopping-list-view .navbar .navbar-nav {
    width: calc(-60%);
  }
  .el catalogue .navbar-left-container {
    flex-basis: 85%;
  }
  .el catalogue .navbar-left-container .nav-pills {
    padding-left: 0;
    margin-bottom: 5px;
  }
  .el catalogue .navbar-left-container search-menu {
    margin-bottom: 8px;
  }
}
@media (min-width: 1920px) {
  .el .ecat-page-one-toolbar-padding {
    padding-top: 110px;
  }
  .el .ecat-banner-one-toolbar-height {
    height: 110px;
  }
  .el .ecat-page-two-toolbar-padding {
    padding-top: 150px;
  }
  .el .ecat-banner-two-toolbar-height {
    height: 150px;
  }
  .el .split-after-direct-access {
    display: block;
  }
  .el catalogue .navbar-left-container {
    flex-basis: 90%;
  }
  .el catalogue .navbar-left-container .nav-pills {
    padding-left: 0;
    margin-bottom: 0;
  }
  .el catalogue .navbar-left-container search-menu {
    margin-bottom: 0;
  }
  .el ecat catalogue .subViewContent {
    top: 47px;
  }
}
@media (min-width: 1200px) {
  .pl shopping-list-view .navbar .navbar-nav {
    width: 100%;
  }
  .pl catalogue .navbar-left-container {
    flex-basis: 85%;
  }
  .pl catalogue .navbar-left-container .nav-pills {
    padding-left: 0;
    margin-bottom: 5px;
  }
}
@media (min-width: 1440px) {
  .pl catalogue .navbar-left-container {
    flex-basis: 88%;
  }
  .pl catalogue .navbar-left-container .nav-pills {
    padding-left: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .ro .ecat-page-one-toolbar-padding {
    padding-top: 155px;
  }
  .ro .ecat-banner-one-toolbar-height {
    height: 155px;
  }
  .ro .ecat-page-two-toolbar-padding {
    padding-top: 200px;
  }
  .ro .ecat-banner-two-toolbar-height {
    height: 200px;
  }
  .ro .direct-access-container {
    flex-basis: 100%;
    position: relative;
    margin-bottom: 10px;
  }
  .ro .direct-access-container direct-access {
    position: absolute;
    right: 0;
  }
  .ro .split-after-direct-access {
    display: none;
  }
  .ro shopping-list-view .navbar .navbar-nav {
    width: 100%;
  }
  .ro #main-bar search-menu .searchText .input-group {
    width: 170px;
  }
  .ro #main-bar search-menu .searchText .search-input {
    width: 134px;
  }
  .ro catalogue .navbar-left-container {
    flex-basis: 85%;
  }
  .ro catalogue .navbar-left-container .nav-pills {
    padding-left: 0;
    margin-bottom: 5px;
  }
  .ro catalogue .navbar-left-container search-menu {
    margin-bottom: 3px;
  }
  .ro ecat catalogue .subViewContent {
    top: 87px;
  }
}
@media (min-width: 1440px) {
  .ro #main-bar search-menu .searchText .input-group {
    width: 200px;
  }
  .ro #main-bar search-menu .searchText .search-input {
    width: 160px;
  }
}
@media (min-width: 1600px) {
  .ro .ecat-page-two-toolbar-padding {
    padding-top: 200px;
  }
  .ro .ecat-banner-two-toolbar-height {
    height: 200px;
  }
  .ro .direct-access-container {
    flex-basis: 100%;
    position: relative;
    margin-bottom: 10px;
  }
  .ro .direct-access-container direct-access {
    position: absolute;
    right: 0;
  }
  .ro catalogue .navbar-left-container {
    flex-basis: 85%;
  }
  .ro catalogue .navbar-left-container .nav-pills {
    padding-left: 0;
    margin-bottom: 0;
  }
  .ro catalogue .navbar-left-container search-menu {
    margin-bottom: 0;
  }
  .ro ecat catalogue .subViewContent {
    top: 47px;
  }
}
@media (min-width: 1680px) {
  .ro .ecat-page-one-toolbar-padding {
    padding-top: 115px;
  }
  .ro .ecat-banner-one-toolbar-height {
    height: 115px;
  }
  .ro .ecat-page-two-toolbar-padding {
    padding-top: 150px;
  }
  .ro .ecat-banner-two-toolbar-height {
    height: 150px;
  }
  .ro .direct-access-container {
    flex-basis: auto;
    position: static;
    margin-bottom: 0;
  }
  .ro .direct-access-container direct-access {
    position: static;
    right: none;
  }
  .ro .split-after-direct-access {
    display: none;
  }
  .ro hopping-list-view .navbar .navbar-nav {
    width: calc(-60%);
  }
  .ro catalogue .navbar-left-container {
    flex-basis: 85%;
  }
  .ro catalogue .navbar-left-container .nav-pills {
    padding-left: 0;
    margin-bottom: 0;
  }
  .ro catalogue .navbar-left-container search-menu {
    margin-bottom: 0;
  }
}
@media (min-width: 1920px) {
  .ro .split-after-direct-access {
    display: block;
  }
  .ro catalogue .navbar-left-container {
    flex-basis: 90%;
  }
  .ro catalogue .navbar-left-container .nav-pills {
    padding-left: 0;
    margin-bottom: 0;
  }
  .ro catalogue .navbar-left-container search-menu {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .ru .ecat-page-one-toolbar-padding {
    padding-top: 155px;
  }
  .ru .ecat-banner-one-toolbar-height {
    height: 155px;
  }
  .ru .ecat-page-two-toolbar-padding {
    padding-top: 200px;
  }
  .ru .ecat-banner-two-toolbar-height {
    height: 200px;
  }
  .ru .direct-access-container {
    flex-basis: 100%;
    position: relative;
    margin-bottom: 10px;
  }
  .ru .direct-access-container direct-access {
    position: absolute;
    right: 0;
  }
  .ru .split-after-direct-access {
    display: none;
  }
  .ru shopping-list-view .navbar .navbar-nav {
    width: 100%;
  }
  .ru #main-bar search-menu .searchText .input-group {
    width: 170px;
  }
  .ru #main-bar search-menu .searchText .search-input {
    width: 134px;
  }
  .ru catalogue .navbar-left-container {
    flex-basis: 85%;
  }
  .ru catalogue .navbar-left-container .nav-pills {
    padding-left: 0;
    margin-bottom: 5px;
  }
  .ru catalogue .navbar-left-container search-menu {
    margin-bottom: 3px;
  }
  .ru .nav-secondary .nav-vehicle-category-type {
    flex-basis: 85%;
  }
  .ru ecat catalogue .subViewContent {
    top: 87px;
  }
}
@media (min-width: 1440px) {
  .ru #main-bar search-menu .searchText .input-group {
    width: 200px;
  }
  .ru #main-bar search-menu .searchText .search-input {
    width: 160px;
  }
}
@media (min-width: 1600px) {
  .ru .ecat-page-two-toolbar-padding {
    padding-top: 200px;
  }
  .ru .ecat-banner-two-toolbar-height {
    height: 200px;
  }
  .ru .direct-access-container {
    flex-basis: 100%;
    position: relative;
    margin-bottom: 10px;
  }
  .ru .direct-access-container direct-access {
    position: absolute;
    right: 0;
  }
  .ru .nav-secondary .nav-vehicle-category-type {
    flex-basis: 50%;
  }
}
@media (min-width: 1680px) {
  .ru .ecat-page-one-toolbar-padding {
    padding-top: 115px;
  }
  .ru .ecat-banner-one-toolbar-height {
    height: 115px;
  }
  .ru .ecat-page-two-toolbar-padding {
    padding-top: 150px;
  }
  .ru .ecat-banner-two-toolbar-height {
    height: 150px;
  }
  .ru .direct-access-container {
    flex-basis: auto;
    position: static;
    margin-bottom: 0;
  }
  .ru .direct-access-container direct-access {
    position: static;
    right: none;
  }
  .ru .split-after-direct-access {
    display: none;
  }
  .ru hopping-list-view .navbar .navbar-nav {
    width: calc(-60%);
  }
}
@media (min-width: 1920px) {
  .ru .split-after-direct-access {
    display: block;
  }
  .ru catalogue .navbar-left-container {
    flex-basis: 90%;
  }
  .ru catalogue .navbar-left-container .nav-pills {
    padding-left: 0;
    margin-bottom: 0;
  }
  .ru catalogue .navbar-left-container search-menu {
    margin-bottom: 0;
  }
  .ru .nav-secondary .nav-vehicle-category-type {
    flex-basis: 45%;
  }
  .ru ecat catalogue .subViewContent {
    top: 47px;
  }
}
@media (min-width: 1200px) {
  .tr .ecat-page-one-toolbar-padding {
    padding-top: 155px;
  }
  .tr .ecat-banner-one-toolbar-height {
    height: 155px;
  }
  .tr .ecat-page-two-toolbar-padding {
    padding-top: 200px;
  }
  .tr .ecat-banner-two-toolbar-height {
    height: 200px;
  }
  .tr .direct-access-container {
    flex-basis: 100%;
    position: relative;
    margin-bottom: 10px;
  }
  .tr .direct-access-container direct-access {
    position: absolute;
    right: 0;
  }
  .tr .split-after-direct-access {
    display: none;
  }
  .tr shopping-list-view .navbar .navbar-nav {
    width: 100%;
  }
  .tr #main-bar search-menu .searchText .input-group {
    width: 170px;
  }
  .tr #main-bar search-menu .searchText .search-input {
    width: 134px;
  }
  .tr catalogue .navbar-left-container {
    flex-basis: 85%;
  }
  .tr catalogue .navbar-left-container .nav-pills {
    padding-left: 0;
    margin-bottom: 5px;
  }
  .tr catalogue .navbar-left-container search-menu {
    margin-bottom: 3px;
  }
  .tr ecat catalogue .subViewContent {
    top: 87px;
  }
}
@media (min-width: 1440px) {
  .tr #main-bar search-menu .searchText .input-group {
    width: 200px;
  }
  .tr #main-bar search-menu .searchText .search-input {
    width: 160px;
  }
}
@media (min-width: 1600px) {
  .tr .ecat-page-two-toolbar-padding {
    padding-top: 200px;
  }
  .tr .ecat-banner-two-toolbar-height {
    height: 200px;
  }
  .tr .direct-access-container {
    flex-basis: 100%;
    position: relative;
    margin-bottom: 10px;
  }
  .tr .direct-access-container direct-access {
    position: absolute;
    right: 0;
  }
  .tr catalogue .navbar-left-container {
    flex-basis: 85%;
  }
  .tr catalogue .navbar-left-container .nav-pills {
    padding-left: 0;
    margin-bottom: 0;
  }
  .tr catalogue .navbar-left-container search-menu {
    margin-bottom: 0;
  }
  .tr ecat catalogue .subViewContent {
    top: 47px;
  }
}
@media (min-width: 1680px) {
  .tr .ecat-page-one-toolbar-padding {
    padding-top: 115px;
  }
  .tr .ecat-banner-one-toolbar-height {
    height: 115px;
  }
  .tr .ecat-page-two-toolbar-padding {
    padding-top: 150px;
  }
  .tr .ecat-banner-two-toolbar-height {
    height: 150px;
  }
  .tr .direct-access-container {
    flex-basis: auto;
    position: static;
    margin-bottom: 0;
  }
  .tr .direct-access-container direct-access {
    position: static;
    right: none;
  }
  .tr .split-after-direct-access {
    display: none;
  }
  .tr hopping-list-view .navbar .navbar-nav {
    width: calc(-60%);
  }
  .tr catalogue .navbar-left-container {
    flex-basis: 85%;
  }
  .tr catalogue .navbar-left-container .nav-pills {
    padding-left: 0;
    margin-bottom: 0;
  }
  .tr catalogue .navbar-left-container search-menu {
    margin-bottom: 0;
  }
}
@media (min-width: 1920px) {
  .tr .split-after-direct-access {
    display: block;
  }
  .tr catalogue .navbar-left-container {
    flex-basis: 90%;
  }
  .tr catalogue .navbar-left-container .nav-pills {
    padding-left: 0;
    margin-bottom: 0;
  }
  .tr catalogue .navbar-left-container search-menu {
    margin-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .us #main-bar search-menu .searchText .input-group {
    width: 170px;
  }
  .us #main-bar search-menu .searchText .search-input {
    width: 134px;
  }
  .us catalogue .navbar-left-container {
    flex-basis: auto;
  }
  .us catalogue .navbar-left-container .nav-pills {
    padding-left: 0;
    margin-bottom: 5px;
  }
}
@media (min-width: 1375px) {
  .us #main-bar search-menu .searchText .input-group {
    width: 200px;
  }
  .us #main-bar search-menu .searchText .search-input {
    width: 160px;
  }
}
@media (min-width: 1600px) {
  .us #main-bar search-menu .searchText .input-group {
    width: 200px;
  }
  .us #main-bar search-menu .searchText .search-input {
    width: 160px;
  }
}
.kits-part-card-dialog > .modal-dialog {
  width: 950px !important;
}
.kits-part-card-dialog .th {
  height: 30px;
  margin-top: 10px;
}
.kits-part-card-dialog .th div {
  background: #cccccc;
  height: 100%;
  vertical-align: middle;
}
.kits-part-card-dialog .th div label {
  padding-top: 5px;
}
.kits-part-card-dialog .th .div-split {
  border-right: 1px solid white;
}
.kits-part-card-dialog .sub-title {
  color: #0000ff !important;
  min-width: 135px;
}
.kits-part-card-dialog .associatedPartDiv {
  height: 105px;
  overflow-y: auto;
}
.kits-part-card-dialog .center-box {
  padding-bottom: 0;
}
.kits-part-card-dialog .menu-buttons {
  display: inline-flex;
}
.kits-part-card-dialog .menu-buttons div {
  margin-right: 10px;
}
.kits-part-card-dialog .content .collapse-header {
  margin-top: 5px;
  background: #cccccc;
  text-transform: uppercase;
  font-weight: bold;
}
.kits-part-card-dialog .content .collapse-content {
  padding-bottom: 10px;
  border-left: 1px solid #e1e2e4;
  border-right: 1px solid #e1e2e4;
  border-top: none;
  background: #ffffff;
}
.kits-part-card-dialog .content .collapse-content .title {
  color: #000;
  min-width: 60px;
}
.kits-part-card-dialog .content .collapse-content .title span {
  text-transform: uppercase;
}
.kits-part-card-dialog .content .vehicle-applicability {
  border-left: 1px solid #e1e2e4;
  border-right: 1px solid #e1e2e4;
  border-bottom: 1px solid #e1e2e4;
  background: #ffffff;
  margin-top: -10px;
  padding-bottom: 5px;
}
.kits-part-card-dialog .content .vehicle-applicability > .th {
  height: 30px;
  margin-left: -15px;
  margin-right: -15px;
}
.kits-part-card-dialog .content .vehicle-applicability > .th div {
  background: #cccccc;
  height: 100%;
  vertical-align: middle;
  width: 100%;
}
.kits-part-card-dialog .content .vehicle-applicability > .th div label {
  margin-top: 2px;
  padding-left: 30px;
  height: 30px;
  font-weight: bold;
}
.kits-part-card-dialog new-shopping-list-selector > .select2 {
  max-width: 390px;
}
.kits-part-card-dialog .associatedPartDiv {
  height: auto;
  max-height: 105px;
  overflow-y: auto;
  margin-right: -30px;
  margin-bottom: -5px;
}
.kits-part-card-dialog .vehicle-applicability-name {
  width: 95%;
  float: left;
}
.kits-part-card-dialog .left {
  float: left;
}
.about-modal-primary > .modal-dialog {
  width: 700px;
}
.about-modal-primary .aboutHeaderButton {
  float: right;
  margin-right: 30px;
}
.about-modal-primary .aboutHeaderClose {
  margin: 0 auto;
}
.about-modal-primary .thirdParty {
  overflow: auto;
  height: 200px;
}
.about-modal-primary .leftConstants {
  margin-left: 2px;
}
.about-modal-primary a {
  text-decoration: underline;
}
.about-modal-primary a:hover {
  color: gray;
  text-decoration: none;
}
@media screen and (max-width: 1921px) {
  .fr .about-modal-primary > .modal-dialog,
  .nl .about-modal-primary > .modal-dialog,
  .sv .about-modal-primary > .modal-dialog,
  .fi .about-modal-primary > .modal-dialog,
  .pl .about-modal-primary > .modal-dialog {
    width: 820px;
  }
  .el .about-modal-primary > .modal-dialog {
    width: 880px;
  }
  .ru .about-modal-primary > .modal-dialog,
  .ro .about-modal-primary > .modal-dialog {
    width: 820px;
  }
  .ru .about-modal-primary .version,
  .ro .about-modal-primary .version {
    width: 90%;
    float: left;
  }
  .ru .about-modal-primary .version-colon,
  .ro .about-modal-primary .version-colon {
    width: 1%;
    float: left;
  }
}
.eula-modal-primary > .modal-dialog {
  width: 800px;
}
.eula-modal-primary .modal-left {
  min-height: 400px;
  border-right: 1px solid gray;
}
.eula-modal-primary .modal-right {
  height: 400px;
  overflow: auto;
}
.eula-modal-primary .eula-body {
  padding: 0px;
  margin: 0px;
}
.eula-modal-primary div > button {
  margin-bottom: 10px;
}
@media screen and (max-width: 1921px) {
  .es .eula-modal-primary > .modal-dialog {
    width: 850px;
  }
  .pl .eula-modal-primary > .modal-dialog {
    width: 960px;
  }
  .fr .eula-modal-primary > .modal-dialog {
    width: 1100px;
  }
  .sv .eula-modal-primary > .modal-dialog {
    width: 1150px;
  }
}
.select2-container .select2-choice {
  height: 31px;
  line-height: 31px;
}
.select2-container {
  margin-left: 5px;
}
.fa-shoppinglist-echeck {
  color: green;
}
.fa-shoppinglist-workorder {
  color: cornflowerblue;
}
.select2-container .select2-choice,
.select2-container.select2-drop-above .select2-choice {
  border-radius: 0;
  background-image: none;
  background: #fff;
}
.select2-container .select2-choice .select2-arrow {
  background: #fff;
  background-image: none;
  width: 30px;
  border-left: 1px solid #aaa;
}
.select2-container .select2-choice .select2-arrow b {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 10px;
  margin-top: -2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  background: none;
}
.select2-container-active .select2-choice .select2-arrow b,
.select2-container .select2-choice .select2-arrow b:hover {
  border-top: 4px solid #aaa;
}
.select2-results .select2-highlighted {
  background: #8c8c8c;
}
.select2-drop-active {
  border: 1px solid #000;
}
.select2-drop {
  border-radius: 0;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #aaa;
}
new-shopping-list-selector .seperator {
  display: none;
}
new-shopping-list-selector .select2-arrow {
  width: 15px !important;
  border: none !important;
}
new-shopping-list-selector .select2-arrow b {
  margin-left: 0 !important;
}
dealership-bar .select2-container {
  width: 250px;
}
dealership-bar .select2-container.full-length {
  width: 400px;
}
.alternative-parts-dialog .select2-container {
  width: 250px;
}
vin-reference .select2-container {
  width: 140px;
}
vin-reference .select2-container.full-length {
  width: 220px;
}
@media (min-width: 1800px) {
  vin-reference .select2-container {
    width: 200px;
  }
  vin-reference .select2-container.full-length {
    max-width: 400px;
  }
}
vin-reference new-shopping-list-selector .seperator {
  display: inline-block;
  width: 1px;
  border-left: 1px solid #e1e2e4;
  height: 40px;
  vertical-align: middle;
  margin: -6px -2px -5px 4px;
}
.part-info .select2-container {
  width: 250px;
}
.part-info .select2-container.full-length {
  width: 400px;
}
.icon-sl {
  width: 15px;
  display: inline-block;
  background: url("/assets/images/938953ea.shoppingCartDropDown.gif") no-repeat center center;
}
.icon-sl-evhc {
  background-image: url("/assets/images/2fb9a213.shoppingCartEcheckDropDown.gif");
}
.icon-sl-wo {
  background-image: url("/assets/images/fed9e662.workOrderDropDown.gif");
}
.icon-sl-empty {
  background-image: url("/assets/images/c9f9686c.shoppingBasketEmpty.gif");
}
#ClusterTable td.rightTab {
  width: calc(100% - 364px);
  position: absolute;
  padding: 10px;
}
#ClusterTable td.rightTab .right-inner-tab {
  border: 1px solid #000;
  background: #fff;
  padding: 10px;
}
.right-inner-tab td.epcGridHeader {
  border-bottom: 1px solid #1e1e1e;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 7px;
  padding-bottom: 8px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  white-space: nowrap;
  padding-top: 20px;
}
.cluster-jobs {
  OVERFLOW: auto;
  HEIGHT: 250px;
  width: 100%;
}
.epcGrid {
  border-top: 1px solid #000;
  min-width: 100%;
}
.right-inner-tab td.epcGridCell {
  padding: 10px;
  border-bottom: 1px solid #f2f2f2;
  white-space: nowrap;
}
.right-inner-tab tr:last-child td.epcGridCell {
  padding: 10px 10px 0;
  border-bottom: 0px solid #f2f2f2;
  white-space: nowrap;
}
input#remove,
input#createJob,
input#setDate,
input#clear,
input#uploadZipFile,
input#removeUpdateDataPkg,
input#removeAll {
  background: #525252;
  border: 1px solid #525252;
  color: #fff;
  padding: 6px 15px;
  margin-bottom: 20px;
}
input#remove:hover,
input#remove:focus,
input#createJob:hover,
input#createJob:focus,
input#setDate:hover,
input#setDate:focus,
input#clear:hover,
input#clear:focus,
input#uploadZipFile:hover,
input#uploadZipFile:focus,
input#removeUpdateDataPkg:hover,
input#removeUpdateDataPkg:focus,
input#removeAll:hover,
input#removeAll:focus {
  background: #3e3e3e;
  border: 1px solid #3e3e3e;
}
h4.heading-tab {
  text-transform: uppercase;
  font-weight: 600;
}
input#createJob,
input#remove,
input#removeAll {
  margin: 10px 0;
}
select.time-selector {
  margin: 5px 0 10px;
}
td.formText1.date-tab {
  padding: 0 0 5px;
  text-transform: capitalize;
}
input.data-cln {
  width: 100%;
}
.padding-btm-5 {
  padding-bottom: 5px;
}
span.padding-btm-5 {
  display: block;
  padding-top: 10px;
  font-weight: 500;
}
.button-combine {
  border-radius: 3px;
  color: #fff;
  border: 1px solid #525252;
  background-color: #525252;
  padding: 6px 10px;
}
.button-combine:hover {
  border: 1px solid #3e3e3e;
  background-color: #3e3e3e;
}
input#fileNameId.button1 {
  margin-bottom: 10px;
}
.data-package {
  float: left;
  overflow-y: auto;
  height: 250px;
  width: 100%;
  max-width: 344px;
  border: 1px solid #000;
  background: #fff;
  padding: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.data-package h4 {
  margin-bottom: 0;
}
.data-package table {
  padding: 10px 0;
}
table.uploaded-data-table {
  margin-bottom: 10px;
}
.uploaded-data-table {
  border: 0;
  background: #fff;
  padding: 10px;
  border-collapse: initial;
}
.uploaded-data-table .epcGridHeader {
  border-bottom: 1px solid #1e1e1e;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 7px;
  padding: 10px 0;
  text-align: center;
}
.uploaded-data-table .epcGridCell {
  padding: 10px;
  border-bottom: 1px solid #f2f2f2;
  text-align: center;
}
.uploaded-data-table tr:last-child .epcGridCell {
  padding: 10px 10px 0;
  border-bottom: 0px solid #f2f2f2;
}
.credentials-invalid {
  color: red;
}
#fileNameId {
  border: none;
  background: transparent;
}
#uiView {
  padding-bottom: 20px;
}
.hide-element {
  display: none;
}
.usability-cnt {
  margin: 0 auto;
  max-width: 450px;
  min-width: initial;
  border: 1px solid #ccc;
  padding: 20px;
  background: #fff;
  padding-bottom: 30px;
}
.usability-inner {
  float: left;
  width: 100%;
}
.usability-inner table {
  width: 100%;
}
.usability-inner table tr td {
  padding: 7px 0;
}
.data-cln {
  display: inline-block;
  width: 100px;
}
.data-btn {
  margin-top: -2px;
}
.usability-success {
  color: green;
  text-align: center;
}
.usability-error {
  color: red;
  text-align: center;
}
/** 18 july **/
.usability-inner tr:nth-child(3) td:first-child {
  width: 45%;
}
.title1 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 1px solid #1e1e1e;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.welcome-panel {
  padding-top: 33px;
}
.welcome-panel > div {
  margin-right: -15px;
  padding: 10px 0;
}
.data-update {
  width: 350px;
  margin: auto;
}
.login-in {
  padding-bottom: 10px;
}
.login-in label {
  padding-bottom: 5px;
}
.credentials-invalid {
  margin-bottom: 0;
  height: 20px;
}
.credentials-invalid #credentials-error {
  padding: 0;
}
#uiView {
  min-height: 700px;
}
#ecat-page {
  padding-top: 60px;
}
h1.col-sm-4 {
  margin-top: 28px;
}
.ecat-banner > .row {
  margin-top: 0px;
}
.fixed-right-content {
  padding-top: 10px;
}
.fixed-laber {
  padding-top: 5px;
}
.change-license-input {
  max-width: 600px;
}
.price-rigth-content {
  margin-top: 20px;
}
.price-btn-content {
  margin-top: 10px;
}
.change-license-input {
  background-color: #fff !important;
  cursor: default !important;
  max-width: 500px;
}
.change-license-msg {
  margin-left: 100px;
  font-size: 14px;
  font-weight: bold;
  color: blue;
}
.change-license-msg-content {
  margin-top: 20px;
  color: #337ab7;
  font-size: 14px;
}
.change-license-msg-content a {
  color: #337ab7;
  text-decoration: underline;
  font-weight: bold;
}
.popup-main-title {
  background-color: #709FCF;
  color: #FFFFFF;
  font-family: tahoma, helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  padding-bottom: 2px;
  padding-left: 7px;
  text-decoration: none;
}
.login-title {
  font-family: arial, helvetica, sans-serif;
  font-size: 15px;
  color: #FF6600;
  font-weight: bold;
  text-decoration: none;
  line-height: 15px;
  text-align: center;
}
.fixed-height {
  height: 27px;
}
.fixed-padding-left {
  padding-left: 5px;
}
.text-inline {
  display: inline-block;
}
.fixed-left-td-min-width {
  min-width: 120px;
}
.fixed-margin-bottom {
  margin-bottom: 0px;
}
.margin-50 {
  margin-right: 50px;
}
.fixed-right-content {
  padding-top: 10px;
}
.fixed-laber {
  padding-top: 5px;
}
.customer-offer-input {
  max-width: 600px;
}
.price-rigth-content {
  margin-top: 20px;
}
.price-btn-content {
  margin-top: 10px;
}
.customer-offer-input {
  background-color: #fff !important;
  cursor: default !important;
  max-width: 500px;
}
.customer-offer-msg {
  margin-left: 100px;
  font-size: 14px;
  font-weight: bold;
  color: blue;
}
.customer-offer-msg-content {
  margin-top: 20px;
  color: #337ab7;
  font-size: 14px;
}
.customer-offer-msg-content a {
  color: #337ab7;
  text-decoration: underline;
  font-weight: bold;
}
.textarea-width {
  width: 800px;
}
customer-offer-setting textarea {
  resize: none;
}
.cos-text {
  width: 550px !important;
}
d2d-link .fixed-right-content {
  padding-top: 10px;
}
d2d-link .fixed-laber {
  padding-top: 5px;
}
d2d-link .price-rigth-content {
  margin-top: 20px;
}
d2d-link .price-btn-content {
  margin-top: 10px;
}
d2d-link .d2d-link-input {
  background-color: #fff !important;
  cursor: default !important;
  max-width: 500px;
  width: 300px;
  margin-left: 5px;
}
d2d-link .d2d-link-msg {
  margin-left: 100px;
  font-size: 14px;
  font-weight: bold;
  color: blue;
}
d2d-link .d2d-link-msg-content {
  margin-top: 20px;
  color: #337ab7;
  font-size: 14px;
}
d2d-link .d2d-link-msg-content a {
  color: #337ab7;
  text-decoration: underline;
  font-weight: bold;
}
d2d-link .textarea-width {
  width: 800px;
}
.dealer-rigth-content {
  margin-top: 20px;
}
.dealer-file-input {
  background-color: #fff !important;
  cursor: default !important;
  max-width: 500px;
}
.browse-div {
  padding-right: 0;
}
.import-div {
  padding-left: 15px;
}
dealership-information .dealershipInformation-right-content {
  margin-left: 20px;
  min-width: 800px;
}
dealership-information .dealershipInformation-btn-content {
  text-align: left;
  margin-top: 30px;
  margin-left: 100px;
}
dealership-information .dealershipInformation-reminding {
  color: #337ab7;
  font-size: 14px;
}
dealership-information .dealershipInformation-marketRate {
  width: 200px;
}
dealership-information .dealershipInformation-input-label {
  padding-top: 5px;
  min-width: 125px;
}
dealership-information .dealershipInformation-msg {
  margin-left: 100px;
  font-size: 14px;
  font-weight: bold;
  color: blue;
}
dealership-information .info-content {
  padding-left: 0;
  padding-top: 5px;
}
.email-setting {
  padding: 0 15px;
}
.email-setting .es-column-con {
  -webkit-display: flex;
  display: flex;
  margin: 10px 0;
}
.email-setting .es-column-con .es-lab {
  width: 300px;
}
.email-setting .center-flex {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.email-setting .margig-r-10 {
  margin: 0 10px 0 0 !important;
}
.email-setting .es-button-con {
  margin-left: 200px;
  margin-top: 50px;
}
.email-setting .error-msg {
  color: red;
  line-height: 23px;
}
print-font-setup .right-content {
  margin-left: 20px;
  min-width: 800px;
}
print-font-setup .btn-content {
  text-align: left;
  margin-top: 30px;
  margin-left: 100px;
}
print-font-setup .apply-msg {
  margin-left: 100px;
  font-size: 14px;
  font-weight: bold;
  color: blue;
}
print-font-setup .btn-apply-to {
  margin-right: 15px;
}
.fixed-right-content {
  padding-top: 10px;
}
.fixed-laber {
  padding-top: 5px;
}
.change-license-input {
  max-width: 600px;
}
.price-rigth-content {
  margin-top: 20px;
}
.price-btn-content {
  margin-top: 10px;
}
.change-license-input {
  background-color: #fff !important;
  cursor: default !important;
  max-width: 500px;
}
.change-license-msg {
  margin-left: 100px;
  font-size: 14px;
  font-weight: bold;
  color: blue;
}
.change-license-msg-content {
  margin-top: 20px;
  color: #337ab7;
  font-size: 14px;
}
.change-license-msg-content a {
  color: #337ab7;
  text-decoration: underline;
  font-weight: bold;
}
.popup-main-title {
  background-color: #709FCF;
  color: #FFFFFF;
  font-family: tahoma, helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  padding-bottom: 2px;
  padding-left: 7px;
  text-decoration: none;
}
.login-title {
  font-family: arial, helvetica, sans-serif;
  font-size: 15px;
  color: #FF6600;
  font-weight: bold;
  text-decoration: none;
  line-height: 15px;
  text-align: center;
}
.icon-clear {
  font-size: 16px;
  cursor: pointer;
  position: absolute;
  margin-left: -20px;
}
.proxy-table tr {
  border: 10px solid transparent;
}
.animate-show-hide.ng-hide {
  opacity: 0;
}
.animate-show-hide.ng-hide-add {
  transition: all linear 0.3s;
}
.fixed-right-content {
  padding-top: 10px;
}
.fixed-laber {
  padding-top: 5px;
}
.proxy-setting-input {
  max-width: 600px;
}
.price-rigth-content {
  margin-top: 20px;
}
.price-btn-content {
  margin-top: 10px;
}
.proxy-setting-input {
  background-color: #fff !important;
  cursor: default !important;
  max-width: 500px;
}
.proxy-setting-msg {
  margin-left: 100px;
  font-size: 14px;
  font-weight: bold;
  color: blue;
}
.proxy-setting-msg-content {
  margin-top: 20px;
  color: #337ab7;
  font-size: 14px;
}
.proxy-setting-msg-content a {
  color: #337ab7;
  text-decoration: underline;
  font-weight: bold;
}
.popup-main-title {
  background-color: #709FCF;
  color: #FFFFFF;
  font-family: tahoma, helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  padding-bottom: 2px;
  padding-left: 7px;
  text-decoration: none;
}
.login-title {
  font-family: arial, helvetica, sans-serif;
  font-size: 15px;
  color: #FF6600;
  font-weight: bold;
  text-decoration: none;
  line-height: 15px;
  text-align: center;
}
.accessEPC {
  border: 1px solid #999999;
  padding: 10px 0 10px 0;
}
.scrollable-dealership-list .dsl.disabled {
  color: #d0d0d0 !important;
}
.scrollable-dealership-list .dsl.disabled.active {
  background-color: #a0a0a0 !important;
}
.scrollable-dealership-list .dsl:not(.active).disabled:hover,
.scrollable-dealership-list .dsl:not(.active).disabled:focus {
  background-color: white !important;
}
.attachment-viewer .ngdialog-content {
  width: 80% !important;
  padding: 0px!important;
  border-radius: 0 !important;
  position: absolute !important;
  top: 20px;
  right: 10%;
}
.attachment-viewer .ngdialog-content .iteminfo {
  background: #555555;
  color: #fff;
  padding: 8px;
  padding-left: 20px;
}
.attachment-viewer .ngdialog-content .attachmentlist {
  height: 600px;
  background: #fff;
  border: 1px solid #999999;
}
.attachment-viewer .ngdialog-content .attachmentlist ul {
  margin: 0;
  padding: 0;
}
.attachment-viewer .ngdialog-content .attachmentlist ul li {
  list-style-type: none;
}
.attachment-viewer .ngdialog-content .list-content {
  padding: 20px;
}
.attachment-viewer .ngdialog-content .attachContent {
  padding: 20px;
}
.attachment-viewer .ngdialog-content .attach-title {
  background: #999999;
  padding: 5px;
  color: #fff;
}
.attachment-viewer .ngdialog-content .attachmentPdf {
  padding-top: 100px;
  height: 600px;
  border: 1px solid #999999;
  background: #404040;
  color: #fff;
}
.attachment-viewer .ngdialog-content a {
  padding: 2px;
  font-family: Corbel, sans-serif;
}
.attachment-viewer .ngdialog-content a:hover {
  background: #d1d1d1!important;
  color: #000000;
}
.attachment-viewer .ngdialog-content a.selected {
  text-decoration-line: underline;
  text-decoration: underline;
}
.attachment-viewer .ngdialog-content a.a-link {
  text-decoration: underline;
  font-style: italic;
  color: #999999;
}
.attachment-viewer .ngdialog-content .attach-name {
  margin: 0 0 20px 0;
}
.attachment-viewer .ngdialog-content #frmViewer {
  width: 100%;
  height: 600px;
}
.attachment-viewer .ngdialog-content #imgViewer {
  max-width: 100%;
  margin: auto;
  display: block;
}
.attachment-viewer .attachment-viewer-content {
  min-height: 500px;
}
.attach-file-icon {
  transform: scale(0.8);
}
.nav-secondary .visual-access-view-icon::before {
  content: "\f009";
  font-family: FontAwesome;
}
.nav-secondary .visual-access-view-icon:hover {
  color: #0078c9;
}
.nav-secondary .visual-access-view-icon-blue::before {
  content: "\f009";
  font-family: FontAwesome;
  color: #0078c9;
}
.nav-secondary .list-view-icon::before {
  content: "\f03a";
  font-family: FontAwesome;
}
.nav-secondary .list-view-icon:hover {
  color: #0078c9;
}
.nav-secondary .list-view-icon-blue::before {
  content: "\f03a";
  font-family: FontAwesome;
  color: #0078c9;
}
.nav-secondary .direct-access-view-icon::before {
  content: "\f00a";
  font-family: FontAwesome;
}
.nav-secondary .direct-access-view-icon:hover {
  color: #0078c9;
}
.nav-secondary .direct-access-view-icon-blue::before {
  content: "\f00a";
  font-family: FontAwesome;
  color: #0078c9;
}
.nav-secondary .view-component {
  padding-right: 18px;
}
.nav-secondary .view-component ul {
  list-style: none;
  float: right;
}
.nav-secondary .view-component ul li {
  margin: 5px;
}
.d2d-login-dialog .span-error {
  font-weight: normal;
  margin-left: 10px;
}
.d2d-login-dialog .modal-body {
  padding: 30px;
}
.d2d-login-dialog .error-label {
  color: #ff0000;
}
.btn-d2d {
  background-image: url('/assets/images/26df1ddd.d2d.gif') !important;
  background-repeat: no-repeat;
  background-color: transparent !important;
  background-position: 0 5px;
  width: 98px;
  height: 30px;
  border: none;
}
direct-access {
  display: block;
  align-items: center;
}
.direct-access {
  line-height: 20px;
}
.direct-access select {
  border: 1px solid #979997;
  border-radius: 4px;
}
.direct-access .form-control {
  height: 30px;
  border: 1px solid #999;
  border-radius: 3px;
  text-transform: uppercase;
}
.direct-access .catalogue-code {
  width: 50px;
  margin-right: 5px;
}
.direct-access .catalogue-code-max {
  width: 70px;
}
.direct-access .component-code {
  width: 145px;
  margin-right: 0;
}
.share-catalogue-modal-primary .modal-dialog {
  width: 700px;
}
.margin-right-100 {
  margin-right: 100px;
}
.margin-right-0 {
  margin-right: 0;
}
.hide-price-btn {
  position: absolute;
  left: -110px;
  bottom: 0;
  display: inline-flex;
}
.search {
  display: block;
  position: absolute;
}
.export-quantity-validaiton input.form-control {
  width: 100% !important;
  padding-right: 3px !important;
}
.export-quantity-validaiton .validation-table-container {
  max-height: 300px;
  overflow-y: auto;
}
filter-button .filter-button-content {
  padding-left: 4px;
  padding-right: 4px;
}
filter-button label {
  margin-right: 10px;
}
filter-button button {
  color: #000;
  background-color: #dcd8da;
}
filter-button button:hover {
  background-color: #ccc;
  color: #fff;
}
filter-button button.active {
  color: #fff;
  background-color: #55AA00;
}
filter-button button.unactive {
  color: #fff;
  background-color: #AA0000;
}
filter-toggle {
  /* The switch - the box around the slider */
  /* Hide default HTML checkbox */
  /* The slider */
  /* Rounded sliders */
}
filter-toggle .switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 18px;
}
filter-toggle .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
filter-toggle .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #95989e;
  -webkit-transition: .4s;
  transition: .4s;
}
filter-toggle .slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 3px;
  bottom: 2.25px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
filter-toggle input:checked + .slider {
  background-color: #2196F3;
}
filter-toggle input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
filter-toggle input:checked + .slider:before {
  -webkit-transform: translateX(11px);
  -ms-transform: translateX(11px);
  transform: translateX(11px);
}
filter-toggle .slider.round {
  border-radius: 34px;
}
filter-toggle .slider.round:before {
  border-radius: 50%;
}
general-shopping-list .form-group {
  margin-bottom: 0px;
}
general-shopping-list .select {
  min-width: 150px;
}
user-information .user-info-msg {
  font-size: 14px;
  font-weight: bold;
  color: blue;
}
user-information .userNotes:hover {
  cursor: pointer;
}
.add-global-note-modal .error-label-input label,
.add-global-note-modal .error-label-input span {
  color: #ff0000;
}
.add-global-note-modal .error-label-input input.ng-invalid,
.add-global-note-modal .error-label-input textarea.ng-invalid {
  border: 1px solid #ff0000;
}
.add-global-note-modal .error-label-input input.ng-valid,
.add-global-note-modal .error-label-input textarea.ng-valid {
  border: 1px solid #999999;
}
.add-global-note-modal .error-label-input label.noerror-label {
  color: #1e1e1e;
}
.add-global-note-modal .add-global-note-form span.col-md-7,
.add-global-note-modal .add-global-note-form small {
  padding-left: 0px;
}
.add-global-note-modal #add-note-comments {
  padding: 4px;
}
.add-global-note-modal .part-occur-span {
  display: inline-block;
  padding-left: 0;
}
.add-global-note-modal .part-occur-radio-inline {
  display: inline;
}
.error-label-input label,
.error-label-input span {
  color: #ff0000;
}
.error-label-input input.ng-invalid,
.error-label-input textarea.ng-invalid {
  border: 1px solid #ff0000;
}
.error-label-input input.ng-valid,
.error-label-input textarea.ng-valid {
  border: 1px solid #999999;
}
.error-label-input label.noerror-label {
  color: #1e1e1e;
}
.add-global-note-form span.col-md-7,
.add-global-note-form small {
  padding-left: 0px;
}
#add-note-comments {
  padding: 4px;
}
.part-occur-span {
  display: inline-block;
  padding-left: 0;
}
.part-occur-radio-inline {
  display: inline;
}
.edit-global-note-modal .error-label-input label,
.edit-global-note-modal .error-label-input span {
  color: #ff0000;
}
.edit-global-note-modal .error-label-input input.ng-invalid,
.edit-global-note-modal .error-label-input textarea.ng-invalid {
  border: 1px solid #ff0000;
}
.edit-global-note-modal .error-label-input input.ng-valid,
.edit-global-note-modal .error-label-input textarea.ng-valid {
  border: 1px solid #999999;
}
.edit-global-note-modal .error-label-input label.noerror-label {
  color: #1e1e1e;
}
.edit-global-note-modal .add-global-note-form span.col-md-7,
.edit-global-note-modal .add-global-note-form small {
  padding-left: 0px;
}
.edit-global-note-modal #add-note-comments {
  padding: 4px;
}
.error-label-input label,
.error-label-input span {
  color: #ff0000;
}
.error-label-input input.ng-invalid,
.error-label-input textarea.ng-invalid {
  border: 1px solid #ff0000;
}
.error-label-input input.ng-valid,
.error-label-input textarea.ng-valid {
  border: 1px solid #999999;
}
.error-label-input label.noerror-label {
  color: #1e1e1e;
}
.add-global-note-form span.col-md-7,
.add-global-note-form small {
  padding-left: 0px;
}
#add-note-comments {
  padding: 4px;
}
global-notes .add-global-note {
  background: url("/assets/images/9f017bbb.add-note-blue-small.png") no-repeat transparent;
  width: 22px;
  height: 16px;
}
global-notes .view-global-note {
  background: url("/assets/images/61c0a477.view-note-blue-small.png") no-repeat transparent;
  width: 20px;
  height: 14px;
}
global-notes .small-icon img {
  width: 16px;
}
.view-global-note-modal {
  /* Track */
  /* Handle */
}
.view-global-note-modal .note-item {
  position: relative;
  margin-left: 0;
  margin-bottom: 1px;
  width: 100%;
}
.view-global-note-modal .note-item .note-checkbox {
  position: absolute;
  top: -1px;
  left: -18px;
}
.view-global-note-modal .note-item p {
  margin: 0px;
}
.view-global-note-modal > .modal-dialog {
  width: 800px;
}
.view-global-note-modal .note-list {
  min-height: 400px;
  max-height: 450px;
  overflow-y: auto;
  padding-left: 25px;
}
.view-global-note-modal .note-list dl {
  cursor: pointer;
  padding: 5px;
}
.view-global-note-modal .note-list dl.selected {
  background: #e8e8e8;
}
.view-global-note-modal .note-list dl.active,
.view-global-note-modal .note-list dl:hover {
  background: #c4c4c4;
}
.view-global-note-modal .note-list dl dt {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.view-global-note-modal .note-list.border-right {
  border-right: solid 1px #525252;
}
.view-global-note-modal .note-title {
  word-break: break-all;
  word-wrap: break-word;
}
.view-global-note-modal .note-body {
  max-height: 370px;
  overflow-y: auto;
  word-break: break-all;
  word-wrap: break-word;
}
.view-global-note-modal .modal-footer button.pull-right {
  margin-left: 10px;
}
.view-global-note-modal ::-webkit-scrollbar {
  width: 8px;
}
.view-global-note-modal ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.view-global-note-modal ::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #8c8c8c;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.view-global-note-modal ::-webkit-scrollbar-thumb:window-inactive {
  background: #e8e8e8;
}
.view-global-note-modal .view-notes-collapse-header {
  margin-top: 5px;
  background: #cccccc;
  text-transform: uppercase;
  font-weight: bold;
  height: auto;
  padding-left: 10px;
  width: 100%;
  display: table;
}
.view-global-note-modal .collapse-text {
  display: inline-block;
  max-width: 150px;
  height: auto;
  min-height: 30px;
  padding-top: 5px;
  text-transform: none;
}
.view-global-note-modal .header-btn-span {
  display: table-cell;
  vertical-align: middle;
}
.view-global-note-modal .collapse-btn {
  float: right;
}
.view-global-note-modal .note-summary-div {
  height: 300px;
  overflow-y: auto;
  margin: 0px -20px;
}
.view-global-note-modal .note-old {
  color: red;
}
.view-global-note-modal .note-old a {
  color: red;
}
.view-global-note-modal .note-old p {
  color: red;
}
.view-global-note-modal .assign-to-user-container {
  width: 100%;
  height: 27px;
  padding: 5px 0;
}
.view-global-note-modal .assign-to-user-container .assign-to-user-label,
.view-global-note-modal .assign-to-user-container .assign-to-user-text {
  float: left;
}
.view-global-note-modal .assign-to-user-container .assign-to-user-text {
  margin-left: 5px;
}
.view-global-note-modal .button-container {
  width: 100%;
  padding-top: 10px;
}
.view-global-note-modal-primary > .modal-dialog {
  width: 700px;
}
.error-label-input label,
.error-label-input span {
  color: #ff0000;
}
.error-label-input input.ng-invalid,
.error-label-input textarea.ng-invalid {
  border: 1px solid #ff0000;
}
.error-label-input input.ng-valid,
.error-label-input textarea.ng-valid {
  border: 1px solid #999999;
}
.error-label-input label.noerror-label {
  color: #1e1e1e;
}
.add-global-note-form span.col-md-7,
.add-global-note-form small {
  padding-left: 0px;
}
#add-global-note-comments {
  padding: 4px;
}
.title-section-check-box {
  position: relative;
  top: 2px;
  margin: 0px -20px;
}
.note-summary-div {
  height: 300px;
  margin-left: -15px;
}
.note-detail-div {
  height: 300px;
  border-left: ridge;
  padding: 10px;
}
.body-span {
  display: block;
  width: 300px;
  word-wrap: break-word;
}
.body-container-div {
  height: 180px;
  overflow-y: auto;
}
.subject-wrap-span {
  word-break: normal;
  width: auto;
  word-wrap: break-word;
  overflow: hidden;
  padding-left: 2px;
}
.view-notes-collapse-header {
  margin-top: 5px;
  background: #cccccc;
  text-transform: uppercase;
  font-weight: bold;
  height: auto;
  padding-left: 10px;
  width: 100%;
  display: table;
}
.collapse-text {
  display: inline-block;
  max-width: 100px;
  height: auto;
  min-height: 30px;
  padding-top: 5px;
}
.header-btn-span {
  display: table-cell;
  vertical-align: middle;
}
.button-group-left {
  float: right;
}
.update-button {
  margin: 1px;
  width: auto;
  max-width: 74px;
}
.collapse-btn {
  float: right;
}
.margin5-btn {
  margin: 5px;
}
.hide-long-text {
  overflow: hidden;
  text-overflow: ellipsis;
}
.header-nav-outer-container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .ecat-banner,
  .navbar.secondary-nav,
  .nav-tertiary {
    width: 100%;
    min-width: 900px;
    position: relative;
  }
  .ecat-page {
    padding-top: 0;
    /* 104px; */
  }
}
@media (max-height: 768px) {
  .ecat-banner,
  .navbar.secondary-nav,
  .nav-tertiary {
    width: 100%;
    min-width: 1200px;
  }
}
@media (min-width: 1201px) and (min-height: 769px) {
  .ecat-banner,
  .navbar.secondary-nav,
  .nav-tertiary {
    width: 100%;
  }
  .nav-tertiary {
    z-index: 888;
    background-color: #ffffff;
  }
}
.navbar-left li {
  line-height: 11px;
}
.navbar.secondary-nav {
  z-index: 889;
  min-width: 900px;
  background-color: #fff;
}
.navbar {
  border: 0;
}
.navbar li a {
  border-radius: 4px;
}
.nav {
  padding-left: 10px;
}
.nav-tertiary ul {
  padding-left: 0px;
}
.secondary-nav .vin-bar {
  border-bottom: 1px solid #e1e2e4;
  /*padding-top: 7px;
  padding-bottom: 7px; */
  height: 50px;
}
.secondary-nav #vin-menu-bar {
  background-color: transparent;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
  text-transform: uppercase;
}
.nav {
  padding-left: 10px;
}
.navbar {
  border: 0;
  min-height: 40px;
  padding-bottom: 0px;
  margin: 0;
}
.nav-tertiary {
  background-color: #ffffff;
}
.vin-search-container {
  margin-right: 10px;
}
@media screen and (min-width: 1366px) {
  .subSubViewContent {
    min-height: 400px;
  }
}
@media screen and (min-width: 1600px) {
  .subSubViewContent {
    min-height: 540px;
  }
}
@media screen and (min-width: 1680px) {
  .subSubViewContent {
    min-height: 660px;
  }
}
@media screen and (min-width: 1920px) {
  .subSubViewContent {
    min-height: 670px;
  }
}
.shopping-list-items-badge {
  color: white;
  background-color: tomato;
}
.subViewContent .nav-tertiary select {
  height: 31px;
  margin-top: 5px;
}
.nav-tertiary input {
  height: 31px;
}
.nav-tertiary ul {
  margin-top: 2px;
}
#vin-menu-bar {
  padding-right: 0px;
}
#vin-menu-bar .navbar-left {
  width: 100%;
}
#vin-menu-bar .searchTextLi {
  float: right;
}
.nav-pills {
  display: flex;
  align-items: center;
}
.nav-pills > li {
  display: flex;
  align-items: center;
}
.navbar-left .nav.nav-pills li.distance-y > a {
  padding-left: 10px;
  padding-right: 10px;
}
.nav > li > a {
  padding: 10px 10px;
}
.nav-label {
  text-align: right;
  padding-right: 3px;
}
.dms-connected-bg {
  background-color: #f7a34b!important;
}
select.nav-item {
  border: 1px solid #979997;
  border-radius: 4px;
}
.split-item {
  display: inline-block;
  height: 30px;
  width: 10px;
  border-right: solid 1px #000;
}
.header-nav-menu {
  display: block;
}
.header-nav-menu-li {
  text-align: right;
}
.header-nav-menu-li > li {
  float: none;
  /*do not remove this*/
  display: inline-block;
  vertical-align: middle;
}
.ecat-banner-one-toolbar-height {
  height: 106px;
}
.ecat-banner-two-toolbar-height {
  height: 150px;
}
.ecat-page-two-toolbar-padding {
  padding-top: 150px;
}
.ecat-banner-first-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.ecat-banner-first-toolba-item {
  display: flex;
  height: 35px;
}
.ecat-banner-first-toolba-item .for-currency {
  line-height: 20px;
}
.ecat-banner-first-toolba-item .user-currency-list {
  width: 90px;
}
.ecat-banner-first-toolba-item .navbar {
  min-height: auto;
}
.vertical-center {
  align-items: center;
}
.ecat-banner-second-toolbar {
  height: 35px;
  margin-top: 15px;
  float: right;
}
header-ecat nav > .nav-text-transform li .dropdown button {
  padding: 10px 8px;
  border-radius: 4px;
  border: none;
  font-weight: bold;
  min-width: 10px;
}
header-ecat nav > .nav > li > a {
  padding: 10px 8px;
}
header-ecat .nav-currency-container,
header-ecat .nav-language-container {
  height: 30px;
}
header-ecat .header-nav-language {
  height: 30px;
  border-radius: 4px;
  width: 102px;
  float: right;
  padding: 0 2px;
}
header-ecat .header-nav-language-label {
  float: left;
  padding: 10px 8px;
}
header-ecat .nav-text-transform > li > label {
  margin-bottom: 0px;
}
header-ecat language-select .header-nav-language-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 180px;
}
header-nav nav > .nav-text-transform li .dropdown button {
  padding: 10px 8px;
  border-radius: 4px;
  border: none;
  font-weight: bold;
  min-width: 10px;
}
header-nav nav > .nav > li > a {
  padding: 10px 8px;
}
header-nav .header-nav-language {
  height: 30px;
  border-radius: 4px;
  width: 102px;
  float: right;
  padding: 0 2px;
}
header-nav .header-nav-language-label {
  float: left;
  padding: 10px 8px;
}
header-nav slide-vehicle-pane {
  float: left;
}
header-nav .slide-vehicle-container .right-content-container {
  float: left;
  border-left: 1px solid #8c8c8c;
}
header-nav .slide-vehicle-container .content-collapse {
  width: calc(100% - 330px);
}
header-nav .slide-vehicle-container .content-expand {
  width: calc(100% - 50px);
}
@media screen and (max-width: 1367px) {
  header-nav .slide-vehicle-container .right-content-container {
    float: left;
    border-left: 1px solid #8c8c8c;
  }
  header-nav .slide-vehicle-container .content-collapse {
    width: calc(100% - 330px);
  }
  header-nav .slide-vehicle-container .content-expand {
    width: calc(100% - 50px);
  }
}
header-nav language-select .header-nav-language-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 180px;
}
header-nav part-type {
  margin-top: 1px;
}
header-nav lon-type {
  margin-top: 1px;
}
hide-price {
  /* The switch - the box around the slider */
  /* Hide default HTML checkbox */
  /* The slider */
  /* Rounded sliders */
}
hide-price .switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 18px;
}
hide-price .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
hide-price .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #95989e;
  -webkit-transition: .4s;
  transition: .4s;
}
hide-price .slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 3px;
  bottom: 2.25px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
hide-price input:checked + .slider {
  background-color: #2196F3;
}
hide-price input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
hide-price input:checked + .slider:before {
  -webkit-transform: translateX(11px);
  -ms-transform: translateX(11px);
  transform: translateX(11px);
}
hide-price .slider.round {
  border-radius: 34px;
}
hide-price .slider.round:before {
  border-radius: 50%;
}
init-change-password .content {
  width: 700px;
  margin: 0 auto;
}
init-change-password .header {
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0px;
}
init-change-password .buttons {
  text-align: center;
}
init-change-password .buttons button {
  width: 100px;
}
.language-component-drop-down {
  height: 30px;
  width: 150px;
  border-radius: 3px;
  float: right;
}
.language-component-label {
  float: left;
  padding: 10px 8px;
}
.header-nav-language-content .header-nav-language-label {
  margin-bottom: 0;
}
.modal-primary .modal-header,
.modal-info .modal-header,
.modal-success .modal-header,
.modal-warning .modal-header,
.modal-danger .modal-header {
  color: #fff;
  border-radius: 5px 5px 0 0;
}
.modal-primary .modal-header {
  background: #fff;
}
.modal-info .modal-header {
  background: #fff;
}
.modal-success .modal-header {
  background: #fff;
}
.modal-warning .modal-header {
  background: #fff;
}
.modal-danger .modal-header {
  background: #fff;
}
.addnote-modal .error-label-input label,
.addnote-modal .error-label-input span {
  color: #ff0000;
}
.addnote-modal .error-label-input input.ng-invalid,
.addnote-modal .error-label-input textarea.ng-invalid {
  border: 1px solid #ff0000;
}
.addnote-modal .error-label-input input.ng-valid,
.addnote-modal .error-label-input textarea.ng-valid {
  border: 1px solid #999999;
}
.addnote-modal .error-label-input label.noerror-label {
  color: #1e1e1e;
}
.addnote-modal .add-note-form span.col-md-7,
.addnote-modal .add-note-form small {
  padding-left: 0px;
}
.addnote-modal #add-note-comments {
  padding: 4px;
}
.addnote-modal .part-occur-span {
  display: inline-block;
  padding-left: 0;
}
.addnote-modal .part-occur-radio-inline {
  display: inline;
}
.error-label-input label,
.error-label-input span {
  color: #ff0000;
}
.error-label-input input.ng-invalid,
.error-label-input textarea.ng-invalid {
  border: 1px solid #ff0000;
}
.error-label-input input.ng-valid,
.error-label-input textarea.ng-valid {
  border: 1px solid #999999;
}
.error-label-input label.noerror-label {
  color: #1e1e1e;
}
.add-note-form span.col-md-7,
.add-note-form small {
  padding-left: 0px;
}
#add-note-comments {
  padding: 4px;
}
.part-occur-span {
  display: inline-block;
  padding-left: 0;
}
.part-occur-radio-inline {
  display: inline;
}
.editnote-modal .error-label-input label,
.editnote-modal .error-label-input span {
  color: #ff0000;
}
.editnote-modal .error-label-input input.ng-invalid,
.editnote-modal .error-label-input textarea.ng-invalid {
  border: 1px solid #ff0000;
}
.editnote-modal .error-label-input input.ng-valid,
.editnote-modal .error-label-input textarea.ng-valid {
  border: 1px solid #999999;
}
.editnote-modal .error-label-input label.noerror-label {
  color: #1e1e1e;
}
.editnote-modal .add-note-form span.col-md-7,
.editnote-modal .add-note-form small {
  padding-left: 0px;
}
.editnote-modal #add-note-comments {
  padding: 4px;
}
.error-label-input label,
.error-label-input span {
  color: #ff0000;
}
.error-label-input input.ng-invalid,
.error-label-input textarea.ng-invalid {
  border: 1px solid #ff0000;
}
.error-label-input input.ng-valid,
.error-label-input textarea.ng-valid {
  border: 1px solid #999999;
}
.error-label-input label.noerror-label {
  color: #1e1e1e;
}
.add-note-form span.col-md-7,
.add-note-form small {
  padding-left: 0px;
}
#add-note-comments {
  padding: 4px;
}
notes .add-note {
  background: url("/assets/images/002a277a.add-note-black-small.png") no-repeat transparent;
  width: 22px;
  height: 16px;
}
notes .view-note {
  background: url("/assets/images/72631f0f.view-note-black-small.png") no-repeat transparent;
  width: 20px;
  height: 14px;
}
notes .small-icon img {
  width: 16px;
}
.printNoteModal .inline {
  display: block;
  margin: 0 0 10px 0;
}
.printNoteModal .inline input {
  margin-top: 2px;
}
.printNoteModal .content .collapse-header {
  margin-top: 5px;
  background: #cccccc;
  text-transform: uppercase;
  font-weight: bold;
}
.printNoteModal .content .collapse-content {
  padding-bottom: 10px;
  border: 1px solid #e1e2e4;
  border-top: none;
  background: #ffffff;
}
.printNoteModal .content .collapse-content .title {
  color: #000;
}
.font-setting .row {
  margin-top: 15px;
}
.collapse-box .font-setting label {
  width: auto;
}
.collapse-box .font-setting select {
  width: auto;
  text-transform: none;
}
.page-setup .row {
  margin-top: 15px;
}
.page-setup .content {
  text-transform: none;
  color: #000;
}
.collapse-box .page-setup label {
  width: auto;
}
.collapse-box .page-setup select {
  width: auto;
  text-transform: none;
}
.header-footer .row {
  margin-top: 15px;
}
.collapse-box .header-footer label {
  width: auto;
}
.collapse-box .header-footer select {
  width: auto;
  text-transform: none;
}
.viewnote-modal {
  /* Track */
  /* Handle */
}
.viewnote-modal .note-item {
  position: relative;
  margin-left: 0;
  margin-bottom: 1px;
  width: 100%;
}
.viewnote-modal .note-item .note-checkbox {
  position: absolute;
  top: -1px;
  left: -18px;
}
.viewnote-modal .note-item p {
  margin: 0px;
}
.viewnote-modal > .modal-dialog {
  width: 800px;
}
.viewnote-modal .note-list {
  min-height: 400px;
  max-height: 450px;
  overflow-y: auto;
  padding-left: 25px;
}
.viewnote-modal .note-list dl {
  cursor: pointer;
  padding: 5px;
}
.viewnote-modal .note-list dl.selected {
  background: #e8e8e8;
}
.viewnote-modal .note-list dl.active,
.viewnote-modal .note-list dl:hover {
  background: #c4c4c4;
}
.viewnote-modal .note-list dl dt {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.viewnote-modal .note-list.border-right {
  border-right: solid 1px #525252;
}
.viewnote-modal .note-title {
  word-break: break-all;
  word-wrap: break-word;
}
.viewnote-modal .note-body {
  max-height: 370px;
  overflow-y: auto;
  word-break: break-all;
  word-wrap: break-word;
}
.viewnote-modal .modal-footer button.pull-right {
  margin-left: 10px;
}
.viewnote-modal ::-webkit-scrollbar {
  width: 8px;
}
.viewnote-modal ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.viewnote-modal ::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #8c8c8c;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.viewnote-modal ::-webkit-scrollbar-thumb:window-inactive {
  background: #e8e8e8;
}
.viewnote-modal .view-notes-collapse-header {
  margin-top: 5px;
  background: #cccccc;
  text-transform: uppercase;
  font-weight: bold;
  height: auto;
  padding-left: 10px;
  width: 100%;
  display: table;
}
.viewnote-modal .collapse-text {
  display: inline-block;
  max-width: 150px;
  height: auto;
  min-height: 30px;
  padding-top: 5px;
  text-transform: none;
}
.viewnote-modal .header-btn-span {
  display: table-cell;
  vertical-align: middle;
}
.viewnote-modal .collapse-btn {
  float: right;
}
.viewnote-modal .note-summary-div {
  height: 300px;
  overflow-y: auto;
  margin: 0px -20px;
}
.viewnote-modal .note-old {
  color: red;
}
.viewnote-modal .note-old a {
  color: red;
}
.viewnote-modal .note-old p {
  color: red;
}
.viewnote-modal .assign-to-user-container {
  width: 100%;
  height: 27px;
  padding: 5px 0;
}
.viewnote-modal .assign-to-user-container .assign-to-user-label,
.viewnote-modal .assign-to-user-container .assign-to-user-text {
  float: left;
}
.viewnote-modal .assign-to-user-container .assign-to-user-text {
  margin-left: 5px;
}
.viewnote-modal .button-container {
  width: 100%;
  padding-top: 10px;
}
.viewnote-modal-primary > .modal-dialog {
  width: 700px;
}
.error-label-input label,
.error-label-input span {
  color: #ff0000;
}
.error-label-input input.ng-invalid,
.error-label-input textarea.ng-invalid {
  border: 1px solid #ff0000;
}
.error-label-input input.ng-valid,
.error-label-input textarea.ng-valid {
  border: 1px solid #999999;
}
.error-label-input label.noerror-label {
  color: #1e1e1e;
}
.add-note-form span.col-md-7,
.add-note-form small {
  padding-left: 0px;
}
#add-note-comments {
  padding: 4px;
}
.title-section-check-box {
  position: relative;
  top: 2px;
  margin: 0px -20px;
}
.note-summary-div {
  height: 300px;
  margin-left: -15px;
}
.note-detail-div {
  height: 300px;
  border-left: ridge;
  padding: 10px;
}
.body-span {
  display: block;
  width: 300px;
  word-wrap: break-word;
}
.body-container-div {
  height: 180px;
  overflow-y: auto;
}
.subject-wrap-span {
  word-break: normal;
  width: auto;
  word-wrap: break-word;
  overflow: hidden;
  padding-left: 2px;
}
.view-notes-collapse-header {
  margin-top: 5px;
  background: #cccccc;
  text-transform: uppercase;
  font-weight: bold;
  height: auto;
  padding-left: 10px;
  width: 100%;
  display: table;
}
.collapse-text {
  display: inline-block;
  max-width: 100px;
  height: auto;
  min-height: 30px;
  padding-top: 5px;
}
.header-btn-span {
  display: table-cell;
  vertical-align: middle;
}
.button-group-left {
  float: right;
}
.update-button {
  margin: 1px;
  width: auto;
  max-width: 74px;
}
.collapse-btn {
  float: right;
}
.margin5-btn {
  margin: 5px;
}
.hide-long-text {
  overflow: hidden;
  text-overflow: ellipsis;
}
part-list-detail-grid {
  display: block;
}
part-list-detail-grid table {
  width: 100%;
}
part-list-detail-grid table tr.active {
  background: #999;
}
part-list-detail-grid table tr[ng-click] {
  cursor: default;
}
part-list-detail-grid table tr th {
  background: #cccccc;
}
part-list-detail-grid table tr th,
part-list-detail-grid table tr td {
  border-width: 1px;
  border-color: #d4d4d4;
  border-style: solid;
  text-align: center;
  padding: 5px;
  vertical-align: middle;
}
part-list-detail-grid table tr th.app-info,
part-list-detail-grid table tr td.app-info {
  text-align: left;
}
part-list-detail-grid table tr th.colIcon,
part-list-detail-grid table tr td.colIcon {
  width: 20px;
}
part-list-detail-grid table tr th.colSPN,
part-list-detail-grid table tr td.colSPN {
  width: 120px;
}
part-list-detail-grid table tr th.colQty,
part-list-detail-grid table tr td.colQty {
  width: 40px;
}
part-list-detail-grid table tr th.colPrice,
part-list-detail-grid table tr td.colPrice {
  width: 80px;
}
part-list-detail-grid table tr th.colIndicator,
part-list-detail-grid table tr td.colIndicator {
  width: 70px;
}
part-list-detail-grid table tr th.colRef,
part-list-detail-grid table tr td.colRef {
  display: inline-block;
}
part-list-detail-grid .img {
  padding-bottom: 8px;
}
@media screen and (min-width: 1366px) {
  .part-list-detail-modal .grid-parts-section {
    max-height: 200px;
  }
}
@media screen and (min-width: 1440px) {
  .part-list-detail-modal .grid-parts-section {
    max-height: 300px;
  }
}
@media screen and (min-width: 1600px) {
  .part-list-detail-modal .grid-parts-section {
    max-height: 300px;
  }
}
@media screen and (min-width: 1910px) {
  .part-list-detail-modal .grid-parts-section {
    max-height: 350px;
  }
}
.part-list-detail-modal .upper-table-container {
  max-height: 170px;
}
print-callout-button .print-icon {
  background: url("/assets/images/icon/ae2d8144.PrintMailIcon.png");
}
print-callout-button .print-mail-button {
  margin-right: 15px;
  height: 20px;
  width: auto;
}
#calloutsToPrintGrid .ui-grid-render-container-left .ui-grid-canvas {
  line-height: 17.138px;
}
.printPartsModal .checkbox-inline {
  display: block;
  margin: 0 0 10px 0;
}
.printPartsModal .checkbox-inline input {
  margin-top: 2px;
}
.printPartsModal .disabledGrid {
  pointer-events: none;
  opacity: 0.4;
}
#calloutsToPrintGridPdfPrint {
  display: none;
}
print-price-list .print-price-list {
  display: inline-block;
  cursor: pointer;
}
print-price-list .print-price-list img {
  height: 20px;
}
.printDealershipModal .inline {
  display: block;
  margin: 0 0 10px 0;
}
.printDealershipModal .inline input {
  margin-top: 2px;
}
.printDealershipModal .content .collapse-header {
  margin-top: 5px;
  background: #cccccc;
  text-transform: uppercase;
  font-weight: bold;
}
.printDealershipModal .content .collapse-content {
  padding-bottom: 10px;
  border: 1px solid #e1e2e4;
  border-top: none;
  background: #ffffff;
}
.printDealershipModal .content .collapse-content .title {
  color: #000;
}
.font-setting .row {
  margin-top: 15px;
}
.collapse-box .font-setting label {
  width: auto;
}
.collapse-box .font-setting select {
  width: auto;
  text-transform: none;
}
.page-setup .row {
  margin-top: 15px;
}
.page-setup .content {
  text-transform: none;
  color: #000;
}
.collapse-box .page-setup label {
  width: auto;
}
.collapse-box .page-setup select {
  width: auto;
  text-transform: none;
}
.header-footer .row {
  margin-top: 15px;
}
.collapse-box .header-footer label {
  width: auto;
}
.collapse-box .header-footer select {
  width: auto;
  text-transform: none;
}
.print-default-modal .modal-dialog {
  width: 1000px;
}
.print-default-modal .top-print {
  margin-top: 15px;
  margin-bottom: 15px;
}
.print-default-modal table,
.print-default-modal th,
.print-default-modal td {
  height: 20px;
  border-width: 1px;
  border-style: solid;
  border-color: #1e1e1e;
  border-image: initial;
  padding: 5px;
}
.print-default-modal .table-content {
  width: 100%;
  max-height: 400px;
  overflow-y: auto;
}
@media screen and (max-width: 1921px) {
  .de .print-default-modal .modal-dialog {
    width: 1050px;
  }
}
.print-shopping-list-modal-width .modal-dialog {
  width: 1000px;
}
.printShoppingListSetupModal .inline {
  display: block;
  margin: 0 0 10px 0;
}
.printShoppingListSetupModal .inline input {
  margin-top: 2px;
}
.printShoppingListSetupModal .content .collapse-header {
  margin-top: 5px;
  background: #cccccc;
  text-transform: uppercase;
  font-weight: bold;
}
.printShoppingListSetupModal .content .collapse-content {
  padding-bottom: 10px;
  border: 1px solid #e1e2e4;
  border-top: none;
  background: #ffffff;
}
.printShoppingListSetupModal .content .collapse-content .title {
  color: #000;
}
.font-setting .row {
  margin-top: 15px;
}
.collapse-box .font-setting label {
  width: auto;
}
.collapse-box .font-setting select {
  width: auto;
  text-transform: none;
}
.page-setup .row {
  margin-top: 15px;
}
.page-setup .content {
  text-transform: none;
  color: #000;
}
.collapse-box .page-setup label {
  width: auto;
}
.collapse-box .page-setup select {
  width: auto;
  text-transform: none;
}
.header-footer .row {
  margin-top: 15px;
}
.collapse-box .header-footer label {
  width: auto;
}
.collapse-box .header-footer select {
  width: auto;
  text-transform: none;
}
.printShoppingListSetupModal .inline {
  display: block;
  margin: 0 0 10px 0;
}
.printShoppingListSetupModal .inline input {
  margin-top: 2px;
}
.printShoppingListSetupModal .content .collapse-header {
  margin-top: 5px;
  background: #cccccc;
  text-transform: uppercase;
  font-weight: bold;
}
.printShoppingListSetupModal .content .collapse-content {
  padding-bottom: 10px;
  border: 1px solid #e1e2e4;
  border-top: none;
  background: #ffffff;
}
.printShoppingListSetupModal .content .collapse-content .title {
  color: #000;
}
.font-setting .row {
  margin-top: 15px;
}
.collapse-box .font-setting label {
  width: auto;
}
.collapse-box .font-setting select {
  width: auto;
  text-transform: none;
}
.page-setup .row {
  margin-top: 15px;
}
.page-setup .content {
  text-transform: none;
  color: #000;
}
.collapse-box .page-setup label {
  width: auto;
}
.collapse-box .page-setup select {
  width: auto;
  text-transform: none;
}
.header-footer .row {
  margin-top: 15px;
}
.collapse-box .header-footer label {
  width: auto;
}
.collapse-box .header-footer select {
  width: auto;
  text-transform: none;
}
shopping-list-pdf-provider {
  display: none;
  visibility: hidden;
}
.printVehicleCardModal .inline {
  display: block;
  margin: 0 0 10px 0;
}
.printVehicleCardModal .inline input {
  margin-top: 2px;
}
.printVehicleCardModal .content .collapse-header {
  margin-top: 5px;
  background: #cccccc;
  text-transform: uppercase;
  font-weight: bold;
}
.printVehicleCardModal .content .collapse-content {
  padding-bottom: 10px;
  border: 1px solid #e1e2e4;
  border-top: none;
  background: #ffffff;
}
.printVehicleCardModal .content .collapse-content .title {
  color: #000;
}
.font-setting .row {
  margin-top: 15px;
}
.collapse-box .font-setting label {
  width: auto;
}
.collapse-box .font-setting select {
  width: auto;
  text-transform: none;
}
.page-setup .row {
  margin-top: 15px;
}
.page-setup .content {
  text-transform: none;
  color: #000;
}
.collapse-box .page-setup label {
  width: auto;
}
.collapse-box .page-setup select {
  width: auto;
  text-transform: none;
}
.header-footer .row {
  margin-top: 15px;
}
.collapse-box .header-footer label {
  width: auto;
}
.collapse-box .header-footer select {
  width: auto;
  text-transform: none;
}
.printVehicleCardModal .inline {
  display: block;
  margin: 0 0 10px 0;
}
.printVehicleCardModal .inline input {
  margin-top: 2px;
}
.printVehicleCardModal .content .collapse-header {
  margin-top: 5px;
  background: #cccccc;
  text-transform: uppercase;
  font-weight: bold;
}
.printVehicleCardModal .content .collapse-content {
  padding-bottom: 10px;
  border: 1px solid #e1e2e4;
  border-top: none;
  background: #ffffff;
}
.printVehicleCardModal .content .collapse-content .title {
  color: #000;
}
.font-setting .row {
  margin-top: 15px;
}
.collapse-box .font-setting label {
  width: auto;
}
.collapse-box .font-setting select {
  width: auto;
  text-transform: none;
}
.page-setup .row {
  margin-top: 15px;
}
.page-setup .content {
  text-transform: none;
  color: #000;
}
.collapse-box .page-setup label {
  width: auto;
}
.collapse-box .page-setup select {
  width: auto;
  text-transform: none;
}
.header-footer .row {
  margin-top: 15px;
}
.collapse-box .header-footer label {
  width: auto;
}
.collapse-box .header-footer select {
  width: auto;
  text-transform: none;
}
.view-component {
  padding-right: 18px;
}
.view-component ul {
  list-style: none;
  float: right;
}
.view-component ul li {
  margin: 5px;
}
lon-type .filter-lon-dropdown select {
  width: 90px;
  min-width: initial;
}
lon-type .filter-lon-dropdown .dropdown-label {
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 3px 0 10px;
  text-align: right;
  line-height: 31px;
}
part-type .filter-parttype-dropdown select {
  width: 100px;
  min-width: initial;
}
part-type .filter-parttype-dropdown .dropdown-label {
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 3px 0 10px;
  text-align: right;
  line-height: 31px;
}
.btn-illu-left[disabled],
.btn-illu-right[disabled],
.btn-section[disabled] {
  border-color: #999;
}
.illustrationPopup .ngdialog-content {
  width: 480px!important;
}
.illustrationPopup .ngdialog-content #imageBox {
  width: 375px;
  height: 590px!important;
  margin: 0 auto;
}
@media (max-height: 768px) {
  .illustrationPopup .ngdialog-content {
    width: 420px!important;
  }
  .illustrationPopup .ngdialog-content #imageBox {
    width: 330px;
    height: 552px!important;
    margin: 0 auto;
  }
}
.ngdialog.ect-dialog.search-illustration-popup .dia-body {
  padding: 5px 10px;
  position: relative;
}
.illustration-content {
  width: 100%;
  height: 100%;
  position: relative;
}
.illustration-content .btn-illustration {
  position: absolute;
  width: 30px;
  height: 30px;
  top: calc(50% - 15px);
}
.illustration-content .btn-illu-left {
  left: 10px;
}
.illustration-content .btn-illu-right {
  right: 10px;
}
.illustration-content .image-container {
  width: 100%;
  height: 100%;
}
.illustration-content .image-container .image-content {
  width: 309px;
  margin: 0 auto;
  padding-top: 30%;
}
.illustration-content .image-container img {
  width: 100%;
  height: auto;
}
search-all-parts .grid .ui-grid-row {
  height: auto!important;
}
search-all-parts .grid .ui-grid-row > div {
  display: table-row;
}
search-all-parts .grid .ui-grid-row > div .ui-grid-cell {
  display: table-cell;
  float: none;
  height: auto!important;
  border-right: 1px solid #e1e2e4;
  border-bottom: 1px solid #e1e2e4 !important;
}
search-all-parts .grid .ui-grid-cell-contents ul li {
  height: auto;
  white-space: pre-wrap;
}
search-all-parts .grid .ui-grid-cell-contents .description {
  height: auto;
  white-space: pre-wrap;
}
search-all-parts .grid .filter-no-match {
  color: #ff0000 !important;
}
search-all-parts .grid .ui-grid-cell-contents i {
  padding-left: 0;
}
search-all-parts .lower-table-narrow-search {
  width: calc(100% - 180px);
}
search-all-parts .no-list-style ul {
  list-style-type: none;
}
search-all-parts .no-list-style2 ul {
  list-style-type: none;
  padding-left: 0px;
  text-align: center;
}
search-all-parts .countsBox {
  float: left;
  margin-top: 10px;
  margin-right: 30px;
  margin-bottom: 15px;
}
search-all-parts .search-all-parts-container {
  height: calc(100% - 42px);
}
search-all-parts .parts_kit_desc_title {
  font-size: 14px;
  font-weight: bold;
}
search-all-parts .ui-grid-cell-parts-kit {
  padding-left: 5px;
  padding-top: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 100%;
}
search-all-parts .full-height {
  height: 100% !important;
}
#searchPartsItem .number-clip {
  color: #4d4d4d;
}
.hightLight {
  color: #f79232;
  display: inline-block;
}
.narrowSearchBox {
  margin-top: 5px;
  float: right;
}
.narrowSearchBox label {
  float: left;
  font-size: 12px;
  margin-top: 7px;
}
.narrowSearchBox .narrowSearch {
  float: left;
  width: 200px;
  margin-left: 20px;
}
@media screen and (max-width: 1600px) {
  .narrowSearchBox {
    margin-top: 5px;
    float: right;
  }
  .narrowSearchBox label {
    float: left;
    font-size: 79%;
    margin-top: 7px;
  }
  .narrowSearchBox .narrowSearch {
    float: left;
    width: 50%;
    margin-left: 20px;
  }
}
.partNumber-link {
  cursor: pointer;
}
.multiple-reference-icon {
  display: inline-block;
  padding-bottom: 0;
}
.related-parts-dialog .modal-dialog {
  width: 1000px;
}
.alternative-parts-dialog .modal-dialog {
  width: 1000px;
}
.alternative-parts-dialog .modal-dialog .card-content {
  height: 240px;
}
.ref-col {
  display: inline-block;
}
.priceBoxDropDown {
  float: left;
  margin: 5px 0 0 0;
}
.priceBoxDropDown .sub-title {
  margin-right: 10px;
}
.ui-grid-sort-priority-number {
  display: none;
}
#searchModelGrid .grid .ui-grid-row {
  height: auto!important;
  min-height: 20px;
}
#searchModelGrid .grid .ui-grid-row > div {
  display: table-row;
}
#searchModelGrid .grid .ui-grid-row > div .ui-grid-cell {
  display: table-cell;
  float: none;
  height: auto!important;
  min-height: 20px;
  line-height: 18px;
  border-right: 1px solid #e1e2e4;
  border-bottom: 1px solid #e1e2e4 !important;
}
#searchModelGrid .grid .ui-grid-cell-contents {
  height: auto;
}
#searchModelGrid .grid .filter-no-match {
  color: #ff0000 !important;
}
.secondary-hotspot-key-search {
  white-space: pre-wrap;
}
.illustration {
  margin: auto;
  margin-bottom: 5px;
  width: 220px;
  min-height: 371px;
  background: #fff;
  display: table;
  cursor: pointer;
  outline: 1px solid #1e1e1e;
}
.illustration img {
  width: 100%;
  display: block;
  margin: auto;
}
.illustration:hover {
  outline-width: 2px;
}
.illustration span {
  display: table-cell;
  vertical-align: middle;
}
.btn-section {
  margin-top: 18px;
}
.illustrationImage {
  border: 1px solid #e1e2e4;
}
search-model .collapse-box .col-content {
  border: none;
}
.background {
  background-color: lightgray;
}
.displayMore {
  text-align: right;
}
.displayMore .loadMoreBtn {
  margin-top: 2px;
}
.search-catalogue-content search-all-model .search-modal-container {
  height: calc(100vh - 320px);
}
search-all-model .search-modal-container {
  clear: both;
  height: calc(100vh - 265px);
}
search-all-model .upper-table-container {
  width: calc(100% - 180px);
  height: calc(36% - 5px);
  float: left;
  padding: 0 15px 0 15px;
}
search-all-model .upper-table-container .upper-table {
  height: calc(100% - 36px);
}
search-all-model .upper-table-container .countsBox {
  margin: 0;
  line-height: 31px;
}
search-all-model .upper-table-container-extend {
  height: calc(92% - 5px);
  min-height: calc(25vh - 5px);
  width: calc(100% - 180px);
  float: left;
  padding: 0 15px 0 15px;
}
search-all-model .upper-table-container-extend .upper-table {
  height: calc(100% - 36px);
}
search-all-model .upper-table-container-extend .countsBox {
  margin: 0;
  line-height: 31px;
}
search-all-model .lower-table-container {
  height: calc(64% - 5px);
}
search-all-model .lower-table-container .priceBoxDropDown {
  margin: 0 0 0 15px;
  line-height: 31px;
}
search-all-model .lower-table-container-extend {
  height: 115%;
  margin-bottom: 15px;
}
search-all-model .lower-table-container-extend .priceBoxDropDown {
  margin: 0 0 0 15px;
  line-height: 31px;
}
search-all-model .upper-row {
  overflow: auto;
}
search-all-model .illusBox {
  width: 172px;
  height: calc(36% - 5px);
  float: right;
}
search-all-model .illusBox .btn-section {
  margin-top: 0px;
  margin-bottom: 6px;
}
search-all-model .illusBox .illustration {
  width: 170px;
  min-height: 50px;
  margin-bottom: 0px;
  height: calc(100% + 4px);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
search-all-model .illusBox-extend {
  height: calc(25vh - 5px);
  width: 172px;
  float: right;
}
search-all-model .illusBox-extend .btn-section {
  margin-top: 0px;
  margin-bottom: 6px;
}
search-all-model .illusBox-extend .illustration {
  width: 170px;
  min-height: 50px;
  margin-bottom: 0px;
  height: calc(100% + 4px);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
search-all-model .full-height {
  height: 100% !important;
}
search-all-model .full-height-grid {
  height: calc(100% - 2px) !important;
}
search-all-model hr {
  margin: 5px 0px;
  border-color: rgba(128, 128, 128, 0.22);
}
search-all-model .hr-gray {
  border-color: rgba(128, 128, 128, 0.22);
  width: calc(100% - 180px);
  float: left;
}
search-all-model .filter-possible-match {
  font-size: 12px;
  color: inherit;
}
search-all-model .countsBox {
  float: left;
  display: inline-block;
  margin: 0;
  line-height: 31px;
  padding-left: 0px;
  font-size: 11px;
}
search-all-model .narrowSearchBox {
  margin-top: 0px;
  float: right;
}
search-all-model .narrowSearchBox label {
  margin-top: 10px;
}
search-all-model .grid .ui-grid-cell-contents,
search-all-model .grid .ui-grid-header-cell {
  font-size: 12px !important;
  padding: 2px;
}
search-all-model .grid .filter-exact-match {
  font-size: 12px !important;
  color: inherit;
}
search-all-model .grid .ui-grid-cell input[type="checkbox"] {
  margin-top: 2px;
}
search-all-model .grid ul {
  margin-bottom: 0;
}
@media screen and (max-width: 1600px) {
  search-all-model .illusBox .btn-section {
    margin-top: 0px;
    margin-bottom: 6px;
  }
  search-all-model .narrowSearchBox .narrowSearch {
    width: 150px;
  }
}
@media screen and (max-width: 1900px) {
  search-all-model .maxResultLength {
    width: 100%;
  }
}
search-all-model .extend-upper-table-button {
  float: left;
  min-width: 85px;
  width: calc(99% - 718px);
}
search-all-model .extend-upper-table-button span {
  line-height: 30px;
  display: inline-block;
  padding: 0px 10px;
  border: #424242 1px solid;
  background-color: #fff;
  margin-left: calc(50% - 20px);
  text-align: center;
  min-width: 85px;
}
search-all-model .extend-upper-table-button span:hover {
  color: #9c9a9a;
}
search-all-model .extend-upper-table-button::after {
  content: "";
  clear: both;
}
#labourTitle .grid .ui-grid-icon-down-dir,
#labourTitle .grid .ui-grid-icon-up-dir {
  top: 17;
}
#labourTitle .grid .ui-grid-row {
  height: auto!important;
}
#labourTitle .grid .ui-grid-row > div {
  display: table-row;
}
#labourTitle .grid .ui-grid-row > div .ui-grid-cell {
  display: table-cell;
  float: none;
  height: auto!important;
  border-right: 1px solid #e1e2e4;
  border-bottom: 1px solid #e1e2e4 !important;
}
#labourTitle .grid .ui-grid-cell-contents {
  white-space: normal;
  text-overflow: inherit;
}
#labourTitle .grid-link {
  text-decoration: underline;
  font-weight: bold;
  color: #0000ff;
}
#labourTitle .displayMore {
  margin: 3px -15px 0px -15px;
}
search-all .no-results {
  color: red;
}
search-all .results {
  color: black;
}
search-all .search-results-text,
search-all .scroll-to-see-text-container {
  padding-left: 0.5em;
}
search-all .scroll-to-see-text {
  font-weight: 700;
}
.countsBox {
  float: left;
  margin-top: 15px;
  margin-right: 30px;
  margin-bottom: 20px;
}
.searchBox .searchText {
  margin-right: 0px;
}
.partsView {
  margin-top: 10px;
}
.search-parts-model-grid {
  height: 190px!important;
}
.search-parts-item-grid {
  height: 190px!important;
}
.loadMoreBtn {
  margin-top: 20px;
}
.hr-gray {
  width: 100%;
  border-color: #e1e2e4;
  float: left;
}
search-parts .vin-code {
  width: 90%;
}
.title-link {
  text-decoration: underline;
  font-weight: bold;
}
.title-link .grid-link {
  color: #000!important;
}
.ui-grid-row.ui-grid-row-selected .grid-link {
  color: #fff!important;
}
.inline-block {
  display: inline-block;
}
.search-catcalouge-content-collapse {
  width: calc(100% - 505px);
  float: left;
}
.searchall-content-collapse {
  width: calc(100% - 400px);
  float: left;
}
.search-catcalouge-content-expand,
.searchall-content-expand {
  width: calc(100% - 50px);
  float: left;
  top: 1px;
  position: relative;
  padding: 0px 5px;
}
.searchall-content side-vehicle-config {
  float: left;
}
.searchall-content side-vehicle-config .collapse {
  margin-top: 0px;
}
.searchall-content side-vehicle-config .expand {
  margin-top: 0px;
}
@media screen and (max-width: 1367px) {
  .search-catcalouge-content-collapse {
    width: calc(100% - 355px);
    float: left;
  }
  .searchall-content-collapse {
    width: calc(100% - 355px);
    float: left;
  }
}
search-bar #backToSessionIcon {
  margin-top: 0;
  margin-left: 0;
}
search-bar .hide-prices-toggle {
  margin-top: 5px;
}
search-bar .filter-toggle {
  margin-top: 5px;
}
search-bar .row-bar {
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  height: 100%;
}
search-bar .btn-group {
  padding-top: 6px;
}
search-bar .left-space {
  padding-left: 15px;
}
search-bar .right-btn {
  border-right: 1px solid #e1e2e4;
  padding-right: 15px;
  height: 100%;
}
search-bar .d2dContainer {
  margin-left: 15px;
}
search-bar .back-to-session {
  margin: -4px 20px 0 0;
}
.searchHistory {
  padding: 10px 0 20px 0;
}
.searchHistory .nav-font-bold {
  font-weight: bold;
}
.historyTitle {
  font-weight: 700;
  margin-bottom: 20px;
}
.ui-grid-header-cell.hisroty-column-id .ui-grid-cell-contents {
  text-transform: capitalize;
}
search-history .container-fluid {
  margin-bottom: -130px;
}
.searchText {
  float: right;
  padding-top: 10px;
  margin-right: 10px;
}
.searchText .margin-10 {
  margin-left: 10px;
}
.searchText .search-input {
  width: 170px;
  padding-right: 10px;
  border-right: none;
}
.searchText .dropdown {
  float: left;
}
.searchText .searchArea {
  float: left;
  position: relative;
  width: 120px;
}
.searchText input {
  width: 150px;
  border-radius: 0;
  border: 1px solid #999999;
}
.searchText .searchArea input {
  padding-right: 23px;
  /*font-weight: normal;*/
}
.searchText .searchArea input::-webkit-input-placeholder {
  color: #aaa;
}
.searchText .searchArea input::-webkit-input-placeholder:focus {
  color: #000;
}
.searchText .form-control[readonly] {
  background: #fff;
}
.searchText .clear-btn {
  right: 4px;
  cursor: pointer;
  width: 20px;
  height: 30px;
  line-height: 33px;
  text-align: center;
  top: 0;
  font-size: 13px;
  color: gray;
  text-transform: lowercase;
}
.searchText .btn {
  border-left: none;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-right: 1px solid #999;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  height: 30px;
}
.searchText #select-group-1 ul {
  left: -170px;
  width: 196px !important;
  max-width: 230px !important;
}
#vin-menu-bar .searchText {
  padding-top: 0;
}
#vin-menu-bar .searchText .search-input,
#vin-menu-bar .searchText input {
  width: 110px;
}
#vin-menu-bar .searchText .dropdown-size {
  max-width: inherit;
  width: inherit;
}
@media (min-width: 1680px) {
  #vin-menu-bar .search-input,
  #vin-menu-bar input {
    width: 170px!important;
  }
  #vin-menu-bar .searchArea input {
    width: 175px!important;
  }
}
@media (max-width: 1679px) {
  #vin-menu-bar .search-input,
  #vin-menu-bar input {
    width: 170px!important;
  }
  #vin-menu-bar .searchArea input {
    width: 155px!important;
  }
}
@media (max-width: 1480px) {
  #vin-menu-bar .search-input,
  #vin-menu-bar input {
    width: 110px!important;
  }
  #vin-menu-bar #select-group-2 ul {
    left: -110px !important;
  }
  #vin-menu-bar .searchArea input {
    width: 105px!important;
  }
}
@media (max-width: 1382px) {
  #vin-menu-bar .search-input,
  #vin-menu-bar input {
    width: 110px!important;
  }
  #vin-menu-bar #select-group-2 ul {
    left: -110px !important;
  }
  #vin-menu-bar .searchArea input {
    width: 150px!important;
  }
}
@media (max-width: 1267px) {
  #vin-menu-bar .searchArea input {
    width: 110px!important;
  }
  #vin-menu-bar #select-group-2 ul {
    left: -110px !important;
  }
}
.header-search {
  float: right;
  padding: 5px 5px;
  margin-left: 5px;
  margin-top: 1px;
}
.header-search:hover {
  background-color: gray;
  border-radius: 4px;
}
.header-search a:hover {
  text-decoration-line: none;
}
search-menu .spn-search {
  display: inline-flex;
}
search-menu .spn-part {
  width: 80px;
  padding: 0px 3px;
}
search-menu .dash-spn {
  margin-top: 7px;
}
@media (min-width: 1200px) {
  .us #main-bar search-menu .searchText #select-group-1 ul {
    left: -134px;
  }
}
@media (min-width: 1440px) {
  .us #main-bar search-menu .searchText #select-group-1 ul {
    left: -160px;
  }
}
@media (min-width: 1600px) {
  .us #main-bar search-menu .searchText #select-group-1 ul {
    left: -160px;
  }
}
.searchOptions {
  padding-left: 0;
  padding-right: 0;
  float: left;
}
.searchOptions .history-dropdown-size {
  max-width: 350px;
  min-width: 350px;
  left: -350px;
}
.searchOptions .history-search-input {
  width: 500px;
  left: 5px;
}
.searchOptions .dropdown-menu.dropdown-menu-x.dropdown-menu-filter.history-dropdown-size {
  max-width: 500px;
  min-width: 500px;
  left: -500px;
}
.searchOptions .search-input {
  width: 160px;
}
.searchOptions .search-input-global {
  width: 80px;
}
.searchOptions .input-group {
  float: left;
  margin-right: 5px;
}
.searchOptions .goBtn {
  margin-top: 0px;
}
.searchOptions .searchArea {
  float: left;
  margin-right: 5px;
  position: relative;
  margin-top: 0px;
}
.searchOptions .searchArea .clear-btn {
  right: 4px;
  top: 8px;
  position: absolute;
  cursor: pointer;
  width: 20px;
  height: 30px;
  line-height: 33px;
  text-align: center;
  top: 0;
  font-size: 13px;
  color: gray;
  text-transform: lowercase;
}
.searchOptions .searchArea .f-sm-txt {
  max-width: 110px !important;
  margin-right: 5px;
  display: inline-block;
}
.searchOptions .searchArea .f-sm-txt + input {
  display: inline-block;
  margin-right: 5px;
}
.searchOptions .searchType,
.searchOptions .searchType-single-textbox {
  width: 200px;
  padding-right: 25px;
}
.searchOptions input[readonly] {
  background: #fff;
  cursor: pointer;
}
.searchOptions #select-group-2 ul,
.searchOptions #select-group-3 ul {
  left: -170px;
  width: 205px !important;
  max-width: 230px !important;
}
.searchOptions .labelInput {
  margin-top: 2px!important;
  margin-right: 5px;
}
.searchOptions .synonym-content {
  height: 31px;
  font-size: 79%;
}
.searchOptions .spn-search {
  display: inline-flex;
}
.searchOptions .spn-part {
  width: 80px;
  padding: 0px 3px;
}
.searchOptions .dash-spn {
  margin-top: 7px;
}
.searchOptions .margin-top {
  margin-top: 5px;
}
.optionDsc {
  width: 100%;
  height: 95px;
  float: left;
  border: 1px solid #999;
  padding: 10px;
}
.searchDropbox {
  padding-top: 26px;
}
.searchDropbox .input-group {
  margin-bottom: 10px;
}
.searchLink a:hover,
.searchLink a:focus {
  font-weight: 700;
  color: black;
}
.searchLink .nav-font-bold {
  font-weight: bold;
}
.search-all-link {
  line-height: 31px;
  margin-top: 5px;
  float: left;
  margin-right: 20px;
}
search-options hr {
  margin: 5px 0px;
  border-color: rgba(128, 128, 128, 0.22);
}
search-options .hr-gray {
  border-color: rgba(128, 128, 128, 0.22);
}
search-options .searchDropbox {
  padding-top: 0px;
  float: left;
}
search-options .searchDropbox .input-group {
  margin-bottom: 0px;
}
search-options .input-group {
  float: left;
  margin-right: 5px;
}
search-options .searchitem {
  margin-left: 0px;
  margin-right: 0px;
}
search-options .searchitem .marginSearchType {
  margin-right: 20px;
}
search-options .searchitem .marginRight {
  margin-right: 15px;
}
search-options .back-to-session {
  margin: 1px 0 -4px 0;
}
search-options .right {
  float: right;
}
.back-to-session-search-option {
  margin-right: 10px !important;
  padding: 0 12px !important;
}
@media screen and (max-width: 1921px) {
  .es .searchDropbox,
  .fr .searchDropbox,
  .hu .searchDropbox,
  .nl .searchDropbox,
  .pl .searchDropbox,
  .pt .searchDropbox,
  .ro .searchDropbox,
  .fi .searchDropbox,
  .cs .searchDropbox,
  .ru .searchDropbox {
    padding-top: 39px;
  }
  .el .searchDropbox {
    padding-top: 56px;
  }
}
@media screen and (max-width: 1900px) {
  .searchOptions .searchType {
    width: 70px;
  }
}
@media screen and (max-width: 1400px) {
  .searchOptions .searchType {
    width: 70px;
  }
  .search-catcalouge-content-collapse .search-all-link {
    padding: 0;
    line-height: 31px;
    font-size: 79%;
  }
}
@media screen and (min-width: 1800px) {
  search-options .searchOptions .search-input {
    width: 170px;
  }
  search-options .searchOptions .searchType,
  search-options .searchOptions .searchType-single-textbox {
    width: 200px;
  }
}
.text-highlighted {
  color: #f79232;
  font-weight: 700;
}
.callout-viewer .ngdialog-content {
  width: 68%!important;
  margin-top: 3%!important;
}
.center {
  text-align: center;
  height: auto;
}
.part-filter label {
  font-weight: normal;
}
.btns-right {
  float: right;
  padding-right: 20px;
  padding-top: 20px;
}
.callout-viewer {
  padding: 0px!important;
}
.shopping-list-service-price-type p {
  margin: 0 0 5px 0;
}
.shopping-list-service-price-type p input[type='radio'] {
  margin: 0;
  vertical-align: middle;
}
.shopping-list-service-price-type p label {
  margin: 0;
}
.favorite-modal-primary > .modal-dialog {
  width: 850px;
}
.favorite-modal-primary .edit-fav-con .decode-con {
  margin-left: 0;
  margin-top: 40px;
  margin-bottom: 15px;
}
.favorite-modal-primary .edit-fav-con .col-md-4 {
  padding: 0;
}
.favorite-modal-primary .fav-title {
  background-color: #eee;
  height: 50px;
  line-height: 50px;
}
.favorite-modal-primary .fav-title .title-margin {
  padding-left: 10px;
}
.favorite-modal-primary .fav-list {
  padding: 0;
}
.favorite-modal-primary .fav-list li {
  list-style: none;
  padding: 5px 15px;
  border-bottom: 1px solid black;
}
.favorite-modal-primary .fav-list li:hover {
  font-weight: 800;
}
.favorite-modal-primary .fav-list li.active {
  background-color: #ccc;
}
slide-vehicle-pane {
  /* Styling the dropdown container */
  /* Styling the drop-down list */
}
slide-vehicle-pane ::placeholder {
  color: #000000;
  opacity: 1;
  /* Firefox */
}
slide-vehicle-pane .panel-body {
  margin-top: 10px;
}
slide-vehicle-pane .slide-vehicle-pane-expand {
  width: 330px;
  display: block;
}
slide-vehicle-pane label {
  padding-top: 6px;
}
slide-vehicle-pane .slide-vehicle-pane-collapse {
  width: 40px;
  display: block;
  height: auto;
}
slide-vehicle-pane .vin-decoder-icon {
  float: right;
  margin: 0 0 0 5px;
}
slide-vehicle-pane .vin-decoder-icon i {
  color: #0078C9;
  font-size: 30px;
}
slide-vehicle-pane .vin-decoder-icon i:hover {
  color: #ebecf0;
}
slide-vehicle-pane .container-fluid {
  padding: 0;
}
slide-vehicle-pane .separate-line {
  font-size: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #8c8c8c;
}
slide-vehicle-pane .expand-button,
slide-vehicle-pane .collapse-button {
  height: 20px;
  width: 40px;
  border: 0;
  font-size: 18px;
  font-weight: bolder;
  background-color: transparent;
  outline: none;
}
slide-vehicle-pane .expand-button:hover,
slide-vehicle-pane .collapse-button:hover {
  color: gray;
}
slide-vehicle-pane .collapse-title {
  writing-mode: tb-rl;
  width: 20px;
  margin-left: 10px;
  margin-top: 10px;
  padding-top: 10px;
  cursor: pointer;
  font-size: 16px;
  height: 210px;
}
slide-vehicle-pane .collapseBtn {
  height: 20px;
  width: 40px;
  border: 0;
  font-size: 18px;
  font-weight: bolder;
  background-color: transparent;
  outline: none;
}
slide-vehicle-pane .dropdown {
  width: 100%;
  position: relative;
}
slide-vehicle-pane .dropdown-input {
  cursor: text;
  background: url(/assets/images/16847da2.dropdown-icon.png) 100% center / 20px 25px no-repeat scroll white;
  padding-right: 30px;
  /* Expands the text field to accommodate the "X" icon */
}
slide-vehicle-pane .clear-input {
  position: absolute;
  top: 51%;
  right: 20px;
  /* Distance from the right edge */
  transform: translateY(-50%);
  /* Center vertically */
  cursor: pointer;
  color: #999;
}
slide-vehicle-pane .dropdown-list {
  width: max-content;
  list-style-type: none;
  padding: 0 1px 0 1px;
  margin: 0;
  position: absolute;
  background-color: #fff;
  border: 1px solid #999999;
  border-radius: 3px;
  overflow: hidden;
  /* Remove slider */
  box-shadow: rgba(0, 0, 0, 0.075) 0 1px 1px inset;
  z-index: 900;
  /* Set appropriate z-index if you need */
}
slide-vehicle-pane .dropdown-list li {
  cursor: pointer;
}
slide-vehicle-pane .dropdown-list li:hover {
  background-color: #1b68d2;
  color: #fff;
}
slide-vehicle-pane .group-header {
  background-color: #ffffff;
  font-weight: bold;
  margin-top: 2px;
  margin-left: 5px;
}
slide-vehicle-pane .group-header:hover {
  background-color: #ffffff;
  color: black;
}
slide-vehicle-pane .form-group {
  display: flex;
  justify-content: space-between;
}
slide-vehicle-pane select,
slide-vehicle-pane input {
  width: 100%;
  height: 30px;
  padding: 0 12px 0 12px !important;
  border: 1px solid #999999;
  border-radius: 3px !important;
  box-shadow: rgba(0, 0, 0, 0.075) 0 1px 1px inset;
}
slide-vehicle-pane #selectModelYear,
slide-vehicle-pane #selectCategory {
  width: 48%;
}
.manage-bookmarks-grid {
  width: 550px;
  height: 242px;
}
.manage-bookmarks-buttons-wrapper-l {
  float: left;
  padding-left: 20px;
  margin: 8px;
}
.manage-bookmarks-buttons-wrapper-r {
  padding-right: 5px;
  float: right;
  margin: 8px;
}
.manage-bookmarks-buttons-wrapper-m {
  padding-left: 185px;
  float: left;
  margin: 8px;
}
.manage-bookmarks-button {
  min-width: 90px;
}
.new-bookmark-input {
  height: 31px;
  max-width: 270px;
  margin-right: 20px;
}
.ui-grid-canvas .ui-grid-row-selected .ui-grid-row-selected-bookmarks {
  background-color: #676767;
  color: #fff;
}
.ui-grid-canvas {
  width: 100%;
}
.bookmark-ui-grid-cell {
  cursor: pointer;
}
links .ul-global.item-link {
  text-align: left;
}
links .ul-global img {
  width: 55px;
  height: 100%;
}
links .navbar-left .dropdown-menu > li > a {
  text-align: left;
  padding-left: 7px;
}
logged-in-user {
  color: #0078C9;
}
.back-to-session {
  margin-bottom: -1px;
  margin-right: 11px;
  float: right;
  font-weight: bold;
  padding: 10px 12px;
  border: 1px solid transparent;
}
a.back-to-session:hover {
  text-decoration: none;
  background-color: #8c8c8c;
  line-height: 1.42857143;
  vertical-align: middle;
  border: 1px solid #1e1e1e;
}
.hide-prices-toggle {
  margin-top: 5px;
}
configuration-summary .form-control[readonly] {
  background-color: #fff;
  cursor: inherit;
}
configuration-summary .btn.cs-parts {
  width: 130px;
}
configuration-summary .build-year-container {
  padding-left: 0;
}
configuration-summary .build-month-container {
  padding-right: 0;
}
configuration-summary .vehicle-line {
  color: transparent;
  text-shadow: 0px 0px 0px #000;
  background-color: #ffffff;
  font-weight: bold;
}
configuration-summary .service-related-split-container {
  padding-left: 0;
}
configuration-summary .service-related-split {
  width: 100%;
  font-size: 1px;
  border-bottom: 1px solid;
}
configuration-summary .milage-container,
configuration-summary .milage-unit-type-container {
  padding-left: 0;
}
configuration-summary .milage-unit-type-container {
  margin-top: 5px;
}
configuration-summary .exteriorPaint-container,
configuration-summary .interiorFabric-container {
  display: inline-table;
}
configuration-summary .exteriorPaint-container {
  margin-right: 25px;
}
configuration-summary .exteriorPaint-image-container,
configuration-summary .interiorFabric-image-container {
  margin-top: 5px;
}
configuration-summary .exteriorPaint-image-container .image-state,
configuration-summary .interiorFabric-image-container .image-state {
  width: 85px;
  height: 160px;
  outline: 1px solid;
}
configuration-summary .exteriorPaint-image-container .image-state img,
configuration-summary .interiorFabric-image-container .image-state img {
  max-width: 85px;
  margin: auto;
}
configuration-summary .exteriorPaint-image-container .image-state,
configuration-summary .interiorFabric-image-container .image-state,
configuration-summary .exteriorPaint-image-container .image-att-desc,
configuration-summary .interiorFabric-image-container .image-att-desc {
  display: flex;
  text-align: center;
  align-items: center;
}
configuration-summary .exteriorPaint-image-container .image-att-desc,
configuration-summary .interiorFabric-image-container .image-att-desc {
  width: 85px;
  line-height: 23px;
}
@media (max-width: 1365px) {
  configuration-summary .container-fluid {
    padding-left: 5px;
    padding-right: 5px;
  }
  configuration-summary .col-xs-1,
  configuration-summary .col-xs-2,
  configuration-summary .col-xs-3,
  configuration-summary .col-xs-4,
  configuration-summary .col-xs-5,
  configuration-summary .col-xs-6,
  configuration-summary .col-xs-7,
  configuration-summary .col-xs-8,
  configuration-summary .col-xs-9,
  configuration-summary .col-xs-10,
  configuration-summary .col-xs-11,
  configuration-summary .col-xs-12,
  configuration-summary .col-sm-1,
  configuration-summary .col-sm-2,
  configuration-summary .col-sm-3,
  configuration-summary .col-sm-4,
  configuration-summary .col-sm-5,
  configuration-summary .col-sm-6,
  configuration-summary .col-sm-7,
  configuration-summary .col-sm-8,
  configuration-summary .col-sm-9,
  configuration-summary .col-sm-10,
  configuration-summary .col-sm-11,
  configuration-summary .col-sm-12,
  configuration-summary .col-md-1,
  configuration-summary .col-md-2,
  configuration-summary .col-md-3,
  configuration-summary .col-md-4,
  configuration-summary .col-md-5,
  configuration-summary .col-md-6,
  configuration-summary .col-md-7,
  configuration-summary .col-md-8,
  configuration-summary .col-md-9,
  configuration-summary .col-md-10,
  configuration-summary .col-md-11,
  configuration-summary .col-md-12,
  configuration-summary .col-lg-1,
  configuration-summary .col-lg-2,
  configuration-summary .col-lg-3,
  configuration-summary .col-lg-4,
  configuration-summary .col-lg-5,
  configuration-summary .col-lg-6,
  configuration-summary .col-lg-7,
  configuration-summary .col-lg-8,
  configuration-summary .col-lg-9,
  configuration-summary .col-lg-10,
  configuration-summary .col-lg-11,
  configuration-summary .col-lg-12 {
    padding-left: 1px;
    padding-right: 1px;
  }
  configuration-summary .form-horizontal .form-group {
    margin-left: -1px;
    margin-right: -1px;
  }
  configuration-summary .panel-body {
    padding: 15px 5px;
  }
  configuration-summary .leftAlign {
    margin-left: 0px;
  }
}
@media (max-width: 12795px) {
  .leftAlign {
    margin-left: 0px;
  }
}
.leftAlign {
  margin-left: 15px;
}
.byc-con {
  display: -webkit-flex;
  display: flex;
}
.byc-con .byc-sel {
  margin-right: 10px;
}
.btn.cs-parts {
  font-weight: bold;
  text-transform: uppercase;
  color: #e8e8e8;
  background-color: #8c8c8c;
}
.vcs-panel .panel-body {
  padding-left: 0px;
}
.cs-page .panel.minor-features-panel {
  background: none;
}
.cs-page .minor-features-panel .panel-default {
  background-color: #fdfdfd;
}
.cs-page .panel {
  background: none;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
}
.cs-page select.form-control {
  font-weight: bold;
}
.cs-page .cs-parts-position {
  text-align: center;
  margin-top: -8px;
  height: auto;
  overflow: auto;
}
.cs-page .cs-parts-position > div.pull-right {
  line-height: 31px;
}
.cs-page .cs-parts-position > div.pull-right input[type="checkbox"] {
  vertical-align: middle;
  margin: 0;
}
.cs-page .cs-parts-position > div.pull-right label {
  margin-bottom: 0;
}
.cs-page .cs-parts-position button.pull-right {
  white-space: normal;
  min-width: 100px;
}
.cs-page .minor-feature-box {
  height: 143px;
  padding-top: 0;
}
.cs-page .vehicle-config-summary-img {
  outline: 1px solid #e1e2e4;
  width: 330px;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.cs-page .vehicle-config-summary-img img {
  max-width: 178px;
}
.cs-page .panel-body {
  padding-top: 7px;
}
.cs-page #buildDate {
  color: transparent;
  text-shadow: 0 0 0 #000;
  -ms-user-select: none;
  user-select: none;
  background-color: #ffffff;
  font-weight: 700;
}
.cs-page #buildYear {
  min-width: 77px;
}
.cs-page #partButton:focus,
.cs-page #labourButton:focus,
.cs-page #serviceButton:focus {
  border-style: dotted;
  border-color: #c4c4c4;
  border-width: 2px;
}
/*IE11+ hack*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  configuration-summary .cs-parts-position > div.pull-right input[type="checkbox"] {
    margin-top: -2px !important;
  }
}
@media screen and (max-width: 1367px) {
  .ru .milage-unit-type-container {
    margin-left: 5px;
    width: 120px;
  }
}
@media screen and (max-width: 1921px) {
  .no .milage-unit-type-container {
    width: 160px;
    margin-left: -10px;
    float: right;
    margin-right: 0px;
  }
}
@media screen and (max-width: 1441px) {
  .no .milage-unit-type-container {
    width: 160px;
    margin-left: -10px;
  }
  .no .milage-container {
    width: 90px;
    float: left;
  }
}
@media screen and (max-width: 1366px) {
  .no .milage-unit-type-container {
    width: 160px;
    margin-left: -10px;
  }
  .no .milage-container {
    width: 70px;
    float: left;
  }
  .de .milage-unit-type-container {
    width: 125px;
    margin-left: 0px;
  }
}
decode-search {
  display: block;
  padding: 15px;
}
decode-search .right-space {
  margin-right: 1em;
}
decode-search .decode-title {
  text-align: center;
}
decode-search .decode-width {
  width: 800px;
  margin-bottom: 3px;
}
decode-search .decode-width.build-with-date {
  margin-top: 3px;
}
decode-search .blue-text {
  color: blue;
}
decode-search .float-left {
  float: left;
}
decode-search .vin-title {
  line-height: 23px;
  font-weight: 700;
}
decode-search .decode-con input.code-input {
  margin: 0 5px;
  text-align: center;
  text-transform: uppercase;
}
decode-search .decode-con input.code-input:first-child {
  margin-left: 0;
}
decode-search .vin-con {
  margin: 10px 0;
}
decode-search .from-to {
  margin: 0 10px;
}
decode-search .decode-select {
  height: 18px;
  width: 60px;
  display: inline-block;
  padding: 0 !important;
}
decode-search .decode-search-result-con {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid black;
  margin-bottom: -145px;
}
decode-search .fav-btn-con {
  width: 1000px;
  margin-bottom: 15px;
}
decode-search .fav-btn-con .favourite-button {
  font-weight: 700;
  cursor: pointer;
}
decode-search .edit-fav-con {
  width: 1000px;
}
decode-search .edit-fav-con h4 {
  padding-left: 15px;
}
decode-search .edit-fav-con .decode-con {
  margin-right: 0;
  margin: 15px;
}
decode-search .fav-btns-con {
  border-top: 1px solid #616161;
  padding-top: 20px;
}
decode-search .fav-title {
  background-color: #eee;
  height: 50px;
  line-height: 50px;
  margin: 0;
}
decode-search .fav-list {
  padding: 0;
  margin: 15px;
}
decode-search .fav-list li {
  list-style: none;
  padding: 10px 15px;
  font-size: 14px;
  border-bottom: 1px solid black;
}
decode-search .fav-list li:hover {
  font-weight: 800;
}
decode-search .fav-list li.active {
  background-color: #9e9e9e;
  color: white;
}
decode-search .page-link {
  margin: 1px !important;
}
decode-search .efc-show-con {
  border-bottom: 1px solid black;
  margin: 10px 0;
}
decode-search .dsrcr-con {
  margin-top: 25px;
  position: relative;
}
decode-search .dsrcr-con a {
  text-decoration: underline;
}
decode-search .dsrcr-con a:hover {
  color: #aaa;
}
decode-search .dsrcr-con .loading-page {
  text-align: center;
  font-size: 1.2rem;
  background-color: rgba(255, 255, 255, 0.4);
}
decode-search .vinvalue-text {
  margin-left: 30px;
}
decode-search .margin-right-10 {
  margin-right: 10px;
}
decode-search .border-bottom {
  border-bottom: 1px solid grey;
}
decode-search .col-con {
  margin: 0 15px;
  padding-bottom: 8px;
}
decode-search .thead-default {
  background-color: #ececec;
}
decode-search .configuration-con {
  margin: 8px 0px;
}
decode-search table.table .active td {
  background-color: #d4d4d4;
}
@media screen and (max-width: 1921px) {
  .hu decode-search .decode-width {
    width: 1200px;
  }
  .no decode-search .decode-width {
    width: 1250px;
  }
  .no decode-search .milage-unit-type-container {
    float: left;
    margin-left: 0px;
    width: auto;
  }
  .nl decode-search .decode-width,
  .it decode-search .decode-width {
    width: 980px;
  }
  .es decode-search .decode-width {
    width: 930px;
  }
}
.pv-page .panel {
  background-color: transparent;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
}
.pv-page .panel-footer,
.pv-page .table-striped > tbody > tr:nth-child(odd) > td {
  background-color: transparent;
}
.subViewContent .pv-page {
  min-height: 549px;
  background: linear-gradient(to bottom, #ffffff 50%, #E8E8E8 100%);
  margin-bottom: -86px;
}
@media screen and (max-width: 1921px) {
  .de decode-search .decode-width {
    width: 1200px;
  }
}
side-vehicle-config {
  border-right: 1px solid lightgray;
}
side-vehicle-config .collapse {
  width: 499px;
  margin-top: 41px;
  display: block;
}
side-vehicle-config label {
  padding-top: 6px;
}
side-vehicle-config .expand {
  width: 40px;
  background-color: lightgray;
  margin-top: 41px;
  display: block;
  height: 253px;
}
side-vehicle-config .colorCode {
  color: red;
}
side-vehicle-config .divHeader {
  display: inline-table;
  float: right;
}
side-vehicle-config .divHeader button {
  margin-left: 5px;
  float: right;
}
side-vehicle-config .form-group {
  display: inline-table;
  clear: both;
  width: 100%;
}
side-vehicle-config .form-group label {
  float: left;
  width: 40%;
}
side-vehicle-config .form-group select {
  float: right;
  width: 60%;
}
side-vehicle-config .form-group .title {
  float: left;
  width: 40%;
}
side-vehicle-config .form-group .title label {
  float: left;
  width: 90%;
}
side-vehicle-config .panel-body {
  padding: 0px;
  margin: 0px;
}
side-vehicle-config .container-fluid {
  padding: 0 0 10px 0;
}
side-vehicle-config .panel {
  margin-left: 10px;
  overflow: auto;
  height: 480px !important;
}
side-vehicle-config .form-body {
  overflow-y: auto;
  padding-right: 15px;
}
side-vehicle-config .form-body-a {
  overflow-y: auto;
  max-height: 89%;
  padding-right: 15px;
}
side-vehicle-config .form-body-full {
  overflow-y: auto;
  max-height: 81%;
  padding-right: 15px;
}
side-vehicle-config .milage-container {
  width: 22%;
  float: left;
}
side-vehicle-config .milage-unit-type-container {
  width: 30%;
  float: left;
  display: inline-flex;
  margin-left: 10px;
}
side-vehicle-config .milage-unit-type-container input {
  margin-top: 7px;
}
side-vehicle-config .collapseBtn {
  height: 20px;
  width: 40px;
  border: 0px;
  font-size: 18px;
  font-weight: bolder;
  background-color: transparent;
  outline: none;
}
side-vehicle-config .collapseBtn:hover {
  color: gray;
}
side-vehicle-config .collapse-title {
  writing-mode: tb-rl;
  width: 5px;
  margin-left: 24px;
  margin-top: 10px;
  padding-top: 10px;
  cursor: pointer;
  font-size: 16px;
}
side-vehicle-config .collapse-title:hover {
  color: gray;
}
side-vehicle-config .panel-default {
  max-height: 20%;
  overflow: auto;
}
side-vehicle-config .panel-default-half {
  max-height: 50%;
  overflow: auto;
}
side-vehicle-config .panel-default-full {
  max-height: 78%;
  overflow: auto;
}
side-vehicle-config .vin {
  width: 50%;
  height: 30px;
}
side-vehicle-config .change-flag {
  float: right;
  margin-top: 10px;
  margin-right: 3px;
}
@media screen and (max-width: 1367px) {
  side-vehicle-config #leftPanelNonCollapse {
    font-size: 9px !important;
  }
  side-vehicle-config .collapse {
    width: 350px;
    margin-top: 41px;
    display: block;
  }
  side-vehicle-config .vin {
    width: 45%;
    height: 25px;
  }
  side-vehicle-config .btn {
    padding: 2px 5px 2px 5px !important;
  }
  side-vehicle-config .form-group {
    display: inline-table;
    clear: both;
    width: 100%;
  }
  side-vehicle-config .form-group label {
    float: left;
    width: 30%;
  }
  side-vehicle-config .form-group select {
    float: none;
    width: 60%;
    height: 25px;
  }
  side-vehicle-config .form-group .title {
    float: left;
    width: 30%;
  }
  side-vehicle-config .form-group .title label {
    float: left;
    width: 90%;
  }
  side-vehicle-config .form-body-full {
    overflow-y: auto;
    max-height: 79%;
    padding-right: 15px;
  }
  side-vehicle-config .form-body-full-min {
    overflow-y: auto;
    max-height: 65%;
    padding-right: 15px;
  }
  side-vehicle-config .panel-default-full {
    max-height: 78%;
    overflow: auto;
  }
  side-vehicle-config .panel-default-full-min {
    max-height: 65%;
    overflow: auto;
  }
  side-vehicle-config .panel-default-half {
    max-height: 32%;
    overflow: auto;
  }
}
@media screen and (min-width: 1600px) {
  side-vehicle-config .form-body-full {
    overflow-y: auto;
    max-height: 73%;
    padding-right: 15px;
  }
  side-vehicle-config .form-body-full-min {
    overflow-y: auto;
    max-height: 73%;
    padding-right: 15px;
  }
  side-vehicle-config .panel-default-half {
    max-height: 35%;
    overflow: auto;
  }
  side-vehicle-config .panel-default-full {
    max-height: 74%;
    overflow: auto;
  }
  side-vehicle-config .panel-default-full-min {
    max-height: 74%;
    overflow: auto;
  }
}
@media screen and (min-width: 1680px) {
  side-vehicle-config .form-body-full {
    overflow-y: auto;
    max-height: 80%;
    padding-right: 15px;
  }
  side-vehicle-config .form-body-full-min {
    overflow-y: auto;
    max-height: 80%;
    padding-right: 15px;
  }
  side-vehicle-config .panel-default-half {
    max-height: 40%;
    overflow: auto;
  }
  side-vehicle-config .panel-default-full {
    max-height: 79%;
    overflow: auto;
  }
  side-vehicle-config .panel-default-full-min {
    max-height: 79%;
    overflow: auto;
  }
}
side-vehicle-config .by-model {
  padding: 10px 17px 0px 15px;
  margin-bottom: 0px;
}
side-vehicle-config .by-model .form-group {
  margin-bottom: 10px;
}
side-vehicle-config .star-icon {
  font-size: 14px;
  color: #0078C9;
  margin-top: 5px;
}
side-vehicle-config .star-icon:hover {
  color: #80b4fa;
}
side-vehicle-config .fa-star,
side-vehicle-config .fa-star-o {
  font-size: 16px;
  color: #0078C9;
  margin-top: 5px;
}
side-vehicle-config .fa-star:hover,
side-vehicle-config .fa-star-o:hover {
  color: #80b4fa;
}
vehicle-list-view .imageDefault {
  width: 215px;
  height: 222px;
  border: 1px solid lightgray;
  text-align: center;
  vertical-align: middle;
  background-color: white;
}
vehicle-list-view .imageDefault img {
  margin-top: 60px;
  max-width: 100%;
}
vehicle-list-view .imageFixed {
  position: fixed;
  top: 125px;
}
vehicle-list-view .description {
  margin-right: 5px;
}
.nav-secondary {
  display: unset;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0;
  list-style: none;
  line-height: 17px;
  align-items: center;
}
.nav-secondary .btn-default {
  border-radius: 4px;
}
.nav-secondary .btn-default a {
  color: #c4c4c4;
}
.nav-secondary ul {
  list-style: none;
  float: right;
}
.nav-secondary ul li {
  margin: 5px;
}
.nav-secondary .nav-vehicle-view {
  display: unset;
}
.nav-secondary .nav-vehicle-search-text label {
  margin: 0 2px 0 0;
}
.nav-secondary .nav-vehicle-search-text input {
  margin: 0;
}
.slide-vehicle {
  min-width: 900px;
}
.slide-vehicle .nav-vehicle-view {
  padding: 10px;
}
.subSubViewContent li .add-note {
  background: url("/assets/images/002a277a.add-note-black-small.png") no-repeat transparent;
  width: 22px;
  height: 16px;
  position: relative;
  visibility: hidden;
  top: 4px;
}
.subSubViewContent li .add-global-note {
  background: url(/assets/images/9f017bbb.add-note-blue-small.png) no-repeat transparent;
  width: 22px;
  height: 16px;
  position: relative;
  visibility: hidden;
  top: 4px;
}
.subSubViewContent li:hover .add-note {
  visibility: visible;
}
.subSubViewContent li:hover .add-global-note {
  visibility: visible;
}
.subSubViewContent li .view-note {
  background: url("/assets/images/72631f0f.view-note-black-small.png") no-repeat transparent;
  width: 20px;
  height: 14px;
  margin-right: 5px;
  position: relative;
  top: 3px;
}
.subSubViewContent li .list-view-add-note {
  background: url("/assets/images/002a277a.add-note-black-small.png") no-repeat transparent;
  width: 22px;
  height: 16px;
  position: relative;
  display: none;
  top: 3px;
}
.subSubViewContent li:hover .list-view-add-note {
  display: inline-block;
}
.subSubViewContent li .list-view-view-note {
  background: url("/assets/images/72631f0f.view-note-black-small.png") no-repeat transparent;
  width: 20px;
  height: 14px;
  margin-right: 5px;
  margin-left: 5px;
  position: relative;
  top: 2px;
}
.ru .sfvbox-rp {
  display: -webkit-flex;
  display: flex;
}
.ru .sfvbox-rp label {
  width: 160px;
}
@media screen and (max-width: 1367px) {
  .es #searchForVehicleBox {
    width: 139px;
  }
  .hu .nav-secondary ul li a {
    padding: 8px 20px;
  }
  .da .nav-secondary ul li a {
    padding: 8px 20px;
  }
  .de .nav-secondary ul li a {
    padding: 8px 20px;
  }
}
vin-search .vin-search-input {
  width: 175px;
  max-width: 500px !important;
  min-width: 175px;
}
vin-search .global-fca-vin-title {
  margin-right: 2px;
}
vin-search .form-control[readonly] {
  background-color: #fff;
  cursor: inherit;
}
vin-search .btn {
  text-transform: uppercase;
  font-weight: bold;
  border: 1px solid #999999;
}
vin-search .vin-list {
  max-height: 506px;
  overflow-y: auto;
}
vin-search .ford-dropdown-size {
  max-width: 500px !important;
  min-width: 207px;
  left: -145px;
}
@media (min-width: 1382px) {
  vin-search .ford-dropdown-vin-search {
    width: auto !important;
    left: -175px !important;
  }
}
@media (max-width: 1382px) {
  vin-search .vin-search-input:first-child {
    min-width: inherit;
    width: 100px !important;
  }
  vin-search .ford-dropdown-vin-search {
    left: -110px !important;
    width: 180px !important;
    min-width: 180px !important;
  }
  vin-search .vin-search-outer #select-group-0 .dropdown-size {
    left: -99px;
  }
}
.dropdown-item {
  position: relative;
  float: left;
}
.dropdown-item #vininput {
  width: 175px !important;
}
.growl-item.icon > .growl-message {
  max-width: 280px;
}
.visual-access .nopad {
  padding-left: 0;
  padding-right: 0;
}
.visual-access .vs-list-style {
  width: 100%;
}
.visual-access .visual-access-cell {
  padding: 0 0 5px 0;
  min-width: 180px;
  width: 200px;
}
.visual-access .ul-padding-bottom {
  padding-bottom: 20px;
  float: left;
}
.visual-access .visual-access-text {
  height: 50px;
  text-align: center;
  font-weight: bold;
  margin-right: 15px;
  color: #4d4d4d;
}
.visual-access .visual-access-text span {
  margin-right: 5px;
}
.visual-access .visual-access-text:hover .add-note {
  visibility: visible;
}
.visual-access .visual-access-text:hover .add-global-note {
  visibility: visible;
}
.visual-access .add-note {
  background: url("/assets/images/002a277a.add-note-black-small.png") no-repeat transparent;
  width: 22px;
  height: 16px;
  position: relative;
  visibility: hidden;
  top: 1px;
}
.visual-access .add-global-note {
  background: url("/assets/images/9f017bbb.add-note-blue-small.png") no-repeat transparent;
  background-blend-mode: lighten;
  width: 22px;
  height: 16px;
  position: relative;
  visibility: hidden;
  top: 1px;
}
.visual-access .view-note {
  background: url("/assets/images/72631f0f.view-note-black-small.png") no-repeat transparent;
  width: 20px;
  height: 14px;
  margin-right: 5px;
  position: relative;
  float: right;
  top: 2px;
}
.visual-access .view-global-note {
  background: url("/assets/images/61c0a477.view-note-blue-small.png") no-repeat transparent;
  width: 20px;
  height: 14px;
  margin-right: 5px;
  position: relative;
  float: right;
  top: 2px;
}
.visual-access .note-button-group-span {
  display: inline-block;
}
.visual-access .global-note-button-group-span {
  display: inline-block;
}
.visual-access .visual-access-image {
  height: 120px;
  border: 1px solid #8c8c8c;
  margin-right: 10px;
  text-align: center;
}
.visual-access .visual-access-image span {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.visual-access .visual-access-image img {
  width: 178px;
  height: auto;
  margin: 0 auto;
  padding: 10px;
  vertical-align: middle;
}
.visual-access .visual-access-tile {
  height: 120px;
  border: 1px solid #8c8c8c;
  margin-right: 10px;
  text-align: center;
}
.visual-access .visual-access-tile span {
  display: inline-flex;
  height: 100%;
  vertical-align: middle;
  align-items: center;
  font-size: 20px;
}
.visual-access .visual-access-tile:hover {
  background: #d1d1d1;
}
@media (min-width: 1200px) {
  .content-expand .visual-access .visual-access-cell {
    width: calc((100% - 5px) / 6);
  }
  .content-collapse .visual-access .visual-access-cell {
    width: calc((100% - 5px) / 4);
  }
}
@media (min-width: 1440px) {
  .content-expand .visual-access .visual-access-cell {
    width: calc((100% - 5px) / 6);
  }
  .content-collapse .visual-access .visual-access-cell {
    width: calc((100% - 5px) / 5);
  }
}
@media (min-width: 1600px) {
  .content-expand .visual-access .visual-access-cell {
    width: calc((100% - 5px) / 7);
  }
  .content-collapse .visual-access .visual-access-cell {
    width: calc((100% - 5px) / 5);
  }
}
@media (min-width: 1680px) {
  .content-expand .visual-access .visual-access-cell {
    width: calc((100% - 5px) / 8);
  }
  .content-collapse .visual-access .visual-access-cell {
    width: calc((100% - 5px) / 6);
  }
}
@media (min-width: 1920px) {
  .content-expand .visual-access .visual-access-cell {
    width: calc((100% - 5px) / 9);
  }
  .content-collapse .visual-access .visual-access-cell {
    width: calc((100% - 5px) / 6);
  }
}
@media (min-width: 2000px) {
  .content-expand .visual-access .visual-access-cell {
    width: calc((100% - 5px) / 10);
  }
}
settings-administration-page .navbar-btn {
  margin-bottom: 0;
}
settings-administration-page .subSubViewContent {
  padding-top: 10px;
}
settings-administration-page .navbar-btn {
  margin-bottom: 0;
}
settings-administration-page .subSubViewContent {
  padding-top: 10px;
}
settings-administration-page .navbar-btn {
  margin-bottom: 0;
}
settings-administration-page .subSubViewContent {
  padding-top: 10px;
}
terms-agreement .terms-box {
  width: 100%;
  padding: 0 50px;
}
terms-agreement .terms-text {
  max-height: 500px;
  overflow-y: scroll;
  border: solid 1px #000;
  padding: 10px;
  text-align: justify;
}
vin-reference .navbar .navbar-header {
  height: 41px;
  border-right: 1px solid #e1e2e4;
  padding-right: 15px;
  float: left !important;
}
vin-reference .navbar-nav-btn {
  border-right: 1px solid #e1e2e4;
  float: left !important;
  padding-left: 5px;
  padding-right: 5px;
}
vin-reference .navbar .row {
  margin-right: 0 !important;
}
vin-reference .navbar .navbar-right {
  margin-right: 0 !important;
}
vin-reference .dealership-btn {
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px !important;
}
vin-reference attachment {
  float: left;
  margin-top: 10px;
}
vin-reference a.navbar-brand {
  /* vin-reference-holder */
  margin: 8px 15px;
  margin-right: 0px;
  padding: 0;
  height: auto;
}
vin-reference a.navbar-brand:hover {
  background-color: #f0f0f0;
}
vin-reference a.navbar-brand:hover .label {
  color: #000000;
}
vin-reference a.navbar-brand:hover .functional-icon {
  visibility: visible;
}
vin-reference a.navbar-brand:hover .view-note-icon {
  background: url("/assets/images/ffd5919d.view-note-white-small.png") no-repeat transparent;
}
vin-reference a.navbar-brand .functional-icon {
  width: 23px;
  height: 16px;
  position: relative;
  float: right;
  left: 0px;
  visibility: visible;
  padding-right: 0px;
  border-left: 0px;
  border-right: 0px;
  margin-right: 5px;
}
vin-reference .add-vin-icon {
  background: url("/assets/images/icon/e7744cef.AddVinIcon.png") no-repeat transparent;
  position: relative !important;
}
vin-reference .remove-vin-icon {
  background: url("/assets/images/icon/3d41677a.RemoveVinIcon.png") no-repeat transparent;
}
vin-reference .add-note-icon-black {
  background: url("/assets/images/854e5cfc.add-note-black.png") no-repeat transparent;
}
vin-reference .add-global-note-icon-black {
  background: url("/assets/images/e06b6904.add-note-blue.png") no-repeat transparent;
}
vin-reference .view-note-icon-black {
  background: url("/assets/images/72631f0f.view-note-black-small.png") no-repeat transparent;
  top: 2px;
  visibility: visible !important;
}
vin-reference .view-global-note-icon-black {
  background: url("/assets/images/61c0a477.view-note-blue-small.png") no-repeat transparent;
  top: 2px;
  visibility: visible !important;
}
vin-reference .add-note-icon {
  background: url("/assets/images/6610e06d.add-note-white.png") no-repeat transparent;
}
vin-reference .add-global-note-icon {
  background: url("/assets/images/6610e06d.add-note-white.png") no-repeat transparent;
}
vin-reference .view-note-icon {
  background: url("/assets/images/a580ac4c.view-note-grey.png") no-repeat transparent;
  top: 2px;
  visibility: visible !important;
}
vin-reference .view-global-note-icon {
  background: url("/assets/images/a580ac4c.view-note-grey.png") no-repeat transparent;
  top: 2px;
  visibility: visible !important;
}
vin-reference select#add-note-select {
  float: right;
  width: 88px;
  height: 31px;
  margin-right: 40px;
  text-transform: uppercase;
  display: inline;
}
vin-reference select#add-note-select:disabled {
  color: #b2b2b2;
}
vin-reference .hold-space-after-navbar {
  padding-left: 12px;
}
vin-reference .btn-oasis {
  margin-top: 7px;
  background-color: #3e3e3e;
  color: #c4c4c4;
}
vin-reference .vinrf-long {
  height: 40px;
}
vin-reference .fordetis-btn button {
  margin-top: 0px !important;
}
vin-reference .vin-rs-row {
  margin-left: 0px !important;
  float: left;
}
.underline-link .underline {
  text-decoration: underline;
}
.underline-link:hover span {
  text-decoration: none;
}
.vehicle-modal .col-xs-12 {
  width: 100%;
}
@media (min-width: 768px) {
  .vehicle-modal .col-sm-12 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .vehicle-modal .col-md-12 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .vehicle-modal .modal-dialog {
    width: 1200px;
  }
  .vehicle-modal .col-lg-6 {
    width: 50%;
  }
  .vehicle-modal .general-vehicle-information {
    margin-top: 33px;
  }
}
