/*
Theme Info
----------------
Name: Calchamber Upgrade
Developer: DVPAL
Version: NTN 8.0
Description:
    The theme for Calchamber NTN8.   
*/
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;
}
/* 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;
  }
  .div-table-row,
  .address-header {
    border-bottom: 1px solid black !important;
  }
  .div-table-col {
    vertical-align: top !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: "Lato", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #00457c;
  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: #001a30;
  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;
  max-height: 100%;
}
.img-rounded {
  border-radius: 0px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.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: #00457c;
}
a.text-primary:hover {
  color: #002949;
}
.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: #00457c;
}
a.bg-primary:hover {
  background-color: #002949;
}
.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: 0px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
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 #ccc;
  border-radius: 0px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
/* END BS code.less */
/* START BS grid.less */
.container {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
}
.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: 6px;
  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: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 3px;
}
.table-bordered {
  /*border: 1px solid @table-border-color;*/
}
.table-striped thead {
  background-color: #00457c;
  color: #fff;
}
.table-striped > tbody:nth-child(odd) {
  background-color: #fafbfc;
}
.table-striped > tbody:nth-child(even) {
  background-color: #eaf0f4;
}
.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 #ddd;
    -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: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dfdfdf;
  border-radius: 0px;
  /*.box-shadow(inset 0 1px 1px rgba(0,0,0,.075));*/
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 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: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-sm {
  height: 33px;
  line-height: 33px;
}
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: 0px;
}
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-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: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  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: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #00457c;
  border-color: #003762;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  border-color: #001525;
}
.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: #00457c;
  border-color: #003762;
}
.btn-primary .badge {
  color: #00457c;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #318531;
  border-color: #2a722a;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  border-color: #1a461a;
}
.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: #318531;
  border-color: #2a722a;
}
.btn-success .badge {
  color: #318531;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-alt {
  color: #fff;
  background-color: #f8981d;
  border-color: #f48c08;
}
.btn-alt:hover,
.btn-alt:focus,
.btn-alt:active,
.btn-alt.active,
.open .dropdown-toggle.btn-alt {
  color: #fff;
  border-color: #b96a06;
}
.btn-alt:active,
.btn-alt.active,
.open .dropdown-toggle.btn-alt {
  background-image: none;
}
.btn-alt.disabled,
.btn-alt[disabled],
fieldset[disabled] .btn-alt,
.btn-alt.disabled:hover,
.btn-alt[disabled]:hover,
fieldset[disabled] .btn-alt:hover,
.btn-alt.disabled:focus,
.btn-alt[disabled]:focus,
fieldset[disabled] .btn-alt:focus,
.btn-alt.disabled:active,
.btn-alt[disabled]:active,
fieldset[disabled] .btn-alt:active,
.btn-alt.disabled.active,
.btn-alt[disabled].active,
fieldset[disabled] .btn-alt.active {
  background-color: #f8981d;
  border-color: #f48c08;
}
.btn-alt .badge {
  color: #f8981d;
  background-color: #fff;
}
.btn-link {
  color: #00457c;
  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: #001a30;
  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: 0px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-block {
  display: block;
  width: 100%;
  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.4.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.4.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* END FA path.less */
/* 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;
}
/* 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 #eee;
  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: #fff;
}
/* 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-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper: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-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
/* 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: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.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: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #00457c;
}
.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: 14px;
  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: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
/* 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 0px 0px 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: 0px;
}
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: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  line-height: 33px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #dfdfdf;
  border-radius: 0px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 0px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 0px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
/* 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: #00457c;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #00457c;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.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: 110px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0px;
  }
}
@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: 45px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 110px;
  /*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: @border-radius-base;*/
  /*@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: 22.5px -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: #fff;
    /*border:1px solid #3399cc;  //DVPDS - sm & xs - positioning*/
    left: auto;
    right: auto;
  }
  .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: 38px;
  margin-bottom: 38px;
}
@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: 38px;
  margin-bottom: 38px;
}
.navbar-btn.btn-sm {
  margin-top: 38.5px;
  margin-bottom: 38.5px;
}
.navbar-btn.btn-xs {
  margin-top: 44px;
  margin-bottom: 44px;
}
.navbar-text {
  margin-top: 45px;
  margin-bottom: 45px;
}
@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;
  }
}
@media (max-width: 767px) {
}
.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: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #002e52;
}
.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: #555;
}
@media (max-width: 767px) {
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  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: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
}
@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: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
/* END BS navbar.less */
/* START BS breadcrumbs.less */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  /*background-color: @breadcrumb-bg;*/
  /*border-radius: @border-radius-base;*/
  /*border:solid 1px @breadcrumbBorderColor; //DVPDS - copied from the old style*/
  width: 100%;
  word-wrap: break-word;
  clear: both;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.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: 0px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #00457c;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #001a30;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #00457c;
  border-color: #00457c;
  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: #fff;
  border-color: #ddd;
  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: 0px;
  border-top-left-radius: 0px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
/* 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: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #fff;
  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: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #00457c;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #002949;
}
.label-success {
  background-color: #318531;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #236023;
}
.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: 14px;
  font-weight: bold;
  color: #fff;
  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: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #00457c;
  background-color: #fff;
}
.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: 0px;
}
.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: #fff;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #00457c;
}
.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: 0px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #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: 0px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #00457c;
  -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: #318531;
}
.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: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #00457c;
  border-color: #00457c;
}
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: #49aeff;
}
.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: #fff;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #00457c;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #00457c;
  border-color: #00457c;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #00457c;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #00457c;
}
.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: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 0px;
}
.well-sm {
  padding: 9px;
  border-radius: 0px;
}
/* END BS wells.less */
/* START BS close.less */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
/* END BS close.less */
/* START BS modals.less */
.modal-open {
  /*overflow: hidden;*/
}
.modal {
  display: none;
  /*overflow: auto;
  overflow-y: scroll;*/
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20003;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20002;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  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 {

    @media (max-width:@screen-xs-max){
        top:25%;
        left:0;
        width:100%;
        height: auto!important;
        margin:0 auto;
    }

    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;
  overflow:hidden;
    */
/* 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: 14px;
  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: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 0px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
/* 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: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  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: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
/* 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.2;
  filter: alpha(opacity=20);
  font-size: 20px;
  color: #fff;
  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: #fff;
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.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: "Lato", Arial, sans-serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: -8px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
@media (max-width: 767px) {
  .carousel-indicators {
    bottom: -30px;
  }
}
.carousel-indicators li {
  transition: all 200ms ease-in-out;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0px;
  text-indent: -999px;
  border: 1px solid #f8981d;
  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: #f8981d;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -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,
#Container:before,
#Container:after,
#Content:before,
#Content:after,
.pItemRow:before,
.pItemRow:after,
div.accessories:before,
div.accessories:after,
div#predictor:before,
div#predictor: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,
#Container:after,
#Content:after,
.pItemRow:after,
div.accessories:after,
div#predictor: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 */
@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');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  /*src: url('../fonts/lato/Lato-300/Lato-300.eot');*/
  src: url('../fonts/lato/Lato-300/Lato-300.woff2') format('woff2'), url('../fonts/lato/Lato-300/Lato-300.woff') format('woff'), url('../fonts/lato/Lato-300/Lato-300.ttf') format('truetype'), url('../fonts/lato/Lato-300/Lato-300.svg#Lato') format('svg');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: normal;
  /*src: url('../fonts/lato/Lato-regular/Lato-regular.eot');*/
  src: url('../fonts/lato/Lato-regular/Lato-regular.woff2') format('woff2'), url('../fonts/lato/Lato-regular/Lato-regular.woff') format('woff'), url('../fonts/lato/Lato-regular/Lato-regular.ttf') format('truetype'), url('../fonts/lato/Lato-regular/Lato-regular.svg#Lato') format('svg');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  /*src: url('../fonts/lato/Lato-700/Lato-700.eot');*/
  src: url('../fonts/lato/Lato-700/Lato-700.woff2') format('woff2'), url('../fonts/lato/Lato-700/Lato-700.woff') format('woff'), url('../fonts/lato/Lato-700/Lato-700.ttf') format('truetype'), url('../fonts/lato/Lato-700/Lato-700.svg#Lato') format('svg');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  /*src: url('../fonts/lato/Lato-900/Lato-900.eot');*/
  src: url('../fonts/lato/Lato-900/Lato-900.woff2') format('woff2'), url('../fonts/lato/Lato-900/Lato-900.woff') format('woff'), url('../fonts/lato/Lato-900/Lato-900.ttf') format('truetype'), url('../fonts/lato/Lato-900/Lato-900.svg#Lato') format('svg');
}
@font-face {
  font-family: 'Raleway';
  font-weight: 300;
  font-style: normal;
  src: url('../fonts/raleway/Raleway-300/Raleway-300.eot');
  src: url('../fonts/raleway/Raleway-300/Raleway-300.eot?#iefix') format('embedded-opentype'), local('Raleway Light'), local('Raleway-300'), url('../fonts/raleway/Raleway-300/Raleway-300.woff2') format('woff2'), url('../fonts/raleway/Raleway-300/Raleway-300.woff') format('woff'), url('../fonts/raleway/Raleway-300/Raleway-300.ttf') format('truetype'), url('../fonts/raleway/Raleway-300/Raleway-300.svg#Raleway') format('svg');
}
@font-face {
  font-family: 'Raleway';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/raleway/Raleway-regular/Raleway-regular.eot');
  src: url('../fonts/raleway/Raleway-regular/Raleway-regular.eot?#iefix') format('embedded-opentype'), local('Raleway'), local('Raleway-regular'), url('../fonts/raleway/Raleway-regular/Raleway-regular.woff2') format('woff2'), url('../fonts/raleway/Raleway-regular/Raleway-regular.woff') format('woff'), url('../fonts/raleway/Raleway-regular/Raleway-regular.ttf') format('truetype'), url('../fonts/raleway/Raleway-regular/Raleway-regular.svg#Raleway') format('svg');
}
@font-face {
  font-family: 'Raleway';
  font-weight: 600;
  font-style: normal;
  src: url('../fonts/raleway/Raleway-600/Raleway-600.eot');
  src: url('../fonts/raleway/Raleway-600/Raleway-600.eot?#iefix') format('embedded-opentype'), local('Raleway SemiBold'), local('Raleway-600'), url('../fonts/raleway/Raleway-600/Raleway-600.woff2') format('woff2'), url('../fonts/raleway/Raleway-600/Raleway-600.woff') format('woff'), url('../fonts/raleway/Raleway-600/Raleway-600.ttf') format('truetype'), url('../fonts/raleway/Raleway-600/Raleway-600.svg#Raleway') format('svg');
}
@font-face {
  font-family: 'Raleway';
  font-weight: 700;
  font-style: normal;
  src: url('../fonts/raleway/Raleway-700/Raleway-700.eot');
  src: url('../fonts/raleway/Raleway-700/Raleway-700.eot?#iefix') format('embedded-opentype'), local('Raleway Bold'), local('Raleway-700'), url('../fonts/raleway/Raleway-700/Raleway-700.woff2') format('woff2'), url('../fonts/raleway/Raleway-700/Raleway-700.woff') format('woff'), url('../fonts/raleway/Raleway-700/Raleway-700.ttf') format('truetype'), url('../fonts/raleway/Raleway-700/Raleway-700.svg#Raleway') format('svg');
}
@font-face {
  font-family: 'Roboto';
  font-weight: 300;
  font-style: normal;
  src: url('../fonts/roboto/Roboto-300/Roboto-300.eot');
  src: url('../fonts/roboto/Roboto-300/Roboto-300.eot?#iefix') format('embedded-opentype'), local('Roboto Light'), local('Roboto-300'), url('../fonts/roboto/Roboto-300/Roboto-300.woff2') format('woff2'), url('../fonts/roboto/Roboto-300/Roboto-300.woff') format('woff'), url('../fonts/roboto/Roboto-300/Roboto-300.ttf') format('truetype'), url('../fonts/roboto/Roboto-300/Roboto-300.svg#Roboto') format('svg');
}
@font-face {
  font-family: 'Roboto';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/roboto/Roboto-regular/Roboto-regular.eot');
  src: url('../fonts/roboto/Roboto-regular/Roboto-regular.eot?#iefix') format('embedded-opentype'), local('Roboto'), local('Roboto-regular'), url('../fonts/roboto/Roboto-regular/Roboto-regular.woff2') format('woff2'), url('../fonts/roboto/Roboto-regular/Roboto-regular.woff') format('woff'), url('../fonts/roboto/Roboto-regular/Roboto-regular.ttf') format('truetype'), url('../fonts/roboto/Roboto-regular/Roboto-regular.svg#Roboto') format('svg');
}
@font-face {
  font-family: 'Roboto';
  font-weight: 600;
  font-style: normal;
  src: url('../fonts/roboto/Roboto-500/Roboto-500.eot');
  src: url('../fonts/roboto/Roboto-500/Roboto-500.eot?#iefix') format('embedded-opentype'), local('Roboto Medium'), local('Roboto-500'), url('../fonts/roboto/Roboto-500/Roboto-500.woff2') format('woff2'), url('../fonts/roboto/Roboto-500/Roboto-500.woff') format('woff'), url('../fonts/roboto/Roboto-500/Roboto-500.ttf') format('truetype'), url('../fonts/roboto/Roboto-500/Roboto-500.svg#Roboto') format('svg');
}
@font-face {
  font-family: 'Roboto';
  font-weight: 700;
  font-style: normal;
  src: url('../fonts/roboto/Roboto-700/Roboto-700.eot');
  src: url('../fonts/roboto/Roboto-700/Roboto-700.eot?#iefix') format('embedded-opentype'), local('Roboto Bold'), local('Roboto-700'), url('../fonts/roboto/Roboto-700/Roboto-700.woff2') format('woff2'), url('../fonts/roboto/Roboto-700/Roboto-700.woff') format('woff'), url('../fonts/roboto/Roboto-700/Roboto-700.ttf') format('truetype'), url('../fonts/roboto/Roboto-700/Roboto-700.svg#Roboto') format('svg');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 300;
  font-style: normal;
  src: url('../fonts/source-sans-pro/Source-Sans-Pro-300/Source-Sans-Pro-300.eot');
  src: url('../fonts/source-sans-pro/Source-Sans-Pro-300/Source-Sans-Pro-300.eot?#iefix') format('embedded-opentype'), local('Source Sans Pro Light'), local('Source-Sans-Pro-300'), url('../fonts/source-sans-pro/Source-Sans-Pro-300/Source-Sans-Pro-300.woff2') format('woff2'), url('../fonts/source-sans-pro/Source-Sans-Pro-300/Source-Sans-Pro-300.woff') format('woff'), url('../fonts/source-sans-pro/Source-Sans-Pro-300/Source-Sans-Pro-300.ttf') format('truetype'), url('../fonts/source-sans-pro/Source-Sans-Pro-300/Source-Sans-Pro-300.svg#SourceSansPro') format('svg');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/source-sans-pro/Source-Sans-Pro-regular/Source-Sans-Pro-regular.eot');
  src: url('../fonts/source-sans-pro/Source-Sans-Pro-regular/Source-Sans-Pro-regular.eot?#iefix') format('embedded-opentype'), local('Source Sans Pro'), local('Source-Sans-Pro-regular'), url('../fonts/source-sans-pro/Source-Sans-Pro-regular/Source-Sans-Pro-regular.woff2') format('woff2'), url('../fonts/source-sans-pro/Source-Sans-Pro-regular/Source-Sans-Pro-regular.woff') format('woff'), url('../fonts/source-sans-pro/Source-Sans-Pro-regular/Source-Sans-Pro-regular.ttf') format('truetype'), url('../fonts/source-sans-pro/Source-Sans-Pro-regular/Source-Sans-Pro-regular.svg#SourceSansPro') format('svg');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 600;
  font-style: normal;
  src: url('../fonts/source-sans-pro/Source-Sans-Pro-600/Source-Sans-Pro-600.eot');
  src: url('../fonts/source-sans-pro/Source-Sans-Pro-600/Source-Sans-Pro-600.eot?#iefix') format('embedded-opentype'), local('Source Sans Pro Semibold'), local('Source-Sans-Pro-600'), url('../fonts/source-sans-pro/Source-Sans-Pro-600/Source-Sans-Pro-600.woff2') format('woff2'), url('../fonts/source-sans-pro/Source-Sans-Pro-600/Source-Sans-Pro-600.woff') format('woff'), url('../fonts/source-sans-pro/Source-Sans-Pro-600/Source-Sans-Pro-600.ttf') format('truetype'), url('../fonts/source-sans-pro/Source-Sans-Pro-600/Source-Sans-Pro-600.svg#SourceSansPro') format('svg');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 700;
  font-style: normal;
  src: url('../fonts/source-sans-pro/Source-Sans-Pro-700/Source-Sans-Pro-700.eot');
  src: url('../fonts/source-sans-pro/Source-Sans-Pro-700/Source-Sans-Pro-700.eot?#iefix') format('embedded-opentype'), local('Source Sans Pro Bold'), local('Source-Sans-Pro-700'), url('../fonts/source-sans-pro/Source-Sans-Pro-700/Source-Sans-Pro-700.woff2') format('woff2'), url('../fonts/source-sans-pro/Source-Sans-Pro-700/Source-Sans-Pro-700.woff') format('woff'), url('../fonts/source-sans-pro/Source-Sans-Pro-700/Source-Sans-Pro-700.ttf') format('truetype'), url('../fonts/source-sans-pro/Source-Sans-Pro-700/Source-Sans-Pro-700.svg#SourceSansPro') format('svg');
}
/* 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: #002e52;
  padding: 0 0 1px 5px;
}
.ctrltitle {
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  text-align: left;
}
.ctrltitle2 {
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  text-align: left;
  font-weight: bold;
}
span.noreviewlbl {
  font-size: 12px;
  color: #00457c;
}
@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: 14px;
  margin: -10px 0 5px 0;
  list-style: inside square;
}
ul.min li {
  color: #666;
}
input.small-squared {
  font-size: 14px;
  padding: 2px;
  margin-bottom: 2px;
  border-radius: 0;
  border: 1px solid #ccc;
}
span.large {
  font-size: 15px;
  color: #666;
  padding-left: 0;
}
select.wided {
  width: 120px;
  background-color: #fff;
}
select.wide {
  max-width: 120px;
  width: auto;
}
select.expand {
  width: auto;
}
select.expanded {
  width: auto;
  background-color: #fff;
}
/* used for hidden elements */
.hidden {
  display: none;
}
/* used for highlight images (for example, on the logged in welcome page) */
img.highlite {
  border: solid 3px #fff;
  width: 56px;
  height: 56px;
}
img.highlite:hover {
  border: solid 3px #ccc;
}
.align-center {
  text-align: center;
}
div#yellowbox {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #ccc;
  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: 0px;
  word-wrap: break-word;
}
div.disableddiv {
  width: 670px;
  margin: 0 auto;
}
div.errorcontent p,
div.errorcontent ul {
  line-height: 1;
  font-size: 14px;
  color: #333333;
}
div.coupon-content p {
  font-size: 14px;
  line-height: 1.2;
}
@media (max-width: 991px) {
  div.coupon-content img {
    width: 100%;
  }
}
div#newsletter {
  margin-bottom: 10px;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  text-align: left;
}
div#newsletter div.captchadiv {
  margin-top: 10px;
}
div#newsletter div.newslettersignup {
  color: #002e52;
  padding: 5px;
  border: 1px solid #ccc;
  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: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dfdfdf;
  border-radius: 0px;
  /*.box-shadow(inset 0 1px 1px rgba(0,0,0,.075));*/
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
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: #fff;
  background-color: #00457c;
  border-color: #003762;
  border-color: transparent;
  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: #fff;
  border-color: #001525;
}
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: #00457c;
  border-color: #003762;
}
div#newsletter div input[type=submit] .badge {
  color: #00457c;
  background-color: #fff;
}
div.infobox {
  -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 #ccc;
}
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 a:focus {
  display: block;
  border: 3px solid #00457c;
}
div.infobox a:active {
  border: none !important;
}
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: #fff;
  left: 0;
  z-index: 100;
  background: #000;
}
span.shortdescr {
  -ms-word-break: break-word;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}
