/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-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 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
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 {
  padding: 0;
  border: 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-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="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: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  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: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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: #999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
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: #999;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014   \A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\A0   \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  white-space: nowrap;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -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-right: 15px;
  padding-left: 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: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 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: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 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: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 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: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
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: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(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: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 34px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.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;
  font-weight: normal;
  vertical-align: middle;
  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: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  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: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .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;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 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 {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.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: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.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: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #428bca;
  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: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 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 .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
          transition: height .35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url(/public/fonts/glyphicons-halflings-regular.eot);
  src: url(/public/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(/public/fonts/glyphicons-halflings-regular.woff) format('woff'), url(/public/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(/public/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: "*";
}
.glyphicon-plus:before {
  content: "+";
}
.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;
  font-size: 14px;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn: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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(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: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[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-right: 0;
  padding-left: 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: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.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: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .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;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 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: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 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-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\A0";
}
.breadcrumb > .active {
  color: #999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #428bca;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999;
  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: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-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 {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .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: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .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 {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
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: #e1edf7;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  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-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.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-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
     -moz-transition:    -moz-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.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;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
          transition: .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;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0%), color-stop(rgba(0, 0, 0, .0001) 100%));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0%), color-stop(rgba(0, 0, 0, .5) 100%));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: none;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.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%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    right: 20%;
    left: 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 {
  display: table;
  content: " ";
}
.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-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  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: 767px) {
  .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: 768px) and (max-width: 991px) {
  .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: 992px) and (max-width: 1199px) {
  .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: 1200px) {
  .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: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*# sourceMappingURL=bootstrap.css.map */
/*!
 * jQuery UI Bootstrap (0.22)
 * http://addyosmani.github.com/jquery-ui-bootstrap
 *
 * Copyright 2012, Addy Osmani
 * Dual licensed under the MIT or GPL Version 2 licenses.
 *
 * Portions copyright jQuery UI & Twitter Bootstrap
 */


/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }



/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
 * jQuery UI CSS Framework 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ctl=themeroller
 */


/* Component containers
----------------------------------*/
.ui-widget {   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size:13px; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(/public/img/ui-bg_glass_75_ffffff_1x400.png) 50% 50% repeat-x; color: #404040; }
.ui-widget-content a { color: #404040; }
.ui-widget-header {
  font-weight:bold;
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border:1px solid #666;

 }
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {

  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);

  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);

  color: #333;
  font-size: 13px;
  line-height: normal;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.1s linear background-image;
  -moz-transition: 0.1s linear background-image;
  -ms-transition: 0.1s linear background-image;
  -o-transition: 0.1s linear background-image;
  transition: 0.1s linear background-image;
   overflow: visible;

 }


.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  background-position: 0 -15px;
  color: #333;
  text-decoration: none;


 }
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited { color: #212121/*{fcHover}*/; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa;  font-weight: normal; color: #212121; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/


.ui-state-highlight p, .ui-state-error p, .ui-state-default p{
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	margin:7px 15px;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {


  position: relative;
  margin-bottom: 18px;
  color: #404040;
  background-color: #eedc94;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94));
  background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
  background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94));
  background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
  background-image: -o-linear-gradient(top, #fceec1, #eedc94);
  background-image: linear-gradient(top, #fceec1, #eedc94);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #eedc94 #eedc94 #e4c652;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);


}
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {


  position: relative;
  margin-bottom: 18px;
  color: #ffffff;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
 background-color: #c43c35;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #c43c35 #c43c35 #882a25;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);


}
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none;  }
.ui-state-disabled .ui-icon { filter:Alpha(Opacity=35); } /* For IE8 - See #6059 */


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(/public/img/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(/public/img/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(/public/img/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(/public/img/ui-icons_888888_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(/public/img/ui-icons_454545_256x240.png); }
.ui-state-active .ui-icon {background-image: url(/public/img/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(/public/img/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(/public/img/ui-icons_f6cf3b_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }


/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(/public/img/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(/public/img/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*
 * jQuery UI Resizable 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block; }
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/*
 * jQuery UI Selectable 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
/*
 * jQuery UI Accordion 1.9.0
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; font-weight:bold; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em 1.7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }
/*
 * jQuery UI Autocomplete 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.9.0
 *
 * Copyright 2012-10-11, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */

.ui-menu { list-style:none; padding: 2px; margin: 0; display:block; float:left; outline: none; }
.ui-menu .ui-menu { margin-top: -3px; position: absolute; }
.ui-menu .ui-menu-item { margin: 0; padding: 0; zoom: 1;float: left;clear: left; width: 100%; }
.ui-menu .ui-menu-divider { margin: 5px -2px 5px -2px; height: 0; font-size: 0; line-height: 0; border-width: 1px 0 0 0; }
.ui-menu .ui-menu-item a { text-decoration: none; display: block; padding: 2px .4em; line-height: 1.5; zoom: 1; font-weight: normal; }
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: 0;
  color: #ffffff;
  background: #0064cd;
  background-color: #0064cd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
  background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
  background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: -o-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
/* Fix problem with border in ui-state-active */
.ui-menu .ui-menu-item a.ui-state-active {
  padding: 1px .4em;
}

.ui-menu .ui-state-disabled { font-weight: normal; margin: .4em 0 .2em; line-height: 1.5; }
.ui-menu .ui-state-disabled a { cursor: default; }

/* icon support */
.ui-menu-icons { position: relative; }
.ui-menu-icons .ui-menu-item a { position: relative; padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon { position: absolute; top: .2em; left: .2em; }

/* right-aligned */
.ui-menu .ui-menu-icon { position: static; float: right; }

.ui-menu { width: 200px; margin-bottom: 2em; }

/*
 * jQuery UI Button 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button {

  cursor: pointer;
  display: inline-block;
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  padding: 5px 14px 6px;
  margin: 0;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  color: #333;
  font-size: 13px;
  line-height: normal;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;

  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.1s linear background-image;
  -moz-transition: 0.1s linear background-image;
  -ms-transition: 0.1s linear background-image;
  -o-transition: 0.1s linear background-image;
  transition: 0.1s linear background-image;
   overflow: visible;

} /* the overflow property removes extra width in IE */

.ui-button-primary {
  color: #ffffff;
  background-color: #0064cd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
  background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
  background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: -o-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);

}



.ui-button-success{
  color:#ffffff;
  background-color: #57a957;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -ms-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(top, #62c462, #57a957);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #57a957 #57a957 #3d773d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.ui-button-error{
  color:#ffffff;
  background-color: #c43c35;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #c43c35 #c43c35 #882a25;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; }
button.ui-button-icons-only { width: 3.7em; }

/*button text element */

.ui-button .ui-button-text { display: block;   }
.ui-button-text-only .ui-button-text {  }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; /*tempfix*/ display:none;}
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
/* input.ui-button { padding: .4em 1em; } */

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { top: 50%; margin-top:-3px; margin-bottom:3px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/


.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-state-active {
  color: #ffffff;
  background-color: #0064cd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
  background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
  background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: -o-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.4em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */

/*
 * jQuery UI spinner 1.9.0
 *
 * Copyright 2012-10-11, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */

.ui-spinner { position:relative; display: inline-block; overflow: hidden; padding: 0; vertical-align: middle; }
.ui-spinner-input { border: none; background: none; padding: 0; margin: .2em 0; vertical-align: middle; margin-left: .4em; margin-right: 22px; }
.ui-spinner{}
.ui-spinner-button { width: 16px; height: 50%; font-size: .5em; padding: 0; margin: 0; text-align: center; position: absolute; cursor: default; display: block; overflow: hidden; right: 0; }
.ui-spinner a.ui-spinner-button { border-top: none; border-bottom: none; border-right: none; } /* more specificity required here to overide default borders */
.ui-spinner .ui-icon { position: absolute; margin-top: -8px; top: 50%; left: 0; } /* vertical centre icon */
.ui-spinner-up { top: 0; }
.ui-spinner-down { bottom: 0; }

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
    /* need to fix icons sprite */
    background-position:-65px -16px;
}

/*
 * jQuery UI Dialog 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog { position: absolute; top: 0; left: 0; padding: .2em; width: 300px; overflow: hidden; outline: 0; }
.ui-dialog .ui-dialog-titlebar { /*padding: .4em 1em;*/

  position: relative;
  padding:5px 15px;

  border:0px 0px 0px 1px solid;
  border-color: white;
  padding: 5px 15px;
  font-size: 18px;
  text-decoration:none;
  background:none;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -khtml-border-bottom-right-radius: 0px;

  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -khtml-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;

  border-bottom:1px solid #ccc;

}
.ui-dialog .ui-dialog-title {
  float: left;
  color:#404040;
  font-weight:bold;
  margin-top:5px;
  margin-bottom:5px;
  padding:5px;

}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 19px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 18px;
  font-size: 20px;
  font-weight: bold;
  line-height: 13.5px;
  text-shadow: 0 1px 0 #ffffff;
  filter: alpha(opacity=25);
  -khtml-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
}

.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  margin: 1px;
  text-indent: 9999px;
}

.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 1px;   filter: alpha(opacity=90);
  -khtml-opacity: 0.90;
  -moz-opacity: 0.90;
  opacity: 0.90;   }

.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin: .5em 0 0 0;
  background-color: #f5f5f5;
  padding: 5px 15px 5px;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  zoom: 1;
  margin-bottom: 0;

}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }

.ui-dialog-buttonpane .ui-dialog-buttonset .ui-button{
  color: #ffffff;
  background-color: #0064cd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
  background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
  background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: -o-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
/*
 * jQuery UI Slider 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0;

  color: #ffffff;
  background-color: #0064cd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
  background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
  background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: -o-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);

}

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }

/*
 * jQuery UI Tabs 1.9.2
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://jqueryui.com/tabs/
 */
 .ui-tabs .ui-tabs-nav{ background:none; border-color: #ddd;border-style: solid;border-width: 0 0 1px;}
.ui-tabs { position: relative; padding: .2em; zoom: 1; border:0px;} /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */


.ui-tabs .ui-tabs-nav li:hover, .ui-tabs .ui-tabs-nav li a:hover{
  background:whiteSmoke;
  border-bottom:1px solid #ddd;
  padding-bottom:0px;
   color:#00438A;
}

.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; border-bottom:1px solid #DDD; }
.ui-tabs .ui-tabs-nav li {  text-decoration: none; list-style: none; float: left; position: relative; top: 1px; padding: 0px 0px 1px 0px; white-space: nowrap; background:none; border:0px; }

.ui-tabs-nav .ui-state-default{
  -webkit-box-shadow: 0px 0px 0px #ffffff; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
     -moz-box-shadow: 0px 0px 0px #ffffff; /* FF3.5 - 3.6 */
          box-shadow: 0px 0px 0px #ffffff; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
}
.ui-tabs .ui-tabs-nav li a {
  float: left;
  text-decoration: none;
  cursor: text;
  padding: 0 15px;
  margin-right: 2px;
  line-height: 34px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;


 }

.ui-tabs .ui-tabs-nav li.ui-tabs-active { margin-bottom: 0; padding-bottom: 0px; outline:none;}
.ui-tabs .ui-tabs-nav li.ui-tabs-active , .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: #ffffff;
  cursor: default;
  color:gray;
  outline:none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a{background-color: #ffffff;outline:none;border:none;}
.ui-tabs .ui-tabs-nav li.ui-tabs-active:hover{
  background:#ffffff;
  outline:none;
  margin-bottom:0px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a { cursor: pointer; color:#0069D6; background:none; font-weight:normal; margin-bottom:-1px;}
/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs-panel .ui-button{text-decoration:none;}
.ui-tabs .ui-tabs-hide { display: none !important; }


/* IE fix for background inheritance from ui-widget*/
.ui-tabs .ui-tabs-nav li{
  filter:none;
}

/*
 * jQuery UI Tooltip 1.9.0
 *
 * Copyright 2012-10-11, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://jqueryui.com/tooltip/
 */
.ui-tooltip {
    padding:8px;
    position:absolute;
    z-index:9999;
    max-width: 300px;
    -o-box-shadow: 0 0 5px #ddd;
    -moz-box-shadow: 0 0 5px #ddd;
    -webkit-box-shadow: 0 0 5px #ddd;
    /*box-shadow: 0 2px 5px #ddd;*/
    box-shadow: inset 0 1px 0 #ffffff;
}
/* Fades and background-images don't work well together in IE6, drop the image */
* html .ui-tooltip {
    background-image: none;
}
body .ui-tooltip { border-width:2px; }

/*
 * jQuery UI Datepicker 1.9.0
 *
 * Copyright 2012-10-11, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://jqueryui.com/datepicker/
 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; border:0px; font-weight: bold; width: 100%; padding: 4px 0; background-color: #f5f5f5; color: #808080; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { /*top: 1px;*/ }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }

.ui-datepicker .ui-datepicker-prev-hover { /*left:1px;*/ }
.ui-datepicker .ui-datepicker-next-hover { /*right:1px;*/ }

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
  display: none; /*sorry for IE5*/
  display/**/: block; /*sorry for IE5*/
  position: absolute; /*must have*/
  z-index: -1; /*must have*/
  filter: mask(); /*must have*/
  top: -4px; /*must have*/
  left: -4px; /*must have*/
  width: 200px; /*must have*/
  height: 200px; /*must have*/
}

.ui-datepicker th{
  font-weight: bold;
  color: gray;
}

.ui-datepicker-today a:hover{
  background-color: #808080;
  color: #ffffff;

}
.ui-datepicker-today a{
  background-color: #BFBFBF;
  cursor: pointer;
  padding: 0 4px;
  margin-bottom:0px;

}


.ui-datepicker td a{
  margin-bottom:0px;
  border:0px;
}

.ui-datepicker td:hover{
    color: #ffffff;
}

.ui-datepicker td .ui-state-default {
  border:0px;
  background:none;
  margin-bottom:0px;
  padding:5px;
  color:gray;
  text-align: center;
  filter:none;
}


.ui-datepicker td .ui-state-active{
  background:#BFBFBF;
  margin-bottom:0px;
  font-size:normal;
  text-shadow: 0px;
  color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.ui-datepicker td .ui-state-hover {
    color: #ffffff;
    background: #0064cd;
    background-color: #0064cd;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
    background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
    background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
    background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
    background-image: -o-linear-gradient(top, #049cdb, #0064cd);
    background-image: linear-gradient(top, #049cdb, #0064cd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #0064cd #0064cd #003f81;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}

/*
 * jQuery UI Progressbar 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%;

/*this can be removed if ui-widget-header is blue*/
    color: #ffffff;
  background-color: #0064cd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
  background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
  background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: -o-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 }

/**Toolbar**/

.ui-toolbar{
  padding: 7px 14px;
  margin: 0 0 18px;
  background-color: #f5f5f5;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
  background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
  background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: linear-gradient(top, #ffffff, #f5f5f5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}


/***Dialog fixes**/

.ui-dialog-buttonset .ui-button:nth-child(2){
  cursor: pointer;
  display: inline-block;
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  padding: 5px 14px 6px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  color: #333;
  font-size: 13px;
  line-height: normal;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  -ms-transition: 0.1s linear all;
  -o-transition: 0.1s linear all;
  transition: 0.1s linear all;
   overflow: visible;
}



/***Wijmo Theming**/

div.wijmo-wijmenu{
  padding:0 20px;
  background-color: #222;
  background-color: #222222;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#222222));
  background-image: -moz-linear-gradient(top, #333333, #222222);
  background-image: -ms-linear-gradient(top, #333333, #222222);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #222222));
  background-image: -webkit-linear-gradient(top, #333333, #222222);
  background-image: -o-linear-gradient(top, #333333, #222222);
  background-image: linear-gradient(top, #333333, #222222);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}

.wijmo-wijmenu .ui-state-default{
  box-shadow: none;
  color:#BFBFBF;
}

.wijmo-wijmenu .ui-state-default .wijmo-wijmenu-text{
  color:#BFBFBF;
}

.wijmo-wijmenu .ui-state-hover{
  background: #444;
  background: rgba(255, 255, 255, 0.05);
}

.wijmo-wijmenu .ui-state-hover .wijmo-wijmenu-text{
  color:#ffffff;
}

div.wijmo-wijmenu .ui-widget-header h3{
  position: relative;
  margin-top:1px;
  padding:0;
}

.wijmo-wijmenu h3 a{
  color: #FFFFFF;
  display: block;
  float: left;
  font-size: 20px;
  font-weight: 200;
  line-height: 1;
  margin-left: -20px;
  margin-top:1px;
  padding: 8px 20px 12px;
}

.wijmo-wijmenu h3 a:hover{
  background-color: rgba(255, 255, 255, 0.05);
  color: #FFFFFF;
  text-decoration: none;
}

.wijmo-wijmenu .ui-widget-header{
  border:0px;
}

.wijmo-wijmenu .wijmo-wijmenu-parent .wijmo-wijmenu-child{
  padding: 0.3em 0;
}

div.wijmo-wijmenu .wijmo-wijmenu-item .wijmo-wijmenu-child{
  background: #333;
  border:0;
  margin:0;
  padding: 6px 0;
  width:160px;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

div.wijmo-wijmenu .wijmo-wijmenu-item{
  margin:0;
  border:0;
}

.wijmo-wijmenu a.wijmo-wijmenu-link{
  margin:0;
  line-height: 19px;
  padding: 10px 10px 11px;
  border:0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius:0;
}

div.wijmo-wijmenu .wijmo-wijmenu-child .wijmo-wijmenu-link{
  display:block;
  float:none;
  padding: 4px 15px;
  width:auto;
}

div.wijmo-wijmenu .wijmo-wijmenu-child .wijmo-wijmenu-text
{
  float:none;
}

.wijmo-wijmenu .wijmo-wijmenu-item .wijmo-wijmenu-child .ui-state-hover {
  background: #191919;
}

.wijmo-wijmenu .wijmo-wijmenu-item .wijmo-wijmenu-separator{
  padding: 5px 0;
  background-image: none;
  background-color: #222;
  border-top: 1px solid #444;
  border-bottom:0;
  border-left:0;
  border-right:0;
}

.wijmo-wijmenu .wijmo-wijmenu-item input {
  -moz-transition: none 0s ease 0s;
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid #111111;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.75);
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1;
  margin: 5px 10px 0 10px;
  padding: 4px 9px;
  width:100px;
}

.wijmo-wijmenu .wijmo-wijmenu-item input:hover {
  background-color: rgba(255, 255, 255, 0.5);
  color: #FFFFFF;
}

.wijmo-wijmenu .wijmo-wijmenu-item input:focus {
  background-color: #FFFFFF;
  border: 0 none;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  color: #404040;
  outline: 0 none;
  padding: 5px 10px;
  text-shadow: 0 1px 0 #FFFFFF;
}


.wijmo-wijmenu .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  text-shadow:none;
}


.wijmo-wijmenu .ui-state-default{
  box-shadow: none;
  color:#BFBFBF;
  filter: none;
}

ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

ul.dropdown {
 position: relative;
 z-index: 1001;
 float: left;
}

ul.dropdown li {
 float: left;
 min-height: 1px;
 line-height: 1.3em;
 vertical-align: middle;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 1003;
 cursor: default;
}

ul.dropdown ul {
 display: none;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 1002;
 width: 100%;
}

ul.dropdown ul li {
 float: none;
}

ul.dropdown ul ul {
 top: 0px;
 left: 100%;
}

ul.dropdown li:hover > ul {
    display: block;
}.ct-form-control {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    min-width: 250px;
}
.input-group .ct-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 .ct-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:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .ct-form-control:not(:first-child):not(:last-child) {
	border-radius: 0;
}
.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

.hide-text {
    font: 0 / 0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

table.table {
	margin: 0;
}

.grid-view {
    padding-top: 20px;
}

.grid-view table.items th a {
    display: block;
    position: relative;
}

.grid-view table.items th a .caret {
    display: none;
    position: absolute;
    right: 5px;
    top: 8px;
}

.grid-view table.items th a.asc .caret {
	border-top: 8px solid;
	border-bottom: none;
    display: block;
}

.grid-view table.items th a.desc .caret {
    border-bottom: 8px solid;
    border-top: none;
    display: block;
}

.grid-view table.items th:hover a.sort-link:after {
	font-family: 'Glyphicons Halflings';
	font-style: normal;
    font-weight: normal;
    line-height: 1;
    content: "\E094";
    display: block;
    position: absolute;
    top: 0;
    right: -4px;
    width: 14px;
    height: 14px;
    line-height: 14px;
    vertical-align: text-top;
    /* background-image: url("../bootstrap/img/glyphicons-halflings.png"); */
    background-position: -312px -96px;
    background-repeat: no-repeat;
}

.grid-view table.items th:hover a.asc:after {
    /* background-position: -289px -96px; */
    content: "\E093";
}

.grid-view table.items tr.selected td {
    background: #eeeeee;
}

.grid-view .filters .filter-container {
    padding: 0;
}

.grid-view .filters input, .grid-view .filters select {
    margin-bottom: 0;
    width: 100%;
}

.grid-view .button-column {
    text-align: center;
    width: 65px;
}

.grid-view .checkbox-column {
    width: 15px;
}

.grid-view .summary {
    margin-bottom: 5px;
    text-align: right;
}

.grid-view .pager {
    margin-top: 5px;
}

.grid-view .empty {
    font-style: italic;
}

.grid-view-loading {
    background: url(/public/img/loading.gif) no-repeat;
}

.list-view {
    padding-top: 20px;
}

.list-view .summary {
    margin-bottom: 5px;
    text-align: right;
}

.list-view .pager {
    margin-top: 5px;
}

.list-view .sorter {
    margin: 0 0 5px 0;
    text-align: right;
}

.list-view .sorter ul {
    display: inline;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.list-view .sorter li {
    display: inline;
    margin: 0 0 0 5px;
    padding: 0;
}

.list-view .sorter a .caret {
    position: absolute;
    right: 5px;
    top: 7px;
}

.list-view .sorter a .caret.desc .caret {
    border-bottom: 4px solid #000000;
    border-top: none;
}

.list-view-loading {
    background: url(/public/img/loading.gif) no-repeat;
}

.detail-view .null {
    color: #ffc0cb;
}

.detail-view th {
    text-align: right;
    width: 160px;
}

span.required {
    color: #ff0000;
}

.form-inline .controls-inline {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: top;
}

.form-inline label.error, .form-horizontal label.error, .form-vertical label.error {
    color: #b94a48;
}

.form-inline select.error, .form-inline input.error, .form-inline textarea.error, .form-inline .controls-inline.error select, .form-inline .controls-inline.error input, .form-inline .controls-inline.error textarea, .form-horizontal select.error, .form-horizontal input.error, .form-horizontal textarea.error, .form-vertical select.error, .form-vertical input.error, .form-vertical textarea.error {
    border-color: #b94a48;
    color: #b94a48;
}

.form-inline select.error:focus, .form-inline input.error:focus, .form-inline textarea.error:focus, .form-inline .controls-inline.error select:focus, .form-inline .controls-inline.error input:focus, .form-inline .controls-inline.error textarea:focus, .form-horizontal select.error:focus, .form-horizontal input.error:focus, .form-horizontal textarea.error:focus, .form-vertical select.error:focus, .form-vertical input.error:focus, .form-vertical textarea.error:focus {
    border-color: #953b39;
    -webkit-box-shadow: 0 0 6px #d59392;
    -moz-box-shadow: 0 0 6px #d59392;
    box-shadow: 0 0 6px #d59392;
}

.form-inline .help-block.error, .form-inline .help-inline.error, .form-horizontal .help-block.error, .form-horizontal .help-inline.error, .form-vertical .help-block.error, .form-vertical .help-inline.error {
    color: #b94a48;
}

.select2-container {
    margin-bottom: 9px;
}

.select2-container-multi .select2-choices {
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #CCCCCC;
    color: #555555;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.select2-container-multi.select2-dropdown-open .select2-choices {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

/* Responsive Tables */
table th {
    font-weight: bold;
}

table td, table th {
    padding: 9px 10px;
    text-align: left;
}

/* Mobile */
@media only screen and (max-width: 767px) {

    table.responsive {
        margin-bottom: 0;
    }

    .pinned {
        position: absolute;
        left: 0;
        top: 0;
        background: #fff;
        width: 35%;
        overflow: hidden;
        overflow-x: scroll;
        border-right: 1px solid #ccc;
        border-left: 1px solid #ccc;
    }

    .pinned table {
        border-right: none;
        border-left: none;
        width: 100%;
    }

    .pinned table th, .pinned table td {
        white-space: nowrap;
    }

    .pinned td:last-child {
        border-bottom: 0;
    }

    div.table-wrapper {
        position: relative;
        margin-bottom: 20px;
        overflow: hidden;
        border-right: 1px solid #ccc;
    }

    div.table-wrapper div.scrollable table {
        margin-left: 35%;
    }

    div.table-wrapper div.scrollable {
        overflow: scroll;
        overflow-y: hidden;
    }

    table.responsive td, table.responsive th {
        position: relative;
        white-space: nowrap;
        overflow: hidden;
    }

    table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td {
        display: none;
    }

}

input.form-control[type="file"] {
	border: none;
	border-radius: 0;
    box-shadow: none;
	padding: 0;
}

.form-inline .form-group {
	vertical-align: top;
}

.select2-container {
	min-width: 150px;
}

/*

http://stackoverflow.com/questions/9618630/how-to-create-a-buttons-group-with-one-button-having-dropdown-menu

Twitter Bootstrap CSS modifications for having dropdown menus in
buttons groups.
Dropdowns menus are well positionned, under their buttons.

LESS code at bottom

Kure2012.

*/
.btn-group.group-dropdown {
  margin: 0px;
  padding: 0px;
  margin-left: -1px;
}
.btn-group.group-dropdown .dropdown-toggle {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group.group-dropdown:first-child {
  margin: 0px;
  padding: 0px;
  margin-right: -1px;
}
.btn-group.group-dropdown:first-child .dropdown-toggle {
  -webkit-border-top-left-radius: 4px !important;
  -moz-border-radius-topleft: 4px !important;
  border-top-left-radius: 4px !important;
  -webkit-border-bottom-left-radius: 4px !important;
  -moz-border-radius-bottomleft: 4px !important;
  border-bottom-left-radius: 4px !important;
}
.btn-group.group-dropdown:first-child .dropdown-toggle.btn-large {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group.group-dropdown:last-child {
  margin: 0px;
  padding: 0px;
  margin-left: -1px;
}
.btn-group.group-dropdown:last-child .dropdown-toggle {
  -webkit-border-top-right-radius: 4px !important;
  -moz-border-radius-topright: 4px !important;
  border-top-right-radius: 4px !important;
  -webkit-border-bottom-right-radius: 4px !important;
  -moz-border-radius-bottomright: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.btn-group.group-dropdown:last-child .dropdown-toggle.btn-large {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}

/* And the LESS Code :
.btn-group{
    &.group-dropdown{
        margin:0px;
        padding:0px;
        margin-left:-1px;
        .dropdown-toggle{
            .border-radius(0);
        }
        &:first-child{
            margin:0px;
            padding:0px;
            margin-right:-1px;
            .dropdown-toggle{
                .border-top-left-radius(4px);
                .border-bottom-left-radius(4px);
                &.btn-large{
                    .border-top-left-radius(6px);
                    .border-bottom-left-radius(6px);
                }
            }                
        }
        &:last-child{
            margin:0px;
            padding:0px;
            margin-left:-1px;
            .dropdown-toggle{
                .border-top-right-radius(4px);
                .border-bottom-right-radius(4px);
                &.btn-large{
                    .border-top-right-radius(6px);
                    .border-bottom-right-radius(6px);
                }
            }
        }
    }    
}
*/

.btn-group {
	margin: 0px 5px;
}

.toggle-column {
	text-align: center;
	width: 20px;
}

/* tabs placement */
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

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

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

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}

/* Gii */
.form.gii .tooltip {
    opacity: 1;
    font-size: 1em;
}@font-face {
    font-family: 'Ubuntu';
    font-weight: normal;
    src: url(/public/fonts/Ubuntu-Regular.ttf)  format('truetype');
}

@font-face {
    font-family: 'Ubuntu';
    font-weight: 500;
    src: url(/public/fonts/Ubuntu-Medium.ttf)  format('truetype');
}


@font-face {
    font-family: 'Ubuntu';
    font-weight: Bold;
    src: url(/public/fonts/Ubuntu-Bold.ttf)  format('truetype');
}


html, body {
    width: 100%;
}

body {
    /* min-width: 1210pxwatchlist-link; */
    color: #333;
    padding: 0;
}

body.lock > .main-wrapper {
    -webkit-filter: blur(10px);
    filter: url("/img/svg/filter.svg#blur");
}

* {
    font-family: "Ubuntu"
}

a {
    /*color: #c80107;*/
    color: #e14045;
    outline: none;
}

a:hover,
a:focus {
    color: #e14045;
    /* color: #5993e5;*/
    outline: none;
}

li {
    list-style-type: none;
}

ul {
    margin-left: 0;
    padding-left: 0;
}

div.clr {
    clear: both;
    float: none !important;
}

input, select, button {
    /*-webkit-border-radius: 0px !important;*/
    /*-moz-border-radius: 0px !important;*/
    /*border-radius: 0px !important;*/
}

blockquote {
    font-size: inherit;
}

input::-webkit-input-placeholder {
    color: #aaa;
}

input::-moz-placeholder {
    color: #aaa;
}

/* Firefox 19+ */
input:-moz-placeholder {
    color: #aaa;
}

/* Firefox 18- */
input:-ms-input-placeholder {
    color: #aaa;
}

.center {
    background: #f5f5f5;
    transition: 0.3s;
}

.disabled {
    pointer-events: none;
    opacity: 0.3; /* 0.5 */
}

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

.p-10 {
    padding: 10px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.p-t-b-15 {
    padding: 15px 0;
}
.p-t-12 {
    padding-top: 12px!important;
}

label {
    display: block;
    font-weight: normal;
    margin-bottom: 0px;
}

select, input[type="file"], input[type="text"] {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

/*
@media (max-width: 992px) {
    select, input[type="file"], input[type="text"] {
        height: 36px;
        line-height: 36px;
        font-size: 14px;
    }
}
*/
input[type=text], input[type=password] {
    color: #666666;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    height: 40px;
    line-height: 38px;
    padding: 2px;
    padding-left: 10px;
    font-size: 14px;
}

h1, h2 {
    font-size: 24px;
    font-weight: bold;
}

.center h1 {
    font-size: 28px;
    text-align: center;
    margin-top: 10px;
    /*margin-bottom: 5px;*/
}

h3 {
    font-size: 20px;
    font-weight: bold;
}

.f-normal {
    font-weight: normal;
}

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

#content {
    min-height: 400px;
    margin-bottom: 30px;
}

#content h2 {
    font-weight: bold;
    font-size: 30px;
    text-align: center;
}

@media (max-width: 991px) {
    #content {
        margin-bottom: 45px;
    }

    #content h2 {
        font-size: 20px;
        margin: 15px 0;
    }
}

h1.logo {
    color: #3DAAE9;
}

hr.line {
    border: 0;
    height: 1px;
    background: #3DAAE9;
}

.wh-block {
    background-color: #fff;
    border-color: #ececec;
    border-style: solid;
    border-width: 1px 1px 2px;
    padding: 10px 15px 27px 15px;
}

.gallery {
    display: inline-block;
}

.summary {
    margin-bottom: 10px;
    text-align: center;
}

#say-container .summary strong {
    display: block;
}

.search-pagination {
    margin: 0;
}

.column-table {
    width: 100%;
}

.alert {
    margin-top: 10px;
    margin-bottom: 0;
}

.center .alert {
    margin-bottom: 10px
}

/* LANG BAR */
#top-phone {
    float: left;
    padding: 11px 8px;
}

#top-phone .num {
    color: #f8cfd0;
}

#top-phone .num span {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
}

#select-lang {
    position: relative;
    font-size: 11px;
    /*text-transform: uppercase;*/
    color: #fff;
    text-align: left;
    /*padding: 0 !important;*/
    float: left;
}

#select-lang .curr-selected {
    background: #420003 url(/img/list-drop-arrow.png) no-repeat right 5px top -23px;
    padding: 5px 32px 5px 8px;
    border-radius: 3px;
    cursor: pointer;
}

.curr-selected span {
    vertical-align: bottom;
}

#select-lang.active .curr-selected {
    background: #420003 url(/img/list-drop-arrow.png) no-repeat right 5px top 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.curr-selected img,
.select-list img {
    width: 22px;
    height: 16px;
    margin-right: 7px;
}

#select-lang .select-list {
    display: none;
    background-color: #420003;
    border: none;
    padding: 3px 0 7px 0;
    position: relative;
    z-index: 2000;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

#select-lang.active .select-list {
    display: block;
}

#select-lang .select-list a {
    display: block;
    padding: 4px 7px 3px;
    text-decoration: none;
    color: #ffffff;
    cursor: pointer;
    line-height: 20px;
}

#select-lang .select-list a:hover {
    background-color: #280002;
}

.popover-content {
    width: 250px;
    font-size: 13px;
    line-height: 17px;
    color: #333;
}

/* TOP */

.top_header {
    height: 44px;
    background-color: #650104;
    font-size: 12px;
}

.top_header > .container > div {
    float: right;

    padding: 9px 8px;
    white-space: nowrap;
    text-align: center;
    height: 44px;
}

.top_header > .container > div.clearfix {
    background: none;
    display: none;
}

#top-register-form-container {
    position: relative;
    white-space: nowrap;
    text-align: center;
}

.top_header > .container > .admin {
    padding-right: 0;
}

#top-login {
    position: relative;
}

#top-login .box, .top-register .box, .admin .box {
    background: #650104;
    cursor: pointer;
    padding: 3px 20px 2px;
    color: #fff;
    font-size: 12px;
    border: 2px solid #ce6565;
    border-radius: 2px;
    text-transform: uppercase;
    text-decoration: none;
}

.admin .box {
    padding: 3px 7px 2px;
}

#top-login.log-out .box,
.admin .box {
    display: block;
    height: 26px;
}

.top-register {
    /*padding: 14px 8px !important;*/
}

.top-register .box {
    border: none;
    background: #ffb400;
    padding: 5px 20px;
}

.top-register a.box {
    display: block;
    height: 26px;
    color: #000;
}

#top-login.active .box {
    background-position: right -29px;
}

#top-login .form-group table td {
    padding: 10px 0;
    width: 35%;
}

#top-login .form-row {
    width: 35%;
    float: left;
    padding: 0 10px 0 0;
}

#top-login .submit {
    text-align: center;
    width: 30%;
    padding: 0;
}

#top-login input.yBtn_24 {
    width: 100%;
    text-transform: none;
    height: 40px;
    font-size: 18px;
}

#top-login .login_form {
    text-align: left;
    display: none;
    position: absolute;
    top: 48px;
    right: -113px;
    width: 620px;
    z-index: 2000;
    border-bottom: 1px solid #ececec;
    padding: 40px;
}

#top-login .login_form .left {
    width: 100%; /*265px*/
    /*float: left;*/
}

#top-login .login_form .right {
    position: relative;
    width: 100%; /*210px*/
    /*float: right;*/
    background-color: #fff;

}

#top-login .login_form .form-group {
    margin-bottom: 0px;
}

#top-login .login_form form {
    margin-bottom: 0px;
    border-bottom: 1px solid #dedede;
}

#top-login .login_form > img {
    position: absolute;
    right: 25%;
    top: -10px;
}

#top-login.active .login_form {
    display: block;
}

.simple-layout .top_header {
    position: relative;
}

.remember-me {
    color: #666666;
    font-size: 12px;
    white-space: normal !important;
}

.remember-me input {
    margin: -1px 3px 0 0;
    vertical-align: middle;
}

.remember-me span {
    vertical-align: baseline;
    padding-left: 4px;
}

.forgot-passw {
    font-size: 12px;
    white-space: normal !important;
    padding-left: 8px;
}

#top-login-form .forgot-passw {
    padding-left: 0;
}

.forgot-passw a {
    color: #e04a32;
    text-decoration: underline;
}

#top-login .right .title {
    font-size: 18px;
    font-weight: bold;
    margin-top: 8px;
    margin-bottom: 6px;
    text-align: center;
}

.social-login {
    display: inline-block;
    width: 287px;
    height: 41px;
    margin: 10px 4px 10px;
}

.social-block {
    /*display: table;*/
    width: 100%;
}

.social-login {
    width: 100%;
    padding: 7px 0;
    margin: 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    vertical-align: middle;
    border-radius: 3px;
    text-decoration: none;
}

#top-login .right .closer {
    display: block;
    position: absolute;
    top: 9px;
    right: 9px;
    width: 12px;
    height: 12px;
    background: url("/img/close-grey.png") no-repeat 0 0;
    cursor: pointer;
}

/*
.social-login.facebook { background: url("/img/login/login-responsive-facebook.png") no-repeat top center;}
.social-login.google { background: url("/img/login/login-responsive-google.png") no-repeat top center;}
.social-login.paypal {background: url("/img/login/login-responsive-paypal.png") no-repeat top center;}
.social-login.linkedin {background: url("/img/login/login-responsive-linkedin.png") no-repeat top center;}
*/
/* top-login */
#top-login .social-login {
    width: 49%
}

#top-login .social-login.facebook {
    margin-bottom: 0;
    margin-right: 1.5%
}

.social-login.facebook {
    background-color: #3e5997;
    margin-bottom: 20px;
}

.social-login.google {
    background-color: #df4c35;
}

.social-login.facebook:hover,
.social-login.google:hover {
    color: #ffffff;
    text-decoration: none
}

#top-login .social-login.paypal {
    background: url("/img/login/login-paypal.png") no-repeat 0 0;
}

#top-login .social-login.linkedin {
    background: url("/img/login/login-linkedin.png") no-repeat top center;
}

#top-user, #top-current-bids, #top-watchlist {
    padding: 15px 5px;
    color: #fff;
}

#top-user {
    color: #FFB1B3;
    position: relative;
    padding: 0;
}

#top-user span.open {
    display: inline-block;
    cursor: pointer;
    width: 17px;
    height: 17px;
    vertical-align: bottom;
    /*padding-left: 6px;*/
    background: url("/img/top-user.png") no-repeat left center;
}

#top-user .u-link {
    display: block;
    height: 44px;
    padding: 15px 14px;
    color: #FFB1B3;
    vertical-align: middle;
    text-decoration: none;
}

#top-login-button {
    padding: 13px 4px;
}

#top-login-button .button {
    min-width: 48px;
    height: 21px;
    line-height: 21px;
    font-size: 10px;
    margin-left: 0;
    background-color: #7b0307;
    color: #e6b7b9;
    text-transform: uppercase;
}

#top-login-button .upgrade-button {
    padding: 0 5px;
    font-size: 10px;
    color: #ffffff;
    text-decoration: underline;
}

/* Timezone Form Begin */

.timezone_form {
    line-height: 1;
}

.timezone_form-current-time-text {
    color: #e78183;
    font-size: 11px;
}

.timezone_form .time {
    font-weight: bold;
    font-size: 14px;
}

.timezone_form .chosen-container-single .chosen-single,
.timezone_form .chosen-container-single .chosen-drop {
    background: #74070b;
    font-weight: bold;
    font-size: 11px;
}

.timezone_form .chosen-container-single .chosen-single div b {
    background: url(/img/list-drop-arrow.png) no-repeat 2px -23px;
}

.timezone_form .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: 2px 10px;
}

.timezone_form .chosen-container-single .chosen-drop .chosen-results li:hover,
.timezone_form .chosen-container .chosen-results li.result-selected {
    background: #420003;
}

.timezone_form .form-group {
    margin-bottom: 0;
}

.timezone_form .form-row {
    padding-top: 7px;
    line-height: 1;
}

.timezone_form .hours {
    font-size: 12px;
}

.timezone_form .yBtn_24 {
    width: 100%;
    height: 26px;
    font-size: 13px;
    line-height: 26px;
    margin-bottom: 5px;
}

.timezone_form .yBtn_24:disabled {
    opacity: 0.8;
}

.timezone_form .closer {
    color: #f38489;
    font-size: 11px;
    text-decoration: underline;
    font-weight: bold;
    line-height: 1;
}

/* Timezone Form End */

/* Top Timezone Begin */

#top-timezone {
    position: relative;
    float: left;
    padding-left: 0;
}

#top-timezone .box {
    background: #420003 url(/img/list-drop-arrow.png) no-repeat;
    background-position: right 5px top -23px;
    cursor: pointer;
    color: #ffffff;
    font-weight: bold;
    min-width: 90px;
    height: 26px;
    border-radius: 5px;
    padding: 5px 20px 5px 5px;
    text-align: left;
}

#top-timezone.active .box {
    background-position: 145px 10px;
    border-radius: 5px 5px 0 0;
    width: 160px;
}

#top-timezone .timezone_form-container {
    display: none;
    position: absolute;
    left: 0;
    top: 35px;
    width: 160px;
    z-index: 2000;
    background-color: #420003;
    border-radius: 0 0 5px 5px;
}

#top-timezone .timezone_form-container .loader {
    width: 20px;
}

#top-timezone .timezone_form-container-delim {
    height: 1px;
    background: #74070b;
    margin: 0 8px;
}

#top-timezone .timezone_form-container-data {
    padding: 8px;
    color: #fff;
    text-align: center;
}

#top-timezone.active .timezone_form-container {
    display: block;
}

/* Top Timezone End */

/* Footer Timezone Begin */

#footer-timezone {
    width: 100%;
    display: inline-block;
    position: relative;
}

#footer-timezone .box {
    background: #1f1f1f url('/img/list-drop-arrow2.png') no-repeat right 7px top -23px;
    cursor: pointer;
    color: #ffffff;
    font-weight: bold;
    min-width: 90px;
    height: 26px;
    border-radius: 3px;
    padding: 5px 20px 5px 5px;
    text-align: left;
    font-size: 12px;
}

#footer-timezone.active .box {
    background-position: right 7px top 10px;
    border-radius: 0 0 5px 5px;
}

#footer-timezone .timezone_form-container {
    display: none;
    bottom: 26px;
    position: absolute;
    width: 100%;
    z-index: 2000;
    background-color: #1f1f1f;
    border-radius: 5px 5px 0 0;
}

#footer-timezone .timezone_form-container .loader {
    width: 20px;
}

#footer-timezone .timezone_form-container-delim {
    height: 1px;
    background: #434343;
    margin: 0 8px;
}

#footer-timezone .timezone_form-container-data {
    padding: 8px;
    color: #fff;
    text-align: center;
}

#footer-timezone.active .timezone_form-container {
    display: block;
}

#footer-timezone .timezone_form .chosen-container-single .chosen-single,
#footer-timezone .timezone_form .chosen-container-single .chosen-drop {
    background: #434343;
}

#footer-timezone .timezone_form .chosen-container-single .chosen-single div b {
    background: url(/img/list-drop-arrow2.png) no-repeat 2px -23px;
}

#footer-timezone .timezone_form .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: 2px 10px;
}

#footer-timezone .timezone_form .chosen-container-single .chosen-drop .chosen-results li:hover,
#footer-timezone .timezone_form .chosen-container .chosen-results li.result-selected {
    background: #1f1f1f;
}

#footer-timezone .timezone_form-current-time-text {
    color: #7b7b7b;
}

#footer-timezone .timezone_form .yBtn_24 {
    background: #ffb400;
}

#footer-timezone .timezone_form .closer {
    color: #fff;
}

/* Footer Timezone End */

/* Footer Timezone Mobile Begin */
#footer-timezone.mobile .box {
    background: none;
    border-bottom: 1px dashed #fff;
    text-align: center;
    border-radius: 0;
}

#footer-timezone.mobile select {
    width: 100%;
    color: #000;
}

#footer-timezone.mobile.active .box {
    background: #1f1f1f url('/img/list-drop-arrow2.png') no-repeat right 7px top 10px;
    border-bottom: none;
    border-radius: 0 0 5px 5px;
}

/* Footer Timezone Mobile End */

.top_separator {
    height: 20px;
    min-width: 1px !important;
}

.header {
    background: #980105;
}

@media (max-width: 991px) {
    .header {
        position: fixed;
        width: 100%;
        z-index: 2001;
        margin-top: -53px;
    }
}

.header .logo-big {
    padding: 16px 15px;
}

.header .logo-responsive {
    padding: 10px 13px;
}

.header .ricon {
    padding: 17px 15px;
}

/* 15px */
.header .search {
    padding-top: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .header .search {
        padding: 10px;
        margin-left: 25%;
    }
}

.header_search {

}

.search .box {
    margin: 0 auto;
    width: 100%;
    height: 32px;
    position: relative;
    background: url(/img/search.png) 96% 47% no-repeat;
    border-bottom: 1px solid #e18a8c;
}

#responsive_menu_block .search .box {
    background: url(/img/search_grey.png) 96% 47% no-repeat;
}

.search .email {
    position: relative;
    background: url(/img/search_grey.png) 98% 47% no-repeat;
    border-bottom: 1px solid #888888;
    height: 32px;
    width: 70%;
}

.email .s-tip {
    color: #999999;
    font-size: 14px;
}

.search .box input, .search .email input {
    box-shadow: none !important;
    background-color: transparent;
    border: 0px solid;
    margin-left: 10px;
    margin-top: 2px;
    width: 85%;
}

.search .box input {
    color: #FFB1B3;
    height: 25px;
    line-height: normal;
}

.search .box input:focus, .search .email input:focus {
    outline: none;
}

.search input[type=submit] {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 1px;
    right: 5px;
    background-color: transparent;
    margin: 0;
    padding: 0;
}

.s-tip {
    color: #f8cfd0;
    display: block;
    height: 25px;
    left: 11px;
    line-height: 25px;
    position: absolute;
    top: 5px;
    width: 86%;
    font-weight: normal;
    text-overflow: ellipsis;
    overflow: hidden;
}

.searchWidget {
    background-color: #f4f4f4;
    margin-top: 20px;
    border-top: 2px solid #eeeeee;
}

.searchWidget table .cell {
    width: 20%;
}

@media (max-width: 991px) {
    .searchWidget {
        border-top: none;
        display: none;
    }

    .site-index .searchWidget {
        display: block;
    }

    .searchWidget table .cell {
        display: block;
        width: 50%;
        float: left;
    }

    .searchWidget table .cell:last-child {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .searchWidget table .cell {
        display: block;
        width: 100%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }

}

.searchWidget label {
    width: 100%;
}

label.arrow {
    position: relative;
}

/*
label.arrow:after {
    content:'';
    font:11px "Consolas", monospace;
    color:#aaa;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    right:8px; top:2px;
    padding:0 0 2px;
    border-bottom:1px solid #ddd;
    position:absolute;
    pointer-events:none;
    background: url("/img/select_arrow.png") no-repeat center transparent;
}
label.arrow:before {
    content:'';
    right:1px; top:1px;
    width:34px; height:38px;
    position:absolute;
    pointer-events:none;
    display:block;
    background: url("/img/select_arrow.png") no-repeat center transparent;
}
label.arrow select{
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
}
select::-ms-expand {
    display: none;
}
*/

/** CUSTOM SELECT **/
.select-label {
    /*display: inline-block;*/
    height: 40px;
    position: relative;
    box-sizing: border-box;
}

.select-label select {
    top: 0;
    left: 0;
}

.site-form .select-label {
    width: 100%;
}

@media (min-width: 991px) {
    .searchList .site-form .select-label,
    .gallery_responsive--table .site-form .select-label {
        width: 49%;
        display: inline-block;
    }

    .searchList .site-form .select-label .select-label--first,
    .gallery_responsive--table .site-form .select-label .select-label--first {
        margin-right: 1%;
    }
}

select.hasCustomSelect {
    width: 100% !important;
}

.custom-select {
    width: 100% !important;
    display: inline-block;
    background: #fff url("/img/select_arrow.png") right center no-repeat;
    text-decoration: none;
    cursor: pointer;
    text-shadow: none;
    -webkit-box-shadow: none;
    color: #666666;
    height: 40px;
    line-height: 38px;
    border: 1px solid #e4e4e4;
    box-sizing: border-box;
    padding: 0 15px 0 10px;
    border-radius: 3px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.custom-selectInner {
    width: 100% !important;
}

.ui-menu .ui-menu-item {
    cursor: pointer;
}

.sort label {
    display: inline-block;
}

.sort label.arrow:after {
    background: url("/img/select_sort_arrow.png") no-repeat center #e0e0e0;
}

.sort label.arrow:before {
    width: 30px;
    height: 30px;
    top: 1px;
    right: 0;
    border-radius: 3px;
    background: url("/img/select_sort_arrow.png") no-repeat center #e0e0e0;
}

.searchWidget select {
    width: 100%;
    color: #666666;

    border: 1px solid #e4e4e4;
    border-radius: 3px;
    line-height: 36px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.searchWidget > div:last-child {
    padding-top: 12px;
}

.searchWidget table {
    color: #000;
    padding-top: 12px;
    width: 100%;
}

.searchWidget table.search-year td {
    padding: 0;
}

.searchWidget table.search-year span.dash {
    display: block;
    width: 15px;
    height: 1px;
    margin: auto;
    background-color: #c0c0c0;
}

.yBtn,
.yBtn_24,
.gBtn_24,
.yBtnBig,
.rBtn_24,
.rBtnBig,
.bBtn,
.gBtn {
    border: none;
    cursor: pointer;
    color: #222;
    font-weight: bold;
    /*text-transform: uppercase;*/
    padding: 0px; /*0 20px*/
}

.button {
    display: inline-block;
    text-decoration: none !important;
    color: #222;
    white-space: nowrap;
}

.button:hover {
    color: #222;
}

a.button {
    /*color: #7e7e7e;*/
}

a.button:hover {
    /*color: #fff;*/
}

.responsive-scroll-close{
    overflow: hidden;
}
.responsive_menu_icon_wrap {
    padding-left: 0;
}

#responsive_menu_icon {
    cursor: pointer;
    background: url('/img/menu_icon_responsive.png') no-repeat 50% 50%;
    padding: 0;
    width: 56px;
    height: 56px;
}

#responsive_menu_icon.active, #responsive_account_icon.active {
    background: url('/img/menu_icon_responsive_close.png') no-repeat 50% 50%;
    background-color: #840004;
}

.responsive_account_icon_wrap {
    padding-right: 0;
}

#responsive_account_icon {
    cursor: pointer;
    background: url('/img/account_icon_responsive.png') no-repeat 50% 50%;
    width: 56px;
    height: 56px;
}

#responsive_menu_block, #responsive_account_block {
    background-color: #ffffff; /*#f6f6f6*/
    width: 264px;
    position: fixed;
    height: 100%;
    z-index: 2000;
    top: 56px;
    overflow-y: auto;
    padding-bottom: 55px;
}

#responsive_menu_block::-webkit-scrollbar,
#responsive_account_block::-webkit-scrollbar {
    width: 6px; /* for vertical scrollbars */
    height: 50%; /* for horizontal scrollbars */
    padding: 0 1px
}

#responsive_menu_block::-webkit-scrollbar-track,
#responsive_account_block::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0);
}

#responsive_menu_block::-webkit-scrollbar-thumb,
#responsive_account_block::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 3px;
}
#responsive_menu_block{
    border-right: 1px solid #f2f2f2;
}
#responsive_account_block {
    right: 0;
    border-left: 1px solid #f2f2f2;
}

#responsive_account_block .block {
    border-bottom: 1px solid #f2f2f2;
}

#responsive_account_block a.yBtn_24:hover {
    color: #222;
    text-decoration: none;
}

#responsive_menu_block .block,
#responsive_account_block .block {
    padding: 15px;
}

#responsive_account_block .block-register {
    padding: 18px 15px 18px;
}

#responsive_account_block .block.active {
    background-color: #ffffff;
    padding: 15px 15px;
}

#responsive_menu_block .search {
    padding: 16px 16px 25px 16px;
}

#responsive_account_block .block .block_header {
    font-size: 16px;
    color: #9e0106;
    text-transform: uppercase;
    background: url(/img/responsive_block_arrow_dw.png) no-repeat right center;
    cursor: pointer;
    font-weight: bold;
}

#responsive_account_block .block.active .block_header {
    background: url(/img/responsive_block_arrow_up.png) no-repeat right top 4px;
}

#responsive_account_block .block .block_content {
    display: none;
}

#responsive_account_block .block.active .block_content {
    display: block;
}

#responsive_account_block .block .block_content .form-row {
    padding: 0 0 10px;
}

#responsive_account_block .block .title {
    font-size: 18px;
    font-weight: bold;
}

.social-login-responsive {
    display: block;
    height: 41px;
    margin: 10px 5px;
    border-radius: 3px;
}

#responsive_account_block .social-login-responsive {
    margin: 10px 0;
}

.social-login-responsive.facebook {
    background: url("/img/login/login-responsive-facebook.png") no-repeat top center;
}

.social-login-responsive.google {
    background: url("/img/login/login-responsive-google.png") no-repeat top center;
}

.social-login-responsive.paypal {
    background: url("/img/login/login-responsive-paypal.png") no-repeat top center;
}

.social-login-responsive.linkedin {
    background: url("/img/login/login-responsive-linkedin.png") no-repeat top center;
}

#responsive_account_block .row1 {
    padding: 16px 16px 8px
}

#responsive_account_block .row1 table {
    width: 100%;
}

#responsive_account_block .row1 table td {
    color: #333333;
    padding: 0;
    font-size: 12px
}

#responsive_account_block .row1 td:first-child {
    font-size: 16px;
}
#responsive_account_block .row1 td.client-id {
    font-size: 14px;
}

#responsive_account_block .row1 td:last-child {
    width: 1px;
}

#responsive_account_block .row1 td:last-child a {
    display: block;
    padding: 7px 13px;
    color: #e14045;
    background: #ffe7e8;
    border-radius: 3px;
    font-weight: bold;
    font-size: 13px;
}

#responsive_account_block .row2 {
    padding: 0 16px 8px
}

#responsive_account_block .row2 table {
    width: 100%;
}

#responsive_account_block .row2 table td {
    color: #333333;
    padding: 0;
    vertical-align: top;
    width: 50%;
}

#responsive_account_block .row2 table tr td:last-child {
    font-weight: bold;
}

#responsive_account_block .row2 table tr:first-child td {
    font-weight: normal;
}

#responsive_account_block .row2 table tr:first-child td,
#responsive_account_block .row2 table tr:last-child td {
    color: #959595;
}

#responsive_account_block .remember-me{
    display: inline-block;
    padding-right: 8px;
}
#responsive_account_block .remember-me span{
    padding-left: 1px;
}
#responsive_account_block .forgot-passw{
    display: inline-block;
    padding: 0;
}

@media (min-width: 992px) {
    #responsive_menu_block, #responsive_account_block {
        display: none !important;
    }
}

.yBtn {
    height: 31px;
    line-height: 31px;
    font-size: 14px;
    border-radius: 3px;
    background-color: #ffb400;
    padding: 0 10px;
    text-align: center;
    background: #e5e5e5;
}

.yBtn_clr-y {
    background-color: #ffb400;
}

.yBtn-live {
    height: 31px;
    line-height: 31px;
    font-size: 14px;
    border-radius: 3px;
    background-color: #ffb400;
    padding: 0 10px;
    border-radius: 3px;
    text-align: center;
}

.rBtn {
    height: 31px;
    line-height: 31px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    border-radius: 3px;
    padding: 0 10px;
    background-color: #a20106;
    border-radius: 3px;
}

.yBtn.gray {
    background: url("/img/ybtn_gray.png") repeat-x;
}

.yBtn .plus:before {
    content: '+';
    font-size: 25px;
    vertical-align: bottom;
}

.rBtn.button.live {
    font-size: 14px;
    padding: 0px 12px;
    font-weight: bold;
    width: 100%;
}

.rBtn.button.about-start {
    background: #ffffff;
    border: 2px solid #a20106;
    color: #a20106;
    line-height: 27px;
}

.rBtn.button.live span {
    font-weight: normal;
    opacity: 0.7;
}

.live-auctions-list .yBtn-live {
    font-size: 14px;
    font-weight: bold;
    padding: 0 12px;
}

.yBtn_24 {
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    background: #ffb400;
    border-radius: 3px;
    text-align: center;
    min-width: 25%;
}

.yBtnBig {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    background: #ffb400;
    border-radius: 3px;
    text-align: center;
    width: 100%;
}

.yBtnBig.gray {
    height: 39px;
    line-height: 39px;
    font-size: 16px;
    background: url("/img/ybtnBig_gray.png") repeat-x;
}

.rBtn_24 {
    padding: 0 15px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #fff;
    background-color: #a20106;
    border-radius: 3px;
}

.rBtn_40 {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
}

.yBtn_24.yBtnLight {
    background-color: #ffde00;
}

.yBtn_24.yBtn_h32 {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
}

.rBtnBig {
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 41px;
    font-size: 18px;
    background: #a20106;
    border-radius: 3px;
    color: #fff;
    text-transform: none;
}

.bBtn {
    height: 31px;
    line-height: 31px;
    font-size: 13px;
    background: url("/img/bbtn.png") repeat-x;
    color: #fff !important;
}

.grayBtn {
    display: inline-block;
    line-height: 32px;
    padding: 0 3px;
    color: #7e7e7e;
    background-color: #e9e9e9;
    border: none;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
}
#confirm-button,
.grayBtn:active,
.grayBtn:hover {
    text-decoration: none;
}

.gBtn {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    background: #dcdcdc;
    border-radius: 3px;
    text-align: center;
}

.gBtn_24 {
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    background: #dcdcdc;
    border-radius: 3px;
    text-align: center;
    min-width: 25%;
}

.yBtn:active,
.yBtnBig:active,
.rBtnBig:active,
.bBtn:active,
.gBtn:active {
    /*padding-top:1px;*/
    background-position: 0 1px;
}

.yBtn:active, .yBtn:focus, .gBtn:active, .gBtn:focus,
.yBtn_24:active, .yBtn_24:focus, .gBtn_24:active, .gBtn_24:focus {
    color: #222;
}

.bBtn:active, .bBtn:focus,
.rBtn_24:active, .rBtn_24:focus, .rBtn_24:hover,
.rBtnBig:active, .rBtnBig:focus, .rBtnBig:hover {
    color: #fff;
}

.yBtn.yellow {
    background-color: #ffb400;
}

.yBtn_24.yellow {
    background-color: #ffb400;
}

.yBtn.white,
.yBtn.white:hover,
.yBtn.white:active {
    background-color: #fff;
    color: #7e7e7e;
    border: 1px solid #f1f1f1;
    box-sizing: border-box;
    text-decoration: none;
}

.button.disabled,
.button.disabled:hover {
    /*background: none;*/
    /*background-color: #e2e2e2 !important;*/
    /*color: white;*/
    cursor: default;
}

#search-form input.yBtn_24 {
    width: 100%;
    margin-top: 10px;
}

.searchBox {
    background-color: #fff;
    z-index: 10;
}

.searchBox.filter {
    background: #F5F5F5;
    display: none;
}

.searchBox.filter .filterTop {
    padding: 10px;
}

.searchBox.filter-bottom {
    background-color: #e3e3e3;
}

.searchBox #search-form .block_header {
    line-height: 37px;
    padding-right: 15px;
    font-size: 14px;
    text-align: center;
    color: #e14045;
    background: url("/img/search_bg.png") 81% 95% no-repeat;
    cursor: pointer;
}

.searchBox .block_header {
    line-height: 39px;
    font-size: 17px;
    text-align: center;
    color: #666666;
    border-bottom: 1px solid #d4d4d4;
    font-weight: bold;
    /*background: url("/img/search_bg.png") 81% 95% no-repeat;*/
    cursor: pointer;
}

.searchBox.filter .block_header {
    border-bottom: none;
    font-size: 15px;
    cursor: default;
    line-height: 1;
}

.searchBox select {
    width: 100%
}

.searchBox .block_box {
    padding: 20px 15px;
}

#auctionFilterForm .form-row {
    padding-top: 10px;
}

.searchBox.filter .block_box, .searchBox.filter-bottom .block_box {
    padding: 0px;
    width: 100%;
}

.searchBox.filter .selections_box {
    text-align: center;
    padding: 15px 0;
    border-bottom: 1px solid #d4d4d4;
    font-weight: bold;
    color: #666666;
}

.searchBox.noIcon .header-line {
    height: 4px;
}

.searchBox .block_box table label {
    margin: 0;
}

#auctionFilterForm label.arrow {
    margin: 15px 0;
}

.searchBox .block_box label {
    /*margin: 10px 0 0 0 ;*/
}

#search-form > label {
    margin-bottom: 11px;
}

.searchBox .block_box label.input-redcross {
    margin: 0;
}

.searchBox .block_box select {
    padding: 0 7px;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    /*background: url("/img/select_arrow.png") no-repeat center right #ffffff;*/
}

.searchBox .block_box b, .searchBox .block_box strong {
    color: #888;
    font-weight: normal
}

.searchBox label {
    color: #666;
    font-size: 14px;
}

.searchBox .pos-types label,
.searchBox .sales-types label,
.searchBox .auction-types label {
    /*display: inline-block;*/
    padding: 3px 25px 1px;
    margin: 0;
    cursor: pointer;
}

.searchBox .select-label {
    width: 100%;
}

#pos-type-block-3 #zip {
    margin-top: 10px;
}

.input-miles {
    width: 47.5%;
    display: block;
    float: right;
}

.input-miles:first-child {
    float: left;
}

.advanced-search-link-wr {
    text-align: center;
    line-height: 22px;
}

#advanced-search-block .select-label {
    margin-bottom: 11px;
}

#advanced-search-block .pos-types--first {
    margin-bottom: 10px;
}

#advanced-search-block .auction-types {
    margin-bottom: 10px;
}

.find-vehicles-btn,
.advanced-search-link {
    vertical-align: top;
}

.advanced-search-block.hide {
    display: none;
}

.advanced-search-link {
    display: inline-block;
    padding-left: 5px;
    text-decoration: none;
}

.advanced-search-link {
    display: inline-block;
    padding-left: 5px;
    text-decoration: none;
}

.advanced-search-link:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 15px;
    margin-left: 10px;
    background: url("/img/search_bg.png") -14px -44px no-repeat;
}

.advanced-search-link.open:after {
    background-position: -14px -11px;
}

/* profile-side-menu */
#profile-side-menu .responsive_header {
    line-height: 46px;
    font-size: 18px;
    color: #222222;
    background-image: url("/img/menu_arrows_responsive.png");
    background-repeat: no-repeat;
    background-position: right 11px top -33px;
}

#profile-side-menu .responsive_header.active {
    background-position: right 11px top 20px;
}

.breadcontainer {
}

.breadcontainer .breadcrumbs {
    color: #888;
    font-size: 13px;
    margin-top: 15px;
    margin-bottom: 5px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dedede;
    /*min-height: 36px;*/
}

.breadcontainer .breadcrumbs a {
    /*color:#c80107;*/
    /*color: #042cbe;*/
}

.breadcrumbs > a:last-child {
    color: #888888 !important;
}

.breadcrumbs strong {
    color: #e14045;
    padding: 0 7px;
}

/* POPUP MAINMENU */

/* -- Base drop-down styling -- */
.mainmenu {
    padding: 25px 0;
}

.mainmenu .my-account > a {
    /*background-repeat: no-repeat;*/
    /*background-position: 28px 14px;*/
    /*background-image: url("/img/top-menu-user.png");*/
    /*padding: 0 35px 0 52px;*/
}

.mainmenu .my-account.active > a {
    /*background-image: url("/img/top-menu-user-active.png");*/
}

.mainmenu li.active > a {
    /*color: #fff;*/
}

.mainmenu li.active > a {
    /*background-color: rgba(0, 0, 0, 0.4);*/
}

ul.dropdown {
    min-width: 100%;
}

.mainmenu ul.dropdown {
    display: table;
    width: 90%;
    padding-left: 10%;
}

ul.dropdown ul {
    min-width: 100%;
    width: auto;
}

ul.dropdown li.has-submenu > ul {
    min-width: 100%;
    width: 150%; /* auto */
    left: -25%;
}

ul.dropdown li.has-submenu--search > ul {
    width: 180%; /* auto */
    left: -40%;
}

@media (max-width: 991px) {
    ul.dropdown li.has-submenu--search > ul {
        width: 100%;
        left: 0;
    }
}

ul.dropdown li.my-account > ul {
    width: 130%; /* auto */
    left: -15%;
}

ul.dropdown > li {
    line-height: normal;
    height: 45px;
    /* width: 25%; 140px */
    text-align: center;
}

.mainmenu ul.dropdown > li {
    display: table-cell;
    float: none;
}

ul.dropdown a {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #f1abad;
    white-space: nowrap;
}

ul.dropdown a.dir {
    background-image: url(/img/menuclose.png);
    background-repeat: no-repeat;
    background-position: right center;
}

ul.dropdown a:hover {
    color: #ffffff;
    text-decoration: none
}

ul.dropdown ul {
    border: 1px solid #ececec;
    border-top: none;
}

ul.dropdown ul a:hover {
    color: #fff;
    text-decoration: none;
}

ul.dropdown ul a:active {
    color: #fff;
}

ul.dropdown li a {
    display: block;
    height: 34px;
    line-height: 34px;
    padding: 0; /*0 35px 0 35px*/
}

/* first level */
ul.dropdown > li > a {
    height: 45px;
    line-height: 45px;
}

ul.dropdown li a.dir {
    padding: 0 50px 0 30px;
}

/* -- SUBMENU -- */
#responsive_menu_block ul.dropdown ul li {
    background-color: #f6f6f6;
}

#responsive_menu_block ul.dropdown ul li a {
    text-transform: uppercase;
}

ul.dropdown ul li {
    background-color: #fff;
}

ul.dropdown ul li a {
    font-size: 13px !important;
    font-weight: normal;
    text-transform: none;
    color: #666;
    text-align: center;
}

ul.dropdown ul a {
    padding: 0 5px 0 5px;
}

ul.dropdown ul a:hover {
    background-color: #eee;
    color: #666;
}

/* -- Drop-down open -- */
.responsive_menu ul.dropdown li.has-submenu > ul {
    width: 100%;
}

ul.dropdown li.has-submenu > ul > li.has-submenu > ul {
    border: 1px solid #ececec;
}

ul.dropdown li:hover > a.dir {
    background-image: url("/img/menuopen.png");
    background-color: #2e2e2e;
    color: #fff;
}

ul.dropdown ul li:hover > a.dir {
    background-color: #76b900;
    color: #fff;
}

ul.dropdown > li:hover > ul {
    /*width: 130%;*/
    /*left: -15%;*/
}

ul.dropdown > li.has-submenu:hover,
ul.dropdown > li.my-account:hover {
    background-image: url(/img/listdrop_arrow.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}

li.vehicle-types-menu, li.vehicle-types-menu2 {
    position: relative
}

ul.dropdown ul li.has-submenu > a {
    background: url(/img/filter_arrow.png) no-repeat right 10px center;
}

table.vehicle-types-table tr td a {
    font-size: 14px !important;
    line-height: 12px !important;
}

.vehicle-types-table {
    background-color: #fff;
    color: #666;
    line-height: 34px;
    width: 503px;
    /*min-height: 173px;*/
}

.vehicle-types-table a {
    padding: 1px 10px !important;
    white-space: normal !important;
    line-height: 16px !important;
    height: auto !important;
}
.vehicle-types-table a:hover {
    background: none;
}

.vehicle-types-table td + td {
    border-left: solid 1px #eee;
}

.vehicle-types-table td {
    width: 25%;
    /*border-left:1px solid #e7e7e7;*/
    /*border-right:1px solid #e7e7e7;*/
    vertical-align: middle;
    line-height: 14px;
    height: 31px;
    vertical-align: middle;
}

.vehicle-types-table td:hover {
    background-color: #eee;
}

/** Responsive menu **/
.responsive_menu {
    border-top: 1px solid #f1f1f1;
}

.responsive_menu .search .box {
    border-bottom: #d1d1d1;
}

.responsive_menu ul.dropdown {
    float: none;
}

.responsive_menu ul.dropdown > li {
    border-left: none;
    border-right: none;
    height: auto;
    width: 100%;
}

.responsive_menu ul.dropdown > li.has-submenu > a:after {
    content: '';
    display: block;
    width: 13px;
    position: absolute;
    top: 14px;
    right: 15px;
    height: 9px;
    margin-top: 5px;
    background: url(/img/black-arrows.png) no-repeat bottom;
}

.responsive_menu ul.dropdown > li.has-submenu:hover > a:after {
    background-position: top;
}

.responsive_menu ul.dropdown li {
    float: none;
    position: relative;
}

.responsive_menu ul.dropdown li a {
    text-align: left;
    padding: 0 16px 0 16px;
}

.responsive_menu ul.dropdown > li {
    border-bottom: solid 1px #f1f1f1;
}

.responsive_menu ul.dropdown > li > a {
    color: #333333;
    font-weight: bold;
    font-size: 16px;
}

.responsive_menu ul.dropdown ul {
    position: static;
}

.responsive_menu ul.dropdown ul li {
    border: none;
    /*background-color: #f6f6f6;*/
}

.responsive_menu ul.dropdown ul li a {
    color: #888888;
}

.responsive_menu ul.dropdown ul li a:hover {
    background-color: #f0f0f0;
}

.responsive_menu ul.dropdown ul li.vehicle-types-menu,
.responsive_menu ul.dropdown ul li.vehicle-types-menu2 {
    display: none;
}

.responsive_menu ul.dropdown li ul li ul {
    display: block;
}

.responsive_menu ul.dropdown li ul li ul li a {
    padding: 0 16px 0 36px;
}

.responsive_menu ul.dropdown li.live > a {
    background-position: right 20px center;
}

.responsive_menu ul.dropdown ul li.has-submenu > a {
    display: none;
}

.responsive_menu .my-account {
    display: none;
}

.responsive_menu ul.dropdown li.has-submenu > ul > li.has-submenu > ul,
.responsive_menu ul.dropdown ul {
    border: none;
}

#responsive_menu_block .search .box {
    height: auto;
    border-bottom: 1px solid #d1d1d1;
}

#responsive_menu_block .search .box input {
    margin-left: 0;
    padding-left: 0;
}

/** MAIN PAGE **/
.main-page-table {
    width: 100%;
}

.main-page-table td {
    vertical-align: top;
}

.main-page-table td.left {
    width: 220px;
}

.type-items li {
    width: 198px;
    padding: 8px 10px 8px 12px;
    background: url("/img/ul-right-arrow.png") no-repeat center left;
}

.type-items li,
.type-items li a {
    color: #666666;
}

.type-items li span {
    color: #888888;
}

.main-popular-title {
    text-align: center;
    padding-bottom: 10px;
}

.main-popular-title h3.main-title {
    margin-bottom: 0;
    font-weight: bold;
    margin-top: 26px;
}

.main-popular-title .text {
    color: #888888;
}

.main-about-block {
    text-align: center;
}

h3.main-title {
    display: inline-block;
    padding: 0 18px;
    font-size: 25px;
}

.main-news-logo {
    text-align: center;
    padding-bottom: 15px;
}

h3.f-normal {
    margin-top: 10px;
}

.main-about {
    color: #666666;
    line-height: 25px;
    padding: 0 10%;
}

/** CUSTOMERS SAY **/
.customers-say .title {
    text-align: center;
}

.customers-say .title h3,
.main-about-block h3 {
    padding: 0 18px;
    font-weight: bold;
    margin: 26px 0;
}

.main-about-block h3 {
    margin: 25px 0 18px 0;
}

.customers-say p {
    margin-bottom: 0;
}

.say-wrapper {
    min-height: 87px;
    position: relative;
}

#say-container {
    margin: 0 2px 14px;
    min-height: 87px;
    padding: 0;
}

#say-container .item {
    line-height: 22px;
    position: relative;
    padding: 0 30px;
    font-size: 14px;
    text-align: center;
}

.customers-say .item .image {
    width: 132px;
    height: 132px;
    border-radius: 50%;
    border: 5px solid #fff;
    overflow: hidden;
    margin: 0 auto 10px auto;
}

.customers-say .item .name {
    font-weight: bold;
    font-size: 20px;
}

.customers-say .item .location {
    font-size: 14px;
    color: #888888;
}

.customers-say .item .content {
    font-size: 14px;
    color: #999999;
    font-style: italic;
}

.customers-say .item .summary {
    padding-bottom: 15px;
    width: 80%;
    margin: 0 auto;
}

.customers__about--line {
    width: 40%;
    height: 1px;
    background-color: #e1e1e1;
    margin: 0 auto 15px auto;
}

.customers__about--button {
    padding-top: 15px;
}

.customers__about--button .button {
    color: #666666;
    padding: 0 24px;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
}

/* Customers say & Main page*/
@media (max-width: 991px) {
    .customers-say, .main-about-block {
        margin: 25px 0 0 0;
        border-top: 1px solid #dedede;
    }
}

@media (min-width: 991px) {
    .customers__about {
        margin-top: 30px;
        border-top: 1px solid #dedede;
    }
}

/** SAVE MONEY **/
.save-money-items {
    width: 100%;
}

.save-money-items td {
    text-align: center;
}

.save-money-items .item {
    position: relative;
    width: 270px;
    margin: 0 auto;
}

.save-money-items .item .img img {
    width: 100%;
}

.save-money-items .item .img a {
    display: block;
    width: 100%;
}

.save-money-items .item .percent {
    position: absolute;
    top: 0;
    left: 0;
    background: #333333;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
    padding: 3px 5px;
}

.save-money-items .item .title {
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #3395d9;
    padding-top: 5px;
}

.save-money-items .item .title a {
    color: #3395d9 !important;
    text-transform: uppercase;
    font-size: 13px;
}

.save-money-items .bids {
    margin-top: 5px;
}

.save-money-items .bids span {
    display: block;
    float: left;
    color: #b8b8b8;
    padding: 4px;
    height: 26px;
    font-size: 12px;
    line-height: 14px;
}

.save-money-items .bids span strong {
    color: #333333;
}

.save-money-items .bids span.m-bid {
    background-color: #f1f1f1;
    width: 80px;
}

.save-money-items .bids span.m-bid strong {
    text-decoration: line-through;
}

.save-money-items .bids span.w-bid {
    background-color: #e9e9e9;
    width: 80px;
    margin: 0 3px;
}

.save-money-items .bids span.s-bid {
    background: url("/img/step-bkgr.jpg") repeat scroll center center rgba(0, 0, 0, 0);
    width: 80px;
    color: #fff;
}

.save-money-items .bids span.s-bid strong {
    color: #fff;
}

.save-money-items hr {
    margin: 10px 0 0;
}

.save-money-items .bidder {
    position: relative;
}

.save-money-items .bidder .name {
    display: block;
    width: 100%;
    color: #666666;
    font-size: 11px;
    text-align: left;
}

.save-money-items .bidder .flag {
    display: block;
    position: absolute;
    width: 21px;
    height: 15px;
    top: 0;
    right: 0;
}

/** MAIN CAROUSEL **/
.main-carousel {
    position: relative;
}

.main-carousel ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    width: 500px;
    height: 270px;
    margin-bottom: 30px;
}

.main-carousel li {
    height: 270px;
    width: 370px;
    border-radius: 3px;
    background-color: #fff;
    padding: 4px;
    cursor: pointer;
    box-shadow: 0px 0px 5px 0px rgba(119, 119, 119, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(119, 119, 119, 0.75);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(119, 119, 119, 0.75);
    line-height: 1.4em;
}

.main-carousel li.roundabout-in-focus {
    cursor: default;
}

.main-carousel li .wrapper {
    position: relative;
    height: 100%;
    width: 100%;
    background-size: 100% 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-color: transparent;
}

.main-carousel li .description {
    position: absolute;
    height: 5.8em;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

.main-carousel li .description .title {
    height: 2.1em;
    line-height: 2.1em;
    background-color: #042cbe;
    color: #fff;
    font-size: 1em;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 0.5em;
}

.main-carousel li .description .title a {
    color: #fff;
}

.main-carousel li .description table {
    width: 100%;
    margin-top: 0.3em;
}

.main-carousel li .description table td {
    text-align: left;
    vertical-align: middle;
    padding: 0.2em 0 0 0.5em;
    color: #b8b8b8;
    font-size: 0.9em;
}

.main-carousel li .description table td strong {
    color: #fff;
    font-size: 1em;
}

.main-carousel li .description table td.time-left {
    border-right: 1px solid #5e6169;
}

.main-carousel li .description table td.bid-now {
    text-align: center;
    padding: 0.2em 0 0;
}

.main-carousel li .yBtn {
    padding: 0 10px;
    font-size: 1em;
    height: 2em;
    line-height: 2em;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#mc-left-arrow,
#mc-right-arrow {
    display: block;
    position: absolute;
    width: 25px;
    height: 45px;
    background: url("/img/carousel-arrow.png") no-repeat 0 0 transparent;
    cursor: pointer;
    top: 100px;
}

#mc-left-arrow {
    left: 0;
}

#mc-right-arrow {
    background-position: 0 -45px;
    right: 0;
}

.main-page-block-separator {
    border-bottom: 1px solid #dedede;
}

.vehicle_types {
    padding: 0 20px;
    margin-bottom: 45px;
}

.vehicle_types .item_wrapper {
    /*margin: 0 5px;*/
}

.vehicle_types .item {
    display: block;
    height: 196px;
    /*width: 270px;*/
    border: 1px solid #ececec;
    border-bottom: 2px solid #ececec;
    background-size: cover; /*100% 100%*/
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin: 0 auto;
    position: relative;
}

.vehicle_types .item > div {
    display: block;
    height: 43px;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: #fff;
    padding-top: 10px;
}

.vehicle_types .item div span {
    opacity: 0.6
}

.vehicle_types a.item {
    color: #333;
    font-size: 16px;
    font-weight: 500;
}

@media (max-width: 991px) {
    .slick-prev,
    .slick-next {
        z-index: 99;
    }

    .vehicle_types .slick-prev,
    .vehicle_types .slick-next,
    .near-you .slick-prev,
    .near-you .slick-next,
    .popular_lots .slick-prev,
    .popular_lots .slick-next,
    .similar-lot .slick-prev,
    .similar-lot .slick-next {
        width: 32px;
        height: 32px;
        background: url('/img/slick_arrows2.png');
        /*display: none !important;*/
    }

    .vehicle_types .slick-next,
    .near-you .slick-next,
    .popular_lots .slick-next,
    .similar-lot .slick-next {
        background: url('/img/slick_arrows2.png') 32px 0;
    }

    .vehicle_types .slick-next:hover,
    .vehicle_types .slick-next:focus,
    .near-you .slick-next:hover,
    .near-you .slick-next:focus,
    .popular_lots .slick-next:hover,
    .popular_lots .slick-next:focus,
    .similar-lot .slick-next:hover,
    .similar-lot .slick-next:focus {
        background: url('/img/slick_arrows2.png') 32px 0;
        opacity: 0.5;
    }

    .vehicle_types .slick-prev:hover,
    .vehicle_types .slick-prev:focus,
    .near-you .slick-prev:hover,
    .near-you .slick-prev:focus,
    .popular_lots .slick-prev:hover,
    .popular_lots .slick-prev:focus,
    .similar-lot .slick-prev:hover,
    .similar-lot .slick-prev:focus {
        background: url('/img/slick_arrows2.png');
        opacity: 0.5;
    }

    /*    .vehicle_types:hover .slick-prev,
    .vehicle_types:hover .slick-next,
    .near-you:hover .slick-prev,
    .near-you:hover .slick-next,
    .popular_lots:hover .slick-prev,
    .popular_lots:hover .slick-next,
    .similar-lot:hover .slick-prev,
    .similar-lot:hover .slick-next{
        display: block !important;
    }*/
}

@media (max-width: 580px) {
    .vehicle_types {
        padding: 0;
    }

    .vehicle_types .item_wrapper {
        margin: 0;
    }

    .vehicle_types .slick-next {
        right: 5px;
    }

    .vehicle_types .slick-prev {
        left: 5px;
    }
}

.popular_lots {
    padding: 0 20px;
    margin-bottom: 45px;
}

.popular_lots .item_wrapper {
    margin: 0 7px;
}

.popular_lots .item {
    border: 1px solid #ececec;
    border-bottom: 2px solid #ececec;
    margin: 0 auto;
}

.popular_lots .item .img {
    display: block;
    height: 155px;
    background-size: cover; /*100%*/
    background-position: 50% 50%;
}

.popular_lots .item .desc {
    padding: 10px;
    min-height: 95px;
    background-color: #fff;
}

.popular_lots .slick-prev {
    left: 0;
}

.popular_lots .slick-next {
    right: 0;
}

.desc a {
    color: #333333;
}

.popular_lots .item .desc .row1 {
    font-weight: bold;
    font-size: 13px;
    border-bottom: 1px solid #ececec;
    padding-bottom: 5px;
}

.popular_lots .item .desc .row2 {
    font-size: 20px;
    font-weight: bold;
    float: left;
}

.popular_lots .item .desc .row3 {
    float: right;
    font-size: 11px;
}

.popular_lots .item .desc .row3 span {
    font-weight: bold;
}

@media (max-width: 580px) {
    .popular_lots {
        padding: 0;
    }

    .popular_lots .item_wrapper {
        margin: 0;
    }

    .popular_lots .slick-prev {
        left: 5px;
    }

    .popular_lots .slick-next {
        right: 5px;
    }
}

.slick-prev, .slick-next {
    width: 9px;
    height: 15px;
    background: url(/img/slick_arrows.png);
}

.slick-prev:hover, .slick-prev:focus {
    background: url(/img/slick_arrows.png);
    opacity: 0.5;
}

.slick-next:hover, .slick-next:focus {
    background: url(/img/slick_arrows.png);
    background-position: 9px 0;
    opacity: 0.5;
}

.slick-prev:before, .slick-next:before {
    display: none;
}

.slick-next {
    background-position: 9px 0;
}

.slick-dots {
    left: 0;
    bottom: -35px;
}

.slick-dots li button {
    display: inline-block;
    vertical-align: top;
    width: 11px;
    height: 11px;
    margin: 0 2px;
    cursor: pointer;
    background: url("/img/list-bullets.png") no-repeat 0 0 rgba(0, 0, 0, 0);
    padding: 0;
}

.slick-dots li.slick-active button {
    background-position: 0 -11px;
}

.slick-dots li {
    margin: 0;
}

.slick-prev {
    left: 0; /*-10px*/
}

.slick-next {
    right: 0; /*-19px*/
}

/** LIST CAROUSEL **/
.list-bullets {
    text-align: center;
    font-size: 0px;
}

.list-bullets span {
    display: inline-block;
    vertical-align: top;
    width: 6px;
    height: 6px;
    margin: 0 2px;
    cursor: pointer;
    background: url("/img/list-bullets.png") no-repeat 0 0 transparent;
}

.list-bullets span.active {
    background-position: 0 -6px;
}

@media (max-width: 767px) {

    .menu {
        overflow-x: scroll;
        height: 40px;
    }

    .menu::-webkit-scrollbar {
        display: none;
    }

    .menu ul {
        display: table;
    }

    .menu ul li {
        display: table-cell;
        float: none !important;
    }

    .menu ul li a {
        white-space: nowrap;
    }
}

/** SLICK SLIDER **/
.slick-slider {
    margin-bottom: 30px;
}

/* Search */
/*.searchTable { width: 100%; margin-top: 15px; }
.searchTable td { vertical-align: top }
.searchTable>tbody>tr>td:first-child { width: 220px; padding-right: 20px; }*/

.searchResult {
    background-color: #ffffff;
    border: 1px solid #ececec;
}

.searchResult .list-view {
    padding-top: 0px;
}

.searchResult .menu {
    height: 36px;
    background-color: #e0e0e0;
    font-size: 14px;
    line-height: 36px;
    z-index: 1000
}

.searchResult.live .menu {
    width: 100%;
}

.searchResult .menu ul {
    float: left;
    width: 65%;
    margin: 0;
    background-color: #ffffff;
}

.searchResult .menu {
    height: 36px;
    font-size: 14px;
    line-height: 36px;
    z-index: 1000
}

.searchResult.live .menu {
    width: 100%;
}

.searchResult.live .menu ul {
    width: 100%;
}

.searchResult.live .menu div {
    display: none;
}

@media (max-width: 991px) {

    .searchResult .list-view .items {
        background: none;
    }

}

.searchList {
    width: 100%
}

.searchList td {
    vertical-align: top;
    padding: 10px;
}

.searchList td img {
    max-width: none
}

/*.searchList td+td { padding-left: 10px; }*/
.searchList > tbody:hover {
    /*background-color: #f6f6f6;*/
    /*border-left: 1px solid #e14045;*/
}

.car-list {
    display: block;
    padding: 10px 5px;
    border-bottom: 1px solid #ececec;
}

/* Search toolbar */

.searchResult .top-toolbar {
    border-bottom: 1px solid #ededed
}

.searchResult .bottom-toolbar {
    border-top: 1px solid #ededed
}

.searchResult .toolbar {
    padding: 0 10px;
    overflow: hidden;
}

.searchResult .toolbar .view-mode {
    margin-top: 24px;
    text-align: right;
    float: right;
}

.searchResult .toolbar .view-mode ul {
    margin: 0;
}

.searchResult .toolbar .view-mode li {
    display: inline-block;
    margin-left: 15px;
}

.searchResult .toolbar .view-mode a:hover {
    opacity: 0.8;
}

.searchResult .toolbar .view-mode .list-view-toggle,
.searchResult .toolbar .view-mode .grid-view-toggle {
    width: 16px;
    height: 16px;
    display: inline-block;
}

.searchResult .toolbar .view-mode .list-view-toggle {
    background: url(/img/grid-view-modes.png) no-repeat 0 0;
}

.searchResult .toolbar .view-mode .active .list-view-toggle {
    background: url(/img/grid-view-modes.png) no-repeat -18px 0;
}

.searchResult .toolbar .view-mode .grid-view-toggle {
    background: url(/img/grid-view-modes.png) no-repeat 0 -18px;
}

.searchResult .toolbar .view-mode .active .grid-view-toggle {
    background: url(/img/grid-view-modes.png) no-repeat -18px -18px;
}

.searchResult .toolbar .pagination {
    margin: 14px 0;
    float: left;
}

.searchResult .toolbar .sort {
    margin: 15px 0 15px 7%;
}

.searchResult .toolbar .pagination .first,
.searchResult .toolbar .pagination .last {
    display: none;
}

.searchResult .toolbar .pagination .next {
    border-radius: 3px; /*0 3px 3px 0*/
    margin-left: 10px;
}

.searchResult .toolbar .pagination .previous {
    border-radius: 3px 0 0 3px;
    margin-left: 0;
}

.searchResult .toolbar .pagination .previous.disabled {
    display: none;
}

.searchResult .toolbar .sort .custom-select {
    display: inline-block;
    height: 32px;
    border-radius: 3px;
    background: #e0e0e0 url("/img/select_arrow.png") right center no-repeat;
    border: 1px solid #e0e0e0;
    line-height: 31px;
    font-size: 13px;
    font-weight: bold;
    /*border: none;*/
    width: 115px !important;
    float: left;
    -webkit-appearance: none;
    text-decoration: none;
    cursor: pointer;
    text-shadow: none;
    -webkit-box-shadow: none;
    color: #666666;
    box-sizing: border-box;
    padding: 0 20px 0 10px;
}

.searchResult .toolbar .sort .per-page .custom-select {
    width: 55px !important;
}

.searchResult .toolbar .sort label {
    margin-right: 10px;
}

.searchResult .toolbar .sort .select-label {
    height: 27px; /*32px*/
}

.searchResult .toolbar .sort label:last-child {
    margin-right: 0;
}

.searchResult .toolbar .sort .custom-select span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (max-width: 767px) {
    .searchResult .top-toolbar .toolbar .pagination {
        display: none;
    }

    .searchResult .toolbar .sort {
        margin-left: 15px;
    }
}

@media (max-width: 720px) {
    .searchResult .top-toolbar .toolbar .pagination {
        display: none;
    }

    .searchResult .toolbar .sort {
        margin-left: 0;
    }

    .searchResult .bottom-toolbar .toolbar .view-mode,
    .searchResult .bottom-toolbar .toolbar .sort {
        display: none;
    }

    .searchResult .bottom-toolbar .toolbar {
        text-align: center;
    }

    .searchResult .bottom-toolbar .toolbar .pagination {
        float: none;
    }
}

@media (max-width: 450px) {
    .searchResult .top-toolbar .toolbar .sort label {
        margin-right: 0;
    }
}

@media (max-width: 430px) {
    .searchResult .top-toolbar .toolbar .view-mode {
        display: none;
    }

    .searchResult .top-toolbar .toolbar .sort {
        /*float: none;*/
        width: 100%;
    }

    .searchResult .top-toolbar .toolbar .sort select {
        min-width: 0;
    }

    .searchResult .top-toolbar .toolbar .sort label {
        width: 32.4%;
        min-width: 0;
    }

    .searchResult .toolbar .sort .custom-select,
    .searchResult .toolbar .sort .per-page .custom-select {
        width: 100% !important;
    }

    .searchResult .toolbar .sort .ui-selectmenu-button {
        margin-right: 4px;
    }
}

.searchResult.tickets .searchList .h,
.searchResult .savedSearchResTable .h {
    display: none;
}

.tickets .list-view {
    padding-top: 0;
}

.tickets .searchList.listView {
    border-bottom: 1px solid #f5f5f5;
}

.searchResult.tickets .searchList.listView:hover {
    background: url("/img/border_listView.png") no-repeat left transparent;
}

.searchResult.tickets .searchList.listView:hover a {
    color: #e14045;
    text-decoration: none;
}

@media (max-width: 767px) {
    .searchResult.tickets .sorter {
        display: none;
    }

    .searchResult.tickets .searchList td,
    .searchResult .savedSearchResTable td {
        display: block;
        width: 100%;
        padding: 5px 15px;
    }

    .searchResult.tickets .searchList td:first-child {
        font-weight: bold;
    }

    .searchResult.tickets .searchList td .h {
        font-weight: normal;
    }

    .searchResult.tickets .searchList .h,
    .searchResult .savedSearchResTable .h {
        display: block;
        font-size: 12px;
        color: #999;
    }

    .searchResult.tickets .searchList.listView:hover {
        background: none;
    }
}

.shipping-list .items {
    background: none;
    border: none;
}

.searchResult.tickets {
    padding: 0;
}

.searchResult .sorter {
    margin: 0px;
    height: 48px;
    background-color: #ffffff;
    border-bottom: 1px solid #e6e6e6;
    color: #333333;
    text-align: left;
    z-index: 1000;
}

.searchResult .sorter table {
    width: 100%;
    /*padding: 0 5px;*/
    border-collapse: separate;
}

.searchResult .sorter table td {
    height: 48px;
    overflow-y: hidden;
    vertical-align: middle;
    padding: 0 15px; /*0 10px*/
}

.searchResult .sorter table td.r-border,
.searchResult .sorter table td.r-border a {
    font-size: 14px;
    font-weight: bold;
}

.searchResult .sorter table td.l-border {
    /*border-left: 1px solid #818181;*/
}

.searchResult .sorter a {
    color: #333;
}

.searchResult.tickets .sorter {
    height: auto;
}

.searchResult.tickets .sorter table td {
    height: 46px;
    font-weight: bold;
}

.searchResult.tickets .sorter table td:first-child {
    padding-left: 15px;
}

.searchResult .list-view ul li {
    display: inline;
    text-transform: capitalize;
    padding: 0 15px;
}

/*.searchResult .list-view ul li a { color: #fff }*/
.searchResult .items .empty {
    display: block;
    padding: 20px 15px;
}

.searchResult .paging {
}

.searchResult .paging table {
    width: 100%;
}

.searchResult .paging table td {
    width: 50%;
    padding: 3px 5px;
    height: 42px;
    vertical-align: middle;
}

.searchResult .paging table td:first-child,
.searchResult .paging table td:last-child {
    width: 25%;
    font-size: 13px;
    text-align: center;
}

.searchResult .paging table td:first-child {
    padding: 3px 15px;
    text-align: left;
}

@media (max-width: 767px) {
    .searchResult .paging table td:first-child,
    .searchResult .paging table td:last-child {
        display: none;
    }
}

@media (min-width: 767px) {
    .saved-search__paging {
        margin-top: 10%;
        border-top: 1px solid #ededed;
    }
}

.search-top-header h1 {
    margin-bottom: 0;
}

.search-top-count {
    display: inline-block;
    position: relative;
    /*top: -10px;*/
    text-align: center;
    margin-bottom: 10px;
    line-height: 0;
    color: #888888;
    font-size: 16px;
    vertical-align: middle;
}

@media (max-width: 991px) {
    .search-top-count {
        margin-top: 20px;
    }
}

.searchList.listView {
    color: #666666;
}

.searchList.listView td:first-child a {
    font-weight: bold;
    color: #666666;
}

.searchList.listView td:first-child {
    padding-left: 15px;
}

/*.searchList+.searchList { border-top: solid 1px #ededed; }*/
.car-list .name {
    color: #888;
}

.car-list .title {
    /*text-transform: uppercase;*/
    font-size: 18px !important;
    font-weight: normal !important;
    padding: 0;
    margin: 0 !important;
    text-align: left !important;
}

.car-list .title a {
    color: #e14045;
}

.car-list .vin {
    font-size: 13px
}

.car-list .vin a {
    color: #e14045;
}

.car-list .odometer {
    font-size: 13px
}

.car-list .primary {
    font-size: 13px;
    padding-bottom: 5px
}

.car-list a.watchlist {
    font-size: 14px;
    font-weight: bold; /* color:#c80107  color: #042cbe;*/
}

.car-list .location {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 5px
}

.car-list .location a {
    color: #333333
}

.car-list .shipping-info {
}

.car-list .shipping {
    font-size: 12px;
    color: #888888
}

.car-list .shipping a {
    font-size: 13px;
    color: #e14045
}

.car-list .shippingprice {
    font-size: 13px;
}

.car-list .my-bid {
    color: #666666;
    font-size: 13px
}

.car-list .location {
    text-transform: uppercase;
    font-size: 14px;
    color: #666
}

.car-list .saledate,
.car-list .timer {
    text-transform: uppercase;
    font-size: 13px;
    color: #666;
    font-weight: bold
}

.car-list .saledate .name,
.car-list .timer .name,
.car-list .c4 .name,
.car-list .c5 .name {
    display: block;
    color: #888;
    text-transform: none;
    font-weight: normal;
    font-size: 12px
}

.car-list .price {
    font-size: 20px;
    line-height: 17px;
    padding-bottom: 15px;
    font-weight: bold;
    text-align: center;
}

.car-list .c4 .price {
    text-align: left;
}

.car-list .yBtn_24 { /*width: 60%; 100% */
    padding: 0
}

.car-list .yBtn_24, .searchList.car-list .buy_now .rBtn_24 { /*min-width: 60%; 100% */
    padding: 0 15px;
    font-size: 16px;
    height: 36px;
    line-height: 36px
}

.car-list .bidtype {
    font-size: 12px;
    color: #666;
    padding-bottom: 5px;
}

.car-list .c0 {
    display: none
}

.car-list .c6 {
    display: none
}

.car-list .c5 button {
    min-width: 90%;
    height: 36px;
    line-height: 36px;
    font-size: 15px;
}

.car-list .column5__bids .bid-price {
    line-height: normal;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .car-list .c5 a.button {
        width: 100%;
    }
}

.car-list .c5 div {
    text-align: center;
}

.c5__btn-bid-now {
    padding-bottom: 10px;
}

.c5__btn-buy-now {
    border-top: 1px solid #ececec;
    margin-bottom: 5px;
}

.car-list .c5 > div:nth-child(1).bid-price,
.car-list .column5__lostbids > div:nth-child(1).name,
.car-list .column5__wonbids > div:nth-child(1).name {
    border: none;
    padding-bottom: 0;
}

.current-bidtype {
    display: inline-block;
    font-size: 12px;
    padding: 0 4px;
    margin-top: 3px;
    text-transform: none;
}

.current-bidtype__outbid {
    color: #bf1f24;
    background-color: #f6c1c3;
}

.current-bidtype__winning {
    color: #4e8216;
    background-color: #d9f1bf;
}

.car-list .preview-photo {
    position: relative;
    min-height: 120px;
}

.car-list .preview-photo a {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    padding-top: 45px;
    box-sizing: border-box;
    background: url("/img/zoom-magnifier.png") no-repeat scroll center center rgba(162, 1, 5, 0.6);
}

@media (min-width: 1200px) {
    .car-item-table .preview-photo img {
        width: 100%;
        height: 150px;
    }
}

@media (min-width: 768px) {
    .car-list .preview-photo:hover a {
        display: inline-block;
    }
}

.car-list .c1 img {
    width: 100%;
    min-width: 100px;
}

.car-list .c1 img.image-loader {
    width: 32px;
    height: 32px;
    min-width: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
}

@media (min-width: 768px) {
    .car-list .c1 {
        width: 23%;
    }

    .car-list .c2 {
        width: 28%;
    }

    .car-list .c3 {
        width: 22%;
    }

    .car-list .c4 {
        width: 15%;
    }

    .car-list .c5 {
        width: 15%;
    }

    .c5__btn-bid-now {
        margin-top: -30px;
    }

    .car-list .c2,
    .car-list .c3,
    .car-list .c4,
    .car-list .c5 {
        padding: 5px 10px;
    }

    .car-list .column5__wonbids div,
    .car-list .column5__lostbids div {
        text-align: left;
    }

    .car-list .column-title {
        height: 30px;
        padding: 5px 10px 0 10px;
    }
}

@media (max-width: 767px) {

    .items {
        border-left: none;
    }

    .car-list {
        min-height: auto;
        background-color: #fff;
        border-left: solid 1px #EDEDED;
    }

    .car-list .preview-photo {
    }

    .car-list .preview-photo a {
        display: none;
    }

    .car-list .preview-photo img {
        width: 100%;
        height: auto;
    }

    .car-list .price {
        padding: 0;
        line-height: 40px;
    }

    .car-list .bidtype {
        padding-bottom: 2px;
        /*margin-top: -5px;*/
    }

    .car-list .c0 .title {
        width: 100%;
        padding-bottom: 0;
        font-size: 15px;
    }

    .car-list tbody, .car-list tr {
        display: block;
    }

    .car-list .odometer {
        width: 100%;
    }

    .car-list .primary {
        padding-bottom: 0;
        width: 100%;
    }

    .car-list .location {
        font-size: 13px;
        font-weight: normal;
        color: #333;
        padding-bottom: 0;
    }

    .car-list .location .name {
        display: inline;
    }

    .car-list .saledate {
        font-size: 13px;
        font-weight: normal;
        color: #333;
    }

    .car-list .saledate .name {
        display: inline;
    }

    .car-list .timer {
        font-size: 13px;
    }

    .car-list .timer span {
        display: inline
    }

    .car-list .shipping-info {
        display: none;
    }

    .car-list .shipping {
        display: none;
    }

    .car-list .watchlist-link-wrapper {
        width: 100%;
    }

    .car-list .c0 {
        display: block;
        width: 100%;
        padding-bottom: 0;
    }

    .car-list .c1 {
        display: block;
        float: left;
        width: 55%;
        padding: 10px 0px 10px 10px;
    }

    .car-list .c2 {
        display: block;
        width: 100%;
        clear: both;
        padding: 0 10px;
    }

    .car-list .c3 {
        display: block;
        width: 100%;
        padding: 0 10px;
    }

    .car-list .c4 {
        display: block;
        width: 100%;
        padding: 0 10px;
    }

    .car-list .c5 {
        display: block;
        float: right;
        width: 45%;
    }

    .car-list .c6 {
        display: block;
        width: 100%;
    }

    .car-list .c5 .yBtn_24 {

    }
}

@media (max-width: 500px) {
    .car-list .c1 {
        float: none;
        width: 100%;
        padding: 10px;
    }

    .car-list .c5 {
        float: none;
        width: 100%;
    }
}

@media (max-width: 360px) {
    .car-list .c5 .yBtn_24,
    .car-list .c5 .rBtn_24 {
        /*padding: 0 10px;*/
    }

    .car-list .c5 .yBtn_42 {
        padding: 0 5px;
    }
    #notify_method + .btn-group > ul {
        left: -50px;
    }
}

@media (max-width: 991px) {
    .searchDiv {
        margin-top: 0;
    }

    .search-index h1 {
        margin-top: 25px;
    }
}

.buy_now {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
}

.buy_now span {
    color: #888;
}

.buy_now strong {
    color: #000;
}

.buy_now div {
    margin-top: 4px;
}

#modal-back-layer {
    width: 100%;
    height: 100%;
    background: #e8e8e8;
    opacity: 0.6;
    position: fixed;
    top: 0;
}

#images-list-modal {
    width: 650px;
    min-height: 250px;
    height: auto;
}

#images-list-modal .title a {
    color: #333333;
}

#images-list-modal .title {
    margin: 0 20px;
    height: 45px;
    line-height: 46px;
    margin-bottom: 10px;
}

#images-list-modal .title .close-modal {
    right: -5px;
    top: 8px;
}

#images-list-modal .big-images img {
    width: 589px;
    height: 430px;
}

#images-list-modal .small-images img {
    height: 80px;
}

#images-list-modal .content table td:first-child {
    width: 589px;
}

#images-list-modal .content table td:last-child {
    width: 288px;
    padding-left: 10px;
}

#images-list-modal table td {
    vertical-align: top;
}

#images-list-modal .big-images {
    margin-bottom: 10px;
}

#images-list-modal .small-images {
    height: 80px;
}

#images-list-modal .img-small {
    margin: 0 5px;
}

#images-list-modal .img-small.slick-center {
    border: solid 3px #a00105;
}

#images-list-modal .big-images-wrap {
    position: relative;
}

#images-list-modal #i-left-arrow,
#images-list-modal #i-right-arrow {
    width: 34px;
    height: 34px;
    top: 50%;
    margin-top: -17px;
}

.galleryList {
    width: 100%
}

.galleryList__td {
    width: 33%;
    vertical-align: top;
    text-align: center;
    padding: 10px 15px;
    border-bottom: solid 1px #e7e7e7;
}

.galleryList td + td {
    border-left: solid 1px #e7e7e7;
}

.galleryList .image {
    position: relative;
    margin: 0 auto;
    padding-bottom: 5px;
    min-height: 150px;
}

.galleryList .image img {
    width: 100%;
}

.galleryList .image img.image-loader {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
}

.galleryList__button {
    height: 36px;
    line-height: 36px
}

.galleryList .title {
    text-transform: uppercase;
    padding-bottom: 2px;
    font-weight: normal !important;
    font-size: 18px !important;
    text-align: left !important;
}

.galleryList .title a {
    color: #e14045;
}

.galleryList .odometer {
}

.galleryList .primary {
    padding-bottom: 5px
}

.galleryList a.watchlist {
    font-size: 14px;
    font-weight: bold; /* color:#c80107 */
    color: #042cbe;
}

.galleryList .location {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    padding-bottom: 5px
}

.galleryList__location {
    width: 100%
}

.galleryList__location__td {
    padding: 10px 0;
    border: none;
    vertical-align: baseline
}

.galleryList__location__td--first {
    width: 60%
}

.galleryList__location__td--second {
    padding-left: 5px
}

.galleryList__location td + td {
    border: none
}

.galleryList .location a {
    color: #666
}

.galleryList .shipping {
    font-size: 12px;
}

.galleryList .shippingprice {
    font-size: 12px;
}

.galleryList .saledate {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold
}

.galleryList .timer {
    text-transform: capitalize;
    line-height: 1.3;
    padding-top: 2px
}

.timer-left {
    text-transform: none;
    font-size: 12px;
    color: #888888
}

.galleryList .price {
    font-size: 24px;
    color: #666;
    font-weight: bold;
    padding-bottom: 5px;
}

.galleryList .bidtype {
    font-size: 12px;
    color: #666;
    padding-bottom: 5px;
}

.galleryList .line {
    font-size: 13px;
    margin-bottom: 2px;
    text-align: left
}

.galleryList .linePrice {
    margin: 7px 0px 7px;
    text-align: center
}

.galleryList .yBtn {
    padding: 0px 10px;
    background: #ffb400;
}

.galleryList .watchlist-link-wrapper {
    /*margin: 0 0 15px 0;*/
}

.gallery-list__controls {
    width: 100%;
}

.gallery-list__controls__item {
    text-align: center;
    vertical-align: top;
    border: none !important;
}

@media (min-width: 700px) and (max-width: 1199px) {
    .gallery-list__controls__item {
        display: block;
        padding: 10px 10px 0px 10px;
    }
}

.searchBox .block_box label.input-graycross {
    margin: 0;
    margin-left: 2px;
}

@media (max-width: 700px) {
    .galleryList td {
        display: block;
        width: 100%;
        text-align: center;
    }

    .galleryList .image img {
        /*width: 50%;*/
        /*min-width: 268px;*/
    }

    .galleryList .title,
    .galleryList .line {
        text-align: center;
    }
}

@media (min-width: 450px) and (max-width: 700px) {
    .galleryList .title,
    .galleryList .line {
        text-align: left;
    }

    .galleryList .line,
    .galleryList__location,
    .galleryList .watchlist-link-wrapper {
        /*width: 50%;*/
    }

    .gallery_responsive {
        width: 50%;
        display: table-cell;
    }

    .gallery_responsive__first {
        width: 60%;
    }

    .gallery_responsive--table {
        display: table;
        width: 100%;
    }

    .galleryList__location__td--second {
        padding-left: 0;
        padding-top: 0;
    }
}

/* Pagination */

.pagination {
    display: inline-block;
    margin-bottom: 0;
    border-radius: 4px;
    overflow: hidden;
    /*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);*/
}

.pagination ul > li {
    display: block;
    float: left;
    border: 1px solid #e0e0e0;
    margin-left: -1px;
}

.pagination ul > li:first-child {
    border-radius: 3px 0 0 3px;
    margin-left: 1px;
}

.pagination ul > li:last-child {
    border-radius: 0 3px 3px 0;
}

.pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover, .pagination ul > .disabled > a:focus {
    color: #999;
    cursor: default;
    background-color: rgba(0, 0, 0, 0);
}

.pagination ul > .active > a, .pagination ul > .active > span {
    color: #ffffff;
    /*color: #999;*/
    cursor: default;
}

.pagination ul > li > a, .pagination ul > li > span {
    float: left;
    padding: 6px 13px;
    line-height: 20px;
    text-decoration: none;
    color: #333333;
    border: none;
    font-weight: bold;
    font-size: 12px;
    /*background-color: #FFF;*/
    /*border: 1px solid #DDD;*/
    /*border-left-width: 0;*/
}

.pagination ul > .active > a, .pagination ul > .active > span {
    background-color: #a20105;
    color: #fff;
}

.pagination ul > li > a:hover {
    opacity: 0.8;
}

.pagination ul > li > a:focus {
}

.pagination ul > li:last-child > a, .pagination ul > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.lot {
}

.lot #left-link {
    text-align: start
}

.lot #lot-title {
    border: none; /*padding: 0 10px*/
}

.lot__timed-auction-desc {
    padding: 15px 10px;
    background-color: #fff;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}

.upper-wrap {
    position: relative;
}

.upper-wrap .upper {
    position: absolute;
    width: 100%;
    /*z-index: 2;*/
}

#lot-title.responsive-title {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 15%;
    margin-right: 15%;
    text-align: center;
    box-sizing: border-box;
}

@media (max-width: 1199px) {
    #lot-title.responsive-title {
        margin-left: 15%;
        margin-right: 18%;
    }
}

@media (max-width: 991px) {
    .upper-wrap .upper {
        position: relative;
    }

    #lot-title.responsive-title {
        padding-top: 0;
        margin-left: 0;
        margin-right: 0;
    }
}

.lot .title b {
    color: #000;
}

.lot .titledesc {
    font-size: 11px;
    text-transform: uppercase;
    padding-bottom: 15px
}

.lot .lotdata {
    width: 100%;
}

.lot .lotdata td {
    vertical-align: top
}

.lot .lotdata td.ld-first-column {
    width: 550px;
    padding-right: 20px;
}

.lot .images {
    padding-bottom: 20px;
    position: relative;
    min-height: 200px;
}

.lot .images .image-loader {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
}

.lot .upper {
    width: 100%;
    margin: 10px 0px;
    font-size: 0;
    display: table;
}

.lot .upper > div {
    display: table-cell;
    vertical-align: top;
}

.lot .upper .first {
    width: 15%;
}

.lot .upper .third {
    width: 23%;
    text-align: right;
}

.lot .upper .second {
    text-align: center;
}

.lot .upper .first a.left-link,
.lot .upper .third a.notification-link,
.lot .upper .third a.watchlist-link,
.lot .upper .third a.watchlist-in-lot {
    display: inline-block;
    line-height: 26px;
    height: 32px;
    font-size: 14px;
    color: #444;
    text-align: center;
    border: 2px solid #d5d5d5;
    border-radius: 3px;
}

.lot .upper > div a {
    color: #444;
    height: auto;
    border: none;
}

.lot .upper > div a:hover {
    text-decoration: none;
}

.lot .upper a.left-link {
    padding: 0px 15px;
}

.third .site-form .button {
    margin-right: 0;
}

.upper .left-link .go-back {
    vertical-align: middle;
    margin-right: 5px;
}

.upper .left-link .text {
    font-size: 12px;
    font-weight: bold;
}

.lot .upper .watchlist .watchlist-link,
.lot .upper .watchlist .watchlist-in-lot {
    padding: 1px 10px;
    font-size: 12px;
    font-weight: bold;
}

.upper .watchlist .text span {
    /*margin-right: 6px;*/
}

.lot .upper div.left-link {
    margin-left: 7px;
    display: inline-block;
}

.lot .upper .left-link:hover {
    background-color: #f3f3f3;
    text-decoration: none;
    color: #444;
}

@media (max-width: 1199px) {
    .lot .upper .third {
        width: 25%;
    }
}

@media (max-width: 991px) {
    .lot .upper .third {
        width: 85%;
    }

    .upper .left-link .go-back {
        margin: 0;
    }

    .lot .upper .left-link > span {
        /*font-weight: bold;
        font-size: 22px;*/
    }

    .lot .upper a.left-link {
        padding: 0 13px;
    }
}

.lot .upper .watchlist {
    /*padding: 0 10px;*/
    display: inline-block;

}

.images-modal-container {
    position: absolute;
}

.images-modal-container .content table {
    width: 100%;
}

.images-modal-container .content table td {
    padding: 5px;
    vertical-align: top;
}

.images-modal-container .content table td:last-child {
    width: 180px;
}

#images-modal {
    width: 780px;
    min-height: 300px;
    height: auto;
    margin-left: 0;
}

#images-modal .img-small {
    width: 80px;
}

#images-modal.img-small.active {
    border: none !important;
    box-shadow: 0 0 0 4px #ffb200;
}

.img_wrapper {
    position: relative;
}

.img_wrapper .big_images.slick-slider {
    margin-bottom: 10px;
}

.small_images .img-small {
    border: solid 2px #fff;
}

.small_images .img-small.slick-center {
    border: solid 2px #ff6b0c;
}

#i-large-image,
#i-zoom-x {
    width: 30%;
    color: #666666;
    border-radius: 3px;
    font-size: 12px;
    cursor: pointer;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.6);
    position: absolute;
    bottom: 4px;
    left: 10%;
    line-height: 27px;
}

#i-zoom-x {
    right: 35%;
    left: initial;
}

#i-zoom-x span {
    padding: 0 5px;
    text-transform: uppercase;
}

#i-left-arrow,
#i-right-arrow {
    color: #666;
    width: 9%;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    line-height: 33px;
    background-color: rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 42%;
    margin: 10px;
    border-radius: 3px;
}

@media (min-width: 600px) and (max-width: 767px) {
    #i-left-arrow, #i-right-arrow {
        width: 5%;
    }
}

#i-right-arrow {
    right: 0;
}

#i-left-arrow:hover,
#i-right-arrow:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

#i-right-arrow {
    /*margin-right: 0;*/
}

.small_images .slick-prev,
.small_images .slick-next {
    display: none !important;
}

.lot .details {
    height: 45px;
    line-height: 45px;
    margin: 0px;
    color: #666666;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    background-color: #fff;
    border: 1px solid #f5f5f5;
}

#content h2.details {
    height: auto;
    padding: 13px 15px;
    font-size: 15px;
    margin: 0;
    line-height: normal;
}

.lot .detailstable {
    width: 100%;
    margin-bottom: 15px;
    background-color: #ffffff;
    font-size: 13px;
    color: #666666;
    border-bottom: 2px solid #e9eee8;
}

.lot .detailstable tr {
    border: 1px solid #f5f5f5;
    border-top: none
}

.lot .detailstable td:first-child {
    width: 35%;
    font-weight: 500
}

.lot .detailstable td {
    padding: 7px 10px;
}

.lot .detailstable tr.timer { /*height: 42px;*/
}

.lot .detailstable tr.timer td {
    font-size: 15px;
    vertical-align: middle
}

.lot .detailstable tr.timer td:first-child {
    font-size: 15px;
}

.lot .detailstable tr.timer td:last-child {
    color: #a10106;
    font-weight: bold
}

.lot .detailstable tr.bid td {
    font-size: 15px;
    text-transform: uppercase;
}

.lot .detailstable tr.bid td b {
    font-weight: bold;
    font-size: 20px;
}

#time-left-timer span {
    vertical-align: inherit;
}

.sold-text {
    height: 38px;
    text-transform: uppercase;
}

.lot .img-big {
    display: none;
    width: 100%;
    border: solid 1px #ddd
}

#images-list-modal .img-big {
    /*width: 470px;*/
}

#images-list-modal .img-big.active {
    display: block;
}

.zoom .img-big,
.img-big.active {
    display: block;
}

.lot .img-small {
    display: inline-block;
    display: inline-block;
    margin: 2px;
    cursor: pointer;
}

.img-small {
    border: 3px solid rgba(0, 0, 0, 0);
}

.sold_img img {
    width: 100%
}

.lot .lot_register {
    background-color: #feb100;
    border-bottom: solid 3px #f9c635;
    margin-bottom: 15px;
    text-align: center;
}

.lot .lot_register img {
    width: 100%;
}

/*.lot .bidinfo { header: 38px; background-color: #a4a4a4; }
.lot .bidinfo div {
    background-color: #4b4b4b; line-height: 38px; white-space: nowrap; width:30%; text-align: center;
    font-size: 14px; text-transform: uppercase; color: #fff; font-size: 13px;
}*/
.lot .calcheader {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    border: none;
    border-bottom: 1px solid #ececec;
}

.lot .calcheader.icon_final {
    background: url(/img/calc_icon_final.png) no-repeat;
    background-color: #e0e0e0;
}

.lot .icon_shipping {
    background-color: #ffffff;
    border: 1px solid #f5f5f5;
    border-bottom: 2px solid #e9eee8;
    margin-bottom: 15px;
}

.lot .calctable {
    width: 100%;
}

.lot .calctable tr { /*border-bottom: solid 1px #e9e9e9*/
}

.lot .calctable td:first-child {
    width: 33%;
    color: #666;
    font-weight: 500
}

.lot .calctable td {
    padding: 8px 10px;
    background-color: #ffffff;
    width: 33%;
}

.lot .calctable tr.total td {
    border-top: 1px solid rgb(236, 236, 236);
    padding: 10px;
}

.lot .calctable tr.total td:last-child {
    font-weight: bold;
    color: #666666;
    font-size: 16px;
}

.lot .calctable .change-block {
    text-align: right;
    width: 28%;
    position: relative;
}

.lot .calctable .button-block {
    padding: 0 10px;
}

.lot .calctable .button-block .button,
.car-list .c3 .button,
.car-list .c5 .print-invoice,
.car-list .c5 .find-similar {
    height: 32px;
    line-height: 32px;
    font-size: 13px;
    color: #222222;
    padding: 0 15px;
}

.car-list .c3 .button,
.car-list .c5 .print-invoice,
.car-list .c5 .find-similar {
    margin-top: 10px;
}

#shc-destination {
    color: #666666;
    font-weight: lighter;
}

.lot .lot-live-bid-wrapper {
    background-color: #ffffff;
    border: 1px solid #ececec;
    margin-bottom: 15px;
}

.lot .lot-live-bid-wrapper .yBtn {
    font-size: 15px;
}

.lot .lot-live-clock {
    padding: 15px;
    padding-bottom: 5px;
    text-align: center;
    font-size: 13px;
    color: #666;
}

.lot .lot-live-bid-title {
    font-size: 16px;
    font-weight: bold;
    color: #62b52b;
    margin-bottom: 5px;
}

.lot .lot-live-bid-table {
    width: 100%;
    border-top: solid 1px #e7e7e7;
}

.lot .lot-live-bid-table tr {
    border-bottom: solid 1px #e7e7e7;
}

.lot .lot-live-bid-table td {
    padding: 6px 0px;
    color: #666;
    font-size: 13px;
}

.lot .lot-live-bid-table td:first-child {
    padding-left: 20px;
}

.lot .lot-live-bid-table td:last-child {
    font-weight: bold;
}

.lot .lot-live-disclaimer {
    padding: 18px 18px 18px 82px;
    font-size: 13px;
    color: #666;
    background-image: url(/img/lot-live-disclaimer.png);
    background-repeat: no-repeat;
    background-position: 22px 17px;
    background-color: #e7e7e7;
    border-top: solid 1px #d9d8d8;
}

.lot .lot-live-disclaimer-title {
    font-size: 16px;
    font-weight: bold;
    color: #666;
    margin-bottom: 5px;
}

.lot .lot-live-disclaimer-text {
    color: #666;
    font-size: 13px;
}

/** BUY NOW COTAINER **/
.buy-now-container {
    min-height: 64px;
    margin-bottom: 15px;
}

.buy-now-container.block-style {
    padding-bottom: 0;
}

.buy-now-container table {
    width: 100%;
    margin-bottom: 0px;
    border-bottom: 1px solid #ececec;
}

.buy-now-container table td {
    vertical-align: middle;
}

.buy-now-container table td:first-child {
    width: 55%;
    padding: 0 5px 15px 0;
}

.buy-now-container .button-column {
    width: 45%;
    padding: 0 0 15px 5px;
}

.buy-now-container .bottom_text {
    text-align: center;
    padding: 7px;
}

.buy-now-container .caption,
.buy-now-container .bn-link {
    font-size: 12px;
}

.buy-now-container .price {
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 3px;
}

.watchlist-empty {
    padding-bottom: 25px;
    padding-top: 25px;
    text-align: center;
}

/* glue-modal Buy container */
.buy-now-container .glue-modal {
    width: 320px;
}

.buy-now-container .glue-modal .content {
    padding: 10px 15px;
}

/** REGISTER FORM  **/
.breadcrumbs-content.register {
    position: relative;
}

.breadcrumbs-content.register .title .description {
    font-size: 14px;
    font-weight: normal;
    color: #afafaf;
    text-align: center;
}

.breadcrumbs-content.register .step {
    height: 35px;
    background: url("/img/step-bkgr.jpg");
    background-size: cover;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    line-height: 35px;
}

.register-line {
    margin-top: 30px;
    margin-bottom: 15px;
}

.register-line table {
    width: 100%;
    height: 40px;
    color: #fff;
    font-weight: bold;
}

.register-line table td {
    padding: 0 10px;
}

.register-line .step-name {
    background: #073473;
}

.register-line .step-number {
    width: 10%;
    font-weight: normal;
    font-size: 13px;
    background: #5c7599;
    text-align: center;
    white-space: nowrap;
}

.register-line .step-arrow {
    width: 20px;
    padding: 0;
    background: #5c7599;
}

.register-line .step-arrow:after {
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent #073473;
}

.payment-form-container {
    margin: 15px 0;
    position: relative;
}

.payment-form-container .spinner {
    background: url("/img/ajax-loader.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
    display: none;
    height: 32px;
    vertical-align: middle;
    width: 32px;
}

.processing-block {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 2;
}

.processing-block .img-block {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    margin: -50px 0 0 -50px;
}

/** SITE FORM **/
.site-form-container {
    margin: 35px 0 0;
}

.site-form input[type=text],
.site-form input[type="password"],
.site-form select,
.site-form .textarea {
    background-color: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    width: 100%;
    padding: 5px 10px;
    margin: 0;
    resize: none;
    line-height: normal;
    -moz-appearance: none;
    -webkit-appearance: none;
}

::-webkit-input-placeholder {
    color: #666666;
}

::-moz-placeholder {
    color: #666666;
}

/* Firefox 19+ */
:-moz-placeholder {
    color: #666666;
}

/* Firefox 18- */
:-ms-input-placeholder {
    color: #666666;
}

.site-form input[type=text].warning,
.site-form input[type="password"].warning,
.site-form select.warning,
.site-form .textarea.warning {
    border-color: #f4c8c8;
    background-color: #f9e4e4;
}

.with-question input[type=text] {
    padding-right: 20px;
}

.with-question span.question-ico {
    display: inline-block;
    width: 12px;
    height: 12px;
    cursor: pointer;
    background: url("/img/question-ico.png") no-repeat 0 0;
    margin-left: -18px;
    vertical-align: middle;
}

/*delete*/
.question-ico-separate {
    display: inline-block;
    width: 12px;
    height: 12px;
    cursor: pointer;
    background: url("/img/question-ico.png") no-repeat 0 0;
    vertical-align: middle;
}

.site-form label {
    font-size: 13px;
}

.label-check label {
    float: left;
}

.label-check--text {
    float: left;
    padding-left: 5px;
    text-align: left;
}

@media (max-width: 386px) {
    .label-check--text {
        padding-left: 22px;
        float: none;
    }
}

.site-form .button {
    vertical-align: middle;
    /*margin-right: 10px;*/
}

.site-form input[type=checkbox] {
    margin: 0;
}

.site-form input:disabled,
.site-form select:disabled {
    background-color: #f0f0f0;
    cursor: no-drop;
}

.site-form select:disabled + span {
    background-color: #f0f0f0;

}

.group-title {
    /*height: 46px;37*/
    /*line-height: 50px;37*/
    background-color: #ffffff;
    color: #333333;
    text-align: center;
    padding: 0 15px;
    font-size: 18px;
    font-weight: bold;
    /*text-transform: uppercase;*/
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
}

.group-title b {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -12px;
    width: 25px;
    height: 25px;
    background: url("/img/form-group-toggle.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: none;
}

.group-title b.down {
    background-position: 0 -25px;
}

.form-group-container {
    position: relative;
    /*padding: 10px 15px;*/
}

table.form-group-container {
    width: 100%;
}

table.form-group-container td {
    width: 25%;
}

#sho-delivery-information-block > .switch-box,
#sho-consignee-block > div.form-row {
    padding: 5px 15px;
}

/* input gray cross */
.graycross {
    padding: 3px 5px;
    background-color: #E4E4E4;
    border-radius: 3px;
}

.input-graycross {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: 0;
    right: 5px;
    top: 6px;
    position: absolute;
}

.input-graycross input[type="checkbox"] + span {
    background: url(/img/input-graycross.png) no-repeat;
}

.input-graycross input[type="checkbox"]:checked + span {
    background-position: center;
}

/* input red cross */
.input-redcross {
    width: 17px;
    height: 17px;
    display: inline-block;
    position: relative;
    margin: 0;
}

.input-redcross:focus {
    outline: none;
}

.input-redcross input[type="checkbox"] {
    visibility: hidden;
}

input[type="checkbox"] + span {
    position: absolute; /* Абсолютное позиционирование */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/img/input-redsquare.png) no-repeat;
    cursor: pointer;
}

input[type="checkbox"]:checked + span {
    background-position: -17px 0px;
}

.form-group-container .readonly {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    display: none;
    z-index: 2;
}

#sho-button {
    text-align: center;
}

#sho-button a.button {
    height: 40px;
    line-height: 40px;
    margin: 0 !important;
    font-size: 18px;
}

.form-group-container #sho-vehicle-switch-box table,
.form-group-container #sho-auction-switch-box table,
#sho-vin_lot-switch-box table {
    width: 100%;
}

#sho-vin_lot-switch-box table td {
    width: 50%;
}

#sho-form-block .account-style .yBtn_24 {
    height: 32px;
    line-height: 34px;
    font-size: 14px;
}

.form-group .checked-wrapper {
    text-align: center;
}

.form-group-container .sh-link#sho-zip-toggle {
    background-color: #e9e9e9;
    padding: 6px 20px;
    color: #7e7e7e;
    border-radius: 3px;
    /*position: absolute;*/
    margin: 0 15px;
    margin-bottom: 15px;
    display: inline-block;
    font-weight: bold;
}

#sho-auction-switch-box table td {
    width: 33.3%;
}

textarea {
    border: 1px solid #e4e4e4;
    border-radius: 3px;
}

.form-row {
    padding: 15px 0px 0 0;
}

#payment-card-box .form-row.last {
    padding: 0;
}

#user-form .form-row.last {
    padding: 15px 10px 0 0;
}

.form-row.last {
    padding: 10px 0 20px;
}

#top-login .form-row
    /*.form-group table.table-row {
    width: 100%;
    margin-bottom: 20px;
}
.form-group table.table-row td {
    border-bottom: 1px solid #e9e9e9;
    padding: 0 15px;
    line-height: 27px;
}
.form-group table.table-row td.first {
    width: 210px;
    color: #666666;
    font-size: 12px;
}
*/
.form-group div.table-row {
    width: 100%;
    margin-bottom: 20px;
}

.form-group div.table-row > div {
    border-bottom: 1px solid #e9e9e9;
    padding: 0 15px;
    line-height: 27px;
}

.form-group div.table-row .first {
    width: 210px;
    float: left;
    color: #666666;
}

.form-group div.table-row > div > div:last-child {
    word-break: break-all;
    display: inline-block;
}

@media (max-width: 400px) {
    .form-group div.table-row .first {
        float: none;
    }
}

.group-title-account-info span,
.group-title-contact-info span,
.group-title-terms span,
.group-title-membership span,
.group-title-payment span,
.group-title-mailing span,
.group-title-vehicle span,
.group-title-location span {
    display: none; /* скрыл все значки слева от текста group-title  */
    /*display: inline-block;*/
    width: 21px;
    height: 21px;
    vertical-align: middle;
    margin-right: 5px;
}

.group-title-account-info {
    padding: 10px 15px;
}

.group-title-account-info span {
    background: url("/img/bl-icons.png") no-repeat 0 0;
}

.group-title-contact-info span {
    width: 23px;
    background: url("/img/bl-icons.png") no-repeat -24px 0;
}

.group-title-terms span {
    width: 22px;
    height: 22px;
    background: url("/img/bl-icons.png") no-repeat -49px 0;
}

.group-title-membership span {
    width: 25px;
    height: 22px;
    background: url("/img/bl-icons.png") no-repeat -74px 0;
}

.group-title-payment {
    font-size: 16px;
    color: #666666;
    padding: 15px;
}

.group-title-payment span {
    /*width: 23px;*/
    /*height: 15px;*/
    /*background: url("/img/bl-icons.png") no-repeat 0 -27px;*/
}

.form-group-container .mailing_same {
    width: 100%;
}

.group-title-mailing span {
    width: 24px;
    height: 19px;
    background: url("/img/bl-icons.png") no-repeat -25px -25px;
}

.group-title-vehicle span {
    width: 23px;
    height: 20px;
    background: url("/img/bl-icons.png") no-repeat -51px -25px;
}

.group-title-location span {
    width: 16px;
    height: 20px;
    background: url("/img/bl-icons.png") no-repeat -80px -24px;
}

.site-form .agreement {
    /*margin: 20px 0;*/
    padding: 10px 15px;
}

.site-form .agreement input[type=checkbox] {
    margin: 0;
    vertical-align: middle;
}

.site-form .agreement .description {
    color: #707070;
    font-size: 12px;
    padding-left: 18px;
}

.site-form .warning {
    color: red;
    font-size: 12px;
}

.site-form .warning a {
    text-decoration: underline;
}

.site-form .warning a:hover {
    text-decoration: none;
}

.site-form .terms-conditions {
    padding: 10px 15px;
}

.site-form .terms-conditions .textarea {
    height: 230px;
    width: 100%;
    background-color: #f8f8f8;
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    overflow-x: auto;
    overflow-y: scroll;
}

.site-form .group-description {
    font-size: 13px;
    color: #666666;
    padding: 18px 15px;
}

.site-form .membership-items {
    width: 480px;
    margin: 20px;
}

.site-form .membership-items .title,
.site-form .membership-items .description {
    color: #fff;
}

.site-form .membership-items .description {
    text-align: center;
}

.site-form .membership-items .title {
    position: relative;
    padding: 10px 10px 10px 15px;
}

.site-form .membership-items h4 {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    margin-left: 33px;
    display: block;
}

.site-form .membership-items .title .discl {
    font-size: 12px;
    margin-left: 33px;
    display: block;
    line-height: 12px;
    margin-top: 4px;
    min-height: 26px;
}

.site-form .membership-items .description {
    padding: 15px;
    text-align: center;
    font-size: 16px;
}

.site-form .membership-items .item1,
.site-form .membership-items .item2 {
    -moz-box-shadow: 0 3px 10px 1px #ccc;
    -webkit-box-shadow: 0 3px 10px 1px #ccc;
    box-shadow: 0 3px 10px 1px #ccc;
}

.site-form .membership-items .item2 {
    width: 223px;
    float: left;
}

.site-form .membership-items .item1 {
    width: 223px;
    float: right;
}

.site-form .membership-items .big-radio {
    display: block;
    position: absolute;
    width: 22px;
    height: 22px;
    top: 15px;
    left: 15px;
    cursor: pointer;
}

.site-form .membership-items .item1 .big-radio {
    background: url("/img/big-radio-red.png") no-repeat 0 0;
}

.site-form .membership-items .item2 .big-radio {
    background: url("/img/big-radio-grey.png") no-repeat 0 0;
}

.site-form .membership-items .big-radio.selected {
    background-position: 0 -22px;
}

.site-form .membership-items .item1 .title {
    background-color: #4475b9;
}

.site-form .membership-items .item2 .title {
    background-color: #9f9f9f;
}

.site-form .membership-items .item1 .description {
    background-color: #073473;
}

.site-form .membership-items .item2 .description {
    background-color: #818181;
}

.site-form .membership-items .item1 .description,
.site-form .membership-items .item2 .description {
    vertical-align: middle;
    width: 100%;
}

.site-form .membership-items ul.list {
    background-color: #fff;
}

.site-form .membership-items ul.list li {
    position: relative;
    padding: 10px 25px 10px 40px;
    color: #666666;
    font-size: 12px;
}

.site-form .membership-items ul.list li span {
    background: url("/img/gr-check.png") no-repeat 0 0;
    width: 16px;
    height: 14px;
    display: block;
    position: absolute;
    top: 13px;
    left: 15px;
}

.site-form .membership-items ul.list li:nth-child(even) {
    background-color: #f5f5f5;
}

/** PAYMENT FORM **/
.payment-wrapper {
    /*padding: 0px 15px;*/
    padding: 0;
    background-color: #ffffff;
}

.payment-wrapper input[type=radio] {
    margin: 0;
    vertical-align: middle;
}

label.radio-label {
    font-size: 15px;
    color: #333333;
    display: inline;
    margin: 0 0 0 1px;
}

.payment-wrapper label.radio-label {
    vertical-align: middle;
}

#PaymentForm_type input:checked + label {
    font-weight: bold;
}

.payment-wrapper label.radio-label.active {
    /*font-weight: bold;*/
}

#payment-card-box .cvv,
.payment-form-box .cvv {
    position: absolute;
    top: 5px;
    right: 5px;
}

.cvv2 {
    display: inline-block;
    width: 56px;
    height: 31px;
    background: url("/img/cvv2.png") no-repeat 0 0;
    vertical-align: middle;
    margin-left: 15px;
}

.cards_box {
    position: absolute;
    top: 8px;
    right: 4px;
}

.pay-submit {
    /* background: url("/img/pay-form-bottom-bkgr.png") repeat-x 0 0; */
    background-color: #ffffff;
}

.pay-submit table {
    width: 100%;
}

.pay-submit table td {
    /*height: 50px;*/
    width: 100%;
    padding: 0; /*15px 5px*/
    vertical-align: middle;
    display: block;
}

.pay-submit table td.first {
    text-align: center;
}

.pay-submit table td.second {
    text-align: center;
}

.pay-submit table td.first span.total {
    /* color: #fff; */
    color: #0B407C;
    font-size: 20px;
}

.pay-submit table td.first span.value {
    font-size: 24px;
    /* color: #ffbd00; */
    color: #0B407C;
    font-weight: bold;
}

.payment-select-type {
    padding: 15px 15px 0;
}

.payment-select-type #PaymentForm_type {
    display: block;
    line-height: normal;
}

.payment-form__tb {
    width: 100%;
    border: none;
    border-bottom: 1px solid #dedede;
    padding: 0 15px;
    /*margin: 6px 15px 0 0;*/
}
.payment-form__activate {
    display: flex;
    justify-content: center;
    padding: 20px;
    flex-direction: column;
    align-items: center;
}
.payment-form__r-title {
    /*display: inline-block;*/
    font-weight: 500;
    margin-bottom: 0;
}

.payment-form__r-title,
.payment-form__r-val {
    color: #666666;
    padding: 10px 21px;
    border-bottom: 1px solid #ececec;
}

.payment-form__r-val {
    font-size: 13px;
    width: 20%;
}

.payment-form__r-title_total,
.payment-form__r-val_total {
    font-size: 15px;
    text-transform: uppercase;
}

.payment-summary-table table tr:last-child td {
    border-bottom: none;
}

.payment-summary-table table td:last-child {
    white-space: nowrap;
    width: 20%;
}

.payment-summary-table .total td:first-child {
    font-size: 16px;
}

.payment-summary-table .total td:last-child span {
    font-size: 17px;
}

.pay-promo-code__row td {
    border-bottom: none;
}

.pay-promo-code__col-1-1 {
    padding-left: 0;
}

.pay-promo-code__col-2-1 {
    width: 30% !important;
    padding-left: 0 !important;
    vertical-align: top;
}

.pay-promo-code__col-2-2 {
    width: 70% !important;
    vertical-align: top;
}

.pay-promo-code__success-text {
    display: none;
    padding-right: 20px;
    background: url("/img/red-check.png") no-repeat right center transparent;
}

.pay-promo-code__spinner {
    display: none;
    width: 32px;
    height: 32px;
    background: url("/img/ajax-loader.gif") no-repeat center center;
    vertical-align: middle;
}

#payment-name-box {

}

#payment-wire-description,
#payment-wire-description2 {
    padding: 10px 15px;
}

#payment-from-agree {
    padding: 10px 15px;
}

#payment-saved-card-box {
    margin: 25px 0;
}

.payment-form__m-title {
    font-size: 18px;
}

.payment-form__m-description {
    text-align: center;
}

.payment-form__m-address {
    font-size: 14px;
    color: #333333;
    padding: 5px 0;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
}

.payment-form__m-amount {
    font-size: 16px;
    color: #323232;
    font-weight: bold;
    background-color: #ededed;
    padding: 12px 7px;
    text-align: center;
    margin: 10px 0;
}

.payment-form__m-amount-blockchain {
    font-size: 22px;
    padding-right: 10px;
}

.payment-form__m-bar-code {
    margin-top: 10px;
    text-align: center;
}

.payment-form__m-wallet {
    text-align: center;
}

/** LIVE CHAT BANNER **/
.live-chat-ban {
    margin-top: 35px;
    width: 100%;
    border: 1px solid #dddddd;
}

.live-chat-ban .image {
    background-color: #f3f3f3;
}

.live-chat-ban .image img {
    width: 100%;
}

.live-chat-ban .title {
    background-color: #91b9dc;
    border-top: 2px solid #afd1ee;
    padding: 10px 5px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.live-chat-ban .title span {
    display: block;
}

.live-chat-ban .title .big-title {
    font-size: 22px;
}

.live-chat-ban .title .small-title {
    font-size: 18px;
}

.live-chat-ban .title .bBtn {
    min-width: 80px;
}

/** SECURE BANNER **/
.secure-ban {
    text-align: center;
    margin-bottom: 30px;
    border: 1px solid #ececec;
    border-bottom: 2px solid #ececec;
    background-color: #ffffff;
    padding-bottom: 20px;
}

.secure-ban .title {
    font-size: 22px;
    margin-bottom: 10px;
    color: #333;
    text-transform: uppercase;
}

.secure-ban .description {
    font-size: 14px;
    /*color: #666666;*/
    margin-bottom: 10px;
}

.secure-ban .social-login {
    margin: 10px 5px 0 5px;
}

@media all and (max-width: 400px) {
    .secure-ban .social-login {
        margin: 10px 0px 0 0px;
    }

    .social-login {
        width: 100%;
        border-radius: 3px;
    }

    .social-login.google {
        margin-left: 0;
    }
}

/** NOTIFICATION **/
.success-notification {
    padding: 18px;
    margin-bottom: 10px;
    background-color: #d5f4c5;
    border-left: 5px solid #b9e5a2;
    padding: 20px;
    text-align: center;
}

.success-notification h4 {
    color: #478a1b;
    font-size: 18px;
    margin: 0;
    padding: 0;
}

.success-notification span {
    color: #666666;
    font-size: 14px;
}

.warning-notification {
    padding: 20px;
    background-color: #fcf8e3;
    border-left: 5px solid #c09853;
    margin-bottom: 10px;
}

.warning-notification h4 {
    color: #c09853;
    font-size: 18px;
    margin: 0;
    padding: 0;
}

.warning-notification span {
    color: #666666;
    font-size: 14px;
}

.error-notification {
    padding: 20px;
    background-color: #fdf7f7;
    border-left: 5px solid #d9534f;
    margin-bottom: 10px;
}

.error-notification h4 {
    color: #d9534f;
    font-size: 18px;
    margin: 0;
    padding: 0;
}

.error-notification span {
    color: #666666;
    font-size: 14px;
}

/** Content notification **/
.content-notification {
    background-color: #f0f0f0;
    border: 1px solid #e4e4e4;
    padding: 15px 35px;
    color: #949494;
    text-align: center;
}

.content-notification__title {
    font-weight: bold;
    color: #333;
}

.content-notification__controls {
    padding-top: 10px;
}

.content-notification__title--red {
    color: #db363a;
}

.content-notification__title--yellow {
    color: #f09d01;
}

/** LIVE AUCTIONS **/
.live-auctions-list {
    width: 100%;
    color: #676767;
    font-size: 13px;
    margin: 0;
}

.live-auctions-list .dark-band {
    background: #ffffff;
    color: #999;
    height: 45px;
    line-height: 12px;
    margin: 0;
    padding: 0 15px 0 5px;
    text-align: left;
}

.live-auctions-list th {
    text-align: left;
    color: #333;
    padding: 0 10px;
    font-weight: normal;
    border-right: 1px solid #ececec;
}

.live-auctions-list th.last {
    width: 185px;
    border-right: none;
}

.live-auctions-list td {
    padding: 5px 10px 5px 5px;
}

@media (min-width: 993px) {
    .live-auctions-list td {
        padding: 20px 10px;
    }
}

.live-auctions-list {
    color: #333333;
}

.live-auctions-list tr.live td.first {
    color: #a20105;
}

.live-auctions-list tr td.first div {
    font-size: 12px;
    color: #888888;
    text-transform: none;
}

.live-auctions-list td.first {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    border-left: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}

.live-auctions-list td.last {
    border-right: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}

.live-auctions-list td.second, .live-auctions-list tr.inner td {
    border-bottom: 1px solid #ededed;
}

.live-auctions-list td.second .pre-text {
    color: #888888;
}

.live-auctions-list tr.dark-band {
    border: 1px solid #ececec;
    border-left: 4px solid #ececec;
}

.live-auctions-list tr {
    /*border-left: 4px solid #dbdbdb;*/
    background-color: #ffffff;
}

.live-auctions-list tr.live {
    /*border-left: 4px solid #63b52c;*/
}

.live-auctions-list .auc-timeleft {

}

.lifetime-day, .lifetime-hour, .lifetime-minute, .lifetime-second {
    color: #676767;
    font-size: 16px;
}

.lifetime-day b, .lifetime-hour b, .lifetime-minute b, .lifetime-second b {
    font-weight: bold;
    color: #a20106;
    font-size: 22px;
}

.live-auctions-list tr.inner td.second {
    width: 15%;
}

.live-auctions-list tr.inner td.last {
    width: 10%;
}

@media (min-width: 993px) {
    .live-auctions-list tr:nth-child(1) td {
        border-top: 1px solid #ededed;
    }

    .live-auctions-list tr:nth-child(2) td {
        border-top: 1px solid #ededed;
    }
}

.live-auctions-list tr.inner td:nth-child(1) {
    color: #666666;
}

@media (max-width: 992px) {
    .live-auctions-list .dark-band {
        display: none;
    }

    .live-auctions-list td {
        display: block;
    }

    .live-auctions-list tr.parent td:nth-child(1) {
        width: 50%;
        text-align: left;
        float: left;
        border-bottom: none;
        font-size: 14px;
        border-top: 2px solid #e0e0e0;
        padding-top: 15px;
    }

    .live-auctions-list tr.parent td:nth-child(2) {
        width: 50%;
        float: left;
        border-top: 2px solid #e0e0e0;
        border-bottom: none;
        padding-top: 15px;
    }

    .live-auctions-list tr.parent td:nth-child(3) {
        /*display:none;*/
        border-bottom: none;
        width: 50%;
        float: right;
        margin: -8px 0 -10px;
    }

    .live-auctions-list tr.parent td:nth-child(4) {
        width: 100%;
        float: left;
        text-align: center;
        border-bottom: none;
    }

    .live-auctions-list tr.parent td.last {
        display: none;
    }

    .live-auctions-list tr.inner td:nth-child(1) {
        width: 100%;
        float: left;
        text-align: center;
        border-bottom: none;
        font-weight: bold;
    }

    .live-auctions-list tr.inner td:nth-child(2) {
        text-align: right;
        width: 50%;
        float: left;
        border: none;
        /*border-top: 1px solid #ededed;*/
        border-bottom: none;
        padding-bottom: 15px;
    }

    .live-auctions-list tr.inner td:nth-child(3) {
        /*display: none;*/
        float: left;
        width: 50%;
        border: none;
        padding-bottom: 15px;
    }

    .live-auctions-list tr.inner td:nth-child(4) {
        text-align: right;
        width: 60%;
        float: left;
        border-top: 1px solid #ededed;
        border-bottom: none;
    }

    .rBtn.button.live,
    .live-auctions-list .yBtn-live {
        width: 200px;
    }

    .live-auctions-list tr.inner + tr.inner {
        border-top: 1px solid #ececec;
    }
}

@media (max-width: 570px) {
    .live-auctions-list tr.inner td:nth-child(2) {
        /*text-align: center;*/
    }
}

@media (min-width: 570px) and (max-width: 992px) {
    .live-auctions-list td.second .pre-text {
        display: inline;
    }
}

@media (max-width: 460px) {
    .rBtn.button.live,
    .live-auctions-list .yBtn-live {
        width: 100%;
    }
}

@media (max-width: 438px) {
    .live-auctions-list tr.inner .button.about-start {
        height: auto;
        white-space: normal;
        line-height: 13px;
        font-size: 13px;
    }
}

/** FILTERS FORM*/
.float_left {
    float: left;
}

#filter_typeslist {
    display: none;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    padding: 10px;
    position: absolute;
    left: 618px;
    top: 780px;
    width: 600px;
    /*right: 0;*/
    /*top: 100%;*/
    /*width: 378px;*/
    /*z-index:2000;*/
}

#filter_typeslist.active {
    display: block;
}

#filter_types:hover #filter_typeslist {
    display: block;
}

#filter_makeslist {
    display: none;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    padding: 10px;
    position: absolute;
    left: 618px;
    top: 800px;
    /*right: 0;*/
    /*top: 100%;*/
    /*width: 378px;*/
    /*z-index:2000;*/
}

.float_left {
    float: left;
}

#filter_typeslist {
    display: none;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    padding: 10px;
    position: absolute;
    left: 618px;
    top: 780px;
    width: 600px;
    /*right: 0;*/
    /*top: 100%;*/
    /*width: 378px;*/
    /*z-index:2000;*/
}

#filter_typeslist.active {
    display: block;
}

#filter_types:hover #filter_typeslist {
    display: block;
}

#filter_makeslist {
    display: none;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    padding: 10px;
    position: absolute;
    left: 618px;
    top: 800px;
    /*right: 0;*/
    /*top: 100%;*/
    /*width: 378px;*/
    /*z-index:2000;*/
}

#filter_modelslist.active {
    display: block;
}

#filter_models:hover #filter_modelslist {
    display: block;
}

#filter_years .box {
    padding: 8px;
    width: 280px;
}

#filter_years .box table {
    width: 100%;
}

.filterTop {
    padding: 10px 15px;
    overflow: hidden;
}

.filterTop .line {
    width: 100%;
    color: #d6d6d6;
}

.filterTop .line td {
    width: 50%;
    padding: 5px;
    text-align: center;
}

.filterTop .line td.en {
    width: 50%;
    padding: 5px;
    text-align: center;
}

.filterTop .line a {
    display: block;
    width: 100%;
    padding: 5px 5px;
    color: #666666;
    background-color: #FFFFFF;
    font-weight: bold;
    border-radius: 3px;
    border: none;
}

.filterTop .line a:hover {
    opacity: 0.8;
    text-decoration: none;
}

@media (max-width: 1199px) {
    .filterTop .line td.en {
        display: block;
        width: 100%;
    }
}

.cancel-box {
    padding: 3px 0 0 5px; /* 0 27px 0 10px*/
    position: relative;
    color: #666;
    margin-bottom: 10px;
    display: none;
    line-height: normal;
}

.cancel-box label,
.cancel-box b {
    vertical-align: top;
}

.cancel-box b {
    font-weight: normal;
}

.savesearch-modal .content table {
    width: 100%;
}

.savesearch-modal .content table td {
    vertical-align: top;
    text-align: left
}

.savesearch-modal .content table td + td {
    padding-left: 20px;
}

.savesearch-modal .content table td:first-child {
    padding: 0;
}

.savesearch-modal .content .filterbox {

}

.savesearch-modal .content .filterbox b:after {
    content: ", ";
    font-weight: bold;
}

.savesearch-modal .content .filterbox b:last-child:after {
    content: "";
}

.table-savesearch .filter {
    text-align: center;
    color: #666666;
}

.table-savesearch .filter .filterbox {
    font-size: 15px;
    font-weight: 500;
}

.table-savesearch .form-group {
    margin-bottom: 0;
}

.table-savesearch-button {
    text-align: center;
    padding-top: 10px;
}

.ebtn input {
    width: 100%;
    padding: 0;
    height: 39px;
    border: 2px solid #ffffff;
    background-color: transparent;
    border-radius: 3px;
}

/** LOGIN FORM and REGISTER FORM and RECOVERY FORM**/

.login-form-table,
.register-form-container,
.recovery-form-container {
    float: none;
    margin: 0 auto;
}

.login-form-table h3,
.register-form-container h3,
.recovery-form-container h3 {
    font-size: 16px;
}

.login-wrapper h3,
#user-form h3,
.email-recovery h3 {
    margin: 7px 0 0 0;
}

.login-form-table .wh-block,
.register-form-container .wh-block,
.recovery-form-container .wh-block {
    padding: 10px 60px 25px 60px;
}

.login-form-table .switch-box-tableline,
.register-form-container .switch-box-tableline,
.recovery-form-container .switch-box-tableline {
    margin: 10px 0 0px 0;
}

.login-form-table .switch-box-tableline div,
.register-form-container .switch-box-tableline div,
.recovery-form-container .switch-box-tableline div {
    width: 30%;
}

.login-form-table .switch-box-tableline td:first-child div,
.register-form-container .switch-box-tableline td:first-child div,
.recovery-form-container .switch-box-tableline td:first-child div {
    float: right;
}

.login-form-table .switch-box-tableline td:last-child div,
.register-form-container .switch-box-tableline td:last-child div,
.recovery-form-container .switch-box-tableline td:last-child div {
    float: left;
}

@media (max-width: 500px) {
    .login-form-table .wh-block,
    .register-form-container .wh-block,
    .recovery-form-container .wh-block {
        padding: 10px 20px 25px 20px;
    }
}

/** RESPONSIVE ACCOUNT BLOCK **/
#responsive_account_block .switch-box-tableline {
    margin: 15px 0 10px;
}

#responsive_account_block .switch-box-tableline td {
    padding: 0;
    font-size: 18px;
}

#responsive_account_block .switch-box-tableline .switch-box-tableline--or {
    width: 15%;
    color: #888888;
    font-weight: bold;
    padding: 0 10px
}

#responsive_account_block .switch-box-tableline td:first-child div {
    float: right;
}

#responsive_account_block .switch-box-tableline div {
    width: 40%;
}

.login-form-table table,
.password-recovery table {
    width: 100%;
}

.login-form-table tr td
.password-recovery tr td {
    width: 50%;
    vertical-align: top;
    padding: 10px 0;
}

.login-items table {

}

.login-items .login-form_table--label td {
    padding: 0;
}

.login-form_table--label tr td:first-child {
    padding: 20px 10px 20px 0;
}

.login-form_table--label tr td:last-child {
    padding: 20px 0px 20px 10px;
}

.login-register {
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #ececec;
    margin-bottom: 20px;
    /*padding: 0 15px 15px 0; */
}

.login-register h4 {
    color: #666666;
}

.login-register {
    padding-bottom: 20px;
}

.login-wrapper #login-form .form-row,
#email-recovery-form {
    /*width: 50%;*/
    /*float: left;*/
    padding-top: 20px;
}

.login-wrapper #login-form .form-row:nth-child(1) {
    /*padding-right: 7px;*/
}

.login-wrapper #login-form .form-row:nth-child(2) {
    /*padding-left: 7px;*/
}

.login-wrapper .remember-me {
    padding-left: 0;
}

.login-wrapper .login-items {
    min-height: 90px;
    margin-top: 13px;
}

.login-wrapper .login-items .social-login {
    display: inline-block;
}

.login-wrapper .login-items strong {
    font-weight: normal;
    display: block;
    margin: 0 20px 0;
    padding-top: 15px;
    text-align: center;
    font-size: 15px;
}

.login-wrapper .login-items div {
    padding: 2px 0 10px;
}

@media (max-width: 992px) {
    .login-wrapper .login_acc_btn {
        text-align: center;
    }
}

.login-wrapper .login_acc_btn .yBtn {
    height: 40px;
    font-size: 15px;
    min-width: 232px;
}

.login-register .yBtn {
    margin-top: 10px;
}

@media (max-width: 992px) {
    .login-register {
        text-align: center;
    }

    .login-register h4 {
        font-weight: bold;
    }

    .login-wrapper input[type=text],
    .login-wrapper input[type=password] {
        line-height: 36px;
        height: 36px;
    }
}

.greycolor {
    color: #666666;
}

.lh30 {
    line-height: 30px;
}

/** SIDE MENU **/
#profile-side-menu .responsive_box {
    border: 1px solid #ececec;
}

@media all and (max-width: 991px) {
    .responsive_box .level1 a,
    .responsive_box .sublevel {
        text-transform: uppercase;
    }
}

.side-menu {
}

.side-menu ul.level1 {
    background-color: #ffffff;
    margin: 0;
}

.side-menu ul.level1 li {
    /*padding: 8px 12px;*/
    border-bottom: 1px solid #e9e9e9;
    color: #666666;
}

.side-menu ul.level1 li:hover,
.side-menu ul.level2 li:hover,
.side-menu .sublevel.droparrow:hover {
    background-color: #f7f7f7;
    cursor: pointer;
}

.side-menu ul.level1 li.active:hover,
.side-menu ul.level2 li.active:hover {
    background-color: #a10106;
}

.side-menu ul.level2 li.active a {
    font-weight: 600;
}

.side-menu a,
.side-menu a:hover {
    display: block;
    padding: 8px 12px;
    color: #666666;
    text-decoration: none;
    text-transform: uppercase;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .side-menu a,
    .side-menu a:hover,
    .side-menu .sublevel.droparrow {
        font-size: 13px;
    }
}

.side-menu .sublevel {
    /*font-weight: bold;*/
    /*background-color: #ececec;*/
    padding: 8px 12px;
    color: #333;
}

.side-menu .sublevel.droparrow {
    padding-right: 20px;
    background-image: url("/img/ul-vertical-arrows.png");
    background-repeat: no-repeat;
    background-position: right 11px top -39px;
    cursor: pointer;
    border-bottom: 1px solid #ececec;
    text-transform: uppercase;
}

.side-menu .sublevel.droparrow.expand {
    background-position: right 11px top 14px;
}

.side-menu ul.level2 {
    /*background-color: #f4f4f4;*/
    margin: 0;
    border-bottom: 1px solid #e9e9e9;
    display: none;
}

.side-menu ul.level2.expand {
    display: block;
}

.side-menu ul.level2 li {
    /*padding: 8px 12px 8px 25px;*/
    border: none;
    color: #666666;
    font-size: 13px;
}

.side-menu ul.level2 li a {
    padding: 8px 12px 8px 25px;
    text-transform: capitalize;
}

.side-menu li.active {
    background-color: #a10106;
    color: #fff;
}

.side-menu li.active a,
.side-menu li.active a:hover {
    color: #fff;
}

.side-menu > .last {
    background-color: #ececec;
    padding: 8px 12px;
    color: #333;
    border-bottom: 1px solid #e9e9e9;
}

/** ACCOUNT **/
@media all and ( min-width: 992px ) {
    .account-table {
        margin-top: 30px;
    }
}

@media all and ( max-width: 767px ) {
    .account-table .account-menu {
        padding: 0;
    }
}

.account-table > tbody > tr > td {
    vertical-align: top;
}

h1.account-header {
    font-size: 30px;
    line-height: 24px;
    text-align: center;
}

.account-table h1.account-header {
    margin-top: 0;
    margin-bottom: 20px;
}

.account-boxes .saved_searches_table {
    width: 100%
}

.account-boxes .saved_searches_table td {
    padding: 3px;
}

.account-boxes .saved_searches_table tr + tr {
    border-top: solid 1px #ededed;
}

.savedSearchResTable {
    width: 100%;
    border-bottom: 1px solid #ededed;
}

.savedSearchResTable td {
    padding: 8px 15px;
    color: #666666;
    font-weight: 500;
}

.savedSearchResTable--first {
    width: 27%
}

.savedSearchResTable--second {
    width: 15%
}

.savedSearchResTable--third {
    width: 10%
}

.savedSearchResTable--fourth {
    width: 10%
}

.savedSearchResTable--fifth {
    width: 15%
}

.savedSearchResTable--sixth {
    width: 15%
}

.savedSearchResTable a {
    text-decoration: none;
}

.savedSearchResTable .sv-name {
    color: #666666;
    font-weight: bold;
}

.savedSearchResTable:hover .sv-name {
    color: #e14045;
}

.savedSearchResTable a:hover {
    text-decoration: underline;
}

.savedSearchResTable .saved-search-controls a {
    text-decoration: underline;
}

@media (min-width: 767px) {
    .saved-search-controls {
        display: none;
    }
}

@media (max-width: 767px) and (min-width: 480px) {
    .savedSearchResTable {
        width: 50%;
        float: left;
    }

    .savedSearchResTable {
        border-bottom: none;
        border-top: 1px solid #ededed;
    }

    .items .savedSearchResTable:nth-child(-n+2) {
        border-top: none;
    }
}

@media (max-width: 767px) {
    .savedSearchResTable .saved-search-controls a {
        height: 26px;
        min-width: 60px;
        text-align: center;
        line-height: 26px;
        background-color: #ffe7e8;
        color: #e14045;
        font-size: 12px;
        border-radius: 3px;
        padding: 0 8px;
        font-weight: bold;
        text-decoration: none;
        display: inline-block;
    }

    .savedSearchResTable .saved-search-controls a:hover,
    .savedSearchResTable .saved-search-controls a:active {
        color: #e14045;
        text-decoration: none;
    }
}

.savedSearchResTable tr:hover .saved-search-controls {
    display: block;
}

#saved-search-update-from input[type=text] {
    width: 100%;
}

#saved-search-update-from select {
    width: 100%;
    color: #666;
    background: transparent;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    line-height: 36px;
}

#saved-search-update-from label.radio {
    display: inline-block;
    padding-left: 0;
}

#saved-search-update-from label.radio label {
    padding: 0 8px 1px 22px;
}

#saved-search-update-from td {
    vertical-align: top;
    padding-top: 10px;
}

/** AUCTION CALENDAR **/
.auctions-list .auction-date {
    display: inline-block;
    width: 29%;
    padding: 15px 7px;
    font-weight: bold;
    text-transform: uppercase;
}

.auctions-list .auction-date a {
    color: #666666 !important;
    text-decoration: none !important;
}

.auctions-list .auction-date.today a {
    color: #5993e5 !important;
}

.auction-date--month {
    background-color: #a10106;
    color: #ffffff;
    padding: 4px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.auction-date--day {
    background-color: #f5f5f5;
    color: #333333;
    padding: 5px;
    font-size: 18px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.auction-info #map_canvas {
    border: 1px solid #ececec;
    border-bottom: 2px solid #ececec;
}

.auction-info .second {
    /*padding-left: 20px;*/
}

.auction-info .last .phones {
    display: inline-table;
}

.auction-info .last .address,
.auction-info .last .phones,
.auction-info .last .hours {
    font-size: 16px;
    color: #333;
}

.auction-info .last .address {
    font-size: 18px;
}

.auction-info input[type=submit] {
    width: 100%;
}

.auction-info input.yBtn_yellow,
.searchWidget .Widget_yBtn .yBtn_24,
.searchArea {
    background: url(/img/grey_right_arrow.png) 90% 50% #ffb400 no-repeat;
    color: #222;
    border: none;
}

.auction-info__detail {
    margin-bottom: 20px;
}

.auction-info__detail__title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.auction-info__detail__title2 {
    font-size: 15px;
    font-weight: bold;
}

.auction-info__detail__item-name {
    color: #666666;
    font-size: 14px;
}

.auction-info__detail__hr {
    margin: 20px 0;
    height: 1px;
    border: 0;
    background-color: #dedede;
}

@media screen and ( max-width: 992px) {
    .auction-info input.yBtn_yellow,
    .searchWidget .Widget_yBtn .yBtn_24,
    .searchArea {
        background-position: 98% 50%;
    }
}

@media screen and ( max-width: 500px) {
    .auction-info input.yBtn_yellow,
    .searchWidget .Widget_yBtn .yBtn_24,
    .searchArea {
        background-position: 96% 50%;
    }
}

@media (min-width: 500px) and (max-width: 768px) {
    .auctions-list .auction-date {
        width: 17%;
    }
}

.auction-description {
    padding: 15px 0 0px 0px;
    font-size: 12px;
}

.auction-livehours-caption {
    font-size: 16px;
    color: #fff;
    min-width: 300px;
    min-height: 48px;
    padding: 5px 50px 5px 10px;
    background-image: url("/img/auction-hour-bkgr.jpg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0 0 15px 10px;
}

.auction-filter-caption > div {
    width: 50%;
    float: left;
    text-align: center;
    padding: 10px;
}

.auction-filter-caption > div > div {
    padding: 10px 0;
}

.auction-filter-caption div .first {
    border-bottom: 1px solid #ccc;
}

input.input-date {
    width: 100%;
    padding: 0 10px;
    background: url("/img/calendar-icon.png") no-repeat right 6px center #FFF;
    text-align: left;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    height: 40px;
}

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

.auctions-list,
.branches-list {
    width: 100%;
    color: #949494;
    font-size: 13px;
    margin-bottom: 15px;
    background-color: #FFFFFF;
}

.branches-list th {
    text-align: left;
    color: #676767;
    /*padding: 0 20px;*/
    font-weight: bold;
    font-size: 14px;
}

.branches-list__td {
    color: #888888;
}

.branches-list__td td {
    border-bottom: 1px solid #f5f5f5;
    padding: 6px 10px;
}

.branches-list__th--first {
    width: 40%;
}

.branches-list__td--first {
    color: #666666;
    font-weight: 500;
    width: 40%;
}

.auctions-list .dark-band {
    padding: 9px;
}

.auctions-list .dark-band,
.branches-list .dark-band {
    color: #666666;
    font-size: 14px;
    border-bottom: 1px solid #ececec;
    /*height: 37px;*/
    /*text-align: center;*/
    margin: 0;
    font-weight: 500;
}

.branches-list .dark-band {
    padding: 10px;
}

.auctions-list th.last {
    width: 185px;
    border-right: none;
}

.auctions-list,
.branches-list {
    border: 1px solid #ececec;
    border-bottom: 2px solid #ececec;
}

.auctions-list td {
    padding: 5px 10px; /*10px 10px 10px 20px*/
    border-top: 1px solid #ededed;
}

.auctions-list td.first {
    text-transform: uppercase;
    font-weight: bold;
}

.auctions-list td.last {

}

.auctions-list tbody td:nth-child(6) {
    display: none;
}

.auctions-list td.first a,
.auctions-list td.first a:hover {
    color: #646464;
    text-decoration: none;
}

.auctions-list td.first.today a {
    color: #0b427b;
}

.auctions-list tbody tr:hover {
    background-color: #f6f6f6;
}

@media (max-width: 767px) {
    .auctions-list thead th {
        display: none;
    }

    .auctions-list thead th:first-child {
        display: block;
        width: 100%;
    }

    .auctions-list tbody td {
        display: block;
        /*width: 100%;*/
    }

    .auctions-list tbody td {
        padding: 9px 9px;
    }

    .auctions-list tbody td span {
        color: #999;
        font-size: 12px;
    }

    .auctions-list tbody td:nth-child(1) {
        display: block;
        width: 100%;
        padding: 0;
    }

    .auctions-list tbody td:nth-child(1) a {
        width: 100%;
        display: block;
        padding: 9px;
    }

    .auctions-list tbody td:nth-child(2),
    .auctions-list tbody td:nth-child(3),
    .auctions-list tbody td:nth-child(4),
    .auctions-list tbody td:nth-child(5) {
        display: none;
    }

    .auction-info .auctions-list th:nth-child(2) {
        display: table-cell;
    }

    .auction-info .auctions-list td:nth-child(2) {
        display: table-cell;
        border-top: 1px solid #ededed;
    }
}

#account-contact-form {
    position: relative;
}

#account-contact-form .form-hider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 10;
    text-align: center;
}

/*
#account-contact-form .form-row > div {
    width: 49%;
    float: left;
}
#account-contact-form .form-row > div:first-child{
    margin-right: 2%;
}
#account-contact-form .account-info > div{
    width: 23.5%;
    float: left;
    margin-right: 2%;
}
#account-contact-form .account-info > div:last-child{
    margin-right: 0;
}
*/
.account-info {
    width: 50%;
    margin: 0 auto;
}

.account-info__block {
    padding-bottom: 15px;
}

.account-info__block--last {
    padding-bottom: 10px;
}

.account-info__input {
    width: 100%;
}

.account-info__input--distance {
    float: left;
    margin: 0 5px 20px 0;
}

.form__zip-state {
    display: table;
    width: 100%;
}

.form__zip-state #state-form-row,
.form__zip-state #zip-form-row {
    display: inline-block;
    width: 49%;
    float: left;
}

.form__zip-state #zip-form-row {
    margin-right: 2%;
}

@media (max-width: 768px) {
    .account-info {
        width: 65%;
    }

    .form__zip-state #zip-form-row {
        margin-right: 0;
        padding-bottom: 15px;
    }
}

@media (max-width: 640px) {
    .account-info {
        width: 100%;
    }
}

@media (max-width: 400px) {
    .account-info__input--distance {
        margin-bottom: 30px;
    }
}

input#AccountContactForm_zip {
}

input#AccountContactForm_mailing_zip {
}

input#AccountContactForm_county {
}

select#AccountContactForm_state {
    width: 100%;
    height: 40px;
}

select#AccountContactForm_mailing_state {
    /*width: 84%;*/
}

/*
#account-contact-form .form-row #zip-form-row {
    width: 20%;
    float: left;
    margin-right: 2%;
}
#account-contact-form .form-row #state-form-row,
#account-contact-form .form-row #county-form-row {
    width: 27%;
    float: left;
}
*/
@media (max-width: 768px) {
    #account-contact-form .form-row #zip-form-row {
        width: 100%;
        float: left;
    }

    #account-contact-form .form-row #state-form-row,
    #account-contact-form .form-row #county-form-row {
        width: 100%;
        float: left;
    }
}

.slider-table {
    width: 100%;
}

.slider-table td {
    padding: 0;
}

.slider-table .slider-beg {
    /* width: 4.8%; */
    font-size: 13px;
}

.slider-table .slider-main {
    /* width: 95.2%; */
}

.slider-table .slider-beg > div,
.slider-table .slider-used > div,
.slider-table .slider-current > div {
    height: 10px;
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5);
    border-right: none;
}

.slider-table .slider-beg > div {
    background-color: #FFA200;
    border-bottom: 1px solid #d58700;
    border-left: 1px solid #d58700;
    border-top: 1px solid #d58700;
}

.slider-table .slider-used > div {
    background-color: #ffb400;
}

.slider-table .slider-current > div {
    background-color: #51cf20;
}

.slider-table .slider-used > div,
.slider-table .slider-current > div {
    border-bottom: 1px solid #a20105;
    border-top: 1px solid #a20105;
    border-left: 1px solid #a20105;
    border-right: none;
}

.slider-table .slider-current.second > div {
    border-left: none;
}

.ui-slider-horizontal {
    height: 10px;
}

.big-slider .ui-slider-handle {
    width: 16px;
    height: 16px;
    background-color: transparent;
    background-image: url("/img/slider-big.png");
    background-repeat: no-repeat;
    border: none;
    box-shadow: none;
    cursor: pointer;
    top: -0.3em;
    margin-left: -0.4em;
}

.big-slider .ui-slider-handle.ui-state-hover,
.big-slider .ui-slider-handle.ui-state-focus {
    background-position: 0 0;
}

.big-slider .ui-slider-range {
    background-color: #a20105;
    background-image: none;
    background-position: 0 0;
    background-repeat: no-repeat;
    color: #FFFFFF;
    display: block;
    font-size: 0.7em;
    position: absolute;
    top: -0.1em;
    left: -0.2em;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    z-index: 1;
    border-radius: 3px;
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5);
    height: 10px;
}

.bidding-limit {
    background-color: #ffffff;
    padding: 10px 20px;
}

.bidding-limit-summary {
    background-color: #e3e3e3;
}

.bidding-limit.proxy {
    background-color: #e7e7e7;
    padding: 5px 20px 25px;
    border-bottom: 1px solid #d5d5d5
}

.bidding-limit-summary2.proxy {
    background-color: #e3e3e3;
}

.bidding-grid {
    margin: 15px 0 10px;
}

.bidding-grid.proxy {
    margin: 0px 0 10px;
}

.bidding-grid .title {
    text-align: center;
    font-size: 12px;
    color: #888888;
    margin-bottom: 8px;
}

.bidding-grid .grid-wrapper {
    /*margin-left: 20px;*/
}

.bidding-grid table.grid-caption {
    width: 100%;
    table-layout: fixed;
}

.bidding-grid table.grid-caption td {
    padding: 0;
}

.bidding-grid table.grid-caption .grid-numbers td {
    width: 44px !important;
}

.bidding-grid table.grid-caption .grid-numbers__lots td {
    width: 100% !important;
}

.bidding-grid table.grid-caption .grid {
    font-size: 0;
    line-height: 0;
    vertical-align: bottom;
}

.bidding-grid .grid span {
    display: inline-block;
    width: 100%;
    height: 2px;
    border-left: 1px solid #b9b9b9;
}

.bidding-grid .grid td.big span {
    height: 4px;
}

.bidding-grid .grid td.med span {
    height: 3px;
}

.bidding-grid .grid td.small span {
    height: 2px;
}

.bidding-grid .grid td.dot span {
    height: 1px;
}

.bidding-numbers {
    margin: 20px 0 10px;
}

.bidding-numbers table td {
    padding: 0 5px;
}

#bidding-limit-form {
    margin-bottom: 0px;
    border: 1px solid #ececec;
}

.bidding-proxy-top span,
.bidding-numbers span {
    width: 11px;
    height: 11px;
    display: inline-block;
    border-radius: 5px;
    margin-right: 3px;
}

.use-bidding-limit-red {
    background: #a20105;
}

.remaining-bidding-limit-green {
    background: #51cf20;
}

.new-bidding-limit-yellow {
    background: #ffb400;
}

.grid-numbers td span {
    display: inline-block;
    margin-left: -0.5em;
    font-size: 11px;
    color: #888888;
    font-weight: bold;
}

.grid-numbers td {
    position: relative;
}

.grid_numbers--division,
.grid_numbers--division-lots {
    position: absolute;
    top: 36px;
    left: -2px;
    width: 6px;
    height: 6px;
    background-color: #dcdcdc;
    border-radius: 6px;
    z-index: 2;
    opacity: 0.7;
}

.grid_numbers--division-lots {
    left: -3px;
}

.bidding-limit .bidding-numbers table {
    width: 100%;
    table-layout: fixed;
}

.bidding-limit-summary table {
    width: 100%;
}

.bidding-limit-summary table td.bl-limit-account {
    width: 33%;
    padding: 0;
    color: #666666;
    text-align: center;
    font-size: 14px;
    background-size: auto 100%;
    vertical-align: top;
    font-weight: bold;
}

.bidding-limit-summary table td strong {
    color: #333;
}

.bidding-limit-summary .bl-limit-account > div {
    padding: 15px 15px 10px;
}

.bidding-limit-summary .bl-required-deposit {
    padding: 10px 0;
}

.bidding-limit-summary .bl-required-deposit .title {
    padding: 15px 0 1px;
}

.bidding-limit-summary .bl-required-deposit strong {
    font-size: 22px;
}

.bidding-limit-summary .bl-required-deposit hr {
    margin: 3px 15px 9px;
    border-top: 1px solid #d0d0d0;
}

.bidding-limit-summary .bl-required-deposit .deposit {
    padding: 0 15px;
}

.bidding-limit-summary .bl-required-btn {
    text-align: center;
    padding: 0 0 15px;
}

.bidding-limit-summary .bl-required-deposit .title .popover {
    margin-left: -90px;
    max-width: 320px;
}

.bidding-limit-summary .bl-required-deposit .title .popover .popover-content {
    width: 320px;
    font-weight: normal;
}

.bidding-limit-summary .bl-required-deposit .title .popover.bottom > .arrow {
    left: 78%;
}

.yBtn_24_mini {
    width: 25%;
}

.bidding-limit-summary .bl-required-deposit .btn {
    float: left;
    width: 80%;
    text-align: right;
    padding: 0 15px;
}

.bidding-limit-summary .increase-input {
    margin-top: 5px;
}

.bidding-limit-summary.proxy .add,
.bidding-limit-summary.proxy .subtract {
    border: 1px solid #d5d5d5;
}

.bidding-proxy-top {
    background-color: #f7f7f7;
    color: #666;
}

.bidding-proxy-top > div {
    padding: 15px;
}

.bidding-proxy-top > div table td:first-child {
    /*padding-right: 20px;*/
    font-size: 13px;
}

.bidding-proxy-top .text {
    margin-bottom: 10px;
}

.bidding-proxy-top strong {
    font-size: 14px;
    color: #333333;
}

.bidding-proxy-top table td {
    padding: 2px 0;
    font-size: 13px;
}

@media (max-width: 991px) {
    .bidding-limit-summary > table > tbody > tr > td {
        display: block;
        float: left;
    }

    .bidding-limit-summary > table > tbody > tr:last-child > td {
        float: none;
    }

    .bidding-limit-summary .bl-limit {
        width: 50%;
    }

    .bidding-limit-summary .bl-number-lots {
        width: 50%;
    }

    .bl-required-deposit {
        width: 100%;
    }
}

@media all and (max-width: 991px) {
    .bidding-limit {
        background-color: #f7f7f7;
    }

    .bidding-limit-summary {
        background-color: #ffffff;
    }

    .bidding-limit-summary .bl-required-deposit hr {
        margin: 3px 15px 2px;
    }
}

@media all and (max-width: 768px) {
    .bidding-numbers table td {
        display: block;
        text-align: center;
    }

    .bidding-limit-summary > table > tbody > tr > td {
        float: none;
    }

    .bidding-limit-summary table td.bl-limit-account {
        width: 50%;
        margin: auto;
    }
}

@media all and ( max-width: 500px) {
    .bidding-limit-summary table td.bl-limit-account {
        width: auto;
    }
}

@media all and ( max-width: 389px) {
    .bidding-numbers table td {
        text-align: left;
    }
}

/** AUTO ICONS **/
.auto-icons {
    font-size: 0;
    display: inline-block;
    vertical-align: top;
    margin-top: 13px;
}

.auto-icons span {
    vertical-align: middle;
    display: inline-block;
    width: 22px;
    height: 15px;
    background: url("/img/auto-icons.png") no-repeat 0 0;
    background-size: 90%;
    margin: 0 -1px;
}

.auto-icons span.yellow {
    background-position: 0 -17px;
}

/** INCREASE INPUT **/
.increase-input {
    display: inline-block;
    margin-top: 7px;
    width: 100%;
}

.increase-input > div:first-child {
    padding: 7px 0;
    background-color: #fff;
    border-radius: 3px;
    width: 60%;
    float: left;
}

.increase-input > div:last-child {
    width: 40%;
    float: left;
    padding-left: 10px;
}

.increase-input input[type=text] {
    background-color: #fff;
    color: #333333;
    height: 26px;
    padding: 0 5px;
    line-height: 29px;
    font-size: 1.25em;
    width: 100px;
    border: none;
    margin: 0;
}

.increase-input.two-digit input[type=text] {
    width: 29px;
}

.increase-input span {
    display: block;
    /*position: absolute;*/
    width: 18px;
    height: 18px;
    line-height: 18px;
    left: 0;
    background: #e4e4e4;
    color: #666666;
    text-align: center;
    font-size: 0;
    background: url("/img/increase-sub-button.png") no-repeat 0 -1px;
    /*background: linear-gradient(to top, #e4e4e4, #ffffff);*/
    cursor: pointer;
}

.increase-input span.add {
    top: 0;
}

.increase-input span.add:active {
    background-position: 0 0;
}

.increase-input span.subtract {
    top: 21px;
    background-position: 0 -21px;
}

.increase-input span.subtract:active {
    background-position: 0 -20px;
}

/** TOP BIDDING LIMIT */
#top-bidding-limit {
    padding: 0;
}

#top-bidding-limit table td {
    vertical-align: middle;
    padding: 6px 5px;
}

#top-bidding-limit span {
    color: #ffffff;
}

#top-bidding-limit a {
    display: inline-block;
    height: 44px;
    padding: 9px 8px;
    text-decoration: none !important;
    color: #ffffff;
}

#top-bidding-limit i {
    color: #ffffff;
    font-style: normal;
}

div#top-user:hover,
div#top-bidding-limit:hover {
    background-color: #980105;
}

/** TOP CURRENT BIDS AND WATCHLIST */
#top-current-bids a, #top-watchlist a {
    color: #fff;
}

#top-current-bids i,
#top-watchlist i {
    color: #c80107;
    font-style: normal;
}

.watchlist-notification-header {
    margin-bottom: 10px;
}

.watchlist-notification-header > div {
    display: inline-block;
    padding: 0 15px 0 0;
}

.watchlist-notification-header span {
    color: #666666;
    font-size: 13px;
}

.watchlist-notification-header > div.wnh-not-link {
    padding: 0 15px 0 0;
}

@media (max-width: 768px) {
    .watchlist-notification-header > div.wnh-not-link,
    .watchlist-notification-header > div {
        width: 100%;
        padding: 0 0px 5px 0;
    }
}

.watchlist-link-wrapper {
    position: relative;
    height: auto;
}

.watchlist-link-wrapper .watchlist-link
.watchlist-link-wrapper .watchlist-in-lot {
    padding: 0 10px;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    background-color: #ffe7e8;
    color: #e14045;
    border-radius: 3px;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}

.watchlist-link-wrapper .watchlist-link.w-remove,
.watchlist-link-wrapper .watchlist-in-lot.w-remove {
    background-color: #e9e9e9;
    color: #7e7e7e;
}

@media (min-width: 700px) and (max-width: 722px) {
    .watchlist-link-wrapper .watchlist-link,
    .watchlist-link-wrapper .watchlist-in-lot {
        margin-bottom: 5px;
    }
}

@media (min-width: 450px) {
    .watchlist-link-wrapper .notification-link {
        margin-left: 0px;
        margin-top: 5px;
    }
}

.watchlist-notify-modal {
    width: 370px !important;
}

.watchlist-notify-modal .modal-arrow-up {
    left: 52% !important;
}

@media (max-width: 991px) {
    .searchList .watchlist-notify-modal {
        margin-left: -148px;
    }

    .searchList .select-label--first {
        margin-bottom: 10px
    }

    .watchlist-notify-modal .modal-arrow-up {
        left: 92% !important;
    }

    .gallery_responsive--table .watchlist-notify-modal {
        margin-left: -90px;
    }
}

@media (max-width: 500px) {
    .searchList .watchlist-notify-modal {
        margin-left: 0;
    }
}

@media (max-width: 418px) {
    .watchlist-notify-modal .modal-arrow-up {
        left: 64% !important;
    }

    .gallery_responsive--table .watchlist-notify-modal,
    .searchList .watchlist-notify-modal {
        width: 273px !important;
    }
}

.lot-index .watchlist-notify-modal {
    margin-left: -52px !important;
    width: 274px !important;
}

.lot-index .watchlist-notify-modal .modal-arrow-up {
    left: auto !important;
    right: 20px;
}

.watchlist-notify-modal .caption {
    font-size: 12px;
    padding-top: 10px;
    word-wrap: break-word;
    text-align: center;
}

.watchlist-notify-modal .caption span {
    color: #777777;
}

.watchlist-notify-modal .site-form select #notify_status {
    margin-right: 10px;
}

a.notification-link,
a.notification-link-simple,
a.search-notify-link {
    display: inline-block;
    line-height: 23px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
    border: 1px solid #e0e0e0;
    height: 26px;
    padding: 0 6px;
    border-radius: 3px;
}

a.search-notify-link {
    min-width: 25px;
    text-align: center;
}

a.notification-link.n-on,
a.notification-link-simple.n-on,
a.search-notify-link.n-on {

}

a.notification-link:hover,
a.notification-link-simple:hover,
a.search-notify-link:hover {
    text-decoration: none;
}

.notify-icon {
    display: inline-block;
    background-image: url(/img/notify-bells.png);
    width: 19px;
    height: 18px;
    vertical-align: middle;
    margin-top: -3px;
}

a.notification-link.n-on .notify-icon,
a.notification-link-simple.n-on .notify-icon,
a.search-notify-link.n-on .notify-icon {
    background-position: 19px;
}

@media (max-width: 991px) {
    #kayako_sitebadgeholder {
        display: none;
    }
}

/** TOP USER PROFILE **/
#top-user-profile {
    position: absolute;
    width: 185px;
    height: 130px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
    background-color: #fff;
    z-index: 1000;
    right: 0;
    top: 36px;
    display: none;
}

#top-user.active #top-user-profile {
    display: block;
}

.top-user-img {
    width: 72px;
    height: 72px;
    float: left;
    background: url("/img/default-profile.png") no-repeat 0 0 #fff;
    box-shadow: 0 6px 10px -9px #41413F inset;
}

.top-user-caption {
    width: 113px;
    height: 72px;
    padding: 15px 5px 5px 12px;
    text-align: left;
    float: right;
    border-bottom: 1px solid #e7e7e7;
    box-shadow: 0 6px 10px -9px #41413F inset;
    overflow: hidden;
}

#top-user-profile a.u-link {
    display: block;
    height: 28px;
    line-height: 28px;
    text-decoration: none;
    color: #666666;
    font-size: 12px;
    padding-left: 20px;
    overflow: hidden;
    text-align: left;
}

#top-user-profile a.u-link.first {
    border-bottom: 1px solid #e7e7e7;
}

#top-user-profile span.closer {
    display: block;
    position: absolute;
    top: 9px;
    right: 9px;
    width: 12px;
    height: 12px;
    padding: 0;
    background: url("/img/close-grey.png") no-repeat 0 0;
    cursor: pointer;
}

/** UPLOAD FILES **/
.upload-files-container {
    overflow-x: hidden;
}

.upload-files-container .button-container {
    margin-top: 10px;
}

.upload-files-container .button-container_mt5 {
    margin-top: 5px;
}

.upload-files-container .button-container_mt15 {
    margin-top: 15px;
}

.upload-files-container__text {
    font-size: 15px;
    color: #888888;
    margin-bottom: 15px;
}

.upload-files-container .button-container span {
    font-size: 12px;
    color: #888888;
}

.upload-files-container .ud-remove {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(/public/img/close-grey.png) center center no-repeat;
    cursor: pointer;
    vertical-align: middle;
    margin-left: 5px;
}

.upload-files__btn {
    min-width: 160px;
}

.upload-files__union-text {
    font-size: 11px;
    font-weight: bold;
}

@media all and (max-width: 660px) {
    .upload-files-container .button-container span {
        display: block;
        margin-left: 0;
    }
}

.img-upload-frame {
    width: 0;
    height: 0;
    border: 0
}

.user-file-preview {
    display: inline-block;
    border: 5px solid #f5f5f5;
    margin: 5px;
    vertical-align: top;
    background: #c3b3b1;
    position: relative;
    width: 170px;
}

.user-file-preview .img-wrap {
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
    width: auto;
    height: 180px;
}

.user-file-preview img {
    width: 160px;
    vertical-align: middle;
}

.user-file-status {
    width: 100%;
    text-align: center;
    padding: 5px;
    background: #e0e0e0;
}

/** ACCOUNT MEMBERSHIP **/
.membership-blocks .wrapper {
    width: 715px;
    margin: 0 auto;
}

.membership-blocks .m-block {
    width: 223px;
    margin-right: 21px;
    float: left;
}

.membership-blocks .m-block.last {
    margin: 0;
}

.membership-blocks .m-block .title {
    min-height: 40px;
    padding: 7px 10px;
}

.membership-blocks .m-block .title h3 {
    font-size: 20px;
    font-weight: normal;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    padding: 3px 0 0 0;
    margin: 0;
}

.membership-blocks .m-block.yellow .title h3,
.membership-blocks .m-block.red .title h3 {
    font-weight: bold;
}

.membership-blocks .m-block .title {
    color: #fff;
}

.membership-blocks .m-block .title span {
    display: block;
    text-transform: lowercase;
    font-size: 12px;
    text-align: center;
}

.membership-blocks .m-block.grey .title {
    background-color: #959595;
}

.membership-blocks .m-block.yellow .title {
    background-color: #ffa900;
}

.membership-blocks .m-block.red .title {
    background-color: #c80107;
}

.membership-blocks .m-block .list span {
    display: block;
    padding: 10px 10px 10px 30px;
    background-color: #f9f9f9;
    color: #666666;
    font-size: 12px;
}

.membership-blocks .m-block .list span:nth-child(even) {
    background-color: #f4f4f4;
}

.membership-blocks .m-block .list span.check {
    background-image: url("/img/gr-check.png");
    background-repeat: no-repeat;
    background-position: 8px 14px;
}

.membership-blocks .m-block .control {
    min-height: 20px;
    padding: 10px;
    background-color: #e1e1e1;
    border-bottom: 2px solid #bbbbbb;
}

.membership-blocks .m-block .control {
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
}

.membership-blocks .m-block .control.active {
    background-color: #ffab00;
    border-bottom: 2px solid #e38b00;
}

.membership-blocks .m-block .control a {
    color: #333333;;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none !important;
}

.membership-blocks .user-description {
    margin: 20px 0;
    font-size: 16px;
    line-height: 34px;
    color: #333;
    font-weight: bold;
}

.membership-blocks .user-description span {
    text-transform: uppercase;
}

.membership-blocks .user-description strong {
    padding: 3px 7px;
    background-color: #e2e2e2;
}

/** USER BOXES **/
.account-boxes > div.box {
    width: 100%;
    float: left;
    margin: 0 20px 20px 0;
    border: 1px solid #ececec;
}

.account-boxes > div.box > h4 {
    height: 37px;
    background-color: #ffffff;
    padding: 0 15px;
    line-height: 37px;
    text-align: center;
    color: #666666;
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    border-bottom: 1px solid #ececec;
}

.account-boxes > div.box > div.wrapper {
    padding: 10px;
    min-height: 15px;
    border-bottom: 1px solid #ececec;
}

.account-boxes > div.box .no-result {
    display: block;
    padding: 2px 0;
    color: #666666;
    font-size: 12px;
    text-align: center;
}

.box-watchlist div.wrapper {
    padding: 0 10px;
}

.box-watchlist .wrapper > table {
    width: 100%;

}

.account-boxes > div.box .wrapper > div.vehicle-row {
    padding: 7px 0;
}

.account-boxes > div.box .wrapper table td {
    vertical-align: top;
}

.account-boxes > div.box .wrapper .yBtn_24 {
    padding: 0 10px;
    font-size: 12px;
    width: auto;
    height: 2em;
    line-height: 2em;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.account-boxes > div.box .vehicle-title {
    color: #333333;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 12px;
}

.account-boxes > div.box .vehicle-title a {
    color: #333333 !important;
    text-decoration: none !important;
}

.account-boxes > div.box .vehicle-lot {
    font-size: 12px;
    color: #666666;
}

.account-boxes > div.box .vehicle-price {
    color: #666666;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
}

.account-boxes > div.box .vehicle-pre-bid {
    font-size: 12px;
    line-height: 14px;
}

/** BS CALLOUT **/
.bs-callout {
    margin: 20px 0;
    padding: 20px;
    border-left: 3px solid #eee;
}

.bs-callout-danger {
    background-color: #fdf7f7;
    border-color: #d9534f;
}

.bs-callout-danger h4 {
    color: #d9534f;
}

.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 18px;
}

/** BID PAGE **/

div.lot-main-info > table {
    width: 100%;
}

div.lot-main-info > table td {
    vertical-align: top;
}

div.lot-title h2 {
    font-size: 24px;
    color: #333333;
    text-transform: uppercase;
}

div.lot-title h2 span {
    color: #666666;
    font-weight: normal;
    text-transform: none;
}

td.bid-column {
    width: 250px;
    padding: 10px 0 0 20px;
}

td.lot-details > table {
    width: 100%;
}

td.lot-details > table > tbody > tr > td {
    padding: 10px;
}

td.lot-image {
    width: 335px;
}

td.lot-description {
    /*width: 50%;*/
    padding: 0 20px;
}

td.lot-description h3,
td.bid-column h3 {
    background-color: #E0E0E0;
    color: #333333;
    font-size: 14px;
    height: 37px;
    line-height: 37px;
    margin: 0;
    padding: 0 15px;
    text-transform: uppercase;
}

#lot-description {
    border-right: 1px solid #EDEDED;
    border-left: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
}

#lot-description > table {
    width: 100%;
}

#lot-description > table tr td {
    background-color: #fff;
    padding: 10px;
}

#lot-description > table tr:nth-child(even) td {
    background-color: #f4f3f3;
}

#lot-images {
    /*height: 150px;
    overflow-y: scroll;
    border: 1px solid #ededed;
    */
    width: 335px;
    padding: 10px;
}

#lot-images .img-small {
    cursor: pointer;
    border: 2px solid #fff;
}

#lot-images .img-small.active {
    border-color: #ffb200;
}

#lot-image {
    width: 325px;
    height: 250px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

#lot-detail-link {
    padding: 10px;
    text-align: right;
}

#auction-history {
    height: 200px;
    overflow-y: scroll;
    border: 1px solid #ededed;
    padding: 10px;
}

.bid-status {
    color: #666666;
    font-size: 15px;
    margin: 5px 0;
    text-transform: uppercase;
}

.bid-status span {
    color: #333333;
    font-size: 20px;
}

table.upcoming-lots {
    width: 383px;
}

table.upcoming-lots td.last {
    width: 100px;
    text-align: right;
}

table.upcoming-lots tr:nth-child(even) td {
    background-color: #f4f3f3;
}

h3.upcoming-lot-title {
    background-color: #E0E0E0;
    color: #333333;
    font-size: 14px;
    height: 37px;
    line-height: 37px;
    margin: 0;
    padding: 0 15px;
    text-transform: uppercase;
    width: 355px;
}

#next-lot-list {
    border-bottom: 1px solid #EDEDED;
    border-left: 1px solid #EDEDED;
    border-right: 1px solid #EDEDED;
    width: 383px;
}

/* LOT Curent bid */
.current_bid {
    width: 100%;
    height: 48px;
    background-color: #650104;
    color: #ffffff;
    border: none;
}

.current_bid td {
    width: 50%;
    font-weight: bold;
}

.current_bid--first {
    text-align: right;
    border-right: 1px solid #7b2427;
    font-size: 15px;
    text-transform: uppercase;
    padding-right: 13px;
}

.current_bid--second {
    text-align: left;
    font-size: 22px;
    padding: 4px 10px 4px 13px;
}

/* LOT Curent Timer */
.lot-timer {
    padding: 10px 0 10px;
    color: #676767;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
}

.lot-timer__t {
    display: inline-block;
    color: #a20106;
    font-size: 24px;
    font-weight: bold;
}

/* Lot menu Top */
.lot__m-top {
    z-index: 1999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 88px;
    background: #333333;
    border-bottom: 2px solid #ececec;
    transition: .5s;
}

.lot__m-top_close {
    top: -88px;
}

.lot__m-title {
    padding: 12px 0 0;
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lot__m-desc {
    color: #909090;
    font-size: 14px;
    font-weight: 600;
}

.lot__m-desc_mr-20 {
    margin-right: 20px;
}

.lot__m-desc_stock {
    font-size: 18px;
    color: #fff;
}

.lot__m-btn-block {
    display: inline-block;
    padding: 7px 0 0;
    margin-left: 10px;
    vertical-align: bottom;
}

.lot__m-btn-block_w175 {
    min-width: 175px;
}

.lot__m-btn-desc {
    color: #fff;
    font-size: 12px;
    padding: 0 0 3px;
    text-align: center;
}

.lot__m-btn-desc_bold {
    font-size: 16px;
    font-weight: bold;
}

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

.lot__m-watchlist {
    display: inline-block;
    height: 40px;
    line-height: 36px;
    padding: 0 16px;
    font-size: 14px;
    color: #f5f5f5;
    text-align: center;
    border: 2px solid #999999;
    border-radius: 3px;
}

.lot__m-watchlist:hover {
    color: #f5f5f5;
    text-decoration: none;
}

@media (max-width: 1199px) {
    .lot__m-top {
        display: none;
    }
}

/* NOT SALE and LIVE PROGRESS LOT*/
.not-sale,
.live_lot {
    text-align: center;
}

.not-sale__name,
.live_lot__name {
    color: #ffffff;
    font-weight: 500;
    font-size: 15px;
    padding: 2px 15px 5px 15px;
}

.live_lot__name {
    padding: 5px 15px 0px 15px;
}

.not-sale__button,
.live_lot__button {
    margin: 10px 0;
}

.live_lot__button {
    min-width: 50%;
}

.live_lot__greendot {
    vertical-align: baseline;
    margin-right: 4px;
}

/** LOT BID NOW and NOT SALE **/
.lot-bid-now,
.not-sale,
.live_lot {
    background: #a10106;
    padding: 11px 15px;
    margin-bottom: 15px;
}

.live_lot {
    position: relative;
}

.lot-bid-now div.hint {
    width: 100%;
    color: #ffffff;
    font-size: 12px;
    line-height: 18px;
}

.lot-bid-now div.hint.text {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    padding-bottom: 3px;
}

.lot-bid-now div.hint > a {
    color: #feb300;
    text-decoration: underline;
}

.lot-bid-now div.hint > a:hover {
    opacity: 0.9;
}

.lot-bid-now #bid-now-value {
    font-weight: bold;
    font-size: 20px;
    width: 100%;
    text-align: center;
}

.lot-bid-now .yBtnBig {
    text-transform: none;
}

.bid .your-pre-bid {
    color: #333333;
    text-transform: none;
    font-weight: normal;
}

.bid .your-pre-bid span {
    color: #C80107;
    font-weight: bold;
}

.bid .your-pre-bid a {
    color: #C80107;
    font-weight: normal;
}

#bid-confirm-box {
    background-color: #f4f4f4;
    padding: 20px;
}

#bid-confirm-box .buttons {
    text-align: center;
    margin-top: 10px;
}

#bid-confirm-box .buttons a:first-child {
    margin-right: 10px;
}

/** SOLD LOT **/
.lot_sold {
    text-align: center;
}

.lot_sold_img {
    padding: 5px 0;
    border: 8px solid #ac0107;
    color: #ac0107;
    font-size: 60px;
    line-height: 1;
}

.lot_sold .button {
    margin: 15px 0 20px 0;
    min-width: 50%;
}

/** GLOBAL MODAL & OVERLAY **/
.global-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 5000;
    background: rgba(0, 0, 0, 0.5);
}

#global-modal {
    display: none;
    position: fixed;
    width: 520px;
    /*height: 345px;*/
    min-height: 94px;
    background-color: #ffffff;
    /*box-shadow: 0 2px 2px rgba(0, 0, 0, 0.7);*/
    top: 50%;
    left: 50%;
    margin: -170px 0 0 -260px;
    z-index: 10000;
    text-align: left;
}

#global-modal .title {
    background-color: #ffffff;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 15px 0;
    /*margin-bottom: 10px;*/
    position: relative;
    border-bottom: 1px solid #ececec;
}

#global-modal .content {
    padding: 20px 30px;
}

#global-modal .close-modal {
    display: block;
    position: absolute;
    top: 11px;
    right: 5px;
    width: 30px;
    height: 30px;
    background: url("/img/closer-black.png") no-repeat center center transparent;
    cursor: pointer;
}

#global-modal .controls-cancel {
    margin-top: 10px;
}

#global-modal.bid-confirm-modal {
    /*height: auto;*/
    /*width: 540px;*/
    text-align: center;
    border: 1px solid #a09395;
}

#global-modal.bid-confirm-modal .content {
    padding: 0 30px 20px;
}

#global-modal.bid-confirm-modal .title {
    height: 52px;
    font-size: 18px;
    margin: 0;
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: border-box;
}

#global-modal.bid-confirm-modal .title.success {
    color: #018801;
}

#global-modal.bid-confirm-modal .lot-title {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 20px 0 0 0;
}

#global-modal.bid-confirm-modal .lot-number {
    font-size: 14px;
}

#global-modal.bid-confirm-modal .lot-number span {
    color: #666666;
}

#global-modal.bid-confirm-modal .controls {
    margin: 15px 0 0;
}

#global-modal.bid-confirm-modal .controls a.button {
    width: 230px;
}

@media (max-width: 470px) {
    #global-modal.bid-confirm-modal .controls a.button {
        min-width: 60%;
    }
}

@media (max-width: 400px) {
    #global-modal.bid-confirm-modal .controls a.button {
        min-width: 80%;
        width: 100%;
    }
}

#global-modal.bid-confirm-modal .controls a.gBtn {
    height: 32px;
    background-color: #DCDCDC;
    display: inline-block;
    position: inherit;
    color: #7e7e7e;
}

#global-modal.bid-confirm-modal .controls-cancel a.button {
    display: inline-block;
    position: inherit;
}

#global-modal.bid-confirm-modal .controls-cancel a.yBtn_24 {
    background-image: none;
    background-color: #ffb400;
    height: 40px;
    width: auto;
}

#global-modal.bid-confirm-modal .controls .close-modal,
#global-modal.bid-confirm-modal .controls-cancel .yBtn.close-modal {
    color: #5993e5;
    display: inline-block;
    margin-right: 20px;
    background: none;
    position: static;
    width: auto;
    height: auto;
}

#global-modal.bid-confirm-modal .controls .close-modal {
    margin-right: 0px;
}

#global-modal.bid-confirm-modal .controls-cancel .yBtn.close-modal {
    color: #222;
    margin-right: 0;
    background: url("/img/ybtn.png") repeat-x;
    height: 31px;
}

#global-modal.bid-confirm-modal .your-bid-wrapper {
    font-size: 16px;
    color: #323232;
    font-weight: bold;
    background-color: #f2f2f2;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    padding: 9px 7px;
    margin-top: 18px;
}

#global-modal.bid-confirm-modal .your-bid-wrapper .sh-check {
    display: none;
}

#global-modal.bid-confirm-modal .your-bid-wrapper.success .sh-check {
    display: inline-block;
}

#global-modal.bid-confirm-modal .your-bid {
    font-size: 22px;
}

#global-modal.bid-confirm-modal .your-bid-wrapper.success .your-bid:after {
    display: inline-block;
    content: "";
    position: absolute;
    margin-top: 8px;
    background: url("/img/green-check.png") no-repeat center center transparent;
    width: 18px;
    height: 14px;
    margin-left: 10px;
}

#global-modal.bid-confirm-modal .your-bid-wrapper.success {
    background-color: #01880126;
    border: 1px solid #01880138;
}

#global-modal.bid-confirm-modal .modal-desc,
#global-modal.bid-confirm-modal .notice-bid-desc {
    font-size: 12px;
    color: #676767;
    margin: 15px 0;
    text-align: left;
}

#global-modal.bid-confirm-modal .notice-bid-desc {
    font-size: 16px;
    padding: 15px 0;
    text-align: center;
    font-weight: bold;
}

#global-modal.bid-confirm-modal .wait,
#global-modal.bid-confirm-modal .result {
    margin-top: 15px;
}

#global-modal.bid-confirm-modal .result a {
    text-decoration: underline !important;
}

#global-modal.bid-confirm-modal .result.error,
#global-modal.bid-confirm-modal .result a,
#global-modal.bid-confirm-modal .result a:hover,
#global-modal.bid-confirm-modal .result a:active {
    color: #c80107;
}

#global-modal.bid-confirm-modal .your-bid-notice {
    font-size: 12px;
    color: #666666;
    margin: 18px 0;
    text-align: left;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.animated.infinite {
    animation-iteration-count: infinite;
}

.animated.hinge {
    animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
    animation-duration: .75s;
}

@keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.455, 1.000);
    }

    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        transform: scale3d(.9, .9, .9);
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        transform: scale3d(.97, .97, .97);
    }

    to {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    animation-name: bounceIn;
}

@keyframes bounceOut {
    20% {
        transform: scale3d(.9, .9, .9);
    }

    50%, 55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }
}

.bounceOut {
    animation-name: bounceOut;
}

@media (max-width: 767px) {

    #global-modal {
        width: 90%;
        margin: 0;
    }

    #global-modal {
        top: 10%;
        left: 5%;
    }
}

@media (min-width: 767px) and (max-width: 991px) {

    #global-modal {
        width: 60%;
        margin: 0;
    }

    #global-modal {
        top: 15%;
        left: 20%;
    }
}

#global-modal.wn-confirm-modal {
    min-height: 150px;
    height: auto;
    /*margin: -75px 0 0 -260px;*/
    text-align: center;
}

#global-modal.wn-confirm-modal .content {
    text-align: left;
}

body.site-contact .global-overlay {
    position: absolute;
}

body.site-contact .global-overlay #global-modal {
    position: absolute;
}

/** MAP ***/
div.map-info-window {
    min-height: 170px;
    max-height: 300px;
    color: #333333;
    font-size: 12px;
}

div.map-info-window div.block-title {
    color: #888888;
}

div.map-info-window div.info-window-title {
    text-transform: uppercase;
}

div.map-info-window .strong {
    font-weight: bold;
}

/** SHIPPING CONTAINER **/
form.shipping-form input,
form.shipping-form select {
    /*width: 88% !important;*/
}

form.shipping-form input,
form.shipping-form .select-label {
    width: 88%;
    display: inline-block;
}

.shipping-container .step-box {
    /*width: 255px;269px*/
    background-color: #ffffff;
    border: 1px solid #ececec;
    /*float: left;
    margin-right: 30px;*/
    position: relative;
    padding: 0;
    margin-bottom: 20px;
    min-height: 280px;
}

.shipping-container .step-box .box-overlay,
.shipping-container .shipping-notify {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.6);
    width: 100%;
    height: 100%;
}

.shipping-container .shipping-notify {
    background-color: #fff;
}

.shipping-container .shipping-notify .warning {
    padding: 20px 10px;
}

.shipping-container .step-box .box-overlay .spinner {
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    background: url("/img/ajax-loader.gif") no-repeat center center;
    vertical-align: middle;
    top: 50%;
    left: 50%;
    margin: -16px 0 0 -16px;
}

.shipping-container .step-box a {
    display: inline-block;
    color: #7e7e7e;
    font-weight: bold;
    vertical-align: middle;
}

.shipping-container .step-box .spinner {
    margin-top: 10px;
}

.shipping-container .step-box a.grayBtn {
    margin-top: 5px;
    display: block;
}

.shipping-container .step-box .warning a {
    display: inline;
}

.shipping-container .step-box.last {
    margin-right: 0;
}

.shipping-container .step-box > .title {
    background-color: #fff;
    padding: 10px 15px 12px;
    min-height: 15px;
    font-size: 14px;
    font-weight: bold;
    color: #666666;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px solid #ececec;
}

.shipping-container .step-box.active > .title {
    background-color: #fff;
    border-bottom: 3px solid #a20105;
    padding-bottom: 10px;
}

.shipping-container .step-box > .box-content {
    padding: 15px;
    min-height: 215px;
}

.shipping-container .step-box .switch-box {
    /*margin: 5px 0;*/
    color: #7e7e7e;
}

.switch-box-tableline {
    width: 100%;
    font-weight: 500;
    color: #7e7e7e;
    margin: 2px 0 5px 0;
}

.switch-box-tableline td {
    vertical-align: middle;
    text-align: center;
    padding: 4px 0;
}

.switch-box-tableline div {
    width: 100%;
    height: 1px;
    background-color: #e4e4e4;
}

.shipping-container .step-box a.button {
    width: 100%;
    font-size: 18px;
    margin-top: 10px;
    color: #000000;
    height: 38px;
    line-height: 38px;
}

.shipping-container .step-box #sh-submit {
    width: 100%;
}

.shipping-container .spinner {
    display: none;
    width: 32px;
    height: 32px;
    background: url("/img/ajax-loader.gif") no-repeat center center;
    vertical-align: middle;
}

.shipping-desc-table {
    width: 100%;
    margin-bottom: 10px;
}

.shipping-desc-table tr td {
    border-bottom: 1px solid #e9e9e9;
    padding: 10px 15px;
    vertical-align: middle;
    width: 50%;
}

.shipping-desc-table tr td.controls {
    border-bottom: none;
}

.shipping-desc-table tr.last td {
    border-bottom: none;
}

.shipping-desc-table tr.last td.title,
.shipping-desc-table tr.last #sh-price {
    font-size: 16px;
    font-weight: bold;
}

#sh-price {
    font-size: 14px;
    font-weight: bold;
}

.shc-name {
    color: #666666;
    font-size: 13px;
    font-weight: bold;
}

.shipping-info .shipping {
    position: relative;
}

.shipping-group {
    margin-bottom: 20px;
}

.shipping-item {
    font-size: 13px;
    padding: 5px 15px;
    margin-bottom: 20px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
}

.shipping-item span.name {
    color: #888888;
}

.shipping-item .title {
    width: 400px;
    float: left;
    padding: 10px 10px 10px 0;
    font-weight: bold;
    cursor: pointer;
}

.shipping-item {
    position: relative;
}

.shipping-item .title-wrapper b {
    position: absolute;
    top: 25px;
    right: 15px;
    margin-top: -12px;
    width: 25px;
    height: 25px;
    background: url("/img/form-group-toggle.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
}

.shipping-item .title-wrapper b.down {
    background-position: 0 -25px;
}

.w-caption {
    padding: 10px 10px 10px 40px;
    background: url("/img/w-caption.png") no-repeat scroll 13px 10px #ffe3e4;
    color: #d01e1e;
    font-weight: bold;
    min-width: 225px;
    max-width: 410px;
    float: left;
}

.shipping-item .content {
    padding: 5px 0;
}

.shipping-item .status-block {
    color: #666666;
    line-height: 24px;
}

.shipping-item .status-block.warning {
    color: #d01e1e;
}

.sh-check {
    display: none;
    margin-left: 5px;
    width: 18px;
    height: 14px;
    background: url("/img/red-check.png") no-repeat center center transparent;
}

#shipping-calc-form .sh-check {
    background: url("/img/gray-check.png") no-repeat center center transparent;
    display: inline-block;
}

#shipping-calc-form .sh-check.red {
    background: url("/img/red-check.png") no-repeat center center transparent;
}

.step-box .sh-check {
    height: 40px;
}

.step-box .box-4 .sh-check {
    height: 14px;
}

.check-box {
    display: inline-block;
    width: 13px;
    height: 13px;
    vertical-align: middle;
    border: 1px solid #bebebe;
    margin-right: 10px;
}

.check-box.checked {
    background: url("/img/checkbox-checked.png") no-repeat center center transparent;
}

/** GLUE MODAL **/
.glue-modal {
    display: none;
    position: absolute;
    width: 520px;
    /*height: 345px;*/
    min-height: 94px;
    background-color: #ffffff;
    border: 1px solid #ececec;
    /*box-shadow: 0 2px 2px rgba(0, 0, 0, 0.7);*/
    top: 50%;
    left: 50%;
    z-index: 10000;
    text-align: left;
}

.glue-modal .title {
    height: 35px;
    background-color: #ffffff;
    color: #333333;
    border-bottom: 1px solid #ececec;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 0 30px 0 15px;
    line-height: 35px;
    position: relative;
}

.glue-modal.gray > .title {
    background: url(/img/calc_icon_final.png) no-repeat;
    background-color: #e0e0e0;
    height: 37px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 37px;
    padding-left: 54px;
    color: #333;
}

.glue-modal .modal-arrow-up {
    display: block;
    width: 13px;
    height: 6px;
    background: url("/img/modal-arrow-up.png") no-repeat 0 0 transparent;
    position: absolute;
    left: 50%;
    top: -6px;
    margin-left: -6px;
}

.glue-modal.gray > .title > .modal-arrow-up {
    background: url("/img/modal-arrow-up-gray.png") no-repeat 0 0 transparent;
}

.glue-modal.watchlist-notify-modal .content {
    text-align: center;
}

.glue-modal .content {
    padding: 10px 20px;
}

.glue-modal .close-modal {
    display: block;
    position: absolute;
    top: 2px;
    right: 0;
    width: 30px;
    height: 30px;
    background: url("/img/closer-black.png") no-repeat center center transparent;
    cursor: pointer;
}

.close-modal {
    display: block;
    position: absolute;
    top: 2px;
    right: 0;
    width: 30px;
    height: 30px;
    background: url("/img/closer-black.png") no-repeat center center transparent;
    cursor: pointer;
}

.login_form--close-modal {
    top: 5px;
    right: 5px;
}

.glue-modal.gray > .title > .close-modal {
    background: url("/img/close-grey.png") no-repeat center center transparent;
}

#buy-now-link {
    cursor: pointer;
    color: #b0b0b0;
}

#buy-now-modal {
    height: auto;
}

/* Live modal */
.live-modal {
    display: none;
    position: absolute;
    width: 286px;
    z-index: 10000;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.7);
}

.live-modal .content {
    padding: 6px 10px;
    background-color: #fff;
}

.live-modal .content .left {
    float: left;
    width: 40%;
    font-size: 13px;
}

.live-modal .content .right {
    float: right;
    width: 60%;
    text-align: right;
}

.live-modal-arrow {
    position: absolute;
    bottom: -8px;
    right: 20px;
    width: 13px;
    height: 8px;
    background-image: url(/img/live-modal-arrow.png);
}

/** GLUE DESTINATION MODAL  **/
#shc-destination-modal {
    width: 288px; /*300*/
    min-height: 270px;
}

#fpc-bid-info-modal,
#fpc-buynow-info-modal {
    width: 310px;
    height: 150px;
    z-index: 1000;
}

#shc-destination-modal.glue-modal .modal-arrow-up {
    left: 60%;
}

@media (max-width: 991px) {
    #fpc-bid-info-modal,
    #fpc-buynow-info-modal,
    #shc-destination-modal {
        left: auto !important;
        right: 15px;
    }

    #shc-destination-modal {
        right: 0;
    }

    #fpc-bid-info-modal.glue-modal .modal-arrow-up,
    #fpc-buynow-info-modal.glue-modal .modal-arrow-up,
    #shc-destination-modal.glue-modal .modal-arrow-up {
        left: auto;
        right: 22%;
    }

    #shc-destination-modal.glue-modal .modal-arrow-up {
        right: 12%;
    }
}

@media (max-width: 769px) {
    #fpc-bid-info-modal.glue-modal .modal-arrow-up
    #fpc-buynow-info-modal.glue-modal .modal-arrow-up {
        right: 22%;
    }
}

@media (max-width: 345px) {
    #fpc-bid-info-modal,
    #fpc-buynow-info-modal {
        width: 271px;
    }
}

#shc-form .box-1 {
    padding-bottom: 5px;
}

#shc-destination-modal input,
#shc-destination-modal select {
    /*width: 240px;*/
}

#shc-destination-modal .box-4 #shc-zip_to {
    width: 100%;
    height: 40px;
    padding: 5px;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
}

#shc-destination-modal p {
    color: #888888;
    font-size: 12px;
}

#shc-destination-modal .spinner {
    background: url("/img/ajax-loader.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
    display: none;
    height: 32px;
    vertical-align: middle;
    width: 32px;
}

/** GLUE FINAL BID MODAL **/
#fpc-modal {
    width: 300px;
    height: 220px;
}

#fpc-modal input {
    width: 240px;
}

#fpc-modal p {
    color: #888888;
    font-size: 12px;
}

/** GLUE ABOUT DISCLAIMER MODAL **/
#abd-modal {
    width: 700px;
    min-height: 50px;
    height: auto;
}

#abd-modal p {
    padding: 0 0 10px;
    font-size: 14px;
    text-transform: none;
}

/** GLUE MAP MODAL  **/
#lgm-map-modal {
    width: 450px;
    height: 400px;
    margin: 15px 0 0 -300px;
}

#lgm-map-modal #map_canvas {
    width: 100%;
    height: 340px;
}

/** NOT SOLD LOT BLOCK **/
div.sold-lot-block {
    margin: 20px 0 0;
}

div.sold-lot-block .b-controls {
    min-height: 90px;
    padding: 15px 7px;
    background: url("/img/sold_bkgr.jpg") no-repeat 0 0 transparent;
    background-size: 100% 100%;
    text-align: center;
    color: #fff;
}

div.sold-lot-block .sl-title {
    font-size: 20px;
    text-transform: uppercase;
}

div.sold-lot-block .sl-desc {
    font-size: 18px;
    margin-top: 5px;
}

div.sold-lot-block .b-controls a.button {
    margin: 15px 0 0;
    position: relative;
    padding-left: 32px;
}

div.sold-lot-block .b-controls .button span {
    display: block;
    position: absolute;
    width: 20px;
    height: 19px;
    background: url("/img/search-bl.png") no-repeat 0 center transparent;
    top: 50%;
    left: 8px;
    margin-top: -10px;
}

/** MAIN MENU COUNT **/
ul.dropdown li.menu-count-item {
    text-align: left;
}

ul.dropdown li.menu-count-item > a {
    position: relative;
    padding-right: 18%;
}

li.menu-count-item span {
    font-weight: normal;
    height: 20px;
    margin-bottom: -5px;
    overflow-x: hidden;
    display: inline-block;
    background-color: #e4e4e4;
    border-radius: 3px;
    color: #666666;
    font-size: 14px;
    line-height: 20px;
    padding: 0 9px;
    margin-left: 7px;
    position: absolute;
    right: 5px;
    top: 8px;
}

ul.dropdown li.menu-red,
ul.dropdown li.menu-red a {
    color: #e14045;
    font-weight: bold;
}

/** SIMILAR LOT **/
.similar-lot.vertical-bl {
    background-color: #f4f4f4;
}

.similar-lot.vertical-bl .sm-title {
    background-color: #e6e6e6;
    font-size: 16px;
    text-transform: uppercase;
    color: #222222;
    padding: 15px;
}

.similar-lot.vertical-bl .sm-item {
    float: left;
    width: 50%;
    padding: 12px;
    font-size: 12px;
    color: #333333;
    line-height: 17px;
    min-height: 310px;
}

@media (max-width: 991px) {
    .similar-lot.vertical-bl .sm-item {
        width: 25%;
    }
}

@media (max-width: 600px) {
    .similar-lot.vertical-bl .sm-item {
        width: 50%;
    }
}

.similar-lot .sm-item span {
    color: #888888;
}

/*
.similar-lot a.smi-title {
    display: block;
    font-weight: bold;
    margin: 10px 0 5px;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
}
*/
.similar-lot a.smi-title:hover {
    text-decoration: none;
}

.similar-lot.horizontal-bl {
    /*background-color: #fff;*/
    padding: 0 20px;
}

.similar-lot.horizontal-bl .sm-item {
    padding: 15px 6px;
    font-size: 12px;
    color: #333333;
    line-height: 17px;
}

.sm-item > table {
    margin: 0 auto;
    max-width: 320px;
    background-color: #ffffff;
    border: 1px solid #ececec;
    border-bottom: 2px solid #ececec;
}

.similar-lot.horizontal-bl .slh-img {
    /*width: 125px;*/
    vertical-align: top;
    padding: 0;
    position: relative;
}

.similar-lot.horizontal-bl .slh-info a.smi-title {
    font-size: 15px;
    color: #333333;
    font-weight: normal;
}

#content .bottom-vehicle-list .smi-title {

    margin-top: 0;
    text-align: left;
}

.similar-lot.horizontal-bl .slh-info {
    vertical-align: top;
    background: #fff;
    padding: 12px;
}

.similar-lot.horizontal-bl .slh-info .location {
    color: #e14045;
    font-size: 12px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ececec;
}

.similar-lot.horizontal-bl .slh-info .location span {
    color: #888888;
}

.similar-lot.horizontal-bl .slh-info .slh-bottom {
    width: 100%;
}

.similar-lot.horizontal-bl .slh-info .slh-bottom td {
    padding: 0;
    vertical-align: top;
}

.similar-lot.horizontal-bl .slh-info .slh-bottom .price {
    font-size: 20px;
    font-weight: bold;
    width: 60%;
}

.similar-lot.horizontal-bl .slh-info .slh-bottom .timer {
    font-weight: bold;
    font-size: 12px;
    color: #333333;
    line-height: 1;
}

.similar-lot.horizontal-bl .slh-info .slh-bottom .timer .name {
    font-weight: normal;
    color: #929292;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .similar-lot.horizontal-bl .slh-info {
        min-height: 150px;
    }
}

@media (max-width: 650px) {
    .similar-lot.horizontal-bl {
        padding: 0;
    }

    .similar-lot.horizontal-bl .sm-item {
        padding-left: 0;
        padding-right: 0;
    }

    .similar-lot.horizontal-bl .slick-prev {
        left: 5px;
    }

    .similar-lot.horizontal-bl .slick-next {
        right: 5px;
    }
}

#similar-lots-link,
#recently-lots-link {
    cursor: pointer;
}

/** BOTTOM VEHICLE LIST **/
.bottom-vehicle-list {
    margin: 30px 0 0;
    border-top: 1px solid #dedede;
}

.bottom-vehicle-list .bvl-title {
    line-height: 37px;
    background-color: #e0e0e0;
    color: #fff;
    font-size: 12px;
}

.bottom-vehicle-list .bvl-title span {
    display: inline-block;
    line-height: 37px;
    padding: 0 15px;
    color: #666;
}

.bottom-vehicle-list .bvl-title span.active {
    border-right: 1px solid #d5d5d5;
    background-color: #d0d0d0;
    border-bottom: 2px solid #5993e5;
    color: #333;
}

#content .bottom-vehicle-list h3 {
    font-size: 22px;
    margin-bottom: 0;
}

@media (max-width: 991px
) {
    #content .bottom-vehicle-list h3 {
        font-size: 20px;
    }
}

div.live-chat-container {
    position: fixed;
    right: 5px;
    bottom: 5px;
}

.social {
    float: right;
    margin-bottom: 0px;
    margin-top: 10px;
}

.social table td, .social table th {
    padding: 0;
}

/** TOP NOTIFY **/
.top-notify {
    background-color: #f0f0f0;
    border: 1px solid #e4e4e4;
    padding: 15px;
    margin: 15px 0 15px;
    font-size: 14px;
    text-align: center;
}

.top-notify__item {
    margin-bottom: 5px
}

.top-notify__item__title {
    font-size: 18px;
    font-weight: bold;
}

.top-notify__item__title a {
    text-decoration: underline;
}

.top-notify__item__title-error {
    color: #db363a;
}

.top-notify__item__title-warning {
    color: #ffb400;
}

.top-notify__item__title-info {
    color: #eeb862;
}

.top-notify__item__desc {
    color: #666666;
}

.top-notify__item--border {
    width: 375px;
    height: 1px;
    margin: 5px auto;
    background-color: #dcdcdc;
}

.top-notify-success strong {
    color: #7ab62c;
}

.top-notify-success .button,
.top-notify-expiring-membership .button {
    margin-left: 10px;
    min-width: 0;
}

.top-notify-activate .button {
    margin-left: 10px;
    min-width: 0;
}

.top-notify-activate strong,
.top-notify-expiring-membership strong {
    color: #db363a;
    font-size: 18px;
}

.top-notify__attention-icon {
    display: inline-block;
    height: 24px;
    width: 24px;
    background: url("/img/attention-notification.png") no-repeat 0 0 transparent;
    vertical-align: middle;
    margin-right: 5px;
}

.top-notify-esign .button {
    margin-left: 10px;
    min-width: 0;
}

.top-notify-esign {
    padding: 10px 20px;
}

.top-notify__esign-icon {
    display: inline-block;
    height: 24px;
    width: 24px;
    background: url("/img/esign-notification.png") no-repeat 0 0 transparent;
    vertical-align: middle;
    margin-right: 5px;
}

.danger {
    color: #ca2428;
}

.top-notify ul {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.top-notify ul li {
    display: inline-block;
    padding-left: 5px;
}

#move {
    position: absolute;
    right: 11px;
    top: 10px;
    display: none;
}

.box {
    position: relative;
}

.box:hover #move {
    display: block;
}

.error-code,
.error-description,
.error-hint {
    text-align: center;
    color: #333333;
    text-transform: uppercase;
}

.error-code {
    font-size: 150px;
    line-height: 150px;
    font-weight: bold;
}

.error-description {
    margin-top: 5px;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
}

.error-hint {
    margin-top: 5px;
    font-size: 16px;
}

.error-button-wrapper {
    margin-top: 30px;
    text-align: center;
}

.error-404-wrapper {
    background: url("/img/error-404-wrapper.png") no-repeat 0 30px;
    background-size: contain;
}

.error-410-wrapper {
    background: url("/img/error-410-wrapper.png") no-repeat 0 30px;
    background-size: contain;
}

.yBtnBig.btn-icon-home {
    padding-left: 73px;
    padding-right: 30px;
    position: relative;
}

.yBtnBig.btn-icon-home span {
    position: absolute;
    display: block;
    width: 27px;
    height: 23px;
    top: 6px;
    left: 28px;
    background: url("/img/home-icon.png") no-repeat 0 0;
}

.toggle-button {
    display: block;
    width: 25px;
    height: 25px;
    background: transparent;
    z-index: 99;
    position: absolute;
    top: 4px;
    right: 5px;
    cursor: pointer;
}

#fixed .header, .searchBox .header {
    position: relative;
}

.search-label {
    margin-top: 9px;
}

.header2 {
    background: url("/img/search_bg.png") right -35px no-repeat #e0e0e0 !important;
}

.account-table {
}

.account_table tr td {
    padding: 5px;
}

.account_table tr td:first-child {
    width: 200px;
    color: #666;
}

.account_table tr td:last-child {
    font-weight: bold;
}

.carbox {
    border: 1px solid #f1f1f1;
    padding: 10px;
    margin-bottom: 30px;
}

.carbox table td {
    color: #333;
    font-size: 13px;
    text-transform: capitalize;
}

.carbox table td:first-child {
    width: 100px;
    padding-right: 10px;
}

.carbox table td a {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    color: #333;
    display: block;
    padding-bottom: 10px;
}

.carbox table td strong {
    color: #888;
    font-weight: normal;
}

/* SHIPPING CUSTOM FORM */
#sho-form-block .account-style {
    padding: 15px 0;
}

#sho-form td {
    vertical-align: top;
    padding: 9px 15px;
    width: 25%;

}

#sho-delivery-information-block td,
#sho-consignee-block td {
    /*width: 24.7%;*/
    /*display: inline-block;*/
}

@media (max-width: 768px) {
    #sho-form td {
        padding: 7px 15px;
    }
}

#sho-form td.sho-form-textarea {
    display: table-cell;
}

#shipping-custom-form .yBtn_24 {
    margin: 15px;
}

#shc-form .next-step-title {
    background-color: #e0e0e0;
    border-bottom: 1px solid #f8f8f8;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    height: 37px;
    line-height: 37px;
    padding: 0 16px;
    position: relative;
    text-transform: uppercase;
}

#shc-form .checked-wrapper {
    display: inline-block;
}

#shc-form .checked-wrapper a.button {
    margin: 0 10px;
    vertical-align: middle;
}

#shc-form .checked-wrapper .sh-check,
#sho-form .checked-wrapper .sh-check,
#esign-step2 .checked-wrapper .sh-check {
    display: inline-block;
    vertical-align: middle;
}

#esign-step2 td.first {
    width: 38%;
    font-weight: bold;
}

#shc-form .spinner,
#sho-form .spinner {
    background: url("/img/ajax-loader.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
    display: none;
    height: 32px;
    vertical-align: middle;
    width: 32px;
}

#shc-form table td {
    vertical-align: top;
}

#shc-form a.button {
    /*margin: 10px 10px 0 15px;*/
}

#sho-lot-title ul {
    display: table;
}

#sho-lot-title ul li {
    display: table-cell;
    padding: 5px;
    vertical-align: top;
}

#sho-auction-switch-box {
    position: relative;
}

#sho-auction-switch-box .blocked {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}

#sho-auction-toggle {
    padding-left: 15px;
}

/* SHIPPING ORDER */
#sho-form-block .form-row a {
    padding: 0 15px;
}

.shipping-order .form-group-container {
    padding: 0 15px;
}

#sho-confirm-block table,
#esign-step2 table.esign_table {
    width: 75%; /*50*/
    margin-left: 25%;
    color: #666666;
    /*margin: 0 auto;*/
}

@media (max-width: 635px) {
    #esign-step2 table.esign_table {
        width: 100%;
        margin-left: 0;
        margin: 0;
    }
}

#sho-confirm-block div.form-group-container {
    background-color: #ffffff;
}

#sho-confirm-block div.form-group {
    padding: 18px 0 11px 0;
    background-color: #ffffff;
    border: 1px solid #ececec;
    border-bottom: 2px solid #ececec;
}

#sho-confirm-block div.button-block {
    border: none;
    margin: 0;
    padding: 15px 0 12px 0;
}

#sho-confirm-block div.button-block #sho-edit-form {
    min-width: 130px;
    color: #7e7e7e;
    margin: 0;
    font-size: 14px;
}

#sho-confirm-block table td {
}

#sho-confirm-block table tr td:first-child {
    width: 38%;
    font-weight: bold;
}

#sho-confirm-block table tr td:last-child {
    width: 57%;
}

#sho-form .shipping-desc {
    background-color: #ffffff;
    border: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    padding: 15px;
}

#sho-form table.shipping-desc-table {
    width: 60%;
    margin: 0 auto;
}

#sho-form table.shipping-desc-table td {
    display: table-cell;
}

#sho-form table.shipping-desc-table td:first-child {
    width: 70%;
}

#sho-form .shipping-desc .controls {
    padding: 15px 0 10px 0;
}

@media (min-width: 768px) {
    #sho-confirm-block table tr td:first-child {
        padding-left: 10%;
    }

    #sho-confirm-block table tr td:last-child {
        padding-left: 5%;
    }
}

@media (max-width: 768px) {
    #sho-confirm-block table {
        width: 80%;
        margin-left: 20%;
    }

    #sho-confirm-block table tr td:first-child {
        width: 45%;
    }

    #sho-confirm-block table tr td:last-child {
        width: 55%;
    }

    #sho-form table.shipping-desc-table {
        width: 80%;
    }
}

@media (max-width: 585px) {
    #sho-confirm-block table {
        width: 100%;
        margin: 0;
    }

    #sho-form table.shipping-desc-table td:first-child {
        width: 50%;
    }

    #sho-form table.shipping-desc-table td:last-child {
        width: 50%;
        text-align: center;
    }

    #sho-confirm-block table td {
        display: block;
        padding: 10px 15px;
    }
}

@media (max-width: 450px) {
    #sho-confirm-block table tr td:first-child {
        width: 40%;
        padding-left: 15px;
    }

    #sho-confirm-block table tr td:last-child {
        width: 60%;
        padding-left: 10px;
    }

    #sho-form table.shipping-desc-table {
        width: 100%;
    }
}

/*     FOOTER      */
.footer {
    background-color: #434343;
    border-top: 1px solid #3d3d3d;
    padding-top: 35px;
}

.footer a {
    color: #c0c1c1;
    line-height: 22px;
}

.footer a:hover {
    opacity: 0.7;
}

.footer .links b {
    font-size: 16px;
    color: #fff;
}

.footer .links table {
    width: 100%
}

.footer .links table td {
    vertical-align: top;
    padding-top: 0;
}

.footer .line {
    margin: 10px;
    height: 1px;
    background-color: #e8e8e8
}

.footer_icons {
    /*margin:10px;*/
    /*text-align: center*/
}

.footer_social table {
    width: 100%;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .footer_social table {
        width: 100%;
    }

    .footer_social table td {
        padding: 0;
        display: block;
        float: left;
        text-align: center;
        line-height: 80px;
        margin: -10px 0;
        width: 50%;
    }

    .footer_social table td:nth-child(3),
    .footer_social table td:nth-child(4) {
        width: 30%;
    }

    .footer_social table td:nth-child(5) {
        width: 40%;
    }

    .footer_social table td:last-child img {
        width: 120px;
    }

    .footer_icons img {
        margin: 0 10px;
    }

    .footer_icons img:first-child {
        margin-bottom: 7px;
    }

    .footer .links table td {
        padding-left: 0;
    }
}

.copyright {
    color: #999;
    font-size: 11px;
    margin: 2px 10px 2px;
    text-align: center
}

.copyright_first {
    line-height: 1;
}

.copyright a {
    color: #cccccc;
    text-decoration: underline;
    line-height: 22px;
}

@media (max-width: 620px) {
    .copyright a {
        line-height: 12px;
    }
}

.links_table {
    width: 100%;
}

.links_table td {
    vertical-align: top;
    font-size: 13px;
}

@media all and (min-width: 768px ) {
    .links_table td {
        width: 25%;
        padding: 9px 5px;
    }

    .footer_icons img {
        display: block;
    }

    .footer_icons img:first-child {
        margin-bottom: 10px;
    }
}

@media all and (max-width: 600px) {
    .links_table .links_table_blocks {
        display: block;
    }
}

.links_table td + td {
    padding-left: 5px;
}

@media (max-width: 450px) {
    .footer_social_icons {
        padding-bottom: 15px;
    }

    .footer_social_icons > div {
        min-height: 32px;
        line-height: 32px;
    }

    .footer_social_icons .text {
        float: none;
        text-align: center;
    }
}

.footerline1 {
    background-color: #292929;
    padding: 15px 0 15px;
    font-size: 15px;
    color: #FFF;
}

.footerline1 span {
    font-weight: bold;
    font-size: 17px;
    white-space: nowrap;
}

.footerline1 i {
    font-style: normal;
    font-size: 12px;
    opacity: 0.7;
}

.footersocialline {
    padding: 5px 0 10px;
    background-color: #666;
}

.footersocialline .social {
    float: none;
    margin-left: -15px;
    margin-right: -15px;
}

.footersocialline .social table {
    margin: 0 auto;
}

table.social_table {
    width: 500px;
    martin: 0 -10px;
}

table.social_table td {
    vertical-align: top;
    padding: 0 5px;
    white-space: nowrap;
    overflow: hidden;
}

@media (max-width: 767px) {
    table.social_table {
        width: 100%;
    }

    table.social_table td {
        max-width: 120px;
        overflow: hidden;
    }

    #___plusone_0, #___plusone_1 {
        max-width: 55px !important;
    }
}

/* Footer container */
/* selectline */

#footer_lang {
    width: 35%
}

#footer-timezone {
    margin-bottom: 10px;
}

#footer_lang_chosen, #footer-timezone {
    width: 100% !important;
}

#footer_lang_chosen,
.chosen-container-single .chosen-single span {
    font-size: 11px;
    font-weight: bold;
}

@media ( max-width: 767px ) {
    .footer-timezone-div {
        position: relative;
        float: none;
        width: 49%;
        display: inline-block;
    }

    #footer_lang {
        width: 49%;
    }
}

.footer .links {
    position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer .links {
        padding: 0;
    }
}

/* footer copyright*/
.footercopyright {
    background-color: #434343;
    padding: 30px 0 20px 0;
}

.simple_copyright {
    padding: 20px 0;
}

/* MEDIA Footer container */
@media all and (max-width: 1199px) {
    .footer_social_icons {
        padding: 25px 0;
    }
}

@media all and ( max-width: 1199px) {
    #footer-phone, .logo_footer {
        text-align: center;
        padding-top: 0;
    }
}

@media (min-width: 991px) and (max-width: 1200px) {
    #footer-phone span {
        font-size: 17px;
    }
}

@media all and ( max-width: 767px ) {

    #footer_lang_chosen, #footer-timezone {
        width: 49% !important;
        float: left;
    }

    #footer_lang_chosen {
        margin-left: 1%;
    }

    #footer-timezone {
        margin-right: 1%;
    }

    .footer_social, .footer_icons {
        text-align: center;
    }

    .footer_social_icons {
        padding: 10px 0 18px 0;
    }

    .footercopyright {
        padding: 20px 0 10px 0;
    }
}

/* Tag image */
.chose-image {
    width: 55px;
    height: 55px;
    padding: 2px 5px 3px 0;
}

/* Image for Single mode */
.chose-image-small {
    vertical-align: middle;
    margin: -3px 0 0 0;
    padding: 0 5px 0 0;
}

/* Images appended to the li(s) */
.chose-image-list {
    vertical-align: middle;
    margin: -3px 0 0 0;
    padding: 0 3px 0 0;
}

/* Grey-out image for Multi mode */
div.chosen-container-multi .result-selected img {
    opacity: 0.3;
}

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

.chosen-container-single .chosen-single {
    border-radius: 3px;
    box-shadow: none;
    background: #1f1f1f;
    border: none;
    color: #fff;
    height: 26px;
    line-height: 26px;
}

.chosen-container-single .chosen-single div b {
    background-position: 2px -24px;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: 2px 10px;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border-radius: none;
    border: none;
    box-shadow: none;
    background: #595959;
}

.chosen-container-single .chosen-drop {
    border-radius: 0;
    border: none;
    background: #595959;
}

.chosen-container .chosen-results {
    color: #fff;
    margin-top: 3px;
    max-height: 155px;
}

.list-view .sorter a {
    background: url(/img/down.png) right center no-repeat;
    padding-right: 14px;
    white-space: nowrap;
    font-weight: bold;
}

.list-view .sorter a.desc {
    background: url(/img/down.png) right center no-repeat;
    padding-right: 14px;
}

.list-view .sorter a.asc {
    background: url(/img/up.png) right center no-repeat;
    padding-right: 10px;
}

.more-lot-info {
    padding-top: 10px;
}

.more-lot-info a {
    font-size: 15px;
    font-weight: bold;
}

.searchArea {
    z-index: 10;
}

.account-boxes {
    float: left;
    min-height: 300px;
}

/* sort in account */
.box {
    float: none;
}

.portlet-header {
    position: relative;
}

.wrapper {
    /*position: absolute;*/
}

.portlet-placeholder {
    border: 1px dotted #c90418;
    margin: 0 1em 1em 0;
    height: 50px;
}

.portlet-toggle {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -8px;
}

.account-boxes > div.box {
    float: none;
}

/* Register model window
************************************************ */
.register-model-window {
    position: absolute;
    border: 1px solid #ececec;
    background-color: white;
    width: 310px;
    z-index: 99999;
    display: none;
}

/*.register-model-window:after, */
.register-model-window:before {
    bottom: 100%;
    right: 12%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.register-model-window:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #ffffff;
    border-width: 15px;
    margin-left: -15px;
}

.register-model-window:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #ffffff;
    border-width: 18px;
    margin-left: -18px;
}

.register-model-window .login-form {
    float: left;
    margin-right: 16px;
}

.register-model-window .register-form {
    float: left;
    padding-left: 16px;
    border-left: 1px solid rgba(4, 57, 201, 0.3);
}

.register-model-window .modal-window-wrapper {
    width: 100%; /*93%*/
    padding: 0 20px;
    color: #666666;
    overflow: hidden;
}

.register-model-window .modal-window-wrapper a {
    color: #e14045;
    font-weight: 500;
}

.register-model-window #seo-container {
    display: none;
}

.register-model-window .modal-window-header {
    margin: 10px;
    border-bottom: 1px solid #ececec;
    /*background-image: url('../../../img/header_bg.png');*/
}

.register-model-window .modal-window-header .top-text {
    font-size: 16px;
    text-align: center;
    margin: 0;
    padding-bottom: 10px;
    font-weight: bold;
}

.register-model-window .errorMessage {
    font-size: 80%;
    margin-top: 0px; /*-8px*/
    color: red;
}

.register-model-window .right a {
    display: block;
    float: left;
    margin-right: 15px;
}

.register-model-window.lot-middle-register-modal:before {
    left: 20%;
}

.register-model-window.lot-center-register-modal:before {
    left: 50%;
    margin-left: -10px;
}

.register-model-window.lot-top-register-modal:before {
    left: auto;
    right: 15px;
}

/* Register modal window bottom
**********************************/
.register-model-window-bottom {
    position: absolute;
    border: 1px solid #0A3B77;
    background-color: white;
    width: 535px;
    z-index: 9999;
    display: none;
}

.register-model-window-bottom:after, .register-model-window-bottom:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-bottom: 0;
}

.register-model-window-bottom:after {
    bottom: -15px;
    left: 22px;
    border-top-color: #fff;
    border-width: 15px;
}

.register-model-window-bottom:before {
    bottom: -16px;
    left: 21px;
    border-top-color: #0A3B77;
    border-width: 16px;
}

.register-model-window-bottom .login-form {
    float: left;
    margin-right: 20px;
}

.register-model-window-bottom .register-form {
    float: left;
    padding-left: 20px;
    border-left: 1px solid rgba(201, 4, 24, .3);
}

.register-model-window-bottom .modal-window-wrapper {
    overflow: hidden;
    border-bottom: 1px solid rgba(201, 4, 24, .3);
    width: 90%;
    margin: 5px auto;
}

.register-model-window-bottom .modal-window-header {
    margin-top: -10px;
    background-image: url(/public/img/header_bg.png);
}

.register-model-window-bottom .modal-window-header h3 {
    font-size: 95%;
    font-weight: bold;
    margin-left: 18px;
    color: white;
    font-size: 16px;
}

.register-model-window-bottom .errorMessage {
    font-size: 80%;
    margin-top: -8px;
    color: red;
}

/*.register-model-window-bottom .right{
    clear: both;
}*/
.register-model-window-bottom .right a {
    display: block;
    float: left;
    margin-right: 15px;
}

#img-load {
    opacity: 0;
    position: absolute;
    top: -100px;
}

.register-model-window-bottom .right, .register-model-window .right {
    width: 75%;
    margin-right: auto;
    margin-left: auto;
}

.register-model-window-bottom, .register-model-window {
    padding-bottom: 5px;
}

.contact_search_form {
    width: 100%;
    display: inline-block;
    padding: 7px 0;
    margin-bottom: 50px;
    background: #f4f4f4; /* Old browsers */
    background: -moz-linear-gradient(top, #f4f4f4 0%, #f4f4f4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(100%, #f4f4f4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f4f4f4 0%, #f4f4f4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f4f4f4 0%, #f4f4f4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f4f4f4 0%, #f4f4f4 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f4f4f4 0%, #f4f4f4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#f4f4f4', GradientType=0); /* IE6-9 */
}

.contact_search_form input {
    width: 100%;
    margin-bottom: 5px;
}

.contact_search_form form {
    margin: 0;
}

.contact_search_form table {
    margin: 0 auto;
    width: 60%;
}

.contact_search_form .text {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    padding: 8px 15px;
    text-align: right;
}

.contact_search_form #s-input {
    width: 100%;
    height: 31px;
    line-height: normal;
    margin-bottom: 7px;
}

.contact_search_form .text-center {
    padding: 5px 0;
}

.contact_search_form table td input {
    width: 100%;
    margin: 0px;
}

.contact_box > div {
    padding: 25px 0;
    /*min-height: 183px;*/
    /*max-width: 299px;*/
    margin: 0 auto;
    text-align: center;
}

@media (max-width: 767px) {
    .contact_box > div {
        min-height: 0;
        padding: 20px 0 15px;
    }

    .contact_box.chat > div {
        padding: 20px 0 25px;
    }
}

.contact_box > div .h {
    padding: 5px 0;
    font-weight: bold;
    font-size: 15px;
}

.contact_box > div .t {
    color: #666666;
}

.contact_box > div .t p {
    margin-bottom: 5px;
}

.contact_box > div .t a {
    color: #e14045;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}

.contact_box > div #call-us {
    text-transform: none;
    width: 173px;
    color: #666666;
    background-color: #e5e5e5;
}

.contact_box.hours {
    border-right: 0
}

.contact_box.chat {
    border-right: 0
}

@media screen and ( min-width: 767px ) {
    .contact_box.location, .contact_box.call, .contact_box.hours {
        border-bottom: 1px solid #dedede;
    }

    .contact_box_table .contact_box {
        border-right: 1px solid #dedede;
        min-height: 200px;
    }

    .contact_box.hours,
    .contact_box.chat {
        border-right: none;
    }
}

@media screen and ( max-width: 767px ) {
    .contact_box_table > .row-fluid > .contact_box > div {
        border-bottom: 1px solid #dedede;
    }

    .contact_box_table > .row-fluid > .contact_box:last-child > div {
        border-bottom: none;
    }
}

.contact_box.call .t p {
    font-weight: 500;
}

@media screen and ( min-width: 768px) {
    .contact_box_table {
        padding-bottom: 40px;
        /*width:90%;*/
        /*margin-left: 5%;*/
    }
}

.contact_box_table td {
    width: 33%;
    vertical-align: top;
}

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

.billing_information h4.primary,
.billing_information h4.additional,
.billing_information h4.change,
.billing_information h4.add {
    padding: 20px 0;
    margin: 0;
    font-weight: bold;
    border-bottom: none;
}

.billing_information h4.primary {
    background: url("/img/credit_card__default.png") no-repeat #ffffff left top;
}

.billing_information .saved_card.primary,
.billing_information .saved_card.change {
    border-top: none;
    margin-bottom: 20px;
    padding-top: 0;
}

.billing_information .saved_card.additional {
    border-top: none;
    /*border-bottom: none;*/
}

.saved_card.block-style {
    padding-bottom: 20px;
}

.billing_information .info {
    font-size: 12px;
    color: #666;
}

.billing_information .empty {
    margin: 40px 0 40px;
    color: #900;
    font-weight: bold;
}

.saved_card {
    width: 100%;
    /*margin-bottom: 20px;*/
}

.saved_card .type {
    margin-right: 15px;
}

.saved_card .type,
.saved_card .desc {
    display: inline-block;
    vertical-align: top;
}

.saved_card .desc strong {
    font-weight: normal;
    color: #666666;
}

.saved_card .links {
    text-align: center;
    padding-top: 10px;
}

.saved_card .links .gBtn {
    min-width: 20%;
    padding: 0 15px;
    margin: 0 5px;
    color: #7e7e7e;
}

.saved_card .block {
    /*display: inline-block;*/
    /*margin-right: 1.64%;*/
    float: left;
}

.saved_card .block.third {
    margin-right: 0;
}

.same-address {
    display: inline-block;
}

@media (max-width: 768px) {
    .saved_card .first,
    .saved_card .second {
        padding-bottom: 10px;
    }
}

@media (max-width: 640px) {
    .saved_card .links .gBtn {
        width: 50%;
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .saved_card .links .gBtn {
        width: 100%;
    }
}

.modal-window-header .close {
    color: #333333;
    opacity: 1;
    position: relative;
    right: 0;
    top: -6px;
    /*font-size: 236%;*/
}

.button_cards {
    margin-top: 20px;
}

.esign_table {
    width: 70%;
    margin: 10px;
}

.esign_table td:first-child {
    width: 25%;
}

/* Request Refund form
************************** */
.request-refund .form-group {
    overflow: hidden;
    padding: 30px 15px;
}

.request-refund__amount {
    margin-bottom: 15px;
}

.request-refund__amount__value {
    font-weight: bold;
    color: #a50006;
}

.request-refund section {
    display: none;
}

.request-refund .left,
.request-refund .right {
    width: 50%;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .request-refund .left,
    .request-refund .right {
        width: 75%;
    }
}

@media (max-width: 600px) {
    .request-refund .left,
    .request-refund .right {
        width: 100%;
    }
}

.request-refund .left div,
.request-refund .right div {
    margin-bottom: 15px;
}

.request-refund .right .warning {
    padding-top: 10px;
}

.request-refund__button {
    margin-bottom: 0;
}

.request-refund textarea {
    width: 100%;
    min-height: 100px;
    resize: none;
}

/* Contact Form
**************************/
[for="SendContactForm_call_0"], [for="SendContactForm_call_1"] {
    display: inline-block;
}

#SendContactForm_call_1 {
    margin-left: 10px;
}

#SendContactForm_call label {
    padding-left: 20px;
    display: block;
    margin-bottom: 5px;
}

.send-form {
    display: none;
}

#global-modal .left, #global-modal .right {
    float: left;
}

#global-modal .right {
    margin-left: 5%;
    width: 45%;
    /*max-width: 365px;*/
}

#global-modal .left {
    width: 50%;
}

#global-modal .buttons-fields {
    margin-top: 20px;
}

#global-modal .right {
    margin-top: 75px;
}

#global-modal.w {
    width: 520px;
    height: auto;
    top: 10%;
    margin-top: 0;
}

#global-modal.w .right div:nth-child(1n),
#global-modal.w .left div:nth-child(1n) {
    /*height: 70px;*/
    padding-bottom: 5px;
}

#global-modal div.warning {
    font-size: 80%;
    color: red;
    margin-top: 4px;
}

/** CHAHGE NUMBER **/
#global-modal .change-number {
    text-align: center;
}

#global-modal .change-number .save-button {
    width: 230px;
}

#global-modal .code-phone {
    width: 100%;
    margin: 15px 0;
}

.when {
    position: absolute;
    top: 48px;
    display: none;
}

#contact-form input[type=text] {
    width: 100%;
}

#contact-form .when {
    top: 88px;
}

@media (max-width: 767px) {
    #global-modal.w {
        width: 90%;
        margin: 0;
    }

    #global-modal .left, #global-modal .right {
        width: 100%;
        margin: 0;
    }

    #global-modal.w input[type=text],
    #global-modal.w select {
        width: 100%;
    }

    #contact-form .when {
        position: static;
    }
}

@media (max-width: 345px) {
    #global-modal .buttons-fields input {
        width: 100%;
        margin-bottom: 5px;
    }
}

#lot-title h1 {
    /*display: inline;*/
    line-height: 34px;
    margin: 0;
}

@media (max-width: 550px) {

    .payment-form-container {
        /*margin-top: 0px;*/
    }

    .payment-form__summary-tb,
    .payment-form-container .payment-select-type {
        float: none;
        width: 100%;
    }

    .payment-form-container .form-row {
    }

    .payment-form-container .pay-submit table td.first {
        display: block;
        width: 100%;
        text-align: center;
    }

    .payment-form-container .pay-submit table td.second {
        display: block;
        width: 100%;
        text-align: center;
        padding: 0 10px;
    }

    .payment-form-container .pay-submit table td {
        width: auto;
        height: auto;
    }

    .payment-form-container .pay-submit table td.first .proxy-total-text {
        float: left;
        width: 50%;
        border-bottom: 0px;
        font-size: 13px;
        padding-top: 10px;
    }

    .payment-form-container .pay-submit table td.first .proxy-total-value {
        border-top: none;
        float: right;
        width: 50%;
    }

    #payment-confirm-button {
        margin: 4px 0;
    }

    /*#payment-confirm-button {
        padding: 0 10px;
        font-size: 15px;
    }*/
    .pay-submit {
        padding: 10px 0;
    }

    .site-form .membership-items .item1,
    .site-form .membership-items .item2 {
        width: 100%;
        float: none;
    }

    .site-form .membership-items .item1 {
        margin-bottom: 20px;
    }

    .site-form .membership-items {
        width: 100%;
        margin: 0;
        padding: 20px;
    }

    .site-form .membership-items ul.list {
        display: none;
    }

    .bidding-limit-summary .bl-limit {
        width: 50%;
    }

    .bidding-limit-summary .bl-number-lots {
        width: 50%;
    }

    .bl-required-deposit {
        width: 100%;
    }

    .bidding-limit-summary .bl-required-deposit .title {
        text-align: center;
    }

    .bidding-limit-summary .bl-required-deposit .deposit {
        width: 100%;
        text-align: center;
        min-height: 34px;
        /*padding-top: 5px;*/
    }

    .bidding-limit-summary .bl-required-deposit hr {
        margin: 3px 0 5px;
    }

    .bidding-limit-summary .bl-required-deposit .btn {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 700px) {
    #payment-confirm-button {
        padding: 0 10px;
        font-size: 15px;
        margin-right: 0;
    }
}

p#SkypeButton_Call_paraElement a img {
    margin: 0 !important;
    vertical-align: 0 !important
}

div#SkypeButton_Call_paraElement {
    display: inline-block;
}

#SkypeButton_Call_paraElement a {
    padding-left: 24px;
}

/** Live bidding column **/
.live-bidding-r-column {
    /*width: 240px;
    float: right;*/
}

ul.one-line-list li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 15px;
    background: url("/img/one-list-dot.png") no-repeat 0 center transparent;
}

ul.one-line-list li a {
    color: #676767;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
}

.faq-cats-all {
    padding-left: 15px;
}

.regs-title {
    line-height: 37px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}

.br-reqs {
    padding-right: 20px;
}

.br-reqs.error {
    background: url("/img/gr-error.png") no-repeat right center transparent;
}

.br-reqs.check {
    background: url("/img/gr-check.png") no-repeat right center transparent;
}

.br-reqs span {
    font-size: 11px;
    color: #676767;
}

.br-reqs strong {
    font-size: 12px;
    color: #333 !important;
}

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

#kaykao-form input[type="text"], #kaykao-form select, #kaykao-form textarea {
    width: 90%;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    padding: 5px;
    line-height: normal;
}

#kaykao-form select {
    width: 100%;
}

#kaykao-form input[type="text"] {
    padding: 10px;
}

#kaykao-form textarea {
    width: 100%;
    padding: 10px;
    resize: none;
}

#kaykao-form #KaykaoForm_file {
    color: #666666;
    line-height: normal;
    height: auto;
}

#kaykao-form .kayako_left {
    float: left;
    width: 23%;
    margin-right: 2%;
}

#kaykao-form .kayako_right {
    float: right;
    width: 75%;
}

#kaykao-form .kayako_right input {
    width: 100%;
}

@media (max-width: 768px) {
    #kaykao-form .kayako_left {
        float: none;
        width: 100%;
    }

    #kaykao-form .kayako_right {
        padding-top: 10px;
        float: none;
        width: 100%;
    }

    #kaykao-form .kayako_right input {
        /*width: 90%;*/
    }
}

#kaykao-form label {
    color: #666;
    display: block;
}

#kaykao-form textarea {
    height: 150px;

}

#kaykao-form .errorMessage {
    font-size: 80%;
    color: red;
    /*margin-top: -10px;*/
}

.register-form-container .success-notification {
    margin: 0;
}

.register-form-container.proxy #payment-form {
    margin: 0;
}

.register-form-container.proxy .pay-submit {
    background-image: none;
    border-top: solid 1px #c4c4c4;
    background: #cdcdcd; /* Old browsers */
    background: -moz-linear-gradient(top, #cdcdcd 0%, #a9a9a9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cdcdcd), color-stop(100%, #a9a9a9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #cdcdcd 0%, #a9a9a9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #cdcdcd 0%, #a9a9a9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #cdcdcd 0%, #a9a9a9 100%); /* IE10+ */
    background: linear-gradient(to bottom, #cdcdcd 0%, #a9a9a9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cdcdcd', endColorstr='#a9a9a9', GradientType=0); /* IE6-9 */
}

.register-form-container.proxy .pay-submit table {
    margin-top: 18px;
}

.register-form-container.proxy .increase-input input[type=text] {
    border: auto;
}

.register-form-container.proxy .membership-items .list {
    display: none;
}

.register-form-container.proxy .membership-items h4 {
    font-size: 16px;
}

.register-form-container.proxy .membership-items .description {
    padding: 5px;
    text-align: center;
    font-size: 14px;
}

.register-form-container.proxy .payment-summary-table {
    width: 275px;
    position: absolute;
    right: 12px;
}

.register-form-container.proxy .payment-summary-table .table-row td {
    line-height: 24px;
}

.register-form-container.proxy .payment-summary-table table td span {
    font-size: 12px;
}

.register-form-container.proxy .form-row.payment-select-type {
    margin-bottom: 26px;
}

.proxy-total-text {
    color: #666;
    border-bottom: 1px solid #a6a6a6;
    font-size: 14px;
    font-weight: bold;
    padding: 6px 15px;
}

.proxy-total-value {
    font-weight: bold;
    font-size: 20px;
    border-top: 1px solid #c7c7c7;
    padding: 6px 15px;
}

/* Ticket posts
*********************/
.ticketList {
    margin-bottom: 15px;
}

.ticketList-answer h3 {
    margin: 0;
    margin-bottom: 10px;
}

.ticketList .ticket h3 {
    font-size: 16px;
    margin-top: 0;
    line-height: 1.9;
}

.ticketList .ticket {
    background-color: #ccc;
    margin-bottom: 10px;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    display: table;
    width: 100%;
}

.ticketList .left-part, .ticketList .right-part {
    background-color: #fff;
    padding: 5px 0;
    display: table-cell;
    vertical-align: top;
}

.ticketList > div input.yBtn {
    display: none;
}

.ticketList > div:first-child input.yBtn {
    display: block;
}

.ticketList .left-part {
    margin-right: 20px;
    height: 100%;
    width: 60%;
}

.ticketList .right-part {
    overflow: hidden;
    height: 100%;
    width: 40%;
    text-align: right;
}

.ticketList input.yBtn {
    margin-right: 10px;
}

@media (max-width: 768px) {
    .ticketList .left-part {
        display: block;
        width: 100%;
        border-bottom: 1px solid #ccc;
        border-right: none;
    }

    .ticketList .right-part {
        display: block;
        width: 100%;
    }
}

.ticketList .date,
.ticketList .email,
.ticketList .post {
    color: #888888;
    font-size: 13px;
}

.ticketList .post {
    color: #666666;
    padding-bottom: 20px;
    line-height: 1.7;
    word-break: break-word;
}

.ticketList .post .file {
    padding-top: 10px;
}

.ticketList-answer #repost-form {
    text-align: center;
}

.ticketList-answer #repost-form .yBtn_24 {
    margin-top: 5px;
}

.ticketList-answer .group-title {
    padding-bottom: 10px;
}

@media (max-width: 767px) {
    .ticketList-answer #repost-form .yBtn_24 {
        width: 40%;
    }
}

@media (max-width: 550px) {
    .ticketList-answer #repost-form .yBtn_24 {
        width: 70%;
    }
}

@media (max-width: 400px) {
    .ticketList-answer #repost-form .yBtn_24 {
        width: 100%;
    }
}

#repost-form textarea {
    height: 170px;
    width: 100%;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    resize: none;
}

#KaykaoForm_subject {
    width: 470px;
}

.right-part .file {
    border-top: 1px dashed #ccc;
    margin-top: 30px;
    padding: 5px 15px 0;
}

#faq-search {
    margin: 5px 0;
}

/* faq box */
.faq_main .faq_box {
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    text-align: center;
}

.faq_box:nth-child(3),
.faq_box:nth-child(6),
.faq_box:nth-child(9) {
    border-right: none
}

.faq_box:nth-child(10),
.faq_box:nth-child(11),
.faq_box:nth-child(12) {
    border-bottom: none
}

@media (max-width: 768px) {
    .faq_main .faq_box {
        border: none;
        border-bottom: 1px solid #ccc;
    }

    .faq_main .faq_box:last-child {
        border-bottom: none;
    }

    #faq-search .text {
        text-align: center;
    }

    #faq-search .email {
        width: 100%;
    }
}

/* faq_category */
.go_back input {
    float: left;
    padding-left: 20px;
    line-height: 23px;
    background: url("/img/arrow_left.png") no-repeat 10% 50% transparent;
    border: 2px solid #CCCCCC;
    font-size: 12px;
}

.go_back input:hover {
    background-position: 10% 50%;
}

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

.go_back.bottom input {
    float: none;
}

.go_back.bottom {
    margin-top: 15px;
}

.account-boxes {
    width: 48%;
}

.account-boxes + .account-boxes {
    margin-left: 4%;
}

@media (max-width: 991px) {
    .account-boxes {
        width: 100%;
    }

    .account-boxes + .account-boxes {
        margin-left: 0;
    }
}

.account-boxes .box {
    width: 100%;
}

img#ajax-loader-account {
    position: absolute;
    top: 525px;
    left: 55%;
    display: none;
}

.recent_activity {
    background-color: #ffffff;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding: 18px;
}

#content .recent_activity h2 {
    margin-top: 0px;
    font-size: 16px;
    line-height: 16px;
}

.recent_activity table {
    width: 100%;
    border-collapse: separate;
}

.recent_activity table tr th {
    color: #888;
    font-size: 12px;
    text-align: left;
    border-bottom: solid 1px #cbcbcb;
    font-weight: normal;
    padding: 3px 0px;
}

.recent_activity table tr th:last-child {
    font-weight: bold;
}

.recent_activity table tr.first td {
    border-top: solid 1px #eaeaea;
}

.recent_activity table tr td {
    color: #666;
    padding: 5px 0px;
}

.recent_activity table tr td:last-child {
    font-weight: bold;
}

.recent_activity table tr.last td:last-child {
    border-top: solid 1px #d0d0d0;
    font-weight: bold;
}

.live_link {
    cursor: pointer;
}

.live_link:hover {
    text-decoration: underline;
}

.sitemap {
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #ececec;
    margin-top: 20px;
}

.sitemap table {
    width: 100%;
}

.sitemap td {
    vertical-align: top;
    font-size: 15px;
    width: 25%;
    padding: 0;
}

.sitemap td {
    padding: 20px 50px;
    border-right: 1px solid #ececec;
}

.sitemap td:last-child {
    border-left: none;
}

@media (max-width: 991px) {
    .sitemap td {
        padding: 20px 20px;
    }
}

@media (max-width: 767px) {
    .sitemap td {
        display: inline-block;
        width: 50%;
    }

    .sitemap td:nth-child(2) {
        border-right: none;
    }
}

@media (max-width: 450px) {
    .sitemap td {
        float: none;
        display: block;
        width: 100%;
        text-align: center;
        border-left: none;
    }
}

.sitemap a {
    color: #666666;
    font-size: 14px;
    line-height: 1.7;
}

.sitemap b {
    font-size: 18px;
    white-space: nowrap;
    display: block;
    padding-bottom: 5px;
    /*margin-bottom: -11px;*/
}

.sitemap--b {
    padding-top: 10px;
}

@media (max-width: 767px) {
    .sitemap--b {
        padding-top: 30px;
    }
}

#liveLoading {
    background-image: url(/img/ajax-loader.gif);
    width: 32px;
    height: 32px;
    z-index: 1000;
    top: 400px;
    left: 50%;
    position: absolute;
}

.dismantling-cars {

}

.dismantling-cars p {
    color: #666666;
}

#content .dismantling-cars h2 {
    font-size: 28px;
}

.dismantle_table {
    display: table;
    margin: 0 30px;
    padding-bottom: 15px;
}

.dismantle_table td {
    vertical-align: top;
    padding-bottom: 15px;
}

.dismantle_table tr > td:first-child {
    width: 32px;
    background-image: url(/img/dismantling_table_point.png);
    background-repeat: repeat-y;
}

.dismantle_table tr > td:first-child > div {
    width: 22px;
    height: 22px;
    background-color: #073473;
    line-height: 23px;
    font-weight: bold;
    color: #fff;
    font-size: 14px;
    border-radius: 12px;
    text-align: center;
}

.dismantle_table tr > td:last-child {
    width: 378px;
}

.dismantle_table td strong:first-child {
    text-transform: uppercase;
    font-size: 14px;
}

.dismantle-dwtext {
    padding: 15px 0;
    border-top: 1px solid #dedede;
}

.dismantle-dwtext__next-steps {
    width: 535px;
    margin: 0 auto;
}

.dismantle-dwtext table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
}

.dismantle-dwtext table tr td:first-child {
    font-weight: 600;
}

.dismantle-dwtext table td {
    height: 42px;
    background-color: #ffffff;
    font-size: 14px;
    color: #666666;
    line-height: 14px;
    padding: 10px 15px;
}

.dismantle-dwtext table tr td.dismatling_lust--td {
    font-weight: 500;
}

.dismantle-dwtext table, .dismantle-dwtext th, .dismantle-dwtext td {
    border: 1px solid #f5f5f5;
}

.dismantle-dwtext table tr:first-child > td {
    /*height: 37px;*/
    background-color: #ffffff;
    padding: 15px 15px;
    font-size: 14px;
    line-height: 13px;
    border: none;
}

.dismantle-dwtext table tr:first-child > td b,
.dismantle-dwtext table tr:first-child > td strong {
    color: #333333;
    font-weight: 600;
}

.dismatnling-table__title {
    font-size: 20px;
    text-transform: uppercase;
    padding-top: 15px;
}

.dismatnling-table__title p {
    color: #a20105;
}

.dismantle-dwtext .table-responsive__text-table {
    font-size: 13px;
}

.dismantle-dwtext .text-center {
    padding-top: 5px;
}

.table-responsive__first {
    font-weight: 500;
}

.dismantle-dwtext .table-responsive__tr--last {
    font-size: 13px;
}

/*** Car Finder **/

.car-finder-table {
    width: 100%;
}

.car-finder-table td {
    text-align: left;
    width: 25%;
}

@media (max-width: 655px) {
    .car-finder-table td {
        display: block;
        width: 50%;
        float: left;
        text-align: center;
    }
}

.car-item-table {
    margin: 0 auto;
    min-height: 185px;
}

.car-item-table td:first-child {
    vertical-align: top;
    padding: 15px 0 15px;
    max-width: 200px;
}

.car-item-table td:last-child {
    vertical-align: top;
    padding: 15px 15px 15px 10px;
    width: 180px;
}

.car-finder-paging {
    margin-top: 10px;
    background-color: #f4f4f4;
    color: #666;
}

.cf-lot-desc {
    font-size: 12px;
}

.cf-lot-desc strong {
    font-size: 14px;
}

.cf-lot-desc .name {
    color: #888888;
}

.grey-info {
    background: url('/img/bidding-proxy-top.png') no-repeat 15px center #f4f4f4;
    border: solid 1px #e5e5e5;
    padding: 15px 15px 15px 75px;
    min-height: 51px;
}

.grey-info .title {
    font-size: 15px;
    font-weight: bold;
}

.grey-info .title span,
.grey-info .desc span {
    color: #4394f0;
}

.grey-info .desc {
    font-size: 15px;
}

/* Добавление классов в css*/

/* how-to-buy выпадающие меню step*/
.accordion-group {
    margin-bottom: 2px;
    border: 1px solid #ececec;
    border-bottom: 2px solid #ececec;
    box-shadow: none;
}

.accordion-heading .accordion-toggle {
    display: block;
    padding: 8px 15px;
}

.accordion-inner {
    padding: 9px 15px;
    border-top: 1px solid #e5e5e5;
}

.accordion-inner .protected-icons--register,
.howBox .bottom2 .protected-icons--register {
    display: none;
}

/*** TRANSACTIONS ***/
.transaction-payment-row {
    font-size: 12px;
}

.transaction-payment-row td {
    padding: 6px 10px;
}

a.t-toggle {
    display: inline-block;
    width: 16px;
    height: 22px;
    font-weight: bold;
    color: #666666;
    text-decoration: none;
    vertical-align: middle;
    text-align: center;
}

.transaction-row a.t-toggle {
    background: url("/img/select_arrow.png") center no-repeat transparent;
    width: 20px;
    /*margin-right: 5px;*/
}

.transaction-row a.t-toggle.opened {
    background: url("/img/select_arrow_180.png") left no-repeat transparent;
}

.e-signature {
    color: #666666;
}

.e-signature .sorter__xs {
    display: none;
    font-size: 13px;
    color: #888888;
}

.e-signature {
    font-weight: 500;
}

.e-signature__first {
    width: 60%;
    font-weight: bold;
}

.e-signature__second {
    width: 25%;
}

.e-signature__third {
    width: 15%;
}

@media (max-width: 767px) {
    .e-signature td {
        display: block;
    }

    .e-signature__first,
    .e-signature__second,
    .e-signature__third {
        width: 100%;
    }

    .e-signature .sorter__xs {
        display: block;
    }
}

/* dismantle_table */

.dismantle_table > div {
    vertical-align: top;
    padding-bottom: 15px;
}

@media (max-width: 991px) {
    .dismantle_table {
        margin: 0;
        padding-bottom: 30px;
    }

    .dismantle_table > div {
        padding-bottom: 0;
    }

    .dismantle_table .the_number,
    .dismantle_table .text {
        text-align: center;
    }

    .dismantle_table .col-md-6 > p:first-child {
        display: block;
        margin-left: 32px;
    }
}

@media (min-width: 1200px) {
    .dismantle_table .the_number {
        width: 7%;
        padding-right: 0;
    }
}

@media (max-width: 600px) {
    .dismantle-dwtext__next-steps {
        width: 100%;
    }
}

.dismantle_table .foto_car {
    /*width: 378px;*/
}

.dismantle_table .foto_car img {
    width: 100%;
}

/* searchWidget */
@media (min-width: 768px) {
    .searchWidget div div {
        padding-right: 0;
    }
}

.searchWidget .Widget_yBtn .yBtn_24 {
    width: 100%;
    height: 40px;
}

.searchWidget #search-form label {
    margin-bottom: 0px;
    margin-top: 5px;
}

/* register online */
@media (max-width: 991px) {
    .site-form input[type=text],
    .site-form input[type="password"],
    .site-form select,
    .site-form .textarea {
        width: 100%;
    }
}

.responsive_header {
    /*
    background-color: #e0e0e0;
    padding: 0 12px;
    height: 37px;
    line-height: 37px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    background: url("/img/search_bg.png") right 0 no-repeat #E0E0E0;
    cursor: pointer;
    margin: 0;
    */
}

.responsive_header.active {
    background-position: 81% 4%;
}

@media (max-width: 991px) {
    .responsive_box {
        display: none;
    }
}

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

    .responsive_header.overall {
        display: block;
    }
}

/* membership new */
.memberships-wrapper {
    line-height: 1;
}

.memberships-table {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
}

.memberships-table tr.names th {
    border: none;
    padding: 0;
}

.memberships-wrapper .memberships-table tr.names th {
    width: 20%;
}

#payment-form .memberships-table tr.names th {
    /*display: inline-block;*/
    width: 50%;
}

.memberships-table #radio-big1,
.memberships-table #radio-big2 {
    width: 80%;
}

.memberships-table .name-block .triangle {
    display: none;
    position: absolute;
    left: 50%;
    bottom: -12px;
    margin-left: -12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 12px 0 12px;
}

.membership_bottom--text {
    font-size: 16px;
    color: #888888;
    margin: -25px 0 25px 0;
}

/* guest */
.mbs-choose,
.mbs-choose:hover,
.mbs-choose:active {
    color: #fff;
    background-color: #a20105;
    text-decoration: none;
}

.mbs-choose.active,
.mbs-choose.active:hover,
.mbs-choose.active:active {
    color: #7e7e7e;
    background-color: #efefef;
    text-decoration: none;
}

.mbs-choose.active .mbs-choose_text1 {
    display: inline;
}

.mbs-choose.active .mbs-choose_text2 {
    display: none;
}

.mbs-choose .mbs-choose_text1 {
    display: none;
}

.mbs-choose .mbs-choose_text2 {
    display: inline;
}

/* trial */
.memberships-table .name-block.trial .content {
    background: #e14045;
}

.memberships-table .name-block.trial.active .triangle {
    /*display: block;
    border-color: #e14045 transparent transparent transparent;*/
}

.memberships-table .name-block.trial.active {
    border: 2px solid #e14045;
    padding: 2px;
}

/* annual */
.memberships-table .name-block.annual .content {
    background: #a20105;
}

.memberships-table .name-block.annual.active .triangle {
    display: none; /*block*/
    border-color: #a20105 transparent transparent transparent;
}

.memberships-table .name-block.annual.active {
    border: 2px solid #a20105;
    padding: 2px;
}

.memberships-table .name {
    display: table;
    width: 100%;
    color: #fff;
    font-size: 16px;
    height: 55px;
}

.memberships-table .name .content {
    display: table-cell;
    vertical-align: middle;
    line-height: 0.7;
}

.memberships-table .name .content span {
    display: none;
    width: 20px;
    height: 16px;
    background: url(/public/img/check-b-white.png) center center transparent;
    vertical-align: middle;
    margin: -2px 10px 0 -15px;
}

.memberships-table .name-block.active .content span {
    display: inline-block;
}

@media (max-width: 550px) {
    .memberships-table .name-block.active .content span {
        display: none;
    }
}

.memberships-table th {
    padding: 15px 5px 7px 5px;
}

.memberships-table td {
    color: #888888;
}

.memberships-table td.active {
    color: #e14045;
}

.memberships-table th,
.memberships-table td {
    text-align: center;
    vertical-align: middle;
}

.memberships-table td {
    text-align: center;
    border-bottom: 1px solid #ececec;
    padding: 15px 10px;
}

#payment-form .memberships-table td {
    /*display: inline-block;*/
    width: 46%;
    margin: 0 2%;
    text-align: center;
}

.memberships-table tr td:first-child {
    width: 40%;
    text-align: left;
    color: #333333;
    font-weight: bold;
}

.memberships-table tr td:last-child {

}

.memberships-table.one-column tr td:first-child {
    border-right: none;
}

.memberships-table.one-column tr td:last-child {
    border-left: none;
}

.memberships-table.one-column {
    max-width: 400px;
}

.memberships-table .check {
    background: url('/img/check-red.png') no-repeat;
    width: 18px;
    height: 14px;
    display: inline-block;
}

.memberships-table .active .check {
    background-position: -21px;
}

.memberships-table .cross {
    background: url('/img/cross-red.png') no-repeat;
    width: 14px;
    height: 14px;
    display: inline-block;
}

.memberships-table .active .cross {
    background-position: -17px;
}

.memberships-table tr.buttons td {
    border: none;
    /*padding: 20px 0 0 0;*/
}

.memberships-table .buttons a {
    display: inline-block;
    width: 100%;
    line-height: 32px;
}

@media all and (max-width: 991px) {
    .memberships-wrapper .memberships-table td {
        display: block;
        float: left;
        width: 30%;
        margin: 0 1.6%;
        padding: 15px 0;
    }

    .memberships-wrapper .memberships-table tr td:first-child {
        width: 100%;
        display: block;
        text-align: center;
        border: none;
        margin: 0;
    }

    .memberships-wrapper .memberships-table tr.names th {
        display: block;
        float: left;
        width: 33.3%;
        border-spacing: 0;

    }

    .memberships-wrapper .memberships-table tr.names th:first-child {
        display: none;
    }
}

.user-description {
    margin-top: 30px;
    font-weight: bold;
}

.registered-date {
    padding: 3px 5px;
    background: #e2e2e2;
}

.memberships-table .names.selectable .name-block:hover {
    cursor: pointer;
    opacity: 0.7;
}

@media (max-width: 767px) {
    .memberships-table {
        width: 100%;
    }

    .memberships-table .name {
        font-size: 14px;
    }

    .memberships-table .name .content {
        line-height: 1;
    }

    .memberships-table .name .additional-text {
        font-size: 10px;
    }

    .memberships-table .buttons a {
        /*display: inline-block;*/
        /*line-height: 31px;*/
        /*padding: 0 5px;*/
        /*font-size: 12px;*/
    }
}

.btn--current {
    height: auto;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .memberships-table .buttons .btn--current {
        line-height: 13px;

    }

    .memberships-table .buttons a {
        padding: 10px 5px;
        min-height: 48px;
        height: inherit;
        line-height: 28px;
    }
}

@media (max-width: 578px) {
    .memberships-table .buttons .btn--current {
        line-height: 13px;

    }

    .memberships-table .buttons a {
        padding: 10px 5px;
        min-height: 48px;
        height: inherit;
        line-height: 28px;
    }
}

@media (max-width: 400px) {
    .memberships-table .buttons a {
        font-size: 12px;
        padding: 10px 3px;
    }
}

/* Membership New Design */
.membership-box {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.membership-tbl {
    display: table;
    margin: 0 auto;
}

.membership-block {
    position: relative;
    display: table-cell;
    width: 310px;
    padding: 0 0 83px;
    margin: 0 10px;
    border: 1px solid #eeeeee;
    text-align: center;
    border-radius: 10px;
    vertical-align: top;
    overflow: hidden;
}

.membership-block__zone-m {
    display: table-cell;
    width: 20px;
}

.membership-title {
    position: relative;
    height: 62px;
    line-height: 62px;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.membership-title__pop-blc {
    position: absolute;
    right: -45px;
    top: 22px;
    transform: rotate(45deg);
    width: 170px;
    height: 32px;
    line-height: 32px;
    background: #fff;
    color: #e14045;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
}

.membership-b-title {
    background: #acacac;
}

.membership-p-title {
    background: #e14045;
}

.membership-info {
    color: #888888;
    padding: 13px 5px;
    border-bottom: 1px solid #e8e8e8;
    font-weight: 500;
}

.membership-title.active:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 16px;
    background: url(/public/img/check-b-white.png) center center transparent;
    vertical-align: middle;
    margin: -4px 3px 0 -20px;
}

.membership-b-info {
    background: #f5f5f5;
    color: #888888;
}

.membership-p-info {
    background: #cb353a;
    color: #edc0c2;
}

.membership-b-info__clr {
    color: #666666;
    font-size: 18px;
    font-weight: bold;
}

.membership-p-info__clr {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
}

.membership-info__title {
    padding: 0 0 4px;
    font-size: 14px;
    line-height: 14px;
}

.membership-desc {
    padding: 20px 20px;
    text-align: left;
}

.membership-desc_clr-r {
    color: #d12329;
}

.membership_clr-g {
    color: #666666;
}

.membership_fn-17 {
    font-size: 17px;
}

.membership-desc__ul {
    margin: 0;
}

.membership-desc__ul-li {
    position: relative;
    margin: 0 !important;
    padding: 0 0 19px 28px;
    color: #333333;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    list-style-type: none !important;
}

.membership-b-desc__ul-li:before,
.membership-p-desc__ul-li:before {
    content: '';
    position: absolute;
    top: -4px;
    left: 0;
    display: inline-block;
    width: 18px;
    height: 24px;
    background: url('/img/check-red.png') no-repeat;
    background-position: 0;
}

.membership-p-desc__ul-li:before {
    background-position: -21px;
}

.membership-desc-sub__ul {
    padding: 5px 0 0;
}

.membership-desc-sub__ul-li{
    margin: 0 !important;
    list-style-type: none !important;
}
.membership-desc-sub__ul-li:not(:last-child) {
    padding: 0 0 3px;
}

.membership-desc-sub__ul-li:before {
    content: '.';
    display: inline-block;
    font-size: 30px;
    transform: translateY(-4px);
}

.membership-desc-sub__ul-li p {
    font-size: 11px;
}


.membership-b-desc-sub__ul-li:before {
    color: #666666;
}

.membership-p-desc-sub__ul-li:before {
    color: #d12329;
}

.membership-desc__tr-box {
    font-size: 14px;
    font-weight: 700;
}

.membership-btn-box {
    position: absolute;
    width: 100%;
    bottom: 30px;
}

.membership-btn {
    display: inline-block;
    min-width: 175px;
    height: 43px;
    line-height: 43px;
    padding: 0 5px;
    border: 1px solid #f1f1f1;
}

.membership-b-btn {
    color: #7e7e7e;
    background: #ffffff;
}

.membership-p-btn {
    background: #ffb400;
    border-color: #ffb400;
    color: #222;
}

.membership-p-btn:hover {
    color: #222;
    text-decoration: none;
}

.membership-btn_current {
    pointer-events: none;
}

.membership-p-btn.active {
    border-color: #f1f1f1;
}

.membership-desc__info {
    /*width: 640px;*/
    margin: 0 auto;
    text-align: left;
    padding: 20px 0;
    color: #888;
    font-weight: normal;
    font-size: 12px;
    line-height: 17px;
}

.membership-desc__info-p {
    font-size: 12px;
    line-height: 17px;
    margin: 0 0 10px;
}

.membership-desc__info-link {
    font-size: 12px;
    line-height: 17px;
    margin: 0;
    color: #cb353a;
    text-decoration: underline;
}

.membership-cont {
    padding: 0 0 10px;
    text-align: center;
}

/* Membership next page */
.membership-choice {

}

.membership-choice__title {
    color: #333333;
    padding: 10px 15px 12px 15px;
    font-size: 30px;
    line-height: 32px;
    font-weight: bold;
    text-align: center;
}

.membership-choice__info-p {
    font-size: 18px;
    line-height: 26px;
    color: #666666;
    text-align: center;
    margin: 0;
    padding: 0 0 45px;
}

.membership-choice__step-info {
    font-size: 16px;
    color: #666666;
}

.membership-choice__step-title {
    font-size: 24px;
    line-height: 22px;
    color: #333333;
    font-weight: bold;
    padding: 23px 0 20px;
}

.membership-choice__step-p {
    font-size: 16px;
    line-height: 22px;
    color: #666666;
}

.membership-choice__step-btn {
    padding: 10px 0 0;
}

.membership-choice_text-r {
    text-align: right;
}

.membership-choice__step-num {
    position: relative;
    font-size: 26px;
    font-weight: bold;
}

.membership-choice__disk-num {
    position: relative;
    display: inline-block;
    width: 66px;
    height: 66px;
    border-radius: 50px;
    vertical-align: middle;
    z-index: 99;
}

.membership-choice__step-act {

}

.membership-choice {
    padding: 0 15px 20px;
    position: relative;
}

.membership-choice__block-style {
    width: 80%;
    margin: 0 auto;
}

.account-table .membership-choice__block-style {
    width: 100%;
    margin: 0 auto;
}

.property-prompt {
    cursor: pointer;
}

.property-prompt + .tooltip {
    max-width: 90%;
    width: 100%;
    text-align: left;
    left: 0 !important;
    opacity: 1 !important;
}

.property-prompt + .tooltip .tooltip-arrow {
    left: 20% !important;
    border-bottom-color: #e0e0e0;
    box-shadow: 0 5px 20px 0 rgba(7, 42, 68, 0.1);
}

.property-prompt + .tooltip .tooltip-inner {
    max-width: 100%;
    width: 100%;
    padding: 5px;
    box-shadow: 0 5px 20px 0 rgba(7, 42, 68, 0.1);
    border-radius: 0;
    background: #e0e0e0;
    color: #000;
}

.membership-choice__gradient-t {
    position: relative;
    top: -20px;
    z-index: 99;
    display: block;
    width: 100%;
    height: 50px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+0,000000+100,000000+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 0%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 0%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 0%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='rgba(255,255,255,0)', GradientType=0); /* IE6-9 */
}

.membership-choice__gradient-b {
    position: relative;
    top: -30px;
    z-index: 99;
    display: block;
    width: 100%;
    height: 30px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+0,000000+100,000000+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 0%, #ffffff 100%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 0%, #ffffff 100%, #ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, #ffffff 100%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255,255,255,0)', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}

.membership-choice:after,
.membership-choice__top-line:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    background: url(/public/img/membership-choice__step-line.png) repeat transparent center center;
    z-index: 9;
    width: 3px;
    height: 100%;
    /*border: 1px dashed #9ea7b2;*/
}

.membership-choice__top-line:before {
    top: auto;
    bottom: 70px;
}

.membership-choice__size {
    width: 50%;
    float: left;
    min-height: 1px;
}

.membership-choice__size_1 {
    padding-right: 50px;
}

.membership-choice__size_2 {
    width: 80px;
    float: left;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.membership-choice__size_3 {
    padding-left: 50px;
}

.membership-choice__step-act {
    position: absolute;
    top: 14px;
}

.membership-choice__step-act_odd {
    left: -40px;
}

.membership-choice__step-act_even {
    right: -40px;
}

.membership-choice__step-num_1 {
    color: #c00005;
}

.membership-choice__step-num_2 {
    color: #a20105;
}

.membership-choice__step-num_3 {
    color: #7f0003;
}

.membership-choice__step-num_4 {
    color: #5f0002;
}

.membership-choice__disk-num_1 {
    background: #c00005;
}

.membership-choice__disk-num_2 {
    background: #a20105;
}

.membership-choice__disk-num_3 {
    background: #7f0003;
}

.membership-choice__disk-num_4 {
    background: #5f0002;
}

.membership-choice__basic:after,
.membership-choice__premier:after {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.membership-choice__basic-step-1:after {
    background: url(/public/img/membership-choice-step/membership-choice__basic-step-1.png) no-repeat transparent center center;
    background-size: cover;
}

.membership-choice__basic-step-2:after {
    background: url(/public/img/membership-choice-step/membership-choice__basic-step-2.png) no-repeat transparent center center;
    background-size: cover;
}

.membership-choice__basic-step-3:after {
    background: url(/public/img/membership-choice-step/membership-choice__basic-step-3.png) no-repeat transparent center center;
    background-size: cover;
}

.membership-choice__premier-step-1:after {
    width: 35px;
    background: url(/public/img/membership-choice-step/membership-choice__premier-step-1.png) no-repeat transparent center center;
    background-size: cover;
}

.membership-choice__premier-step-2:after {
    background: url(/public/img/membership-choice-step/membership-choice__premier-step-2.png) no-repeat transparent center center;
    background-size: cover;
}

.membership-choice__premier-step-3:after {
    background: url(/public/img/membership-choice-step/membership-choice__premier-step-3.png) no-repeat transparent center center;
    background-size: cover;
}

.membership-choice__premier-step-4:after {
    background: url(/public/img/membership-choice-step/membership-choice__premier-step-4.png) no-repeat transparent center center;
    background-size: cover;
}

.membership-choice__btn {
    padding: 5px 0 15px;
    text-align: center;
}

@media (min-width: 767px) {
    .membership-choice__size-mob {
        display: none;
    }
}

@media (max-width: 768px) {
    .membership-block {
        display: block;
        width: 100%;
        min-height: auto;
        margin: 0;
        padding: 0;
    }

    .membership-tbl {
        display: flex;
        flex-flow: column wrap;
    }

    .membership-block_first {
        margin: 0 0 20px;
        order: 1;
    }
    .membership-block.basic {
        order: 2;
    }

    .membership-block__zone-m {
        display: none;
    }

    .membership-title__pop-blc {
        top: 30px;
        height: 22px;
        line-height: 22px;
    }

    .membership-btn-box {
        position: relative;
        bottom: 0;
        padding: 0 0 20px;
    }

    .membership-desc__info {
        width: 100%;
    }

    .membership-choice__info-p br {
        display: none;
    }

    .membership-choice__title {
        font-size: 26px;
        line-height: 28px;
    }

    .membership-choice__info-p {
        font-size: 16px;
        line-height: 22px;
        padding: 0 0 30px;
    }

    .membership-choice__step-info {
        font-size: 14px;
    }

    .membership-choice {
        padding: 0 0 10px;
    }

    .membership-choice__size_1 {
        display: none;
    }

    .membership-choice__size_2 {
        width: 40px;
        right: auto;
    }

    .membership-choice__size_3 {
        width: 100%;
        padding-left: 50px;
    }

    .membership-choice__step-act {
        display: none;
    }

    .membership-choice:after,
    .membership-choice__top-line:before {
        display: none;
    }

    .membership-choice__step-title {
        font-size: 22px;
        padding: 10px 0 9px;
    }

    .membership-choice__disk-num {
        width: 40px;
        height: 40px;
    }

    .membership-choice__basic:after,
    .membership-choice__premier:after {
        width: 20px;
        height: 20px;
    }

    .membership-choice_text-r {
        text-align: left;
    }

    .membership-choice__gradient-t,
    .membership-choice__gradient-b {
        display: none;
    }

    .back-account-membership {
        height: 34px;
        line-height: 34px;
        font-size: 14px;
    }

    .membership-choice__step-btn {
        padding: 0;
    }
}

/* === BLOG === */

/* short post */

.blog-short-post,
.blog-post {
    border: 1px solid #ececec;
    border-bottom: 2px solid #ececec;
    margin-bottom: 20px;
}

.blog-short-post .text {
    padding: 10px 15px;
    background-color: #ffffff;
}

.blog-short-post h3.title,
.blog-post h1.title {
    font-weight: normal;
    margin-top: 5px;
    text-align: left;
}

.blog-short-post h3.title a {
    text-decoration: none;
    color: #333333;
}

.blog-short-post .lighten {
    color: #5993e5;
}

.blog-short-post .date,
.blog-short-post .data {
    text-align: right;
}

.blog-short-post .data {
    font-size: 12px;
    text-transform: uppercase;
}

.blog-short-post .date,
.blog-post .date {
    padding: 10px 0;
    text-align: left;
    color: #888888;
}

.blog-short-post .date .date-block {
    /*float: right;*/
}

.blog-short-post .content,
.blog-post .content {
    color: #666666;
}

.blog-short-post img,
.blog-post img {
    width: 100%;
}

.blog-short-post .images {
    height: 150px;
}

/* /short post */

/* full post */

.blog-post {
    background-color: #ffffff;
    padding: 10px 15px;
    margin-top: 20px;
}

.blog-post .content {
    padding-top: 15px;
}

.blog-post .sidebar-block .title {
    text-transform: uppercase;
    font-size: 16px;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 8px;
}

.blog-post .images {
    height: 320px;
}

.blog-post .sidebar-block .content {
    font-size: 13px;
}

.blog-post .sidebar-block .lighten {
    color: #5993e5;
}

.blog-post .sidebar-block .categories a,
.blog-post .sidebar-block .recent-posts a {
    color: #666666;
}

.blog-post .date .date-block {
    float: right;
    text-align: left;
    line-height: 1;
}

.blog-post .date .date-block .day {
    float: left;
    font-size: 34px;
    font-weight: bold;
    margin-right: 5px;
    line-height: 0.83;
}

.blog-post .date .date-block .month-year {
    float: left;
}

.blog-post .date .date-block .month {
    font-size: 16px;
    text-transform: uppercase;
}

.blog-post .date .date-block .year {
    font-size: 12px;
}

.blog-post .data {
    font-size: 12px;
    text-transform: uppercase;
}

/* /full post */

/* pagination */
.blog-pager {
    background: #f4f4f4;
    text-align: center;
    padding: 5px;
    line-height: 1;
}

.blog-pager li {
    display: inline-block;
}

.blog-pager li a {
    display: inline-block;
    float: none;
    min-width: 28px;
    height: 28px;
    line-height: 28px;
    padding: 0;
    border-radius: inherit;
    border: none;
    color: #666666;
    background: none;
}

.blog-pager .next > a, .blog-pager .next > span,
.blog-pager .previous > a, .blog-pager .previous > span {
    float: none;
    color: #fff;
}

.blog-pager .last, .blog-pager .first {
    display: none;
}

.blog-pager > .page.selected a {
    background: #a8a8a8;
    color: #fff;
}

/* /pagination */

/* === /BLOG === */

/* css - ADAPTIVE DESIGN  */

/* copart-calendar*/
@media (max-width: 992px) {
    .calendar_table td .links a {
        display: inline-block;
        text-decoration: underline;
        padding-bottom: 5px;
    }
}

/* pagination- page finder
@media (max-width: 770px) {
    .searchResult .paging table td:first-child, .searchResult .paging table td:last-child{
        width: 100%;
        float: left;
    }
}*/

/* watchlist-notifications-form */
@media (max-width: 480px) {
    #notify-phone-wrapper .button {
        margin-top: 5px;
    }
}

@media (max-width: 441px) {
    #watchlist-notifications-form .form-row div {
        float: none !important;
        margin-right: 0 !important;
    }
}

/* Car shipping calculator */
@media (max-width: 415px) {
    .shipping-desc-table .controls a.button {
        margin-right: 5px;
        padding: 0 5px;
    }

    .shipping-desc-table tr td {
        /*padding: 7px 1px 10px 8px;*/
    }
}

/* Custom shipping quote */
@media (max-width: 767px) {
    #sho-form #sho-vehicle-switch-box td,
    #sho-auction-switch-box table td,
    #sho-consignee-block table td,
    #sho-zip-switch-box table td,
    #sho-vin_lot-switch-box table td {
        display: inline-block;
        width: 100%;
    }

    #sho-delivery-information-block table td {
        display: inline-block !important;
        width: 100%;
    }
}

@media (max-width: 560px) {
    #sho-form #sho-auction-switch-box td {
        display: inline-block;
    }
}

/* rating block*/

/* account/billind_information */
@media (max-width: 360px) {
    .site-form .button#submit-button {
        margin-bottom: 10px;
    }
}

@media (max-width: 550px) {
    #account-billing-form .form-row {
        padding: 10px 0px 0;
    }
}

/* register bid - step 4 */
.go-account-container {
    background-color: #ffffff;
    padding-bottom: 20px;
}

.account_table {
    width: 80%; /*100%*/
    margin: auto;
    margin-left: 20%;
}

.account_table .first, .account_table .second {
    padding: 5px;
}

.account_table .first {
    width: 45%; /*200px*/
    float: left;
    color: #666;
}

.account_table .second {
    font-weight: bold;
    overflow-wrap: break-word;
}

.account-activation-status {
    margin: 20px 0;
    background-color: #e1e1e1;
    border-radius: 3px;
    height: 17px;
}

.account-activation-status__bar {
    border-radius: 3px;
    height: 17px;
    width: 0;
    background-color: #a10106;
    clear: both;
    transition: width 0.5s ease-in-out;
}

.account-activation-status__bar__title {
    color: #fff;
    display: block;
    float: right;
    font-size: 13px;
    line-height: 17px;
    padding-right: 10px;
}

.account-activation-status__bar--yellow {
    background-color: #ffb400;
}

.account-activation-status__bar--green {
    background-color: #66be2a;
}

@media (max-width: 635px) {
    .account_table .first {
        float: none;
    }
}

/* Online auto auction */

@media (max-width: 400px) {
    .yBtn.button.live {
        font-size: 9px;
        padding: 0 10px;
    }
}

/* Shipping order */
@media (max-width: 560px) {
}

/* Action feels */
.bid_input {
    width: 100%;
    /*display: inline-block;*/
    /*position: relative;*/
}

.bid_input td {
    padding: 0 10px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .bid_input td {
        padding: 0 5px;
    }
}

@media (max-width: 380px) {
    .bid_input td {
        padding: 0 6px;
    }
}

.bid_input td:first-child {
    border-right: 1px solid #e2e2e2;
}

.bid_input td:last-child {
    border-left: 1px solid #e2e2e2;
}

.bid_input a {
    display: block;
    /*position: absolute;*/
    width: 14px;
    height: 14px;
    line-height: 18px;
    left: 0;
    background: #e4e4e4;
    color: #666666;
    text-align: center;
    font-size: 0;
    background: url("/img/increase-sub-button.png") no-repeat 0 -1px;
    /*background: linear-gradient(to top, #e4e4e4, #ffffff);*/
    cursor: pointer;
}

.bid_input a.add {
    top: 0;
    background-position: -2px -3px;
}

.bid_input a.add:active {
    background-position: -2px -2px;
}

.bid_input a.subtract {
    top: 16px;
    background-position: -2px -23px;
}

.bid_input a.subtract:active {
    background-position: -2px -22px;
}

/* venicle finder, register-model-window */
#modal-login-form #modal-login-button, #modal-register-form #modal-register-button {
    margin: 10px 0;
}

@media (max-width: 767px) {
    .register-model-window {
        width: 270px;
    }

    .register-model-window .login-form {
        float: none;
        margin-right: 0;
        padding: 10px;
    }

    .register-model-window .register-form {
        float: none;
        padding: 10px;
        border: none;
        padding-bottom: 20px;
    }

    #modal-login-form #LoginForm_email,
    #modal-login-form #LoginForm_password,
    #modal-login-form #modal-login-button {
        width: 100%;
    }

    #modal-register-form #ModalRegisterForm_email,
    #modal-register-form #ModalRegisterForm_name,
    #modal-register-form #ModalRegisterForm_lastname,
    #modal-register-form #modal-register-button {
        width: 100%;
    }

    .modal-window-header .close {
        top: 1px;
    }

    .register-model-window .modal-window-header h3 {
        padding: 8px 0;
        margin-top: 10px;
    }

    .modal-window-wrapper .login-form h3,
    .modal-window-wrapper .register-form h3 {
        margin-top: 0;
    }

    .register-model-window .right a {
        float: none;
        text-align: center;
        margin: 10px auto 10px;
        margin-top: 15px;
    }

    #modal-login-form #modal-login-button,
    #modal-register-form #modal-register-button {
        margin-bottom: 0;
    }
}

@media (max-width: 500px) {
    .register-model-window {
        left: 25px !important;
    }
}

@media (min-width: 767px) {
    .register-model-window:before, .register-model-window:after {
        /*margin-bottom: 10px;*/
    }
}

/* final price calculator */
@media (max-width: 350px) {
    .lot-bid-now .yBtnBig {
        padding: 0 10px;
    }
}

/* home page - searchWidget */
@media (max-width: 991px) {
    .searchWidget > div:last-child {
        padding-right: 15px;
    }
}

@media (max-width: 767px) {
    .searchWidget > div:last-child {
        padding-right: 0;
    }
}

/* account - Deposits table */
.deposits .h, .refunds .h, .transactions_list .h {
    display: none;
}

.searchList .t-description {
    word-break: break-all;
}

/* account - Transaction list */
.transactions .list-view {
    padding: 0;
}

.transactions .sorter,
.transactions .sorter table td {
    height: 48px;
}

.transactions .paging table td {
    height: 58px;
    padding: 13px 5px;
}

.transactions .pagination {
    margin: 0;
    vertical-align: middle;
}

/* account - Transaction list */
.searchList.transactions_list {
    border-bottom: 1px solid #f5f5f5;
}

.transactions_list td {
    color: #666666;
    font-weight: 500;
    padding: 11px 10px;
}

.searchList.transactions_list .transaction-payment-row td {
    font-size: 13px;
    font-weight: normal;
}

.searchList.transactions_list .status {
    display: inline-block;
    width: 40px;
}

@media (min-width: 768px) {
    .transaction-payment-row td.p-date {
        padding-left: 34px;
    }
}

.transactions .sorter .one,
.transactions_list .one {
    width: 17%;
    padding-left: 15px
}

.transactions .sorter .two,
.transactions_list .two {
    width: 10%
}

.transactions .sorter .three,
.transactions_list .three {
    width: 10%
}

.transactions .sorter .four,
.transactions_list .four {
    width: 15%
}

.transactions .sorter .five,
.transactions_list .five {
    width: 15%
}

.transactions .sorter .six,
.transactions_list .six {
    width: 16%
}

.transactions .sorter .seven,
.transactions_list .seven {
    width: 17%;
    padding-right: 15px
}

.red-link-btn {
    height: 26px;
    min-width: 60px;
    text-align: center;
    line-height: 26px;
    background-color: #ffe7e8;
    color: #e14045;
    font-size: 12px;
    border-radius: 3px;
    padding: 0 8px;
    margin-left: 5px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
}

.red-link-btn:hover,
.red-link-btn:active {
    color: #e14045;
    text-decoration: none;
}

.transactions_list .red-link-btn {
    margin-left: 0;
}

@media (max-width: 625px) {
    .deposits td, .refunds td {
        display: block;
        width: 100%;
        padding: 5px 10px;
    }

    .transactions .red-link-btn {
        margin-left: 0;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .transactions .sorter .one,
    .transactions_list .one {
        width: 17%
    }

    .transactions .sorter .three,
    .transactions_list .three {
        width: 14%
    }

    .transactions .sorter .seven,
    .transactions_list .seven {
        width: 13%;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .deposits .h, .refunds .h, .transactions_list .h {
        display: block;
        font-size: 12px;
        color: #999;
    }

    #ajax-content .searchResult .sorter {
        display: none;
    }

    .transactions_list .col.total_balance--block {
        display: inline-block;
    }

    .transactions_list td {
        display: inline-block;
        width: 33.3%;
        padding: 3px 15px;
    }

    .transactions_list .sale {
        width: 33.3%;
    }

    .transactions_list .one,
    .transactions_list .two,
    .transactions_list .three {
        padding-top: 15px;
    }

    .transactions_list .seven {
        padding-bottom: 15px;
    }

    .transactions_list .transaction-payment-row td {
        display: inline-block;
        padding: 3px 10px;
    }

    .transaction-payment-row .pay {
        width: 33.3%;
        border-top: 1px solid #cccccc;
    }

    .transaction-payment-row .p-amount {
        width: 100%;
        text-align: right;
    }

    .transaction-payment-row .total_balance {
        width: 25%;
    }

    .transaction-payment-row .balance {
        width: 35%;
        text-align: right;
    }

    .transactions_list .transaction-payment-row .col {
        display: none;
    }

    .transactions_list .transaction-payment-row .total_balance--block {
        width: 40%;
        display: inline-block;
    }
}

@media (max-width: 565px) {
    .transactions_list .transaction-payment-row .total_balance--block {
        width: 20%;
    }

    .transaction-payment-row .total_balance {
        width: 45%;
    }
}

@media (max-width: 520px) {
    .transactions_list .three {
        padding-top: 3px;
    }

    .transactions_list .sale {
        width: 50%;
    }
}

/* Button Bidding limit and Venicles Limit */
.bidding-limit-summary2.proxy table td.bl-limit-finder {
    background-image: none;
    vertical-align: top;
    padding: 15px 10px;
}

@media (max-width: 500px) {
    .bidding-limit-summary2.proxy table td.bl-limit-finder {
        width: 100%;
        display: block;
        padding: 20px 10px;
    }

    .bidding-limit-summary2.proxy table td.bl-limit {
        padding-bottom: 0;
    }

    .bidding-limit-summary2.proxy table td.bl-number-lots {
        padding-top: 10px;
    }
}

.bidding-limit-summary2.proxy .bl-limit-finder .title {
    font-size: 13px;
    font-weight: bold;
    color: #666666;
    padding-bottom: 8px;
    text-align: center;
}

@media (max-width: 991px) {
    .bidding-limit-summary2.proxy .title {
        text-align: center;
    }

    .bidding-limit-summary2.proxy td.bl-limit-account .title {
        color: #666;
    }
}

@media ( max-width: 424px) {
    .bidding-limit-summary2.proxy td.bl-limit-account .title {
        min-height: 34px;
    }
}

.bidding-limit-summary2 table td strong {
    color: #333;
}

.bidding-limit-summary2 table {
    width: 100%;
}

#nbli-wrapper.increase-input2, #nlc-wrapper.increase-input2 {
    /*display: inline-block;*/
    position: relative;
    height: 40px;
    /*max-width: 160px;*/
    background: #ffffff;
    margin-top: 7px;
    border: 1px solid #dddddd;
    border-radius: 5px;
}

.bl-limit-finder #nbli-wrapper.increase-input2,
.bl-limit-finder #nlc-wrapper.increase-input2 {
    margin: 0 auto;
}

.bl-limit-account #nbli-wrapper.increase-input2,
.bl-limit-account #nlc-wrapper.increase-input2 {
    margin: 4px auto;
}

#nbli-wrapper.increase-input2 td, #nlc-wrapper.increase-input2 td {
    background-color: #ffffff;
}

#nbli-wrapper.increase-input2 input[type=text], #nlc-wrapper.increase-input2 input[type=text] {
    background-color: #fff;
    color: #333333;
    height: 26px;
    font-weight: bold;
    text-align: center;
    /*padding: 0 5px;*/
    line-height: normal;
    font-size: 16px;
    width: 100%;
    border: none;
    padding: 2px;
    margin: 0;
    border-radius: 0;
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}

#nbli-wrapper.increase-input2.two-digit input[type=text], #nlc-wrapper.increase-input2.two-digit input[type=text] {
    width: 100%;
}

.increase-input2 .auto_icons {
    /*position: relative;*/
}

.increase-input2 .auto_icons a {
    background: url("/img/auto_icons2.jpg") no-repeat 0 0 #ffffff;
    position: absolute;
    width: 19px;
    height: 17px;
    top: 11px;
    left: 5px;
}

#nbli-wrapper.increase-input2 span, #nlc-wrapper.increase-input2 span {
    display: inline-block;
    margin-top: 8px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    left: 0;
    background: #e4e4e4;
    color: #666666;
    text-align: center;
    border: none;
    font-size: 0;
    background: url("/img/increase-sub-button.png") no-repeat 0 -1px;
    /*background: linear-gradient(to top, #e4e4e4, #ffffff);*/
    cursor: pointer;
}

#nbli-wrapper.increase-input2 span.add, #nlc-wrapper.increase-input2 span.add {
    background-position: 0px -3px;
}

#nbli-wrapper.increase-input2 span.add:active, #nlc-wrapper.increase-input2 span:active {
    background-position: 0px -2px;
}

#nbli-wrapper.increase-input2 span.subtract, #nlc-wrapper.increase-input2 span.subtract {
    top: 21px;
    background-position: 0px -21px;
}

#nbli-wrapper.increase-input2 span.subtract:active, #nlc-wrapper.increase-input2 span.subtract:active {
    background-position: 0px -20px;
}

#nbli-wrapper.increase-input2 td, #nlc-wrapper.increase-input2 td {
    padding: 0;
    color: #666666;
    text-align: left;
    color: #d8d8d8;
    font-size: 16px;
    background: url("/img/bidding-limit-bkgr.png") 0 0 #555555;
    background-size: auto 100%;
    vertical-align: top;
}

#nbli-wrapper.increase-input2 td, #nlc-wrapper.increase-input2 td {
    background-color: #ffffff;
    background-image: none;
    vertical-align: middle;
}

#nbli-wrapper.increase-input2 .add, #nbli-wrapper.increase-input2 .subtract {
    border: none;
}

#nbli-wrapper.increase-input2 td:first-child, #nlc-wrapper.increase-input2 td:first-child {
    padding: 0 6px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

#nbli-wrapper.increase-input2 td:last-child, #nlc-wrapper.increase-input2 td:last-child {
    padding: 0 6px;
}

@media (max-width: 1199px) {
    .bl-limit-account .title {
        font-size: 13px;
    }
}

@media (max-width: 992px) {
    .bl-required-deposit .btn a.button {
        font-size: 14px;
    }
}

/* pay submit - Security Deposit*/
.pay-submit td.second a.button {
    margin: 0;
}

@media ( max-width: 991px) {
    .bidding-limit-summary .bl-limit-account > div {
        border: none;
    }

    .bidding-limit-summary .bl-number-lots div {
        /*padding-top: 0;*/
    }
}

/* watchlist-notifications-form */

#watchlist-notifications-form {
    background-color: #ffffff;
    border: 1px solid #ececec;
    border-bottom: 2px solid #ececec;
    padding: 0 15px;
}

#get-auction-updates {
    margin: 0;
}

#get-auction-updates table td {
    text-align: center;
}

#get-auction-updates span {
    font-size: 18px !important;
    font-weight: bold;
}

#when-to-notify {
    padding: 0 25% 10px;
}

@media all and (max-width: 767px) {
    #when-to-notify {
        padding: 0 10% 10px;
    }
}

@media all and (max-width: 470px) {
    #when-to-notify {
        padding: 0 0 10px;
    }
}

#when-to-notify > div {
    padding: 15px 0 0;
}

#when-to-notify .to-notify {

}

.to-notify table {
    width: 100%;
}

.to-notify table td {
    width: 50%;
}

.to-notify table td:first-child {
    padding: 0 5px 0 0;
}

.to-notify table td:last-child {
    padding: 0 0 0 5px;
}

#notify-phone-wrapper a.button {
    width: 100%;
    margin-right: 0;
}

.save-settings .button {
    margin-right: 0;
}

#notify-phone-wrapper #notify-phone-input {
    width: 100%;
    height: 40px;
    margin-right: 1%;
    font-size: 16px;
    border-radius: 3px;
    border: 1px solid #e4e4e4;
}

#notify-phone-wrapper .intl-tel-input {
    margin-bottom: 15px;
}

#notify-phone-wrapper {
    text-align: center;
}

@media all and (max-width: 480px) {
    /*#notify-phone-wrapper #notify-phone-input{*/
    /*width: 100%;*/
    /*}*/
}

#when-to-notify .save-settings {
    /*padding: 10px 25% 0;*/
    text-align: center;
}

/* Password Recovery */
.password-recovery {
    text-align: center;
}

.password-recovery .form-row {
    text-align: left;
}

.password-recovery .alert-success {
    background: #f0f0f0;
    border: 1px solid #e4e4e4;
    text-align: center;
    padding: 25px;
    font-size: 18px;
    color: #7ab62c;
    font-weight: bold;
    border-radius: 0;
    margin-bottom: 20px;
}

.password-recovery .alert-success .extra {
    color: #666666;
    font-size: 14px;
    font-weight: normal;
}

.password-recovery .go-to-login {
    display: inline-block;
}

.password-recovery .go-to-login:hover {
    text-decoration: none;
    opacity: 0.8;
    color: #222;
}

.password-recovery .form-wrapper {

}

.password-recovery .login-wrapper {
    padding-bottom: 15px;
}

.password-recovery .login-wrapper .login_acc_btn .yBtn_24 {
    width: auto;
    margin-left: 0;
}

.login_acc_btn {

}

.login_acc_btn .yBtn_24 {
    width: 100%;
}

.login-form--email {
    padding-bottom: 15px;
}

.description h3 {
    margin: 10px 0 20px 0;
}

@media all and ( min-width: 562px ) {
    .email-recovery .help-block {
        text-align: left;
    }
}

.email-recovery div.form-group {
    width: 100%;
    margin-bottom: 20px;
}

.email-recovery input.yBtn_24 {
    width: 100%;
}

.email-recovery #EmailRecoverForm_email {
    width: 100%;
    border: 1px solid #ececec;
    box-shadow: none;
}

#email-recovery-form .help-block {
    margin-bottom: 0;
}

/* Register form Container */
#payment-form {
    background-color: #ffffff;
    border: 1px solid #ececec;
    border-bottom: 2px solid #ececec;
}

.protected-icons {
    text-align: center;
    padding-top: 17px;
    /*padding-bottom: 30px;*/
}

.protected-icons--img {
    display: inline-block;
    vertical-align: middle;
}

.protected-icons--img table td {
    text-align: center;
}

.protected-icons img {
    margin: 0 15px;
}

.register-form-container {
    /*background-color: #ffffff;*/
    padding-bottom: 20px;
}

/* step 1 */
.register-step-1 .form-row {
    float: left;
    width: 100%;
    padding-top: 20px;
}

.register-step-1 .label-check {
    padding-top: 20px;
    color: #666666;
}

.register-step-1 .form-row.col-2 .cell:last-child {
    margin-right: 0;
}

.register-step-1 .actions {
    padding-top: 20px;
}

.register-step-1 .actions .yBtn_24 {
    margin-top: 20px;
    width: 100%;
}

@media all and (min-width: 380px) {
    .register-step-1 .form-row.col-2 .cell {
        width: 49%;
        float: left;
        margin-right: 2%;
    }
}

@media all and (max-width: 380px) {
    .register-step-1 .form-row.col-2 .cell {
        padding-bottom: 20px;
    }

    .register-step-1 .form-row {
        /*padding-top: 0;*/
    }
}

/* step 2 */

.register-step-2 {
    color: #666666;
}

.register-step-2 .account-info {
    border-bottom: 1px solid #dedede;
    margin-bottom: 0;
}

.register-step-2 .account-info .table-row > div {
    border: none;
    line-height: 30px;
}

.register-step-2 .account-info .table-row .first {
    width: 35%;
    font-weight: bold;
}

@media all and (min-width: 500px) {
    .register-step-2 .account-info .table-row {
        width: 90%;
        margin: 0px 20%;
        padding-bottom: 10px;
    }
}

@media all and (min-width: 771px) {
    .register-step-2 .account-info .table-row {
        width: 75%;
        margin: 0px 26%;
        padding-bottom: 10px;
    }
}

@media all and (max-width: 500px) {
    .register-step-2 .account-info .table-row {
        width: 100%;
        margin: auto;
    }
}

.register-step-2 .agreement {
    padding: 0 16px;
}

.register-step-2 .actions {
    padding: 15px 0;
}

/* step 3*/
.register-step-3 .memberships-table {
    width: 65%;
}

@media all and (max-width: 767px) {
    .register-step-3 .memberships-table {
        width: 98%;
    }
}

.register-step-3 .memberships-table tr td:first-child {
    width: 50%;
    color: inherit;
    text-align: center;
    font-weight: normal;
}

.register-step-3 .pay-submit,
#payment-form .pay-submit {
    padding-bottom: 20px;
    padding-top: 10px;
}

/* step 4 */
.register-form-container .payment-summary-table {
    width: 100%;
    float: none;
    border: none;
}

.register-form-container .payment-select-type {
    float: none;
}

.register-form-container #payment-card-box {
    width: 100%;
    max-width: 100%;
}

.register-form-container .pay-submit td.second a.button {
    /*width: 35%;*/
}

.payment-form-box {
    width: 100%;
}

.payment-form-box > div {
    float: left;
    width: 32%;
    margin-right: 2%;
}

.payment-form-box .third {
    margin-right: 0;
}

@media screen and (max-width: 768px) {
    .payment-form-box > div {
        width: 49%;
        margin-right: 2%;
        padding-bottom: 15px;
    }

    .payment-form-box .second {
        margin-right: 0;
        padding-bottom: 10px;
    }

    .payment-form-box .third {
        width: 100%;
        padding-bottom: 0;
    }
}

/* Account - payment-card-box */
#payment-card-box .payment-form-box > div {
    margin: 0;
}

#payment-card-box .payment-form-box .block {
    width: 32%;
    padding-bottom: 15px;
    float: left;
}

#payment-card-box .payment-form-box .first,
#payment-card-box .payment-form-box .second {
    margin-right: 2%;
}

@media (max-width: 550px) {
    #payment-card-box .payment-form-box .block {
        width: 100%;
        float: none;
    }

    #payment-card-box .payment-form-box .first,
    #payment-card-box .payment-form-box .second {
        margin-right: 0%;
    }

    #payment-card-box .payment-form-box .third {
        padding-bottom: 0;
    }
}

/* LOT - payment-card-box */
.proxy #payment-card-box .payment-form-box > div {
    margin: 0;
}

.proxy #payment-card-box .payment-form-box .block {
    width: 49%;
    padding-bottom: 15px;
    float: left;
}

.proxy #payment-card-box .payment-form-box .first {
    margin-right: 2%;
}

.proxy #payment-card-box .payment-form-box .third {
    width: 100%;
    display: inline-block;
}

/* top search form */
.top-search-form {
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
}

.top-search-form .searchWidget {
    margin-top: 0;
    background: none;
    box-shadow: none;
    border-top: none;
    padding: 6px 0 8px 0;
}

.top-search-form .searchWidget > div:last-child {
    padding: 0;
}

/* Main banners */
.main-banners {
    margin-bottom: 15px;
}

.main-banners .item {
    height: 390px;
    position: relative;
    overflow: hidden;
}

.main-banners .promo-text {
    width: 50%;
    padding-left: 5%;
    text-align: center;
    color: #fff;
    padding-top: 25px;
    position: absolute;
    height: 100%;
    -webkit-user-select: auto;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1c1b16+38,000000+88,000000+88&amp;1+65,0+100
    background: -moz-linear-gradient(left,  rgba(28,27,22,1) 37%, rgba(13,12,10,1) 76%, rgba(0,0,0,0.34) 92%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(37%,rgba(28,27,22,1)), color-stop(76%,rgba(13,12,10,1)), color-stop(92%,rgba(0,0,0,0.34)), color-stop(100%,rgba(0,0,0,0)));
    background: -webkit-linear-gradient(left,  rgba(28,27,22,1) 37%,rgba(13,12,10,1) 76%,rgba(0,0,0,0.34) 92%,rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(left,  rgba(28,27,22,1) 37%,rgba(13,12,10,1) 76%,rgba(0,0,0,0.34) 92%,rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(left,  rgba(28,27,22,1) 37%,rgba(13,12,10,1) 76%,rgba(0,0,0,0.34) 92%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right, rgba(28,27,22,1) 37%,rgba(13,12,10,1) 76%,rgba(0,0,0,0.34) 92%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1b16', endColorstr='#00000000',GradientType=1 );*/
}

.main-banners .image {
    float: right;
}

.responsive-banners {
    background: url("/img/main-banner_test.jpg") no-repeat transparent;
    background-size: cover;
    background-position: 50% 50%;
}

.main-banners .promo-text .head {
    font-size: 42px;
    font-weight: bold;
    line-height: 1;
    margin-top: 0;
}

.main-banners .promo-text .underline {
    width: 170px;
    height: 3px;
    background: #fff;
    margin: 20px auto 15px auto;
}

.main-banners .promo-text .extra {
    font-size: 16px;
}

.main-banners .promo-text .actions {
    margin-top: 30px;
}

.main-banners .promo-text .actions .btn {
    color: #000;
    padding: 0 30px;
    font-weight: 500;
    font-size: 20px;
    height: 50px;
    line-height: 48px;
    background-color: #ffb400;
}

.main-banners .promo-text .actions .btn:hover {
    opacity: 0.8;
}

.main-banners .slick-prev,
.main-banners .slick-next {
    width: 55px;
    height: 80px;
    margin-top: -40px;
}

.main-banners .slick-prev {
    left: 20px;
    background: url('/img/main-banners-arrows.png');

}

.main-banners .slick-next {
    right: 20px;
    background: url('/img/main-banners-arrows.png') -50px;
}

@media (max-width: 991px) {
    .main-banners .promo-text .head {
        font-size: 32px;
    }

    .main-banners .promo-text {
        /*width: 55%;*/
        padding-left: 5%;
        /*padding-top: 50px;*/
    }
}

@media (max-width: 1199px) {
    .main-banners .promo-text {
        width: 60%;
    }
}

@media (max-width: 700px) {
    .main-banners .promo-text {
        width: 70%;
    }
}

@media (max-width: 600px) {
    /*.main-banners .promo-text{
        height: auto;
        /!* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1c1b16+38,000000+88,000000+88&amp;1+65,0+100 *!/
        background: -moz-linear-gradient(top,  rgba(28,27,22,1) 38%, rgba(13,12,10,1) 78%, rgba(0,0,0,0.34) 92%, rgba(0,0,0,0) 100%); /!* FF3.6+ *!/
        background: -webkit-gradient(linear, left top, left bottom, color-stop(38%,rgba(28,27,22,1)), color-stop(78%,rgba(13,12,10,1)), color-stop(92%,rgba(0,0,0,0.34)), color-stop(100%,rgba(0,0,0,0))); /!* Chrome,Safari4+ *!/
        background: -webkit-linear-gradient(top,  rgba(28,27,22,1) 38%,rgba(13,12,10,1) 78%,rgba(0,0,0,0.34) 92%,rgba(0,0,0,0) 100%); /!* Chrome10+,Safari5.1+ *!/
        background: -o-linear-gradient(top,  rgba(28,27,22,1) 38%,rgba(13,12,10,1) 78%,rgba(0,0,0,0.34) 92%,rgba(0,0,0,0) 100%); /!* Opera 11.10+ *!/
        background: -ms-linear-gradient(top,  rgba(28,27,22,1) 38%,rgba(13,12,10,1) 78%,rgba(0,0,0,0.34) 92%,rgba(0,0,0,0) 100%); /!* IE10+ *!/
        background: linear-gradient(to bottom,  rgba(28,27,22,1) 38%,rgba(13,12,10,1) 78%,rgba(0,0,0,0.34) 92%,rgba(0,0,0,0) 100%); /!* W3C *!/
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1b16', endColorstr='#00000000',GradientType=0 ); /!* IE6-9 *!/

    }*/
    .main-banners .promo-text .head {
        font-size: 32px;
    }

    .main-banners .promo-text {
        width: 100%;
        padding: 15px 20px 0 20px;
    }

    .main-banners .promo-text .actions {
        margin-top: 15px;
    }

    .main-banners .slick-prev {
        left: 0;
    }

    .main-banners .slick-next {
        right: 10px;
    }

    .main-banners .item .actions .btn {
        font-size: 16px;
    }

    /*.main-banners .image{
        width: 100%;
        height: auto;
        margin: 0!important;
        padding: 185px 0 0 0;
    }*/
    /*    .main-banners .item{
        height: auto;
    }*/
    /*    .main-banners .slick-next,
    .main-banners .slick-prev{
        display: none!important;
    }*/
    .main-banners .slick-dots {
        display: block;
    }
}

@media (max-width: 352px) {
    .main-banners .promo-text {
        padding-top: 15px;
    }

    .main-banners .promo-text .actions .btn {
        padding: 0 15px;
    }
}

@media (max-width: 400px) {
    .main-banners .promo-text .head {
        font-size: 30px;
    }

    .main-banners .promo-text .actions {
        margin-top: 15px;
    }

    .main-banners .promo-text .underline {
        margin: 15px auto 10px auto;
    }
}

@media (max-width: 500px) {
    .main-banners .promo-text {
        padding: 15px 0 0 0;
    }
}

/* Bottom promo */
.bottom-promo-wrapper {
    background: url(/img/bottom-promo-bg.jpg);
    background-size: cover;
}

.bottom-promo {
    height: 198px;
    text-align: center;
    color: #fff;
    padding-top: 40px;
}

.bottom-promo .head {
    font-size: 28px;
    font-weight: bold;
    margin: 0 auto;
}

@media (max-width: 627px) {
    .bottom-promo .head {
        font-size: 26px;
    }
}

@media (max-width: 586px) {
    .bottom-promo .head {
        font-size: 24px;
    }
}

@media (max-width: 553px) {
    .bottom-promo .head {
        font-size: 22px;
    }
}

@media (max-width: 504px) {
    .bottom-promo .head {
        font-size: 20px;
    }

    .bottom-promo {
        padding-top: 45px;
    }
}

@media (max-width: 461px) {
    .bottom-promo .head {
        font-size: 18px;
    }

    .bottom-promo {
        padding-top: 50px;
    }
}

@media (max-width: 420px) {
    .bottom-promo {
        padding-top: 40px;
    }
}

@media (max-width: 400px) {
    .bottom-promo .head {
        font-size: 18px;
    }

    .bottom-promo {
        padding-top: 35px;
    }
}

.bottom-promo .extra {
    font-size: 16px;
    margin-top: 5px;
}

.bottom-promo .actions {
    margin-top: 23px;
}

.bottom-promo .actions .yBtn_24 {
    padding: 13px 30px;
    font-weight: 500;
    font-size: 20px;
}

.bottom-promo .actions .yBtn_24:hover {
    color: #333;
    text-decoration: none;
}

@media (max-width: 400px) {
    .bottom-promo .actions .yBtn_24 {
        padding: 13px 15px;
    }
}

.bottom-promo .actions .btn:hover {
    opacity: 0.8;
}

/* header responsive */
@media (max-width: 991px) {
    .main-wrapper {
        padding-top: 53px;
    }
}

/* Main near you block */
.near-you .main-title {
    text-align: center;
    padding-bottom: 10px;
}

#content .main-title h2 {
    margin-top: 26px;
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight: bold;
    font-size: 25px;
}

.near-you .main-title .text {
    color: #888;
}

.near-you {
    padding: 0 15px; /*0 15px 45px 15px;*/
    border-bottom: 1px solid #dedede;
}

.near-you .items {

}

.near-you .item-wrap {
    margin: 0 10px;
}

.near-you .item {
    position: relative;
    padding: 15px;
    background: #fff;
    border: 1px solid #ececec;
    border-bottom: 2px solid #ececec;
}

.near-you-item-live__ribbon{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 71px;
    height: 71px;
    background: url(/img/main-live-label.png) no-repeat;
}

.near-you .item .info-wrap td {
    padding: 0;
    vertical-align: top;
}

.near-you .item .info-wrap .image {
    padding-right: 15px;
}

.near-you .item .info-wrap .image img {
    height: 104px;
}

.near-you .item .info .name {
    font-size: 15px;
    color: #333333;
    line-height: 1;
    margin-bottom: 6px;
}

.near-you .item .info .name-adds {
    font-size: 12px;
    color: #888888;
    line-height: 1;
    border-bottom: 1px solid #ececec;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.near-you .item .info .name-adds .red {
    color: #e35458;
}

.near-you .item .info .price-wrap {
    font-size: 20px;
    font-weight: bold;
    overflow: hidden;
}

.near-you .item .info .price {
    float: left;
    line-height: 1;
}

.near-you .item .info .price-status {
    font-size: 14px;
    margin-left: 3px;
    color: #65be2a;
    float: left;
    line-height: 1;
}

.near-you .item .info .price-status.red {
    color: #cb151a;
}

.near-you .item .info .location {
    color: #b0b0b0;
    font-size: 13px;
}

.near-you .item .actions {
    text-align: center;
    margin-top: 20px;
    padding-bottom: 10px;
}

.near-you .item .actions .btn {
    background: #a20105;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.near-you .item .actions .btn.orange {
    background: #ffb400;
    color: #000;
}

.near-you .item .actions .btn:hover {
    opacity: 0.8;
}

.near-you .item.auction {
    text-align: center;
}

.near-you .item.auction .timeleft img {
    margin-right: 4px;
    margin-top: -2px;
    display: inline;
}

.near-you .item.auction .timeleft .text {
    font-size: 15px;
    color: #666666;
}

.near-you .item.auction .timeleft .time {
    font-size: 19px;
    font-weight: bold;
}

.near-you .item.auction .auction .name {
    color: #333333;
    font-size: 20px;
}

.near-you .item.auction .auction .adds {
    color: #666666;
    font-size: 18px;
}

.near-you .item.auction .auction {
    padding: 12px 0 13px 0;
    margin: 15px 0;
    line-height: 1;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.near-you .slick-prev {
    left: -15px;
}

.near-you .slick-next {
    right: -15px;
}

.near-you .loading {
    height: 150px;
    text-align: center;
    line-height: 116px;
}

.near-you .loading img {
    display: inline-block;
}

@media (max-width: 644px) {
    .near-you {
        padding: 0;
    }

    .near-you .item-wrap {
        margin: 0;
    }

    .near-you .slick-next {
        right: 5px;
    }

    .near-you .slick-prev {
        left: 5px;
    }
}

/* Account border */
.block-style {
    background-color: #ffffff;
    border: 1px solid #ececec;
    border-bottom: 2px solid #e9eee8;
    padding: 15px;
}

.account-style .group-title {
    font-size: 18px;
    line-height: normal;
    height: auto;
}

#sho-form-block .block-style {
    padding: 15px 0;
}

/* Most popular questions */
.most-popular-questions {
    border: 1px solid #ececec;
    border-bottom: 2px solid #ececec;
    background: #fff;
}

.most-popular-questions .header {
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #ececec;
    padding: 10px;
    background: #fff;
    font-size: 15px;
    color: #666666;
}

.most-popular-questions .item,
.most-popular-questions .item a {
    display: block;
}

.most-popular-questions .item a {
    padding: 10px 15px;
    color: #666666;
    border-bottom: 1px solid #f5f5f5;
}

.most-popular-questions .item:last-child a {
    border-bottom: none;
}

.most-popular-questions .item a:hover {
    color: #d43b40;
}

.search-processing {
    width: 200px;
    height: 200px;
    margin: -100px 0 0 -100px;
    position: fixed;
    top: 50%;
    left: 50%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 100;
}

.search-processing .img-block {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    margin: -25px 0 0 -40px;
}

.secure-server-img:hover {
    opacity: 0.8;
    cursor: pointer;
}

.secure-server-block {
    display: none;
    text-align: center;
    margin-top: 10px;
}

.secure-server-text {
    width: 50%;
    display: inline-block;
    font-size: 12px;
    color: #8a8a8a;
}

@media (max-width: 500px) {
    .secure-server-text {
        width: 100%;
    }
}

.search-responsive {
    display: none;
    background: #fff;
}

.search-responsive .top {
    font-weight: bold;
    font-size: 18px;
    color: #222222;
    text-align: center;
    padding: 15px 0;
    overflow: hidden;
}

.search-responsive .top:hover {
    cursor: pointer;
    opacity: 0.9;
}

.search-responsive .top .arrow {
    background: url('/img/black-arrows.png') 0 9px;
    width: 13px;
    height: 9px;
    float: right;
    margin-top: 10px;
}

.search-responsive .top.active .arrow {
    background: url('/img/black-arrows.png') 0 0;
}

/* Password update */
#update-password-form {
    padding: 0 15px 15px 15px;
}

.password_update_wrapper {
    background: #fff;
    text-align: center;
    margin-bottom: 30px;
    border: 1px solid #ececec;
    border-bottom: 2px solid #ececec;
}

/* Change your password */

#login-password-form .form-group {
    padding: 0 25% 10px;
    margin: 0;
}

@media (max-width: 767px) {
    #login-password-form .form-group {
        padding: 0 10% 10px;
    }
}

@media (max-width: 470px) {
    #login-password-form .form-group {
        padding: 0 0 10px;
    }
}

#login-password-form .form-group .form-row {
    padding-top: 20px;
}

#login-password-form .text {
    color: #666666;
}

/* Select Sorter */
.select-sorter {
    display: inline-block;
}

.select-sorter .select-label {
    display: inline-block;
}

.select-sorter .select-label:first-child {
    margin-right: 10px;
}

.select-sorter .custom-select {
    display: inline-block;
    height: 32px;
    border-radius: 3px;
    background: #e0e0e0 url("/img/select_arrow.png") right center no-repeat;
    border: 1px solid #e0e0e0;
    line-height: 32px;
    font-size: 12px;
    font-weight: bold;
    /*border: none;*/
    min-width: 130px;
    float: left;
    /*padding: 0 5px;*/
    margin-right: 5px;
    /*margin-right: 10px;*/
    -webkit-appearance: none;
    text-decoration: none;
    cursor: pointer;
    text-shadow: none;
    -webkit-box-shadow: none;
    color: #666666;
    box-sizing: border-box;
    padding: 0 15px 0 5px;
    text-align: left;
}

@media (max-width: 600px) {
    .bid-live-list-toolbar .select-sorter {
        margin: 0 10px;
    }
}

@media (max-width: 432px) {
    .select-sorter .select-label:first-child {
        margin-right: 0;
    }
}

/* /Select Sorter */

.live-auctions-list-tabs li {
    display: inline-block;
}

.live-auctions-list-tabs li {
    margin: 10px;
}

/* Methodology BEM */
/* Footer */
.selectline {
}

.selectline .ui-selectmenu-button {
    display: none;
}

.selectline__phone {
    text-align: left;
    line-height: normal;
}

.selectline__phone__num {
    color: #c2c2c2;
    font-size: 12px;
}

.selectline__phone__num--bold {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
}

.selectline .custom-select {
    display: none !important;
}

.subscribe {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.subscribe div.text > div {
    margin: auto 0;
}

.subscribe__text {
    font-size: 16px;
    padding-bottom: 5px;
}

.subscribe__email {
    padding-right: 0px;
}

.subscribe__email > .subscribe__email__input {
    width: 100%;
    height: 39px;
    color: #ffffff;
    border: none;
    border-bottom: 1px solid #bebebe;
    border-radius: 0;
    background-color: transparent;
    font-weight: lighter;
    padding: 0 10px;
}

.subscribe__email > .subscribe__email__input:focus {
    outline: none;
}

.subscribe__ebtn {
    padding-left: 5px;
}

.subscribe__ebtn__input {
    width: 100%;
    padding: 0;
    height: 39px;
    border: 2px solid #bebebe;
    background-color: transparent;
    border-radius: 3px;
}

.subscribe__social__img {
    /*line-height: 58px;*/
    display: inline-block;
    margin-right: 6px;
}

.subscribe__social .text {
    color: #FFF;
    font-size: 15px;
    padding-bottom: 7px;
}

.subscribe__social img {
    width: 36px;
    height: 36px;
}

.logo_footer {
    padding-top: 10px;
}

@media (min-width: 1199px) {
    .selectline__phone__num--date {
        padding-left: 8%;
    }
}

@media (min-width: 991px) and (max-width: 1199px) {
    .selectline__phone__num--bold {
        font-size: 17px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #footer-timezone {
        padding-top: 25px;
    }

    .selectline,
    .subscribe {
        text-align: center;
    }

    #footer_lang_chosen, #footer-timezone {
        width: 65% !important;
    }

    .subscribe__social {
        padding-top: 20px;
    }
}

@media (max-width: 767px) {
    .subscribe {
        padding-top: 15px;
        padding-bottom: 20px;
        text-align: center;
    }

    .subscribe--second {
        padding-top: 0px;
    }

    #footer-timezone {
        padding: 0;
    }

    .footer {
        padding-top: 20px;
    }
}

@media (max-width: 500px) {
    #footer-timezone.mobile, #footer_lang {
        width: 100% !important;
    }
}

/* ESIGN form */
.esign__block {
    width: 49%;
    float: left;
}

#site-client-company-block .esign__block {
    padding-top: 10px;
}

.esign__block--first {
    margin-right: 2%;
}

.esign--select {
    padding-top: 10px;
}

.with-question {
    padding-top: 10px;
}

.buyer-name,
.buyer-address {
    display: inline-block;
    width: 100%;
}

#esign-step2 .gBtn_24.button {
    margin-right: 10px;
}

@media (max-width: 768px) {
    .esign__block {
        width: 100%;
        float: none;
        padding-top: 5px;
    }

    .esign__block--first {
        margin-right: 0;
    }

    #site-client-company-block {
        padding-top: 0;
    }

    #site-client-company-block .esign__block {
        padding-top: 5px;
    }
}

/* LOT - won lot */
.lot_won {
    margin-bottom: 15px;
}

.lot_won--text {
    font-size: 17px;
    color: #79c825;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px solid #f2f2f2;
}

.lot_won__final_bid {
    width: 100%;
    color: #666666;
    border-bottom: 1px solid #f2f2f2;
    font-size: 16px;
    font-weight: bold;
}

.lot_won__final_bid--first-child {
    width: 50%;
    text-align: left;
}

.lot_won__final_bid--last-child {
    width: 50%;
    text-align: right;
}

.lot_won__button {
    width: 100%;
}

.lot_won__button--td {
    width: 48%;
    padding: 20px 0 5px;
}

.lot_won__button td:first-child {
    padding-right: 2%;
}

.lot_won__button td:last-child {
    padding-left: 2%;
}

.lot_won__button--width {
    width: 100%;
}

@media (max-width: 550px) {
    .lot_won__button--td {
        display: block;
        width: 100%;
        padding: 10px 0;
    }

    .lot_won__button td:last-child {
        padding-left: 0;
    }

    .lot_won__button td:first-child {
        padding-right: 0;
        padding-bottom: 0;
    }
}

/* Input type=Radio */
label.radio-label {
    display: inline-block;
    padding: 0 0 2px 21px;
    margin: 10px 0;
}

input[type=radio] {
    display: none;
}

input[type=radio] + label {
    background: url("/img/radio-button.png") no-repeat 0 center;
}

input[type=radio]:checked + label {
    background: url("/img/radio-button--active.png") no-repeat 0 center;
}

input[type="radio"], input[type="checkbox"] {
    margin: 1px 0 0;
}

input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: none;
    outline-offset: 0;
}

/* STEP LINE */
.register-steps > table {
    margin: 0 auto;
}

.register-steps {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 10px;
}

.register-steps td {
    padding: 0 5px;
}

.register-steps .step > div {
    height: 45px;
    width: 45px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 4px solid #a20105;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #a20105;
    line-height: 38px;
}

.register-steps .step > div img {
    margin-top: -3px;
}

.register-steps .step.active div,
.register-steps .step.done div {
    background: #a20105;
    color: #fff;
}

.register-steps .step-line div {
    width: 58px;
    height: 1px;
    border-bottom: 3px dotted #dcabad;
}

@media all and ( max-width: 455px) {
    .register-steps .step > div {
        width: 33px;
        height: 33px;
        line-height: 25px;
        font-size: 15px;
    }

    .register-steps td {
        padding: 0 3px;
    }

    .register-steps .step-line div {
        width: 45px;
    }
}

@media all and ( max-width: 380px) {
    .register-steps .step-line div {
        width: 35px;
    }
}

/* REQUESTS BLOCK - SEND EMAIL */
.requests-data {
    display: inline-block;
    width: 100%;
}

.requests-text {
    color: #666666;
}

#email-request-form .faq-articles {
    padding: 15px;
    border: 1px solid #e4e4e4;
    border-top: none;
    border-radius: 3px;
}

.faq-articles-header {
    color: #666;
    padding-bottom: 5px;
    /*margin: 5px 0;*/
}

.faq-articles-body {
    /*padding: 5px;*/
    color: #ec6468;
}

@media (min-width: 768px) {
    .requests-data {
        display: table;
    }

    .requests-data__block {
        width: 32%;
        float: left;
    }

    .requests-data__block--first,
    .requests-data__block--second {
        margin-right: 2%;
    }
}

@media (max-width: 768px) {
    .requests-data__block {
        padding-bottom: 15px;
    }

    .requests-data__block--third {
        padding-bottom: 0;
    }
}

/* LOGIN NOW */
.login_now {
    margin: 10px 0;
    margin-top: 20px;
    font-size: 20px;
    color: #666666;
}

.login_now a {
    text-decoration: underline;
}

.account-bids-list-toolbar {
    padding: 15px 15px 5px 15px;
    border-bottom: 1px solid #ececec;
    line-height: 1;
    text-align: center;
}

/* SLICK SLIDE */
@media (min-width: 991px) {
    .similar-lot.horizontal-bl .slh-img {
        height: 126px;
    }

    .similar-lot .slick-slide img {
        height: 126px;
    }
}

@media (min-width: 1200px) {
    .similar-lot.horizontal-bl .slh-img {
        height: 156px;
    }

    .similar-lot .slick-slide img {
        height: 156px;
    }
}

.slick-dots li button:before {
    visibility: hidden;
}

.similar-lot .slick-slide img.image-loader {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
}

.search-subheader {
    text-align: center;
    font-size: 18px;
    color: gray;
}

.sold-lot-search-count {
    font-weight: bold;
    margin-top: 10px;
    color: rgba(10, 10, 10, 1);
}

/* Won lot block lot page*/
.lot__won-lot-info {
    width: 100%;
    margin-bottom: 15px;
    background-color: #fff;
    font-size: 13px;
    color: #666;
    border-bottom: 2px solid #ececec;
    padding: 0 15px;
}

.lot__won-lot-info-cell {
    padding: 15px 0;
    border-bottom: 1px solid #ececec;
}

.lot__won-lot-info-header {
    color: #79c825;
    font-size: 17px;
    text-align: center;
    font-weight: bold;
}

.lot__won-lot-info-actions {
    border-bottom: none;
}

.lot__won-lot-info-actions a {
    display: inline-block;
    font-size: 15px;
    width: 48%;
    margin-right: 10px;
    text-decoration: none;
}

.lot__won-lot-info-actions a:last-child {
    margin-right: 0;
}

@media (min-width: 768px) and (max-width: 1200px) {
    .lot__won-lot-info-actions a {
        width: 100%;
        margin: 0;
    }

    .lot__won-lot-info-actions a:first-child {
        margin-bottom: 10px;
    }
}

@media (max-width: 404px) {
    .lot__won-lot-info-actions a {
        width: 100%;
        margin: 0;
    }

    .lot__won-lot-info-actions a:first-child {
        margin-bottom: 10px;
    }
}

.lot__won-lot-info-cell-label,
.lot__won-lot-info-cell-value {
    width: 49%;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #666666;
    display: inline-block;
}

/** FEES CALCULATOR **/
.fees-calc {
    margin: 0 auto;
    margin-top: 10px;
    padding: 14px 15px;
    color: #fff;
    background: #a10006;
}

.fees-calc select {
    color: #000;
}

.fees-calc .select-label {
    margin-top: 15px;
}

.fees-calc__title {
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    text-align: center;
}

.fees-calc__bid__table {
    width: 100%;
}

.fees-calc__bid__table td {
    padding: 9px 0;
}

.fees-calc__ctd {
    width: 40px;
}

.fees-calc__input {
    padding-left: 10px;
    border-radius: 0 !important;
    border: none !important;
    text-align: center;
    font-weight: bold;
    font-size: 19px !important;
    width: 100%;
    color: #000;
}

.fees-calc__input:focus {
    outline: none;
}

.fees-calc__subtract-wrap,
.fees-calc__add-wrap {
    display: inline-block;
    background-color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
}

.fees-calc__subtract-wrap {
    border-radius: 3px 0 0 3px;
}

.fees-calc__add-wrap {
    border-radius: 0 3px 3px 0;
}

.fees-calc__subtract {
    border-right: 1px solid #e2e2e2;
}

.fees-calc__add {
    border-left: 1px solid #e2e2e2;
}

.fees-calc__subtract,
.fees-calc__add {
    margin-top: 5px;
    display: inline-block;
    width: 40px;
    line-height: 30px;
    text-align: center;
    box-sizing: border-box;
    color: #666666;
    font-size: 24px;
    text-decoration: none;
}

.fees-calc__subtract:active,
.fees-calc__subtract:hover,
.fees-calc__subtract:focus,
.fees-calc__add:active,
.fees-calc__add:hover,
.fees-calc__add:focus {
    color: #666666;
    text-decoration: none;
}

.fees-calc-data {
    width: 100%;
    color: #666;
    background-color: #fff;
    border: 1px solid #ececec;
    border-bottom: 2px solid #ececec;
}

.fees-calc-data td {
    border-top: 1px solid #f5f5f5 !important;
    padding: 11px 3px 11px 12px !important;
}

.fees-calc-data__ftd {
    width: 60%;
    font-weight: 500;
}

.fees-calc-data__total-price-wrap {
    font-weight: bold;
    font-size: 16px;
}

/* ABOUT US */
.aboutUs__text {
    padding-bottom: 30px;
    border-bottom: 1px solid #dedede;
    color: #666666;
}

.aboutUs__logo {
    text-align: center;
    margin-top: -22px;
}

.aboutUs__block {
    padding-top: 20px;
}

.aboutUs__block .howBox .top {
    cursor: auto;
}

.aboutUs__block .howBox .top .num {
    width: auto;
    height: auto;
}

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

.howBox__button {
    text-align: center;
}

.howBox__button a {
    color: #666666;
    padding: 0 24px;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
}

.howBox .bottom_text .inner {
    color: #666666;
    padding-top: 8px;
    font-size: 13px;
}

@media (max-width: 991px) {
    .aboutUs__block .howBox .top .num img {
        width: auto;
    }

    .aboutUs__block .howBox {
        border-bottom: none;
    }
}

@media (min-width: 991px) {
    .howBox .top.text4 .title {
        line-height: 18px;
        margin: 10px 0 0 0;
    }
}

@media (max-width: 1199px) and (min-width: 991px) {
    .howBox .top.text3 .title {
        line-height: 18px;
        margin: 10px 0 0 0;
    }
}

/* HOW TO BUY */
.how_to_buy {
    border-top: 1px solid #dedede;
    marign-top: 20px;
}

.how_to_buy .active .num__rigister-img {
    background: url("/img/how_to_buy/register.png") no-repeat top center transparent;
}

.how_to_buy .howBox .top.active .title {
    color: #333;
}

.how_to_buy .howBox .top {
    cursor: auto;
}

.how_to_buy .main-title {
    font-weight: bold;
    margin: 26px 0 10px 0;
}

@media (max-width: 991px) {
    .how_to_buy .howBox .bottom {
        display: block;
    }

    .how_to_buy .howBox {
        border-bottom: none;
    }
}

/* FEES BLOCK */
.fees-block {

}

#content .fees-block--h2 {
    margin-top: 30px;
}

.fees_block--width {
    width: 70%;
    margin: 0 auto;
}

.fees-block__table {
    width: 50%;
    float: left;
    background-color: #ffffff;
    border: 1px solid #ececec;
}

.fees-block__table th {
    padding: 13px 15px;
    color: #000;
    border-bottom: 1px solid #e6e6e6;
}

.fees-block__table td {
    padding: 11px 15px;
    color: #666666;
    border-bottom: 1px solid #e6e6e6;
}

.fees-block__table tr:last-child td {
    border-bottom: none;
}

@media (max-width: 991px) {
    .fees_block--width {
        width: 100%;
        margin: 0 auto;
    }
}

@media (max-width: 650px) {
    .fees-block__table {
        width: 100%;
        float: none;
    }

    .fees-block__table--two {
        margin-top: 15px;
    }
}

/** Receipt **/
.receipt-box {
    background-color: #ececec;
    color: #818181;
}

.receipt-box .group-title {
    background-color: #ececec;
    color: #494949;
}

.receipt-box .form-row {
    padding: 0 20px 20px 20px;
}

.receipt-box__table {
    width: 100%;
}

.receipt_table {
    width: 100%;
}

.receipt_table__cell {
    padding: 8px 5px;
    border-bottom: 1px solid #e7e7e7;
}

.receipt_table__row:last-child .receipt_table__cell {
    border-bottom: none;
}

.receipt_table__cell--right {
    width: 20%;
}

.receipt_table__cell--last {
    font-weight: bold;
    font-size: 16px;
}

.receipt-controls {
    padding: 10px 0 0;
    margin: 45px 0 0;
    border-top: 1px solid #ececec;
    box-sizing: border-box;
}

.receipt-controls__desc {
    text-align: center;
    color: #999;
}

.receipt-controls-btn {
    text-align: center;
}

/* Reviews */
.reviews-list-container {
    background-color: #fff;
    border: 1px solid #ececec;
}

.reviews-list-toolbar {
    padding-top: 10px;
    border-bottom: 1px solid #ececec;
}

.reviews-list .summary {
    margin: 0;
}

.short-review {
    padding: 30px 20px 30px 20px;
    border-bottom: 1px solid #ececec;
}

.short-review .name {
    font-weight: bold;
    font-size: 14px;
    color: #666666;
}

.short-review .location {
    font-size: 14px;
    color: #666666;
}

.short-review .date {
    font-size: 11px;
    color: #888888;
}

.short-review .rating {
    letter-spacing: -2px;
}

.short-review .title {
    font-size: 18px;
    color: #333333;
    font-weight: 500;
    margin-top: 15px;
}

.short-review .description {
    color: #666666;
    margin-top: 10px;
}

.reviews-total-table {
    margin: 0 auto 25px auto;
    line-height: 0.8;
}

.reviews-total-table td {
    padding: 0;
}

.reviews-total-table .total-value {
    font-size: 40px;
    margin-right: 10px;
}

.reviews-list .reviews-pager li {
    margin-left: -3px;
}

.reviews-list .reviews-pager li a {
    float: none;
    border-radius: 0;
    color: #333333;
    font-size: 12px;
    font-weight: bold;
}

.reviews-list-container .pagination-wrapper {
    text-align: center;
    line-height: 1;
}

.reviews-list-container .pagination-wrapper li.disabled {
    display: none;
}

.reviews-list-container .pagination-wrapper li.next {
    margin-left: 15px;
}

.reviews-list-container .pagination {
    margin: 13px auto 11px auto;
}

.lot-view-images .big_images img,
.lot-view-images .small_images img {
    display: none;
}

.bid-live-select-sections .custom-select {
    display: inline-block;
    height: 32px;
    border-radius: 3px;
    background: #e0e0e0 url("/img/select_arrow.png") right center no-repeat;
    border: 1px solid #e0e0e0;
    line-height: 32px;
    font-size: 12px;
    font-weight: bold;
    min-width: 130px;
    float: left;
    margin-right: 5px;
    -webkit-appearance: none;
    text-decoration: none;
    cursor: pointer;
    text-shadow: none;
    -webkit-box-shadow: none;
    color: #666;
    box-sizing: border-box;
    padding: 0 15px 0 5px;
    text-align: left;
}

.bid-live-select-sections {
    display: inline-block;
    margin-right: 10px;
    margin-top: 12px;
}

@media (max-width: 432px) {
    .bid-live-select-sections {
        margin-right: 0;
    }
}

.bid-live-list-toolbar .select-label .custom-select {
    min-width: 170px;
}

.live-auctions-list .rBtn.live:hover {
    color: #fff;
    opacity: 0.8;
}

.rBtn.button.about-start:hover {
    color: #a20106;
    opacity: 0.8;
}

/* WELCOME CLIENT */
.welcome_client {
    border: 1px solid #ececec;
    background-color: #fff0cc;
    padding: 10px 15px;
    position: relative;
    margin-bottom: 30px;

}

.welcome_client.active {
    display: none;
}

.welcome_client--name {
    text-align: center;
    font-size: 22px;
    margin: 5px 0 10px 0;
    font-weight: bold;
}

.welcome_client--close-modal {
    top: 5px;
    right: 20px;
}

/* SIMPLE SEARCH  - color date */
.ui-datepicker td .ui-state-hover {
    background: #a20106;
    background-color: #a20106;
}

.how_table_dw .memberships-wrapper {
    border: none;
    width: 80%;
    margin: 0 auto;
}

.how_table_dw .memberships-table tr td:first-child {
    padding: 15px 10px;
}

.how_table_dw .memberships-wrapper .controls {
    display: none;
}

/* Orange button */
.btn.btn-orange {
    background: #ffb400;
    color: #000;
}

/** Recaptcha **/
#recaptcha_response_field {
    width: 40%;
}

.errorSummary {
    color: red;
}

.google-map-custom-block {
    position: absolute;
    left: 10px;
    top: 10px;
    background: #fafafa;
    box-shadow: 0 1px 3px #ADADAD;
    padding: 6px;
    font-size: 12px;
    border-radius: 1px;
}

/** RATE BOX **/
.rate-box {
    cursor: pointer;
    text-align: center;
}

.rate-box__label {
    color: #666666;
    margin-bottom: 5px;
}

.rate-box__item {
    display: inline-block;
    width: 24px;
    height: 21px;
    background: url(/public/img/rate-item.png) 0 0 no-repeat;
    padding-right: 5px;
}

.rate-box__item--hover {
    background-position: 0 -21px;
}

#box_cars-for-sales-by-make h4 {
    border-bottom: 1px dashed;
    color: #e14045;
    cursor: pointer;
    display: inline-block;
    outline: none;
}

#box_cars-for-sales-by-make ul {
    column-width: 150px;
}

.caret.reverse {
    transform: rotate(180deg);
}

.vehicle-count-list-wrap {
    padding: 30px 0 40px 0;
}

.vehicle-count-list__title {
    text-transform: uppercase;
}

.vehicle-count-list-item__link,
.vehicle-count-list-item__link:visited {
    color: #bdbdbd;
    font-size: 13px;
    text-decoration: none;
}

.vehicle-count-list-item__link:hover,
.vehicle-count-list-item__link:focus {
    color: #979797;
    text-decoration: none;
}

span.vehicle-count-list-item__count {
    font-weight: normal;
    font-size: 13px;
    color: #848484;
}

.vehicle-count-list_mb-30 {
    margin-bottom: 30px;
}

.count-list-dropdown {
    margin-bottom: 20px;
    border: 1px solid #ececec;
    border-top: 1px solid #980105;
}

.count-list-dropdown__body {
    max-height: 80px;
    overflow: hidden;
    background: #fff;
    padding: 0 20px 10px 20px;
    transition: max-height 0.35s ease-out;
}

.count-list-dropdown__more {
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
    text-align: center;
}

.count-list-dropdown__more a {
    color: #848484;
    font-size: 16px;
}

.count-list-dropdown.expanded .count-list-dropdown__body {
    max-height: 1000px;
    transition: max-height 0.4s ease-in;
}

.count-list-dropdown .vehicle-count-list__title {
    text-align: center;
}

.count-list-dropdown_position-bottom {
    margin-top: 20px;
    margin-bottom: 0;
}

.errorMessage {
    color: red;
    padding: 5px 0;
}

/** ReCaptcha Icon **/
.grecaptcha-badge {
    display: none;
}

.recaptcha-container {
    width: 100%;
    display: block;

    margin: 20px auto;
}

.g-recaptcha {
    transform-origin: left top;
    -webkit-transform-origin: left top;
}

.high-prebid {
    font-size: 14px;
    padding-bottom: 10px;
}

.high-prebid__amount {
    font-size: 16px;
    font-weight: bold;
}

/* Leaflet map */
.leaflet-popup-content-wrapper {
    border-radius: 2px;
}

.map-info-window {
}

.map-info-window a {
    color: #e14045;
}

/*Border activate small image*/
.slick-active.slick-center img.img-small {
    border: 2px solid #9e0205;
}

/* Leaflet map */
lot .calctable tr {
    border-bottom: solid 1px #e9e9e9;
}

.shipping-item__additional-photos-link,
.shipping-item__additional-photos-link:hover,
.shipping-item__additional-photos-link:active,
.shipping-item__additional-photos-link:focus {
    text-decoration: none;
}

.shipping-item__additional-photos-link {
    border-bottom: 1px dashed #5993e5;
}

.shipping-item__additional-photos-container {
    padding-top: 10px;
}

.shipping-item__additional-photo {
    width: 100px;
    margin-right: 10px;
    cursor: pointer;
}

.intl-tel-input {
    width: 100%;
}

.selected-dial-code {
    padding-right: 10px
}

.hidden {
    display: none;
}

/* modal Webcam */
.account-documents.lock,
.account-account_activation.lock {
    overflow-y: hidden;
}

.account-documents.lock .global-overlay,
.account-account_activation.lock .global-overlay {
    overflow: auto;
}

.account-documents.lock .global-overlay #global-modal,
.account-account_activation.lock .global-overlay #global-modal {
    position: absolute;
}

.webcam-modal video {

}

@media (max-width: 768px) {
    #webcam.webcam-modal video,
    #my_result.webcam-modal-result img {

    }
}

/* Uploaded Documents */
.img-wrap {
    position: relative;
}

.img-wrap:hover .user-file-preview__delete {
    display: block;
}

.user-file-preview__delete {
    display: none;
    z-index: 100;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(/public/img/trash.png) no-repeat scroll center center rgba(162, 1, 5, 0.6);
    background-size: 20%;
}

@media (max-width: 991px) {
    .user-file-preview__delete {
        display: block;
        width: 40px;
        height: 40px;
        top: 0;
        right: 0;
        left: inherit;
        bottom: inherit;
        background-size: 50%;
    }

}

.lot-live-hour {
    color: #a20106;
    font-size: 24px;
}
.t-d-dashed,
.t-d-dashed:hover,
.t-d-dashed:active,
.t-d-dashed:focus,
.t-d-dashed:focus-within {
    border-bottom:1px dashed #e14045;
    text-decoration: none;
}
.lot-location-info-box .auction-info__detail__title,
.lot-location-info-box .auction-info__detail__title2 {
    font-weight: unset;
    font-size: unset;
}
.lot-location-info-box .auction-info__detail__title a {
    padding-top: 10px;
    display: block;
}
.lot-location-info-box .auction-info__detail__item-name {
    font-weight: lighter;
    font-size: unset;
}
.lot-location-info-box .auction-info__detail__hr {
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #f5f5f5;
}
/*Start box question on future sale lot*/
.future-sale .question-ico-separate {
    color: #fff;
    width: 12px;
    height: 12px;
    font-size: 10px;
    background: #a10106;
    text-align: center;
    vertical-align: initial;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
}
.future-sale .tooltip-inner {
    background: #fff;
    color: #000;
    text-transform: none;
    border: 1px solid #ccc;
    font-weight: normal;
}
.future-sale .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #ccc;
}
/*End box*/

.nav.nav-pills.sca-tabs {
    margin-bottom: 10px;
}

.nav.nav-pills.sca-tabs li a {
    transition: ease .3s;
    border-radius: 0;
}

.nav.nav-pills.sca-tabs li.active a{
    background: transparent;
    color: #e14045;
    border-bottom: 2px solid #e14045;
}

.nav.nav-pills.sca-tabs li:not(.active):hover a {
    border-bottom: 2px solid rgba(225, 64, 69, 0.3);
    background: transparent;
}
.calculator-box {
    padding: 0 15px;
}
.calculator-box > p {
    margin: 0;
    padding: 14px 3px 9px 12px;
}
#confirm-button:hover {
    color: #222;
    white-space: nowrap;
}
#notify_method + .btn-group {
    margin: 0;
}
#notify_method + .btn-group > button {
    height: 40px
}
#notify_method + .btn-group > .multiselect-container a {
    padding-left: 0;
}
.p-20 {
    padding: 20px;
}
.p-t-5 {
    padding-top: 5px;
}
.title-after-registration {
    padding: 0 0 20px 0;
    margin: 0;
}

.payment-redirect {
    display: flex;
    align-items: center;
}
.payment-redirect__img {
    padding-right: 26px;
}
.payment-redirect__text {
    font-weight: normal;
    font-size: 14px;
    color: #999999;
}

.sca-payment__methods {
    border: 1px solid #DCDCDC;
    border-radius: 4px;
}

.sca-payment__methods input[type="radio"]{
    display: none;
}
.sca-payment__methods input[name="PaymentForm[type]"] + label{
    background: none;
    background: #F6F6F6;
}
.sca-payment__methods input[name="PaymentForm[type]"]:checked + label{
    background: #fff;
}
.sca-payment__methods input[name="PaymentForm[type]"]:checked + label .content{
    max-height: 300px;
    opacity: 1;
}
.sca-payment__methods input[name="PaymentForm[type]"]:checked + label .icon{
    border-color: #C20005;
}
.sca-payment__methods input[name="PaymentForm[type]"]:checked + label .caption{
    font-weight: bold;
    font-size: 15px;
}
.sca-payment__methods input[name="PaymentForm[type]"]:checked + label .icon::before{
    width: 12px;
    height: 12px;
}
.sca-payment__methods--container {
    background: #F6F6F6;
    padding: 10px 15px;
    transition: ease .3s;
    cursor: pointer;
}
.sca-payment__methods--container .title {
    display: flex;
    align-items: center;
}
.sca-payment__methods--container .content {
    margin-top: 10px;
    padding-top: 10px;
    margin-left: 10px;
    max-height: 0px;
    overflow: hidden;
    opacity: 0;
    border-top: 1px solid #ECECEC;
    transition: ease .3s;
}
.sca-payment__methods--container .title .icon {
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border: 1px solid #D6D6D6;
    border-radius: 50%;
    position: relative;
    transition: ease .3s;
}
.sca-payment__methods--container .title .icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 0;
    height: 0;
    background: #C20005;
    transition: ease .3s;
}
.sca-payment__methods--container .title .caption {
    margin-left: 10px;
    font-weight: normal;
    font-size: 15px;
    display: flex;
    align-items: center;
}

.sca-payment__methods--container .title .caption span:last-child {
    margin-left: 10px;
}
.sca-payment__methods--container .title.card .caption {
    flex-direction: column;
    align-items: flex-start;
}
.sca-payment__methods--container .title.card .caption span{
    margin-left: 0;
}
.sca-payment__methods--container:last-child {
    border-top: 1px solid #DCDCDC;
}

.sca-payment__methods {
    border: 1px solid #DCDCDC;
}

.sca-payment__methods--container {
    background: #F6F6F6;
    padding: 10px 15px;
    cursor: pointer;
    border-left: 2px solid transparent;
    margin-bottom: 0!important;
    border-top: 1px solid #DCDCDC;
    transition: ease .3s;
}

.footer-help {
    display: flex;
    background: transparent;
    color: #e3e3e3;
    border: none;
    align-items: center;
    justify-content: left;
    cursor: pointer;
    margin-top: 6px;
}
.footer-help span{
    text-align: left;
    color: #fff;
    font-size: 12px;
}

.footer-help svg{
    margin-left: 5px;
}.max_bid_calculator {
    margin: 0 auto;
    padding: 15px;
    color:#fff;
    background: #a10006;
}
.max_bid_calculator div.text-center{
    font-weight: 500;
    font-size: 16px;
    color: #333;
}
.max_bid_calculator .data{
    padding: 5px 0;
    margin: 10px 0;
    background-color: #fff;
    border-radius: 3px;
}
.max_bid_calculator .data2{
    border-radius: 3px;
    width: 100%;
    height: 40px;
    overflow: hidden;
    background: #ffffff;
}
.max_bid_calculator #country{
    width: 100%;
    color: #000;
    line-height: normal;
    background: transparent;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    -webkit-appearance: none;
}
.max_bid_calculator #country option{
    width: 100%;
}
.max_bid_calculator table tr>td:first-child, .max_bid_calculator table tr>td:last-child {
     width: 10%;
     color: #d8d8d8;
}
@media all and (max-width: 991px){
    .max_bid_calculator table tr>td:first-child, .max_bid_calculator table tr>td:last-child{
        width: 5%;
    }
}
.max_bid_calculator input {
    margin: 0;
}
.max_bid_calculator table td {
    padding: 0 10px;
    background-color: #fff;
}
.max_bid_calculator table .data select {
    width: 90%;
    color: #000;
}
.max_bid_calculator label { font-size: 13px; margin-bottom: 2px; display: block }
/*.max_bid_calculator .bid_input>div:first-child { color: #d8d8d8; font: 11px; padding: 10px 15px 3px; float:left; width:165px; }
.max_bid_calculator .bid_input>div:last-child { float:left; width:260px; padding-top: 10px; }*/
.max_bid_calculator .bid_input>div:first-child { float:left; width: 20px; }
.max_bid_calculator .bid_input>div:last-child { float:left; width: 80% }
.max_bid_calculator .btn {
    width: 16px; height: 16px; font-size: 18px; font-weight: bold;
    padding: 0; color: #333; border-radius: 0px; line-height: normal !important; margin: -12px -1px 2px }
.max_bid_calculator #newBid { height: 30px; line-height: 30px; font-size: 19px; font-weight: bold; color: #000; width: 100%; border: none; text-align: center; padding-left: 2px;  }

.max_bid_result { margin: 0 auto; height: 40px; background-color: #fff; border: 1px solid #f5f5f5; clear:both; }
.max_bid_result>div:first-child { padding: 8px 15px; float:left; width:55%; font-weight: bold }
.max_bid_result>div:last-child { float:left; width:45%; padding-top: 7px; font-size:16px; font-weight:bold; }

#fpc-modal.gray {
    width: 350px;
    height: auto;
}
#fpc-modal.gray input {
    width: 100%;/*115px*/
}
#fpc-modal.gray input[type=checkbox] {
    width: auto;
}
.content.lot-calc {
    padding: 5px 5px;
}
.lot-calc .max_bid_calculator {
    /*width: 336px;*/
    padding: 5px 10px;
    background: none;
}
.lot-calc .max_bid_calculator table tr>td:first-child {
    width: 50%;
    color: #333;
    vertical-align: middle;
 }
#fpc-modal .lot-calc .max_bid_calculator table tr>td:first-child{
    width: 10%;
}
.lot-calc .max_bid_calculator table tr>td:last-child {
    text-align: left;
}
.lot-calc .max_bid_calculator #newBid {
    font-size: 18px;
}

.lot-calc .fees-calc {
    background-color: #fff;
}
.lot-calc .fees-calc__title {
    color: #666;
}
.lot-calc .fees-calc__input {
    border-top: 1px solid #e4e4e4 !important;
    border-bottom: 1px solid #e4e4e4 !important;
}
.lot-calc .fees-calc__subtract-wrap {
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
}
.lot-calc .fees-calc__add-wrap {
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
}
.lot-calc .fees-calc__subtract {
    border-right: 2px solid #e4e4e4;
}
.lot-calc .select-label {
    display: none;
}

.lot-calc .table th, .lot-calc .table td {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #ddd;
    color: #333;
    font-size: 14px;
}
.lot-calc .table td:last-child {
    text-align: right;
}
.lot-calc .max_bid_result {
    margin: 0 auto;
    width: 340px;
    height: 48px;
    background: none;
    clear: both;
    background-color: rgba(255, 255, 255, 0.73);
}
.lot-calc .max_bid_result>div:first-child {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    padding: 18px 5px 3px;
    float: left;
    width: 165px;
}
.lot-calc .max_bid_result>div:last-child {
    float: left;
    width: 167px;
    padding-top: 18px;
    font-size: 17px;
    font-weight: bold;
    color: #333;
    text-align: right;
}
.lot-calc select {
    width: 180px;
}

.lot-calc .max_bid_calculator label {
    color: #333;
}
.lot-calc input[type=radio] {
    width: auto !important;
}

a#auction-fee-link {
    background-color: #042cbe;
    display: inline-block;
    width: 18px;
    height: 18px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    border-radius: 10px;
    font-size: 13px;
}
a#auction-fee-link:hover {
    text-decoration: none;
}
#auction-fee-modal {
    height: auto;
    font-size: 13px;
    color: #333;
    width: 699px;
    height: auto;
}
#auction-fee-modal p {
    color: #333;
    margin: 0;
}
#auction-fee-modal table td {
    padding: 0px 2px;
}
#auction-fee-modal .content {
    overflow-y: scroll;
    height: 450px
}

.bid_label {
    color: #fff;
    font-weight: bold;
    display: inline-block;
    margin-right: 5px;
    font-size: 12px;
    padding: 1px 8px;
}
.bid_label.gray { background-color: #f0eeee; color: #666666 }
.bid_label.green { background-color: #d9f1bf; color: #4e8216 }
.bid_label.yellow { background-color: #f6be17; }
.bid_label.red { background-color: #f6c1c3; color: #bf1f24 }
.bid_label_your_bid { color: #62b52b; display: inline-block }

/* offerBox */
.offerBox{
    text-align: center;
    padding-bottom: 20px;
}
.offerBox .first{
    font-size: 22px;
    font-weight: bold;
    color: #000;
    border-bottom: 1px solid #e5e5e5;
    padding: 5px 0;
}
.offerBox .second{
    color: #898989;
    padding: 10px 0;
}
.offerBox2 .fourth{
    color: #898989;
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
}
@media all and (max-width: 992px) {
    .offerBox{
        padding-bottom: 0;
    }
    .offerBox .first{
        font-size: 18px;
        padding: 15px 0 7px 0;
    }
}
.howBox {
    width:100%; /*263px*/
    margin: 0 0px 25px;
    padding: 0;
}
.howBox_line{
    width: 100%;
    height: 1px;
    border-bottom: 2px dotted #cacaca;
    position: relative;
    bottom: -45px;
}
.howBox .top {  font-size: 14px; text-align: center; cursor: pointer }
.howBox .top.h { height:100px; }
.howBox .top .step { color: white; font-size: 20px; text-transform: uppercase; }
.howBox .top .num{
    color: #fff;
    width: 102px;
    height: 77px;
    margin: 0 auto;
}
.num__rigister-img{background: url("/img/how_to_buy/register.png") no-repeat top center transparent;}
.num__search-img{background: url("/img/how_to_buy/search.png") no-repeat top center transparent;}
.num__pay-img{background: url("/img/how_to_buy/pay.png") no-repeat top center transparent;}
.num__ship-img{background: url("/img/how_to_buy/ship.png") no-repeat top center transparent;}

/*num action*/
.active .num__rigister-img{background: url("/img/how_to_buy/register.png") no-repeat bottom center transparent;}
.active .num__search-img{background: url("/img/how_to_buy/search.png") no-repeat bottom center transparent;}
.active .num__pay-img{background: url("/img/how_to_buy/pay.png") no-repeat bottom center transparent;}
.active .num__ship-img{background: url("/img/how_to_buy/ship.png") no-repeat bottom center transparent;}

.howBox .top .title {
    margin: 10px 0 7px 0;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    text-transform: uppercase;
}
@media (min-width: 991px){
    .howBox .triangle3 .title{
        /*line-height: 18px;*/
        /*margin: 10px 0 0 0;*/
    }
}
.howBox .top.active .title{
    color: #a20105;
}
.howBox .actions{
    display: none;
    text-align: center;
    padding: 10px;
}
.howBox .actions .less{
    display: none;
}
.howBox .actions.active .less{
    display: inline;
}
.howBox .actions.active .more{
    display: none;
}

.howBox .bottom {  text-align: center }
@media screen and (max-width: 991px) {
    .howBox .bottom {
        /*min-height: 50px;*/
    }
    .howBox .actions{
        display: block;
    }
    .howBox {
        border-bottom: 1px solid #ececec;
    }
    .howBox .top .num img {
        width: 53px
    }
    .howBox .top .title{
        font-size: 18px;
    }
}
.howBox .bottom2 {
    display: none;
}
.howBox .bottom .inner{ padding-top: 8px; font-size: 13px; color: #898989}

.how_table { width: 100%; }
.how_table td { width:25%; vertical-align: top;  }

/*.how_table_dw { width: 100%; }*/
.how_table_dw{ padding-top: 30px;}
.how_table_dw td { vertical-align: top; }
.how_table_dw td:first-child { width:75%; padding: 0% 1%; }
.how_table_dw td:last-child { width:25%; }
.how_table_dw .column { /*width: 220px;*/ margin: 0 auto; }
.how_table_dw .img { margin-bottom: 30px }

.how_contacts_table { width: 100%; }
.how_contacts_table td { width: 100%; color: #999 }
.how_contacts_table td:first-child { width: 24px; padding-bottom: 10px  }
.how_contacts_table td:last-child { width:auto; padding-left:12px; padding-bottom: 10px }
.how_contacts_table td a { color: #999 }
.how_contacts_table td div {
    width: 24px;
    height: 22px;
    background: url(/img/how_icons.png) no-repeat;
}
.how_contacts_table .icon_chat { background-position: 0px -32px }
.how_contacts_table .icon_fb { background-position: 0px -63px }
.how_contacts_table .icon_twitter { background-position: 0px -96px }

#accordionHow .accordion-group { border-radius: 0px; margin-bottom: 10px; }
#accordionHow .accordion-heading>div {
    display: table;
    height: 37px;
    width: 100%;
}
#accordionHow .accordion-toggle {
    background: #ffffff url(/img/accordeon_open.png) right center no-repeat;
    height: 37px;
    line-height: 15px;
    padding-left: 15px;
    border-radius: 0px;
    padding: 3px 31px 3px 10px;
    color: #676767;
    font-size: 14px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
#accordionHow .accordion-toggle.collapsed { background-image: url(/img/accordeon_close.png); }
#accordionHow .accordion-toggle:hover { text-decoration: none; }

.accordion-inner li {
    list-style-type: disc;
    margin-left: 20px;
}

.shipping_table { width: 100%; border-collapse: separate; border-spacing: 10px 1px; margin: 0 -10px; }
.shipping_table td { padding: 13px 16px; width:33px; vertical-align: top; }
.shipping_table tr:first-child td { background-color: #e0e0e0; font-weight: bold; font-size: 14px; text-transform: uppercase; }
.shipping_table tr:first-child td.active { background-color: #c80106; color:#fff }
.shipping_table tr:last-child td { background-color: #f4f4f4; }

.shipping_table_dw { width: 100% }
.shipping_table_dw>tbody>tr>td { vertical-align: top; width: 50%; }
.shipping_table_dw>tbody>tr>td:first-child { padding-right:20px }

.shipping_desc_table { width:100%; margin-bottom: 0px; }
.shipping_desc_table td { background-color: #f4f4f4 }
.shipping_desc_table td:first-child { width:140px; }
.shipping_result_table { width:100%; height: 58px; background: url(/img/bidcalc_bg.gif) repeat-x; clear:both; }
.shipping_result_table>div.title { color: #fff; font: 20px; padding: 18px 15px 3px; float:left; width:140px; }
.shipping_result_table>div.price { float:left; width:180px; padding-top: 18px; color:#ffbc00;font-size:24px;font-weight:bold; }
.shipping_result_table>div.order { float:left; width:200px; padding-top: 12px; }

.calendar_dateline { text-align: center; color:#333333; font-size: 16px; font-weight: bold; }
.calendar_dateline a.btn-mini{
    border: 2px solid #d5d5d5;
    margin: 8px 20px 10px 20px;
    padding: 3px 8px;
}
.calendar_dateline a.btn-mini .glyphicon{
    color: #000;
    top: 0;
    font-size: 10px;
}
.calendar_text{ text-align: center; color: #888888 }
.calendar_dateline a { margin: 0 10px; }
.calendar_table { width:100%; border-collapse: collapse ; border-spacing: 10px; margin-bottom: 10px; background-color: #ffffff; border: 1px solid #ececec }
.calendar_table td { vertical-align: top; border: solid 1px #e8e8e8; padding: 0; }
.calendar_table th { width: 14%; font-weight: normal; text-align: left; font-size: 14px; }
.calendar_table td.disabled { background-color: #ffffff; border-color: #ececec }
.calendar_table td .day { padding: 11px; font-size: 16px; font-weight: 500 }
.calendar_table td .links { padding: 6px 11px 11px; }
.calendar_table td .links a { color: #666; text-decoration: none;  }
.calendar_table td .links a:hover{ color: #e14045; text-decoration: none; }
.calendar_table td.disabled .day { color:#666 }
.calendar_table td.today .day { position:relative; color: #a00106 }
.calendar_table td.today .day>div { position:absolute; font-weight: bold; right: 7px; font-size: 17px; top: 10px;  }
.calendar_table td.today { border: 2px solid #a00106; }

@media screen and (min-width: 992px){
    .calendar_table td{
        height: 135px
    }
}
@media screen and (max-width: 992px) {

    .calendar_table td { display: block; padding: 0; /*margin-bottom: 10px*/ }
    .calendar_table thead { display:none }
    .calendar_table td.disabled { display:none }
    .calendar_table td.empty { /*display:none*/ }
    .calendar_table td.another .day {
        background-image: url(/img/accordeon_close.png);
        background-repeat: no-repeat;
        background-position: right center;
        cursor: pointer;
    }
    .calendar_table td.another .links { display:none }
    .calendar_table td.another.active .day {
        background-image: url(/img/accordeon_open.png);
    }
    .calendar_table td.another.active .links { display:block }

}

.tips_columns { width:100% }
.tips_columns td { width:35%; vertical-align: top; text-align: center; }
.tips_columns td>div:first-child { color:#333; font-weight:bold; font-size: 15px; text-transform: uppercase }
.tips_columns td>div:last-child { color:#333; }
.tips_columns td:first-child { width:15%; text-align: left; }
.tips_columns td:last-child { width:15%; text-align: right; }
.tips_columns td:first-child>div:first-child { color:#62b52b }
.tips_columns td:last-child>div:first-child { color:#073573 }

.tips_lines { width: 100%; height:25px; }
.tips_lines td { padding: 0; }
.tips_lines td.sepa { width:1px; padding: 0 1px }
.tips_lines td.sepa.red { background-color: #62b52b; }
.tips_lines td.sepa.yellow { background-color: #5993e5 }
.tips_lines td.line { width:34%; padding: 0px; }
.tips_lines td.line>div { margin: 7px 0 8px; height: 10px; }
.tips_lines td.line.red>div { background-color: #62b52b; border-top: solid 1px #62b52b; border-bottom: solid 1px #62b52b; }
.tips_lines td.line.red>div>div { border-top: solid 1px #a9d68b; }
.tips_lines td.line.grey>div { background-color: #e7e7e7; border-top: solid 1px #d2d2d2; border-bottom: solid 1px #d2d2d2; }
.tips_lines td.line.grey>div>div { border-top: solid 1px #fff; }
.tips_lines td.line.yellow>div { background-color: #5993e5; border-top: solid 1px #5993e5; border-bottom: solid 1px #5993e5; }
.tips_lines td.line.yellow>div>div { border-top: solid 1px #a4c4f1; }

/*.tips_table_dw { width: 100%; }*/
.tips_table_dw>tbody>tr>td { vertical-align: top; }
.tips_table_dw>tbody>tr>td:first-child { width:75%; }
.tips_table_dw>tbody>tr>td:last-child { width:25%; }
.tips_table_dw .column { /* width: 220px; */ margin: 0 auto; }
.tips_table_dw .img { margin-bottom: 30px }

.tips_boxes { width:100%; margin-bottom: 45px; }
.tips_boxes td { width:33%; }
.tips_boxes .triangle {
    margin:0 auto; width: 0px; height: 0px;
    border-style: solid;
    border-width: 0 11px 10px 11px;
    border-color: transparent transparent #f5f5f5 transparent;
}
.tips_box {
    width:85%; margin: 0 auto; min-height: 140px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow:    0px 3px 5px 0px rgba(50, 50, 50, 0.2);
    box-shadow:         0px 3px 5px 0px rgba(50, 50, 50, 0.2);
    background: #f5f5f5; /* Old browsers */
    background: -moz-linear-gradient(top, #f5f5f5 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f5f5f5 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f5f5f5 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f5f5f5 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f5f5f5 0%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.tips_box>div:first-child { padding: 20px 15px 5px; font-weight: bold; font-size: 16px; text-transform: uppercase }
.tips_box>div:first-child.red { color:#62b52b; }
.tips_box>div:first-child.yellow { color:#073573; }
.tips_box>div:last-child { padding: 10px 15px 10px; }

@media (max-width: 767px) {

    .tips_wrapper {
        position: relative;
        height: 582px;
        margin: 25px 0;
    }

    .tips_lines {
        position: absolute;
        top: 0;
        left: 47%;
        width: 25px;
    }
    .tips_lines td {
        display: block;
        width: 100%;
    }
    .tips_lines td.sepa {
        width: 100%;
        height: 3px;
    }
    .tips_lines td.line {
        height:190px;
        margin: 0 auto;
    }
    .tips_lines td.line>div {
        border: none;
        margin: 0 auto;
        height: 100%;
        width: 9px;
    }
    .tips_lines td.line>div>div {
        display: none;
    }

    .tips_columns td {
        display: block;
        position: absolute;
        width: 47% !important;
    }
    .tips_columns td>div {
        text-align: right;
    }
    .tips_columns td:nth-child(1) {
        top: -15px
    }
    .tips_columns td:nth-child(2) {
        top: 164px;
    }
    .tips_columns td:nth-child(3) {
        top: 357px;
    }
    .tips_columns td:nth-child(4) {
        bottom:-15px;
    }

    .tips_boxes td {
        width: 49% !important;
        position: absolute;
        right: 0;
    }
    .tips_boxes td>.triangle {
        display: none;
    }
    .tips_boxes td>.tips_box {
        width: 100%;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background: #fff;
        background: none;
        filter: none;
    }
    .tips_box>div:first-child {
        padding: 0px 8px 3px;
        font-size: 15px;
    }
    .tips_box>div:last-child {
        padding: 0px 0 10px 8px;
    }
    .tips_boxes td:nth-child(1) {
        top: 30px
    }
    .tips_boxes td:nth-child(2) {
        top: 256px;
    }
    .tips_boxes td:nth-child(3) {
        top: 427px;
    }
}
@media (max-width: 500px) {
    .tips_box>div:last-child * {
        line-height: 17px !important;
        font-size: 13px !important;
    }
}
@media (max-width: 400px) {
    .tips_boxes td:nth-child(1) {
        top: 0px
    }
    .tips_boxes td:nth-child(2) {
        top: 248px;
    }
    .tips_boxes td:nth-child(3) {
        top: 395px;
    }
}

.faq_main { clear:both; }
.faq_main>div { /* float:left;width:50%; */ }
.faq_main h3 { margin-bottom: 5px; }
.faq_main a h4 { color:#000; font-size: 16px }
.faq_main a:hover h3 { text-decoration: underline }
.faq_main ul { margin-left:25px; }
.faq_main ul li { list-style-type: disc; font-size:18px; font-weight: bold; }
.faq_main ul li a { color: #666; font-size: 14px; font-weight: normal; }
.faq_main .all { margin-left: 20px }
.faq_main .faq_logo{ min-height: 140px; padding: 7% 0; }
.faq_main .faq_logo img{ margin-top: 10px}
@media all and (max-width: 767px){
    .faq_main{
        padding: 0 15px;
    }
    .faq_main .faq_logo{
        min-height: 105px;
        padding: 3% 0;
    }
}
/*.faq_category { border-bottom: solid 1px #e9e9e9; }*/
.faq_category .items>div { border-bottom: solid 1px #e9e9e9; padding: 10px 0px; }
.faq_category .items>div:last-child { border-bottom: none}
.faq_category .items>div>div:first-child { color:#333; font-weight: bold; font-size: 18px; padding-bottom: 10px; }
.faq_category .items>div>div:first-child a { color:#333; }
.faq_category .items>div>div:last-child {color: #666666}
.faq_category .items>div>div:last-child p { margin: 0}
.faq_category .items a { color: #d23f44}
.faq_question, .related-questions { background-color: #fff; border: 1px solid #ececec; border-bottom: 2px solid #ececec; }
.related-questions { padding: 10px 15px; }
#content .faq_question h2 { font-size: 20px; text-align: left;}
#content .faq_category .go_back h2 { font-size: 24px; text-align: left; line-height: 1.3}
.faq_category .go_back input{ margin-right: 10px; }
.faq_question table { width:100%; border-bottom: 1px solid #ececec }
.faq_question table td { height:47px; padding: 10px 15px; }
.faq_question table td:first-child { width:auto }
.faq_question table td h2 { line-height: 24px; margin: 0; }
.faq_question .answer { margin: 15px; margin-bottom: 0; padding-bottom: 15px; color:#666; font-size: 14px; }
.related-questions ul li { list-style-type: none; font-size:18px; font-weight: bold; }
.related-questions ul li a { color: #666; font-size: 14px; font-weight: normal; }
.related-questions .all .yBtn{ padding: 7px 15px; font-size: 12px; color: #666666 }
.related-questions h4{ font-weight: bold}


@media screen and ( min-width: 991px ){
    .faq_question {
        border-bottom: none;
    }
    .related-questions{
        border-top: none;
    }
    .faq_question .answer{
        border-bottom: solid 1px #e8e8e8;
    }
}
@media screen and ( max-width: 991px ){
    .faq_question {
        margin-bottom: 15px;
    }
    .related-questions{
        text-align: center;
    }
}


.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
    text-align: left;
}
.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
    text-align: center;
}
.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
    text-align: right;
}
.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
    text-align: justify;
}

@media (max-width: 767px) {
    .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
        text-align: inherit;
    }
    .text-left-xs {
        text-align: left;
    }
    .text-center-xs {
        text-align: center;
    }
    .text-right-xs {
        text-align: right;
    }
    .text-justify-xs {
        text-align: justify;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
        text-align: inherit;
    }
    .text-left-sm {
        text-align: left;
    }
    .text-center-sm {
        text-align: center;
    }
    .text-right-sm {
        text-align: right;
    }
    .text-justify-sm {
        text-align: justify;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
        text-align: inherit;
    }
    .text-left-md {
        text-align: left;
    }
    .text-center-md {
        text-align: center;
    }
    .text-right-md {
        text-align: right;
    }
    .text-justify-md {
        text-align: justify;
    }
}
@media (min-width: 1200px) {
    .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
        text-align: inherit;
    }
    .text-left-lg {
        text-align: left;
    }
    .text-center-lg {
        text-align: center;
    }
    .text-right-lg {
        text-align: right;
    }
    .text-justify-lg {
        text-align: justify;
    }
}
/* Final price calculator - lot page */

@media (max-width: 991px){
    #fpc-modal.gray{
        width: 270px;
        left: 20px !important;
    }
    .glue-modal .modal-arrow-up{
        left: 19%;
    }
    .buy-now-container .glue-modal .modal-arrow-up{
        left: 50%;
    }
    .lot-calc .max_bid_calculator{
        width: 260px;
    }
    .lot-calc .max_bid_result{
        width: 260px;
    }
    .lot-calc .max_bid_result>div:first-child{
        width: 120px;
    }
    .lot-calc .max_bid_result>div:last-child{
        width: 140px;
        padding-right: 10px;
    }
    .max_bid_calculator table .data select{
        width: 100%;
    }
}
.box-fees-link {
    padding: 10px 10px 20px;
}
.box-fees-link p {
    color: #000000;
    margin: 0;
}
.account-type-fees[type="radio"] {
    display: inline-block;
}
.pt-10 {
    padding-top: 10px;
}.zoom {
    display: block;
}

.zoom-area {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.zoom-space {
    background: url('/img/zoom-magnifier.png') no-repeat scroll center center rgba(161, 1, 6, 0.5);
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 9px;
    left: 0;
    line-height: 11px;
    position: absolute;
    top: 0;
}

.zoom-space .zoom-text {
    display: block;
    left: 50%;
    margin-left: -33px;
    margin-top: -10px;
    padding-top: 26px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 67px;
}

.zoom-space .zoom-size {
    display: block;
    left: 50%;
    margin-left: -27px;
    margin-top: -29px;
    position: absolute;
    top: 50%;
    width: 63px;
}

.zoom-space .zoom-size span {
    color: white;
    display: block;
    float: left;
    font-size: 10px;
    line-height: 16px;
    margin: 0 4px 0 0;
    text-align: center;
    text-decoration: none;
    width: 16px;
}

.zoom-space .zoom-size span:hover {
    background: #0296FF;
}

.zoom-space .zoom-size span.cur {
    background: #0072C3;
}

.zoom-view span {
    bottom: 15px;
    color: #FFFFFF;
    font-size: 43px;
    left: 10px;
    line-height: 30px;
    position: absolute;
}

.zoom-off .zoom-area, .zoom-off .zoom-view {
    visibility: hidden;
}

.zoom-view {
    background: none;
    border: 2px solid #666;
    cursor: default;
    height: 555px;
    left: 585px;
    position: absolute;
    top: 0;
    width: 555px;
    z-index: 1000;
}

@media (max-width: 1200px) {
    .zoom-view {
        width: 455px;
        height: 455px;
        left: 485px;
    }
}.live-container {
    min-height: 400px;
    position: relative;
}
.live-history {
    border: 1px solid #ededed;
    padding: 10px;
    height: 250px;
    overflow-y: auto;
}
.live-lot-header {
    font-weight: bold;
    padding-bottom: 20px;
}
.live-content .detailstable {
    width: 100%;
}
.live-content .detailstable tr {
    border-left: solid 1px #ededed;
    border-right: solid 1px #ededed;
    border-bottom: solid 1px #ededed;
}
.live-content .detailstable td {
    padding: 3px 10px;
}
.live-content .details {
    margin: 0;
    height: 37px;
    color: #fff;
    background-color: #444;
    text-align: left;
    line-height: 37px;
    padding: 0 15px;
}
.live-content .live-thumbs img {
    display: inline-block;
    margin: 2px;
    cursor: pointer;
}
.small_images .live-thumbs img {
    border: solid 2px #fff;
}
.live-content .live-thumb .slick-track {
    height: 270px;
}
.live-content .live-thumbs .slick-track {
    height: 65px;
}

.live-bid-block {
    background-color: #a20105;
    margin-bottom: 15px;
}
.live-bid-block .text {
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    padding: 13px 0;
    background-color: #650104;
    text-transform: uppercase;
}
.live-bid-block .text.bs_biddingsuspended {
    /*background-color: #666;*/
}
.live-bid-block .live-button{
    padding: 21px 15px;
}
.live-bid-block .live-button .button {
    width: 100%;
}
.live-bid-block .live-button .rBtnBig {
    background-color: #c92025;
}
.rapid-bid-block {
    background-color: #ffffff;
    padding: 21px 15px;
    padding-bottom: 0;
    border: 1px solid #ececec;
    border-bottom: 2px solid #ececec;
    margin-bottom: 15px;
}
.rapid-bid-block input,
.rapid-bid-block a.button {
    width: 100%;
    height: 36px;
    line-height: 36px;
}
.rapid-bid-block a.button {
    font-weight: bold;
}
.rapid-bid-block .about-bid {
    padding: 10px 15px;
    clear: both;
    border-top: 1px solid #ececec;
}
.rapid-bid-block .about-bid a {
    color: #b0b0b0;
    font-size: 13px;
}
.place-rapid {
    float: left;
    padding-bottom: 15px;
}
.place-rapid.first {
    width: 56%;
}
.place-rapid.second {
    width: 40%;
    margin-left: 4%;
}
@media (min-width: 991px) and (max-width: 1199px) {
    .rapid-bid-block a.button {
        padding: 0;
    }
    .place-rapid.first {
        width: 50%;
    }
    .place-rapid.second {
        width: 46%;
    }
}
.bid-history {
    border: 1px solid #ececec;
    margin-bottom: 15px;

}
.bid-history .details {
    border: none;
    border-bottom: 1px solid #ececec;
}
.bid-history .textarea {
    width: 100%;
    height: 145px;
    padding: 15px 10px;
    background-color: #ffffff;
    box-sizing: border-box;
    overflow-x: auto;
    overflow-y: scroll;
}
.bid-history .textarea p {
    font-size: 13px;
    color: #666666;
    margin-bottom: 3px;
}
.bid-history .textarea p.proposed-bid {
    color: #d12c31;
}
.bh_proposed {
    color: red;
}
.bh_winningbidder {
    color: green;
}
#global-modal.live-previous-lots-modal,
#global-modal.live-upcoming-lots-modal {
    width: 650px;
    margin: -170px 0 0 -325px;
}

#global-modal.live-previous-lots-modal .content,
#global-modal.live-upcoming-lots-modal .content {
    height: 250px;
    background-color: #fff;
    overflow-y: auto;
    margin-bottom: 15px;
    padding: 0 30px 25px;
}
