<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*  Bootstrap (before rolling your own)... 
    http://getbootstrap.com/css/

    Less...
    http://lesscss.org/features/#features-overview-feature
*/
/* font-weight:bold = 700 */
/* font-weight:normal = 400 */
/* Intentionally the same as regular */
/*.make-xs-column-offset(@columns) {
  @media (min-width: @screen-xs-min) {
    margin-left: percentage((@columns / @grid-columns));
  }
}
.make-xs-column-push(@columns) {
  @media (min-width: @screen-xs-min) {
    left: percentage((@columns / @grid-columns));
  }
}
.make-xs-column-pull(@columns) {
  @media (min-width: @screen-xs-min) {
    right: percentage((@columns / @grid-columns));
  }
}*/
/* Requires fixing for around the textboxes so that when focus is on them that the validation is also surrounded with this. This hwr effects optional fields with Green validation*/
/*input:focus ~ .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)
{
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #cc0000;
    border-right-color: #cc0000;
    border-bottom-color:#cc0000;
    border-top-color:#cc0000;
}*/
/*input:not(.has-feedback.has-success) ~ .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-color:aqua;
}*/
/******(Bottom Left)*********/
/*Col = Y, Row = X*/
/*OR ALTERNATIVELY USE THE BELOW*/
/*.sprite-x-position(@col) {
    background-position-x: -@nx-x-initial-gutter - ((@nx-icon-width  + @nx-x-icon-gutter) * @col);
}

.sprite-y-position(@row) {
    background-position-y: -@nx-y-inital-gutter - ((@nx-icon-height * @row) + (@nx-y-icon-gutter * (@row - 1)));
}*/
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5rem;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn &gt; .caret,
  .dropup &gt; .btn &gt; .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /*overflow-x: hidden;*/
}
body {
  font-family: "Azo Sans", sans-serif;
  font-size: 0.875rem;
  line-height: 1.42857143;
  color: #000000;
  background-color: #ffffff;
  font-weight: 400;
  /*overflow: hidden;*/
  /*REMOVED AS THIS STOPPED SCROLLING FROM WORKING*/
  /*position: relative;*/
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: inherit;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail &gt; img,
.thumbnail a &gt; img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  /*margin-top:    @line-height-computed;
  margin-bottom: @line-height-computed;*/
  border: 0;
  border-top: 1px solid #eeeeee;
  margin: 0 -0.5rem;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #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: 480px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 0.688rem;
  display: inline-block;
  line-height: 1.3;
}
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: #4d8958;
}
a.text-primary:hover {
  color: #3b6843;
}
.text-success {
  color: #87b26a;
}
a.text-success:hover {
  color: #6d9a4f;
}
.text-info {
  color: black;
}
a.text-info:hover {
  color: #000000;
}
.text-warning {
  color: #000000;
}
a.text-warning:hover {
  color: #000000;
}
.text-danger {
  color: #ff0000;
}
a.text-danger:hover {
  color: #cc0000;
}
.bg-primary {
  color: #fff;
  background-color: #4d8958;
}
a.bg-primary:hover {
  background-color: #3b6843;
}
.bg-success {
  background-color: #f1f7ec;
}
a.bg-success:hover {
  background-color: #d7e8c8;
}
.bg-info {
  background-color: white;
}
a.bg-info:hover {
  background-color: #e6e6e6;
}
.bg-warning {
  background-color: #fef7ee;
}
a.bg-warning:hover {
  background-color: #fbe0be;
}
.bg-danger {
  background-color: #fcedec;
}
a.bg-danger:hover {
  background-color: #f5c3c0;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  /*margin-top: 0;*/
  margin-bottom: 0;
  /*ul,
  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 &gt; 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: 480px) {
  .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;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 11px;
  padding-right: 11px;
}
@media (min-width: 480px) {
  .container {
    width: 742px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 962px;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 1162px;
  }
}
@media (min-width: 1024px) {
  .container-lg {
    margin-right: auto;
    margin-left: auto;
    padding-left: 11px;
    padding-right: 11px;
    width: 1024px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 11px;
  padding-right: 11px;
}
.row {
  /*margin-left:  (@gutter / -2);
  margin-right: (@gutter / -2);*/
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  /*padding-left:  (@grid-gutter-width / 2);
      padding-right: (@grid-gutter-width / 2);*/
}
.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: 480px) {
  .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: 768px) {
  .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: 1024px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table &gt; thead &gt; tr &gt; th,
.table &gt; tbody &gt; tr &gt; th,
.table &gt; tfoot &gt; tr &gt; th,
.table &gt; thead &gt; tr &gt; td,
.table &gt; tbody &gt; tr &gt; td,
.table &gt; tfoot &gt; tr &gt; td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table &gt; thead &gt; tr &gt; th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table &gt; caption + thead &gt; tr:first-child &gt; th,
.table &gt; colgroup + thead &gt; tr:first-child &gt; th,
.table &gt; thead:first-child &gt; tr:first-child &gt; th,
.table &gt; caption + thead &gt; tr:first-child &gt; td,
.table &gt; colgroup + thead &gt; tr:first-child &gt; td,
.table &gt; thead:first-child &gt; tr:first-child &gt; td {
  border-top: 0;
}
.table &gt; tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed &gt; thead &gt; tr &gt; th,
.table-condensed &gt; tbody &gt; tr &gt; th,
.table-condensed &gt; tfoot &gt; tr &gt; th,
.table-condensed &gt; thead &gt; tr &gt; td,
.table-condensed &gt; tbody &gt; tr &gt; td,
.table-condensed &gt; tfoot &gt; tr &gt; td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered &gt; thead &gt; tr &gt; th,
.table-bordered &gt; tbody &gt; tr &gt; th,
.table-bordered &gt; tfoot &gt; tr &gt; th,
.table-bordered &gt; thead &gt; tr &gt; td,
.table-bordered &gt; tbody &gt; tr &gt; td,
.table-bordered &gt; tfoot &gt; tr &gt; td {
  border: 1px solid #dddddd;
}
.table-bordered &gt; thead &gt; tr &gt; th,
.table-bordered &gt; thead &gt; tr &gt; td {
  border-bottom-width: 2px;
}
.table-striped &gt; tbody &gt; tr:nth-child(odd) &gt; td,
.table-striped &gt; tbody &gt; tr:nth-child(odd) &gt; th {
  background-color: #f9f9f9;
}
.table-hover &gt; tbody &gt; tr:hover &gt; td,
.table-hover &gt; tbody &gt; tr:hover &gt; 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 &gt; thead &gt; tr &gt; td.active,
.table &gt; tbody &gt; tr &gt; td.active,
.table &gt; tfoot &gt; tr &gt; td.active,
.table &gt; thead &gt; tr &gt; th.active,
.table &gt; tbody &gt; tr &gt; th.active,
.table &gt; tfoot &gt; tr &gt; th.active,
.table &gt; thead &gt; tr.active &gt; td,
.table &gt; tbody &gt; tr.active &gt; td,
.table &gt; tfoot &gt; tr.active &gt; td,
.table &gt; thead &gt; tr.active &gt; th,
.table &gt; tbody &gt; tr.active &gt; th,
.table &gt; tfoot &gt; tr.active &gt; th {
  background-color: #f5f5f5;
}
.table-hover &gt; tbody &gt; tr &gt; td.active:hover,
.table-hover &gt; tbody &gt; tr &gt; th.active:hover,
.table-hover &gt; tbody &gt; tr.active:hover &gt; td,
.table-hover &gt; tbody &gt; tr.active:hover &gt; th {
  background-color: #e8e8e8;
}
.table &gt; thead &gt; tr &gt; td.success,
.table &gt; tbody &gt; tr &gt; td.success,
.table &gt; tfoot &gt; tr &gt; td.success,
.table &gt; thead &gt; tr &gt; th.success,
.table &gt; tbody &gt; tr &gt; th.success,
.table &gt; tfoot &gt; tr &gt; th.success,
.table &gt; thead &gt; tr.success &gt; td,
.table &gt; tbody &gt; tr.success &gt; td,
.table &gt; tfoot &gt; tr.success &gt; td,
.table &gt; thead &gt; tr.success &gt; th,
.table &gt; tbody &gt; tr.success &gt; th,
.table &gt; tfoot &gt; tr.success &gt; th {
  background-color: #f1f7ec;
}
.table-hover &gt; tbody &gt; tr &gt; td.success:hover,
.table-hover &gt; tbody &gt; tr &gt; th.success:hover,
.table-hover &gt; tbody &gt; tr.success:hover &gt; td,
.table-hover &gt; tbody &gt; tr.success:hover &gt; th {
  background-color: #e4efda;
}
.table &gt; thead &gt; tr &gt; td.info,
.table &gt; tbody &gt; tr &gt; td.info,
.table &gt; tfoot &gt; tr &gt; td.info,
.table &gt; thead &gt; tr &gt; th.info,
.table &gt; tbody &gt; tr &gt; th.info,
.table &gt; tfoot &gt; tr &gt; th.info,
.table &gt; thead &gt; tr.info &gt; td,
.table &gt; tbody &gt; tr.info &gt; td,
.table &gt; tfoot &gt; tr.info &gt; td,
.table &gt; thead &gt; tr.info &gt; th,
.table &gt; tbody &gt; tr.info &gt; th,
.table &gt; tfoot &gt; tr.info &gt; th {
  background-color: white;
}
.table-hover &gt; tbody &gt; tr &gt; td.info:hover,
.table-hover &gt; tbody &gt; tr &gt; th.info:hover,
.table-hover &gt; tbody &gt; tr.info:hover &gt; td,
.table-hover &gt; tbody &gt; tr.info:hover &gt; th {
  background-color: #f2f2f2;
}
.table &gt; thead &gt; tr &gt; td.warning,
.table &gt; tbody &gt; tr &gt; td.warning,
.table &gt; tfoot &gt; tr &gt; td.warning,
.table &gt; thead &gt; tr &gt; th.warning,
.table &gt; tbody &gt; tr &gt; th.warning,
.table &gt; tfoot &gt; tr &gt; th.warning,
.table &gt; thead &gt; tr.warning &gt; td,
.table &gt; tbody &gt; tr.warning &gt; td,
.table &gt; tfoot &gt; tr.warning &gt; td,
.table &gt; thead &gt; tr.warning &gt; th,
.table &gt; tbody &gt; tr.warning &gt; th,
.table &gt; tfoot &gt; tr.warning &gt; th {
  background-color: #fef7ee;
}
.table-hover &gt; tbody &gt; tr &gt; td.warning:hover,
.table-hover &gt; tbody &gt; tr &gt; th.warning:hover,
.table-hover &gt; tbody &gt; tr.warning:hover &gt; td,
.table-hover &gt; tbody &gt; tr.warning:hover &gt; th {
  background-color: #fdecd6;
}
.table &gt; thead &gt; tr &gt; td.danger,
.table &gt; tbody &gt; tr &gt; td.danger,
.table &gt; tfoot &gt; tr &gt; td.danger,
.table &gt; thead &gt; tr &gt; th.danger,
.table &gt; tbody &gt; tr &gt; th.danger,
.table &gt; tfoot &gt; tr &gt; th.danger,
.table &gt; thead &gt; tr.danger &gt; td,
.table &gt; tbody &gt; tr.danger &gt; td,
.table &gt; tfoot &gt; tr.danger &gt; td,
.table &gt; thead &gt; tr.danger &gt; th,
.table &gt; tbody &gt; tr.danger &gt; th,
.table &gt; tfoot &gt; tr.danger &gt; th {
  background-color: #fcedec;
}
.table-hover &gt; tbody &gt; tr &gt; td.danger:hover,
.table-hover &gt; tbody &gt; tr &gt; th.danger:hover,
.table-hover &gt; tbody &gt; tr.danger:hover &gt; td,
.table-hover &gt; tbody &gt; tr.danger:hover &gt; th {
  background-color: #f9d8d6;
}
@media (max-width: 479px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive &gt; .table {
    margin-bottom: 0;
  }
  .table-responsive &gt; .table &gt; thead &gt; tr &gt; th,
  .table-responsive &gt; .table &gt; tbody &gt; tr &gt; th,
  .table-responsive &gt; .table &gt; tfoot &gt; tr &gt; th,
  .table-responsive &gt; .table &gt; thead &gt; tr &gt; td,
  .table-responsive &gt; .table &gt; tbody &gt; tr &gt; td,
  .table-responsive &gt; .table &gt; tfoot &gt; tr &gt; td {
    white-space: nowrap;
  }
  .table-responsive &gt; .table-bordered {
    border: 0;
  }
  .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child,
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child,
  .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child,
  .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child,
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child,
  .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child {
    border-left: 0;
  }
  .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child,
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child,
  .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child,
  .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child,
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child,
  .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child {
    border-right: 0;
  }
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th,
  .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; th,
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td,
  .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; td {
    border-bottom: 0;
  }
}
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: 400;
}
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: #000000;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 6px;
  font-weight: 400;
  line-height: 1.42857143;
  color: #000000;
  background-color: #f9f9f9;
  background-image: none;
  border: 1px solid #c7c5c5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #7f7f7f;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(127, 127, 127, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(127, 127, 127, 0.6);
}
.form-control::-moz-placeholder {
  font-weight: 400;
  color: #7f7f7f;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  font-weight: 400;
  color: #7f7f7f;
}
.form-control::-webkit-input-placeholder {
  font-weight: 400;
  color: #7f7f7f;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 34px;
}
.form-group {
  margin: 0.5rem 1rem;
}
@media (min-width: 480px) {
  .form-group {
    margin: 1rem 1rem;
  }
}
.panel .form-group {
  margin-right: 0.750rem;
  margin-left: 0.750rem;
}
.collapse-form-group-top {
  display: block;
  margin-top: -0.5rem;
}
@media (min-width: 480px) {
  .collapse-form-group-top {
    margin-top: -1rem;
  }
}
/*.form-group-tight-stack {
    margin: 0 1rem;
}*/
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: 400;
  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: 400;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 28px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 28px;
  line-height: 28px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 44px;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 44px;
  line-height: 44px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-control-feedback-error,
.form-control-feedback-success {
  display: none !important;
}
/*todo optimise this*/
.has-feedback.has-error {
  position: relative;
}
.has-feedback.has-error .form-control-feedback-error {
  display: table-cell !important;
}
.has-feedback.has-success {
  position: relative;
}
.has-feedback.has-success .form-control-feedback-success {
  display: table-cell !important;
}
.has-feedback-standalone.has-error .nx-feedback-error-standalone {
  display: inline-block !important;
}
.has-feedback-standalone.has-success .nx-feedback-success-standalone {
  display: inline-block !important;
}
.form-control-feedback-error &gt; .glyphicon,
.form-control-feedback-success &gt; .glyphicon {
  color: #f9f9f9;
}
.has-success .help-block,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #87b26a;
}
.has-success .form-control {
  border-color: #87b26a;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #6d9a4f;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #bdd5ad;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #bdd5ad;
}
.has-success .input-group-addon {
  color: #87b26a;
  border-color: #87b26a;
  background-color: #f1f7ec;
}
.has-success .form-control-feedback {
  color: #87b26a;
}
.has-warning .help-block,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #000000;
}
.has-warning .form-control {
  border-color: #000000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #000000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #333333;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #333333;
}
.has-warning .input-group-addon {
  color: #000000;
  border-color: #000000;
  background-color: #fef7ee;
}
.has-warning .form-control-feedback {
  color: #000000;
}
.has-error .help-block,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #ff0000;
}
.has-error .form-control {
  border-color: #ff0000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #cc0000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff6666;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff6666;
}
.has-error .input-group-addon {
  color: #ff0000;
  border-color: #ff0000;
  background-color: #fcedec;
}
.has-error .form-control-feedback {
  color: #ff0000;
}
.has-error .form-control-feedback-error {
  background-color: #ff0000;
}
.has-success .form-control-feedback-success {
  background-color: #87b26a;
}
/*.has-error .form-control-feedback-error {
        background-color: @state-danger-border;
    }*/
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 2px;
  color: #404040;
  font-size: 0.688em;
}
@media (min-width: 480px) {
  .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 &gt; .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 {
  /*@media (min-width: @screen-sm-min) {
    .control-label {
      text-align: right;
    }
  }*/
}
.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;
  padding-top: 0;
}
.form-horizontal .form-group {
  /*margin-left:  (@gutter / -2);
  margin-right: (@gutter / -2);*/
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 11px;
}
.nx-input-with-tooltip {
  width: 88%;
  /*@media (min-width: @screen-sm-min) {
        width: 60%;
    }*/
  position: relative;
  float: left;
  min-height: 1px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  height: 2rem;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: none;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 0.875rem;
  line-height: 1.42857143;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -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: #ffffff;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  /*.box-shadow(inset 0 3px 5px rgba(0,0,0,.125));*/
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  /*.button-variant(@btn-primary-color; @btn-primary-bg; @btn-primary-border);*/
  color: #ffffff;
  background-color: #4d8958;
  border-color: #5fa86c;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #4d8958;
  border-color: #5fa86c;
}
.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: #4d8958;
  border-color: #5fa86c;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  font-weight: 400;
  cursor: pointer;
  border-radius: 0;
  text-decoration: underline !important;
  text-transform: none !important;
  padding: 0;
  height: auto !important;
}
.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: #000000;
  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-link:focus,