.savedText {
  color: #00457c;
  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;
}
.searchresultlabel {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 5px;
}
.requiredIndicator {
  float: left;
  width: 100%;
  margin-bottom: -20px;
  margin-top: 0;
}
@media (max-width: 991px) {
  .requiredIndicator {
    margin: 10px 0;
  }
}
.headertitle {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 25px;
  color: #f8981d;
}
@media (max-width: 767px) {
  .headertitle {
    text-align: center;
  }
}
.loading-spin {
  color: #00457c;
}
.ui-autocomplete {
  max-width: 350px;
}
.ui-menu-item {
  padding: 0 !important;
}
.ui-menu-item a {
  color: #00457c !important;
  text-transform: lowercase;
  text-indent: -20px !important;
  padding-left: 25px !important;
}
.ui-menu-item a.ui-state-focus {
  margin: 0 !important;
  border: none !important;
  color: #002e52;
  background: #f5f5f5 !important;
}
.ui-widget-content {
  border: "none !important";
  font-size: 16px;
  padding: 0 !important;
}
.carousel-inner {
  border-bottom: 3px solid #f5f5f5;
}
div.carousel-inner div.item.active:focus {
  transition: all 200ms ease-in-out;
  border: 5px solid #002e52;
}
.carousel-control-panel {
  height: 20px;
  font-size: 15px;
  width: 1170px;
  margin: 0 auto;
  margin-top: -25px;
}
@media (max-width: 1199px) {
  .carousel-control-panel {
    width: 970px;
  }
}
@media (max-width: 991px) {
  .carousel-control-panel {
    width: 100%;
    padding: 0 25px;
  }
}
@media (max-width: 767px) {
  .carousel-control-panel {
    margin-top: 0;
  }
}
.carousel-control-panel a {
  color: #f8981d;
  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;
  }
}
@media (max-width: 767px) {
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .glyphicon-chevron-left {
    font-size: 15px;
  }
}
.scroll-top-wrapper {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  text-align: center;
  z-index: 99999;
  background-color: #f8981d;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 48px;
  right: 30px;
  bottom: 30px;
  padding-top: 2px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom: 3px solid #db7e07;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
@media (max-width: 767px) {
  .scroll-top-wrapper {
    right: 15px;
    bottom: 15px;
  }
}
.scroll-top-wrapper:hover {
  background-color: #db7e07;
  color: #fff;
}
.scroll-top-wrapper.show {
  visibility: visible;
  cursor: pointer;
  opacity: 1.0;
}
.scroll-top-wrapper i.fa {
  line-height: inherit;
}
@media (max-width: 767px) {
  .icon-prev,
  .icon-next,
  .glyphicon-chevron-left,
  .glyphicon-chevron-right {
    top: 45%;
  }
}
.pricehighlight {
  color: #f8981d;
  font-weight: 600;
}
.nopadding {
  padding: 0 !important;
}
.nomargin {
  margin: 0 !important;
}
/* END misc.less */
/* animations.less - START*/
.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+ */
}
/* animations.less - END*/
/* START layout.less */
form {
  background: #fff;
}
body.default {
  background: #00457c;
}
body.clear {
  margin: 3px 3px 10px 4px;
}
body.defaultframe {
  margin: 10px 0;
  background-color: #fff;
  overflow-y: hidden;
  padding: 5px;
}
body.email td {
  color: #222222;
}
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/*@media (max-width: @screen-xs-max) {
    .ntn-navbar {
        float: right;
        margin-right: 20px;
        margin-top: 0px;

        #langselector {
            display: inline-block;
            margin-bottom: -10px;
            width: 40px;

            .marquee,
            marquee {
                min-width: 40px;
                width: 40px;
            }
        }

        li,
        li > a {
            display: inline;
        }
    }

    .FeatItemTable {
        .FeatItemColumn {
             .FeatItemBlock {
                 margin: 0 0 -1px 0;
                 min-height: 120px;

                 .FeatItemBlockImage {
                     width: 110px;
                     height: 110px;
                     display: inline-block;
                     float: left;
                     margin-right: 1%;
                 }

                 .FeatItemInfoBlock {
                     display: inline-block;
                     text-align: left;
                     min-width: 56%;
                 }
             }
        }
    }
}*/
#Container {
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  background: #fff;
}
@media (min-width: 768px) {
  #Container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  #Container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  #Container {
    width: 1170px;
  }
}
#Container > .navbar-header,
#Container > .navbar-collapse {
  /*margin-right: -@navbar-padding-horizontal;
    margin-left:  -@navbar-padding-horizontal;*/
}
@media (min-width: 768px) {
  #Container > .navbar-header,
  #Container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
#Header,
#Content {
  width: 100%;
}
#Content {
  clear: both;
}
@media (max-width: 991px) {
  #Content {
    margin-left: 0px;
  }
}
@media (min-width: 768px) {
  #Content {
    table-layout: fixed;
    padding-top: 5px;
  }
}
section#MainSection,
aside#LeftSection,
div#RightSection {
  float: none;
}
@media (min-width: 768px) {
  section#MainSection,
  aside#LeftSection,
  div#RightSection {
    display: table-cell;
    vertical-align: top;
  }
}
@media (max-width: 991px) {
  section#MainSection,
  aside#LeftSection,
  div#RightSection {
    min-height: 0 !important;
  }
}
section#MainSection {
  min-height: 500px;
  text-align: left;
  background: #fff;
  padding: 20px 0px 30px 0px;
  float: right;
}
section#MainSection:active,
section#MainSection:focus {
  outline: none;
}
section#MainSection.topPadding {
  padding-top: 50px;
}
@media (max-width: 991px) {
  section#MainSection {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  section#MainSection {
    float: none;
  }
}
/*div#RightSection
{
    text-align: left;
    height: 100%;
    padding: 0 5px 50px;
}*/
/* For the main section of the admin pages - used in admin/Admin.Master */
div#AdminBody {
  padding: 0 10px 20px 15px;
  margin-bottom: 50px;
}
div.viewother {
  float: left;
  vertical-align: middle;
  padding: 2px 5px 0 5px;
}
div.Summary {
  margin-bottom: 10px;
}
.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;
}
@media (max-width: 991px) {
  .button-container {
    margin: 0;
    width: 100%;
  }
}
.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;
  }
}
select {
  height: 34px;
}
img.thumbnail.rvthumb {
  border: none;
}
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: #333333;
}
a.dvpsubcat {
  color: #471f16;
  display: block;
  position: relative;
  padding: 2px;
  text-decoration: none;
}
.search-form {
  padding: 20px;
  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;
}
.search-form .form-control.input-medium {
  margin-bottom: 0;
}
@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%;
}
input.searchinput {
  width: 130px;
  border: 1px solid #123579;
  background-color: #fff;
}
select.cc {
  padding: 1px;
}
select.wide {
  max-width: 120px;
  width: auto;
}
select.expand {
  width: auto;
}
select.expanded {
  width: auto;
  background-color: #fff;
}
div#ParametricSearchd {
  margin-bottom: 10px;
}
div#ParametricSearchd div.parametricdiv {
  padding-left: 0;
  background: #f1f5f8;
}
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 {
  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 @themeColor-dark;
    background-color: @themeColor;
    font-weight: 600;
    padding: 3px 5px 3px 3px;
    color: @color-white;
}*/
a.clsp_groupheading {
  background-color: #00457c;
  display: block;
  font-weight: 600;
  padding: 2px 5px 2px 2px;
  color: #fff;
  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+ */
}
a.clsp_groupheading:hover {
  background: #0061af;
}
a.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: #666;
  text-decoration: none;
}
a.leftnavnumlnk {
  color: #666;
  text-decoration: none;
}
table.product_text_trans {
  background-color: #fff;
  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: #000;
  background-color: #fff;
  padding: 0 3px 0 3px;
  text-align: left;
}
input.tdhdr {
  border: 0;
  background-color: #e0dbd7;
  cursor: pointer;
}
.instoremsg {
  border: solid 1px #a94442;
  background-color: #fff;
  padding: 6px;
}
.ajax__calendar_inactive {
  color: #ddd;
}
.ajax__calendar_container {
  width: auto !important;
}
div#termsandconditions {
  height: 250px;
  position: relative;
  overflow: scroll;
  background-color: #f5f5f5;
}
#divOuterContainer {
  margin-top: -25px;
}
#divOuterContainer h1 {
  color: #00457c;
}
.ModalBackground {
  background-color: #000;
  filter: alpha(opacity=5);
  opacity: 0.5;
}
.ModalWindow {
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
  position: relative;
  padding: 10px;
  top: -1000px;
  empty-cells: hide;
}
@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: 600;
}
.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;
}
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: #fff;
}
div.adminMenuDetails dl {
  background-color: #ccc;
}
/*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: #fff;
  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;
  text-align: center;
  border-radius: 0px;
  width: 26px;
  height: 25px;
}
.cookiepolicyImgbtn i.fa-times {
  font-size: 18px;
  line-height: 1.4;
}
.cookiepanel {
  text-align: left;
  background: #fff;
  border-bottom: 1px solid #f5f5f5;
  padding: 10px 10px 10px 10px;
  /*border-radius:0px 0px 20px 20px;
    -moz-border-radius:0px 0px 20px 20px;
	-webkit-border-radius:0px 0px 20px 20px;*/
  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: "Lato", Arial, sans-serif;
}
/*DVPDQ20140401 - END - Below styles applies to the div container for cookie policy*/
div.accessories {
  margin: 0;
}
div.accessories .item {
  height: auto;
  min-height: 100px;
  margin: 5px 10px;
  padding: 5px;
  background: #fff;
}
@media (max-width: 767px) {
  div.accessories .item {
    margin: 5px auto;
  }
}
div.accessories .item img {
  margin: 0 auto;
}
div.accessories .item div {
  height: 70px;
  width: 70px;
  margin: 0 auto;
}
div#predictor {
  text-align: left;
  padding-left: 0;
  background-color: #f5f5f5;
  /*border: 1px solid @themeColor;*/
  margin: 0 0 20px;
  padding: 10px 20px;
}
div#predictor .item {
  height: auto;
  border: 1px solid #eaeaea;
  /*min-height:170px;*/
  /*DVPAM20160718 - Increased the height of the container */
  min-height: 200px;
  margin: 0px;
  padding: 8px;
  background: #fff;
  top: 0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  border-bottom: 3px solid #eaeaea;
}
div#predictor .item:hover {
  border-bottom: 6px solid #eaeaea;
  top: -6px;
}
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 .primary-image-wrapper {
  padding: 0;
  z-index: 2000;
}
.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: @background-lighter;
		.borderStyle-base;
		
		dt {
			background:@background-light2;
			float:left; 
			font-weight:bold; 
			margin-right:10px; 
			padding:5px;  
			width:100px; 
		}
		
		dd {
			margin:0; 
			padding:5px 0;
			border-bottom: 1px solid @default-border-color;
			
			&: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: 6px;
  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: #fff;
}
.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 {
  font-weight: 600;
  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 #ccc;
}
@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 #ccc;
}
@media (max-width: 991px) {
  .vc-table-header {
    display: none;
  }
}
.vc-row:last-child {
  border-bottom: none;
}
.vc-table {
  width: 100%;
  background: #eaeaea;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #ccc;
}
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%;
  }
}
.refreshPrompt {
  width: 100%;
  position: absolute;
  height: 100%;
  font-weight: 600;
  color: #a94442;
  background: #fff;
  display: none;
  text-transform: uppercase;
}
div.remainingamount {
  width: 350px;
}
@media (max-width: 991px) {
  div.remainingamount {
    width: 100%;
  }
}
.selectContainer {
  float: right;
  margin-top: -45px;
}
@media (max-width: 767px) {
  .selectContainer {
    float: none;
    margin: 10px 0;
  }
}
.billpayment {
  position: relative;
}
#reloadPrompt {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
  opacity: 0.75;
  text-align: center;
}
#reloadPrompt .loading-spin {
  font-size: 10em;
}
div.paymentamount {
  margin-bottom: 10px;
}
div.paymentamount .paymentcontainer {
  width: 100%;
  position: relative;
  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-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;
}
section.webpromo-container {
  width: 100%;
  padding: 0;
  font-size: 0;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  section.webpromo-container {
    padding: 0px 15px;
  }
}
section.webpromo-container div.webpromo-content {
  width: 49%;
  vertical-align: top;
  display: inline-block;
  margin: 0 auto;
  float: left;
  padding: 0;
  font-size: 14px;
}
section.webpromo-container div.webpromo-content:nth-child(odd) {
  margin-right: 2%;
}
@media (max-width: 991px) {
  section.webpromo-container div.webpromo-content {
    float: none;
    width: 100%;
    padding: 0;
    height: auto !important;
    margin: 10px 0 10px 0 !important;
  }
}
section.webpromo-container div.webpromo-content.full {
  width: 100%;
}
section.webpromo-container div.webpromo-content p {
  line-height: 1.2 !important;
}
section.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 #00457c;
  padding: 5px 15px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin: 0 0.5% 0 0.5%;
  color: #00457c;
}
@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: #00457c;
}
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 #00457c;
}
div.promo-full {
  width: 100%;
  background: #002e52;
  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: #fff;
}
@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 #fff;
  font-size: 20px;
  padding: 5px 20px;
  color: #fff;
  margin: 10px 0 0 0;
}
div.promo-full a.btn.btn-primary:hover {
  background: #fff;
  color: #002e52;
}
div.page-content {
  width: 100%;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
div.lineDiscountTitle {
  margin: 5px 0;
  font-size: 14px;
  font-weight: 600;
  color: #666;
  border-bottom: 1px solid #eaeaea;
}
div#contact-gmaps {
  width: 100%;
  font-size: 0;
  display: block;
}
div#contact-gmaps iframe {
  border: 1px solid #ccc;
  width: 100% !important;
}
.pCMsg {
  padding: 3px 8px;
  border: 1px solid #a94442;
  display: inline-block;
  margin: 10px 0;
  color: #a94442;
  font-weight: 600;
}
.category-listing img.itemblockthumb,
.category-listing .notavailable {
  height: 110px;
}
.iconblock-container {
  width: 100%;
  clear: both;
  margin: 30px 0;
}
.iconblock-container .block {
  text-align: center;
  float: left;
  padding: 15px;
  display: block;
}
.iconblock-container .block p {
  font-size: 17px;
}
.iconblock-container .block-4 {
  margin: 0 2% 2% 0;
  background: #f5f5f5;
  border-bottom: 5px solid #eaeaea;
}
.iconblock-container .block-4 .sub-category-image {
  overflow: hidden;
  background: #fff;
}
.iconblock-container .block-4 .sub-category-short-description {
  padding: 5px;
  background: #00457c;
}
.iconblock-container .block-4 .sub-category-short-description a {
  word-break: break-word;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
.iconblock-container .block-4 span.fa-stack {
  color: #00457c;
  font-size: 45px;
}
@media (min-width: 991px) {
  .iconblock-container .block-4 {
    width: 23.5%;
  }
  .iconblock-container .block-4:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .iconblock-container .block-4 {
    width: 48%;
  }
  .iconblock-container .block-4:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .iconblock-container .block-4 {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
.quickbar {
  margin-top: -35px;
  margin-bottom: 0px;
  text-align: right;
}
@media (max-width: 991px) {
  .quickbar {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    /*border-top:1px solid @themeColor-light;
        border-bottom:1px solid @themeColor-light;*/
    padding-top: 5px;
  }
}
.quickbar .quickbtn {
  display: inline-block;
}
.quickbar .quickbtn .open .dropdown-toggle.btn-item {
  background: #00457c;
}
.quickbar .quickbtn .btn-item {
  border-color: #fff;
  width: 30px;
  height: 30px;
  display: inline-block;
  background: #fff;
  color: #00457c;
  padding: 1px 0px;
  font-size: 18px;
  text-align: center;
}
.quickbar .quickbtn .btn-item:hover {
  color: #fff;
  border-color: #002e52;
  background: #002e52;
}
@media (max-width: 991px) {
  .quickbar .quickbtn .btn-item {
    width: 45px;
    height: 45px;
    font-size: 30px;
    padding: 0;
  }
}
@media (max-width: 991px) {
  .parametric-dd-container.multidim-param > .btn.btn-primary {
    width: 100%;
  }
}
.parametric-list-child .locSelect,
.parametric-list-child a.btn-item.locBtn {
  width: auto !important;
  float: right;
  margin-top: 0;
}
@media (max-width: 991px) {
  .parametric-list-child .locSelect,
  .parametric-list-child a.btn-item.locBtn {
    float: none;
    margin: 0 0 15px 0;
    width: 100% !important;
    display: inline-block !important;
  }
}
.parametric-dd-child .locSelect,
.parametric-dd-child a.btn-item.locBtn {
  width: auto !important;
  float: right;
  margin-top: -92px;
}
@media (max-width: 991px) {
  .parametric-dd-child .locSelect,
  .parametric-dd-child a.btn-item.locBtn {
    float: none;
    margin: 0 0 15px 0;
    width: 100% !important;
    display: inline-block !important;
  }
}
div.parametricgrid-container {
  width: 100%;
  margin: 0 auto;
  display: block;
  float: none;
  font-size: 0;
}
div.parametricgrid-container div.grid-item {
  position: relative;
  font-size: 14px;
  height: auto;
  display: inline-block;
  border: 1px solid #ccc;
  min-height: 130px;
  margin-bottom: 1%;
  vertical-align: top;
  background: #fff;
  -o-transition: all 150ms ease-in-out;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
div.parametricgrid-container div.grid-item:hover {
  -webkit-box-shadow: 0px 2px 0 #00457c;
  -moz-box-shadow: 0px 2px 0 #00457c;
  box-shadow: 0px 2px 0 #00457c;
  -webkit-transform: translate(0px, -2px);
  -moz-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  -o-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  border-color: #00457c !important;
}
div.parametricgrid-container div.grid-item .cbContainer {
  top: 0;
  right: 5px;
  position: absolute;
}
div.parametricgrid-container div.grid-item .grid-title {
  font-size: 15px;
  color: #f8981d;
  font-weight: 600;
  text-align: center;
}
div.parametricgrid-container div.grid-item .grid-title a {
  font-size: 15px;
  color: #f8981d;
  font-weight: 600;
  text-align: center;
}
div.parametricgrid-container div.grid-item .grid-description {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  padding: 5px;
}
div.parametricgrid-container div.grid-item .grid-img {
  padding: 10px;
  width: 100%;
  min-height: 90px;
  font-size: 25px;
  height: auto;
}
@media (max-width: 767px) {
  div.parametricgrid-container div.grid-item .grid-img {
    padding: 20px;
  }
}
div.parametricgrid-container div.grid-item .grid-img img {
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 992px) {
  div.parametricgrid-container div.grid-item {
    width: 19.2%;
    margin-right: 1%;
  }
  div.parametricgrid-container div.grid-item:nth-child(5n) {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  div.parametricgrid-container div.grid-item {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  div.parametricgrid-container div.grid-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  div.parametricgrid-container div.grid-item {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.errorBorder {
  border: 1px solid #a94442;
  border-left-width: 4px;
  padding: 1px 10px;
}
#processingPaymentError.paymenterrorloading {
  position: relative;
  text-align: left;
  top: 0;
  display: none;
  background: none;
  border: 0;
  width: auto;
  height: auto;
  vertical-align: top;
  z-index: 200;
}
.radiolist table tbody td {
  padding-bottom: 5px;
}
.radiolist table tbody td input[type="radio"] {
  vertical-align: middle;
  margin-top: 0;
}
.radiolist table tbody td label {
  vertical-align: middle;
  margin-bottom: 0;
  margin-left: 5px;
}
/* END layout.less */
/* START buttons.less */
.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: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: block !important;
  margin-bottom: 5px;
  text-align: left;
  padding: 7px 10px;
  color: #fff;
  background-color: #00457c;
  border-color: #003762;
}
.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: #333;
  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: #333;
  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: #fff;
  border-color: #ccc;
}
.btn-item .badge {
  color: #fff;
  background-color: #333;
}
.btn-item:hover,
.btn-item:focus,
.btn-item:active,
.btn-item.active,
.open .dropdown-toggle.btn-item {
  color: #fff;
  border-color: #001525;
}
.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: #00457c;
  border-color: #003762;
}
.btn-item .badge {
  color: #00457c;
  background-color: #fff;
}
.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: 14px;
  line-height: 1.5;
  border-radius: 0px;
  margin-top: 5px;
  padding: 4px 10px;
}
a.learnmore,
a.others {
  color: #00457c;
  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: #001a30;
}
.btn-icon {
  text-decoration: none !important;
}
.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: #fff;
  color: #00457c;
  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: #0061af;
  color: #fff;
}
.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: #000;
  text-decoration: none;
}
.btn-add-to-cart {
  padding: 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: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: block !important;
  margin-bottom: 5px;
  text-align: left;
  padding: 7px 10px;
  color: #fff;
  background-color: #00457c;
  border-color: #003762;
  /*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: #333;
  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: #333;
  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: #fff;
  border-color: #ccc;
}
.btn-view .badge {
  color: #fff;
  background-color: #333;
}
.btn-view:hover,
.btn-view:focus,
.btn-view:active,
.btn-view.active,
.open .dropdown-toggle.btn-view {
  color: #fff;
  border-color: #001525;
}
.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: #00457c;
  border-color: #003762;
}
.btn-view .badge {
  color: #00457c;
  background-color: #fff;
}
@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: #000;
  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: #fff;
  padding: 1px 10px;
  font-size: 13px;
  line-height: 1;
  /*margin-left:10px;*/
  border-radius: 0;
  /*margin-top:15px;*/
  background: #00457c;
  height: 22px;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 3px solid #002949;
}
#NavBar #NavButtons #acctpnlbtn.btn.acc-toggle i.fa {
  margin: 0px;
  font-size: 15px;
}
#NavBar #NavButtons #acctpnlbtn.btn.acc-toggle:hover,
#NavBar #NavButtons #acctpnlbtn.btn.acc-toggle:focus {
  background: #002949;
}
@media (max-width: 991px) {
  #NavBar #NavButtons #acctpnlbtn.btn.acc-toggle {
    /*margin-top:10px;*/
  }
}
/* END buttons.less */
/* START tables.less */
table.details {
  border: 1px solid #eaeaea;
  background-color: #fff;
}
table.specifications {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  margin-bottom: 0;
}
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: 6px;
  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: #fff;
}
table.specifications th {
  padding: 10px;
}
table.specifications th.spec-table-header {
  background: #ccc;
  padding: 2px 8px;
}
table.specifications th.spec-table-header span.spec-header {
  font-weight: 600;
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #333333;
}
table.specifications .spec-label {
  background: #eaeaea;
  font-weight: 600;
  color: #333333;
}
table.specifications .spec-item {
  color: #333333;
  background: #f5f5f5;
}
table.specifications .spec-label,
table.specifications .spec-item {
  border-top: 1px solid #ccc;
}
div.totalcontainer {
  text-align: right;
  margin-bottom: 10px;
  width: 100%;
}
div.totalcontainer .totalrow.last {
  border-top: 1px solid #ccc;
}
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;
    display: inline-block;
  }
}
div.quote-details-discount {
  margin: 10px 0 10px 0;
  width: 100%;
}
@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: 600;
}
table.dvp-table-responsive.variant-list thead tr {
  background: #00457c;
  color: #fff;
}
table.dvp-table-responsive.variant-list tbody:nth-child(even) {
  background: #eaf0f4;
}
table.dvp-table-responsive.variant-list tbody:nth-child(odd) {
  background: #fafbfc;
}
table.dvp-table-responsive.variant-list .col-variant-code {
  width: 35%;
}
/*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%;
}
.div-table label {
  margin-bottom: 0;
}
.div-table .cartNameRowContainer {
  font-size: 14px;
}
.div-table .cartNameRowContainer font- a,
.div-table .cartNameRowContainer span.shortdescr {
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
}
/* 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;
  background: #eaf0f4;
  padding: 3px;
}
.row-header {
  white-space: nowrap;
  display: table-header-group !important;
  font-weight: 600;
  background-color: #00457c !important;
  color: #fff;
  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: #fff;
  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;
}
@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: #fff;
}
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: #002e52;
  border: 1px solid #dfdfdf;
  margin-top: 2px;
  margin-bottom: 0;
  background: #fff;
}
@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;
  }
}
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: #fff;
  background: #00457c;
  border: 1px solid #003762;
}
div.div-table.shopping-cart #uomwrapper {
  width: 50%;
  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,
div.div-table.shopping-cart .variant-container,
div.div-table.shopping-cart .productid-container {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  font-size: 14px;
}
@media (max-width: 991px) {
  div.div-table.shopping-cart .catalog-container,
  div.div-table.shopping-cart .variant-container,
  div.div-table.shopping-cart .productid-container {
    width: 100%;
  }
}
div.div-table.shopping-cart .col-item {
  width: 40%;
}
div.div-table.shopping-cart .col-item-qty {
  width: 15%;
}
div.div-table.shopping-cart .qtywrapper {
  float: left;
  margin-right: -1px;
  width: 50%;
}
div.div-table.shopping-cart .qtywrapper.fullwidth {
  margin: 0 auto;
  float: none;
}
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: 20%;
}
@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: #fafbfc;
}
div.cfg-cart-row {
  background-color: #fff !important;
}
div.cfg-cart-row-alt {
  background-color: #fafbfc !important;
}
@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;
  }
  .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 tbody {
    margin-bottom: 15px;
  }
  .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: 600;
  }
  .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;
    margin-bottom: 20px;
  }
  .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: 600;
    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: 600;
    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 {
    width: 100%;
    display: block;
  }
  div.div-table.shopping-cart #qty-col-container {
    display: block;
    width: 100%;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .dvp-table-responsive tr:nth-child(odd) {
    background: none;
  }
}
#qty-col-container input.form-control,
#qty-col-container select.form-control {
  margin-left: 1px;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0px !important;
  text-align: center;
}
/*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: #f5f5f5;
}
.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 #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  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: 600;
    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: #fff;
  border-bottom: 1px solid #ccc;
  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 #ccc;
}
@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 #ccc;
  background-color: #fff;
  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 #ccc;
}
@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*/
.multi-dim-data-row .multi-dim-data-col {
  background: #f1f5f8 !important;
}
.multi-dim-data-col {
  position: relative;
}
.multi-dim-data-col .multiDimPriceLbl {
  font-size: 14px;
}
.multi-dim-data-col .stockindicator .sBlank,
.multi-dim-data-col .stockindicator .sGreen,
.multi-dim-data-col .stockindicator .sRed,
.multi-dim-data-col .stockindicator .sBlue {
  display: none;
  float: left;
  position: absolute;
  right: 2px;
  top: 0px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .multi-dim-data-col .stockindicator .sBlank,
  .multi-dim-data-col .stockindicator .sGreen,
  .multi-dim-data-col .stockindicator .sRed,
  .multi-dim-data-col .stockindicator .sBlue {
    right: 2px;
    top: 1px;
  }
}
td.multi-dim-data-col .stockindicator:before {
  content: '';
  border-top: 30px solid red;
  border-top-style: solid;
  border-top-color: red;
  border-left: 30px solid transparent;
  border-left-style: solid;
  border-left-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
}
td.multi-dim-data-col.avgray .stockindicator:before {
  border-top-color: #dcc2c2;
}
td.multi-dim-data-col.avblank .stockindicator:before {
  border-top-color: #dddddd;
}
td.multi-dim-data-col.avgreen .stockindicator:before {
  border-top-color: #beebc2;
}
td.multi-dim-data-col.avblue .stockindicator:before {
  border-top-color: #bed3eb;
}
@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;
  }
}
/*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 10px 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 {
  table-layout: fixed;
}
.multi-dim-variant-table .cItemCnt,
.multi-dim-variant-table .cItem {
  text-align: center;
}
@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: #333333;
}
td.avgreen {
  background: #beebc2;
}
td.avgreen .stockindicator .sGreen {
  color: #3c763d;
  display: block;
}
td.avblue {
  background: #bed3eb;
}
td.avblue .stockindicator .sBlue {
  color: #3280dc;
  display: block;
}
td.avgray {
  background: #dcc2c2;
}
td.avgray .stockindicator .sRed {
  color: #a94442;
  display: block;
}
td.avblank {
  background: #eaeaea;
}
td.avblank .stockindicator .sBlank {
  display: block;
  color: #666;
}
.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: #ccc !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: #fff !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: 700;
  background: none;
  border: 0;
  color: #fff;
  text-decoration: underline;
}
table.dvp-table-responsive.shiptoaddresstable tbody tr td {
  height: auto;
  min-height: 15px;
}
table.primaryimage {
  width: 214px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #ccc;
  padding: 2px;
}
/*table.primaryimage2
{
    width: 150px;
    .borderStyle-base;
    padding: 5px;
}*/
div#TopParentLogin {
  position: relative;
  height: 65px;
  margin: 0 0 5px 0;
}
td.totaltaxs {
  width: 10%;
  padding: 1px 0;
}
table.axt {
  border: none 1px #000;
}
table.search {
  width: 960px;
  background-color: #fff;
}
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: #fff;
  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: #666;
  background-color: #eaeaea;
  font-weight: 700;
  padding: 3px 3px 3px 5px;
}
td.dleftalt {
  color: #222222;
  background-color: #ddd;
  font-weight: 700;
  padding: 5px 3px 5px 5px;
}
td.dright {
  color: #666;
  background-color: #f5f5f5;
  padding: 2px 3px 2px 5px;
}
td.drightshort {
  color: #949494;
  background-color: #f5f5f5;
  padding: 2px 3px 2px 5px;
}
td.product_text {
  color: #666;
  font-size: 12px;
  vertical-align: top;
  padding: 5px;
}
td.product_text_alt {
  font-size: 12px;
  vertical-align: top;
  padding: 5px;
}
table.comparetbl {
  background-color: #ccc;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #ccc;
}
td.comparethd {
  padding: 4px;
  background-color: #f5f5f5;
  width: 116px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #ccc;
}
td.comparetd {
  padding: 4px;
  background-color: #f5f5f5;
  width: 116px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #ccc;
}
td.comparethdr {
  padding: 4px;
  background-color: #f5f5f5;
  width: 117px;
  vertical-align: top;
  text-align: center;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #ccc;
}
td.comparetdr {
  padding: 4px;
  background-color: #fff;
  width: 117px;
  vertical-align: top;
  text-align: right;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #ccc;
}
td.comparetdr p {
  text-align: left;
}
td.comparerow {
  padding: 4px;
  vertical-align: middle;
  font-weight: 700;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #ccc;
}
img.imgbutton {
  cursor: pointer;
}
table.hidecells {
  empty-cells: hide;
  border-collapse: separate;
  border: 0;
  padding: 0;
}
td.tdsml {
  font-size: 9px;
}
table td.col-label {
  background: #f1f5f8;
  font-weight: 600;
}
table.section1 {
  background-color: #fff;
  border: solid 1px #e2e2d6;
}
table.section0 {
  background-color: #e9f6ec;
  border: solid 1px #c6d1c9;
}
tr.hidden {
  display: none;
}
table.item-details {
  width: 100%;
  margin-bottom: 20px;
  table-layout: fixed;
}
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: 6px;
  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: #fff;
}
table.item-details td:first-child {
  background: #f1f5f8;
  font-weight: 600;
  vertical-align: top;
}
table.item-details td:last-child {
  background: #e8eef3;
}
table.item-details.flex {
  table-layout: auto;
}
table.selectcustomer {
  width: 100%;
}
table.selectcustomer tr.selectcustomer {
  background-color: #00457c !important;
  color: #fff;
  vertical-align: top;
}
table.selectcustomer tr.selectcustomer th {
  padding: 3px;
  font-weight: 600 !important;
}
table.selectcustomer tr {
  background: #eaf0f4;
}
table.selectcustomer tr:nth-child(odd) {
  background: #fafbfc;
}
table.selectcustomer tr td {
  vertical-align: top;
  padding: 3px;
}
table.selectcustomer tr td input[type=submit] {
  color: #fff;
  background-color: #00457c;
  border-color: #003762;
  border-color: transparent;
  /* 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: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 2px 10px;
  width: 100%;
}
table.selectcustomer tr td input[type=submit]:hover,
table.selectcustomer tr td input[type=submit]:focus,
table.selectcustomer tr td input[type=submit]:active,
table.selectcustomer tr td input[type=submit].active,
.open .dropdown-toggletable.selectcustomer tr td input[type=submit] {
  color: #fff;
  border-color: #001525;
}
table.selectcustomer tr td input[type=submit]:active,
table.selectcustomer tr td input[type=submit].active,
.open .dropdown-toggletable.selectcustomer tr td input[type=submit] {
  background-image: none;
}
table.selectcustomer tr td input[type=submit].disabled,
table.selectcustomer tr td input[type=submit][disabled],
fieldset[disabled] table.selectcustomer tr td input[type=submit],
table.selectcustomer tr td input[type=submit].disabled:hover,
table.selectcustomer tr td input[type=submit][disabled]:hover,
fieldset[disabled] table.selectcustomer tr td input[type=submit]:hover,
table.selectcustomer tr td input[type=submit].disabled:focus,
table.selectcustomer tr td input[type=submit][disabled]:focus,
fieldset[disabled] table.selectcustomer tr td input[type=submit]:focus,
table.selectcustomer tr td input[type=submit].disabled:active,
table.selectcustomer tr td input[type=submit][disabled]:active,
fieldset[disabled] table.selectcustomer tr td input[type=submit]:active,
table.selectcustomer tr td input[type=submit].disabled.active,
table.selectcustomer tr td input[type=submit][disabled].active,
fieldset[disabled] table.selectcustomer tr td input[type=submit].active {
  background-color: #00457c;
  border-color: #003762;
}
table.selectcustomer tr td input[type=submit] .badge {
  color: #00457c;
  background-color: #fff;
}
table.selectcustomer tr td input[type=submit]:focus,
table.selectcustomer tr td input[type=submit]:active:focus,
table.selectcustomer tr td input[type=submit].active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
table.selectcustomer tr td input[type=submit]:hover,
table.selectcustomer tr td input[type=submit]:focus {
  color: #333;
  text-decoration: none;
}
table.selectcustomer tr td input[type=submit]:active,
table.selectcustomer tr td input[type=submit].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);
}
table.selectcustomer tr td input[type=submit].disabled,
table.selectcustomer tr td input[type=submit][disabled],
fieldset[disabled] table.selectcustomer tr td input[type=submit] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
table.selectcustomer tr td input[type=submit]:hover,
table.selectcustomer tr td input[type=submit]:focus {
  color: #fff;
}
.qlist-table .edit-column a.btn {
  width: 100%;
  line-height: 1.5;
  border-radius: 0;
  font-size: 13px;
}
.qlist-table tbody tr:first-child {
  background-color: #00457c !important;
  display: table-row;
  color: #fff;
}
@media (max-width: 991px) {
  .qlist-table tbody tr:first-child {
    display: none;
  }
}
.qlist-table tbody tr:nth-child(even) {
  background-color: #eaf0f4;
}
.qlist-table tbody tr:nth-child(odd) {
  background-color: #fafbfc;
}
/* END tables.less */
/* START forms.less */
td.subsubheader,
div.subsubheader {
  font-size: 13px;
  font-weight: bold;
  padding: 5px 2px 5px 4px;
  background: #0557b1;
  color: #fff;
}
tr.nrow td,
div.nrow td,
tr.nrow div,
div.nrow div {
  color: #000;
  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 {
  color: #000;
  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 {
  color: #000;
  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: 6px;
}
/*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;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dfdfdf;
  border-radius: 0px;
  /*.box-shadow(inset 0 1px 1px rgba(0,0,0,.075));*/
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  min-height: 34px;
  width: 100% !important;
}
.formSurvey div.formInstruction + div > select:focus,
.formSurvey div.formInstruction + div > input:focus,
.formSurvey div.formInstruction + div > textarea: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);
}
.formSurvey div.formInstruction + div > select::-moz-placeholder,
.formSurvey div.formInstruction + div > input::-moz-placeholder,
.formSurvey div.formInstruction + div > textarea::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.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;
}
.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;
}
.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;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.formSurvey div.formInstruction + div > select,
textarea.formSurvey div.formInstruction + div > input,
textarea.formSurvey div.formInstruction + div > textarea {
  height: auto;
  resize: none;
}
.formSurvey div.formInstruction + div > textarea {
  height: inherit !important;
}
.formSurvey > div:last-child > div {
  text-align: center;
}
.formSurvey input.btn.btn-submit {
  color: #fff !important;
  background-color: #00457c !important;
  border-color: #003762 !important;
  border-color: transparent !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: #fff !important;
  border-color: #001525 !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: #00457c !important;
  border-color: #003762 !important;
}
.formSurvey input.btn.btn-submit .badge {
  color: #00457c !important;
  background-color: #fff !important;
}
/*DVPJL20140902 - ntn72013 - site survey - end*/
/*DVPJL20140902 - ntn72013 - add a review - start*/
.formReview div.formInstruction {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.formReview div.formInstruction + div {
  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: 14px !important;
  line-height: 1.42857143 !important;
  color: #555555 !important;
  background-color: #fff !important;
  background-image: none !important;
  border: 1px solid #dfdfdf !important;
  border-radius: 0px !important;
  /*.box-shadow(inset 0 1px 1px rgba(0,0,0,.075));*/
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !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: #fff !important;
  background-color: #00457c !important;
  border-color: #003762 !important;
  border-color: transparent !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: #fff !important;
  border-color: #001525 !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: #00457c !important;
  border-color: #003762 !important;
}
.formReview input.btn.btn-submit .badge {
  color: #00457c !important;
  background-color: #fff !important;
}
/*DVPJL20140902 - ntn72013 - add a review - end*/
.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 white;
}
/* END forms.less */
/* tabs.less - START */
#tabbed_newacct,
#tabbed_forgotpwd {
  display: none;
}
div.untabbed-wrapper {
  clear: both;
  margin-top: 25px;
}
#tabbedsections {
  /*.borderStyle-base;*/
  /*border-color:@themeColor;*/
  position: relative;
  top: -1px;
  background: #f5f5f5;
  z-index: 298;
  padding: 10px;
  overflow: hidden;
}
#MainSection > ul.idTabs {
  margin-top: 0;
}
.idTabs {
  font-size: 15px;
  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;
  /*border: 1px solid @themeColor;*/
  border-bottom: 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: none;
  background: #00457c;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}
@media (max-width: 767px) {
  .idTabs li > a {
    background: #fff;
    color: #002e52;
  }
}
.idTabs li > a:hover {
  background: #002e52;
  color: #fff;
}
.idTabs li > a.selected {
  background: #f5f5f5;
  color: #002e52;
}
@media (max-width: 767px) {
  .idTabs li > a.selected {
    background: #00457c;
    color: #fff;
  }
}
.idTabs li:first-child {
  margin-left: 0px !important;
}
.tabbed {
  background: #f5f5f5;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #ccc;
  border-color: #f5f5f5;
  padding: 10px;
  min-height: 150px;
  clear: both;
  margin-top: 0 0 20px;
  position: relative;
  top: -1px;
  z-index: 298;
}
.tabbed img {
  max-width: 100%;
}
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: #00457c;
  padding: 5px 20px;
  color: #fff;
  font-weight: 600;
  display: block;
  margin: -10px 0 10px;
  font-size: 15px;
  cursor: pointer;
  border-bottom: 1px solid #003158;
  border-top: 1px solid #0059a0;
}
section.untabbed article a.accordian:hover,
section.tabbed article a.accordian:hover {
  background: #002e52;
  color: #fff;
  -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: #f5f5f5;
}
div#userreview div.userreviewrow,
article#tabbed_userreview div.userreviewrow {
  margin: 0;
  padding: 15px;
  border-bottom: 1px solid #ccc;
}
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;
}
/*ul.tabs,
ol.tabs,
ul.tab-contents,
ol.tab-contents {
    margin-left: 0;
    list-style: none;
    .clearfix();

    li {
        float: left;
    }
}

ul.tabs{
    margin-bottom: 0;

    & > li {
        margin: 0 5px 0 0; 
        width: 122px;

        &:last-child {
            margin-right: 0;
        }

        a {
            display: block;
            padding: 5px 15px;
            height: 100%;
            text-decoration: none;
            border-radius: 5px 5px 0 0;
            border-style: @tabBorderStyle;
            border-width: @tabBorderWidth;
            border-color: @tabBorderColor;
            background: @tabBackground;
            color: @tabTextColor;
            font-weight: @tabFontWeight;
            text-align: center;

            &:hover {
                background: @tabBackgroundHover;
                border-color: @tabBorderColorHover;
                color: @tabTextColorHover;
            }
        }

        &.active {
            a,
            a:focus {
                background: @tabBackgroundActive;
                color: @tabTextColorActive;
            }
        }
    }
}*/
/*div.tab-contents {
    border: 1px  @tabContentBorderStyle @tabContentBorderColor;
    border-top: @tabContentBorderWidth @tabContentBorderStyle @tabContentBorderColor;

    & > div {
        padding: 5px;
        display: none;
        min-height: 150px;

        &.active {
            display: block;
        }
    }
}

table.tabs {
    table-layout: fixed;
    border-collapse: separate;
    width: 100%;
    margin-bottom: 0;

    td {
        vertical-align: top;

        a {
            display: block;
            padding: 5px 10px;
            height: 100%;
            text-decoration: none;
            color: @tabTextColor;
            font-weight: @tabFontWeight;
            text-align: center;
            margin-right: 2px;
            border-style: @tabBorderStyle;
            border-width: @tabBorderWidth;
            border-color: @tabBorderColor;
            background: @tabBackground;

            &:hover {
                background: @tabBackgroundHover;
                border-color: @tabBorderColorHover;
                color: @tabTextColorHover;
            }
        }

        &:last-child a {
            margin: 0;
        }

        &.active {
            a,
            a:focus {
                background: @tabBackgroundActive;
                color: @tabTextColorActive;
            }
        }
    }
}*/
/*table#tabs-productdetails {
    margin-top: 20px;
}*/
/* tabs.less - END */
/* text.less - START */
p {
  padding: 0;
  margin: 0 0 15px 0;
  color: #666;
  font-family: "Lato", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.25;
}
p.end {
  margin: 0;
}
p.headir {
  padding: 0;
  margin: 0;
  font-size: 14px;
}
textarea {
  border: 1px solid #949494;
  font-size: 11px;
  color: #222222;
  margin-bottom: 0;
  margin-top: 0;
  background-color: #fff;
}
H1 {
  font-size: 26px;
  font-weight: 400;
  color: #f8981d;
  margin-top: 0;
}
H1.errheader {
  font-size: 18px;
  font-weight: bold;
  color: #00457c;
}
H2 {
  font-size: 22px;
  color: #f8981d;
  font-weight: 300;
}
H2.untabbed {
  margin-top: 10px;
  margin-bottom: 8px;
}
H2.predictor {
  background: #00457c;
  padding: 5px 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 0 0;
  border: 1px solid #00457c;
  border-width: 1px 1px 2px 1px;
  border-bottom-color: #002e52;
}
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+ */
}
H3 {
  font-weight: 500;
  font-size: 18px;
  color: #f8981d;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 8px;
}
H3#FeaturedTitle {
  font-size: 22px;
  color: #00457c;
  margin-top: 15px;
  font-weight: 400;
}
@media (max-width: 767px) {
  H3#FeaturedTitle {
    text-align: center;
  }
}
H3.SAH3 {
  font-weight: bold;
  font-size: 13px;
}
H3.Alt {
  font-size: 16px;
  margin-bottom: 0px;
  color: #fff;
  font-weight: 600;
}
@media (max-width: 991px) {
  H3.Alt {
    text-align: center;
  }
}
H4 {
  font-size: 14px;
  color: #f8981d;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 8px;
}
H4.alt {
  margin-bottom: 0;
}
a.loclink {
  font-size: 14px;
  text-decoration: none;
}
a.advancedResults {
  font-weight: 600;
  font-size: 12px;
  color: #00457c;
  display: block;
  position: relative;
  padding: 2px;
  text-decoration: none;
}
a.advancedResults:hover {
  color: #002e52;
  text-decoration: none;
}
a.advancedResultsSmall {
  color: #00457c;
  display: block;
  position: relative;
  padding: 3px 2px 3px 2px;
  text-decoration: none;
}
a.advancedResultsSmall:hover {
  color: #002e52;
  text-decoration: none;
}
a.gray {
  font-weight: 600;
  color: #00457c;
  text-decoration: none;
}
a.gray:hover {
  color: #001a30;
  text-decoration: none;
}
a.more {
  font-size: 10px;
  color: #00457c;
  padding: 2px 2px 2px 0;
  text-decoration: none;
}
a.more:hover {
  padding: 2px 2px 2px 0;
  text-decoration: none;
}
a.grid {
  color: #00457c;
  font-weight: 600;
  padding-left: 5px;
  text-decoration: none;
}
a.textlnk {
  color: #333333;
  text-decoration: none;
}
.link {
  color: #00457c;
}
.font-sm {
  font-size: 14px;
}
.font-lg {
  font-size: 18px;
}
.bold {
  font-weight: 700;
}
.semibold {
  font-weight: 600;
}
.normal {
  font-weight: 500;
}
.light {
  font-weight: 300;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
/* text.less - END */
/*
File: configurator.less
Nav-to-Net Version: 8.0
-------------------------
Description: 
    All stylesheet rules for the Nav-to-Net configurator are in this file. If the site does not
    use configurator, this entire LESS file can be commented out to reduce default.css file size.
-------------------------
*/
/* START configurator.less */
.cfg-focused .option {
  border: 1px solid #00457c !important;
  border-color: #00457c !important;
}
.option {
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
}
div.option-error,
.choice-required,
.attribute-qty-error {
  color: #a94442;
  font-weight: 600;
  font-size: 14px;
}
div.configurator div.attribute-header-row {
  background: none !important;
}
div.configurator .option.CustomUserText textarea {
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dfdfdf;
  border-radius: 0px;
  /*.box-shadow(inset 0 1px 1px rgba(0,0,0,.075));*/
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  width: 100%;
  min-width: 60px;
}
div.configurator .option.CustomUserText textarea: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 .option.CustomUserText textarea::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
div.configurator .option.CustomUserText textarea:-ms-input-placeholder {
  color: #999999;
}
div.configurator .option.CustomUserText textarea::-webkit-input-placeholder {
  color: #999999;
}
div.configurator .option.CustomUserText textarea[disabled],
div.configurator .option.CustomUserText textarea[readonly],
fieldset[disabled] div.configurator .option.CustomUserText textarea {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textareadiv.configurator .option.CustomUserText textarea {
  height: auto;
  resize: none;
}
div.option-exclusion {
  width: 100%;
  text-align: right;
  color: #a94442;
  font-size: 14px;
}
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: 14px;
}
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: 14px;
  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: 14px;
  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;
}
.configurator .step-description,
.configurator h1,
.configurator h2,
.configurator h3,
.configurator h4 {
  color: #000 !important;
}
/*.step-description{
    color:@themeColor;
}*/
div.step-extended,
div.choice-extended {
  margin-bottom: 15px;
}
div.configurator-total {
  margin-top: 10px;
}
div.breadcrumb-side {
  border: 1px solid #ccc;
  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: 14px;
  font-weight: 300;
}
div.breadcrumb-side #configsummary {
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
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 #ccc;
  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 #ccc;
  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 #ccc;
  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 #ccc;
  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: 600;
  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 #ccc;
  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: #001a30;
}
div.choice.colorpicker div.option-wrapper div.option input[type=radio]:checked + label {
  color: #2B6CA5;
  text-decoration: underline;
}
div.choice.colorpicker div.option-wrapper div.option input[type=radio]:checked + label img {
  border: 2px solid #2B6CA5;
}
div.choice.colorpicker div.option-wrapper div.option label {
  font-size: 14px !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 #ccc;
  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 #ccc;
}
div.attribute-table div.attribute-header-row {
  display: table-header-group;
  font-weight: bold;
  height: auto;
  color: #000;
  text-align: center;
  background: #eaeaea;
  border: 1px solid #ccc;
}
div.attribute-table div.attribute-header-row div.col-attribute-header {
  border-right: 1px solid #ccc;
  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 #ccc;
}
div.attribute-table div.attribute-row div.col-attribute {
  background: #eaeaea;
  font-weight: bold;
  height: auto;
  color: #000;
  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: #fff;
  background-color: #00457c;
  border-color: #003762;
  border-color: transparent;
  /* 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: 0px;
  -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: #fff;
  border-color: #001525;
}
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: #00457c;
  border-color: #003762;
}
div.linkbutton a.Next .badge,
div.linkbutton a.Back .badge,
div.linkbutton a.add .badge {
  color: #00457c;
  background-color: #fff;
}
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: #333;
  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: #fff;
}
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: #fff;
  background-color: #318531;
  border-color: #2a722a;
  /* 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: 0px;
  -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: #fff;
  border-color: #1a461a;
}
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: #318531;
  border-color: #2a722a;
}
div.configurator-review-button div.configurator-addtocart a .badge {
  color: #318531;
  background-color: #fff;
}
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: #333;
  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: #fff;
}
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: #fff;
  background-color: #00457c;
  border-color: #003762;
  border-color: transparent;
  /* 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: 0px;
  -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: #fff;
  border-color: #001525;
}
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: #00457c;
  border-color: #003762;
}
div.configurator-review-button div.configurator-back a .badge,
div.configurator-review-button div.configurator-cancel a .badge {
  color: #00457c;
  background-color: #fff;
}
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: #333;
  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: #fff;
}
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: 600;
}
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 #ccc;
  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 #ccc;
  vertical-align: top;
  margin: -1px 0 0 -1px;
  padding: 10px;
}
div.configurator div.choice div.option.Information .option-type-information,
div.configurator-review div.choice div.option.Information .option-type-information {
  float: right;
}
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: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dfdfdf;
  border-radius: 0px;
  /*.box-shadow(inset 0 1px 1px rgba(0,0,0,.075));*/
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
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 {
  -moz-box-shadow: 0 0 10px 0 #000;
  -webkit-box-shadow: 0 0 10px 0 #000;
  box-shadow: 0 0 10px 0 #000;
  -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 {
  -moz-box-shadow: 0 0 10px 0 #000;
  -webkit-box-shadow: 0 0 10px 0 #000;
  box-shadow: 0 0 10px 0 #000;
  -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 #ccc;
  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;
  -moz-box-shadow: 0 0 10px 0 #000;
  -webkit-box-shadow: 0 0 10px 0 #000;
  box-shadow: 0 0 10px 0 #000;
  -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 {
  margin-left: 1px;
  width: 100%;
}
div.choice div.option-wrapper div.option div.configurator-price-container {
  float: right;
}
div.choice div.option-wrapper div.option div.configurator-price-container .configurator-price {
  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: 14px;
}
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 {
  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 #ccc;
  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 #ccc;
  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 #ccc;
  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 #ccc;
  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.thirds div.option-wrapper div.option {
  width: 33.33%;
}
@media (max-width: 991px) {
  div.choice.tile.thirds div.option-wrapper div.option {
    width: 50%;
  }
}
@media (max-width: 767px) {
  div.choice.tile.thirds div.option-wrapper div.option {
    width: 100%;
  }
}
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.thirds {
  width: 33.33%;
}
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%;
}
/*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 > div.configurator-review.stitch div.review-baseitem-container,
div.configurator.stitch div.review-total,
#MainSection > div > div.configurator-review.stitch div.review-total,
div.configurator.stitch div.review-step-container,
#MainSection > div > div.configurator-review.stitch div.review-step-container,
div.configurator.stitch div.breadcrumb-side,
#MainSection > div > div.configurator-review.stitch div.breadcrumb-side,
div.configurator.stitch div.header,
#MainSection > div > div.configurator-review.stitch div.header,
div.configurator.stitch div.step-header-container,
#MainSection > div > div.configurator-review.stitch div.step-header-container,
div.configurator.stitch div.breadcrumb-top,
#MainSection > div > div.configurator-review.stitch div.breadcrumb-top,
div.configurator.stitch div.header-review,
#MainSection > div > div.configurator-review.stitch div.header-review,
div.configurator.stitch div.choice,
#MainSection > div > div.configurator-review.stitch div.choice {
  background: none !important;
  border: 2px dashed #ccc;
  box-shadow: none;
  padding: 10px;
}
div.configurator.stitch div.breadcrumb-side-step-container,
#MainSection > div > div.configurator-review.stitch div.breadcrumb-side-step-container {
  border-bottom-style: dashed!important;
}
div.configurator.stitch div.option,
#MainSection > div > div.configurator-review.stitch div.option,
div.configurator.stitch select,
#MainSection > div > div.configurator-review.stitch select,
div.configurator.stitch div.review-choice-container,
#MainSection > div > div.configurator-review.stitch div.review-choice-container {
  border-style: dashed!important;
}
div.configurator.stitch #configsummary,
#MainSection > div > div.configurator-review.stitch #configsummary {
  border-bottom-style: dashed!important;
  border-bottom-width: 2px;
}
div.configurator.stitch select,
#MainSection > div > div.configurator-review.stitch select {
  border-radius: 0 !important;
  box-shadow: none;
}
div.configurator.stitch div.col-attribute,
#MainSection > div > div.configurator-review.stitch div.col-attribute {
  background: #fff !important;
}
div.configurator.ntn7 div.review-baseitem-container,
#MainSection > div > div.configurator-review.ntn7 div.review-baseitem-container,
div.configurator.ntn7 div.review-total,
#MainSection > div > div.configurator-review.ntn7 div.review-total,
div.configurator.ntn7 div.review-step-container,
#MainSection > div > div.configurator-review.ntn7 div.review-step-container,
div.configurator.ntn7 div.breadcrumb-side,
#MainSection > div > div.configurator-review.ntn7 div.breadcrumb-side,
div.configurator.ntn7 div.header,
#MainSection > div > div.configurator-review.ntn7 div.header,
div.configurator.ntn7 div.step-header-container,
#MainSection > div > div.configurator-review.ntn7 div.step-header-container,
div.configurator.ntn7 div.breadcrumb-top,
#MainSection > div > div.configurator-review.ntn7 div.breadcrumb-top,
div.configurator.ntn7 div.header-review,
#MainSection > div > div.configurator-review.ntn7 div.header-review,
div.configurator.ntn7 div.choice,
#MainSection > div > div.configurator-review.ntn7 div.choice {
  background: #EEF7FF;
  border-width: 4px 1px 1px 1px !important;
  border-color: #0061af;
  border-radius: 0;
  box-shadow: none;
  border-top-color: #00457c !important;
  padding: 10px;
}
div.configurator.ntn7 div.col-attribute,
#MainSection > div > div.configurator-review.ntn7 div.col-attribute {
  background: #EEF7FF !important;
}
div.configurator.ntn7 div.option,
#MainSection > div > div.configurator-review.ntn7 div.option,
div.configurator.ntn7 div.review-choice-container,
#MainSection > div > div.configurator-review.ntn7 div.review-choice-container,
div.configurator.ntn7 div#configsummary,
#MainSection > div > div.configurator-review.ntn7 div#configsummary,
div.configurator.ntn7 div.responsive-attribute div,
#MainSection > div > div.configurator-review.ntn7 div.responsive-attribute div,
div.configurator.ntn7 div.breadcrumb-side-step-container,
#MainSection > div > div.configurator-review.ntn7 div.breadcrumb-side-step-container {
  border-color: #007ee2 !important;
}
div.configurator.ntn7 select,
#MainSection > div > div.configurator-review.ntn7 select,
div.configurator.ntn7 input[type="text"],
#MainSection > div > div.configurator-review.ntn7 input[type="text"] {
  border-radius: 0 !important;
  border-color: #007ee2 !important;
  color: #00457c !important;
  box-shadow: none;
}
div.configurator.modern div.review-baseitem-container,
#MainSection > div > div.configurator-review.modern div.review-baseitem-container,
div.configurator.modern div.review-total,
#MainSection > div > div.configurator-review.modern div.review-total,
div.configurator.modern div.review-step-container,
#MainSection > div > div.configurator-review.modern div.review-step-container,
div.configurator.modern div.breadcrumb-side,
#MainSection > div > div.configurator-review.modern div.breadcrumb-side,
div.configurator.modern div.header,
#MainSection > div > div.configurator-review.modern div.header,
div.configurator.modern div.step-header-container,
#MainSection > div > div.configurator-review.modern div.step-header-container,
div.configurator.modern div.breadcrumb-top,
#MainSection > div > div.configurator-review.modern div.breadcrumb-top,
div.configurator.modern div.header-review,
#MainSection > div > div.configurator-review.modern div.header-review,
div.configurator.modern div.choice,
#MainSection > div > div.configurator-review.modern div.choice {
  background: #eaeaea;
  border: 1px solid #ccc;
  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 > div.configurator-review.modern select {
  border-radius: 0 !important;
}
div.configurator.elegance div.review-baseitem-container,
#MainSection > div > div.configurator-review.elegance div.review-baseitem-container,
div.configurator.elegance div.review-total,
#MainSection > div > div.configurator-review.elegance div.review-total,
div.configurator.elegance div.review-step-container,
#MainSection > div > div.configurator-review.elegance div.review-step-container,
div.configurator.elegance div.breadcrumb-side,
#MainSection > div > div.configurator-review.elegance div.breadcrumb-side,
div.configurator.elegance div.header,
#MainSection > div > div.configurator-review.elegance div.header,
div.configurator.elegance div.step-header-container,
#MainSection > div > div.configurator-review.elegance div.step-header-container,
div.configurator.elegance div.breadcrumb-top,
#MainSection > div > div.configurator-review.elegance div.breadcrumb-top,
div.configurator.elegance div.header-review,
#MainSection > div > div.configurator-review.elegance div.header-review,
div.configurator.elegance div.choice,
#MainSection > div > div.configurator-review.elegance div.choice {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background: #f5f5f5;
  border-width: 1px 1px 4px 1px !important;
  border-color: #ddd !important;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 10px;
}
div.configurator.elegance div.review-step-container,
#MainSection > div > div.configurator-review.elegance div.review-step-container,
div.configurator.elegance div.review-total,
#MainSection > div > div.configurator-review.elegance div.review-total {
  margin-top: 15px;
}
div.configurator.noshadow div.review-baseitem-container,
#MainSection > div > div.configurator-review.noshadow div.review-baseitem-container,
div.configurator.noshadow div.review-total,
#MainSection > div > div.configurator-review.noshadow div.review-total,
div.configurator.noshadow div.review-step-container,
#MainSection > div > div.configurator-review.noshadow div.review-step-container,
div.configurator.noshadow div.breadcrumb-side,
#MainSection > div > div.configurator-review.noshadow div.breadcrumb-side,
div.configurator.noshadow div.header,
#MainSection > div > div.configurator-review.noshadow div.header,
div.configurator.noshadow div.step-header-container,
#MainSection > div > div.configurator-review.noshadow div.step-header-container,
div.configurator.noshadow div.breadcrumb-top,
#MainSection > div > div.configurator-review.noshadow div.breadcrumb-top,
div.configurator.noshadow div.header-review,
#MainSection > div > div.configurator-review.noshadow div.header-review,
div.configurator.noshadow div.choice,
#MainSection > div > div.configurator-review.noshadow div.choice {
  box-shadow: none;
}
div.configurator.borderaccent div.review-baseitem-container,
#MainSection > div > div.configurator-review.borderaccent div.review-baseitem-container,
div.configurator.borderaccent div.review-total,
#MainSection > div > div.configurator-review.borderaccent div.review-total,
div.configurator.borderaccent div.review-step-container,
#MainSection > div > div.configurator-review.borderaccent div.review-step-container,
div.configurator.borderaccent div.breadcrumb-side,
#MainSection > div > div.configurator-review.borderaccent div.breadcrumb-side,
div.configurator.borderaccent div.header,
#MainSection > div > div.configurator-review.borderaccent div.header,
div.configurator.borderaccent div.step-header-container,
#MainSection > div > div.configurator-review.borderaccent div.step-header-container,
div.configurator.borderaccent div.breadcrumb-top,
#MainSection > div > div.configurator-review.borderaccent div.breadcrumb-top,
div.configurator.borderaccent div.header-review,
#MainSection > div > div.configurator-review.borderaccent div.header-review,
div.configurator.borderaccent div.choice,
#MainSection > div > div.configurator-review.borderaccent div.choice {
  border-width: 1px 1px 4px 1px !important;
  border-color: #ccc !important;
}
div.configurator.noborder div.review-baseitem-container,
#MainSection > div > div.configurator-review.noborder div.review-baseitem-container,
div.configurator.noborder div.review-total,
#MainSection > div > div.configurator-review.noborder div.review-total,
div.configurator.noborder div.review-step-container,
#MainSection > div > div.configurator-review.noborder div.review-step-container,
div.configurator.noborder div.breadcrumb-side,
#MainSection > div > div.configurator-review.noborder div.breadcrumb-side,
div.configurator.noborder div.header,
#MainSection > div > div.configurator-review.noborder div.header,
div.configurator.noborder div.step-header-container,
#MainSection > div > div.configurator-review.noborder div.step-header-container,
div.configurator.noborder div.breadcrumb-top,
#MainSection > div > div.configurator-review.noborder div.breadcrumb-top,
div.configurator.noborder div.header-review,
#MainSection > div > div.configurator-review.noborder div.header-review,
div.configurator.noborder div.choice,
#MainSection > div > div.configurator-review.noborder div.choice {
  border-width: 0px !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
div.configurator.borderdashed div.review-baseitem-container,
#MainSection > div > div.configurator-review.borderdashed div.review-baseitem-container,
div.configurator.borderdashed div.review-total,
#MainSection > div > div.configurator-review.borderdashed div.review-total,
div.configurator.borderdashed div.review-step-container,
#MainSection > div > div.configurator-review.borderdashed div.review-step-container,
div.configurator.borderdashed div.breadcrumb-side,
#MainSection > div > div.configurator-review.borderdashed div.breadcrumb-side,
div.configurator.borderdashed div.header,
#MainSection > div > div.configurator-review.borderdashed div.header,
div.configurator.borderdashed div.step-header-container,
#MainSection > div > div.configurator-review.borderdashed div.step-header-container,
div.configurator.borderdashed div.breadcrumb-top,
#MainSection > div > div.configurator-review.borderdashed div.breadcrumb-top,
div.configurator.borderdashed div.header-review,
#MainSection > div > div.configurator-review.borderdashed div.header-review,
div.configurator.borderdashed div.choice,
#MainSection > div > div.configurator-review.borderdashed div.choice {
  border-width: 1px !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border: 1px dashed #949494 !important;
}
div.configurator.roundedright div.review-baseitem-container,
#MainSection > div > div.configurator-review.roundedright div.review-baseitem-container,
div.configurator.roundedright div.review-total,
#MainSection > div > div.configurator-review.roundedright div.review-total,
div.configurator.roundedright div.review-step-container,
#MainSection > div > div.configurator-review.roundedright div.review-step-container,
div.configurator.roundedright div.breadcrumb-side,
#MainSection > div > div.configurator-review.roundedright div.breadcrumb-side,
div.configurator.roundedright div.header,
#MainSection > div > div.configurator-review.roundedright div.header,
div.configurator.roundedright div.step-header-container,
#MainSection > div > div.configurator-review.roundedright div.step-header-container,
div.configurator.roundedright div.breadcrumb-top,
#MainSection > div > div.configurator-review.roundedright div.breadcrumb-top,
div.configurator.roundedright div.header-review,
#MainSection > div > div.configurator-review.roundedright div.header-review,
div.configurator.roundedright div.choice,
#MainSection > div > 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 > div.configurator-review.roundedleft div.review-baseitem-container,
div.configurator.roundedleft div.review-total,
#MainSection > div > div.configurator-review.roundedleft div.review-total,
div.configurator.roundedleft div.review-step-container,
#MainSection > div > div.configurator-review.roundedleft div.review-step-container,
div.configurator.roundedleft div.breadcrumb-side,
#MainSection > div > div.configurator-review.roundedleft div.breadcrumb-side,
div.configurator.roundedleft div.header,
#MainSection > div > div.configurator-review.roundedleft div.header,
div.configurator.roundedleft div.step-header-container,
#MainSection > div > div.configurator-review.roundedleft div.step-header-container,
div.configurator.roundedleft div.breadcrumb-top,
#MainSection > div > div.configurator-review.roundedleft div.breadcrumb-top,
div.configurator.roundedleft div.header-review,
#MainSection > div > div.configurator-review.roundedleft div.header-review,
div.configurator.roundedleft div.choice,
#MainSection > div > 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 > div.configurator-review.rounded div.review-baseitem-container,
div.configurator.rounded div.review-total,
#MainSection > div > div.configurator-review.rounded div.review-total,
div.configurator.rounded div.review-step-container,
#MainSection > div > div.configurator-review.rounded div.review-step-container,
div.configurator.rounded div.breadcrumb-side,
#MainSection > div > div.configurator-review.rounded div.breadcrumb-side,
div.configurator.rounded div.header,
#MainSection > div > div.configurator-review.rounded div.header,
div.configurator.rounded div.step-header-container,
#MainSection > div > div.configurator-review.rounded div.step-header-container,
div.configurator.rounded div.breadcrumb-top,
#MainSection > div > div.configurator-review.rounded div.breadcrumb-top,
div.configurator.rounded div.header-review,
#MainSection > div > div.configurator-review.rounded div.header-review,
div.configurator.rounded div.choice,
#MainSection > div > div.configurator-review.rounded div.choice {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
div.configurator.rounded img,
#MainSection > div > 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 > div.configurator-review.flat div.review-baseitem-container,
div.configurator.flat div.review-total,
#MainSection > div > div.configurator-review.flat div.review-total,
div.configurator.flat div.review-step-container,
#MainSection > div > div.configurator-review.flat div.review-step-container,
div.configurator.flat div.breadcrumb-side,
#MainSection > div > div.configurator-review.flat div.breadcrumb-side,
div.configurator.flat div.header,
#MainSection > div > div.configurator-review.flat div.header,
div.configurator.flat div.step-header-container,
#MainSection > div > div.configurator-review.flat div.step-header-container,
div.configurator.flat div.breadcrumb-top,
#MainSection > div > div.configurator-review.flat div.breadcrumb-top,
div.configurator.flat div.header-review,
#MainSection > div > div.configurator-review.flat div.header-review,
div.configurator.flat div.choice,
#MainSection > div > div.configurator-review.flat div.choice {
  background: #f5f5f5;
}
div.configurator.gradient div.review-baseitem-container,
#MainSection > div > div.configurator-review.gradient div.review-baseitem-container,
div.configurator.gradient div.review-total,
#MainSection > div > div.configurator-review.gradient div.review-total,
div.configurator.gradient div.review-step-container,
#MainSection > div > div.configurator-review.gradient div.review-step-container,
div.configurator.gradient div.breadcrumb-side,
#MainSection > div > div.configurator-review.gradient div.breadcrumb-side,
div.configurator.gradient div.header,
#MainSection > div > div.configurator-review.gradient div.header,
div.configurator.gradient div.step-header-container,
#MainSection > div > div.configurator-review.gradient div.step-header-container,
div.configurator.gradient div.breadcrumb-top,
#MainSection > div > div.configurator-review.gradient div.breadcrumb-top,
div.configurator.gradient div.header-review,
#MainSection > div > div.configurator-review.gradient div.header-review,
div.configurator.gradient div.choice,
#MainSection > div > div.configurator-review.gradient div.choice {
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eaeaea));
  background: -webkit-linear-gradient(top, #fff, #eaeaea);
  background: -moz-linear-gradient(top, #fff, #eaeaea);
  background: -ms-linear-gradient(top, #fff, #eaeaea);
  background: -o-linear-gradient(top, #fff, #eaeaea);
}
div.configurator.nobg div.review-baseitem-container,
#MainSection > div > div.configurator-review.nobg div.review-baseitem-container,
div.configurator.nobg div.review-total,
#MainSection > div > div.configurator-review.nobg div.review-total,
div.configurator.nobg div.review-step-container,
#MainSection > div > div.configurator-review.nobg div.review-step-container,
div.configurator.nobg div.breadcrumb-side,
#MainSection > div > div.configurator-review.nobg div.breadcrumb-side,
div.configurator.nobg div.header,
#MainSection > div > div.configurator-review.nobg div.header,
div.configurator.nobg div.step-header-container,
#MainSection > div > div.configurator-review.nobg div.step-header-container,
div.configurator.nobg div.breadcrumb-top,
#MainSection > div > div.configurator-review.nobg div.breadcrumb-top,
div.configurator.nobg div.header-review,
#MainSection > div > div.configurator-review.nobg div.header-review,
div.configurator.nobg div.choice,
#MainSection > div > div.configurator-review.nobg div.choice {
  background: none !important;
}
/*DVPAL20150331 - CONFIGURATOR LAYOUT STYLES - END*/
/* END configurator.less */
/* START accountmenu.less */
/*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*/
#AccountMenuContainer {
  text-align: left;
  padding: 10px;
  max-width: 185px;
}
#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: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #00457c;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
  text-decoration: none !important;
  font-weight: bold;
  width: 100%;
  word-wrap: normal;
  white-space: normal;
}
#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: #333;
  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: #001a30;
  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: #002e52;
}
#AccountMenuContainer #AccountMenu .btn-login {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
#AccountMenuContainer #AccountMenu #AccountMenuList {
  margin-top: 10px;
  list-style: none;
  border-top: 1px solid #00457c;
}
#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: #002e52;
  color: #fff;
}
/* END accountmenu.less */
/* START address.less */
/* DVPDS - used for the address control (used on the checkout page) */
.address {
  width: 100%;
}
.address tbody tr td:first-child {
  width: 35%;
}
.address tbody tr td:last-child {
  width: 65%;
}
.address tbody tr td {
  vertical-align: top;
  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 {
  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;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #ccc;
  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 */
/* START breadcrumb.less */
.breadcrumbdiv {
  /*padding: 4px 11px;*/
  margin-bottom: 15px;
  font-size: 16px;
  list-style: none;
  width: 100%;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  clear: both;
  background: #fff;
  color: #00457c;
  border-bottom: none;
}
a.breadcrumblink {
  color: #00457c;
  padding: 0;
  text-decoration: none;
  font-weight: 600;
}
div.breadcrumbps {
  background: #fff;
  border-bottom: none;
  padding: 2px;
  width: 100%;
}
div.breadcrumbps div {
  display: inline-block;
}
/* 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;
}
#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;
}
/* END captcha.less */
/* START category.less */
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;
}
.category-standard-wrapper {
  position: relative;
}
@media (max-width: 767px) {
  .category-standard-wrapper p {
    text-align: left;
  }
  .category-standard-wrapper h1 {
    text-align: center;
  }
}
.category-standard-image-col {
  display: inline-block;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .category-standard-image-col {
    width: 100%;
    margin: 10px 0;
  }
  .category-standard-image-col img {
    width: 100%!important;
  }
}
.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;
}
.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,
div.midtitle {
  margin: 10px 0;
  padding: 5px;
  background: #00457c;
  border-radius: 0px;
  border-bottom: 3px solid #002e52;
}
div.categorytitle h3.Alt,
div.midtitle h3.Alt {
  color: #fff !important;
}
/* END category.less */
/* START categoryitems.less */
span.highlighttext {
  margin: 5px 0;
  font-size: 13px;
  font-weight: 600;
  color: #333333;
  display: block;
  line-height: 1.2;
}
.FeatItemContainer {
  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;
}
.FeatItemContainer#cartfeat .FeatItem.ipad {
  min-height: 200px;
}
@media (min-width: 992px) {
  .FeatItemContainer#cartfeat .FeatItem.ipad {
    min-height: 250px;
  }
}
.FeatItemContainer .FeatItem {
  float: left;
  background: #fff;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  text-align: center;
  margin: 0 10px 10px 0px;
  height: auto;
  padding: 30px 10px 10px 10px;
  border: 1px solid #eaeaea;
  width: 24.25%;
  margin-right: 1%;
  vertical-align: top;
  position: relative;
}
.FeatItemContainer .FeatItem.ipad {
  min-height: 300px;
}
@media (min-width: 992px) {
  .FeatItemContainer .FeatItem.ipad {
    min-height: 350px;
  }
}
.FeatItemContainer .FeatItem:hover {
  border: 1px solid #00457c;
}
.FeatItemContainer .FeatItem:hover {
  -webkit-box-shadow: 0px 3px 0 #00457c;
  -moz-box-shadow: 0px 3px 0 #00457c;
  box-shadow: 0px 3px 0 #00457c;
  -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:nth-child(4n+0) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .FeatItemContainer .FeatItem {
    width: 49%;
    margin-right: 2%;
  }
  .FeatItemContainer .FeatItem:nth-child(2n+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;
    width: 100%;
  }
  .FeatItemContainer .FeatItem .FeatItemImage {
    /*float: left;
                margin-right: 20px;*/
    float: none;
    width: 100%;
  }
  .FeatItemContainer .FeatItem .FeatItemInfo {
    text-align: center;
  }
}
.FeatItemContainer .FeatItem .FeatItemImage {
  min-height: 110px;
  height: 110px;
}
.FeatItemContainer .FeatItem .FeatItemImage a {
  display: block;
}
.FeatItemContainer .FeatItem .FeatItemImage a img {
  width: 110px;
  height: 110px;
  border: 0;
}
.FeatItemContainer .FeatItem .FeatItemInfo h1 {
  font-size: 14px;
  margin: 0;
}
.FeatItemContainer .FeatItem .FeatItemInfo .FeatItemShortDescription {
  font-weight: 500;
  font-size: 20px;
  color: #00457c;
  margin: 5px 0;
  display: inline-block;
}
.FeatItemContainer .FeatItem .FeatItemInfo .FeatItemHighlightDescription {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  padding: 2px;
  left: 0;
  right: 0;
  top: 0;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  background: #00457c;
  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-weight: 300;
  font-size: 22px;
  color: #00457c;
  padding: 0;
  border-top: 1px solid #eaeaea;
  margin: 10px 0 0 0;
  padding-top: 10px;
}
.FeatItemContainer .FeatItem .FeatItemInfo .FeatItemPrice .CatDisplayPrice {
  font-size: 18px;
}
/* used on the featureditems.ascx (used on the welcome page for logged in users) */
div.Featured-Items-Rep {
  width: 100%;
  background-color: #fff;
  text-align: center;
  border: 0;
  display: inline-block;
}
div.Featured-Items-Rep .Featured-Item {
  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: #fff;
  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;
 }

 .itemlist-image-wrapper {
     @media (max-width: @screen-sm-max) {
         
     }

     @media (max-width: @screen-xs-max) {
         display: block;
     }
 }

 .itemlist-description-wrapper {
     @media (max-width: @screen-sm-max) {
         
     }

     @media (max-width: @screen-xs-max) {
         display: block;

         .itemlist-addtocart-wrapper {
             display: block;
         }

         .itemlist-description {
             padding: 0;
         }
     }

     & > div {
         display: inline-block;
         vertical-align: top;
     }
 }


