.gradientSelectedTab {
  background: -moz-linear-gradient(top, #d9e8f5 27%, #e8f1f9 55%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(27%, #d9e8f5), color-stop(55%, #e8f1f9), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, #d9e8f5 27%, #e8f1f9 55%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, #d9e8f5 27%, #e8f1f9 55%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(top, #d9e8f5 27%, #e8f1f9 55%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, #d9e8f5 27%, #e8f1f9 55%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9e8f5', endColorstr='#00ffffff', GradientType=0);
}
div.RecentlyViewedControl div.image-col span.fa-stack {
  font-size: 12px;
}
div.Featured-Items-Rep div.Featured-Item span.fa-stack,
div#predictor div.thumbnailcontainer span.fa-stack {
  font-size: 27px;
}
div.FeatItemContainer div.FeatItemImage span.fa-stack {
  font-size: 50px;
}
div.primaryimage span.fa-stack {
  font-size: 95px;
}
div.category-standard-image-col span.fa-stack {
  font-size: 90px;
}
td.comparetdr span.fa-stack {
  font-size: 40px;
}
div.whatshotmenu div.hotitem div.hotitem-image span.fa-stack {
  font-size: 30px;
}
div.each-category-item div.thumbnailImg {
  width: 100%;
  height: auto;
  min-height: 110px;
}
div.each-category-item div.thumbnailImg span.fa-stack {
  font-size: 50px;
}
div.each-sub-category div.sub-category-image {
  width: 100%;
  height: auto;
  min-height: 110px;
}
div.each-sub-category div.sub-category-image span.fa-stack {
  font-size: 50px;
}
div.div-table-row div.image-wrapper span.fa-stack {
  font-size: 15px;
}
@media (max-width: 991px) {
  div.div-table-row div.image-wrapper span.fa-stack {
    font-size: 30px;
  }
}
.carousel-control-panel {
  height: 20px;
  font-size: 15px;
}
.carousel-control-panel a {
  position: absolute;
}
.carousel-control-panel a#hero-play {
  display: none;
}
@media (max-width: 991px) {
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .glyphicon-chevron-left {
    font-size: 25px;
  }
}
.fa-spin-custom,
.glyphicon-spin {
  -webkit-animation: fa-spin 1200ms infinite ease-in-out;
  animation: fa-spin 1200ms infinite ease-in-out;
}
/**:focus{
    outline:2px solid @themeColor !important;
}*/
/* START BS normalize.less */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* END BS normalize.less */
/* START BS print.less */
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  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;
  }
  .btn-toolbar {
    display: none;
  }
  .untabbed div {
    display: block !important;
  }
  div.cart-cfg-review a.toggle {
    display: none !important;
  }
  div.cart-cfg-review .section-body-comment {
    display: block !important;
  }
}
/* END BS print.less */
/* START BS scaffolding.less */
* {
  -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: "Open Sans", Arial, sans-serif;
  font-size: 12px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
  /*&:focus {//DVPAL20140725 - commented out to disable outline on anchor elements
    .tab-focus();
  }*/
}
a:hover,
a:focus {
  /*outline: 0; //DVPAL20140725 - added to remove dotted outline for all anchor elements*/
  color: #2a6496;
  text-decoration: underline;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/* END BS scaffolding.less */
/* START BS type.less */
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: #999999;
}
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: #999999;
}
.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 #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
/* END BS type.less */
/* START BS code.less */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  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;
}
/* END BS code.less */
/* START BS grid.less */
.container {
  margin-right: auto;
  margin-left: auto;
  /*padding-left:  (@grid-gutter-width / 2);
  padding-right: (@grid-gutter-width / 2);*/
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  /*padding-left:  (@grid-gutter-width / 2);
  padding-right: (@grid-gutter-width / 2);*/
}
.row {
  /*margin-left:  (@gutter / -2);
  margin-right: (@gutter / -2);*/
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 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%;
  }
}
/* END BS grid.less */
/* START BS tables.less */
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;
}
.table > thead > tr > th {
  vertical-align: bottom;
}
.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;
}
@media (max-width: 991px) {
  .table > tbody + tbody {
    border: none;
  }
}
.table .table {
  background-color: #ffffff;
}
.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 #dddddd;
}
.table-striped thead {
  background-color: #eaeaea;
}
.table-striped > tbody:nth-child(odd) {
  background-color: #efefef;
}
.qlist-table .edit-column a.btn {
  width: 100%;
  line-height: 1.5;
  border-radius: 0;
}
.qlist-table tbody tr:first-child {
  background-color: #eaeaea;
  display: table-row;
}
@media (max-width: 991px) {
  .qlist-table tbody tr:first-child {
    display: none;
  }
}
.qlist-table tbody tr:nth-child(even) {
  background-color: #ffffff;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.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-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
/* END BS tables.less */
/* START BS forms.less */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: normal;
}
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: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
  resize: none;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 34px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 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;
  /*.box-shadow(inset 0 1px 1px rgba(0,0,0,.075)); // Redeclare so transitions work*/
}
.has-success .form-control:focus {
  border-color: #2b542c;
  /*@shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px lighten(@border-color, 20%);
      .box-shadow(@shadow);*/
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  /*.box-shadow(inset 0 1px 1px rgba(0,0,0,.075)); // Redeclare so transitions work*/
}
.has-warning .form-control:focus {
  border-color: #66512c;
  /*@shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px lighten(@border-color, 20%);
      .box-shadow(@shadow);*/
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  /*.box-shadow(inset 0 1px 1px rgba(0,0,0,.075)); // Redeclare so transitions work*/
}
.has-error .form-control:focus {
  border-color: #843534;
  /*@shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px lighten(@border-color, 20%);
      .box-shadow(@shadow);*/
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.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;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  /*margin-left:  (@gutter / -2);
  margin-right: (@gutter / -2);*/
}
.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;
}
/* DVPDS - imported from previous stylesheets, consider temporary */
.input-block-level {
  display: block;
  width: 100%;
  min-height: 22px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* DVPAL20140605 - added for special case, store locator select boxes, may be merged in future with generic solution*/
#MainSection div div.form-inline select.form-control {
  margin-bottom: 5px;
}
/* END BS forms.less */
/* START BS buttons.less */
.btn {
  /* DVPAL20140605 - added for hover effects*/
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 2;
  vertical-align: top;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  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: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  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: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  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: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  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: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  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: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  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: #ffffff;
}
.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #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: #999999;
  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-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
/* END BS buttons.less */
/* START BS component-animations.less */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
/* END BS component-animations.less */
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* START FA path.less */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(../fonts/fontawesome-webfont.eot?v=4.3.0);
  src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0) format('embedded-opentype'), url(../fonts/fontawesome-webfont.woff2?v=4.3.0) format('woff2'), url(../fonts/fontawesome-webfont.woff?v=4.3.0) format('woff'), url(../fonts/fontawesome-webfont.ttf?v=4.3.0) format('truetype'), url(../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
/* END FA path.less */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/opensans/OpenSans-Regular-webfont.eot);
  src: url(../fonts/opensans/OpenSans-Regular-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/opensans/OpenSans-Regular-webfont.woff) format('woff'), url(../fonts/opensans/OpenSans-Regular-webfont.ttf) format('truetype'), url(../fonts/opensans/OpenSans-Regular-webfont.svg#open_sansregular) format('svg');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/opensans/OpenSans-Light-webfont.eot);
  src: url(../fonts/opensans/OpenSans-Light-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/opensans/OpenSans-Light-webfont.woff) format('woff'), url(../fonts/opensans/OpenSans-Light-webfont.ttf) format('truetype'), url(../fonts/opensans/OpenSans-Light-webfont.svg#open_sanslight) format('svg');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/opensans/OpenSans-Semibold-webfont.eot);
  src: url(../fonts/opensans/OpenSans-Semibold-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/opensans/OpenSans-Semibold-webfont.woff) format('woff'), url(../fonts/opensans/OpenSans-Semibold-webfont.ttf) format('truetype'), url(../fonts/opensans/OpenSans-Semibold-webfont.svg#open_sanssemibold) format('svg');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/opensans/OpenSans-Bold-webfont.eot);
  src: url(../fonts/opensans/OpenSans-Bold-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/opensans/OpenSans-Bold-webfont.woff) format('woff'), url(../fonts/opensans/OpenSans-Bold-webfont.ttf) format('truetype'), url(../fonts/opensans/OpenSans-Bold-webfont.svg#open_sansbold) format('svg');
}
.bold {
  font-weight: 700;
}
.semibold {
  font-weight: 600;
}
.normal {
  font-weight: 500;
}
.light {
  font-weight: 300;
}
/* START FA core.less */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome, "Open Sans", Arial, sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* END FA core.less */
/* START FA larger.less */
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
/* END FA larger.less */
/* START FA fixed-width.less */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
/* END FA fixed-width.less */
/* START FA list.less */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
/* END FA list.less */
/* START FA bordered-pulled.less */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
/* END FA bordered-pulled.less */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* START FA rotated-flipped.less */
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
/* END FA rotated-flipped.less */
/* START FA stacked.less */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* END FA stacked.less */
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
/* END FA icons.less */
/* START BS dropdowns.less */
.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: 157px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/* END BS dropdowns.less */
/* START BS button-groups.less */
.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;
}
@media (max-width: 991px) {
  .responsive.btn-toolbar {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .pnl-customer .btn-toolbar .btn,
  .responsive.btn-toolbar .btn {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn.btn-primary {
  margin-bottom: 10px;
}
.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-toolbar-right {
  margin-right: -5px;
  text-align: right;
  /*DVPEP20140527 - NTN7.2 - Added extra padding in smaller viewports for the top of the buttons as they big to flow on top of each other. - BEGIN*/
  /*DVPEP20140527 - NTN7.2 - Added extra padding in smaller viewports for the top of the buttons as they big to flow on top of each other. - END*/
  /*DVPEP20140528 - NTN7.2 - For extra small viewports enlarge buttons in group so they expand width of screen. - BEGIN*/
  /*DVPEP20140528 - NTN7.2 - For extra small viewports enlarge buttons in group so they expand width of screen. - END*/
}
.btn-toolbar-right .btn-group,
.btn-toolbar-right .input-group {
  float: right;
}
.btn-toolbar-right > .btn,
.btn-toolbar-right > .btn-group,
.btn-toolbar-right > .input-group {
  margin-right: 5px;
}
@media (max-width: 991px) {
  .btn-toolbar-right > .btn,
  .btn-toolbar-right > .btn-group,
  .btn-toolbar-right > .input-group {
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .btn-toolbar-right > .btn {
    margin-right: 0;
    display: block;
    width: 100%;
  }
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
/* END BS button-groups.less */
/* START BS input-groups.less */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group a.btn.icon-calendar {
  border-radius: 0 4px 4px 0px;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 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: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  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-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
/* END BS input-groups.less */
/* START BS navs.less */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  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 #dddddd;
}
.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: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    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: #ffffff;
  }
}
.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: #ffffff;
  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 {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    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: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
/* END BS navs.less */
/* START BS navbar.less */
.navbar {
  position: relative;
  min-height: 100px;
  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;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  /*margin-right: -@navbar-padding-horizontal;
    margin-left:  -@navbar-padding-horizontal;*/
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 40px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 100px;
  /*DVPDQ20140513-change the position of the logo img*/
}
@media (max-width: 767px) {
  .navbar-brand {
    position: static;
    /*DVPAL20140527 - position changed to static so the nav menu becomes two rows*/
    top: 10px;
  }
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  margin-left: 20px;
  padding: 9px 10px;
  /*.navbar-vertical-align(34px);*/
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  /*@media (min-width: @grid-float-breakpoint) {
    display: none;
  }*/
}
.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: 992px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 20px -15px;
}
.navbar-nav > li > a {
  padding-top: 15px;
  padding-bottom: 10px;
  padding-right: 0;
  line-height: 20px;
  /*@media (max-width:@screen-xs-max){
            padding-top:
        }*/
}
@media (max-width: 991px) {
  .navbar-nav > li > a {
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .navbar-nav .dropdown-menu {
    top: auto;
    float: none;
    width: auto;
    margin-top: 0;
    /*DVPDQ20140513-Change it to white
      background-color: transparent;*/
    background-color: #ffffff;
    border: 1px solid #3399cc;
    left: auto;
    right: -1px;
  }
  .navbar-nav .dropdown-menu > li > a,
  .navbar-nav .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .dropdown-menu > li > a:hover,
  .navbar-nav .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:    @navbar-padding-vertical;
        padding-bottom: @navbar-padding-vertical;*/
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: 25px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left;
    float: left !important;
  }
  .navbar-right {
    float: right;
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 33px;
  margin-bottom: 33px;
}
@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;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 33px;
  margin-bottom: 33px;
}
.navbar-btn.btn-sm {
  margin-top: 35px;
  margin-bottom: 35px;
}
.navbar-btn.btn-xs {
  margin-top: 39px;
  margin-bottom: 39px;
}
.navbar-text {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .navbar-text {
    /* DVPDQ20140513-Change it to try 
      float: left;
    margin-left: @navbar-padding-horizontal;
    margin-right: @navbar-padding-horizontal;
  */
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default {
    min-height: 75px;
    /*DVPAL20140527 - minimum height set to 75px, height is auto*/
    height: auto;
    /*DVPDQ20140513-Change the topbar with fix height, DVPAL20140527 - height changed from 75px to auto for responsive height*/
  }
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #2b709e;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav {
  /*DVPDQ20140513-remove .dropdown-menu from bellow*/
  /*
        @media (max-width: @grid-float-breakpoint-max)
        {
            // Dropdowns get custom display when collapsed 
            .open
            {
                > li > a
                {
                    color: @navbar-default-link-color;

                    &:hover,
                    &:focus
                    {
                        color: @navbar-default-link-hover-color;
                        background-color: @navbar-default-link-hover-bg;
                    }
                }

                > .active > a
                {
                    &,
                    &:hover,
                    &:focus
                    {
                        color: @navbar-default-link-active-color;
                        background-color: @navbar-default-link-active-bg;
                    }
                }

                > .disabled > a
                {
                    &,
                    &:hover,
                    &:focus
                    {
                        color: @navbar-default-link-disabled-color;
                        background-color: @navbar-default-link-disabled-bg;
                    }
                }
            }
        } */
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555555;
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.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: #ffffff;
}
@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: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    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: #ffffff;
    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: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
/* END BS navbar.less */
/* START BS breadcrumbs.less */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
  border: solid 1px #e3e3e3;
  width: 100%;
  word-wrap: break-word;
  clear: both;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #999999;
}
@media (max-width: 394px) {
  .breadcrumb {
    word-wrap: break-word;
    margin-left: auto;
    margin-right: auto;
  }
}
/* END BS breadcrumbs.less */
/* START BS pagination.less */
.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;
  line-height: 1.42857143;
  text-decoration: none;
  color: #428bca;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.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: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.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-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-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-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
/* END BS pagination.less */
/* START BS pager.less */
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #ffffff;
  cursor: not-allowed;
}
/* END BS pager.less */
/* START BS labels.less */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.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;
}
/* END BS labels.less */
/* START BS badges.less */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  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: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
/* END BS badges.less */
/* START BS jumbotron.less */
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.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-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
/* END BS jumbotron.less */
/* START BS thumbnails.less */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
/* END BS thumbnails.less */
/* START BS alerts.less */
.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 {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
/* END BS alerts.less */
/* START BS progress-bars.less */
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
/* START BS progress-bars.less */
/* START BS media.less */
.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;
}
/* EMD BS media.less */
/* START BS list-group.less */
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-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: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
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: #ffffff;
  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;
}
/* START BS list-group.less */
/* START - panels.less */
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-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 #dddddd;
  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-right-radius: 3px;
  border-top-left-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-right-radius: 3px;
  border-top-left-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 #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  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;
}
/* END - panels.less */
/* START BS wells.less */
.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, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
/* END BS wells.less */
/* START BS close.less */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
/* END BS close.less */
/* START BS modals.less */
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
/* used for the email popup on the saved carts page */
/* for each modal used on the site, create an entry such as the one below */
.modal-email-saved-cart {
  top: 65%;
  left: 50%;
  width: 560px;
  height: 300px;
  margin: -250px 0 0 -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
/* START BS modals.less */
/* START BS tooltip.less */
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  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: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
/* END BS tooltip.less */
/* START BS popovers.less */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 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 {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
/* START BS popovers.less */
/* START BS glyphicons.less */
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(../fonts/glyphicons-halflings-regular.eot);
  src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/glyphicons-halflings-regular.woff) format('woff'), url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
/* END BS glyphicons.less */
/* START BS carousel.less */
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 10%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: -30px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  transition: all 200ms ease-in-out;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0px;
  text-indent: -999px;
  border: 1px solid #428bca;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #428bca;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
}
/* END BS carousel.less */
/* START BS utilities.less */
.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-right:before,
.btn-toolbar-right: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,
div#Container:before,
div#Container:after,
div#Content:before,
div#Content:after,
.pItemRow:before,
.pItemRow:after,
div.accessories:before,
div.accessories:after,
div#predictor:before,
div#predictor:after,
.item-list-header:before,
.item-list-header:after,
.subcategory-list-container:before,
.subcategory-list-container:after,
.sortcontrol:before,
.sortcontrol:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar-right: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,
div#Container:after,
div#Content:after,
.pItemRow:after,
div.accessories:after,
div#predictor:after,
.item-list-header:after,
.subcategory-list-container:after,
.sortcontrol:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
/* END BS utilities.less */
/* START BS responsive-utilities.less */
@-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;
  }
}
/* START BS responsive-utilities.less */
/* START forms.less */
td.subsubheader,
div.subsubheader {
  font-size: 13px;
  font-weight: bold;
  padding: 5px 2px 5px 4px;
  background: #0557b1;
  color: #ffffff;
}
tr.nrow td,
div.nrow td,
tr.nrow div,
div.nrow div {
  /*background: @customerFormNRowBackground;*/
  color: #000000;
  padding: 2px 2px 2px 4px;
}
tr.nrow td input.nrow,
div.nrow td input.nrow,
tr.nrow div input.nrow,
div.nrow div input.nrow {
  border: solid 1px #999999;
}
td.divrow div,
div.divrow div {
  width: 100%;
  height: 1px;
  border: 0;
  background-color: #eae7db;
  margin: 3px 0 3px 0;
}
tr.altrow td,
div.altrow td,
tr.altrow div,
div.altrow div {
  /*background: @customerFormAltRowBackground;*/
  color: #000000;
  padding: 2px 2px 2px 4px;
}
tr.altrow td input.altrow,
div.altrow td input.altrow,
tr.altrow div input.altrow,
div.altrow div input.altrow {
  border: solid 1px #999999;
}
tr.altrowtext td,
div.altrowtext div {
  /*background: @customerFormAltRowBackground;*/
  color: #000000;
  padding: 2px 2px 2px 4px;
}
td.divrow2 div,
div.divrow2 div {
  width: 100%;
  height: 1px;
  border: 0;
  background-color: #eae7db;
  margin: 3px 0 3px 0;
}
div.div-table input[type="text"] {
  margin: 0 auto;
}
input[type="text"] {
  height: 34px;
  padding: 7px;
}
/*DVPAL20140528 - added for add to cart text field*/
@media (max-width: 991px) {
  div.form-add-to-cart input {
    text-align: right;
  }
}
/*DVPJL20140902 - ntn72013 - site survey - start*/
@media (min-width: 992px) {
  .formSurvey div.formInstruction {
    width: 25%;
    display: inline-block;
    vertical-align: top;
  }
  .formSurvey div.formInstruction + div {
    width: 75%;
    display: inline-block;
    vertical-align: top;
  }
}
@media (max-width: 991px) {
  .formSurvey td {
    display: block !important;
  }
}
.formSurvey > div {
  margin: 5px 0px;
}
.formSurvey .captchadiv {
  text-align: center;
}
.formSurvey .captchainput input.form-control {
  margin: 0 auto !important;
}
.formSurvey div.formInstruction + div > select,
.formSurvey div.formInstruction + div > input,
.formSurvey div.formInstruction + div > textarea {
  display: block !important;
  width: 100% !important;
  height: 34px !important;
  padding: 6px 12px !important;
  font-size: 12px !important;
  line-height: 1.42857143 !important;
  color: #555555 !important;
  background-color: #ffffff !important;
  background-image: none !important;
  border: 1px solid #cccccc !important;
  border-radius: 4px !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
}
.formSurvey div.formInstruction + div > select:focus,
.formSurvey div.formInstruction + div > input:focus,
.formSurvey div.formInstruction + div > textarea:focus {
  border-color: #66afe9 !important;
  outline: 0 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
}
.formSurvey div.formInstruction + div > select::-moz-placeholder,
.formSurvey div.formInstruction + div > input::-moz-placeholder,
.formSurvey div.formInstruction + div > textarea::-moz-placeholder {
  color: #999999 !important;
  opacity: 1 !important;
}
.formSurvey div.formInstruction + div > select:-ms-input-placeholder,
.formSurvey div.formInstruction + div > input:-ms-input-placeholder,
.formSurvey div.formInstruction + div > textarea:-ms-input-placeholder {
  color: #999999 !important;
}
.formSurvey div.formInstruction + div > select::-webkit-input-placeholder,
.formSurvey div.formInstruction + div > input::-webkit-input-placeholder,
.formSurvey div.formInstruction + div > textarea::-webkit-input-placeholder {
  color: #999999 !important;
}
.formSurvey div.formInstruction + div > select[disabled],
.formSurvey div.formInstruction + div > input[disabled],
.formSurvey div.formInstruction + div > textarea[disabled],
.formSurvey div.formInstruction + div > select[readonly],
.formSurvey div.formInstruction + div > input[readonly],
.formSurvey div.formInstruction + div > textarea[readonly],
fieldset[disabled] .formSurvey div.formInstruction + div > select,
fieldset[disabled] .formSurvey div.formInstruction + div > input,
fieldset[disabled] .formSurvey div.formInstruction + div > textarea {
  cursor: not-allowed !important;
  background-color: #eeeeee !important;
  opacity: 1 !important;
}
textarea.formSurvey div.formInstruction + div > select,
textarea.formSurvey div.formInstruction + div > input,
textarea.formSurvey div.formInstruction + div > textarea {
  height: auto !important;
  resize: none !important;
}
.formSurvey > div:last-child > div {
  text-align: center;
}
.formSurvey input.btn.btn-submit {
  color: #ffffff !important;
  background-color: #428bca !important;
  border-color: #357ebd !important;
}
.formSurvey input.btn.btn-submit:hover,
.formSurvey input.btn.btn-submit:focus,
.formSurvey input.btn.btn-submit:active,
.formSurvey input.btn.btn-submit.active,
.open .dropdown-toggle.formSurvey input.btn.btn-submit {
  color: #ffffff !important;
  border-color: #285e8e !important;
}
.formSurvey input.btn.btn-submit:active,
.formSurvey input.btn.btn-submit.active,
.open .dropdown-toggle.formSurvey input.btn.btn-submit {
  background-image: none !important;
}
.formSurvey input.btn.btn-submit.disabled,
.formSurvey input.btn.btn-submit[disabled],
fieldset[disabled] .formSurvey input.btn.btn-submit,
.formSurvey input.btn.btn-submit.disabled:hover,
.formSurvey input.btn.btn-submit[disabled]:hover,
fieldset[disabled] .formSurvey input.btn.btn-submit:hover,
.formSurvey input.btn.btn-submit.disabled:focus,
.formSurvey input.btn.btn-submit[disabled]:focus,
fieldset[disabled] .formSurvey input.btn.btn-submit:focus,
.formSurvey input.btn.btn-submit.disabled:active,
.formSurvey input.btn.btn-submit[disabled]:active,
fieldset[disabled] .formSurvey input.btn.btn-submit:active,
.formSurvey input.btn.btn-submit.disabled.active,
.formSurvey input.btn.btn-submit[disabled].active,
fieldset[disabled] .formSurvey input.btn.btn-submit.active {
  background-color: #428bca !important;
  border-color: #357ebd !important;
}
.formSurvey input.btn.btn-submit .badge {
  color: #428bca !important;
  background-color: #ffffff !important;
}
/*DVPJL20140902 - ntn72013 - site survey - end*/
/*DVPJL20140902 - ntn72013 - add a review - start*/
.formReview div.formInstruction {
  /*width: 50%;*/
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.formReview div.formInstruction + div {
  /*width: 50%;*/
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.formReview > div {
  margin: 5px 0px;
}
.formReview .captchadiv {
  text-align: center;
}
.formReview .captchainput input.form-control {
  margin: 0 auto !important;
  width: 100%;
}
.formReview div.formInstruction + div > select,
.formReview div.formInstruction + div > input,
.formReview div.formInstruction + div > textarea {
  display: block !important;
  width: 100% !important;
  height: 34px !important;
  padding: 6px 12px !important;
  font-size: 12px !important;
  line-height: 1.42857143 !important;
  color: #555555 !important;
  background-color: #ffffff !important;
  background-image: none !important;
  border: 1px solid #cccccc !important;
  border-radius: 4px !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
}
.formReview div.formInstruction + div > select:focus,
.formReview div.formInstruction + div > input:focus,
.formReview div.formInstruction + div > textarea:focus {
  border-color: #66afe9 !important;
  outline: 0 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
}
.formReview div.formInstruction + div > select::-moz-placeholder,
.formReview div.formInstruction + div > input::-moz-placeholder,
.formReview div.formInstruction + div > textarea::-moz-placeholder {
  color: #999999 !important;
  opacity: 1 !important;
}
.formReview div.formInstruction + div > select:-ms-input-placeholder,
.formReview div.formInstruction + div > input:-ms-input-placeholder,
.formReview div.formInstruction + div > textarea:-ms-input-placeholder {
  color: #999999 !important;
}
.formReview div.formInstruction + div > select::-webkit-input-placeholder,
.formReview div.formInstruction + div > input::-webkit-input-placeholder,
.formReview div.formInstruction + div > textarea::-webkit-input-placeholder {
  color: #999999 !important;
}
.formReview div.formInstruction + div > select[disabled],
.formReview div.formInstruction + div > input[disabled],
.formReview div.formInstruction + div > textarea[disabled],
.formReview div.formInstruction + div > select[readonly],
.formReview div.formInstruction + div > input[readonly],
.formReview div.formInstruction + div > textarea[readonly],
fieldset[disabled] .formReview div.formInstruction + div > select,
fieldset[disabled] .formReview div.formInstruction + div > input,
fieldset[disabled] .formReview div.formInstruction + div > textarea {
  cursor: not-allowed !important;
  background-color: #eeeeee !important;
  opacity: 1 !important;
}
textarea.formReview div.formInstruction + div > select,
textarea.formReview div.formInstruction + div > input,
textarea.formReview div.formInstruction + div > textarea {
  height: auto !important;
  resize: none !important;
}
.formReview input.btn.btn-submit {
  color: #ffffff !important;
  background-color: #428bca !important;
  border-color: #357ebd !important;
}
.formReview input.btn.btn-submit:hover,
.formReview input.btn.btn-submit:focus,
.formReview input.btn.btn-submit:active,
.formReview input.btn.btn-submit.active,
.open .dropdown-toggle.formReview input.btn.btn-submit {
  color: #ffffff !important;
  border-color: #285e8e !important;
}
.formReview input.btn.btn-submit:active,
.formReview input.btn.btn-submit.active,
.open .dropdown-toggle.formReview input.btn.btn-submit {
  background-image: none !important;
}
.formReview input.btn.btn-submit.disabled,
.formReview input.btn.btn-submit[disabled],
fieldset[disabled] .formReview input.btn.btn-submit,
.formReview input.btn.btn-submit.disabled:hover,
.formReview input.btn.btn-submit[disabled]:hover,
fieldset[disabled] .formReview input.btn.btn-submit:hover,
.formReview input.btn.btn-submit.disabled:focus,
.formReview input.btn.btn-submit[disabled]:focus,
fieldset[disabled] .formReview input.btn.btn-submit:focus,
.formReview input.btn.btn-submit.disabled:active,
.formReview input.btn.btn-submit[disabled]:active,
fieldset[disabled] .formReview input.btn.btn-submit:active,
.formReview input.btn.btn-submit.disabled.active,
.formReview input.btn.btn-submit[disabled].active,
fieldset[disabled] .formReview input.btn.btn-submit.active {
  background-color: #428bca !important;
  border-color: #357ebd !important;
}
.formReview input.btn.btn-submit .badge {
  color: #428bca !important;
  background-color: #ffffff !important;
}
/*DVPJL20140902 - ntn72013 - add a review - end*/
/*DVPLW20141009 Suggest Search*/
.ui-autocomplete {
  z-index: 9000 !important;
}
/*DVPLW20141009 Suggest Search END*/
/*DVPAL20141009 - ajax calendar date input field - START*/
@media (max-width: 991px) {
  .ajaxdateinput {
    width: 100%;
  }
}
/*DVPAL20141009 - ajax calendar date input field - END*/
/*DVPAL20150202 - Reports section - START*/
input.reportsinput,
select.reportsinput {
  width: 150px;
}
@media (max-width: 991px) {
  input.reportsinput,
  select.reportsinput {
    width: 100%;
  }
}
div.calendardiv {
  display: inline-block;
  vertical-align: top;
  padding-right: 20px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  div.calendardiv {
    padding: 0;
  }
}
a.aspxlinks.btn.btn-primary {
  padding: 0 10px;
}
div.reportsearchdiv {
  width: 500px;
  padding: 15px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  div.reportsearchdiv {
    width: 100%;
  }
}
/*DVPAL20150202 - Reports section - END*/
input:-webkit-autofill {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), inset 0 0 0 50px #ffffff;
}
/* END forms.less */
/* START misc.less */
.asterisk,
.error {
  color: #a94442;
}
.asterisk {
  font-size: 7px;
}
.asterisk:before {
  content: "\F069";
  font-family: FontAwesome;
  position: absolute;
}
.error {
  font-size: 14px;
}
div.sectionTitles,
div.sectionTitlesSA {
  background: #165b96;
  padding: 0 0 1px 5px;
}
.ctrltitle {
  font-size: 16px;
  color: #ffffff;
  font-weight: normal;
  text-align: left;
}
.ctrltitle2 {
  font-size: 16px;
  color: #ffffff;
  font-weight: normal;
  text-align: left;
  font-weight: bold;
}
/*span.bold
{
    font-weight: 700;
}*/
span.noreviewlbl {
  font-size: 12px;
  color: #428bca;
}
@media (max-width: 767px) {
  span.noreviewlbl {
    display: block;
  }
}
span.msg {
  display: inline !important;
}
span.tabletitle {
  font-size: 12px;
}
.break-top {
  margin-top: 10px;
}
ul.min {
  font-size: 12px;
  margin: -10px 0 5px 0;
  list-style: inside square;
}
ul.min li {
  color: #666666;
}
input.small-squared {
  font-size: 12px;
  padding: 2px;
  margin-bottom: 2px;
  border-radius: 0;
}
span.large {
  font-size: 15px;
  color: #666666;
  padding-left: 0;
}
select.wided {
  width: 120px;
  background-color: #ffffff;
}
select.wide {
  max-width: 120px;
  width: auto;
}
select.expand {
  width: auto;
}
select.expanded {
  width: auto;
  background-color: #ffffff;
}
/* used for hidden elements */
.hidden {
  display: none;
}
/* used for highlight images (for example, on the logged in welcome page) */
img.highlite {
  border: solid 3px #ffffff;
  width: 56px;
  height: 56px;
}
img.highlite:hover {
  border: solid 3px #cccccc;
}
.align-center {
  text-align: center;
}
div#yellowbox {
  border-radius: 0px;
  border: 1px solid #cccccc;
  background-color: #fffdd4;
  padding: 2px;
  float: right;
  margin-right: 10px;
}
@media (max-width: 767px) {
  div#yellowbox {
    width: 98%;
    display: inline-block;
    /*margin-left:10px;*/
    float: left;
  }
}
@media (min-width: 767px) {
  div#yellowbox {
    display: inline-block;
  }
}
/*DVPLL20140516-add new style for favoritediv*/
.favoritediv {
  display: inline-block;
}
div.XMLbodycontainer {
  width: 100%;
}
div.XMLbodycontainer div.xmltextblock,
div.XMLbodycontainer div.xmlimgpreview {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 991px) {
  div.XMLbodycontainer div.xmltextblock,
  div.XMLbodycontainer div.xmlimgpreview {
    width: 100%;
  }
}
div.XMLbodycontainer div.xmlimgpreview img {
  width: 100%;
}
span.xml-body {
  display: inline-block;
  width: 100%;
  height: 350px;
  overflow-y: scroll;
  border: 1px solid #949494;
  padding: 10px;
  border-radius: 4px;
  word-wrap: break-word;
}
div.disableddiv {
  width: 670px;
  margin: 0 auto;
}
h1.errheader {
  font-size: 18px;
  font-weight: bold;
  color: #428bca;
}
div.errorcontent p,
div.errorcontent ul {
  line-height: 1;
  font-size: 14px;
  color: #333333;
}
div.coupon-promotion {
  margin-bottom: 15px;
  width: 100%;
  font-size: 0;
}
div.coupon-promotion p {
  width: 100%;
  margin-bottom: 0px;
  border-bottom: 1px solid #165b96;
}
div.coupon-promotion p:last-of-type {
  border: none;
}
@media (max-width: 767px) {
  div.coupon-promotion p {
    width: 50%;
    display: inline-block;
  }
}
div.coupon-promotion p img {
  width: 100%;
  margin: 0;
}
div.coupon-content p {
  font-size: 14px;
  line-height: 1.2;
}
@media (max-width: 991px) {
  div.coupon-content img {
    width: 100%;
  }
}
h1.titleheading {
  font-size: 18px;
  font-weight: bold;
  color: #428bca;
}
div#newsletter {
  margin: 10px 0px;
  font-size: 16px;
  color: #ffffff;
  font-weight: normal;
  text-align: left;
}
div#newsletter div.captchadiv {
  margin-top: 10px;
}
div#newsletter div.newslettersignup {
  color: #165b96;
  padding: 5px;
  border: 1px solid #cccccc;
  border-top: none;
}
div#newsletter span[id*=validator] {
  display: block;
  line-height: 1.2;
  font-size: 12px;
  color: #a94442 !important;
}
div#newsletter img.captchaimg {
  margin: 0 auto;
  display: block;
}
div#newsletter .formInstruction,
div#newsletter .captchadesc {
  font-size: 13px;
  margin-top: 10px;
}
div#newsletter div.emailfield .formInstruction {
  margin-top: 0;
}
div#newsletter div input[type=text] {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
div#newsletter div input[type=text]: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, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
div#newsletter div input[type=text]::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
div#newsletter div input[type=text]:-ms-input-placeholder {
  color: #999999;
}
div#newsletter div input[type=text]::-webkit-input-placeholder {
  color: #999999;
}
div#newsletter div input[type=text][disabled],
div#newsletter div input[type=text][readonly],
fieldset[disabled] div#newsletter div input[type=text] {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textareadiv#newsletter div input[type=text] {
  height: auto;
  resize: none;
}
div#newsletter div input[type=submit] {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
  margin-top: 10px;
  width: 100%;
}
div#newsletter div input[type=submit]:hover,
div#newsletter div input[type=submit]:focus,
div#newsletter div input[type=submit]:active,
div#newsletter div input[type=submit].active,
.open .dropdown-togglediv#newsletter div input[type=submit] {
  color: #ffffff;
  border-color: #285e8e;
}
div#newsletter div input[type=submit]:active,
div#newsletter div input[type=submit].active,
.open .dropdown-togglediv#newsletter div input[type=submit] {
  background-image: none;
}
div#newsletter div input[type=submit].disabled,
div#newsletter div input[type=submit][disabled],
fieldset[disabled] div#newsletter div input[type=submit],
div#newsletter div input[type=submit].disabled:hover,
div#newsletter div input[type=submit][disabled]:hover,
fieldset[disabled] div#newsletter div input[type=submit]:hover,
div#newsletter div input[type=submit].disabled:focus,
div#newsletter div input[type=submit][disabled]:focus,
fieldset[disabled] div#newsletter div input[type=submit]:focus,
div#newsletter div input[type=submit].disabled:active,
div#newsletter div input[type=submit][disabled]:active,
fieldset[disabled] div#newsletter div input[type=submit]:active,
div#newsletter div input[type=submit].disabled.active,
div#newsletter div input[type=submit][disabled].active,
fieldset[disabled] div#newsletter div input[type=submit].active {
  background-color: #428bca;
  border-color: #357ebd;
}
div#newsletter div input[type=submit] .badge {
  color: #428bca;
  background-color: #ffffff;
}
div.infobox {
  /*.hoverShadow;*/
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  width: 100%;
  height: auto;
  border: 1px solid #cccccc;
}
div.infobox img {
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  max-height: 100%;
  height: auto !important;
}
div.infobox img:hover {
  -webkit-transform: scale(1.05);
  /* Safari and Chrome */
  -moz-transform: scale(1.05);
  /* Firefox */
  -ms-transform: scale(1.05);
  /* IE 9 */
  -o-transform: scale(1.05);
  /* Opera */
  transform: scale(1.05);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
div.infobox:hover .info-caption {
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  opacity: 0.7;
  transform: translateY(-100%);
}
div.infobox .info-caption {
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  height: 30px;
  display: block;
  bottom: -30px;
  width: 100%;
  line-height: 25px;
  text-align: center;
  opacity: 0;
  position: absolute;
  color: #ffffff;
  left: 0;
  z-index: 100;
  background: #000000;
}
span.shortdescr {
  -ms-word-break: break-word;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}
.savedText {
  color: #9d261d;
  font-weight: 600;
}
img.hoverZoom {
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
img.hoverZoom:hover {
  -webkit-transform: scale(1.1);
  /* Safari and Chrome */
  -moz-transform: scale(1.1);
  /* Firefox */
  -ms-transform: scale(1.1);
  /* IE 9 */
  -o-transform: scale(1.1);
  /* Opera */
  transform: scale(1.1);
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
/* END misc.less */
/* START layout.less */
html {
  /*background:@footerBackground;*/
  background: #ffffff;
}
body.default {
  background: #ffffff;
  /*background: url(../images/full_background_sample.jpg) 50% top repeat-y fixed;*/
}
body.clear {
  margin: 3px 3px 10px 4px;
}
body.defaultframe {
  margin: 10px 0;
  background-color: #ffffff;
  overflow-y: hidden;
  padding: 5px;
}
body.email td {
  color: #222222;
}
.header-banner {
  /*background: url(../images/background_sample.jpg) 50% top no-repeat fixed;*/
  height: 150px;
  width: 100%;
}
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
@media (max-width: 767px) {
  .ntn-navbar {
    float: right;
    margin-right: 20px;
    margin-top: 0px;
  }
  .ntn-navbar #langselector {
    display: inline-block;
    margin-bottom: -10px;
    width: 40px;
  }
  .ntn-navbar #langselector .marquee,
  .ntn-navbar #langselector marquee {
    min-width: 40px;
    width: 40px;
  }
  .ntn-navbar li,
  .ntn-navbar li > a {
    display: inline;
  }
  .FeatItemTable .FeatItemColumn .FeatItemBlock {
    margin: 0 0 -1px 0;
    min-height: 120px;
  }
  .FeatItemTable .FeatItemColumn .FeatItemBlock .FeatItemBlockImage {
    width: 110px;
    height: 110px;
    display: inline-block;
    float: left;
    margin-right: 1%;
  }
  .FeatItemTable .FeatItemColumn .FeatItemBlock .FeatItemInfoBlock {
    display: inline-block;
    text-align: left;
    min-width: 56%;
  }
}
@media (max-width: 991px) {
  #Navigation {
    width: 100% !important;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .header-banner {
    height: 200px;
  }
  #Header #Navigation #category {
    width: 100%;
    border-top: 0px solid #ffffff;
    /*DVPDQ20140512border*/
  }
  #Header #Navigation #category a.categorytext {
    font-size: 14px;
    font-weight: 600;
    height: 34px;
    line-height: 20px;
    text-align: left !important;
    padding: 7px 10px;
    background: #8bc0ee;
  }
  #Header #Navigation #TopCategory .navmenu .Menu > li {
    display: inline;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  #Header #Navigation {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #Header #Navigation {
    width: 970px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #Header #Navigation {
    width: 100%;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  #Header #Navigation #category {
    width: 17%;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  #Header #Navigation #TopCategory {
    width: 83%;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .header-banner {
    height: 300px;
  }
}
/* Large devices (large desktops, 1200px and up) */
div#Container {
  margin-right: auto;
  margin-left: auto;
  /*padding-left:  (@grid-gutter-width / 2);
  padding-right: (@grid-gutter-width / 2);*/
  text-align: left;
  background: #ffffff;
}
@media (min-width: 768px) {
  div#Container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  div#Container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  div#Container {
    width: 1170px;
  }
}
div#Container > .navbar-header,
div#Container > .navbar-collapse {
  /*margin-right: -@navbar-padding-horizontal;
    margin-left:  -@navbar-padding-horizontal;*/
}
@media (min-width: 768px) {
  div#Container > .navbar-header,
  div#Container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
div#Header {
  background: #428bca;
  position: relative;
  height: auto;
  width: auto;
  /*.row;*/
}
div#TopSection {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 55px;
  background: url(../../images/6-SP3-top_section_bg3.gif) no-repeat;
  border: 0;
  margin-bottom: 0;
  text-align: left;
}
div#Navigation {
  z-index: 200;
  width: 1170px;
  /*width: @navbarWidth;*/
  margin: 0 auto;
  background-color: #428bca;
}
@media (max-width: 991px) {
  div#Navigation {
    display: none;
  }
}
div#Navigation:before,
div#Navigation:after {
  content: " ";
  display: table;
}
div#Navigation:after {
  clear: both;
}
div#Navigation:before,
div#Navigation:after {
  content: " ";
  display: table;
}
div#Navigation:after {
  clear: both;
}
div#LeftContentInfo {
  float: none !important;
}
@media (min-width: 768px) {
  div#LeftContentInfo {
    padding: 10px 20px 30px 0px;
  }
}
@media (max-width: 767px) {
  div#LeftContentInfo {
    width: 100%;
    float: none;
  }
}
div#RecentlyViewed {
  margin-top: 7px;
}
div#LeftContent {
  margin-top: 12px;
}
div#ProductCompareList {
  margin-top: 7px;
}
div#LeftCartSummary,
div.LeftCartSummary {
  margin-top: 10px;
}
/*DVPEP20140606 - NTN7.2 - Container for social media control in DVPNTNStore.Master->LeftContentInfo - BEGIN*/
div#LeftSocialMedia {
  margin: 10px 0;
}
div#LeftSocialMedia div.site-socialdiv div.site-socialtitle {
  font-size: 16px;
  color: #ffffff;
  font-weight: normal;
  text-align: left;
}
div#LeftSocialMedia div.site-socialdiv div.site-socialitems {
  padding-left: 5px;
  border: 1px solid #cccccc;
  border-top: none;
  font-size: 30px;
  line-height: 1.2;
}
/*DVPEP20140606 - NTN7.2 - Container for gift registry control in DVPNTNStore.Master->LeftContentInfo - END*/
div#promosection {
  margin-top: 7px;
}
#Header,
#Content {
  width: 100%;
}
div#Content {
  /*margin-left:  (@gutter / -2);
  margin-right: (@gutter / -2);*/
  clear: both;
}
@media (max-width: 991px) {
  div#Content {
    margin-left: 0px;
  }
}
@media (min-width: 768px) {
  div#Content {
    display: table;
    table-layout: fixed;
    padding-top: 5px;
  }
}
div#MainSection,
div#LeftSection,
div#RightSection {
  background: #ffffff;
  float: none;
}
@media (min-width: 768px) {
  div#MainSection,
  div#LeftSection,
  div#RightSection {
    display: table-cell;
    vertical-align: top;
  }
}
@media (max-width: 991px) {
  div#MainSection,
  div#LeftSection,
  div#RightSection {
    min-height: 0 !important;
  }
}
div#MainSection {
  min-height: 500px;
  text-align: left;
  background: #ffffff;
}
@media (min-width: 480px) {
  div#MainSection {
    padding: 10px;
  }
}
@media (max-width: 480px) {
  div#MainSection {
    padding: 10px;
  }
}
@media (min-width: 768px) {
  div#MainSection {
    padding: 10px 0px 30px 0px;
    float: right;
  }
}
@media (max-width: 991px) {
  div#MainSection {
    padding-right: 10px;
  }
}
div#LeftSection {
  height: 100%;
  z-index: 200;
  text-align: left;
  margin-top: 0;
  padding: 10px 10px 10px 10px;
}
@media (min-width: 768px) {
  div#LeftSection {
    padding: 10px 20px 10px 0px;
    float: left;
  }
}
@media (max-width: 767px) {
  div#LeftSection {
    float: right;
    float: right !important;
    width: 100%;
    /* DVPAL20140527 - added for Firefox support in responsive search bar mode*/
  }
}
div#RightSection {
  text-align: left;
  height: 100%;
  padding: 0 5px 50px;
}
/* For the main section of the admin pages */
div#AdminBody {
  padding: 0 10px 20px 15px;
  margin-bottom: 50px;
}
footer {
  padding: 0;
  margin-top: 10px;
  text-align: center;
  border-top: 5px solid #666666;
  background: #808080;
  color: #ffffff;
}
footer .btmfootercontainer {
  width: 100%;
  background: #666666;
}
#NavButtons .sitelinks {
  margin-top: 15px;
}
.sitelinks {
  list-style: none;
  color: #428bca;
  background: #f5f5f5;
  border-color: rgba(0, 0, 0, 0.1);
  border-width: 1px 1px 3px 1px;
  border-style: solid;
  padding: 2px 20px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .sitelinks {
    background: none;
    padding: 2px 10px;
  }
}
.sitelinks li {
  display: inline-block;
  padding: 0 15px;
  border-right: 1px solid #eaeaea;
}
@media (max-width: 767px) {
  .sitelinks li {
    border: none;
    padding: 0 10px;
  }
}
.sitelinks li:last-child {
  border-right: none;
}
.sitelinks li:last-child {
  margin-right: 0;
}
.sitelinks li:last-child:after {
  content: "";
}
/* added to display white links in the footer */
.footer-sitelinks ul li a {
  color: #ffffff;
  text-decoration: none;
}
div#Summary {
  margin-bottom: 0;
  padding-left: 0;
}
div.dvptag {
  min-height: 30px;
  width: 1170px;
  padding: 5px 5px 10px;
  margin: 0 auto;
  color: #ffffff;
}
@media (max-width: 1199px) {
  div.dvptag {
    width: 970px;
  }
}
@media (max-width: 991px) {
  div.dvptag {
    width: 100%;
  }
}
div.dvptag span {
  color: #ffffff;
}
div.dvptag a {
  color: #ffffff;
}
div.dvptag .dvpwm {
  float: right;
}
div.dvptag .fcopyright {
  float: left;
}
@media (max-width: 991px) {
  div.dvptag .dvpwm,
  div.dvptag .fcopyright {
    float: none;
  }
}
.dright .pull-left {
  text-align: left !important;
}
.inline-radios {
  margin-top: 5px;
}
.inline-radios label,
.inline-radios input {
  margin: 0;
  padding: 5px 0 0 5px;
}
.inline-radios label {
  padding: 0 10px 0 5px;
}
.inline-radios input {
  margin-top: -5px;
}
.button-container {
  margin-bottom: 40px;
  padding: 0 5px;
}
@media (max-width: 991px) {
  .button-container {
    margin: 0;
  }
}
.button-container-inline {
  margin-top: 10px;
  /*DVPEP20140604 - NTN7.2 - Added so extra small viewports will display buttons on item details as block level so they will expand the length of the viewport. - BEGIN*/
  /*DVPEP20140604 - NTN7.2 - Added so extra small viewports will display buttons on item details as block level so they will expand the length of the viewport. - END*/
}
.button-container-inline .btn-item {
  display: inline-block !important;
  width: auto;
}
@media (max-width: 991px) {
  .button-container-inline .btn-item {
    display: block !important;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .button-container-inline div select {
    width: 100%;
  }
}
/*DVPAL20140611 - IE-specific select box arrow hiding*/
select.btn-avail-small::-ms-expand {
  display: none;
}
/*DVPAL20140609 - parametric search location select box*/
.parametricButtons .locSelect {
  height: 36px;
  display: inline-block;
  width: auto;
}
.parametricButtons .locSelect select {
  height: 100%;
}
@media (max-width: 991px) {
  .parametricButtons .locSelect {
    width: 100%;
  }
}
.locSelect select {
  /* hide select box arrow*/
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 1px;
  text-overflow: '';
  padding-left: 5px;
}
@media (max-width: 991px) {
  .locSelect select {
    width: 80% !important;
  }
}
p {
  padding: 0;
  margin: 0 0 15px 0;
  color: #666666;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}
p.end {
  margin: 0;
}
p.headir {
  padding: 0;
  margin: 0;
  font-size: 12px;
}
select {
  /*border: 1px solid #999;
    font-size: 11px;
    color: #333;
    margin-bottom: 0;
    margin-top: 0;
    background-color: #fff;*/
  height: 34px;
}
textarea {
  border: 1px solid #949494;
  font-size: 11px;
  color: #222222;
  margin-bottom: 0;
  margin-top: 0;
  background-color: #ffffff;
}
H1 {
  font-size: 16px;
  font-weight: 600;
  color: #222222;
  margin-top: 0;
}
H2 {
  font-size: 15px;
  color: #222222;
}
H2.untabbed {
  margin-top: 10px;
  margin-bottom: 8px;
}
H3 {
  font-weight: 600;
  font-size: 14px;
  color: #222222;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 8px;
}
H3.Alt {
  margin-bottom: 0;
}
H3.altwhite {
  color: #ffffff;
  margin-bottom: 0;
}
H4 {
  font-size: 12px;
  color: #222222;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 8px;
}
H4.alt {
  margin-bottom: 0;
}
div.recentlyviewedmenu,
div.leftcartsummenu,
div.prodcomparemenu {
  border-radius: 0px;
  border: 1px solid #cccccc;
  border-top: none;
  padding: 1px;
}
div.recentlyviewedmenu .end,
div.leftcartsummenu .end,
div.prodcomparemenu .end {
  text-align: right;
  margin-top: 5px;
  margin-right: 15px;
}
.link {
  color: blue;
}
table.primaryimage {
  width: 214px;
  border-radius: 0px;
  border: 1px solid #cccccc;
  padding: 2px;
}
table.primaryimage2 {
  width: 150px;
  border-radius: 0px;
  border: 1px solid #cccccc;
  padding: 5px;
}
div#TopParentLogin {
  position: relative;
  height: 65px;
  margin: 0 0 5px 0;
}
td.totaltaxs {
  width: 10%;
  padding: 1px 0;
}
div.footer {
  margin: 0 auto;
  width: 1170px;
  height: auto;
  font-size: 0;
  color: #ffffff;
  min-height: 100px;
  padding-top: 10px;
  text-align: left;
  padding: 5px 0;
  background: #808080;
}
@media (max-width: 1199px) {
  div.footer {
    width: 970px;
  }
}
@media (max-width: 991px) {
  div.footer {
    text-align: center;
    width: 100%;
  }
}
div.footer .paymenticon {
  text-align: right;
  margin-right: 15px;
  /*margin-bottom: -10px;*/
}
div.footer .paymenticon div.securepayment {
  display: inline-block;
  font-size: 12px;
  padding-right: 15px;
  margin-bottom: 5px;
  width: 100%;
  margin-top: 0;
}
@media (max-width: 767px) {
  div.footer .paymenticon div.securepayment {
    padding: 0;
  }
}
div.footer .paymenticon div.iconcontainer {
  display: inline-block;
}
div.footer .column {
  width: 23.75%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  vertical-align: top;
  min-height: 100px;
  height: auto;
  display: inline-block;
  margin: 0 0 0px 1%;
}
@media (max-width: 991px) {
  div.footer .column {
    width: 50%;
    margin: 0 0 15px 0;
  }
}
@media (max-width: 767px) {
  div.footer .column {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
div.footer .column h4 {
  margin: 0 0 10px 0;
  padding-bottom: 5px;
  color: #ffffff;
  border-bottom: 1px solid #666666;
  font-size: 18px;
  font-weight: normal;
}
div.footer .column ul.footerll {
  list-style: none;
  margin: 0;
  padding: 0;
}
div.footer .column ul.footerll img {
  margin-top: 0;
  margin-right: 10px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
div.footer .column ul.footerll img:hover {
  margin-top: -10px;
}
div.footer .column ul.footerll li {
  display: inline-block;
  width: 100%;
}
div.footer .column ul.footerll li a {
  font-size: 14px;
  color: #dddddd;
  text-decoration: none;
}
div.footer .column ul.footerll li a:hover {
  color: #ffffff;
}
a.footerLinks {
  font-weight: 700;
  color: #222222;
  text-decoration: none;
}
/*div.middivlines
{
    display: none;
    width: 960px;
    height: 1px;
    background-color: #676869;
}*/
div.leftcartsummenu .qtyCol,
div.leftcartsummenu .descCol {
  display: inline-block;
  vertical-align: top;
  width: 85%;
}
div.leftcartsummenu .qtyCol {
  width: 13%;
  text-align: center;
}
div.leftcartsummenu .showmoretext {
  text-align: right;
  padding-right: 15px;
}
div.prodcomparemenu span.clear-compare {
  font-size: 11px;
}
div.prodcomparemenu .iconCol,
div.prodcomparemenu .itemCol {
  display: inline-block;
  vertical-align: middle;
}
div.prodcomparemenu .iconCol {
  width: 13%;
  text-align: center;
}
div.prodcomparemenu .showmoretext {
  text-align: right;
  padding-right: 15px;
}
table.axt {
  border: none 1px #000000;
}
table.search {
  width: 960px;
  background-color: #ffffff;
}
/*td.advancedResults //DVPAL20140721 - commented out since we no longer use tables on advancedsearch
{
    background-color: #dedede;
    padding: 0;
}*/
td.tdhdr,
th.tdhdr {
  font-weight: 700;
  background-color: #f5f5f5;
  padding: 2px 3px;
}
td.tdpad {
  background-color: #eaeaea;
  padding: 5px 3px 5px 4px;
}
td.tdpadalt {
  background-color: #d3d3d3;
  padding: 5px 3px 5px 4px;
}
td.tdpadh {
  background-color: #f2e7de;
  padding: 5px 3px 5px 4px;
}
td.tdtpad {
  background-color: #ffffff;
  padding: 5px 2px 5px 4px;
}
td.tdnopad {
  background-color: #eaeaea;
  padding: 1px;
}
td.pricepad {
  background-color: #eaeaea;
  padding: 2px;
  text-align: right;
}
td.categories {
  font-size: 12px;
  color: #474765;
  font-weight: 700;
}
td.dleft {
  color: #666666;
  background-color: #eaeaea;
  font-weight: 700;
  padding: 3px 3px 3px 5px;
}
td.dleftalt {
  color: #222222;
  background-color: #dddddd;
  font-weight: 700;
  padding: 5px 3px 5px 5px;
}
td.dright {
  color: #666666;
  background-color: #f5f5f5;
  padding: 2px 3px 2px 5px;
}
td.drightshort {
  color: #949494;
  background-color: #f5f5f5;
  padding: 2px 3px 2px 5px;
}
span.dvp {
  color: #222222;
  font-size: 12px;
}
img.thumbnail.rvthumb {
  border: none;
}
img.nobordr {
  border-width: 0;
}
a.lnk {
  padding: 3px;
  display: block;
  position: relative;
  text-decoration: none;
}
a.lnk:hover {
  background-color: #dedede;
  text-decoration: none;
}
a.nolnk {
  padding: 3px;
  display: block;
  position: relative;
  text-decoration: none;
  color: #222222;
}
a.dvpsubcat {
  color: #471f16;
  display: block;
  position: relative;
  padding: 2px;
  text-decoration: none;
}
.search-form {
  padding: 20px;
  border-radius: 0px;
  border: 1px solid #cccccc;
  background: #f5f5f5;
  width: auto;
  display: inline-block;
}
.search-form select.as-cat,
.search-form a.as-sub {
  width: 100%;
}
.search-form .form-control-focus {
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .search-form {
    width: 100%;
    background: none;
  }
  .search-form div.control-group div.controls input,
  .search-form div.control-group div.controls select {
    width: 100%;
    margin-top: 5px;
  }
}
.control-group {
  display: flex;
  margin-bottom: 2.5px;
}
.control-group label.control-label {
  float: left;
  display: inline-flex;
  width: 40%;
}
.control-group .controls {
  float: right;
  display: inline-flex;
  width: 60%;
}
a.advancedResults {
  font-size: 12px;
  color: #0075e8;
  display: block;
  position: relative;
  padding: 2px;
  text-decoration: none;
}
a.advancedResults:hover {
  color: #00478c;
  text-decoration: none;
}
a.advancedResultsSmall {
  color: #0075e8;
  display: block;
  position: relative;
  padding: 3px 2px 3px 2px;
  text-decoration: none;
}
a.advancedResultsSmall:hover {
  color: #00478c;
  text-decoration: none;
}
a.gray {
  font-weight: 600;
  color: #428bca;
  text-decoration: none;
}
a.gray:hover {
  color: #2a6496;
  text-decoration: none;
}
A.more {
  font-size: 10px;
  color: #0075e8;
  padding: 2px 2px 2px 0;
  text-decoration: none;
}
A.more:hover {
  padding: 2px 2px 2px 0;
  text-decoration: none;
}
a.navwhite {
  color: #4B4B76;
  text-decoration: none;
}
a.grid {
  color: #0075e8;
  padding-left: 5px;
  text-decoration: none;
}
a.productdetails {
  color: #464646;
  position: relative;
  font-weight: 700;
  text-decoration: none;
}
a.textlnk {
  color: #222222;
  text-decoration: none;
}
input.searchinput {
  width: 130px;
  border: 1px solid #123579;
  background-color: #ffffff;
}
input.solid {
  border-radius: 0px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
input.solidform {
  border-radius: 0px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  padding: 1px 1px 1px 3px;
  width: 159px;
}
input.solidbtn {
  border: 1px solid #79614b;
  color: #000000;
  background-color: #ffffff;
  padding: 1px 1px 1px 3px;
}
select.cc {
  padding: 1px;
}
select.wide {
  max-width: 120px;
  width: auto;
}
select.expand {
  width: auto;
}
select.expanded {
  width: auto;
  background-color: #ffffff;
}
td.product_text {
  color: #666666;
  font-size: 12px;
  vertical-align: top;
  padding: 5px;
}
td.product_text_alt {
  font-size: 12px;
  vertical-align: top;
  padding: 5px;
}
table.comparetbl {
  background-color: #cccccc;
  border-radius: 0px;
  border: 1px solid #cccccc;
}
td.comparethd {
  padding: 4px;
  background-color: #f5f5f5;
  width: 116px;
  border-radius: 0px;
  border: 1px solid #cccccc;
}
td.comparetd {
  padding: 4px;
  background-color: #f5f5f5;
  width: 116px;
  border-radius: 0px;
  border: 1px solid #cccccc;
}
td.comparethdr {
  padding: 4px;
  background-color: #f5f5f5;
  width: 117px;
  vertical-align: top;
  text-align: center;
  border-radius: 0px;
  border: 1px solid #cccccc;
}
td.comparetdr {
  padding: 4px;
  background-color: #ffffff;
  width: 117px;
  vertical-align: top;
  text-align: right;
  border-radius: 0px;
  border: 1px solid #cccccc;
}
td.comparetdr p {
  text-align: left;
}
td.comparerow {
  padding: 4px;
  vertical-align: middle;
  font-weight: 700;
  border-radius: 0px;
  border: 1px solid #cccccc;
}
img.imgbutton {
  cursor: pointer;
}
table.hidecells {
  empty-cells: hide;
  border-collapse: separate;
  border: 0;
  padding: 0;
}
div.parametricdiv {
  padding-left: 0;
  border: 1px solid #428bca;
}
/*DVPJL20140514 - NavToNet7 -*/
div.parametricfilters .input,
div.parametricfilters .filtername,
div.parametricfilters .numbers,
div.parametricfilters .cancel {
  display: inline-block;
}
div.parametricfilters .input {
  padding-left: 5px;
  vertical-align: middle;
}
.descTop {
  display: inline-block;
}
@media (max-width: 767px) {
  .descTop {
    padding: 0px;
    margin-bottom: 6px;
  }
}
@media (min-width: 768px) {
  .printBtnTop {
    display: inline-block;
    float: right;
  }
}
.pItemRow {
  /*margin-left:  (@gutter / -2);
  margin-right: (@gutter / -2);*/
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 15px;
}
.btnGroupBottom {
  display: block;
}
@media (min-width: 768px) {
  .btnGroupBottom {
    text-align: center;
  }
}
.btnGroupBottom div {
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 991px) {
  .parametric .CompareCB {
    display: none !important;
  }
}
@media (min-width: 991px) {
  .CompareCBDup {
    display: none !important;
  }
}
div.groupheading {
  border: solid 1px #165b96;
  background-color: #428bca;
  font-weight: 600;
  padding: 3px 5px 3px 3px;
  color: #ffffff;
}
h2.clsp_groupheading {
  /*border: solid 1px @themeColor-dark;*/
  background-color: #428bca;
  font-weight: 600;
  padding: 2px 5px 2px 2px;
  color: #ffffff;
  cursor: pointer;
  margin-top: -1px;
  margin-bottom: -1px;
  -webkit-transition: all 0.3s ease-out;
  /* Chrome 1-25, Safari 3.2+ */
  -moz-transition: all 0.3s ease-out;
  /* Firefox 4-15 */
  -o-transition: all 0.3s ease-out;
  /* Opera 10.50ï¿½12.00 */
  transition: all 0.3s ease-out;
  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.50+ */
}
h2.clsp_groupheading:hover {
  background: #8bc0ee;
}
h2.clsp_groupheading span.chevron {
  float: right;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  /* Chrome 1-25, Safari 3.2+ */
  -moz-transition: all 0.3s ease-out;
  /* Firefox 4-15 */
  -o-transition: all 0.3s ease-out;
  /* Opera 10.50ï¿½12.00 */
  transition: all 0.3s ease-out;
  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.50+ */
}
div.leftnavtd {
  padding: 1px 0 1px 2px;
}
.leftnavlnk {
  color: #354a5c;
  text-decoration: none;
}
.leftnavlnkSelected {
  color: #cc3300;
  font-weight: bold;
  margin-left: 0;
  text-decoration: none;
}
.leftnavlnkDisabled {
  color: #666666;
  text-decoration: none;
}
a.leftnavnumlnk {
  color: #666666;
  text-decoration: none;
}
div#ParametricSearchd {
  /*margin-top: 7px;*/
  /*.ctrltitle{
        color:@text-color;
    }*/
}
table.autolocated {
  border: 1px solid #a9a9a9;
  border-color: #e3e3e3 #a9a9a9 #a9a9a9 #a9a9a9;
  background-color: #fffdd4;
  width: 107px;
}
a.loclink {
  font-size: 12px;
  text-decoration: none;
}
div.breadcrumbps {
  border-radius: 0px;
  border: 1px solid #cccccc;
  background-color: #f5f5f5;
  padding: 2px;
  width: 100%;
}
div.breadcrumbps div {
  display: inline-block;
}
table.textontop {
  width: 575px;
  padding: 5px 0 0 5px;
  height: 350px;
}
table.product_text_trans {
  background-color: #ffffff;
  float: left;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}
td.product_text_transtd {
  opacity: 1.0;
  -moz-opacity: 1.0;
  filter: alpha(opacity=100);
  font-size: 11px;
  color: #000000;
  background-color: #ffffff;
  padding: 0 3px 0 3px;
  text-align: left;
}
table.cat_alt {
  background-color: #50607e;
  margin: -5px -4px 0 -4px;
  width: 638px;
}
td.tdsml {
  font-size: 9px;
}
input.tdhdr {
  border: 0;
  background-color: #e0dbd7;
  cursor: pointer;
}
.SAH3 {
  font-weight: bold;
  font-size: 13px;
}
.instoremsg {
  border: solid 1px #a94442;
  background-color: #ffffff;
  padding: 6px;
}
img.recommendthumb {
  width: 80px;
  height: 80px;
  border: 0;
}
table.radiobutts tr td {
  vertical-align: top;
}
table.section1 {
  background-color: #ffffff;
  border: solid 1px #e2e2d6;
}
table.section0 {
  background-color: #e9f6ec;
  border: solid 1px #c6d1c9;
}
.ajax__calendar_inactive {
  color: #dddddd;
}
.ajax__calendar_container {
  width: auto !important;
}
table.orderinfo {
  width: 100%;
  background-color: #abbdc5;
}
table.orderinfo td {
  background-color: #ddedf5;
}
td.orderinfo {
  background-color: #c3d7e1;
}
div#termsandconditions {
  height: 250px;
  position: relative;
  overflow: scroll;
  background-color: #f5f5f5;
}
.ModalBackground {
  background-color: #000000;
  filter: alpha(opacity=40);
  opacity: 0.4;
}
.ModalWindow {
  border-radius: 0px;
  border: 1px solid #000000;
  position: relative;
  padding: 4px;
  top: -1000px;
  empty-cells: hide;
  background-color: #cccccc;
}
IFRAME.viewgrants {
  width: 400px;
  height: 300px;
  border: 0;
  border: solid;
}
tr.hidden {
  display: none;
}
#simplesearchpnl {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  #simplesearchpnl {
    width: 100%;
    background: none;
  }
  #simplesearchpnl input,
  #simplesearchpnl select,
  #simplesearchpnl a {
    width: 100%;
    margin: 5px;
  }
}
/*DVPAL20140602 - added for search buttons in advanced search*/
.controls a.btn.as-sub {
  width: 100%;
  margin: 5px 0 0 0;
}
.control-group-error {
  width: 100% !important;
  font-size: 0.8em;
  line-height: 1em;
}
.control-group-error span {
  text-align: left;
}
.control-label {
  font-size: 12px;
  font-weight: bold;
}
.col-item-qty .input-append,
.itemqty .input-append {
  margin: 5px;
}
.cItemCntL .form-inline label {
  padding-top: 5px;
}
.cItemCntL .form-inline .btn-group {
  vertical-align: top;
}
.cItemCart .input-append {
  margin-top: 1px;
}
.solidshort {
  width: 85px;
}
.cItemCntL .form-inline label {
  padding-top: 5px;
}
.cItemCntL .form-inline .btn-group {
  vertical-align: top;
}
.cItemCart .input-append {
  margin-top: 5px;
}
/* DVPDS - START - Following were moved from default.less */
/* will need to figure out where the following should actually reside */
.topcartsummary {
  padding: 10px;
}
.topcartsummary .cartsumtd {
  text-align: center;
}
.topcartsummary a {
  /* DVPAL20140605 - added for hover effects*/
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 2;
  vertical-align: top;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 5px;
}
.topcartsummary a:focus,
.topcartsummary a:active:focus,
.topcartsummary a.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.topcartsummary a:hover,
.topcartsummary a:focus {
  color: #333333;
  text-decoration: none;
}
.topcartsummary a:active,
.topcartsummary a.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.topcartsummary a.disabled,
.topcartsummary a[disabled],
fieldset[disabled] .topcartsummary a {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.topcartsummary a:hover,
.topcartsummary a:focus,
.topcartsummary a:active,
.topcartsummary a.active,
.open .dropdown-toggle.topcartsummary a {
  color: #ffffff;
  border-color: #285e8e;
}
.topcartsummary a:active,
.topcartsummary a.active,
.open .dropdown-toggle.topcartsummary a {
  background-image: none;
}
.topcartsummary a.disabled,
.topcartsummary a[disabled],
fieldset[disabled] .topcartsummary a,
.topcartsummary a.disabled:hover,
.topcartsummary a[disabled]:hover,
fieldset[disabled] .topcartsummary a:hover,
.topcartsummary a.disabled:focus,
.topcartsummary a[disabled]:focus,
fieldset[disabled] .topcartsummary a:focus,
.topcartsummary a.disabled:active,
.topcartsummary a[disabled]:active,
fieldset[disabled] .topcartsummary a:active,
.topcartsummary a.disabled.active,
.topcartsummary a[disabled].active,
fieldset[disabled] .topcartsummary a.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.topcartsummary a .badge {
  color: #428bca;
  background-color: #ffffff;
}
#dropdown-extra-toggle {
  display: block;
}
#dropdown-extra-toggle .icon-bar {
  background-color: #ffffff;
}
div.admin-container {
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
}
div.admin-container div.admin-col-text {
  max-width: 33%;
  margin-right: 40px;
  width: 100%;
  padding: 0;
  float: left;
}
@media (max-width: 991px) {
  div.admin-container div.admin-col-text {
    max-width: 100%;
  }
}
div.admin-container div.admin-col {
  max-width: 33%;
  width: auto;
  padding: 5px;
  float: left;
  margin: 5px;
}
@media (max-width: 991px) {
  div.admin-container div.admin-col {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
}
div.admin-container div.admin-col ul {
  list-style: none;
  padding-left: 0;
}
div.admin-container div.admin-col ul li {
  list-style-type: none;
  padding-left: 5px;
}
div.admin-container div.admin-col ul li:before {
  content: " - ";
}
/* DVPJL20140318 - Start - */
div.adminMenuDetails {
  width: 99%;
  border: 1px solid #f5f5f5;
  background-color: #ffffff;
}
div.adminMenuDetails dl {
  background-color: #cccccc;
}
/*DVPDQ20140401 - START - Below styles applies to the div container for cookie policy*/
.overlaydiv {
  width: 95%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: fixed;
  opacity: 0.90;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 20000;
}
.innerdiv {
  top: 0px;
  left: 0px;
  width: 100%;
  /* DVPAL20140604 - set width back to 100% and fixed IE scrollbar overlap by offsetting close button*/
  background-color: #ffffff;
  border-top-color: #888;
  border-left-color: #888;
  position: relative;
  z-index: 20001;
  overflow-y: hidden;
  -moz-box-shadow: 0px 0px 13px 1px rgba(50, 50, 50, 0.2);
  -webkit-box-shadow: 0px 0px 13px 1px rgba(50, 50, 50, 0.2);
  box-shadow: 0px 0px 13px 1px rgba(50, 50, 50, 0.2);
  border-top-style: solid;
  border-top-width: 1px;
  border-left-width: 1px;
  border-left-style: solid;
  border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  text-align: center;
  padding-bottom: 10px;
  display: none;
}
.cookiepolicyImgbtn {
  margin-right: 15px;
  position: absolute;
  right: 0;
  margin-top: 5px;
  border-radius: 4px;
  width: 26px;
  height: 25px;
}
.cookiepolicyImgbtn i.fa-times {
  font-size: 18px;
  line-height: 1.4;
}
.cookiepanel {
  text-align: left;
  background: #ffffff;
  padding: 10px 10px 10px 10px;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  width: 100%;
}
.cookiepanel p {
  line-height: 1.2;
}
@media (max-width: 1199px) {
  .cookiepanel.high-md-3 {
    height: auto;
    max-height: 110px;
  }
}
@media (max-width: 991px) {
  .cookiepanel.high-sm-5 {
    height: auto;
    max-height: 120px;
  }
}
@media (min-width: 1200px) {
  .cookiepanel.high-lg-3 {
    height: auto;
    max-height: 90px;
  }
}
@media (max-width: 767px) {
  .cookiepanel.high-xs-3 {
    height: auto;
    max-height: 190px;
    overflow-x: auto;
  }
}
.cookietextlbl {
  line-height: 1;
  font-size: 12px;
  font-family: "Open Sans", Arial, sans-serif;
}
/*DVPDQ20140401 - END - Below styles applies to the div container for cookie policy*/
.btn-item {
  /* DVPAL20140605 - added for hover effects*/
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 2;
  vertical-align: top;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: block !important;
  margin-bottom: 5px;
  text-align: left;
  padding: 7px 10px;
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-item:focus,
.btn-item:active:focus,
.btn-item.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn-item:hover,
.btn-item:focus {
  color: #333333;
  text-decoration: none;
}
.btn-item:active,
.btn-item.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-item.disabled,
.btn-item[disabled],
fieldset[disabled] .btn-item {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-item:hover,
.btn-item:focus,
.btn-item:active,
.btn-item.active,
.open .dropdown-toggle.btn-item {
  color: #333333;
  border-color: #adadad;
}
.btn-item:active,
.btn-item.active,
.open .dropdown-toggle.btn-item {
  background-image: none;
}
.btn-item.disabled,
.btn-item[disabled],
fieldset[disabled] .btn-item,
.btn-item.disabled:hover,
.btn-item[disabled]:hover,
fieldset[disabled] .btn-item:hover,
.btn-item.disabled:focus,
.btn-item[disabled]:focus,
fieldset[disabled] .btn-item:focus,
.btn-item.disabled:active,
.btn-item[disabled]:active,
fieldset[disabled] .btn-item:active,
.btn-item.disabled.active,
.btn-item[disabled].active,
fieldset[disabled] .btn-item.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-item .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-item:hover,
.btn-item:focus,
.btn-item:active,
.btn-item.active,
.open .dropdown-toggle.btn-item {
  color: #ffffff;
  border-color: #285e8e;
}
.btn-item:active,
.btn-item.active,
.open .dropdown-toggle.btn-item {
  background-image: none;
}
.btn-item.disabled,
.btn-item[disabled],
fieldset[disabled] .btn-item,
.btn-item.disabled:hover,
.btn-item[disabled]:hover,
fieldset[disabled] .btn-item:hover,
.btn-item.disabled:focus,
.btn-item[disabled]:focus,
fieldset[disabled] .btn-item:focus,
.btn-item.disabled:active,
.btn-item[disabled]:active,
fieldset[disabled] .btn-item:active,
.btn-item.disabled.active,
.btn-item[disabled].active,
fieldset[disabled] .btn-item.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-item .badge {
  color: #428bca;
  background-color: #ffffff;
}
.btn-avail-big,
.btn-item,
.btn-group {
  /*DVPEP20140528 - NTN7.2 - Added so extra small viewports will display buttons on item details as block level so they will expand the length of the viewport. - BEGIN*/
  /*DVPEP20140528 - NTN7.2 - Added so extra small viewports will display buttons on item details as block level so they will expand the length of the viewport. - END*/
}
@media (max-width: 991px) {
  .btn-avail-big,
  .btn-item,
  .btn-group {
    display: inline-block !important;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .btn-avail-big,
  .btn-item,
  .btn-group {
    display: block !important;
  }
}
.btn-alert {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
table.item-details {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 0px;
  border: 1px solid #cccccc;
}
table.item-details > thead > tr > th,
table.item-details > tbody > tr > th,
table.item-details > tfoot > tr > th,
table.item-details > thead > tr > td,
table.item-details > tbody > tr > td,
table.item-details > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
}
table.item-details > thead > tr > th {
  vertical-align: bottom;
}
table.item-details > caption + thead > tr:first-child > th,
table.item-details > colgroup + thead > tr:first-child > th,
table.item-details > thead:first-child > tr:first-child > th,
table.item-details > caption + thead > tr:first-child > td,
table.item-details > colgroup + thead > tr:first-child > td,
table.item-details > thead:first-child > tr:first-child > td {
  border-top: 0;
}
@media (max-width: 991px) {
  table.item-details > tbody + tbody {
    border: none;
  }
}
table.item-details .table {
  background-color: #ffffff;
}
table.item-details td {
  border-bottom: 1px solid #cccccc;
}
table.item-details td:first-child {
  background: #eaeaea;
  font-weight: bold;
  vertical-align: middle;
}
table.item-details td:last-child {
  background: #f5f5f5;
}
table td.col-label {
  background: #eaeaea;
  font-weight: bold;
}
/*//DVPAL20140603 - added for tighter text in tables
table.table tbody tr td
{
    padding:0px;
}*/
.rotate_0 {
  -webkit-transform: rotate(0deg);
  /* Chrome, Safari 3.1+ */
  -moz-transform: rotate(0deg);
  /* Firefox 3.5-15 */
  -ms-transform: rotate(0deg);
  /* IE 9 */
  -o-transform: rotate(0deg);
  /* Opera 10.50-12.00 */
  transform: rotate(0deg);
  /* Firefox 16+, IE 10+, Opera 12.50+ */
}
.rotate_180 {
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari 3.1+ */
  -moz-transform: rotate(180deg);
  /* Firefox 3.5-15 */
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -o-transform: rotate(180deg);
  /* Opera 10.50-12.00 */
  transform: rotate(180deg);
  /* Firefox 16+, IE 10+, Opera 12.50+ */
}
span.chevron.rotate_180 {
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari 3.1+ */
  -moz-transform: rotate(180deg);
  /* Firefox 3.5-15 */
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -o-transform: rotate(180deg);
  /* Opera 10.50-12.00 */
  transform: rotate(180deg);
  /* Firefox 16+, IE 10+, Opera 12.50+ */
  text-shadow: none !important;
  /*DVPAL20140521 - text shadow is removed upon rotation*/
}
.transition {
  -webkit-transition: all 0.3s ease-out;
  /* Chrome 1-25, Safari 3.2+ */
  -moz-transition: all 0.3s ease-out;
  /* Firefox 4-15 */
  -o-transition: all 0.3s ease-out;
  /* Opera 10.50ï¿½12.00 */
  transition: all 0.3s ease-out;
  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.50+ */
}
section.untabbed,
section.tabbed {
  margin: 0 0 20px;
}
section.untabbed article:last-child a.accordian,
section.tabbed article:last-child a.accordian {
  border-bottom: none;
}
section.untabbed article:first-child a.accordian,
section.tabbed article:first-child a.accordian {
  border-top: none;
}
section.untabbed article a.accordian,
section.tabbed article a.accordian {
  background: #428bca;
  padding: 5px 20px;
  color: #ffffff;
  font-weight: 600;
  display: block;
  margin: -10px 0 10px;
  font-size: 15px;
  cursor: pointer;
  border-bottom: 1px solid #3379b5;
  border-top: 1px solid #5e9cd2;
}
section.untabbed article a.accordian:hover,
section.tabbed article a.accordian:hover {
  background: #3071a9;
  -webkit-transition: all 0.3s ease-out;
  /* Chrome 1-25, Safari 3.2+ */
  -moz-transition: all 0.3s ease-out;
  /* Firefox 4-15 */
  -o-transition: all 0.3s ease-out;
  /* Opera 10.50ï¿½12.00 */
  transition: all 0.3s ease-out;
  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.50+ */
  text-decoration: none;
}
section.untabbed article a.accordian span.chevron,
section.tabbed article a.accordian span.chevron {
  float: right;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  /* Chrome 1-25, Safari 3.2+ */
  -moz-transition: all 0.3s ease-out;
  /* Firefox 4-15 */
  -o-transition: all 0.3s ease-out;
  /* Opera 10.50ï¿½12.00 */
  transition: all 0.3s ease-out;
  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.50+ */
}
section.untabbed article > div,
section.tabbed article > div {
  margin: -10px 0 30px;
  padding: 10px;
  background: #ffffff;
}
table.specifications {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 0px;
  border: 1px solid #cccccc;
}
table.specifications > thead > tr > th,
table.specifications > tbody > tr > th,
table.specifications > tfoot > tr > th,
table.specifications > thead > tr > td,
table.specifications > tbody > tr > td,
table.specifications > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
}
table.specifications > thead > tr > th {
  vertical-align: bottom;
}
table.specifications > caption + thead > tr:first-child > th,
table.specifications > colgroup + thead > tr:first-child > th,
table.specifications > thead:first-child > tr:first-child > th,
table.specifications > caption + thead > tr:first-child > td,
table.specifications > colgroup + thead > tr:first-child > td,
table.specifications > thead:first-child > tr:first-child > td {
  border-top: 0;
}
@media (max-width: 991px) {
  table.specifications > tbody + tbody {
    border: none;
  }
}
table.specifications .table {
  background-color: #ffffff;
}
table.specifications th {
  padding: 10px;
  /*background: #888;*/
}
table.specifications th.spec-table-header {
  background: #cccccc;
  padding: 2px 8px;
}
table.specifications span.spec-header {
  font-weight: 600;
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #000000;
}
table.specifications .spec-label {
  background: #eaeaea;
  font-weight: 600;
}
table.specifications .spec-label,
table.specifications .spec-item {
  border-top: 1px solid #cccccc;
}
div.accessories {
  /*margin-left:  (@gutter / -2);
  margin-right: (@gutter / -2);*/
  margin: 0;
}
div.accessories .item {
  height: auto;
  min-height: 100px;
  margin: 5px 10px;
  padding: 5px;
  /*.hoverShadow;*/
}
@media (max-width: 767px) {
  div.accessories .item {
    margin: 5 auto;
  }
}
div.accessories .item img {
  margin: 0 auto;
}
div.accessories .item div {
  height: 70px;
  width: 70px;
  margin: 0 auto;
}
h2.predictor {
  background: #428bca;
  padding: 5px 10px;
  color: #ffffff;
  font-weight: 600;
  margin: 0 0 0 0;
  border: 1px solid #428bca;
  border-width: 1px 1px 0 1px;
  /*&:hover {
        background: #3399cc;
        .transition;
    }*/
}
h2.predictor span {
  display: block;
  -webkit-transition: all 0.3s ease-out;
  /* Chrome 1-25, Safari 3.2+ */
  -moz-transition: all 0.3s ease-out;
  /* Firefox 4-15 */
  -o-transition: all 0.3s ease-out;
  /* Opera 10.50ï¿½12.00 */
  transition: all 0.3s ease-out;
  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.50+ */
}
div#predictor {
  text-align: left;
  padding-left: 0;
  background-color: #ffffff;
  border: 1px solid #428bca;
  /*margin-left:  (@gutter / -2);
  margin-right: (@gutter / -2);*/
  margin: 0 0 20px;
  padding: 10px 20px;
}
div#predictor .item {
  /*border: @tableBorder; DVPAL20140715 - commented out to remove border*/
  /*height: 150px;*/
  height: auto;
  min-height: 100px;
  margin: 5px 10px;
  padding: 5px;
  /*.hoverShadow; //DVPAL20140715 - hover shadow effect mixin*/
}
div#predictor .item img {
  margin: 0 auto;
}
div#predictor .item .thumbnailcontainer {
  height: 70px;
  width: 70px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  div#predictor .item {
    margin: 5px 0px !important;
  }
}
.form-control-inline {
  display: inline-block;
}
.form-add-to-cart {
  margin-right: 0;
  margin-left: auto;
  width: 177px;
}
@media (max-width: 991px) {
  .form-add-to-cart {
    width: 100%;
    /* DVPAL20140529 - width set to 100% in small viewport*/
  }
}
.item-details-wrapper {
  /*margin-left:-15px; // DVPDS - Added to align image
    margin-right:-5px;// DVPDS - Added to align image*/
}
@media (max-width: 991px) {
  .item-details-wrapper {
    margin: 0 auto;
  }
}
.item-details-wrapper .item-table-wrapper .table {
  margin-bottom: 10px;
}
.item-details-wrapper .item-table-wrapper .SaleslineDiscountwrapper tr td {
  padding: 0;
}
div.notable dl {
  background: #eaeaea;
  border-radius: 0px;
  border: 1px solid #cccccc;
}
div.notable dl dt {
  background: #dddddd;
  float: left;
  font-weight: bold;
  margin-right: 10px;
  padding: 5px;
  width: 100px;
}
div.notable dl dd {
  margin: 0;
  padding: 5px 0;
  border-bottom: 1px solid #cccccc;
}
div.notable dl dd:last-child {
  border: none;
}
.salespricesAndDiscounts .salesprices > div > b {
  width: 100%;
  font-weight: bold;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #222222;
  display: block;
}
.salespricesAndDiscounts .salesprices > div > table {
  width: 100%;
  margin-bottom: 20px;
}
.salespricesAndDiscounts .salesprices > div > table > thead > tr > th,
.salespricesAndDiscounts .salesprices > div > table > tbody > tr > th,
.salespricesAndDiscounts .salesprices > div > table > tfoot > tr > th,
.salespricesAndDiscounts .salesprices > div > table > thead > tr > td,
.salespricesAndDiscounts .salesprices > div > table > tbody > tr > td,
.salespricesAndDiscounts .salesprices > div > table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
}
.salespricesAndDiscounts .salesprices > div > table > thead > tr > th {
  vertical-align: bottom;
}
.salespricesAndDiscounts .salesprices > div > table > caption + thead > tr:first-child > th,
.salespricesAndDiscounts .salesprices > div > table > colgroup + thead > tr:first-child > th,
.salespricesAndDiscounts .salesprices > div > table > thead:first-child > tr:first-child > th,
.salespricesAndDiscounts .salesprices > div > table > caption + thead > tr:first-child > td,
.salespricesAndDiscounts .salesprices > div > table > colgroup + thead > tr:first-child > td,
.salespricesAndDiscounts .salesprices > div > table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
@media (max-width: 991px) {
  .salespricesAndDiscounts .salesprices > div > table > tbody + tbody {
    border: none;
  }
}
.salespricesAndDiscounts .salesprices > div > table .table {
  background-color: #ffffff;
}
div.untabbed-wrapper {
  clear: both;
  margin-top: 25px;
}
/*DVPEP20140605 - NTN7.2 - Added so login tab sections will have a border. - BEGIN*/
#tabbedsections {
  border-radius: 0px;
  border: 1px solid #cccccc;
  border-color: #428bca;
  position: relative;
  top: -1px;
  z-index: 298;
  padding: 10px;
  overflow: hidden;
}
/*DVPEP20140605 - NTN7.2 - Added so login tab sections will have a border. - END */
#MainSection > ul.idTabs {
  margin-top: 0;
}
.idTabs {
  margin: 10px 0 0 0;
  clear: both;
  float: none;
  padding-left: 0px;
  position: relative;
  z-index: 299;
}
.idTabs li {
  display: inline-block;
  margin: 0 0 0 -5px;
  list-style: none;
}
@media (max-width: 767px) {
  .idTabs li {
    width: 100%;
    margin: 0;
  }
}
.idTabs li > a {
  -webkit-transition: all 0.3s ease-out;
  /* Chrome 1-25, Safari 3.2+ */
  -moz-transition: all 0.3s ease-out;
  /* Firefox 4-15 */
  -o-transition: all 0.3s ease-out;
  /* Opera 10.50ï¿½12.00 */
  transition: all 0.3s ease-out;
  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.50+ */
  display: block;
  padding: 5px 10px;
  border-radius: 0px;
  border: 1px solid #cccccc;
  border-color: #428bca;
  background: #428bca;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
}
@media (max-width: 767px) {
  .idTabs li > a {
    background: #ffffff;
    color: #165b96;
    margin-top: -1px;
  }
}
.idTabs li > a:hover {
  background: #8bc0ee;
  color: #ffffff;
}
.idTabs li > a.selected {
  background: #ffffff;
  /*.gradientSelectedTab;*/
  color: #165b96;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 767px) {
  .idTabs li > a.selected {
    background: #428bca;
    color: #ffffff;
  }
}
.idTabs li:first-child {
  margin-left: 0px !important;
}
.idTabs a {
  padding: 10px 10px;
  display: inline-block;
  background: #cccccc;
  color: #000000;
  text-decoration: none;
  border-radius: 0px;
  border: 1px solid #cccccc;
  border-bottom-width: 0;
  font-size: 1.1em;
  font-weight: 700;
}
.idTabs a.selected {
  background: #eaeaea;
  color: #000000;
}
.tabbed {
  border-radius: 0px;
  border: 1px solid #cccccc;
  border-color: #428bca;
  padding: 10px;
  min-height: 150px;
  clear: both;
  margin-top: 0 0 20px;
  position: relative;
  top: -1px;
  z-index: 298;
}
/*DVPJL20140425*/
.avaiLoc,
.exisLoc,
.permissions-list,
.permissions-role {
  display: table-cell;
}
.arrow {
  display: table-cell;
  vertical-align: bottom;
}
.admin-arrow {
  display: table-cell;
  vertical-align: middle;
}
.SMLRow {
  display: block;
  margin-top: 15px;
}
.avaiLoc select,
.exisLoc select {
  min-width: 170px;
}
.permissions-list select,
.permissions-role select {
  min-width: 275px;
}
@media (max-width: 991px) {
  .permissions-list select,
  .permissions-role select {
    min-width: 210px;
  }
}
div.form-inline-SML .form-control {
  display: inline-block;
  max-width: 170px;
}
div.form-inline-SML .form-control:first-child {
  max-width: 140px;
}
@media (max-width: 991px) {
  div.form-inline-SML .form-control:first-child {
    max-width: none;
  }
}
@media (max-width: 991px) {
  div.form-inline-SML .form-control {
    max-width: none;
  }
}
@media (max-width: 991px) {
  .form-inline-SML select,
  .form-inline-SML .btn,
  .SMLRow .btn {
    width: 100% !important;
    margin-bottom: 5px;
  }
  .SMLRow {
    width: 100%;
  }
  .avaiLoc,
  .exisLoc,
  .SMLRow .arrow,
  .SMLRow .admin-arrow,
  .permissions-list,
  .permissions-role {
    display: block;
    width: 100%;
  }
  .avaiLoc select,
  .exisLoc select,
  .permissions-role select,
  .permissions-list select {
    width: 100%;
  }
  .SMLRow .arrow i.fa-arrow-right,
  .SMLRow .arrow i.fa-arrow-left,
  .SMLRow .admin-arrow i.fa-arrow-right,
  .SMLRow .admin-arrow i.fa-arrow-left {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .SMLRow .arrow > br,
  .SMLRow .admin-arrow > br {
    display: none;
  }
  .SMLRow .arrow,
  .SMLRow .admin-arrow {
    text-align: center;
  }
  .SMLRow .arrow a.btn,
  .SMLRow .admin-arrow a.btn {
    width: 20px !important;
  }
}
div.welcomecontents {
  display: inline-block;
  margin-bottom: 10px;
}
div.welcomecontents img {
  max-width: 100%;
}
@media (max-width: 767px) {
  div.welcomecontents img {
    width: 100%;
  }
}
div.oh-container {
  display: inline-block;
  padding-right: 35px;
}
@media (max-width: 991px) {
  div.oh-container {
    width: 100%;
    padding: 0;
  }
}
div.oh-container .oh-label,
div.oh-container .oh-value {
  display: inline-block;
}
div.oh-container .oh-label {
  margin-right: 5px;
}
div.oi-container {
  width: 100%;
}
@media (max-width: 991px) {
  div.oi-container {
    width: 100%;
    padding: 0;
  }
}
div.oi-container .oh-label,
div.oi-container .oh-value {
  display: inline-block;
}
div.oi-container .oh-label {
  margin-right: 5px;
}
.vc-header {
  display: inline-block;
  width: 70%;
  border-right: 1px solid #cccccc;
}
@media (max-width: 991px) {
  .vc-header {
    border: none;
    width: 100%;
  }
}
.vc-header.cno {
  width: 28%;
}
@media (max-width: 991px) {
  .vc-header.cno {
    width: 100%;
  }
}
.vc-header:last-child {
  border-right: none;
}
.vc-row,
.vc-table-header {
  width: 100%;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 991px) {
  .vc-table-header {
    display: none;
  }
}
.vc-row:last-child {
  border-bottom: none;
}
.vc-table {
  width: 100%;
  background: #eaeaea;
  border-radius: 0px;
  border: 1px solid #cccccc;
}
div.ca-container {
  width: 230px;
  margin-bottom: 10px;
  margin-right: 20px;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 991px) {
  div.ca-container {
    width: 100%;
    margin-right: 0;
  }
}
div.ca-details {
  padding: 10px;
}
.gr-table-btn {
  display: inline-block;
}
@media (max-width: 991px) {
  .gr-table-btn {
    width: 100%;
    margin-bottom: 5px;
  }
}
@media (max-width: 991px) {
  .gr-table-btn a.btn {
    width: 100%;
  }
}
div.remainingamount {
  width: 350px;
}
@media (max-width: 991px) {
  div.remainingamount {
    width: 100%;
  }
}
div.paymentamount {
  margin-bottom: 10px;
}
div.paymentamount .paymentcontainer {
  vertical-align: top;
  margin-right: 10px;
  display: inline-block;
}
@media (max-width: 991px) {
  div.paymentamount .paymentcontainer {
    margin-bottom: 10px;
    width: 100%;
  }
}
div.cc-address-container {
  width: 100%;
}
div.cc-address-container div.cc-sec {
  width: 100%;
  display: inline-block;
}
div.cc-address-container div.cc-sec .cclabel,
div.cc-address-container div.cc-sec .ccvalue {
  padding: 2px;
  display: inline-block;
}
@media (max-width: 991px) {
  div.cc-address-container div.cc-sec .cclabel,
  div.cc-address-container div.cc-sec .ccvalue {
    width: 100% !important;
    margin: 0!important;
  }
}
div.cc-address-container div.cc-sec .cclabel {
  width: 35%;
}
div.cc-address-container div.cc-sec .ccvalue {
  padding-left: 0;
  margin: -1px;
  width: 30%;
}
div.cc-address-container div.cc-sec .input input {
  width: 100% !important;
}
div.cc-address-container div.cc-sec div.input {
  white-space: normal;
  line-height: 2;
  width: 60% !important;
}
@media (max-width: 991px) {
  div.cc-address-container div.cc-sec div.input {
    width: 100% !important;
  }
}
div.cc-address-container div.cc-sec div.input span {
  display: block;
  line-height: 2;
  white-space: normal;
}
div.btn-group.salesagent-btn {
  width: 100%;
  display: inline-block !important;
}
div.btn-group.salesagent-btn a.btn {
  width: 50%;
}
div.heroCarousel {
  margin-top: -5px;
  /*box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 8px 0px;*/
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  div.heroCarousel {
    margin-top: 0;
  }
}
div.heroCarousel img {
  width: 100%;
}
div.VendorPortalMenu div {
  display: inline-block;
}
@media (max-width: 991px) {
  div.VendorPortalMenu div {
    display: block;
  }
}
.alertreportcontainer .fieldcontainer {
  vertical-align: top;
  width: 200px;
}
@media (max-width: 991px) {
  .alertreportcontainer .fieldcontainer {
    width: 100%;
  }
}
div.vendorimg {
  margin-bottom: 10px;
}
div.vendorimg div {
  display: inline-block;
  margin-right: 10px;
}
div.vendorimg div:first-child {
  width: 100px;
}
div.vendorprodupdate.vendorprice input,
div.vendorprodupdate.vendorprice select {
  display: inline-block;
  vertical-align: top;
}
div.vendorprodupdate.vendorprice input {
  width: auto;
}
@media (max-width: 991px) {
  div.vendorprodupdate.vendorprice input {
    margin-bottom: 5px;
  }
}
div.vendorprodupdate.currency a.btn,
div.vendorprodupdate.currency select {
  display: inline-block;
}
div.vendorprodupdate.currency a.btn {
  margin-left: 10px;
}
@media (max-width: 991px) {
  div.vendorprodupdate.currency a.btn {
    width: 100%;
    margin: 10px 0 10px 0;
  }
}
div.vendorprodupdate,
div.fieldcontainer {
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 5px;
  vertical-align: top;
}
div.vendorprodupdate input,
div.fieldcontainer input,
div.vendorprodupdate label,
div.fieldcontainer label {
  margin: 0px;
  vertical-align: middle;
}
@media (max-width: 991px) {
  div.vendorprodupdate,
  div.fieldcontainer {
    width: 100%;
  }
  div.vendorprodupdate input,
  div.fieldcontainer input,
  div.vendorprodupdate select,
  div.fieldcontainer select {
    width: 100% !important;
  }
  div.vendorprodupdate input[type="checkbox"],
  div.fieldcontainer input[type="checkbox"] {
    width: auto !important;
  }
}
div.displayresultsby {
  width: auto;
  float: right;
}
@media (max-width: 991px) {
  div.displayresultsby {
    float: left;
  }
}
div.sendfileInput input {
  display: inline-block;
}
@media (max-width: 991px) {
  div.sendfileInput input {
    margin-bottom: 10px;
  }
}
div.resendtransactioncontainer {
  width: 50%;
}
@media (max-width: 991px) {
  div.resendtransactioncontainer {
    width: 100%;
  }
}
div.resendtransactioncontainer div.rt-container div.rt-label,
div.resendtransactioncontainer div.rt-container div.rt-value {
  display: inline-block;
}
div.resendtransactioncontainer div.rt-container div.rt-label {
  width: 30%;
}
div.resendtransactioncontainer div.rt-container div.rt-label label {
  vertical-align: middle;
}
div.resendtransactioncontainer div.rt-container div.rt-value {
  width: 65%;
}
div.resendtransactioncontainer div.rt-container div.rt-date1,
div.resendtransactioncontainer div.rt-container div.rt-date2 {
  width: 30%;
  display: inline-block;
  margin-right: 10px;
}
div.webpromo-container {
  width: 100%;
  padding: 0;
  font-size: 0;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  div.webpromo-container {
    padding: 0px 15px;
  }
}
div.webpromo-container div.webpromo-content {
  width: 49%;
  vertical-align: top;
  display: inline-block;
  margin: 0 auto;
  float: left;
  /*padding:5px;*/
  padding: 0;
  font-size: 14px;
}
div.webpromo-container div.webpromo-content:nth-child(odd) {
  margin-right: 2%;
}
@media (max-width: 991px) {
  div.webpromo-container div.webpromo-content {
    float: none;
    width: 100%;
    padding: 0;
    height: auto !important;
    margin: 10px 0 10px 0 !important;
  }
}
div.webpromo-container div.webpromo-content.full {
  width: 100%;
}
div.webpromo-container div.webpromo-content p {
  line-height: 1.2 !important;
}
div.webpromo-container div.webpromo-content img {
  max-width: 100%;
}
div.promo-4-container {
  width: 100%;
  font-size: 0;
  min-height: 100px;
  margin-bottom: 15px;
}
div.promo-4-container div.promo-4 {
  font-size: 14px;
  float: left;
  width: 24%;
  min-height: 100px;
  height: auto;
  border: 2px solid #428bca;
  padding: 5px 15px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin: 0 0.5% 0 0.5%;
  color: #428bca;
}
@media (max-width: 991px) {
  div.promo-4-container div.promo-4 {
    width: 49%;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  div.promo-4-container div.promo-4 {
    width: 100%;
    margin: 0 0 10px 0;
    height: auto !important;
  }
}
div.promo-4-container div.promo-4 div.icon-container {
  text-align: center;
  font-size: 30px;
  color: #428bca;
}
div.promo-4-container div.promo-4 div.icon-container span.fa-stack i {
  left: 5px;
}
div.promo-4-container div.promo-4 span.promotitle {
  padding-bottom: 5px;
  text-align: center;
  width: 100%;
  line-height: 1.2;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
}
div.promo-4-container div.promo-4 div.desc-container {
  width: 100%;
  padding: 5px;
  border-top: 1px solid #428bca;
}
div.promo-full {
  width: 100%;
  background: #165b96;
  background: -moz-linear-gradient(top, #428bca 0%, #165b96 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #428bca), color-stop(100%, #165b96));
  background: -webkit-linear-gradient(top, #428bca 0%, #165b96 100%);
  background: -o-linear-gradient(top, #428bca 0%, #165b96 100%);
  background: -ms-linear-gradient(top, #428bca 0%, #165b96 100%);
  background: linear-gradient(to bottom, #428bca 0%, #165b96 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#428bca', endColorstr='#165b96', GradientType=0);
  height: auto;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 15px 15px 25px 15px;
  text-align: center;
}
div.promo-full span.headline {
  display: block;
  text-align: center;
  font-size: 30px;
  color: #ffffff;
}
@media (max-width: 991px) {
  div.promo-full span.headline {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  div.promo-full span.headline {
    font-size: 15px;
  }
}
div.promo-full a.btn.btn-primary {
  background: none;
  border: 2px solid #ffffff;
  font-size: 20px;
  padding: 5px 20px;
  color: #ffffff;
  margin: 10px 0 0 0;
}
div.promo-full a.btn.btn-primary:hover {
  background: #ffffff;
  color: #165b96;
}
div.sitemapcontainer {
  font-size: 0;
}
div.sitemapcontainer div.subcategory,
div.sitemapcontainer div.subcategory-2 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
}
div.sitemapcontainer div.subcategory .item,
div.sitemapcontainer div.subcategory-2 .item {
  padding-left: 10px;
}
div.sitemapcontainer div.subcategory-2 {
  padding-left: 10px;
}
div.sitemapcontainer div.subcategory-2 a:before {
  content: '- ';
}
div.sitemapcontainer div.subcategory-2 .item {
  padding-left: 10px;
}
div.sitemapcontainer div.item {
  font-weight: normal;
  font-size: 14px;
}
div.sitemapcontainer div.item a {
  width: 50%;
  display: inline-block;
  padding: 3px 10px 3px 0;
  float: left;
}
div.sitemapcontainer div.item a:before {
  content: '- ';
}
@media (max-width: 767px) {
  div.sitemapcontainer div.item a {
    width: 100%;
    float: none;
    padding: 0;
  }
}
div.sitemapcontainer span.categoryhead {
  width: 100%;
  display: block;
  border-bottom: 1px solid #428bca;
  color: #428bca;
}
div.sitemapcontainer div.staticpage,
div.sitemapcontainer div.category {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  font-size: 17px;
  float: left;
  padding: 10px 10px 10px 0;
}
@media (max-width: 991px) {
  div.sitemapcontainer div.staticpage,
  div.sitemapcontainer div.category {
    width: 100%;
    float: none;
    padding: 0;
    margin-bottom: 10px;
  }
}
div.sitemapcontainer div.staticpage div.toplevel,
div.sitemapcontainer div.category div.toplevel,
div.sitemapcontainer div.staticpage div.secondlevel,
div.sitemapcontainer div.category div.secondlevel {
  font-weight: normal;
  font-size: 14px;
}
div.sitemapcontainer div.staticpage div.toplevel a,
div.sitemapcontainer div.category div.toplevel a,
div.sitemapcontainer div.staticpage div.secondlevel a,
div.sitemapcontainer div.category div.secondlevel a {
  width: 50%;
  display: inline-block;
  padding: 3px 10px 3px 0;
  float: left;
}
div.sitemapcontainer div.staticpage div.toplevel a:before,
div.sitemapcontainer div.category div.toplevel a:before,
div.sitemapcontainer div.staticpage div.secondlevel a:before,
div.sitemapcontainer div.category div.secondlevel a:before {
  content: '- ';
}
@media (max-width: 767px) {
  div.sitemapcontainer div.staticpage div.toplevel a,
  div.sitemapcontainer div.category div.toplevel a,
  div.sitemapcontainer div.staticpage div.secondlevel a,
  div.sitemapcontainer div.category div.secondlevel a {
    width: 100%;
    float: none;
    padding: 0;
  }
}
div.sitemapcontainer div.staticpage {
  width: 100%;
}
div.sitemapcontainer div.staticpage div.toplevel a {
  width: 25%;
}
@media (max-width: 991px) {
  div.sitemapcontainer div.staticpage div.toplevel a {
    width: 50%;
  }
}
@media (max-width: 767px) {
  div.sitemapcontainer div.staticpage div.toplevel a {
    width: 100%;
    float: none;
    padding: 0;
  }
}
div.navbuttoncontainer {
  display: block;
  float: none;
  position: relative;
  clear: both;
  width: 100%;
}
div.toplinkscontainer {
  /*padding:5px 0px;*/
  color: #428bca;
  top: -101px;
  right: 0;
  position: absolute;
}
@media (max-width: 991px) {
  div.toplinkscontainer {
    padding: 2px 5px;
    top: -103px;
  }
}
@media (max-width: 767px) {
  div.toplinkscontainer {
    background: #F4F4F4;
    border-radius: 0;
    line-height: 2;
    position: relative;
    background: none;
    top: auto;
    right: 0;
    width: 100%;
    float: none;
    text-align: center;
  }
  div.toplinkscontainer ul {
    display: inline-block;
    width: 100%;
    /*li{
                a{
                    color:@themeColor;
                    :hover{
                        color:@themeColor;
                    }
                }
            }*/
  }
}
div.toplinkscontainer ul {
  /*padding:0;*/
  margin: 0;
}
div.mottocontainer {
  float: left;
  line-height: 1.2;
}
@media (max-width: 767px) {
  div.mottocontainer {
    float: none;
    margin-bottom: 10px;
    clear: both;
  }
}
div.mottocontainer span.motto {
  font-variant: small-caps;
  font-weight: 500;
  font-size: 20px;
  color: #428bca;
}
@media (max-width: 767px) {
  div.mottocontainer span.motto {
    float: none;
    display: block;
    text-align: center;
  }
}
@media (max-width: 767px) {
  li.searchmodule {
    width: 100%;
    float: none;
    padding: 0 15px;
  }
}
li.searchmodule #searchNavBar {
  float: right;
  padding-top: 15px;
  width: auto;
  max-width: 250px;
  min-width: 225px;
}
@media (max-width: 767px) {
  li.searchmodule #searchNavBar {
    max-width: 100%;
    padding-top: 10px;
  }
}
li.searchmodule #searchNavBar #SimpleSearch {
  background: none;
  padding: 0;
  border: none;
  margin: 0;
}
@media (max-width: 991px) {
  li.searchmodule #searchNavBar #SimpleSearch {
    margin-top: -5px;
  }
}
li.searchmodule #searchNavBar #SimpleSearch div.searchbarerror span.text-danger {
  position: absolute;
  padding: 5px;
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  border: 1px solid #f5f5f5;
}
li.searchmodule #searchNavBar #SimpleSearch div.input-group input.simplesearch {
  float: right;
  height: 22px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
  background: #e1edf7;
  /*display:none;*/
  padding: 0 7px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
li.searchmodule #searchNavBar #SimpleSearch div.input-group input.simplesearch:focus {
  background: #b9d4ec;
}
@media (max-width: 767px) {
  li.searchmodule #searchNavBar #SimpleSearch div.input-group input.simplesearch {
    display: block !important;
    height: 34px;
  }
}
li.searchmodule #searchNavBar #SimpleSearch .input-group span.input-group-btn a.btn {
  height: 22px;
  padding: 1px 10px;
  font-size: 13px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
@media (max-width: 767px) {
  li.searchmodule #searchNavBar #SimpleSearch .input-group span.input-group-btn a.btn {
    height: auto;
    padding: 6px 12px;
    font-size: 14px;
  }
}
div.page-content {
  width: 100%;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 10px;
}
#catptchadiv div.Captcha {
  text-align: left;
  width: 75%;
  margin-left: 25%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
}
@media (max-width: 767px) {
  #catptchadiv div.Captcha {
    width: 100%;
    margin: 10px 0;
  }
}
#catptchadiv div.Captcha div.captchadesc {
  margin-top: 10px;
  padding-left: 5px;
}
#catptchadiv div.Captcha div.captchainput {
  padding-left: 5px;
}
#catptchadiv div.Captcha div.captchainput .form-control {
  width: 120px;
}
#tabbed_newacct,
#tabbed_forgotpwd {
  display: none;
}
div.lineDiscountTitle {
  margin: 5px 0;
  font-size: 14px;
  font-weight: 600;
  color: #666666;
  border-bottom: 1px solid #eaeaea;
}
div#contact-gmaps {
  width: 100%;
  font-size: 0;
  display: block;
}
div#contact-gmaps iframe {
  border: 1px solid #cccccc;
  width: 100% !important;
}
/*DVPJL20140425*/
/* END layout.less */
/* START buttons.less */
a.learnmore,
a.others {
  color: #428bca;
  text-decoration: none;
  -ms-word-break: break-word;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}
a.learnmore:hover,
a.others:hover {
  color: #2a6496;
}
.btn-icon {
  text-decoration: none !important;
}
.btn-alert {
  margin-top: 5px;
  padding: 4px 10px;
}
.btn-location-group {
  width: 100%;
  margin-bottom: 5px;
  display: table;
  /*DVPEP20140528 - NTN7.2 - Adjust styles so store availability button will expand length of screen in smaller viewports. - BEGIN */
  /*DVPEP20140528 - NTN7.2 - Adjust styles so store availability button will expand length of screen in smaller viewports. - END */
}
.btn-location-group a.btn {
  margin-left: 0 !important;
}
.btn-location-group a.btn-avail-add {
  background: #ffffff;
  color: #428bca;
  width: 20%;
  /*DVPAL20140610 - plus sign button, split 20/80% with store availability in the grouped button*/
}
.btn-location-group a.btn-avail-add:hover {
  background: #8bc0ee;
  color: #ffffff;
}
.btn-location-group > a {
  display: table-cell;
}
@media (max-width: 991px) {
  .btn-location-group {
    width: 100%;
  }
}
.btn-avail-big {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  padding: 7px 10px;
}
.btn-avail-small {
  display: inline-block !important;
  margin: 0;
  text-align: left;
  width: 80%;
}
.btn-avail-add {
  height: 100%;
  display: inline-block !important;
}
.btn-filter-remove {
  color: #9d261d;
  text-decoration: none;
}
.btn-filter-remove:hover {
  color: black;
  text-decoration: none;
}
.btn-add-to-cart {
  padding: 6px 0px 6px 6px;
}
/* DVPAL20140528 - added for View Product Details button*/
.btn-view {
  /* DVPAL20140605 - added for hover effects*/
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 2;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: block !important;
  margin-bottom: 5px;
  text-align: left;
  padding: 7px 10px;
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
  /*DVPEP20140528 - NTN7.2 - Added so extra small viewports will display buttons on item details as block level so they will expand the length of the viewport. - BEGIN*/
  /*DVPEP20140528 - NTN7.2 - Added so extra small viewports will display buttons on item details as block level so they will expand the length of the viewport. - END*/
  margin-bottom: 0;
}
.btn-view:focus,
.btn-view:active:focus,
.btn-view.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn-view:hover,
.btn-view:focus {
  color: #333333;
  text-decoration: none;
}
.btn-view:active,
.btn-view.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-view.disabled,
.btn-view[disabled],
fieldset[disabled] .btn-view {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-view:hover,
.btn-view:focus,
.btn-view:active,
.btn-view.active,
.open .dropdown-toggle.btn-view {
  color: #333333;
  border-color: #adadad;
}
.btn-view:active,
.btn-view.active,
.open .dropdown-toggle.btn-view {
  background-image: none;
}
.btn-view.disabled,
.btn-view[disabled],
fieldset[disabled] .btn-view,
.btn-view.disabled:hover,
.btn-view[disabled]:hover,
fieldset[disabled] .btn-view:hover,
.btn-view.disabled:focus,
.btn-view[disabled]:focus,
fieldset[disabled] .btn-view:focus,
.btn-view.disabled:active,
.btn-view[disabled]:active,
fieldset[disabled] .btn-view:active,
.btn-view.disabled.active,
.btn-view[disabled].active,
fieldset[disabled] .btn-view.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-view .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-view:hover,
.btn-view:focus,
.btn-view:active,
.btn-view.active,
.open .dropdown-toggle.btn-view {
  color: #ffffff;
  border-color: #285e8e;
}
.btn-view:active,
.btn-view.active,
.open .dropdown-toggle.btn-view {
  background-image: none;
}
.btn-view.disabled,
.btn-view[disabled],
fieldset[disabled] .btn-view,
.btn-view.disabled:hover,
.btn-view[disabled]:hover,
fieldset[disabled] .btn-view:hover,
.btn-view.disabled:focus,
.btn-view[disabled]:focus,
fieldset[disabled] .btn-view:focus,
.btn-view.disabled:active,
.btn-view[disabled]:active,
fieldset[disabled] .btn-view:active,
.btn-view.disabled.active,
.btn-view[disabled].active,
fieldset[disabled] .btn-view.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-view .badge {
  color: #428bca;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .btn-view {
    display: inline-block !important;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .btn-view {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .btn-view {
    width: 100%;
  }
}
.btn-predictor-right-arrow {
  margin-right: 10px;
}
.btn-predictor-left-arrow {
  margin-left: 10px;
}
.btn-predictor-left-arrow,
.btn-predictor-right-arrow {
  color: #000000;
  font-size: 24px;
  line-height: 62px;
  display: block;
  height: 100%;
}
.btn-predictor-left-arrow:hover,
.btn-predictor-right-arrow:hover {
  color: #949494;
  text-decoration: none;
}
div.wishlist-groupbtn {
  padding-right: 0px;
}
@media (max-width: 991px) {
  div.wishlist-groupbtn {
    padding: 0px;
  }
}
div.addtocart {
  font-size: 14px;
}
#NavBar #NavButtons #acctpnlbtn.btn.acc-toggle {
  color: #ffffff;
  padding: 3px 10px;
  font-size: 14px;
  line-height: 1;
  margin-left: 10px;
  border-radius: 0;
  margin-top: 15px;
  background: #428bca;
  height: 22px;
}
#NavBar #NavButtons #acctpnlbtn.btn.acc-toggle i.fa {
  margin: 0px;
  font-size: 15px;
}
#NavBar #NavButtons #acctpnlbtn.btn.acc-toggle:hover {
  background: #165b96;
}
@media (max-width: 991px) {
  #NavBar #NavButtons #acctpnlbtn.btn.acc-toggle {
    margin-top: 10px;
  }
}
/* END buttons.less */
/* START tables.less */
.dhtmbdr {
  background-color: #999;
  font-size: 14px;
  border: 1px solid #dddddd;
  border-width: 0 1px 1px 1px;
}
.dhtmbdr p {
  font-size: 14px !important;
}
table.details {
  border: 1px solid #e3e3e3;
  background-color: #ffffff;
}
div.totalcontainer {
  text-align: right;
  margin-bottom: 10px;
  width: 100%;
}
div.totalcontainer .totalrow.last {
  border-top: 1px solid #cccccc;
}
div.totalcontainer .totalrow .totallabel {
  width: auto;
}
div.totalcontainer .totalrow .totalnumber {
  min-width: 10%;
}
@media (max-width: 767px) {
  div.totalcontainer .totalrow .totalnumber {
    min-width: 85px;
  }
}
div.totalcontainer .totalrow .totalnumber,
div.totalcontainer .totalrow .totallabel {
  display: inline-block;
}
div.radio.inline.discount {
  margin-right: 30px;
}
@media (max-width: 991px) {
  div.radio.inline.discount {
    margin-right: 15px;
  }
}
div.quote-details-discount {
  margin: 10px 0 10px 0;
  width: 100%;
}
@media (max-width: 991px) {
  div.radio.inline.discount {
    display: inline-block;
  }
}
@media (max-width: 991px) {
  div.quote-details-form .btn-toolbar .btn,
  div.radio.inline.updatebtn .btn {
    width: 100%;
    margin-left: 0;
    margin-top: 5px;
  }
}
@media (max-width: 991px) {
  div.radio.inline.updatebtn .btn {
    width: 100%;
  }
}
@media (max-width: 991px) {
  div.quote-details-form div.radio.inline {
    padding: 0;
  }
}
.quotedetails {
  width: 45%;
  float: left;
  margin: 10px;
}
@media (max-width: 991px) {
  .quotedetails {
    margin: 0px;
    width: 100%;
  }
}
.quotedetails .quote-row {
  margin-bottom: 10px;
}
.quotedetails .icon-calendar {
  border-radius: 0px 4px 4px 0px;
}
@media (max-width: 991px) {
  .quoteDetailsCustomerInfo {
    display: inline-block;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .div-table.shopping-cart .div-table-row input[type="text"] {
    width: 100% !important;
  }
}
@media (max-width: 991px) {
  .quote-details-discount .radio.inline input[type="radio"] {
    float: none;
    vertical-align: middle;
    margin: 0px;
    padding: 0;
  }
}
@media (max-width: 991px) {
  .quote-details-discount .radio.inline input[type="text"] {
    display: inline-block;
  }
}
/*DVPEP20140502 - NTN7.2 - New responsive style rules to handle response tables. For smaller viewports
                      the table structure will change and display labels and values in a vertical view opposed to horizontal. - BEGIN */
.dvp-table-responsive tbody tr td {
  padding-left: 3px;
}
.dvp-table-responsive .edit-column {
  padding: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .dvp-table-responsive .edit-column a.btn {
    width: 100%;
  }
}
.dvp-table-responsive td {
  vertical-align: middle !important;
}
.dvp-table-responsive th {
  font-weight: bold;
}
table.dvp-table-responsive.variant-list thead tr {
  background: #eaeaea;
}
table.dvp-table-responsive.variant-list tbody:nth-child(odd) {
  background: #efefef;
}
table.dvp-table-responsive.variant-list .col-variant-code {
  width: 35%;
}
@media (max-width: 991px) {
  .dvp-table-responsive {
    width: 100%;
    border-style: none !important;
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
    /*Change background color for odd rows*/
    /*class spanned-row will have a different style versus an unspanned row.*/
  }
  .dvp-table-responsive table,
  .dvp-table-responsive thead,
  .dvp-table-responsive tbody,
  .dvp-table-responsive th,
  .dvp-table-responsive td,
  .dvp-table-responsive tr {
    display: block;
  }
  .dvp-table-responsive thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .dvp-table-responsive tr {
    margin-top: -3px;
  }
  .dvp-table-responsive tr td {
    text-align: left !important;
  }
  .dvp-table-responsive tr:nth-child(odd) {
    background-color: #f5f5f5;
  }
  .dvp-table-responsive tr.spanned-row {
    border-style: none !important;
  }
  .dvp-table-responsive tr.spanned-row td {
    padding-left: 6px !important;
  }
  .dvp-table-responsive td {
    /* Behave  like a "row" */
    border: none !important;
    position: relative !important;
    /*Important to no combine padding in short form syntax - BEGIN */
    padding-left: 50% !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    padding-right: 6px !important;
    /*Important to no combine padding in short form syntax - BEGIN */
    width: auto !important;
  }
  .dvp-table-responsive td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 5px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    content: attr(data-title);
    font-weight: bold;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .dvp-table-responsive tr:nth-child(odd) {
    background: none;
  }
}
/*DVPEP20140502 - NTN7.2 - New responsive style rules to handle response tables. For smaller viewports
                         the table structure will change and display labels and values in a vertical view opposed to horizontal. - END */
/*DVPEP20140509 - NTN7.2 - New response class structure for div tables. A table can be changed into a div using the below class rules. - BEGIN */
.div-table {
  display: table;
  border-collapse: collapse;
  width: 100%;
}
/* DVPAL20140612 - remove border in the last child to prevent double borders at the bottom*/
.div-table .div-table-row:last-child {
  border-bottom: none !important;
}
.div-table-col {
  display: table-cell;
  padding: 3px 3px 3px 3px;
  vertical-align: middle;
}
.div-table-row {
  overflow: auto;
  display: table-row;
  padding: 3px;
}
.row-header {
  display: table-header-group !important;
  font-weight: 600;
  border: 1px solid #cccccc;
  background-color: #eaeaea !important;
  color: #000000;
  height: auto !important;
}
.div-header-col {
  display: table-cell;
}
.div-table:after {
  clear: both;
}
div.div-table.master-child .col-item {
  width: 45%;
}
div.div-table.master-child .col-header-item {
  width: 45%;
}
div.div-table.master-child .col-uom {
  width: 15%;
}
div.div-table.master-child .col-image {
  background-color: #ffffff;
  width: 35px;
  height: 35px;
}
div.div-table.master-child .col-image .image-wrapper {
  overflow: hidden;
  /*DVPEP20140605 - NTN7.2 - Firefox alt text overflows outside the image container. Hide overflow.*/
  width: 35px;
  height: 35px;
}
div.div-table.master-child .col-image .image-wrapper .thumb {
  display: inline-block;
  overflow: hidden;
}
div.div-table.master-child .col-image .image-wrapper .main {
  display: none;
}
div.div-table.master-child .col-header-image {
  border-right: 1px solid #cccccc;
}
@media (max-width: 991px) {
  div.div-table.parametric .row-header,
  div.div-table.master-child .row-header {
    display: none !important;
  }
}
div.div-table.parametric .col-item,
div.div-table.master-child .col-item {
  width: 45%;
}
div.div-table.parametric .col-header-item,
div.div-table.master-child .col-header-item {
  width: 45%;
}
div.div-table.parametric .col-uom,
div.div-table.master-child .col-uom {
  width: 15%;
}
div.div-table.parametric .col-image,
div.div-table.master-child .col-image {
  width: 35px;
  height: 35px;
  background-color: #ffffff;
}
div.div-table.parametric .col-image .image-wrapper,
div.div-table.master-child .col-image .image-wrapper {
  overflow: hidden;
  /*DVPEP20140605 - NTN7.2 - Firefox alt text overflows outside the image container. Hide overflow.*/
  width: 35px;
  height: 35px;
}
div.div-table.parametric .col-image .image-wrapper .thumb,
div.div-table.master-child .col-image .image-wrapper .thumb {
  display: inline-block;
  overflow: hidden;
}
div.div-table.parametric .col-image .image-wrapper .main,
div.div-table.master-child .col-image .image-wrapper .main {
  display: none;
}
div.div-table.parametric .btn-addtofavorites a,
div.div-table.master-child .btn-addtofavorites a,
div.div-table.parametric .webAvailTable a,
div.div-table.master-child .webAvailTable a,
div.div-table.parametric .priceTable a,
div.div-table.master-child .priceTable a {
  /*DVPAL20140609 - parametric/master-child search table-specific styling for some buttons*/
  color: #000000;
  border: 1px solid #dfdfdf;
  margin-top: 2px;
  margin-bottom: 0;
  background: #ffffff;
}
@media (max-width: 991px) {
  div.div-table.parametric .btn-addtofavorites a,
  div.div-table.master-child .btn-addtofavorites a,
  div.div-table.parametric .webAvailTable a,
  div.div-table.master-child .webAvailTable a,
  div.div-table.parametric .priceTable a,
  div.div-table.master-child .priceTable a {
    margin-top: 5px;
    background: #eaeaea;
    color: #222222;
    border: 1px solid #cccccc;
  }
}
div.div-table.parametric .btn-addtofavorites a:hover,
div.div-table.master-child .btn-addtofavorites a:hover,
div.div-table.parametric .webAvailTable a:hover,
div.div-table.master-child .webAvailTable a:hover,
div.div-table.parametric .priceTable a:hover,
div.div-table.master-child .priceTable a:hover {
  color: #ffffff;
  background: #428bca;
  border: 1px solid #357ebd;
}
div.div-table.shopping-cart #uomwrapper {
  width: 60%;
  display: inline-block;
}
div.div-table.shopping-cart #uomwrapper span {
  text-align: left;
  line-height: 34px;
  display: block;
  padding-left: 18px;
}
@media (max-width: 991px) {
  div.div-table.shopping-cart #uomwrapper span {
    display: inline-block;
    padding: 0;
    line-height: 1;
  }
}
div.div-table.shopping-cart #catalog-container {
  display: inline;
}
div.div-table.shopping-cart #variant-container {
  display: inline;
}
div.div-table.shopping-cart #productid-container {
  display: inline;
}
div.div-table.shopping-cart .col-item {
  width: 40%;
}
div.div-table.shopping-cart .col-item-qty {
  width: 20%;
}
div.div-table.shopping-cart #qtywrapper {
  float: left;
  margin-right: -1px;
  width: 40%;
}
div.div-table.cat-item-list .col-image {
  background-color: #fff;
  width: 35px;
  height: 35px;
}
div.div-table.cat-item-list .col-image .image-wrapper {
  overflow: hidden;
  /*DVPEP20140605 - NTN7.2 - Firefox alt text overflows outside the image container. Hide overflow.*/
  width: 35px;
  height: 35px;
}
div.div-table.cat-item-list .col-image .image-wrapper .thumb {
  display: inline-block;
  overflow: hidden;
}
div.div-table.cat-item-list .col-image .image-wrapper .main {
  display: none;
}
div.div-table.cat-item-list .col-price {
  width: 10%;
}
div.div-table.cat-item-list .col-item-no {
  width: 10%;
}
div.div-table.cat-item-list .col-item-uom {
  width: 15%;
}
div.div-table.cat-item-list .col-item-qty {
  width: 20%;
}
div.div-table.favorites .col-image {
  background-color: #fff;
  width: 35px;
  height: 35px;
}
div.div-table.favorites .col-image .image-wrapper {
  overflow: hidden;
  /*DVPEP20140605 - NTN7.2 - Firefox alt text overflows outside the image container. Hide overflow.*/
  width: 35px;
  height: 35px;
}
div.div-table.favorites .col-image .image-wrapper .thumb {
  display: inline-block;
  overflow: hidden;
}
div.div-table.favorites .col-image .image-wrapper .main {
  display: none;
}
div.div-table.favorites .col-price {
  width: 10%;
}
div.div-table.favorites .col-item-no {
  width: 10%;
}
div.div-table.favorites .col-item-uom {
  width: 15%;
}
div.div-table.favorites .col-item-qty {
  width: 20%;
}
div.div-table.advanced-search .col-image {
  background-color: #fff;
  width: 35px;
  height: 35px;
}
div.div-table.advanced-search .col-image .image-wrapper {
  overflow: hidden;
  /*DVPEP20140605 - NTN7.2 - Firefox alt text overflows outside the image container. Hide overflow.*/
  width: 35px;
  height: 35px;
}
div.div-table.advanced-search .col-image .image-wrapper .thumb {
  display: inline-block;
  overflow: hidden;
}
div.div-table.advanced-search .col-image .image-wrapper .main {
  display: none;
}
div.div-table.advanced-search .col-price {
  width: 15%;
}
@media (max-width: 991px) {
  div.div-table.advanced-search .col-price {
    width: 100%;
  }
}
div.div-table.advanced-search .col-item-no {
  width: 10%;
}
@media (max-width: 991px) {
  div.div-table.advanced-search .col-item-no {
    width: auto;
    /*DVPAL20140529 - width set to auto in SM viewport*/
  }
}
div.div-table.advanced-search .col-item-uom {
  width: 15%;
}
@media (max-width: 991px) {
  div.div-table.advanced-search .col-item-uom {
    width: auto;
    /*DVPAL20140529 - width set to auto in SM viewport*/
  }
}
div.div-table.advanced-search .col-item-qty {
  width: 25%;
}
@media (max-width: 991px) {
  div.div-table.advanced-search .col-item-qty {
    width: auto;
    /*DVPAL20140529 - width set to auto in SM viewport*/
  }
}
/*Change background color for odd rows*/
.div-table-row:nth-child(odd) {
  background-color: #efefef;
}
div.cfg-cart-row {
  background-color: #ffffff !important;
}
div.cfg-cart-row-alt {
  background-color: #efefef !important;
}
@media (max-width: 991px) {
  .div-table-row:nth-child(even) {
    background-color: #ffffff;
  }
  .row-header {
    position: absolute;
    top: -2000px;
  }
  .div-table {
    display: block;
  }
  .div-table-col {
    display: block;
    overflow: hidden;
    vertical-align: baseline;
    border-right-width: 0px;
  }
  .div-table-row {
    display: block;
    width: auto;
    /*overflow:hidden;*/
  }
  .div-table-row:after {
    clear: both;
  }
  .col-text {
    text-align: left;
  }
  /* DVPAL20140528 - selecting compare checkboxes*/
  div.col-text[data-title=Compare] {
    float: right;
  }
  .col-text:before {
    content: attr(data-title);
    font-weight: bold;
    white-space: nowrap;
    vertical-align: top;
  }
  #uomwrapper {
    width: 100%;
    display: inline-block;
  }
  #uomwrapper select.form-control {
    width: 100%;
  }
  div.div-table.master-child .col-item {
    width: auto;
  }
  div.div-table.master-child .col-header-item {
    width: auto;
  }
  div.div-table.master-child .col-image {
    float: left !important;
    width: auto;
    height: auto;
  }
  div.div-table.master-child .col-image .image-wrapper {
    width: 110px;
    height: 110px;
  }
  div.div-table.master-child .col-image .image-wrapper .thumb {
    display: none;
  }
  div.div-table.master-child .col-image .image-wrapper .main {
    display: inline-block;
  }
  div.div-table.master-child .col-image:after {
    clear: left;
  }
  div.div-table.parametric .col-item {
    width: auto;
  }
  div.div-table.parametric .col-item span.col-inner-label {
    display: none;
  }
  div.div-table.parametric .col-item #spnShortDescription {
    font-size: 16px;
    font-weight: bold;
  }
  div.div-table.parametric .col-header-item {
    width: auto;
  }
  div.div-table.parametric .col-uom {
    width: auto;
  }
  div.div-table.parametric .col-image {
    float: left !important;
    width: auto;
    height: auto;
  }
  div.div-table.parametric .col-image .image-wrapper {
    width: 110px;
    height: 110px;
  }
  div.div-table.parametric .col-image .image-wrapper .thumb {
    display: none;
  }
  div.div-table.parametric .col-image .image-wrapper .main {
    display: inline-block;
  }
  div.div-table.parametric .col-image:after {
    clear: left;
  }
  div.div-table.cat-item-list .col-price {
    width: auto;
  }
  div.div-table.cat-item-list .col-item-no {
    width: auto;
  }
  div.div-table.cat-item-list .col-item-uom {
    width: auto;
  }
  div.div-table.cat-item-list .col-item-qty {
    width: auto;
  }
  div.div-table.cat-item-list .col-image {
    float: left !important;
    width: auto;
    height: auto;
  }
  div.div-table.cat-item-list .col-image .image-wrapper {
    width: 110px;
    height: 110px;
  }
  div.div-table.cat-item-list .col-image .image-wrapper .thumb {
    display: none;
  }
  div.div-table.cat-item-list .col-image .image-wrapper .main {
    display: inline-block;
  }
  div.div-table.cat-item-list .col-image:after {
    clear: left;
  }
  div.div-table.favorites .col-price {
    width: auto;
  }
  div.div-table.favorites .col-item-no {
    width: auto;
  }
  div.div-table.favorites .col-item-uom {
    width: auto;
  }
  div.div-table.favorites .col-item-qty {
    width: auto;
  }
  div.div-table.favorites .col-image {
    float: left !important;
    width: auto;
    height: auto;
  }
  div.div-table.favorites .col-image .image-wrapper {
    width: 110px;
    height: 110px;
  }
  div.div-table.favorites .col-image .image-wrapper .thumb {
    display: none;
  }
  div.div-table.favorites .col-image .image-wrapper .main {
    display: inline-block;
  }
  div.div-table.favorites .col-image:after {
    clear: left;
  }
  div.div-table.advanced-search .col-item {
    width: auto;
  }
  div.div-table.advanced-search .col-header-item {
    width: auto;
  }
  div.div-table.advanced-search .col-image {
    float: left !important;
    width: auto;
    height: auto;
  }
  div.div-table.advanced-search .col-image .image-wrapper {
    width: 110px;
    height: 110px;
  }
  div.div-table.advanced-search .col-image .image-wrapper .thumb {
    display: none;
  }
  div.div-table.advanced-search .col-image .image-wrapper .main {
    display: inline-block;
  }
  div.div-table.advanced-search .col-image:after {
    clear: left;
  }
  div.div-table.shopping-cart #uomwrapper {
    display: block;
    width: 100%;
  }
  div.div-table.shopping-cart #uomwrapper:before {
    content: attr(data-title);
    font-weight: bold;
    white-space: nowrap;
    vertical-align: top;
  }
  div.div-table.shopping-cart #productid-container {
    display: block;
    width: 100%;
    padding: 3px 0px 0px 0px;
    border-right: 0 !important;
  }
  div.div-table.shopping-cart #variant-container {
    display: block;
    padding: 3px 0px 0px 0px;
    border-right: 0 !important;
    width: 100%;
  }
  div.div-table.shopping-cart #catalog-container {
    display: block;
    padding: 3px 0px 0px 0px;
    border-right: 0 !important;
  }
  div.div-table.shopping-cart .col-item {
    width: auto;
  }
  div.div-table.shopping-cart .col-item #spnShortDescription {
    font-size: 16px;
    font-weight: bold;
  }
  div.div-table.shopping-cart .col-item a.others {
    font-size: 16px !important;
    font-weight: bold !important;
  }
  div.div-table.shopping-cart .col-item > div {
    display: inline;
    /*DVPEP20140605 - NTN7.2 - Changed from inline-block to inline.*/
  }
  div.div-table.shopping-cart .col-item-qty {
    width: auto;
    vertical-align: middle !important;
  }
  div.div-table.shopping-cart #qtywrapper {
    /*float:none;*/
    width: 100%;
    display: block;
  }
  div.div-table.shopping-cart #qty-col-container {
    display: block;
    width: 100%;
  }
}
#qty-col-container input.form-control,
#qty-col-container select.form-control {
  margin-left: 1px;
  border-radius: 0px !important;
}
/*DVPEP20140509 - NTN7.2 - New response class structure for div tables. A table can be changed into a div using the below class rules. - END */
/* for the related files on the product details page */
.related-files {
  width: 100%;
}
.related-files tbody tr td {
  width: 25%;
  padding: 3px;
  background: #f4f4f4;
}
.related-files tbody tr td a {
  cursor: default;
}
.related-files tbody tr td:nth-child(2) {
  text-align: right;
}
.related-files tbody tr td:nth-child(1) {
  width: 75%;
}
/*DVPAL20140624 - savedcarts.aspx, saved_cart.xsl - START*/
/* used for the add to saved cart control */
.AddToSavedCart div {
  float: left;
  line-height: 32px;
  margin: 0 5px 15px 0;
}
@media (max-width: 991px) {
  .AddToSavedCart div {
    width: 100%;
    margin: 0 0 5px 0;
    line-height: 2;
  }
}
@media (max-width: 991px) {
  .AddToSavedCart div a.btn {
    width: 100%;
    margin: 0 0 5px 0;
  }
}
.sc-span-container {
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
  padding: 2px;
}
.detailssc2 {
  -webkit-transition: all 0.15s ease-in-out;
  /* Chrome 1-25, Safari 3.2+ */
  -moz-transition: all 0.15s ease-in-out;
  /* Firefox 4-15 */
  -o-transition: all 0.15s ease-in-out;
  /* Opera 10.50ï¿½12.00 */
  transition: all 0.15s ease-in-out;
  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.50+ */
}
.sc-header {
  display: inline-block;
}
@media (max-width: 991px) {
  .sc-header {
    width: 100% !important;
  }
}
.sc-row-header {
  width: 100%;
  display: inline-block;
}
.sc-row-header .scshopper,
.sc-row-header .scname {
  width: 25%;
}
.sc-row-header .sctotal,
.sc-row-header .scprice {
  width: 20%;
}
.sc-info-row {
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  width: 100%;
  display: none;
  position: relative;
}
.sc-info-row .inner-btn-group {
  padding: 10px;
  text-align: center;
}
@media (max-width: 991px) {
  .sc-info-row .inner-btn-group a.btn {
    width: 100%;
    margin-top: 5px;
  }
}
.sc-col:last-child,
.sc-label:last-child {
  border-right-width: 0 !important;
}
.sc-col.col-text:before {
  display: none;
}
@media (max-width: 991px) {
  .sc-col.col-text:before {
    content: attr(data-title);
    font-weight: bold;
    white-space: nowrap;
    vertical-align: top;
    width: 20%;
    min-width: 80px;
    display: inline-block;
  }
}
div.sc-inner-table {
  width: 100%;
}
div.sc-inner-table .sc-label-container {
  background: #ffffff;
  border-bottom: 1px solid #cccccc;
  font-size: 0;
}
@media (max-width: 991px) {
  div.sc-inner-table .sc-label-container {
    display: none !important;
  }
}
div.sc-inner-table .sc-label-container .sc-label,
div.sc-inner-table .sc-label-container .sc-col {
  font-size: 12px;
  display: inline-block;
  text-align: left;
  padding-left: 10px;
  width: 15%;
  border-right: 1px solid #cccccc;
}
@media (max-width: 991px) {
  div.sc-inner-table .sc-label-container .sc-label,
  div.sc-inner-table .sc-label-container .sc-col {
    padding-top: 2px;
    padding-bottom: 2px;
    border-right: none !important;
    width: 100% !important;
  }
}
div.sc-inner-table .sc-label-container .itemname {
  width: 45%;
}
div.sc-inner-table .sc-label-container .itemno {
  width: 15%;
}
div.sc-inner-table .sc-label-container .itemuom {
  width: 13%;
}
div.sc-inner-table .sc-label-container .itemprice {
  width: 10%;
}
div.sc-inner-table .sc-label-container .itemvariant {
  width: 8%;
}
div.sc-inner-table .sc-label-container .itemqty {
  width: 5%;
}
div.sc-inner-table .sc-inner-header {
  border-bottom: 1px solid #cccccc;
  background-color: #ffffff;
  width: 100%;
  display: inline-block;
}
div.sc-inner-table .sc-inner-header .sc-col {
  display: inline-block;
  text-align: left;
  padding-left: 10px;
  width: 15%;
  border-right: 1px solid #cccccc;
}
@media (max-width: 991px) {
  div.sc-inner-table .sc-inner-header .sc-col {
    padding-top: 2px;
    padding-bottom: 2px;
    border-right: none !important;
    width: 100% !important;
  }
}
div.sc-inner-table .sc-inner-header .itemname {
  width: 45%;
}
div.sc-inner-table .sc-inner-header .itemno {
  width: 15%;
}
div.sc-inner-table .sc-inner-header .itemuom {
  width: 13%;
}
div.sc-inner-table .sc-inner-header .itemprice {
  width: 10%;
}
div.sc-inner-table .sc-inner-header .itemvariant {
  width: 8%;
}
div.sc-inner-table .sc-inner-header .itemqty {
  width: 5%;
}
div.sc-inner-table .sc-inner-header:nth-child(even) {
  background: #f5f5f5;
}
/*DVPAL20140624 - savedcarts.aspx, saved_cart.xsl - END*/
/*DVPEP20140623 - NTN7.2 - Multi dim variant table. - BEGIN*/
/*tr.row-top-axis td.multi-dim-data-col{
    display:table-cell;
}

tr.multi-dim-data-row td.multi-dim-data-col{
    display:table-cell;
}*/
@media (max-width: 991px) {
  tr.row-top-axis td.multi-dim-data-col {
    display: none;
  }
  tr.multi-dim-data-row td.multi-dim-data-col {
    display: none;
  }
  tr.row-top-axis td:nth-of-type(2) {
    display: table-cell;
  }
  tr.multi-dim-data-row td:nth-of-type(2) {
    display: table-cell;
  }
  .hide-td {
    display: none !important;
  }
  .show-td {
    display: table-cell !important;
  }
}
@media (min-width: 992px) {
  tr.multi-dim-data-row td.multi-dim-data-col {
    display: table-cell !important;
  }
  .hide-td {
    display: table-cell !important;
  }
  .show-td {
    display: table-cell !important;
  }
}
/*DVPEP20140623 - NTN7.2 - Multi dim variant table. - END*/
/*DVPAL20140626 - NTN7.2 - Multi dim parameter container - START*/
div.multidim-param {
  width: 100%;
}
div.multidim-param .md-locationbtn-container,
div.multidim-param .md-btn-container,
div.multidim-param .md-topaxis,
div.multidim-param .md-uom-container {
  width: 200px;
  display: inline-block;
  vertical-align: bottom;
  margin: 0 10px 0 0;
}
div.multidim-param .md-locationbtn-container a.btn-item,
div.multidim-param .md-btn-container a.btn-item,
div.multidim-param .md-topaxis a.btn-item,
div.multidim-param .md-uom-container a.btn-item {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  div.multidim-param .md-locationbtn-container,
  div.multidim-param .md-btn-container,
  div.multidim-param .md-topaxis,
  div.multidim-param .md-uom-container {
    width: 100%;
    margin: 5px 0 0 0;
  }
}
div.multidim-param .md-locationbtn-container .btn-location-group,
div.multidim-param .md-btn-container .btn-location-group,
div.multidim-param .md-topaxis .btn-location-group,
div.multidim-param .md-uom-container .btn-location-group {
  margin-bottom: 0;
}
/*DVPAL20140626 - NTN7.2 - Multi dim parameter container - END*/
/*DVPAL20140627 - NTN7.2 - Multi dim variant table (styles) - START*/
.multi-dim-variant-table {
  border: 1px solid #cccccc;
}
.multi-dim-variant-table .cItemCnt,
.multi-dim-variant-table .cItem {
  text-align: center;
  border: 1px solid #cccccc;
}
@media (max-width: 991px) {
  .multi-dim-variant-table .cItemCnt,
  .multi-dim-variant-table .cItem {
    width: 35%;
  }
}
.multi-dim-variant-table input.small-squared {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  outline: none;
}
@media (max-width: 991px) {
  .multi-dim-variant-table tr.multi-dim-data-row {
    height: 40px;
  }
}
td.avgreen,
td.avblue,
td.avgray,
td.avblank {
  text-align: center;
  padding: 1px 3px 1px 3px;
  font-size: 10px;
  color: #222222;
}
td.avgreen {
  background: #beebc2;
}
td.avgreen input.small-squared {
  border: 1px solid #7eb17e;
}
td.avgreen input.small-squared:focus {
  background: #ecffed;
  box-shadow: 0 0 5px #7eb17e;
}
td.avblue {
  background: #bed3eb;
}
td.avblue input.small-squared {
  border: 1px solid #89b6eb;
}
td.avblue input.small-squared:focus {
  background: #e2efff;
  box-shadow: 0 0 5px #89b6eb;
}
td.avgray {
  background: #dcc2c2;
}
td.avgray input.small-squared {
  border: 1px solid #c59393;
}
td.avgray input.small-squared:focus {
  background: #ffefef;
  box-shadow: 0 0 5px #c59393;
}
td.avblank {
  background: #eaeaea;
}
.availtable-variant {
  display: inline-block;
}
div.RFQcontainer {
  width: 200px;
}
div.RFQcalendarcontainer {
  width: 130px;
}
div.RFQcontainer,
div.RFQcalendarcontainer {
  display: inline-block;
  margin-right: 20px;
}
@media (max-width: 991px) {
  div.RFQcontainer,
  div.RFQcalendarcontainer {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
div.RFQsearchfield {
  width: 200px;
  margin-top: 15px;
}
@media (max-width: 991px) {
  div.RFQsearchfield {
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
  }
}
.rfqparent {
  background: #cccccc !important;
}
.rfqstatusrow {
  background: #bedae9 !important;
}
@media (max-width: 991px) {
  .rfqstatusrow {
    margin-top: 20px;
  }
  .rfqstatusrow div {
    text-align: center !important;
    font-size: 18px;
  }
}
.rfqsub {
  padding: 0;
}
.rfqsub .btn {
  width: 100%;
  border-radius: 0;
}
.rfqparent div.div-table-col,
.rfqchild div.div-table-col {
  padding-top: 0;
  padding-bottom: 0;
}
.rfqchild {
  background: #ffffff !important;
}
.rfqtable-itemlabel {
  min-width: 175px;
}
.rfqtable-shipment {
  min-width: 130px;
}
div.rfqtable .div-table-col {
  vertical-align: top;
}
td.sortcol input[type="submit"] {
  font-weight: bold;
}
table.dvp-table-responsive.shiptoaddresstable tbody tr td {
  height: auto;
  min-height: 15px;
}
/* END tables.less */
/* START configurator.less */
div.option-error,
.choice-required,
.attribute-qty-error {
  color: #a94442;
  font-weight: 600;
  font-size: 12px;
}
div.configurator div.attribute-header-row {
  background: none !important;
}
div.option-exclusion {
  width: 100%;
  text-align: right;
  color: #a94442;
  font-size: 12px;
}
div.option-exclusion .option-exclusion-season:before {
  font-family: FontAwesome;
  content: "\f06a\0020";
  font-size: 14px;
}
div.choice-exclusion {
  width: 100%;
  text-align: right;
  margin-bottom: 10px;
  color: #a94442;
  font-size: 12px;
}
div.choice-exclusion div.choice-exclusion-season:before {
  font-family: FontAwesome;
  content: "\f06a\0020";
  font-size: 14px;
}
div.cart-cfg-review div.section-wrapper {
  border: none;
  background: none;
  margin: 0;
  border-radius: 0;
}
div.cart-cfg-review div.section-wrapper div.section-header {
  background: none;
  padding: 2px 0px;
}
div.cart-cfg-review div.section-wrapper div.section-header a.expand-toggle {
  float: right;
  margin-top: -40px;
  height: 15px;
}
@media (max-width: 991px) {
  div.cart-cfg-review div.section-wrapper div.section-header a.expand-toggle {
    width: 100%;
    display: block;
    text-align: center;
    float: none;
    height: auto;
    margin: 0;
  }
}
div.cart-cfg-review div.section-wrapper div.section-header a.expand-toggle span {
  margin-top: -9px;
  display: block;
}
@media (max-width: 991px) {
  div.cart-cfg-review div.section-wrapper div.section-header a.expand-toggle span {
    display: inline-block;
  }
}
div.cart-cfg-review div.section-body-comment {
  display: none;
  padding: 0;
}
div.cart-cfg-review div.section-body-comment div.configurator-review {
  margin-bottom: 10px;
}
div.cart-cfg-review div.section-body-comment div.configurator-review div.review-total {
  display: none;
}
div.cart-cfg-review div.section-body-comment div.configurator-review div.review-step-container {
  padding: 2px;
}
div.cart-cfg-review div.section-body-comment div.configurator-review div.review-step-container div.review-choice-container {
  border: none;
  margin: 0;
  padding: 0px 0px 0px 10px;
  width: 100%;
}
div.cart-cfg-review div.section-body-comment div.configurator-review div.review-step-container div.review-choice-container div.review-choice,
div.cart-cfg-review div.section-body-comment div.configurator-review div.review-step-container div.review-choice-container div.review-value {
  font-size: 12px;
  vertical-align: top;
  margin: 0 0 0 10px;
  display: inline-block;
}
div.cart-cfg-review div.section-body-comment div.configurator-review div.review-step-container div.review-choice-container div.review-option-container {
  margin: 0;
  display: inline-block;
  width: auto;
}
div.cart-cfg-review div.section-body-comment div.configurator-review div.review-step-container div.review-choice-container div.review-option-container div.review-option {
  width: auto;
  display: inline-block;
  margin: 0 0 0 5px;
  vertical-align: top;
}
div.cart-cfg-review div.section-body-comment div.configurator-review div.review-step-container div.review-choice-container div.review-option-container div.review-option:before {
  vertical-align: top;
  line-height: 1;
}
div.cart-cfg-review div.section-body-comment div.configurator-review div.review-step-container div.review-choice-container div.review-option-container div.review-option-image,
div.cart-cfg-review div.section-body-comment div.configurator-review div.review-step-container div.review-choice-container div.review-option-container div.review-option-extended {
  display: none;
}
div.cart-cfg-review div.section-body-comment div.configurator-review div.review-step-container div.review-step {
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 0;
}
div.cart-cfg-review div.section-body-comment div.configurator-review div.header-review {
  display: none;
}
div.cart-cfg-review div.section-body-comment div.configurator-review div.header-review div.header-description-review-wrapper,
div.cart-cfg-review div.section-body-comment div.configurator-review div.header-review div.header-review-image {
  display: none;
}
div.configurator-tool-tip {
  vertical-align: top;
  margin-left: 10px;
  line-height: 18px;
  display: inline-block;
}
div.configurator-tool-tip .popover-content {
  font-weight: normal;
}
div.header-description,
div.step-description,
div.choice-description {
  display: inline-block;
}
div.step-extended,
div.choice-extended {
  margin-bottom: 15px;
}
div.configurator-total {
  margin-top: 10px;
}
div.breadcrumb-side {
  border: 1px solid #cccccc;
  padding: 10px;
  width: 20%;
  display: inline-block;
  margin-top: -1px;
  vertical-align: top;
}
div.breadcrumb-side div.configurator-total-label {
  float: left;
}
div.breadcrumb-side div.configurator-total {
  margin: 0;
  font-weight: 600;
  float: right;
  text-align: right;
}
@media (max-width: 991px) {
  div.breadcrumb-side div.configurator-total {
    float: none;
  }
}
div.breadcrumb-side div.configurator-total div.configurator-vattag {
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
  font-weight: 300;
}
div.breadcrumb-side #configsummary {
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  margin-bottom: 10px;
  border-bottom: 1px solid #cccccc;
}
div.breadcrumb-side div.breadcrumb-side-step-container {
  -ms-word-break: break-word;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 10px;
}
div.breadcrumb-side div.breadcrumb-side-step {
  /*display: none;*/
  font-weight: bold;
  text-transform: uppercase;
}
div.breadcrumb-side div.breadcrumb-side-choice {
  font-weight: bold;
}
div.breadcrumb-side div.breadcrumb-side-value {
  padding: 0px 0px 0px 5px;
  vertical-align: text-bottom;
  display: inline-block;
}
div.breadcrumb-side div.breadcrumb-side-option {
  padding: 0px 0px 0px 5px;
  vertical-align: text-bottom;
  display: inline-block;
}
div.breadcrumb-side div.breadcrumb-side-option:before {
  content: "\00BB\0020";
  vertical-align: text-bottom;
}
div.breadcrumb-side div.breadcrumb-side-option div.breadcrumb-side-attributes:before {
  content: "\00BB\0020\00BB\0020";
  vertical-align: text-bottom;
}
div.breadcrumb-top {
  padding: 10px;
  border: 1px solid #cccccc;
  margin-bottom: 15px;
}
div.breadcrumb-top .Step,
div.breadcrumb-top .top-configurator-name,
div.breadcrumb-top .top-step {
  -ms-word-break: break-word;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  display: inline-block;
  margin: 0 3px;
}
div.breadcrumb-top .top-step {
  font-weight: bold;
}
div.breadcrumb-top .Step:before,
div.breadcrumb-top .top-step:before {
  content: "\003e\003e\00a0";
}
div.configurator-review div.header,
div.configurator-review div.step-header-container,
div.configurator-review div.breadcrumb-top,
div.configurator-review div.header-review {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
div.configurator-review div.review-total div.configurator-vattag {
  font-weight: normal;
  font-size: 14px;
  display: inline-block;
  margin-left: 10px;
}
div.configurator-review div.review-total-label {
  display: none;
}
div.configurator-review div.review-step-container,
div.configurator-review div.review-baseitem-container {
  /*padding:0 0 0 5px;*/
  padding: 10px;
  border: 1px solid #cccccc;
  margin-bottom: -1px;
}
div.configurator-review div.review-step {
  text-transform: uppercase;
}
div.configurator-review div.review-choice-container {
  -ms-word-break: break-word;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  vertical-align: top;
  display: inline-block;
  margin-left: -1px;
  width: 25%;
  border: 1px solid #cccccc;
  padding: 10px;
  margin-bottom: -1px;
}
@media (max-width: 991px) {
  div.configurator-review div.review-choice-container {
    width: 100% !important;
  }
}
div.configurator-review div.review-choice-container div.review-choice {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 14px;
}
div.configurator-review div.review-choice-container div.review-option-container {
  width: 100%;
}
div.configurator-review div.review-choice-container div.review-option-container div.review-option {
  width: 100%;
  margin-bottom: 10px;
}
div.configurator-review div.review-choice-container div.review-option-container div.review-option:before {
  content: "\00BB\0020";
  vertical-align: text-bottom;
}
div.configurator-review div.review-choice-container div.review-option-container div.review-value {
  margin-left: 20px;
}
div.configurator-review div.review-choice-container div.review-option-container div.review-option-image {
  width: 20%;
  display: inline-block;
  vertical-align: top;
  padding-right: 10px;
}
div.configurator-review div.review-choice-container div.review-option-container div.review-option-image img {
  border: 1px solid #cccccc;
  width: 100%;
}
div.configurator-review div.review-choice-container div.review-option-container div.review-option-extended {
  width: 80%;
  display: inline-block;
  vertical-align: top;
}
/* DVPAL20150106 - color swatch class, insert "colorpicker" into the choice*/
div.choice.colorpicker div.option-wrapper div.option {
  width: 33%;
  /*DVPAL20150106 - 3 per row*/
  display: inline-block;
  vertical-align: top;
  border: 0;
  margin: 0;
  /*DVPAL20150106 - hide image and radio button*/
}
@media (max-width: 1199px) {
  div.choice.colorpicker div.option-wrapper div.option {
    width: 25%;
  }
}
@media (max-width: 991px) {
  div.choice.colorpicker div.option-wrapper div.option {
    width: 50%;
  }
}
@media (max-width: 767px) {
  div.choice.colorpicker div.option-wrapper div.option {
    width: 100%;
  }
}
div.choice.colorpicker div.option-wrapper div.option div.option-extended {
  display: none;
}
div.choice.colorpicker div.option-wrapper div.option span[disabled=disabled] {
  opacity: 0.25;
  filter: alpha(opacity=25);
  zoom: 1;
}
div.choice.colorpicker div.option-wrapper div.option div.option-image {
  display: none;
}
div.choice.colorpicker div.option-wrapper div.option input[type=radio] {
  display: none;
  margin: 10px;
}
div.choice.colorpicker div.option-wrapper div.option input[type=radio]:disabled + label {
  text-decoration: line-through;
  cursor: no-drop;
}
div.choice.colorpicker div.option-wrapper div.option input[type=radio] + label {
  display: inline-block;
}
div.choice.colorpicker div.option-wrapper div.option input[type=radio] + label:hover {
  color: #2a6496;
}
div.choice.colorpicker div.option-wrapper div.option input[type=radio]:checked + label {
  color: #428bca;
  text-decoration: underline;
}
div.choice.colorpicker div.option-wrapper div.option input[type=radio]:checked + label img {
  border: 2px solid #428bca;
}
div.choice.colorpicker div.option-wrapper div.option label {
  font-size: 12px !important;
  cursor: pointer;
}
div.choice.colorpicker div.option-wrapper div.option label img {
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  border: 2px solid #cccccc;
  margin-right: 10px;
}
/*Default Configurator stylesheet*/
/*Item by attribute - START*/
div.attribute-filter {
  width: 24%;
  display: inline-block;
  margin-right: 1%;
}
@media (max-width: 767px) {
  div.attribute-filter {
    width: 100%;
  }
}
div.responsive-attribute {
  overflow: auto;
  width: 100%;
}
div.attribute-table {
  margin-top: 15px;
  display: table;
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #cccccc;
}
div.attribute-table div.attribute-header-row {
  display: table-header-group;
  font-weight: bold;
  height: auto;
  color: #000000;
  text-align: center;
  background: #eaeaea;
  border: 1px solid #cccccc;
}
div.attribute-table div.attribute-header-row div.col-attribute-header {
  border-right: 1px solid #cccccc;
  display: table-cell;
  padding: 3px;
  vertical-align: top;
}
@media (max-width: 991px) {
  div.attribute-table div.attribute-header-row div.col-attribute-header {
    min-width: 100px;
  }
}
div.attribute-table div.attribute-row {
  display: table-row;
  padding: 3px;
  text-align: center;
  overflow: auto;
}
div.attribute-table div.attribute-row div.col-attribute,
div.attribute-table div.attribute-row div.col-item {
  display: table-cell;
  padding: 3px 3px 10px 3px;
  vertical-align: middle;
  border: 1px solid #cccccc;
}
div.attribute-table div.attribute-row div.col-attribute {
  background: #eaeaea;
  font-weight: bold;
  height: auto;
  color: #000000;
  text-align: center;
}
div.attribute-table div.attribute-row div.col-attribute.fixedscroll {
  position: absolute;
  /*margin-top: -1px;*/
  margin-left: -1px;
  padding-top: 30px;
}
div.attribute-table div.attribute-row div.col-item {
  vertical-align: bottom;
}
div.attribute-table div.attribute-row div.col-item span {
  color: #a94442 !important;
}
div.attribute-table div.attribute-row div.col-item input[type="text"] {
  max-width: 50px;
  margin: 0 auto;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
div.attribute-table div.attribute-row div.col-item div.col-item-id {
  display: none;
}
div.attribute-table div.attribute-row div.col-item div.col-item-price div.configurator-price {
  display: inline-block;
  width: 100%;
}
div.attribute-table div.attribute-row div.col-item div.col-item-price div.configurator-price div.configurator-vattag {
  display: inline-block;
  font-size: 10px;
  font-weight: 300;
  margin-left: 5px;
}
/*Item by attribute - END*/
/*Buttons*/
div.linkbutton {
  margin-top: 15px;
  width: 80%;
}
@media (max-width: 991px) {
  div.linkbutton {
    width: 100%;
  }
}
@media (max-width: 767px) {
  div.linkbutton a {
    width: 100% !important;
    margin-bottom: 5px !important;
    float: none !important;
  }
}
div.linkbutton a.Next,
div.linkbutton a.Back,
div.linkbutton a.add {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
  /* DVPAL20140605 - added for hover effects*/
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 2;
  vertical-align: top;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
div.linkbutton a.Next:hover,
div.linkbutton a.Back:hover,
div.linkbutton a.add:hover,
div.linkbutton a.Next:focus,
div.linkbutton a.Back:focus,
div.linkbutton a.add:focus,
div.linkbutton a.Next:active,
div.linkbutton a.Back:active,
div.linkbutton a.add:active,
div.linkbutton a.Next.active,
div.linkbutton a.Back.active,
div.linkbutton a.add.active,
.open .dropdown-togglediv.linkbutton a.Next,
.open .dropdown-togglediv.linkbutton a.Back,
.open .dropdown-togglediv.linkbutton a.add {
  color: #ffffff;
  border-color: #285e8e;
}
div.linkbutton a.Next:active,
div.linkbutton a.Back:active,
div.linkbutton a.add:active,
div.linkbutton a.Next.active,
div.linkbutton a.Back.active,
div.linkbutton a.add.active,
.open .dropdown-togglediv.linkbutton a.Next,
.open .dropdown-togglediv.linkbutton a.Back,
.open .dropdown-togglediv.linkbutton a.add {
  background-image: none;
}
div.linkbutton a.Next.disabled,
div.linkbutton a.Back.disabled,
div.linkbutton a.add.disabled,
div.linkbutton a.Next[disabled],
div.linkbutton a.Back[disabled],
div.linkbutton a.add[disabled],
fieldset[disabled] div.linkbutton a.Next,
fieldset[disabled] div.linkbutton a.Back,
fieldset[disabled] div.linkbutton a.add,
div.linkbutton a.Next.disabled:hover,
div.linkbutton a.Back.disabled:hover,
div.linkbutton a.add.disabled:hover,
div.linkbutton a.Next[disabled]:hover,
div.linkbutton a.Back[disabled]:hover,
div.linkbutton a.add[disabled]:hover,
fieldset[disabled] div.linkbutton a.Next:hover,
fieldset[disabled] div.linkbutton a.Back:hover,
fieldset[disabled] div.linkbutton a.add:hover,
div.linkbutton a.Next.disabled:focus,
div.linkbutton a.Back.disabled:focus,
div.linkbutton a.add.disabled:focus,
div.linkbutton a.Next[disabled]:focus,
div.linkbutton a.Back[disabled]:focus,
div.linkbutton a.add[disabled]:focus,
fieldset[disabled] div.linkbutton a.Next:focus,
fieldset[disabled] div.linkbutton a.Back:focus,
fieldset[disabled] div.linkbutton a.add:focus,
div.linkbutton a.Next.disabled:active,
div.linkbutton a.Back.disabled:active,
div.linkbutton a.add.disabled:active,
div.linkbutton a.Next[disabled]:active,
div.linkbutton a.Back[disabled]:active,
div.linkbutton a.add[disabled]:active,
fieldset[disabled] div.linkbutton a.Next:active,
fieldset[disabled] div.linkbutton a.Back:active,
fieldset[disabled] div.linkbutton a.add:active,
div.linkbutton a.Next.disabled.active,
div.linkbutton a.Back.disabled.active,
div.linkbutton a.add.disabled.active,
div.linkbutton a.Next[disabled].active,
div.linkbutton a.Back[disabled].active,
div.linkbutton a.add[disabled].active,
fieldset[disabled] div.linkbutton a.Next.active,
fieldset[disabled] div.linkbutton a.Back.active,
fieldset[disabled] div.linkbutton a.add.active {
  background-color: #428bca;
  border-color: #357ebd;
}
div.linkbutton a.Next .badge,
div.linkbutton a.Back .badge,
div.linkbutton a.add .badge {
  color: #428bca;
  background-color: #ffffff;
}
div.linkbutton a.Next:focus,
div.linkbutton a.Back:focus,
div.linkbutton a.add:focus,
div.linkbutton a.Next:active:focus,
div.linkbutton a.Back:active:focus,
div.linkbutton a.add:active:focus,
div.linkbutton a.Next.active:focus,
div.linkbutton a.Back.active:focus,
div.linkbutton a.add.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
div.linkbutton a.Next:hover,
div.linkbutton a.Back:hover,
div.linkbutton a.add:hover,
div.linkbutton a.Next:focus,
div.linkbutton a.Back:focus,
div.linkbutton a.add:focus {
  color: #333333;
  text-decoration: none;
}
div.linkbutton a.Next:active,
div.linkbutton a.Back:active,
div.linkbutton a.add:active,
div.linkbutton a.Next.active,
div.linkbutton a.Back.active,
div.linkbutton a.add.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
div.linkbutton a.Next.disabled,
div.linkbutton a.Back.disabled,
div.linkbutton a.add.disabled,
div.linkbutton a.Next[disabled],
div.linkbutton a.Back[disabled],
div.linkbutton a.add[disabled],
fieldset[disabled] div.linkbutton a.Next,
fieldset[disabled] div.linkbutton a.Back,
fieldset[disabled] div.linkbutton a.add {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
div.linkbutton a.Next:hover,
div.linkbutton a.Back:hover,
div.linkbutton a.add:hover,
div.linkbutton a.Next:focus,
div.linkbutton a.Back:focus,
div.linkbutton a.add:focus {
  color: #ffffff;
}
div.linkbutton a.Next {
  float: right;
}
div.linkbutton a.Back {
  float: left;
}
div.configurator-review-button {
  width: 100%;
}
@media (max-width: 767px) {
  div.configurator-review-button a {
    width: 100% !important;
    margin-bottom: 5px !important;
    float: none !important;
  }
}
div.configurator-review-button div.configurator-addtocart {
  display: inline-block;
  margin-right: 15px;
}
@media (max-width: 767px) {
  div.configurator-review-button div.configurator-addtocart {
    width: 100% !important;
  }
}
div.configurator-review-button div.configurator-addtocart a {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
  /* DVPAL20140605 - added for hover effects*/
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 2;
  vertical-align: top;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
div.configurator-review-button div.configurator-addtocart a:hover,
div.configurator-review-button div.configurator-addtocart a:focus,
div.configurator-review-button div.configurator-addtocart a:active,
div.configurator-review-button div.configurator-addtocart a.active,
.open .dropdown-togglediv.configurator-review-button div.configurator-addtocart a {
  color: #ffffff;
  border-color: #398439;
}
div.configurator-review-button div.configurator-addtocart a:active,
div.configurator-review-button div.configurator-addtocart a.active,
.open .dropdown-togglediv.configurator-review-button div.configurator-addtocart a {
  background-image: none;
}
div.configurator-review-button div.configurator-addtocart a.disabled,
div.configurator-review-button div.configurator-addtocart a[disabled],
fieldset[disabled] div.configurator-review-button div.configurator-addtocart a,
div.configurator-review-button div.configurator-addtocart a.disabled:hover,
div.configurator-review-button div.configurator-addtocart a[disabled]:hover,
fieldset[disabled] div.configurator-review-button div.configurator-addtocart a:hover,
div.configurator-review-button div.configurator-addtocart a.disabled:focus,
div.configurator-review-button div.configurator-addtocart a[disabled]:focus,
fieldset[disabled] div.configurator-review-button div.configurator-addtocart a:focus,
div.configurator-review-button div.configurator-addtocart a.disabled:active,
div.configurator-review-button div.configurator-addtocart a[disabled]:active,
fieldset[disabled] div.configurator-review-button div.configurator-addtocart a:active,
div.configurator-review-button div.configurator-addtocart a.disabled.active,
div.configurator-review-button div.configurator-addtocart a[disabled].active,
fieldset[disabled] div.configurator-review-button div.configurator-addtocart a.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
div.configurator-review-button div.configurator-addtocart a .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
div.configurator-review-button div.configurator-addtocart a:focus,
div.configurator-review-button div.configurator-addtocart a:active:focus,
div.configurator-review-button div.configurator-addtocart a.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
div.configurator-review-button div.configurator-addtocart a:hover,
div.configurator-review-button div.configurator-addtocart a:focus {
  color: #333333;
  text-decoration: none;
}
div.configurator-review-button div.configurator-addtocart a:active,
div.configurator-review-button div.configurator-addtocart a.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
div.configurator-review-button div.configurator-addtocart a.disabled,
div.configurator-review-button div.configurator-addtocart a[disabled],
fieldset[disabled] div.configurator-review-button div.configurator-addtocart a {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
div.configurator-review-button div.configurator-addtocart a:hover,
div.configurator-review-button div.configurator-addtocart a:focus {
  color: #ffffff;
}
div.configurator-review-button div.configurator-back,
div.configurator-review-button div.configurator-cancel {
  display: inline-block;
  margin-right: 15px;
}
@media (max-width: 767px) {
  div.configurator-review-button div.configurator-back,
  div.configurator-review-button div.configurator-cancel {
    width: 100% !important;
  }
}
div.configurator-review-button div.configurator-back a,
div.configurator-review-button div.configurator-cancel a {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
  /* DVPAL20140605 - added for hover effects*/
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 2;
  vertical-align: top;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
div.configurator-review-button div.configurator-back a:hover,
div.configurator-review-button div.configurator-cancel a:hover,
div.configurator-review-button div.configurator-back a:focus,
div.configurator-review-button div.configurator-cancel a:focus,
div.configurator-review-button div.configurator-back a:active,
div.configurator-review-button div.configurator-cancel a:active,
div.configurator-review-button div.configurator-back a.active,
div.configurator-review-button div.configurator-cancel a.active,
.open .dropdown-togglediv.configurator-review-button div.configurator-back a,
.open .dropdown-togglediv.configurator-review-button div.configurator-cancel a {
  color: #ffffff;
  border-color: #285e8e;
}
div.configurator-review-button div.configurator-back a:active,
div.configurator-review-button div.configurator-cancel a:active,
div.configurator-review-button div.configurator-back a.active,
div.configurator-review-button div.configurator-cancel a.active,
.open .dropdown-togglediv.configurator-review-button div.configurator-back a,
.open .dropdown-togglediv.configurator-review-button div.configurator-cancel a {
  background-image: none;
}
div.configurator-review-button div.configurator-back a.disabled,
div.configurator-review-button div.configurator-cancel a.disabled,
div.configurator-review-button div.configurator-back a[disabled],
div.configurator-review-button div.configurator-cancel a[disabled],
fieldset[disabled] div.configurator-review-button div.configurator-back a,
fieldset[disabled] div.configurator-review-button div.configurator-cancel a,
div.configurator-review-button div.configurator-back a.disabled:hover,
div.configurator-review-button div.configurator-cancel a.disabled:hover,
div.configurator-review-button div.configurator-back a[disabled]:hover,
div.configurator-review-button div.configurator-cancel a[disabled]:hover,
fieldset[disabled] div.configurator-review-button div.configurator-back a:hover,
fieldset[disabled] div.configurator-review-button div.configurator-cancel a:hover,
div.configurator-review-button div.configurator-back a.disabled:focus,
div.configurator-review-button div.configurator-cancel a.disabled:focus,
div.configurator-review-button div.configurator-back a[disabled]:focus,
div.configurator-review-button div.configurator-cancel a[disabled]:focus,
fieldset[disabled] div.configurator-review-button div.configurator-back a:focus,
fieldset[disabled] div.configurator-review-button div.configurator-cancel a:focus,
div.configurator-review-button div.configurator-back a.disabled:active,
div.configurator-review-button div.configurator-cancel a.disabled:active,
div.configurator-review-button div.configurator-back a[disabled]:active,
div.configurator-review-button div.configurator-cancel a[disabled]:active,
fieldset[disabled] div.configurator-review-button div.configurator-back a:active,
fieldset[disabled] div.configurator-review-button div.configurator-cancel a:active,
div.configurator-review-button div.configurator-back a.disabled.active,
div.configurator-review-button div.configurator-cancel a.disabled.active,
div.configurator-review-button div.configurator-back a[disabled].active,
div.configurator-review-button div.configurator-cancel a[disabled].active,
fieldset[disabled] div.configurator-review-button div.configurator-back a.active,
fieldset[disabled] div.configurator-review-button div.configurator-cancel a.active {
  background-color: #428bca;
  border-color: #357ebd;
}
div.configurator-review-button div.configurator-back a .badge,
div.configurator-review-button div.configurator-cancel a .badge {
  color: #428bca;
  background-color: #ffffff;
}
div.configurator-review-button div.configurator-back a:focus,
div.configurator-review-button div.configurator-cancel a:focus,
div.configurator-review-button div.configurator-back a:active:focus,
div.configurator-review-button div.configurator-cancel a:active:focus,
div.configurator-review-button div.configurator-back a.active:focus,
div.configurator-review-button div.configurator-cancel a.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
div.configurator-review-button div.configurator-back a:hover,
div.configurator-review-button div.configurator-cancel a:hover,
div.configurator-review-button div.configurator-back a:focus,
div.configurator-review-button div.configurator-cancel a:focus {
  color: #333333;
  text-decoration: none;
}
div.configurator-review-button div.configurator-back a:active,
div.configurator-review-button div.configurator-cancel a:active,
div.configurator-review-button div.configurator-back a.active,
div.configurator-review-button div.configurator-cancel a.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
div.configurator-review-button div.configurator-back a.disabled,
div.configurator-review-button div.configurator-cancel a.disabled,
div.configurator-review-button div.configurator-back a[disabled],
div.configurator-review-button div.configurator-cancel a[disabled],
fieldset[disabled] div.configurator-review-button div.configurator-back a,
fieldset[disabled] div.configurator-review-button div.configurator-cancel a {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
div.configurator-review-button div.configurator-back a:hover,
div.configurator-review-button div.configurator-cancel a:hover,
div.configurator-review-button div.configurator-back a:focus,
div.configurator-review-button div.configurator-cancel a:focus {
  color: #ffffff;
}
div.configurator,
div.configurator-review {
  width: 100%;
}
div.configurator p,
div.configurator-review p {
  font-size: 14px;
  line-height: 1.2;
  margin: 0;
}
div.configurator div.step-header-container div.step-image img,
div.configurator-review div.step-header-container div.step-image img {
  width: 100%;
}
div.configurator div.review-baseitem-container div.review-baseitem-label,
div.configurator-review div.review-baseitem-container div.review-baseitem-label {
  font-weight: bold;
}
div.configurator div.review-baseitem-container div.review-baseitem-label,
div.configurator-review div.review-baseitem-container div.review-baseitem-label,
div.configurator div.review-baseitem-container div.review-baseitem-description,
div.configurator-review div.review-baseitem-container div.review-baseitem-description,
div.configurator div.review-baseitem-container div.review-baseitem-id,
div.configurator-review div.review-baseitem-container div.review-baseitem-id {
  display: inline-block;
  margin-right: 10px;
}
div.configurator div.header,
div.configurator-review div.header,
div.configurator div.step-header-container,
div.configurator-review div.step-header-container,
div.configurator div.choice,
div.configurator-review div.choice,
div.configurator div.header-review,
div.configurator-review div.header-review,
div.configurator div.review-total,
div.configurator-review div.review-total {
  padding: 10px;
  border: 1px solid #cccccc;
  margin-bottom: 15px;
}
div.configurator div.step-header-container,
div.configurator-review div.step-header-container {
  width: 80%;
}
@media (max-width: 991px) {
  div.configurator div.step-header-container,
  div.configurator-review div.step-header-container {
    width: 100%;
  }
}
div.configurator div.step-description,
div.configurator-review div.step-description,
div.configurator div.review-step,
div.configurator-review div.review-step,
div.configurator div.review-total,
div.configurator-review div.review-total {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  -ms-word-break: break-word;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}
div.configurator div.header-description h3,
div.configurator-review div.header-description h3,
div.configurator div.header-review-description h3,
div.configurator-review div.header-review-description h3 {
  -ms-word-break: break-word;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
div.configurator div.choice-header,
div.configurator-review div.choice-header {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
}
div.configurator div.header-image,
div.configurator-review div.header-image,
div.configurator div.Step-image,
div.configurator-review div.Step-image,
div.configurator div.choice-image,
div.configurator-review div.choice-image,
div.configurator div.header-review-image,
div.configurator-review div.header-review-image {
  margin-bottom: 10px;
}
div.configurator div.header-image img,
div.configurator-review div.header-image img,
div.configurator div.Step-image img,
div.configurator-review div.Step-image img,
div.configurator div.choice-image img,
div.configurator-review div.choice-image img,
div.configurator div.header-review-image img,
div.configurator-review div.header-review-image img {
  width: 100%;
}
div.configurator div.choice,
div.configurator-review div.choice {
  width: 80%;
  display: inline-block;
  vertical-align: top;
  margin: -1px 0 15px 0;
}
@media (max-width: 991px) {
  div.configurator div.choice,
  div.configurator-review div.choice {
    width: 100%;
  }
}
div.configurator div.choice h4,
div.configurator-review div.choice h4 {
  -ms-word-break: break-word;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  font-size: 16px;
  font-weight: 600;
}
div.configurator div.choice div.option,
div.configurator-review div.choice div.option {
  /*width: 50%;*/
  display: inline-block;
  border: 1px solid #cccccc;
  vertical-align: top;
  margin: -1px 0 0 -1px;
  padding: 10px;
}
div.configurator div.option-wrapper select,
div.configurator-review div.option-wrapper select,
div.configurator div.option-wrapper input[type="text"],
div.configurator-review div.option-wrapper input[type="text"] {
  height: auto !important;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
div.configurator div.option-wrapper select:focus,
div.configurator-review div.option-wrapper select:focus,
div.configurator div.option-wrapper input[type="text"]:focus,
div.configurator-review div.option-wrapper input[type="text"]: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, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
div.configurator div.option-wrapper select::-moz-placeholder,
div.configurator-review div.option-wrapper select::-moz-placeholder,
div.configurator div.option-wrapper input[type="text"]::-moz-placeholder,
div.configurator-review div.option-wrapper input[type="text"]::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
div.configurator div.option-wrapper select:-ms-input-placeholder,
div.configurator-review div.option-wrapper select:-ms-input-placeholder,
div.configurator div.option-wrapper input[type="text"]:-ms-input-placeholder,
div.configurator-review div.option-wrapper input[type="text"]:-ms-input-placeholder {
  color: #999999;
}
div.configurator div.option-wrapper select::-webkit-input-placeholder,
div.configurator-review div.option-wrapper select::-webkit-input-placeholder,
div.configurator div.option-wrapper input[type="text"]::-webkit-input-placeholder,
div.configurator-review div.option-wrapper input[type="text"]::-webkit-input-placeholder {
  color: #999999;
}
div.configurator div.option-wrapper select[disabled],
div.configurator-review div.option-wrapper select[disabled],
div.configurator div.option-wrapper input[type="text"][disabled],
div.configurator-review div.option-wrapper input[type="text"][disabled],
div.configurator div.option-wrapper select[readonly],
div.configurator-review div.option-wrapper select[readonly],
div.configurator div.option-wrapper input[type="text"][readonly],
div.configurator-review div.option-wrapper input[type="text"][readonly],
fieldset[disabled] div.configurator div.option-wrapper select,
fieldset[disabled] div.configurator-review div.option-wrapper select,
fieldset[disabled] div.configurator div.option-wrapper input[type="text"],
fieldset[disabled] div.configurator-review div.option-wrapper input[type="text"] {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textareadiv.configurator div.option-wrapper select,
textareadiv.configurator-review div.option-wrapper select,
textareadiv.configurator div.option-wrapper input[type="text"],
textareadiv.configurator-review div.option-wrapper input[type="text"] {
  height: auto;
  resize: none;
}
div.header,
div.step-header-container,
div.breadcrumb-top,
div.header-review {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}
div.breadcrumb-side {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  border: 1px solid #cccccc;
  padding: 10px;
  width: 19%;
  display: inline-block;
  margin-top: -1px;
  vertical-align: top;
  float: right;
}
@media (max-width: 991px) {
  div.breadcrumb-side {
    width: 100%;
    margin-bottom: 15px;
    float: none;
  }
}
/*DVPAL20150109 - default list view*/
div.choice {
  width: 80%;
  display: inline-block;
  margin: -1px 0 15px 0;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  /*DVPAL20150109 - choice dropdown*/
}
div.choice.DropDown div.option-wrapper div.option {
  padding: 0;
  border: 0;
}
div.choice div.option-wrapper div.option-input-error {
  margin-top: 10px;
}
div.choice div.option-wrapper div.option {
  /*DVPAL20150105 - offsetting margins to even out borders, this is for 2 options per row*/
  /*&:nth-child(odd){
                margin-left:0;
            }*/
  margin-left: 1px;
  width: 100%;
}
div.choice div.option-wrapper div.option div.configurator-price-container {
  float: right;
  /*@media (max-width: @screen-xs-max){
                    float:none;
                }*/
}
div.choice div.option-wrapper div.option div.configurator-price-container .configurator-price {
  /*display: inline-block;*/
  font-weight: bold;
  font-size: 14px;
}
div.choice div.option-wrapper div.option div.configurator-price-container .configurator-price .configurator-vattag {
  display: inline-block;
  margin-left: 5px;
  font-weight: 300;
}
div.choice div.option-wrapper div.option div.configurator-price-container .configurator-uom {
  float: right;
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
}
div.choice div.option-wrapper div.option.ItemsbyAttributes {
  /*border:0;*/
}
div.choice div.option-wrapper div.option.Attributes div.option-type-attribute {
  margin-top: 15px;
}
div.choice div.option-wrapper div.option.Attributes table {
  width: 100%;
}
div.choice div.option-wrapper div.option.Attributes table tr {
  display: inline-block;
  width: 100%;
}
div.choice div.option-wrapper div.option.Attributes table tr label {
  padding-left: 5px;
  vertical-align: top;
}
div.choice div.option-wrapper div.option.Attributes table tr input {
  vertical-align: top;
  margin-top: 0;
}
div.choice div.option-wrapper div.option span[disabled=disabled] label {
  text-decoration: line-through;
  color: #999999;
}
div.choice div.option-wrapper div.option div.option-select {
  width: 100%;
}
div.choice div.option-wrapper div.option div.option-select .configurator-price {
  /*display:inline-block;*/
  padding-left: 15px;
  vertical-align: text-bottom;
}
div.choice div.option-wrapper div.option div.option-select label {
  font-size: 14px;
  font-weight: 600;
  vertical-align: top;
  padding-left: 5px;
  -ms-word-break: break-word;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}
div.choice div.option-wrapper div.option div.option-image {
  width: 10%;
  display: inline-block;
  vertical-align: top;
  padding-right: 10px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  div.choice div.option-wrapper div.option div.option-image {
    width: 20%;
  }
}
div.choice div.option-wrapper div.option div.option-image img {
  width: 100%;
}
div.choice div.option-wrapper div.option div.option-extended {
  width: 90%;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 767px) {
  div.choice div.option-wrapper div.option div.option-extended {
    width: 80%;
  }
}
div.choice div.option-wrapper div.option div.option-extended.no-img {
  padding-left: 0;
  width: 100%;
}
/* STACKED LIST LAYOUT - BEGIN */
div.configurator div.choice.stacklist div.choice-header-container {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  padding-right: 10px;
}
@media (max-width: 991px) {
  div.configurator div.choice.stacklist div.choice-header-container {
    width: 100%;
  }
}
div.configurator div.choice.stacklist.DropDown div.option-wrapper {
  width: 70%;
}
div.configurator div.choice.stacklist.DropDown div.option-wrapper div.option.dropdown {
  width: 100%;
}
@media (max-width: 991px) {
  div.configurator div.choice.stacklist.DropDown div.option-wrapper {
    width: 100%;
  }
}
div.configurator div.choice.stacklist div.option-wrapper {
  vertical-align: top;
  width: 70%;
  display: inline-block;
}
@media (max-width: 991px) {
  div.configurator div.choice.stacklist div.option-wrapper {
    width: 100%;
  }
}
div.configurator div.choice.stacklist div.option-wrapper div.option {
  margin: -1px 0 0 1px;
  width: 100%;
  height: auto !important;
}
div.configurator div.choice.stacklist div.option-wrapper div.option div.option-image {
  width: 20%;
  display: inline-block;
  vertical-align: top;
}
div.configurator div.choice.stacklist div.option-wrapper div.option div.option-image img {
  width: 100%;
  vertical-align: top;
}
div.configurator div.choice.stacklist div.option-wrapper div.option div.option-extended {
  width: 80%;
  display: inline-block;
  padding-left: 15px;
}
div.configurator div.choice.stacklist div.option-wrapper div.option div.option-extended.no-img {
  padding-left: 0;
  width: 100%;
}
div.configurator div.choice.stacklist div.option-wrapper div.option div.option-extended p {
  line-height: 1.3;
}
@media (max-width: 991px) {
  div.configurator div.choice.stacklist div.option-wrapper div.option {
    width: 100%;
  }
}
div.configurator div.choice.stacklist.colorpicker div.option-wrapper div.option {
  border: 1px solid #cccccc;
  width: 50%;
  margin: -1px 0 0 -1px;
}
@media (max-width: 1199px) {
  div.configurator div.choice.stacklist.colorpicker div.option-wrapper div.option {
    width: 50%;
  }
}
@media (max-width: 991px) {
  div.configurator div.choice.stacklist.colorpicker div.option-wrapper div.option {
    width: 100%;
  }
}
div.configurator div.choice.stacklist.colorpicker div.option-wrapper div.option div.option-extended {
  display: none;
}
div.stacklist div.choice div.choice-header-container {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  padding-right: 10px;
}
@media (max-width: 991px) {
  div.stacklist div.choice div.choice-header-container {
    width: 100%;
  }
}
div.stacklist div.choice.DropDown div.option-wrapper {
  width: 70%;
}
div.stacklist div.choice.DropDown div.option-wrapper div.option.dropdown {
  width: 100%;
}
@media (max-width: 991px) {
  div.stacklist div.choice.DropDown div.option-wrapper {
    width: 100%;
  }
}
div.stacklist div.choice div.option-wrapper {
  vertical-align: top;
  width: 70%;
  display: inline-block;
}
@media (max-width: 991px) {
  div.stacklist div.choice div.option-wrapper {
    width: 100%;
  }
}
div.stacklist div.choice div.option-wrapper div.option {
  margin: -1px 0 0 1px;
  width: 100%;
  height: auto;
}
div.stacklist div.choice div.option-wrapper div.option div.option-image {
  width: 20%;
  display: inline-block;
  vertical-align: top;
}
div.stacklist div.choice div.option-wrapper div.option div.option-image img {
  width: 100%;
  vertical-align: top;
}
div.stacklist div.choice div.option-wrapper div.option div.option-extended {
  width: 80%;
  display: inline-block;
  padding-left: 15px;
}
div.stacklist div.choice div.option-wrapper div.option div.option-extended.no-img {
  padding-left: 0;
  width: 100%;
}
div.stacklist div.choice div.option-wrapper div.option div.option-extended p {
  line-height: 1.3;
}
@media (max-width: 991px) {
  div.stacklist div.choice div.option-wrapper div.option {
    width: 100%;
  }
}
div.stacklist div.choice.colorpicker div.option-wrapper div.option {
  border: 1px solid #cccccc;
  width: 50%;
  margin: -1px 0 0 -1px;
}
@media (max-width: 1199px) {
  div.stacklist div.choice.colorpicker div.option-wrapper div.option {
    width: 50%;
  }
}
@media (max-width: 991px) {
  div.stacklist div.choice.colorpicker div.option-wrapper div.option {
    width: 100%;
  }
}
div.stacklist div.choice.colorpicker div.option-wrapper div.option div.option-extended {
  display: none;
}
/* STACKED LIST LAYOUT - END */
/* STACKED TILE-GRID LAYOUT - BEGIN */
div.configurator div.choice.stacktile div.choice-header-container {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  padding-right: 10px;
}
@media (max-width: 991px) {
  div.configurator div.choice.stacktile div.choice-header-container {
    width: 100%;
  }
}
div.configurator div.choice.stacktile.DropDown div.option-wrapper {
  width: 70%;
}
div.configurator div.choice.stacktile.DropDown div.option-wrapper div.option.dropdown {
  width: 100%;
}
@media (max-width: 991px) {
  div.configurator div.choice.stacktile.DropDown div.option-wrapper {
    width: 100%;
  }
}
div.configurator div.choice.stacktile div.option-wrapper {
  vertical-align: top;
  width: 70%;
  display: inline-block;
}
@media (max-width: 991px) {
  div.configurator div.choice.stacktile div.option-wrapper {
    width: 100%;
  }
}
div.configurator div.choice.stacktile div.option-wrapper div.option {
  margin: -1px 0 0 -1px;
  width: 50%;
  display: inline-block;
  height: auto;
}
div.configurator div.choice.stacktile div.option-wrapper div.option div.option-image {
  width: 20%;
  display: inline-block;
  vertical-align: top;
}
div.configurator div.choice.stacktile div.option-wrapper div.option div.option-image img {
  width: 100%;
  vertical-align: top;
}
div.configurator div.choice.stacktile div.option-wrapper div.option div.option-extended {
  width: 80%;
  display: inline-block;
  padding-left: 15px;
}
div.configurator div.choice.stacktile div.option-wrapper div.option div.option-extended.no-img {
  padding-left: 0;
  width: 100%;
}
div.configurator div.choice.stacktile div.option-wrapper div.option div.option-extended p {
  line-height: 1.3;
}
@media (max-width: 991px) {
  div.configurator div.choice.stacktile div.option-wrapper div.option {
    width: 100%;
  }
}
div.configurator div.choice.stacktile.colorpicker div.option-wrapper div.option {
  border: 1px solid #cccccc;
  width: 50%;
  margin: -1px 0 0 -1px;
}
@media (max-width: 1199px) {
  div.configurator div.choice.stacktile.colorpicker div.option-wrapper div.option {
    width: 50%;
  }
}
@media (max-width: 991px) {
  div.configurator div.choice.stacktile.colorpicker div.option-wrapper div.option {
    width: 100%;
  }
}
div.configurator div.choice.stacktile.colorpicker div.option-wrapper div.option div.option-extended {
  display: none;
}
div.stacktile div.choice div.choice-header-container {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  padding-right: 10px;
}
@media (max-width: 991px) {
  div.stacktile div.choice div.choice-header-container {
    width: 100%;
  }
}
div.stacktile div.choice.DropDown div.option-wrapper {
  width: 70%;
}
div.stacktile div.choice.DropDown div.option-wrapper div.option.dropdown {
  width: 100%;
}
@media (max-width: 991px) {
  div.stacktile div.choice.DropDown div.option-wrapper {
    width: 100%;
  }
}
div.stacktile div.choice div.option-wrapper {
  vertical-align: top;
  width: 70%;
  display: inline-block;
}
@media (max-width: 991px) {
  div.stacktile div.choice div.option-wrapper {
    width: 100%;
  }
}
div.stacktile div.choice div.option-wrapper div.option {
  margin: -1px 0 0 -1px;
  width: 50%;
  display: inline-block;
  height: auto;
}
div.stacktile div.choice div.option-wrapper div.option div.option-image {
  width: 20%;
  display: inline-block;
  vertical-align: top;
}
div.stacktile div.choice div.option-wrapper div.option div.option-image img {
  width: 100%;
  vertical-align: top;
}
div.stacktile div.choice div.option-wrapper div.option div.option-extended {
  width: 80%;
  display: inline-block;
  padding-left: 15px;
}
div.stacktile div.choice div.option-wrapper div.option div.option-extended.no-img {
  padding-left: 0;
  width: 100%;
}
div.stacktile div.choice div.option-wrapper div.option div.option-extended p {
  line-height: 1.3;
}
@media (max-width: 991px) {
  div.stacktile div.choice div.option-wrapper div.option {
    width: 100%;
  }
}
div.stacktile div.choice.colorpicker div.option-wrapper div.option {
  border: 1px solid #cccccc;
  width: 50%;
  margin: -1px 0 0 -1px;
}
@media (max-width: 1199px) {
  div.stacktile div.choice.colorpicker div.option-wrapper div.option {
    width: 50%;
  }
}
@media (max-width: 991px) {
  div.stacktile div.choice.colorpicker div.option-wrapper div.option {
    width: 100%;
  }
}
div.stacktile div.choice.colorpicker div.option-wrapper div.option div.option-extended {
  display: none;
}
/* STACKED TILE-GRID LAYOUT - END */
/* TILE-GRID LAYOUT - BEGIN */
div.choice.tile.DropDown div.option-wrapper,
div.choice.tile.DropDown div.option.dropdown {
  width: 100%;
}
div.choice.tile div.option-wrapper {
  padding-left: 2px;
}
div.choice.tile div.option-wrapper div.option {
  margin: -1px 0 0 -1px;
  width: 50%;
}
div.choice.tile div.option-wrapper div.option div.option-image {
  width: 30%;
  display: inline-block;
  vertical-align: top;
}
div.choice.tile div.option-wrapper div.option div.option-image img {
  width: 100%;
  vertical-align: top;
}
div.choice.tile div.option-wrapper div.option div.option-extended {
  width: 70%;
  display: inline-block;
  padding-left: 15px;
}
div.choice.tile div.option-wrapper div.option div.option-extended.no-img {
  padding-left: 0;
  width: 100%;
}
div.choice.tile div.option-wrapper div.option div.option-extended p {
  line-height: 1.3;
}
@media (max-width: 991px) {
  div.choice.tile div.option-wrapper div.option {
    width: 50%;
  }
}
@media (max-width: 767px) {
  div.choice.tile div.option-wrapper div.option {
    width: 100%;
  }
}
div.choice.tile.colorpicker div.option-wrapper div.option {
  width: 33%;
}
@media (max-width: 1199px) {
  div.choice.tile.colorpicker div.option-wrapper div.option {
    width: 25%;
  }
}
@media (max-width: 991px) {
  div.choice.tile.colorpicker div.option-wrapper div.option {
    width: 50%;
  }
}
@media (max-width: 767px) {
  div.choice.tile.colorpicker div.option-wrapper div.option {
    width: 100%;
  }
}
div.choice.tile.colorpicker div.option-wrapper div.option div.option-extended {
  display: none;
}
div.tile div.choice.DropDown div.option-wrapper,
div.tile div.choice.DropDown div.option.dropdown {
  width: 100%;
}
div.tile div.choice div.option-wrapper {
  padding-left: 2px;
}
div.tile div.choice div.option-wrapper div.option {
  margin: -1px 0 0 -1px;
  width: 50%;
}
div.tile div.choice div.option-wrapper div.option div.option-image {
  width: 30%;
  display: inline-block;
  vertical-align: top;
}
div.tile div.choice div.option-wrapper div.option div.option-image img {
  width: 100%;
  vertical-align: top;
}
div.tile div.choice div.option-wrapper div.option div.option-extended {
  width: 70%;
  display: inline-block;
  padding-left: 15px;
}
div.tile div.choice div.option-wrapper div.option div.option-extended.no-img {
  padding-left: 0;
  width: 100%;
}
div.tile div.choice div.option-wrapper div.option div.option-extended p {
  line-height: 1.3;
}
@media (max-width: 991px) {
  div.tile div.choice div.option-wrapper div.option {
    width: 50%;
  }
}
@media (max-width: 767px) {
  div.tile div.choice div.option-wrapper div.option {
    width: 100%;
  }
}
div.tile div.choice.colorpicker div.option-wrapper div.option {
  width: 33%;
}
@media (max-width: 1199px) {
  div.tile div.choice.colorpicker div.option-wrapper div.option {
    width: 25%;
  }
}
@media (max-width: 991px) {
  div.tile div.choice.colorpicker div.option-wrapper div.option {
    width: 50%;
  }
}
@media (max-width: 767px) {
  div.tile div.choice.colorpicker div.option-wrapper div.option {
    width: 100%;
  }
}
div.tile div.choice.colorpicker div.option-wrapper div.option div.option-extended {
  display: none;
}
/* TILE-GRID LAYOUT - END */
/*DVPAL20150303 - choice-only list view*/
div.configurator div.choice.list.DropDown div.option-wrapper div.option {
  padding: 0;
  border: 0;
}
div.configurator div.choice.list div.option-wrapper div.option-input-error {
  margin-top: 10px;
}
div.configurator div.choice.list div.option-wrapper div.option {
  height: auto !important;
  margin-left: 1px;
  width: 100%;
}
div.configurator div.choice.list div.option-wrapper div.option.ItemsbyAttributes {
  /*border:0;*/
}
div.configurator div.choice.list div.option-wrapper div.option.Attributes div.option-type-attribute {
  margin-top: 15px;
}
div.configurator div.choice.list div.option-wrapper div.option.Attributes div.option-type-attribute table {
  width: 100%;
}
div.configurator div.choice.list div.option-wrapper div.option.Attributes div.option-type-attribute table tr {
  display: inline-block;
  width: 100%;
}
div.configurator div.choice.list div.option-wrapper div.option.Attributes div.option-type-attribute table tr label {
  padding-left: 5px;
  vertical-align: top;
}
div.configurator div.choice.list div.option-wrapper div.option.Attributes div.option-type-attribute table tr input {
  vertical-align: top;
  margin-top: 0;
}
div.configurator div.choice.list div.option-wrapper div.option span[disabled=disabled] label {
  text-decoration: line-through;
  color: #999999;
}
div.configurator div.choice.list div.option-wrapper div.option div.option-select {
  width: 100%;
}
div.configurator div.choice.list div.option-wrapper div.option div.option-select .configurator-price {
  /*display:inline-block;*/
  padding-left: 15px;
  vertical-align: text-bottom;
}
div.configurator div.choice.list div.option-wrapper div.option div.option-select label {
  font-size: 14px;
  font-weight: bold;
  vertical-align: top;
  padding-left: 5px;
}
div.configurator div.choice.list div.option-wrapper div.option div.option-image {
  width: 10%;
  display: inline-block;
  vertical-align: top;
  padding-right: 10px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  div.configurator div.choice.list div.option-wrapper div.option div.option-image {
    width: 20%;
  }
}
div.configurator div.choice.list div.option-wrapper div.option div.option-image img {
  width: 100%;
}
div.configurator div.choice.list div.option-wrapper div.option div.option-extended {
  width: 90%;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 767px) {
  div.configurator div.choice.list div.option-wrapper div.option div.option-extended {
    width: 80%;
  }
}
div.configurator div.choice.list div.option-wrapper div.option div.option-extended.no-img {
  padding-left: 0;
  width: 100%;
}
/*DAVID PHILLIPS CUSTOM STYLES - BEGIN*/
div.davidphillips div.Step-header {
  border: 1px solid #cccccc;
  padding: 10px;
  font-size: 14px;
  text-transform: uppercase;
}
div.davidphillips div.choice {
  padding: 10px;
  border: none;
  width: 80%;
  margin: 0 0 15px 0;
}
div.davidphillips div.choice div.choice-header {
  display: none;
}
div.davidphillips div.choice div.option-wrapper {
  padding-left: 2px;
}
div.davidphillips div.choice div.option {
  width: 50%;
  margin: -1px 0 0 -1px;
  display: inline-block;
  border: 1px solid #cccccc;
  padding: 10px;
  min-height: 150px;
  vertical-align: top;
}
div.davidphillips div.choice div.option div.option-image {
  width: 30%;
  display: inline-block;
  vertical-align: top;
}
div.davidphillips div.choice div.option div.option-image img {
  width: 100%;
  vertical-align: top;
}
div.davidphillips div.choice div.option div.option-extended {
  width: 70%;
  display: inline-block;
  padding-left: 15px;
}
div.davidphillips div.choice div.option div.option-extended p {
  line-height: 1.3;
}
div.davidphillips div.choice div.option div.option-select {
  width: 100%;
}
div.davidphillips div.choice div.option div.option-select label {
  text-transform: uppercase;
  font-weight: bold;
}
div.davidphillips div.choice div.option div.option-select input {
  margin-right: 10px;
  margin-top: 0;
  vertical-align: top;
}
div.davidphillips div.header-description-wrapper {
  width: 100%;
  padding: 10px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
}
div.davidphillips div.header-description h3 {
  font-weight: bold;
  text-transform: uppercase;
}
/*DAVID PHILLIPS CUSTOM STYLES - END*/
/*DVPAL20150331 - CONFIGURATOR LAYOUT STYLES - BEGIN*/
#MainSection > div.configurator-review div.review-step-container,
#MainSection > div.configurator-review div.review-baseitem-container {
  margin-bottom: 15px;
}
div.configurator.stitch div.review-baseitem-container,
#MainSection > div.configurator-review.stitch div.review-baseitem-container,
div.configurator.stitch div.review-total,
#MainSection > div.configurator-review.stitch div.review-total,
div.configurator.stitch div.review-step-container,
#MainSection > div.configurator-review.stitch div.review-step-container,
div.configurator.stitch div.breadcrumb-side,
#MainSection > div.configurator-review.stitch div.breadcrumb-side,
div.configurator.stitch div.header,
#MainSection > div.configurator-review.stitch div.header,
div.configurator.stitch div.step-header-container,
#MainSection > div.configurator-review.stitch div.step-header-container,
div.configurator.stitch div.breadcrumb-top,
#MainSection > div.configurator-review.stitch div.breadcrumb-top,
div.configurator.stitch div.header-review,
#MainSection > div.configurator-review.stitch div.header-review,
div.configurator.stitch div.choice,
#MainSection > div.configurator-review.stitch div.choice {
  background: none !important;
  border: 2px dashed #cccccc;
  box-shadow: none !important;
  padding: 10px;
}
div.configurator.stitch div.breadcrumb-side-step-container,
#MainSection > div.configurator-review.stitch div.breadcrumb-side-step-container {
  border-bottom-style: dashed!important;
}
div.configurator.stitch div.option,
#MainSection > div.configurator-review.stitch div.option,
div.configurator.stitch select,
#MainSection > div.configurator-review.stitch select,
div.configurator.stitch div.review-choice-container,
#MainSection > div.configurator-review.stitch div.review-choice-container {
  border-style: dashed!important;
}
div.configurator.stitch #configsummary,
#MainSection > div.configurator-review.stitch #configsummary {
  border-bottom-style: dashed!important;
  border-bottom-width: 2px;
}
div.configurator.stitch select,
#MainSection > div.configurator-review.stitch select {
  border-radius: 0 !important;
  box-shadow: none !important;
}
div.configurator.stitch div.col-attribute,
#MainSection > div.configurator-review.stitch div.col-attribute {
  background: #ffffff !important;
}
div.configurator.ntn7 div.review-baseitem-container,
#MainSection > div.configurator-review.ntn7 div.review-baseitem-container,
div.configurator.ntn7 div.review-total,
#MainSection > div.configurator-review.ntn7 div.review-total,
div.configurator.ntn7 div.review-step-container,
#MainSection > div.configurator-review.ntn7 div.review-step-container,
div.configurator.ntn7 div.breadcrumb-side,
#MainSection > div.configurator-review.ntn7 div.breadcrumb-side,
div.configurator.ntn7 div.header,
#MainSection > div.configurator-review.ntn7 div.header,
div.configurator.ntn7 div.step-header-container,
#MainSection > div.configurator-review.ntn7 div.step-header-container,
div.configurator.ntn7 div.breadcrumb-top,
#MainSection > div.configurator-review.ntn7 div.breadcrumb-top,
div.configurator.ntn7 div.header-review,
#MainSection > div.configurator-review.ntn7 div.header-review,
div.configurator.ntn7 div.choice,
#MainSection > div.configurator-review.ntn7 div.choice {
  background: #EEF7FF;
  border-width: 4px 1px 1px 1px !important;
  border-color: #8bc0ee;
  border-radius: 0;
  box-shadow: none !important;
  border-top-color: #428bca !important;
  padding: 10px;
}
div.configurator.ntn7 div.col-attribute,
#MainSection > div.configurator-review.ntn7 div.col-attribute {
  background: #EEF7FF !important;
}
div.configurator.ntn7 div.option,
#MainSection > div.configurator-review.ntn7 div.option,
div.configurator.ntn7 div.review-choice-container,
#MainSection > div.configurator-review.ntn7 div.review-choice-container,
div.configurator.ntn7 div#configsummary,
#MainSection > div.configurator-review.ntn7 div#configsummary,
div.configurator.ntn7 div.responsive-attribute div,
#MainSection > div.configurator-review.ntn7 div.responsive-attribute div,
div.configurator.ntn7 div.breadcrumb-side-step-container,
#MainSection > div.configurator-review.ntn7 div.breadcrumb-side-step-container {
  border-color: #b7d8f5 !important;
}
div.configurator.ntn7 select,
#MainSection > div.configurator-review.ntn7 select,
div.configurator.ntn7 input[type="text"],
#MainSection > div.configurator-review.ntn7 input[type="text"] {
  border-radius: 0 !important;
  border-color: #b7d8f5 !important;
  color: #428bca !important;
  box-shadow: none!important;
}
div.configurator.modern div.review-baseitem-container,
#MainSection > div.configurator-review.modern div.review-baseitem-container,
div.configurator.modern div.review-total,
#MainSection > div.configurator-review.modern div.review-total,
div.configurator.modern div.review-step-container,
#MainSection > div.configurator-review.modern div.review-step-container,
div.configurator.modern div.breadcrumb-side,
#MainSection > div.configurator-review.modern div.breadcrumb-side,
div.configurator.modern div.header,
#MainSection > div.configurator-review.modern div.header,
div.configurator.modern div.step-header-container,
#MainSection > div.configurator-review.modern div.step-header-container,
div.configurator.modern div.breadcrumb-top,
#MainSection > div.configurator-review.modern div.breadcrumb-top,
div.configurator.modern div.header-review,
#MainSection > div.configurator-review.modern div.header-review,
div.configurator.modern div.choice,
#MainSection > div.configurator-review.modern div.choice {
  background: #eaeaea;
  border: 1px solid #cccccc;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 6px 0px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  text-shadow: 0 1px rgba(255, 255, 255, 0.7);
}
div.configurator.modern select,
#MainSection > div.configurator-review.modern select {
  border-radius: 0 !important;
}
div.configurator.elegance div.review-baseitem-container,
#MainSection > div.configurator-review.elegance div.review-baseitem-container,
div.configurator.elegance div.review-total,
#MainSection > div.configurator-review.elegance div.review-total,
div.configurator.elegance div.review-step-container,
#MainSection > div.configurator-review.elegance div.review-step-container,
div.configurator.elegance div.breadcrumb-side,
#MainSection > div.configurator-review.elegance div.breadcrumb-side,
div.configurator.elegance div.header,
#MainSection > div.configurator-review.elegance div.header,
div.configurator.elegance div.step-header-container,
#MainSection > div.configurator-review.elegance div.step-header-container,
div.configurator.elegance div.breadcrumb-top,
#MainSection > div.configurator-review.elegance div.breadcrumb-top,
div.configurator.elegance div.header-review,
#MainSection > div.configurator-review.elegance div.header-review,
div.configurator.elegance div.choice,
#MainSection > div.configurator-review.elegance div.choice {
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  background: #f5f5f5;
  border-width: 1px 1px 4px 1px !important;
  border-color: #dddddd !important;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 10px;
}
div.configurator.noshadow div.review-baseitem-container,
#MainSection > div.configurator-review.noshadow div.review-baseitem-container,
div.configurator.noshadow div.review-total,
#MainSection > div.configurator-review.noshadow div.review-total,
div.configurator.noshadow div.review-step-container,
#MainSection > div.configurator-review.noshadow div.review-step-container,
div.configurator.noshadow div.breadcrumb-side,
#MainSection > div.configurator-review.noshadow div.breadcrumb-side,
div.configurator.noshadow div.header,
#MainSection > div.configurator-review.noshadow div.header,
div.configurator.noshadow div.step-header-container,
#MainSection > div.configurator-review.noshadow div.step-header-container,
div.configurator.noshadow div.breadcrumb-top,
#MainSection > div.configurator-review.noshadow div.breadcrumb-top,
div.configurator.noshadow div.header-review,
#MainSection > div.configurator-review.noshadow div.header-review,
div.configurator.noshadow div.choice,
#MainSection > div.configurator-review.noshadow div.choice {
  box-shadow: none !important;
}
div.configurator.borderaccent div.review-baseitem-container,
#MainSection > div.configurator-review.borderaccent div.review-baseitem-container,
div.configurator.borderaccent div.review-total,
#MainSection > div.configurator-review.borderaccent div.review-total,
div.configurator.borderaccent div.review-step-container,
#MainSection > div.configurator-review.borderaccent div.review-step-container,
div.configurator.borderaccent div.breadcrumb-side,
#MainSection > div.configurator-review.borderaccent div.breadcrumb-side,
div.configurator.borderaccent div.header,
#MainSection > div.configurator-review.borderaccent div.header,
div.configurator.borderaccent div.step-header-container,
#MainSection > div.configurator-review.borderaccent div.step-header-container,
div.configurator.borderaccent div.breadcrumb-top,
#MainSection > div.configurator-review.borderaccent div.breadcrumb-top,
div.configurator.borderaccent div.header-review,
#MainSection > div.configurator-review.borderaccent div.header-review,
div.configurator.borderaccent div.choice,
#MainSection > div.configurator-review.borderaccent div.choice {
  border-width: 1px 1px 4px 1px !important;
  border-color: #cccccc !important;
}
div.configurator.noborder div.review-baseitem-container,
#MainSection > div.configurator-review.noborder div.review-baseitem-container,
div.configurator.noborder div.review-total,
#MainSection > div.configurator-review.noborder div.review-total,
div.configurator.noborder div.review-step-container,
#MainSection > div.configurator-review.noborder div.review-step-container,
div.configurator.noborder div.breadcrumb-side,
#MainSection > div.configurator-review.noborder div.breadcrumb-side,
div.configurator.noborder div.header,
#MainSection > div.configurator-review.noborder div.header,
div.configurator.noborder div.step-header-container,
#MainSection > div.configurator-review.noborder div.step-header-container,
div.configurator.noborder div.breadcrumb-top,
#MainSection > div.configurator-review.noborder div.breadcrumb-top,
div.configurator.noborder div.header-review,
#MainSection > div.configurator-review.noborder div.header-review,
div.configurator.noborder div.choice,
#MainSection > div.configurator-review.noborder div.choice {
  border-width: 0px !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
div.configurator.borderdashed div.review-baseitem-container,
#MainSection > div.configurator-review.borderdashed div.review-baseitem-container,
div.configurator.borderdashed div.review-total,
#MainSection > div.configurator-review.borderdashed div.review-total,
div.configurator.borderdashed div.review-step-container,
#MainSection > div.configurator-review.borderdashed div.review-step-container,
div.configurator.borderdashed div.breadcrumb-side,
#MainSection > div.configurator-review.borderdashed div.breadcrumb-side,
div.configurator.borderdashed div.header,
#MainSection > div.configurator-review.borderdashed div.header,
div.configurator.borderdashed div.step-header-container,
#MainSection > div.configurator-review.borderdashed div.step-header-container,
div.configurator.borderdashed div.breadcrumb-top,
#MainSection > div.configurator-review.borderdashed div.breadcrumb-top,
div.configurator.borderdashed div.header-review,
#MainSection > div.configurator-review.borderdashed div.header-review,
div.configurator.borderdashed div.choice,
#MainSection > div.configurator-review.borderdashed div.choice {
  border-width: 1px !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  border: 1px dashed #949494 !important;
}
div.configurator.roundedright div.review-baseitem-container,
#MainSection > div.configurator-review.roundedright div.review-baseitem-container,
div.configurator.roundedright div.review-total,
#MainSection > div.configurator-review.roundedright div.review-total,
div.configurator.roundedright div.review-step-container,
#MainSection > div.configurator-review.roundedright div.review-step-container,
div.configurator.roundedright div.breadcrumb-side,
#MainSection > div.configurator-review.roundedright div.breadcrumb-side,
div.configurator.roundedright div.header,
#MainSection > div.configurator-review.roundedright div.header,
div.configurator.roundedright div.step-header-container,
#MainSection > div.configurator-review.roundedright div.step-header-container,
div.configurator.roundedright div.breadcrumb-top,
#MainSection > div.configurator-review.roundedright div.breadcrumb-top,
div.configurator.roundedright div.header-review,
#MainSection > div.configurator-review.roundedright div.header-review,
div.configurator.roundedright div.choice,
#MainSection > div.configurator-review.roundedright div.choice {
  border-radius: 0 20px 0 20px;
  -moz-border-radius: 0 20px 0 20px;
  -webkit-border-radius: 0 20px 0 20px;
}
div.configurator.roundedleft div.review-baseitem-container,
#MainSection > div.configurator-review.roundedleft div.review-baseitem-container,
div.configurator.roundedleft div.review-total,
#MainSection > div.configurator-review.roundedleft div.review-total,
div.configurator.roundedleft div.review-step-container,
#MainSection > div.configurator-review.roundedleft div.review-step-container,
div.configurator.roundedleft div.breadcrumb-side,
#MainSection > div.configurator-review.roundedleft div.breadcrumb-side,
div.configurator.roundedleft div.header,
#MainSection > div.configurator-review.roundedleft div.header,
div.configurator.roundedleft div.step-header-container,
#MainSection > div.configurator-review.roundedleft div.step-header-container,
div.configurator.roundedleft div.breadcrumb-top,
#MainSection > div.configurator-review.roundedleft div.breadcrumb-top,
div.configurator.roundedleft div.header-review,
#MainSection > div.configurator-review.roundedleft div.header-review,
div.configurator.roundedleft div.choice,
#MainSection > div.configurator-review.roundedleft div.choice {
  border-radius: 20px 0 20px 0;
  -moz-border-radius: 20px 0 20px 0;
  -webkit-border-radius: 20px 0 20px 0;
}
div.configurator.rounded div.review-baseitem-container,
#MainSection > div.configurator-review.rounded div.review-baseitem-container,
div.configurator.rounded div.review-total,
#MainSection > div.configurator-review.rounded div.review-total,
div.configurator.rounded div.review-step-container,
#MainSection > div.configurator-review.rounded div.review-step-container,
div.configurator.rounded div.breadcrumb-side,
#MainSection > div.configurator-review.rounded div.breadcrumb-side,
div.configurator.rounded div.header,
#MainSection > div.configurator-review.rounded div.header,
div.configurator.rounded div.step-header-container,
#MainSection > div.configurator-review.rounded div.step-header-container,
div.configurator.rounded div.breadcrumb-top,
#MainSection > div.configurator-review.rounded div.breadcrumb-top,
div.configurator.rounded div.header-review,
#MainSection > div.configurator-review.rounded div.header-review,
div.configurator.rounded div.choice,
#MainSection > div.configurator-review.rounded div.choice {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
div.configurator.rounded img,
#MainSection > div.configurator-review.rounded img {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
div.configurator.flat div.review-baseitem-container,
#MainSection > div.configurator-review.flat div.review-baseitem-container,
div.configurator.flat div.review-total,
#MainSection > div.configurator-review.flat div.review-total,
div.configurator.flat div.review-step-container,
#MainSection > div.configurator-review.flat div.review-step-container,
div.configurator.flat div.breadcrumb-side,
#MainSection > div.configurator-review.flat div.breadcrumb-side,
div.configurator.flat div.header,
#MainSection > div.configurator-review.flat div.header,
div.configurator.flat div.step-header-container,
#MainSection > div.configurator-review.flat div.step-header-container,
div.configurator.flat div.breadcrumb-top,
#MainSection > div.configurator-review.flat div.breadcrumb-top,
div.configurator.flat div.header-review,
#MainSection > div.configurator-review.flat div.header-review,
div.configurator.flat div.choice,
#MainSection > div.configurator-review.flat div.choice {
  background: #f5f5f5;
}
div.configurator.gradient div.review-baseitem-container,
#MainSection > div.configurator-review.gradient div.review-baseitem-container,
div.configurator.gradient div.review-total,
#MainSection > div.configurator-review.gradient div.review-total,
div.configurator.gradient div.review-step-container,
#MainSection > div.configurator-review.gradient div.review-step-container,
div.configurator.gradient div.breadcrumb-side,
#MainSection > div.configurator-review.gradient div.breadcrumb-side,
div.configurator.gradient div.header,
#MainSection > div.configurator-review.gradient div.header,
div.configurator.gradient div.step-header-container,
#MainSection > div.configurator-review.gradient div.step-header-container,
div.configurator.gradient div.breadcrumb-top,
#MainSection > div.configurator-review.gradient div.breadcrumb-top,
div.configurator.gradient div.header-review,
#MainSection > div.configurator-review.gradient div.header-review,
div.configurator.gradient div.choice,
#MainSection > div.configurator-review.gradient div.choice {
  background: -moz-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #eaeaea));
  background: -webkit-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #eaeaea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea', GradientType=0);
}
div.configurator.nobg div.review-baseitem-container,
#MainSection > div.configurator-review.nobg div.review-baseitem-container,
div.configurator.nobg div.review-total,
#MainSection > div.configurator-review.nobg div.review-total,
div.configurator.nobg div.review-step-container,
#MainSection > div.configurator-review.nobg div.review-step-container,
div.configurator.nobg div.breadcrumb-side,
#MainSection > div.configurator-review.nobg div.breadcrumb-side,
div.configurator.nobg div.header,
#MainSection > div.configurator-review.nobg div.header,
div.configurator.nobg div.step-header-container,
#MainSection > div.configurator-review.nobg div.step-header-container,
div.configurator.nobg div.breadcrumb-top,
#MainSection > div.configurator-review.nobg div.breadcrumb-top,
div.configurator.nobg div.header-review,
#MainSection > div.configurator-review.nobg div.header-review,
div.configurator.nobg div.choice,
#MainSection > div.configurator-review.nobg div.choice {
  background: none !important;
}
/*DVPAL20150331 - CONFIGURATOR LAYOUT STYLES - END*/
/* END configurator.less */
/* START accountmenu.less */
#AccountMenuContainer {
  text-align: left;
  padding: 10px;
}
#AccountMenuContainer h1 {
  font-size: 1.1em;
  font-weight: bold;
  margin: 0 0 5px 0;
  width: 150px;
  /*DVPDQ20140513-Change the div width to let the text in one line*/
}
@media (max-width: 768px) {
  #AccountMenuContainer h1 {
    margin: 1px 0 5px 0;
  }
}
#AccountMenuContainer #AccountMenu #WelcomeLink {
  /* DVPAL20140605 - added for hover effects*/
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 2;
  vertical-align: top;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
  text-decoration: none !important;
  font-weight: bold;
}
#AccountMenuContainer #AccountMenu #WelcomeLink:focus,
#AccountMenuContainer #AccountMenu #WelcomeLink:active:focus,
#AccountMenuContainer #AccountMenu #WelcomeLink.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#AccountMenuContainer #AccountMenu #WelcomeLink:hover,
#AccountMenuContainer #AccountMenu #WelcomeLink:focus {
  color: #333333;
  text-decoration: none;
}
#AccountMenuContainer #AccountMenu #WelcomeLink:active,
#AccountMenuContainer #AccountMenu #WelcomeLink.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#AccountMenuContainer #AccountMenu #WelcomeLink.disabled,
#AccountMenuContainer #AccountMenu #WelcomeLink[disabled],
fieldset[disabled] #AccountMenuContainer #AccountMenu #WelcomeLink {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
#AccountMenuContainer #AccountMenu #WelcomeLink,
#AccountMenuContainer #AccountMenu #WelcomeLink:active,
#AccountMenuContainer #AccountMenu #WelcomeLink[disabled],
fieldset[disabled] #AccountMenuContainer #AccountMenu #WelcomeLink {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#AccountMenuContainer #AccountMenu #WelcomeLink,
#AccountMenuContainer #AccountMenu #WelcomeLink:hover,
#AccountMenuContainer #AccountMenu #WelcomeLink:focus,
#AccountMenuContainer #AccountMenu #WelcomeLink:active {
  border-color: transparent;
}
#AccountMenuContainer #AccountMenu #WelcomeLink:hover,
#AccountMenuContainer #AccountMenu #WelcomeLink:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
#AccountMenuContainer #AccountMenu #WelcomeLink[disabled]:hover,
fieldset[disabled] #AccountMenuContainer #AccountMenu #WelcomeLink:hover,
#AccountMenuContainer #AccountMenu #WelcomeLink[disabled]:focus,
fieldset[disabled] #AccountMenuContainer #AccountMenu #WelcomeLink:focus {
  color: #999999;
  text-decoration: none;
}
#AccountMenuContainer #AccountMenu #WelcomeLink:hover {
  color: #165b96;
}
#AccountMenuContainer #AccountMenu .btn-login {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
#AccountMenuContainer #AccountMenu #AccountMenuList {
  margin: 10px 0 -10px;
  list-style: none;
  border-top: 1px solid #428bca;
}
#AccountMenuContainer #AccountMenu #AccountMenuList > li {
  margin-left: -40px;
}
#AccountMenuContainer #AccountMenu #AccountMenuList > li a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  padding: 5px 10px;
  width: 100%;
  white-space: nowrap;
  text-decoration: none !important;
}
#AccountMenuContainer #AccountMenu #AccountMenuList > li:hover a {
  background-color: #165b96;
  color: #ffffff;
}
/* END accountmenu.less */
/* START address.less */
/* DVPDS - used for the address control (used on the checkout page) */
.address {
  width: 100%;
}
.address tbody tr td {
  padding: 2px;
  /*DVPEP20140603 - NTN7.2 - Below added so asterisk appears right before div.*/
}
.address tbody tr td div:first-of-type:before {
  content: attr(data-required) !important;
  font-weight: bold !important;
  white-space: nowrap !important;
  color: #a94442 !important;
  vertical-align: middle !important;
  position: absolute;
  top: 13px;
  left: -7px;
}
.address tbody tr td div:first-of-type {
  position: relative;
}
.address tbody tr td div {
  float: left;
  width: 95%;
}
@media (max-width: 767px) {
  .address tbody tr td div {
    width: 95%;
  }
}
@media (max-width: 991px) {
  .address tbody tr td div {
    width: 95%;
  }
}
.address tbody tr td div.inline {
  /*float: left;*/
  /*DVPEP20140530 - NTN7.2 - Commented out.*/
  /*width: 5%;*/
  /*DVPEP20140530 - NTN7.2 - Replaced with larger width of 100% to grow with parent and have enough room for content.*/
  width: 100%;
  display: block;
  padding-left: 3px;
}
.address tbody tr td div.inline .popup-message {
  position: relative;
  left: -150px;
  top: 32px;
  width: 150px;
  background-color: #f5f5f5;
  border-radius: 0px;
  border: 1px solid #cccccc;
  padding: 5px;
}
/* DVPDS - used for the customer.ascx control (used on the customerinfo page) */
.customer-info {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
@media (max-width: 991px) {
  .customer-info {
    width: 100%;
  }
}
.customer-info .ci-container {
  vertical-align: top;
  padding-right: 15px;
  width: 49%;
  display: inline-block;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .customer-info .ci-container {
    width: 100%;
    padding: 0;
  }
}
.customer-info .ci-container.activeCB div {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
/* DVPDS - used for the customer.ascx control (used on the customerinfo page) */
.ship-to-address {
  width: 100%;
}
.ship-to-address tbody tr td {
  padding: 2px;
}
.ship-to-address tbody tr td:first-child {
  width: 35%;
}
/* DVPDS - used for the shopper.ascx control (used on various pages) */
.shopper {
  width: 100%;
}
.shopper tbody tr td {
  padding: 2px;
}
/* END address.less */
/* START addtocart.less */
div.addtocart {
  text-align: right;
  margin-top: -25px;
  margin-bottom: 10px;
}
div.addtocart.nomargin {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  div.addtocart {
    width: 100%;
    margin: 0;
  }
  div.addtocart input.btn {
    width: 100%;
    margin: 10px 0 5px 0;
  }
}
div.atcQTY {
  float: right;
  vertical-align: middle;
  padding: 0 0 0 4px;
}
.comparetdr .input-append {
  margin: 5px;
}
/* END addtocart.less */
a.breadcrumblink {
  color: #428bca;
  padding: 0;
  text-decoration: none;
}
/* END breadcrumb.less */
/* START captcha.less */
.Captcha {
  text-align: center;
  width: 200px;
}
.captchaimgdiv,
.captcharefreshdiv {
  display: inline-block;
  margin: 0 5px;
}
.captchainput .form-control {
  width: 120px;
}
/* END captcha.less */
/* START category.less */
.category-standard-wrapper {
  position: relative;
}
@media (max-width: 767px) {
  .category-standard-wrapper {
    text-align: center;
  }
}
.category-standard-image-col {
  display: inline-block;
  margin-right: 15px;
  /*width: 50px;
          height: 20px;
          background-color: #f00;*/
}
.category-standard-conten-col {
  display: inline-block;
  width: 70%;
  vertical-align: top;
}
@media (max-width: 1199px) {
  .category-standard-conten-col {
    width: 65%;
  }
}
@media (max-width: 991px) {
  .category-standard-conten-col {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .category-standard-conten-col {
    margin-top: 10px;
    display: block;
    width: 100%;
  }
}
.category-main-wrapper {
  position: relative;
}
.category-main-image-col {
  display: inline-block;
  /*width: 50px;
          height: 20px;
          background-color: #f00;*/
}
.category-main-conten-col {
  display: inline-block;
  width: 70%;
  vertical-align: top;
}
@media (max-width: 1199px) {
  .category-main-conten-col {
    width: 65%;
  }
}
@media (max-width: 991px) {
  .category-main-conten-col {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .category-main-conten-col {
    display: block;
    width: 100%;
  }
}
/* title section of the category page*/
div.categorytitle {
  margin: 20px 0 0 0;
  padding: 5px;
  background: #eaeaea;
}
div.midtitle {
  margin: 20px 0 10px 0;
  padding: 5px;
  background: #eaeaea;
}
/* END category.less */
/* START categoryitems.less */
span.highlighttext {
  font-size: 14px;
  font-weight: normal;
  color: #222222;
}
h3#FeaturedTitle {
  font-size: 18px;
  padding: 4px 5px 4px 0;
  font-weight: 600;
}
.FeatItemContainer {
  /*margin-left: -5px;
    margin-right: -5px;*/
  padding: 10px 0;
}
.FeatItemContainer:before,
.FeatItemContainer:after {
  content: " ";
  display: table;
}
.FeatItemContainer:after {
  clear: both;
}
.FeatItemContainer:before,
.FeatItemContainer:after {
  content: " ";
  display: table;
}
.FeatItemContainer:after {
  clear: both;
}
@media (max-width: 767px) {
  .FeatItemContainer {
    /*margin-right: -15px;
        margin-left: -15px;*/
  }
}
.FeatItemContainer .FeatItem {
  /*background-color: #fff;
        text-align: center;
        margin: 0 10px 20px 5px;

        border: @featuredItemBoxBorder;
        height: auto;
        padding: 5px;*/
  background-color: #ffffff;
  border-radius: 6px;
  text-align: center;
  margin: 0 10px 20px 0px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  /*.gradientLightBlueUp; //DVPAL20140716 - gradient effect (mixin)*/
  height: auto;
  padding: 25px 5px 5px 5px;
  border: 1px solid #eaeaea;
  /*@media (max-width: @screen-md-max) {
            &.col-md-3 {
                width: 22%;
            }
        }

        @media (max-width: @screen-sm-max) {
            &.col-sm-5 {
                width: 29%;
            }
        }*/
}
.FeatItemContainer .FeatItem:hover {
  /*-webkit-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow:    0px 0px 20px 0px rgba(50, 50, 50, 0.2);
    box-shadow:         0px 0px 20px 0px rgba(50, 50, 50, 0.2);*/
  -webkit-box-shadow: 0px 3px 0 #428bca;
  -moz-box-shadow: 0px 3px 0 #428bca;
  box-shadow: 0px 3px 0 #428bca;
  -webkit-transform: translate(0px, -3px);
  -moz-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  -o-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}
.FeatItemContainer .FeatItem:hover {
  border: 1px solid #428bca;
}
@media (min-width: 768px) {
  .FeatItemContainer .FeatItem.col-lg-3 {
    width: 24.25%;
    margin-right: 1%;
  }
  .FeatItemContainer .FeatItem.col-lg-3:nth-child(4n+0) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .FeatItemContainer .FeatItem {
    padding: 25px 20px 10px 20px;
    border-radius: 0;
    background: none !important;
    margin: 0 0 20px 0;
    margin-bottom: 10px;
  }
  .FeatItemContainer .FeatItem.col-xs-12 {
    width: 100%;
  }
  .FeatItemContainer .FeatItem:before,
  .FeatItemContainer .FeatItem:after {
    content: " ";
    display: table;
  }
  .FeatItemContainer .FeatItem:after {
    clear: both;
  }
  .FeatItemContainer .FeatItem:before,
  .FeatItemContainer .FeatItem:after {
    content: " ";
    display: table;
  }
  .FeatItemContainer .FeatItem:after {
    clear: both;
  }
  .FeatItemContainer .FeatItem .FeatItemImage {
    float: left;
    margin-right: 20px;
  }
  .FeatItemContainer .FeatItem .FeatItemInfo {
    text-align: left;
  }
}
.FeatItemContainer .FeatItem .FeatItemImage {
  min-height: 110px;
}
.FeatItemContainer .FeatItem .FeatItemImage a {
  display: block;
}
.FeatItemContainer .FeatItem .FeatItemImage a img {
  width: 110px;
  height: 110px;
  border: 0;
}
.FeatItemContainer .FeatItem .FeatItemInfo {
  /*.FeatItemHighlightDescription {
                font-size: 13px;
                height: 16px;
                line-height: 12px;
                margin: 2px 0;
            }*/
}
.FeatItemContainer .FeatItem .FeatItemInfo h1 {
  font-size: 12px;
  margin: 0;
}
.FeatItemContainer .FeatItem .FeatItemInfo .FeatItemShortDescription {
  font-size: 13px;
  font-weight: 600;
  color: #666666;
  margin: 5px 0;
}
.FeatItemContainer .FeatItem .FeatItemInfo .FeatItemHighlightDescription {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  padding: 2px;
  left: 0;
  right: 0;
  top: 0;
  background: #eff2f5;
  border-radius: 6px 6px 0 0;
  text-align: center;
}
@media (max-width: 767px) {
  .FeatItemContainer .FeatItem .FeatItemInfo .FeatItemHighlightDescription {
    border-radius: 0;
  }
}
.FeatItemContainer .FeatItem .FeatItemInfo .FeatItemMore p {
  margin: 0 0 5px;
  font-size: 11px;
  height: auto;
  line-height: 12px;
}
.FeatItemContainer .FeatItem .FeatItemInfo .FeatItemPrice {
  font-size: 15px;
  font-weight: bold;
  color: #222222;
  padding: 0;
  margin: 2px 0 10px;
}
/* used on the featureditems.ascx (used on the welcome page for logged in users) */
div.Featured-Items-Rep {
  width: 100%;
  background-color: #ffffff;
  text-align: center;
  border: 0;
  display: inline-block;
}
div.Featured-Items-Rep .Featured-Item {
  /*.hoverShadow; //DVPAL20140715 - hover shadow effect mixin*/
  float: left;
  width: 14%;
  padding: 10px;
  margin: 5px;
}
@media (min-width: 1199px) {
  div.Featured-Items-Rep .Featured-Item {
    width: 19%;
    padding: 5px;
  }
}
@media (max-width: 991px) {
  div.Featured-Items-Rep .Featured-Item {
    width: 100px;
    padding: 5px;
  }
}
@media (max-width: 767px) {
  div.Featured-Items-Rep .Featured-Item {
    width: 100%;
    height: auto;
    padding: 10px;
  }
}
div#FeatItemEContainer {
  margin-top: 30px;
  text-align: center;
}
div#FeatItemEContainer .item {
  /*DVPAL20140610 - added for margin between items */
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  div#FeatItemEContainer .item {
    margin-bottom: 20px;
  }
}
div#FeatItemEContainer h3 {
  text-align: left;
}
div#FeatItemEContainer div.FeatItemE {
  background-color: #ffffff;
  width: 64px;
  display: inline-block;
  float: left;
  margin: 0 5px;
}
div#FeatItemEContainer div.FeatItemE a {
  display: block;
  margin-bottom: 5px;
}
div#FeatItemEContainer div.FeatItemE.FeatItemEThin {
  margin: 0 3.25px;
}
.itemlist-image-wrapper,
.itemlist-description-wrapper {
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 767px) {
  .itemlist-image-wrapper {
    display: block;
  }
}
@media (max-width: 767px) {
  .itemlist-description-wrapper {
    display: block;
  }
  .itemlist-description-wrapper .itemlist-addtocart-wrapper {
    display: block;
  }
  .itemlist-description-wrapper .itemlist-description {
    padding: 0;
  }
}
.itemlist-description-wrapper > div {
  display: inline-block;
  vertical-align: top;
}
.item-list-row {
  border: 1px solid #222222;
}
@media (max-width: 767px) {
  .item-list-col > div,
  .item-list-col > a {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .item-list-item > div,
  .item-list-item > a {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .item-list-itemno > div,
  .item-list-itemno > a {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .item-list-name > div,
  .item-list-name > a {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .item-list-webprice > div,
  .item-list-webprice > a {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .item-list-salesprice > div,
  .item-list-salesprice > a {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .item-list-uom > div,
  .item-list-uom > a {
    display: inline-block !important;
  }
}
.item-list-header {
  /*margin-left:  (@gutter / -2);
  margin-right: (@gutter / -2);*/
}
.item-list-header .item-list-itemno {
  color: red;
}
.categoryItemContainer {
  margin-left: -5px;
  margin-right: -5px;
  padding: 10px 0;
}
.categoryItemContainer:before,
.categoryItemContainer:after {
  content: " ";
  display: table;
}
.categoryItemContainer:after {
  clear: both;
}
.categoryItemContainer:before,
.categoryItemContainer:after {
  content: " ";
  display: table;
}
.categoryItemContainer:after {
  clear: both;
}
@media (max-width: 767px) {
  .categoryItemContainer {
    /*margin-right: -16px; // offset of container padding + 1px for hiding the right border of Items
        margin-left: -15px;*/
    margin: 0px;
  }
}
.categoryItemContainer .each-category-item {
  /*.hoverShadow;*/
  background-color: #ffffff;
  text-align: center;
  margin: 0 15px 20px 5px;
  /*border: solid 1px #dfdfdf;*/
  width: auto;
  padding: 5px;
}
.categoryItemContainer .each-category-item .each-category-item-price {
  font-size: 15px;
  color: #666666;
}
.categoryItemContainer .each-category-item:before,
.categoryItemContainer .each-category-item:after {
  content: " ";
  display: table;
}
.categoryItemContainer .each-category-item:after {
  clear: both;
}
.categoryItemContainer .each-category-item:before,
.categoryItemContainer .each-category-item:after {
  content: " ";
  display: table;
}
.categoryItemContainer .each-category-item:after {
  clear: both;
}
@media (max-width: 1199px) {
  .categoryItemContainer .each-category-item.col-md-3 {
    width: 22%;
  }
}
@media (max-width: 991px) {
  .categoryItemContainer .each-category-item.col-sm-5 {
    width: 28%;
  }
}
@media (min-width: 1200px) {
  .categoryItemContainer .each-category-item.col-lg-3 {
    width: 22.5%;
  }
}
@media (max-width: 767px) {
  .categoryItemContainer .each-category-item {
    padding: 10px 20px;
    margin: 0;
    margin-bottom: 10px;
  }
  .categoryItemContainer .each-category-item.col-xs-12 {
    width: 100%;
  }
  .categoryItemContainer .each-category-item:before,
  .categoryItemContainer .each-category-item:after {
    content: " ";
    display: table;
  }
  .categoryItemContainer .each-category-item:after {
    clear: both;
  }
  .categoryItemContainer .each-category-item:before,
  .categoryItemContainer .each-category-item:after {
    content: " ";
    display: table;
  }
  .categoryItemContainer .each-category-item:after {
    clear: both;
  }
  .categoryItemContainer .each-category-item .each-category-item-Image {
    float: left;
    margin-right: 20px;
  }
  .categoryItemContainer .each-category-item .each-category-item-info {
    text-align: left;
  }
}
.categoryItemContainer .each-category-item .each-category-item-Image .thumbnailImg a {
  display: block;
}
.categoryItemContainer .each-category-item .each-category-item-Image .thumbnailImg a img {
  width: 110px;
  height: 110px;
  border: 0;
}
.categoryItemContainer .each-category-item .each-category-item-Image .each-category-item-info-short-desc {
  font-size: 11px;
  font-weight: 700;
  color: #222222;
  margin: 5px 0;
}
.categoryItemContainer .each-category-item .each-category-item-info h1 {
  font-size: 12px;
  margin: 0;
}
.categoryItemContainer .each-category-item .each-category-item-info .each-category-item-info-name {
  font-size: 12px;
  font-weight: 700;
  color: #222222;
  margin: 5px 0;
  text-overflow: ellipsis;
}
.categoryItemContainer .each-category-item .each-category-item-info .each-category-item-learnitemmore p {
  margin: 0 0 5px;
  font-size: 11px;
  height: auto;
  line-height: 12px;
}
.categoryItemContainer .each-category-item .each-category-item-info .each-category-item-price {
  font-size: 12px;
  color: #666666;
  padding: 0;
  margin: 2px 0 10px;
}
/* END categoryitems.less */
/* START checkout.less */
.checkoutHeader {
  margin-top: 0;
  border-bottom: 1px solid #cccccc;
  padding-left: 0;
  height: auto;
  display: block;
}
@media (max-width: 991px) {
  .checkoutHeader {
    border: none;
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  .checkoutHeader {
    padding-left: 0px;
  }
}
.checkoutHeader li {
  background: #e1e1e1;
  padding: 2px 5px 3px;
  width: 160px;
  height: 38px;
  border-radius: 6px 6px 0 0;
  vertical-align: bottom;
  display: inline-block;
}
@media (max-width: 991px) {
  .checkoutHeader li {
    display: none;
  }
}
.checkoutHeader li.onepage {
  width: 300px;
  padding: 10px 5px 3px;
}
@media (max-width: 991px) {
  .checkoutHeader li.onepage {
    width: 215px;
  }
}
@media (max-width: 767px) {
  .checkoutHeader li.onepage {
    width: 48%;
  }
}
.checkoutHeader li.onepage .title-container {
  width: 100%;
}
.checkoutHeader li.onepage-selected {
  background: #428bca;
  color: #ffffff;
  width: 300px;
  /*DVPEP20140530 - NTN7.2 - Changed to 100% from 200px;*/
}
@media (max-width: 991px) {
  .checkoutHeader li.onepage-selected {
    width: 215px;
  }
}
@media (max-width: 767px) {
  .checkoutHeader li.onepage-selected {
    width: 48%;
  }
}
.checkoutHeader li.onepage-selected .title-container {
  width: 100%;
}
.checkoutHeader li.onepage-selected span.badge {
  background: none;
  color: #ffffff;
}
.checkoutHeader li.selected {
  background: #428bca;
  color: #ffffff;
}
@media (max-width: 991px) {
  .checkoutHeader li.selected {
    width: 100%;
    display: inline-block;
  }
}
.checkoutHeader li.selected span.badge {
  background: none;
  color: #ffffff;
}
.checkoutHeader li span {
  display: block;
  margin-right: 5px;
}
.checkoutHeader li span.badge {
  text-align: center;
  background: none;
  color: #666666;
  font-size: 18px;
  line-height: 25px;
}
.checkoutHeader li div.badge-container {
  display: inline-block;
  height: 100%;
  float: left;
  width: 30px;
  margin-right: 5px;
}
.checkoutHeader li div.title-container {
  display: inline-block;
  float: left;
  width: 110px;
  font-size: 11px;
  line-height: 1.4;
}
/* for each collapsible section */
div.section-wrapper {
  border: 2px solid #e5e5e5;
  border-radius: 5px 5px 0 0;
  background-color: #ffffff;
  margin: 1px 0 15px 0;
}
div.section-wrapper .section-header {
  background-color: #e5e5e5;
  padding: 5px 10px;
}
div.section-wrapper .section-body {
  background-color: #ffffff;
  padding: 10px;
}
div.section-wrapper .section-body-comment {
  background-color: #ffffff;
  padding: 10px;
}
div.section-wrapper .section-body-comment .form-control {
  height: 120px;
}
div.section-wrapper .shipping_payment_container {
  background-color: #ffffff;
  padding: 10px;
  position: relative;
  /*DVPEP20141030 - NTN7.2 - Below classes added to display progress indicator when shipping method and options are changed. - BEGIN*/
  /*DVPEP20141030 - NTN7.2 - Below classes added to display progress indicator when shipping method and options are changed. - END*/
}
div.section-wrapper .shipping_payment_container div.shipping-spinner-parent {
  position: absolute;
  text-align: center;
  vertical-align: middle;
  z-index: 99999;
  overflow: auto;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: .5;
  background-color: #ffffff;
}
div.section-wrapper .shipping_payment_container div.shipping-spinner-parent div.shipping-spinner-image {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
div[toggle-group$="information-group"] {
  margin-bottom: 20px;
}
div.coupon-info-wrapper {
  padding: 5px;
}
div.coupon-wrapper,
div.coupon-info-wrapper {
  /*float:left;*/
  white-space: nowrap;
  margin: 10px 0 10px 0;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  display: inline-block;
  /*DVPEP20140530 - NTN7.2 - Set display to inline block.*/
}
@media (max-width: 991px) {
  div.coupon-wrapper,
  div.coupon-info-wrapper {
    width: 100%;
  }
}
.couponcode {
  padding: 4px 2px 4px 2px;
}
div.couponError {
  padding: 5px 0px 0px 5px;
}
.coupon-entry div {
  float: left;
  padding: 5px;
  line-height: 32px;
}
@media (max-width: 991px) {
  .coupon-entry {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .coupon-entry .couponButton *,
  .coupon-entry .couponButton,
  .coupon-entry .couponField,
  .coupon-entry .couponField *,
  .coupon-entry .couponLabel,
  .coupon-entry .couponLabel * {
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .coupon-entry .couponButton * .couponLabel,
  .coupon-entry .couponButton .couponLabel,
  .coupon-entry .couponField .couponLabel,
  .coupon-entry .couponField * .couponLabel,
  .coupon-entry .couponLabel .couponLabel,
  .coupon-entry .couponLabel * .couponLabel {
    line-height: 15px;
  }
}
/* for the order totals on the checkout page (totalsummary) */
div.order-total {
  margin: 0 0 0 5px;
}
div.order-total div {
  float: left;
  margin: 0;
}
div.order-total .items-label {
  padding-right: 2px;
}
div.order-total .items-value {
  font-weight: bold;
}
div.order-total .total-label {
  padding: 0 2px 0 10px;
}
div.order-total .total-value {
  font-weight: bold;
}
/* for the order total section (ordertotal) on the checkout page */
.ordertotal {
  width: 100%;
}
.ordertotal tr td {
  text-align: right;
  white-space: nowrap;
}
.ordertotal tr td.shader {
  border-top: 1px solid #cccccc;
  padding: 5px;
  margin-top: 4px;
}
/*for the ship to or pickup option */
div.shipment-or-pickup {
  width: 100%;
  clear: both;
  float: right;
  margin: 5px 0 20px 0;
}
@media (max-width: 991px) {
  div.shipment-or-pickup {
    float: none;
  }
}
div.shipment-or-pickup div.shipmentcontainer {
  float: right;
}
@media (max-width: 991px) {
  div.shipment-or-pickup div.shipmentcontainer {
    float: none;
  }
}
div.shipment-or-pickup div.shipmentcontainer div.shippick {
  margin-right: 10px;
}
@media (max-width: 991px) {
  div.shipment-or-pickup div.shipmentcontainer div.shippick {
    width: 100%;
  }
}
@media (max-width: 991px) {
  div.shipment-or-pickup div.shipmentcontainer div.shippick table {
    width: 100%;
  }
}
div.shipment-or-pickup div.shipmentcontainer div.shippick table tr td {
  width: 50%;
}
@media (max-width: 991px) {
  div.shipment-or-pickup div.shipmentcontainer div.selectdd {
    margin-top: 10px;
    width: 100%;
  }
}
div.shipment-or-pickup div div {
  float: left;
}
div.shipment-or-pickup-search {
  float: left;
  margin: 5px 0 20px 0;
}
@media (max-width: 1199px) {
  div.shipment-or-pickup-search {
    margin: 5px 0 5px 0;
  }
}
@media (max-width: 991px) {
  div.shipment-or-pickup-search {
    width: 100%;
  }
}
div.shipment-or-pickup-search div {
  float: left;
  height: 32px;
  line-height: 32px;
  padding: 0 5px 0 0;
}
@media (max-width: 991px) {
  div.ocp-input {
    margin-bottom: 10px;
    width: 100%;
  }
}
div.shipment-or-pickup-search-keyword,
div.shipment-or-pickup-search-store {
  float: left;
  margin: 5px 0 20px 0;
}
@media (max-width: 991px) {
  div.shipment-or-pickup-search-keyword .opc-btn,
  div.shipment-or-pickup-search-store .opc-btn {
    width: 100%;
  }
}
div.shipment-or-pickup-search-keyword div,
div.shipment-or-pickup-search-store div {
  float: left;
  height: 32px;
  line-height: 32px;
  padding: 0 5px 0 0;
}
@media (max-width: 991px) {
  div.shipment-or-pickup-search-keyword,
  div.shipment-or-pickup-search-store {
    width: 100%;
  }
}
/* used for the payment options section */
div.payment-options {
  /*DVPEP20140604 - NTN7.2 - On small viewports remove float. - BEGIN */
  /*DVPEP20140604 - NTN7.2 - On small viewports remove float. - END */
}
div.payment-options .options {
  float: left;
  margin-right: 50px;
}
div.payment-options .credit-card {
  float: left;
  width: 100%;
  /*DVPEP20150604 - NTN7.2 - Added width 100%*/
  padding: 15px;
  /*DVPEP20150604 - NTN7.2 - Added padding to container so input boxes will not overflow border.*/
}
@media (max-width: 991px) {
  div.payment-options .options {
    float: none;
  }
  div.payment-options .credit-card {
    float: none;
  }
}
/* for the credit card in the standard checkout */
div.credit-card-select > div {
  display: inline-block;
  width: 100%;
}
div.credit-card-select h3 {
  font-weight: bold;
}
div.credit-card-select .credit-card-type div,
div.credit-card-select .credit-card-holder-name div,
div.credit-card-select .credit-card-cvv-number div {
  width: 38%;
  float: left;
  line-height: 32px;
  vertical-align: middle;
  margin: 2px 0 0 0;
  white-space: nowrap;
}
@media (max-width: 991px) {
  div.credit-card-select .credit-card-type div,
  div.credit-card-select .credit-card-holder-name div,
  div.credit-card-select .credit-card-cvv-number div {
    width: 100% !important;
  }
}
div.credit-card-select .credit-card-type div.input,
div.credit-card-select .credit-card-holder-name div.input,
div.credit-card-select .credit-card-cvv-number div.input {
  width: 60%;
}
div.credit-card-select .credit-card-number div,
div.credit-card-select .credit-card-cvv-number div {
  width: 38%;
  float: left;
  line-height: 32px;
  vertical-align: middle;
  margin: 2px 0 0 0;
  white-space: nowrap;
}
@media (max-width: 991px) {
  div.credit-card-select .credit-card-number div,
  div.credit-card-select .credit-card-cvv-number div {
    width: 100% !important;
  }
}
div.credit-card-select .credit-card-number div:nth-child(2) p,
div.credit-card-select .credit-card-cvv-number div:nth-child(2) p {
  margin: 1px 0 0 0;
}
div.credit-card-select .credit-card-number div:nth-child(2) p span,
div.credit-card-select .credit-card-cvv-number div:nth-child(2) p span {
  font-size: 11px;
}
div.credit-card-select .credit-card-expiration div.expiration-month-year {
  width: 60%;
  float: left;
  line-height: 32px;
  vertical-align: middle;
  white-space: nowrap;
}
@media (max-width: 991px) {
  div.credit-card-select .credit-card-expiration div.expiration-month-year {
    width: 100% !important;
  }
}
div.credit-card-select .credit-card-expiration div.expiration-month-year div {
  float: left;
  padding: 0 5px 0 0;
}
div.credit-card-select .credit-card-expiration div.expiration {
  width: 38%;
  float: left;
  line-height: 32px;
  vertical-align: middle;
  white-space: nowrap;
}
@media (max-width: 991px) {
  div.credit-card-select .credit-card-expiration div.expiration {
    width: 100% !important;
  }
}
div.credit-card-expiration .form-group {
  padding-left: 0;
}
/*DVPEP20140604 - NTN7.2 - Asterisk placement for credit card fields. - BEGIN*/
/*div.credit-card-type.form-group div:first-of-type:before{
    content:"\f069" !important; //DVPAL20140612 - changed to use font awesome
    font-family:FontAwesome !important; 
    font-weight:bold !important;
    white-space:nowrap !important;
    font-size:7px!important;
    color:@state-danger-text !important;
    position:absolute !important;
    top:20px !important;
    left:20px !important;
}*/
div.credit-card-holder-name div:first-of-type:before {
  content: attr(data-required) !important;
  font-weight: bold !important;
  white-space: nowrap !important;
  color: #a94442 !important;
  vertical-align: middle !important;
  position: absolute;
  top: 13px;
  left: -7px;
}
div.credit-card-holder-name div:first-of-type {
  position: relative;
}
div.credit-card-number div:first-of-type {
  position: relative;
}
/*div.credit-card-number div:first-of-type:before
{
    content: attr(data-required) !important;
    font-weight:bold !important;
    white-space:nowrap !important;
    color:@state-danger-text !important;
    vertical-align:middle !important;
    position:absolute;
    top:13px;
    left:-7px;
}*/
/*div.credit-card-expiration div.row div:before
{
    content:"\f069" !important; //DVPAL20140612 - changed to use font awesome
    font-weight:bold !important;
    white-space:nowrap !important;
    color:@state-danger-text !important;
    font-size:7px!important;
    font-family:FontAwesome;
    position:absolute;
    top:0px;
    left:5px;
}*/
/*DVPEP20140604 - NTN7.2 - Asterisk placement for credit card fields. - END*/
/*DVPDQ20140922-NTN7 - Add CVV number-Begin*/
/*DVPAL20140616 - Asterisk placement for credit card fields (updated) - START*/
/*div.credit-card-cvv-number.form-group .asterisk, div.credit-card-holder-name.form-group .asterisk, div.credit-card-number.form-group .asterisk{
    position:relative;
    top:-32px;
    vertical-align:top;
    left:-17px;
}*/
/* for the credit card in the one page checkout */
/*DVPDQ20140922-NTN7 - Add CVV number-end*/
div.creditcardselect div {
  margin: 2px 0 0 0;
}
div.creditcardselect div div {
  float: left;
  line-height: 32px;
  vertical-align: middle;
}
div.creditcardselect div.expiration-header {
  line-height: 28px;
}
div.creditcardselect div.credit-card-expiration div div {
  padding: 0 5px 0 0;
}
div.shipto-calendar div {
  float: left;
  line-height: 32px;
  vertical-align: middle;
  margin: 4px 5px 0 0;
}
div.shipmentmethod {
  float: left;
  margin: 5px 0 0 0;
  /*div { // DVPAL20140722 - commented out since unused
        float:left;
        margin:0 5px 0 0;
        line-height:32px;
    }*/
}
@media (max-width: 991px) {
  div.shipmentmethod {
    width: 100%;
  }
}
div.shipmentmethod div.sm-container {
  display: inline-block;
  float: left;
  width: 200px;
}
@media (max-width: 991px) {
  div.shipmentmethod div.sm-container {
    width: 100%;
    margin-bottom: 15px;
  }
  div.shipmentmethod div.sm-container div.input-group {
    width: 100%;
  }
  div.shipmentmethod div.sm-container div.input-group input {
    width: 75% !important;
  }
  div.shipmentmethod div.sm-container div.input-group a.btn {
    width: 25% !important;
  }
}
/* for the PO number section */
div.ponumber div {
  float: left;
  line-height: 32px;
  vertical-align: middle;
  margin: 2px 5px 0 0;
}
/* DVPTP20130812 -- Added the toggle style to make radio look like a toggle button */
.radio-toggle {
  /*DVPAL20140616 - added transition effects and standardized colours*/
  -webkit-transition: all 0.3s ease-out;
  /* Chrome 1-25, Safari 3.2+ */
  -moz-transition: all 0.3s ease-out;
  /* Firefox 4-15 */
  -o-transition: all 0.3s ease-out;
  /* Opera 10.50ï¿½12.00 */
  transition: all 0.3s ease-out;
  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.50+ */
  border: 1px solid #cccccc;
  background-color: #eaeaea;
  border-collapse: separate !important;
  border-radius: 4px;
}
.radio-toggle input[type="radio"] {
  display: none;
}
.radio-toggle input:checked + label {
  background: #cccccc;
  color: #000000;
  display: block;
}
.radio-toggle label {
  cursor: pointer;
  display: block;
  padding: 7px;
  color: #222222;
  font-size: 12px;
  white-space: nowrap;
  margin: 0;
}
.radio-toggle label:hover {
  background: #f5f5f5;
}
div#addresslist {
  margin: 10px auto 0;
  border: solid 2px #cccccc;
  background-color: #f5f5f5;
  padding: 5px;
  width: 100%;
  height: auto;
  vertical-align: middle;
  overflow: auto;
  z-index: 200;
  clear: both;
  text-align: left;
}
.checkout-info-table-wrapper {
  margin-top: 15px;
  width: 100%;
}
.checkout-info-table-wrapper > div.checkout-info-table {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  margin-bottom: 15px;
}
.checkout-info-table-wrapper > div.checkout-info-table div.saveaddressfuture span,
.checkout-info-table-wrapper > div.checkout-info-table div.saveaddressfuture input {
  vertical-align: middle;
  margin-top: 0;
}
@media (max-width: 1199px) {
  .checkout-info-table-wrapper > div.checkout-info-table {
    width: 99%;
  }
}
.checkout-info-table-wrapper > div.checkout-info-table div.address {
  width: 100%;
}
.checkout-info-table-wrapper > div.checkout-info-table H3 {
  font-size: 16px;
  font-weight: bold;
  color: #666666;
  background-color: #f5f5f5;
  padding: 5px 0 5px 1px;
}
.checkout-info-table-wrapper > div.checkout-info-table:first-child {
  margin-right: 1.5%;
}
/*DVPDS20140501 - added for the address control during checkout */
div.address div.address-company,
div.address-first-name,
div.address-last-name,
div.address-address-1,
div.address-address-2,
div.address-city,
div.address-postal-code,
div.address-phone,
div.address-email,
div.address-country,
div.address-states {
  float: none;
  width: 100%;
  clear: both;
}
div.address div.address-company div,
div.address-first-name div,
div.address-last-name div,
div.address-address-1 div,
div.address-address-2 div,
div.address-city div,
div.address-postal-code div,
div.address-phone div,
div.address-email div,
div.address-country div,
div.address-states div {
  float: left;
  width: 48%;
  margin: 2px 0;
}
div#address-select-control {
  margin: 10px 3px;
  text-align: right;
}
div#locationlist {
  margin: 10px auto 0;
  border: solid 2px #cccccc;
  background-color: #f5f5f5;
  padding: 5px;
  width: 100%;
  height: auto;
  vertical-align: middle;
  overflow: auto;
  z-index: 200;
  clear: both;
  text-align: left;
  /*position:relative;
	left:0;
	top:0;
	border:solid 2px @default-border-color;
	background-color:@background-lightest;
	padding:0;
	width:100%; // DVPAL20140711 - changed to 100% from 300px
	height:100px;
	vertical-align:middle;
	overflow:auto;
    z-index: 201; // DVPDS - moved from ascx (pulled inline style out of page)
    text-align: left; // DVPDS - moved from ascx (pulled inline style out of page)*/
}
div#shipBillAddress {
  position: relative;
  top: 0px;
  z-index: 100;
}
input.surchAddLink {
  white-space: normal;
  background-color: #f5f5f5;
  border: 0;
  color: navy;
  vertical-align: top;
  text-align: left;
}
.lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.65);
  width: 100%;
  height: 100%;
  z-index: 10000;
}
.vat-message {
  position: absolute;
  top: 60%;
  left: 380px;
  margin: 0 auto;
  width: 400px;
  height: auto;
  z-index: 10001;
  background-color: #ffffff;
  padding: 10px;
  border-radius: 0px;
  border: 1px solid #000000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
/* used on the payment page of the standard checkout */
div.paymentoptions {
  width: 100%;
  float: left;
  border: 2px solid #eaeaea;
  background-color: #ffffff;
  padding: 0;
  margin: 20px 0 20px 0;
}
div.paymentoptions .paymentoptions-header {
  background-color: #eaeaea;
  padding: 5px;
}
div.paymentoptions .paymentoptions-header H3 {
  margin: 0;
}
div.paymentoptions .paymentmethod {
  float: left;
  margin: 0;
  padding: 10px;
  width: 33%;
}
@media (max-width: 991px) {
  div.paymentoptions .paymentmethod {
    width: 100%;
  }
}
div.paymentoptions .paybycreditcard {
  float: left;
  padding: 10px;
  width: 66%;
}
@media (max-width: 991px) {
  div.paymentoptions .paybycreditcard {
    width: 95%;
  }
}
div.checkoutsec {
  float: left;
  margin: 0 0 10px 0;
}
div.checkoutsec div {
  float: left;
  line-height: 28px;
  padding-right: 3px;
}
div.checkoutsec div.ponumber input {
  width: 110px;
}
div.order-comments {
  width: 100%;
  float: left;
}
/* standard checkout (also used on order history details) */
div.billingandshippingaddresses {
  font-size: 0;
  /*DVPAL20140716 - added to prevent white space between child divs*/
  width: 100%;
  display: inline-block;
  border-radius: 0px;
  border: 1px solid #cccccc;
}
@media (max-width: 991px) {
  div.billingandshippingaddresses .shipping {
    border-top: 1px solid #cccccc;
  }
}
div.billingandshippingaddresses div.billing,
div.billingandshippingaddresses div.shipping {
  background-color: #ffffff;
  width: 50%;
  float: left;
}
@media (max-width: 991px) {
  div.billingandshippingaddresses div.billing,
  div.billingandshippingaddresses div.shipping {
    width: 100%;
  }
}
div.billingandshippingaddresses div.billing div.address-header,
div.billingandshippingaddresses div.shipping div.address-header {
  background-color: #e5e5e5;
  border-bottom: 1px solid #cccccc;
}
/* one page checkout */
div.bill-and-ship-addresses {
  margin-bottom: 20px;
}
/* added to give bill-and-ship-addresses a height, otherwise, this div appears outside of the wrapper  */
div.bill-and-ship-addresses:after {
  content: " ";
  display: block;
  clear: both;
}
div.bill-and-ship-addresses div.billing {
  background-color: #ffffff;
  float: left;
  width: 47%;
  margin-right: 10px;
}
@media (max-width: 767px) {
  div.bill-and-ship-addresses div.billing {
    width: 98%;
  }
}
@media (max-width: 991px) {
  div.bill-and-ship-addresses div.billing {
    width: 98%;
  }
}
div.bill-and-ship-addresses div.shipping {
  background-color: #ffffff;
  float: left;
  width: 47%;
}
@media (max-width: 767px) {
  div.bill-and-ship-addresses div.shipping {
    width: 98%;
  }
}
@media (max-width: 991px) {
  div.bill-and-ship-addresses div.shipping {
    width: 98%;
  }
}
div.shipping-payment-header {
  clear: both;
}
span.addressTitle {
  font-size: 18px;
  font-weight: bold;
}
/*DVPAL20140716 - standardized container and label class form all rows*/
/*div.DisplayAddress-company, div.DisplayAddress-first-name, div.DisplayAddress-last-name,
div.DisplayAddress-address1, div.DisplayAddress-address2, div.DisplayAddress-city, div.DisplayAddress-country,
div.DisplayAddress-state, div.DisplayAddress-postal, div.DisplayAddress-phone, div.DisplayAddress-email,
div.DisplayAddress-save-for-future*/
div.DisplayAddress .da-container {
  /*& div {
    float:left;
    width:59%;
    margin: 1px 1px 0 0;
    padding:2px;
    @media (max-width: @screen-sm-max){ //DVPAL20140708 - added for responsive behaviour
        margin-left:10px;
        width:100%;
        }
    }*/
  font-size: 12px;
  display: inline-block;
  width: 100%;
}
@media (max-width: 991px) {
  div.DisplayAddress .da-container:nth-child(odd) {
    background: #f5f5f5;
  }
  div.DisplayAddress .da-container:nth-child(even) {
    background: #cccccc;
  }
}
div.DisplayAddress .da-container .da-label,
div.DisplayAddress .da-container .da-value {
  display: inline-block;
  padding: 2px 2px 2px 10px;
  float: left;
}
@media (max-width: 991px) {
  div.DisplayAddress .da-container .da-label,
  div.DisplayAddress .da-container .da-value {
    margin: 0;
    padding: 2px;
    width: 100% !important;
    background: none !important;
  }
}
div.DisplayAddress .da-container .da-label {
  width: 30%;
  background: #eaeaea;
}
div.DisplayAddress .da-container .da-value {
  width: 70%;
  background: #f5f5f5;
}
@media (max-width: 991px) {
  div.DisplayAddress .da-container .da-value {
    padding-left: 15px;
  }
}
div.ccdetails {
  clear: both;
}
div.ccdetails div.paymentinfoelement div.tyrow {
  width: 100%;
  margin: 5px;
}
div.ccdetails div.paymentinfoelement div.tyvalue {
  margin-left: 5px;
}
div.ccdetails div.paymentinfoelement div.tylabel,
div.ccdetails div.paymentinfoelement div.tyvalue {
  display: inline-block;
}
.icon-chevron-up {
  background: url(../images/chevrons.png) 0 -18px no-repeat;
}
.icon-chevron-down {
  background: url(../images/chevrons.png) 0 0 no-repeat;
}
.expand-toggle {
  padding: 3px;
  border-radius: 4px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  border-radius: 0px;
  border: 1px solid #cccccc;
  background: #f5f5f5;
  cursor: pointer;
  text-decoration: none;
}
.expand-toggle:hover {
  background: #cccccc;
  border: 1px solid #949494;
}
.expand-toggle:active {
  border: 1px solid #666666;
  background: #949494;
}
.expand-toggle span {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 18px;
  height: 18px;
}
textarea.commentBox {
  display: block;
}
@media (max-width: 991px) {
  textarea.commentBox {
    display: none;
  }
}
.comment-toggle {
  display: none;
  cursor: pointer;
  margin-left: 5px;
}
@media (max-width: 991px) {
  .comment-toggle {
    display: inline-block;
  }
}
/* used to center the submit button during checkout */
div.submit {
  text-align: center;
  width: 100%;
}
@media (max-width: 767px) {
  div.submit input {
    width: 100%;
    margin-top: 10px;
  }
}
h3.thankyouText {
  font-size: 20px;
  font-weight: bold;
}
div.shipping_payment div.shipment-method-dd {
  display: inline-block;
  width: auto;
}
@media (max-width: 991px) {
  div.shipping_payment div.shipment-method-dd {
    width: 100%;
  }
}
/* END checkout.less */
/* START colors.less */
.red {
  color: red;
}
/* END colors.less */
/* START cursors.less */
.cursor-pointer {
  cursor: pointer;
}
.cursor-zoom-out {
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
}
.cursor-zoom-in {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
}
/* END cursors.less */
/* START favorites.less */
div.notice {
  text-align: center;
}
div.notice span.red,
div.notice a {
  font-size: 14px;
  padding: 0 1px 0 0;
  margin: 0;
}
.favourite-group-list {
  margin-bottom: 5px;
  margin-top: 5px;
}
.alert-box {
  clear: both;
  width: 100%;
  display: none;
  padding: 5px;
  margin: 0 0 5px 0;
  font-size: 14px;
  float: left;
  background: #ffffff;
  border: 1px solid #428bca;
  text-align: center;
}
.alert-box span.message {
  color: #428bca;
}
.alert-box a.page-link {
  font-weight: 600;
}
.itemqty .btn-addtofavorites {
  margin: 0 5px 5px;
}
@media (max-width: 991px) {
  div.btn-addtofavorites {
    width: 100%;
  }
}
@media (max-width: 991px) {
  div.btn-addtofavorites a.btn {
    width: 100%;
  }
}
div.btn-addtofavorites select {
  width: 100%;
  background: #f8f8f8;
  top: auto;
  padding: 10px;
  color: #292929;
}
div.btn-addtofavorites select option.favlistcat {
  color: #222222;
}
div.childitems-fav .btn-addtofavorites select {
  width: auto;
  left: auto;
}
/*DVPEP20140529 - NTN7.2 - New style rules surrounding favorites - BEGIN*/
/* DVPAL20140608 - Parametric_Search_Items.ascx - custom chart favorite select size*/
.qtyTable .btn-addtofavorites select {
  left: auto;
  width: auto !important;
}
/*AddFavoriteGroup.ascx - containers and buttons*/
.new-fav-group {
  margin-left: 45px;
  margin-right: 45px;
  padding: 5px;
  background-color: #f5f5f5;
  border-radius: 0px;
  border: 1px solid #cccccc;
}
.new-fav-group span {
  line-height: 3;
}
@media (max-width: 991px) {
  .new-fav-group div:first-of-type {
    text-align: center !important;
  }
  .new-fav-group div:last-child {
    margin-top: 10px;
  }
}
.favorite-hdr {
  padding: 5px;
  margin-bottom: 5px;
  background-color: #f5f5f5;
  border-radius: 0px;
  border: 1px solid #cccccc;
  margin-left: 0px;
  margin-right: 0px;
}
.favorite-hdr div:first-of-type {
  line-height: 3;
}
#favorites-nav {
  display: inline-block;
  background-color: #428bca;
  border: 1px solid #428bca;
  width: 100%;
  line-height: 3;
}
#favorites-nav span {
  color: #ffffff;
}
#favorites-nav span a.others {
  color: #cccccc !important;
}
.favorites-title {
  padding-left: 0;
}
.favorites-container > div {
  display: inline-block !important;
}
/*DVPEP20140529 - NTN7.2 - New style rules surrounding favorites - END*/
/* END favorites.less */
/* START giftregistry.less */
.giftregistry {
  font-size: 11px;
  font-weight: 700;
  min-height: 20px;
  height: auto;
  z-index: 9999;
  position: absolute;
  top: 0;
  right: 0;
}
.giftregistry .Menu-Skin-StaticItem {
  font-size: small;
}
.giftregistry .Menu-Vertical {
  position: relative;
  left: 0em;
  z-index: 9850;
}
.giftregistry ul {
  z-index: 9888;
}
.giftregistry .Menu-Vertical ul.Menu {
  width: 163px;
}
.giftregistry ul.Menu ul {
  width: 163px;
  left: 0;
  top: 1.9em;
  z-index: 9888;
  background-color: #eaeaea;
}
.giftregistry ul.Menu ul ul {
  width: 163px;
  left: 9em;
  z-index: 9889;
}
.giftregistry ul.Menu li {
  height: 1%;
}
.giftregistry ul.Menu li a,
.giftregistry ul.Menu li span {
  color: #ffffff;
  padding: 3px 2px 5px 14px;
  display: block;
  position: relative;
  border-bottom: 0;
  height: 1%;
  background: transparent url(../../images/arrowRight_white.gif) left center no-repeat;
}
.giftregistry ul.Menu li.Menu-Leaf a,
.giftregistry ul.Menu li.Menu-Leaf span {
  background-image: none;
  cursor: pointer;
  display: block;
  position: relative;
}
.giftregistry ul.Menu li a img {
  border-style: none;
  vertical-align: middle;
}
.giftregistry ul.Menu li:hover,
.giftregistry ul.Menu li.Menu-Hover {
  background: #64443b;
}
.giftregistry ul.Menu li:hover a,
.giftregistry ul.Menu li:hover span,
.giftregistry ul.Menu li.Menu-Hover a,
.giftregistry ul.Menu li.Menu-Hover span,
.giftregistry ul.Menu li:hover li:hover a,
.giftregistry ul.Menu li:hover li:hover span,
.giftregistry ul.Menu li.Menu-Hover li.Menu-Hover a,
.giftregistry ul.Menu li.Menu-Hover li.Menu-Hover span,
.giftregistry ul.Menu li:hover li:hover ul a:hover,
.giftregistry ul.Menu li:hover li:hover ul span.Asp-Menu-Hover,
.giftregistry ul.Menu li.Menu-Hover li.Menu-Hover ul a:hover,
.giftregistry ul.Menu li.Menu-Hover li.Menu-Hover ul span.Asp-Menu-Hover {
  color: #ffffff;
  cursor: pointer;
}
.giftregistry ul.Menu li:hover ul a,
.giftregistry ul.Menu li:hover ul span,
.giftregistry ul.Menu li.Menu-Hover ul a,
.giftregistry ul.Menu li.Menu-Hover ul span,
.giftregistry ul.Menu li:hover li:hover ul a,
.giftregistry ul.Menu li:hover li:hover ul span,
.giftregistry ul.Menu li.Menu-Hover li.Menu-Hover ul a,
.giftregistry ul.Menu li.Menu-Hover li.Menu-Hover ul span {
  color: #666666;
  cursor: pointer;
}
.giftregistry ul.Menu li a:hover,
.giftregistry ul.Menu li span.Asp-Menu-Hover {
  color: #ffffff;
}
.giftregistry ul.Menu li.Menu-Leaf a:hover {
  background-image: none;
}
/* Alternate used on Gift Registry */
table.giftdetails {
  background-color: #eaeaea;
}
table.giftdetails tr td {
  background-color: #eaeaea;
  padding: 2px 3px;
}
table.giftdetails tr td.tdhdr {
  font-weight: 700;
  color: #666666;
  background-color: #ffffff;
}
table.giftdetails tr td.tdnopad {
  padding: 0;
}
table.giftdetails tr td.tdnopadalt {
  background-color: #ffffff;
  padding: 0;
}
div.eventaddress {
  background-color: #57281e;
  margin: 0 0 10px 10px;
}
div.eventaddress > div {
  background-color: #e9f6ec;
}
/* used in the description area of the gift registry template */
span.bday {
  font-size: 13px;
}
/* Temp setting for display */
.gift-registry-wrapper {
  margin: 15px 0;
}
/* this sets the max width of the uploaded image in the gift registry */
.uploadedimage {
  max-width: 620px;
}
/* END giftregistry.less */
/* START itemlist.less */
td.col-item-qty {
  background-color: #eaeaea;
  padding: 3px 5px;
  text-align: right;
}
td.col-item-qty > span,
td.itemqty > span {
  padding: 1px 5px 1px 2px;
}
td.itemqty .wishlist,
td.col-item-qty .wishlist {
  margin: 0 5px 5px;
}
td.cItem {
  background-color: #dddddd;
  padding: 4px 3px 4px 5px;
  font-weight: 700;
}
td.cItemCnt {
  background-color: #eaeaea;
  padding: 3px;
}
td.cItemCntImg {
  background-color: #ffffff;
  padding: 2px;
  border: solid 1px #eaeaea;
}
td.cItemCntL {
  background-color: #eaeaea;
  padding: 2px 2px 0 3px;
  border: solid 3px #ffffff;
  border-width: 0 0 3px 0;
}
td.cItemCart {
  background-color: #eaeaea;
  padding: 0 0 1px 0;
  text-align: center;
}
td.itm {
  background-color: #f5f5f5;
  padding: 0 2px 0 3px;
}
td.itm2 {
  background-color: #f5f5f5;
  padding: 1px 2px 1px 3px;
}
.itemlist div {
  vertical-align: top;
}
.itemlist .itemlist-row {
  border-bottom: 1px solid #666666;
}
/* END itemlist.less */
/* START langregionselector.less */
.lang-region-container {
  height: 24px;
  width: 80px;
  margin-top: 10px;
  margin-left: 15px;
  padding-top: 0;
  position: relative;
  display: block;
  float: right;
}
@media (max-width: 767px) {
  .lang-region-container {
    float: none;
    margin: 0 auto;
    height: 25px;
    padding-top: 14px;
  }
}
@media (min-width: 768px) {
  .lang-region-container {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 0;
  }
}
.lang-region-container .lang-scroller-container {
  position: absolute;
  background: #ffffff;
  z-index: 9954;
  padding: 0;
  border-radius: 0;
  /*border-radius:@border-radius-base;*/
  text-align: right;
  border: 1px solid #428bca;
  height: 22px;
  min-width: 80px;
  width: auto;
}
.lang-region-container .lang-scroller-container p {
  padding: 2px 3px;
  white-space: nowrap;
  color: #222222 !important;
}
.lang-region-container .lang-scroller-container .lang-scroller {
  cursor: pointer;
  position: absolute;
  z-index: 9988;
  padding: 0;
  right: 1px;
  text-align: right;
  height: 20px;
  width: 73px;
}
.lang-region-container .lang-scroller-container .lang-scroller p {
  padding: 3px;
  border: solid 1px #666666;
  position: relative;
  display: block;
  border-width: 0 0 1px 0;
  margin: 0;
  white-space: nowrap;
  z-index: -1;
}
.lang-region-container .lang-region-selector {
  min-width: 140px;
  /*border-radius:@border-radius-base;*/
  border-radius: 0;
  display: none;
  position: absolute;
  background: #ffffff;
  color: #222222;
  z-index: 9990;
  padding: 0;
  right: 0;
  text-align: right;
  border-radius: 0px;
  border: 1px solid #cccccc;
}
.lang-region-container .lang-region-selector p {
  padding: 5px;
  margin: 0;
}
.lang-region-container .lang-region-selector p span {
  padding: 0;
}
.lang-region-container .lang-region-selector p.regtitle {
  margin: 0 0 5px 0;
  background: #dddddd;
  color: #222222;
}
.lang-region-container .lang-region-selector .SelectedValue {
  padding: 0 5px 5px 0;
  background: #eaeaea;
}
.lang-region-container .lang-region-selector .SelectedValue a {
  color: #222222 !important;
  text-decoration: underline;
}
.lang-region-container .lang-region-selector .lang {
  margin: 10px 0 10px 0;
  padding: 0;
  position: relative;
}
.lang-region-container .lang-region-selector .lang div {
  padding: 0 5px 5px 0;
}
.lang-region-container .lang-region-selector .current-region {
  margin: 10px 0 5px 0;
  padding: 0;
  position: relative;
}
.lang-region-container .lang-region-selector .current-region div {
  padding: 0 5px 5px 0;
}
/* END langregionselector.less */
/* START leftcategory.less */
div#leftCatwrapper {
  border-radius: 0px;
  border: 1px solid #cccccc;
}
div#leftCatwrapper div {
  position: relative;
}
div#leftCatwrapper div.tcat {
  background-color: #cee3f7;
}
div#leftCatwrapper div div.twocat {
  background-color: #e4effa;
}
div#leftCatwrapper div div div.threecat {
  background-color: #f1f7fc;
}
div#leftCatwrapper div div div div.fourcat {
  background-color: #ffffff;
}
div#leftCatwrapper div div div div div.fivecat {
  padding-left: 60px;
}
a.tcat,
a.tcat:visited,
a.tcaton,
a.tcaton:visited {
  font-weight: bold;
  color: #00478c;
  display: block;
  position: relative;
  padding: 5px 2px 5px 3px;
  text-decoration: none;
}
a.tcat:hover,
a.tcat:visited:hover,
a.tcaton:hover,
a.tcaton:visited:hover {
  background-color: #ffffff;
  text-decoration: none;
}
a.twocat,
a.twocat:visited,
a.twocaton,
a.twocaton:visited {
  color: #00478c;
  display: block;
  position: relative;
  padding: 5px 2px 5px 18px;
  text-decoration: none;
}
a.twocat:hover,
a.twocat:visited:hover,
a.twocaton:hover,
a.twocaton:visited:hover {
  background-color: #ffffff;
  text-decoration: none;
}
a.threecat,
a.threecat:visited {
  color: #00478c;
  display: block;
  position: relative;
  padding: 5px 2px 5px 33px;
  text-decoration: none;
}
a.threecat:hover,
a.threecat:visited:hover {
  background: #ffffff;
  text-decoration: none;
}
a.fourcat,
a.fourcat:visited {
  color: #00478c;
  display: block;
  position: relative;
  padding: 5px 2px 5px 48px;
  text-decoration: none;
}
a.fourcat:hover,
a.fourcat:visited:hover {
  background: #ffffff;
  text-decoration: none;
}
a.fivecat,
a.fivecat:visited {
  color: #00478c;
  display: block;
  position: relative;
  padding: 5px 2px 5px 63px;
}
a.fivecat:hover,
a.fivecat:visited:hover {
  background: #ffffff;
}
a.ll1 {
  font-weight: 700;
  color: #464646;
  text-decoration: none;
}
a.ll1:hover {
  color: #000000;
  text-decoration: none;
}
a.ll2 {
  font-weight: 700;
  color: #7b7b7b;
  text-decoration: none;
}
a.ll2:hover {
  color: #000000;
  text-decoration: none;
}
a.ll3 {
  font-weight: 700;
  color: #666666;
  text-decoration: none;
}
a.ll3:hover {
  color: #000000;
  text-decoration: none;
}
div#LeftCategoryBody {
  background: #428bca;
  margin-left: 0;
  margin-top: 0;
  border: 1px solid #428bca;
}
div#LeftCategoryBody a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #ffffff;
  text-decoration: none;
  padding: 3px;
  position: relative;
  display: block;
}
div#LeftCategoryBody a:hover {
  /*background-color:@leftCategoryBodyLinkHoverColor;*/
}
div#LeftCategoryBody > a {
  display: none;
}
/* END leftcategory.less */
/* START login.less */
div#salesAgentmenu {
  padding: 4px;
}
div.SalesAgentMenuTop {
  padding-left: 0;
  background: #f5f5f5;
  border-radius: 0px;
  border: 1px solid #cccccc;
}
span.SActrltitle {
  font-size: 18px;
  color: #222222;
  font-weight: normal;
  text-align: left;
}
/*table.login //DVPAL20140723 - commented out, no longer used
{
    .borderStyle-base;
    padding: 0;
    background-color: @color-grey-light;
}*/
dl {
  width: 100%;
  overflow: hidden;
  padding: 0.5em;
}
dt {
  float: left;
  text-align: right;
}
dd {
  text-align: left;
  margin: 0 0 0 110px;
  padding: 0 0 0.5em 0;
  width: 130px;
  z-index: 999;
}
.logintext {
  width: 65%;
  z-index: 999;
  border-radius: 4px;
  border: 1px solid #cccccc;
  background: #ffffff;
  margin-bottom: 2px;
}
@media (max-width: 991px) {
  .logintext {
    width: 100%;
  }
}
.loginpassword {
  width: 65%;
  z-index: 999;
  border-radius: 4px;
  border: 1px solid #cccccc;
  background: #ffffff;
  height: 34px;
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .loginpassword {
    width: 100%;
  }
}
.loginform {
  display: block;
  /*padding: 6px 12px;*/
  font-size: 14px;
  line-height: 1.42857143;
  color: #666666;
}
.loginButtonOffset {
  width: 75%;
  margin-left: 25%;
}
@media (max-width: 767px) {
  .loginButtonOffset {
    width: 100%;
    margin: 0;
  }
}
.loginButtonOffset a.btn {
  margin-right: 5px;
}
@media (max-width: 991px) {
  .loginButtonOffset a.btn {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.captch {
  align-items: center;
  float: left;
}
@media (max-width: 767px) {
  .loginxsmall {
    float: left;
    margin-right: 20px;
    text-align: left;
  }
}
@media (min-width: 767px) {
  .loginsmall {
    text-align: right;
    padding-right: 0px;
    vertical-align: middle;
  }
}
.logintab {
  background: #cccccc;
}
/* END login.less */
/* START menus.less */
ul.Menu {
  position: relative;
}
ul.Menu li {
  position: relative;
  list-style: none;
  float: left;
  height: 1%;
  min-height: 34px;
}
ul.Menu li a,
ul.Menu li span {
  display: block;
  text-decoration: none;
  cursor: pointer;
  height: 1%;
}
ul.Menu,
ul.Menu ul {
  margin: 0;
  padding: 0;
  display: block;
}
@media (min-width: 992px) {
  ul.Menu ul {
    position: absolute;
    visibility: hidden;
  }
}
ul.Menu li:hover ul ul,
ul.Menu li.Menu-Hover ul ul,
ul.Menu li:hover ul ul ul,
ul.Menu li.Menu-Hover ul ul ul,
ul.Menu li:hover ul ul ul ul,
ul.Menu li.Menu-Hover ul ul ul ul {
  visibility: hidden;
}
@media (max-width: 991px) {
  ul.Menu li:hover ul ul,
  ul.Menu li.Menu-Hover ul ul,
  ul.Menu li:hover ul ul ul,
  ul.Menu li.Menu-Hover ul ul ul,
  ul.Menu li:hover ul ul ul ul,
  ul.Menu li.Menu-Hover ul ul ul ul {
    visibility: visible;
    background: none;
    display: block;
  }
}
ul.Menu li:hover ul,
ul.Menu li li:hover ul,
ul.Menu li li li:hover ul,
ul.Menu li:focus ul,
ul.Menu li li:focus ul,
ul.Menu li li li:focus ul,
ul.Menu li.Menu-Hover ul,
ul.Menu li li.Menu-Hover ul,
ul.Menu li li li.Menu-Hover ul,
ul.Menu li li li li:hover ul,
ul.Menu li li li li:focus ul,
ul.Menu li li li li.Menu-Hover ul,
ul.Menu li li li li li:hover ul,
ul.Menu li li li li li:focus ul,
ul.Menu li li li li li.Menu-Hover ul {
  visibility: visible;
}
@media (max-width: 991px) {
  ul.Menu li:hover ul,
  ul.Menu li li:hover ul,
  ul.Menu li li li:hover ul,
  ul.Menu li:focus ul,
  ul.Menu li li:focus ul,
  ul.Menu li li li:focus ul,
  ul.Menu li.Menu-Hover ul,
  ul.Menu li li.Menu-Hover ul,
  ul.Menu li li li.Menu-Hover ul,
  ul.Menu li li li li:hover ul,
  ul.Menu li li li li:focus ul,
  ul.Menu li li li li.Menu-Hover ul,
  ul.Menu li li li li li:hover ul,
  ul.Menu li li li li li:focus ul,
  ul.Menu li li li li li.Menu-Hover ul {
    background: none;
    display: block;
  }
}
.Menu-Vertical ul.Menu li {
  width: 100%;
}
/*DVPAL20150603 - div for create account message - START*/
div.createAcctText {
  text-align: center;
  font-size: 12px;
  width: 100%;
  line-height: 1;
  font-weight: 600;
  margin-top: 10px;
}
/*DVPAL20150603 - div for create account message - END*/
/* END menus.less */
/* START navbar.less */
#NavBar #NavButtons {
  margin: -20px 0 0 0;
  position: relative;
  top: 0;
}
@media (min-width: 768px) {
  #NavBar #NavButtons {
    right: inherit;
    top: inherit;
  }
}
@media (max-width: 1199px) {
  #NavBar #NavButtons {
    margin-top: -10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  #NavBar #NavButtons {
    margin-top: -5px;
  }
}
@media (max-width: 767px) {
  #NavBar #NavButtons {
    margin: 5px 0 5px 0;
    float: none;
    text-align: right;
    width: 100%;
  }
}
#NavBar #NavButtons > li {
  display: block;
  float: left;
}
@media (max-width: 767px) {
  #NavBar #NavButtons > li {
    margin: 10px 0;
    display: inline-block;
    float: none;
    height: 30px;
    vertical-align: middle;
  }
}
#NavBar #NavButtons > li > a {
  font-size: 1.5em;
  color: #428bca;
}
#NavBar #NavButtons > li > a:hover {
  color: #165b96;
}
#NavBar #NavButtons .dropdown .open .dropdown-toggle .fa {
  color: #222222;
}
.navbar-default {
  border-radius: 0px;
  /*background:none; // DVPAL20140730 - transparent background*/
  background: #ffffff;
  border: none;
  z-index: 9000;
  margin-bottom: 0;
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-default .navbar-brand {
  color: #428bca;
  font-size: 2.5em;
  padding: 0;
  /* 
        @media (max-width: @screen-xs-max) {
             //display: none;   
        }
           */
}
@media (max-width: 767px) {
  .navbar-default .navbar-brand {
    width: 100%;
  }
}
.navbar-default .navbar-brand img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 767px) {
  .navbar-default .navbar-brand img {
    display: block;
    padding: 5px;
    margin: 0 auto;
  }
}
/* DVPAL20140527 - responsive behaviour for navbar cart preview and dropdown*/
.nav-cart-preview {
  margin-left: 10px;
}
.nav-cart-preview div.nav-cart-summary {
  cursor: pointer;
  /*border-radius:@border-radius-base;*/
  border-radius: 0;
  min-width: 160px;
  width: auto;
  color: #165b96;
  background: #ffffff;
  border: 1px solid #428bca;
  margin-top: 15px;
  padding: 1px 10px 0px 10px;
  height: 22px;
}
@media (max-width: 991px) {
  .nav-cart-preview div.nav-cart-summary {
    display: none;
  }
}
@media (min-width: 991px) {
  .nav-cart-preview a.dropdown-toggle {
    display: none;
  }
}
/* DVPAL20140522 - Added to override default bootstrap navbar styles*/
.navbar-toggle {
  background-color: #377ba8;
  border: 1px solid #2b709e !important;
  /* DVPAL20140522 - box shadows added to three dimensional effect*/
  -webkit-box-shadow: inset 0px -3px 1px rgba(0, 0, 0, 0.35), 0px 1px 6px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px -3px 1px rgba(0, 0, 0, 0.35), 0px 1px px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px -3px 1px rgba(0, 0, 0, 0.35), 0px 1px 6px rgba(0, 0, 0, 0.25);
}
@media (max-width: screen-sm-max) {
  .navbar-toggle {
    margin-top: 8px;
  }
}
.navbar-toggle:active {
  /* DVPAL20140522 - top offset and box shadow adjustment on click/tap*/
  top: 2px;
  background-color: #377ba8;
  -webkit-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.35), 0px 1px 6px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.35), 0px 1px px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.35), 0px 1px 6px rgba(0, 0, 0, 0.25);
}
.dropdown-search {
  width: 220px;
  padding: 5px;
}
.dropdown-search .form-group {
  margin: 0;
}
.dropdown-search input {
  width: 63%;
  float: left;
}
.dropdown-search button {
  float: right;
}
.navbar-brand {
  padding-top: 8px;
}
/* DVPAL20140617 - added for CSS3 animation effects on nav menu - START*/
.navmenu ul ul li,
.navmenu ul li {
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.navmenu ul li:hover > ul,
.navmenu ul li:focus > ul {
  opacity: 1;
  margin-top: 0;
}
.navmenu ul ul {
  opacity: 0;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  margin-top: -10px;
}
@media (max-width: 991px) {
  .navmenu ul ul {
    opacity: 1 !important;
    margin-top: 0 !important;
  }
}
/* DVPAL20140617 - added for CSS3 animation effects on nav menu - END*/
.navmenu {
  white-space: nowrap;
  font-size: 14px;
  font-weight: normal;
  z-index: 8500;
  width: auto;
}
.navmenu .Menu-Vertical {
  position: relative;
  top: 3em;
  left: 0;
  z-index: 8500;
}
.navmenu .Menu-Vertical ul.Menu {
  width: 9em;
  height: 22px;
}
.navmenu ul.Menu:before,
.navmenu ul.Menu:after {
  content: " ";
  display: table;
}
.navmenu ul.Menu:after {
  clear: both;
}
.navmenu ul.Menu:before,
.navmenu ul.Menu:after {
  content: " ";
  display: table;
}
.navmenu ul.Menu:after {
  clear: both;
}
.navmenu ul.Menu ul {
  width: auto;
  left: 8.9em;
  top: -1.1em;
  z-index: 8500;
  background-color: #428bca;
}
@media (max-width: 991px) {
  .navmenu ul.Menu ul {
    background: none;
    /*DVPDQ20140512-Change hover color*/
  }
}
.navmenu ul.Menu ul ul {
  left: 10.4em;
}
.navmenu ul.Menu li {
  /*DVPDQ20140513-Comment out to remove after*/
  /*
                & > a:after,
                & > span:after
                {
                    content: "";
                }*/
}
.navmenu ul.Menu li a,
.navmenu ul.Menu li span {
  outline: none;
  color: #ffffff;
  padding: 7px 10px;
  cursor: pointer;
  white-space: nowrap;
  position: relative;
}
.navmenu ul.Menu li a img {
  border-style: none;
  vertical-align: middle;
}
.navmenu ul.Menu li.Menu-Leaf {
  /*DVPEP20140521 - NTN7.2 - Hide div when menu is a leaf.*/
}
.navmenu ul.Menu li.Menu-Leaf a,
.navmenu ul.Menu li.Menu-Leaf span {
  background-image: none;
  cursor: pointer;
}
.navmenu ul.Menu li.Menu-Leaf div.menu-chevron {
  display: none !important;
}
.navmenu ul.Menu li:hover,
.navmenu ul.Menu li.Menu-Hover,
.navmenu ul.Menu li.Menu-Selected {
  background: #165b96;
}
@media (max-width: 991px) {
  .navmenu ul.Menu li:hover,
  .navmenu ul.Menu li.Menu-Hover,
  .navmenu ul.Menu li.Menu-Selected {
    background: none;
    /*DVPEP20140516 - NTN7.2 - Removed background color on hover, not required on smaller viewports as hover is not applicable. */
    /*background:red;*/
    /*DVPDQ20140512-Change hover color*/
  }
}
.navmenu ul.Menu li:hover a,
.navmenu ul.Menu li:hover span,
.navmenu ul.Menu li.Menu-Hover a,
.navmenu ul.Menu li.Menu-Hover span,
.navmenu ul.Menu li:hover li:hover a,
.navmenu ul.Menu li:hover li:hover span,
.navmenu ul.Menu li.Menu-Hover li.Menu-Hover a,
.navmenu ul.Menu li.Menu-Hover li.Menu-Hover span,
.navmenu ul.Menu li:hover li:hover li:hover a,
.navmenu ul.Menu li:hover li:hover li:hover span,
.navmenu ul.Menu li.Menu-Hover li.Menu-Hover li.Menu-Hover a,
.navmenu ul.Menu li.Menu-Hover li.Menu-Hover li.Menu-Hover span,
.navmenu ul.Menu li:hover li:hover ul a:hover,
.navmenu ul.Menu li:hover li:hover ul span.Asp-Menu-Hover,
.navmenu ul.Menu li.Menu-Hover li.Menu-Hover ul a:hover,
.navmenu ul.Menu li.Menu-Hover li.Menu-Hover ul span.Asp-Menu-Hover {
  color: #ffffff;
  cursor: pointer;
}
@media (max-width: 991px) {
  .navmenu ul.Menu li:hover a,
  .navmenu ul.Menu li:hover span,
  .navmenu ul.Menu li.Menu-Hover a,
  .navmenu ul.Menu li.Menu-Hover span,
  .navmenu ul.Menu li:hover li:hover a,
  .navmenu ul.Menu li:hover li:hover span,
  .navmenu ul.Menu li.Menu-Hover li.Menu-Hover a,
  .navmenu ul.Menu li.Menu-Hover li.Menu-Hover span,
  .navmenu ul.Menu li:hover li:hover li:hover a,
  .navmenu ul.Menu li:hover li:hover li:hover span,
  .navmenu ul.Menu li.Menu-Hover li.Menu-Hover li.Menu-Hover a,
  .navmenu ul.Menu li.Menu-Hover li.Menu-Hover li.Menu-Hover span,
  .navmenu ul.Menu li:hover li:hover ul a:hover,
  .navmenu ul.Menu li:hover li:hover ul span.Asp-Menu-Hover,
  .navmenu ul.Menu li.Menu-Hover li.Menu-Hover ul a:hover,
  .navmenu ul.Menu li.Menu-Hover li.Menu-Hover ul span.Asp-Menu-Hover {
    background: none;
  }
}
.navmenu ul.Menu li:hover ul a,
.navmenu ul.Menu li:hover ul span,
.navmenu ul.Menu li.Menu-Hover ul a,
.navmenu ul.Menu li.Menu-Hover ul span,
.navmenu ul.Menu li:hover li:hover ul a,
.navmenu ul.Menu li:hover li:hover ul span,
.navmenu ul.Menu li.Menu-Hover li.Menu-Hover ul a,
.navmenu ul.Menu li.Menu-Hover li.Menu-Hover ul span,
.navmenu ul.Menu li:hover li:hover li:hover ul a,
.navmenu ul.Menu li:hover li:hover li:hover ul span,
.navmenu ul.Menu li.Menu-Hover li.Menu-Hover li.Menu-Hover ul a,
.navmenu ul.Menu li.Menu-Hover li.Menu-Hover li.Menu-Hover ul span,
.navmenu ul.Menu li:hover li:hover li:hover li:hover ul a,
.navmenu ul.Menu li:hover li:hover li:hover li:hover ul span,
.navmenu ul.Menu li.Menu-Hover li.Menu-Hover li.Menu-Hover li.Menu-Hover ul a,
.navmenu ul.Menu li.Menu-Hover li.Menu-Hover li.Menu-Hover li.Menu-Hover ul span {
  color: #ffffff;
  cursor: pointer;
}
@media (max-width: 991px) {
  .navmenu ul.Menu li:hover ul a,
  .navmenu ul.Menu li:hover ul span,
  .navmenu ul.Menu li.Menu-Hover ul a,
  .navmenu ul.Menu li.Menu-Hover ul span,
  .navmenu ul.Menu li:hover li:hover ul a,
  .navmenu ul.Menu li:hover li:hover ul span,
  .navmenu ul.Menu li.Menu-Hover li.Menu-Hover ul a,
  .navmenu ul.Menu li.Menu-Hover li.Menu-Hover ul span,
  .navmenu ul.Menu li:hover li:hover li:hover ul a,
  .navmenu ul.Menu li:hover li:hover li:hover ul span,
  .navmenu ul.Menu li.Menu-Hover li.Menu-Hover li.Menu-Hover ul a,
  .navmenu ul.Menu li.Menu-Hover li.Menu-Hover li.Menu-Hover ul span,
  .navmenu ul.Menu li:hover li:hover li:hover li:hover ul a,
  .navmenu ul.Menu li:hover li:hover li:hover li:hover ul span,
  .navmenu ul.Menu li.Menu-Hover li.Menu-Hover li.Menu-Hover li.Menu-Hover ul a,
  .navmenu ul.Menu li.Menu-Hover li.Menu-Hover li.Menu-Hover li.Menu-Hover ul span {
    background: none;
  }
}
.navmenu ul.Menu li a:hover,
.navmenu ul.Menu li span.Asp-Menu-Hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .navmenu ul.Menu li a:hover,
  .navmenu ul.Menu li span.Asp-Menu-Hover {
    background: none;
  }
}
.navmenu ul.Menu li.Menu-Leaf a:hover {
  background-image: none;
}
@media (max-width: 991px) {
  .navmenu ul.Menu li.Menu-Leaf a:hover {
    background: none;
  }
}
.navmenu .Menu-Horizontal {
  z-index: 8500;
}
.navmenu .Menu-Horizontal ul.Menu {
  width: auto;
}
.navmenu .Menu-Horizontal ul.Menu ul {
  width: 100%;
  min-width: 100% !important;
}
.navmenu .Menu-Horizontal ul.Menu ul {
  min-width: 150px;
  left: 0;
  top: 100%;
}
.navmenu .Menu-Horizontal ul.Menu ul ul {
  top: 0px;
  width: auto;
}
.navmenu .Menu-Horizontal ul.Menu > li {
  /*DVPEP20140515 - NTN7.2 - Assigned new class to menu chevron to keep track of functionality and specific styles. We want this span to display in smaller viewports. - BEGIN */
  /*DVPEP20140515 - NTN7.2 - Assigned new class to menu chevron to keep track of functionality and specific styles. We want this span to display in smaller viewports. - END */
  text-align: left;
}
.navmenu .Menu-Horizontal ul.Menu > li div.menu-chevron {
  display: none;
}
.navmenu .Menu-Horizontal ul.Menu > li div.menu-cat-link {
  display: inline-block;
  width: 100%;
}
.navmenu .Menu-Horizontal ul.Menu > li > a,
.navmenu .Menu-Horizontal ul.Menu > li > ul {
  border-top: 0px solid #3399cc;
}
@media (max-width: 991px) {
  .navmenu .Menu-Horizontal ul.Menu > li {
    width: 100%;
  }
  .navmenu .Menu-Horizontal ul.Menu > li.Menu-WithChildren {
    /*DVPDQ20140513-Comment out to remove the after*/
    /*
                         & > a:after {
                            font-family: FontAwesome;
                            content: "\f078";
                            font-size: 1.2em;
                            display: inline-block;
                            position: absolute;
                            top: 5px;
                            right: 10px;
                            color: #3399cc;
                        }*/
    /*DVPEP20140515 - NTN7.2 - Assigned new class to menu chevron to keep track of functionality and specific styles. We want this span to display in smaller viewports. - BEGIN */
    /*DVPEP20140515 - NTN7.2 - Assigned new class to menu chevron to keep track of functionality and specific styles. We want this span to display in smaller viewports. - END */
  }
  .navmenu .Menu-Horizontal ul.Menu > li.Menu-WithChildren div.menu-chevron {
    display: inline-block;
    width: 10%;
    text-align: right;
    vertical-align: bottom;
    margin-bottom: 6px;
    margin-top: -2px;
  }
  .navmenu .Menu-Horizontal ul.Menu > li.Menu-WithChildren div.menu-chevron a > span.chevron-right {
    display: none;
  }
  .navmenu .Menu-Horizontal ul.Menu > li.Menu-WithChildren div.menu-chevron a > span {
    display: inline;
    padding: 0px;
    float: right;
  }
  .navmenu .Menu-Horizontal ul.Menu > li.Menu-WithChildren div.menu-chevron a > span.chevron {
    /*text-shadow: 3px 3px 2px #272656;*/
    transition: 0.3s ease-out;
  }
  .navmenu .Menu-Horizontal ul.Menu > li.Menu-WithChildren div.menu-chevron a > span.chevron:active {
    /*text-shadow: 0px 0px 0px #272656;*/
    top: 3px;
  }
  .navmenu .Menu-Horizontal ul.Menu > li.Menu-WithChildren div.menu-chevron a > span:after {
    clear: right;
  }
  .navmenu .Menu-Horizontal ul.Menu > li.Menu-WithChildren div.menu-cat-link {
    width: 85%;
    /*DVPAL20140521 changed to 85% from 89% to prevent chevrons from being pushed onto a new line*/
    display: inline-block;
    text-align: left;
  }
  .navmenu .Menu-Horizontal ul.Menu > li span {
    display: none;
  }
  .navmenu .Menu-Horizontal ul.Menu > li > a {
    background: #165b96;
  }
}
.navmenu .Menu-Horizontal ul.Menu ul li {
  text-align: left;
  width: auto;
  float: none;
}
.navmenu .Menu-Horizontal ul.Menu ul li > div a,
.navmenu .Menu-Horizontal ul.Menu ul li > div span {
  padding: 5px 5px 5px 10px;
}
.Menu-WithChildren > div > a,
.Menu-WithChildren > div > span {
  /*DVPDQ20140513-Comment out to remove the after*/
  /*
                            &:after
                            {
                                font-family: FontAwesome;
                                content: "\f078";
                                font-size: 1.2em;
                                display: inline-block;
                                position: absolute;
                                top: 5px;
                                right: 10px;
                                color: #3399cc;
                            }
                           */
}
@media (max-width: 991px) {
  .Menu-WithChildren {
    display: block;
  }
  .Menu-WithChildren .Menu-ParentSelected {
    /*background: #fff;
                            a {
                                color: #333 !important;                               
                            }*/
  }
}
.navmenu .Menu-Horizontal ul.Menu ul ul li {
  width: auto;
}
/*DVPEP20140520 - NTN7.2 - Added for second tier children. - BEGIN */
.navmenu .Menu-Horizontal ul.Menu li ul {
  width: auto;
  /*DVPEP20140515 - NTN7.2 - Assigned new class to menu chevron to keep track of functionality and specific styles. We want this span to display in smaller viewports. - BEGIN */
  /*DVPEP20140515 - NTN7.2 - Assigned new class to menu chevron to keep track of functionality and specific styles. We want this span to display in smaller viewports. - END */
}
.navmenu .Menu-Horizontal ul.Menu li ul li div.menu-cat-link {
  width: 70%;
}
.navmenu .Menu-Horizontal ul.Menu li ul li div.menu-chevron {
  text-align: right;
  width: 30%;
  /*DVPAL20140521 - changed to 15% from 30% to allow for same-line positioning*/
}
@media (max-width: 991px) {
  .navmenu .Menu-Horizontal ul.Menu li ul {
    background-color: #3784c5;
  }
}
.navmenu .Menu-Horizontal ul.Menu li ul div.menu-chevron {
  display: inline-block;
}
.navmenu .Menu-Horizontal ul.Menu li ul div.menu-chevron a > span {
  display: none;
}
.navmenu .Menu-Horizontal ul.Menu li ul div.menu-chevron a > span.chevron-right {
  display: inline-block;
}
/*DVPEP20140520 - NTN7.2 - Added for second tier children. - END */
.navmenu .Menu-Horizontal ul.Menu li ul li ul {
  top: 14px;
  left: 0px;
  margin: -1em 0 0px 100%;
}
@media (max-width: 991px) {
  .navmenu .Menu-Horizontal ul.Menu li ul li ul {
    margin: 0;
    background-color: #347cb9;
  }
}
.navmenu .Menu-Horizontal ul.Menu li ul li ul li ul {
  /*DVPAL20140521 - removed in order to inherit margins from third tier menus (IE compatibility) */
}
@media (max-width: 991px) {
  .navmenu .Menu-Horizontal ul.Menu li ul li ul li ul {
    margin: 0;
    background-color: #3174ad;
  }
}
.navmenu .Menu-Horizontal ul.Menu li ul li ul li ul li ul {
  /*DVPAL20140521 - removed in order to inherit margins from third tier menus (IE compatibility) */
}
@media (max-width: 991px) {
  .navmenu .Menu-Horizontal ul.Menu li ul li ul li ul li ul {
    margin: 0;
    background-color: #2d6ca2;
  }
}
.changecat {
  line-height: 24px;
}
div#category {
  width: 158px;
  height: auto;
  position: relative;
  margin-top: 0;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  float: left;
}
div#category:hover {
  background-image: -webkit-linear-gradient(top, #123579 0%, #0065c8 100%);
  background-image: linear-gradient(to bottom, #123579 0%, #0065c8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff123579', endColorstr='#ff0065c8', GradientType=0);
}
div#category a.categorytext {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: left !important;
  padding: 7px 10px;
  color: #ffffff;
  background: #8bc0ee;
  width: 100%;
  display: block;
  height: 100%;
}
@media (max-width: 991px) {
  div#category {
    display: block;
    float: none !important;
    width: 100%;
    border-bottom: 0px solid #ffffff;
    /*DVPDQ20140512Border-bottome*/
  }
}
@media (max-width: 991px) {
  .navmenu .Menu-Horizontal ul.Menu li.Menu-WithChildren > ul {
    display: none;
  }
}
@media (max-width: 991px) {
  .navmenu .Menu-Horizontal ul.Menu li.Menu-WithChildren.Menu-Selected > ul {
    display: block;
  }
}
@media (max-width: 991px) {
  .navmenu .Menu-Horizontal ul.Menu .Menu-WithChildren.Menu-Selected.active > a,
  .navmenu .Menu-Horizontal ul.Menu .Menu-WithChildren.active > a {
    background: #3399cc;
  }
  .navmenu .Menu-Horizontal ul.Menu .Menu-WithChildren.Menu-Selected.active > a:after,
  .navmenu .Menu-Horizontal ul.Menu .Menu-WithChildren.active > a:after {
    color: #ffffff;
    content: "\f077";
    /*DVPDQ20140512*/
  }
  .navmenu .Menu-Horizontal ul.Menu .Menu-WithChildren.Menu-Selected.active > ul,
  .navmenu .Menu-Horizontal ul.Menu .Menu-WithChildren.active > ul {
    display: block !important;
  }
}
div#TopCategory {
  z-index: 5000;
  display: inline-block;
  background-color: #428bca;
  /* DVPAL20140522 - Tier 1 category colour*/
  float: left;
}
@media (max-width: 991px) {
  div#TopCategory {
    display: block;
    float: none !important;
    width: 100%;
  }
}
/* DVPAL20140610 - specific Font awesome adjustments for navbar*/
i.fa.fa-sign-in,
i.fa.fa-sign-out {
  margin-left: -15px;
}
li div.navwelcomemsg {
  margin-left: 10px;
  /*border-radius: @border-radius-base;*/
  border-radius: 0;
  height: 22px;
  margin-top: 15px;
  border: 1px solid #428bca;
  color: #165b96;
  padding: 1px 10px 0px 10px;
}
li div.navwelcomemsg a {
  font-size: 13px !important;
}
/*div.navmenu > div.Menu-Horizontal > ul.Menu > li > div > div > a{
    border-style here
}*/
/*.edge{
    i.fa.fa-chevron-right{
        &:before{
            content:"\f053";
        }
    }
}*/
/* END navbar.less */
/* START paging.less */
input.pageon {
  font-weight: 700;
  background-color: #f5f5f5;
  color: #222222;
  border-radius: 0px;
  border: 1px solid #cccccc;
  cursor: pointer;
  padding: 0 1px 0 1px;
  margin: 0;
}
input.pageoff {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  cursor: pointer;
  padding: 0 1px 0 1px;
  margin: 0;
}
.pagingctrlparent {
  float: right !important;
  display: inline-block;
  margin-top: 6px;
}
@media (max-width: 991px) {
  .pagingctrlparent {
    float: right !important;
    display: block;
  }
}
.pagingctrlparent .firstlbl {
  display: inline-block;
}
.pagingctrlparent .firstbutton {
  display: inline-block;
}
.pagingctrlparent .previousbutton {
  display: inline-block;
}
.pagingctrlparent .numberbuttonsparent {
  display: inline-block;
}
.pagingctrlparent .numberbuttonsparent .numberbuttonstext {
  display: inline-block;
}
.pagingctrlparent .numberbuttonsparent .numberbuttons {
  display: inline-block;
}
.pagingctrlparent .numberbuttonstext {
  display: inline-block;
}
.pagingctrlparent .numberbuttons {
  display: inline-block;
}
/* used for the paging control (webpagesize.ascx) */
.page-size div {
  float: left;
  line-height: 32px;
  margin: 0 5px 0 0;
}
/* DVPAL20140528 - sort control*/
div.sortcontrolparent {
  float: left;
}
div.sortcontrolparent .sort-label {
  line-height: 3;
  padding-left: 0;
  padding-right: 0;
  float: left;
  margin-right: 5px;
}
div.sortcontrolparent .sort-control-container {
  float: left;
}
/* END paging.less */
/* START popups.less */
/*div.pricealert-loggedin {
    height: 380px !important; //DVPAL20140606 - when the user isn't logged in, the captcha appears and requires more space
    @media (max-width: @screen-sm-max) {
        height:340px !important;
    }
}*/
div.pricealertside {
  position: absolute;
  font-size: 0;
  top: 202px;
  min-height: 75px;
  z-index: 9936;
  display: none;
  background-color: #cccccc;
  padding: 2px;
  width: 240px;
  margin-bottom: 5px;
  /*height: 250px;*/
  -moz-box-shadow: 0px 0px 13px 1px rgba(50, 50, 50, 0.3);
  -webkit-box-shadow: 0px 0px 13px 1px rgba(50, 50, 50, 0.3);
  box-shadow: 0px 0px 13px 1px rgba(50, 50, 50, 0.3);
}
@media (max-width: 991px) {
  div.pricealertside {
    left: 0 !important;
    top: 0!important;
    position: relative;
    margin: 10px auto;
    width: 100%;
    /*height:240px;*/
  }
}
div.tellafriend {
  font-size: 0;
  position: absolute;
  top: 41px;
  min-height: 75px;
  z-index: 9936;
  display: none;
  background-color: #cccccc;
  padding: 2px;
  width: 320px;
  margin-bottom: 5px;
  /*height: 330px;*/
  -moz-box-shadow: 0px 0px 13px 1px rgba(50, 50, 50, 0.3);
  -webkit-box-shadow: 0px 0px 13px 1px rgba(50, 50, 50, 0.3);
  box-shadow: 0px 0px 13px 1px rgba(50, 50, 50, 0.3);
}
@media (max-width: 991px) {
  div.tellafriend {
    left: 0 !important;
    top: 0!important;
    position: relative;
    margin: 10px auto;
    width: 100%;
  }
}
div.tellafriendMessage textarea {
  height: 40px;
  resize: none;
  margin-bottom: 5px;
}
div.addreview {
  font-size: 0;
  position: absolute;
  z-index: 9936;
  min-height: 75px;
  top: auto;
  /*top:123px !important;*/
  display: none;
  background-color: #cccccc;
  padding: 2px;
  width: 320px;
  margin-bottom: 5px;
  /*height: 360px; //temporary*/
  -moz-box-shadow: 0px 0px 13px 1px rgba(50, 50, 50, 0.3);
  -webkit-box-shadow: 0px 0px 13px 1px rgba(50, 50, 50, 0.3);
  box-shadow: 0px 0px 13px 1px rgba(50, 50, 50, 0.3);
}
@media (max-width: 991px) {
  div.addreview {
    top: auto !important;
    left: 0 !important;
    margin: 10px auto;
    width: 100%;
  }
}
/* DVPJL20140903 - ntn72013 - comment out and style in forms.less
.reviewframe input[type="text"], .reviewframe select, .tellafriend input[type="text"], .tellafriend select
{
    margin-bottom:5px;
        @media (max-width: @screen-xs-max){
        width:100%;
    }
}

.reviewframe table tbody tr td {
    vertical-align: middle;
    @media (max-width: @screen-xs-max) {
        width:50%;
    }
}

.reviewframe table tbody tr td tbody tr td{
    width:10%;
}
*/
@media (max-width: 767px) {
  .reviewframe table,
  .tellafriendframe table {
    width: 100%;
  }
}
.reviewframe input.btn {
  width: 100%;
}
#form1 div a#btnCancelTop,
body.tellafriendframe a#btnCancelTop,
body.alertbodyframe a#btnCancelTop,
body.reviewframe a#btnCancelTop {
  text-align: center;
  margin-left: auto;
  line-height: 1.3;
  width: 20px;
  height: 20px;
  display: block;
  margin-bottom: 5px;
  padding: 0;
}
#form1 div a#btnCancelTop:hover,
body.tellafriendframe a#btnCancelTop:hover,
body.alertbodyframe a#btnCancelTop:hover,
body.reviewframe a#btnCancelTop:hover {
  -webkit-box-shadow: 0px 0px 6px 0px rgba(255, 0, 0, 0.55);
  -moz-box-shadow: 0px 0px 6px 0px rgba(255, 0, 0, 0.55);
  box-shadow: 0px 0px 6px 0px rgba(255, 0, 0, 0.55);
}
#form1 div a#btnCancelTop:before,
body.tellafriendframe a#btnCancelTop:before,
body.alertbodyframe a#btnCancelTop:before,
body.reviewframe a#btnCancelTop:before {
  content: '\2716';
}
body.tellafriendframe a#btnCancelTop,
body.alertbodyframe a#btnCancelTop,
body.reviewframe a#btnCancelTop {
  float: right;
}
div.btn-tellafriend {
  margin: 10px auto 0 auto;
  width: 100%;
}
div.btn-tellafriend .btn {
  width: 46%;
}
div.tellafriendForm,
div.pricealertside {
  /* DVPAL20140605 - captcha section formatting specific to tellafriend - might remove soon after standardization*/
}
div.tellafriendForm div.dleft,
div.pricealertside div.dleft {
  margin-top: 5px;
}
div.tellafriendForm div.captcharefreshdiv,
div.pricealertside div.captcharefreshdiv {
  vertical-align: bottom;
}
div.tellafriendForm div.Captcha,
div.pricealertside div.Captcha,
div.tellafriendForm div.captchainput input.form-control,
div.pricealertside div.captchainput input.form-control {
  width: 100%;
}
div.tellafriendForm div.captchainput,
div.pricealertside div.captchainput {
  margin-bottom: 5px;
}
iframe.reviewframe,
iframe.tellafriendframe,
iframe.pricealertframe {
  width: 100%;
  padding: 8px;
  height: 100%;
  border: 0;
  background-color: #ffffff;
}
iframe.reviewframe html {
  background-color: #ffffff;
}
div.accessory {
  position: absolute;
  right: 14px;
  z-index: 9932;
  display: none;
  background-color: #cccccc;
  padding: 3px;
  width: 600px;
  left: 30px;
}
.accessory {
  position: absolute;
  right: 14px;
  z-index: 9932;
  display: none;
  background-color: #cccccc;
  padding: 3px;
  width: 600px;
  left: 30px;
}
iframe.accessoryframe {
  width: 600px;
  height: 300px;
  border: 0;
  left: 20px;
}
div.pricealert {
  position: absolute;
  z-index: 9931;
  display: none;
  background-color: #cccccc;
  padding: 1px;
  width: 272px;
  height: 242px;
  /*height: 100%;*/
}
div.locpanel {
  position: absolute;
  z-index: 9931;
  display: none;
  background-color: #cccccc;
  padding: 2px;
  width: 203px;
  height: 125px;
  min-height: 120px;
  -moz-box-shadow: 0px 0px 13px 1px rgba(50, 50, 50, 0.3);
  -webkit-box-shadow: 0px 0px 13px 1px rgba(50, 50, 50, 0.3);
  box-shadow: 0px 0px 13px 1px rgba(50, 50, 50, 0.3);
}
@media (max-width: 991px) {
  div.locpanel {
    width: 100%;
    position: relative;
    margin-bottom: 5px;
  }
}
iframe.locpanelframe {
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0px;
}
body.alertbodyframe,
body.locframe {
  margin: 0;
  background: #ffffff;
}
body.alertbodyframe form#form1,
body.locframe form#form1 {
  padding: 8px;
}
div.myAvailability .locListContainer {
  width: 100%;
  margin-bottom: 10px;
}
div.myAvailability .locListContainer .locListimg,
div.myAvailability .locListContainer .locListlink {
  display: inline-block;
}
.parametric .locListContainer,
.master-child .locListContainer {
  margin-bottom: 0 !important;
}
div.avail-inline {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 991px) {
  div.avail-inline {
    float: none;
    margin-bottom: 10px;
  }
}
div.avail-inline .myAvailability .locListContainer {
  margin: 0;
  margin-right: 10px;
  display: inline-block;
  width: auto;
}
div.locList div.locListRow {
  border: 1px solid #cccccc;
  margin-bottom: -1px;
  padding: 0 0 2px 5px;
  background: #efefef;
}
div.locList div.locListRow div {
  display: inline-block;
}
div.locList div.inventoryStatus {
  margin-right: 5px;
}
div.availabilityalert {
  position: absolute;
  background-color: #cccccc;
  padding: 3px;
  width: 280px;
  display: none;
}
iframe.availabilityalertframe {
  width: 280px;
  height: 220px;
  border: 0;
}
body.reviewframe {
  margin: 0;
  background-color: #ffffff;
}
div.emailFieldContainer,
div.yourEmailLabel {
  width: 100%;
  display: block;
  margin-bottom: 5px;
}
body.alertbodyframe form div.captchaRow #catptchadiv {
  display: block;
}
body.alertbodyframe form div.captchaRow #catptchadiv .Captcha {
  width: 100%;
  display: block;
}
body.alertbodyframe form div.captchaRow #catptchadiv .Captcha .captchaimgdiv,
body.alertbodyframe form div.captchaRow #catptchadiv .Captcha .captcharefreshdiv {
  vertical-align: middle;
}
body.alertbodyframe form div.captchaRow #catptchadiv .Captcha .captchainput {
  margin-bottom: 5px;
  width: 100%;
  display: block;
}
body.alertbodyframe form div.captchaRow #catptchadiv .Captcha .captchainput input.form-control {
  width: 100%;
}
body.alertbodyframe form .btn-toolbar {
  text-align: center;
  width: 100%;
}
body.alertbodyframe form .btn-toolbar input#btnsubmit,
body.alertbodyframe form .btn-toolbar a#cancelbtn {
  width: 100%;
  margin-bottom: 5px;
}
div.loadingIcon {
  width: 100%;
  height: 100%;
  color: #428bca;
  display: block;
  z-index: 9999;
  position: absolute;
  font-size: 40px;
  background: #ffffff;
  text-align: center;
}
/* END popups.less */
/* START productimagelist.less */
/*DVPJL20140425*/
.primaryimage {
  display: block;
  width: 100%;
  text-align: center;
}
.primaryimage #image_enlarge_300 #enlarge {
  text-align: center;
}
div#large_image {
  width: auto;
  display: none;
  position: absolute;
  left: 173px;
  top: 116px;
  visibility: hidden;
  padding: 0;
  vertical-align: middle;
}
div#large_image .enlargedImage {
  background: #ffffff;
  text-align: center;
  padding: 10px 0 0 0;
  border-radius: 10px;
  border: 1px solid #000000;
  min-width: 440px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}
div#large_image .enlargedImage > a {
  display: block;
}
div#large_image .enlargedImage > a #image_enlarge_300_image {
  border-radius: 8px 8px 0 0;
}
div#large_image .enlargedImage > a.others {
  padding: 10px;
}
div#large_image .enlargedImage > a.others:hover {
  color: #000000;
}
#enlarge a.others:hover {
  color: #222222;
}
.zoomerimg {
  border-radius: 0px;
  border: 1px solid #cccccc;
}
/* END productimagelist.less */
/* START productlightbox.less */
div#dhtmlgoodies_slideshow {
  width: 214px;
  padding: 10px 0 0 0;
  text-align: center;
  margin: 0 auto;
}
div#dhtmlgoodies_slideshow2 {
  width: 150px;
  padding: 10px 0 0 0;
}
div#galleryContainer {
  position: relative;
  overflow: hidden;
  padding: 1px;
  height: 55px;
}
#xarrow_left,
#xarrow_right {
  height: 100%;
}
div#xarrow_left {
  position: absolute;
  vertical-align: middle;
  left: 0;
  z-index: 100;
  background: #ffffff;
  padding: 0;
  cursor: pointer;
}
div#xarrow_right {
  position: absolute;
  vertical-align: middle;
  right: 0;
  z-index: 100;
  background: #ffffff;
  padding: 0;
  cursor: pointer;
}
div#theImages {
  position: absolute;
  left: 15px;
  width: 2000px;
  z-index: 50;
}
div#theImages #slideEnd {
  float: left;
  left: 15px;
}
div#theImages img {
  float: left;
  padding: 1px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: pointer;
  border: solid 3px #cccccc;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
div#theImages .imageCaption {
  display: none;
}
/* END productlightbox.less */
/* START - quickorder.less */
.quickorderrepeater {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
}
div.quickorderrepeater div input {
  margin-bottom: 6px;
}
div.qoTable {
  display: table !important;
}
div.qoRow {
  display: table-row !important;
}
div.qoCell,
div.qoCellsm {
  display: table-cell !important;
  padding-right: 5px;
}
div.qoCell .form-control,
div.qoCellsm .form-control {
  display: inline-block;
}
div.qoCell {
  width: 33%;
}
div.qoCellsm {
  width: 17%;
}
/* START - quickorder.less */
/* START ratings.less */
.h1rating {
  display: inline-block;
}
div.ratingContainer {
  font-size: 12px;
  display: inline-block;
}
@media (max-width: 767px) {
  div.ratingContainer {
    width: 100%;
  }
}
.ratingStar {
  white-space: nowrap;
  margin: 4px 4px 4px 0;
  height: 14px;
  color: #ff6a00;
}
.ratingStar .ratingItem {
  font-size: 0pt;
  width: 13px;
  height: 12px;
  margin: 0;
  padding: 0;
  display: block;
  background-repeat: no-repeat;
  cursor: pointer;
}
.ratingStar .Filled,
.ratingStar .Empty,
.ratingStar .Saved {
  Font-family: FontAwesome;
}
.ratingStar .Filled:before {
  content: "\f005";
  color: #ff6a00;
}
.ratingStar .Empty:before {
  content: "\f006";
  color: #ff6a00;
}
.ratingStar .Saved:before {
  content: "\f005";
  color: #ff0000;
}
.ratingGauge {
  white-space: nowrap;
  font-size: 0pt;
  width: 122px;
  height: 12px;
  padding: 1px 0 1px 1px;
  margin: 1em;
  background-color: transparent;
  background-position: top left;
  background-repeat: no-repeat;
  background-image: url(../../images/rating/ratingGauge.png);
}
.ratingGauge .ratingItem {
  font-size: 0pt;
  width: 20px;
  height: 8px;
  margin: 0;
  padding: 0;
  display: block;
  background-repeat: repeat-x;
  cursor: e-resize;
}
.ratingGauge .Filled {
  background-color: transparent;
}
.ratingGauge .Empty {
  background-color: #ff0;
}
.ratingGauge .Saved {
  background-color: #f00;
}
.ratingThermometer {
  white-space: nowrap;
  width: 220px;
  height: 0;
  padding: 26px 20px 20px 16px;
  margin: 1em;
  background-color: transparent;
  background-position: top left;
  background-repeat: no-repeat;
  background-image: url(../../images/rating/ratingThermometer2.png);
}
.ratingThermometer .ratingItem {
  font-size: 0pt;
  width: 10px;
  height: 8px;
  margin: 0;
  padding: 0;
  display: block;
  background-repeat: repeat-x;
  cursor: e-resize;
}
.ratingThermometer .Filled {
  background-image: url(../../images/rating/ratingFilled.png);
}
.ratingThermometer .Empty {
  background-image: url(../../images/rating/ratingEmpty.png);
}
.ratingThermometer .Saved {
  background-image: url(../../images/rating/ratingSaved.png);
}
/* END ratings.less */
/* START recentlyviewed.less */
.RecentlyViewedControl {
  /*.borderStyle-base;*/
  border: 1px solid #cccccc;
  border-top: none;
  padding: 1px;
}
.RecentlyViewedControl .thumbnail {
  height: 25px;
  width: 25px;
  margin-bottom: 5px;
  border-radius: 0;
}
.RecentlyViewedControl .thumbnail img {
  width: 100%;
}
.RecentlyViewedControl .link {
  font-size: 12px;
  line-height: 12px;
  width: 60%;
  clear: none;
}
.RecentlyViewedControl .link:hover {
  color: #000000;
}
a.viewedfonts {
  -ms-word-break: break-word;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  font-size: 12px;
  display: block;
  position: relative;
  text-decoration: none;
}
a.viewedfonts:HOVER {
  color: #000000;
  text-decoration: none;
}
.recentitem-description-wrapper {
  /*.row;*/
  margin: 0;
  /*height :28px;*/
  height: auto;
  padding: 2px;
}
.recentitem-description-wrapper .image-col,
.recentitem-description-wrapper .arrow-col,
.recentitem-description-wrapper .description-col {
  display: inline-block;
  vertical-align: top;
}
.recentitem-description-wrapper .image-col {
  width: 13%;
  border: none;
}
.recentitem-description-wrapper .arrow-col {
  width: 3%;
  vertical-align: middle;
  padding: 1px;
}
.recentitem-description-wrapper .description-col {
  width: 85%;
  vertical-align: middle;
}
/* END recentlyviewed.less */
/* for the search element of the reports pages */
.searchreports div {
  float: left;
  margin-right: 5px;
  line-height: 32px;
}
/* for the navigation on the reports pages */
.reports-navigate div {
  float: left;
  margin-right: 3px;
  margin-bottom: 3px;
  background-color: #ffffff;
  width: 24%;
}
.reports-navigate div a {
  position: relative;
  display: block;
  padding: 3px;
  text-decoration: none;
}
.reports-navigate div a:hover {
  background: #eaeaea;
}
/* START rma.less */
div#rmacheck {
  background-color: #f5f5f5;
  border-radius: 0px;
  border: 1px solid #cccccc;
  width: 130px;
  text-align: center;
  padding: 3px;
}
@media (max-width: 991px) {
  div#rmacheck {
    width: 100%;
  }
}
div#rmacheck input[type="checkbox"] {
  margin: 0;
  vertical-align: middle;
}
/* DVPAL20140702 - RMA request - START*/
div.div-table-col.desc {
  width: 35%;
}
div.div-table-col.oqty,
div.div-table-col.rqty {
  width: 15%;
}
div.div-table-col.comments {
  width: 25%;
}
@media (max-width: 991px) {
  div.div-table-col.comments,
  div.div-table-col.rqty,
  div.div-table-col.oqty,
  div.div-table-col.desc {
    width: 100%;
  }
}
/* DVPAL20140702 - RMA request - END*/
/* END rma.less */
/* START search.less */
div.navsearchbar {
  width: 200px;
  margin-top: 15px;
}
@media (max-width: 991px) {
  div.navsearchbar {
    display: none;
  }
}
div.navsearchbar .input-group input {
  border: 1px solid #428bca;
}
div.navsearchbar .input-group a.btn,
div.navsearchbar .input-group input {
  height: 22px;
}
div.navsearchbar .input-group a.btn {
  padding-top: 0px;
}
div#SearchBar {
  z-index: 8900;
  width: 100%;
}
div#SearchBar .error {
  background: #cccccc;
  padding: 0 5px;
  width: 100%;
}
div#SimpleSearch {
  text-align: left;
  padding: 5px;
  background: #f6f6f6;
  border: 1px solid #cccccc;
  margin-bottom: 7px;
}
a.advsearch {
  font-size: 12px;
  color: #428bca;
  text-decoration: none;
  display: inline-block;
  text-align: right;
  padding: 0;
}
a.advsearch:hover {
  color: #165b96;
}
/* used on the order history page */
.Orderhistory-Search,
.selectcustomer-search {
  width: 100%;
  margin: 5px 0 0 0;
  float: left;
}
.Orderhistory-Search > div,
.selectcustomer-search > div {
  float: left;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .Orderhistory-Search > div,
  .selectcustomer-search > div {
    width: 100%;
    margin: 0 0 5px 0;
  }
}
@media (max-width: 991px) {
  .Orderhistory-Search > div a.btn,
  .selectcustomer-search > div a.btn {
    width: 100%;
    margin: 0 0 5px 0;
  }
}
table.search-results {
  border: 1px solid #eaeaea;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
table.search-results td {
  border: 1px solid #ffffff;
}
h3.search-results {
  font-size: 12px;
  text-align: left;
  margin: 15px 0 0;
}
div.results-top-items {
  margin-top: 30px;
  margin-bottom: 30px;
}
div.results-table {
  margin-bottom: 30px;
}
/* END search.less */
/* START shoppingcart.less */
div#d_calendar {
  position: absolute;
  background-color: #ffffff;
  padding: 0;
  width: 300px;
  height: 180px;
  vertical-align: middle;
}
div#hideshow {
  position: absolute;
  border: 0;
  background-color: #ffffff;
  padding: 0;
  width: 300px;
  height: 180px;
  vertical-align: middle;
}
div#d_calendar2 {
  position: absolute;
  background-color: #ffffff;
  padding: 0;
  width: 300px;
  height: 180px;
  vertical-align: middle;
}
div#d_calendar3 {
  position: absolute;
  background-color: #ffffff;
  padding: 0;
  width: 300px;
  height: 180px;
  vertical-align: middle;
}
td.scart {
  background-color: #f5f5f5;
  padding: 5px 3px;
}
div.detailssc {
  color: #000000;
  background-color: #ffffff;
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
}
div.detailssc2 {
  color: #666666;
  background-color: #eaeaea;
  position: relative;
  padding: 10px 5px;
  margin-top: -1px;
  border-radius: 0px;
  border: 1px solid #cccccc;
}
div.detailssc2:hover {
  background-color: #DDDDDD;
}
div.detailssc3 {
  background-color: #f5f5f5;
  position: relative;
}
td.detailssc-buttons {
  background-color: #eaeaea;
  padding: 0 5px;
}
td.detailsheader {
  padding: 3px;
  background-color: #e3e9ed;
}
.details .tdhdr {
  background-color: #cccccc;
}
div#processingOrder {
  position: relative;
  left: 0;
  top: -4em;
  display: none;
  border-radius: 0px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  width: 170px;
  height: 100px;
  vertical-align: middle;
  margin: 0 auto;
  /*DVPEP20140604 - NTN7.2 - Added to center processor indicator div above submit button when visibile.*/
}
div#processingFile {
  padding: 10px;
  text-align: center;
  position: relative;
  border-radius: 0px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  width: 170px;
  height: 100px;
  vertical-align: middle;
}
.cartsavebtn {
  display: none;
  visibility: hidden;
}
/* END shoppingcart.less */
/* START showmore.less */
div.showmore,
div#parametricclear {
  background-color: #428bca;
  text-align: center;
  margin-top: 5px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
div.showmore:hover,
div#parametricclear:hover {
  background-color: #165b96;
}
div#parametricclear {
  margin: 1px;
}
a.moreinfo {
  font-size: 11px;
  color: #ffffff;
  padding: 3px;
  display: block;
  position: relative;
  text-decoration: none;
}
a.moreinfo.whlink {
  color: #428bca;
}
a.moreinfo.whlink:hover {
  color: #165b96;
}
/* END showmore.less */
/* START sitemap.less */
td.smtop {
  background-color: #cee3f7;
}
td.smtop a {
  font-size: 13px;
  font-weight: bold;
  color: #004280;
  position: relative;
  display: block;
  padding: 3px 2px 3px 2px;
}
td.smtop a:hover {
  background-color: #ffffff;
}
td.smitem {
  background-color: #f5f5f5;
}
td.smitem a {
  font-size: 11px;
  color: #537caa;
  position: relative;
  display: block;
  padding: 2px 2px 2px 2px;
}
td.smitem a:hover {
  background-color: #ffffff;
  color: #004280;
}
td.smitemtwo {
  background-color: #f5f5f5;
}
td.smitemtwo a {
  font-size: 11px;
  color: #537caa;
  position: relative;
  display: block;
  padding: 2px 2px 2px 22px;
}
td.smitemtwo a:HOVER {
  background-color: #ffffff;
  color: #004280;
}
td.smitemthree {
  background-color: #f5f5f5;
}
td.smitemthree a {
  font-size: 11px;
  color: #537caa;
  position: relative;
  display: block;
  padding: 2px 2px 2px 42px;
}
td.smitemthree a:hover {
  background-color: #fff;
  color: #004280;
}
td.smsecond {
  background-color: #e3eef8;
}
td.smsecond a {
  font-size: 12px;
  font-weight: bold;
  color: #004280;
  position: relative;
  display: block;
  padding: 3px 2px 3px 22px;
}
td.smsecond a:hover {
  background-color: #ffffff;
  color: #004280;
}
td.smthird {
  background-color: #edf3f8;
}
td.smthird a {
  font-size: 12px;
  font-weight: bold;
  color: #004280;
  position: relative;
  display: block;
  padding: 3px 2px 3px 42px;
}
td.smthird a:hover {
  background-color: #ffffff;
  color: #004280;
}
/* END sitemap.less */
/* START socialmedia.less */
#fb-root {
  display: none;
}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
  width: 100% !important;
}
iframe.fbframe {
  height: 28px;
  /*margin: 5px 0 5px 0;*/
  /*DVPEP20140605 - NTN7.2 - Commented out so height of fb social div will align with other social media containers.*/
  width: 100% !important;
}
/*DVPEP20140605 - NTN7.2 - Added to space the social buttons from the item template button list. - BEGIN*/
div.socialdiv {
  margin-top: 5px;
  margin-bottom: 5px;
}
/*DVPEP20140605 - NTN7.2 - Added to space the social buttons from the item template button list. - END*/
/*DVPEP20140605 - NTN7.2 - Added to space out site wide social networking icons horizontally.- BEGIN*/
div.site-socialitems > div {
  display: inline-block;
}
/*DVPEP20140605 - NTN7.2 - Added to space out site wide social networking icons horizontally.- END*/
/* END socialmedia.less */
/* START subcategorylist.less */
.subcategory-list-container {
  /*margin-left:  (@gutter / -2);
  margin-right: (@gutter / -2);*/
  margin-left: -5px;
  margin-right: -5px;
  padding: 10px 0;
  /*@media (max-width: @screen-xs-max) {
        margin-right: -15px;
        margin-left: -15px;
    }*/
}
.subcategory-list-container:before,
.subcategory-list-container:after {
  content: " ";
  display: table;
}
.subcategory-list-container:after {
  clear: both;
}
.subcategory-list-container:before,
.subcategory-list-container:after {
  content: " ";
  display: table;
}
.subcategory-list-container:after {
  clear: both;
}
.subcategory-list-container .each-sub-category {
  /*.hoverShadow;*/
  background-color: #ffffff;
  text-align: center;
  margin: 0 5px 5px;
  height: auto;
  padding: 5px;
}
.subcategory-list-container .each-sub-category:before,
.subcategory-list-container .each-sub-category:after {
  content: " ";
  display: table;
}
.subcategory-list-container .each-sub-category:after {
  clear: both;
}
.subcategory-list-container .each-sub-category:before,
.subcategory-list-container .each-sub-category:after {
  content: " ";
  display: table;
}
.subcategory-list-container .each-sub-category:after {
  clear: both;
}
@media (min-width: 1200px) {
  .subcategory-list-container .each-sub-category.col-lg-3 {
    width: 14.5%;
  }
}
@media (max-width: 767px) {
  .subcategory-list-container .each-sub-category {
    padding: 10px 20px;
    margin: 0 0 10px 0;
  }
  .subcategory-list-container .each-sub-category.col-xs-12 {
    width: 100%;
  }
  .subcategory-list-container .each-sub-category:before,
  .subcategory-list-container .each-sub-category:after {
    content: " ";
    display: table;
  }
  .subcategory-list-container .each-sub-category:after {
    clear: both;
  }
  .subcategory-list-container .each-sub-category:before,
  .subcategory-list-container .each-sub-category:after {
    content: " ";
    display: table;
  }
  .subcategory-list-container .each-sub-category:after {
    clear: both;
  }
  .subcategory-list-container .each-sub-category .sub-category-image {
    float: left;
    margin-right: 20px;
  }
  .subcategory-list-container .each-sub-category .sub-category-short-description {
    text-align: center;
  }
}
.subcategory-list-container .each-sub-category .sub-category-image a {
  display: block;
}
.subcategory-list-container .each-sub-category .sub-category-image a img {
  width: 110px;
  height: 110px;
  border: 0;
}
.subcategory-list-container .each-sub-category .sub-category-short-description {
  font-size: 13px;
  font-weight: 700;
  color: #222222;
  margin: 10px 0 0 0;
}
/* END subcategorylist.less */
/* START tabs.less */
ul.tabs,
ol.tabs,
ul.tab-contents,
ol.tab-contents {
  margin-left: 0;
  list-style: none;
}
ul.tabs:before,
ol.tabs:before,
ul.tab-contents:before,
ol.tab-contents:before,
ul.tabs:after,
ol.tabs:after,
ul.tab-contents:after,
ol.tab-contents:after {
  content: " ";
  display: table;
}
ul.tabs:after,
ol.tabs:after,
ul.tab-contents:after,
ol.tab-contents:after {
  clear: both;
}
ul.tabs:before,
ol.tabs:before,
ul.tab-contents:before,
ol.tab-contents:before,
ul.tabs:after,
ol.tabs:after,
ul.tab-contents:after,
ol.tab-contents:after {
  content: " ";
  display: table;
}
ul.tabs:after,
ol.tabs:after,
ul.tab-contents:after,
ol.tab-contents:after {
  clear: both;
}
ul.tabs li,
ol.tabs li,
ul.tab-contents li,
ol.tab-contents li {
  float: left;
}
ul.tabs {
  margin-bottom: 0;
}
ul.tabs > li {
  margin: 0 5px 0 0;
  width: 122px;
}
ul.tabs > li:last-child {
  margin-right: 0;
}
ul.tabs > li a {
  display: block;
  padding: 5px 15px;
  height: 100%;
  text-decoration: none;
  border-radius: 5px 5px 0 0;
  border-style: solid;
  border-width: 1px 1px 0 1px;
  border-color: #cccccc;
  background: #efefef;
  color: #222222;
  font-weight: bold;
  text-align: center;
}
ul.tabs > li a:hover {
  background: #dddddd;
  border-color: #cccccc;
  color: #222222;
}
ul.tabs > li.active a,
ul.tabs > li.active a:focus {
  background: #cccccc;
  color: #222222;
}
div.tab-contents {
  border: 1px solid #cccccc;
  border-top: 4px solid #cccccc;
}
div.tab-contents > div {
  padding: 5px;
  display: none;
  min-height: 150px;
}
div.tab-contents > div.active {
  display: block;
}
table.tabs {
  table-layout: fixed;
  border-collapse: separate;
  width: 100%;
  margin-bottom: 0;
}
table.tabs td {
  vertical-align: top;
}
table.tabs td a {
  display: block;
  padding: 5px 10px;
  height: 100%;
  text-decoration: none;
  color: #222222;
  font-weight: bold;
  text-align: center;
  margin-right: 2px;
  border-style: solid;
  border-width: 1px 1px 0 1px;
  border-color: #cccccc;
  background: #efefef;
}
table.tabs td a:hover {
  background: #dddddd;
  border-color: #cccccc;
  color: #222222;
}
table.tabs td:last-child a {
  margin: 0;
}
table.tabs td.active a,
table.tabs td.active a:focus {
  background: #cccccc;
  color: #222222;
}
table#tabs-productdetails {
  margin-top: 20px;
}
div#userreview div.userreviewrow,
article#tabbed_userreview div.userreviewrow {
  margin: 0;
  padding: 15px;
  border-bottom: 1px solid #cccccc;
}
div#userreview div.userreviewrow:last-child,
article#tabbed_userreview div.userreviewrow:last-child {
  border-bottom: none;
}
div#userreview div.userreviewrow div.reviewername,
article#tabbed_userreview div.userreviewrow div.reviewername {
  margin-bottom: 10px;
}
/* END tabs.less */
/* START topsection.less */
div#topCartSum {
  position: absolute;
  right: 0;
  top: 30px;
}
div#topCartSum a,
div#topCartSum span {
  color: #0088cc;
}
div.sitelink {
  float: left;
  vertical-align: middle;
  padding: 2px 5px 0 5px;
}
/* END topsection.less */
/* START webpagesize.less */
.page-size {
  width: auto;
  display: inline-block;
}
@media (max-width: 991px) {
  .page-size {
    display: block;
  }
}
.sortcontrol {
  /*margin-left:  (@gutter / -2);
  margin-right: (@gutter / -2);*/
}
.sortcontrol .sortdropdown {
  width: 50%;
  margin: 0;
}
.sortcontrol .sortpaging {
  width: 50%;
}
.sortdropdown {
  display: inline-block;
}
@media (max-width: 1200px) {
  .sortdropdown:before,
  .sortdropdown:after {
    content: " ";
    display: table;
  }
  .sortdropdown:after {
    clear: both;
  }
  .sortdropdown:before,
  .sortdropdown:after {
    content: " ";
    display: table;
  }
  .sortdropdown:after {
    clear: both;
  }
}
@media (max-width: 767px) {
  .sortdropdown.col-xs-12 {
    width: 100%;
  }
  .sortdropdown:before,
  .sortdropdown:after {
    content: " ";
    display: table;
  }
  .sortdropdown:after {
    clear: both;
  }
  .sortdropdown:before,
  .sortdropdown:after {
    content: " ";
    display: table;
  }
  .sortdropdown:after {
    clear: both;
  }
}
.sortpaging {
  display: inline-block;
}
@media (max-width: 1200px) {
  .sortpaging:before,
  .sortpaging:after {
    content: " ";
    display: table;
  }
  .sortpaging:after {
    clear: both;
  }
  .sortpaging:before,
  .sortpaging:after {
    content: " ";
    display: table;
  }
  .sortpaging:after {
    clear: both;
  }
}
@media (max-width: 767px) {
  .sortpaging.col-xs-12 {
    width: 100%;
  }
  .sortpaging:before,
  .sortpaging:after {
    content: " ";
    display: table;
  }
  .sortpaging:after {
    clear: both;
  }
  .sortpaging:before,
  .sortpaging:after {
    content: " ";
    display: table;
  }
  .sortpaging:after {
    clear: both;
  }
}
/* END webpagesize.less */
/* START whatshot.less */
div.whatshotmenu {
  margin-bottom: 10px;
  text-align: center;
  padding: 1px;
  border: 1px solid #cccccc;
  border-top: none;
  background-color: #ffffff;
}
div.whatshotmenu .hotitem {
  margin: 0;
  padding: 10px;
  width: auto;
  display: inline-block;
  /*min-width:140px;*/
  width: 100%;
  font-size: 0;
  /*.hoverShadow;*/
}
div.whatshotmenu .hotitem #showmore {
  color: #428bca;
  width: 70%;
  display: inline-block;
  vertical-align: top;
}
div.whatshotmenu .hotitem #showmore a.moreinfo {
  text-align: left;
  font-size: 14px;
}
div.whatshotmenu .hotitem .hotitem-image {
  margin: 0 0 10px 0;
  width: 30%;
  display: inline-block;
}
div.whatshotmenu .hotitem .hotitem-image a img {
  width: 60px;
  height: auto;
}
/* END whatshot.less */
/*wacg.less START*/
/*a{
    &:focus{
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
    }
    &:active, &:hover{
        outline:0;
    }
}*/
div#hidden-nav {
  width: 100%;
  position: absolute;
  /*text-align:center;*/
}
div#hidden-nav a {
  border: 2px solid #428bca;
  background: #428bca;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  font-size: 18px;
  transition: opacity 500ms ease-in-out;
  -moz-transition: opacity 500ms ease-in-out;
  -webkit-transition: opacity 500ms ease-in-out;
  position: absolute;
  z-index: 99999;
  padding: 2px 15px;
  opacity: 0;
  width: 0;
  height: 0;
  clip: rect(1px, 1px, 1px, 1px);
}
div#hidden-nav a:focus {
  outline: 0;
  border: 2px solid #165b96;
  opacity: 1;
  width: auto;
  height: auto;
  clip: rect(auto, auto, auto, auto);
}
/*wacg.less END*/