.btn-link:active {
  outline: none!important;
  border: none;
}
.btn-lg,
.btn-group-lg &gt; .btn {
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.33;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm &gt; .btn {
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs &gt; .btn {
  padding: 1px 5px;
  font-size: 11px;
  line-height: 1.5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.nx-alertbody .btn-link {
  margin-top: -0.1875em;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('/fonts/glyphicons-halflings-regular.eot');
  src: url('/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu &gt; li &gt; a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu &gt; li &gt; a:hover,
.dropdown-menu &gt; li &gt; a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu &gt; .active &gt; a,
.dropdown-menu &gt; .active &gt; a:hover,
.dropdown-menu &gt; .active &gt; a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #4d8958;
}
.dropdown-menu &gt; .disabled &gt; a,
.dropdown-menu &gt; .disabled &gt; a:hover,
.dropdown-menu &gt; .disabled &gt; a:focus {
  color: #999999;
}
.dropdown-menu &gt; .disabled &gt; a:hover,
.dropdown-menu &gt; .disabled &gt; a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open &gt; .dropdown-menu {
  display: block;
}
.open &gt; a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 11px;
  line-height: 1.42857143;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 9990;
}
.pull-right &gt; .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: 480px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group &gt; .btn,
.btn-group-vertical &gt; .btn {
  position: relative;
  float: left;
}
.btn-group &gt; .btn:hover,
.btn-group-vertical &gt; .btn:hover,
.btn-group &gt; .btn:focus,
.btn-group-vertical &gt; .btn:focus,
.btn-group &gt; .btn:active,
.btn-group-vertical &gt; .btn:active,
.btn-group &gt; .btn.active,
.btn-group-vertical &gt; .btn.active {
  z-index: 2;
}
.btn-group &gt; .btn:focus,
.btn-group-vertical &gt; .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar &gt; .btn,
.btn-toolbar &gt; .btn-group,
.btn-toolbar &gt; .input-group {
  margin-left: 5px;
}
.btn-group &gt; .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group &gt; .btn:first-child {
  margin-left: 0;
}
.btn-group &gt; .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group &gt; .btn:last-child:not(:first-child),
.btn-group &gt; .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group &gt; .btn-group {
  float: left;
}
.btn-group &gt; .btn-group:not(:first-child):not(:last-child) &gt; .btn {
  border-radius: 0;
}
.btn-group &gt; .btn-group:first-child &gt; .btn:last-child,
.btn-group &gt; .btn-group:first-child &gt; .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group &gt; .btn-group:last-child &gt; .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 &gt; .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group &gt; .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 &gt; .btn,
.btn-group-vertical &gt; .btn-group,
.btn-group-vertical &gt; .btn-group &gt; .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical &gt; .btn-group &gt; .btn {
  float: none;
}
.btn-group-vertical &gt; .btn + .btn,
.btn-group-vertical &gt; .btn + .btn-group,
.btn-group-vertical &gt; .btn-group + .btn,
.btn-group-vertical &gt; .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical &gt; .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical &gt; .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical &gt; .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical &gt; .btn-group:not(:first-child):not(:last-child) &gt; .btn {
  border-radius: 0;
}
.btn-group-vertical &gt; .btn-group:first-child:not(:last-child) &gt; .btn:last-child,
.btn-group-vertical &gt; .btn-group:first-child:not(:last-child) &gt; .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical &gt; .btn-group:last-child:not(:first-child) &gt; .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 &gt; .btn,
.btn-group-justified &gt; .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified &gt; .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] &gt; .btn &gt; input[type="radio"],
[data-toggle="buttons"] &gt; .btn &gt; input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  /*&amp;[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 &gt; .form-control,
.input-group-lg &gt; .input-group-addon,
.input-group-lg &gt; .input-group-btn &gt; .btn {
  height: 44px;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg &gt; .form-control,
select.input-group-lg &gt; .input-group-addon,
select.input-group-lg &gt; .input-group-btn &gt; .btn {
  height: 44px;
  line-height: 44px;
}
textarea.input-group-lg &gt; .form-control,
textarea.input-group-lg &gt; .input-group-addon,
textarea.input-group-lg &gt; .input-group-btn &gt; .btn,
select[multiple].input-group-lg &gt; .form-control,
select[multiple].input-group-lg &gt; .input-group-addon,
select[multiple].input-group-lg &gt; .input-group-btn &gt; .btn {
  height: auto;
}
.input-group-sm &gt; .form-control,
.input-group-sm &gt; .input-group-addon,
.input-group-sm &gt; .input-group-btn &gt; .btn {
  height: 28px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm &gt; .form-control,
select.input-group-sm &gt; .input-group-addon,
select.input-group-sm &gt; .input-group-btn &gt; .btn {
  height: 28px;
  line-height: 28px;
}
textarea.input-group-sm &gt; .form-control,
textarea.input-group-sm &gt; .input-group-addon,
textarea.input-group-sm &gt; .input-group-btn &gt; .btn,
select[multiple].input-group-sm &gt; .form-control,
select[multiple].input-group-sm &gt; .input-group-addon,
select[multiple].input-group-sm &gt; .input-group-btn &gt; .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;*/
  border-bottom-left-radius: 0;
  border-top-left-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: #000000;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #c7c5c5;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 11px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 16px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child &gt; .btn,
.input-group-btn:first-child &gt; .btn-group &gt; .btn,
.input-group-btn:first-child &gt; .dropdown-toggle,
.input-group-btn:last-child &gt; .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child &gt; .btn-group:not(:last-child) &gt; .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 &gt; .btn,
.input-group-btn:last-child &gt; .btn-group &gt; .btn,
.input-group-btn:last-child &gt; .dropdown-toggle,
.input-group-btn:first-child &gt; .btn:not(:first-child),
.input-group-btn:first-child &gt; .btn-group:not(:first-child) &gt; .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 &gt; .btn {
  position: relative;
}
.input-group-btn &gt; .btn + .btn {
  margin-left: -1px;
}
.input-group-btn &gt; .btn:hover,
.input-group-btn &gt; .btn:focus,
.input-group-btn &gt; .btn:active {
  z-index: 2;
}
.input-group-btn:first-child &gt; .btn,
.input-group-btn:first-child &gt; .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child &gt; .btn,
.input-group-btn:last-child &gt; .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav &gt; li {
  position: relative;
  display: block;
}
.nav &gt; li &gt; a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav &gt; li &gt; a:hover,
.nav &gt; li &gt; a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav &gt; li.disabled &gt; a {
  color: #999999;
}
.nav &gt; li.disabled &gt; a:hover,
.nav &gt; li.disabled &gt; a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open &gt; a,
.nav .open &gt; a:hover,
.nav .open &gt; a:focus {
  background-color: #eeeeee;
  border-color: #000000;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav &gt; li &gt; a &gt; img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs &gt; li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs &gt; li &gt; a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs &gt; li &gt; a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs &gt; li.active &gt; a,
.nav-tabs &gt; li.active &gt; a:hover,
.nav-tabs &gt; li.active &gt; a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified &gt; li {
  float: none;
}
.nav-tabs.nav-justified &gt; li &gt; a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified &gt; .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 480px) {
  .nav-tabs.nav-justified &gt; li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified &gt; li &gt; a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified &gt; li &gt; a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified &gt; .active &gt; a,
.nav-tabs.nav-justified &gt; .active &gt; a:hover,
.nav-tabs.nav-justified &gt; .active &gt; a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 480px) {
  .nav-tabs.nav-justified &gt; li &gt; a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified &gt; .active &gt; a,
  .nav-tabs.nav-justified &gt; .active &gt; a:hover,
  .nav-tabs.nav-justified &gt; .active &gt; a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills &gt; li {
  float: left;
}
.nav-pills &gt; li &gt; a {
  border-radius: 4px;
}
.nav-pills &gt; li + li {
  margin-left: 2px;
}
.nav-pills &gt; li.active &gt; a,
.nav-pills &gt; li.active &gt; a:hover,
.nav-pills &gt; li.active &gt; a:focus {
  color: #ffffff;
  background-color: #4d8958;
}
.nav-stacked &gt; li {
  float: none;
}
.nav-stacked &gt; li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified &gt; li {
  float: none;
}
.nav-justified &gt; li &gt; a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified &gt; .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 480px) {
  .nav-justified &gt; li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified &gt; li &gt; a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified &gt; li &gt; a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified &gt; .active &gt; a,
.nav-tabs-justified &gt; .active &gt; a:hover,
.nav-tabs-justified &gt; .active &gt; a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 480px) {
  .nav-tabs-justified &gt; li &gt; a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified &gt; .active &gt; a,
  .nav-tabs-justified &gt; .active &gt; a:hover,
  .nav-tabs-justified &gt; .active &gt; a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content &gt; .tab-pane {
  display: none;
}
.tab-content &gt; .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 480px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 480px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 11px;
  padding-left: 11px;
  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: 480px) {
  .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 &gt; .navbar-header,
.container-fluid &gt; .navbar-header,
.container &gt; .navbar-collapse,
.container-fluid &gt; .navbar-collapse {
  margin-right: -11px;
  margin-left: -11px;
}
@media (min-width: 480px) {
  .container &gt; .navbar-header,
  .container-fluid &gt; .navbar-header,
  .container &gt; .navbar-collapse,
  .container-fluid &gt; .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 10000;
  border-width: 0 0 1px;
}
@media (min-width: 480px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 10030;
}
@media (min-width: 480px) {
  .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: 15px 11px;
  font-size: 16px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 480px) {
  .navbar &gt; .container .navbar-brand,
  .navbar &gt; .container-fluid .navbar-brand {
    margin-left: -11px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 11px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 480px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -11px;
}
.navbar-nav &gt; li &gt; a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 479px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu &gt; li &gt; a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu &gt; li &gt; a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover,
  .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
    background-image: none;
  }
}
@media (min-width: 480px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav &gt; li {
    float: left;
  }
  .navbar-nav &gt; li &gt; a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -11px;
  }
}
@media (min-width: 480px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -11px;
  margin-right: -11px;
  padding: 10px 11px;
  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: 8px;
  margin-bottom: 8px;
}
@media (min-width: 480px) {
  .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 &gt; .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: 479px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 480px) {
  .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: -11px;
  }
}
.navbar-nav &gt; li &gt; .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav &gt; li &gt; .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 11px;
  margin-bottom: 11px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 480px) {
  .navbar-text {
    float: left;
    margin-left: 11px;
    margin-right: 11px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav &gt; li &gt; a {
  color: #777777;
}
.navbar-default .navbar-nav &gt; li &gt; a:hover,
.navbar-default .navbar-nav &gt; li &gt; a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav &gt; .active &gt; a,
.navbar-default .navbar-nav &gt; .active &gt; a:hover,
.navbar-default .navbar-nav &gt; .active &gt; a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav &gt; .disabled &gt; a,
.navbar-default .navbar-nav &gt; .disabled &gt; a:hover,
.navbar-default .navbar-nav &gt; .disabled &gt; a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav &gt; .open &gt; a,
.navbar-default .navbar-nav &gt; .open &gt; a:hover,
.navbar-default .navbar-nav &gt; .open &gt; a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 479px) {
  .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a,
  .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a,
  .navbar-default .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav &gt; li &gt; a {
  color: #999999;
}
.navbar-inverse .navbar-nav &gt; li &gt; a:hover,
.navbar-inverse .navbar-nav &gt; li &gt; a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav &gt; .active &gt; a,
.navbar-inverse .navbar-nav &gt; .active &gt; a:hover,
.navbar-inverse .navbar-nav &gt; .active &gt; a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav &gt; .disabled &gt; a,
.navbar-inverse .navbar-nav &gt; .disabled &gt; a:hover,
.navbar-inverse .navbar-nav &gt; .disabled &gt; a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav &gt; .open &gt; a,
.navbar-inverse .navbar-nav &gt; .open &gt; a:hover,
.navbar-inverse .navbar-nav &gt; .open &gt; a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 479px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .active &gt; a,
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .active &gt; a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .active &gt; a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a,
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb &gt; li {
  display: inline-block;
}
.breadcrumb &gt; li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb &gt; .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination &gt; li {
  display: inline;
}
.pagination &gt; li &gt; a,
.pagination &gt; li &gt; span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination &gt; li:first-child &gt; a,
.pagination &gt; li:first-child &gt; span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination &gt; li:last-child &gt; a,
.pagination &gt; li:last-child &gt; span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination &gt; li &gt; a:hover,
.pagination &gt; li &gt; span:hover,
.pagination &gt; li &gt; a:focus,
.pagination &gt; li &gt; span:focus {
  color: #000000;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination &gt; .active &gt; a,
.pagination &gt; .active &gt; span,
.pagination &gt; .active &gt; a:hover,
.pagination &gt; .active &gt; span:hover,
.pagination &gt; .active &gt; a:focus,
.pagination &gt; .active &gt; span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #4d8958;
  border-color: #4d8958;
  cursor: default;
}
.pagination &gt; .disabled &gt; span,
.pagination &gt; .disabled &gt; span:hover,
.pagination &gt; .disabled &gt; span:focus,
.pagination &gt; .disabled &gt; a,
.pagination &gt; .disabled &gt; a:hover,
.pagination &gt; .disabled &gt; a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg &gt; li &gt; a,
.pagination-lg &gt; li &gt; span {
  padding: 10px 16px;
  font-size: 16px;
}
.pagination-lg &gt; li:first-child &gt; a,
.pagination-lg &gt; li:first-child &gt; span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg &gt; li:last-child &gt; a,
.pagination-lg &gt; li:last-child &gt; span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm &gt; li &gt; a,
.pagination-sm &gt; li &gt; span {
  padding: 5px 10px;
  font-size: 11px;
}
.pagination-sm &gt; li:first-child &gt; a,
.pagination-sm &gt; li:first-child &gt; span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm &gt; li:last-child &gt; a,
.pagination-sm &gt; li:last-child &gt; span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li &gt; a,
.pager li &gt; span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li &gt; a:hover,
.pager li &gt; a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next &gt; a,
.pager .next &gt; span {
  float: right;
}
.pager .previous &gt; a,
.pager .previous &gt; span {
  float: left;
}
.pager .disabled &gt; a,
.pager .disabled &gt; a:hover,
.pager .disabled &gt; a:focus,
.pager .disabled &gt; span {
  color: #999999;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #4d8958;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3b6843;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active &gt; .badge,
.nav-pills &gt; .active &gt; a &gt; .badge {
  color: #000000;
  background-color: #ffffff;
}
.nav-pills &gt; li &gt; a &gt; .badge {
  margin-left: 3px;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail &gt; img,
.thumbnail a &gt; img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #000000;
}
.thumbnail .caption {
  padding: 9px;
  color: #000000;
}
.alert {
  padding: 0.75em 1em;
  /*margin-bottom: @line-height-computed;*/
  border: 1px solid transparent;
  /*border-radius: @alert-border-radius;*/
  font-weight: 400;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 16px;
  /*margin-top:1em;*/
}
.alert:before,
.alert:after {
  content: " ";
  display: table;
}
.alert:after {
  clear: both;
}
.alert:before,
.alert:after {
  content: " ";
  display: table;
}
.alert:after {
  clear: both;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: 500;
}
.alert &gt; p,
.alert &gt; ul {
  margin-bottom: 0;
}
.alert &gt; p + p {
  margin-top: 5px;
}
.panel-body &gt; .alert {
  margin: 0.5em;
}
.alert-dismissable {
  padding-right: 21em;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #f1f7ec;
  border-color: #87b26a;
  color: #87b26a;
  margin-top: 0.5rem;
}
.alert-success hr {
  border-top-color: #79a959;
}
.alert-success .alert-link {
  color: #6d9a4f;
}
.alert-info {
  background-color: white;
  border-color: black;
  color: black;
  margin-top: 0.5rem;
}
.alert-info hr {
  border-top-color: #000000;
}
.alert-info .alert-link {
  color: #000000;
}
.alert-warning {
  background-color: #fef7ee;
  border-color: #000000;
  color: #000000;
  margin-top: 0.5rem;
}
.alert-warning hr {
  border-top-color: #000000;
}
.alert-warning .alert-link {
  color: #000000;
}
.alert-danger {
  background-color: #fcedec;
  border-color: #ff0000;
  color: #ff0000;
  margin-top: 0.5rem;
}
.alert-danger hr {
  border-top-color: #e60000;
}
.alert-danger .alert-link {
  color: #cc0000;
}
.nx-alertbody ul {
  margin-top: 0em;
  padding-left: 1.7em;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 11px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #4d8958;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.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 &gt; .pull-left {
  margin-right: 10px;
}
.media &gt; .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item &gt; .badge {
  float: right;
}
.list-group-item &gt; .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #4d8958;
  border-color: #4d8958;
}
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: #c4dec9;
}
.list-group-item-success {
  color: #87b26a;
  background-color: #f1f7ec;
}
a.list-group-item-success {
  color: #87b26a;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #87b26a;
  background-color: #e4efda;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #87b26a;
  border-color: #87b26a;
}
.list-group-item-info {
  color: black;
  background-color: white;
}
a.list-group-item-info {
  color: black;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: black;
  background-color: #f2f2f2;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: black;
  border-color: black;
}
.list-group-item-warning {
  color: #000000;
  background-color: #fef7ee;
}
a.list-group-item-warning {
  color: #000000;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #000000;
  background-color: #fdecd6;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.list-group-item-danger {
  color: #ff0000;
  background-color: #fcedec;
}
a.list-group-item-danger {
  color: #ff0000;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #ff0000;
  background-color: #f9d8d6;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #ff0000;
  border-color: #ff0000;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin: .5em;
  background-color: #ffffff;
  border: 1px solid #f5f5f5;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* IE 8+ */
}
.panel hr {
  margin: 0;
}
.panel-body {
  position: relative;
}
.panel-body .alert {
  margin-top: 0.5rem;
}
.panel-heading {
  padding: 0 0.75rem;
  border-bottom: 1px solid #dddddd;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* IE 8+ */
}
.panel-heading &gt; .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-heading.collapsed {
  border-bottom: 0!important;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  /*line-height:@panel-heading-height + (@panel-heading-height - (@font-normal * @panel-heading-height));*/
  line-height: 2rem;
  /*font-size: ceil((@font-size-base * 1.125));*/
  color: inherit;
  font-family: "Azo Sans", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.panel-title &gt; a {
  display: block;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  /*.border-bottom-radius((@panel-border-radius - 1));*/
}
.panel &gt; .list-group {
  margin-bottom: 0;
}
.panel &gt; .list-group .list-group-item {
  border-width: 1px 0;
}
.panel &gt; .list-group:first-child .list-group-item:first-child {
  border-top: 0;
}
.panel &gt; .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel &gt; .table,
.panel &gt; .table-responsive &gt; .table {
  margin-bottom: 0;
}
.panel &gt; .panel-body + .table,
.panel &gt; .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.panel &gt; .table &gt; tbody:first-child &gt; tr:first-child th,
.panel &gt; .table &gt; tbody:first-child &gt; tr:first-child td {
  border-top: 0;
}
.panel &gt; .table-bordered,
.panel &gt; .table-responsive &gt; .table-bordered {
  border: 0;
}
.panel &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child,
.panel &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child,
.panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child,
.panel &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child,
.panel &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child,
.panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child {
  border-left: 0;
}
.panel &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child,
.panel &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child,
.panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child,
.panel &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child,
.panel &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child,
.panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child {
  border-right: 0;
}
.panel &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; td,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; td,
.panel &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; td,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; td,
.panel &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; th,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; th,
.panel &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; th,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; th {
  border-bottom: 0;
}
.panel &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td,
.panel &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; td,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; td,
.panel &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th,
.panel &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; th,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; th {
  border-bottom: 0;
}
.panel &gt; .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 0.5rem;
}
.panel-group .panel {
  /*border-radius: @panel-border-radius;*/
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default &gt; .panel-heading {
  color: #333333;
  background-color: #f8f8f8;
  border-color: #dddddd;
}
.panel-default &gt; .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-default &gt; .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #4d8958;
}
.panel-primary &gt; .panel-heading {
  color: #ffffff;
  background-color: #f8f8f8;
  border-color: #4d8958;
}
.panel-primary &gt; .panel-heading + .panel-collapse .panel-body {
  border-top-color: #4d8958;
}
.panel-primary &gt; .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #4d8958;
}
.panel-success {
  border-color: #87b26a;
}
.panel-success &gt; .panel-heading {
  color: #87b26a;
  background-color: #f8f8f8;
  border-color: #87b26a;
}
.panel-success &gt; .panel-heading + .panel-collapse .panel-body {
  border-top-color: #87b26a;
}
.panel-success &gt; .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #87b26a;
}
.panel-info {
  border-color: black;
}
.panel-info &gt; .panel-heading {
  color: black;
  background-color: #f8f8f8;
  border-color: black;
}
.panel-info &gt; .panel-heading + .panel-collapse .panel-body {
  border-top-color: black;
}
.panel-info &gt; .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: black;
}
.panel-warning {
  border-color: #000000;
}
.panel-warning &gt; .panel-heading {
  color: #000000;
  background-color: #f8f8f8;
  border-color: #000000;
}
.panel-warning &gt; .panel-heading + .panel-collapse .panel-body {
  border-top-color: #000000;
}
.panel-warning &gt; .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #000000;
}
.panel-danger {
  border-color: #ff0000;
}
.panel-danger &gt; .panel-heading {
  color: #ff0000;
  background-color: #f8f8f8;
  border-color: #ff0000;
}
.panel-danger &gt; .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ff0000;
}
.panel-danger &gt; .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ff0000;
}
.panel-border-highlight {
  border: 1px solid black;
}
.panel-list-item:nth-of-type(n+2) {
  border-top: 1px solid #f5f5f5;
}
.panel-list-item &gt; div {
  position: relative;
}
.panel-default .panel-default {
  margin: 0 0;
  border: none;
  /*.border-radius(0);*/
  /*.box-shadow(none);*/
}
.panel-default .panel-default:not(:last-child) {
  border-bottom: 1px solid #f5f5f5;
}
.panel-default .panel-default &gt; .panel-heading {
  border: none;
  background-color: #ffffff;
}
.panel-default .panel-default &gt; .panel-heading &gt; .panel-title {
  text-transform: none;
  font-size: 0.875rem;
  font-weight: 700;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.panel-default .panel-default &gt; .panel-body {
  padding-left: 0;
  padding-right: 0;
}
.panel-default .panel-group {
  margin-bottom: 0;
}
/*Global to all panel links this applies to the parent panels that lead to another page i.e. arrange a return*/
.panel-level-content {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  margin-bottom: 0.5rem;
}
.panel-level-content:before,
.panel-level-content:after {
  content: " ";
  display: table;
}
.panel-level-content:after {
  clear: both;
}
.panel-level-content:before,
.panel-level-content:after {
  content: " ";
  display: table;
}
.panel-level-content:after {
  clear: both;
}
.panel-level-content .form-group {
  margin-right: 0;
  margin-left: 0;
}
.panel-link {
  font-family: "Azo Sans", sans-serif;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  padding-left: 0.750rem;
  padding-right: 0.750rem;
  background: #f5f5f5;
  border: none;
  margin: 0 0.5rem 1rem 0.5rem;
  font-weight: 400;
  line-height: 2rem;
  color: #333333;
}
.panel-group &gt; a.panel-link {
  border: 1px solid #dddddd;
}
.sub-panel .panel-link {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  background: #ffffff;
  /*white*/
  text-decoration: none;
  text-transform: none;
}
.sub-panel .panel-link:not(:first-child) {
  border-top: 1px solid #f5f5f5;
}
.sub-panel .panel-link &gt; .glyphicon {
  font-size: 14px;
  padding-left: 0.5em;
  padding-right: 0em;
}
/*For the Sub Panels (the white area)*/
.panel-group .sub-panel a {
  color: #000;
  font-weight: 400;
  border-color: #f5f5f5;
  border-width: 0.1em;
}
/*Styles for hovering over the panels that contain links to other pages*/
.panel-link:hover {
  text-decoration: none;
}
.panel-link:active {
  background-color: #f1f1f1;
}
/*Styles for glyphicons that are in the white spaces also the direct links within the panel */
.panel-link &gt; .glyphicon {
  font-size: 14px;
  line-height: 2em;
  /*padding-right: 0.1em;*/
  color: #333333;
}
[data-toggle="collapse"] {
  cursor: pointer;
}
/*Styles for disabled panel links*/
.panel-link.disabled {
  background: #F8F8F8;
  color: #C4C2C2;
  pointer-events: none;
}
.panel-link.disabled &gt; .nx-icon {
  opacity: 0.6;
}
.panel-link.disabled .payment-type {
  opacity: 0.6;
}
.panel-group .panel .panel-default {
  padding-right: 12px;
  padding-left: 12px;
}
.panel-default {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.well {
  min-height: 20px;
  padding: 1.125em;
  margin: 0.5em;
  background-color: #f5f5f5;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
  padding: 5px;
}
.modal-header .close {
  margin-top: -2px;
}
/*Applies to the cross in the modal*/
.modal-header a {
  color: #000000;
  font-size: 1.25em;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
  text-align: center;
  clear: both;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
  border: none;
  padding: 0;
}
.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: 480px) {
  .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: 768px) {
  .modal-lg {
    width: 900px;
  }
}
/*This class styles the buttons in the modal e.g. Yes or No buttons*/
.modal-button {
  width: 50%;
  float: left;
  text-align: center;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border-top: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
  cursor: pointer;
}
.tooltip {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10030;
  font-size: 11px;
  line-height: 1.4;
  max-width: 200px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  white-space: normal;
}
.tooltip.top {
  margin-top: -10px;
}
.tooltip.right {
  margin-left: 10px;
}
.tooltip.bottom {
  margin-top: 10px;
}
.tooltip.left {
  margin-left: -10px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #000000;
  text-align: justify;
  text-decoration: none;
  background-color: #ffffff;
  border-radius: 4px;
}
.tooltip &gt; .tooltip-arrow,
.tooltip &gt; .tooltip-arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip &gt; .tooltip-arrow {
  border-width: 11px;
}
.tooltip &gt; .tooltip-arrow:after {
  border-width: 10px;
  content: "";
}
.tooltip.top &gt; .tooltip-arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #cccccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -11px;
}
.tooltip.top &gt; .tooltip-arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.tooltip.right &gt; .tooltip-arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #cccccc;
  border-right-color: rgba(0, 0, 0, 0.2);
}
.tooltip.right &gt; .tooltip-arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.tooltip.bottom &gt; .tooltip-arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #cccccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -11px;
}
.tooltip.bottom &gt; .tooltip-arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.tooltip.left &gt; .tooltip-arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #cccccc;
  border-left-color: rgba(0, 0, 0, 0.2);
}
.tooltip.left &gt; .tooltip-arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10010;
  display: none;
  max-width: 75%;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
  font-size: 0.75rem;
}
.popover &gt; .arrow,
.popover &gt; .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover &gt; .arrow {
  border-width: 11px;
}
.popover &gt; .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top &gt; .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 &gt; .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right &gt; .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 &gt; .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom &gt; .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 &gt; .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left &gt; .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 &gt; .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.danger-popover .popover {
  background-color: #fcedec;
  border: 1px solid #ff0000;
  color: #ff0000;
  -webkit-box-shadow: none ;
  box-shadow: none ;
}
.danger-popover .popover.top &gt; .arrow {
  border-top-color: #ff0000;
}
.danger-popover .popover.top &gt; .arrow:after {
  border-top-color: #fcedec;
}
.danger-popover .popover.right &gt; .arrow {
  border-right-color: #ff0000;
}
.danger-popover .popover.right &gt; .arrow:after {
  border-right-color: #fcedec;
}
.danger-popover .popover.bottom &gt; .arrow {
  border-bottom-color: #ff0000;
}
.danger-popover .popover.bottom &gt; .arrow:after {
  border-bottom-color: #fcedec;
}
.danger-popover .popover.left &gt; .arrow {
  border-left-color: #ff0000;
}
.danger-popover .popover.left &gt; .arrow:after {
  border-left-color: #fcedec;
}
/*@import "carousel.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:before,
.btn-toolbar:after,
.btn-group-vertical &gt; .btn-group:before,
.btn-group-vertical &gt; .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,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical &gt; .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
/*.hide {
  display: none !important;
}*/
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 479px) {
  .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: 480px) and (max-width: 767px) {
  .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: 768px) and (max-width: 1023px) {
  .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: 1024px) {
  .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: 479px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .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;
  }
}
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -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 {
  text-transform: uppercase;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  background-image: -webkit-linear-gradient(#cccccc 5%, #ffffff 100%);
  background-image: -moz-linear-gradient(#cccccc 5%, #ffffff 100%);
  background-image: -o-linear-gradient(#cccccc 5%, #ffffff 100%);
  background-image: linear-gradient(#cccccc 5%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}
.btn-primary {
  background-image: -webkit-linear-gradient(#5fa86c 5%, #4d8958 100%);
  background-image: -moz-linear-gradient(#5fa86c 5%, #4d8958 100%);
  background-image: -o-linear-gradient(#5fa86c 5%, #4d8958 100%);
  background-image: linear-gradient(#5fa86c 5%, #4d8958 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary {
  color: #e5eee6;
  background-color: #8fb796;
  background-image: -webkit-linear-gradient(#8fb796 5%, #afd3b5 100%);
  background-image: -moz-linear-gradient(#8fb796 5%, #afd3b5 100%);
  background-image: -o-linear-gradient(#8fb796 5%, #afd3b5 100%);
  background-image: linear-gradient(#8fb796 5%, #afd3b5 100%);
}
.btn-success {
  background-image: -webkit-linear-gradient(#4cae4c 5%, #5cb85c 100%);
  background-image: -moz-linear-gradient(#4cae4c 5%, #5cb85c 100%);
  background-image: -o-linear-gradient(#4cae4c 5%, #5cb85c 100%);
  background-image: linear-gradient(#4cae4c 5%, #5cb85c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
}
.btn-info {
  background-image: -webkit-linear-gradient(#46b8da 5%, #5bc0de 100%);
  background-image: -moz-linear-gradient(#46b8da 5%, #5bc0de 100%);
  background-image: -o-linear-gradient(#46b8da 5%, #5bc0de 100%);
  background-image: linear-gradient(#46b8da 5%, #5bc0de 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
}
.btn-warning {
  background-image: -webkit-linear-gradient(#eea236 5%, #f0ad4e 100%);
  background-image: -moz-linear-gradient(#eea236 5%, #f0ad4e 100%);
  background-image: -o-linear-gradient(#eea236 5%, #f0ad4e 100%);
  background-image: linear-gradient(#eea236 5%, #f0ad4e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
}
.btn-danger {
  background-image: -webkit-linear-gradient(#d43f3a 5%, #d9534f 100%);
  background-image: -moz-linear-gradient(#d43f3a 5%, #d9534f 100%);
  background-image: -o-linear-gradient(#d43f3a 5%, #d9534f 100%);
  background-image: linear-gradient(#d43f3a 5%, #d9534f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
}
.btn-secondary {
  background-image: -webkit-linear-gradient(#333333 5%, #000000 100%);
  background-image: -moz-linear-gradient(#333333 5%, #000000 100%);
  background-image: -o-linear-gradient(#333333 5%, #000000 100%);
  background-image: linear-gradient(#333333 5%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  color: #fff;
  background-color: #000000;
}
.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary {
  color: #dedede;
  background-color: #b2b2b2;
  background-image: -webkit-linear-gradient(#b2b2b2 5%, #c1c1c1 100%);
  background-image: -moz-linear-gradient(#b2b2b2 5%, #c1c1c1 100%);
  background-image: -o-linear-gradient(#b2b2b2 5%, #c1c1c1 100%);
  background-image: linear-gradient(#b2b2b2 5%, #c1c1c1 100%);
}
.btn-tertiary {
  background-image: -webkit-linear-gradient(#ffffff 5%, #ffffff 100%);
  background-image: -moz-linear-gradient(#ffffff 5%, #ffffff 100%);
  background-image: -o-linear-gradient(#ffffff 5%, #ffffff 100%);
  background-image: linear-gradient(#ffffff 5%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  color: #111;
  background-color: #ffffff;
  border: 1px solid #111;
}
.btn-tertiary:hover,
.btn-tertiary:focus {
  color: #111;
}
.btn-tertiary.disabled,
.btn-tertiary[disabled],
fieldset[disabled] .btn-tertiary {
  color: #767676;
  background-color: #ffffff;
  background-image: -webkit-linear-gradient(#ffffff 5%, #ffffff 100%);
  background-image: -moz-linear-gradient(#ffffff 5%, #ffffff 100%);
  background-image: -o-linear-gradient(#ffffff 5%, #ffffff 100%);
  background-image: linear-gradient(#ffffff 5%, #ffffff 100%);
}
.btn-block {
  /*margin-bottom: 5px;*/
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.dropdown-menu &gt; li &gt; a:hover,
.dropdown-menu &gt; li &gt; a:focus {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-color: #e8e8e8;
}
.dropdown-menu &gt; .active &gt; a,
.dropdown-menu &gt; .active &gt; a:hover,
.dropdown-menu &gt; .active &gt; a:focus {
  background-image: -webkit-linear-gradient(top, #4d8958 0%, #44794e 100%);
  background-image: linear-gradient(to bottom, #4d8958 0%, #44794e 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4d8958', endColorstr='#ff44794e', GradientType=0);
  background-color: #44794e;
}
.navbar-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.navbar-default .navbar-nav &gt; .active &gt; a {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f3f3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff3f3f3', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.navbar-brand,
.navbar-nav &gt; li &gt; a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .navbar-nav &gt; .active &gt; a {
  background-image: -webkit-linear-gradient(top, #222222 0%, #282828 100%);
  background-image: linear-gradient(to bottom, #222222 0%, #282828 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav &gt; li &gt; a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
/*.alert {
  text-shadow: 0 1px 0 rgba(255,255,255,.2);
  @shadow: inset 0 1px 0 rgba(255,255,255,.25), 0 1px 2px rgba(0,0,0,.05);
  .box-shadow(@shadow);
}*/
/*.alert-styles(@color) {
  #gradient &gt; .vertical(@start-color: @color; @end-color: darken(@color, 7.5%));
  border-color: darken(@color, 15%);
}*/
/*.alert-success    { .alert-styles(@alert-success-bg); }
.alert-info       { .alert-styles(@alert-info-bg); }
.alert-warning    { .alert-styles(@alert-warning-bg); }
.alert-danger     { .alert-styles(@alert-danger-bg); }*/
.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #4d8958 0%, #3b6843 100%);
  background-image: linear-gradient(to bottom, #4d8958 0%, #3b6843 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4d8958', endColorstr='#ff3b6843', GradientType=0);
}
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}
.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #3b6843;
  background-image: -webkit-linear-gradient(top, #4d8958 0%, #3f7148 100%);
  background-image: linear-gradient(to bottom, #4d8958 0%, #3f7148 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4d8958', endColorstr='#ff3f7148', GradientType=0);
  border-color: #3f7148;
}
.panel {
  /*.box-shadow(0 1px 2px rgba(0,0,0,.05));*/
  /*border:1px solid @theme-light;*/
}
.panel.panel-default {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/*.panel-body {
    .section-body;
}*/
.panel-default &gt; .panel-heading {
  background-color: #f8f8f8;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
}
.panel-primary &gt; .panel-heading {
  background-image: -webkit-linear-gradient(top, #4d8958 0%, #44794e 100%);
  background-image: linear-gradient(to bottom, #4d8958 0%, #44794e 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4d8958', endColorstr='#ff44794e', GradientType=0);
}
.panel-success &gt; .panel-heading {
  background-image: -webkit-linear-gradient(top, #f1f7ec 0%, #e4efda 100%);
  background-image: linear-gradient(to bottom, #f1f7ec 0%, #e4efda 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff1f7ec', endColorstr='#ffe4efda', GradientType=0);
}
.panel-info &gt; .panel-heading {
  background-image: -webkit-linear-gradient(top, white 0%, #f2f2f2 100%);
  background-image: linear-gradient(to bottom, white 0%, #f2f2f2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
}
.panel-warning &gt; .panel-heading {
  background-image: -webkit-linear-gradient(top, #fef7ee 0%, #fdecd6 100%);
  background-image: linear-gradient(to bottom, #fef7ee 0%, #fdecd6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffef7ee', endColorstr='#fffdecd6', GradientType=0);
}
.panel-danger &gt; .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcedec 0%, #f9d8d6 100%);
  background-image: linear-gradient(to bottom, #fcedec 0%, #f9d8d6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcedec', endColorstr='#fff9d8d6', GradientType=0);
}
.panel-status-indicator {
  margin-top: 10px;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  -moz-transition: -moz-transform 0.2s ease-in;
  -o-transition: -o-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
.collapsed &gt; .panel-status-indicator {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.collapsed + .panel-summary {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.collapsed + .panel-summary.collapse {
  display: block;
}
.control-label {
  padding-left: 0;
}
/*
    on some android phones, when the soft keyboard pops up, the viewport width is wider than the viewport height,
    so the orientation changes to landscape
    so we base layout on available width only, not orientation
    http://stackoverflow.com/questions/8883163/css-media-query-soft-keyboard-breaks-css-orientation-rules-alternative-solut
*/
/*.button-control {
	padding: 0;
    font-size: 14px;
}*/
.form-group:after {
  content: "";
  visibility: hidden;
  height: 0;
  clear: both;
  overflow: hidden;
  display: block;
}
dd {
  margin-bottom: 0.36em;
}
#ChannelRedirect_Background {
  box-sizing: border-box;
  position: fixed;
  top: 44px;
}
#ChannelRedirect_Background #modal-background {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  left: 0;
  top: 44px;
  z-index: 0;
}
#ChannelRedirect_Background .modal-dialog {
  position: fixed;
  left: 0;
  top: 44px;
  margin: 0;
  width: 100%;
  background-color: white;
}
#ChannelRedirect_Background .modal-content {
  border-radius: 0px;
  border: 0;
  box-shadow: none;
}
#ChannelRedirect_Background .nx-modal-header {
  border-bottom: 2px solid #F0F0F0;
  text-align: center;
  padding: 8px;
}
#ChannelRedirect_Background .row {
  padding: 11px 22px;
}
#ChannelRedirect_Background .nx-modal-body {
  font-size: 16px;
}
#ChannelRedirect_Background #ChannelRedirect_Confirm {
  width: 100%;
  height: 44px;
}
#ChannelRedirect_Background #ChannelRedirect_Cancel {
  width: 100%;
  height: 44px;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 100%;
  padding: 0;
  line-height: 44px;
}
.modal-full {
  position: fixed;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 10050;
  overflow: hidden;
  display: block !important;
  visibility: hidden;
}
.modal-full.from-bottom {
  height: 100%;
  top: auto;
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -moz-transition: visibility 0s 0.4s, transform 0.4s;
  -o-transition: visibility 0s 0.4s, transform 0.4s;
  -webkit-transition: visibility 0s 0.4s, -webkit-transform 0.4s;
  transition: visibility 0s 0.4s, transform 0.4s;
}
.modal-full.from-bottom.in {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal-full.from-right {
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -moz-transition: visibility 0s 0.4s, transform 0.4s;
  -o-transition: visibility 0s 0.4s, transform 0.4s;
  -webkit-transition: visibility 0s 0.4s, -webkit-transform 0.4s;
  transition: visibility 0s 0.4s, transform 0.4s;
}
.modal-full.from-right.in {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal-full.fade {
  opacity: 0;
  -moz-transition: visibility 0s 0.4s, opacity 0.4s;
  -o-transition: visibility 0s 0.4s, opacity 0.4s;
  -webkit-transition: visibility 0s 0.4s, opacity 0.4s;
  transition: visibility 0s 0.4s, opacity 0.4s;
}
.modal-full.fade.in {
  opacity: 1;
}
.modal-full.in {
  visibility: visible;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.modal-full .modal-full-header {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.99rem;
  background-color: #F8F8F8;
  width: 100%;
  border-bottom: 1px solid #F0F0F0;
  height: 43px;
  z-index: 10050;
}
.modal-full .modal-full-header a.modal-back {
  padding-left: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
  position: absolute;
  width: 36px;
}
.modal-full .modal-full-header span.modal-title {
  max-width: 100%;
  padding: 0 12px 0 36px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: inline-block;
  line-height: 43px;
}
.modal-full .modal-full-body {
  top: 43px;
  left: 0;
  margin: 0;
  overflow-y: auto;
  right: 0;
  bottom: 0;
  position: absolute;
  -webkit-overflow-scrolling: touch;
}
.modal-full .modal-full-body-no-header {
  position: absolute;
  top: 25%;
  left: 0;
  margin: 0;
  overflow-y: auto;
  width: 100%;
  height: 25%;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 376px) {
  .payments .piecontainer .pies {
    padding: 0 3px 0 3px;
  }
}
.payments .piecontainer .pies .column {
  display: inline-block;
  width: 24%;
  text-align: center;
  font-size: 12px;
}
.payments .piecontainer .pies .column div {
  line-height: 1.5em;
}
.payments .piecontainer .pies .column .bold {
  font-weight: bold;
  line-height: 2.5em;
}
.payments .piecontainer .pies .column div.pie-first-quarter {
  display: inline-block;
}
.payments .afterpayImageSizing {
  height: 25px;
  padding-bottom: 3px;
}
.payments .rotate-90 {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transition: all 0.2s ease;
}
.payments .rotate-180 {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transition: all 0.2s ease;
}
.payments .piecontainer .checkoutwithafterpay {
  height: 16px;
  font-family: Arial;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #222222;
  margin-top: 1px;
}
.payments .piecontainer .payfourequalinter {
  height: 60px;
  font-family: sans-serif;
  font-size: 11px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.82;
  letter-spacing: 0.4px;
  text-align: center;
  color: #222222;
  text-transform: uppercase;
  margin-top: 12px;
}
.payments .piecontainer {
  padding: 8px;
  line-height: 42px;
  vertical-align: top;
  position: relative;
  text-align: left;
  text-align: center;
  display: none;
  width: 100%;
}
.payments .piecontainer a {
  color: #1b6360;
  text-decoration: underline;
}
.payments a.afterpayInfo {
  color: #1b6360;
  font-weight: 600;
}
/**
 * Animated pie chart
 */
.pie-first-quarter,
.pie-second-quarter,
.pie-third-quarter,
.pie-fourth-quarter {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #1b6360;
  display: inline-block;
}
.pie-first-quarter,
.pie-second-quarter {
  background: #fff;
  background-image: linear-gradient(to right, transparent 50%, currentColor 0);
  color: #a2bebd;
}
.pie-third-quarter,
.pie-fourth-quarter {
  background: #a2bebd;
  background-image: linear-gradient(to left, transparent 50%, currentColor 0);
  color: #fff;
}
.pie-first-quarter::before,
.pie-second-quarter::before,
.pie-third-quarter::before,
.pie-fourth-quarter::before {
  content: '';
  display: block;
  margin-left: 50%;
  height: 100%;
  border-radius: 0 15px 15px 0;
  background-color: inherit;
  transform-origin: left;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.pie-first-quarter::before {
  animation: onequarterspin 1s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@keyframes onequarterspin {
  to {
    transform: rotate(0.25turn);
  }
}
.pie-second-quarter::before {
  animation: twoquarterspin 1s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  transform: rotate(90deg);
  animation-delay: 1s;
  rotation: .25turn;
}
@keyframes twoquarterspin {
  from {
    transform: rotate(0.25turn);
  }
  to {
    transform: rotate(0.5turn);
  }
}
.pie-third-quarter::before {
  animation: thirdquarterspin 1s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-delay: 2s;
}
@keyframes thirdquarterspin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(0.25turn);
  }
}
.pie-fourth-quarter::before {
  animation: forthquarterspin 1s linear;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  transform: rotate(90deg);
  animation-delay: 3s;
}
@keyframes forthquarterspin {
  from {
    transform: rotate(0.25turn);
  }
  to {
    transform: rotate(0.5turn);
  }
}
#afterpaytoggleicon + div {
  width: 135px;
  height: 60px;
  position: relative;
  float: right;
  margin-top: -9px;
}
#afterpaytoggleicon + div img {
  top: 0;
  max-height: 26px;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  margin: auto;
}
body {
  font-family: 'Azo Sans', sans-serif;
  font-size: 14px;
  /* Default text size is 14px, small text should be 11px */
  font-weight: 400;
  /* Will use the AzoSans-Light variant by default */
  color: #000;
}
/*.nx-product-title, .nx-price {
    font-weight: @font-weight-bold;
}*/
/*.nx-price {
    font-size: 0.875rem;
}*/
/*#region StepProgressIndicator helperr */
.StepProgressContainer {
  height: 0.48rem;
  width: 100%;
  float: left;
  z-index: 2;
  position: absolute;
  margin-top: -0.9rem;
  margin-left: -0.5rem;
}
.StepProgress {
  height: 90%;
  float: left;
}
.StepProgress.done {
  background-color: #bababa;
}
.StepProgress.todo {
  background-color: #e6e6e6;
}
.StepProgressMarker {
  text-align: right;
  float: right;
  height: inherit;
}
.progressIndicator-Extra {
  text-align: right;
  float: right;
}
/*#endregion StepProgressIndicator helper */
/*#region Label helper */
/*.label is taken by bootstrap*/
.nx-label {
  overflow: hidden;
}
.nx-value {
  float: right;
  margin-left: 1rem;
}
/*#endregion Label helper */
.nx-special-offer,
.nx-special-offer-value {
  color: #5cb85c;
}
/*#region UI helper */
/*#region Icons - (Sprites) */
/*******************************Sprite-Sheet*********************************************/
.nx-icon {
  background-size: 380px 328px;
  display: inline-block;
  vertical-align: top;
  height: 26px;
  width: 28px;
  background-image: url('/images/mobile/sprites.png');
}
/*.nx-iconNext {
    background-size: @spritesheet-background-size;
    display: inline-block;
    vertical-align: top;
    height: @nx-iconNext-height;
    width: @nx-iconNext-width;
    background-image: url('@{path-to-images}mobile/@{spritesheet}');
}*/
/*Social*/
.nx-icon.facebook {
  background-position: -3px -109px;
  width: 26px;
  height: 28px;
}
.nx-icon.google-plus {
  background-position: -39px -109px;
  width: 26px;
  height: 28px;
}
.nx-icon.instagram {
  background-position: -75px -109px;
  width: 26px;
  height: 28px;
}
.nx-icon.pinterest {
  background-position: -111px -109px;
  width: 26px;
  height: 28px;
}
.nx-icon.youtube {
  background-position: -147px -109px;
  width: 26px;
  height: 28px;
}
.nx-icon.twitter {
  background-position: -183px -109px;
  width: 26px;
  height: 28px;
}
.nx-icon.nextBlogger {
  background-position: -219px -109px;
  width: 26px;
  height: 28px;
}
.nx-icon.facebook-black {
  background-position: -3px -291px;
  width: 26px;
  height: 28px;
}
.nx-icon.google-plus-black {
  background-position: -39px -291px;
  width: 26px;
  height: 28px;
}
.nx-icon.twitter-black {
  background-position: -75px -291px;
  width: 26px;
  height: 28px;
}
.nx-icon.pinterest-black {
  background-position: -111px -291px;
  width: 26px;
  height: 28px;
}
.nx-icon.youtube-black {
  background-position: -147px -291px;
  width: 26px;
  height: 28px;
}
.nx-icon.question-mark {
  background-position: -255px -109px;
  width: 26px;
  height: 28px;
}
.nx-icon.circular-tick {
  background-position: -327px -144px;
  width: 26px;
  height: 28px;
}
.nx-icon.circular-cross {
  background-position: -39px -144px;
  width: 26px;
  height: 28px;
}
.nx-icon.circular-cross2 {
  background-position: -255px -180px;
  width: 26px;
  height: 28px;
}
.nx-icon.superzoom-close {
  background-position: -3px -214px;
}
.nx-icon.myaccount {
  background-position: -3px -255px;
}
.svc-unavailable {
  display: none;
}
[data-theme="Preview"] .nav-header-left a {
  width: 97%;
  margin: 0 0 0 3%;
  padding-left: 7px;
}
@media (min-width: 445px) {
  [data-theme="Preview"] .nav-header-left a {
    padding-left: 0px;
  }
}
.nav-header-left .SiteLogo {
  float: left;
  margin: 2px;
  background-repeat: no-repeat;
  width: 88px;
  height: 28px;
  display: block;
  background-image: url('/Images/Structural/Header/next-logo-mobile.png');
  background-position: 0 0;
  background-size: contain;
}
[data-theme="Xmas"] .nav-header-left .SiteLogo {
  background-image: url(/Images/Structural/Header/Logos/logo-gold.png);
  background-size: 83px 25px !important;
  background-position: 0px 0px !important;
}
[data-theme="Preview"] .nav-header-left .SiteLogo {
  background-image: url('data:image/png;base64,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');
}
@media (min-width: 445px) {
  [data-theme="Preview"] .nav-header-left .SiteLogo {
    width: 241px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPEAAAAcCAYAAACwEVlVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGMTA3NjlBRTEzMjA2ODExOTk0Qzk0QTU3Mzc5MTQ4RSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NEFBOUExMTFBNDQxMUU0QUFCNjhCOTE3QjgwREQxMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NEFBOUExMDFBNDQxMUU0QUFCNjhCOTE3QjgwREQxMCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjdBRERFRTcyM0FGRTExRTI5MTlFRkQxQUU2RTZFQjNDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjdBRERFRTczM0FGRTExRTI5MTlFRkQxQUU2RTZFQjNDIi8+IDwvcmRmOkRlc2NyaXB0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');
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .nav-header-left .SiteLogo {
    background-image: url('/Images/Structural/Header/next-logo-mobile@2x.png');
  }
}
.nx-icon.nav-nextlogo {
  background-position: -74px -39px;
  width: 83px;
  height: 26px;
}
/*.nx-icon.nav-nextlogo.gold {
    background-image: url(/Images/Structural/Header/Logos/logo-gold.png);
    background-size: 83px 25px !important;
    background-position: 0px 0px !important;
}*/
.nx-icon.nav-myaccount {
  background-position: -40px -256px;
  width: 26px;
  height: 26px;
  margin-bottom: 1px;
}
.nx-icon.nav-Accessibility {
  display: none;
}
#header-accessibility {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.nx-icon.nav-search {
  background-position: -255px -4px;
}
.nx-icon.nav-bag {
  background-position: -256px -256px;
  width: 26px;
  height: 26px;
  margin-bottom: 2px;
}
.nav-favourites {
  background-image: url('/Images/icn-heart-inactive.png');
  background-position: -10px -145px;
  background-size: 45px;
  margin-bottom: 2px;
  height: 26px;
  width: 28px;
}
.nav-favourites.notification {
  background-image: url('/Images/icn-heart-active.png');
}
.nx-icon.nav-padlock {
  background-position: -3px -39px;
  width: 14px;
  height: 18px;
}
.nx-icon.quickshop {
  background-position: -75px -255px;
}
.nx-icon.storelocator {
  background-position: -147px -255px;
  width: 30px;
}
.nx-icon.favouriteEmpty {
  background-position: -75px -179px;
}
.nx-icon.favouriteFilled {
  background-position: -111px -179px;
}
.nx-icon.chevron-up-light {
  background-position: -147px -214px;
  width: 26px;
  height: 28px;
}
.nx-icon.book {
  background-position: -183px -284px;
  width: 26px;
  height: 30px;
}
/******(2nd Row Down)*********/
/*@nx-icon-progress-width: 0.5rem;
@nx-icon-progress-height: 0.5rem;*/
/*Checkout Incentive*/
.incentives-panel .nx-icon {
  margin-top: 3px;
}
/*eVoucher*/
.nx-icon.eVoucher {
  background-position: -3px -74px;
  width: 20px;
}
/*Delivery*/
.nx-icon.delivery {
  background-position: -39px -74px;
  width: 25px;
  height: 20px;
}
/*Collection*/
.nx-icon.collection {
  background-position: -75px -74px;
  width: 25px;
  height: 20px;
}
/*Calendar*/
.nx-icon.calendar {
  /*.sprite-position(3, 2);*/
  background-position: -111px -75px;
  width: 20px;
  height: 20px;
}
/*Quickshop*/
.nx-icon.find {
  background-position: -111px -144px;
  width: 25px;
  height: 20px;
}
.nx-icon.plus-small {
  background-position: -3px -144px;
  width: 25px;
  height: 20px;
}
.nx-icon.draw-arrow-up {
  background-position: -291px -144px;
  width: 30px;
  height: 40px;
}
.nx-icon.draw-arrow-down {
  background-position: -255px -144px;
  width: 30px;
  height: 40px;
}
.nx-icon.error-sign {
  background-position: -75px -144px;
  width: 30px;
  height: 30px;
}
/*Clock-1 used in delivery */
.nx-icon.clock {
  background-position: -147px -74px;
  width: 20px;
  height: 20px;
}
/*Product Page*/
.nx-icon.reviewpositive {
  /*.sprite-position(9, 4);*/
  background-position: -327px -147px;
  width: 28px;
  height: 26px;
}
.nx-icon.reviewnegative {
  /*.sprite-position(7, 5);*/
  background-position: -255px -182px;
  width: 28px;
  height: 26px;
}
/*#region ProgressIndicator */
/*ProgressIndicator-step1*/
.nx-icon.progressIndicator-1 {
  background-position: -186px -76px;
  width: 7px;
  height: 7px;
}
/*ProgressIndicator-step2*/
.nx-icon.progressIndicator-2 {
  background-position: -222px -76px;
  width: 7px;
  height: 7px;
}
/*ProgressIndicator-empty*/
.nx-icon.progressIndicator-0 {
  background-position: -257px -76px;
  width: 7px;
  height: 7px;
}
/*#endregion */
/*Search*/
.nx-icon.Search {
  background-position: -291px -4px;
  width: 25px;
  outline: none;
}
.nx-icon.search-filter {
  background-position: -292px -111px;
  width: 24px;
  height: 18px;
  opacity: 0.6;
}
.nx-icon.search-sort {
  background-position: -328px -112px;
  width: 16px;
  height: 20px;
  opacity: 0.7;
}
.nx-icon.search-grid-single {
  background-position: -292px -184px;
  width: 18px;
  height: 42px;
}
.nx-icon.search-grid-multiple {
  background-position: -328px -184px;
  width: 24px;
  height: 42px;
}
/*GPS Location*/
.nx-icon.GPSLocation {
  background-position: -327px -74px;
}
/***********(2nd Row from Top) *********/
/*Pad Lock*/
.nx-icon.PadLock {
  background-position: -3px -39px;
  width: 20px;
}
/*ThreeDots-Menu*/
.nx-icon.ThreeDots {
  background-position: -39px -39px;
  width: 20px;
}
/*Next Logo*/
.nx-iconNext.Next {
  background-position-x: -40px;
  background-position-y: 165px;
}
/*Right Smallish Arrow - (This is commonly used for most of our panels now) */
.nx-icon.RightArrowSmall {
  background-position: -183px -39px;
  height: 12px;
  width: 12px;
}
/*ff*/
/*FacePhoto*/
.nx-icon.empty-photo {
  background-position: -219px -39px;
}
/*Map-Marker*/
.nx-icon.map-marker {
  width: 20px;
  background-position: -255px -39px;
}
/*Clock 2*/
.nx-icon.clock2 {
  background-position: -291px -39px;
}
/******Top Line******/
/*Left-Arrow*/
.nx-icon.left-Arrow {
  background-position: -3px -4px;
  height: 22px;
  width: 13px;
}
.nx-icon.right-Arrow {
  background-position: -39px -4px;
  height: 22px;
  width: 13px;
}
.nx-icon.up-Arrow {
  background-position: -5px -184px;
  height: 13px;
  width: 22px;
}
.nx-icon.down-Arrow {
  background-position: -41px -184px;
  height: 13px;
  width: 22px;
}
.nx-icon.checkout-up-Arrow {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.nx-icon.checkout-down-Arrow,
.nx-icon.checkout-up-Arrow {
  background-image: url(/Images/Gel3-0/icon-ui-chevron.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  height: 12px;
  width: 14px;
}
.nx-icon.down-Arrow-White {
  background-position: -220px -220px;
  height: 10px;
  width: 16px;
}
.nx-icon.down-Arrow-White-Btn {
  background-position: -220px -215px;
  height: 15px;
  width: 16px;
}
.nx-icon.social-share {
  background-position: -147px -179px;
  height: 30px;
  width: 30px;
}
.nx-icon.nx-tooltip {
  background-position: -76px -4px;
  width: 25px;
}
.nx-icon.tick {
  background-position: -111px -4px;
  width: 16px;
  height: 15px;
}
.nx-icon.cross {
  background-position: -147px -4px;
  width: 16px;
  height: 15px;
}
.nx-icon.roundedCross {
  background-position: -183px -4px;
  width: 25px;
  height: 20px;
}
.nx-icon.shoppingbag {
  background-position: -219px -4px;
}
.nx-icon.search2 {
  background-position: -255px -4px;
}
.nx-icon.search3 {
  background-position: -291px -4px;
}
.nx-icon.quickshop-search-tip-icon {
  display: inline-block;
  margin-top: 3px;
  margin-left: 3px;
  background-position: -112px -220px;
  width: 16px;
  height: 16px;
}
.nx-banner-interestfree {
  background-color: #6e86a7;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 2px;
  font-family: 'azo-sans', sans-serif;
  color: #fff;
  text-align: center;
}
.nx-banner-interestfree img {
  width: 100%;
}
.nx-banner-interestfree p.header {
  font-weight: 600;
  font-size: 14px;
}
.nx-banner-interestfree p {
  font-weight: 100;
  font-size: 11px;
}
.nx-banner-interestfree p.smaller {
  font-size: 12px;
}
.nextpaybanner {
  background-size: cover;
  background-color: #34363e;
  padding-left: 16px;
  padding-right: 16px;
  font-weight: 400;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 2px;
  font-family: 'Azo Sans', sans-serif;
  color: #fff;
  text-align: center;
}
.nextpaybanner p.header {
  font-size: 20px;
  margin-top: 10px;
}
.nextpaybanner p.middle {
  font-size: 16px;
}
.nextpaybanner p.smaller {
  font-size: 12px;
}
.NextPayThreeMonthsIFCBanner {
  background-size: cover;
  background-color: #34363e;
  padding-left: 16px;
  padding-right: 16px;
  font-weight: 400;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 2px;
  font-family: 'Azo Sans', sans-serif;
  color: #fff;
  text-align: center;
}
.NextPayThreeMonthsIFCBanner p.header {
  font-size: 20px;
  margin-top: 10px;
}
.NextPayThreeMonthsIFCBanner p.middle {
  font-size: 16px;
}
.NextPayThreeMonthsIFCBanner p.smaller {
  font-size: 12px;
}
.NextPayNUBanner {
  margin-left: 8px;
  margin-right: 8px;
  padding-bottom: 10px;
  text-align: center;
}
.NextPayNUBanner div {
  background-color: #279fa0;
  margin: 0;
  padding: 0;
  width: 100%;
}
.NextPayNUBanner div img {
  height: auto;
  width: 100%;
  max-width: 640px;
}
.nextpaylogo {
  width: 180px;
  height: 44px;
  margin-top: 10px;
}
.nx-spinner {
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  height: 34px;
  position: relative;
  width: 34px;
}
.nx-spinner:after {
  -moz-animation: fa-spin 1s infinite linear;
  -o-animation: fa-spin 1s infinite linear;
  -webkit-animation: fa-spin 1s infinite linear;
  animation: fa-spin 1s infinite linear;
  background-repeat: no-repeat;
  display: block;
  background-size: cover;
  content: "";
  height: 100%;
  position: relative;
  width: 100%;
  border: 2px solid rgba(255, 255, 255, 0.05);
  border-left-color: #000000;
  border-top-color: #000000;
  border-radius: 100%;
}
.nx-spinner-light {
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  height: 34px;
  position: relative;
  width: 34px;
  background-image: url('/Images/Mobile/ni-loading-spinner-n.png');
}
.nx-spinner-light:after {
  -moz-animation: fa-spin 1s infinite linear;
  -o-animation: fa-spin 1s infinite linear;
  -webkit-animation: fa-spin 1s infinite linear;
  animation: fa-spin 1s infinite linear;
  background-repeat: no-repeat;
  display: block;
  background-size: cover;
  content: "";
  height: 100%;
  position: relative;
  width: 100%;
  border: 2px solid rgba(255, 255, 255, 0.05);
  border-left-color: #000000;
  border-top-color: #000000;
  border-radius: 100%;
}
.nx-spinner-light:after {
  border-width: 0;
  background-image: url('/Images/Mobile/ni-loading-spinner-bg.png');
}
.nx-spinner-light.intl {
  top: -6px;
}
.nx-spinner-dark {
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  height: 34px;
  position: relative;
  width: 34px;
  background-image: url('/Images/Mobile/ni-loading-spinner-n-black.png');
}
.nx-spinner-dark:after {
  -moz-animation: fa-spin 1s infinite linear;
  -o-animation: fa-spin 1s infinite linear;
  -webkit-animation: fa-spin 1s infinite linear;
  animation: fa-spin 1s infinite linear;
  background-repeat: no-repeat;
  display: block;
  background-size: cover;
  content: "";
  height: 100%;
  position: relative;
  width: 100%;
  border: 2px solid rgba(255, 255, 255, 0.05);
  border-left-color: #000000;
  border-top-color: #000000;
  border-radius: 100%;
}
.nx-spinner-dark:after {
  border-width: 0;
  background-image: url('/Images/Mobile/ni-loading-spinner-bg-black.png');
}
@-moz-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/*#endregion Icons */
/*#region ValidationIndicator*/
.crossExtra,
.tickExtra {
  margin-top: 2px;
}
/*#endregion*/
/*#region Un-OrderedList*/
.nx-ul {
  padding: 0 0 0 15px;
  /*font-size: @font-normal;*/
}
.nx-ul li {
  margin-bottom: 0.5em;
}
/*#endregion*/
/*#region Dividers */
/*for a horizontal rule at root level or within a panel, use @UI.HR(), it'll do the right thing! */
.nx-general-divider {
  border-bottom: 0.5rem solid #f5f5f5;
  margin: 0 -0.5rem 1rem -0.5rem;
}
.nx-section-divider {
  border-bottom: 0.4rem solid #f5f5f5;
}
/*#endregion Dividers */
/*#region PanelLinks*/
.RightArrowSmallExtra {
  margin-top: 10px;
}
/*#endregion*/
/*#region Validation/Standalone Indicator*/
.nx-feedback-error-standalone,
.nx-feedback-success-standalone {
  display: inline-block;
  padding: 9px 9px;
  line-height: 1;
  text-align: center;
  border-radius: 2px;
  color: #f9f9f9;
  height: 34px;
}
div[data-datepicker] .nx-validation-indicator {
  margin-left: 1%;
}
.nx-validation-indicator {
  min-width: 10%;
  width: 10%;
  float: left;
  position: relative;
  margin-left: 1.6%;
}
.has-feedback-standalone.has-error .nx-shrink-if-validated,
.has-feedback-standalone.has-success .nx-shrink-if-validated {
  float: left;
  width: 82.5%;
}
.input-group-addon {
  padding: 6px 9.5px;
}
/*#endregion*/
/*#region UI.MessageBanner */
.nx-alertbody {
  font-weight: 400;
}
.nx-alertwithicon &gt; .nx-icon:nth-of-type(1) {
  float: left;
}
.nx-alertwithicon &gt; .glyphicon:nth-of-type(1) {
  font-size: 200%;
  float: left;
  /*vertical-align: top;*/
  /*margin-right: 0.25em;*/
}
.nx-alertwithicon &gt; .nx-alertbody {
  margin-left: 20%;
  width: 80%;
  /*margin-left: 0.25em;*/
  /*todo would it be better to use columns?*/
}
.nx-success {
  background-color: #f1f7ec;
  border-color: #87b26a;
  color: #87b26a;
  margin-top: 0.5rem;
  color: black !important;
}
.nx-success hr {
  border-top-color: #79a959;
}
.nx-success .alert-link {
  color: #6d9a4f;
}
.nx-failure {
  background-color: #fcedec;
  border-color: #ff0000;
  color: #ff0000;
  margin-top: 0.5rem;
}
.nx-failure hr {
  border-top-color: #e60000;
}
.nx-failure .alert-link {
  color: #cc0000;
}
.nx-advisory {
  background-color: #fef7ee;
  border-color: #000000;
  color: #000000;
  margin-top: 0.5rem;
}
.nx-advisory hr {
  border-top-color: #000000;
}
.nx-advisory .alert-link {
  color: #000000;
}
.nx-info {
  background-color: white;
  border-color: black;
  color: black;
  margin-top: 0.5rem;
}
.nx-info hr {
  border-top-color: #000000;
}
.nx-info .alert-link {
  color: #000000;
}
.nx-item-soldout {
  background: #fdf3f5;
  border: 1px solid #d50c43;
}
.nx-info-blue {
  background-color: #F8FAFB;
  border-color: #CEE5F5;
  color: black;
  margin-top: 0.5rem;
}
.nx-info-shoppingbag {
  background-color: #F2F8FD;
  border-color: #66AFE9;
  color: black;
  margin-top: 0.5rem;
}
.nx-info-shoppingbag .notificationBanner {
  position: relative;
  width: 100%;
}
.nx-info-shoppingbag .notificationBanner p {
  margin: 0;
}
.nx-info-shoppingbag .notificationBanner .itemDesc {
  width: 92%;
}
.nx-info-shoppingbag .notificationBanner .closeImg {
  width: 20px;
}
.nx-info-shoppingbag .notificationBanner a.CloseNotification {
  width: 20px;
  height: 19px;
  display: block;
  background-image: url('/Images/Structural/ShoppingBag/delete.png');
  background-repeat: no-repeat;
  background-position: right 2px;
  text-decoration: none;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-transform-none {
  text-transform: none;
}
.nx-more-info-arrow {
  margin-top: 7px;
  margin-left: 5px;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  -moz-transition: -moz-transform 0.2s ease-in;
  -o-transition: -o-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
.collapsed &gt; .nx-more-info-arrow {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  margin-top: 5px;
}
.nx-info-text {
  color: black;
  font-weight: 700;
}
.nx-info-text-link {
  color: black;
  font-weight: 700;
  text-decoration: none;
}
.nx-extra-info {
  clear: right;
}
/*todo need to see the designs for secure &amp; enforce*/
/*.nx-secure {
    .alert-info();
}

.nx-enforce {
    .alert-info();
}*/
/* not used */
/*.nx-none {
    .text-info();
}*/
/*#endregion UI.MessageBanner */
/*#region PanelLinkWithSelectAndEdit */
/*todo move to next.co.uk? (or split that into next.co.uk namespaces e.g. (N_Panel)*/
.panel-select-body {
  /*overflow: hidden;
    min-height: 50px;*/
  display: table-cell;
  width: 100%;
}
.panel-select-arrow {
  /*float: right;
   
    height: 120px;
    margin-left: auto 0;*/
  padding: 0 10px;
  vertical-align: middle;
  display: table-cell;
}
.panel-select-wrapper-selected {
  background-color: #f5f5f5;
  /*border-style: solid;
    border-width: 1px;*/
}
.panel-select-wrapper-disabled {
  /*background-color: #f1f1f1;*/
  color: darkgray;
}
/*.nx-panellink-more {
    display: block;
}*/
.nx-morebody-wrap {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.425s ease-out;
  -moz-transition: height 0.425s ease-out;
  -o-transition: height 0.425s ease-out;
  transition: height 0.425s ease-out;
  /*border-top: 1px solid @theme-light;*/
  /*todo normal bg panel, add highlight to that required*/
  background-color: #ffffff;
}
.nx-morebody-wrap-open {
  border-top: 1px solid #f5f5f5;
}
.nx-morebody {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.panel-border-highlight .nx-morebody-wrap-open {
  border-top: 1px solid black;
}
.panel-select-arrow div {
  vertical-align: middle;
}
.panel-select-wrapper {
  cursor: pointer;
}
.panel-border-margin {
  margin-right: -1px;
  margin-left: -1px;
}
/*#endregion PanelLinkWithSelectAndEdit */
/*#region PanelLinkWithImg */
.panel-link-image {
  padding-right: 0.5em;
  width: 10rem;
}
/*#endregion PanelLinkWithImg */
/*#endregion UI helper*/
/*#region Text Helper*/
/*#region Astrerisk Red*/
.asterisk-Red {
  color: Red;
}
/*#endregion*/
/*#region Font*/
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.capitalize {
  text-transform: capitalize;
}
.nowrap {
  white-space: nowrap;
}
.font-small {
  font-size: 0.688rem;
}
.font-small a {
  font-size: 0.750rem;
}
.font-small-bold {
  font-size: 0.688rem;
  font-weight: 700;
}
/*#endregion*/
/*#endregion*/
/*#region Select helper */
/*give the single option select text the same height as the select so that surrounding layout doesn't need to take account of whether the select is showing the input or the static text*/
.single-option-select-text {
  height: 34px;
  padding-top: 6px;
}
.nx-dob-day-month {
  /*width: 21%;*/
  /*@media (min-width: @screen-sm-min) {
        width: 25%;
    }*/
  /*padding-right: 4px;*/
  margin-right: 1.6%;
  float: left;
  position: relative;
}
.nx-dob-year {
  /*width: 27%;*/
  /*min-width: 4rem;*/
  /*@media (min-width: @screen-sm-min) {
        width: 21%;
    }*/
  /*padding-right: 10px;*/
  float: left;
  position: relative;
}
.nx-dob-day-month .form-control,
.nx-dob-year .form-control {
  padding-left: 4px;
  padding-right: 4px;
}
/*#endregion */
/*#region Input helper*/
/*#region Optional*/
label ~ .nx-optional {
  position: relative;
  top: 26px;
}
@media (min-width: 480px) {
  .nx-optional-group {
    margin-top: 1.75em;
  }
}
.nx-optional {
  font-size: 0.688rem;
  font-weight: 400;
  font-style: italic;
  float: right;
  margin-top: -1.75em;
}
.has-error .nx-optional,
.has-success .nx-optional {
  position: relative;
  right: -34px;
}
/*#endregion*/
a ~ .nx-icon.nx-tooltip {
  float: none;
  top: 0;
  margin-left: 0.5em;
}
.nx-tooltip-indicator {
  float: right;
  position: relative;
  top: 0.25em;
}
:checked + .nx-radio-highlight {
  font-weight: 500;
}
input[type=checkbox] {
  width: 1.5em;
  height: 1.5em;
  margin-right: 2%;
}
.nx-checkbox-label input[type=checkbox] {
  width: 1.5em;
  height: 1.5em;
  /*margin-right: 4%;*/
  vertical-align: middle;
  margin-left: -2rem;
}
.nx-checkbox-label {
  display: block;
  padding-left: 2rem;
  /*float: left;*/
  /*white-space: nowrap;*/
}
/*.nx-checkbox-label span {
         display:inline-table;
    }*/
/*#region SearchBoxFor */
.nx-search::after {
  content: "";
  position: absolute;
  right: 6px;
  bottom: 1px;
  height: 33px;
  width: 25px;
  background: #ffffff url('/images/mobile/sprites.png') no-repeat;
  background-position: -291px -74px;
  background-size: 380px 328px;
  display: inline-block;
}
.nx-search-busy::after {
  content: "";
  position: absolute;
  right: 6px;
  bottom: 3px;
  height: 32px;
  width: 28px;
  background: #ffffff url('/images/mobile/ajax-loader.gif') no-repeat;
  display: inline-block;
}
.nx-search-busy-black::after {
  content: "";
  position: absolute;
  right: 6px;
  bottom: 3px;
  height: 28px;
  width: 28px;
  background: #f9f9f9 url('/images/mobile/ajax-loader-black.gif') no-repeat;
  display: inline-block;
}
.nx-search input[type="text"] {
  padding-right: 35px;
}
/*#endregion */
/*#endregion Input helper*/
/*#region Icons Extra */
/******Extra Classes to perfect position sprites******/
/*Used in Layout*/
.left-ArrowExtra {
  margin-top: 8px;
}
/*#endregion Icons Extra */
/*#region SearchSubmit Button */
/*now used by error pages*/
.SearchSubmitBtn {
  float: right;
  background-size: 380px 328px;
  display: inline-block;
  vertical-align: top;
  height: 26px;
  /*width: @nx-icon-width;*/
  background-image: url('/images/mobile/sprites.png');
  background-color: Transparent;
  background-position: -291px -74px;
  /*todo is picking up padding from input[button]!*/
  width: 25px;
  border: none;
  margin-top: 5px;
}
/*#endregion */
/*#region Modal Popup (Not Used)*/
.nx-modal {
  text-transform: none;
  width: 80%;
  margin: 0 auto;
  top: 25%;
  overflow-y: hidden;
}
.nx-modal .nx-modal-header .nx-close {
  color: #000;
  font-weight: 400;
  font-size: 2.5rem;
  float: right;
  line-height: 1;
  margin: 5px;
  cursor: pointer;
}
.nx-modal-body {
  position: relative;
  padding: 10px 20px;
  text-align: center;
  clear: both;
}
.nx-modal-footer {
  border: none;
  padding: 0;
}
.nx-modal-button-right {
  border-right: 0;
}
.nx-modal a {
  font-weight: 700;
  text-transform: none;
  text-decoration: none;
}
.nx-modal a:link {
  text-decoration: none;
}
.nx-modal a:visited {
  text-decoration: none;
}
.nx-modal a:hover {
  text-decoration: none;
}
.nx-modal a:active {
  text-decoration: none;
}
.nx-modal .modal-header {
  border: none;
  line-height: 2em;
  padding: 5px;
}
.nx-modal .modal-header .close {
  color: #000;
  font-size: 2.0rem;
}
.nx-modal .modal-footer {
  /*padding: 10px;*/
}
/*#endregion Modal Popup*/
/*#region Blocks*/
.nx-advisory-block {
  padding: 0.5rem 1.0rem 0.5rem 1.0rem;
  background-color: #FEF7EE;
  color: #f0ad4e;
}
/*Currently used in Gift Card Success for showing Greenish block*/
.nx-success-block {
  padding: 0.5rem 1.0rem 0.5rem 1.0rem;
  background-color: #f1f7ec;
  color: #5cb85c;
}
.form-group .nx-success-block {
  padding: 0 0.9em;
  margin-left: -0.9em;
  margin-right: -0.9em;
  border-left: solid 1px #e6e6e6;
  border-right: solid 1px #e6e6e6;
}
/*#endregion*/
/*#region Spinner*/
/* Ajax looking spinner loader to attatch to all CTA buttons */
.spinner {
  display: none;
  position: fixed;
  z-index: 10050;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
}
.spinner .nx-spinner {
  display: block;
  margin: 0 auto;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
  overflow: hidden;
}
div.loading {
  display: block;
}
/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .spinner {
  display: block;
  z-index: 10050;
}
/*#endregion*/
.nx-requirescompletionbeforesubmit {
  margin: 0 0.5rem;
  background-color: #FCEDEC;
}
.nx-requirescompletionbeforesubmit &gt; div {
  margin: 0 -0.5rem;
  background-color: transparent;
}
.nx-links &gt; a:not(.hidden) ~ a:not(.hidden),
.nx-links &gt; button:not(.hidden) ~ button:not(.hidden) {
  margin-left: 10%;
}
a[href^='tel:'] {
  font-weight: 500;
  white-space: nowrap;
  text-decoration: none;
}
/*a[href^='tel:']:link, a[href^='tel:']:visited {
}

a[href^='tel:']:hover, a[href^='tel:']:active {
}*/
/* ReadOnlyTextBoxFor (e.g. Prompt Password for password hint) */
input[readonly] {
  background-color: #dddddd !important;
  font-weight: 700;
  text-transform: uppercase;
  /*todo in AP, text-align is centered. check with designers to see if they want it consistent, if not override in 1 solution */
  /*text-align: center;*/
}
.select-glyph {
  font-size: 1.125rem;
  line-height: 1.75rem !important;
}
.nx-panel-block {
  background-color: #eeeeee;
  padding: 0.5rem;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.uppercase {
  text-transform: uppercase;
}
.btn-icon {
  border: 1px solid #e6e6e6;
}
/*# sourceMappingURL=common.css.map */
@media only screen and (min-width: 480px) {
  .card-loader-frame {
    height: 450px;
  }
}
@media only screen and (max-device-width: 480px) and (orientation: landscape) {
  .card-loader-frame {
    height: 380px;
  }
}
@media only screen and (max-width: 479px) {
  .card-loader-frame {
    height: 465px;
  }
}
.break-word {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.line-clamp {
  display: block;
  line-height: 20px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.line-clamp[data-line-clamp="1"] {
  white-space: nowrap;
}
.line-clamp[data-line-clamp="2"] {
  display: -webkit-box;
  max-height: 40px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.size-line-clamp {
  display: block;
  line-height: 20px;
  padding-right: 55px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.size-line-clamp[data-line-clamp="1"] {
  white-space: nowrap;
}
.size-line-clamp[data-line-clamp="2"] {
  display: -webkit-box;
  max-height: 40px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
/*nx-select*/
.nx-select {
  top: 0;
  right: 0;
  height: 40px;
  position: relative;
  border: solid 1px #bbb;
  background: #F9F9F9;
}
.nx-select span {
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  overflow: hidden;
  margin-left: 8px;
  margin-right: 30px;
}
.nx-select select {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 0;
  position: relative;
  z-index: 999;
}
.nx-select .nx-icon.right-Arrow {
  position: absolute;
  right: 14px;
  top: 8px;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.nx-select-feet {
  height: 34px;
}
.nx-select[disabled] {
  background: #eee;
}
.nx-select[disabled] span {
  color: #999;
}
.panel-link-price {
  float: right;
  margin-right: 0.5em;
}
.account-match-cta {
  color: #000;
  border: none;
}
.help-topic-title {
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  line-height: 16px;
  padding-right: 35px;
  padding-bottom: 12px;
  border-bottom: 7px solid #f5f5f5;
  margin: 4px -0.5rem 11px;
}
.help-topic-title .help-topic-back {
  padding: 4px 0.5rem 0;
  margin-left: 0.5rem;
  margin-top: -4px;
  border-right: 1px solid #f5f5f5;
}
.CookieConsent {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 280px;
  height: 159px;
  border: 1px solid #DDDDDD;
  background-color: #FFFFFF;
  padding: 8px 16px 16px 16px;
  border-radius: 5px;
  opacity: 0.95;
  filter: alpha(opacity=95);
  color: black;
  display: block;
  z-index: 1001;
  font-family: 'Azo Sans';
  font-size: 14px;
  cursor: pointer;
}
.CookieConsent p {
  margin-bottom: 1px !important;
}
.CookieConsent .CookieConsentCross {
  display: inline-block;
  background-image: url('/images/Structural/XIcon.png');
  position: absolute;
  right: 8px;
  height: 10px;
  width: 10px;
  float: right;
  top: 8px;
}
.easypayCardLoadingAnimation {
  margin-left: 35px;
  margin-top: 10px;
}
.payment-button-easypay .prompt {
  display: inline-block;
}
.payment-button-easypay .nx-spinner-light {
  display: none;
}
.payment-button-easypay.loading .prompt {
  display: none;
}
.payment-button-easypay.loading .nx-spinner-light {
  display: inline-block;
}
#easypayspinner {
  display: none;
  background-color: #333333;
  opacity: 0.8;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1000;
  background-image: url(/Images/Payjax/ajax-loader.gif), url(/Images/Payjax/PleaseWaitBox.png);
  background-size: 28px 28px, 77px 66.5px;
  background-repeat: no-repeat;
  background-position: center;
}
#save-card-container {
  margin: 0.5rem 1rem;
}
#save-card-container label {
  margin: 4px 0 0;
  line-height: 1.5em;
  vertical-align: top;
}
.PartOrFullPaymentPanel {
  margin-left: -2px;
}
#PartOrFullPaymentOptions {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}
#PartOrFullPaymentOptions li.activeTab {
  border-top: 4px solid #538D5A !important;
  background-color: white !important;
}
#PartOrFullPaymentOptions li {
  display: inline-block;
}
#PartOrFullPaymentOptions li.ScrollTabs {
  width: 49%;
  border-top: 4px solid #e4e4e4;
  background-color: #e4e4e4;
  padding-top: 5px;
  padding-bottom: 5px;
}
#mainBody section.panel.panel-default.ctoc-panel-default {
  border-color: #b79262;
}
#mainBody section.panel.panel-default.ctoc-panel-default .credit-available {
  color: #5cb85c;
}
#mainBody section.panel.panel-default.ctoc-panel-default .no-credit,
#mainBody section.panel.panel-default.ctoc-panel-default .arrears {
  color: red;
}
#mainBody section.panel.panel-default .ctoc.nx-success-block {
  background-color: transparent;
  border: none;
  color: #111;
}
.margin-top-xs {
  margin-top: 2px;
}
.margin-top-s {
  margin-top: 4px;
}
.margin-top-m {
  margin-top: 8px;
}
.margin-top-l {
  margin-top: 16px;
}
.margin-bottom-xs {
  margin-bottom: 2px;
}
.margin-bottom-s {
  margin-bottom: 4px;
}
.margin-bottom-m {
  margin-bottom: 8px;
}
.margin-bottom-l {
  margin-bottom: 16px;
}
.margin-right-xs {
  margin-right: 2px;
}
.margin-right-s {
  margin-right: 4px;
}
.margin-right-m {
  margin-right: 18px;
}
.margin-right-l {
  margin-right: 16px;
}
.margin-left-xs {
  margin-left: 2px;
}
.margin-left-s {
  margin-left: 4px;
}
.margin-left-m {
  margin-left: 18px;
}
.margin-left-l {
  margin-left: 16px;
}
.mSiteInt.payments {
  min-width: 304px;
}
.mSiteIntl .disableAfterpayOption {
  pointer-events: none;
  opacity: 0.4;
  cursor: pointer;
}
.mSiteIntl .panel-link {
  background-color: #fff;
  border: 1px solid #dddddd;
  margin: 0 0.5rem;
  padding: 0.5rem 0.5rem;
  height: auto;
}
.mSiteIntl .paymentoptions &gt; .panel-link {
  line-height: 42px;
}
.mSiteIntl .paymentoptions &gt; .panel-link .checkout-up-Arrow,
.mSiteIntl .paymentoptions &gt; .panel-link .checkout-down-Arrow {
  margin-top: 15px;
}
.mSiteIntl .paymentoptions &gt; div:not(.paymentoptions-card-iframe) {
  margin-top: 12px;
}
.mSiteIntl .paymentoptions &gt; div:not(.paymentoptions-card-iframe) &gt; .panel-link {
  line-height: 42px;
}
.mSiteIntl .paymentoptions &gt; div:not(.paymentoptions-card-iframe) &gt; .panel-link .checkout-up-Arrow,
.mSiteIntl .paymentoptions &gt; div:not(.paymentoptions-card-iframe) &gt; .panel-link .checkout-down-Arrow {
  margin-top: 15px;
}
.mSiteIntl .paymentoptions &gt; div:not(.paymentoptions-card-iframe) &gt; .Tamara {
  line-height: 42px;
}
.mSiteIntl .paymentoptions &gt; div:not(.paymentoptions-card-iframe) &gt; .Tamara .checkout-up-Arrow,
.mSiteIntl .paymentoptions &gt; div:not(.paymentoptions-card-iframe) &gt; .Tamara .checkout-down-Arrow {
  margin-top: 20px;
}
.mSiteIntl .paymentoptions .margin-top-m {
  margin-top: 11px;
}
.mSiteIntl .panel-accordion {
  background-color: white;
  border: 1px solid #dddddd;
  margin: 0 0.5rem;
}
.mSiteIntl .panel-accordion .panel-heading {
  border-color: #dddddd;
  border-bottom: none;
  height: auto;
  line-height: 32px;
  padding: 0.5rem 1rem;
  text-transform: none;
  padding-bottom: 18px;
}
.mSiteIntl .panel-accordion .panel-heading label {
  display: block;
  margin-bottom: 5px;
  font-weight: 400;
  margin: 0;
}
.mSiteIntl .panel-accordion .panel-body {
  padding: 0.5rem 1rem;
}
.mSiteIntl .panel-heading-card-image {
  margin-right: 10px;
}
.mSiteIntl .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  height: 46px;
  border-radius: 6px;
  text-transform: none;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0.6rem;
}
#easyPayAccordion iframe {
  float: right;
  height: 40px;
  width: 160px;
}
.CLIBanner span {
  font-weight: bold;
}
/* mSite International - Change Language Block (Footer) */
.change-language-block {
  height: 4rem !important;
  padding: 12px 0 32px 0;
}
@media screen and (min-width: 480px) {
  .change-language-block {
    padding: 25px 0 62px 0;
    border-right: solid 1px #e6e6e6;
  }
}
.change-language-block .current-language {
  text-transform: uppercase;
  padding-left: 4px;
}
.change-language-block .two-letter-lang {
  text-transform: uppercase;
  padding-right: 18px;
}
.change-language-block .two-letter-lang .current {
  color: green;
}
.change-language-block .two-letter-lang a {
  text-decoration: none;
}
.filter-panel.active {
  background-color: #FFF;
  border: 0;
}
.tab-content &gt; .active {
  margin: 1.5rem 0 0 0;
  background-color: #FFF !important;
  border: 0 !important;
}
.dSummary,
.dToText,
.dMethod {
  margin: 8px 12px 8px 16px;
}
.store-select-arrow {
  margin-top: 1.7rem;
  margin-right: 0.75rem;
}
li#homedel,
li#coll {
  border: none !important;
  width: 50%;
  text-align: center;
}
a#delTab {
  text-decoration: none !important;
}
.continue-to-payment {
  width: 100%;
}
#drpStores {
  width: 90%;
  margin-left: 1rem;
}
.main-panel {
  margin: 0.5rem 0.5rem 0.5rem 0.5rem;
}
.nav-tabs &gt; li.active &gt; a,
.nav-tabs &gt; li.active &gt; a:hover,
.nav-tabs &gt; li.active &gt; a:focus {
  border-top: 5px solid #029a02;
}
.nav.nav-tabs li.disabled &gt; a,
.nav.nav-tabs a:hover,
.nav.nav-tabs a:focus {
  border: none;
}
.storeDeliveryDisallowed,
.pudoStoreDeliveryDisallowed {
  border: 2px solid black;
  background: lightyellow;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  margin: 0 0.5rem 0 0.5rem;
}
#proceedToSearch {
  text-decoration: none;
}
#parcelShop-selection-modal {
  overflow: scroll;
}
#CollectionOptionsWrapper .options input {
  display: none;
}
#CollectionOptionsWrapper .options input + label &gt; .optionRadioBtn {
  display: inline-block;
  vertical-align: top;
  background-image: url(../../Assets/NextWebUI/img/sprite-sheet@2x.png);
  background-repeat: no-repeat;
  background-size: 352px 288px;
  background-position: -192px -96px;
  width: 32px;
  height: 32px;
}
#CollectionOptionsWrapper .options input:checked + label &gt; .optionRadioBtn {
  background-position: -160px -96px;
}
#CollectionOptionsWrapper .options .option-name .optionLabel {
  vertical-align: middle;
  text-align: left;
}
#CollectionOptionsWrapper .options li.parcelShopOption.disabledPudoStorecollection {
  color: #c1c1c1;
}
#CollectionOptionsWrapper .options li.parcelShopOption .parcelShopsUnavailable {
  font-size: 10px;
  margin-left: 33px;
  text-align: left;
}
.messageText {
  font-weight: bold;
}
.slot-badge-align-intl {
  border-bottom: 1px solid black;
  padding: 10px 0 10px 10px;
  margin-bottom: 12px;
  background: #f8f8f8;
}
.split-delivery-section {
  padding: 0 2px;
  font-weight: bold;
  vertical-align: baseline;
  white-space: nowrap;
}
.calendar-intl {
  margin: 10px 10px 10px 10px;
}
div[class^="base-item-list-"],
div[class^="delivery-items-list-"] {
  text-decoration: underline;
}
.multiple-deliveries-panel {
  background: lightyellow;
  margin: 0 0.5rem 0 0.5rem !important;
}
.delivery-panel {
  margin: 0.5em 0 1em 0 !important;
}
/*Store selection modal styles*/
.store-panel {
  padding-left: 1rem !important;
}
.modal-title-store-selection {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  text-align: center !important;
  width: 75%;
  font-weight: bold;
  margin-top: 0.3em;
}
.modal-cancel-store-selection {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  margin-left: 0.25em;
  margin-top: 0.3em;
}
.belowMov-del-buttons {
  overflow: hidden;
}
.belowMov-home-del-btn {
  height: 175px;
  padding: 1rem 1rem 0 1rem;
  text-align: center;
  background: #f8f8f8;
}
.belowMov-coll-btn {
  height: 175px;
  padding: 1rem 1rem 0 1rem;
  text-align: center;
  background: #f8f8f8;
}
.belowMov-deliveryprice {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.belowMov-text {
  font-size: 12px;
  padding-top: 10px;
}
li.pudoStore a,
li.disabledPudoStore a {
  align-items: center;
  justify-content: center;
  display: flex;
}
.courierLogo {
  display: inline-block;
  max-width: 40px;
  text-align: left;
}
.chevron-align {
  display: flex;
  align-items: center;
}
.delivery-options-container {
  margin: 8px 16px 16px 16px;
}
.delivery-container-buttons {
  display: flex;
  flex-direction: column;
  margin: auto;
  border: 1px solid #dedede;
  width: 46%;
}
@media (max-width: 400px) {
  .delivery-container-buttons {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.nx-icon.store-collection-black {
  align-self: center;
  background-position: -148px -256px;
  height: 30px;
  width: 35px;
}
.pudo-store-collection-black {
  vertical-align: top;
  height: 40px;
  width: 40px;
}
.home-delivery-black {
  align-self: center;
  background-position: -1px 0px;
  height: 30px;
  width: 35px;
  background-image: url(/Images/mobile/sprites2.png);
  background-size: 450px 450px;
}
.openingHrs {
  font-size: 11px;
}
.nextPrintLogo {
  margin-left: 8px;
  display: none;
  width: auto;
  height: auto;
}
.printHeader,
#orderDate {
  display: none;
}
.sbm-saleSubText {
  font-weight: bold;
  color: red !important;
}
.sbm-saleSubText.branded-markdown {
  color: #3402a5 !important;
}
@media print {
  .nx-success {
    width: 900px;
  }
  tr#overflow-row-1.overflow-row &gt; td {
    display: none;
  }
  .printPageHeader {
    width: 75%;
    margin-bottom: 10px;
  }
  #logoDiv,
  #dateDiv {
    display: inline-block;
  }
  .printHeader {
    margin-bottom: 0;
  }
  #dateDiv {
    float: right;
    padding-bottom: 60px;
  }
  .printHeader,
  #orderDate {
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 0;
    display: block;
  }
  .nextPrintLogo {
    display: block;
  }
  header.alert.nx-success {
    border: none;
    padding-left: 0;
    border-top: solid 1px #ddd;
  }
  .page-title {
    display: none;
  }
  .nx-dual-label,
  .nx-dual-value {
    display: inline-block;
  }
  .form-group &gt; .item-delivery-desc {
    display: none;
  }
  .form-group &gt; .delivery-item-size {
    display: none;
  }
  .nx-dual-value {
    width: 350px;
    float: right;
  }
  @page {
    margin-top: 0;
    margin-bottom: 0;
  }
  div#order-summary-group,
  div#voucher-group {
    display: block;
  }
  .overflow-row {
    display: none;
  }
  #order-summary-group,
  #voucher-group {
    display: block;
  }
  #delivery-summary-items-1 .form-group {
    display: none;
  }
  .panel-body .collapse #order-summary-group-1,
  .panel-body .collapse #voucher-group-1 {
    display: block;
    height: 100%;
  }
  div#order-summary-group-1.panel-body.collapse,
  div#voucher-group-1.panel-body.collapse {
    height: 100%;
    display: block;
    border-top: solid 1px #ddd;
  }
  hr {
    display: none;
  }
  .a-b-col {
    width: 46%;
    padding: 8px;
  }
  .x-col,
  .c-col {
    width: 18%;
  }
  div.panel-heading.clearfix,
  div.panel-heading.container,
  div.panel-heading.container-fluid,
  div.panel-heading.row,
  div.panel-heading.form-horizontal .form-group,
  div.panel-heading.btn-toolbar,
  div.panel-heading.btn-group-vertical &gt; .btn-group,
  div.panel-heading.nav,
  div.panel-heading.navbar,
  div.panel-heading.navbar-header,
  div.panel-heading.navbar-collapse,
  div.panel-heading.pager,
  div.panel-heading.modal-footer {
    border-bottom: solid 1px #ddd;
  }
  #subheader {
    visibility: hidden;
  }
  #navigationheader {
    visibility: hidden;
  }
  .nx-pull-up-1 {
    margin-bottom: 15px;
  }
  .table.order-table-header {
    border-top: solid 1px #ddd;
  }
  .panel-body.collapse.in .panel-level-content.order-summary-panel .table.order-table-header {
    border-top: none;
  }
}
.Error .Content.Hide {
  display: none;
}
.Error .Content.Recovery {
  display: none;
  text-align: center;
  float: none;
}
.Error .Content.Recovery.Show {
  display: block;
}
.Error .Content.Recovery .recoveryButton {
  width: 260px;
  height: 25px;
  font-size: 14px;
  margin: 20px;
}
.Error .Content.Recovery .Title {
  font-size: 27px;
  padding: 15px;
}
.Error .Content.Recovery .Advice .Description {
  font-size: 14px;
}
.Error .Content.Recovery .Info .Description {
  font-size: 15px;
}
/*International Parcel shop*/
.pudoStore.disabled p {
  margin-bottom: 0;
  font-size: 11px;
}
.pudoStore .pudoStoreTableHeader {
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
.disabledPudoStore .parcelShopsUnavailable {
  font-size: 10px;
  padding-top: 5px;
  margin: 0;
  text-align: left;
}
.disabledAhref {
  pointer-events: none;
  cursor: default;
}
#parcelShopAddress {
  text-transform: capitalize;
}
.Error .Content.Hide {
  display: none;
}
.Error .Content.Recovery {
  display: none;
  text-align: center;
  float: none;
}
.Error .Content.Recovery.Show {
  display: block;
}
.Error .Content.Recovery .recoveryButton {
  width: 260px;
  height: 25px;
  font-size: 14px;
  margin: 20px;
}
.Error .Content.Recovery .Title {
  font-size: 27px;
  padding: 15px;
}
.Error .Content.Recovery .Advice .Description {
  font-size: 14px;
}
.Error .Content.Recovery .Info .Description {
  font-size: 15px;
}
.expandedStylesContainer .popover {
  max-width: 90%;
}
.expandedStylesContainer .popover .popover-content {
  font-size: 14px;
}
#intl-selectaddress-row .address {
  padding: 0.750rem;
}
#intl-selectaddress-row .buttons-div {
  border-top: 1px solid #ddd;
}
#intl-selectaddress-row .buttons-div a {
  width: 50%;
  display: block;
  float: left;
  font-weight: 700;
  text-align: center;
  padding: 0.750rem 0;
}
#intl-selectaddress-row .buttons-div a:link,
#intl-selectaddress-row .buttons-div a:visited,
#intl-selectaddress-row .buttons-div a:active {
  color: #1b6360;
}
#intl-selectaddress-row .buttons-div a:nth-child(1) {
  border-right: 1px solid #ddd;
}
.afterpayPaymentFailure {
  border: solid 1px #c7c5c5;
  background-color: rgba(213, 12, 67, 0.05);
  box-shadow: inset 5px 0 0 #d50c43;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-left: 8px;
  margin-right: 8px;
}
.afterpayPaymentFailure .msgboxContent {
  color: #000;
  font-weight: 400;
  font-size: 12px;
  min-height: 33px;
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 18px;
}
.afterpayPaymentFailure .msgboxContent .msgboxTitle {
  font-family: AzoSans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: 1.6px;
  color: #222222;
  margin-bottom: 5px;
}
.afterpayPaymentFailure .msgboxContent .msgboxBody {
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: 0.7px;
}
.display-none {
  display: none;
}
.btn-primary {
  background-color: #1a6461;
  background-image: -webkit-linear-gradient(#1a6461, #1a6461);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: #1a6461;
  background-image: -webkit-linear-gradient(#1a6461, #1a6461);
}
.btn-restyle {
  height: 48px;
  letter-spacing: 1.6px;
  line-height: 36px;
  border-radius: 4px;
}
.card-block .nx-icon.RightArrowSmall.panel-status-indicator.float-right {
  margin-top: 5px;
}
div#SaveCardDetails {
  border: solid 1px #c7c5c5 !important;
  background-color: #ffffff !important;
}
div#CardSavedSuccessfully {
  color: #111111;
  border: solid 1px #c7c5c5;
  background-color: #f4f9f6;
}
div#CardSavedError {
  border: solid 1px #c7c5c5;
  background-color: #ffffff;
  color: #111111;
}
a.btn.btn-primary.btn-save-card-easy-pay {
  float: right;
  height: 36px !important;
  padding-top: 8px;
}
.save-card-easy-pay-text {
  line-height: 1.5;
  letter-spacing: 0.4px;
}
.save-card-easy-pay-text a {
  color: #5E8B89;
  text-decoration: underline;
}
.payments-options-savedcard strong {
  margin-left: 15px;
}
.payments-options-savedcard .mSiteIntl .panel-accordion .panel-heading {
  border-color: #ffffff;
}
.payments-options-savedcard .panel.panel-accordion {
  border: 0px;
}
.payments-options-savedcard .margin-top-l {
  margin-top: 0;
  margin-bottom: 0;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  padding-top: 10px;
}
.payments-options-savedcard .saved-card-header {
  font-family: "Azo Sans", sans-serif;
  margin-left: 15px;
  font-weight: 400;
  color: #333333;
}
.payments-options-savedcard .saved-card-header + p {
  margin-left: 15px;
}
#worldpayFailureMsgBox {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  border: 1px solid #dddddd;
}
#worldpayFailureMsgBox .nx-failure {
  margin: 12px;
}
.dashed-bottom {
  border-bottom: 1px dashed #dddddd !important;
}
body:not([data-country="GB"]) {
  /* Browse &amp; Shop */
  /* Shopping Bag */
  /* Save for Later */
  /* Allow text to be RTL or LTR */
}
body:not([data-country="GB"]) #ppm-stylewith-carousel-header #carouselContainer {
  overflow: hidden;
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  body:not([data-country="GB"]) #footer_nextstrap #footer_country_container {
    padding-right: 10px !important;
  }
  body:not([data-country="GB"]) #footer_nextstrap .country-name-wrapper {
    width: 60%;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: inline-block;
  }
}
body:not([data-country="GB"]) #footer_nextstrap #footer_collapse_shop_by_country_list {
  font-family: "Azo-Sans", sans-serif;
}
body:not([data-country="GB"]) #footer_nextstrap #footer_collapse_shop_by_country_list &gt; li {
  height: 27px !important;
}
body:not([data-country="GB"]) #footer_nextstrap #footer_collapse_shop_by_country_list .country-name-wrapper {
  display: inline-block;
}
body:not([data-country="GB"]) #footer_nextstrap #footer_collapse_shop_by_country_list .country-name-wrapper .country-name:hover {
  text-decoration: none;
}
body:not([data-country="GB"]) #footer_nextstrap #footer_collapse_shop_by_country_list .language-options-wrapper {
  float: right;
}
body:not([data-country="GB"]) #footer_nextstrap #footer_collapse_shop_by_country_list .language-options-wrapper .language-option {
  text-transform: uppercase;
  color: #1AA36B;
}
body:not([data-country="GB"]) #footer_nextstrap #footer_collapse_shop_by_country_list .language-options-wrapper .language-option:hover {
  text-decoration: underline;
  cursor: pointer;
}
body:not([data-country="GB"]) #footer_nextstrap #footer_collapse_shop_by_country_list .language-options-wrapper .language-separator {
  padding-left: 4px;
  padding-right: 4px;
}
body:not([data-country="GB"]) .sbm-order-summary .sbm-summary-price-label {
  text-align: left;
}
body:not([data-country="GB"]) .sbm-order-summary .sbm-summary-price-label .sbm-summary-delivery-note {
  margin-top: 4px;
  margin-bottom: 4px;
}
body:not([data-country="GB"]) .sbm-order-summary .sbm-summary-price-value {
  text-align: right;
}
body:not([data-country="GB"]) .sbm-item-imagewrapper,
body:not([data-country="GB"]) .sfl-item-imagewrapper {
  float: left;
}
body:not([data-country="GB"]) .sbm-item-imagewrapper img,
body:not([data-country="GB"]) .sfl-item-imagewrapper img {
  margin: 0;
}
body:not([data-country="GB"]) .sbm-item-priceblock {
  float: right;
}
body:not([data-country="GB"]) .sbm-item-description {
  margin-left: 82px;
}
body:not([data-country="GB"]) .sbm-item-edit-toggle {
  clear: right !important;
  padding: 0 0 0 82px;
}
body:not([data-country="GB"]) .sbm-item-edit-toggle .sfl-size-display {
  margin: 0 20px 0 0;
}
body:not([data-country="GB"]) .sbm-item-edit-toggle.sbm-item-size-and-quantity {
  padding: 0 54px 0 82px;
}
body:not([data-country="GB"]) .sbm-item-edit-toggle.sbm-item-size-and-quantity .sbm-size-display {
  margin: 0 20px 0 0;
}
body:not([data-country="GB"]) .sbm-item-edit-toggle.sbm-item-edit-buttons {
  text-align: center;
}
body:not([data-country="GB"]) .sbm-item-edit-toggle.sbm-item-edit-buttons .sbm-idDeleteButton {
  float: left;
  margin: 0;
}
body:not([data-country="GB"]) .sbm-item-edit-toggle.sbm-item-edit-buttons .sbm-idSaveButton {
  float: right;
}
body:not([data-country="GB"]) .sbm-item-edit-toggle.sbm-stock-status .sbm-idEditButton,
body:not([data-country="GB"]) .sbm-item-edit-toggle.sbm-stock-status .sbm-idSaveButton,
body:not([data-country="GB"]) .sbm-item-edit-toggle.sbm-stock-status .sbm-idExclusiveDeleteButton,
body:not([data-country="GB"]) .sbm-item-edit-toggle.sbm-stock-status .sbm-premiumEditButton {
  float: right;
}
body:not([data-country="GB"]) .sfl-order-summary .sfl-summary-price-label {
  text-align: left;
}
body:not([data-country="GB"]) .sfl-order-summary .sfl-summary-price-label .sfl-summary-delivery-note {
  margin-top: 4px;
  margin-bottom: 4px;
}
body:not([data-country="GB"]) .sfl-order-summary .sfl-summary-price-value {
  text-align: right;
}
body:not([data-country="GB"]) .sfl-item-imagewrapper,
body:not([data-country="GB"]) .sfl-item-imagewrapper {
  float: left;
}
body:not([data-country="GB"]) .sfl-item-imagewrapper img,
body:not([data-country="GB"]) .sfl-item-imagewrapper img {
  margin: 0;
}
body:not([data-country="GB"]) .sfl-item-priceblock {
  float: right;
}
body:not([data-country="GB"]) .sfl-item-description {
  margin-left: 82px;
}
body:not([data-country="GB"]) .sfl-item-edit-toggle {
  clear: right !important;
  padding: 0 0 0 82px;
}
body:not([data-country="GB"]) .sfl-item-edit-toggle .sfl-size-display {
  margin: 0 20px 0 0;
}
body:not([data-country="GB"]) .sfl-item-edit-toggle.sfl-item-size-and-quantity {
  padding: 0 54px 0 82px;
}
body:not([data-country="GB"]) .sfl-item-edit-toggle.sfl-item-size-and-quantity .sfl-size-display {
  margin: 0 20px 0 0;
}
body:not([data-country="GB"]) .sfl-item-edit-toggle.sfl-item-edit-buttons {
  text-align: center;
}
body:not([data-country="GB"]) .sfl-item-edit-toggle.sfl-item-edit-buttons .sfl-idDeleteButton {
  float: left;
  margin: 0;
}
body:not([data-country="GB"]) .sfl-item-edit-toggle.sfl-item-edit-buttons .sfl-idSaveButton {
  float: right;
}
body:not([data-country="GB"]) .sfl-item-edit-toggle.sfl-stock-status .sfl-idEditButton,
body:not([data-country="GB"]) .sfl-item-edit-toggle.sfl-stock-status .sfl-idSaveButton,
body:not([data-country="GB"]) .sfl-item-edit-toggle.sfl-stock-status .sfl-idExclusiveDeleteButton,
body:not([data-country="GB"]) .sfl-item-edit-toggle.sfl-stock-status .sfl-premiumEditButton {
  float: right;
}
body:not([data-country="GB"]) .sfl-stock-status {
  margin: 56px 0;
  padding: 0 0 0 82px;
}
body:not([data-country="GB"]) .sfl-stock-status .sfl-idEditButton {
  float: right;
}
body:not([data-country="GB"]) .sfl-stock-status .sfl-item-remove {
  float: left;
}
body:not([data-country="GB"]) .CheckoutCommon .pull-right {
  float: right !important;
}
body:not([data-country="GB"]) .CheckoutCommon .chevron-alignement {
  margin: auto;
  padding-top: 44px;
}
body:not([data-country="GB"]) .CheckoutCommon #easyPayAccordion .panel-heading-card-image {
  margin: 0 10px 0 0;
}
body:not([data-country="GB"]) .CheckoutCommon .payment-type {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
body:not([data-country="GB"]) .CheckoutCommon .payment-type-label {
  display: block;
  text-transform: capitalize;
  font-weight: 600;
  padding-right: 25px;
}
@media only screen and (max-width: 375px) {
  body:not([data-country="GB"]) .CheckoutCommon .payment-type-label-int-lang-mobile-medium {
    display: block;
  }
  body:not([data-country="GB"]) .CheckoutCommon .panel-link-int-lang-mobile-medium {
    line-height: 42px;
  }
}
body:not([data-country="GB"]) .CheckoutCommon #save-card-container {
  margin-right: 0.5rem;
  margin-left: 1.5rem;
  margin-bottom: 1.0rem;
}
body:not([data-country="GB"]) .CheckoutCommon #save-card-container #saveCard {
  margin-right: 0;
  margin-left: 0;
}
body:not([data-country="GB"]) .CheckoutCommon #save-card-container #save-card-checkbox {
  margin: 4px 0 4px 0;
}
body:not([data-country="GB"]) .CheckoutCommon #save-card-container #save-card-checkbox #save-card-label {
  padding-left: 15px;
  vertical-align: auto;
}
body:not([data-country="GB"]) .CheckoutCommon #save-card-container .nx-icon.nx-tooltip {
  top: 0;
}
body:not([data-country="GB"]) .CheckoutCommon #save-card-container .nx-icon.nx-tooltip.nx-tooltip-indicator {
  margin-top: 3px;
}
html[dir="rtl"] body:not([data-country="GB"]) .CheckoutCommon #save-card-container .nx-icon.nx-tooltip.nx-tooltip-indicator {
  float: right !important;
}
body:not([data-country="GB"]) #OrderComplete {
  /* Select ID starting with... */
}
body:not([data-country="GB"]) #OrderComplete .alert {
  margin-top: 1em;
}
body:not([data-country="GB"]) #OrderComplete .printer-hide.alert {
  padding: 0;
}
body:not([data-country="GB"]) #OrderComplete .printer-hide .order-complete-button-container {
  padding: 0 8px;
}
body:not([data-country="GB"]) #OrderComplete .printer-hide .panel {
  border: 0;
}
body:not([data-country="GB"]) #OrderComplete .printer-hide .panel.panel-level-content {
  margin: 0 0 8px 0;
}
@media (min-width: 1024px) {
  body:not([data-country="GB"]) #OrderComplete .printer-hide .panel.panel-level-content:nth-child(even) {
    padding-left: 16px;
  }
  body:not([data-country="GB"]) #OrderComplete .printer-hide .panel.panel-level-content:nth-child(odd) {
    padding-right: 16px;
  }
}
body:not([data-country="GB"]) #OrderComplete .sub-complete-order-details {
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
body:not([data-country="GB"]) #OrderComplete .form-group {
  margin: 0;
}
body:not([data-country="GB"]) #OrderComplete .summary {
  border: 1px solid #ddd;
}
body:not([data-country="GB"]) #OrderComplete .summary .panel-default {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
}
body:not([data-country="GB"]) #OrderComplete div[id^="delivery-summary-items"] {
  display: inline-block;
  margin-top: 4px;
}
body:not([data-country="GB"]) #OrderComplete #guestConversionIncentiveBox.alert {
  margin: 16px;
}
body:not([data-country="GB"]) #order-summary-group .card-header {
  padding: 12px;
  background-color: #F7F7F7;
}
body:not([data-country="GB"]) #order-summary-group .card-header .card-title.float-left {
  float: left;
}
body:not([data-country="GB"]) #order-summary-group .card-header:not(.collapsed) .panel-status-indicator {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
body:not([data-country="GB"]) #order-summary-group .card-header .LeftArrowSmall {
  background-position: -195px -39px;
  height: 12px;
  width: 12px;
}
body:not([data-country="GB"]) #order-summary-group .card-header .RightArrowSmall.float-right,
body:not([data-country="GB"]) #order-summary-group .card-header .LeftArrowSmall.float-right {
  float: right;
}
body:not([data-country="GB"]) .popover-content {
  text-align: initial;
}
/*# sourceMappingURL=common.css.map */</pre></body></html>