.item-list-row {
    
    border: 1px solid @color-grey-darker;
}

.item-list-col {

    @media (max-width: @screen-xs-max) {
        & > div,
        & > a {
            display: inline-block !important;
        }
    }
}

.item-list-item {   
    .item-list-col;
}
.item-list-itemno {   
    .item-list-col;
}
.item-list-name {   
    .item-list-col;
}
.item-list-webprice {   
    .item-list-col;
}
.item-list-salesprice {   
    .item-list-col;
}
.item-list-uom {
    .item-list-col;
}

.item-list-header
{
    .row;

    .item-list-item {}
    .item-list-itemno {   
        color: red;
    }
    .item-list-name {}
    .item-list-webprice {}
    .item-list-salesprice {}
    .item-list-uom {}
}

.item-list-body
{
    .item-list-item {}
    .item-list-itemno {}
    .item-list-name {}
    .item-list-webprice {}
    .item-list-salesprice {}
    .item-list-uom {}
    .item-list-addtocart {}
}*/
.categoryItemContainer {
  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;
}
.categoryItemContainer .each-category-item {
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  float: left;
  vertical-align: top;
  background: #fff;
  text-align: center;
  margin: 0 10px 10px 0px;
  width: 24.25%;
  margin-right: 1%;
  position: relative;
  padding: 5px;
  height: auto;
  border: 1px solid #eaeaea;
}
.categoryItemContainer .each-category-item .each-category-item-info-short-desc {
  margin: 5px 0;
}
.categoryItemContainer .each-category-item .each-category-item-price {
  font-size: 15px;
  color: #666;
  font-weight: bold;
  padding: 0;
  margin: 2px 10px;
}
.categoryItemContainer .each-category-item:hover {
  -webkit-box-shadow: 0px 3px 0 #00457c;
  -moz-box-shadow: 0px 3px 0 #00457c;
  box-shadow: 0px 3px 0 #00457c;
  -webkit-transform: translate(0px, -3px);
  -moz-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  -o-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}
.categoryItemContainer .each-category-item:hover {
  border: 1px solid #00457c;
}
.categoryItemContainer .each-category-item:nth-child(4n+0) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .categoryItemContainer .each-category-item {
    width: 49%;
    margin-right: 2%;
  }
  .categoryItemContainer .each-category-item:nth-child(2n+0) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .categoryItemContainer .each-category-item {
    padding: 25px 20px 10px 20px;
    margin: 0 0 20px 0;
    margin-bottom: 10px;
    width: 100%;
  }
  .categoryItemContainer .each-category-item .each-category-item-Image {
    /*float: left;
                margin-right: 20px;*/
    width: 100%;
    float: none;
  }
  .categoryItemContainer .each-category-item .each-category-item-info {
    text-align: left;
  }
}
.categoryItemContainer .each-category-item .each-category-item-Image {
  min-height: 110px;
}
.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;*/
  width: auto;
  max-width: 100%;
  height: 110px;
  border: 0;
}
/* END categoryitems.less */
/* START checkout.less */
.checkoutHeader {
  margin-top: 0;
  border-bottom: 1px solid #e1e1e1;
  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: 0px 0px 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%;
  font-size: 14px;
}
.checkoutHeader li.onepage-selected {
  background: #00457c;
  color: #fff;
  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%;
  font-size: 14px;
}
.checkoutHeader li.onepage-selected span.badge {
  background: none;
  color: #fff;
}
.checkoutHeader li.selected {
  background: #00457c;
  color: #fff;
}
@media (max-width: 991px) {
  .checkoutHeader li.selected {
    width: 100%;
    display: inline-block;
  }
}
.checkoutHeader li.selected span.badge {
  background: none;
  color: #fff;
}
.checkoutHeader li span {
  display: block;
  margin-right: 5px;
}
.checkoutHeader li span.badge {
  text-align: center;
  background: none;
  color: #666;
  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: 0;
  background-color: #fff;
  margin: 1px 0 15px 0;
}
div.section-wrapper .section-header {
  background-color: #e5e5e5;
  padding: 5px 10px;
}
div.section-wrapper .section-body {
  background-color: #fff;
  padding: 10px;
}
div.section-wrapper .section-body-comment {
  background-color: #fff;
  padding: 10px;
}
div.section-wrapper .section-body-comment .form-control {
  height: 120px;
}
div.section-wrapper .shipping_payment_container {
  background-color: #fff;
  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: #fff;
}
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;
  width: 100%;
}
div.coupon-info-wrapper .couponitemlist {
  width: 100%;
  white-space: normal;
}
.couponDiv {
  float: left;
}
@media (max-width: 991px) {
  .couponDiv {
    width: 100%;
    float: none;
  }
}
.couponDiv div.coupon-wrapper,
.couponDiv div.coupon-info-wrapper {
  white-space: nowrap;
  margin: 10px 0 10px 0;
  background-color: #e8eef3;
  display: inline-block;
  /*DVPEP20140530 - NTN7.2 - Set display to inline block.*/
}
@media (max-width: 991px) {
  .couponDiv div.coupon-wrapper,
  .couponDiv div.coupon-info-wrapper {
    width: 100%;
  }
}
.vatnocontainer {
  float: right;
}
@media (max-width: 991px) {
  .vatnocontainer {
    width: 100%;
    float: none;
  }
}
.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 #ccc;
  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;
    margin: 20px 0;
    display: inline-block;
    border-top: 1px solid #00457c;
    border-bottom: 1px solid #00457c;
    padding: 15px 0 25px 0;
  }
}
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: right;
  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;
}
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;
}
/*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;
}
@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 #ccc;
  background-color: #eaeaea;
  border-collapse: separate !important;
  border-radius: 0px;
}
.radio-toggle input[type="radio"] {
  display: block;
  position: absolute;
  opacity: 0;
}
.radio-toggle input:checked + label {
  background: #ccc;
  color: #000;
  display: block;
}
.radio-toggle input:focus + label {
  outline: 2px solid #00457c;
}
.radio-toggle input:active + label {
  outline: none !important;
}
.radio-toggle label {
  cursor: pointer;
  display: block;
  padding: 7px;
  color: #222222;
  font-size: 14px;
  white-space: nowrap;
  margin: 0;
}
.radio-toggle label:hover {
  background: #f5f5f5;
}
div#addresslist {
  margin: 10px auto 0;
  border: solid 2px #ccc;
  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: 600;
  color: #fff;
  background-color: #00457c;
  padding: 3px 5px;
}
.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 #ccc;
  background-color: #f5f5f5;
  padding: 5px;
  width: 100%;
  height: auto;
  vertical-align: middle;
  overflow: auto;
  z-index: 200;
  clear: both;
  text-align: left;
}
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: #fff;
  padding: 10px;
  border-radius: 0px;
  border: 1px solid #000;
  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: #fff;
  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 {
  margin-left: 10px;
}
div.checkoutsec div.ponumber input {
  width: 110px;
}
.icon-chevron-up {
  background: url(../images/chevrons.png) 0 -18px no-repeat;
}
.icon-chevron-down {
  background: url(../images/chevrons.png) 0 0 no-repeat;
}
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;
}
@media (max-width: 991px) {
  div.billingandshippingaddresses .shipping {
    border-top: 1px solid #ccc;
  }
}
div.billingandshippingaddresses div.billing,
div.billingandshippingaddresses div.shipping {
  background-color: #fff;
  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 h3,
div.billingandshippingaddresses div.shipping div.address-header h3 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background-color: #00457c;
  padding: 3px 5px;
  margin-bottom: 0;
}
/* one page checkout */
div.bill-and-ship-addresses {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  div.bill-and-ship-addresses .shipbillheader {
    margin-top: 15px;
    text-align: center;
    display: block;
  }
}
/* 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: #fff;
  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: #fff;
  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: 16px;
  font-weight: 600;
}
div.DisplayAddress .da-container {
  font-size: 14px;
  display: inline-block;
  width: 100%;
  background: #f1f5f8;
}
@media (max-width: 991px) {
  div.DisplayAddress .da-container:nth-child(odd) {
    background: #f5f5f5;
  }
  div.DisplayAddress .da-container:nth-child(even) {
    background: #ccc;
  }
}
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;
  }
}
div.DisplayAddress .da-container .da-label {
  font-weight: 600;
  width: 30%;
  background: #e8eef3;
}
div.DisplayAddress .da-container .da-value {
  width: 70%;
  background: #f1f5f8;
}
@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;
}
.expand-toggle {
  padding: 3px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #ccc;
  background: #f5f5f5;
  cursor: pointer;
  text-decoration: none;
}
.expand-toggle:hover {
  background: #ccc;
  border: 1px solid #949494;
}
.expand-toggle:active {
  border: 1px solid #666;
  background: #949494;
  outline: 0 !important;
}
.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;
  }
}
.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%;
  }
}
.chkContainer {
  text-align: center;
}
.chkContainer label,
.chkContainer input {
  vertical-align: middle;
  margin: 0;
}
.chkContainer label {
  font-weight: 600;
}
/* END checkout.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: #fff;
  border: 1px solid #00457c;
  text-align: center;
}
.alert-box span.message {
  color: #00457c;
}
.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;
  z-index: 9000;
  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 {
  padding: 5px;
  background-color: #f5f5f5;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #ccc;
}
.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;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #ccc;
  margin-left: 0px;
  margin-right: 0px;
}
.favorite-hdr div:first-of-type {
  line-height: 3;
}
#favorites-nav {
  display: inline-block;
  background-color: #00457c;
  border: 1px solid #00457c;
  width: 100%;
  line-height: 3;
}
#favorites-nav span {
  color: #fff;
}
#favorites-nav span a.others {
  color: #ccc !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 */
/* footer.less - START */
div.footer {
  margin: 0 auto;
  width: 1170px;
  height: auto;
  font-size: 0;
  color: #fff;
  min-height: 100px;
  padding-top: 10px;
  text-align: left;
  padding: 5px 0;
  background: #00457c;
}
@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;
}
@media (max-width: 767px) {
  div.footer .paymenticon {
    text-align: center;
  }
}
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 5px 0;
  padding-bottom: 5px;
  color: #fff;
  /*border-bottom:1px solid @footerHeaderBorderColor;*/
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
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-weight: 300;
  font-size: 16px;
  color: #D4ECFF;
  text-decoration: none;
  line-height: 1.75;
}
div.footer .column ul.footerll li a:before {
  opacity: 0.3;
  margin-right: 5px;
  content: "\2022\00a0";
}
div.footer .column ul.footerll li a:hover {
  color: #fff;
}
div.footer .column ul.footerll li a:focus {
  text-decoration: none !important;
}
div.footer .column ul.footerll li a:active {
  text-decoration: none !important;
}
span.dvp {
  font-weight: 300;
  font-size: 14px;
}
div.dvptag {
  min-height: 30px;
  width: 1170px;
  padding: 5px 5px 10px;
  text-transform: uppercase;
  margin: 0 auto;
  font-weight: 300;
  font-size: 14px;
  color: #D4ECFF;
}
@media (max-width: 1199px) {
  div.dvptag {
    width: 970px;
  }
}
@media (max-width: 991px) {
  div.dvptag {
    width: 100%;
  }
}
div.dvptag span {
  color: #D4ECFF;
}
div.dvptag a {
  color: #D4ECFF;
}
div.dvptag .dvpwm {
  float: right;
}
div.dvptag .fcopyright {
  float: left;
}
@media (max-width: 991px) {
  div.dvptag .dvpwm,
  div.dvptag .fcopyright {
    float: none;
  }
}
footer {
  padding: 0;
  margin-top: 10px;
  text-align: center;
  /*border-top:@footerTopBorderAccentThickness solid @footerTopBorderAccent;*/
  background: #00457c;
  color: #fff;
}
footer .btmfootercontainer {
  width: 100%;
  background: #002e52;
}
/* added to display white links in the footer */
.footer-sitelinks ul li a {
  color: #fff;
  text-decoration: none;
}
/* footer.less - END */
/* 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: #fff;
  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: #fff;
  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: #666;
  cursor: pointer;
}
.giftregistry ul.Menu li a:hover,
.giftregistry ul.Menu li span.Asp-Menu-Hover {
  color: #fff;
}
.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: #666;
  background-color: #fff;
}
table.giftdetails tr td.tdnopad {
  padding: 0;
}
table.giftdetails tr td.tdnopadalt {
  background-color: #fff;
  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 */
/* header.less - START */
div.navbuttoncontainer {
  display: block;
  float: none;
  position: relative;
  clear: both;
  width: 100%;
}
div.toplinkscontainer {
  top: -110px;
  right: 0;
  position: absolute;
}
@media (max-width: 991px) {
  div.toplinkscontainer {
    padding: 2px 5px;
    padding-right: 0;
    top: -103px;
  }
}
@media (max-width: 767px) {
  div.toplinkscontainer {
    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%;
  }
}
div.toplinkscontainer ul {
  margin: 0;
}
div.regioncontainer {
  margin-top: -117px;
  position: absolute;
  right: 0;
}
@media (max-width: 767px) {
  div.regioncontainer {
    position: relative;
    margin: 0;
  }
}
div.mottocontainer {
  float: left;
  line-height: 1.2;
}
@media (max-width: 767px) {
  div.mottocontainer {
    float: none;
    margin-bottom: 30px;
    clear: both;
  }
}
div.mottocontainer span.motto {
  font-weight: 500;
  font-size: 18px;
  display: block;
  height: 25px;
  color: #00457c;
}
@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%;
    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: #fff;
  -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;
  font-size: 14px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border: 1px solid #00457c;
  background: #fff;
  color: #00457c;
  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 {
  color: #002e52;
  background: #e8eef3;
}
@media (max-width: 767px) {
  li.searchmodule #searchNavBar #SimpleSearch div.input-group input.simplesearch {
    display: block !important;
    height: 34px;
  }
}
li.searchmodule #searchNavBar #SimpleSearch div.input-group input.simplesearch::-moz-placeholder {
  color: #002e52;
  opacity: 1;
}
li.searchmodule #searchNavBar #SimpleSearch div.input-group input.simplesearch:-ms-input-placeholder {
  color: #002e52;
}
li.searchmodule #searchNavBar #SimpleSearch div.input-group input.simplesearch::-webkit-input-placeholder {
  color: #002e52;
}
li.searchmodule #searchNavBar #SimpleSearch .input-group span.input-group-btn a.btn {
  height: 22px;
  padding: 0px 10px;
  font-size: 12px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-bottom: 3px solid #002949;
}
li.searchmodule #searchNavBar #SimpleSearch .input-group span.input-group-btn a.btn:hover,
li.searchmodule #searchNavBar #SimpleSearch .input-group span.input-group-btn a.btn:focus {
  background: #002949;
}
@media (max-width: 767px) {
  li.searchmodule #searchNavBar #SimpleSearch .input-group span.input-group-btn a.btn {
    height: auto;
    padding: 6px 12px;
    font-size: 13px;
    height: 34px;
  }
}
ul.sitelinks {
  list-style: none;
  background: #00457c;
  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) {
  ul.sitelinks {
    background: none;
    padding: 2px 10px;
  }
}
ul.sitelinks li {
  display: inline-block;
  padding: 0 15px;
  border-right: 1px solid #002949;
}
@media (max-width: 767px) {
  ul.sitelinks li {
    border: none;
    padding: 0 10px;
  }
}
ul.sitelinks li:last-child {
  border-right: none;
}
ul.sitelinks li a {
  color: #fff;
}
@media (max-width: 767px) {
  ul.sitelinks li a {
    color: #00457c;
  }
}
ul.sitelinks li:last-child {
  margin-right: 0;
}
ul.sitelinks li:last-child:after {
  content: "";
}
#Header {
  background: #00457c;
  position: relative;
  height: auto;
  width: auto;
}
@media (min-width: 991px) {
  #Header {
    border-bottom: 3px solid #002e52;
  }
}
div#TopSection {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 55px;
  border: 0;
  margin-bottom: 0;
  text-align: left;
}
.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: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #00457c;
  border-color: #003762;
  border-color: transparent;
  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: #333;
  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: #fff;
  border-color: #001525;
}
.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: #00457c;
  border-color: #003762;
}
.topcartsummary a .badge {
  color: #00457c;
  background-color: #fff;
}
/*#dropdown-extra-toggle {
    display: block;

    .icon-bar {
        background-color: @background-default;
    }
}*/
div#topCartSum {
  position: absolute;
  right: 0;
  top: 30px;
}
div#topCartSum a,
div#topCartSum span {
  color: #00457c;
}
i.fa.fa-sign-in.mright,
i.fa.fa-sign-out.mright {
  margin-left: -15px;
}
li div.navwelcomemsg {
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  margin-left: 10px;
  border-radius: 0;
  height: 22px;
  margin-top: 15px;
  background: #00457c;
  border-bottom: 3px solid #002949;
  padding: 1px 10px 0px 10px;
}
li div.navwelcomemsg:hover {
  background: #002949;
}
li div.navwelcomemsg a {
  font-size: 13px !important;
  color: #fff;
}
/* header.less - END */
/* iconfonts.less - START */
span.noimg .fa-ban {
  color: #a94442;
}
span.noimg .fa-picture-o {
  color: #00457c;
}
div.RecentlyViewedControl div.image-col span.fa-stack {
  font-size: 50px;
}
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.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;
  }
}
.fa-spin-custom,
.glyphicon-spin {
  -webkit-animation: fa-spin 1200ms infinite ease-in-out;
  animation: fa-spin 1200ms infinite ease-in-out;
}
/* iconfonts.less - END */
/* 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: #00457c;
  color: #fff;
  padding: 4px 3px 4px 5px;
  font-weight: 600;
}
td.cItemCnt {
  background-color: #e8eef3;
  padding: 3px;
}
td.cItemCnt .side-axis-header {
  font-weight: 600;
}
td.cItemCntImg {
  background-color: #fff;
  padding: 2px;
  border: solid 1px #eaeaea;
}
td.cItemCntL {
  background-color: #eaeaea;
  padding: 2px 2px 0 3px;
  border: solid 3px #fff;
  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 #666;
}
/* 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: #fff;
  z-index: 9954;
  padding: 0;
  border-radius: 0;
  text-align: right;
  border: 1px solid #00457c;
  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 #666;
  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: 0;
  display: none;
  position: absolute;
  background: #fff;
  color: #222222;
  z-index: 9990;
  padding: 0;
  right: 0;
  text-align: right;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #ccc;
}
.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: #ddd;
  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;
}
#regionSelectLightbox {
  font-size: 0;
}
#regionSelectLightbox .closeBtn {
  margin-top: -25px;
  text-align: center;
  margin-left: auto;
  line-height: 1.1;
  width: 20px;
  height: 20px;
  display: block;
  padding: 0;
}
#regionSelectLightbox .rslink {
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  padding-left: 5px;
  font-size: 14px;
  color: #0061af;
}
#regionSelectLightbox .rslink:hover {
  padding-left: 10px;
  text-decoration: none;
  color: #00457c;
}
#regionSelectLightbox .SelectedValue .rslink {
  color: #002e52;
  font-weight: 700;
}
#regionSelectLightbox .SelectedValue .rslink:after {
  color: #f8981d;
  content: "\00a0\f00c";
  font-family: "FontAwesome";
}
#regionSelectLightbox .lang,
#regionSelectLightbox .current-region {
  font-size: 14px;
  width: 49%;
  display: inline-block;
  vertical-align: top;
  float: none;
}
@media (max-width: 767px) {
  #regionSelectLightbox .lang,
  #regionSelectLightbox .current-region {
    width: 100%;
    text-align: left;
  }
}
#regionSelectLightbox .lang .regiontitle,
#regionSelectLightbox .current-region .regiontitle {
  font-size: 18px;
  color: #00457c;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  #regionSelectLightbox .lang {
    margin-bottom: 15px;
  }
}
.bsheader {
  margin-bottom: 0;
  color: #00457c;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
}
div.lang-region-container-alt {
  margin-top: 15px;
  display: block;
  position: relative;
  text-align: right;
}
@media (max-width: 767px) {
  div.lang-region-container-alt {
    text-align: center;
  }
}
div.lang-region-container-alt a.btn.btn-primary {
  border-radius: 0;
  padding: 0 10px;
  background: #00457c;
  border: none;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 3px solid #002949;
}
div.lang-region-container-alt a.btn.btn-primary:hover {
  background: #002949;
}
/* END langregionselector.less */
/* START leftmenu.less */
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;
}
div.RecentlyViewedControl,
div.leftcartsummenu,
div.prodcomparemenu {
  border-top: none;
  background: #f1f5f8;
}
div.RecentlyViewedControl .end,
div.leftcartsummenu .end,
div.prodcomparemenu .end {
  text-align: right;
  margin-top: 5px;
  margin-right: 15px;
}
aside#LeftSection {
  height: 100%;
  z-index: 200;
  text-align: left;
  margin-top: 0;
  padding: 20px 20px 0px 0px;
  background: #fff;
  float: left;
}
aside#LeftSection:active,
aside#LeftSection:focus {
  outline: none;
}
@media (max-width: 767px) {
  aside#LeftSection {
    float: right;
    float: right !important;
    padding: 10px;
    width: 100%;
    /* DVPAL20140527 - added for Firefox support in responsive search bar mode*/
  }
}
div#leftCatwrapper {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #ccc;
}
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: #fff;
}
div#leftCatwrapper div div div div div.fivecat {
  padding-left: 60px;
}
a.tcat,
a.tcat:visited,
a.tcaton,
a.tcaton:visited {
  font-weight: 500;
  color: #00457c;
  display: block;
  transition: all 200ms ease-in-out;
  border-left: 0px solid #fff;
  position: relative;
  padding: 5px 2px 5px 3px;
  text-decoration: none;
}
a.tcat:hover,
a.tcat:visited:hover,
a.tcaton:hover,
a.tcaton:visited:hover {
  border-left: 4px solid #00457c;
  background-color: #fff;
  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: #fff;
  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: #fff;
  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: #fff;
  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: #fff;
}
a.ll1 {
  font-weight: 700;
  color: #464646;
  text-decoration: none;
}
a.ll1:hover {
  color: #000;
  text-decoration: none;
}
a.ll2 {
  font-weight: 700;
  color: #7b7b7b;
  text-decoration: none;
}
a.ll2:hover {
  color: #000;
  text-decoration: none;
}
a.ll3 {
  font-weight: 700;
  color: #666;
  text-decoration: none;
}
a.ll3:hover {
  color: #000;
  text-decoration: none;
}
#LeftCategoryBody {
  background: #00457c;
  margin-left: 0;
  margin-top: 0;
  border: 1px solid #00457c;
}
#LeftCategoryBody table tbody tr td:first-child {
  width: 28px;
  display: block;
}
#LeftCategoryBody a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #fff;
  text-decoration: none;
  padding: 3px;
  position: relative;
  display: block;
}
#LeftCategoryBody > a {
  display: none;
}
#LeftContentInfo {
  float: none;
  padding: 20px 20px 0px 0px;
  background: #fff;
}
#LeftContentInfo:active,
#LeftContentInfo:focus {
  outline: none;
}
@media (max-width: 767px) {
  #LeftContentInfo {
    padding: 10px;
  }
}
@media (min-width: 768px) {
  #LeftContentInfo {
    padding: 10px 20px 30px 0px;
  }
}
@media (max-width: 767px) {
  #LeftContentInfo {
    width: 100%;
    float: none;
  }
}
#LeftCategories {
  margin-bottom: 10px;
}
div#RecentlyViewed {
  margin-bottom: 10px;
}
div#LeftContent {
  margin-bottom: 10px;
}
div#ProductCompareList {
  margin-bottom: 10px;
}
div#LeftCartSummary,
div.LeftCartSummary {
  margin-bottom: 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: #fff;
  font-weight: normal;
  text-align: left;
}
div#LeftSocialMedia div.site-socialdiv div.site-socialitems {
  padding-left: 5px;
  border-top: none;
  background: #f1f5f8;
  font-size: 30px;
  line-height: 1.2;
}
div#LeftSocialMedia div.site-socialdiv div.site-socialitems a {
  color: #00457c;
}
div#LeftSocialMedia div.site-socialdiv div.site-socialitems a:hover {
  color: #002e52;
}
div#LeftSocialMedia div.site-socialdiv div.site-socialitems > div {
  display: inline-block;
}
/*DVPEP20140606 - NTN7.2 - Container for gift registry control in DVPNTNStore.Master->LeftContentInfo - END*/
div#promosection {
  margin-bottom: 10px;
}
div.coupon-promotion {
  width: 100%;
  font-size: 0;
}
div.coupon-promotion a {
  text-decoration: none !important;
  color: #002e52;
}
div.coupon-promotion a:hover {
  color: #00457c;
}
div.coupon-promotion div.coupon-side-container {
  width: 100%;
  display: inline-block;
  margin: 0;
  min-height: 25px;
  border-left: 3px solid #cfdce6;
  border-top: 1px solid #cfdce6;
  border-right: 1px solid #cfdce6;
  height: auto;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  background: #e8eef3;
}
div.coupon-promotion div.coupon-side-container:first-child {
  border-top: 0;
}
div.coupon-promotion div.coupon-side-container:last-child {
  border-bottom: 1px solid #cfdce6;
}
div.coupon-promotion div.coupon-side-container:hover {
  border-left: 5px solid #00457c;
}
div.coupon-promotion div.coupon-side-container div.spancontainer {
  width: 100%;
  display: inline-block;
  padding: 3px 3px 3px 6px;
  background: #e8eef3;
}
@media (max-width: 991px) {
  div.coupon-promotion div.coupon-side-container div.spancontainer div.leftspan,
  div.coupon-promotion div.coupon-side-container div.spancontainer div.rightspan,
  div.coupon-promotion div.coupon-side-container div.spancontainer div.fullspan {
    width: 100% !important;
    text-align: center!important;
  }
}
div.coupon-promotion div.coupon-side-container div.spancontainer div.leftspan {
  width: 70%;
  float: left;
  display: block;
  vertical-align: top;
  padding-right: 5px;
  text-align: left;
}
div.coupon-promotion div.coupon-side-container div.spancontainer div.leftspan a {
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 1;
}
div.coupon-promotion div.coupon-side-container div.spancontainer div.rightspan {
  width: 30%;
  float: left;
  display: block;
  vertical-align: top;
  text-align: left;
}
@media (max-width: 991px) {
  div.coupon-promotion div.coupon-side-container div.spancontainer div.rightspan {
    text-align: right;
  }
}
div.coupon-promotion div.coupon-side-container div.spancontainer div.rightspan a {
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
}
div.coupon-promotion div.coupon-side-container div.spancontainer div.fullspan {
  width: 100%;
  float: left;
  display: block;
  vertical-align: top;
}
div.coupon-promotion div.coupon-side-container div.spancontainer div.fullspan a {
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
  text-align: left;
  line-height: 1;
}
div.coupon-promotion p {
  width: 100%;
  margin-bottom: 0px;
  border-bottom: 1px solid #002e52;
}
div.coupon-promotion p:last-of-type {
  border: none;
}
@media (max-width: 767px) {
  div.coupon-promotion p {
    display: inline-block;
  }
}
div.coupon-promotion p img {
  width: 100%;
  margin: 0;
}
/* END leftmenu.less */
/* START login.less */
.salesAgentmenu {
  padding: 5px;
}
div.SalesAgentMenuTop {
  background: #f1f5f8;
  border-top: none !important;
}
span.SActrltitle {
  font-size: 18px;
  color: #222222;
  font-weight: normal;
  text-align: left;
}
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;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #dfdfdf;
  background: #fff;
  margin-bottom: 2px;
}
@media (max-width: 991px) {
  .logintext {
    width: 100%;
  }
}
.loginpassword {
  width: 65%;
  z-index: 999;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #dfdfdf;
  background: #fff;
  height: 34px;
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .loginpassword {
    width: 100%;
  }
}
.loginform {
  display: block;
  font-size: 14px;
  line-height: 1.42857143;
  color: #666;
}
.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: #ccc;
}
/* 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%;
}
/* END menus.less */
/* START navbar.less */
@media (min-width: 768px) {
  #Header #Navigation #category {
    width: 100%;
    border-top: 0px solid #fff;
  }
  #Header #Navigation #category a.categorytext {
    font-size: 18px;
    font-weight: 300;
    height: 34px;
    line-height: 25px;
    text-align: left !important;
    padding: 4px 10px;
    background: #00457c;
  }
  #Header #Navigation #category a.categorytext:focus,
  #Header #Navigation #category a.categorytext:hover {
    background: #002e52;
    text-decoration: none;
  }
  #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: auto;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  #Header #Navigation #TopCategory {
    width: auto;
  }
}
#NavBar #NavButtons {
  margin: -45px 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: #00457c;
}
#NavBar #NavButtons > li > a:hover {
  color: #002e52;
}
#NavBar #NavButtons .dropdown .open .dropdown-toggle .fa {
  color: #222222;
}
.navbar-default {
  border-radius: 0px;
  /*background:@headerBackgroundColor;*/
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#c6e9f9));
  background: -webkit-linear-gradient(top, #fff, #c6e9f9);
  background: -moz-linear-gradient(top, #fff, #c6e9f9);
  background: -ms-linear-gradient(top, #fff, #c6e9f9);
  background: -o-linear-gradient(top, #fff, #c6e9f9);
  border: none;
  z-index: 9000;
  margin-bottom: 0;
  border-bottom: 1px solid #ddf1fc;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
}
.navbar-default .navbar-brand {
  color: #00457c;
  font-size: 2.5em;
  padding: 0;
  padding-top: 15px;
}
@media (max-width: 767px) {
  .navbar-default .navbar-brand {
    width: 100%;
    padding-top: 35px;
  }
}
.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: 0;
  min-width: 160px;
  width: auto;
  color: #fff;
  background: #00457c;
  border-bottom: 3px solid #002949;
  margin-top: 15px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  padding: 0px 10px 0px 10px;
  height: 22px;
}
.nav-cart-preview div.nav-cart-summary:hover {
  background: #002949;
}
@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*/
button.navbar-toggle {
  background-color: #00457c;
  border: 1px solid #002e52 !important;
  /* DVPAL20140522 - box shadows added to three dimensional effect*/
  -webkit-box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.2), 0px 1px 6px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px -3px 1px rgba(0, 0, 0, 0.35), 0px 1px 6px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.2), 0px 1px 6px rgba(0, 0, 0, 0.25);
}
button.navbar-toggle span.icon-bar {
  background: #fff;
}
@media (max-width: screen-sm-max) {
  button.navbar-toggle {
    margin-top: 8px;
  }
}
button.navbar-toggle:active {
  /* DVPAL20140522 - top offset and box shadow adjustment on click/tap*/
  top: 2px;
  background-color: #0061af;
  -webkit-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.2), 0px 1px 6px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.35), 0px 1px 6px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.2), 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: 18px;
  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: #00457c;
}
@media (max-width: 991px) {
  .navmenu ul.Menu ul {
    background: none;
    /*DVPDQ20140512-Change hover color*/
  }
}
.navmenu ul.Menu ul ul {
  left: 10.4em;
}
@media (min-width: 991px) {
  .navmenu ul.Menu li .menu-chevron a:focus,
  .navmenu ul.Menu li .menu-chevron span:focus {
    background-color: #00457c;
  }
}
.navmenu ul.Menu li a,
.navmenu ul.Menu li span {
  outline: none;
  color: #fff;
  padding: 5px 10px;
  cursor: pointer;
  white-space: nowrap;
  position: relative;
  /*text-transform:uppercase;*/
  font-weight: 300;
}
@media (min-width: 991px) {
  .navmenu ul.Menu li a:focus,
  .navmenu ul.Menu li span:focus {
    /*background:@themeColor-dark;*/
    text-decoration: underline;
  }
}
.navmenu ul.Menu li a:active,
.navmenu ul.Menu li span:active {
  text-decoration: none;
}
.navmenu ul.Menu li a img {
  border-style: none;
  vertical-align: middle;
}
.navmenu ul.Menu li.Menu-Leaf {
  /*DVPEP20140521 - 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: #002e52;
}
@media (max-width: 991px) {
  .navmenu ul.Menu li:hover,
  .navmenu ul.Menu li.Menu-Hover,
  .navmenu ul.Menu li.Menu-Selected {
    background: none;
  }
}
.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: #fff;
  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: #fff;
  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: #fff;
}
@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 {
    /*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 */
  }
  .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 {
    padding: 0 5px !important;
  }
  .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 {
    transition: 0.3s ease-out;
  }
  .navmenu .Menu-Horizontal ul.Menu > li.Menu-WithChildren div.menu-chevron a > span.chevron:active {
    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%;
    display: inline-block;
    text-align: left;
  }
  .navmenu .Menu-Horizontal ul.Menu > li span {
    display: none;
  }
  .navmenu .Menu-Horizontal ul.Menu > li > a {
    background: #002e52;
  }
}
.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 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;
  }
}
.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*/
}
.navmenu .Menu-Horizontal ul.Menu li ul li div.menu-chevron > a {
  padding: 0;
}
.navmenu .Menu-Horizontal ul.Menu li ul li div.menu-chevron > a:focus {
  background: none;
}
.navmenu .Menu-Horizontal ul.Menu li ul li div.menu-chevron > a span.chevron {
  padding: 0 10px;
}
@media (max-width: 991px) {
  .navmenu .Menu-Horizontal ul.Menu li ul {
    background-color: #003c6d;
  }
}
.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: #00345d;
  }
}
@media (max-width: 991px) {
  .navmenu .Menu-Horizontal ul.Menu li ul li ul li ul {
    margin: 0;
    background-color: #002b4e;
  }
}
@media (max-width: 991px) {
  .navmenu .Menu-Horizontal ul.Menu li ul li ul li ul li ul {
    margin: 0;
    background-color: #00233f;
  }
}
.changecat {
  line-height: 24px;
}
div#category {
  width: 158px;
  height: auto;
  position: relative;
  margin-top: 0;
  color: #fff;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  float: left;
}
div#category a.categorytext {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: left !important;
  padding: 7px 10px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #fff;
  background: #00457c;
  width: 100%;
  display: block;
  height: 100%;
}
@media (max-width: 991px) {
  div#category {
    display: block;
    float: none !important;
    width: 100%;
    border-bottom: 0px solid #fff;
  }
}
@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: #00457c;
  }
  .navmenu .Menu-Horizontal ul.Menu .Menu-WithChildren.Menu-Selected.active > a:after,
  .navmenu .Menu-Horizontal ul.Menu .Menu-WithChildren.active > a:after {
    color: #fff;
    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: #00457c;
  /* DVPAL20140522 - Tier 1 category colour*/
  float: left;
}
@media (max-width: 991px) {
  div#TopCategory {
    display: block;
    float: none !important;
    width: 100%;
  }
}
div#Navigation {
  z-index: 200;
  width: 1170px;
  margin: 0 auto;
  background-color: #00457c;
}
@media (max-width: 991px) {
  div#Navigation {
    display: none;
    width: 100% !important;
  }
}
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.navmenu > div.Menu-Horizontal > ul.Menu > li{
    border-right:1px solid lighten(@themeColor,5%);
    border-left:1px solid @themeColor-dark;
    &:last-child{
        border-right:none;
    }
    &:first-child{
        border-left:none;
    }
}*/
/*.edge{
    i.fa.fa-chevron-right{
        &:before{
            content:"\f053";
        }
    }
}*/
/* END navbar.less */
/* START paging.less */
input {
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
input.pageon {
  font-weight: 700;
  background: #f1f5f8;
  color: #002e52;
  border: 0;
  border-bottom: 3px solid #e8eef3;
  cursor: pointer;
  padding: 0 1px 0 1px;
  margin: 0;
}
input.pageon:hover {
  background: #00457c;
  color: #fff;
  border-bottom: none;
}
input.pageoff {
  font-weight: 700;
  background: #fff;
  color: #00457c;
  border: 0;
  border-bottom: 3px solid #fff;
  cursor: pointer;
  padding: 0 1px 0 1px;
  margin: 0;
}
input.pageoff:hover {
  background: #00457c;
  color: #fff;
  border-bottom: 3px solid #002e52;
}
.pagingctrlparent {
  float: right !important;
  display: inline-block;
  margin-top: 6px;
}
@media (max-width: 991px) {
  .pagingctrlparent {
    float: right !important;
    display: block;
  }
}
.pagingctrlparent .pagingItems {
  font-weight: 600;
  color: #333333;
}
.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 select.form-control {
  height: 22px;
  padding: 0px 5px;
}
.page-size div {
  float: left;
  line-height: 32px;
  margin: 0 5px 0 0;
}
/* DVPAL20140528 - sort control*/
div.sortcontrolparent {
  float: left;
}
div.sortcontrolparent .sort-label {
  padding-left: 0;
  padding-right: 0;
  float: left;
  margin-right: 5px;
  padding-top: 4px;
  line-height: 1;
  color: #333333;
  background: #fff;
  font-weight: 600;
}
div.sortcontrolparent .sort-control-container {
  float: left;
  margin: 0 10px;
}
div.sortcontrolparent .sort-control-container select.form-control {
  height: 22px;
  padding: 0px 5px;
  color: #333333;
  border: 1px solid #eaeaea;
  background: #fff;
}
/* END paging.less */
/* START popups.less */
div.pricealertside {
  position: absolute;
  font-size: 0;
  top: 202px;
  min-height: 75px;
  z-index: 9936;
  display: none;
  background-color: #f5f5f5;
  padding: 2px;
  width: 320px;
  margin-bottom: 5px;
  -moz-box-shadow: 0 0 8px 1px rgba(50, 50, 50, 0.3);
  -webkit-box-shadow: 0 0 8px 1px rgba(50, 50, 50, 0.3);
  box-shadow: 0 0 8px 1px rgba(50, 50, 50, 0.3);
}
@media (max-width: 991px) {
  div.pricealertside {
    left: 0 !important;
    top: auto!important;
    margin: 10px auto;
    width: 100%;
  }
}
div.tellafriend {
  font-size: 0;
  position: absolute;
  top: 0px;
  min-height: 75px;
  z-index: 9936;
  display: none;
  background-color: #f5f5f5;
  padding: 2px;
  width: 320px;
  margin-bottom: 5px;
  -moz-box-shadow: 0 0 8px 1px rgba(50, 50, 50, 0.3);
  -webkit-box-shadow: 0 0 8px 1px rgba(50, 50, 50, 0.3);
  box-shadow: 0 0 8px 1px rgba(50, 50, 50, 0.3);
}
@media (max-width: 991px) {
  div.tellafriend {
    left: 0 !important;
    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;
  display: none;
  background-color: #f5f5f5;
  padding: 2px;
  width: 320px;
  margin-bottom: 5px;
  -moz-box-shadow: 0 0 8px 1px rgba(50, 50, 50, 0.3);
  -webkit-box-shadow: 0 0 8px 1px rgba(50, 50, 50, 0.3);
  box-shadow: 0 0 8px 1px rgba(50, 50, 50, 0.3);
}
@media (max-width: 991px) {
  div.addreview {
    top: auto !important;
    left: 0 !important;
    margin: 10px auto;
    width: 100%;
  }
}
@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: #fff;
}
iframe.reviewframe html {
  background-color: #fff;
}
/*.accessory {
	position:absolute;
	right:14px;
	z-index:9932;
    display: none;
	background-color:@tabBorderColor;
	padding:3px;
	width:600px;
	left:30px;
}

iframe.accessoryframe {
    width:600px;
    height:300px;
    border:0;
    left:20px;
}*/
div.pricealert {
  position: absolute;
  z-index: 8999;
  display: none;
  background-color: #f5f5f5;
  padding: 1px;
  width: 272px;
  height: 242px;
}
div.locpanel {
  position: absolute;
  z-index: 8999;
  display: none;
  background-color: #f5f5f5;
  padding: 2px;
  width: 100%;
  height: 125px;
  min-height: 120px;
  -moz-box-shadow: 0 0 8px 1px rgba(50, 50, 50, 0.3);
  -webkit-box-shadow: 0 0 8px 1px rgba(50, 50, 50, 0.3);
  box-shadow: 0 0 8px 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: #fff;
}
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 #ccc;
  margin-bottom: -1px;
  padding: 0 0 2px 5px;
  background: #f5f5f5;
}
div.locList div.locListRow div {
  display: inline-block;
}
div.locList div.inventoryStatus {
  margin-right: 5px;
}
div.availabilityalert {
  position: absolute;
  background-color: #fff;
  padding: 3px;
  width: 280px;
  display: none;
}
iframe.availabilityalertframe {
  width: 280px;
  height: 220px;
  border: 0;
}
body.reviewframe,
body.tellafriendframe,
body.alertbodyframe,
body.locframe {
  margin: 0;
  background-color: #fff;
}
body.reviewframe form,
body.tellafriendframe form,
body.alertbodyframe form,
body.locframe form {
  background-color: #fff;
}
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: #00457c;
  display: block;
  z-index: 9999;
  position: absolute;
  font-size: 40px;
  background: #fff;
  text-align: center;
}
.savedCartClose {
  margin-top: -50px;
  text-align: center;
  margin-left: auto;
  line-height: 1.3;
  width: 20px;
  height: 20px;
  display: block;
  margin-bottom: 5px;
  padding: 0;
}
.savedCartClose: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);
}
/* END popups.less */
/* START productimagelist.less */
.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: #fff;
  text-align: center;
  padding: 10px 0 0 0;
  border-radius: 10px;
  border: 1px solid #000;
  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: #000;
}
#enlarge a.others:hover {
  color: #222222;
}
.zoomerimg {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #ccc;
}
/*DVPAL20152610 - jquery zoom on product gallery - START */
div.jqZoomTitle {
  z-index: 5000;
  text-align: center;
  font-size: 11px;
  font-family: Tahoma;
  height: 16px;
  padding-top: 2px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  color: #FFF;
  background: #999;
}
.zoomPup {
  /*opacity:0 !important;*/
  overflow: hidden;
  background: rgba(204, 204, 204, 0.25);
  -moz-opacity: 0.6;
  opacity: 0.6;
  z-index: 10;
  border: 1px solid #ccc;
  /*cursor:crosshair;*/
  cursor: zoom-in;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
}
@media (max-width: 991px) {
  .zoomPup {
    display: none !important;
  }
}
.zoomPup img {
  display: none !important;
  /*opacity:0 !important;*/
  border: 0px;
}
.zoomWrapperImage {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 110;
}
.zoomPreload {
  -moz-opacity: 0.8;
  opacity: 0.8;
  color: #00457c;
  font-size: 30px;
  text-decoration: none;
  border: 1px solid #00457c;
  background-color: #fff;
  padding: 8px;
  text-align: center;
  width: 90px;
  height: 65px;
  z-index: 10;
  position: absolute;
  top: 3px;
  left: 3px;
}
.zoomWindow {
  top: -1px !important;
  border: 1px solid #002e52;
  background-color: #fff;
}
@media (max-width: 991px) {
  .zoomWindow {
    display: none !important;
  }
}
a.zoomerimg {
  border: none !important;
  height: auto !important;
  width: 100% !important;
  text-align: center;
}
@media (max-width: 991px) {
  a.zoomerimg {
    cursor: zoom-in !important;
    opacity: 1 !important;
  }
}
a.zoomerimg img {
  /*width:auto !important;*/
  height: auto !important;
  position: relative !important;
  display: block;
  margin: 0 auto;
  /*max-width:150px !important;*/
}
/*DVPAL20152610 - jquery zoom on product gallery - END */
/* END productimagelist.less */
/* START productlightbox.less */
div#dhtmlgoodies_slideshow {
  width: 100%;
  display: inline-block;
  /*padding:10px 0 0 0;*/
  position: relative;
  text-align: left;
  margin: 10px auto;
}
div#dhtmlgoodies_slideshow2 {
  width: 150px;
  padding: 10px 0 0 0;
}
div#galleryContainer {
  padding: 0 25px;
  position: relative;
  overflow: hidden;
  height: 50px;
}
div#xarrow_left {
  position: absolute;
  vertical-align: middle;
  left: 0;
  z-index: 150;
  background: #fff;
  padding: 0;
  cursor: pointer;
}
div#xarrow_right {
  position: absolute;
  vertical-align: middle;
  right: -1px;
  z-index: 150;
  background: #fff;
  padding: 0;
  cursor: pointer;
}
div#theImages {
  overflow: hidden;
  position: relative;
  width: auto !important;
  white-space: nowrap;
  word-break: normal;
  z-index: 50;
}
div#theImages img {
  height: 100%;
}
div#theImages #slideEnd {
  float: left;
  left: 15px;
}
div#theImages span a {
  display: inline-block;
  float: left;
  width: 57px;
  height: 50px;
  border: 2px solid #ccc;
  overflow: hidden;
  margin-right: 4px;
}
div#theImages img {
  float: none;
  padding: 0;
  margin: 0 auto;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: auto !important;
  max-height: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: pointer;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
div#theImages .imageCaption {
  display: none;
}
.galleryimglist {
  position: relative;
  font-size: 0;
  display: inline-block;
  left: 0;
  width: auto;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.galleryimglist .imagelistitem {
  display: inline-block;
}
/* 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 {
  padding: 0 50px 0 0;
  display: table !important;
}
@media (max-width: 991px) {
  div.qoTable {
    padding: 0;
  }
}
div.qoRow {
  display: table-row !important;
}
div.qoErrorRow {
  width: 100%;
  display: inline-block;
}
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: 33%;
}
/* START - quickorder.less */
/* START ratings.less */
.h1rating {
  display: inline-block;
  font-size: 28px;
  font-weight: 400;
  color: #00457c;
}
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: #f8981d;
}
.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: #f8981d;
}
.ratingStar .Empty:before {
  content: "\f006";
  color: #f8981d;
}
.ratingStar .Saved:before {
  content: "\f005";
  color: #f00;
}
.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 {
  background: #f1f5f8;
  border-top: none;
}
.RecentlyViewedControl .thumbnail {
  height: auto;
  width: 100px;
  margin: 7px auto;
  border-radius: 0;
  border: 1px solid #cfdce6;
}
.RecentlyViewedControl .thumbnail img {
  width: 100%;
}
.RecentlyViewedControl .link {
  font-size: 12px;
  line-height: 12px;
  width: 60%;
  clear: none;
}
.RecentlyViewedControl .link:hover {
  color: #000;
}
a.viewedfonts {
  -ms-word-break: break-word;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  color: #00457c;
  font-size: 12px;
  display: block;
  position: relative;
  text-decoration: none;
}
a.viewedfonts:hover {
  color: #001a30;
  text-decoration: none;
}
.recentitem-description-wrapper {
  margin: 0;
  height: auto;
  padding: 15px 5px;
  border-top: 1px solid #cfdce6;
}
.recentitem-description-wrapper:last-child,
.recentitem-description-wrapper:first-child {
  border-bottom: 0;
}
.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: 100%;
  border: none;
  text-align: center;
}
.recentitem-description-wrapper .arrow-col {
  width: 3%;
  vertical-align: middle;
  padding: 1px;
}
.recentitem-description-wrapper .description-col {
  width: 100%;
  /*vertical-align:middle;*/
  text-align: center;
}
.recentitem-description-wrapper .description-col > a {
  font-size: 16px;
}
/* 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: #fff;
  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;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #ccc;
  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 #00457c;
}
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%;

    .error {
        background:@background-light;
        padding: 0 5px;
        width: 100%;
    }
}*/
a.advsearch {
  font-size: 14px;
  color: #00457c;
  text-decoration: none;
  display: inline-block;
  text-align: right;
  padding: 0;
}
a.advsearch:hover {
  color: #002e52;
}
/* 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 #fff;
}
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: #fff;
  padding: 0;
  width: 300px;
  height: 180px;
  vertical-align: middle;
}
div#hideshow {
  position: absolute;
  border: 0;
  background-color: #fff;
  padding: 0;
  width: 300px;
  height: 180px;
  vertical-align: middle;
}
div#d_calendar2 {
  position: absolute;
  background-color: #fff;
  padding: 0;
  width: 300px;
  height: 180px;
  vertical-align: middle;
}
div#d_calendar3 {
  position: absolute;
  background-color: #fff;
  padding: 0;
  width: 300px;
  height: 180px;
  vertical-align: middle;
}
td.scart {
  background-color: #f5f5f5;
  padding: 5px 3px;
}
.detailssc {
  color: #000;
  background-color: #fff;
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
}
.detailssc2 {
  display: block;
  color: #666;
  background-color: #eaeaea;
  position: relative;
  padding: 10px 5px;
  margin-top: -1px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #ccc;
}
.detailssc2:hover,
.detailssc2:focus {
  background-color: #ddd;
}
div.detailssc3 {
  background-color: #f5f5f5;
  position: relative;
}
td.detailssc-buttons {
  background-color: #eaeaea;
  padding: 0 5px;
}
.details .tdhdr {
  background-color: #ccc;
}
div#processingOrder {
  position: relative;
  left: 0;
  top: -4em;
  display: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #ccc;
  background-color: #fff;
  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;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #ccc;
  background-color: #fff;
  width: 170px;
  height: 100px;
  vertical-align: middle;
}
.cartsavebtn {
  display: none;
  visibility: hidden;
}
/* END shoppingcart.less */
/* START showmore.less */
div.showmore,
div#parametricclear {
  background-color: #00457c;
  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: #002949;
}
a.moreinfo {
  font-size: 11px;
  color: #fff;
  padding: 3px;
  display: block;
  position: relative;
  text-decoration: none;
  background: #00457c;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
a.moreinfo:hover {
  background: #002e52;
}
a.moreinfo.whlink {
  color: #00457c;
  background: none;
}
a.moreinfo.whlink:hover {
  color: #002e52;
}
/* END showmore.less */
/* START sitemap.less */
/*td.smtop
{
    background-color: @themeColor-light;

    a {
        font-size: 13px;
        font-weight: bold;
        color: @themeColor;
        position: relative;
        display: block;
        padding: 3px 2px 3px 2px;

        &:hover
        {
            background-color: @background-default;
        }
    }

}

td.smitem
{
    background-color: @background-lightest;

    a {
        font-size: 11px;
        color: @themeColor;
        position: relative;
        display: block;
        padding: 2px 2px 2px 2px;
        
        &:hover
        {
            background-color: @background-default;
            color: @themeColor-dark;
        }
    }
}


td.smitemtwo
{
    background-color: @background-lightest;

    a {
        font-size: 11px;
        color: @themeColor;
        position: relative;
        display: block;
        padding: 2px 2px 2px 22px;

        &:hover
        {
            background-color: @background-default;
            color: @themeColor-dark;
        }
    }
}

td.smitemthree
{
    background-color: @background-lightest;

    a{
        font-size: 11px;
        color: #537caa;
        position: relative;
        display: block;
        padding: 2px 2px 2px 42px;

        &:hover
        {
            background-color: #fff;
            color: #004280;
        }
    }
}

td.smsecond
{
    background-color: #e3eef8;

    a {
        font-size: 12px;
        font-weight: bold;
        color: #004280;
        position: relative;
        display: block;
        padding: 3px 2px 3px 22px;

        &:hover
        {
    background-color: @background-default;
            color: #004280;
        }
    }
}

td.smthird
{
    background-color: #edf3f8;

    a {
        font-size: 12px;
        font-weight: bold;
        color: #004280;
        position: relative;
        display: block;
        padding: 3px 2px 3px 42px;

        &:hover
        {
    background-color: @background-default;
            color: #004280;
        }
    }
}*/
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 #00457c;
  color: #00457c;
}
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;
  vertical-align: top;
  float: none;
}
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;
  }
}
/* 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;
}
div.socialdiv {
  margin-top: 5px;
  margin-bottom: 5px;
}
iframe.fbframe {
  height: 28px;
  width: 100% !important;
}
/* END socialmedia.less */
/* START subcategorylist.less */
.subcategory-list-container {
  padding: 10px 0;
  width: 100%;
}
.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 {
  background-color: #fff;
  text-align: center;
  margin: 0;
  margin-bottom: 10px;
  height: auto;
  padding: 5px;
  float: left;
  width: 20%;
}
.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 (max-width: 991px) {
  .subcategory-list-container .each-sub-category {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .subcategory-list-container .each-sub-category {
    padding: 10px 20px;
    margin: 0 0 10px 0;
    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;
    width: 40%;
    height: auto;
    margin-right: 20px;
  }
  .subcategory-list-container .each-sub-category .sub-category-short-description {
    text-align: left;
    float: left;
  }
}
.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: 600;
  color: #222222;
  margin: 10px 0 0 0;
}
.subcategory-list-container .each-sub-category .sub-category-short-description a {
  font-size: 15px;
  font-weight: 600;
}
/* END subcategorylist.less */
/* START webpagesize.less */
.page-size {
  width: auto;
  display: inline-block;
}
@media (max-width: 991px) {
  .page-size {
    display: block;
  }
}
.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;
  border-top: none;
  background: #f1f5f8;
}
div.whatshotmenu .hotitem {
  margin: 0;
  padding: 10px;
  display: inline-block;
  width: 100%;
  font-size: 0;
}
div.whatshotmenu .hotitem #showmore {
  color: #00457c;
  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;
  border: 1px solid #c6d6e2;
  height: auto;
}
/* END whatshot.less */
/*wacg.less START*/
/*a{
    &:focus{
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
    }
    &:active, &:hover{
        outline:0;
    }
}*/
.sr-only {
  color: #000;
  background: #fff;
  position: absolute !important;
}
div#hidden-nav {
  width: 100%;
  position: absolute;
}
div#hidden-nav a {
  border: 2px solid #00457c;
  background: #00457c;
  color: #fff;
  font-weight: 500;
  text-align: center;
  font-size: 18px;
  -webkit-transition: opacity 500ms ease-in-out;
  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 #002e52;
  opacity: 1;
  width: auto;
  height: auto;
  clip: rect(auto, auto, auto, auto);
}
/*wacg.less END*/
span.chevron {
  font-size: 14px;
}
div.navbar-header {
  position: relative;
}
span.strike {
  text-decoration: line-through;
  font-size: 15px;
}
span.member {
  font-weight: 500;
  color: #e53333;
}
#tabbed_desc > * {
  font-size: 14px !important;
  line-height: 1.5 !important;
}
.memberDiscountMsg {
  text-align: right;
  float: right;
  margin-bottom: -20px;
  color: #f8981d;
  font-weight: 500;
  font-size: 16px;
  margin-top: -20px;
}
@media (max-width: 991px) {
  .memberDiscountMsg {
    margin-top: -10px;
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .memberDiscountMsg {
    margin-top: 0px;
    text-align: center;
    float: none;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
  }
}
.logoLinks {
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 55px;
  left: 90px;
}
@media (max-width: 767px) {
  .logoLinks {
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
  }
}
.logoLinks p {
  font-size: 14px;
  color: #f8981d;
}
.logoLinks p a {
  font-size: 14px;
  color: #00457c;
  text-decoration: none !important;
}
.logoLinks p a:hover {
  color: #f8981d;
}
div.addtocartbtn .form-add-to-cart {
  margin-right: 0;
  margin-left: auto;
  width: 77px;
  text-align: center;
}
div.viewother {
  margin: 10px 0;
}
div#custname {
  outline: none;
  color: #ffffff;
  padding: 7px 10px;
  white-space: nowrap;
  position: relative;
  font-size: 15px ;
  font-weight: 600;
  float: right;
}
.standingorder {
  position: relative;
  display: inline-block;
}
.restoredbpopup {
  /* Position the tooltip text - see examples below! */
  visibility: hidden;
  display: block;
  position: absolute;
  z-index: 1000;
  font-family: Arial, sans-serif;
  font-size: 12px;
  cursor: help;
  background-color: #FFFFFF;
  width: 245px;
  padding: 5px 8px 4px 8px;
  text-align: left;
  border: 1px solid #f8981d;
}
.standingorder:hover .restoredbpopup {
  visibility: visible;
}
span.standingorderdetail,
.standingorderHover {
  color: #f8981d;
  cursor: help;
  font-weight: 600;
}
span.standingorderdetail:hover,
.standingorderHover:hover {
  color: #f8981d;
}
span.standingorderdetail:hover + .restoredbpopup,
.standingorderHover:hover + .restoredbpopup {
  display: block;
  opacity: 1;
  position: absolute;
  z-index: 99;
  font-size: 12px;
  background-color: #fff;
  padding: 5px 8px 4px 8px;
  max-width: 265px;
  text-align: left;
  border: 1px solid #ccc;
  visibility: visible;
}
.predictorItemPrice {
  border-top: 1px solid #eaeaea;
  color: #00457c;
  font-size: 22px;
  font-weight: 500;
  margin: 10px 0 0;
  padding: 5px 0 0;
  /*position:absolute;*/
  /*bottom: 5px;
    right:0;
    left:0;*/
}
.cc-master-variant,
.shopping-cart {
  color: #00457c;
}
@media (max-width: 991px) {
  .cc-master-variant .div-table-row.child,
  .shopping-cart .div-table-row.child,
  .cc-master-variant .div-table-row.variant,
  .shopping-cart .div-table-row.variant {
    margin-bottom: 0;
    padding: 0;
  }
}
.cc-master-variant .div-table-row.child .div-table-col,
.shopping-cart .div-table-row.child .div-table-col,
.cc-master-variant .div-table-row.variant .div-table-col,
.shopping-cart .div-table-row.variant .div-table-col {
  padding: 1px 1px 1px 5px;
}
.cc-master-variant .div-table-row.child,
.shopping-cart .div-table-row.child {
  background: #f1f8fe;
  border-top: 1px solid #fff;
}
@media (max-width: 991px) {
  .cc-master-variant .div-table-row.child,
  .shopping-cart .div-table-row.child {
    margin-top: 20px;
  }
}
.cc-master-variant .div-table-row.variantContainer,
.shopping-cart .div-table-row.variantContainer {
  display: table-row-group;
}
@media (max-width: 991px) {
  .cc-master-variant .div-table-row.variantContainer,
  .shopping-cart .div-table-row.variantContainer {
    display: block;
    padding: 0;
    background: #fff;
    margin-bottom: 0;
    width: 100%;
  }
}
.cc-master-variant .div-table-row.variantContainer.kitList > .div-table-row > .div-table-col:first-child,
.shopping-cart .div-table-row.variantContainer.kitList > .div-table-row > .div-table-col:first-child {
  padding-left: 20px;
}
.cc-master-variant .div-table-row.variant,
.shopping-cart .div-table-row.variant {
  background: #e4ebf1;
}
.cc-master-variant .div-table-row.variant:nth-child(odd),
.shopping-cart .div-table-row.variant:nth-child(odd) {
  background: #dde4ea;
}
@media (max-width: 991px) {
  .cc-master-variant .div-table-row.variant > .div-table-col input[type="checkbox"],
  .shopping-cart .div-table-row.variant > .div-table-col input[type="checkbox"] {
    vertical-align: top;
  }
}
.cc-master-variant .div-table-row.variant > .div-table-col.variant-name,
.shopping-cart .div-table-row.variant > .div-table-col.variant-name {
  padding-left: 20px;
}
@media (max-width: 991px) {
  .cc-master-variant .div-table-row.variant > .div-table-col.variant-name,
  .shopping-cart .div-table-row.variant > .div-table-col.variant-name {
    padding-left: 5px;
  }
}
.cc-master-variant .div-table-row.variant div.addtocartbtn .form-add-to-cart,
.shopping-cart .div-table-row.variant div.addtocartbtn .form-add-to-cart {
  height: 25px;
}
@media (max-width: 991px) {
  .cc-master-variant .div-table-row.variant div.addtocartbtn .form-add-to-cart,
  .shopping-cart .div-table-row.variant div.addtocartbtn .form-add-to-cart {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 3px;
    text-align: center;
  }
}
.cc-master-variant div.restoredbpopup,
.shopping-cart div.restoredbpopup {
  font-weight: 500;
  word-wrap: break-word;
  white-space: normal;
  color: #333333;
}
.cc-master-variant span.detail,
.shopping-cart span.detail {
  color: #f8981d;
  transition: all 200ms ease-in-out;
}
.cc-master-variant span.detail:hover,
.shopping-cart span.detail:hover {
  color: #faaf4e;
}
.div-table.master-child .div-table-row div.addtocartbtn .form-add-to-cart {
  height: 25px;
}
@media (max-width: 991px) {
  .div-table.master-child .div-table-row div.addtocartbtn .form-add-to-cart {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 3px;
    text-align: center;
  }
}
.SOConfirmationTable {
  width: 100%;
}
.SOConfirmationTable tbody td.dleft {
  background: transparent;
}
.SOConfirmationTable tbody tr:nth-child(odd) {
  background: #eaf0f4;
}
.SOConfirmationTable tbody tr:nth-child(even) {
  background: #fafbfc;
}
.ModalWindowClose {
  float: none !important;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.CatDisplayPrice {
  color: #333333;
  font-size: 16px;
}
@media (max-width: 991px) {
  .ModalWindow {
    left: 50% !important;
    top: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    -o-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    width: 90%;
  }
}
#pnlTermsAndConditionsForStandingOrder {
  /* DVPSP20190506 - providing styling incase the inline js style doesn't load*/
  position: fixed;
  z-index: 100001;
  left: 5%;
  right: 4%;
}
#membership_table_container {
  overflow: auto;
}
#membership_overview_table {
  min-width: 300px;
  display: table;
  width: 100%;
  background: #f5f5f5;
  border-collapse: collapse;
  table-layout: fixed;
}
@media (max-width: 767px) {
  #membership_overview_table {
    font-size: 11px;
  }
  #membership_overview_table > .table-row > .table-cell {
    padding: 3px 5px;
  }
  #membership_overview_table .popularTab {
    padding: 5px;
    font-size: 0 !important;
  }
  #membership_overview_table .popularTab > i.fa {
    font-size: 18px !important;
  }
}
#membership_overview_table .gradientEdge {
  background: #eaeaea;
  background: -moz-linear-gradient(left, #eaeaea -50%, #00457c 100%);
  background: -webkit-linear-gradient(left, #eaeaea -50%, #00457c 100%);
  background: linear-gradient(to right, #eaeaea -50%, #00457c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@background-lighter', endColorstr='@themeColor', GradientType=1);
}
#membership_overview_table .btn-alt {
  width: 100%;
  background-color: #f8981d;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8981d), to(#faaf4e));
  background: -webkit-linear-gradient(top, #f8981d, #faaf4e);
  background: -moz-linear-gradient(top, #f8981d, #faaf4e);
  background: -ms-linear-gradient(top, #f8981d, #faaf4e);
  background: -o-linear-gradient(top, #f8981d, #faaf4e);
  transition: none;
  border: 0;
  font-size: 16px;
  padding: 3px;
}
#membership_overview_table .btn-alt:hover {
  background: #f8981d;
}
#membership_overview_table .popularTab {
  display: inline-block;
  color: #fff;
  width: 100%;
  border-radius: 15px 15px 0 0;
  font-size: 15px;
  padding: 2px;
  font-weight: 500;
  border: 0 !important;
  background-color: #f8981d;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8981d), to(#faaf4e));
  background: -webkit-linear-gradient(top, #f8981d, #faaf4e);
  background: -moz-linear-gradient(top, #f8981d, #faaf4e);
  background: -ms-linear-gradient(top, #f8981d, #faaf4e);
  background: -o-linear-gradient(top, #f8981d, #faaf4e);
}
#membership_overview_table .nopadding {
  padding: 0 !important;
}
#membership_overview_table .bg-white {
  background: #fff !important;
}
#membership_overview_table > .table-row {
  display: table-row;
}
#membership_overview_table > .table-row.mostPopularRow .table-cell {
  vertical-align: bottom;
}
#membership_overview_table > .table-row.mainContent {
  height: 60px;
}
#membership_overview_table > .table-row.mainContent.normalHeight {
  height: auto;
}
#membership_overview_table > .table-row.mainContent:nth-child(odd) {
  background: #eaeaea;
}
#membership_overview_table > .table-row.header-row > .table-cell {
  width: 25%;
}
#membership_overview_table > .table-row.header-row .table-cell.header-cell {
  background: #00457c;
  color: #fff;
}
#membership_overview_table > .table-row > .table-cell {
  padding: 5px 10px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}
#membership_overview_table > .table-row > .table-cell.center {
  text-align: center;
}
#membership_overview_table > .table-row > .table-cell.right {
  text-align: center;
}
#membership_overview_table > .table-row > .table-cell.check {
  text-align: center;
}
#membership_overview_table > .table-row > .table-cell.check .fa.orange {
  color: #f8981d;
  font-size: 16px;
}
.additionalinfomsg {
  margin-left: 36px;
  display: inline-block;
  font-size: 12px;
}
.futurediscount {
  font-style: italic;
}
.div-table-col.remove .btn.btn-danger.fa {
  background: transparent;
  color: #d9534f;
  border: none;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .div-table-col.remove .btn.btn-danger.fa {
    background: #d9534f;
    color: #fff;
    border: 1px solid #d43f3a;
  }
}
.nowrap {
  white-space: nowrap !important;
}
h3.table-header-style {
  background: #00457c;
  color: #fff;
  font-size: 14px;
  padding: 5px 10px;
  margin-bottom: 0;
}
.accessATC {
  text-align: center;
}
.accessATC .btn.btn-success.atcButton {
  padding: 1px 10px;
  font-size: 12px;
}
#atcIframe {
  padding: 0px;
  width: 100%;
  border: 0;
  min-height: 150px;
  height: 150px;
  -webkit-transition: opacity 900ms ease-in-out;
  transition: opacity 900ms ease-in-out;
}
html.iframeHTML {
  overflow: hidden;
}
.modal-loader {
  border-radius: 15px;
  background: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 99999;
  font-size: 80px;
  color: #00457c;
}
.modal-title {
  color: #00457c;
}
.modalBottomSection {
  min-height: 65px;
  padding: 15px;
  border-top: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
  .modalBottomSection a.btn.btn-success {
    width: 100%;
  }
}
div#addToCartItem {
  position: absolute;
  overflow: visible;
}
div#addToCartItem .modal-content {
  font-size: 0;
}
div#addToCartItem .modal-body {
  padding: 0px;
  font-size: 0;
}
.iframeSubmission {
  display: inline-block;
  font-size: 0;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #e5e5e5;
  /*@media (max-width:@screen-sm-max){
    width:25%;

    }
    @media (max-width:@screen-xs-max){
        width:100%;
        padding-right:0;
    }*/
}
.iframeSubmission:last-child {
  border-bottom: 0;
}
.iframeSubmission:nth-child(even) {
  background: #fbfcfd;
}
.iframeSubmission:nth-child(odd) {
  background: #fafbfc;
}
.iframeSubmission > div {
  width: 100%;
}
.iframeSubmission > div > div {
  margin: 0 0 5px 0;
  display: inline-block;
  padding-right: 10px;
  width: 20%;
  vertical-align: top;
}
@media (max-width: 767px) {
  .iframeSubmission > div > div {
    width: 100%;
    padding-right: 0;
    margin: 0 0 10px 0;
  }
}
.iframeSubmission > div > div > div {
  position: relative;
}
.iframeSubmission div > input[type=text],
.iframeSubmission div select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dfdfdf;
  border-radius: 0px;
  /*.box-shadow(inset 0 1px 1px rgba(0,0,0,.075));*/
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.iframeSubmission div > input[type=text]:focus,
.iframeSubmission div select: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);
}
.iframeSubmission div > input[type=text]::-moz-placeholder,
.iframeSubmission div select::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.iframeSubmission div > input[type=text]:-ms-input-placeholder,
.iframeSubmission div select:-ms-input-placeholder {
  color: #999999;
}
.iframeSubmission div > input[type=text]::-webkit-input-placeholder,
.iframeSubmission div select::-webkit-input-placeholder {
  color: #999999;
}
.iframeSubmission div > input[type=text][disabled],
.iframeSubmission div select[disabled],
.iframeSubmission div > input[type=text][readonly],
.iframeSubmission div select[readonly],
fieldset[disabled] .iframeSubmission div > input[type=text],
fieldset[disabled] .iframeSubmission div select {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.iframeSubmission div > input[type=text],
textarea.iframeSubmission div select {
  height: auto;
  resize: none;
}
.iframeSubmission div > label {
  font-size: 12px;
}
.iframeSubmission span[id*=validator] {
  position: absolute;
  font-size: 11px;
  bottom: 0;
  right: 5px;
  text-align: right;
  color: #a94442 !important;
}
div#processingAccount {
  position: relative;
  /*left: -190px;
  top: -2.7em;*/
  display: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  /*width: 143px;
  height: 100px;*/
  vertical-align: middle;
  margin: 0 auto;
  font-size: 12px;
  /*DVPEP20140604 - NTN7.2 - Added to center processor indicator div above submit button when visibile.*/
}
@media (max-width: 991px) {
  div#processingAccount {
    text-align: center;
    margin: 0 auto;
    width: 100%;
  }
}
span[aria-readonly=true] {
  cursor: not-allowed;
  background: #eaeaea;
}
h3.checkout {
  color: #00457c;
}
.button-container.pull-right {
  float: right;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .button-container.pull-right {
    float: none !important;
  }
}
div.item-table-wrapper > table.item-details .form-add-to-cart {
  margin-left: 0;
  margin-right: auto;
}
.memberBar {
  width: 100%;
  display: inline-block;
  margin: 10px 0;
  padding: 4px 15px;
  background: #f8981d;
  color: #fff;
  border-radius: 5px;
  font-weight: 500;
  font-size: 15px;
}
@media (max-width: 767px) {
  .memberBar {
    width: 95%;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
}
.memberBar a {
  font-weight: 600;
  color: #0061af;
  text-decoration: underline;
}
.memberBar a:hover {
  color: #00457c;
}
ul.footerll.socialmedia li {
  margin-top: -5px;
}
ul.footerll.socialmedia li a {
  font-size: 30px !important;
  margin-right: 6px;
}
ul.footerll.socialmedia li a:before {
  content: "" !important;
}
/* DVPAM20160727 - Contact information */
div.contact-information {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  div.contact-information .shipbillheader {
    margin-top: 15px;
    text-align: center;
    display: block;
  }
}
div.contact-information:after {
  content: " ";
  display: block;
  clear: both;
}
div#AccountMenuContainer {
  /*DVPAL20160920 - reverted account menu to click-to-expand instead of hover*/
  /*display:block !important;
    transition:all 200ms ease-in-out;
    overflow: hidden;
    visibility: hidden;
    opacity:0;*/
}
@media (max-width: 991px) {
  div#AccountMenuContainer {
    right: 0;
  }
}
li.acctMenu {
  margin-top: 15px;
  margin-left: 10px;
}
@media (max-width: 991px) {
  li.acctMenu {
    margin-left: 10px !important;
    margin-top: 15px !important;
    margin-bottom: 0 !important;
  }
}
/*DVPAL20160920 - revert account menu button click-to-expand instead of hover*/
/*li.acctMenu, li.acctMenu * {
    &:hover{
        #AccountMenuContainer{
            visibility: visible;
            height:auto;
            opacity:1;
        }
    }
}*/
.tabbed-wrapper ul.idTabs > li {
  float: left;
  width: auto;
  margin: 0;
}
body.reviewframe {
  min-height: 75px;
}
.add-to-cart.float-right {
  float: right;
  text-align: right;
}
@media (max-width: 991px) {
  .add-to-cart.float-right {
    width: 100%;
    text-align: center;
    float: none;
  }
  .add-to-cart.float-right a {
    width: 100%;
  }
}
.couponSummary {
  float: none !important;
}
@media (max-width: 991px) {
  .couponSummary {
    float: none !important;
    text-align: center;
  }
}
.valign-bottom {
  vertical-align: bottom !important;
}
div.div-table.cat-item-list.recentlyviewed .col-price {
  width: 20%;
}
div.div-table.cat-item-list.recentlyviewed .col-price span.strike {
  font-size: 13px;
}
div.div-table.cat-item-list.recentlyviewed .col-price span.CatDisplayPrice {
  font-size: 15px;
}
@media (max-width: 767px) {
  div.editCart > a.btn {
    width: 100%;
  }
}
div.phoneNumber,
.phoneNumber.ext {
  display: inline-block;
}
div.phoneNumber > input,
.phoneNumber.ext > input {
  display: inline-block;
  margin: 2px 5px;
}
.section-body.coupon .loadingIndicator,
.section-body.coupon .loadingContent {
  float: right;
  padding: 1px;
  line-height: 1;
  color: #00457c;
}
#pnlTermsAndConditionsForStandingOrder .rblAgreeDisagree label {
  font-weight: bold !important;
  margin-right: 1em !important;
}
#pnlTermsAndConditionsForStandingOrder .div-table-row.child {
  border-top: 1px solid #00457c;
  border-bottom: 1px solid #00457c;
}
#pnlTermsAndConditionsForStandingOrder .rblAgreeDisagreeWrap {
  margin-top: 0.5em;
  padding-bottom: 1em;
}
#pnlTermsAndConditionsForStandingOrder .modal-body {
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}
@media (max-width: 991px) {
  #pnlTermsAndConditionsForStandingOrder .modal-body {
    max-height: calc(100vh - 250px);
  }
}
#Header {
  background: #072a5e;
}
div#Navigation {
  background-color: #072a5e;
}
button.btn.btn-default.dropdown-toggle {
  background-color: transparent;
}
button.btn.btn-default.dropdown-toggle:hover {
  background-color: #072a5e;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  border-color: transparent;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #FFF;
  border-top: #2b82ac 1px solid;
  border-left: #2b82ac 1px solid;
  border-right: #2b82ac 1px solid;
  border-bottom: none;
  z-index: 6 !important;
  background-color: #072a5e;
}
.globalNav {
  top: 0;
  right: 0;
  position: relative;
}
.dropdown-menu {
  border: 1px solid transparent;
  top: 38px;
  min-width: 215px !important;
  padding-bottom: 10px !important;
}
.dropdown-menu > li > a {
  padding: 0px;
  color: #337AB7;
}
.dropdown-menu > li > a:hover {
  cursor: pointer;
}
.dropdown-menu .divider {
  height: 1px;
  margin-top: 4px;
  font-size: 10px;
  font-weight: 700;
  color: #003762;
}
.navbar-default {
  background: -moz-linear-gradient(top, #ffffff 0%, #fef6ee 50px, #fed7ae 100px, #ffc890 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #fef6ee 50px, #fed7ae 100px, #ffc890 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #fef6ee 50px, #fed7ae 100px, #ffc890 100%);
  border-bottom: none;
}
.navmenu .Menu-Horizontal ul.Menu {
  background: #072a5e;
}
.navmenu .Menu-Horizontal ul.Menu ul li > div a,
.navmenu .Menu-Horizontal ul.Menu ul li > div span {
  border-left: none;
}
ul.Menu li {
  min-height: initial;
}
ul.dropdown-menu i.fa.fa-caret-right {
  margin: 4px 5px 4px 12px;
}
a#ctl00_NavBar1_NavButtonsXS_SearchBar1_bGo {
  background: #ff8500;
}
a#ctl00_NavBar1_NavButtonsXS_SearchBar1_bGo:hover {
  background: #ff8500 !important;
  -moz-opacity: .8;
  -khtml-opacity: .8;
  opacity: .8;
}
.btn-primary {
  border-color: transparent;
}
li.acctMenu {
  margin-top: 0px;
}
li.searchmodule #searchNavBar #SimpleSearch div.input-group input.simplesearch {
  height: 30px;
  border: 1px solid #ababab;
}
li.searchmodule #searchNavBar {
  padding-top: 0px;
}
li.searchmodule #searchNavBar #SimpleSearch .input-group span.input-group-btn a.btn {
  height: 30px;
  padding: 3px 10px;
  font-size: 14px;
  border-bottom: none;
  border-radius: 0px 3px 3px 0px;
  -moz-border-radius: 0px 3px 3px 0px;
  -webkit-border-radius: 0px 3px 3px 0px;
}
img.chatImg {
  margin-right: 4px;
}
.navbar-default .navbar-brand img {
  padding-top: 8px;
  padding-left: 13px;
}
#NavBar #NavButtons #acctpnlbtn.btn.acc-toggle {
  padding: 6px 10px;
  font-size: 14px;
  background: #ff8500;
  height: 30px;
  border-bottom: none;
  text-transform: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
#NavBar #NavButtons #acctpnlbtn.btn.acc-toggle:hover,
#NavBar #NavButtons #acctpnlbtn.btn.acc-toggle:focus {
  background: #ff8500;
  -moz-opacity: .8;
  -khtml-opacity: .8;
  opacity: .8;
}
.nav-cart-preview div.nav-cart-summary {
  margin-top: 0px;
  border-bottom: none;
  height: 30px;
  padding: 5px 10px 0px 10px;
  background: #072a5e;
}
.nav-cart-preview div.nav-cart-summary:hover {
  background: #041f46;
}
a#navadvsearchbutton {
  background: #072a5e;
}
a#navadvsearchbutton:hover {
  background: #041f46;
}
a.dropdown-toggle {
  -webkit-transition: none;
  transition: none;
  font-weight: 700 !important;
}
li.signIn {
  background: #ff8500;
  border-radius: 0px 3px 3px 0px;
  font-weight: 700;
  margin-top: 5px;
  font-size: 13px;
}
ul.dropdown-menu.menuDropdownLower {
  top: 31px !important;
  z-index: 4 !important;
}
#AccountMenuContainer {
  top: 31px !important;
  z-index: 4 !important;
}
.msgAlert {
  font-size: 12px;
}
.msgAlert span {
  font-weight: 700;
  color: #ca0000;
}
.nav {
  float: right;
}
.nav > li > a {
  padding: 10px 10px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  border-color: #dfdfdf;
  background: #FFF;
}
.nav-pills > li > a {
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  color: #337AB7;
  font-weight: 700;
  display: inline-block;
}
.signIn a {
  color: #FFF;
  padding: 6px 8px !important;
}
span.divNavLine {
  color: #cccccc;
}
/* Begin Footer Area */
footer {
  background: #1E87BB;
}
div.dvptag .fcopyright {
  font-family: "Arial", sans-serif;
  text-transform: none;
}
div.footer {
  background: #1E87BB;
  padding: 8px 0;
}
div.footer .column h4 {
  font-size: 1.7rem;
  text-transform: none;
}
div.footer .column ul.footerll li a {
  color: #b2def1;
  line-height: 2;
  font-size: 14px;
  font-family: "Arial", sans-serif;
  white-space: nowrap;
}
div.footer .column ul.footerll li a:before {
  color: #FFF;
  font-size: 14px;
  opacity: 1;
}
div.footer .column ul.footerll img {
  margin-top: 8px;
}
div.footer .column ul.footerll img:hover {
  margin-top: 0px;
}
div.footer .column ul.socialmedia li a {
  line-height: 1.35;
  color: #FFF;
}
.column.bbbLogo {
  margin-left: 0px !important;
}
footer .btmfootercontainer {
  background: #072a5e;
  min-height: 55px;
  padding-top: 11px;
  border-top: #4CC1E0 1px solid;
}
div.dvptag {
  color: #FFF;
}
div.dvptag .fcopyright {
  float: none;
}
body.default {
  background: #FFF;
}
ul.socialmedia span {
  font-size: 14px;
  color: #b2def1;
}
ul.socialmedia span:hover {
  color: #FFF;
}
/* End Begin Footer Area */
@media (min-width: 992px) {
  .msgAlert {
    font-size: 13px;
    margin-top: 12px;
    position: relative;
    left: 10px;
  }
}
@media (min-width: 991px) {
  #Header {
    border-bottom: none;
  }
}
@media (max-width: 991px) {
  .msgAlert {
    left: 0px;
    position: initial;
    float: right;
    clear: right;
    margin-bottom: 20px;
    border: #f8981d4a 1px solid;
    padding: 4px;
    background: #f8981d1f;
  }
}
@media (min-width: 768px) {
  .navmenu ul.Menu li a,
  .navmenu ul.Menu li span {
    padding: 11px 16px;
    border-left: #2b82ac 1px solid;
    font-weight: 600;
    font-size: 1.3rem;
    font-family: "Arial", sans-serif;
    top: 0px;
  }
}
@media (max-width: 768px) {
  div.footer .column h4 {
    text-align: left;
    margin-left: 15px;
  }
  div.footer .column ul.footerll li {
    display: block;
    width: auto;
    text-align: left;
    margin-left: 15px;
  }
  .column.bbbLogo {
    text-align: left;
  }
  .column.socialIcons {
    text-align: left;
  }
  .navbar-right {
    float: none !important;
  }
  ul#NavButtons {
    padding: 0 15% 0 15%;
  }
}
@media (max-width: 767px) {
  li.searchmodule #searchNavBar #SimpleSearch {
    margin-top: 0px;
  }
  .navbar-default .navbar-brand img {
    margin-top: 13px;
  }
  li.searchmodule #searchNavBar {
    margin-top: 10px;
  }
  .nav {
    float: none;
  }
  .navbar-toggle {
    margin-top: 5px;
  }
  .msgAlert {
    float: none;
    width: 80%;
    margin: 0 auto;
  }
  .navbar-brand {
    height: auto;
  }
  #NavBar #NavButtons {
    margin: 0px 0 5px 0;
  }
  .navbar-default .navbar-brand {
    padding-top: 0px;
  }
  ul.nav.nav-pills {
    margin-left: 26%;
  }
}
@media (max-width: 500px) {
  ul.nav.nav-pills {
    margin-left: 10%;
  }
}
@media (max-width: 418px) {
  ul.nav.nav-pills {
    margin-left: 6%;
  }
}
@media (max-width: 388px) {
  .globalNav {
    margin-right: 0%;
  }
  .nav-pills > li {
    font-size: 11px;
  }
  .dropdown-menu {
    top: 32px;
  }
}
@media (max-width: 320px) {
  ul.nav.nav-pills {
    margin-left: 0%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  li.acctMenu {
    margin-top: -5px !important;
  }
  li.nav-cart-preview .fa-shopping-cart:before {
    position: relative;
    top: -10px;
  }
  .navbar-toggle {
    top: -5px;
  }
}
/* DVPLK20171123 - Adding for Loading Indicator */
.modal-spinner {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.25);
  left: 0px;
  top: 0px;
  z-index: 9999;
}
.modal-spinner .fa {
  position: fixed;
  left: 40%;
  top: 40%;
  transform: translate(-50%, -50%);
  opacity: 1;
  font-size: 10em;
}
.modal-spinner-local {
  position: absolute !important;
}
.standingOrderConfirmation {
  position: fixed;
  z-index: 100001;
  left: 4%;
  top: 15%;
  right: 4%;
}
