/* @import "bootstrap-compass"; */
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*********************
BREAKPOINTS
*********************/
/* line 11, ../style/sass/bootstrap/_scaffolding.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 14, ../style/sass/bootstrap/_scaffolding.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 22, ../style/sass/bootstrap/_scaffolding.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

/* line 27, ../style/sass/bootstrap/_scaffolding.scss */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff;
}

/* line 36, ../style/sass/bootstrap/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 48, ../style/sass/bootstrap/_scaffolding.scss */
a {
  color: #337ab7;
  text-decoration: none;
}
/* line 52, ../style/sass/bootstrap/_scaffolding.scss */
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
/* line 58, ../style/sass/bootstrap/_scaffolding.scss */
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 69, ../style/sass/bootstrap/_scaffolding.scss */
figure {
  margin: 0;
}

/* line 76, ../style/sass/bootstrap/_scaffolding.scss */
img {
  vertical-align: middle;
}

/* line 81, ../style/sass/bootstrap/_scaffolding.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 86, ../style/sass/bootstrap/_scaffolding.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 93, ../style/sass/bootstrap/_scaffolding.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 106, ../style/sass/bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

/* line 113, ../style/sass/bootstrap/_scaffolding.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 125, ../style/sass/bootstrap/_scaffolding.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 141, ../style/sass/bootstrap/_scaffolding.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 159, ../style/sass/bootstrap/_scaffolding.scss */
[role="button"] {
  cursor: pointer;
}

/* line 9, ../style/sass/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
/* line 16, ../style/sass/bootstrap/_type.scss */
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

/* line 24, ../style/sass/bootstrap/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
/* line 30, ../style/sass/bootstrap/_type.scss */
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

/* line 35, ../style/sass/bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 41, ../style/sass/bootstrap/_type.scss */
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

/* line 47, ../style/sass/bootstrap/_type.scss */
h1, .h1 {
  font-size: 36px;
}

/* line 48, ../style/sass/bootstrap/_type.scss */
h2, .h2 {
  font-size: 30px;
}

/* line 49, ../style/sass/bootstrap/_type.scss */
h3, .h3 {
  font-size: 24px;
}

/* line 50, ../style/sass/bootstrap/_type.scss */
h4, .h4 {
  font-size: 18px;
}

/* line 51, ../style/sass/bootstrap/_type.scss */
h5, .h5 {
  font-size: 14px;
}

/* line 52, ../style/sass/bootstrap/_type.scss */
h6, .h6 {
  font-size: 12px;
}

/*Common Classes*/
/* line 55, ../style/sass/bootstrap/_type.scss */
.frt {
  float: right !important;
}

/* line 56, ../style/sass/bootstrap/_type.scss */
.flt {
  float: left !important;
}

/* line 62, ../style/sass/bootstrap/_type.scss */
p {
  margin: 0 0 10px;
}

/* line 66, ../style/sass/bootstrap/_type.scss */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 1024px) {
  /* line 66, ../style/sass/bootstrap/_type.scss */
  .lead {
    font-size: 21px;
  }
}

/* line 82, ../style/sass/bootstrap/_type.scss */
small,
.small {
  font-size: 85%;
}

/* line 87, ../style/sass/bootstrap/_type.scss */
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

/* line 94, ../style/sass/bootstrap/_type.scss */
.text-left {
  text-align: left;
}

/* line 95, ../style/sass/bootstrap/_type.scss */
.text-right {
  text-align: right;
}

/* line 96, ../style/sass/bootstrap/_type.scss */
.text-center {
  text-align: center;
}

/* line 97, ../style/sass/bootstrap/_type.scss */
.text-justify {
  text-align: justify;
}

/* line 98, ../style/sass/bootstrap/_type.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 101, ../style/sass/bootstrap/_type.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 102, ../style/sass/bootstrap/_type.scss */
.text-uppercase, .initialism {
  text-transform: uppercase;
}

/* line 103, ../style/sass/bootstrap/_type.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 106, ../style/sass/bootstrap/_type.scss */
.text-muted {
  color: #777777;
}

/* line 5, ../style/sass/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #337ab7;
}

/* line 8, ../style/sass/bootstrap/mixins/_text-emphasis.scss */
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

/* line 5, ../style/sass/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #3c763d;
}

/* line 8, ../style/sass/bootstrap/mixins/_text-emphasis.scss */
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

/* line 5, ../style/sass/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #31708f;
}

/* line 8, ../style/sass/bootstrap/mixins/_text-emphasis.scss */
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

/* line 5, ../style/sass/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 8, ../style/sass/bootstrap/mixins/_text-emphasis.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

/* line 5, ../style/sass/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #a94442;
}

/* line 8, ../style/sass/bootstrap/mixins/_text-emphasis.scss */
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

/* line 123, ../style/sass/bootstrap/_type.scss */
.bg-primary {
  color: #fff;
}

/* line 5, ../style/sass/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #337ab7;
}

/* line 8, ../style/sass/bootstrap/mixins/_background-variant.scss */
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

/* line 5, ../style/sass/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 8, ../style/sass/bootstrap/mixins/_background-variant.scss */
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

/* line 5, ../style/sass/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 8, ../style/sass/bootstrap/mixins/_background-variant.scss */
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

/* line 5, ../style/sass/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 8, ../style/sass/bootstrap/mixins/_background-variant.scss */
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

/* line 5, ../style/sass/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 8, ../style/sass/bootstrap/mixins/_background-variant.scss */
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

/* line 142, ../style/sass/bootstrap/_type.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

/* line 153, ../style/sass/bootstrap/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
/* line 157, ../style/sass/bootstrap/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

/* line 171, ../style/sass/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 177, ../style/sass/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
/* line 181, ../style/sass/bootstrap/_type.scss */
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 189, ../style/sass/bootstrap/_type.scss */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 193, ../style/sass/bootstrap/_type.scss */
dt,
dd {
  line-height: 1.42857;
}

/* line 197, ../style/sass/bootstrap/_type.scss */
dt {
  font-weight: bold;
}

/* line 200, ../style/sass/bootstrap/_type.scss */
dd {
  margin-left: 0;
}

/* line 14, ../style/sass/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
/* line 19, ../style/sass/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 1024px) {
  /* line 215, ../style/sass/bootstrap/_type.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 222, ../style/sass/bootstrap/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

/* line 233, ../style/sass/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

/* line 239, ../style/sass/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
}

/* line 245, ../style/sass/bootstrap/_type.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
/* line 254, ../style/sass/bootstrap/_type.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
/* line 261, ../style/sass/bootstrap/_type.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777777;
}
/* line 269, ../style/sass/bootstrap/_type.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

/* line 278, ../style/sass/bootstrap/_type.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
/* line 290, ../style/sass/bootstrap/_type.scss */
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
/* line 291, ../style/sass/bootstrap/_type.scss */
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

/* line 298, ../style/sass/bootstrap/_type.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

/* line 7, ../style/sass/bootstrap/_code.scss */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 15, ../style/sass/bootstrap/_code.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

/* line 24, ../style/sass/bootstrap/_code.scss */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
/* line 32, ../style/sass/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

/* line 41, ../style/sass/bootstrap/_code.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
/* line 55, ../style/sass/bootstrap/_code.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 66, ../style/sass/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* Custom Grid System - width of 1098px with padding and margin of 50px*/
/* line 12, ../style/sass/bootstrap/_grid.scss */
.grid-1098px {
  margin-right: auto;
  margin-left: auto;
  padding-left: 25px;
  padding-right: 25px;
}
/* line 14, ../style/sass/bootstrap/mixins/_clearfix.scss */
.grid-1098px:before, .grid-1098px:after {
  content: " ";
  display: table;
}
/* line 19, ../style/sass/bootstrap/mixins/_clearfix.scss */
.grid-1098px:after {
  clear: both;
}
@media (min-width: 1024px) {
  /* line 12, ../style/sass/bootstrap/_grid.scss */
  .grid-1098px {
    width: 770px;
  }
}
@media (min-width: 992px) {
  /* line 12, ../style/sass/bootstrap/_grid.scss */
  .grid-1098px {
    width: 990px;
  }
}
@media (min-width: 1280px) {
  /* line 12, ../style/sass/bootstrap/_grid.scss */
  .grid-1098px {
    width: 1148px;
  }
}

/* Custom Grid System - width of 1198px with padding and margin of 0px*/
/* line 27, ../style/sass/bootstrap/_grid.scss */
.grid-1198px {
  margin-right: auto;
  margin-left: auto;
  padding-left: 25px;
  padding-right: 25px;
}
/* line 14, ../style/sass/bootstrap/mixins/_clearfix.scss */
.grid-1198px:before, .grid-1198px:after {
  content: " ";
  display: table;
}
/* line 19, ../style/sass/bootstrap/mixins/_clearfix.scss */
.grid-1198px:after {
  clear: both;
}
@media (min-width: 1024px) {
  /* line 27, ../style/sass/bootstrap/_grid.scss */
  .grid-1198px {
    width: 770px;
  }
}
@media (min-width: 992px) {
  /* line 27, ../style/sass/bootstrap/_grid.scss */
  .grid-1198px {
    width: 990px;
  }
}
@media (min-width: 1280px) {
  /* line 27, ../style/sass/bootstrap/_grid.scss */
  .grid-1198px {
    width: 1198px;
  }
}

/* line 46, ../style/sass/bootstrap/_grid.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 25px;
  padding-right: 25px;
}
/* line 14, ../style/sass/bootstrap/mixins/_clearfix.scss */
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
/* line 19, ../style/sass/bootstrap/mixins/_clearfix.scss */
.container-fluid:after {
  clear: both;
}

/* line 55, ../style/sass/bootstrap/_grid.scss */
.row {
  margin-left: -25px;
  margin-right: -25px;
}
/* line 14, ../style/sass/bootstrap/mixins/_clearfix.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 19, ../style/sass/bootstrap/mixins/_clearfix.scss */
.row:after {
  clear: both;
}

/* line 11, ../style/sass/bootstrap/mixins/_grid-framework.scss */
.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, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14 {
  position: relative;
  min-height: 1px;
  padding-left: 25px;
  padding-right: 25px;
}

/* line 27, ../style/sass/bootstrap/mixins/_grid-framework.scss */
.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, .col-xs-13, .col-xs-14 {
  float: left;
}

/* line 35, ../style/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 7.14286%;
}

/* line 35, ../style/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 14.28571%;
}

/* line 35, ../style/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-3 {
  width: 21.42857%;
}

/* line 35, ../style/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 28.57143%;
}

/* line 35, ../style/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 35.71429%;
}

/* line 35, ../style/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-6 {
  width: 42.85714%;
}

/* line 35, ../style/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 50%;
}

/* line 35, ../style/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 57.14286%;
}

/* line 35, ../style/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 64.28571%;
}

/* line 35, ../style/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 71.42857%;
}

/* line 35, ../style/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 78.57143%;
}

/* line 35, ../style/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-12 {
  width: 85.71429%;
}

/* line 35, ../style/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-13 {
  width: 92.85714%;
}

/* line 35, ../style/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-14 {
  width: 100%;
}

/* line 55, ../style/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 50, ../style/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 7.14286%;
}

/* line 50, ../style/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 14.28571%;
}

/* line 50, ../style/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 21.42857%;
}

/* line 50, ../style/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 28.57143%;
}

/* line 50, ../style/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 35.71429%;
}

/* line 50, ../style/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 42.85714%;
}

/* line 50, ../style/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 50%;
}

/* line 50, ../style/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 57.14286%;
}

/* line 50, ../style/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 64.28571%;
}

/* line 50, ../style/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 71.42857%;
}

/* line 50, ../style/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 78.57143%;
}

/* line 50, ../style/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 85.71429%;
}

/* line 50, ../style/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-13 {
  right: 92.85714%;
}

/* line 50, ../style/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-14 {
  right: 100%;
}

/* line 45, ../style/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 40, ../style/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 7.14286%;
}

/* line 40, ../style/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 14.28571%;
}

/* line 40, ../style/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 21.42857%;
}

/* line 40, ../style/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 28.57143%;
}

/* line 40, ../style/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 35.71429%;
}

/* line 40, ../style/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 42.85714%;
}

/* line 40, ../style/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 50%;
}

/* line 40, ../style/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 57.14286%;
}

/* line 40, ../style/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 64.28571%;
}

/* line 40, ../style/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 71.42857%;
}

/* line 40, ../style/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 78.57143%;
}

/* line 40, ../style/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 85.71429%;
}

/* line 40, ../style/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-13 {
  left: 92.85714%;
}

/* line 40, ../style/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-14 {
  left: 100%;
}

/* line 60, ../style/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 60, ../style/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 7.14286%;
}

/* line 60, ../style/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 14.28571%;
}

/* line 60, ../style/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 21.42857%;
}

/* line 60, ../style/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 28.57143%;
}

/* line 60, ../style/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 35.71429%;
}

/* line 60, ../style/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 42.85714%;
}

/* line 60, ../style/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 50%;
}

/* line 60, ../style/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 57.14286%;
}

/* line 60, ../style/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 64.28571%;
}

/* line 60, ../style/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 71.42857%;
}

/* line 60, ../style/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 78.57143%;
}

/* line 60, ../style/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 85.71429%;
}

/* line 60, ../style/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-13 {
  margin-left: 92.85714%;
}

/* line 60, ../style/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-14 {
  margin-left: 100%;
}

@media (min-width: 1024px) {
  /* line 27, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .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, .col-sm-13, .col-sm-14 {
    float: left;
  }

  /* line 35, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 7.14286%;
  }

  /* line 35, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 14.28571%;
  }

  /* line 35, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 21.42857%;
  }

  /* line 35, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    width: 28.57143%;
  }

  /* line 35, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 35.71429%;
  }

  /* line 35, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 42.85714%;
  }

  /* line 35, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 50%;
  }

  /* line 35, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 57.14286%;
  }

  /* line 35, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 64.28571%;
  }

  /* line 35, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 71.42857%;
  }

  /* line 35, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 78.57143%;
  }

  /* line 35, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    width: 85.71429%;
  }

  /* line 35, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-13 {
    width: 92.85714%;
  }

  /* line 35, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-14 {
    width: 100%;
  }

  /* line 55, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 50, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 7.14286%;
  }

  /* line 50, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 14.28571%;
  }

  /* line 50, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 21.42857%;
  }

  /* line 50, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 28.57143%;
  }

  /* line 50, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 35.71429%;
  }

  /* line 50, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 42.85714%;
  }

  /* line 50, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 50%;
  }

  /* line 50, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 57.14286%;
  }

  /* line 50, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 64.28571%;
  }

  /* line 50, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 71.42857%;
  }

  /* line 50, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 78.57143%;
  }

  /* line 50, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 85.71429%;
  }

  /* line 50, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-13 {
    right: 92.85714%;
  }

  /* line 50, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-14 {
    right: 100%;
  }

  /* line 45, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 40, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 7.14286%;
  }

  /* line 40, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 14.28571%;
  }

  /* line 40, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 21.42857%;
  }

  /* line 40, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 28.57143%;
  }

  /* line 40, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 35.71429%;
  }

  /* line 40, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 42.85714%;
  }

  /* line 40, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 50%;
  }

  /* line 40, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 57.14286%;
  }

  /* line 40, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 64.28571%;
  }

  /* line 40, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 71.42857%;
  }

  /* line 40, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 78.57143%;
  }

  /* line 40, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 85.71429%;
  }

  /* line 40, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-13 {
    left: 92.85714%;
  }

  /* line 40, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-14 {
    left: 100%;
  }

  /* line 60, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 7.14286%;
  }

  /* line 60, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 14.28571%;
  }

  /* line 60, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 21.42857%;
  }

  /* line 60, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 28.57143%;
  }

  /* line 60, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 35.71429%;
  }

  /* line 60, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 42.85714%;
  }

  /* line 60, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 50%;
  }

  /* line 60, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 57.14286%;
  }

  /* line 60, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 64.28571%;
  }

  /* line 60, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 71.42857%;
  }

  /* line 60, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 78.57143%;
  }

  /* line 60, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 85.71429%;
  }

  /* line 60, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-13 {
    margin-left: 92.85714%;
  }

  /* line 60, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-14 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  /* line 27, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .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, .col-md-13, .col-md-14 {
    float: left;
  }

  /* line 35, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 7.14286%;
  }

  /* line 35, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 14.28571%;
  }

  /* line 35, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    width: 21.42857%;
  }

  /* line 35, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    width: 28.57143%;
  }

  /* line 35, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 35.71429%;
  }

  /* line 35, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    width: 42.85714%;
  }

  /* line 35, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 50%;
  }

  /* line 35, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 57.14286%;
  }

  /* line 35, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    width: 64.28571%;
  }

  /* line 35, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 71.42857%;
  }

  /* line 35, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 78.57143%;
  }

  /* line 35, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 85.71429%;
  }

  /* line 35, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-13 {
    width: 92.85714%;
  }

  /* line 35, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-14 {
    width: 100%;
  }

  /* line 55, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 50, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 7.14286%;
  }

  /* line 50, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 14.28571%;
  }

  /* line 50, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 21.42857%;
  }

  /* line 50, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 28.57143%;
  }

  /* line 50, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 35.71429%;
  }

  /* line 50, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 42.85714%;
  }

  /* line 50, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 50%;
  }

  /* line 50, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 57.14286%;
  }

  /* line 50, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 64.28571%;
  }

  /* line 50, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 71.42857%;
  }

  /* line 50, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 78.57143%;
  }

  /* line 50, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 85.71429%;
  }

  /* line 50, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-13 {
    right: 92.85714%;
  }

  /* line 50, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-14 {
    right: 100%;
  }

  /* line 45, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto;
  }

  /* line 40, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 7.14286%;
  }

  /* line 40, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 14.28571%;
  }

  /* line 40, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 21.42857%;
  }

  /* line 40, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 28.57143%;
  }

  /* line 40, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 35.71429%;
  }

  /* line 40, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 42.85714%;
  }

  /* line 40, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 50%;
  }

  /* line 40, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 57.14286%;
  }

  /* line 40, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 64.28571%;
  }

  /* line 40, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 71.42857%;
  }

  /* line 40, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 78.57143%;
  }

  /* line 40, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 85.71429%;
  }

  /* line 40, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-13 {
    left: 92.85714%;
  }

  /* line 40, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-14 {
    left: 100%;
  }

  /* line 60, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 7.14286%;
  }

  /* line 60, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 14.28571%;
  }

  /* line 60, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 21.42857%;
  }

  /* line 60, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 28.57143%;
  }

  /* line 60, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 35.71429%;
  }

  /* line 60, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 42.85714%;
  }

  /* line 60, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 50%;
  }

  /* line 60, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 57.14286%;
  }

  /* line 60, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 64.28571%;
  }

  /* line 60, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 71.42857%;
  }

  /* line 60, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 78.57143%;
  }

  /* line 60, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 85.71429%;
  }

  /* line 60, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-13 {
    margin-left: 92.85714%;
  }

  /* line 60, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-14 {
    margin-left: 100%;
  }
}
@media (min-width: 1280px) {
  /* line 27, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .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, .col-lg-13, .col-lg-14 {
    float: left;
  }

  /* line 35, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 7.14286%;
  }

  /* line 35, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 14.28571%;
  }

  /* line 35, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 21.42857%;
  }

  /* line 35, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 28.57143%;
  }

  /* line 35, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 35.71429%;
  }

  /* line 35, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 42.85714%;
  }

  /* line 35, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 50%;
  }

  /* line 35, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 57.14286%;
  }

  /* line 35, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 64.28571%;
  }

  /* line 35, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 71.42857%;
  }

  /* line 35, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 78.57143%;
  }

  /* line 35, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 85.71429%;
  }

  /* line 35, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-13 {
    width: 92.85714%;
  }

  /* line 35, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-14 {
    width: 100%;
  }

  /* line 55, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 50, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 7.14286%;
  }

  /* line 50, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 14.28571%;
  }

  /* line 50, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 21.42857%;
  }

  /* line 50, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 28.57143%;
  }

  /* line 50, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 35.71429%;
  }

  /* line 50, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 42.85714%;
  }

  /* line 50, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 50%;
  }

  /* line 50, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 57.14286%;
  }

  /* line 50, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 64.28571%;
  }

  /* line 50, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 71.42857%;
  }

  /* line 50, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 78.57143%;
  }

  /* line 50, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 85.71429%;
  }

  /* line 50, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-13 {
    right: 92.85714%;
  }

  /* line 50, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-14 {
    right: 100%;
  }

  /* line 45, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 40, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 7.14286%;
  }

  /* line 40, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 14.28571%;
  }

  /* line 40, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 21.42857%;
  }

  /* line 40, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 28.57143%;
  }

  /* line 40, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 35.71429%;
  }

  /* line 40, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 42.85714%;
  }

  /* line 40, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 50%;
  }

  /* line 40, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 57.14286%;
  }

  /* line 40, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 64.28571%;
  }

  /* line 40, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 71.42857%;
  }

  /* line 40, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 78.57143%;
  }

  /* line 40, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 85.71429%;
  }

  /* line 40, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-13 {
    left: 92.85714%;
  }

  /* line 40, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-14 {
    left: 100%;
  }

  /* line 60, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 7.14286%;
  }

  /* line 60, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 14.28571%;
  }

  /* line 60, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 21.42857%;
  }

  /* line 60, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 28.57143%;
  }

  /* line 60, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 35.71429%;
  }

  /* line 60, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 42.85714%;
  }

  /* line 60, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 50%;
  }

  /* line 60, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 57.14286%;
  }

  /* line 60, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 64.28571%;
  }

  /* line 60, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 71.42857%;
  }

  /* line 60, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 78.57143%;
  }

  /* line 60, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 85.71429%;
  }

  /* line 60, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-13 {
    margin-left: 92.85714%;
  }

  /* line 60, ../style/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-14 {
    margin-left: 100%;
  }
}
/* line 6, ../style/sass/bootstrap/_tables.scss */
table {
  background-color: transparent;
}

/* line 9, ../style/sass/bootstrap/_tables.scss */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

/* line 15, ../style/sass/bootstrap/_tables.scss */
th {
  text-align: left;
}

/* line 22, ../style/sass/bootstrap/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
/* line 31, ../style/sass/bootstrap/_tables.scss */
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
/* line 41, ../style/sass/bootstrap/_tables.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
/* line 50, ../style/sass/bootstrap/_tables.scss */
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
/* line 57, ../style/sass/bootstrap/_tables.scss */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
/* line 62, ../style/sass/bootstrap/_tables.scss */
.table .table {
  background-color: #fff;
}

/* line 75, ../style/sass/bootstrap/_tables.scss */
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

/* line 88, ../style/sass/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #ddd;
}
/* line 94, ../style/sass/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
/* line 101, ../style/sass/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 114, ../style/sass/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* line 125, ../style/sass/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

/* line 135, ../style/sass/bootstrap/_tables.scss */
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

/* line 143, ../style/sass/bootstrap/_tables.scss */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

/* line 9, ../style/sass/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

/* line 20, ../style/sass/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

/* line 9, ../style/sass/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

/* line 20, ../style/sass/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

/* line 9, ../style/sass/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

/* line 20, ../style/sass/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

/* line 9, ../style/sass/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

/* line 20, ../style/sass/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

/* line 9, ../style/sass/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

/* line 20, ../style/sass/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

/* line 171, ../style/sass/bootstrap/_tables.scss */
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 1023px) {
  /* line 171, ../style/sass/bootstrap/_tables.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  /* line 183, ../style/sass/bootstrap/_tables.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 191, ../style/sass/bootstrap/_tables.scss */
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  /* line 200, ../style/sass/bootstrap/_tables.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 208, ../style/sass/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  /* line 212, ../style/sass/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  /* line 225, ../style/sass/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/* line 10, ../style/sass/bootstrap/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

/* line 20, ../style/sass/bootstrap/_forms.scss */
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;
}

/* line 32, ../style/sass/bootstrap/_forms.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 47, ../style/sass/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 52, ../style/sass/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 59, ../style/sass/bootstrap/_forms.scss */
input[type="file"] {
  display: block;
}

/* line 64, ../style/sass/bootstrap/_forms.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 70, ../style/sass/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 76, ../style/sass/bootstrap/_forms.scss */
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;
}

/* line 83, ../style/sass/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}

/* line 114, ../style/sass/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  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 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
/* line 57, ../style/sass/bootstrap/mixins/_forms.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
/* line 103, ../style/sass/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
/* line 107, ../style/sass/bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder {
  color: #999;
}
/* line 108, ../style/sass/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder {
  color: #999;
}
/* line 140, ../style/sass/bootstrap/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
/* line 147, ../style/sass/bootstrap/_forms.scss */
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

/* line 156, ../style/sass/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 168, ../style/sass/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 187, ../style/sass/bootstrap/_forms.scss */
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  /* line 191, ../style/sass/bootstrap/_forms.scss */
  input[type="date"].input-sm, .input-group-sm input[type="date"],
  input[type="time"].input-sm, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm, .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  /* line 196, ../style/sass/bootstrap/_forms.scss */
  input[type="date"].input-lg, .input-group-lg input[type="date"],
  input[type="time"].input-lg, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg, .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}
/* line 209, ../style/sass/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 218, ../style/sass/bootstrap/_forms.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 225, ../style/sass/bootstrap/_forms.scss */
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 233, ../style/sass/bootstrap/_forms.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -10px;
  margin-top: 4px \9;
}

/* line 242, ../style/sass/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 248, ../style/sass/bootstrap/_forms.scss */
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

/* line 258, ../style/sass/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 270, ../style/sass/bootstrap/_forms.scss */
input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 279, ../style/sass/bootstrap/_forms.scss */
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

/* line 289, ../style/sass/bootstrap/_forms.scss */
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

/* line 301, ../style/sass/bootstrap/_forms.scss */
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
/* line 309, ../style/sass/bootstrap/_forms.scss */
.form-control-static.input-lg, .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

/* line 71, ../style/sass/bootstrap/mixins/_forms.scss */
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 79, ../style/sass/bootstrap/mixins/_forms.scss */
select.input-sm {
  height: 30px;
  line-height: 30px;
}

/* line 84, ../style/sass/bootstrap/mixins/_forms.scss */
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

/* line 327, ../style/sass/bootstrap/_forms.scss */
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
/* line 334, ../style/sass/bootstrap/_forms.scss */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
/* line 338, ../style/sass/bootstrap/_forms.scss */
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
/* line 342, ../style/sass/bootstrap/_forms.scss */
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 71, ../style/sass/bootstrap/mixins/_forms.scss */
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

/* line 79, ../style/sass/bootstrap/mixins/_forms.scss */
select.input-lg {
  height: 46px;
  line-height: 46px;
}

/* line 84, ../style/sass/bootstrap/mixins/_forms.scss */
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

/* line 353, ../style/sass/bootstrap/_forms.scss */
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}
/* line 360, ../style/sass/bootstrap/_forms.scss */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
/* line 364, ../style/sass/bootstrap/_forms.scss */
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
/* line 368, ../style/sass/bootstrap/_forms.scss */
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

/* line 382, ../style/sass/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}
/* line 387, ../style/sass/bootstrap/_forms.scss */
.has-feedback .form-control {
  padding-right: 42.5px;
}

/* line 392, ../style/sass/bootstrap/_forms.scss */
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

/* line 404, ../style/sass/bootstrap/_forms.scss */
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 411, ../style/sass/bootstrap/_forms.scss */
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 8, ../style/sass/bootstrap/mixins/_forms.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
/* line 21, ../style/sass/bootstrap/mixins/_forms.scss */
.has-success .form-control {
  border-color: #3c763d;
  -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);
}
/* line 24, ../style/sass/bootstrap/mixins/_forms.scss */
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
/* line 31, ../style/sass/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
/* line 37, ../style/sass/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 8, ../style/sass/bootstrap/mixins/_forms.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
/* line 21, ../style/sass/bootstrap/mixins/_forms.scss */
.has-warning .form-control {
  border-color: #8a6d3b;
  -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);
}
/* line 24, ../style/sass/bootstrap/mixins/_forms.scss */
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
/* line 31, ../style/sass/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
/* line 37, ../style/sass/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 8, ../style/sass/bootstrap/mixins/_forms.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
/* line 21, ../style/sass/bootstrap/mixins/_forms.scss */
.has-error .form-control {
  border-color: #a94442;
  -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);
}
/* line 24, ../style/sass/bootstrap/mixins/_forms.scss */
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
/* line 31, ../style/sass/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
/* line 37, ../style/sass/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 433, ../style/sass/bootstrap/_forms.scss */
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
/* line 436, ../style/sass/bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 447, ../style/sass/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 1024px) {
  /* line 472, ../style/sass/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 479, ../style/sass/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 486, ../style/sass/bootstrap/_forms.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 490, ../style/sass/bootstrap/_forms.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 494, ../style/sass/bootstrap/_forms.scss */
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  /* line 502, ../style/sass/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 506, ../style/sass/bootstrap/_forms.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 513, ../style/sass/bootstrap/_forms.scss */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 520, ../style/sass/bootstrap/_forms.scss */
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 524, ../style/sass/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 531, ../style/sass/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 553, ../style/sass/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
/* line 563, ../style/sass/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
/* line 569, ../style/sass/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-left: -25px;
  margin-right: -25px;
}
/* line 14, ../style/sass/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
/* line 19, ../style/sass/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 1024px) {
  /* line 576, ../style/sass/bootstrap/_forms.scss */
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
/* line 587, ../style/sass/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 25px;
}
@media (min-width: 1024px) {
  /* line 597, ../style/sass/bootstrap/_forms.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33333px;
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  /* line 605, ../style/sass/bootstrap/_forms.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

/* line 9, ../style/sass/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 26, ../style/sass/bootstrap/_buttons.scss */
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 32, ../style/sass/bootstrap/_buttons.scss */
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
/* line 39, ../style/sass/bootstrap/_buttons.scss */
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 46, ../style/sass/bootstrap/_buttons.scss */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 58, ../style/sass/bootstrap/_buttons.scss */
a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

/* line 68, ../style/sass/bootstrap/_buttons.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
/* line 11, ../style/sass/bootstrap/mixins/_buttons.scss */
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
/* line 17, ../style/sass/bootstrap/mixins/_buttons.scss */
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* line 22, ../style/sass/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* line 29, ../style/sass/bootstrap/mixins/_buttons.scss */
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
/* line 37, ../style/sass/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
/* line 45, ../style/sass/bootstrap/mixins/_buttons.scss */
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
/* line 56, ../style/sass/bootstrap/mixins/_buttons.scss */
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

/* line 71, ../style/sass/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* line 11, ../style/sass/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
/* line 17, ../style/sass/bootstrap/mixins/_buttons.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
/* line 22, ../style/sass/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
/* line 29, ../style/sass/bootstrap/mixins/_buttons.scss */
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
/* line 37, ../style/sass/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
/* line 45, ../style/sass/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* line 56, ../style/sass/bootstrap/mixins/_buttons.scss */
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 75, ../style/sass/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 11, ../style/sass/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
/* line 17, ../style/sass/bootstrap/mixins/_buttons.scss */
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
/* line 22, ../style/sass/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
/* line 29, ../style/sass/bootstrap/mixins/_buttons.scss */
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
/* line 37, ../style/sass/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
/* line 45, ../style/sass/bootstrap/mixins/_buttons.scss */
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 56, ../style/sass/bootstrap/mixins/_buttons.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 79, ../style/sass/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 11, ../style/sass/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
/* line 17, ../style/sass/bootstrap/mixins/_buttons.scss */
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
/* line 22, ../style/sass/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
/* line 29, ../style/sass/bootstrap/mixins/_buttons.scss */
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
/* line 37, ../style/sass/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
/* line 45, ../style/sass/bootstrap/mixins/_buttons.scss */
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 56, ../style/sass/bootstrap/mixins/_buttons.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 83, ../style/sass/bootstrap/_buttons.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 11, ../style/sass/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
/* line 17, ../style/sass/bootstrap/mixins/_buttons.scss */
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
/* line 22, ../style/sass/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
/* line 29, ../style/sass/bootstrap/mixins/_buttons.scss */
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
/* line 37, ../style/sass/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
/* line 45, ../style/sass/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 56, ../style/sass/bootstrap/mixins/_buttons.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 87, ../style/sass/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 11, ../style/sass/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
/* line 17, ../style/sass/bootstrap/mixins/_buttons.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
/* line 22, ../style/sass/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
/* line 29, ../style/sass/bootstrap/mixins/_buttons.scss */
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
/* line 37, ../style/sass/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
/* line 45, ../style/sass/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 56, ../style/sass/bootstrap/mixins/_buttons.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

/* line 96, ../style/sass/bootstrap/_buttons.scss */
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
/* line 101, ../style/sass/bootstrap/_buttons.scss */
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 109, ../style/sass/bootstrap/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
/* line 115, ../style/sass/bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
/* line 123, ../style/sass/bootstrap/_buttons.scss */
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

/* line 135, ../style/sass/bootstrap/_buttons.scss */
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

/* line 139, ../style/sass/bootstrap/_buttons.scss */
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 143, ../style/sass/bootstrap/_buttons.scss */
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 151, ../style/sass/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 157, ../style/sass/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 165, ../style/sass/bootstrap/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 8, ../style/sass/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 19, ../style/sass/bootstrap/_tooltip.scss */
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 20, ../style/sass/bootstrap/_tooltip.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
/* line 21, ../style/sass/bootstrap/_tooltip.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
/* line 22, ../style/sass/bootstrap/_tooltip.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
/* line 23, ../style/sass/bootstrap/_tooltip.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 27, ../style/sass/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: black;
  text-align: center;
  background-color: white;
  border-radius: 4px;
  border: 1px solid #ccc !important;
}

/* line 38, ../style/sass/bootstrap/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 47, ../style/sass/bootstrap/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #ccc;
}
/* line 54, ../style/sass/bootstrap/_tooltip.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #ccc;
}
/* line 61, ../style/sass/bootstrap/_tooltip.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #ccc;
}
/* line 68, ../style/sass/bootstrap/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #ccc;
}
/* line 75, ../style/sass/bootstrap/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
}
/* line 82, ../style/sass/bootstrap/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #ccc;
}
/* line 89, ../style/sass/bootstrap/_tooltip.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #ccc;
}
/* line 96, ../style/sass/bootstrap/_tooltip.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #ccc;
}

/* line 10, ../style/sass/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
/* line 13, ../style/sass/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 18, ../style/sass/bootstrap/_component-animations.scss */
.collapse {
  display: none;
}
/* line 21, ../style/sass/bootstrap/_component-animations.scss */
.collapse.in {
  display: block;
}

/* line 26, ../style/sass/bootstrap/_component-animations.scss */
tr.collapse.in {
  display: table-row;
}

/* line 28, ../style/sass/bootstrap/_component-animations.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 30, ../style/sass/bootstrap/_component-animations.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

/* line 7, ../style/sass/bootstrap/_dropdowns.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 20, ../style/sass/bootstrap/_dropdowns.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 26, ../style/sass/bootstrap/_dropdowns.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 31, ../style/sass/bootstrap/_dropdowns.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  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;
}
/* line 54, ../style/sass/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
/* line 60, ../style/sass/bootstrap/_dropdowns.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 65, ../style/sass/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

/* line 78, ../style/sass/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  /* background-color: $dropdown-link-hover-bg; */
}

/* line 88, ../style/sass/bootstrap/_dropdowns.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  /* background-color: $dropdown-link-active-bg; */
}

/* line 103, ../style/sass/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
/* line 110, ../style/sass/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

/* line 123, ../style/sass/bootstrap/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}
/* line 128, ../style/sass/bootstrap/_dropdowns.scss */
.open > a {
  outline: 0;
}

/* line 137, ../style/sass/bootstrap/_dropdowns.scss */
.dropdown-menu-right {
  left: auto;
  right: 0;
}

/* line 147, ../style/sass/bootstrap/_dropdowns.scss */
.dropdown-menu-left {
  left: 0;
  right: auto;
}

/* line 153, ../style/sass/bootstrap/_dropdowns.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap;
}

/* line 163, ../style/sass/bootstrap/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 173, ../style/sass/bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 186, ../style/sass/bootstrap/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
/* line 193, ../style/sass/bootstrap/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 1024px) {
  /* line 207, ../style/sass/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 212, ../style/sass/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/* line 9, ../style/sass/bootstrap/_navs.scss */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
/* line 14, ../style/sass/bootstrap/mixins/_clearfix.scss */
.nav:before, .nav:after {
  content: " ";
  display: table;
}
/* line 19, ../style/sass/bootstrap/mixins/_clearfix.scss */
.nav:after {
  clear: both;
}
/* line 15, ../style/sass/bootstrap/_navs.scss */
.nav > li {
  position: relative;
  display: block;
}
/* line 19, ../style/sass/bootstrap/_navs.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
/* line 23, ../style/sass/bootstrap/_navs.scss */
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
/* line 31, ../style/sass/bootstrap/_navs.scss */
.nav > li.disabled > a {
  color: #777777;
}
/* line 34, ../style/sass/bootstrap/_navs.scss */
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
/* line 46, ../style/sass/bootstrap/_navs.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
/* line 59, ../style/sass/bootstrap/_navs.scss */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 66, ../style/sass/bootstrap/_navs.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 76, ../style/sass/bootstrap/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
/* line 78, ../style/sass/bootstrap/_navs.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
/* line 84, ../style/sass/bootstrap/_navs.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
/* line 89, ../style/sass/bootstrap/_navs.scss */
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
/* line 96, ../style/sass/bootstrap/_navs.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 118, ../style/sass/bootstrap/_navs.scss */
.nav-pills > li {
  float: left;
}
/* line 122, ../style/sass/bootstrap/_navs.scss */
.nav-pills > li > a {
  border-radius: 4px;
}
/* line 125, ../style/sass/bootstrap/_navs.scss */
.nav-pills > li + li {
  margin-left: 2px;
}
/* line 131, ../style/sass/bootstrap/_navs.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

/* line 144, ../style/sass/bootstrap/_navs.scss */
.nav-stacked > li {
  float: none;
}
/* line 146, ../style/sass/bootstrap/_navs.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 160, ../style/sass/bootstrap/_navs.scss */
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
/* line 163, ../style/sass/bootstrap/_navs.scss */
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
/* line 165, ../style/sass/bootstrap/_navs.scss */
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
/* line 171, ../style/sass/bootstrap/_navs.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 1024px) {
  /* line 177, ../style/sass/bootstrap/_navs.scss */
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 180, ../style/sass/bootstrap/_navs.scss */
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 190, ../style/sass/bootstrap/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
/* line 193, ../style/sass/bootstrap/_navs.scss */
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
/* line 199, ../style/sass/bootstrap/_navs.scss */
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 1024px) {
  /* line 206, ../style/sass/bootstrap/_navs.scss */
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 210, ../style/sass/bootstrap/_navs.scss */
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

/* line 224, ../style/sass/bootstrap/_navs.scss */
.tab-content > .tab-pane {
  display: none;
}
/* line 227, ../style/sass/bootstrap/_navs.scss */
.tab-content > .active {
  display: block;
}

/* line 237, ../style/sass/bootstrap/_navs.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 7, ../style/sass/bootstrap/_panels.scss */
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 16, ../style/sass/bootstrap/_panels.scss */
.panel-body {
  padding: 15px;
}
/* line 14, ../style/sass/bootstrap/mixins/_clearfix.scss */
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
/* line 19, ../style/sass/bootstrap/mixins/_clearfix.scss */
.panel-body:after {
  clear: both;
}

/* line 22, ../style/sass/bootstrap/_panels.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 27, ../style/sass/bootstrap/_panels.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 33, ../style/sass/bootstrap/_panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
/* line 39, ../style/sass/bootstrap/_panels.scss */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

/* line 49, ../style/sass/bootstrap/_panels.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 63, ../style/sass/bootstrap/_panels.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
/* line 67, ../style/sass/bootstrap/_panels.scss */
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
/* line 74, ../style/sass/bootstrap/_panels.scss */
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 82, ../style/sass/bootstrap/_panels.scss */
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* line 89, ../style/sass/bootstrap/_panels.scss */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 96, ../style/sass/bootstrap/_panels.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 100, ../style/sass/bootstrap/_panels.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 110, ../style/sass/bootstrap/_panels.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
/* line 115, ../style/sass/bootstrap/_panels.scss */
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 121, ../style/sass/bootstrap/_panels.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 127, ../style/sass/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 131, ../style/sass/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
/* line 135, ../style/sass/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
/* line 143, ../style/sass/bootstrap/_panels.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* line 149, ../style/sass/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* line 153, ../style/sass/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
/* line 157, ../style/sass/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
/* line 164, ../style/sass/bootstrap/_panels.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
/* line 170, ../style/sass/bootstrap/_panels.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
/* line 174, ../style/sass/bootstrap/_panels.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
/* line 181, ../style/sass/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
/* line 185, ../style/sass/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
/* line 194, ../style/sass/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
/* line 203, ../style/sass/bootstrap/_panels.scss */
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
/* line 210, ../style/sass/bootstrap/_panels.scss */
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

/* line 222, ../style/sass/bootstrap/_panels.scss */
.panel-group {
  margin-bottom: 20px;
}
/* line 226, ../style/sass/bootstrap/_panels.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
/* line 230, ../style/sass/bootstrap/_panels.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}
/* line 235, ../style/sass/bootstrap/_panels.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}
/* line 238, ../style/sass/bootstrap/_panels.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
/* line 244, ../style/sass/bootstrap/_panels.scss */
.panel-group .panel-footer {
  border-top: 0;
}
/* line 246, ../style/sass/bootstrap/_panels.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 254, ../style/sass/bootstrap/_panels.scss */
.panel-default {
  border-color: #ddd;
}
/* line 6, ../style/sass/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
/* line 11, ../style/sass/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
/* line 14, ../style/sass/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
/* line 20, ../style/sass/bootstrap/mixins/_panels.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

/* line 257, ../style/sass/bootstrap/_panels.scss */
.panel-primary {
  border-color: #337ab7;
}
/* line 6, ../style/sass/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
/* line 11, ../style/sass/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
/* line 14, ../style/sass/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
/* line 20, ../style/sass/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

/* line 260, ../style/sass/bootstrap/_panels.scss */
.panel-success {
  border-color: #d6e9c6;
}
/* line 6, ../style/sass/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
/* line 11, ../style/sass/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
/* line 14, ../style/sass/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
/* line 20, ../style/sass/bootstrap/mixins/_panels.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 263, ../style/sass/bootstrap/_panels.scss */
.panel-info {
  border-color: #bce8f1;
}
/* line 6, ../style/sass/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
/* line 11, ../style/sass/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
/* line 14, ../style/sass/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
/* line 20, ../style/sass/bootstrap/mixins/_panels.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 266, ../style/sass/bootstrap/_panels.scss */
.panel-warning {
  border-color: #faebcc;
}
/* line 6, ../style/sass/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
/* line 11, ../style/sass/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
/* line 14, ../style/sass/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
/* line 20, ../style/sass/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 269, ../style/sass/bootstrap/_panels.scss */
.panel-danger {
  border-color: #ebccd1;
}
/* line 6, ../style/sass/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
/* line 11, ../style/sass/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
/* line 14, ../style/sass/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
/* line 20, ../style/sass/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 5, ../style/sass/bootstrap/_responsive-embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
/* line 12, ../style/sass/bootstrap/_responsive-embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

/* line 28, ../style/sass/bootstrap/_responsive-embed.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 33, ../style/sass/bootstrap/_responsive-embed.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 14, ../style/sass/bootstrap/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 19, ../style/sass/bootstrap/mixins/_clearfix.scss */
.clearfix:after {
  clear: both;
}

/* line 12, ../style/sass/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 15, ../style/sass/bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, ../style/sass/bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, ../style/sass/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, ../style/sass/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, ../style/sass/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, ../style/sass/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 45, ../style/sass/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
}

/* line 53, ../style/sass/bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
/* line 18, ../style/sass/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs {
  display: none !important;
}

/* line 18, ../style/sass/bootstrap/mixins/_responsive-visibility.scss */
.visible-sm {
  display: none !important;
}

/* line 18, ../style/sass/bootstrap/mixins/_responsive-visibility.scss */
.visible-md {
  display: none !important;
}

/* line 18, ../style/sass/bootstrap/mixins/_responsive-visibility.scss */
.visible-lg {
  display: none !important;
}

/* line 36, ../style/sass/bootstrap/_responsive-utilities.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 1023px) {
  /* line 7, ../style/sass/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 10, ../style/sass/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table !important;
  }

  /* line 11, ../style/sass/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 12, ../style/sass/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 1023px) {
  /* line 54, ../style/sass/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 1023px) {
  /* line 59, ../style/sass/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 1023px) {
  /* line 64, ../style/sass/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1024px) and (max-width: 991px) {
  /* line 7, ../style/sass/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 10, ../style/sass/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table !important;
  }

  /* line 11, ../style/sass/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 12, ../style/sass/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 1024px) and (max-width: 991px) {
  /* line 73, ../style/sass/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 1024px) and (max-width: 991px) {
  /* line 78, ../style/sass/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 1024px) and (max-width: 991px) {
  /* line 83, ../style/sass/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  /* line 7, ../style/sass/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }

  /* line 10, ../style/sass/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table !important;
  }

  /* line 11, ../style/sass/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 12, ../style/sass/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  /* line 92, ../style/sass/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  /* line 97, ../style/sass/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  /* line 102, ../style/sass/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1280px) {
  /* line 7, ../style/sass/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 10, ../style/sass/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table !important;
  }

  /* line 11, ../style/sass/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 12, ../style/sass/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1280px) {
  /* line 111, ../style/sass/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1280px) {
  /* line 116, ../style/sass/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1280px) {
  /* line 121, ../style/sass/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 1023px) {
  /* line 18, ../style/sass/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs, .breadcrumb, .search-filter {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 991px) {
  /* line 18, ../style/sass/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm, ul.mobileUlLiTable {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  /* line 18, ../style/sass/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  /* line 18, ../style/sass/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg, ul.mobileUlLiTable {
    display: none !important;
  }
}
/* line 18, ../style/sass/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 7, ../style/sass/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }

  /* line 10, ../style/sass/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table !important;
  }

  /* line 11, ../style/sass/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 12, ../style/sass/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
/* line 155, ../style/sass/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}
@media print {
  /* line 155, ../style/sass/bootstrap/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 162, ../style/sass/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}
@media print {
  /* line 162, ../style/sass/bootstrap/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 169, ../style/sass/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}
@media print {
  /* line 169, ../style/sass/bootstrap/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 18, ../style/sass/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}
/******************  **********************
/* Font face import */
/*******************************************/
@font-face {
  font-family: 'Effra Bold';
  src: url("../fonts/Effra_Bd.eot");
  /* IE 9*/
  src: url("../fonts/Effra_Bd.eot?#iefix") format("embedded-opentype"), url("../fonts/Effra_Bd.ttf") format("truetype"), url("../fonts/Effra_Rg.svg") format("svg"), url("../fonts/Effra_Rg.woff") format("woff");
  /* IE Mobile*/
}
@font-face {
  font-family: 'Effra Regular';
  src: url("../fonts/Effra_Rg.eot");
  /* IE 9*/
  src: url("../fonts/Effra_Rg.eot?#iefix") format("embedded-opentype"), url("../fonts/Effra_Rg.ttf") format("truetype"), url("../fonts/Effra_Rg.svg") format("svg"), url("../fonts/Effra_Rg.woff") format("woff");
  /* IE Mobile*/
}
@font-face {
  font-family: 'Effra Medium';
  src: url("../fonts/Effra_Md.eot");
  /* IE 9*/
  src: url("../fonts/Effra_Md.eot?#iefix") format("embedded-opentype"), url("../fonts/Effra_Md.ttf") format("truetype"), url("../fonts/Effra_Md.svg") format("svg"), url("../fonts/Effra_Md.woff") format("woff");
  /* IE Mobile*/
}
@font-face {
  font-family: 'Effra Light';
  src: url("../fonts/Effra_Lt.eot");
  /* IE 9*/
  src: url("../fonts/Effra_Lt.eot?#iefix") format("embedded-opentype"), url("../fonts/Effra_Lt.ttf") format("truetype"), url("../fonts/Effra_Lt.svg") format("svg"), url("../fonts/Effra_Lt.woff") format("woff");
  /* IE Mobile*/
}
/******************  **********************
/* Variables */
/*******************************************/
/****************** Fonts *********************/
/****************** Image path *********************/
/****************** Colors *********************/
/****************** misc *********************/
/****************** Border Mixins *********************/
/****************** bootstrap variables and mixins overridden *********************/
/****************** for hidden-* classes usage *********************/
@media (min-width: 992px) and (max-width: 1279px) {
  /* line 18, ../style/sass/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm, ul.mobileUlLiTable {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  /* line 18, ../style/sass/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm, ul.mobileUlLiTable {
    display: none !important;
  }
}
/****************** for breakpoint mixin override usage *********************/
/* HTML5 Boilerplate
 * ==|== normalize.css ==========================================================
 */
/* line 5, ../style/sass/partials/_normalize.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

/* line 6, ../style/sass/partials/_normalize.scss */
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* line 7, ../style/sass/partials/_normalize.scss */
audio:not([controls]) {
  display: none;
}

/* line 8, ../style/sass/partials/_normalize.scss */
[hidden] {
  display: none;
}

/* line 10, ../style/sass/partials/_normalize.scss */
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 11, ../style/sass/partials/_normalize.scss */
body {
  margin: 0;
  font-size: 87.5%;
  font-size: 14px;
  line-height: 1.231;
}

/* line 12, ../style/sass/partials/_normalize.scss */
body, button, input, select, textarea {
  font-family: "Effra Regular";
  color: #222;
}

/* line 14, ../style/sass/partials/_normalize.scss */
::-moz-selection {
  background: #308cfc;
  color: #fff;
  text-shadow: none;
}

/* line 15, ../style/sass/partials/_normalize.scss */
::selection {
  background: #308cfc;
  color: #fff;
  text-shadow: none;
}

/* line 17, ../style/sass/partials/_normalize.scss */
a {
  color: #00a9e0;
}

/* line 18, ../style/sass/partials/_normalize.scss */
a:visited {
  color: #00a9e0;
}

/* line 19, ../style/sass/partials/_normalize.scss */
a:hover {
  color: #00a9e0;
}

/* line 20, ../style/sass/partials/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/* line 21, ../style/sass/partials/_normalize.scss */
a:hover, a:active {
  outline: 0;
}

/* line 23, ../style/sass/partials/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 24, ../style/sass/partials/_normalize.scss */
b, strong {
  font-weight: bold;
}

/* line 25, ../style/sass/partials/_normalize.scss */
blockquote {
  margin: 1em 40px;
}

/* line 26, ../style/sass/partials/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 27, ../style/sass/partials/_normalize.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* line 28, ../style/sass/partials/_normalize.scss */
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

/* line 29, ../style/sass/partials/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* line 30, ../style/sass/partials/_normalize.scss */
pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/* line 31, ../style/sass/partials/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* line 32, ../style/sass/partials/_normalize.scss */
q {
  quotes: none;
}

/* line 33, ../style/sass/partials/_normalize.scss */
q:before, q:after {
  content: "";
  content: none;
}

/* line 34, ../style/sass/partials/_normalize.scss */
small {
  font-size: 85%;
}

/* line 35, ../style/sass/partials/_normalize.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 36, ../style/sass/partials/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 37, ../style/sass/partials/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 38, ../style/sass/partials/_normalize.scss */
ul, ol {
  margin: 0;
  padding: 0;
}

/* line 39, ../style/sass/partials/_normalize.scss */
dd {
  margin: 0 0 0 40px;
}

/* line 40, ../style/sass/partials/_normalize.scss */
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

/* line 41, ../style/sass/partials/_normalize.scss */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

/* line 42, ../style/sass/partials/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 43, ../style/sass/partials/_normalize.scss */
figure {
  margin: 0;
}

/* line 45, ../style/sass/partials/_normalize.scss */
form {
  margin: 0;
}

/* line 46, ../style/sass/partials/_normalize.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 47, ../style/sass/partials/_normalize.scss */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}

/* line 48, ../style/sass/partials/_normalize.scss */
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

/* line 49, ../style/sass/partials/_normalize.scss */
button, input {
  line-height: normal;
  *overflow: visible;
}

/* line 50, ../style/sass/partials/_normalize.scss */
table button, table input {
  *overflow: auto;
}

/* line 51, ../style/sass/partials/_normalize.scss */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

/* line 52, ../style/sass/partials/_normalize.scss */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
}

/* line 53, ../style/sass/partials/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 54, ../style/sass/partials/_normalize.scss */
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 55, ../style/sass/partials/_normalize.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 56, ../style/sass/partials/_normalize.scss */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/* line 58, ../style/sass/partials/_normalize.scss */
input:invalid, textarea:invalid {
  background-color: #f0dddd;
}

/* line 60, ../style/sass/partials/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 61, ../style/sass/partials/_normalize.scss */
td {
  vertical-align: top;
}

/* ==|== non-semantic helper classes ======================================== */
/* line 64, ../style/sass/partials/_normalize.scss */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

/* line 65, ../style/sass/partials/_normalize.scss */
.ir br {
  display: none;
}

/* line 66, ../style/sass/partials/_normalize.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* line 67, ../style/sass/partials/_normalize.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 68, ../style/sass/partials/_normalize.scss */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* line 69, ../style/sass/partials/_normalize.scss */
.invisible {
  visibility: hidden;
}

/********* Mixins For background *************/
/********* Mixins For text-transform**********/
/********* Mixins For text Align *************/
/********* Mixins For font **************/
/********* Mixins For padding ********/
/********* Mixins For margin ***********/
/********* Mixins For display ***********/
/********* Mixins For Float ***********/
/********* Mixins For Border ***********/
/********* Mixins For font SIze *********/
/********* Mixins For center align ********/
/* line 2, ../style/sass/partials/_disputeBase.scss */
.imi-container table.small-only, #createDispute table.small-only {
  float: left;
  width: 100%;
  border: none !important;
}
/* line 4, ../style/sass/partials/_disputeBase.scss */
.imi-container table.small-only tbody, #createDispute table.small-only tbody {
  border: none !important;
}
/* line 5, ../style/sass/partials/_disputeBase.scss */
.imi-container table.small-only tbody tr.expanded-container, #createDispute table.small-only tbody tr.expanded-container {
  display: block;
}
@media (max-width: 1023px) {
  /* line 8, ../style/sass/partials/_disputeBase.scss */
  .imi-container table.small-only tbody tr.expanded-container td:first-child, #createDispute table.small-only tbody tr.expanded-container td:first-child {
    display: none;
  }
}
/* line 14, ../style/sass/partials/_disputeBase.scss */
.imi-container table.small-only tbody .st-key, #createDispute table.small-only tbody .st-key {
  width: 49%;
}
/* line 17, ../style/sass/partials/_disputeBase.scss */
.imi-container table.small-only tbody .st-val, #createDispute table.small-only tbody .st-val {
  width: 49%;
  padding-right: 0px !important;
}
/* line 25, ../style/sass/partials/_disputeBase.scss */
.imi-container .pagination ul, #createDispute .pagination ul {
  float: right;
  width: auto;
}
/* line 28, ../style/sass/partials/_disputeBase.scss */
.imi-container .pagination ul li, #createDispute .pagination ul li {
  padding: 0 2px !important;
  display: inline-block;
  width: auto !important;
  margin: 0;
}
/* line 35, ../style/sass/partials/_disputeBase.scss */
.imi-container .pagination p, #createDispute .pagination p {
  width: auto !important;
}
/* line 41, ../style/sass/partials/_disputeBase.scss */
.imi-container div.stacktable > div, #createDispute div.stacktable > div {
  float: left;
  width: 100%;
  height: 58px;
  border-bottom: 1px solid #e9e9e9;
  padding: 15px;
}
/* line 45, ../style/sass/partials/_disputeBase.scss */
.imi-container div.stacktable > div .checker, #createDispute div.stacktable > div .checker {
  float: left;
}
@media (max-width: 1023px) {
  /* line 50, ../style/sass/partials/_disputeBase.scss */
  .imi-container div.stacktable > div [data-role="expand-collapse"], #createDispute div.stacktable > div [data-role="expand-collapse"] {
    float: right;
  }
}
/* line 55, ../style/sass/partials/_disputeBase.scss */
.imi-container div.stacktable > div:nth-of-type(odd), #createDispute div.stacktable > div:nth-of-type(odd) {
  background: #f6f7f8;
}
/* line 58, ../style/sass/partials/_disputeBase.scss */
.imi-container div.stacktable > div:nth-of-type(even), #createDispute div.stacktable > div:nth-of-type(even) {
  background: #f7fbfd;
}
@media (max-width: 1023px) {
  /* line 63, ../style/sass/partials/_disputeBase.scss */
  .imi-container div.stacktable table:nth-of-type(4n-3) tbody, .imi-container div.stacktable table:nth-of-type(4n-2) tbody, #createDispute div.stacktable table:nth-of-type(4n-3) tbody, #createDispute div.stacktable table:nth-of-type(4n-2) tbody {
    background: #f6f7f8;
  }
  /* line 65, ../style/sass/partials/_disputeBase.scss */
  .imi-container div.stacktable table:nth-of-type(4n-3) tbody tr, .imi-container div.stacktable table:nth-of-type(4n-2) tbody tr, #createDispute div.stacktable table:nth-of-type(4n-3) tbody tr, #createDispute div.stacktable table:nth-of-type(4n-2) tbody tr {
    background: #f6f7f8 !important;
  }
  /* line 67, ../style/sass/partials/_disputeBase.scss */
  .imi-container div.stacktable table:nth-of-type(4n-3) tbody tr td, .imi-container div.stacktable table:nth-of-type(4n-2) tbody tr td, #createDispute div.stacktable table:nth-of-type(4n-3) tbody tr td, #createDispute div.stacktable table:nth-of-type(4n-2) tbody tr td {
    border: none !important;
    background: #f6f7f8 !important;
  }
  /* line 75, ../style/sass/partials/_disputeBase.scss */
  .imi-container div.stacktable table:nth-of-type(4n) tbody, .imi-container div.stacktable table:nth-of-type(4n-1) tbody, #createDispute div.stacktable table:nth-of-type(4n) tbody, #createDispute div.stacktable table:nth-of-type(4n-1) tbody {
    background: #f7fbfd;
  }
  /* line 77, ../style/sass/partials/_disputeBase.scss */
  .imi-container div.stacktable table:nth-of-type(4n) tbody tr, .imi-container div.stacktable table:nth-of-type(4n-1) tbody tr, #createDispute div.stacktable table:nth-of-type(4n) tbody tr, #createDispute div.stacktable table:nth-of-type(4n-1) tbody tr {
    background: #f7fbfd  !important;
  }
  /* line 79, ../style/sass/partials/_disputeBase.scss */
  .imi-container div.stacktable table:nth-of-type(4n) tbody tr td, .imi-container div.stacktable table:nth-of-type(4n-1) tbody tr td, #createDispute div.stacktable table:nth-of-type(4n) tbody tr td, #createDispute div.stacktable table:nth-of-type(4n-1) tbody tr td {
    border: none !important;
    background: #f7fbfd  !important;
  }
  /* line 87, ../style/sass/partials/_disputeBase.scss */
  .imi-container div.stacktable table tr:nth-last-child(2) td, #createDispute div.stacktable table tr:nth-last-child(2) td {
    padding-bottom: 25px;
  }
}
@media (max-width: 1023px) {
  /* line 95, ../style/sass/partials/_disputeBase.scss */
  .imi-container .button-container input, #createDispute .button-container input {
    float: left;
    width: 100%;
    margin-left: 0;
  }
}
/* line 102, ../style/sass/partials/_disputeBase.scss */
.imi-container tr .button-container, #createDispute tr .button-container {
  padding-bottom: 20px;
}

/* line 109, ../style/sass/partials/_disputeBase.scss */
.search-dispute-popup ul {
  background: #b9d8ea;
  float: left;
  width: 100%;
  list-style: none;
}
/* line 113, ../style/sass/partials/_disputeBase.scss */
.search-dispute-popup ul li {
  float: left;
  width: 92%;
  margin: 15px;
}
/* line 116, ../style/sass/partials/_disputeBase.scss */
.search-dispute-popup ul li input {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
/* line 120, ../style/sass/partials/_disputeBase.scss */
.search-dispute-popup ul li a {
  font-size: 1em;
  font-family: "Effra Medium";
  font-style: normal;
  font-weight: normal;
}

@media (max-width: 1023px) {
  /* line 129, ../style/sass/partials/_disputeBase.scss */
  .add-imi-selector-popup p, .add-imi-selector-popup div {
    padding: 15px;
  }
  /* line 132, ../style/sass/partials/_disputeBase.scss */
  .add-imi-selector-popup div {
    margin-top: 0px;
  }
  /* line 134, ../style/sass/partials/_disputeBase.scss */
  .add-imi-selector-popup div input, .add-imi-selector-popup div a {
    background: #00A9E0;
    margin-bottom: 15px;
    margin-right: 30px;
  }
}
/* line 142, ../style/sass/partials/_disputeBase.scss */
.add-imi-selector-popup div input, .add-imi-selector-popup div a {
  margin-right: 30px;
}
/* line 146, ../style/sass/partials/_disputeBase.scss */
.add-imi-selector-popup h3 {
  margin-bottom: 20px;
}

/* line 151, ../style/sass/partials/_disputeBase.scss */
.mobile-table-header {
  float: left;
  width: 100%;
  background: #71c5e8;
  height: 50px;
  color: #fff;
  padding-right: 15px;
  padding-left: 15px;
}
/* line 157, ../style/sass/partials/_disputeBase.scss */
.mobile-table-header span {
  float: right;
  padding-top: 15px;
}
/* line 161, ../style/sass/partials/_disputeBase.scss */
.mobile-table-header label {
  color: #fff;
  display: inline-block !important;
}

/* line 168, ../style/sass/partials/_disputeBase.scss */
.reassign-reject-approve-container input[type="text"] {
  height: 58px;
}
/* line 171, ../style/sass/partials/_disputeBase.scss */
.reassign-reject-approve-container input[data-role="reassignBtn"] {
  margin-left: 0px;
}
/* line 174, ../style/sass/partials/_disputeBase.scss */
.reassign-reject-approve-container div {
  width: 214px;
  height: 200px;
  overflow-y: scroll;
  border: 1px solid #ccc;
  margin-top: 58px;
  background: white;
  z-index: 1001;
  position: absolute;
}
/* line 183, ../style/sass/partials/_disputeBase.scss */
.reassign-reject-approve-container div p {
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  margin: 0;
  cursor: pointer;
  text-align: left;
}
/* line 189, ../style/sass/partials/_disputeBase.scss */
.reassign-reject-approve-container div P:hover {
  background: #e9e9e9;
}
@media (max-width: 1023px) {
  /* line 174, ../style/sass/partials/_disputeBase.scss */
  .reassign-reject-approve-container div {
    width: 100%;
    margin-left: 0 !important;
  }
}
/* line 197, ../style/sass/partials/_disputeBase.scss */
.reassign-reject-approve-container div.reject-dropdown {
  margin-left: 244px;
}
/* line 199, ../style/sass/partials/_disputeBase.scss */
.reassign-reject-approve-container div.reject-dropdown p:nth-of-type(1) {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
@media (max-width: 1023px) {
  /* line 197, ../style/sass/partials/_disputeBase.scss */
  .reassign-reject-approve-container div.reject-dropdown {
    margin-top: 156px;
  }
}
/* line 206, ../style/sass/partials/_disputeBase.scss */
.reassign-reject-approve-container div.approve-dropdown {
  margin-left: 489px;
}
/* line 208, ../style/sass/partials/_disputeBase.scss */
.reassign-reject-approve-container div.approve-dropdown p:nth-of-type(1) {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
@media (max-width: 1023px) {
  /* line 206, ../style/sass/partials/_disputeBase.scss */
  .reassign-reject-approve-container div.approve-dropdown {
    margin-top: 78px;
  }
}

/*!
 * Bootstrap Datepicker 
 */
/* line 24, ../style/sass/partials/_datepicker.scss */
.datepicker {
  padding: 4px;
  border-radius: 4px;
  /*.dow {
    border-top: 1px solid #ddd !important;
  }*/
}
/* line 27, ../style/sass/partials/_datepicker.scss */
.datepicker.datepicker-inline {
  width: 220px;
}
/* line 30, ../style/sass/partials/_datepicker.scss */
.datepicker.datepicker-dropdown {
  position: absolute;
  left: 0;
  z-index: 9999;
}
/* line 34, ../style/sass/partials/_datepicker.scss */
.datepicker.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
/* line 44, ../style/sass/partials/_datepicker.scss */
.datepicker.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
/* line 53, ../style/sass/partials/_datepicker.scss */
.datepicker.datepicker-dropdown.datepicker-orient-left:before {
  left: 107px;
}
/* line 54, ../style/sass/partials/_datepicker.scss */
.datepicker.datepicker-dropdown.datepicker-orient-left:after {
  left: 108px;
}
/* line 55, ../style/sass/partials/_datepicker.scss */
.datepicker.datepicker-dropdown.datepicker-orient-right:before {
  right: 107px;
}
/* line 56, ../style/sass/partials/_datepicker.scss */
.datepicker.datepicker-dropdown.datepicker-orient-right:after {
  right: 108px;
}
/* line 57, ../style/sass/partials/_datepicker.scss */
.datepicker.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}
/* line 58, ../style/sass/partials/_datepicker.scss */
.datepicker.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}
/* line 59, ../style/sass/partials/_datepicker.scss */
.datepicker.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
  display: none;
}
/* line 65, ../style/sass/partials/_datepicker.scss */
.datepicker.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
  display: none;
}
/* line 72, ../style/sass/partials/_datepicker.scss */
.datepicker > div {
  display: none;
}
/* line 75, ../style/sass/partials/_datepicker.scss */
.datepicker.days div.datepicker-days {
  display: block;
}
/* line 78, ../style/sass/partials/_datepicker.scss */
.datepicker.months div.datepicker-months {
  display: block;
}
/* line 81, ../style/sass/partials/_datepicker.scss */
.datepicker.years div.datepicker-years {
  display: block;
}
/* line 84, ../style/sass/partials/_datepicker.scss */
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 93, ../style/sass/partials/_datepicker.scss */
.datepicker table tr td, .datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}
/* line 106, ../style/sass/partials/_datepicker.scss */
.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
  background-color: transparent;
}
/* line 111, ../style/sass/partials/_datepicker.scss */
.datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer;
}
/* line 115, ../style/sass/partials/_datepicker.scss */
.datepicker table tr td.old, .datepicker table tr td.new {
  color: #777777;
}
/* line 119, ../style/sass/partials/_datepicker.scss */
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
/* line 125, ../style/sass/partials/_datepicker.scss */
.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
  color: #333333;
  background-color: #5bc0de;
  border-color: #2390b0;
}
/* line 9, ../style/sass/partials/_datepicker.scss */
.datepicker table tr td.today:focus, .datepicker table tr td.today:active, .datepicker table tr td.today.active, .datepicker table tr td.today:hover:focus, .datepicker table tr td.today:hover:active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today.disabled:focus, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:hover:focus, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.disabled:hover.active {
  color: #333333;
  background-color: #5bc0de !important;
  border-color: #19667d;
}
/* line 17, ../style/sass/partials/_datepicker.scss */
.datepicker table tr td.today:hover, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover:hover {
  color: #333333;
  background-color: #39b3d7;
  border-color: #19667d;
}
/* line 132, ../style/sass/partials/_datepicker.scss */
.datepicker table tr td.today:hover:hover {
  color: #000;
}
/* line 136, ../style/sass/partials/_datepicker.scss */
.datepicker table tr td.today.active:hover {
  color: #fff;
}
/* line 139, ../style/sass/partials/_datepicker.scss */
.datepicker table tr td.range, .datepicker table tr td.range:hover, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  border-radius: 0;
}
/* line 146, ../style/sass/partials/_datepicker.scss */
.datepicker table tr td.range.today, .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:hover {
  color: #000;
  background-color: #5bc0de;
  border-color: #2390b0;
  border-radius: 0;
}
/* line 9, ../style/sass/partials/_datepicker.scss */
.datepicker table tr td.range.today:focus, .datepicker table tr td.range.today:active, .datepicker table tr td.range.today.active, .datepicker table tr td.range.today:hover:focus, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today.disabled:focus, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled:hover:focus, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.disabled:hover.active {
  color: #000;
  background-color: #5bc0de !important;
  border-color: #19667d;
}
/* line 17, ../style/sass/partials/_datepicker.scss */
.datepicker table tr td.range.today:hover, .datepicker table tr td.range.today:hover:hover, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today.disabled:hover:hover {
  color: #000;
  background-color: #39b3d7;
  border-color: #19667d;
}
/* line 154, ../style/sass/partials/_datepicker.scss */
.datepicker table tr td.selected, .datepicker table tr td.selected:hover, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover {
  color: #fff;
  background-color: #777777;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
/* line 9, ../style/sass/partials/_datepicker.scss */
.datepicker table tr td.selected:focus, .datepicker table tr td.selected:active, .datepicker table tr td.selected.active, .datepicker table tr td.selected:hover:focus, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected.disabled:focus, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled:hover:focus, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.disabled:hover.active {
  color: #fff;
  background-color: #777777 !important;
  border-color: #373737;
}
/* line 17, ../style/sass/partials/_datepicker.scss */
.datepicker table tr td.selected:hover, .datepicker table tr td.selected:hover:hover, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.disabled:hover:hover {
  color: #fff;
  background-color: #636363;
  border-color: #373737;
}
/* line 161, ../style/sass/partials/_datepicker.scss */
.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
/* line 9, ../style/sass/partials/_datepicker.scss */
.datepicker table tr td.active:focus, .datepicker table tr td.active:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover:focus, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover:focus, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover.active {
  color: #fff;
  background-color: #337ab7 !important;
  border-color: #265a88;
}
/* line 17, ../style/sass/partials/_datepicker.scss */
.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover {
  color: #fff;
  background-color: #2a6598;
  border-color: #265a88;
}
/* line 168, ../style/sass/partials/_datepicker.scss */
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
/* line 177, ../style/sass/partials/_datepicker.scss */
.datepicker table tr td span:hover {
  background: #eeeeee;
}
/* line 180, ../style/sass/partials/_datepicker.scss */
.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
/* line 186, ../style/sass/partials/_datepicker.scss */
.datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
/* line 9, ../style/sass/partials/_datepicker.scss */
.datepicker table tr td span.active:focus, .datepicker table tr td span.active:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover:focus, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover.active {
  color: #fff;
  background-color: #337ab7 !important;
  border-color: #204d74;
}
/* line 17, ../style/sass/partials/_datepicker.scss */
.datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover {
  color: #fff;
  background-color: #2a6598;
  border-color: #204d74;
}
/* line 193, ../style/sass/partials/_datepicker.scss */
.datepicker table tr td span.old, .datepicker table tr td span.new {
  color: #777777;
}
/* line 200, ../style/sass/partials/_datepicker.scss */
.datepicker th.datepicker-switch {
  width: 145px;
}
/* line 204, ../style/sass/partials/_datepicker.scss */
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
  color: #337ab7;
}
/* line 208, ../style/sass/partials/_datepicker.scss */
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
/* line 217, ../style/sass/partials/_datepicker.scss */
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
/* line 223, ../style/sass/partials/_datepicker.scss */
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}

/* line 230, ../style/sass/partials/_datepicker.scss */
.input-group.date .input-group-addon i {
  cursor: pointer;
  width: 16px;
  height: 16px;
}

/* line 238, ../style/sass/partials/_datepicker.scss */
.input-daterange input {
  text-align: center;
}
/* line 241, ../style/sass/partials/_datepicker.scss */
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
/* line 244, ../style/sass/partials/_datepicker.scss */
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
/* line 247, ../style/sass/partials/_datepicker.scss */
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 1.42857;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: solid #ccc;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}

/******************  **********************
/* Base Styles */
/*******************************************/
/* line 5, ../style/sass/partials/_base.scss */
body,
button,
input,
select,
textarea {
  color: #004b87;
}

/* line 13, ../style/sass/partials/_base.scss */
.container {
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}

/******************************************/
/* Headings */
/*******************************************/
/* line 23, ../style/sass/partials/_base.scss */
h1 {
  font-size: 34px;
  font-family: "Effra Bold";
  font-style: normal;
  font-weight: normal;
  margin-top: 10px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 15px;
  text-transform: uppercase;
  color: #004b87;
  text-align: left;
}
@media (max-width: 1023px) {
  /* line 23, ../style/sass/partials/_base.scss */
  h1 {
    margin-top: 30px;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
    text-align: center;
    font-size: 24px;
    font-family: "Effra Bold";
    font-style: normal;
    font-weight: normal;
  }
}
/* line 36, ../style/sass/partials/_base.scss */
h1 span {
  vertical-align: middle;
  color: #00a9e0;
  cursor: pointer;
  text-transform: capitalize;
  line-height: 41px;
}
/* line 43, ../style/sass/partials/_base.scss */
h1 span.required {
  color: #E35205;
  font-size: 16px;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
  float: right;
  text-transform: capitalize;
  margin-top: 11px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
/* line 51, ../style/sass/partials/_base.scss */
h1 strong {
  color: #00a9e0;
}

/* h1.back-btn + hr{
    @include margin(null, null, 0, null);
} */
/* line 59, ../style/sass/partials/_base.scss */
h1.heading-center {
  text-align: center;
  margin-top: 25px;
  margin-right: 0;
  margin-bottom: 25px;
  margin-left: 0;
}

/* line 63, ../style/sass/partials/_base.scss */
h2, .blue-heading {
  font-size: 24px;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
  color: #004b87;
  /*  padding-left: 50px; */
}

/* line 68, ../style/sass/partials/_base.scss */
.modal-box h2 {
  color: #001e46;
}

/* line 71, ../style/sass/partials/_base.scss */
h3,
legend, .cyan-heading {
  font-size: 16px;
  font-family: "Effra Medium";
  font-style: normal;
  font-weight: normal;
  color: #00c4b3;
  margin-top: 0;
  text-transform: uppercase;
}

/* line 79, ../style/sass/partials/_base.scss */
p {
  color: #859199;
  font-size: 16px;
  line-height: 26px;
}

/* line 85, ../style/sass/partials/_base.scss */
hr {
  margin: 30px 0;
}

/* line 90, ../style/sass/partials/_base.scss */
form + hr {
  margin-top: 0;
}

/* line 93, ../style/sass/partials/_base.scss */
ul {
  list-style: none;
}

/******************  **********************
/* Form Elements */
/*******************************************/
/* line 102, ../style/sass/partials/_base.scss */
form > fieldset > ul li {
  margin-bottom: 33px;
  list-style: none;
}

/* line 106, ../style/sass/partials/_base.scss */
form li {
  list-style: none;
}

/************** Style for form Label***************/
/* line 111, ../style/sass/partials/_base.scss */
label {
  font-size: 16px;
  font-family: "Effra Light";
  font-style: normal;
  font-weight: normal;
  color: #69757b;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 7px;
  padding-left: 0;
  margin-top: 9px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

/* line 118, ../style/sass/partials/_base.scss */
div.radio + label {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0px;
}

/* line 122, ../style/sass/partials/_base.scss */
a:hover {
  text-decoration: none;
}

/* line 125, ../style/sass/partials/_base.scss */
::-webkit-input-placeholder {
  color: #b1b3b3;
}

/* line 129, ../style/sass/partials/_base.scss */
:-moz-placeholder {
  /* Firefox 18- */
  color: #b1b3b3;
}

/* line 133, ../style/sass/partials/_base.scss */
::-moz-placeholder {
  /* Firefox 19+ */
  color: #b1b3b3;
}

/* line 137, ../style/sass/partials/_base.scss */
:-ms-input-placeholder {
  color: #b1b3b3;
}

/************** Style for form Input***************/
/* line 142, ../style/sass/partials/_base.scss */
input, textarea,
input.form-control,
.form-control {
  border: 1px solid #cccbcb;
  padding-top: 7px;
  padding-right: 16px;
  padding-bottom: 7px;
  padding-left: 16px;
  border-radius: 0px;
  height: 40px;
  margin-bottom: 7px;
  color: #004b87;
  font-size: 15px;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
}

/* line 153, ../style/sass/partials/_base.scss */
input:focus {
  outline: none;
}

/* line 156, ../style/sass/partials/_base.scss */
textarea {
  width: 80%;
  border: 1px solid #cccbcb;
  height: 100px;
  margin-top: 21px;
  color: #004b87;
  font-size: 15px;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
}

/************** Style for form Select***************/
/* line 166, ../style/sass/partials/_base.scss */
div.selector {
  background-position: 0 256px;
  padding-left: 0px;
}
/* line 169, ../style/sass/partials/_base.scss */
div.selector span {
  background-position: right -736px;
  padding-left: 15px;
  line-height: 40px;
  height: 40px;
  color: #004b87 !important;
  font-size: 15px !important;
}
/* line 177, ../style/sass/partials/_base.scss */
div.selector select {
  margin-left: 0px;
  height: 40px;
  color: #004b87 !important;
  font-size: 15px !important;
}

/************** Style for form upload button***************/
/* line 187, ../style/sass/partials/_base.scss */
div.uploader {
  background: none !important;
  margin-top: 10px !important;
  margin-right: 20px !important;
}
@media (max-width: 1023px) {
  /* line 187, ../style/sass/partials/_base.scss */
  div.uploader {
    height: 100px !important;
  }
}
/* line 194, ../style/sass/partials/_base.scss */
div.uploader span.filename {
  color: #777;
  border: solid 1px #bbb;
  height: 40px !important;
  margin-right: 30px !important;
  width: 215px !important;
  line-height: 37px !important;
}
@media (max-width: 1023px) {
  /* line 194, ../style/sass/partials/_base.scss */
  div.uploader span.filename {
    width: 99% !important;
    margin-top: 10px;
  }
}
/* line 206, ../style/sass/partials/_base.scss */
div.uploader span.action {
  background: #a8b0b2 !important;
  font-size: 14px;
  font-weight: normal !important;
  color: #fff;
  padding: 9px 0;
  height: 41px !important;
  width: 127px;
  line-height: 24px !important;
  margin-top: 3px;
}
@media (max-width: 1023px) {
  /* line 206, ../style/sass/partials/_base.scss */
  div.uploader span.action {
    width: 100% !important;
    margin-top: 10px;
  }
}
/* line 222, ../style/sass/partials/_base.scss */
div.uploader input {
  width: 138px !important;
}
@media (max-width: 1023px) {
  /* line 222, ../style/sass/partials/_base.scss */
  div.uploader input {
    width: 100% !important;
    top: 53px !important;
    height: 43% !important;
  }
}
/* line 230, ../style/sass/partials/_base.scss */
div.uploader span.action.disabled {
  background-color: #dcdfe0 !important;
}

/************** Style for button ***************/
/* line 237, ../style/sass/partials/_base.scss */
.primary-btn,
.secondary-btn2,
.secondary-btn3, .success-btn, .cancel-btn {
  background: #b0008e;
  color: #fff !important;
  /*border-radius: 3px;*/
  border: none;
  padding-top: 0px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
  margin-bottom: 0;
  min-width: 214px;
  height: 58px;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Effra Medium";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: none;
  text-align: center;
}
/* line 255, ../style/sass/partials/_base.scss */
.primary-btn:hover,
.secondary-btn2:hover,
.secondary-btn3:hover, .success-btn:hover, .cancel-btn:hover {
  background: #C033A5;
}

/* line 260, ../style/sass/partials/_base.scss */
a.primary-btn,
a.secondary-btn2,
a.secondary-btn3, a.success-btn, .cancel-btn {
  line-height: 55px;
}

/* line 266, ../style/sass/partials/_base.scss */
.secondary-btn5.small {
  min-width: 0%;
  height: 40px;
  color: #00a9e0 !important;
  font-size: 14px;
  line-height: 15px;
}
@media (max-width: 1023px) {
  /* line 266, ../style/sass/partials/_base.scss */
  .secondary-btn5.small {
    font-size: 18px;
    width: 100%;
    margin-bottom: 20px;
  }
}

/* line 279, ../style/sass/partials/_base.scss */
.primary-btn.small,
.secondary-btn5.small,
.secondary-btn2.small,
.secondary-btn3.small, .secondary-btn.small {
  min-width: 0%;
  height: 40px;
  color: #fff;
  font-size: 14px;
  line-height: 15px;
}
@media (max-width: 1023px) {
  /* line 279, ../style/sass/partials/_base.scss */
  .primary-btn.small,
  .secondary-btn5.small,
  .secondary-btn2.small,
  .secondary-btn3.small, .secondary-btn.small {
    font-size: 18px;
  }
}

/* line 292, ../style/sass/partials/_base.scss */
a.primary-btn.small,
a.secondary-btn2.small,
a.secondary-btn3.small,
a.secondary-btn.small {
  line-height: 40px;
  text-decoration: none !important;
}

/* line 302, ../style/sass/partials/_base.scss */
a:link, a:visited, a:hover, a:active {
  text-decoration: none !important;
}

/* line 305, ../style/sass/partials/_base.scss */
.secondary-btn.small {
  color: #b0008e;
}

/* line 309, ../style/sass/partials/_base.scss */
.secondary-btn4 {
  background: #b0008e;
  text-transform: uppercase;
  color: #fff;
}

/* line 314, ../style/sass/partials/_base.scss */
.secondary-btn2 {
  background: #859199;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  /* line 318, ../style/sass/partials/_base.scss */
  .secondary-btn2.view-pdf {
    width: 200%;
  }
  /* line 320, ../style/sass/partials/_base.scss */
  .secondary-btn2.view-pdf span {
    float: none;
  }
}
/* line 325, ../style/sass/partials/_base.scss */
.secondary-btn2:hover {
  background: #B9C0C1;
}

/* line 330, ../style/sass/partials/_base.scss */
.secondary-btn3 {
  background: #00a9e0;
  text-transform: uppercase;
}

/* line 335, ../style/sass/partials/_base.scss */
.secondary-btn {
  background: #fff;
  border: 1px solid #b0008e;
  /*border-radius: 3px;*/
  min-width: 132px;
  color: #b0008e;
  text-transform: uppercase;
  height: 58px;
  display: inline-block;
  line-height: 58px;
  font-size: 18px;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-decoration: none !important;
  padding-top: 0px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
}
@media (max-width: 1023px) {
  /* line 335, ../style/sass/partials/_base.scss */
  .secondary-btn {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    width: 74%;
  }
}
/* line 353, ../style/sass/partials/_base.scss */
.secondary-btn:visited {
  color: #b0008e;
}
/* line 356, ../style/sass/partials/_base.scss */
.secondary-btn:hover {
  background: #b0008e;
  color: #fff !important;
}

/* line 362, ../style/sass/partials/_base.scss */
.secondary-btn5 {
  background: #fff;
  border-radius: 3px;
  text-transform: uppercase;
  min-width: 132px;
  color: #00a9e0;
  height: 48px;
  display: inline-block;
  line-height: 48px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #00a9e0;
  padding-top: 0px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
}
@media (max-width: 1023px) {
  /* line 362, ../style/sass/partials/_base.scss */
  .secondary-btn5 {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    width: 74%;
  }
}

/* line 383, ../style/sass/partials/_base.scss */
.secondary-btn:focus,
.secondary-btn2:focus,
.primary-btn:focus,
.secondary-btn3:focus {
  outline: 0;
}

/*
.secondary-btn:visited{
	color: $purple;
}*/
/* line 394, ../style/sass/partials/_base.scss */
button span,
a.secondary-btn2 span,
a.primary-btn span {
  padding-left: 12px;
  display: inline-block;
  float: right;
  text-transform: uppercase;
}

/*.success-btn{
   @include font(14px, $Effra_Regular);
   background: $green;
    height: 36px;
    min-width: 96px;
    line-height: 35px;
    @include text-transform(uppercase);
}*/
/*.success-btn{
   @include font(14px, $Effra_Regular);
   background: $green;
    height: 36px;
    min-width: 96px;
    line-height: 35px;
    @include text-transform(uppercase);
}*/
/* line 418, ../style/sass/partials/_base.scss */
.cancel-btn {
  /* @include font(14px, $Effra_Regular);
   
    height: 36px;
    min-width: 96px;
    line-height: 35px;
    @include text-transform(uppercase);*/
  margin-right: 10px;
  background: #859199;
}
/* line 426, ../style/sass/partials/_base.scss */
.cancel-btn:hover {
  background: #B9C0C1;
}

/* Mobile - view*/
@media (max-width: 1023px) {
  /* line 432, ../style/sass/partials/_base.scss */
  .primary-btn,
  .secondary-btn2,
  .secondary-btn3 {
    width: 100%;
  }
}

/* download - button*/
/* line 440, ../style/sass/partials/_base.scss */
a.secondary-btn2, .search-filter a {
  padding: 0 15px;
}
/* line 441, ../style/sass/partials/_base.scss */
a.secondary-btn2 strong, .search-filter a strong {
  float: left;
  margin-top: 3px;
  font-weight: normal;
  padding-right: 5px;
}

/* line 449, ../style/sass/partials/_base.scss */
.search-filter a {
  padding: 0;
  line-height: 22px;
}

/************** Style for select control ***************/
/* line 457, ../style/sass/partials/_base.scss */
select:disabled + span,
select.disabled + span {
  opacity: 0.3;
}

/************** Style for disabled button ***************/
/* line 463, ../style/sass/partials/_base.scss */
input[type="submit"]:disabled,
input[type="button"]:disabled,
input[type="submit"].disabled,
input[type="button"].disabled {
  cursor: auto;
  /*background-color: #dcdfe0!important;*/
  opacity: 0.5;
}

/* line 472, ../style/sass/partials/_base.scss */
a.disabled {
  pointer-events: none;
  cursor: default;
}

/* .secondary-btn[disabled]{
    border:1px solid #ccc;
} */
/************** Style for Chekbox ***************/
/* line 481, ../style/sass/partials/_base.scss */
div.checker span.semichecked {
  background-position: 0 -555px;
}

/************** Style for form validation ***************/
/* line 486, ../style/sass/partials/_base.scss */
label.error {
  float: left;
  width: 100%;
}

/* line 489, ../style/sass/partials/_base.scss */
label.error.select-error {
  margin-top: 2px;
}

/* line 492, ../style/sass/partials/_base.scss */
label.error, label span, p.error, .text-highlight, sup.error, p .required, span.required, span.patch-required-symbol {
  line-height: 1em;
  color: #E35205 !important;
  font-family: "Effra Regular" !important;
  font-size: 14px !important;
  word-break: break-word;
  margin-top: -5px;
}
/* line 499, ../style/sass/partials/_base.scss */
label.error a, label span a, p.error a, .text-highlight a, sup.error a, p .required a, span.required a, span.patch-required-symbol a {
  margin-top: 0 !important;
}
@media (max-width: 1023px) {
  /* line 492, ../style/sass/partials/_base.scss */
  label.error, label span, p.error, .text-highlight, sup.error, p .required, span.required, span.patch-required-symbol {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/* line 506, ../style/sass/partials/_base.scss */
dl dt span {
  color: #E35205;
}

/* line 507, ../style/sass/partials/_base.scss */
.search-error {
  display: block;
}

/* line 510, ../style/sass/partials/_base.scss */
input.error, textarea.error {
  border: 2px solid #E35205;
}

/* line 513, ../style/sass/partials/_base.scss */
input:invalid {
  background-color: #fff;
  border: 2px solid #E35205;
}

/* line 518, ../style/sass/partials/_base.scss */
.error-banner {
  color: #E35205 !important;
  font-family: "Effra Medium" !important;
  font-size: 18px;
  margin-bottom: 21px;
}
/* line 527, ../style/sass/partials/_base.scss */
.error-banner > h3 {
  color: #E35205 !important;
  width: 97%;
  display: inline-block;
}

/* line 533, ../style/sass/partials/_base.scss */
.error-banner:before, .error:before {
  vertical-align: top;
  margin-right: 10px;
}

/* line 537, ../style/sass/partials/_base.scss */
div.checker span.error-border {
  background-position: -281px -556px;
}

/************** Style for form Date Field ***************/
/* line 542, ../style/sass/partials/_base.scss */
.datepicker-field, .calender-field {
  background: #fff url("../../b2bredesign/images/icons/calender.png") no-repeat;
  background-position: right;
}

/* line 546, ../style/sass/partials/_base.scss */
.datepicker {
  padding: 9px 21px;
}
/* line 548, ../style/sass/partials/_base.scss */
.datepicker .datepicker-switch {
  text-align: center;
}
/* line 551, ../style/sass/partials/_base.scss */
.datepicker table {
  border: none;
}
/* line 553, ../style/sass/partials/_base.scss */
.datepicker table tbody {
  border: none;
}
/* line 556, ../style/sass/partials/_base.scss */
.datepicker table th.dow, .datepicker table .datepicker-switch, .datepicker table th.prev, .datepicker table th.next, .datepicker table td {
  border: none;
  background: none !important;
  color: #000;
}
/* line 561, ../style/sass/partials/_base.scss */
.datepicker table td.today:hover, .datepicker table td.today {
  background: #71c5e8 !important;
  color: #000;
}
/* line 565, ../style/sass/partials/_base.scss */
.datepicker table td.disabled {
  color: #ccc !important;
}
/* line 568, ../style/sass/partials/_base.scss */
.datepicker table > tbody > tr:nth-of-type(odd) {
  background: none;
}

/************** Style for input Field with width 530px ***************/
/* line 576, ../style/sass/partials/_base.scss */
.large-field {
  width: 530px !important;
}

/************** Style for input Field with width 230px ***************/
/* line 583, ../style/sass/partials/_base.scss */
.medium-field {
  width: 230px !important;
}

/************** Style for input Field with width 68px ***************/
/* line 588, ../style/sass/partials/_base.scss */
.small-field {
  width: 68px !important;
}

/******************  **********************
/* Misc */
/*******************************************/
/* line 596, ../style/sass/partials/_base.scss */
.width-100 {
  width: 100%;
}

/* line 600, ../style/sass/partials/_base.scss */
.no-margin {
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
}

/* line 605, ../style/sass/partials/_base.scss */
.no-padding {
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
}

/* line 612, ../style/sass/partials/_base.scss */
.no-lt-padding {
  padding-left: 0px !important;
}

/* line 619, ../style/sass/partials/_base.scss */
.page-loaderOverlay {
  background: #8A8A8A;
  opacity: 0.4;
  position: fixed;
  z-index: 9999;
  text-align: center;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0;
  right: 0;
  bottom: 0px;
}

/* line 633, ../style/sass/partials/_base.scss */
.page-loaderOverlay img {
  margin-top: 307px;
}

/* line 639, ../style/sass/partials/_base.scss */
.successSaveBanner {
  text-align: center;
  clear: both;
  overflow: auto;
  padding: 20px;
  color: #77bc1f;
  font-size: 1.25em;
}
@media (max-width: 1023px) {
  /* line 639, ../style/sass/partials/_base.scss */
  .successSaveBanner {
    text-align: left;
  }
}
/* line 650, ../style/sass/partials/_base.scss */
.successSaveBanner span.tick {
  color: #77bc1f;
  font-size: 1.5em;
  vertical-align: -5px;
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 1023px) {
  /* line 650, ../style/sass/partials/_base.scss */
  .successSaveBanner span.tick {
    height: 60px;
    float: left;
  }
}

/* line 663, ../style/sass/partials/_base.scss */
.successSaveBannerHidden {
  display: none;
}

/* line 664, ../style/sass/partials/_base.scss */
.successSaveBanner span.tick {
  color: #77bc1f;
  font-size: 24px;
  vertical-align: -5px;
  display: inline-block;
  margin-right: 10px;
}

/* line 671, ../style/sass/partials/_base.scss */
.button-container {
  float: right;
  width: auto;
  text-align: right;
  margin-top: 40px;
}
/* line 675, ../style/sass/partials/_base.scss */
.button-container input, .button-container a {
  margin-left: 14px;
}
@media (max-width: 1023px) {
  /* line 675, ../style/sass/partials/_base.scss */
  .button-container input, .button-container a {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 20px;
    margin-left: 0px;
    max-width: 100%;
  }
}
@media (max-width: 1023px) {
  /* line 671, ../style/sass/partials/_base.scss */
  .button-container {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0;
  }
}

/* line 688, ../style/sass/partials/_base.scss */
.center-align {
  width: 100%;
  text-align: center;
}

/* line 692, ../style/sass/partials/_base.scss */
.right-align {
  text-align: right;
}

/******************  **********************
/* HTML skeleton */
/*******************************************/
/* line 701, ../style/sass/partials/_base.scss */
body {
  position: relative;
}
@media (max-width: 1023px) {
  /* line 701, ../style/sass/partials/_base.scss */
  body {
    min-height: initial;
    position: initial;
    padding-bottom: 0px;
  }
}

/* line 709, ../style/sass/partials/_base.scss */
.page-content {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}
@media (min-width: 1280px) {
  /* line 709, ../style/sass/partials/_base.scss */
  .page-content {
    float: left;
    width: 78.57143%;
  }
}
@media (min-width: 1280px) {
  /* line 709, ../style/sass/partials/_base.scss */
  .page-content {
    margin-left: 7.14286%;
  }
}

/* line 714, ../style/sass/partials/_base.scss */
.grid-1098px {
  float: left;
  /* @include margin(null, 25px, null, 25px); */
  border-right: 1px solid #cccbcb;
}
/* line 719, ../style/sass/partials/_base.scss */
.grid-1098px .page-content {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 1280px) {
  /* line 719, ../style/sass/partials/_base.scss */
  .grid-1098px .page-content {
    float: left;
    width: 85.71429%;
  }
}

/* line 724, ../style/sass/partials/_base.scss */
.grid-1198px {
  float: left;
  border-right: 1px solid #cccbcb;
}

/* line 731, ../style/sass/partials/_base.scss */
.grid-1198px .page-content {
  background: #ebeff2;
  width: 100%;
  padding-top: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
  float: left;
  margin: 0;
}
@media (max-width: 1023px) {
  /* line 731, ../style/sass/partials/_base.scss */
  .grid-1198px .page-content {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}

/* line 743, ../style/sass/partials/_base.scss */
.page-content .body-content {
  background: #fff;
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  float: left;
  width: 100%;
}

@media (min-width: 1024px) {
  /* line 751, ../style/sass/partials/_base.scss */
  .container {
    width: 892px;
  }
}
@media (min-width: 1024px) {
  /* line 751, ../style/sass/partials/_base.scss */
  .container {
    width: 968px;
  }
}
@media (min-width: 1024px) {
  /* line 751, ../style/sass/partials/_base.scss */
  .container {
    width: 1148px;
  }
}

/* line 762, ../style/sass/partials/_base.scss */
.content-wrapper {
  float: left;
  /* background-image: url("../../myorders/images/icons/sidebar.png");
   background-position: -12px -882px;
   background-repeat: repeat-y;*/
  /*background-color: #182852;*/
  height: 100%;
  width: 100%;
  position: relative;
}
@media (max-width: 1023px) {
  /* line 762, ../style/sass/partials/_base.scss */
  .content-wrapper {
    background: none;
    width: 100%;
    top: 52px;
  }
}
@media print {
  /* line 762, ../style/sass/partials/_base.scss */
  .content-wrapper {
    background-image: none;
  }
}

/* line 780, ../style/sass/partials/_base.scss */
.grid-1198px, .grid-1098px {
  /*background-color: #fff;        */
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
}
@media (max-width: 1023px) {
  /* line 780, ../style/sass/partials/_base.scss */
  .grid-1198px, .grid-1098px {
    left: 0px;
    position: relative;
  }
}

/* line 793, ../style/sass/partials/_base.scss */
.body-container.expanded-content-wrapper {
  overflow-x: hidden;
}
/* line 796, ../style/sass/partials/_base.scss */
.body-container.expanded-content-wrapper .content-wrapper {
  background-size: 100%;
  background-position: 0px -882px;
  width: 100%;
}
@media (min-width: 1024px) {
  /* line 800, ../style/sass/partials/_base.scss */
  .body-container.expanded-content-wrapper .content-wrapper .grid-1198px,
  .body-container.expanded-content-wrapper .content-wrapper .grid-1098px {
    background: #fff;
    position: absolute;
    left: 272px;
  }
}
/* line 809, ../style/sass/partials/_base.scss */
.body-container.expanded-content-wrapper #sidebar {
  width: 272px;
}
@media (max-width: 1023px) {
  /* line 809, ../style/sass/partials/_base.scss */
  .body-container.expanded-content-wrapper #sidebar {
    width: 100%;
    position: absolute;
    z-index: 1;
  }
}
/* line 817, ../style/sass/partials/_base.scss */
.body-container.expanded-content-wrapper #sidebar a {
  /*
  span:first-child{
                  width:62%;
                  overflow: hidden;
                  white-space: nowrap;
                  text-overflow: ellipsis;
              }*/
}
/* line 826, ../style/sass/partials/_base.scss */
.body-container.expanded-content-wrapper #sidebar a span {
  display: inline-block;
  margin-left: 20px;
  color: #ccc;
  max-width: 63%;
}
/* line 836, ../style/sass/partials/_base.scss */
.body-container.expanded-content-wrapper #sidebar a.active span {
  color: #001e46;
}

/* line 843, ../style/sass/partials/_base.scss */
.body-container {
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1023px) {
  /* line 843, ../style/sass/partials/_base.scss */
  .body-container {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  /* line 843, ../style/sass/partials/_base.scss */
  .body-container {
    width: 1024px;
  }
}
@media (min-width: 1024px) {
  /* line 843, ../style/sass/partials/_base.scss */
  .body-container {
    width: 1100px;
  }
}
@media (min-width: 1024px) {
  /* line 843, ../style/sass/partials/_base.scss */
  .body-container {
    width: 1280px;
  }
}

/* line 859, ../style/sass/partials/_base.scss */
.reset-margin, .grid-1098px, .grid-1198px {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (max-width: 1023px) {
  /* line 859, ../style/sass/partials/_base.scss */
  .reset-margin, .grid-1098px, .grid-1198px {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  /* line 859, ../style/sass/partials/_base.scss */
  .reset-margin, .grid-1098px, .grid-1198px {
    width: auto;
  }
}
@media (min-width: 1024px) {
  /* line 859, ../style/sass/partials/_base.scss */
  .reset-margin, .grid-1098px, .grid-1198px {
    width: 1198px;
  }
}

/******************  **********************
/*mobile view css*/
/*******************************************/
/* #sidebar, */
/******************  **********************
/* Jquery UI widget default css */
/*******************************************/
/* line 891, ../style/sass/partials/_base.scss */
.ui-widget {
  font-size: 14px;
}

/* line 895, ../style/sass/partials/_base.scss */
.ui-widget-content {
  background: #5b7f95;
  border: 1px solid #fff;
  color: #fff;
}

/* line 901, ../style/sass/partials/_base.scss */
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
  /*
  @include breakpoint(xs) {
          width: 100%!important;
      }*/
}
/* line 911, ../style/sass/partials/_base.scss */
.ui-autocomplete li > a.autocomplete {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  display: block;
}

/* line 919, ../style/sass/partials/_base.scss */
.ui-menu {
  display: block;
  list-style: none outside none;
  margin: 0;
  outline: medium none;
  padding: 0px;
}

/* line 927, ../style/sass/partials/_base.scss */
.ui-front {
  z-index: 100;
}

/* line 931, ../style/sass/partials/_base.scss */
.ui-menu .ui-menu-item {
  list-style-image: url("../images/background/1x1.gif");
  margin: 0;
  padding: 0;
  width: 100%;
  line-height: 25px;
  border-bottom: 1px solid #ccc;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}

/* line 943, ../style/sass/partials/_base.scss */
.ui-menu .ui-menu-item:hover {
  background: #ececec;
  cursor: pointer;
  color: #8aacc0;
}

/* line 949, ../style/sass/partials/_base.scss */
.ui-menu .ui-menu-item.ui-state-focus {
  background: #ececec;
  cursor: pointer;
  color: #8aacc0;
}

/* line 955, ../style/sass/partials/_base.scss */
.ui-menu .ui-menu-item a {
  display: block;
  font-weight: normal;
  line-height: 18px;
  min-height: 0;
  padding: 2px 0;
  text-decoration: none;
}

/* line 963, ../style/sass/partials/_base.scss */
.ui-menu .ui-menu-item:hover a {
  color: #8aacc0;
}

/* line 966, ../style/sass/partials/_base.scss */
.ui-menu .ui-menu-item.ui-state-focus a {
  color: #8aacc0;
}

/* line 969, ../style/sass/partials/_base.scss */
.ui-widget-content a {
  color: #fff;
}

/* line 973, ../style/sass/partials/_base.scss */
.ui-helper-hidden-accessible {
  display: none !important;
}

/******************  **********************
/* pop up generic css */
/*******************************************/
/* line 982, ../style/sass/partials/_base.scss */
.generic-popup h3 {
  color: #182852;
  text-transform: none;
  font-size: 1.714em;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
}
/* line 987, ../style/sass/partials/_base.scss */
.generic-popup .button-container {
  float: right;
  margin-top: 40px;
}
/* line 991, ../style/sass/partials/_base.scss */
.generic-popup .button-container input.secondary-btn2, .generic-popup .button-container a.secondary-btn2 {
  margin-left: 0;
}
@media (max-width: 1023px) {
  /* line 987, ../style/sass/partials/_base.scss */
  .generic-popup .button-container {
    margin-top: 20px;
  }
}

/******************  **********************
/* add more rows */
/*******************************************/
/* line 1006, ../style/sass/partials/_base.scss */
.add-another-item {
  margin-top: 20px;
  margin-bottom: 4px;
  padding-top: 4px;
  padding-right: 30px;
  padding-left: 20px;
  font-size: 22px;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
  color: #00a9e0;
  height: 39px;
  display: block;
  float: left;
}
/* line 1014, ../style/sass/partials/_base.scss */
.add-another-item span {
  font-size: 15px;
  color: #859199;
  margin-left: 10px;
  position: relative;
  bottom: 6px;
}

/******************  **********************
/* address section for attachment page */
/*******************************************/
/* line 1027, ../style/sass/partials/_base.scss */
.address-section {
  float: left;
  width: 100%;
}
@media (max-width: 1023px) {
  /* line 1029, ../style/sass/partials/_base.scss */
  .address-section p {
    text-transform: capitalize;
    font-family: "Effra_Regular";
  }
}
/* line 1034, ../style/sass/partials/_base.scss */
.address-section p {
  text-transform: uppercase;
  font-size: 12px;
}
/* line 1037, ../style/sass/partials/_base.scss */
.address-section p span {
  margin-left: 65px;
  position: relative;
  top: 10px;
  font-size: 17px;
}
/* line 1045, ../style/sass/partials/_base.scss */
.address-section address {
  float: left;
}
@media (max-width: 1023px) {
  /* line 1045, ../style/sass/partials/_base.scss */
  .address-section address {
    padding-left: 10px;
  }
}
/* line 1050, ../style/sass/partials/_base.scss */
.address-section address span {
  display: block;
}
/* line 1054, ../style/sass/partials/_base.scss */
.address-section div.radio {
  float: left;
}
@media (max-width: 1023px) {
  /* line 1054, ../style/sass/partials/_base.scss */
  .address-section div.radio {
    padding-left: 10px;
  }
}

/* line 1062, ../style/sass/partials/_base.scss */
.sub-address-section p {
  text-transform: uppercase;
  font-size: 12px;
}

/******************  **********************
/* hightlight td class */
/*******************************************/
/* line 1070, ../style/sass/partials/_base.scss */
.highlight {
  background: #dcebf4 !important;
  border: 1px solid #dadada;
}

/* line 1077, ../style/sass/partials/_base.scss */
.button-container-small {
  float: right;
  width: auto;
}
/* line 1080, ../style/sass/partials/_base.scss */
.button-container-small input, .button-container-small button, .button-container-small a {
  margin-left: 20px;
}
@media (max-width: 1023px) {
  /* line 1080, ../style/sass/partials/_base.scss */
  .button-container-small input, .button-container-small button, .button-container-small a {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 20px;
    margin-left: 0px;
  }
}
@media (max-width: 1023px) {
  /* line 1077, ../style/sass/partials/_base.scss */
  .button-container-small {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0;
  }
}

/******************  **********************
/* multiple select */
/*******************************************/
/* line 1096, ../style/sass/partials/_base.scss */
.multiple-select {
  background: #F7FAFC;
  border-radius: 3px;
  margin-top: 3px;
  float: left;
  width: 100%;
  height: 41px;
  position: relative;
  cursor: pointer;
}
/* line 1104, ../style/sass/partials/_base.scss */
.multiple-select > p:nth-child(1) {
  height: 31px;
  padding: 12px;
  color: #004b87;
  line-height: 20px;
}
/* line 1109, ../style/sass/partials/_base.scss */
.multiple-select > p:nth-child(1) span:nth-child(2) {
  float: right;
}
/* line 1112, ../style/sass/partials/_base.scss */
.multiple-select > p:nth-child(1) span {
  color: #00a9e0;
  font-size: 21px;
  padding-right: 3px;
}
/* line 1117, ../style/sass/partials/_base.scss */
.multiple-select > p:nth-child(1) span[data-role="selected-count"] {
  font-size: 0.857em;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
}
/* line 1122, ../style/sass/partials/_base.scss */
.multiple-select .expanded-select {
  background: #B9D9EB;
  z-index: 1001;
  position: absolute;
  width: 100%;
  border-radius: 3px;
  border-top: 1px solid #71c5e8;
}
@media (max-width: 1023px) {
  /* line 1122, ../style/sass/partials/_base.scss */
  .multiple-select .expanded-select {
    width: 91%;
  }
}
/* line 1132, ../style/sass/partials/_base.scss */
.multiple-select .expanded-select > div {
  overflow-y: scroll;
  height: 200px;
}
/* line 1136, ../style/sass/partials/_base.scss */
.multiple-select .expanded-select label {
  display: inline-block;
  color: #004b87;
  font-size: 12px;
}
/* line 1141, ../style/sass/partials/_base.scss */
.multiple-select .expanded-select label.checked-label {
  color: #0085ca !important;
}
/* line 1145, ../style/sass/partials/_base.scss */
.multiple-select .expanded-select p.checked label {
  color: #198bcc;
}
/* line 1150, ../style/sass/partials/_base.scss */
.multiple-select .expanded-select p {
  margin: 0;
  padding: 8px 13px;
}
/* line 1153, ../style/sass/partials/_base.scss */
.multiple-select .expanded-select p:hover {
  background: #0085ca;
}
/* line 1155, ../style/sass/partials/_base.scss */
.multiple-select .expanded-select p:hover label {
  color: #fff;
}
/* line 1161, ../style/sass/partials/_base.scss */
.multiple-select .expanded-select > div::-webkit-scrollbar {
  width: 10px;
}
/* line 1164, ../style/sass/partials/_base.scss */
.multiple-select .expanded-select > div::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #fff;
  background-color: #fff;
  border-radius: 12px;
}
/* line 1169, ../style/sass/partials/_base.scss */
.multiple-select .expanded-select > div::-webkit-scrollbar-thumb {
  background-color: #0085ca;
  outline: 1px solid #00a9e0;
  border-radius: 12px;
}

/* line 1175, ../style/sass/partials/_base.scss */
.multiple-select.expanded {
  background: #B9D9EB;
}

/* line 1178, ../style/sass/partials/_base.scss */
input[readonly], input[type="text"]:disabled {
  opacity: 1;
  color: #859199;
}

/* line 1182, ../style/sass/partials/_base.scss */
.datepicker-field {
  background-color: #fff;
  opacity: 1;
}

/* line 1186, ../style/sass/partials/_base.scss */
.select-account-container input.calender[readonly] {
  background-color: #fff;
}

/******************  **********************
/* Header Logout */
/*******************************************/
/* line 1194, ../style/sass/partials/_base.scss */
.logout-container {
  float: right;
  width: 80px;
  border: none;
  font-size: 18px;
  padding-right: 20px;
}
/* line 1200, ../style/sass/partials/_base.scss */
.logout-container a:hover, .logout-container a:focus, .logout-container a {
  border: none;
}

/* delete cart pop up*/
/* line 1207, ../style/sass/partials/_base.scss */
.modalPopupBG {
  background: #fff;
}
/* line 1209, ../style/sass/partials/_base.scss */
.modalPopupBG h3 {
  color: #182852;
}
/* line 1212, ../style/sass/partials/_base.scss */
.modalPopupBG .secondary-btn2 {
  margin-right: 15px;
  text-transform: uppercase;
}

@media (max-width: 1023px) {
  /* line 1218, ../style/sass/partials/_base.scss */
  .modalPopupBG {
    padding-bottom: 30px;
    background: #fff;
  }
  /* line 1221, ../style/sass/partials/_base.scss */
  .modalPopupBG h3 {
    background-color: #fff;
    color: #182852;
    font-size: 1.143em;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 15px;
    margin-top: 0;
    font-family: "Effra Medium";
    font-style: normal;
    font-weight: normal;
  }
  /* line 1235, ../style/sass/partials/_base.scss */
  .modalPopupBG fieldset > p {
    font-size: 1.143em;
    color: #849098;
    line-height: 26px;
  }
  /* line 1240, ../style/sass/partials/_base.scss */
  .modalPopupBG form fieldset {
    padding-top: 0;
    padding-right: 15px;
    padding-bottom: 0;
    padding-left: 15px;
  }
  /* line 1246, ../style/sass/partials/_base.scss */
  .modalPopupBG .button-container .primary-btn {
    background: #ac208b;
    text-transform: uppercase;
  }
}
@media print {
  /* line 1254, ../style/sass/partials/_base.scss */
  .navbar-top,
  aside#sidebar,
  .hide-print {
    display: none !important;
  }
}
/* line 1261, ../style/sass/partials/_base.scss */
[data-role="validate-error"] {
  float: left;
}

/* line 1265, ../style/sass/partials/_base.scss */
.mobile-cancel {
  width: auto !important;
  margin-left: 44% !important;
}

/* line 1270, ../style/sass/partials/_base.scss */
.toggle-text-box.active {
  width: 0 !important;
}

/* line 1273, ../style/sass/partials/_base.scss */
.height-auto {
  height: auto !important;
}

/* line 1276, ../style/sass/partials/_base.scss */
.go {
  background: #8aacc0 !important;
  color: #5b7f95;
  width: 75px !important;
  height: 25px;
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 27px !important;
  padding-left: 0 !important;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  border-radius: 20px;
  font-size: 13px !important;
  line-height: 26px !important;
  position: absolute;
  top: 20px;
  right: 75px;
}
@media (max-width: 1023px) {
  /* line 1276, ../style/sass/partials/_base.scss */
  .go {
    right: 39px;
    width: 59px !important;
    padding-top: 5px !important;
    padding-right: 0 !important;
    padding-bottom: 5px !important;
    padding-left: 0 !important;
    top: 13px;
  }
}

/* line 1296, ../style/sass/partials/_base.scss */
span.select2.error {
  border: 1px solid #E35205;
}

/* line 1299, ../style/sass/partials/_base.scss */
.error-checkbox {
  background-position: -281px -556px !important;
}

/* line 1302, ../style/sass/partials/_base.scss */
.datepicker-field[readonly] {
  background-color: #fff;
}

/* line 1305, ../style/sass/partials/_base.scss */
.blue-color {
  color: #004b87 !important;
}

/* line 1308, ../style/sass/partials/_base.scss */
[data-icon="c"],
.icon-22-lightblue[data-icon="c"],
.icon-22-blue[data-icon="c"] {
  color: #00a9e0 !important;
}

/******************************************
nuro device colors
*******************************************/
/* line 1318, ../style/sass/partials/_base.scss */
.base-device, .green-device, .purple-device, .red-device, .blue-device, .yellow-device, .grey-device, .black-device, .pink-device, .orange-device, .brown-device, .nocolor-device {
  height: 15px;
  width: 15px;
  float: left;
  border-radius: 50%;
}

/* line 1325, ../style/sass/partials/_base.scss */
.green-device {
  background: #41B409;
}

/* line 1329, ../style/sass/partials/_base.scss */
.purple-device {
  background: #B0008E;
}

/* line 1333, ../style/sass/partials/_base.scss */
.red-device {
  background: #FF0000;
}

/* line 1337, ../style/sass/partials/_base.scss */
.blue-device {
  background: #1200FF;
}

/* line 1341, ../style/sass/partials/_base.scss */
.yellow-device {
  background: #FFFC00;
}

/* line 1345, ../style/sass/partials/_base.scss */
.grey-device {
  background: #8F8F8F;
}

/* line 1349, ../style/sass/partials/_base.scss */
.black-device {
  background: black;
}

/* line 1353, ../style/sass/partials/_base.scss */
.pink-device {
  background: #F952BC;
}

/* line 1357, ../style/sass/partials/_base.scss */
.orange-device {
  background: #FF6702;
}

/* line 1361, ../style/sass/partials/_base.scss */
.brown-device {
  background: #842F05;
}

/* line 1365, ../style/sass/partials/_base.scss */
.nocolor-device {
  border: 1px solid #ccc;
}

/******************  **********************
/* Table */
/*******************************************/
/* Table Without vertical column border */
/* line 10, ../style/sass/partials/_layout.scss */
table {
  float: left;
  /* INC1335825 start the code */
  /* INC1335825 end the code */
}
/* line 13, ../style/sass/partials/_layout.scss */
table th {
  background: #0085ca;
  padding: 12px 15px;
  color: #fff;
  line-height: 14px;
  font-size: 12px;
  font-family: "Effra Medium";
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  /* word-break: break-all;*/
  word-wrap: break-word;
}
/* line 22, ../style/sass/partials/_layout.scss */
table th label {
  color: #fff;
}
/* line 25, ../style/sass/partials/_layout.scss */
table th a, table th a:visited, table th a:hover, table th a:focus {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  vertical-align: middle;
}
/* line 33, ../style/sass/partials/_layout.scss */
table td {
  background: #F7FAFC;
  word-break: break-word;
  padding: 18px 15px;
  border-bottom: 1px solid #e2e2e2;
  border-top: 1px solid #e2e2e2;
  color: #69757b;
  font-size: 14px;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
  line-height: 18px;
  /*table break when words are long break-all is used beacuse break-word doest not work in ie*/
  word-wrap: break-word;
}
/* line 44, ../style/sass/partials/_layout.scss */
table td input[type="button"],
table td input[type="submit"],
table td button {
  float: right;
}
/* line 49, ../style/sass/partials/_layout.scss */
table td.price {
  word-break: normal;
}
/* line 52, ../style/sass/partials/_layout.scss */
table td select + span {
  width: 50% !important;
}
/* line 58, ../style/sass/partials/_layout.scss */
table tbody#accounts-temporary-list-tbody {
  display: table-footer-group !important;
}
/* line 62, ../style/sass/partials/_layout.scss */
table tbody#accounts-temporary-list-tbody > tbody > tr:nth-of-type(odd) td {
  word-break: normal;
}
/* line 68, ../style/sass/partials/_layout.scss */
table > tbody > tr:nth-of-type(odd) td {
  background: white;
}
/* line 71, ../style/sass/partials/_layout.scss */
table .st-head-row {
  padding-top: 1em;
}
/* line 74, ../style/sass/partials/_layout.scss */
table .st-head-row.st-head-row-main {
  font-size: 1.5em;
  padding-top: 0px;
}
/* line 78, ../style/sass/partials/_layout.scss */
table .st-key {
  width: 49%;
  font-weight: bold;
}
/* line 82, ../style/sass/partials/_layout.scss */
table .st-val {
  width: 49%;
}
/* line 85, ../style/sass/partials/_layout.scss */
table tbody {
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
}

/* line 91, ../style/sass/partials/_layout.scss */
table.white-header:nth-of-type(odd) > tbody > tr:nth-of-type(odd) td, table.white-header:nth-of-type(even) > tbody > tr:nth-of-type(even) td {
  background: #F7FAFC;
}

/* line 94, ../style/sass/partials/_layout.scss */
table.white-header:nth-of-type(even) > tbody > tr:nth-of-type(odd) td, table.white-header:nth-of-type(odd) > tbody > tr:nth-of-type(even) td {
  background: white;
}

/* line 97, ../style/sass/partials/_layout.scss */
table:nth-of-type(even) > tbody > tr:nth-of-type(even) td, table:nth-of-type(odd) > tbody > tr:nth-of-type(even) td {
  background: #F7FAFC;
}

/* line 100, ../style/sass/partials/_layout.scss */
table:nth-of-type(even) > tbody > tr:nth-of-type(odd) td {
  background: white;
}

/* Table With vertical column border */
/* line 106, ../style/sass/partials/_layout.scss */
table.bordered th {
  background: #fff;
  border: 1px solid #859199;
  color: #001e46;
}
/* line 110, ../style/sass/partials/_layout.scss */
table.bordered th label {
  color: #001e46;
}
/* line 113, ../style/sass/partials/_layout.scss */
table.bordered th a {
  color: #16aee2;
}
/* line 117, ../style/sass/partials/_layout.scss */
table.bordered td {
  border: 1px solid #859199;
}

/* Table With vertical column border */
/* line 126, ../style/sass/partials/_layout.scss */
table.white-header th {
  background: #FFFFFF;
  color: #001e46;
}
/* line 129, ../style/sass/partials/_layout.scss */
table.white-header th a {
  color: #16aee2;
}

/************** hide Table in mobile breakpoint ***************/
@media (min-width: 320px) and (max-width: 1023px) {
  /* line 139, ../style/sass/partials/_layout.scss */
  .stacktable.large-only {
    display: none;
  }
}
/************** show Table in desktop as a data table***************/
@media (min-width: 1024px) {
  /* line 148, ../style/sass/partials/_layout.scss */
  .stacktable.large-only {
    display: table;
  }
}
/************** hide Table in mobile and render table data as a key value pair ***************/
/* line 156, ../style/sass/partials/_layout.scss */
.small-only {
  display: none;
}
@media (max-width: 1023px) {
  /* line 156, ../style/sass/partials/_layout.scss */
  .small-only {
    display: block;
    width: 100%;
  }
}

/* line 164, ../style/sass/partials/_layout.scss */
.stacktable.small-only > tbody {
  width: 100%;
  display: table;
  border-top: 1px solid #e2e2e2;
}

/* line 169, ../style/sass/partials/_layout.scss */
.stacktable > table.small-only:last-child {
  border-bottom: 1px solid #e2e2e2;
}

/******************  **********************
/* Tabs view */
/*******************************************/
/* line 179, ../style/sass/partials/_layout.scss */
.tabs-view {
  /*Mobile view*/
  /*End Mobile View*/
  margin-top: 52px;
  margin-right: 25px;
  margin-left: 25px;
  padding-right: 25px;
  padding-left: 25px;
  list-style: none;
}
@media (max-width: 1023px) {
  /* line 179, ../style/sass/partials/_layout.scss */
  .tabs-view {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  /* line 185, ../style/sass/partials/_layout.scss */
  .tabs-view li {
    margin-right: 5px !important;
    font-size: 11px;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: -10px;
  }
}
/* line 200, ../style/sass/partials/_layout.scss */
.tabs-view li {
  margin-right: 40px;
  display: inline-block;
}
/* line 203, ../style/sass/partials/_layout.scss */
.tabs-view li a {
  font-size: 1em;
  font-family: "Effra Medium";
  font-style: normal;
  font-weight: normal;
  color: #a8b0b2;
  padding-bottom: 10px;
  display: block;
  text-transform: uppercase;
}
/* line 210, ../style/sass/partials/_layout.scss */
.tabs-view li a.selected {
  color: #71c5e8;
  border-bottom: 3px solid #71c5e8;
}

/******************  **********************
/* Breadcrumb */
/*******************************************/
/* line 224, ../style/sass/partials/_layout.scss */
.breadcrumb {
  font-size: 14px;
  text-transform: capitalize;
  /*height: 30px;*/
  clear: both;
  margin-top: 14px;
}
/* line 230, ../style/sass/partials/_layout.scss */
.breadcrumb a {
  color: #a8afb1;
}

/* line 235, ../style/sass/partials/_layout.scss */
.grid-1198px .breadcrumb {
  margin-right: 25px;
  margin-left: 25px;
  padding-right: 25px;
  padding-left: 25px;
  float: left;
  width: 100%;
}
/* line 238, ../style/sass/partials/_layout.scss */
.grid-1198px .breadcrumb a {
  color: #859199;
  display: inline-block;
  float: left;
  line-height: 19px;
}
/* line 243, ../style/sass/partials/_layout.scss */
.grid-1198px .breadcrumb a:last-child {
  text-decoration: none;
  color: #000;
  cursor: default;
}
/* line 248, ../style/sass/partials/_layout.scss */
.grid-1198px .breadcrumb a:hover {
  color: #00a9e0;
}
/* line 252, ../style/sass/partials/_layout.scss */
.grid-1198px .breadcrumb a:last-child:hover {
  color: #000;
}
/* line 255, ../style/sass/partials/_layout.scss */
.grid-1198px .breadcrumb span {
  color: #00a9e0;
  float: right;
}

/******************  **********************
/* Body Header for pages like Dashboard whcih has search filter  */
/*******************************************/
/* line 269, ../style/sass/partials/_layout.scss */
.body-header {
  position: relative;
  min-height: 1px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 27px;
}
@media (min-width: 1024px) {
  /* line 269, ../style/sass/partials/_layout.scss */
  .body-header {
    float: left;
    width: 100%;
  }
}
/* line 272, ../style/sass/partials/_layout.scss */
.body-header h2 {
  font-size: 24px;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
  margin-top: 0;
}
/* line 275, ../style/sass/partials/_layout.scss */
.body-header h2.heading-with-btn {
  float: left;
}

/* line 280, ../style/sass/partials/_layout.scss */
.header-gruop {
  width: 1198px;
  float: left;
  border-right: 1px solid #cccbcb;
}
/* line 284, ../style/sass/partials/_layout.scss */
.header-gruop .breadcrumb {
  padding: 0 0 0 50px;
}

/******************  **********************
/* search filter section for pages like Dashboard */
/*******************************************/
/* line 295, ../style/sass/partials/_layout.scss */
.search-filter {
  position: relative;
  min-height: 1px;
  padding-left: 22px;
  padding-right: 22px;
  background: #B9D9EB;
  font-size: 1em;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
}
@media (min-width: 1024px) {
  /* line 295, ../style/sass/partials/_layout.scss */
  .search-filter {
    float: left;
    width: 17.85714%;
  }
}
/* line 300, ../style/sass/partials/_layout.scss */
.search-filter h3, .search-filter .blue-heading {
  font-size: 1.143em;
  font-family: "Effra Medium";
  font-style: normal;
  font-weight: normal;
  color: #0085ca;
  border-bottom: 1px solid #00a9e0;
  padding-top: 22px;
  padding-bottom: 22px;
  margin: 0;
}
/* line 307, ../style/sass/partials/_layout.scss */
.search-filter hr {
  border-top: 1px solid #00a9e0;
}
/* line 311, ../style/sass/partials/_layout.scss */
.search-filter fieldset legend {
  color: #0085ca;
  font-size: 13px;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
  margin-top: 25px;
  float: left;
  margin-bottom: 5px;
  text-transform: capitalize;
}
/* line 319, ../style/sass/partials/_layout.scss */
.search-filter fieldset .select2-container {
  width: 217px;
}
/* line 322, ../style/sass/partials/_layout.scss */
.search-filter fieldset ul {
  margin-top: 7px;
  float: left;
}
/* line 326, ../style/sass/partials/_layout.scss */
.search-filter fieldset input[type="text"], .search-filter fieldset input[readonly] {
  width: 100%;
  height: 32px;
  font-size: 12px;
  background-color: #fff;
}
/* line 332, ../style/sass/partials/_layout.scss */
.search-filter fieldset input.po-text {
  text-transform: uppercase;
}
/* line 336, ../style/sass/partials/_layout.scss */
.search-filter fieldset label + div.radio {
  margin-right: 0px;
}
/* line 339, ../style/sass/partials/_layout.scss */
.search-filter fieldset label {
  text-transform: none;
  color: #004b87;
  font-size: 13px;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
  margin-right: 15px;
  padding: 0;
  margin-bottom: 21px;
}
/* line 347, ../style/sass/partials/_layout.scss */
.search-filter fieldset input[type="button"], .search-filter fieldset input[type="submit"] {
  float: right;
  margin-top: 4px;
}
@media (min-width: 1024px) {
  /* line 351, ../style/sass/partials/_layout.scss */
  .search-filter fieldset div.selector {
    max-width: 169.734px !important;
  }
}
/* line 356, ../style/sass/partials/_layout.scss */
.search-filter fieldset .multiple-select {
  background-color: #fff;
}
/* line 358, ../style/sass/partials/_layout.scss */
.search-filter fieldset .multiple-select .expanded-select {
  background-color: #fff;
}
/* line 364, ../style/sass/partials/_layout.scss */
.search-filter .fewer-option-div {
  margin-top: 10px;
  margin-bottom: 18px;
}

/******************  **********************
/* Form */
/*******************************************/
/* line 374, ../style/sass/partials/_layout.scss */
.form-layout .two-coll {
  width: 100%;
  margin-top: 3%;
}
/* line 377, ../style/sass/partials/_layout.scss */
.form-layout .two-coll li {
  width: 47%;
  float: left;
  height: 100px;
  margin-bottom: 5px;
}
/* line 382, ../style/sass/partials/_layout.scss */
.form-layout .two-coll li.first {
  margin-right: 6%;
}
/* line 388, ../style/sass/partials/_layout.scss */
.form-layout fieldset input, .form-layout fieldset select, .form-layout fieldset textarea {
  width: 100%;
}

/* line 393, ../style/sass/partials/_layout.scss */
.popup-buttons {
  margin: 20px 0 0;
}

@font-face {
  font-family: "myorders-fonts";
  src: url("../fonts/myorders-fonts.eot");
  src: url("../fonts/myorders-fonts.eot?#iefix") format("embedded-opentype"), url("../fonts/myorders-fonts.woff") format("woff"), url("../fonts/myorders-fonts.ttf") format("truetype"), url("../fonts/myorders-fonts.svg#myorders-fonts") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "myorders-fonts-v1";
  src: url("../fonts/myorders-fonts-v1.eot");
  src: url("../fonts/myorders-fonts-v1.eot?#iefix") format("embedded-opentype"), url("../fonts/myorders-fonts-v1.woff") format("woff"), url("../fonts/myorders-fonts-v1.ttf") format("truetype"), url("../fonts/myorders-fonts-v1.svg#myorders-font-v1") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 20, ../style/sass/partials/_icon.scss */
[data-icon]:before {
  font-family: "myorders-fonts" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: "ciIcon";
  src: url("../fonts/ciIcon.eot");
  src: url("../fonts/ciIcon.eot?#iefix") format("embedded-opentype"), url("../fonts/ciIcon.woff") format("woff"), url("../fonts/ciIcon.ttf") format("truetype"), url("../fonts/ciIcon.svg#ciIcon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 46, ../style/sass/partials/_icon.scss */
[data-ci-icon]:before {
  font-family: "ciIcon" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 59, ../style/sass/partials/_icon.scss */
[class^="icon-ci-"]:before,
[class*=" icon-ci-"]:before {
  font-family: "ciIcon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 73, ../style/sass/partials/_icon.scss */
[data-icon="y"]:before, [data-icon="A"]:before {
  line-height: 1.2;
}

/* line 77, ../style/sass/partials/_icon.scss */
[data-icon="2"]:before {
  display: block;
  width: 3%;
  float: left;
  height: 46px;
}

/* line 83, ../style/sass/partials/_icon.scss */
[data-icon="2"]:after {
  display: block;
  width: 95%;
}

/* line 87, ../style/sass/partials/_icon.scss */
.right-icon:before {
  content: '';
}

/* line 90, ../style/sass/partials/_icon.scss */
.right-icon:after {
  font-family: "myorders-fonts" !important;
  content: attr(data-icon);
  speak: none;
}

/* line 95, ../style/sass/partials/_icon.scss */
[class^="icon-"]:before, .error-banner:before, .modal-box .content .error-banner:before,
[class*=" icon-"]:before,
.error-banner:before,
.modal-box .content .error-banner:before {
  font-family: "myorders-fonts" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 107, ../style/sass/partials/_icon.scss */
.icon-angle-up:before {
  content: "\7a";
}

/* line 110, ../style/sass/partials/_icon.scss */
.icon-angle-down:before {
  content: "\42";
}

/* line 113, ../style/sass/partials/_icon.scss */
.icon-exclamation-circle:before, .error-banner:before, .modal-box .content .error-banner:before {
  content: "\32";
}

/* line 116, ../style/sass/partials/_icon.scss */
.icon-error:before {
  content: "\22";
}

/* line 121, ../style/sass/partials/_icon.scss */
[data-icon-v1]:before {
  font-family: "myorders-fonts-v1" !important;
  content: attr(data-icon-v1);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 134, ../style/sass/partials/_icon.scss */
[class^="icon-v1-"]:before,
[class*=" icon-v1-"]:before {
  font-family: "myorders-fonts-v1" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 147, ../style/sass/partials/_icon.scss */
.icon-v1-arrow-circle-o-up1:before {
  content: "\aa";
}

/* line 150, ../style/sass/partials/_icon.scss */
.icon-v1-arrow-circle-o-down1:before {
  content: "\bb";
}

@font-face {
  font-family: "cvg-fonts-v2";
  src: url("../fonts/cvg-fonts-v2.eot");
  src: url("../fonts/cvg-fonts-v2.woff") format("woff"), url("../fonts/cvg-fonts-v2.ttf") format("truetype"), url("../fonts/cvg-fonts-v2.svg#cvg-fonts-v2") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 164, ../style/sass/partials/_icon.scss */
[data-icon-v2]:before {
  font-family: "cvg-fonts-v2" !important;
  content: attr(data-icon-v2);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 177, ../style/sass/partials/_icon.scss */
[class^="icon-v2-"]:before,
[class*=" icon-v2-"]:before {
  font-family: "cvg-fonts-v2" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 200, ../style/sass/partials/_icon.scss */
.icon-v2-star:before {
  content: "A";
}

/* line 200, ../style/sass/partials/_icon.scss */
.icon-v2-upload:before {
  content: "B";
}

/* line 200, ../style/sass/partials/_icon.scss */
.icon-v2-inventory:before {
  content: "C";
}

/* line 200, ../style/sass/partials/_icon.scss */
.icon-v2-connectAnchor:before {
  content: "D";
}

/* line 200, ../style/sass/partials/_icon.scss */
.icon-v2-connectAnchorWithoutText:before {
  content: "d";
}

/*

Uniform Theme: Uniform Default
Version: 1.8
By: Josh Pyles
License: MIT License
---
For use with the Uniform plugin:
http://uniformjs.com/

*/
/* General settings */
/* line 167, ../style/sass/partials/_uniform._base.scss */
div.selector, div.selector span, div.checker span, div.radio span, div.uploader, div.uploader span.action, div.button, div.button span {
  background-image: url("../images/sprite.png");
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
}
/* line 180, ../style/sass/partials/_uniform._base.scss */
div.selector, div.checker, div.button, div.radio, div.uploader {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  /* Keeping this as :focus to remove browser styles */
}
/* line 189, ../style/sass/partials/_uniform._base.scss */
div.selector:focus, div.checker:focus, div.button:focus, div.radio:focus, div.uploader:focus {
  outline: 0;
}
/* line 199, ../style/sass/partials/_uniform._base.scss */
div.selector, div.selector *, div.radio, div.radio *, div.checker, div.checker *, div.uploader, div.uploader *, div.button, div.button * {
  margin: 0;
  padding: 0;
}

/* line 206, ../style/sass/partials/_uniform._base.scss */
.highContrastDetect {
  background: url("../images/bg-input.png") repeat-x 0 0;
  width: 0px;
  height: 0px;
}

/* Input & Textarea */
/* line 214, ../style/sass/partials/_uniform._base.scss */
input.uniform-input,
select.uniform-multiselect,
textarea.uniform {
  padding: 3px;
  background: url("../images/bg-input.png") repeat-x 0 0;
  outline: 0;
}
/* line 81, ../style/sass/partials/_uniform._base.scss */
input.uniform-input.active,
select.uniform-multiselect.active,
textarea.uniform.active {
  background: url("../images/bg-input-focus.png") repeat-x 0 0;
}

/* Remove default webkit and possible mozilla .search styles.
 * Keeping this as :active to remove browser styles */
/* line 228, ../style/sass/partials/_uniform._base.scss */
div.checker input,
input[type="search"],
input[type="search"]:active {
  -moz-appearance: none;
  -webkit-appearance: none;
}

/* Select */
/* line 237, ../style/sass/partials/_uniform._base.scss */
div.selector {
  background-position: 0px -77px;
  line-height: 46px;
  height: 47px;
  padding: 0 0 0 10px;
  position: relative;
  /* overflow: hidden; */
}
/* line 245, ../style/sass/partials/_uniform._base.scss */
div.selector span {
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  background-position: right 3px;
  height: 46px;
  line-height: 46px;
  padding-right: 25px;
  cursor: pointer;
  width: 100%;
  display: block;
}
/* line 256, ../style/sass/partials/_uniform._base.scss */
div.selector.fixedWidth {
  width: 190px;
}
/* line 259, ../style/sass/partials/_uniform._base.scss */
div.selector.fixedWidth span {
  width: 155px;
}
/* line 264, ../style/sass/partials/_uniform._base.scss */
div.selector select {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: #fff;
  position: absolute;
  height: 46px;
  top: 0px;
  left: 0px;
  width: 100%;
  background: #fff;
}
/* line 93, ../style/sass/partials/_uniform._base.scss */
div.selector.disabled, div.selector.disabled.active {
  background-position: 0 -240px;
}
/* line 277, ../style/sass/partials/_uniform._base.scss */
div.selector.disabled span, div.selector.disabled.active span {
  background-position: right -160px;
}

/* Checkbox */
/* line 286, ../style/sass/partials/_uniform._base.scss */
div.checker {
  position: relative;
  /* 	@include whenActive {
  	span {
  		background-position: (-1 * $checkbox-width) $checkbox-voffset;
  	
  		@include whenChecked {
  			background-position: (-5 * $checkbox-width) $checkbox-voffset;
  		}
  	}
  } */
  /* 	@include whenHover {
  	span {
  		background-position: (-2 * $checkbox-width) $checkbox-voffset;
  
  		@include whenChecked {
  			background-position: (-6 * $checkbox-width) $checkbox-voffset;
  		}
  	}
  
  	@include whenActive {
  		span {
  			background-position: (-3 * $checkbox-width) $checkbox-voffset;
  
  			@include whenChecked {
  				background-position: (-7 * $checkbox-width) $checkbox-voffset;
  			}
  		}
  	}
  } */
}
/* line 289, ../style/sass/partials/_uniform._base.scss */
div.checker, div.checker span, div.checker input {
  width: 22px;
  height: 22px;
}
/* line 294, ../style/sass/partials/_uniform._base.scss */
div.checker span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
  background-position: -91px -555px;
}
/* line 99, ../style/sass/partials/_uniform._base.scss */
div.checker span.checked {
  background-position: -192px -555px;
}
/* line 304, ../style/sass/partials/_uniform._base.scss */
div.checker input {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: #fff;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
/* line 93, ../style/sass/partials/_uniform._base.scss */
div.checker.disabled, div.checker.disabled.active {
  background-position: -471px -555px;
}
/* line 342, ../style/sass/partials/_uniform._base.scss */
div.checker.disabled span, div.checker.disabled.active span {
  background-position: -471px -555px;
}
/* line 99, ../style/sass/partials/_uniform._base.scss */
div.checker.disabled span.checked, div.checker.disabled.active span.checked {
  background-position: -393px -555px;
}

/* Radio */
/* line 353, ../style/sass/partials/_uniform._base.scss */
div.radio {
  position: relative;
  /*  	@include whenActive {
  	span {
  		background-position:  0 -360px;
  
  		@include whenChecked {
  			background-position:  0 -360px;
  		}
  	}
  } */
  /* @include whenHover {
  	span {
  		background-position: (-2 * $radio-width) $radio-voffset;
  
  		@include whenChecked {
  			background-position: (-6 * $radio-width) $radio-voffset;
  		}
  	}
  
  	@include whenActive {
  		span {
  			background-position: -61px -360px;
  
  			@include whenChecked {
  				background-position: -61px -360px;
  			}
  		}
  	} 
  	} */
}
/* line 356, ../style/sass/partials/_uniform._base.scss */
div.radio, div.radio span, div.radio input {
  width: 22px;
  height: 27px;
}
/* line 361, ../style/sass/partials/_uniform._base.scss */
div.radio span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
  background-position: -96px -497px;
}
/* line 99, ../style/sass/partials/_uniform._base.scss */
div.radio span.checked {
  background-position: -5px -496px;
}
/* line 371, ../style/sass/partials/_uniform._base.scss */
div.radio input {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: #fff;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
}
/* line 408, ../style/sass/partials/_uniform._base.scss */
div.radio.disabled span, div.radio.disabled.active span {
  background-position: -391px -498px;
}
/* line 99, ../style/sass/partials/_uniform._base.scss */
div.radio.disabled span.checked, div.radio.disabled.active span.checked {
  background-position: -284px -498px;
}

/* Uploader */
/* line 420, ../style/sass/partials/_uniform._base.scss */
div.uploader {
  height: 58px;
  width: 388px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  /*@include whenActive {
  	span.action {
  		background-position: right ($upload-voffset + (-6 * $upload-height));
  	}
  }*/
  	/*@include whenHover {
  		background-position: 0 ($upload-voffset + (-2 * $upload-height));
  
  		span.action {
  			background-position: right ($upload-voffset + (-5 * $upload-height));
  		}
  
  		@include whenActive {
  			span.action {
  				background-position: right ($upload-voffset + (-7 * $upload-height));
  			}
  		}
  	}*/
}
/* line 427, ../style/sass/partials/_uniform._base.scss */
div.uploader span.action {
  height: 58px;
  line-height: 58px;
  width: 127px;
  text-align: center;
  float: left;
  display: inline;
  overflow: hidden;
  cursor: pointer;
}
/* line 438, ../style/sass/partials/_uniform._base.scss */
div.uploader span.filename {
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  float: left;
  cursor: default;
  height: 54px;
  margin: 2px 0 2px 2px;
  line-height: 54px;
  width: 215px;
  padding: 0 10px;
}
/* line 449, ../style/sass/partials/_uniform._base.scss */
div.uploader input {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  float: right;
  cursor: default;
  width: 100%;
  height: 100%;
}
/* line 93, ../style/sass/partials/_uniform._base.scss */
div.uploader.disabled, div.uploader.disabled.active {
  background-position: 0 -567px;
}
/* line 483, ../style/sass/partials/_uniform._base.scss */
div.uploader.disabled span.action, div.uploader.disabled.active span.action {
  background-position: right -683px;
}

/* Buttons */
/* line 491, ../style/sass/partials/_uniform._base.scss */
div.button {
  background-position: 0 -1093px;
  height: 30px;
  cursor: pointer;
  position: relative;
  /* Keep buttons barely visible so they can get focus */
}
/* line 498, ../style/sass/partials/_uniform._base.scss */
div.button a, div.button button, div.button input {
  opacity: 0.01;
  filter: alpha(opacity=1);
  -moz-opacity: 0.01;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
/* line 508, ../style/sass/partials/_uniform._base.scss */
div.button span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  line-height: 22px;
  text-align: center;
  background-position: right -973px;
  height: 22px;
  margin-left: 13px;
  padding: 8px 15px 0 2px;
}
/* line 81, ../style/sass/partials/_uniform._base.scss */
div.button.active {
  background-position: 0 -1123px;
}
/* line 521, ../style/sass/partials/_uniform._base.scss */
div.button.active span {
  background-position: right -1003px;
  cursor: default;
}
/* line 87, ../style/sass/partials/_uniform._base.scss */
div.button.hover, div.button.focus {
  background-position: 0 -1153px;
}
/* line 530, ../style/sass/partials/_uniform._base.scss */
div.button.hover span, div.button.focus span {
  background-position: right -1033px;
}
/* line 93, ../style/sass/partials/_uniform._base.scss */
div.button.disabled, div.button.disabled.active {
  background-position: 0 -1183px;
}
/* line 538, ../style/sass/partials/_uniform._base.scss */
div.button.disabled span, div.button.disabled.active span {
  background-position: right -1063px;
  cursor: default;
}

/* INPUT & TEXTAREA */
/* line 41, ../style/sass/partials/_uniform.scss */
input.uniform-input,
select.uniform-multiselect,
textarea.uniform {
  font-size: 1.14286em;
  color: #777;
  border-top: solid 1px #aaa;
  border-left: solid 1px #aaa;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* line 87, ../style/sass/partials/_uniform._base.scss */
input.uniform-input.hover, input.uniform-input.focus,
select.uniform-multiselect.hover,
select.uniform-multiselect.focus,
textarea.uniform.hover,
textarea.uniform.focus {
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  border-color: #999;
}

/* PRESENTATION */
/* Buttons */
/* line 63, ../style/sass/partials/_uniform.scss */
div.button span {
  font-size: 1.14286em;
}
/* line 68, ../style/sass/partials/_uniform.scss */
div.button.hover span, div.button.focus span {
  color: #555;
}
/* line 74, ../style/sass/partials/_uniform.scss */
div.button.disabled span, div.button.disabled.active span {
  color: #bbb;
}

/* Select */
/* line 83, ../style/sass/partials/_uniform.scss */
div.selector {
  font-size: 1.14286em;
}
/* line 86, ../style/sass/partials/_uniform.scss */
div.selector span {
  color: #666;
  text-shadow: 0 1px 0 #fff;
}
/* line 91, ../style/sass/partials/_uniform.scss */
div.selector select {
  font-size: 1.14286em;
}
/* line 96, ../style/sass/partials/_uniform.scss */
div.selector.disabled span, div.selector.disabled.active span {
  color: #bbb;
}

/* Checker */
/* line 103, ../style/sass/partials/_uniform.scss */
div.checker {
  margin-right: 5px;
}

/* Radio */
/* line 108, ../style/sass/partials/_uniform.scss */
div.radio {
  margin-right: 3px;
}

/* Uploader */
/* line 114, ../style/sass/partials/_uniform.scss */
div.uploader span.action {
  background-color: #fff;
  font-size: 14px;
  font-weight: bold;
}
/* line 120, ../style/sass/partials/_uniform.scss */
div.uploader span.filename {
  color: #777;
  border-right: solid 1px #bbb;
  font-size: 14px;
}
/* line 127, ../style/sass/partials/_uniform.scss */
div.uploader.disabled span.action, div.uploader.disabled.active span.action {
  color: #aaa;
}
/* line 131, ../style/sass/partials/_uniform.scss */
div.uploader.disabled span.filename, div.uploader.disabled.active span.filename {
  border-color: #ddd;
  color: #aaa;
}

/* line 139, ../style/sass/partials/_uniform.scss */
input.uniform-input, input.uniform-input:focus {
  background-color: #fff;
}

/******************  **********************
/* Popups/ modal overlay */
/*******************************************/
/* line 6, ../style/sass/partials/_common.scss */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 18, ../style/sass/partials/_common.scss */
.highlightSelectedText {
  color: #004b87 !important;
}

/* line 22, ../style/sass/partials/_common.scss */
.select2-container--open .select2-dropdown--below {
  border-left: 1px solid #00a9e0 !important;
  border-right: 1px solid #00a9e0 !important;
  border-bottom: 1px solid #00a9e0 !important;
}

/* line 27, ../style/sass/partials/_common.scss */
.select2-container--open .select2-dropdown--above {
  border-left: 1px solid #00a9e0 !important;
  border-right: 1px solid #00a9e0 !important;
  border-top: 1px solid #00a9e0 !important;
  border-bottom: 1px solid #004b87 !important;
}

/* line 34, ../style/sass/partials/_common.scss */
.select2-container--open .select2-dropdown--above .select2-results__option:first-child {
  border-top: none !important;
}

/* line 37, ../style/sass/partials/_common.scss */
.select2-container--open .select2-dropdown--above .select2-results__option:last-child {
  border-bottom: none !important;
}

/* line 41, ../style/sass/partials/_common.scss */
.error-transfer-cart {
  padding-top: 20px;
  padding-left: 20px;
}

/* line 44, ../style/sass/partials/_common.scss */
.session-timeout-popup {
  border-left: 7px solid #00a9e0 !important;
}
/* line 46, ../style/sass/partials/_common.scss */
.session-timeout-popup .session-timeout {
  text-align: center;
}
/* line 48, ../style/sass/partials/_common.scss */
.session-timeout-popup .session-timeout .secondary-btn2 {
  background: #00a9e0;
  min-width: 100px !important;
}

/* line 54, ../style/sass/partials/_common.scss */
.modal-box {
  position: absolute;
  background: url(tint20.png) 0 0 repeat;
  background: rgba(0, 0, 0, 0.2);
  top: 30%;
}
@media (max-width: 1023px) {
  /* line 54, ../style/sass/partials/_common.scss */
  .modal-box {
    top: 0px;
    background: #01a7df;
  }
  /* line 62, ../style/sass/partials/_common.scss */
  .modal-box .content.iframe-popup {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 16px;
    padding-left: 0;
  }
}
/* line 67, ../style/sass/partials/_common.scss */
.modal-box .content {
  background-color: #fff;
  border-radius: 0;
  border: none;
  padding-top: 40px;
  padding-right: 56px;
  padding-bottom: 40px;
  padding-left: 56px;
  height: auto;
  overflow: hidden;
}
@media (max-width: 1023px) {
  /* line 67, ../style/sass/partials/_common.scss */
  .modal-box .content {
    padding-top: 0;
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
  }
}
/* line 77, ../style/sass/partials/_common.scss */
.modal-box .content h1 {
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 24px;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
  color: #001e46;
}
@media (max-width: 1023px) {
  /* line 77, ../style/sass/partials/_common.scss */
  .modal-box .content h1 {
    background: #004b87;
    color: #fff;
    padding-top: 18px;
    padding-right: 50px;
    padding-bottom: 13px;
    padding-left: 16px;
    margin-top: 0;
    margin-right: -16px;
    margin-bottom: 0;
    margin-left: -16px;
    font-size: 24px;
    font-family: "Effra Regular";
    font-style: normal;
    font-weight: normal;
    line-height: 24px;
  }
}
@media (max-width: 1023px) {
  /* line 91, ../style/sass/partials/_common.scss */
  .modal-box .content h1.no-show-header {
    height: 55px;
  }
}
/* line 97, ../style/sass/partials/_common.scss */
.modal-box .content.success {
  background: #fff url("../../b2bredesign/images/backgrounds/success-poup-bg.gif") repeat-y;
  text-align: center;
}
/* line 100, ../style/sass/partials/_common.scss */
.modal-box .content.success.error-popup {
  border-left: 8px solid #E35205;
  background: #fff;
}
/* line 104, ../style/sass/partials/_common.scss */
.modal-box .content.success div {
  margin-bottom: 20px;
}
/* line 107, ../style/sass/partials/_common.scss */
.modal-box .content.success input {
  margin: 0px;
}
/* line 110, ../style/sass/partials/_common.scss */
.modal-box .content.success span {
  color: #77bc1f;
  font-size: 24px;
  vertical-align: -5px;
  display: inline-block;
  margin-right: 10px;
}
/* line 117, ../style/sass/partials/_common.scss */
.modal-box .content.success p {
  font-size: 16px;
  display: inline-block;
  margin-left: 5px;
  max-width: 90%;
  margin-top: 5px;
}
/* line 125, ../style/sass/partials/_common.scss */
.modal-box .content .error-banner {
  color: #E35205;
  font-size: 20px;
  font-family: "Effra Medium";
  font-style: normal;
  font-weight: normal;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
/* line 137, ../style/sass/partials/_common.scss */
.modal-box .close {
  position: absolute;
  display: block !important;
  top: 0;
  right: 0;
  opacity: 1;
  font-size: 16px;
  margin-top: 13px;
  margin-right: 13px;
  margin-bottom: 0px;
  margin-left: 0px;
  color: #004b87;
}
@media (max-width: 1023px) {
  /* line 137, ../style/sass/partials/_common.scss */
  .modal-box .close {
    color: #fff;
  }
}
/* line 150, ../style/sass/partials/_common.scss */
.modal-box .close[data-icon]:before {
  font-family: "myorders-fonts" !important;
}

/* line 155, ../style/sass/partials/_common.scss */
.serialSelectionConfirmation h1 {
  text-transform: capitalize;
}

/* line 158, ../style/sass/partials/_common.scss */
.searchPhysician_content .tableWrapper .info_text {
  display: none;
}
@media (max-width: 1023px) {
  /* line 160, ../style/sass/partials/_common.scss */
  .searchPhysician_content .tableWrapper .info_text {
    display: inline-block;
    position: relative;
    top: -25px;
    color: #fff;
    font-size: 15px;
    margin: 0 0 0px 10px;
    height: 10px;
  }
}

/* line 165, ../style/sass/partials/_common.scss */
.search-heading {
  margin-top: 15px;
}

/******************  **********************
/* Pagination */
/*******************************************/
/********* pagination with page numbers to paginate************/
/* line 176, ../style/sass/partials/_common.scss */
.pagination {
  float: left;
  width: 100%;
  font-size: 1.143em;
}
/* line 179, ../style/sass/partials/_common.scss */
.pagination a {
  float: right;
  border-radius: 4px;
}
/* line 183, ../style/sass/partials/_common.scss */
.pagination .next,
.pagination .prev {
  width: 32px;
  height: 32px;
  background-color: #f0f2f4;
  display: inline-block;
  margin-left: 16px;
  font-size: 19px;
  line-height: 38px;
  text-align: center;
  outline: none;
  text-decoration: none;
}
@media (max-width: 1023px) {
  /* line 183, ../style/sass/partials/_common.scss */
  .pagination .next,
  .pagination .prev {
    margin-right: 14px;
  }
}
/* line 199, ../style/sass/partials/_common.scss */
.pagination .next.disabled,
.pagination .prev.disabled {
  color: #b1b3b3;
}
/* line 203, ../style/sass/partials/_common.scss */
.pagination > .next:hover,
.pagination > .prev:hover {
  text-decoration: none;
}
/* line 207, ../style/sass/partials/_common.scss */
.pagination > .next.disabled, .pagination > .prev.disabled {
  color: #859199;
}
/* line 210, ../style/sass/partials/_common.scss */
.pagination p {
  float: left;
  color: #fff;
  font-size: 15px;
  font-family: "Effra Regular";
  line-height: 30px;
}
/* line 217, ../style/sass/partials/_common.scss */
.pagination ul {
  float: right;
}
/* line 219, ../style/sass/partials/_common.scss */
.pagination ul li {
  padding: 0 5px !important;
  display: inline-block;
  width: auto !important;
}
/* line 223, ../style/sass/partials/_common.scss */
.pagination ul li > a {
  font-size: 15px;
  color: #00a9e0;
}
/* line 227, ../style/sass/partials/_common.scss */
.pagination ul li > a.active {
  color: #859199;
}
/* line 230, ../style/sass/partials/_common.scss */
.pagination ul li > a.next.disabled, .pagination ul li a.prev.disabled {
  color: #859199;
}
/* line 233, ../style/sass/partials/_common.scss */
.pagination ul li > a.next {
  font-size: 16px;
  color: #00a9e0;
  font-weight: bold;
  text-decoration: none;
  line-height: 11px;
}

/* line 243, ../style/sass/partials/_common.scss */
.pagination + p {
  margin-left: 35px;
}

/********* pagination with only next and previous button to paginate************/
/* line 249, ../style/sass/partials/_common.scss */
.pagination.blue-bg {
  background: #0085ca;
  line-height: 31px;
  height: 56px;
  padding-top: 12px;
  padding-right: 24px;
  padding-bottom: 12px;
  padding-left: 24px;
}
@media (max-width: 1023px) {
  /* line 249, ../style/sass/partials/_common.scss */
  .pagination.blue-bg {
    padding-top: 10px;
    padding-right: 14px;
    padding-bottom: 10px;
    padding-left: 14px;
    text-align: center;
  }
  /* line 259, ../style/sass/partials/_common.scss */
  .pagination.blue-bg a {
    float: none;
    padding: 5px 10px;
    background: #fff;
    border-radius: 0px;
    border-right: 1px solid #cccbcb;
  }
  /* line 267, ../style/sass/partials/_common.scss */
  .pagination.blue-bg a.next_link, .pagination.blue-bg a.previous_link {
    font-weight: 700;
  }
  /* line 268, ../style/sass/partials/_common.scss */
  .pagination.blue-bg a.page_link, .pagination.blue-bg a.next_link.no_more, .pagination.blue-bg a.previous_link.no_more {
    color: #859199;
  }
  /* line 269, ../style/sass/partials/_common.scss */
  .pagination.blue-bg a.active_page {
    background: #00a9e0;
    color: #fff;
  }
  /* line 273, ../style/sass/partials/_common.scss */
  .pagination.blue-bg a.first_link, .pagination.blue-bg a.last_link {
    display: none;
  }
}
/* line 276, ../style/sass/partials/_common.scss */
.pagination.blue-bg p span {
  font-family: "Effra Bold";
  color: #fff;
}
/* line 280, ../style/sass/partials/_common.scss */
.pagination.blue-bg p strong {
  color: #004b87;
}

/******************  **********************
/* Accordion styles */
/*******************************************/
/* line 291, ../style/sass/partials/_common.scss */
.accordion,
.accordion * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 298, ../style/sass/partials/_common.scss */
.accordion {
  position: relative;
}

/*----- Section Titles -----*/
/* line 305, ../style/sass/partials/_common.scss */
.accordion-section-title {
  float: left;
  padding: 15px;
  display: inline-block;
  border: 1px solid #eee;
  background: #fff;
  transition: all linear 0.15s;
  /* Type */
  font-size: 14px;
  text-shadow: 0px 1px 0px #1a1a1a;
  color: #333;
}

/* line 318, ../style/sass/partials/_common.scss */
.accordion-section-title.active,
.accordion-section-title:hover {
  background: #004b87;
  text-decoration: none;
  color: #fff;
}

/* line 325, ../style/sass/partials/_common.scss */
.accordion-section:last-child .accordion-section-title {
  border-bottom: none;
}

/*----- Section Content -----*/
/* line 332, ../style/sass/partials/_common.scss */
.accordion-section-content {
  padding: 15px;
  display: none;
  border: 1px solid #ccc;
  position: absolute;
  top: 51px;
}

/* line 340, ../style/sass/partials/_common.scss */
.accordion-section-content.open {
  display: block;
}

/******************  Error Page  **********************/
/* line 346, ../style/sass/partials/_common.scss */
.error-page p {
  padding-left: 50px;
  font-size: 16px;
}
@media (max-width: 1023px) {
  /* line 346, ../style/sass/partials/_common.scss */
  .error-page p {
    padding-right: 10px;
    padding-left: 10px;
  }
}
/* line 353, ../style/sass/partials/_common.scss */
.error-page h1 {
  padding-left: 50px;
}
@media (max-width: 1023px) {
  /* line 353, ../style/sass/partials/_common.scss */
  .error-page h1 {
    padding-left: 0;
  }
}

/******************  **********************
/* Steps */
/*******************************************/
/* line 365, ../style/sass/partials/_common.scss */
.steps {
  clear: both;
  float: left;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 48px;
  text-align: center;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1280px) {
  /* line 365, ../style/sass/partials/_common.scss */
  .steps {
    float: left;
    width: 100%;
  }
}
/* line 372, ../style/sass/partials/_common.scss */
.steps h1 {
  font-family: "Effra Light";
  color: #002554;
  margin-left: 0px;
}
/* line 375, ../style/sass/partials/_common.scss */
.steps h1 .back_btn {
  vertical-align: middle;
  color: #01a7df;
}
/* line 381, ../style/sass/partials/_common.scss */
.steps div {
  float: left;
  left: 50%;
  position: relative;
}
/* line 387, ../style/sass/partials/_common.scss */
.steps div a {
  background: #fff url("../images/icons/steps.png") 0 0 no-repeat;
  display: inline-block;
  float: left;
  width: 120px;
  height: 30px;
  right: 37%;
  position: relative;
}
@media (max-width: 1023px) {
  /* line 387, ../style/sass/partials/_common.scss */
  .steps div a {
    right: 50%;
    margin-bottom: 12%;
  }
}
/* line 400, ../style/sass/partials/_common.scss */
.steps div a span {
  float: left;
  padding-top: 39px;
  text-align: center;
  width: 86px;
  margin-left: -30px;
  color: #b1b3b3;
  font-size: 14px;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
}
/* line 411, ../style/sass/partials/_common.scss */
.steps div a.active {
  background-position: 0 -139px;
}
/* line 413, ../style/sass/partials/_common.scss */
.steps div a.active span {
  color: #00a9e0;
  font-size: 16px;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
}
@media (max-width: 1023px) {
  /* line 413, ../style/sass/partials/_common.scss */
  .steps div a.active span {
    font-size: 16px;
    font-family: "Effra Regular";
    font-style: normal;
    font-weight: normal;
  }
}
/* line 421, ../style/sass/partials/_common.scss */
.steps div a.last.active {
  background-position: 0 -430px;
}
/* line 424, ../style/sass/partials/_common.scss */
.steps div a.non-active {
  background-position: 0 -307px;
  /*span {
      color: #b3b3b3;
  }*/
}
/* line 430, ../style/sass/partials/_common.scss */
.steps div a.visited {
  background-position: 0 0;
}
/* line 433, ../style/sass/partials/_common.scss */
.steps div a.last.visited {
  background-position: 0 -700px;
}
/* line 436, ../style/sass/partials/_common.scss */
.steps div a.last.non-active {
  background-position: 0 -569px;
}
@media (max-width: 1023px) {
  /* line 381, ../style/sass/partials/_common.scss */
  .steps div {
    padding-left: 30px;
  }
  /* line 441, ../style/sass/partials/_common.scss */
  .steps div a {
    width: 100px;
  }
}

/******************  **********************
/* Icons */
/*******************************************/
/* line 452, ../style/sass/partials/_common.scss */
.icon-22, .icon-22-blue, .icon-22-lightblue, .icon-22-white, .icon-22-grey {
  font-size: 22px;
}

/* line 455, ../style/sass/partials/_common.scss */
.icon-22-blue {
  color: #00a9e0 !important;
}

/* line 459, ../style/sass/partials/_common.scss */
.icon-22-lightblue {
  color: #B9D9EB !important;
}

/* line 463, ../style/sass/partials/_common.scss */
.icon-22-white {
  color: #fff !important;
}

/* line 468, ../style/sass/partials/_common.scss */
.icon-22-grey {
  color: #cdd1d1 !important;
}

/* line 473, ../style/sass/partials/_common.scss */
.icon-40 {
  font-size: 22px;
  color: #00a9e0;
}

/* line 477, ../style/sass/partials/_common.scss */
.icon-h1-36 {
  font-size: 36px;
  float: left;
  color: #00a9e0;
}

/*transparent button*/
/* line 484, ../style/sass/partials/_common.scss */
.btn-transparent {
  background-color: transparent !important;
  color: #00a9e0 !important;
}

/*Split view/Accordian*/
/* line 489, ../style/sass/partials/_common.scss */
.split-section {
  font-size: 1.286em;
  font-family: "Effra Medium";
  font-style: normal;
  font-weight: normal;
}
/* line 491, ../style/sass/partials/_common.scss */
.split-section li {
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
}
/* line 494, ../style/sass/partials/_common.scss */
.split-section li:first-child {
  background-color: #71c5e8;
}
/* line 497, ../style/sass/partials/_common.scss */
.split-section li:last-child {
  color: #001e46;
  background-color: #fff;
}
/* line 502, ../style/sass/partials/_common.scss */
.split-section li span {
  padding-right: 25px;
}

/*form popup css*/
/* line 509, ../style/sass/partials/_common.scss */
.form-popup h3 {
  color: #001e46;
}
@media (max-width: 1023px) {
  /* line 509, ../style/sass/partials/_common.scss */
  .form-popup h3 {
    color: #fff;
    background-color: #0684c7;
    padding-top: 20px;
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 15px;
    margin-top: -20px;
    margin-right: -20px;
    margin-left: -20px;
    text-transform: uppercase;
    font-size: 1em;
    font-family: "Effra Medium";
    font-style: normal;
    font-weight: normal;
  }
}
@media (max-width: 1023px) {
  /* line 520, ../style/sass/partials/_common.scss */
  .form-popup p {
    color: #0684c7;
    font-size: 1.074em;
    font-style: normal;
    font-weight: normal;
  }
}
/* line 527, ../style/sass/partials/_common.scss */
.form-popup hr {
  margin-bottom: 0;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (max-width: 1023px) {
  /* line 527, ../style/sass/partials/_common.scss */
  .form-popup hr {
    border-top: 1px solid #00a9e0;
  }
}
@media (max-width: 1023px) {
  /* line 536, ../style/sass/partials/_common.scss */
  .form-popup form fieldset {
    padding-top: 0;
    padding-right: 15px;
    padding-bottom: 0;
    padding-left: 15px;
  }
}
@media (max-width: 1023px) {
  /* line 543, ../style/sass/partials/_common.scss */
  .form-popup form ul li div.selector {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
@media (max-width: 1023px) {
  /* line 542, ../style/sass/partials/_common.scss */
  .form-popup form ul li {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 0;
  }
}
@media (max-width: 1023px) {
  /* line 556, ../style/sass/partials/_common.scss */
  .form-popup .button-container .secondary-btn2 {
    font-size: 18px;
    font-family: "Effra Medium";
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
  }
}
@media (max-width: 1023px) {
  /* line 563, ../style/sass/partials/_common.scss */
  .form-popup .button-container .primary-btn {
    color: #fff;
    background-color: #00a9e0;
    font-size: 18px;
    font-family: "Effra Regular";
    font-style: normal;
    font-weight: normal;
    border-radius: 0px;
  }
}

/* line 573, ../style/sass/partials/_common.scss */
th[data-role="sort-link"] {
  cursor: pointer;
}

/*Mobile view ul li css */
@media (max-width: 1023px) {
  /* line 582, ../style/sass/partials/_common.scss */
  ul.mobileUlLiTable li {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-right: 15px;
    padding-bottom: 0;
    padding-left: 15px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    border-bottom: 1px solid #e2e2e2;
  }
  /* line 588, ../style/sass/partials/_common.scss */
  ul.mobileUlLiTable li:nth-child(odd) {
    background-color: #f7f8f9;
  }
  /* line 591, ../style/sass/partials/_common.scss */
  ul.mobileUlLiTable li:first-child {
    border-top: 1px solid #e2e2e2;
    margin-top: 20px;
  }
  /* line 595, ../style/sass/partials/_common.scss */
  ul.mobileUlLiTable li:last-child {
    margin-left: 0px;
  }
  /* line 598, ../style/sass/partials/_common.scss */
  ul.mobileUlLiTable div {
    font-family: "Effra Regular";
    font-style: normal;
    font-weight: normal;
  }
  /* line 600, ../style/sass/partials/_common.scss */
  ul.mobileUlLiTable div span:nth-child(1) {
    font-family: "Effra Medium";
    font-style: normal;
    font-weight: normal;
  }
  /* line 604, ../style/sass/partials/_common.scss */
  ul.mobileUlLiTable div:nth-child(1),
  ul.mobileUlLiTable div:nth-child(2) {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  /* line 608, ../style/sass/partials/_common.scss */
  ul.mobileUlLiTable div:nth-child(1) span:nth-child(1),
  ul.mobileUlLiTable div:nth-child(2) span:nth-child(1) {
    color: #001e46;
    font-size: 1em;
  }
  /* line 613, ../style/sass/partials/_common.scss */
  ul.mobileUlLiTable div:nth-child(1) span:nth-child(2),
  ul.mobileUlLiTable div:nth-child(2) span:nth-child(2) {
    color: #859199;
    font-size: 1em;
    font-style: normal;
    font-weight: normal;
  }
  /* line 618, ../style/sass/partials/_common.scss */
  ul.mobileUlLiTable div:nth-child(3),
  ul.mobileUlLiTable div:nth-child(4) {
    color: #859199;
    font-size: 1em;
    font-style: normal;
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  /* line 624, ../style/sass/partials/_common.scss */
  ul.mobileUlLiTable div:nth-child(5) {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  /* line 628, ../style/sass/partials/_common.scss */
  ul.mobileUlLiTable div:nth-child(5) .secondary-btn {
    background-color: #fff;
  }
}

/* Stack Table Mobile View Start */
/* line 636, ../style/sass/partials/_common.scss */
div.stacktable.small-only table.stacktable.small-only > tbody > tr > td {
  background: #F7FAFC;
  border: none;
}
/* line 639, ../style/sass/partials/_common.scss */
div.stacktable.small-only table.stacktable.small-only > tbody > tr > td.st-key {
  font-size: 1em;
  font-family: "Effra Medium";
  font-style: normal;
  font-weight: normal;
  color: #001e46;
}
/* line 643, ../style/sass/partials/_common.scss */
div.stacktable.small-only table.stacktable.small-only > tbody > tr > td.st-val {
  color: #859199;
}
/* line 647, ../style/sass/partials/_common.scss */
div.stacktable.small-only table.stacktable.small-only:nth-of-type(odd) > tbody > tr > td {
  background: #fff;
}
@media (max-width: 1023px) {
  /* line 647, ../style/sass/partials/_common.scss */
  div.stacktable.small-only table.stacktable.small-only:nth-of-type(odd) > tbody > tr > td {
    text-align: left;
  }
}
/* line 653, ../style/sass/partials/_common.scss */
div.stacktable.small-only table.stacktable.small-only:nth-of-type(odd) > tbody > tr {
  background: #F7FAFC;
}
/* line 656, ../style/sass/partials/_common.scss */
div.stacktable.small-only table.stacktable.small-only:nth-of-type(even) > tbody > tr {
  background: #fff;
}

/* Stack Table Mobile View End */
/* Stack Table Mobile View End */
@media (max-width: 1023px) {
  /* line 662, ../style/sass/partials/_common.scss */
  .secondary-btn3 {
    /* width: auto;*/
    padding-right: 16px;
    padding-left: 16px;
    margin-top: 16px;
    margin-bottom: 16px;
  }
}

/* Sort Container start -*/
/* line 671, ../style/sass/partials/_common.scss */
.sort-container > span {
  float: left;
  margin-top: 15px;
  margin-left: 10px;
}
/* line 675, ../style/sass/partials/_common.scss */
.sort-container #sortFieldTypeContainer {
  float: right;
  width: 80%;
  /*#sortTypeContainer,*/
  /*div.selector{
    padding: 0;
  }*/
}
/* line 678, ../style/sass/partials/_common.scss */
.sort-container #sortFieldTypeContainer #sortFieldIndexContainer {
  width: 75%;
  display: inline-table;
  text-transform: capitalize;
  font-size: 1em;
  float: left;
}
/* line 685, ../style/sass/partials/_common.scss */
.sort-container #sortFieldTypeContainer #sortTypeContainer {
  width: 25%;
  /* display: inline; */
  float: left;
  /* padding: 9px; */
  font-size: 1.6em;
  text-align: center;
  /* vertical-align: middle; */
  height: 47px;
  line-height: 47px;
  font-size: 2.2em;
  padding: 5px;
}
/* line 697, ../style/sass/partials/_common.scss */
.sort-container #sortFieldTypeContainer #sortTypeContainer a:focus {
  outline: none;
  text-decoration: none;
}

/* Sort Container end */
/* Input Clear/Cross  Issue IE 11*/
/* line 709, ../style/sass/partials/_common.scss */
input::-ms-clear {
  display: none;
}

/* line 712, ../style/sass/partials/_common.scss */
.tabs-spacing .tabs-view + hr {
  margin-top: 0;
}

/* line 716, ../style/sass/partials/_common.scss */
.content-wrapper {
  transition: height linear 0.15s;
}

/* line 721, ../style/sass/partials/_common.scss */
.checkout-details-header h1 {
  text-align: center;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 25px;
  margin-left: 0;
  display: block;
}
/* line 726, ../style/sass/partials/_common.scss */
.checkout-details-header p {
  text-align: center;
  letter-spacing: 2px;
  margin-top: 10px;
}

/* line 732, ../style/sass/partials/_common.scss */
.checkout-details-bottom.button-container.newPrescription {
  margin-top: 10px;
}

/* line 735, ../style/sass/partials/_common.scss */
.checkout-details-bottom.button-container, .req-catelog-bottom.button-container {
  float: left;
  width: 100%;
  text-align: center;
}
/* line 738, ../style/sass/partials/_common.scss */
.checkout-details-bottom.button-container hr, .req-catelog-bottom.button-container hr {
  width: 30%;
  display: inline-block;
  margin-top: 5px;
  margin-right: 0;
  margin-bottom: 5px;
  margin-left: 0;
}
/* line 743, ../style/sass/partials/_common.scss */
.checkout-details-bottom.button-container div.row, .req-catelog-bottom.button-container div.row {
  margin: 20px 0;
}
/* line 744, ../style/sass/partials/_common.scss */
.checkout-details-bottom.button-container input, .req-catelog-bottom.button-container input {
  margin-right: 30px;
  margin-left: 30px;
}
/* line 746, ../style/sass/partials/_common.scss */
.checkout-details-bottom.button-container input.secondary-btn, .req-catelog-bottom.button-container input.secondary-btn {
  margin-top: 30px;
}
@media (max-width: 1023px) {
  /* line 751, ../style/sass/partials/_common.scss */
  .checkout-details-bottom.button-container input, .req-catelog-bottom.button-container input {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 753, ../style/sass/partials/_common.scss */
  .checkout-details-bottom.button-container input.secondary-btn, .req-catelog-bottom.button-container input.secondary-btn {
    width: 100%;
    margin-left: 0;
  }
}

/* line 760, ../style/sass/partials/_common.scss */
.checkout-details-bottom.back-to-cart, .req-catelog-bottom.back-to-cart {
  float: left;
  width: 100%;
  text-align: center;
}
/* line 763, ../style/sass/partials/_common.scss */
.checkout-details-bottom.back-to-cart a, .req-catelog-bottom.back-to-cart a {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #00a9e0;
  display: inline-block;
}
@media (max-width: 1023px) {
  /* line 769, ../style/sass/partials/_common.scss */
  .checkout-details-bottom.back-to-cart p, .req-catelog-bottom.back-to-cart p {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

/********* Scrollable table************/
/* line 776, ../style/sass/partials/_common.scss */
table.scroll-01 tbody,
table.scroll-01 thead {
  display: block;
}

/* line 778, ../style/sass/partials/_common.scss */
table.scroll-01 tbody {
  height: 288px;
  overflow-y: auto;
  overflow-x: hidden;
}

/********* HeathCare Steps************/
@media (max-width: 1023px) {
  /* line 788, ../style/sass/partials/_common.scss */
  .checkout-shipping-details .steps, .checkout-payment-details .steps, .consignment-checkout-payment .steps, .checkout-review-order .steps, .patch-hf .steps, .patch-patient .steps, .reporting-criteria .steps, .patch-review .steps, .patch-pi .steps, .prescription .steps, .cardiocom-hf .steps, .cardiocom-pi .steps, .cardiocom-patient .steps, .linq-PH .steps, .linq-page .steps {
    margin-top: 10%;
    margin-right: 10%;
    padding-bottom: 0;
    min-height: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  /* line 794, ../style/sass/partials/_common.scss */
  .checkout-shipping-details .steps div, .checkout-payment-details .steps div, .consignment-checkout-payment .steps div, .checkout-review-order .steps div, .patch-hf .steps div, .patch-patient .steps div, .reporting-criteria .steps div, .patch-review .steps div, .patch-pi .steps div, .prescription .steps div, .cardiocom-hf .steps div, .cardiocom-pi .steps div, .cardiocom-patient .steps div, .linq-PH .steps div, .linq-page .steps div {
    padding-left: 0;
  }
}
@media (max-width: 1023px) {
  /* line 794, ../style/sass/partials/_common.scss */
  .checkout-shipping-details .steps div, .checkout-payment-details .steps div, .consignment-checkout-payment .steps div, .checkout-review-order .steps div, .patch-hf .steps div, .patch-patient .steps div, .reporting-criteria .steps div, .patch-review .steps div, .patch-pi .steps div, .prescription .steps div, .cardiocom-hf .steps div, .cardiocom-pi .steps div, .cardiocom-patient .steps div, .linq-PH .steps div, .linq-page .steps div {
    padding-left: 0;
    left: 0;
  }
  /* line 802, ../style/sass/partials/_common.scss */
  .checkout-shipping-details .steps div a, .checkout-payment-details .steps div a, .consignment-checkout-payment .steps div a, .checkout-review-order .steps div a, .patch-hf .steps div a, .patch-patient .steps div a, .reporting-criteria .steps div a, .patch-review .steps div a, .patch-pi .steps div a, .prescription .steps div a, .cardiocom-hf .steps div a, .cardiocom-pi .steps div a, .cardiocom-patient .steps div a, .linq-PH .steps div a, .linq-page .steps div a {
    width: 33%;
    left: 0;
  }
  /* line 806, ../style/sass/partials/_common.scss */
  .checkout-shipping-details .steps div a span, .checkout-payment-details .steps div a span, .consignment-checkout-payment .steps div a span, .checkout-review-order .steps div a span, .patch-hf .steps div a span, .patch-patient .steps div a span, .reporting-criteria .steps div a span, .patch-review .steps div a span, .patch-pi .steps div a span, .prescription .steps div a span, .cardiocom-hf .steps div a span, .cardiocom-pi .steps div a span, .cardiocom-patient .steps div a span, .linq-PH .steps div a span, .linq-page .steps div a span {
    margin-left: -30px;
  }
}

/********* 2 Collum Popup ************/
/* line 817, ../style/sass/partials/_common.scss */
.two-coll-popup fieldset {
  float: left;
  width: 100%;
}
/* line 819, ../style/sass/partials/_common.scss */
.two-coll-popup fieldset.two-coll {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  width: 100%;
}
@media (min-width: 1024px) {
  /* line 822, ../style/sass/partials/_common.scss */
  .two-coll-popup fieldset.two-coll li {
    float: left;
    width: 45%;
    margin-right: 5%;
    margin-bottom: 5px;
  }
}
/* line 827, ../style/sass/partials/_common.scss */
.two-coll-popup fieldset.two-coll li input, .two-coll-popup fieldset.two-coll li select {
  width: 100%;
}
@media (max-width: 1023px) {
  /* line 822, ../style/sass/partials/_common.scss */
  .two-coll-popup fieldset.two-coll li {
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  /* line 834, ../style/sass/partials/_common.scss */
  .two-coll-popup fieldset.two-coll li li {
    width: 47.5%;
  }
  /* line 837, ../style/sass/partials/_common.scss */
  .two-coll-popup fieldset.two-coll li li:nth-child(even) {
    margin-right: 0;
  }
}
/* line 846, ../style/sass/partials/_common.scss */
.two-coll-popup h1 {
  float: left;
  width: auto;
  margin-bottom: 21px !important;
}
@media (max-width: 1023px) {
  /* line 846, ../style/sass/partials/_common.scss */
  .two-coll-popup h1 {
    float: none;
    width: auto;
  }
}
/* line 853, ../style/sass/partials/_common.scss */
.two-coll-popup .clear {
  clear: both;
  float: left;
  width: 100%;
}
/* line 857, ../style/sass/partials/_common.scss */
.two-coll-popup .required {
  text-align: right;
  margin-right: 38px;
  position: relative;
  float: right;
}
@media (max-width: 1023px) {
  /* line 857, ../style/sass/partials/_common.scss */
  .two-coll-popup .required {
    margin-right: 0;
    top: 35px;
    bottom: 0;
  }
}
/* line 868, ../style/sass/partials/_common.scss */
.two-coll-popup .button-container .primary-btn {
  background-color: #b0008e;
}

/* line 875, ../style/sass/partials/_common.scss */
.patch-patient fieldset.multi-coll {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  /* line 875, ../style/sass/partials/_common.scss */
  .patch-patient fieldset.multi-coll {
    width: 76%;
  }
}
@media (min-width: 1024px) {
  /* line 880, ../style/sass/partials/_common.scss */
  .patch-patient fieldset.multi-coll li {
    margin-right: 5%;
    float: left;
  }
}

/* line 891, ../style/sass/partials/_common.scss */
.profile-pic {
  background: url("../../b2bredesign/images/icons/profile.png") 0 0 no-repeat;
  height: 82px;
  display: block;
  margin-top: 0;
  margin-bottom: 11px;
}

/* line 897, ../style/sass/partials/_common.scss */
.select2-container .select2-selection--single {
  font-size: 15px !important;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
}

/* line 1, ../style/sass/partials/_custom-selectbox.scss */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
/* line 7, ../style/sass/partials/_custom-selectbox.scss */
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 40px;
  user-select: none;
  -webkit-user-select: none;
  font-size: 16px;
}
/* line 15, ../style/sass/partials/_custom-selectbox.scss */
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 23, ../style/sass/partials/_custom-selectbox.scss */
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
/* line 27, ../style/sass/partials/_custom-selectbox.scss */
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
/* line 34, ../style/sass/partials/_custom-selectbox.scss */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 42, ../style/sass/partials/_custom-selectbox.scss */
.select2-container .select2-search--inline {
  float: left;
}
/* line 44, ../style/sass/partials/_custom-selectbox.scss */
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
  display: none;
}
/* line 52, ../style/sass/partials/_custom-selectbox.scss */
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 58, ../style/sass/partials/_custom-selectbox.scss */
.select2-dropdown {
  background-color: white;
  /* border: 1px solid #aaa; */
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

/* line 70, ../style/sass/partials/_custom-selectbox.scss */
.select2-results {
  display: block;
}

/* line 74, ../style/sass/partials/_custom-selectbox.scss */
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 80, ../style/sass/partials/_custom-selectbox.scss */
.select2-results__option {
  padding: 16px 16px 16px 10px;
  user-select: none;
  -webkit-user-select: none;
  font-size: 15px;
  border-top: 1px solid #004b87;
  color: #004b87;
}

/* line 89, ../style/sass/partials/_custom-selectbox.scss */
.select2-results__option[aria-selected] {
  cursor: pointer;
}

/* line 93, ../style/sass/partials/_custom-selectbox.scss */
.select2-container--open {
  background: #B9D9EB;
}

/* line 97, ../style/sass/partials/_custom-selectbox.scss */
.select2-container--open .select2-dropdown {
  left: 0;
  background: #B9D9EB;
}

/* line 102, ../style/sass/partials/_custom-selectbox.scss */
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: #B9D9EB;
}

/* line 109, ../style/sass/partials/_custom-selectbox.scss */
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background: #B9D9EB;
}

/* line 117, ../style/sass/partials/_custom-selectbox.scss */
.select2-search--dropdown .select2-search-icon {
  width: auto;
  position: absolute;
  top: 12px;
  left: 7px;
  color: #b1b3b3;
}
/* line 124, ../style/sass/partials/_custom-selectbox.scss */
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding-left: 25px;
}
/* line 131, ../style/sass/partials/_custom-selectbox.scss */
.select2-search--dropdown .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
/* line 134, ../style/sass/partials/_custom-selectbox.scss */
.select2-search--dropdown .select2-search--dropdown.select2-search--hide {
  display: none;
}

/* line 139, ../style/sass/partials/_custom-selectbox.scss */
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #F7FAFC;
  filter: alpha(opacity=0);
}

/* line 157, ../style/sass/partials/_custom-selectbox.scss */
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

/* line 169, ../style/sass/partials/_custom-selectbox.scss */
.select2-container--default .select2-selection--single {
  background-color: #F7FAFC;
  border-radius: 4px;
  border: 1px solid #cccbcb;
}
/* line 173, ../style/sass/partials/_custom-selectbox.scss */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #004b87;
  line-height: 39px;
}
/* line 177, ../style/sass/partials/_custom-selectbox.scss */
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
/* line 182, ../style/sass/partials/_custom-selectbox.scss */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #004b87;
}
/* line 185, ../style/sass/partials/_custom-selectbox.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 35px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
/* line 192, ../style/sass/partials/_custom-selectbox.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  color: #00A9E0;
  line-height: 45px;
  font-size: 18px;
}
/* line 199, ../style/sass/partials/_custom-selectbox.scss */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
/* line 202, ../style/sass/partials/_custom-selectbox.scss */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
/* line 206, ../style/sass/partials/_custom-selectbox.scss */
.select2-container--default [dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
/* line 210, ../style/sass/partials/_custom-selectbox.scss */
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #F7FAFC;
  cursor: default;
}
/* line 214, ../style/sass/partials/_custom-selectbox.scss */
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

/* line 219, ../style/sass/partials/_custom-selectbox.scss */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b.icon-angle-down:before {
  content: "\7a";
}

/* line 223, ../style/sass/partials/_custom-selectbox.scss */
.select2-container--default .select2-selection--multiple {
  background-color: white;
  /*  border: 1px solid #aaa; */
  border-radius: 4px;
  cursor: text;
}

/* line 230, ../style/sass/partials/_custom-selectbox.scss */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

/* line 238, ../style/sass/partials/_custom-selectbox.scss */
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #004b87;
  margin-top: 5px;
  float: left;
}

/* line 244, ../style/sass/partials/_custom-selectbox.scss */
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

/* line 252, ../style/sass/partials/_custom-selectbox.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #F7FAFC;
  /* border: 1px solid #aaa; */
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 263, ../style/sass/partials/_custom-selectbox.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #004b87;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 271, ../style/sass/partials/_custom-selectbox.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #004b87;
}

/* line 275, ../style/sass/partials/_custom-selectbox.scss */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

/* line 281, ../style/sass/partials/_custom-selectbox.scss */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 286, ../style/sass/partials/_custom-selectbox.scss */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 291, ../style/sass/partials/_custom-selectbox.scss */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  /* border: solid black 1px; */
  outline: 0;
}

/* line 296, ../style/sass/partials/_custom-selectbox.scss */
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #F7FAFC;
  cursor: default;
}

/* line 301, ../style/sass/partials/_custom-selectbox.scss */
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

/* line 305, ../style/sass/partials/_custom-selectbox.scss */
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background: #B9D9EB;
}

/* line 312, ../style/sass/partials/_custom-selectbox.scss */
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: #B9D9EB;
}

/* line 319, ../style/sass/partials/_custom-selectbox.scss */
.select2-container--default .select2-search--dropdown .select2-search__field {
  /* border: 1px solid #aaa;  */
}

/* line 323, ../style/sass/partials/_custom-selectbox.scss */
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

/* line 331, ../style/sass/partials/_custom-selectbox.scss */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 336, ../style/sass/partials/_custom-selectbox.scss */
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

/* line 340, ../style/sass/partials/_custom-selectbox.scss */
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #004b87;
}

/* line 344, ../style/sass/partials/_custom-selectbox.scss */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #B9D9EB;
}

/* line 348, ../style/sass/partials/_custom-selectbox.scss */
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
  border-bottom: 1px solid #7cb6d7;
}

/* line 353, ../style/sass/partials/_custom-selectbox.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

/* line 357, ../style/sass/partials/_custom-selectbox.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

/* line 362, ../style/sass/partials/_custom-selectbox.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

/* line 367, ../style/sass/partials/_custom-selectbox.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

/* line 372, ../style/sass/partials/_custom-selectbox.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

/* line 377, ../style/sass/partials/_custom-selectbox.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

/* line 382, ../style/sass/partials/_custom-selectbox.scss */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #0085ca;
  color: white;
}

/* line 387, ../style/sass/partials/_custom-selectbox.scss */
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 393, ../style/sass/partials/_custom-selectbox.scss */
.select2-container--classic .select2-selection--single {
  background-color: #F7FAFC;
  border-radius: 4px;
  outline: 0;
}

/* line 399, ../style/sass/partials/_custom-selectbox.scss */
.select2-container--classic .select2-selection--single:focus {
  /* border: 1px solid #5897fb; */
}

/* line 403, ../style/sass/partials/_custom-selectbox.scss */
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #004b87;
  line-height: 46px;
}

/* line 408, ../style/sass/partials/_custom-selectbox.scss */
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

/* line 415, ../style/sass/partials/_custom-selectbox.scss */
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 419, ../style/sass/partials/_custom-selectbox.scss */
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #F7FAFC;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 46px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

/* line 432, ../style/sass/partials/_custom-selectbox.scss */
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 445, ../style/sass/partials/_custom-selectbox.scss */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 449, ../style/sass/partials/_custom-selectbox.scss */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

/* line 459, ../style/sass/partials/_custom-selectbox.scss */
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

/* line 467, ../style/sass/partials/_custom-selectbox.scss */
.select2-container--classic .select2-selection--multiple:focus {
  /* border: 1px solid #5897fb; */
}

/* line 471, ../style/sass/partials/_custom-selectbox.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

/* line 477, ../style/sass/partials/_custom-selectbox.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

/* line 481, ../style/sass/partials/_custom-selectbox.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #F7FAFC;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 492, ../style/sass/partials/_custom-selectbox.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 500, ../style/sass/partials/_custom-selectbox.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

/* line 504, ../style/sass/partials/_custom-selectbox.scss */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

/* line 508, ../style/sass/partials/_custom-selectbox.scss */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 513, ../style/sass/partials/_custom-selectbox.scss */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 518, ../style/sass/partials/_custom-selectbox.scss */
.select2-container--classic.select2-container--open .select2-selection--multiple {
  /* border: 1px solid #5897fb; */
}

/* line 522, ../style/sass/partials/_custom-selectbox.scss */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 528, ../style/sass/partials/_custom-selectbox.scss */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: #B9D9EB;
}

/* line 535, ../style/sass/partials/_custom-selectbox.scss */
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

/* line 540, ../style/sass/partials/_custom-selectbox.scss */
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

/* line 545, ../style/sass/partials/_custom-selectbox.scss */
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

/* line 550, ../style/sass/partials/_custom-selectbox.scss */
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

/* line 554, ../style/sass/partials/_custom-selectbox.scss */
.select2-container--classic .select2-dropdown--below {
  border-top: none;
  background: #b9d9eb;
}

/* line 559, ../style/sass/partials/_custom-selectbox.scss */
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 564, ../style/sass/partials/_custom-selectbox.scss */
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

/* line 568, ../style/sass/partials/_custom-selectbox.scss */
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

/* line 572, ../style/sass/partials/_custom-selectbox.scss */
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #0085ca;
  color: white;
}

/* line 577, ../style/sass/partials/_custom-selectbox.scss */
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 583, ../style/sass/partials/_custom-selectbox.scss */
.select2-container--classic.select2-container--open .select2-dropdown {
  /*  border-color: #5897fb; */
}

/******************  **********************
/* Header Styles */
/*******************************************/
/* line 5, ../style/sass/partials/_header.scss */
header {
  height: 73px;
  width: 100%;
  float: left;
  border: 1px solid #e6e6e6;
}
@media (max-width: 1023px) {
  /* line 5, ../style/sass/partials/_header.scss */
  header {
    height: 52px;
    z-index: 1052;
    background-color: #fff;
    border-left: none;
    border-top: none;
    border-right: none;
  }
}
/* line 18, ../style/sass/partials/_header.scss */
header input {
  border: none;
  color: #a0b0c1;
  font-size: 24px;
  font-family: "Effra Light";
  font-style: normal;
  font-weight: normal;
  height: 71px;
}
@media (max-width: 1023px) {
  /* line 18, ../style/sass/partials/_header.scss */
  header input {
    /*  @extend .hidden-xs */
  }
}
/* line 27, ../style/sass/partials/_header.scss */
header .brand-logo {
  padding-right: 42px;
  border-right: none;
}
@media (max-width: 1023px) {
  /* line 27, ../style/sass/partials/_header.scss */
  header .brand-logo {
    padding-right: 0;
    padding-left: 3px;
    line-height: 50px;
    width: 113px;
  }
}
@media (max-width: 1023px) {
  /* line 37, ../style/sass/partials/_header.scss */
  header .brand-logo img {
    height: 19px;
  }
}
/* line 42, ../style/sass/partials/_header.scss */
header .brand-logo:hover {
  border-right: none;
}
/* line 46, ../style/sass/partials/_header.scss */
header .brand-logo + span {
  font-size: 20px;
  color: #a0b0c1;
  padding-left: 27px;
  line-height: 75px;
  float: left;
}
@media (max-width: 1023px) {
  /* line 46, ../style/sass/partials/_header.scss */
  header .brand-logo + span {
    padding-left: 10px;
    line-height: 54px;
  }
}
/* line 57, ../style/sass/partials/_header.scss */
header a:visited {
  color: #a0b0c1;
}
/* line 60, ../style/sass/partials/_header.scss */
header a, header a:hover {
  border-right: 1px solid #e6e6e6;
  color: #a0b0c1;
  display: inline-block;
  line-height: 72px;
  float: left;
  text-decoration: none;
}
@media (max-width: 1023px) {
  /* line 60, ../style/sass/partials/_header.scss */
  header a, header a:hover {
    border-right: none;
    line-height: 52px;
  }
}
/* line 72, ../style/sass/partials/_header.scss */
header a.hambergur-menu {
  float: left;
  width: 82px;
  text-align: center;
  font-size: 25px;
  color: #001e46;
  border: none;
  text-decoration: none;
  position: relative;
  top: 5px;
  left: 0;
}
@media (max-width: 1023px) {
  /* line 72, ../style/sass/partials/_header.scss */
  header a.hambergur-menu {
    width: 58px;
    top: 3px;
  }
}
/* line 88, ../style/sass/partials/_header.scss */
header a.cross-menu {
  background: #001e46;
  color: #00a9e0;
  top: 0px;
}
/* line 94, ../style/sass/partials/_header.scss */
header a.active, header a[data-role="mini-cart"]:hover, header .mini-cart-effect {
  background: #001e46;
  color: #fff;
}
/* line 98, ../style/sass/partials/_header.scss */
header p.active {
  background: #001e46;
}
/* line 100, ../style/sass/partials/_header.scss */
header p.active span {
  color: #fff;
}
/* line 105, ../style/sass/partials/_header.scss */
header div {
  float: right;
  width: 45%;
  border-left: 1px solid #e6e6e6;
  position: relative;
  /* a:hover{
      background: $blue1;
  } */
}
@media (max-width: 1023px) {
  /* line 105, ../style/sass/partials/_header.scss */
  header div {
    border-left: none;
    /* @include padding(null, 10px, null, null);*/
    /* float:none!important; */
  }
}
/* line 115, ../style/sass/partials/_header.scss */
header div .profile[data-source='profile'] {
  width: 221px;
}
/* line 117, ../style/sass/partials/_header.scss */
header div .profile[data-source='profile'] span[data-role="header-dropdown"] {
  cursor: pointer;
}
/* line 120, ../style/sass/partials/_header.scss */
header div .profile[data-source='profile'] span:nth-child(2) {
  width: 55%;
  word-wrap: break-word;
  line-height: 28px;
  white-space: nowrap;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 130, ../style/sass/partials/_header.scss */
header div .quick-links {
  position: absolute;
  top: 59px;
  left: 0;
  z-index: 999;
  width: 100%;
  background: #d4e7f5;
  padding-bottom: 27px;
  /* a:hover{
   background: $blue1;
              }  */
}
@media (max-width: 1023px) {
  /* line 130, ../style/sass/partials/_header.scss */
  header div .quick-links {
    right: 0;
    left: auto;
    top: 51px;
  }
}
/* line 148, ../style/sass/partials/_header.scss */
header div .quick-links li {
  float: left;
  width: 100%;
}
/* line 151, ../style/sass/partials/_header.scss */
header div .quick-links li a {
  width: 100%;
  text-align: left;
  padding-top: 30px;
  padding-right: 21px;
  padding-bottom: 0px;
  padding-left: 21px;
  color: #2a7de3;
  line-height: 1em;
  font-size: 1em;
  font-weight: bold;
}
/* line 160, ../style/sass/partials/_header.scss */
header div .quick-links li:hover {
  background: none;
}
/* line 163, ../style/sass/partials/_header.scss */
header div .quick-links li span {
  display: block;
  padding: 15px 21px;
  color: #fff;
  background: #002454;
}
/* line 172, ../style/sass/partials/_header.scss */
header div .quick-links.selected a {
  background: #004b87;
}
/* line 175, ../style/sass/partials/_header.scss */
header div .quick-links.selected a:hover {
  background: #004b87;
}
/* line 180, ../style/sass/partials/_header.scss */
header div a {
  width: 71px;
  text-align: center;
  font-size: 20px;
}
@media (max-width: 1023px) {
  /* line 180, ../style/sass/partials/_header.scss */
  header div a {
    width: 35px;
  }
}
@media (max-width: 1023px) {
  /* line 105, ../style/sass/partials/_header.scss */
  header div {
    float: right;
    width: auto;
  }
}
/* line 191, ../style/sass/partials/_header.scss */
header div p {
  float: left;
  padding-top: 14px;
  width: 226px;
  height: 71px;
  margin: -1px 0 0 0;
  font-size: 1.143em;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
}
/* line 198, ../style/sass/partials/_header.scss */
header div p span {
  float: left;
  line-height: 31px;
}
/* line 202, ../style/sass/partials/_header.scss */
header div p span:first-child {
  width: 24px;
  background: url("../../b2bredesign/images/icons/user-profile.png") no-repeat left top;
  margin-top: 10px;
  margin-right: 18px;
  margin-left: 18px;
  float: left;
  height: 34px;
}
/* line 209, ../style/sass/partials/_header.scss */
header div p span:nth-child(2) {
  padding-top: 7px;
}
/* line 212, ../style/sass/partials/_header.scss */
header div p span:last-child {
  float: right;
  width: 32px;
  color: #00a9e0;
  font-size: 21px;
  line-height: 48px;
}
@media (max-width: 1023px) {
  /* line 212, ../style/sass/partials/_header.scss */
  header div p span:last-child {
    display: none;
  }
}
/* line 222, ../style/sass/partials/_header.scss */
header div.active {
  background: #002554;
}
/* line 224, ../style/sass/partials/_header.scss */
header div.active span {
  color: #fff;
}
/* line 229, ../style/sass/partials/_header.scss */
header div .profile-dropdown {
  position: absolute;
  top: 70px;
  right: 0px;
  z-index: 999;
  width: 221px;
}
/* line 235, ../style/sass/partials/_header.scss */
header div .profile-dropdown li {
  border-bottom: 1px solid #004b87;
  float: left;
  width: 100%;
}
/* line 243, ../style/sass/partials/_header.scss */
header div .profile-dropdown.selected a {
  background: #004b87;
}
/* line 246, ../style/sass/partials/_header.scss */
header div .profile-dropdown.selected a:hover {
  background: #004b87;
}
/* line 250, ../style/sass/partials/_header.scss */
header div .profile-dropdown a {
  border: none;
  width: 100%;
  text-align: left;
  color: #fff;
  font-size: 12px;
  padding: 14px 8px;
  line-height: 12px;
  background: #001e46;
}
/* line 261, ../style/sass/partials/_header.scss */
header div .lang-selector {
  width: auto;
  border-right: 1px solid #eee;
}
@media (max-width: 1023px) {
  /* line 261, ../style/sass/partials/_header.scss */
  header div .lang-selector {
    width: 35px;
    border: none;
    padding-top: 5px;
  }
}
/* line 269, ../style/sass/partials/_header.scss */
header div .lang-selector a {
  border: none;
  display: inline-block;
  line-height: 49px;
  padding-left: 0px;
}
/* line 274, ../style/sass/partials/_header.scss */
header div .lang-selector a > span {
  height: auto;
  line-height: 42px;
  display: inline-block;
  margin: 0;
  background: none;
  font-size: 14px;
}
@media (max-width: 1023px) {
  /* line 274, ../style/sass/partials/_header.scss */
  header div .lang-selector a > span {
    display: none;
  }
}
/* line 286, ../style/sass/partials/_header.scss */
header div .lang-selector > span {
  line-height: 13px !important;
}
/* line 290, ../style/sass/partials/_header.scss */
header div .lang-dropdown {
  position: absolute;
  top: 70px;
  right: 222px;
  z-index: 999;
  width: 103px;
}
@media (max-width: 1023px) {
  /* line 290, ../style/sass/partials/_header.scss */
  header div .lang-dropdown {
    top: 51px;
    right: 0;
  }
}
/* line 300, ../style/sass/partials/_header.scss */
header div .lang-dropdown li {
  border-bottom: 1px solid #004b87;
  float: left;
  width: 100%;
}
/* line 304, ../style/sass/partials/_header.scss */
header div .lang-dropdown li a {
  border: none;
  width: 100%;
  text-align: left;
  color: #fff;
  font-size: 12px;
  padding: 14px 8px;
  line-height: 12px;
  background: #002554;
}
/* line 324, ../style/sass/partials/_header.scss */
header .search-box {
  float: left;
  color: #a0b0c1;
  font-size: 24px;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
  width: 40%;
}
@media (max-width: 1023px) {
  /* line 324, ../style/sass/partials/_header.scss */
  header .search-box {
    width: 9%;
    font-size: 9px;
    font-family: "Effra Regular";
    font-style: normal;
    font-weight: normal;
    text-align: center;
  }
}
/* line 336, ../style/sass/partials/_header.scss */
header .search-icon, header .clear-search {
  color: #b1b3b3;
  font-size: 20px;
  padding-top: 25px;
  padding-left: 24px;
  position: absolute;
  cursor: pointer;
}
@media (max-width: 1023px) {
  /* line 336, ../style/sass/partials/_header.scss */
  header .search-icon, header .clear-search {
    padding-top: 11px;
    padding-left: 10px;
    left: 10px;
  }
}
/* line 348, ../style/sass/partials/_header.scss */
header .search-box.active, header .search-box.active input {
  background: #5b7f95;
  color: #fff;
}
@media (max-width: 1023px) {
  /* line 348, ../style/sass/partials/_header.scss */
  header .search-box.active, header .search-box.active input {
    width: 100%;
    margin-top: -4px;
  }
}
/* line 355, ../style/sass/partials/_header.scss */
header .search-box.active[type="text"], header .search-box.active input[type="text"] {
  font-size: 34px;
  font-family: "Effra Regular";
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  /* line 355, ../style/sass/partials/_header.scss */
  header .search-box.active[type="text"], header .search-box.active input[type="text"] {
    font-size: 16px;
    line-height: 24px;
  }
}
/* line 365, ../style/sass/partials/_header.scss */
header .search-box.active {
  position: absolute;
  width: 79%;
  left: 21%;
  z-index: 1;
}
@media (max-width: 1023px) {
  /* line 365, ../style/sass/partials/_header.scss */
  header .search-box.active {
    width: 100%;
    left: 0;
    height: 51px;
  }
}
/* line 376, ../style/sass/partials/_header.scss */
header .search-box input {
  width: 100%;
  font-size: 22px;
  margin-bottom: 0;
  padding-right: 0px;
  padding-left: 60px;
}
@media (max-width: 1023px) {
  /* line 376, ../style/sass/partials/_header.scss */
  header .search-box input {
    height: auto;
    font-size: 16px;
    padding-top: 14px;
    padding-bottom: 14px;
    width: 35%;
  }
}
/* line 391, ../style/sass/partials/_header.scss */
header .search-box.mobile-show {
  width: 100%;
  background: #5b7f95;
  position: absolute;
  height: 51px;
  z-index: 1;
}
/* line 396, ../style/sass/partials/_header.scss */
header .search-box.mobile-show input[type="text"] {
  display: block !important;
  background: transparent;
}
/* line 402, ../style/sass/partials/_header.scss */
header .clear-search {
  border: none;
  right: 0;
  padding-top: 0;
  padding-left: 0;
}
@media (max-width: 1023px) {
  /* line 407, ../style/sass/partials/_header.scss */
  header .clear-search.align-right {
    left: auto;
  }
}
/* line 413, ../style/sass/partials/_header.scss */
header .sub-menu {
  width: auto;
}
@media (max-width: 1023px) {
  /* line 413, ../style/sass/partials/_header.scss */
  header .sub-menu {
    width: 140px;
  }
}
/* line 418, ../style/sass/partials/_header.scss */
header .sub-menu a.active, header .sub-menu a {
  text-decoration: none;
}
@media (max-width: 1023px) {
  /* line 413, ../style/sass/partials/_header.scss */
  header .sub-menu {
    position: initial;
    float: right !important;
  }
}
/* line 425, ../style/sass/partials/_header.scss */
header .sub-menu .profile.active {
  width: 221px;
}
/* line 428, ../style/sass/partials/_header.scss */
header .sub-menu > div {
  width: auto;
  border-left: none;
}
/* line 434, ../style/sass/partials/_header.scss */
header h2.text-right {
  margin-right: 30px;
}

/* line 439, ../style/sass/partials/_header.scss */
.sub-menu.unsigned-header .lang-dropdown {
  left: 0px;
}

/* line 442, ../style/sass/partials/_header.scss */
.sub-menu.unsigned-header .lang-dropdown + p {
  text-align: center;
  padding-top: 21px;
  color: #004b87;
  font-weight: bold;
}

/* line 448, ../style/sass/partials/_header.scss */
.unsigned-header p {
  line-height: normal;
  margin-right: 25px;
}

@media (max-width: 1023px) {
  /* line 452, ../style/sass/partials/_header.scss */
  .cookie-navbar-container {
    position: fixed;
    top: 0;
    z-index: 1052;
    width: 100%;
  }
}

/* line 1, ../style/sass/partials/_leftnav.scss */
#sidebar {
  float: left;
  width: 82px;
  clear: both;
  height: 100%;
  background: #001e46;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 1023px) {
  /* line 1, ../style/sass/partials/_leftnav.scss */
  #sidebar {
    width: 0px;
    position: absolute;
    z-index: 1;
    height: auto;
  }
}
/* line 17, ../style/sass/partials/_leftnav.scss */
#sidebar ul.quick-links a {
  color: #004b87 !important;
  vertical-align: middle;
  font-size: 17px;
  margin-left: 20px;
}
/* line 23, ../style/sass/partials/_leftnav.scss */
#sidebar ul {
  background: #001e46;
}
/* line 25, ../style/sass/partials/_leftnav.scss */
#sidebar ul li {
  list-style: none;
  overflow: hidden;
  /* height: 57px; */
}
/* line 29, ../style/sass/partials/_leftnav.scss */
#sidebar ul li span.expand-collapse {
  vertical-align: 2px;
}
/* line 32, ../style/sass/partials/_leftnav.scss */
#sidebar ul li ul.static-data {
  padding-bottom: 20px;
  padding-left: 61px;
  float: left;
  background: none;
}
/* line 37, ../style/sass/partials/_leftnav.scss */
#sidebar ul li ul {
  background: #B9D9EB;
}
/* line 39, ../style/sass/partials/_leftnav.scss */
#sidebar ul li ul a {
  padding-left: 10px;
}
/* line 41, ../style/sass/partials/_leftnav.scss */
#sidebar ul li ul a span {
  color: #004b87 !important;
}
/* line 45, ../style/sass/partials/_leftnav.scss */
#sidebar ul li ul li {
  border-bottom: 1px solid #71c5e8;
  border-right: 1px solid #71c5e8;
}
/* line 48, ../style/sass/partials/_leftnav.scss */
#sidebar ul li ul li div {
  background: #d3e9f4;
  padding-top: 10px;
  padding-right: 22px;
  padding-bottom: 22px;
  padding-left: 22px;
  max-height: 175px;
  overflow: auto;
}
/* line 53, ../style/sass/partials/_leftnav.scss */
#sidebar ul li ul li div::-webkit-scrollbar {
  width: 10px;
}
/* line 56, ../style/sass/partials/_leftnav.scss */
#sidebar ul li ul li div::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #fff;
  background-color: #fff;
  border-radius: 12px;
}
/* line 61, ../style/sass/partials/_leftnav.scss */
#sidebar ul li ul li div::-webkit-scrollbar-thumb {
  background-color: #0085ca;
  outline: 1px solid #00a9e0;
  border-radius: 12px;
}
/* line 66, ../style/sass/partials/_leftnav.scss */
#sidebar ul li ul li div a {
  padding-top: 10px;
  padding-bottom: 0;
  margin-right: 0;
  color: #0085ca;
  width: 100%;
  display: inline-block;
  font-family: "Effra Medium";
}
/* line 73, ../style/sass/partials/_leftnav.scss */
#sidebar ul li ul li div a span:nth-child(2) {
  margin-right: 0;
  vertical-align: middle;
  padding-left: 20px;
}
/* line 78, ../style/sass/partials/_leftnav.scss */
#sidebar ul li ul li div a span:nth-child(1),
#sidebar ul li ul li div a span:nth-child(2) {
  text-transform: uppercase;
  display: table-cell !important;
}
/* line 84, ../style/sass/partials/_leftnav.scss */
#sidebar ul li ul li div a + span {
  font-size: 1em;
  color: #0085ca !important;
}
/* line 89, ../style/sass/partials/_leftnav.scss */
#sidebar ul li ul li p {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  background-color: #B9D9EB;
}
/* line 91, ../style/sass/partials/_leftnav.scss */
#sidebar ul li ul li p a {
  display: inline-block;
  width: 237px;
}
/* line 95, ../style/sass/partials/_leftnav.scss */
#sidebar ul li ul li p span {
  color: #004b87 !important;
  vertical-align: middle;
  cursor: pointer;
}
/* line 105, ../style/sass/partials/_leftnav.scss */
#sidebar ul a {
  padding-top: 15px;
  padding-right: 0;
  padding-bottom: 15px;
  padding-left: 30px;
  display: block;
  color: #859199;
  line-height: 29px;
  text-decoration: none;
  cursor: pointer;
}
/* line 113, ../style/sass/partials/_leftnav.scss */
#sidebar ul a span {
  display: none;
  vertical-align: top;
}
/* line 118, ../style/sass/partials/_leftnav.scss */
#sidebar ul a.active {
  background: #71c5e8;
  color: #001e46;
}
@media (max-width: 1023px) {
  /* line 122, ../style/sass/partials/_leftnav.scss */
  #sidebar ul a {
    padding-left: 18px;
  }
}
/* line 131, ../style/sass/partials/_leftnav.scss */
#sidebar ul.sidebar-nav li p.deep-expand-nav a {
  font-size: 14px;
}
/* line 136, ../style/sass/partials/_leftnav.scss */
#sidebar ul.sidebar-nav li p.deep-expand-nav + div a {
  font-size: 12px;
}
/* line 142, ../style/sass/partials/_leftnav.scss */
#sidebar ul.sidebar-nav > li > a, #sidebar ul.sidebar-nav > li .anchIcon {
  font-size: 16px;
}
/* line 144, ../style/sass/partials/_leftnav.scss */
#sidebar ul.sidebar-nav > li > a:before, #sidebar ul.sidebar-nav > li .anchIcon:before {
  font-size: 24px;
}
/* line 147, ../style/sass/partials/_leftnav.scss */
#sidebar ul.sidebar-nav > li > a.reportingCr:before, #sidebar ul.sidebar-nav > li .anchIcon.reportingCr:before {
  font-size: 27px;
}
/* line 150, ../style/sass/partials/_leftnav.scss */
#sidebar ul.sidebar-nav > li > a.reportingCr span, #sidebar ul.sidebar-nav > li .anchIcon.reportingCr span {
  margin-left: 17px;
}
/* line 153, ../style/sass/partials/_leftnav.scss */
#sidebar ul.sidebar-nav > li > a.backToConnect:before, #sidebar ul.sidebar-nav > li .anchIcon.backToConnect:before {
  font-size: 36px;
}
/* line 163, ../style/sass/partials/_leftnav.scss */
#sidebar .static-data li {
  width: 50%;
  float: left;
  padding-left: 4px;
  border: none;
  height: 40px;
}
/* line 169, ../style/sass/partials/_leftnav.scss */
#sidebar .static-data li a {
  font-size: 12px !important;
  width: 100%;
  word-break: break-word;
  padding-right: 5px;
  line-height: 12px;
}
@media (min-width: 1024px) {
  /* line 178, ../style/sass/partials/_leftnav.scss */
  #sidebar .static-data li:last-child {
    height: 60px;
  }
}
@media (min-width: 1024px) {
  /* line 184, ../style/sass/partials/_leftnav.scss */
  #sidebar .static-data li:last-child {
    height: 60px;
  }
}

/* line 195, ../style/sass/partials/_leftnav.scss */
#sidebar ul a.consignmentSnapshot_leftnav:before {
  content: "\61";
  font-family: "ciIcon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 3, ../style/sass/country/_us.scss */
.country-US .request-access-portal fieldset.account-detail-left li:nth-child(5) {
  float: left;
  width: 65%;
  margin-right: 10%;
}
/* line 7, ../style/sass/country/_us.scss */
.country-US .request-access-portal fieldset.account-detail-left li:nth-child(6) {
  float: left;
  width: 25%;
}
/* line 11, ../style/sass/country/_us.scss */
.country-US .create-user-profile .add-profile-info ul li.mid-name {
  float: left;
  width: 20%;
}
/* line 15, ../style/sass/country/_us.scss */
.country-US section.sign-in-page section.overview-section ul li:nth-child(1) span, .country-US section.sign-in-page section.overview-section ul li:nth-child(3) span {
  margin-top: 42px;
}
/* line 18, ../style/sass/country/_us.scss */
.country-US section.sign-in-page section.overview-section ul li:nth-child(4) span {
  margin-top: 46px;
}

/* line 1, ../style/sass/country/_ca.scss */
.country-CA {
  /*section.sign-in-page section.login-section div.language-selector{
  		    left: 17%;
  		    top: 2.8%;
  	}*/
}
/* line 2, ../style/sass/country/_ca.scss */
.country-CA section.sign-in-page div.cookie-disclaimer .cookie-wrapper > span {
  margin-top: 0px;
}
/* line 5, ../style/sass/country/_ca.scss */
.country-CA section.sign-in-page div.cookie-disclaimer .cookie-wrapper p {
  float: left;
  width: 3%;
  margin: 0;
}
/* line 9, ../style/sass/country/_ca.scss */
.country-CA section.sign-in-page div.cookie-disclaimer .cookie-wrapper p div.checker {
  margin-top: -2px;
}
/* line 18, ../style/sass/country/_ca.scss */
.country-CA .user-account-purchaser > div .accounts-bottom-container p {
  width: 43%;
}
@media (max-width: 1023px) {
  /* line 18, ../style/sass/country/_ca.scss */
  .country-CA .user-account-purchaser > div .accounts-bottom-container p {
    width: 100%;
  }
}
/* line 25, ../style/sass/country/_ca.scss */
.country-CA .create-user-profile .button-container a {
  width: 32%;
  font-size: 14px;
}
/* line 30, ../style/sass/country/_ca.scss */
.country-CA .create-user-profile #user-form > fieldset > ul > li:nth-child(3) {
  padding-left: 0px;
}
/* line 34, ../style/sass/country/_ca.scss */
.country-CA .profile-account .content-container table tbody td:nth-child(3), .country-CA .profile-account .content-container table tbody td:nth-child(4) {
  width: 30%;
}
/* line 37, ../style/sass/country/_ca.scss */
.country-CA .profile-account .content-container table tbody td:nth-child(1), .country-CA .profile-account .content-container table tbody td:nth-child(2) {
  width: 20%;
}
/* line 41, ../style/sass/country/_ca.scss */
.country-CA .profile-account .content-container table thead th:nth-child(1), .country-CA .profile-account .content-container table thead th:nth-child(2) {
  width: 20%;
}
/* line 44, ../style/sass/country/_ca.scss */
.country-CA .profile-account .content-container table thead th:nth-child(3), .country-CA .profile-account .content-container table thead th:nth-child(4) {
  width: 30%;
}
/* line 48, ../style/sass/country/_ca.scss */
.country-CA section.sign-in-page section.overview-section ul li:nth-child(3) span {
  margin-top: 46px;
}
/* line 52, ../style/sass/country/_ca.scss */
.country-CA .checkout-details-bottom.button-container hr {
  width: 29%;
}
/* line 58, ../style/sass/country/_ca.scss */
.country-CA .create-user-confirmation div.button-container a {
  font-size: 14px;
}
/* line 64, ../style/sass/country/_ca.scss */
.country-CA .create-user-confirmation p strong {
  width: 25%;
}
/* line 68, ../style/sass/country/_ca.scss */
.country-CA .create-user-confirmation p span {
  width: 70%;
}
/* line 72, ../style/sass/country/_ca.scss */
.country-CA .create-user-profile-role .checkout-details-bottom.button-container a {
  min-width: 240px;
}
/* line 76, ../style/sass/country/_ca.scss */
.country-CA #sidebar .static-data li a {
  font-size: 12px !important;
  width: 100%;
  line-height: 12px;
}
/* line 81, ../style/sass/country/_ca.scss */
.country-CA .shopping-cart-page .header-section .left-sec .cart-basket-container .basket-content {
  float: left;
  width: 85.71429%;
  margin-left: 21px;
}
/* line 86, ../style/sass/country/_ca.scss */
.country-CA .shopping-cart-page .header-section .left-sec .cart-basket-container .basket-sec {
  width: auto;
}
/* line 90, ../style/sass/country/_ca.scss */
.country-CA .consignment-cart-page .header-section > p {
  width: 89%;
}
/* line 93, ../style/sass/country/_ca.scss */
.country-CA .create-user-account .content-container table thead tr th {
  padding-top: 12px;
  padding-right: 13px;
  padding-bottom: 12px;
  padding-left: 13px;
}
/* line 96, ../style/sass/country/_ca.scss */
.country-CA .catalog-request .req-catelog-bottom hr {
  width: 31%;
}
/* line 99, ../style/sass/country/_ca.scss */
.country-CA header .miniCart .miniCartWrapper .product-info a.small {
  font-size: 11px;
  padding-right: 10px;
  padding-left: 10px;
}
/* line 104, ../style/sass/country/_ca.scss */
.country-CA .logout-popup .button-container input, .country-CA .logout-popup .button-container .button-container a {
  font-size: 16px;
}
/* line 107, ../style/sass/country/_ca.scss */
.country-CA .create-user-account .button-container .secondary-btn {
  width: 200px;
}
/* line 111, ../style/sass/country/_ca.scss */
.country-CA .contact-us-page .help-and-support-dashboard div:last-child {
  width: 158px;
  margin-left: 42px;
  margin-right: 17px;
}
/* line 117, ../style/sass/country/_ca.scss */
.country-CA .help-and-support .main-page-table .help-and-support-dashboard div:last-child {
  width: 158px;
  margin-left: 42px;
  margin-right: 17px;
}

/* line 4, ../style/sass/country/_nl.scss */
.country-NL .incorrect-cart-type .button-container .secondary-btn2 {
  min-width: 175px;
  font-size: 14px;
}
/* line 8, ../style/sass/country/_nl.scss */
.country-NL .incorrect-cart-type .button-container .primary-btn {
  font-size: 14px;
}
/* line 14, ../style/sass/country/_nl.scss */
.country-NL .create-user-profile .checkout-details-bottom.button-container hr {
  width: 23%;
}
/* line 17, ../style/sass/country/_nl.scss */
.country-NL .create-user-profile #user-form > fieldset > ul .mid-name + .last-name {
  padding-left: 0;
}
/* line 20, ../style/sass/country/_nl.scss */
.country-NL .create-user-profile .button-container .secondary-btn {
  margin-top: 30px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  min-width: 350px;
}
/* line 26, ../style/sass/country/_nl.scss */
.country-NL .product-listing-page .secondary-btn {
  white-space: nowrap;
  overflow: hidden;
  max-width: 230px;
}
@media (max-width: 1023px) {
  /* line 26, ../style/sass/country/_nl.scss */
  .country-NL .product-listing-page .secondary-btn {
    max-width: 100%;
  }
}
/* line 37, ../style/sass/country/_nl.scss */
.country-NL .create-user-confirmation p strong {
  width: 15%;
}
/* line 40, ../style/sass/country/_nl.scss */
.country-NL .create-user-confirmation p span {
  width: 75%;
}
/* line 45, ../style/sass/country/_nl.scss */
.country-NL section.sign-in-page section.overview-section ul li:nth-child(3) span {
  margin-top: 46px;
}
/* line 48, ../style/sass/country/_nl.scss */
.country-NL .checkout-details-bottom.button-container hr {
  width: 27%;
}
/* line 52, ../style/sass/country/_nl.scss */
.country-NL .product-listing-page .product-listing .right-col input[type='button'] {
  padding-right: 10px;
  padding-left: 10px;
  font-size: 14px;
}
/* line 57, ../style/sass/country/_nl.scss */
.country-NL .cart-popups #copy-cart fieldset .button-container input {
  padding-right: 21px;
  padding-left: 21px;
}
@media (max-width: 1023px) {
  /* line 61, ../style/sass/country/_nl.scss */
  .country-NL .product-listing-page p.pagination-count {
    margin-right: auto;
  }
}
@media (max-width: 1023px) {
  /* line 66, ../style/sass/country/_nl.scss */
  .country-NL .page-content.dashboard-notification p span:nth-child(3) {
    width: 80%;
  }
}
/* line 72, ../style/sass/country/_nl.scss */
.country-NL .product-details .order-filter input[type=button] {
  font-size: 14px;
}
/* line 75, ../style/sass/country/_nl.scss */
.country-NL .admin-dashboard > div.manage-user > section.create-user > div {
  height: 170px;
}
/* line 78, ../style/sass/country/_nl.scss */
.country-NL .admin-dashboard > div.manage-user > section.create-user > div.button-container {
  height: auto;
}
/* line 81, ../style/sass/country/_nl.scss */
.country-NL .help-and-support .main-page-table .contact-us-details .summary-section ul li a {
  text-transform: uppercase;
  font-size: 14px;
}
/* line 85, ../style/sass/country/_nl.scss */
.country-NL .product-price-catalog .product-price-catalog > ul li:first-child {
  width: 46%;
  margin-right: 40px;
}
/* line 89, ../style/sass/country/_nl.scss */
.country-NL .product-price-catalog .product-price-catalog > ul li:nth-child(2) {
  width: 46%;
}
/* line 92, ../style/sass/country/_nl.scss */
.country-NL .product-price-catalog .product-price-catalog > ul li .contact {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  /* line 95, ../style/sass/country/_nl.scss */
  .country-NL .consignment-bill-replace .consignment .button-container .primary-btn.BRAddToCart.add-to-cart {
    padding: 0;
    font-size: 17px;
  }
}

/* line 1, ../style/sass/country/_pl.scss */
.country-PL {
  /*
  section.sign-in-page div.cookie-disclaimer .cookie-wrapper > span{
  		float: right !important;
  		@include margin(13px, null, null, null);
  	}*/
  /*
  section.sign-in-page div.cookie-disclaimer .cookie-wrapper span.close{
  		clear:both;
  		@include margin(-33px, null, null, null);
  	}	*/
  /*.page-content.dashboard-notification > p {
  	span:nth-child(3){
  		width:75%;
  	}
  }*/
}
/* line 8, ../style/sass/country/_pl.scss */
.country-PL section.sign-in-page div.cookie-disclaimer .cookie-wrapper p {
  float: left;
  width: 3%;
  margin: 0;
}
/* line 12, ../style/sass/country/_pl.scss */
.country-PL section.sign-in-page div.cookie-disclaimer .cookie-wrapper p div.checker {
  margin-top: -2px;
}
/* line 16, ../style/sass/country/_pl.scss */
.country-PL section.sign-in-page section.login-section div.language-selector {
  left: 17%;
  top: 2.8%;
}
/* line 26, ../style/sass/country/_pl.scss */
.country-PL section.sign-in-page div.cookie-disclaimer .cookie-wrapper > span:nth-child(1) {
  margin-top: 0px;
}
/* line 30, ../style/sass/country/_pl.scss */
.country-PL section.sign-in-page section.overview-section ul li:nth-child(3) span {
  margin-top: 46px;
}
/* line 35, ../style/sass/country/_pl.scss */
.country-PL .create-user-confirmation p strong {
  width: 25%;
}
/* line 38, ../style/sass/country/_pl.scss */
.country-PL .create-user-confirmation p span {
  width: 72%;
}
/* line 43, ../style/sass/country/_pl.scss */
.country-PL .create-user-confirmation .button-container a {
  font-size: 14px;
}
/* line 49, ../style/sass/country/_pl.scss */
.country-PL .create-user-profile .button-container a {
  font-size: 13px;
  padding-right: 0;
  padding-left: 0;
}
/* line 54, ../style/sass/country/_pl.scss */
.country-PL .create-user-profile-role .checkout-details-bottom.button-container a.secondary-btn {
  font-size: 15px;
  padding-right: 0;
  padding-left: 0;
}
/* line 59, ../style/sass/country/_pl.scss */
.country-PL .create-user-account .button-container a.secondary-btn {
  font-size: 15px;
}
/* line 63, ../style/sass/country/_pl.scss */
.country-PL .create-user-default-account .button-container a.secondary-btn {
  font-size: 14px;
}
/* line 67, ../style/sass/country/_pl.scss */
.country-PL .checkout-details-bottom.button-container hr {
  width: 27%;
}
/* line 71, ../style/sass/country/_pl.scss */
.country-PL .admin-dashboard > div.manage-user > section.create-user > div {
  height: 170px;
}
/* line 74, ../style/sass/country/_pl.scss */
.country-PL .admin-dashboard > div.manage-user > section.create-user > div.button-container {
  height: auto;
}
/* line 78, ../style/sass/country/_pl.scss */
.country-PL .checkout-review-order .total .lDiv {
  /*width: 70%;*/
}
@media (max-width: 1023px) {
  /* line 81, ../style/sass/country/_pl.scss */
  .country-PL .checkout-review-order ul.tabs li a {
    padding-right: 20px;
    padding-left: 20px;
  }
}
/* line 88, ../style/sass/country/_pl.scss */
.country-PL .review-submit section.total dl {
  margin-left: 20%;
}
@media (max-width: 1023px) {
  /* line 90, ../style/sass/country/_pl.scss */
  .country-PL .review-submit section.total dl dt {
    width: 60%;
  }
}
@media (max-width: 1023px) {
  /* line 95, ../style/sass/country/_pl.scss */
  .country-PL .review-submit section.total dl dd {
    width: 40%;
  }
}
/* line 103, ../style/sass/country/_pl.scss */
.country-PL .create-user-confirmation .primary-btn, .country-PL .create-user-confirmation .secondary-btn2, .country-PL .create-user-confirmation .secondary-btn3, .country-PL .create-user-confirmation .success-btn {
  font-size: 16px;
}
/* line 109, ../style/sass/country/_pl.scss */
.country-PL .product-listing-page p.pagination-count {
  margin-right: 0;
  width: 221px;
}
/* line 113, ../style/sass/country/_pl.scss */
.country-PL .product-listing-page .product-listing .pagination {
  padding-right: 14px;
}
/* line 116, ../style/sass/country/_pl.scss */
.country-PL .product-listing-page .sort-by label {
  color: #fff;
  margin-top: 0;
  margin-left: 12px;
}
@media (max-width: 1023px) {
  /* line 123, ../style/sass/country/_pl.scss */
  .country-PL .shopping-cart-page .header-section .left-sec .no-items-cart.cart-basket-container span.basket-sec {
    width: 11%;
    display: inline-block;
  }
}
@media (max-width: 1023px) {
  /* line 130, ../style/sass/country/_pl.scss */
  .country-PL .shopping-cart-page .header-section .left-sec .no-items-cart.cart-basket-container span.empty-msg {
    width: 81%;
    display: inline-block;
  }
}
@media (max-width: 1023px) {
  /* line 137, ../style/sass/country/_pl.scss */
  .country-PL .checkout-shipping-details h3 .required {
    margin-top: -43px;
  }
}
@media (max-width: 1023px) {
  /* line 144, ../style/sass/country/_pl.scss */
  .country-PL .checkout-payment-details h3:nth-of-type(1) .required {
    margin-top: -43px;
  }
}
/* line 150, ../style/sass/country/_pl.scss */
.country-PL .order-confirmation .body-header a.secondary-btn {
  font-size: 14px;
}
/* line 160, ../style/sass/country/_pl.scss */
.country-PL .transfer-cart-page .header-section .left-sec .cart-share-container .share-content {
  width: 80%;
  float: left;
}
/* line 164, ../style/sass/country/_pl.scss */
.country-PL .transfer-cart-page .header-section .left-sec .cart-share-container .share-content p {
  margin-bottom: 20px;
}
/* line 167, ../style/sass/country/_pl.scss */
.country-PL #transferCartPage {
  clear: both;
}
/* line 169, ../style/sass/country/_pl.scss */
.country-PL #transferCartPage a.getPricesByCartPk {
  margin-bottom: 15px;
}
/* line 174, ../style/sass/country/_pl.scss */
.country-PL .notifications-container-xchannel .subscribe:last-child .container-inner:nth-child(2) ul.sub-notifications {
  margin-top: -27px;
}
/* line 179, ../style/sass/country/_pl.scss */
.country-PL #orderHistory #refineOrderHistoryForm fieldset .fewer-option-div + input.secondary-btn3.small {
  padding-right: 15px;
  padding-left: 15px;
}
/* line 183, ../style/sass/country/_pl.scss */
.country-PL .shopping-cart-page .shopping-table .subtotal-box ul li .price {
  margin-right: 60px;
}
@media (max-width: 1023px) {
  /* line 183, ../style/sass/country/_pl.scss */
  .country-PL .shopping-cart-page .shopping-table .subtotal-box ul li .price {
    margin-right: 0;
  }
}
/* line 189, ../style/sass/country/_pl.scss */
.country-PL .shopping-cart-page .shopping-table .subtotal-box ul li {
  width: 35%;
}
@media (max-width: 1023px) {
  /* line 189, ../style/sass/country/_pl.scss */
  .country-PL .shopping-cart-page .shopping-table .subtotal-box ul li {
    width: 100%;
  }
}
/* line 195, ../style/sass/country/_pl.scss */
.country-PL .shopping-cart-page .shopping-table .subtotal-box ul li:first-child {
  width: 65%;
}
@media (max-width: 1023px) {
  /* line 195, ../style/sass/country/_pl.scss */
  .country-PL .shopping-cart-page .shopping-table .subtotal-box ul li:first-child {
    width: 100%;
  }
}

/* line 1, ../style/sass/country/_de.scss */
.country-DE {
  /*.dashboard-notification p span:nth-child(3){
  	width: 80%;
  }*/
}
/* line 2, ../style/sass/country/_de.scss */
.country-DE section.sign-in-page div.cookie-disclaimer .cookie-wrapper > span:nth-child(1) {
  margin-top: 0px;
}
/* line 6, ../style/sass/country/_de.scss */
.country-DE section.sign-in-page section.overview-section ul li:nth-child(3) span {
  margin-top: 46px;
}
/* line 10, ../style/sass/country/_de.scss */
.country-DE #sidebar .static-data li a {
  font-size: 12px !important;
  width: 100%;
  line-height: 12px;
}
/* line 16, ../style/sass/country/_de.scss */
.country-DE .shopping-cart-page .shopping-table .subtotal-box ul li {
  float: right;
  width: 34%;
  list-style: none;
}
/* line 22, ../style/sass/country/_de.scss */
.country-DE .shopping-cart-page .shopping-table .subtotal-box ul li:first-child {
  float: left;
  width: 57%;
  color: #849098;
  font-size: 17px;
}
/* line 29, ../style/sass/country/_de.scss */
.country-DE .shopping-cart-page .shopping-table table td:nth-child(5) {
  text-align: right;
}
/* line 33, ../style/sass/country/_de.scss */
.country-DE .shopping-cart-page .shopping-table table td:nth-child(4) {
  padding-left: 14px;
}
/* line 43, ../style/sass/country/_de.scss */
.country-DE .shopping-cart-page .shopping-table table thead th:nth-child(4) div.float-left label {
  width: 75% !important;
  margin-top: 3px;
  text-transform: capitalize;
}
/* line 48, ../style/sass/country/_de.scss */
.country-DE .shopping-cart-page .shopping-table table thead th:nth-child(4) div.float-left div.checker {
  vertical-align: top !important;
}
/* line 52, ../style/sass/country/_de.scss */
.country-DE .shopping-cart-page .shopping-table table thead th:nth-child(4) div.float-left span {
  width: 80% !important;
  margin-top: 0px !important;
}
/* line 58, ../style/sass/country/_de.scss */
.country-DE .shopping-cart-page .shopping-table table td:nth-child(4) {
  text-align: left;
}
/* line 66, ../style/sass/country/_de.scss */
.country-DE .user-account-purchaser > div .accounts-bottom-container p {
  display: inline-block;
}
/* line 70, ../style/sass/country/_de.scss */
.country-DE .user-account-purchaser > div .accounts-bottom-container a {
  width: 44%;
  margin-left: 3%;
}
@media (max-width: 1023px) {
  /* line 70, ../style/sass/country/_de.scss */
  .country-DE .user-account-purchaser > div .accounts-bottom-container a {
    width: 100%;
    font-size: 14px;
    margin-left: 0px;
  }
}
/* line 82, ../style/sass/country/_de.scss */
.country-DE .create-user-profile .content-container ul li label {
  float: left;
  width: 90%;
}
/* line 87, ../style/sass/country/_de.scss */
.country-DE .create-user-profile #user-form > fieldset > ul .mid-name + .last-name {
  padding-left: 0px !important;
}
/* line 91, ../style/sass/country/_de.scss */
.country-DE .create-user-profile .button-container .secondary-btn {
  width: 32%;
}
/* line 95, ../style/sass/country/_de.scss */
.country-DE .create-user-profile .button-container hr {
  width: 24%;
}
/* line 100, ../style/sass/country/_de.scss */
.country-DE .create-user-confirmation p strong {
  width: 20%;
}
/* line 103, ../style/sass/country/_de.scss */
.country-DE .create-user-confirmation p span {
  width: 75%;
}
/* line 108, ../style/sass/country/_de.scss */
.country-DE .create-user-confirmation .button-container a {
  font-size: 14px;
}
/* line 115, ../style/sass/country/_de.scss */
.country-DE .shopping-cart-page .header-section .left-sec {
  width: 80%;
}
@media (max-width: 1023px) {
  /* line 115, ../style/sass/country/_de.scss */
  .country-DE .shopping-cart-page .header-section .left-sec {
    width: 100%;
  }
}
/* line 121, ../style/sass/country/_de.scss */
.country-DE .shopping-cart-page .header-section .aside-links {
  width: 20%;
}
@media (max-width: 1023px) {
  /* line 121, ../style/sass/country/_de.scss */
  .country-DE .shopping-cart-page .header-section .aside-links {
    width: 100%;
  }
}
/* line 129, ../style/sass/country/_de.scss */
.country-DE .logout-popup .button-container input, .country-DE .logout-popup .button-container .button-container a {
  font-size: 12px;
}
/* line 133, ../style/sass/country/_de.scss */
.country-DE .cart-popups form fieldset .button-container input {
  font-size: 14px;
}
/* line 137, ../style/sass/country/_de.scss */
.country-DE .cart-popups form div .button-container input {
  font-size: 14px;
}
/* line 141, ../style/sass/country/_de.scss */
.country-DE .incorrect-cart-type .button-container input {
  font-size: 14px;
}
/* line 144, ../style/sass/country/_de.scss */
.country-DE .consignment-bill-replace .consignment .patient-details .datepicker-field {
  width: 70%;
}
/* line 147, ../style/sass/country/_de.scss */
.country-DE .cart-popups h1 span.exclamation-mark {
  margin-right: 20px;
}
/* line 151, ../style/sass/country/_de.scss */
.country-DE .checkout-details-bottom.back-to-cart a {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
/* line 154, ../style/sass/country/_de.scss */
.country-DE .checkout-details-bottom.back-to-cart p {
  margin-top: 20px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
@media (max-width: 1023px) {
  /* line 160, ../style/sass/country/_de.scss */
  .country-DE .review-submit section.total dl {
    margin-left: -20%;
  }
}
@media (max-width: 1023px) {
  /* line 164, ../style/sass/country/_de.scss */
  .country-DE .review-submit section.total dl dt {
    width: 60%;
  }
}
@media (max-width: 1023px) {
  /* line 169, ../style/sass/country/_de.scss */
  .country-DE .review-submit section.total dl dd {
    width: 40%;
  }
}
@media (max-width: 1023px) {
  /* line 177, ../style/sass/country/_de.scss */
  .country-DE .review-submit .shopping-table .stacktable > table.small-only:last-child {
    margin-bottom: 20px;
  }
}
@media (max-width: 1023px) {
  /* line 183, ../style/sass/country/_de.scss */
  .country-DE .review-submit .accept-terms {
    margin-left: 0;
  }
}
@media (max-width: 1023px) {
  /* line 187, ../style/sass/country/_de.scss */
  .country-DE .review-submit .accept-terms div.checker {
    margin-right: 3%;
    float: left;
    width: 5%;
  }
}
@media (max-width: 1023px) {
  /* line 193, ../style/sass/country/_de.scss */
  .country-DE .review-submit .accept-terms .radioTxt {
    margin: 0;
    float: left;
    width: 92%;
  }
}
@media (max-width: 1023px) {
  /* line 201, ../style/sass/country/_de.scss */
  .country-DE .checkout-review-order ul.tabs li a {
    padding-left: 52px;
    padding-right: 52px;
  }
}
/* line 207, ../style/sass/country/_de.scss */
.country-DE .checkout-details-bottom.button-container hr {
  width: 23%;
}
/* line 210, ../style/sass/country/_de.scss */
.country-DE .create-user-profile-role .button-container .secondary-btn {
  width: 255px;
}
/* line 213, ../style/sass/country/_de.scss */
.country-DE .consignment-bill-replace .consignment .button-container .primary-btn {
  width: 28%;
}
@media (max-width: 1023px) {
  /* line 213, ../style/sass/country/_de.scss */
  .country-DE .consignment-bill-replace .consignment .button-container .primary-btn {
    width: 100%;
  }
}
/* line 219, ../style/sass/country/_de.scss */
.country-DE .create-user-default-account .button-container .secondary-btn {
  width: 255px;
}
/* line 222, ../style/sass/country/_de.scss */
.country-DE .create-user-account .button-container .secondary-btn {
  width: 255px;
}
/* line 227, ../style/sass/country/_de.scss */
.country-DE .price-check .price-check-btn a {
  width: 232px !important;
  display: inline-block;
  margin-right: 0 !important;
}
/* line 238, ../style/sass/country/_de.scss */
.country-DE .manage-cart-price-check .footer-container .inner-container div a {
  font-size: 13px;
}
@media (max-width: 1023px) {
  /* line 242, ../style/sass/country/_de.scss */
  .country-DE .miniCart .miniCartWrapper .product-info a.secondary-btn2,
  .country-DE .miniCart .miniCartWrapper .product-info a.primary-btn {
    font-size: 12px;
    padding: 0 12px;
  }
}
/* line 250, ../style/sass/country/_de.scss */
.country-DE .notifications-container-xchannel .subscribe:last-child .container-inner:nth-child(2) ul.sub-notifications {
  margin-top: -27px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
}
/* line 2, ../style/sass/country/_uk.scss */
.country-GB section.sign-in-page section.overview-section ul li:nth-child(3) span {
  margin-top: 46px;
}
/* line 5, ../style/sass/country/_uk.scss */
.country-GB .create-user-profile .button-container a {
  width: 30%;
}

/* line 2, ../style/sass/country/_it.scss */
.country-IT .manage-cart-price-check .shopping-carts ul.carts-list > li {
  min-height: 320px;
}
/* line 6, ../style/sass/country/_it.scss */
.country-IT .create-user-profile-role .checkout-details-bottom.button-container a.secondary-btn {
  padding-right: 18px;
  padding-left: 18px;
}
/* line 10, ../style/sass/country/_it.scss */
.country-IT .create-user-profile .button-container .secondary-btn {
  padding-right: 15px;
  padding-left: 15px;
  min-width: 250px;
}
/* line 14, ../style/sass/country/_it.scss */
.country-IT .checkout-details-bottom.button-container hr {
  width: 27%;
}
/* line 17, ../style/sass/country/_it.scss */
.country-IT p.pagination-count {
  width: 235px;
}
@media (max-width: 1023px) {
  /* line 20, ../style/sass/country/_it.scss */
  .country-IT .product-listing-page p.pagination-count {
    margin-right: auto;
  }
}
@media (max-width: 1023px) {
  /* line 26, ../style/sass/country/_it.scss */
  .country-IT header .miniCart .miniCartWrapper .select-active-cart, .country-IT header .miniCart .miniCartWrapper .cart-name {
    width: 65%;
  }
}
@media (max-width: 1023px) {
  /* line 33, ../style/sass/country/_it.scss */
  .country-IT header .miniCart .miniCartWrapper a {
    width: 15%;
  }
}
/* line 39, ../style/sass/country/_it.scss */
.country-IT .product-price-catalog section.page-content > ul > li button.secondary-btn3 {
  padding: 0;
}

/******************************************
1. consignment-bill-replace.shtml
*******************************************/
/* line 7, ../style/sass/modules/checkout/_consignment-bill-replace.scss */
.consignment-bill-replace h1 + hr {
  width: 15%;
}
@media (max-width: 1023px) {
  /* line 7, ../style/sass/modules/checkout/_consignment-bill-replace.scss */
  .consignment-bill-replace h1 + hr {
    width: 30%;
  }
}
/* line 13, ../style/sass/modules/checkout/_consignment-bill-replace.scss */
.consignment-bill-replace h1 + hr + p {
  width: 40%;
  font-size: 16px;
  font-family: Effra Regular;
  font-style: normal;
  font-weight: normal;
}
@media (max-width: 1023px) {
  /* line 13, ../style/sass/modules/checkout/_consignment-bill-replace.scss */
  .consignment-bill-replace h1 + hr + p {
    padding-right: 10px;
    padding-left: 10px;
    width: 100%;
  }
}
/* line 21, ../style/sass/modules/checkout/_consignment-bill-replace.scss */
.consignment-bill-replace .consignment-text {
  text-align: center;
  margin-top: 30px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}
/* line 25, ../style/sass/modules/checkout/_consignment-bill-replace.scss */
.consignment-bill-replace .stepsFlow {
  text-align: left;
  padding: 0 52px;
}
/* line 29, ../style/sass/modules/checkout/_consignment-bill-replace.scss */
.consignment-bill-replace .consignment {
  float: left;
  width: 100%;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
  background: #fff;
  /* select cart style*/
}
/* line 33, ../style/sass/modules/checkout/_consignment-bill-replace.scss */
.consignment-bill-replace .consignment hr {
  float: left;
  width: 100%;
}
/* line 36, ../style/sass/modules/checkout/_consignment-bill-replace.scss */
.consignment-bill-replace .consignment .required.text-highlight {
  text-align: right;
  padding-bottom: 10px;
}
/* line 42, ../style/sass/modules/checkout/_consignment-bill-replace.scss */
.consignment-bill-replace .consignment .consignment-details, .consignment-bill-replace .consignment .patient-details {
  float: left;
  width: 30%;
  margin-right: 5%;
  margin-left: 10%;
}
@media (max-width: 1023px) {
  /* line 42, ../style/sass/modules/checkout/_consignment-bill-replace.scss */
  .consignment-bill-replace .consignment .consignment-details, .consignment-bill-replace .consignment .patient-details {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 1023px) {
  /* line 29, ../style/sass/modules/checkout/_consignment-bill-replace.scss */
  .consignment-bill-replace .consignment {
    padding-right: 10px;
    padding-left: 10px;
  }
}
/* line 53, ../style/sass/modules/checkout/_consignment-bill-replace.scss */
.consignment-bill-replace .consignment input[type="text"], .consignment-bill-replace .consignment select {
  display: inline-block;
  width: 100%;
}
/* line 57, ../style/sass/modules/checkout/_consignment-bill-replace.scss */
.consignment-bill-replace .consignment a {
  color: #00a9e0;
  margin-bottom: 15px;
  word-wrap: break-word;
  display: inline-block;
}
/* line 64, ../style/sass/modules/checkout/_consignment-bill-replace.scss */
.consignment-bill-replace .consignment .consignment-details h3 {
  margin-top: 40px;
  margin-bottom: 20px;
}
/* line 67, ../style/sass/modules/checkout/_consignment-bill-replace.scss */
.consignment-bill-replace .consignment .consignment-details input[type="text"] {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 72, ../style/sass/modules/checkout/_consignment-bill-replace.scss */
.consignment-bill-replace .consignment .patient-details label {
  display: block;
}
/* line 75, ../style/sass/modules/checkout/_consignment-bill-replace.scss */
.consignment-bill-replace .consignment .patient-details input[type="text"] {
  margin-top: 5px;
}
/* line 78, ../style/sass/modules/checkout/_consignment-bill-replace.scss */
.consignment-bill-replace .consignment .patient-details ul li {
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
  /* line 78, ../style/sass/modules/checkout/_consignment-bill-replace.scss */
  .consignment-bill-replace .consignment .patient-details ul li {
    margin-top: 15px;
  }
}
/* line 84, ../style/sass/modules/checkout/_consignment-bill-replace.scss */
.consignment-bill-replace .consignment .patient-details .datepicker-field {
  width: 60%;
}
/* line 88, ../style/sass/modules/checkout/_consignment-bill-replace.scss */
.consignment-bill-replace .consignment .consignment-order {
  width: 100%;
  /*
  table td {
  				.select2-container--default .select2-selection--single{
  					background: #fff;
  					border: 1px solid #ccc;
  				}
  			}*/
}
/* line 93, ../style/sass/modules/checkout/_consignment-bill-replace.scss */
.consignment-bill-replace .consignment .consignment-order table tbody tr td:nth-child(2) {
  padding-top: 25px;
}
@media (max-width: 1023px) {
  /* line 93, ../style/sass/modules/checkout/_consignment-bill-replace.scss */
  .consignment-bill-replace .consignment .consignment-order table tbody tr td:nth-child(2) {
    padding-top: 15px;
    padding-bottom: 0px;
  }
}
/* line 103, ../style/sass/modules/checkout/_consignment-bill-replace.scss */
.consignment-bill-replace .consignment .consignment-order textarea {
  margin-top: 0;
  width: 90%;
}
/* line 107, ../style/sass/modules/checkout/_consignment-bill-replace.scss */
.consignment-bill-replace .consignment .consignment-order .product-desc {
  font-style: italic;
  margin-top: 10px;
}
/* line 111, ../style/sass/modules/checkout/_consignment-bill-replace.scss */
.consignment-bill-replace .consignment .consignment-order div.checker {
  margin-top: 10px;
  margin-right: 10px;
}
@media (max-width: 1023px) {
  /* line 115, ../style/sass/modules/checkout/_consignment-bill-replace.scss */
  .consignment-bill-replace .consignment .consignment-order .last-label {
    display: inline-block !important;
    padding-bottom: 20px;
  }
  /* line 119, ../style/sass/modules/checkout/_consignment-bill-replace.scss */
  .consignment-bill-replace .consignment .consignment-order div.checker {
    margin-top: 0;
    margin-right: 10px;
  }
  /* line 122, ../style/sass/modules/checkout/_consignment-bill-replace.scss */
  .consignment-bill-replace .consignment .consignment-order textarea {
    width: 100%;
  }
  /* line 126, ../style/sass/modules/checkout/_consignment-bill-replace.scss */
  .consignment-bill-replace .consignment .consignment-order .inner-table-container table {
    border: none;
  }
  /* line 128, ../style/sass/modules/checkout/_consignment-bill-replace.scss */
  .consignment-bill-replace .consignment .consignment-order .inner-table-container table tbody > tr > td {
    width: 30%;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  /* line 131, ../style/sass/modules/checkout/_consignment-bill-replace.scss */
  .consignment-bill-replace .consignment .consignment-order .inner-table-container table tbody > tr > td .select-container {
    width: 70%;
    display: inline-block;
  }
  /* line 136, ../style/sass/modules/checkout/_consignment-bill-replace.scss */
  .consignment-bill-replace .consignment .consignment-order .inner-table-container table tbody > tr > td .select-container .select2-container--default .select2-selection--single {
    background-color: #fff;
  }
  /* line 144, ../style/sass/modules/checkout/_consignment-bill-replace.scss */
  .consignment-bill-replace .consignment .consignment-order .inner-table-container table tbody > tr > td select + span {
    width: 70% !important;
  }
}
@media (max-width: 1023px) {
  /* line 158, ../style/sass/modules/checkout/_consignment-bill-replace.scss */
  .consignment-bill-replace .consignment .consignment-order div.stacktable.small-only table.stacktable.small-only > tbody > tr > td {
    vertical-align: baseline;
  }
}
/* line 165, ../style/sass/modules/checkout/_consignment-bill-replace.scss */
.consignment-bill-replace .consignment .add-more-rows {
  padding-top: 4px;
  padding-left: 33px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0;
  background-image: url("../../b2bredesign/images/icons/plus-icon.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-color: transparent;
  height: 25px;
  float: left;
  display: block;
  color: #859199;
  font-size: 15px;
  font-family: Effra Regular;
  font-style: normal;
  font-weight: normal;
  outline: 0;
  text-decoration: none;
}
@media (max-width: 1023px) {
  /* line 165, ../style/sass/modules/checkout/_consignment-bill-replace.scss */
  .consignment-bill-replace .consignment .add-more-rows {
    margin-left: 0;
  }
}
/* line 183, ../style/sass/modules/checkout/_consignment-bill-replace.scss */
.consignment-bill-replace .consignment .select-cart {
  float: right;
  width: 20%;
  padding-bottom: 20px;
  margin-top: 20px;
}
@media (max-width: 1023px) {
  /* line 183, ../style/sass/modules/checkout/_consignment-bill-replace.scss */
  .consignment-bill-replace .consignment .select-cart {
    float: left;
    width: 100%;
  }
}
/* line 191, ../style/sass/modules/checkout/_consignment-bill-replace.scss */
.consignment-bill-replace .consignment .button-container {
  width: 100%;
  margin-top: 0;
}
/* line 194, ../style/sass/modules/checkout/_consignment-bill-replace.scss */
.consignment-bill-replace .consignment .button-container .secondary-btn2 {
  width: 15%;
}
@media (max-width: 1023px) {
  /* line 194, ../style/sass/modules/checkout/_consignment-bill-replace.scss */
  .consignment-bill-replace .consignment .button-container .secondary-btn2 {
    width: 100%;
  }
}
/* line 200, ../style/sass/modules/checkout/_consignment-bill-replace.scss */
.consignment-bill-replace .consignment .button-container .primary-btn {
  width: 25%;
}
@media (max-width: 1023px) {
  /* line 200, ../style/sass/modules/checkout/_consignment-bill-replace.scss */
  .consignment-bill-replace .consignment .button-container .primary-btn {
    width: 100%;
  }
}
/* line 208, ../style/sass/modules/checkout/_consignment-bill-replace.scss */
.consignment-bill-replace .po-text, .consignment-bill-replace .serialNumber {
  text-transform: uppercase;
}
/* line 211, ../style/sass/modules/checkout/_consignment-bill-replace.scss */
.consignment-bill-replace .error-banner {
  margin-left: 4%;
}

/******************************************
1. checkout-shipping-details.shtml
*******************************************/
/* line 6, ../style/sass/modules/checkout/_checkout-shipping-details.scss */
.checkout-shipping-details {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
/* line 8, ../style/sass/modules/checkout/_checkout-shipping-details.scss */
.checkout-shipping-details .notes {
  margin-top: 1%;
  margin-bottom: 0;
  margin-left: 0;
  float: left;
  width: 75%;
  font-size: 16px;
}
/* line 12, ../style/sass/modules/checkout/_checkout-shipping-details.scss */
.checkout-shipping-details .notes strong {
  margin-right: 10px;
}
/* line 16, ../style/sass/modules/checkout/_checkout-shipping-details.scss */
.checkout-shipping-details .shipping-notes {
  margin-left: 12%;
}
@media (max-width: 1023px) {
  /* line 16, ../style/sass/modules/checkout/_checkout-shipping-details.scss */
  .checkout-shipping-details .shipping-notes {
    margin-left: 0%;
  }
}
/* line 22, ../style/sass/modules/checkout/_checkout-shipping-details.scss */
.checkout-shipping-details h3 {
  float: left;
  width: 83%;
  margin-top: 44px;
  margin-left: 136px;
}
@media (max-width: 1023px) {
  /* line 22, ../style/sass/modules/checkout/_checkout-shipping-details.scss */
  .checkout-shipping-details h3 {
    margin-left: 0;
    width: 100%;
  }
}
/* line 31, ../style/sass/modules/checkout/_checkout-shipping-details.scss */
.checkout-shipping-details h3 .required {
  float: right;
  text-transform: capitalize;
}
@media (max-width: 1023px) {
  /* line 31, ../style/sass/modules/checkout/_checkout-shipping-details.scss */
  .checkout-shipping-details h3 .required {
    display: inline-block;
    margin-top: -26px;
  }
}
/* line 40, ../style/sass/modules/checkout/_checkout-shipping-details.scss */
.checkout-shipping-details .error-banner {
  margin-left: 136px;
  clear: both;
}
@media (max-width: 1023px) {
  /* line 40, ../style/sass/modules/checkout/_checkout-shipping-details.scss */
  .checkout-shipping-details .error-banner {
    margin-left: 0;
  }
}
/* line 47, ../style/sass/modules/checkout/_checkout-shipping-details.scss */
.checkout-shipping-details fieldset {
  float: left;
  width: 30%;
  margin-top: 1%;
  margin-right: 5%;
  margin-left: 12%;
}
/* line 50, ../style/sass/modules/checkout/_checkout-shipping-details.scss */
.checkout-shipping-details fieldset legend {
  margin-bottom: 10px;
}
/* line 53, ../style/sass/modules/checkout/_checkout-shipping-details.scss */
.checkout-shipping-details fieldset ul li {
  margin-bottom: 20px;
  list-style: none;
}
@media (min-width: 1024px) {
  /* line 53, ../style/sass/modules/checkout/_checkout-shipping-details.scss */
  .checkout-shipping-details fieldset ul li {
    width: 353px;
  }
}
/* line 60, ../style/sass/modules/checkout/_checkout-shipping-details.scss */
.checkout-shipping-details fieldset.shipping-address {
  /*li:nth-child(5), li:last-child{
  	@include float-content(left, 45%);
  }
  li:nth-child(5){			
  	@include margin(null, 10%, null, null);
  }*/
}
/* line 67, ../style/sass/modules/checkout/_checkout-shipping-details.scss */
.checkout-shipping-details fieldset.shipping-address select + span {
  width: 100% !important;
}
@media (max-width: 1023px) {
  /* line 67, ../style/sass/modules/checkout/_checkout-shipping-details.scss */
  .checkout-shipping-details fieldset.shipping-address select + span {
    width: 100% !important;
  }
}
/* line 75, ../style/sass/modules/checkout/_checkout-shipping-details.scss */
.checkout-shipping-details fieldset.shipping-method {
  /*li:first-child, li:nth-child(2){
  	@include float-content(left, 45%);
  	label{
  		@include margin(0, null, null, null);
  	}
  }
  li:first-child{			
  	@include margin(null, 10%, null, null);
  }*/
}
/* line 85, ../style/sass/modules/checkout/_checkout-shipping-details.scss */
.checkout-shipping-details fieldset.shipping-method select + span {
  width: 351px !important;
}
@media (max-width: 1023px) {
  /* line 85, ../style/sass/modules/checkout/_checkout-shipping-details.scss */
  .checkout-shipping-details fieldset.shipping-method select + span {
    width: 100% !important;
  }
}
@media (max-width: 1023px) {
  /* line 47, ../style/sass/modules/checkout/_checkout-shipping-details.scss */
  .checkout-shipping-details fieldset {
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
    margin-left: 0;
  }
}
/* line 96, ../style/sass/modules/checkout/_checkout-shipping-details.scss */
.checkout-shipping-details fieldset label {
  display: block;
  text-transform: capitalize;
}
/* line 100, ../style/sass/modules/checkout/_checkout-shipping-details.scss */
.checkout-shipping-details fieldset .notes {
  font-size: 16px;
  font-family: Effra Medium;
  font-style: normal;
  font-weight: normal;
  color: #00c4b3;
  margin-top: 40px;
  margin-bottom: 10px;
}
/* line 105, ../style/sass/modules/checkout/_checkout-shipping-details.scss */
.checkout-shipping-details fieldset input {
  width: 100%;
}
/* line 108, ../style/sass/modules/checkout/_checkout-shipping-details.scss */
.checkout-shipping-details fieldset textarea {
  width: 100%;
  height: 200px;
  resize: none;
  margin-top: 0;
}
/* line 113, ../style/sass/modules/checkout/_checkout-shipping-details.scss */
.checkout-shipping-details fieldset textarea#notes {
  padding-top: 10px;
  padding-right: 5px;
  padding-bottom: 10px;
  padding-left: 5px;
}
/* line 118, ../style/sass/modules/checkout/_checkout-shipping-details.scss */
.checkout-shipping-details .steps div {
  float: none;
  left: auto;
}
/* line 121, ../style/sass/modules/checkout/_checkout-shipping-details.scss */
.checkout-shipping-details .steps div a {
  float: none;
  right: auto;
}
/* line 124, ../style/sass/modules/checkout/_checkout-shipping-details.scss */
.checkout-shipping-details .steps div a.last {
  width: 30px;
}
@media (max-width: 1023px) {
  /* line 128, ../style/sass/modules/checkout/_checkout-shipping-details.scss */
  .checkout-shipping-details .steps div a:nth-child(3) {
    background-position: 0 -569px;
    width: 30px;
  }
}
/* line 138, ../style/sass/modules/checkout/_checkout-shipping-details.scss */
.checkout-shipping-details .checkout-right-section h3 {
  float: left;
  width: 100%;
  margin-top: 36px;
  margin-left: 0;
}
/* line 144, ../style/sass/modules/checkout/_checkout-shipping-details.scss */
.checkout-shipping-details .checkout-right-section p {
  float: left;
  width: 100%;
}

/******************************************
1. checkout-payment-details.shtml
*******************************************/
/* line 6, ../style/sass/modules/checkout/_checkout-payment-details.scss */
.checkout-payment-details {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
/* line 7, ../style/sass/modules/checkout/_checkout-payment-details.scss */
.checkout-payment-details h3:nth-of-type(1) {
  float: left;
  width: 83%;
  margin-top: 44px;
  margin-left: 12%;
}
@media (max-width: 1023px) {
  /* line 7, ../style/sass/modules/checkout/_checkout-payment-details.scss */
  .checkout-payment-details h3:nth-of-type(1) {
    margin-left: 0;
    width: 100%;
  }
}
/* line 16, ../style/sass/modules/checkout/_checkout-payment-details.scss */
.checkout-payment-details h3:nth-of-type(1) .required {
  float: right;
  text-transform: capitalize;
  margin-top: 1px;
}
@media (max-width: 1023px) {
  /* line 16, ../style/sass/modules/checkout/_checkout-payment-details.scss */
  .checkout-payment-details h3:nth-of-type(1) .required {
    display: inline-block;
    margin-top: -26px;
    padding-right: 0;
  }
}
/* line 29, ../style/sass/modules/checkout/_checkout-payment-details.scss */
.checkout-payment-details section.error-message {
  float: left;
  width: 80%;
  margin-right: 5%;
  margin-left: 12%;
}
@media (max-width: 1023px) {
  /* line 29, ../style/sass/modules/checkout/_checkout-payment-details.scss */
  .checkout-payment-details section.error-message {
    margin-right: 5%;
    margin-left: 0px;
  }
}
/* line 36, ../style/sass/modules/checkout/_checkout-payment-details.scss */
.checkout-payment-details .checkout-details-header + h3 + ul {
  margin-top: 2%;
  margin-right: 5%;
  margin-left: 12%;
  float: left;
  width: 80%;
}
@media (max-width: 1023px) {
  /* line 36, ../style/sass/modules/checkout/_checkout-payment-details.scss */
  .checkout-payment-details .checkout-details-header + h3 + ul {
    margin-left: 0;
  }
}
/* line 43, ../style/sass/modules/checkout/_checkout-payment-details.scss */
.checkout-payment-details .order-summary {
  float: left;
  width: 80%;
}
@media (max-width: 1023px) {
  /* line 43, ../style/sass/modules/checkout/_checkout-payment-details.scss */
  .checkout-payment-details .order-summary {
    margin-top: 15%;
    float: left;
    width: 100%;
  }
}
/* line 49, ../style/sass/modules/checkout/_checkout-payment-details.scss */
.checkout-payment-details .order-summary ul {
  float: left;
  width: 100%;
  display: inline-block;
  padding-top: 20px;
}
/* line 53, ../style/sass/modules/checkout/_checkout-payment-details.scss */
.checkout-payment-details .order-summary ul li {
  background: #B9D9EB;
  float: left;
  width: 48%;
  margin-right: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}
@media (max-width: 1023px) {
  /* line 53, ../style/sass/modules/checkout/_checkout-payment-details.scss */
  .checkout-payment-details .order-summary ul li {
    float: left;
    width: 100%;
    margin-right: 0;
    padding-bottom: 20px;
  }
}
/* line 63, ../style/sass/modules/checkout/_checkout-payment-details.scss */
.checkout-payment-details .order-summary ul li h2 {
  font-size: 18px;
  font-family: Effra Regular;
  font-style: normal;
  font-weight: normal;
}
/* line 66, ../style/sass/modules/checkout/_checkout-payment-details.scss */
.checkout-payment-details .order-summary ul li p {
  font-size: 1.07em;
  font-family: Effra Regular;
  font-style: normal;
  font-weight: normal;
  color: #0085ca;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 70, ../style/sass/modules/checkout/_checkout-payment-details.scss */
.checkout-payment-details .order-summary ul li p:last-child {
  padding-top: 20px;
}
/* line 73, ../style/sass/modules/checkout/_checkout-payment-details.scss */
.checkout-payment-details .order-summary ul li p span {
  text-align: left;
}
/* line 75, ../style/sass/modules/checkout/_checkout-payment-details.scss */
.checkout-payment-details .order-summary ul li p span.label {
  float: left;
  width: 75%;
}
/* line 77, ../style/sass/modules/checkout/_checkout-payment-details.scss */
.checkout-payment-details .order-summary ul li p span.label:last-child {
  font-style: italic;
  padding-top: 5px;
}
/* line 82, ../style/sass/modules/checkout/_checkout-payment-details.scss */
.checkout-payment-details .order-summary ul li p span.value {
  float: left;
  width: 25%;
  text-align: right;
}
/* line 86, ../style/sass/modules/checkout/_checkout-payment-details.scss */
.checkout-payment-details .order-summary ul li p span.total {
  font-size: 1.07em;
  font-family: Effra Regular;
  font-style: normal;
  font-weight: normal;
  color: #004b87;
}
/* line 95, ../style/sass/modules/checkout/_checkout-payment-details.scss */
.checkout-payment-details .order-summary .checkprice-disclaimer p {
  margin-top: 20px;
  margin-bottom: 10px;
  float: left;
}
/* line 99, ../style/sass/modules/checkout/_checkout-payment-details.scss */
.checkout-payment-details .order-summary hr {
  float: left;
  width: 100%;
}
/* line 103, ../style/sass/modules/checkout/_checkout-payment-details.scss */
.checkout-payment-details fieldset {
  float: left;
  width: 30%;
  margin-right: 5%;
  margin-left: 12%;
}
/* line 107, ../style/sass/modules/checkout/_checkout-payment-details.scss */
.checkout-payment-details fieldset legend {
  margin-bottom: 10px;
}
/* line 110, ../style/sass/modules/checkout/_checkout-payment-details.scss */
.checkout-payment-details fieldset ul li {
  float: left;
  width: 100%;
  margin-bottom: 8px;
  list-style: none;
}
/* line 114, ../style/sass/modules/checkout/_checkout-payment-details.scss */
.checkout-payment-details fieldset ul li span.terms {
  display: block;
  margin-left: 28px;
  color: #859199;
}
/* line 119, ../style/sass/modules/checkout/_checkout-payment-details.scss */
.checkout-payment-details fieldset ul li span.terms.no-payment {
  margin-left: 0px;
}
/* line 122, ../style/sass/modules/checkout/_checkout-payment-details.scss */
.checkout-payment-details fieldset ul li ul {
  margin-left: 50px;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1024px) {
  /* line 122, ../style/sass/modules/checkout/_checkout-payment-details.scss */
  .checkout-payment-details fieldset ul li ul {
    float: left;
    width: 85.71429%;
  }
}
/* line 126, ../style/sass/modules/checkout/_checkout-payment-details.scss */
.checkout-payment-details fieldset ul li ul .add-new-card label {
  display: block;
}
/* line 128, ../style/sass/modules/checkout/_checkout-payment-details.scss */
.checkout-payment-details fieldset ul li ul .add-new-card label:last-child {
  display: inline-block;
}
/* line 133, ../style/sass/modules/checkout/_checkout-payment-details.scss */
.checkout-payment-details fieldset ul li ul .add-new-card .card-types label {
  background-image: url("../../b2bredesign/images/sprite.png");
  background-position: -9px -919px;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 46px;
  height: 29px;
  display: inline-block;
  color: transparent;
  margin-right: 10px;
}
/* line 139, ../style/sass/modules/checkout/_checkout-payment-details.scss */
.checkout-payment-details fieldset ul li ul .add-new-card .card-types label.visa {
  background-position: -10px -922px !important;
  width: 47px;
}
/* line 143, ../style/sass/modules/checkout/_checkout-payment-details.scss */
.checkout-payment-details fieldset ul li ul .add-new-card .card-types label.amex {
  background-position: -27px -822px !important;
  width: 29px;
}
/* line 147, ../style/sass/modules/checkout/_checkout-payment-details.scss */
.checkout-payment-details fieldset ul li ul .add-new-card .card-types label.master {
  background-position: -12px -888px !important;
  width: 44px;
}
/* line 151, ../style/sass/modules/checkout/_checkout-payment-details.scss */
.checkout-payment-details fieldset ul li ul .add-new-card .card-types label.discover {
  background-position: -14px -856px !important;
  width: 43px;
}
/* line 155, ../style/sass/modules/checkout/_checkout-payment-details.scss */
.checkout-payment-details fieldset ul li ul .add-new-card .card-types label.active {
  border: 2px solid #71c5e8;
}
/* line 159, ../style/sass/modules/checkout/_checkout-payment-details.scss */
.checkout-payment-details fieldset ul li ul .add-new-card .card-types div.radio {
  position: absolute;
  left: -9999px;
}
/* line 164, ../style/sass/modules/checkout/_checkout-payment-details.scss */
.checkout-payment-details fieldset ul li ul .add-new-card select + span {
  width: 40% !important;
  margin-right: 8%;
}
/* line 171, ../style/sass/modules/checkout/_checkout-payment-details.scss */
.checkout-payment-details fieldset dt, .checkout-payment-details fieldset p {
  font-size: 16px;
  font-family: Effra Regular;
  font-style: normal;
  font-weight: normal;
  color: #69757b;
}
/* line 175, ../style/sass/modules/checkout/_checkout-payment-details.scss */
.checkout-payment-details fieldset dd {
  font-size: 15px;
  font-family: Effra Medium;
  font-style: normal;
  font-weight: normal;
  margin-top: 5px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  color: #004b87;
}
/* line 179, ../style/sass/modules/checkout/_checkout-payment-details.scss */
.checkout-payment-details fieldset dd:nth-of-type(1) {
  margin-bottom: 26px;
}
/* line 183, ../style/sass/modules/checkout/_checkout-payment-details.scss */
.checkout-payment-details fieldset p {
  margin-top: 9px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 7px;
  padding-left: 0;
}
/* line 187, ../style/sass/modules/checkout/_checkout-payment-details.scss */
.checkout-payment-details fieldset label {
  display: inline-block;
  font-size: 16px;
  font-family: Effra Regular;
  font-style: normal;
  font-weight: normal;
}
/* line 191, ../style/sass/modules/checkout/_checkout-payment-details.scss */
.checkout-payment-details fieldset input {
  width: 100%;
}
@media (max-width: 1023px) {
  /* line 103, ../style/sass/modules/checkout/_checkout-payment-details.scss */
  .checkout-payment-details fieldset {
    width: 100%;
    margin-top: 5%;
    margin-right: 0;
    margin-left: 0;
  }
}
/* line 199, ../style/sass/modules/checkout/_checkout-payment-details.scss */
.checkout-payment-details .back-to-cart p {
  padding-top: 0;
}
/* line 202, ../style/sass/modules/checkout/_checkout-payment-details.scss */
.checkout-payment-details .payment-details input {
  text-transform: uppercase;
}
/* line 206, ../style/sass/modules/checkout/_checkout-payment-details.scss */
.checkout-payment-details .steps div {
  float: none;
  left: auto;
}
/* line 209, ../style/sass/modules/checkout/_checkout-payment-details.scss */
.checkout-payment-details .steps div a {
  float: none;
  right: auto;
}
/* line 212, ../style/sass/modules/checkout/_checkout-payment-details.scss */
.checkout-payment-details .steps div a.last {
  width: 30px;
}
@media (max-width: 1023px) {
  /* line 216, ../style/sass/modules/checkout/_checkout-payment-details.scss */
  .checkout-payment-details .steps div a:nth-child(3) {
    background-position: 0 -569px;
    width: 30px;
  }
}
/* line 226, ../style/sass/modules/checkout/_checkout-payment-details.scss */
.checkout-payment-details .checkout-right-section h3 {
  float: left;
  width: 100%;
  margin-top: 36px;
  margin-left: 0;
}
/* line 232, ../style/sass/modules/checkout/_checkout-payment-details.scss */
.checkout-payment-details .checkout-right-section p {
  float: left;
  width: 100%;
}

/******************************************
1. consignment-checkout-payment.shtml
*******************************************/
/* line 6, ../style/sass/modules/checkout/_consignment-checkout-payment.scss */
.consignment-checkout-payment, .checkout-payment-details {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
/* line 8, ../style/sass/modules/checkout/_consignment-checkout-payment.scss */
.consignment-checkout-payment .order-summary, .checkout-payment-details .order-summary {
  float: left;
  width: 80%;
}
@media (max-width: 1023px) {
  /* line 8, ../style/sass/modules/checkout/_consignment-checkout-payment.scss */
  .consignment-checkout-payment .order-summary, .checkout-payment-details .order-summary {
    margin-top: 0;
    float: left;
    width: 100%;
  }
}
/* line 14, ../style/sass/modules/checkout/_consignment-checkout-payment.scss */
.consignment-checkout-payment .order-summary ul, .checkout-payment-details .order-summary ul {
  float: left;
  width: 100%;
  display: inline-block;
  padding-top: 20px;
}
/* line 18, ../style/sass/modules/checkout/_consignment-checkout-payment.scss */
.consignment-checkout-payment .order-summary ul hr, .checkout-payment-details .order-summary ul hr {
  float: left;
  width: 100%;
}
/* line 21, ../style/sass/modules/checkout/_consignment-checkout-payment.scss */
.consignment-checkout-payment .order-summary ul li, .checkout-payment-details .order-summary ul li {
  background: #B9D9EB;
  float: left;
  width: 47%;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}
/* line 25, ../style/sass/modules/checkout/_consignment-checkout-payment.scss */
.consignment-checkout-payment .order-summary ul li:first-child, .checkout-payment-details .order-summary ul li:first-child {
  margin-right: 2%;
}
@media (max-width: 1023px) {
  /* line 21, ../style/sass/modules/checkout/_consignment-checkout-payment.scss */
  .consignment-checkout-payment .order-summary ul li, .checkout-payment-details .order-summary ul li {
    float: left;
    width: 100%;
    margin-right: 0;
    padding-bottom: 20px;
  }
  /* line 32, ../style/sass/modules/checkout/_consignment-checkout-payment.scss */
  .consignment-checkout-payment .order-summary ul li:first-child, .checkout-payment-details .order-summary ul li:first-child {
    margin-bottom: 0;
    border-bottom: 1px solid #71c5e8;
  }
}
/* line 37, ../style/sass/modules/checkout/_consignment-checkout-payment.scss */
.consignment-checkout-payment .order-summary ul li h2, .checkout-payment-details .order-summary ul li h2 {
  font-size: 18px;
  font-family: Effra Regular;
  font-style: normal;
  font-weight: normal;
}
/* line 40, ../style/sass/modules/checkout/_consignment-checkout-payment.scss */
.consignment-checkout-payment .order-summary ul li p, .checkout-payment-details .order-summary ul li p {
  font-size: 1.07em;
  font-family: Effra Regular;
  font-style: normal;
  font-weight: normal;
  color: #0085ca;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 44, ../style/sass/modules/checkout/_consignment-checkout-payment.scss */
.consignment-checkout-payment .order-summary ul li p:last-child, .checkout-payment-details .order-summary ul li p:last-child {
  padding-top: 20px;
}
/* line 47, ../style/sass/modules/checkout/_consignment-checkout-payment.scss */
.consignment-checkout-payment .order-summary ul li p span, .checkout-payment-details .order-summary ul li p span {
  text-align: left;
}
/* line 49, ../style/sass/modules/checkout/_consignment-checkout-payment.scss */
.consignment-checkout-payment .order-summary ul li p span.label, .checkout-payment-details .order-summary ul li p span.label {
  float: left;
  width: 75%;
}
/* line 51, ../style/sass/modules/checkout/_consignment-checkout-payment.scss */
.consignment-checkout-payment .order-summary ul li p span.label:last-child, .checkout-payment-details .order-summary ul li p span.label:last-child {
  font-style: italic;
  padding-top: 5px;
}
/* line 56, ../style/sass/modules/checkout/_consignment-checkout-payment.scss */
.consignment-checkout-payment .order-summary ul li p span.value, .checkout-payment-details .order-summary ul li p span.value {
  float: left;
  width: 25%;
  text-align: right;
}
/* line 60, ../style/sass/modules/checkout/_consignment-checkout-payment.scss */
.consignment-checkout-payment .order-summary ul li p span.total, .checkout-payment-details .order-summary ul li p span.total {
  font-size: 1.07em;
  font-family: Effra Regular;
  font-style: normal;
  font-weight: normal;
  color: #004b87;
}
/* line 68, ../style/sass/modules/checkout/_consignment-checkout-payment.scss */
.consignment-checkout-payment .order-summary hr, .checkout-payment-details .order-summary hr {
  float: left;
  width: 100%;
}
/* line 72, ../style/sass/modules/checkout/_consignment-checkout-payment.scss */
.consignment-checkout-payment fieldset, .checkout-payment-details fieldset {
  float: left;
  width: 30%;
  margin-right: 5%;
  margin-left: 12%;
}
/* line 75, ../style/sass/modules/checkout/_consignment-checkout-payment.scss */
.consignment-checkout-payment fieldset legend, .checkout-payment-details fieldset legend {
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  /* line 78, ../style/sass/modules/checkout/_consignment-checkout-payment.scss */
  .consignment-checkout-payment fieldset ul, .checkout-payment-details fieldset ul {
    float: left;
    width: 353px;
  }
}
/* line 84, ../style/sass/modules/checkout/_consignment-checkout-payment.scss */
.consignment-checkout-payment fieldset ul li, .checkout-payment-details fieldset ul li {
  float: left;
  width: 100%;
  margin-bottom: 8px;
  list-style: none;
  /*span.select2.select2-container{
  	max-width:351px !important;
  	min-width:220px !important;
  	width:100%;
  	@include breakpoint(xs){
  		width:100%;
  	}
  }*/
}
/* line 88, ../style/sass/modules/checkout/_consignment-checkout-payment.scss */
.consignment-checkout-payment fieldset ul li ul, .checkout-payment-details fieldset ul li ul {
  margin-left: 50px;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1024px) {
  /* line 88, ../style/sass/modules/checkout/_consignment-checkout-payment.scss */
  .consignment-checkout-payment fieldset ul li ul, .checkout-payment-details fieldset ul li ul {
    float: left;
    width: 85.71429%;
  }
}
/* line 92, ../style/sass/modules/checkout/_consignment-checkout-payment.scss */
.consignment-checkout-payment fieldset ul li ul .add-new-card label, .checkout-payment-details fieldset ul li ul .add-new-card label {
  display: block;
}
/* line 94, ../style/sass/modules/checkout/_consignment-checkout-payment.scss */
.consignment-checkout-payment fieldset ul li ul .add-new-card label:last-child, .checkout-payment-details fieldset ul li ul .add-new-card label:last-child {
  display: inline-block;
}
/* line 99, ../style/sass/modules/checkout/_consignment-checkout-payment.scss */
.consignment-checkout-payment fieldset ul li ul .add-new-card .card-types label, .checkout-payment-details fieldset ul li ul .add-new-card .card-types label {
  background-image: url("../../b2bredesign/images/sprite.png");
  background-position: -9px -919px;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 55px;
  height: 29px;
  display: inline-block;
  margin-right: 10px;
  color: transparent;
}
/* line 105, ../style/sass/modules/checkout/_consignment-checkout-payment.scss */
.consignment-checkout-payment fieldset ul li ul .add-new-card .card-types label.visa, .checkout-payment-details fieldset ul li ul .add-new-card .card-types label.visa {
  background-position: -10px -922px !important;
  width: 47px;
}
/* line 109, ../style/sass/modules/checkout/_consignment-checkout-payment.scss */
.consignment-checkout-payment fieldset ul li ul .add-new-card .card-types label.amex, .checkout-payment-details fieldset ul li ul .add-new-card .card-types label.amex {
  background-position: -27px -822px !important;
  width: 29px;
}
/* line 113, ../style/sass/modules/checkout/_consignment-checkout-payment.scss */
.consignment-checkout-payment fieldset ul li ul .add-new-card .card-types label.master, .checkout-payment-details fieldset ul li ul .add-new-card .card-types label.master {
  background-position: -12px -888px !important;
  width: 44px;
}
/* line 117, ../style/sass/modules/checkout/_consignment-checkout-payment.scss */
.consignment-checkout-payment fieldset ul li ul .add-new-card .card-types label.discover, .checkout-payment-details fieldset ul li ul .add-new-card .card-types label.discover {
  background-position: -14px -856px !important;
  width: 43px;
}
/* line 121, ../style/sass/modules/checkout/_consignment-checkout-payment.scss */
.consignment-checkout-payment fieldset ul li ul .add-new-card .card-types label.active, .checkout-payment-details fieldset ul li ul .add-new-card .card-types label.active {
  border: 2px solid #71c5e8;
}
/* line 125, ../style/sass/modules/checkout/_consignment-checkout-payment.scss */
.consignment-checkout-payment fieldset ul li ul .add-new-card .card-types div.radio, .checkout-payment-details fieldset ul li ul .add-new-card .card-types div.radio {
  position: absolute;
  left: -9999px;
}
/* line 130, ../style/sass/modules/checkout/_consignment-checkout-payment.scss */
.consignment-checkout-payment fieldset ul li ul .add-new-card select + span, .checkout-payment-details fieldset ul li ul .add-new-card select + span {
  width: 40% !important;
  margin-right: 8%;
}
/* line 146, ../style/sass/modules/checkout/_consignment-checkout-payment.scss */
.consignment-checkout-payment fieldset dt, .consignment-checkout-payment fieldset p, .checkout-payment-details fieldset dt, .checkout-payment-details fieldset p {
  font-size: 16px;
  font-family: Effra Regular;
  font-style: normal;
  font-weight: normal;
  color: #69757b;
}
/* line 150, ../style/sass/modules/checkout/_consignment-checkout-payment.scss */
.consignment-checkout-payment fieldset dd, .checkout-payment-details fieldset dd {
  font-size: 15px;
  font-family: Effra Medium;
  font-style: normal;
  font-weight: normal;
  margin-top: 5px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  color: #004b87;
}
/* line 154, ../style/sass/modules/checkout/_consignment-checkout-payment.scss */
.consignment-checkout-payment fieldset dd:nth-of-type(1), .checkout-payment-details fieldset dd:nth-of-type(1) {
  margin-bottom: 26px;
}
/* line 158, ../style/sass/modules/checkout/_consignment-checkout-payment.scss */
.consignment-checkout-payment fieldset p, .checkout-payment-details fieldset p {
  margin-top: 9px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 7px;
  padding-left: 0;
}
/* line 162, ../style/sass/modules/checkout/_consignment-checkout-payment.scss */
.consignment-checkout-payment fieldset label, .checkout-payment-details fieldset label {
  display: inline-block;
  font-size: 16px;
  font-family: Effra Regular;
  font-style: normal;
  font-weight: normal;
}
/* line 166, ../style/sass/modules/checkout/_consignment-checkout-payment.scss */
.consignment-checkout-payment fieldset input, .checkout-payment-details fieldset input {
  width: 100%;
}
@media (max-width: 1023px) {
  /* line 72, ../style/sass/modules/checkout/_consignment-checkout-payment.scss */
  .consignment-checkout-payment fieldset, .checkout-payment-details fieldset {
    width: 100%;
    margin-top: 5%;
    margin-right: 0;
    margin-left: 0;
  }
}
/* line 174, ../style/sass/modules/checkout/_consignment-checkout-payment.scss */
.consignment-checkout-payment .back-to-cart p, .checkout-payment-details .back-to-cart p {
  padding-top: 0;
}
/* line 178, ../style/sass/modules/checkout/_consignment-checkout-payment.scss */
.consignment-checkout-payment .steps div, .checkout-payment-details .steps div {
  float: none;
  left: auto;
}
/* line 181, ../style/sass/modules/checkout/_consignment-checkout-payment.scss */
.consignment-checkout-payment .steps div a, .checkout-payment-details .steps div a {
  float: none;
  right: auto;
}
/* line 184, ../style/sass/modules/checkout/_consignment-checkout-payment.scss */
.consignment-checkout-payment .steps div a.last, .checkout-payment-details .steps div a.last {
  width: 30px;
}
@media (max-width: 1023px) {
  /* line 188, ../style/sass/modules/checkout/_consignment-checkout-payment.scss */
  .consignment-checkout-payment .steps div a:nth-child(3), .checkout-payment-details .steps div a:nth-child(3) {
    background-position: 0 -569px;
    width: 30px;
  }
}
/* line 197, ../style/sass/modules/checkout/_consignment-checkout-payment.scss */
.consignment-checkout-payment .required.text-highlight, .checkout-payment-details .required.text-highlight {
  float: right;
  padding-right: 10%;
}
@media (max-width: 1023px) {
  /* line 197, ../style/sass/modules/checkout/_consignment-checkout-payment.scss */
  .consignment-checkout-payment .required.text-highlight, .checkout-payment-details .required.text-highlight {
    margin-top: 5px;
    padding-right: 3px;
    margin-top: 5px;
  }
}

/******************************************
1. contact-us.shtml
*******************************************/
/* line 5, ../style/sass/modules/contactUs/_contact-us.scss */
h1.static-page-heading {
  padding-top: 0px;
  padding-left: 50px;
  margin-top: 1px;
  color: #004b87;
  font-weight: bold;
  font-size: 36px;
}
@media (max-width: 1023px) {
  /* line 5, ../style/sass/modules/contactUs/_contact-us.scss */
  h1.static-page-heading {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 15px;
    margin-top: 30px;
    font-size: 24px;
    text-align: left;
  }
}
/* line 17, ../style/sass/modules/contactUs/_contact-us.scss */
h1.static-page-heading.termsOfUse {
  width: 80%;
  float: left;
}
@media (max-width: 1023px) {
  /* line 17, ../style/sass/modules/contactUs/_contact-us.scss */
  h1.static-page-heading.termsOfUse {
    width: 100%;
    margin-bottom: 20px;
  }
}
/* line 25, ../style/sass/modules/contactUs/_contact-us.scss */
h1.static-page-heading span {
  margin-right: 15px;
}

/* line 30, ../style/sass/modules/contactUs/_contact-us.scss */
hr {
  clear: both;
}

/* line 34, ../style/sass/modules/contactUs/_contact-us.scss */
div.noprint {
  width: 20%;
  float: left;
}
@media (max-width: 1023px) {
  /* line 34, ../style/sass/modules/contactUs/_contact-us.scss */
  div.noprint {
    display: none;
  }
}
/* line 41, ../style/sass/modules/contactUs/_contact-us.scss */
div.noprint a {
  width: 100%;
  display: block;
  color: #01a7df;
  font-size: 14px;
  font-family: "Effra Medium";
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 12px;
  text-transform: uppercase;
}
/* line 49, ../style/sass/modules/contactUs/_contact-us.scss */
div.noprint a:last-child {
  padding-top: 0px;
  padding-bottom: 15px;
}
/* line 52, ../style/sass/modules/contactUs/_contact-us.scss */
div.noprint a span {
  margin-right: 5px;
}

/* line 58, ../style/sass/modules/contactUs/_contact-us.scss */
.account-settings {
  float: left;
  width: 20%;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  border-left: 1px solid #ccc;
}
@media (max-width: 1023px) {
  /* line 62, ../style/sass/modules/contactUs/_contact-us.scss */
  .account-settings > span {
    content: '';
    display: inline-block;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #ccc;
    border-top: 0;
    border-bottom-color: #fdfcfc;
    position: absolute;
    top: -11px;
    right: 3%;
  }
}
/* line 76, ../style/sass/modules/contactUs/_contact-us.scss */
.account-settings a {
  padding-bottom: 10px;
  display: block;
}
@media (max-width: 1023px) {
  /* line 76, ../style/sass/modules/contactUs/_contact-us.scss */
  .account-settings a {
    text-align: left;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
    font-size: 16px;
    font-family: "Effra Medium";
    font-style: normal;
    font-weight: normal;
  }
}
@media (max-width: 1023px) {
  /* line 58, ../style/sass/modules/contactUs/_contact-us.scss */
  .account-settings {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    float: left;
    width: 100%;
    position: absolute;
    top: 60px;
    border: 1px solid #ccc;
    right: 0;
    background: #fff;
    width: 100%;
    z-index: 9999;
  }
}

/* line 100, ../style/sass/modules/contactUs/_contact-us.scss */
.contact-us-page {
  margin-top: -30px;
  display: table;
  width: 100%;
}
/* line 104, ../style/sass/modules/contactUs/_contact-us.scss */
.contact-us-page .help-and-support-dashboard {
  background: #f6f7f8;
  display: table-cell;
  font-size: 1em;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
  min-height: 400px;
  width: 20%;
  vertical-align: top;
}
@media (max-width: 1023px) {
  /* line 104, ../style/sass/modules/contactUs/_contact-us.scss */
  .contact-us-page .help-and-support-dashboard {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    min-height: 1px;
  }
}
/* line 116, ../style/sass/modules/contactUs/_contact-us.scss */
.contact-us-page .help-and-support-dashboard .desktop-filter.stick {
  position: fixed;
  width: 17%;
  top: 0;
}
/* line 123, ../style/sass/modules/contactUs/_contact-us.scss */
.contact-us-page .help-and-support-dashboard .desktop-filter ul li {
  border-bottom: 1px solid #cccbcb;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  margin-left: 20px;
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom: 20px;
  padding-left: 0px;
  text-transform: uppercase;
}
/* line 129, ../style/sass/modules/contactUs/_contact-us.scss */
.contact-us-page .help-and-support-dashboard .desktop-filter ul li.selected a {
  color: #004b87;
}
/* line 133, ../style/sass/modules/contactUs/_contact-us.scss */
.contact-us-page .help-and-support-dashboard .desktop-filter ul li a {
  color: #00a9e0;
  font-size: 14px;
  text-align: center;
  font-family: "Effra Medium";
}
/* line 139, ../style/sass/modules/contactUs/_contact-us.scss */
.contact-us-page .help-and-support-dashboard .desktop-filter ul li:last-child {
  border-bottom: 1px solid #cccbcb;
}
/* line 145, ../style/sass/modules/contactUs/_contact-us.scss */
.contact-us-page .help-and-support-dashboard .back-to-top-contianer {
  background: #001e46;
  right: 0;
  margin-right: 0 !important;
}
/* line 149, ../style/sass/modules/contactUs/_contact-us.scss */
.contact-us-page .help-and-support-dashboard .back-to-top-contianer p {
  margin-bottom: 0;
}
/* line 154, ../style/sass/modules/contactUs/_contact-us.scss */
.contact-us-page .help-and-support-dashboard div:last-child {
  position: fixed;
  color: #00a9e0;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  bottom: 0px;
  width: 175px;
  margin-left: 20px;
}
/* line 168, ../style/sass/modules/contactUs/_contact-us.scss */
.contact-us-page .content-col {
  float: left;
  width: 100%;
  background: #fff;
  width: 100%;
  display: table-cell;
  padding-top: 30px;
  padding-right: 50px;
  padding-bottom: 30px;
  padding-left: 50px;
}
@media (max-width: 1023px) {
  /* line 168, ../style/sass/modules/contactUs/_contact-us.scss */
  .contact-us-page .content-col {
    padding-top: 25px;
    padding-right: 15px;
    padding-bottom: 25px;
    padding-left: 15px;
    width: 100%;
  }
}
/* line 178, ../style/sass/modules/contactUs/_contact-us.scss */
.contact-us-page .content-col.privacy-policy-page {
  padding-top: 0px;
  padding-right: 50px;
  padding-bottom: 30px;
  padding-left: 50px;
}
@media (max-width: 1023px) {
  /* line 178, ../style/sass/modules/contactUs/_contact-us.scss */
  .contact-us-page .content-col.privacy-policy-page {
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
  }
}
/* line 184, ../style/sass/modules/contactUs/_contact-us.scss */
.contact-us-page .content-col h2 {
  margin-top: 10px;
}
/* line 187, ../style/sass/modules/contactUs/_contact-us.scss */
.contact-us-page .content-col p {
  font-size: 16px;
  font-family: Effra Regular;
  font-style: normal;
  font-weight: normal;
  padding-top: 10px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 20px;
}
/* line 192, ../style/sass/modules/contactUs/_contact-us.scss */
.contact-us-page .content-col p.additionalSupport-data:nth-child(2), .contact-us-page .content-col p.additionalSupport-data:nth-child(3) {
  padding-top: 5px;
}
/* line 195, ../style/sass/modules/contactUs/_contact-us.scss */
.contact-us-page .content-col p span, .contact-us-page .content-col p a {
  line-height: 20px;
}
/* line 200, ../style/sass/modules/contactUs/_contact-us.scss */
.contact-us-page .content-col ul li {
  color: #859199;
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 9px;
  margin-left: 20px;
  list-style: disc;
  list-style-image: url("../../b2bredesign/images/icons/bullets.png");
}
/* line 209, ../style/sass/modules/contactUs/_contact-us.scss */
.contact-us-page .content-col strong {
  font-weight: normal;
  font-family: "Effra Bold";
}
/* line 213, ../style/sass/modules/contactUs/_contact-us.scss */
.contact-us-page .content-col ul.page-summary {
  margin-top: 30px;
}
/* line 216, ../style/sass/modules/contactUs/_contact-us.scss */
.contact-us-page .content-col ul.page-summary li {
  width: 32%;
  float: left;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  margin-right: 5px;
  margin-left: 0px;
  list-style: none;
  list-style-image: none;
}
/* line 224, ../style/sass/modules/contactUs/_contact-us.scss */
.contact-us-page .content-col ul.page-summary li:nth-child(4), .contact-us-page .content-col ul.page-summary li:nth-child(7), .contact-us-page .content-col ul.page-summary li:nth-child(10) {
  clear: both;
}
@media (max-width: 1023px) {
  /* line 216, ../style/sass/modules/contactUs/_contact-us.scss */
  .contact-us-page .content-col ul.page-summary li {
    width: 50%;
    clear: none !important;
    float: left;
    padding-left: 10px;
    margin-right: 0px;
  }
  /* line 234, ../style/sass/modules/contactUs/_contact-us.scss */
  .contact-us-page .content-col ul.page-summary li:nth-child(3), .contact-us-page .content-col ul.page-summary li:nth-child(5), .contact-us-page .content-col ul.page-summary li:nth-child(7), .contact-us-page .content-col ul.page-summary li:nth-child(9), .contact-us-page .content-col ul.page-summary li:nth-child(11), .contact-us-page .content-col ul.page-summary li:nth-child(13) {
    clear: both !important;
  }
}
/* line 238, ../style/sass/modules/contactUs/_contact-us.scss */
.contact-us-page .content-col ul.page-summary li a {
  color: #00a9e0;
  line-height: 0.4em;
}
/* line 244, ../style/sass/modules/contactUs/_contact-us.scss */
.contact-us-page .content-col ul.page-summary.not-bold a {
  font-family: "Effra Regular";
}
/* line 250, ../style/sass/modules/contactUs/_contact-us.scss */
.contact-us-page .content-col a {
  color: #00a9e0;
  font-size: 16px;
  font-family: Effra Regular;
  font-style: normal;
  font-weight: normal;
  line-height: 35px;
}
/* line 255, ../style/sass/modules/contactUs/_contact-us.scss */
.contact-us-page .content-col .categories {
  padding-top: 10px;
  padding-bottom: 80px;
}
/* line 257, ../style/sass/modules/contactUs/_contact-us.scss */
.contact-us-page .content-col .categories li {
  float: left;
  width: 33.3%;
}
/* line 261, ../style/sass/modules/contactUs/_contact-us.scss */
.contact-us-page .content-col .order-support {
  padding-top: 10px;
  padding-left: 50px;
}
/* line 263, ../style/sass/modules/contactUs/_contact-us.scss */
.contact-us-page .content-col .order-support li {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  list-style: initial;
  font-size: 16px;
  font-family: Effra Regular;
  font-style: normal;
  font-weight: normal;
  color: #859199;
}
/* line 270, ../style/sass/modules/contactUs/_contact-us.scss */
.contact-us-page .content-col .order-support + p {
  font-style: italic;
}
/* line 273, ../style/sass/modules/contactUs/_contact-us.scss */
.contact-us-page .content-col div {
  padding-bottom: 25px;
}
/* line 276, ../style/sass/modules/contactUs/_contact-us.scss */
.contact-us-page .content-col hr, .contact-us-page .content-col br {
  clear: both;
}
/* line 279, ../style/sass/modules/contactUs/_contact-us.scss */
.contact-us-page .content-col h3 {
  text-transform: uppercase;
}
/* line 282, ../style/sass/modules/contactUs/_contact-us.scss */
.contact-us-page .content-col .lower-case {
  text-transform: none;
}
@media (max-width: 1023px) {
  /* line 168, ../style/sass/modules/contactUs/_contact-us.scss */
  .contact-us-page .content-col {
    padding-top: 0;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
  }
}
/* line 290, ../style/sass/modules/contactUs/_contact-us.scss */
.contact-us-page .account-settings {
  padding-bottom: 0px !important;
}
/* line 292, ../style/sass/modules/contactUs/_contact-us.scss */
.contact-us-page .account-settings a span {
  margin-right: 5px;
}
/* line 299, ../style/sass/modules/contactUs/_contact-us.scss */
.contact-us-page aside input[type=button] {
  width: 100%;
  margin-top: 30px;
}
/* line 303, ../style/sass/modules/contactUs/_contact-us.scss */
.contact-us-page aside label {
  float: left;
  width: 30%;
}
/* line 306, ../style/sass/modules/contactUs/_contact-us.scss */
.contact-us-page aside .qty {
  width: 25%;
  margin-bottom: 20px;
}
/* line 310, ../style/sass/modules/contactUs/_contact-us.scss */
.contact-us-page aside .select-container {
  width: 70%;
  display: inline-block;
}
/* line 313, ../style/sass/modules/contactUs/_contact-us.scss */
.contact-us-page aside .select-container .qty + span {
  width: 40% !important;
}
/* line 317, ../style/sass/modules/contactUs/_contact-us.scss */
.contact-us-page aside .select-container .select2-container--default .select2-selection--single {
  background-color: #fff;
}
/* line 326, ../style/sass/modules/contactUs/_contact-us.scss */
.contact-us-page aside .uom-desc {
  padding-top: 20px;
}
/* line 328, ../style/sass/modules/contactUs/_contact-us.scss */
.contact-us-page aside .uom-desc span {
  display: inline-block;
  width: 30%;
  color: #859199;
  font-size: 16px;
  font-family: Effra Regular;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 20px;
}
/* line 336, ../style/sass/modules/contactUs/_contact-us.scss */
.contact-us-page aside legend {
  color: #004b87;
  border-bottom: 0;
  padding-top: 30px;
  padding-bottom: 15px;
  font-size: 14px;
  font-family: Effra Regular;
  font-style: normal;
  font-weight: normal;
}
/* line 342, ../style/sass/modules/contactUs/_contact-us.scss */
.contact-us-page aside h2 {
  color: #859199;
}
/* line 345, ../style/sass/modules/contactUs/_contact-us.scss */
.contact-us-page aside .customer-support {
  margin-top: 30px;
  margin-bottom: 0;
}
/* line 347, ../style/sass/modules/contactUs/_contact-us.scss */
.contact-us-page aside .customer-support > a + a {
  margin-bottom: 0;
}
/* line 350, ../style/sass/modules/contactUs/_contact-us.scss */
.contact-us-page aside .customer-support p {
  margin-bottom: 15px;
  color: #859199;
}
/* line 353, ../style/sass/modules/contactUs/_contact-us.scss */
.contact-us-page aside .customer-support p:first-child {
  color: #004b87;
  font-size: 14px;
  font-family: Effra Regular;
  font-style: normal;
  font-weight: normal;
}
/* line 362, ../style/sass/modules/contactUs/_contact-us.scss */
.contact-us-page .products-data.recommendations ul > li {
  margin-bottom: 15px;
}
/* line 365, ../style/sass/modules/contactUs/_contact-us.scss */
.contact-us-page .products-data.recommendations ul > li > ul li.left-col-eq, .contact-us-page .products-data.recommendations ul > li > ul li.right-col-eq {
  width: 40%;
  display: inline-block;
}
/* line 369, ../style/sass/modules/contactUs/_contact-us.scss */
.contact-us-page .products-data.recommendations ul > li > ul > li.plus-separator {
  width: 3%;
  margin-right: 3%;
  margin-left: 3%;
  display: inline-block;
}
/* line 376, ../style/sass/modules/contactUs/_contact-us.scss */
.contact-us-page .products-data.recommendations ul li.total-container {
  float: right;
  width: 27%;
}
/* line 378, ../style/sass/modules/contactUs/_contact-us.scss */
.contact-us-page .products-data.recommendations ul li.total-container input[type='button'] {
  margin-top: 20px;
}

/******************************************
1. product-listing-page.shtml
******************************************/
@media (max-width: 1023px) {
  /* line 6, ../style/sass/modules/browseAndShop/_plp.scss */
  h1.search-heading span:first-child {
    display: inline-block;
    width: 10%;
    float: left;
  }
}
/* line 13, ../style/sass/modules/browseAndShop/_plp.scss */
h1.search-heading span.searched-text {
  color: #004b87;
}
@media (max-width: 1023px) {
  /* line 13, ../style/sass/modules/browseAndShop/_plp.scss */
  h1.search-heading span.searched-text {
    text-align: center !important;
    display: inline-block;
    width: 80%;
    float: left;
    margin-bottom: 5px;
  }
}
/* line 22, ../style/sass/modules/browseAndShop/_plp.scss */
h1.search-heading span.searched-text strong {
  color: #004b87;
}

/* line 29, ../style/sass/modules/browseAndShop/_plp.scss */
.product-listing-page {
  margin-top: -30px;
}
/* line 31, ../style/sass/modules/browseAndShop/_plp.scss */
.product-listing-page .error-banner {
  padding-right: 20px;
  padding-left: 20px;
}
@media (max-width: 1023px) {
  /* line 34, ../style/sass/modules/browseAndShop/_plp.scss */
  .product-listing-page .pagination.blue-bg {
    height: 123px;
  }
}
/* line 40, ../style/sass/modules/browseAndShop/_plp.scss */
.product-listing-page .category-pagination > a:first-child {
  color: #fff;
  padding-left: 12px;
}
@media (max-width: 1023px) {
  /* line 40, ../style/sass/modules/browseAndShop/_plp.scss */
  .product-listing-page .category-pagination > a:first-child {
    clear: both;
    float: left;
    position: relative;
    top: -7px;
    width: 100%;
    text-align: center;
  }
}
/* line 54, ../style/sass/modules/browseAndShop/_plp.scss */
.product-listing-page .pagination-template a {
  background-color: #F0F3F6;
}
/* line 57, ../style/sass/modules/browseAndShop/_plp.scss */
.product-listing-page .pagination-template a.go-next, .product-listing-page .pagination-template a.go-prev {
  line-height: 38px;
}
/* line 61, ../style/sass/modules/browseAndShop/_plp.scss */
.product-listing-page .search-product-type {
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  float: left;
  width: 22%;
  vertical-align: top;
  background: #B9D9EB;
  font-size: 1em;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
  min-height: 400px;
}
@media (max-width: 1023px) {
  /* line 61, ../style/sass/modules/browseAndShop/_plp.scss */
  .product-listing-page .search-product-type {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    min-height: 1px;
    display: block;
    width: 100%;
  }
}
/* line 75, ../style/sass/modules/browseAndShop/_plp.scss */
.product-listing-page .search-product-type .desktop-filter > a {
  vertical-align: top;
  display: inline-block;
  width: 10%;
}
/* line 80, ../style/sass/modules/browseAndShop/_plp.scss */
.product-listing-page .search-product-type .desktop-filter > span {
  display: inline-block;
  width: 87%;
}
/* line 85, ../style/sass/modules/browseAndShop/_plp.scss */
.product-listing-page .search-product-type .desktop-filter ul li div.checker {
  float: left;
  width: 10%;
}
/* line 88, ../style/sass/modules/browseAndShop/_plp.scss */
.product-listing-page .search-product-type .desktop-filter ul li label {
  color: #004b87 !important;
  float: left;
  width: 85%;
  margin-top: 2px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
/* line 95, ../style/sass/modules/browseAndShop/_plp.scss */
.product-listing-page .search-product-type h3,
.product-listing-page .search-product-type .blue-heading {
  font-size: 14px;
  font-family: "Effra Medium";
  font-style: normal;
  font-weight: normal;
  color: #0085ca;
  padding-top: 22px;
  padding-bottom: 22px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 12px;
  margin-left: 0;
}
/* line 102, ../style/sass/modules/browseAndShop/_plp.scss */
.product-listing-page .search-product-type .filter-option,
.product-listing-page .search-product-type .filter-option label {
  font-size: 13px;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
  color: #004b87;
  width: 300px;
  display: inline;
}
/* line 110, ../style/sass/modules/browseAndShop/_plp.scss */
.product-listing-page .search-product-type .filter-option li {
  margin-bottom: 10px;
  padding-left: 0;
}
/* line 113, ../style/sass/modules/browseAndShop/_plp.scss */
.product-listing-page .search-product-type .filter-option li h3 {
  margin-bottom: 10px;
  margin-left: -20px;
  padding-left: 20px;
  color: #004b87;
}
/* line 119, ../style/sass/modules/browseAndShop/_plp.scss */
.product-listing-page .search-product-type .filter-option li:last-child label {
  margin-bottom: 21px;
}
/* line 125, ../style/sass/modules/browseAndShop/_plp.scss */
.product-listing-page .search-product-type .filter-option label.checked-label {
  color: #0085ca !important;
}
/* line 132, ../style/sass/modules/browseAndShop/_plp.scss */
.product-listing-page .sort-by label {
  color: #fff;
  margin-top: 0;
  margin-left: 21px;
}
/* line 136, ../style/sass/modules/browseAndShop/_plp.scss */
.product-listing-page .sort-by .select2-container .select2-selection {
  background-color: #F0F3F6;
  margin-top: -4px;
  margin-left: 0;
  float: left;
  width: 100%;
  font-size: 14px;
  font-family: "Effra Bold";
  font-style: normal;
  font-weight: normal;
}
@media (max-width: 1023px) {
  /* line 136, ../style/sass/modules/browseAndShop/_plp.scss */
  .product-listing-page .sort-by .select2-container .select2-selection {
    margin-left: 0px;
    width: 100%;
  }
}
/* line 147, ../style/sass/modules/browseAndShop/_plp.scss */
.product-listing-page .sort-by .select2-container .select2-selection .select2-selection__rendered {
  color: #004b87;
  width: 85% !important;
}
/* line 152, ../style/sass/modules/browseAndShop/_plp.scss */
.product-listing-page .sort-by .select2-container--open {
  background-color: #71c5e8;
}
/* line 155, ../style/sass/modules/browseAndShop/_plp.scss */
.product-listing-page .sort-by .select2-container {
  width: 185px !important;
}
@media (max-width: 1023px) {
  /* line 155, ../style/sass/modules/browseAndShop/_plp.scss */
  .product-listing-page .sort-by .select2-container {
    width: 77% !important;
  }
}
/* line 160, ../style/sass/modules/browseAndShop/_plp.scss */
.product-listing-page .sort-by .select2-container b.icon-angle-down {
  color: #00a9e0;
  line-height: 37px;
}
/* line 164, ../style/sass/modules/browseAndShop/_plp.scss */
.product-listing-page .sort-by .select2-container span.selection {
  width: 100%;
  display: inline-block;
}
@media (max-width: 1023px) {
  /* line 171, ../style/sass/modules/browseAndShop/_plp.scss */
  .product-listing-page .sortFieldIndexContainer .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 13px;
  }
}
/* line 175, ../style/sass/modules/browseAndShop/_plp.scss */
.product-listing-page p.pagination-count {
  float: right;
  margin-right: 30px;
}
@media (max-width: 1023px) {
  /* line 175, ../style/sass/modules/browseAndShop/_plp.scss */
  .product-listing-page p.pagination-count {
    float: none;
    margin-right: 0px;
    clear: both;
  }
}
/* line 184, ../style/sass/modules/browseAndShop/_plp.scss */
.product-listing-page .product-listing {
  float: left;
  width: 78%;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
@media (max-width: 1023px) {
  /* line 184, ../style/sass/modules/browseAndShop/_plp.scss */
  .product-listing-page .product-listing {
    float: left;
    width: 100%;
  }
}
/* line 190, ../style/sass/modules/browseAndShop/_plp.scss */
.product-listing-page .product-listing .pagination {
  padding-right: 30px;
  padding-left: 0;
}
@media (max-width: 1023px) {
  /* line 190, ../style/sass/modules/browseAndShop/_plp.scss */
  .product-listing-page .product-listing .pagination {
    padding-right: 0;
    padding-left: 0;
  }
}
/* line 196, ../style/sass/modules/browseAndShop/_plp.scss */
.product-listing-page .product-listing .pagination-details {
  float: left;
  width: auto;
  padding-right: 0;
}
/* line 201, ../style/sass/modules/browseAndShop/_plp.scss */
.product-listing-page .product-listing .pagination-details option {
  font-size: 14px;
  font-family: "Effra Medium";
  font-style: normal;
  font-weight: normal;
}
/* line 208, ../style/sass/modules/browseAndShop/_plp.scss */
.product-listing-page .product-listing .left-col {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  padding-left: 30px;
}
@media (min-width: 1024px) {
  /* line 208, ../style/sass/modules/browseAndShop/_plp.scss */
  .product-listing-page .product-listing .left-col {
    float: left;
    width: 42.85714%;
  }
}
@media (max-width: 1023px) {
  /* line 208, ../style/sass/modules/browseAndShop/_plp.scss */
  .product-listing-page .product-listing .left-col {
    padding-left: 20px;
  }
}
/* line 214, ../style/sass/modules/browseAndShop/_plp.scss */
.product-listing-page .product-listing .left-col .prod-name {
  font-size: 18px;
  font-family: "Effra Medium";
  font-style: normal;
  font-weight: normal;
  color: #00a9e0;
}
/* line 218, ../style/sass/modules/browseAndShop/_plp.scss */
.product-listing-page .product-listing .left-col p {
  margin-bottom: 0;
  font-size: 14px;
}
/* line 222, ../style/sass/modules/browseAndShop/_plp.scss */
.product-listing-page .product-listing .left-col p.products {
  font-size: 16px;
}
/* line 226, ../style/sass/modules/browseAndShop/_plp.scss */
.product-listing-page .product-listing .right-col {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  padding-right: 27px;
}
@media (min-width: 1024px) {
  /* line 226, ../style/sass/modules/browseAndShop/_plp.scss */
  .product-listing-page .product-listing .right-col {
    float: left;
    width: 57.14286%;
  }
}
@media (max-width: 1023px) {
  /* line 226, ../style/sass/modules/browseAndShop/_plp.scss */
  .product-listing-page .product-listing .right-col {
    padding-right: 20px;
  }
}
/* line 232, ../style/sass/modules/browseAndShop/_plp.scss */
.product-listing-page .product-listing .right-col input[type='button'] {
  margin-top: 20px;
}
/* line 235, ../style/sass/modules/browseAndShop/_plp.scss */
.product-listing-page .product-listing .right-col .cart-wrapper {
  width: 45%;
  float: left;
}
@media (max-width: 1023px) {
  /* line 235, ../style/sass/modules/browseAndShop/_plp.scss */
  .product-listing-page .product-listing .right-col .cart-wrapper {
    width: 100%;
  }
}
/* line 241, ../style/sass/modules/browseAndShop/_plp.scss */
.product-listing-page .product-listing .right-col .cart-wrapper label {
  padding-bottom: 4px;
  margin-top: 0px;
}
@media (max-width: 1023px) {
  /* line 241, ../style/sass/modules/browseAndShop/_plp.scss */
  .product-listing-page .product-listing .right-col .cart-wrapper label {
    float: left;
    margin-top: 10px;
    margin-right: 35px;
  }
}
/* line 250, ../style/sass/modules/browseAndShop/_plp.scss */
.product-listing-page .product-listing .right-col .select2-container {
  width: 100% !important;
}
/* line 253, ../style/sass/modules/browseAndShop/_plp.scss */
.product-listing-page .product-listing .right-col .select2-container .select2-selection--single {
  background: #fff;
  border: 1px solid #ddd;
}
/* line 256, ../style/sass/modules/browseAndShop/_plp.scss */
.product-listing-page .product-listing .right-col .select2-container .select2-selection--single .select2-selection__arrow b {
  color: #00A9E0;
  line-height: 48px;
}
@media (max-width: 1023px) {
  /* line 250, ../style/sass/modules/browseAndShop/_plp.scss */
  .product-listing-page .product-listing .right-col .select2-container {
    width: 65% !important;
    float: left;
  }
}
/* line 267, ../style/sass/modules/browseAndShop/_plp.scss */
.product-listing-page .product-listing .secondary-btn {
  float: right;
}
@media (max-width: 1023px) {
  /* line 267, ../style/sass/modules/browseAndShop/_plp.scss */
  .product-listing-page .product-listing .secondary-btn {
    width: 100%;
    margin-top: 20px;
  }
}
/* line 274, ../style/sass/modules/browseAndShop/_plp.scss */
.product-listing-page .product-listing .product-search-results {
  width: 100%;
  float: left;
}
/* line 279, ../style/sass/modules/browseAndShop/_plp.scss */
.product-listing-page .product-listing .product-search-results div.zero-disclaimer div.checker {
  vertical-align: top;
}
/* line 282, ../style/sass/modules/browseAndShop/_plp.scss */
.product-listing-page .product-listing .product-search-results div.zero-disclaimer label.linqDisclaimer {
  width: 90%;
  margin-top: 0;
  height: 135px;
  overflow: auto;
  font-size: 14px;
}
/* line 291, ../style/sass/modules/browseAndShop/_plp.scss */
.product-listing-page .product-listing li {
  float: left;
  background: #fff;
  border-bottom: 1px solid #EBEEF1;
  border-top: 1px solid #e2e2e2;
  color: #859199;
  font-size: 14px;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
  word-wrap: break-word;
  width: 100%;
  padding-top: 20px;
  padding-right: 0;
  padding-bottom: 20px;
  padding-left: 0;
}
/* line 303, ../style/sass/modules/browseAndShop/_plp.scss */
.product-listing-page .product-listing li:nth-of-type(even) {
  background: #F7FAFC;
}
/* line 307, ../style/sass/modules/browseAndShop/_plp.scss */
.product-listing-page .mobile-filter {
  background: #0085ca;
  float: left;
  width: 100%;
}
/* line 312, ../style/sass/modules/browseAndShop/_plp.scss */
.product-listing-page .mobile-filter .multiple-select {
  width: 90%;
  margin-top: 2%;
  margin-right: 4%;
  margin-bottom: 2%;
  margin-left: 4%;
  background: #F0F3F6;
}
/* line 317, ../style/sass/modules/browseAndShop/_plp.scss */
.product-listing-page .mobile-filter .multiple-select.disabled {
  pointer-events: none;
}
/* line 320, ../style/sass/modules/browseAndShop/_plp.scss */
.product-listing-page .mobile-filter .multiple-select.disabled > p:nth-child(1) span, .product-listing-page .mobile-filter .multiple-select.disabled > p:nth-child(1) {
  color: #ccc;
}
/* line 324, ../style/sass/modules/browseAndShop/_plp.scss */
.product-listing-page .mobile-filter .sort-records {
  float: left;
  width: 90%;
  margin-top: 2%;
  margin-right: 5%;
  margin-bottom: 2%;
  margin-left: 4%;
}
/* line 329, ../style/sass/modules/browseAndShop/_plp.scss */
.product-listing-page .mobile-filter .sort-records label {
  color: #fff;
  padding-right: 13px;
  margin: 0;
}
/* line 335, ../style/sass/modules/browseAndShop/_plp.scss */
.product-listing-page .mobile-filter .multiple-select .expanded-select {
  width: 100%;
}
@media (max-width: 1023px) {
  /* line 335, ../style/sass/modules/browseAndShop/_plp.scss */
  .product-listing-page .mobile-filter .multiple-select .expanded-select {
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 10px;
  }
}
@media (max-width: 1023px) {
  /* line 340, ../style/sass/modules/browseAndShop/_plp.scss */
  .product-listing-page .mobile-filter .multiple-select .expanded-select h3 {
    padding-bottom: 0px;
  }
}
@media (max-width: 1023px) {
  /* line 345, ../style/sass/modules/browseAndShop/_plp.scss */
  .product-listing-page .mobile-filter .multiple-select .expanded-select p {
    padding-right: 0;
    padding-left: 0;
    color: #004b87;
    line-height: 8px;
  }
}
@media (max-width: 1023px) {
  /* line 352, ../style/sass/modules/browseAndShop/_plp.scss */
  .product-listing-page .mobile-filter .multiple-select .expanded-select label {
    font-family: "Effra Medium";
    font-size: 14px;
  }
}
/* line 360, ../style/sass/modules/browseAndShop/_plp.scss */
.product-listing-page .mobile-filter .expand-select label {
  color: #004b87 !important;
  float: left;
  width: 85%;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
/* line 367, ../style/sass/modules/browseAndShop/_plp.scss */
.product-listing-page .mobile-filter .expand-select label.checked-label {
  color: #0085ca !important;
}
/* line 371, ../style/sass/modules/browseAndShop/_plp.scss */
.product-listing-page .mobile-filter .records-total {
  margin-top: 10px;
  display: inline-block;
}
/* line 376, ../style/sass/modules/browseAndShop/_plp.scss */
.product-listing-page .no-records {
  display: inline-block;
  margin-left: 20px;
}
@media (max-width: 1023px) {
  /* line 381, ../style/sass/modules/browseAndShop/_plp.scss */
  .product-listing-page .your-selection h3 {
    color: #fff;
    margin-bottom: 4px;
    padding-bottom: 0;
    font-size: 16px;
    text-align: left;
  }
}
@media (max-width: 1023px) {
  /* line 390, ../style/sass/modules/browseAndShop/_plp.scss */
  .product-listing-page .your-selection a {
    float: left;
  }
}
@media (max-width: 1023px) {
  /* line 395, ../style/sass/modules/browseAndShop/_plp.scss */
  .product-listing-page .your-selection a + span {
    text-align: left;
    width: 88%;
    display: inline-block;
    font-size: 14px;
  }
}
/* line 403, ../style/sass/modules/browseAndShop/_plp.scss */
.product-listing-page .your-selection span {
  font-size: 13px;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
}
@media (max-width: 1023px) {
  /* line 403, ../style/sass/modules/browseAndShop/_plp.scss */
  .product-listing-page .your-selection span {
    color: #fff;
  }
}
/* line 409, ../style/sass/modules/browseAndShop/_plp.scss */
.product-listing-page .your-selection span:before {
  margin-right: 5px;
}
@media (max-width: 1023px) {
  /* line 380, ../style/sass/modules/browseAndShop/_plp.scss */
  .product-listing-page .your-selection {
    margin-right: 4%;
    margin-left: 4%;
    text-align: center;
  }
}
@media (max-width: 1023px) {
  /* line 416, ../style/sass/modules/browseAndShop/_plp.scss */
  .product-listing-page .your-selection > div {
    float: left;
    width: 100%;
  }
}

/* line 423, ../style/sass/modules/browseAndShop/_plp.scss */
.no-search {
  margin-top: 4%;
  margin-left: 4%;
}

/* line 427, ../style/sass/modules/browseAndShop/_plp.scss */
.select2-results__options li {
  word-break: break-word;
}

/* line 431, ../style/sass/modules/browseAndShop/_plp.scss */
.animatePage {
  animation: moveDown 0.6s ease-in-out 0.2s backwards;
}

@keyframes moveDown {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(0px);
  }
}
/******************************************
1. product-details.shtml
*******************************************/
/* line 6, ../style/sass/modules/browseAndShop/_product-details.scss */
.product-details {
  margin-top: -30px;
}
/* line 8, ../style/sass/modules/browseAndShop/_product-details.scss */
.product-details h1 {
  padding-left: 15px;
  text-align: left;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
/* line 13, ../style/sass/modules/browseAndShop/_product-details.scss */
.product-details a {
  color: #00a9e0;
  margin-bottom: 15px;
  word-wrap: break-word;
  display: inline-block;
}
/* line 19, ../style/sass/modules/browseAndShop/_product-details.scss */
.product-details .content-col {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  background: #fff;
  padding-top: 30px;
  padding-right: 50px;
  padding-bottom: 30px;
  padding-left: 50px;
}
@media (min-width: 1280px) {
  /* line 19, ../style/sass/modules/browseAndShop/_product-details.scss */
  .product-details .content-col {
    float: left;
    width: 75%;
  }
}
@media (max-width: 1023px) {
  /* line 19, ../style/sass/modules/browseAndShop/_product-details.scss */
  .product-details .content-col {
    padding-top: 0;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
  }
}
/* line 28, ../style/sass/modules/browseAndShop/_product-details.scss */
.product-details .content-col .zero-disclaimer div.checker {
  vertical-align: top;
}
/* line 31, ../style/sass/modules/browseAndShop/_product-details.scss */
.product-details .content-col .zero-disclaimer label.linqDisclaimer {
  width: 95%;
  margin-top: 0;
  height: 135px;
  overflow: auto;
  font-size: 14px;
}
/* line 41, ../style/sass/modules/browseAndShop/_product-details.scss */
.product-details .product-desc input {
  margin-bottom: 20px;
}
/* line 44, ../style/sass/modules/browseAndShop/_product-details.scss */
.product-details .product-desc a {
  font-size: 17px;
  font-family: Effra Regular;
  font-style: normal;
  font-weight: normal;
  margin-top: 5px;
  margin-bottom: 0;
}
/* line 48, ../style/sass/modules/browseAndShop/_product-details.scss */
.product-details .product-desc .ajax-loader {
  display: none;
  background-image: url("../../b2bredesign/images/backgrounds/ajax-loader.gif");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-color: transparent;
  padding-top: 9px;
  padding-right: 12px;
  padding-bottom: 9px;
  padding-left: 41px;
  margin-top: 5px;
  margin-right: 0;
  margin-bottom: 5px;
  margin-left: 0;
}
/* line 55, ../style/sass/modules/browseAndShop/_product-details.scss */
.product-details .product-desc h2 a {
  float: right;
}
/* line 60, ../style/sass/modules/browseAndShop/_product-details.scss */
.product-details .order-filter {
  float: left;
  width: 25%;
  padding-right: 22px;
  padding-left: 22px;
  background: #EBEEF1;
}
@media (max-width: 1023px) {
  /* line 60, ../style/sass/modules/browseAndShop/_product-details.scss */
  .product-details .order-filter {
    width: 100%;
  }
}
/* line 67, ../style/sass/modules/browseAndShop/_product-details.scss */
.product-details .order-filter input[type=button] {
  width: 100%;
  margin-top: 20px;
}
/* line 71, ../style/sass/modules/browseAndShop/_product-details.scss */
.product-details .order-filter label {
  float: left;
  width: 32%;
}
/* line 74, ../style/sass/modules/browseAndShop/_product-details.scss */
.product-details .order-filter .qty {
  width: 25%;
  margin-bottom: 20px;
}
/* line 78, ../style/sass/modules/browseAndShop/_product-details.scss */
.product-details .order-filter .select-container {
  width: 68%;
  display: inline-block;
}
/* line 81, ../style/sass/modules/browseAndShop/_product-details.scss */
.product-details .order-filter .select-container .qty + span {
  width: 40% !important;
}
/* line 85, ../style/sass/modules/browseAndShop/_product-details.scss */
.product-details .order-filter .select-container .select2-container--default .select2-selection--single {
  background-color: #fff;
}
/* line 94, ../style/sass/modules/browseAndShop/_product-details.scss */
.product-details .order-filter .uom-desc {
  padding-top: 20px;
}
/* line 96, ../style/sass/modules/browseAndShop/_product-details.scss */
.product-details .order-filter .uom-desc span {
  display: inline-block;
  width: 32%;
  color: #69757b;
  font-size: 16px;
  font-family: Effra Light;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 20px;
}
/* line 104, ../style/sass/modules/browseAndShop/_product-details.scss */
.product-details .order-filter legend {
  color: #004b87;
  border-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
  font-size: 14px;
  font-family: Effra Regular;
  font-style: normal;
  font-weight: normal;
}
/* line 111, ../style/sass/modules/browseAndShop/_product-details.scss */
.product-details .order-filter h2 {
  color: #859199;
}
/* line 114, ../style/sass/modules/browseAndShop/_product-details.scss */
.product-details .order-filter .customer-support {
  margin-top: 30px;
  margin-bottom: 0;
  text-align: center;
}
/* line 117, ../style/sass/modules/browseAndShop/_product-details.scss */
.product-details .order-filter .customer-support > a + a {
  margin-bottom: 0;
}
/* line 120, ../style/sass/modules/browseAndShop/_product-details.scss */
.product-details .order-filter .customer-support p {
  margin-bottom: 15px;
  color: #859199;
}
/* line 123, ../style/sass/modules/browseAndShop/_product-details.scss */
.product-details .order-filter .customer-support p:first-child {
  color: #004b87;
  font-size: 14px;
  font-family: Effra Regular;
  font-style: normal;
  font-weight: normal;
}
/* line 132, ../style/sass/modules/browseAndShop/_product-details.scss */
.product-details .products-data.recommendations ul > li {
  margin-bottom: 15px;
}
/* line 135, ../style/sass/modules/browseAndShop/_product-details.scss */
.product-details .products-data.recommendations ul > li > ul li.left-col-eq, .product-details .products-data.recommendations ul > li > ul li.right-col-eq {
  width: 40%;
  display: inline-block;
}
/* line 139, ../style/sass/modules/browseAndShop/_product-details.scss */
.product-details .products-data.recommendations ul > li > ul > li.plus-separator {
  width: 3%;
  margin-right: 3%;
  margin-left: 3%;
  display: inline-block;
}
/* line 146, ../style/sass/modules/browseAndShop/_product-details.scss */
.product-details .products-data.recommendations ul li.total-container {
  float: right;
  width: 27%;
}
/* line 148, ../style/sass/modules/browseAndShop/_product-details.scss */
.product-details .products-data.recommendations ul li.total-container input[type='button'] {
  margin-top: 20px;
}
@media (max-width: 1023px) {
  /* line 146, ../style/sass/modules/browseAndShop/_product-details.scss */
  .product-details .products-data.recommendations ul li.total-container {
    float: right;
    width: 100%;
  }
}

/******************************************
 Category-listing-page.shtml
******************************************/
/* line 5, ../style/sass/modules/browseAndShop/_category-listing.scss */
.category-listing {
  margin: 18px 0 0 0 !important;
}
/* line 7, ../style/sass/modules/browseAndShop/_category-listing.scss */
.category-listing .panel-left {
  padding-left: 0px;
}
@media (max-width: 1023px) {
  /* line 7, ../style/sass/modules/browseAndShop/_category-listing.scss */
  .category-listing .panel-left {
    padding-top: 10px;
  }
}
/* line 13, ../style/sass/modules/browseAndShop/_category-listing.scss */
.category-listing .panel-right {
  padding-right: 0px;
}
/* line 16, ../style/sass/modules/browseAndShop/_category-listing.scss */
.category-listing .panel-left, .category-listing .panel-right {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 1024px) {
  /* line 16, ../style/sass/modules/browseAndShop/_category-listing.scss */
  .category-listing .panel-left, .category-listing .panel-right {
    float: left;
    width: 50%;
  }
}
/* line 20, ../style/sass/modules/browseAndShop/_category-listing.scss */
.category-listing .panel-default {
  float: left;
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 10px;
  border: none;
}
/* line 26, ../style/sass/modules/browseAndShop/_category-listing.scss */
.category-listing .panel-default .panel-heading {
  float: left;
  width: 100%;
  background: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}
/* line 32, ../style/sass/modules/browseAndShop/_category-listing.scss */
.category-listing .panel-default .panel-heading a {
  float: left;
  width: 100%;
  color: #00a9e0;
  font-size: 24px;
  font-family: "Effra Regular";
  outline: none;
  text-decoration: none;
  display: table;
}
/* line 42, ../style/sass/modules/browseAndShop/_category-listing.scss */
.category-listing .panel-default .panel-heading a[aria-expanded='true'] {
  color: #001e46;
}
/* line 46, ../style/sass/modules/browseAndShop/_category-listing.scss */
.category-listing .panel-default .panel-heading span {
  color: #00a9e0;
  font-size: 24px;
  font-family: "Effra Regular";
  outline: none;
  text-decoration: none;
  width: 100%;
  display: table-cell;
}
/* line 58, ../style/sass/modules/browseAndShop/_category-listing.scss */
.category-listing .panel-default .panel-collapse {
  float: left;
  width: 100%;
}
/* line 60, ../style/sass/modules/browseAndShop/_category-listing.scss */
.category-listing .panel-default .panel-collapse .panel-body {
  border: 0px;
  padding-top: 0px;
  padding-right: 25px;
  padding-bottom: 25px;
  padding-left: 18px;
}
/* line 63, ../style/sass/modules/browseAndShop/_category-listing.scss */
.category-listing .panel-default .panel-collapse .panel-body li {
  float: left;
  width: 100%;
  display: inline;
  color: #00a9e0;
  padding-top: 5px;
  padding-right: 2px;
  padding-bottom: 2px;
  padding-left: 0px;
}
/* line 68, ../style/sass/modules/browseAndShop/_category-listing.scss */
.category-listing .panel-default .panel-collapse .panel-body li span {
  margin-right: 5px;
  font-size: 16px;
}
/* line 72, ../style/sass/modules/browseAndShop/_category-listing.scss */
.category-listing .panel-default .panel-collapse .panel-body li span[data-icon="b"] {
  opacity: 0.5;
}
/* line 75, ../style/sass/modules/browseAndShop/_category-listing.scss */
.category-listing .panel-default .panel-collapse .panel-body li ul {
  margin-left: 35px;
}
/* line 77, ../style/sass/modules/browseAndShop/_category-listing.scss */
.category-listing .panel-default .panel-collapse .panel-body li ul li {
  width: 100%;
}
/* line 79, ../style/sass/modules/browseAndShop/_category-listing.scss */
.category-listing .panel-default .panel-collapse .panel-body li ul li a {
  font-size: 16px;
  text-transform: none;
  font-family: "Effra Regular";
}
/* line 86, ../style/sass/modules/browseAndShop/_category-listing.scss */
.category-listing .panel-default .panel-collapse .panel-body li label {
  width: 84%;
  vertical-align: top;
  margin-top: 0px;
}
/* line 91, ../style/sass/modules/browseAndShop/_category-listing.scss */
.category-listing .panel-default .panel-collapse .panel-body li a, .category-listing .panel-default .panel-collapse .panel-body li label {
  text-transform: uppercase;
  font-family: "Effra Medium";
  font-size: 16px;
  color: #00a9e0;
  cursor: pointer;
}
/* line 98, ../style/sass/modules/browseAndShop/_category-listing.scss */
.category-listing .panel-default .panel-collapse .panel-body li a.active {
  color: #001e46;
}
/* line 100, ../style/sass/modules/browseAndShop/_category-listing.scss */
.category-listing .panel-default .panel-collapse .panel-body li a.active label {
  color: #001e46;
}
/* line 107, ../style/sass/modules/browseAndShop/_category-listing.scss */
.category-listing .panel-default .panel-collapse .panel-body .child-list li label {
  text-transform: none;
  font-family: "Effra Regular";
}
/* line 116, ../style/sass/modules/browseAndShop/_category-listing.scss */
.category-listing .view-all {
  float: right;
  margin-right: 12px;
  margin-top: 7px;
  clear: both;
}
/* line 122, ../style/sass/modules/browseAndShop/_category-listing.scss */
.category-listing .support-wrapper {
  margin-left: 21px;
  float: left;
  margin-top: 15px;
  margin-right: 21px;
}
@media (max-width: 1023px) {
  /* line 122, ../style/sass/modules/browseAndShop/_category-listing.scss */
  .category-listing .support-wrapper {
    float: none;
    clear: both;
    text-align: center;
  }
}
/* line 132, ../style/sass/modules/browseAndShop/_category-listing.scss */
.category-listing .support-wrapper hr {
  margin: 15px 0;
}

@media (max-width: 1023px) {
  /* line 2, ../style/sass/modules/browseAndShop/_product-price-catalog.scss */
  .product-price-catalog h1 {
    font-size: 26px;
    display: block;
  }
}
/* line 8, ../style/sass/modules/browseAndShop/_product-price-catalog.scss */
.product-price-catalog div.error-banner {
  width: 70%;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 30px;
}
@media (max-width: 1023px) {
  /* line 8, ../style/sass/modules/browseAndShop/_product-price-catalog.scss */
  .product-price-catalog div.error-banner {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
}
/* line 17, ../style/sass/modules/browseAndShop/_product-price-catalog.scss */
.product-price-catalog hr {
  width: 15%;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}
@media (max-width: 1023px) {
  /* line 17, ../style/sass/modules/browseAndShop/_product-price-catalog.scss */
  .product-price-catalog hr {
    width: 30%;
  }
}
/* line 24, ../style/sass/modules/browseAndShop/_product-price-catalog.scss */
.product-price-catalog > ul {
  width: 77%;
  margin-top: 40px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}
@media (max-width: 1023px) {
  /* line 24, ../style/sass/modules/browseAndShop/_product-price-catalog.scss */
  .product-price-catalog > ul {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
}
/* line 31, ../style/sass/modules/browseAndShop/_product-price-catalog.scss */
.product-price-catalog > ul > li {
  display: inline;
  float: left;
  width: 60%;
  margin-left: 30px;
}
@media (max-width: 1023px) {
  /* line 31, ../style/sass/modules/browseAndShop/_product-price-catalog.scss */
  .product-price-catalog > ul > li {
    width: 100%;
    margin-left: 0px;
  }
}
/* line 39, ../style/sass/modules/browseAndShop/_product-price-catalog.scss */
.product-price-catalog > ul > li input {
  margin-top: 8px;
}
@media (min-width: 1024px) {
  /* line 39, ../style/sass/modules/browseAndShop/_product-price-catalog.scss */
  .product-price-catalog > ul > li input {
    float: right;
    width: 85%;
  }
}
/* line 45, ../style/sass/modules/browseAndShop/_product-price-catalog.scss */
.product-price-catalog > ul > li p:nth-child(1) {
  margin-bottom: 20px;
}
/* line 49, ../style/sass/modules/browseAndShop/_product-price-catalog.scss */
.product-price-catalog > ul > li p:nth-child(3) span {
  vertical-align: sub;
}
/* line 54, ../style/sass/modules/browseAndShop/_product-price-catalog.scss */
.product-price-catalog > ul > li p > span {
  color: #B9D9EB;
  margin-right: 10px;
}
/* line 58, ../style/sass/modules/browseAndShop/_product-price-catalog.scss */
.product-price-catalog > ul > li p a {
  color: #00a9e0;
  font-size: 0.875em;
}
/* line 64, ../style/sass/modules/browseAndShop/_product-price-catalog.scss */
.product-price-catalog > ul li:nth-child(2) {
  float: left;
  width: 33%;
}
@media (max-width: 1023px) {
  /* line 64, ../style/sass/modules/browseAndShop/_product-price-catalog.scss */
  .product-price-catalog > ul li:nth-child(2) {
    width: 100%;
  }
}
/* line 69, ../style/sass/modules/browseAndShop/_product-price-catalog.scss */
.product-price-catalog > ul li:nth-child(2) input {
  width: auto;
}
@media (max-width: 1023px) {
  /* line 69, ../style/sass/modules/browseAndShop/_product-price-catalog.scss */
  .product-price-catalog > ul li:nth-child(2) input {
    width: 100%;
  }
}
/* line 75, ../style/sass/modules/browseAndShop/_product-price-catalog.scss */
.product-price-catalog > ul li:nth-child(2) .right-section {
  float: left;
  margin: 19px 0 0 69px;
}
@media (max-width: 1023px) {
  /* line 75, ../style/sass/modules/browseAndShop/_product-price-catalog.scss */
  .product-price-catalog > ul li:nth-child(2) .right-section {
    float: none;
    margin-left: 0;
    clear: both;
    padding-top: 10px;
  }
}
@media (max-width: 1023px) {
  /* line 87, ../style/sass/modules/browseAndShop/_product-price-catalog.scss */
  .product-price-catalog > ul > li:last-child {
    text-align: center;
    margin-top: 15px;
  }
  /* line 92, ../style/sass/modules/browseAndShop/_product-price-catalog.scss */
  .product-price-catalog > ul > li:last-child p {
    color: #004b87;
    font-size: 1.143em;
    font-family: "Effra Medium";
    margin-bottom: 10px;
  }
  /* line 98, ../style/sass/modules/browseAndShop/_product-price-catalog.scss */
  .product-price-catalog > ul > li:last-child a {
    color: #00a9e0;
    font-size: 1.714em;
    float: right;
  }
}
/* line 105, ../style/sass/modules/browseAndShop/_product-price-catalog.scss */
.product-price-catalog > ul li:first-child {
  width: 58%;
  margin-right: 50px;
  margin-left: 0px;
}
@media (max-width: 1023px) {
  /* line 105, ../style/sass/modules/browseAndShop/_product-price-catalog.scss */
  .product-price-catalog > ul li:first-child {
    text-align: center;
  }
}
/* line 113, ../style/sass/modules/browseAndShop/_product-price-catalog.scss */
.product-price-catalog section.page-content {
  margin-top: 30px;
  padding-top: 35px;
  text-align: center;
}
/* line 117, ../style/sass/modules/browseAndShop/_product-price-catalog.scss */
.product-price-catalog section.page-content > div {
  float: left;
  width: 100%;
  text-align: left;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  position: relative;
  background: #fff;
}
/* line 123, ../style/sass/modules/browseAndShop/_product-price-catalog.scss */
.product-price-catalog section.page-content > div > div {
  float: left;
  width: 100%;
}
/* line 126, ../style/sass/modules/browseAndShop/_product-price-catalog.scss */
.product-price-catalog section.page-content > div > ul {
  float: left;
  width: 50%;
}
@media (max-width: 1023px) {
  /* line 126, ../style/sass/modules/browseAndShop/_product-price-catalog.scss */
  .product-price-catalog section.page-content > div > ul {
    width: 100%;
  }
}
/* line 131, ../style/sass/modules/browseAndShop/_product-price-catalog.scss */
.product-price-catalog section.page-content > div > ul > li {
  float: left;
  width: 60%;
  margin-top: 10px;
  color: #004b87;
}
@media (max-width: 1023px) {
  /* line 131, ../style/sass/modules/browseAndShop/_product-price-catalog.scss */
  .product-price-catalog section.page-content > div > ul > li {
    width: 100%;
  }
}
/* line 138, ../style/sass/modules/browseAndShop/_product-price-catalog.scss */
.product-price-catalog section.page-content > div > ul > li span {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}
/* line 144, ../style/sass/modules/browseAndShop/_product-price-catalog.scss */
.product-price-catalog section.page-content > div > ul > li:first-child {
  color: #859199;
  margin-top: 0px;
}
/* line 149, ../style/sass/modules/browseAndShop/_product-price-catalog.scss */
.product-price-catalog section.page-content > div > a {
  position: absolute;
  top: 15px;
  right: 15px;
}
@media (max-width: 1023px) and (max-width: 1023px) {
  /* line 149, ../style/sass/modules/browseAndShop/_product-price-catalog.scss */
  .product-price-catalog section.page-content > div > a {
    margin-top: -145px;
    margin-right: -2px;
  }
}

/* line 159, ../style/sass/modules/browseAndShop/_product-price-catalog.scss */
.product-price-catalog section.page-content > div > hr {
  float: left;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  /* line 163, ../style/sass/modules/browseAndShop/_product-price-catalog.scss */
  .product-price-catalog section.page-content > div button {
    width: 100%;
    margin-top: 20px;
  }
  /* line 167, ../style/sass/modules/browseAndShop/_product-price-catalog.scss */
  .product-price-catalog section.page-content > div button span {
    float: left;
  }
}
/* line 172, ../style/sass/modules/browseAndShop/_product-price-catalog.scss */
.product-price-catalog section.page-content > div ul.category-list {
  float: left;
  width: 100%;
}
/* line 174, ../style/sass/modules/browseAndShop/_product-price-catalog.scss */
.product-price-catalog section.page-content > div ul.category-list > li {
  color: #004b87;
  width: 100%;
  display: inline-block;
  margin-top: 0;
}
/* line 179, ../style/sass/modules/browseAndShop/_product-price-catalog.scss */
.product-price-catalog section.page-content > div ul.category-list > li h5 {
  color: #004b87;
  font-size: 16px;
  font-family: Effra Medium;
  font-style: normal;
  font-weight: normal;
}
/* line 183, ../style/sass/modules/browseAndShop/_product-price-catalog.scss */
.product-price-catalog section.page-content > div ul.category-list > li > ul {
  padding-left: 17px;
  width: 100%;
}
/* line 186, ../style/sass/modules/browseAndShop/_product-price-catalog.scss */
.product-price-catalog section.page-content > div ul.category-list > li > ul li {
  list-style: initial;
  font-size: 16px;
  font-family: Effra Regular;
  font-style: normal;
  font-weight: normal;
}
/* line 194, ../style/sass/modules/browseAndShop/_product-price-catalog.scss */
.product-price-catalog section.page-content h2 {
  margin-top: 0px;
  font-size: 1.143em;
  font-family: "Effra Medium";
  text-align: left;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  /* line 194, ../style/sass/modules/browseAndShop/_product-price-catalog.scss */
  .product-price-catalog section.page-content h2 {
    margin-left: 20px;
  }
}
/* line 205, ../style/sass/modules/browseAndShop/_product-price-catalog.scss */
.product-price-catalog section.page-content .no-catalogs {
  text-align: left;
}
@media (max-width: 1023px) {
  /* line 205, ../style/sass/modules/browseAndShop/_product-price-catalog.scss */
  .product-price-catalog section.page-content .no-catalogs {
    margin-left: 20px;
  }
}
/* line 211, ../style/sass/modules/browseAndShop/_product-price-catalog.scss */
.product-price-catalog section.page-content > ul {
  float: left;
  width: 100%;
  margin-top: 20px;
}
@media (max-width: 1023px) {
  /* line 211, ../style/sass/modules/browseAndShop/_product-price-catalog.scss */
  .product-price-catalog section.page-content > ul {
    padding-right: 10px;
    padding-left: 10px;
  }
}
/* line 218, ../style/sass/modules/browseAndShop/_product-price-catalog.scss */
.product-price-catalog section.page-content > ul > li {
  float: left;
  width: 35%;
  background: #fff;
  margin-right: 35px;
  margin-bottom: 35px;
}
@media (max-width: 1023px) {
  /* line 218, ../style/sass/modules/browseAndShop/_product-price-catalog.scss */
  .product-price-catalog section.page-content > ul > li {
    margin-right: 0px;
    margin-bottom: 10px;
    width: 100%;
    position: relative;
  }
}
@media (min-width: 1024px) {
  /* line 218, ../style/sass/modules/browseAndShop/_product-price-catalog.scss */
  .product-price-catalog section.page-content > ul > li {
    position: relative;
  }
  /* line 229, ../style/sass/modules/browseAndShop/_product-price-catalog.scss */
  .product-price-catalog section.page-content > ul > li a.show-contents {
    cursor: pointer;
    position: absolute;
    bottom: 28%;
    right: 30%;
  }
  /* line 235, ../style/sass/modules/browseAndShop/_product-price-catalog.scss */
  .product-price-catalog section.page-content > ul > li p.download-error {
    position: absolute;
    bottom: 0%;
    left: 10%;
  }
}
@media (max-width: 1023px) {
  /* line 218, ../style/sass/modules/browseAndShop/_product-price-catalog.scss */
  .product-price-catalog section.page-content > ul > li {
    position: relative;
  }
  /* line 244, ../style/sass/modules/browseAndShop/_product-price-catalog.scss */
  .product-price-catalog section.page-content > ul > li a.show-contents {
    cursor: pointer;
    position: absolute;
    bottom: 28%;
    right: 15px;
  }
  /* line 250, ../style/sass/modules/browseAndShop/_product-price-catalog.scss */
  .product-price-catalog section.page-content > ul > li p.download-error {
    position: absolute;
    bottom: 0%;
    left: 10%;
  }
}
/* line 257, ../style/sass/modules/browseAndShop/_product-price-catalog.scss */
.product-price-catalog section.page-content > ul > li ul {
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  margin-top: 0px;
  float: left;
}
@media (max-width: 1023px) {
  /* line 257, ../style/sass/modules/browseAndShop/_product-price-catalog.scss */
  .product-price-catalog section.page-content > ul > li ul {
    width: 100%;
  }
}
/* line 264, ../style/sass/modules/browseAndShop/_product-price-catalog.scss */
.product-price-catalog section.page-content > ul > li ul li {
  float: left;
  width: 100%;
  text-align: left;
}
/* line 267, ../style/sass/modules/browseAndShop/_product-price-catalog.scss */
.product-price-catalog section.page-content > ul > li ul li p {
  display: inline;
  float: right;
  width: 60%;
  color: #004b87;
  text-align: right;
}
/* line 272, ../style/sass/modules/browseAndShop/_product-price-catalog.scss */
.product-price-catalog section.page-content > ul > li ul li p span {
  display: block;
  font-size: 14px;
  font-family: Effra Regular;
  font-style: normal;
  font-weight: normal;
}
/* line 277, ../style/sass/modules/browseAndShop/_product-price-catalog.scss */
.product-price-catalog section.page-content > ul > li ul li > span {
  color: #69757b;
}
/* line 281, ../style/sass/modules/browseAndShop/_product-price-catalog.scss */
.product-price-catalog section.page-content > ul > li ul li:nth-child(3) {
  text-align: center;
}
/* line 283, ../style/sass/modules/browseAndShop/_product-price-catalog.scss */
.product-price-catalog section.page-content > ul > li ul li:nth-child(3) h5 {
  color: #00a9e0;
  font-size: 1.143em;
  font-family: "Effra Medium";
}
/* line 290, ../style/sass/modules/browseAndShop/_product-price-catalog.scss */
.product-price-catalog section.page-content > ul > li button.secondary-btn3, .product-price-catalog section.page-content > ul > li a.secondary-btn3 {
  width: 100%;
  border-radius: 0px;
}
@media (max-width: 1023px) {
  /* line 290, ../style/sass/modules/browseAndShop/_product-price-catalog.scss */
  .product-price-catalog section.page-content > ul > li button.secondary-btn3, .product-price-catalog section.page-content > ul > li a.secondary-btn3 {
    margin-bottom: 0px;
  }
}
/* line 297, ../style/sass/modules/browseAndShop/_product-price-catalog.scss */
.product-price-catalog section.page-content > ul > li button.secondary-btn3 {
  font-size: 16px;
}
@media (max-width: 1023px) {
  /* line 300, ../style/sass/modules/browseAndShop/_product-price-catalog.scss */
  .product-price-catalog section.page-content > ul > li button > span {
    float: left;
  }
}
/* line 305, ../style/sass/modules/browseAndShop/_product-price-catalog.scss */
.product-price-catalog section.page-content > ul > li a > span {
  float: left;
}
/* line 308, ../style/sass/modules/browseAndShop/_product-price-catalog.scss */
.product-price-catalog section.page-content > ul > li font.error-banner {
  display: block;
  margin-bottom: 15px;
}
@media (max-width: 1023px) {
  /* line 314, ../style/sass/modules/browseAndShop/_product-price-catalog.scss */
  .product-price-catalog section.page-content button.secondary-btn {
    width: auto;
    margin-top: 20px;
    margin-bottom: 25px;
  }
}

/* line 1, ../style/sass/modules/browseAndShop/_req-catelog.scss */
.catalog-request {
  margin-top: 25px;
  margin-right: 50px;
  margin-bottom: 50px;
  margin-left: 50px;
  clear: both;
  float: left;
  width: 90%;
}
@media (max-width: 1023px) {
  /* line 1, ../style/sass/modules/browseAndShop/_req-catelog.scss */
  .catalog-request {
    margin-top: 2%;
    margin-right: 5%;
    margin-bottom: 2%;
    margin-left: 5%;
  }
}
/* line 8, ../style/sass/modules/browseAndShop/_req-catelog.scss */
.catalog-request h2 {
  color: #004b87;
  font-size: 24px;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
}
/* line 12, ../style/sass/modules/browseAndShop/_req-catelog.scss */
.catalog-request p {
  font-size: 16px;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
  color: #859199;
}
/* line 16, ../style/sass/modules/browseAndShop/_req-catelog.scss */
.catalog-request .select-products, .catalog-request .select-options {
  float: left;
  width: 100%;
}
/* line 19, ../style/sass/modules/browseAndShop/_req-catelog.scss */
.catalog-request .selected-products {
  color: #E35205;
  float: left;
  width: 25%;
  margin-top: 10px;
}
@media (max-width: 1023px) {
  /* line 19, ../style/sass/modules/browseAndShop/_req-catelog.scss */
  .catalog-request .selected-products {
    float: left;
    width: 100%;
  }
}
/* line 27, ../style/sass/modules/browseAndShop/_req-catelog.scss */
.catalog-request .select-all-products {
  float: right;
  width: 15%;
}
@media (max-width: 1023px) {
  /* line 27, ../style/sass/modules/browseAndShop/_req-catelog.scss */
  .catalog-request .select-all-products {
    float: left;
    width: 100%;
    clear: both;
  }
}
/* line 33, ../style/sass/modules/browseAndShop/_req-catelog.scss */
.catalog-request .select-all-products label {
  font-size: 14px;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
}
/* line 37, ../style/sass/modules/browseAndShop/_req-catelog.scss */
.catalog-request .select-account, .catalog-request .select-product-config {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  padding-left: 0;
}
@media (min-width: 1024px) {
  /* line 37, ../style/sass/modules/browseAndShop/_req-catelog.scss */
  .catalog-request .select-account, .catalog-request .select-product-config {
    float: left;
    width: 42.85714%;
  }
}
@media (max-width: 1023px) {
  /* line 37, ../style/sass/modules/browseAndShop/_req-catelog.scss */
  .catalog-request .select-account, .catalog-request .select-product-config {
    padding-right: 0;
  }
}
/* line 43, ../style/sass/modules/browseAndShop/_req-catelog.scss */
.catalog-request .select-account label, .catalog-request .select-product-config label {
  font-size: 16px;
  font-family: "Effra Light";
  font-style: normal;
  font-weight: normal;
}
/* line 47, ../style/sass/modules/browseAndShop/_req-catelog.scss */
.catalog-request .select-file-type {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  padding-left: 0;
}
@media (min-width: 1024px) {
  /* line 47, ../style/sass/modules/browseAndShop/_req-catelog.scss */
  .catalog-request .select-file-type {
    float: left;
    width: 14.28571%;
  }
}
@media (max-width: 1023px) {
  /* line 47, ../style/sass/modules/browseAndShop/_req-catelog.scss */
  .catalog-request .select-file-type {
    padding-right: 50%;
  }
}
/* line 53, ../style/sass/modules/browseAndShop/_req-catelog.scss */
.catalog-request .select-file-type label {
  font-size: 16px;
  font-family: "Effra Light";
  font-style: normal;
  font-weight: normal;
}
/* line 57, ../style/sass/modules/browseAndShop/_req-catelog.scss */
.catalog-request li {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  padding-right: 10px;
  padding-left: 0;
  float: left;
  width: 100%;
}
@media (min-width: 1024px) {
  /* line 57, ../style/sass/modules/browseAndShop/_req-catelog.scss */
  .catalog-request li {
    float: left;
    width: 50%;
  }
}
@media (max-width: 1023px) {
  /* line 57, ../style/sass/modules/browseAndShop/_req-catelog.scss */
  .catalog-request li {
    padding-right: 0;
    padding-left: 0;
  }
}
/* line 65, ../style/sass/modules/browseAndShop/_req-catelog.scss */
.catalog-request li:nth-child(even) {
  padding-right: 0;
  padding-left: 10px;
}
@media (max-width: 1023px) {
  /* line 65, ../style/sass/modules/browseAndShop/_req-catelog.scss */
  .catalog-request li:nth-child(even) {
    padding-right: 0;
    padding-left: 0;
  }
}
/* line 71, ../style/sass/modules/browseAndShop/_req-catelog.scss */
.catalog-request ul {
  clear: both;
  float: left;
  width: 100%;
}
/* line 75, ../style/sass/modules/browseAndShop/_req-catelog.scss */
.catalog-request .multiple-select-options {
  background: #B9D9EB;
  border-radius: 3px;
  margin-top: 3px;
  float: left;
  width: 100%;
  height: 50px;
  position: relative;
  padding-left: 20px;
}
@media (max-width: 1023px) {
  /* line 75, ../style/sass/modules/browseAndShop/_req-catelog.scss */
  .catalog-request .multiple-select-options {
    padding-right: 10px;
    padding-left: 10px;
  }
}
/* line 86, ../style/sass/modules/browseAndShop/_req-catelog.scss */
.catalog-request .multiple-select-options div.header {
  margin-top: 5px;
}
/* line 89, ../style/sass/modules/browseAndShop/_req-catelog.scss */
.catalog-request .multiple-select-options label {
  color: #004b87;
  margin-bottom: 14px;
}
/* line 93, ../style/sass/modules/browseAndShop/_req-catelog.scss */
.catalog-request .multiple-select-options .selected-count {
  color: #00a9e0 !important;
}
/* line 96, ../style/sass/modules/browseAndShop/_req-catelog.scss */
.catalog-request .multiple-select-options .arrow {
  float: right;
  width: 5%;
  margin-top: 8px;
  font-size: 18px;
  color: #004b87;
}
/* line 103, ../style/sass/modules/browseAndShop/_req-catelog.scss */
.catalog-request .multiple-select-options.open {
  height: auto;
  background: #EBEEF1;
}
/* line 106, ../style/sass/modules/browseAndShop/_req-catelog.scss */
.catalog-request .multiple-select-options.open p {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  display: table-row;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 1024px) {
  /* line 106, ../style/sass/modules/browseAndShop/_req-catelog.scss */
  .catalog-request .multiple-select-options.open p {
    float: left;
    width: 50%;
  }
}
/* line 112, ../style/sass/modules/browseAndShop/_req-catelog.scss */
.catalog-request .multiple-select-options.open hr {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 10px;
  margin-left: 0;
}
/* line 115, ../style/sass/modules/browseAndShop/_req-catelog.scss */
.catalog-request .multiple-select-options.open .arrow {
  color: #00a9e0;
  margin-top: 14px;
}
/* line 121, ../style/sass/modules/browseAndShop/_req-catelog.scss */
.catalog-request .expanded-select {
  padding-top: 10px;
}
/* line 123, ../style/sass/modules/browseAndShop/_req-catelog.scss */
.catalog-request .expanded-select label {
  font-size: 14px;
  color: #004b87;
}
/* line 127, ../style/sass/modules/browseAndShop/_req-catelog.scss */
.catalog-request .expanded-select p {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
/* line 129, ../style/sass/modules/browseAndShop/_req-catelog.scss */
.catalog-request .expanded-select p div.checker, .catalog-request .expanded-select p label {
  display: table-cell;
}
/* line 132, ../style/sass/modules/browseAndShop/_req-catelog.scss */
.catalog-request .expanded-select p label {
  vertical-align: middle;
  padding-bottom: 7px;
}
/* line 136, ../style/sass/modules/browseAndShop/_req-catelog.scss */
.catalog-request .expanded-select p div.checker span {
  vertical-align: text-bottom;
}
/* line 142, ../style/sass/modules/browseAndShop/_req-catelog.scss */
.catalog-request .req-catelog-bottom hr {
  width: 33%;
}
/* line 145, ../style/sass/modules/browseAndShop/_req-catelog.scss */
.catalog-request .req-catelog-bottom a {
  margin-top: 30px;
  margin-right: 0;
  margin-bottom: 10px;
  margin-left: 0;
}

/* line 2, ../style/sass/modules/browseAndShop/_req-catelog-confirmation.scss */
.req-catelog-submitted .body-header {
  text-align: center;
  padding-top: 58px;
}
/* line 5, ../style/sass/modules/browseAndShop/_req-catelog-confirmation.scss */
.req-catelog-submitted .body-header h1 {
  text-align: center;
  display: inline-block;
  margin-top: 0px;
  padding-top: 0px;
}
/* line 11, ../style/sass/modules/browseAndShop/_req-catelog-confirmation.scss */
.req-catelog-submitted .body-header .submitted {
  color: #77bc1f;
  font-size: 42px;
  margin-right: 20px;
  vertical-align: middle;
}
@media (max-width: 1023px) {
  /* line 2, ../style/sass/modules/browseAndShop/_req-catelog-confirmation.scss */
  .req-catelog-submitted .body-header {
    padding-top: 20px;
    padding-right: 15px;
    padding-bottom: 35px;
    padding-left: 15px;
  }
  /* line 19, ../style/sass/modules/browseAndShop/_req-catelog-confirmation.scss */
  .req-catelog-submitted .body-header h1 {
    text-align: center;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    display: block;
  }
}
/* line 25, ../style/sass/modules/browseAndShop/_req-catelog-confirmation.scss */
.req-catelog-submitted .body-header p {
  font-size: 16px;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
  width: 50%;
  line-height: 24px;
  margin-top: 20px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}
@media (max-width: 1023px) {
  /* line 25, ../style/sass/modules/browseAndShop/_req-catelog-confirmation.scss */
  .req-catelog-submitted .body-header p {
    width: 100%;
    margin-bottom: 10px;
  }
}
/* line 35, ../style/sass/modules/browseAndShop/_req-catelog-confirmation.scss */
.req-catelog-submitted .body-header a.secondary-btn {
  margin-top: 30px;
  margin-right: 20px;
  margin-bottom: 25px;
  margin-left: 20px;
}
@media (max-width: 1023px) {
  /* line 35, ../style/sass/modules/browseAndShop/_req-catelog-confirmation.scss */
  .req-catelog-submitted .body-header a.secondary-btn {
    margin-top: 23px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
  }
}
@media (max-width: 1023px) {
  /* line 41, ../style/sass/modules/browseAndShop/_req-catelog-confirmation.scss */
  .req-catelog-submitted .body-header hr {
    margin-bottom: 35px;
  }
}

/* line 48, ../style/sass/modules/browseAndShop/_req-catelog-confirmation.scss */
.contact {
  text-align: center;
}
/* line 50, ../style/sass/modules/browseAndShop/_req-catelog-confirmation.scss */
.contact span {
  color: #00a9e0;
  font-size: 14px;
  font-family: "Effra Bold";
  font-style: normal;
  font-weight: normal;
}

/* line 56, ../style/sass/modules/browseAndShop/_req-catelog-confirmation.scss */
.select-all-prod legend {
  float: left;
  margin-bottom: 0;
}
/* line 59, ../style/sass/modules/browseAndShop/_req-catelog-confirmation.scss */
.select-all-prod legend span:nth-child(1) {
  float: left;
  line-height: 40px;
}
/* line 63, ../style/sass/modules/browseAndShop/_req-catelog-confirmation.scss */
.select-all-prod legend span.select-unselect-all {
  float: right;
}

/******************************************
1. request-access-portal.shtml
*******************************************/
/* line 6, ../style/sass/modules/accountManagement/_request-access-portal.scss */
.request-access-portal {
  float: left;
  width: 100%;
  padding-top: 1%;
  padding-right: 4%;
  padding-bottom: 0;
  padding-left: 4%;
}
/* line 10, ../style/sass/modules/accountManagement/_request-access-portal.scss */
.request-access-portal.contact-us-page {
  padding-bottom: 4% !important;
}
/* line 13, ../style/sass/modules/accountManagement/_request-access-portal.scss */
.request-access-portal h1 {
  margin-bottom: 5%;
  margin-left: 0;
  text-align: left;
}
/* line 17, ../style/sass/modules/accountManagement/_request-access-portal.scss */
.request-access-portal .right-float {
  float: right;
}
/* line 20, ../style/sass/modules/accountManagement/_request-access-portal.scss */
.request-access-portal p {
  font-size: 16px;
  text-align: left;
  float: left;
  width: 100%;
}
/* line 25, ../style/sass/modules/accountManagement/_request-access-portal.scss */
.request-access-portal fieldset.account-detail-left {
  margin-right: 10%;
}
/* line 28, ../style/sass/modules/accountManagement/_request-access-portal.scss */
.request-access-portal fieldset {
  float: left;
  width: 40%;
  margin-top: 3%;
  margin-right: 20%;
}
/* line 30, ../style/sass/modules/accountManagement/_request-access-portal.scss */
.request-access-portal fieldset.contact-us-fieldset {
  width: 100% !important;
}
/* line 33, ../style/sass/modules/accountManagement/_request-access-portal.scss */
.request-access-portal fieldset.contact-us-fieldset h2 span.required {
  float: right;
  padding-top: 14px;
  padding-right: 30px;
}
/* line 39, ../style/sass/modules/accountManagement/_request-access-portal.scss */
.request-access-portal fieldset.contact-us-fieldset ul.contact-us-list {
  width: 40%;
}
@media (max-width: 1023px) {
  /* line 39, ../style/sass/modules/accountManagement/_request-access-portal.scss */
  .request-access-portal fieldset.contact-us-fieldset ul.contact-us-list {
    width: 100%;
  }
}
/* line 52, ../style/sass/modules/accountManagement/_request-access-portal.scss */
.request-access-portal fieldset ul li {
  margin-bottom: 20px;
  list-style: none;
}
/* line 57, ../style/sass/modules/accountManagement/_request-access-portal.scss */
.request-access-portal fieldset.account-detail-left .info {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 15px;
  padding-left: 0;
}
@media (max-width: 1023px) {
  /* line 61, ../style/sass/modules/accountManagement/_request-access-portal.scss */
  .request-access-portal fieldset.account-detail-left li:nth-child(2), .request-access-portal fieldset.account-detail-left li:nth-child(3) {
    float: left;
    width: 100%;
  }
}
/* line 66, ../style/sass/modules/accountManagement/_request-access-portal.scss */
.request-access-portal fieldset.account-detail-right {
  margin-top: 35px;
  margin-right: 0;
}
/* line 68, ../style/sass/modules/accountManagement/_request-access-portal.scss */
.request-access-portal fieldset.account-detail-right li:nth-child(4), .request-access-portal fieldset.account-detail-right li:nth-child(5) {
  float: left;
  width: 45%;
}
/* line 72, ../style/sass/modules/accountManagement/_request-access-portal.scss */
.request-access-portal fieldset.account-detail-right li:nth-child(4) {
  margin-right: 10%;
}
/* line 75, ../style/sass/modules/accountManagement/_request-access-portal.scss */
.request-access-portal fieldset.account-detail-right li:first-child {
  margin-top: 15%;
}
/* line 78, ../style/sass/modules/accountManagement/_request-access-portal.scss */
.request-access-portal fieldset.account-detail-right select + span {
  width: 100% !important;
}
@media (max-width: 1023px) {
  /* line 66, ../style/sass/modules/accountManagement/_request-access-portal.scss */
  .request-access-portal fieldset.account-detail-right {
    margin-top: 0;
  }
  /* line 83, ../style/sass/modules/accountManagement/_request-access-portal.scss */
  .request-access-portal fieldset.account-detail-right li:first-child {
    margin-top: 0;
  }
}
/* line 88, ../style/sass/modules/accountManagement/_request-access-portal.scss */
.request-access-portal fieldset input {
  width: 100%;
}
/* line 91, ../style/sass/modules/accountManagement/_request-access-portal.scss */
.request-access-portal fieldset input.error {
  border: 2px solid #E35205;
}
@media (max-width: 1023px) {
  /* line 28, ../style/sass/modules/accountManagement/_request-access-portal.scss */
  .request-access-portal fieldset {
    width: 100%;
  }
}
/* line 98, ../style/sass/modules/accountManagement/_request-access-portal.scss */
.request-access-portal .create-account {
  float: left;
  width: 90%;
  margin-top: 1%;
  margin-bottom: 30px;
  text-align: center;
}
/* line 103, ../style/sass/modules/accountManagement/_request-access-portal.scss */
.request-access-portal .create-account.contact-us-section {
  width: 40%;
  clear: both;
  float: none;
}
@media (max-width: 1023px) {
  /* line 103, ../style/sass/modules/accountManagement/_request-access-portal.scss */
  .request-access-portal .create-account.contact-us-section {
    width: 100%;
  }
}
/* line 111, ../style/sass/modules/accountManagement/_request-access-portal.scss */
.request-access-portal .create-account.contact-us-section label {
  display: inline-block;
  text-align: left;
  width: 100%;
}
/* line 116, ../style/sass/modules/accountManagement/_request-access-portal.scss */
.request-access-portal .create-account.contact-us-section textarea {
  display: block;
  resize: both !important;
  overflow: auto !important;
}
/* line 123, ../style/sass/modules/accountManagement/_request-access-portal.scss */
.request-access-portal .create-account label.error {
  text-align: left !important;
}
/* line 129, ../style/sass/modules/accountManagement/_request-access-portal.scss */
.request-access-portal .button-container.contact-us-button {
  clear: both;
  width: 100%;
  float: none;
  margin-top: 0px !important;
}
@media (max-width: 1023px) {
  /* line 6, ../style/sass/modules/accountManagement/_request-access-portal.scss */
  .request-access-portal {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
}
/* line 138, ../style/sass/modules/accountManagement/_request-access-portal.scss */
.request-access-portal textarea {
  width: 100%;
  height: 100px;
  resize: none;
  margin-top: 0;
}

/* line 145, ../style/sass/modules/accountManagement/_request-access-portal.scss */
.additional-info fieldset {
  float: left;
  width: 100%;
  margin-top: 0;
  margin-right: 0;
}
/* line 148, ../style/sass/modules/accountManagement/_request-access-portal.scss */
.additional-info fieldset:nth-of-type(odd) {
  float: left;
  width: 40%;
  margin-top: 3%;
}
/* line 152, ../style/sass/modules/accountManagement/_request-access-portal.scss */
.additional-info fieldset legend {
  text-align: left;
  color: #004b87;
}
/* line 156, ../style/sass/modules/accountManagement/_request-access-portal.scss */
.additional-info fieldset p {
  text-align: left;
}
/* line 159, ../style/sass/modules/accountManagement/_request-access-portal.scss */
.additional-info fieldset ul li {
  margin-bottom: 10px;
}
/* line 163, ../style/sass/modules/accountManagement/_request-access-portal.scss */
.additional-info hr {
  float: left;
  width: 100%;
}
/* line 166, ../style/sass/modules/accountManagement/_request-access-portal.scss */
.additional-info .button-container {
  margin-bottom: 40px;
}
/* line 170, ../style/sass/modules/accountManagement/_request-access-portal.scss */
.additional-info > a {
  float: left;
  margin-top: 40px;
  margin-bottom: 40px;
}

/* line 175, ../style/sass/modules/accountManagement/_request-access-portal.scss */
.request-access-info {
  padding-left: 4%;
  padding-top: 12px;
}

/******************************************
1. request-access-portal.shtml
*******************************************/
/* line 6, ../style/sass/modules/accountManagement/_request-access-portal-select-account.scss */
.request-access-portal-select-account {
  float: left;
  width: 100%;
  padding-top: 0;
  padding-right: 4%;
  padding-bottom: 2%;
  padding-left: 4%;
}
/* line 9, ../style/sass/modules/accountManagement/_request-access-portal-select-account.scss */
.request-access-portal-select-account h1 {
  margin-bottom: 5%;
  margin-left: 0;
  text-align: center;
}
/* line 13, ../style/sass/modules/accountManagement/_request-access-portal-select-account.scss */
.request-access-portal-select-account p {
  font-size: 16px;
  text-align: left;
}
/* line 18, ../style/sass/modules/accountManagement/_request-access-portal-select-account.scss */
.request-access-portal-select-account h2 {
  text-align: left;
  font-size: 22px;
  padding-top: 20px;
  padding-bottom: 20px;
}
/* line 24, ../style/sass/modules/accountManagement/_request-access-portal-select-account.scss */
.request-access-portal-select-account table ~ p {
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
}
/* line 29, ../style/sass/modules/accountManagement/_request-access-portal-select-account.scss */
.request-access-portal-select-account table {
  width: 100%;
}
/* line 33, ../style/sass/modules/accountManagement/_request-access-portal-select-account.scss */
.request-access-portal-select-account table thead th {
  font-size: 13px;
  font-family: "Effra Medium";
  font-style: normal;
  font-weight: normal;
}
/* line 35, ../style/sass/modules/accountManagement/_request-access-portal-select-account.scss */
.request-access-portal-select-account table thead th a {
  display: block;
  font-weight: normal;
  color: #001e46;
  font-size: 13px;
  font-family: "Effra Medium";
  font-style: normal;
  font-weight: normal;
}
/* line 42, ../style/sass/modules/accountManagement/_request-access-portal-select-account.scss */
.request-access-portal-select-account table thead th ul li {
  float: left;
  width: 30%;
  display: inline-block;
}
/* line 46, ../style/sass/modules/accountManagement/_request-access-portal-select-account.scss */
.request-access-portal-select-account table thead th ul li:first-child {
  float: left;
  width: 40%;
}
/* line 52, ../style/sass/modules/accountManagement/_request-access-portal-select-account.scss */
.request-access-portal-select-account table td {
  vertical-align: top;
  word-break: break-word;
}
/* line 56, ../style/sass/modules/accountManagement/_request-access-portal-select-account.scss */
.request-access-portal-select-account table td div {
  float: left;
}
/* line 60, ../style/sass/modules/accountManagement/_request-access-portal-select-account.scss */
.request-access-portal-select-account table td label {
  font-size: 14px;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
  float: left;
  width: 80%;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-top: 0;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  color: #859199;
  line-height: 22px;
}
/* line 68, ../style/sass/modules/accountManagement/_request-access-portal-select-account.scss */
.request-access-portal-select-account table td ul {
  float: left;
  width: 100%;
}
/* line 70, ../style/sass/modules/accountManagement/_request-access-portal-select-account.scss */
.request-access-portal-select-account table td ul li {
  float: left;
  width: 60%;
}
/* line 72, ../style/sass/modules/accountManagement/_request-access-portal-select-account.scss */
.request-access-portal-select-account table td ul li ul li {
  float: left;
  width: 50% !important;
}
/* line 76, ../style/sass/modules/accountManagement/_request-access-portal-select-account.scss */
.request-access-portal-select-account table td ul li:first-child {
  float: left;
  width: 40%;
}
/* line 83, ../style/sass/modules/accountManagement/_request-access-portal-select-account.scss */
.request-access-portal-select-account .button-container {
  float: left;
  width: 100%;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 30px;
  padding-left: 0px;
  margin-top: 30px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
/* line 88, ../style/sass/modules/accountManagement/_request-access-portal-select-account.scss */
.request-access-portal-select-account .button-container a:nth-child(1) {
  margin-left: 0px;
}

/******************************************
1. sign-in.shtml
*******************************************/
/* line 5, ../style/sass/modules/accountManagement/_sign-in.scss */
section.sign-in-page {
  text-align: center;
  /***** style for the login form section *****/
  /***** styles for overview section (video and functionalities)*****/
  /***** styles for footer/support links *****/
}
@media (max-width: 1023px) {
  /* line 5, ../style/sass/modules/accountManagement/_sign-in.scss */
  section.sign-in-page {
    top: 0;
  }
}
/* line 12, ../style/sass/modules/accountManagement/_sign-in.scss */
section.sign-in-page section.login-section {
  /*@include backgroundShorthand(0 0, "backgrounds/login-background.png", no-repeat, transparent);*/
  text-align: center;
  float: left;
  width: 100%;
}
/* line 17, ../style/sass/modules/accountManagement/_sign-in.scss */
section.sign-in-page section.login-section input[type="text"], section.sign-in-page section.login-section input[type="password"] {
  background: #fff;
  border: 1px solid #cccbcb;
  font-size: 16px;
}
/* line 22, ../style/sass/modules/accountManagement/_sign-in.scss */
section.sign-in-page section.login-section div.right-main-section {
  height: 670px;
  float: left;
}
@media (max-width: 1023px) {
  /* line 22, ../style/sass/modules/accountManagement/_sign-in.scss */
  section.sign-in-page section.login-section div.right-main-section {
    height: auto;
  }
}
/* line 30, ../style/sass/modules/accountManagement/_sign-in.scss */
section.sign-in-page section.login-section > div {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1024px) {
  /* line 30, ../style/sass/modules/accountManagement/_sign-in.scss */
  section.sign-in-page section.login-section > div {
    float: left;
    width: 50%;
  }
}
/* line 33, ../style/sass/modules/accountManagement/_sign-in.scss */
section.sign-in-page section.login-section > div .left-upper-section {
  background-image: url("../../b2bredesign/images/backgrounds/logo-bg.png");
  background-position: 0 0;
  background-repeat: repeat-y;
  background-color: transparent;
  height: 274px;
  text-align: left;
  background-size: 100%;
}
/* line 37, ../style/sass/modules/accountManagement/_sign-in.scss */
section.sign-in-page section.login-section > div .left-upper-section a {
  margin: 50px;
  float: left;
}
@media (max-width: 1023px) {
  /* line 37, ../style/sass/modules/accountManagement/_sign-in.scss */
  section.sign-in-page section.login-section > div .left-upper-section a {
    margin: 40px;
  }
}
@media (max-width: 1023px) {
  /* line 43, ../style/sass/modules/accountManagement/_sign-in.scss */
  section.sign-in-page section.login-section > div .left-upper-section a img {
    height: 60%;
    width: 60%;
  }
}
/* line 52, ../style/sass/modules/accountManagement/_sign-in.scss */
section.sign-in-page section.login-section > div .left-lower-section {
  background-image: url("../../b2bredesign/images/backgrounds/girl.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-color: transparent;
  height: 642px;
  background-size: cover;
}
/* line 57, ../style/sass/modules/accountManagement/_sign-in.scss */
section.sign-in-page section.login-section > div .request-access {
  background: #00a9e0;
  float: left;
  width: 100%;
  text-align: center;
  height: 246px;
}
@media (max-width: 1023px) {
  /* line 57, ../style/sass/modules/accountManagement/_sign-in.scss */
  section.sign-in-page section.login-section > div .request-access {
    height: 200px;
  }
}
/* line 65, ../style/sass/modules/accountManagement/_sign-in.scss */
section.sign-in-page section.login-section > div .request-access span {
  display: block;
  padding-top: 10%;
  padding-bottom: 3%;
  color: #fff;
  font-size: 16px;
}
/* line 72, ../style/sass/modules/accountManagement/_sign-in.scss */
section.sign-in-page section.login-section > div .request-access a.request-access-btn {
  background: #00a9e0;
  border: 1px solid #fff;
  color: #fff;
}
/* line 76, ../style/sass/modules/accountManagement/_sign-in.scss */
section.sign-in-page section.login-section > div .request-access a.request-access-btn:hover {
  background: #C033A5;
}
@media (max-width: 1023px) {
  /* line 72, ../style/sass/modules/accountManagement/_sign-in.scss */
  section.sign-in-page section.login-section > div .request-access a.request-access-btn {
    width: 75%;
  }
}
/* line 85, ../style/sass/modules/accountManagement/_sign-in.scss */
section.sign-in-page section.login-section input + Label.error {
  color: #004b87 !important;
  margin: -7px 0 0 0;
  padding: 3px 0;
  font-size: 12px !important;
  width: 100%;
}
/* line 92, ../style/sass/modules/accountManagement/_sign-in.scss */
section.sign-in-page section.login-section p.login-error {
  color: #004b87 !important;
  margin: 0 0 0 0;
  padding: 10px 12px;
  font-size: 1em !important;
  text-align: left;
}
/* line 98, ../style/sass/modules/accountManagement/_sign-in.scss */
section.sign-in-page section.login-section p.login-error[data-icon]:before {
  line-height: 10px;
}
/* line 102, ../style/sass/modules/accountManagement/_sign-in.scss */
section.sign-in-page section.login-section div.language-selector {
  color: #004b87;
  float: right;
  cursor: pointer;
  width: 55px;
  /*margin-right: 4%;
  margin-top:2%;*/
  position: absolute;
  top: 9px !important;
  left: 85% !important;
}
/* line 112, ../style/sass/modules/accountManagement/_sign-in.scss */
section.sign-in-page section.login-section div.language-selector span[data-icon='n'] {
  font-size: 1.2em;
  color: #859199;
}
/* line 117, ../style/sass/modules/accountManagement/_sign-in.scss */
section.sign-in-page section.login-section div.language-selector span.selected-language {
  display: inline-block;
  padding-left: 3px;
  float: right;
}
/* line 121, ../style/sass/modules/accountManagement/_sign-in.scss */
section.sign-in-page section.login-section div.language-selector span.selected-language a {
  line-height: 21px;
}
/* line 126, ../style/sass/modules/accountManagement/_sign-in.scss */
section.sign-in-page section.login-section div.language-selector ul {
  width: 85%;
}
/* line 128, ../style/sass/modules/accountManagement/_sign-in.scss */
section.sign-in-page section.login-section div.language-selector ul li {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 5px;
  border: 1px solid #fff;
}
/* line 132, ../style/sass/modules/accountManagement/_sign-in.scss */
section.sign-in-page section.login-section div.language-selector ul li a {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-size: 9px;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
  text-align: right;
  color: #004b87;
}
/* line 144, ../style/sass/modules/accountManagement/_sign-in.scss */
section.sign-in-page section.login-section form {
  padding-top: 90px;
  float: left;
}
/* line 148, ../style/sass/modules/accountManagement/_sign-in.scss */
section.sign-in-page section.login-section ul {
  width: 60%;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}
@media (max-width: 1023px) {
  /* line 148, ../style/sass/modules/accountManagement/_sign-in.scss */
  section.sign-in-page section.login-section ul {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
/* line 154, ../style/sass/modules/accountManagement/_sign-in.scss */
section.sign-in-page section.login-section ul li:first-child {
  text-align: center;
}
/* line 156, ../style/sass/modules/accountManagement/_sign-in.scss */
section.sign-in-page section.login-section ul li:first-child p.success-banner {
  color: #004b87 !important;
}
/* line 162, ../style/sass/modules/accountManagement/_sign-in.scss */
section.sign-in-page section.login-section ul li {
  position: relative;
  float: left;
  width: 100%;
  text-align: left;
  margin-bottom: 15px;
}
/* line 167, ../style/sass/modules/accountManagement/_sign-in.scss */
section.sign-in-page section.login-section ul li a {
  color: #004b87;
  float: right;
  margin-top: 20px;
  font-family: "Effra Light";
}
/* line 173, ../style/sass/modules/accountManagement/_sign-in.scss */
section.sign-in-page section.login-section ul li a:nth-child(1) {
  float: none;
  margin-top: 0px;
}
/* line 178, ../style/sass/modules/accountManagement/_sign-in.scss */
section.sign-in-page section.login-section ul li a:nth-child(2) {
  float: right !important;
  margin-top: 0px;
}
/* line 183, ../style/sass/modules/accountManagement/_sign-in.scss */
section.sign-in-page section.login-section ul li span {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 1.3em;
  color: #0085ca;
}
/* line 190, ../style/sass/modules/accountManagement/_sign-in.scss */
section.sign-in-page section.login-section ul li input {
  background-color: transparent;
  border: none;
  background: rgba(245, 247, 249, 0.66);
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 55px;
  width: 100%;
  height: 55px;
  font-family: "Effra Light";
  color: #859199;
}
/* line 199, ../style/sass/modules/accountManagement/_sign-in.scss */
section.sign-in-page section.login-section ul li ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #859199;
}
/* line 202, ../style/sass/modules/accountManagement/_sign-in.scss */
section.sign-in-page section.login-section ul li :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #859199;
  opacity: 1;
}
/* line 206, ../style/sass/modules/accountManagement/_sign-in.scss */
section.sign-in-page section.login-section ul li ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #859199;
  opacity: 1;
}
/* line 210, ../style/sass/modules/accountManagement/_sign-in.scss */
section.sign-in-page section.login-section ul li :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #859199;
}
/* line 213, ../style/sass/modules/accountManagement/_sign-in.scss */
section.sign-in-page section.login-section ul li :placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #859199;
}
/* line 216, ../style/sass/modules/accountManagement/_sign-in.scss */
section.sign-in-page section.login-section ul li p.logo-text {
  color: #002554;
  font-size: 22px;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
}
/* line 220, ../style/sass/modules/accountManagement/_sign-in.scss */
section.sign-in-page section.login-section ul li button.sign-in {
  width: 100%;
  margin-top: 15px;
  font-size: 1.286em;
}
/* line 227, ../style/sass/modules/accountManagement/_sign-in.scss */
section.sign-in-page section.login-section ul li:last-child {
  padding-top: 30px;
  padding-bottom: 25px;
  text-align: center;
}
/* line 230, ../style/sass/modules/accountManagement/_sign-in.scss */
section.sign-in-page section.login-section ul li:last-child a {
  color: #00a9e0;
  font-size: 14px;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
}
/* line 238, ../style/sass/modules/accountManagement/_sign-in.scss */
section.sign-in-page > img {
  margin-top: -30px;
  cursor: pointer;
}
/* line 243, ../style/sass/modules/accountManagement/_sign-in.scss */
section.sign-in-page section.overview-section {
  width: 56%;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 25px;
  padding-bottom: 50px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  /* line 243, ../style/sass/modules/accountManagement/_sign-in.scss */
  section.sign-in-page section.overview-section {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 25px;
  }
}
/* line 252, ../style/sass/modules/accountManagement/_sign-in.scss */
section.sign-in-page section.overview-section img.medtronic-video {
  width: 100%;
}
/* line 255, ../style/sass/modules/accountManagement/_sign-in.scss */
section.sign-in-page section.overview-section h3 {
  font-family: "Effra Light";
  font-size: 2.429em;
  margin-top: 55px;
  margin-bottom: 35px;
  text-transform: none;
  color: #0085ca;
}
@media (max-width: 1023px) {
  /* line 255, ../style/sass/modules/accountManagement/_sign-in.scss */
  section.sign-in-page section.overview-section h3 {
    font-size: 1.571em;
    margin-top: 33px;
    margin-bottom: 25px;
    padding-right: 16px;
    padding-left: 16px;
  }
}
/* line 267, ../style/sass/modules/accountManagement/_sign-in.scss */
section.sign-in-page section.overview-section hr {
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 40px;
  width: 200px;
}
@media (max-width: 1023px) {
  /* line 267, ../style/sass/modules/accountManagement/_sign-in.scss */
  section.sign-in-page section.overview-section hr {
    padding-bottom: 0px;
  }
}
/* line 275, ../style/sass/modules/accountManagement/_sign-in.scss */
section.sign-in-page section.overview-section p {
  position: relative;
  min-height: 1px;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 1.143em;
  margin-bottom: 75px;
}
@media (min-width: 1024px) {
  /* line 275, ../style/sass/modules/accountManagement/_sign-in.scss */
  section.sign-in-page section.overview-section p {
    float: left;
    width: 100%;
  }
}
@media (max-width: 1023px) {
  /* line 275, ../style/sass/modules/accountManagement/_sign-in.scss */
  section.sign-in-page section.overview-section p {
    position: relative;
    min-height: 1px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 1023px) and (min-width: 1024px) {
  /* line 275, ../style/sass/modules/accountManagement/_sign-in.scss */
  section.sign-in-page section.overview-section p {
    float: left;
    width: 100%;
  }
}

/* line 283, ../style/sass/modules/accountManagement/_sign-in.scss */
section.sign-in-page section.overview-section ul {
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}
@media (max-width: 1023px) {
  /* line 283, ../style/sass/modules/accountManagement/_sign-in.scss */
  section.sign-in-page section.overview-section ul {
    position: relative;
    min-height: 1px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 1023px) and (min-width: 1024px) {
  /* line 283, ../style/sass/modules/accountManagement/_sign-in.scss */
  section.sign-in-page section.overview-section ul {
    float: left;
    width: 100%;
  }
}

/* line 288, ../style/sass/modules/accountManagement/_sign-in.scss */
section.sign-in-page section.overview-section ul li {
  width: 21.42857%;
  display: inline-block;
}
@media (max-width: 1023px) {
  /* line 288, ../style/sass/modules/accountManagement/_sign-in.scss */
  section.sign-in-page section.overview-section ul li {
    float: left;
    width: 50%;
    display: inline;
    padding-right: 5px;
    padding-left: 5px;
    min-height: 215px;
  }
  /* line 296, ../style/sass/modules/accountManagement/_sign-in.scss */
  section.sign-in-page section.overview-section ul li img {
    height: 80px;
  }
}
/* line 300, ../style/sass/modules/accountManagement/_sign-in.scss */
section.sign-in-page section.overview-section ul li span {
  float: left;
  width: 100%;
  color: #859199;
  font-size: 1.143em;
  margin-top: 40px;
}
/* line 310, ../style/sass/modules/accountManagement/_sign-in.scss */
section.sign-in-page section.support-links {
  background: #001e46;
  width: 100%;
  overflow: hidden;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 65px;
  padding-bottom: 80px;
  padding-left: 10%;
}
@media (max-width: 1023px) {
  /* line 310, ../style/sass/modules/accountManagement/_sign-in.scss */
  section.sign-in-page section.support-links {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 40px;
    padding-bottom: 25px;
  }
}
/* line 321, ../style/sass/modules/accountManagement/_sign-in.scss */
section.sign-in-page section.support-links aside {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: left;
}
@media (min-width: 1024px) {
  /* line 321, ../style/sass/modules/accountManagement/_sign-in.scss */
  section.sign-in-page section.support-links aside {
    float: left;
    width: 21.42857%;
  }
}
@media (max-width: 1023px) {
  /* line 321, ../style/sass/modules/accountManagement/_sign-in.scss */
  section.sign-in-page section.support-links aside {
    text-align: center;
  }
}
/* line 327, ../style/sass/modules/accountManagement/_sign-in.scss */
section.sign-in-page section.support-links aside a, section.sign-in-page section.support-links aside span {
  float: left;
  width: 52%;
  font-size: 0.857em;
}
@media (max-width: 1023px) {
  /* line 327, ../style/sass/modules/accountManagement/_sign-in.scss */
  section.sign-in-page section.support-links aside a, section.sign-in-page section.support-links aside span {
    float: left;
    width: 100%;
  }
}
/* line 334, ../style/sass/modules/accountManagement/_sign-in.scss */
section.sign-in-page section.support-links aside span.copyright {
  color: #859199;
  font-weight: bold;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 30px;
}
/* line 340, ../style/sass/modules/accountManagement/_sign-in.scss */
section.sign-in-page section.support-links aside a {
  margin-bottom: 7px;
}
/* line 343, ../style/sass/modules/accountManagement/_sign-in.scss */
section.sign-in-page section.support-links aside ul {
  list-style: none;
}
/* line 345, ../style/sass/modules/accountManagement/_sign-in.scss */
section.sign-in-page section.support-links aside ul li {
  float: left;
  width: 100%;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
/* line 350, ../style/sass/modules/accountManagement/_sign-in.scss */
section.sign-in-page section.support-links aside img {
  float: left;
}
@media (max-width: 1023px) {
  /* line 350, ../style/sass/modules/accountManagement/_sign-in.scss */
  section.sign-in-page section.support-links aside img {
    float: none;
  }
}
/* line 357, ../style/sass/modules/accountManagement/_sign-in.scss */
section.sign-in-page section.support-links div {
  float: left;
  width: 78%;
}
@media (max-width: 1023px) {
  /* line 357, ../style/sass/modules/accountManagement/_sign-in.scss */
  section.sign-in-page section.support-links div {
    float: left;
    width: 100%;
  }
}
/* line 363, ../style/sass/modules/accountManagement/_sign-in.scss */
section.sign-in-page section.support-links ul:nth-child(1) {
  padding-bottom: 25px;
}
@media (max-width: 1023px) {
  /* line 363, ../style/sass/modules/accountManagement/_sign-in.scss */
  section.sign-in-page section.support-links ul:nth-child(1) {
    padding-bottom: 0px;
  }
}
/* line 369, ../style/sass/modules/accountManagement/_sign-in.scss */
section.sign-in-page section.support-links ul {
  text-align: left;
  float: left;
  width: 100%;
}
@media (max-width: 1023px) {
  /* line 369, ../style/sass/modules/accountManagement/_sign-in.scss */
  section.sign-in-page section.support-links ul {
    text-align: center;
  }
}
/* line 376, ../style/sass/modules/accountManagement/_sign-in.scss */
section.sign-in-page section.support-links ul li.additional-support {
  width: 100%;
  margin-top: 25px;
}
/* line 380, ../style/sass/modules/accountManagement/_sign-in.scss */
section.sign-in-page section.support-links ul li {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline;
}
@media (min-width: 1024px) {
  /* line 380, ../style/sass/modules/accountManagement/_sign-in.scss */
  section.sign-in-page section.support-links ul li {
    float: left;
    width: 28.57143%;
  }
}
@media (max-width: 1023px) {
  /* line 380, ../style/sass/modules/accountManagement/_sign-in.scss */
  section.sign-in-page section.support-links ul li {
    float: left;
    width: 100%;
    padding-top: 35px;
  }
  /* line 386, ../style/sass/modules/accountManagement/_sign-in.scss */
  section.sign-in-page section.support-links ul li .invisible {
    display: none;
  }
}
/* line 390, ../style/sass/modules/accountManagement/_sign-in.scss */
section.sign-in-page section.support-links ul li p {
  font-size: 0.857em;
}
/* line 392, ../style/sass/modules/accountManagement/_sign-in.scss */
section.sign-in-page section.support-links ul li p span.phone-number {
  font-size: 1.167em;
  color: #F7A800;
}
/* line 399, ../style/sass/modules/accountManagement/_sign-in.scss */
section.sign-in-page section.support-links ul li p.blue-text {
  color: #00a9e0;
}
/* line 402, ../style/sass/modules/accountManagement/_sign-in.scss */
section.sign-in-page section.support-links ul li p.blue-text-font-size {
  font-size: 1em;
}
/* line 405, ../style/sass/modules/accountManagement/_sign-in.scss */
section.sign-in-page section.support-links ul li h4 {
  font-size: 1em;
  color: #fff;
}
/* line 408, ../style/sass/modules/accountManagement/_sign-in.scss */
section.sign-in-page section.support-links ul li h4 p.blue-text {
  color: #00a9e0;
}
/* line 412, ../style/sass/modules/accountManagement/_sign-in.scss */
section.sign-in-page section.support-links ul li h4 + a {
  color: #859199;
  font-size: 0.85em;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
}
/* line 416, ../style/sass/modules/accountManagement/_sign-in.scss */
section.sign-in-page section.support-links ul li h5 {
  color: #71c5e8;
  margin-top: 0px;
}

/* css for cookie section */
/* line 426, ../style/sass/modules/accountManagement/_sign-in.scss */
.lang-one, .lang-two {
  text-align: left;
}
/* line 428, ../style/sass/modules/accountManagement/_sign-in.scss */
.lang-one button, .lang-two button {
  float: right;
}
/* line 431, ../style/sass/modules/accountManagement/_sign-in.scss */
.lang-one button.reject-cookies, .lang-two button.reject-cookies {
  margin-right: 10px;
}
@media (max-width: 1023px) {
  /* line 431, ../style/sass/modules/accountManagement/_sign-in.scss */
  .lang-one button.reject-cookies, .lang-two button.reject-cookies {
    margin-top: 15px;
    margin-right: 0px;
  }
}
/* line 437, ../style/sass/modules/accountManagement/_sign-in.scss */
.lang-one span, .lang-two span {
  float: left;
  margin-top: 25px;
  margin-right: 10px;
}

/* line 442, ../style/sass/modules/accountManagement/_sign-in.scss */
div.cookie-disclaimer {
  width: 100%;
  text-align: left;
  background: #dcebf4;
  position: relative;
  color: #004b87;
  width: 100%;
  font-size: 0.85em;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
/* line 451, ../style/sass/modules/accountManagement/_sign-in.scss */
div.cookie-disclaimer .cookie-wrapper {
  width: 60%;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
  display: table;
}
@media (max-width: 1023px) {
  /* line 451, ../style/sass/modules/accountManagement/_sign-in.scss */
  div.cookie-disclaimer .cookie-wrapper {
    width: 100%;
  }
}
/* line 460, ../style/sass/modules/accountManagement/_sign-in.scss */
div.cookie-disclaimer .cookie-wrapper > p {
  float: left;
  margin-top: 2px !important;
  margin-bottom: 0px;
}
/* line 464, ../style/sass/modules/accountManagement/_sign-in.scss */
div.cookie-disclaimer .cookie-wrapper p {
  margin-top: 10px;
  color: #859199;
}
/* line 468, ../style/sass/modules/accountManagement/_sign-in.scss */
div.cookie-disclaimer .cookie-wrapper > span {
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
}
/* line 473, ../style/sass/modules/accountManagement/_sign-in.scss */
div.cookie-disclaimer .cookie-wrapper span.close {
  padding-left: 10px;
  font-size: 1.5em;
  color: #428bca;
  cursor: pointer;
}
/* line 479, ../style/sass/modules/accountManagement/_sign-in.scss */
div.cookie-disclaimer .cookie-wrapper > span:nth-child(1) {
  color: #004b87;
}

/* line 485, ../style/sass/modules/accountManagement/_sign-in.scss */
div.outage-navbar-container {
  float: left;
  width: 100%;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  background: #71c5e8;
}
/* line 489, ../style/sass/modules/accountManagement/_sign-in.scss */
div.outage-navbar-container > * {
  font-size: 12px;
  color: #002554;
}
/* line 493, ../style/sass/modules/accountManagement/_sign-in.scss */
div.outage-navbar-container .outage-discalimer {
  text-align: left;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  /* line 493, ../style/sass/modules/accountManagement/_sign-in.scss */
  div.outage-navbar-container .outage-discalimer {
    width: 100%;
  }
  /* line 498, ../style/sass/modules/accountManagement/_sign-in.scss */
  div.outage-navbar-container .outage-discalimer p {
    line-height: 15px;
  }
}
/* line 503, ../style/sass/modules/accountManagement/_sign-in.scss */
div.outage-navbar-container .outage-discalimer ul {
  list-style: inherit;
  margin-left: 15px;
}
/* line 507, ../style/sass/modules/accountManagement/_sign-in.scss */
div.outage-navbar-container .outage-discalimer > * {
  font-size: 12px;
  color: #002554;
}

/******************************************
1. change-password-page.shtml
******************************************/
/* line 5, ../style/sass/modules/accountManagement/_change-password.scss */
.change-password h4 {
  margin-bottom: 25px;
  color: #859199;
}
/* line 9, ../style/sass/modules/accountManagement/_change-password.scss */
.change-password h1.back-btn + hr {
  margin-bottom: 30px;
}
/* line 12, ../style/sass/modules/accountManagement/_change-password.scss */
.change-password h1 {
  padding-left: 5px;
}
/* line 15, ../style/sass/modules/accountManagement/_change-password.scss */
.change-password .left-col {
  float: left;
  width: 70%;
  padding-left: 55px;
}
@media (max-width: 1023px) {
  /* line 15, ../style/sass/modules/accountManagement/_change-password.scss */
  .change-password .left-col {
    width: 100%;
    padding-right: 4%;
    padding-left: 4%;
  }
}
/* line 23, ../style/sass/modules/accountManagement/_change-password.scss */
.change-password .left-col .change-pwd-form li {
  margin-bottom: 21px;
}
/* line 26, ../style/sass/modules/accountManagement/_change-password.scss */
.change-password .left-col .change-pwd-form label {
  display: block;
}
/* line 29, ../style/sass/modules/accountManagement/_change-password.scss */
.change-password .left-col .change-pwd-form input[type="password"], .change-password .left-col .change-pwd-form input[type="text"] {
  width: 86%;
}
@media (max-width: 1023px) {
  /* line 29, ../style/sass/modules/accountManagement/_change-password.scss */
  .change-password .left-col .change-pwd-form input[type="password"], .change-password .left-col .change-pwd-form input[type="text"] {
    width: 100%;
  }
}
/* line 35, ../style/sass/modules/accountManagement/_change-password.scss */
.change-password .left-col .change-pwd-form ul.border-bottom {
  width: 46.5%;
  float: left;
  margin-right: 53.5%;
}
@media (max-width: 1023px) {
  /* line 35, ../style/sass/modules/accountManagement/_change-password.scss */
  .change-password .left-col .change-pwd-form ul.border-bottom {
    width: 100%;
    margin-right: 0;
  }
}
/* line 45, ../style/sass/modules/accountManagement/_change-password.scss */
.change-password .left-col .button-container {
  float: left;
}
/* line 47, ../style/sass/modules/accountManagement/_change-password.scss */
.change-password .left-col .button-container input {
  margin-right: 16px;
  margin-left: 0;
}
/* line 52, ../style/sass/modules/accountManagement/_change-password.scss */
.change-password .right-col.pwd-req {
  width: 25%;
}
@media (max-width: 1023px) {
  /* line 52, ../style/sass/modules/accountManagement/_change-password.scss */
  .change-password .right-col.pwd-req {
    float: left;
    width: 100%;
  }
}
/* line 58, ../style/sass/modules/accountManagement/_change-password.scss */
.change-password .pwd-req {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1024px) {
  /* line 58, ../style/sass/modules/accountManagement/_change-password.scss */
  .change-password .pwd-req {
    float: left;
    width: 50%;
  }
}
/* line 60, ../style/sass/modules/accountManagement/_change-password.scss */
.change-password .pwd-req li {
  font-size: 16px;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
  color: #859199;
  margin-bottom: 4px;
}
/* line 65, ../style/sass/modules/accountManagement/_change-password.scss */
.change-password .pwd-req li.disc-style {
  list-style-type: disc;
  list-style-position: inside;
}
/* line 69, ../style/sass/modules/accountManagement/_change-password.scss */
.change-password .pwd-req p {
  font-size: 1em;
  font-family: "Effra Medium";
  font-style: normal;
  font-weight: normal;
  color: #004b87;
}
@media (max-width: 1023px) {
  /* line 69, ../style/sass/modules/accountManagement/_change-password.scss */
  .change-password .pwd-req p {
    margin-top: 20px;
  }
}

/* line 79, ../style/sass/modules/accountManagement/_change-password.scss */
.requiredMsg {
  position: absolute;
  right: 30px;
  text-transform: capitalize;
}
@media (max-width: 1023px) {
  /* line 79, ../style/sass/modules/accountManagement/_change-password.scss */
  .requiredMsg {
    top: 115px;
    right: 10px;
  }
}

/* line 88, ../style/sass/modules/accountManagement/_change-password.scss */
#reset-password h1 {
  margin-left: 43px;
}

/******************************************
//Incorrect cart type
*******************************************/
@media (max-width: 1023px) {
  /* line 7, ../style/sass/modules/manage-cart/_cartpopups.scss */
  .cart-popups {
    padding-bottom: 10px;
  }
}
/* line 11, ../style/sass/modules/manage-cart/_cartpopups.scss */
.cart-popups h1 {
  font-size: 24px;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
  color: #001e46;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  text-align: left;
}
/* line 17, ../style/sass/modules/manage-cart/_cartpopups.scss */
.cart-popups h1 span.exclamation-mark {
  color: #E35205;
  padding-right: 6px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 0px;
  vertical-align: -5px;
}
/* line 24, ../style/sass/modules/manage-cart/_cartpopups.scss */
.cart-popups p {
  padding-top: 26px;
}
/* line 28, ../style/sass/modules/manage-cart/_cartpopups.scss */
.cart-popups form fieldset, .cart-popups form div {
  margin-top: 21px;
}
/* line 31, ../style/sass/modules/manage-cart/_cartpopups.scss */
.cart-popups form fieldset ul li, .cart-popups form div ul li {
  float: left;
  width: 85%;
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
  /* line 31, ../style/sass/modules/manage-cart/_cartpopups.scss */
  .cart-popups form fieldset ul li, .cart-popups form div ul li {
    float: left;
    width: 100%;
  }
}
/* line 37, ../style/sass/modules/manage-cart/_cartpopups.scss */
.cart-popups form fieldset ul li div, .cart-popups form div ul li div {
  color: #001e46;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 5px;
}
/* line 42, ../style/sass/modules/manage-cart/_cartpopups.scss */
.cart-popups form fieldset ul li span.card-types, .cart-popups form div ul li span.card-types {
  background-image: url("../../b2bredesign/images/sprite.png");
  background-position: -9px -919px;
  background-repeat: no-repeat;
  background-color: transparent;
  vertical-align: middle;
  width: 60px;
  height: 30px;
  display: inline-block;
  color: transparent;
}
/* line 48, ../style/sass/modules/manage-cart/_cartpopups.scss */
.cart-popups form fieldset ul li span.card-types.visa, .cart-popups form div ul li span.card-types.visa {
  background-position: -9px -919px;
}
/* line 51, ../style/sass/modules/manage-cart/_cartpopups.scss */
.cart-popups form fieldset ul li span.card-types.amex, .cart-popups form div ul li span.card-types.amex {
  background-position: -9px -820px;
}
/* line 54, ../style/sass/modules/manage-cart/_cartpopups.scss */
.cart-popups form fieldset ul li span.card-types.master, .cart-popups form div ul li span.card-types.master {
  background-position: -9px -886px;
}
/* line 57, ../style/sass/modules/manage-cart/_cartpopups.scss */
.cart-popups form fieldset ul li span.card-types.discover, .cart-popups form div ul li span.card-types.discover {
  background-position: -9px -854px;
}
/* line 61, ../style/sass/modules/manage-cart/_cartpopups.scss */
.cart-popups form fieldset ul li:first-child, .cart-popups form div ul li:first-child {
  float: left;
  width: 15%;
}
@media (max-width: 1023px) {
  /* line 61, ../style/sass/modules/manage-cart/_cartpopups.scss */
  .cart-popups form fieldset ul li:first-child, .cart-popups form div ul li:first-child {
    float: left;
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
}
/* line 69, ../style/sass/modules/manage-cart/_cartpopups.scss */
.cart-popups form fieldset ul li:nth-child(2) input, .cart-popups form div ul li:nth-child(2) input {
  margin-top: 7px;
  width: 100%;
}
/* line 76, ../style/sass/modules/manage-cart/_cartpopups.scss */
.cart-popups form fieldset ul.left-container, .cart-popups form div ul.left-container {
  float: left;
  width: 45%;
  padding-top: 20px;
  padding-left: 28px;
}
@media (max-width: 1023px) {
  /* line 76, ../style/sass/modules/manage-cart/_cartpopups.scss */
  .cart-popups form fieldset ul.left-container, .cart-popups form div ul.left-container {
    float: left;
    width: 100%;
    border-left: 1px solid #ccc;
  }
}
/* line 84, ../style/sass/modules/manage-cart/_cartpopups.scss */
.cart-popups form fieldset ul.left-container .select2-container, .cart-popups form div ul.left-container .select2-container {
  margin-bottom: 12px;
}
/* line 87, ../style/sass/modules/manage-cart/_cartpopups.scss */
.cart-popups form fieldset ul.left-container .radio, .cart-popups form div ul.left-container .radio {
  float: left;
}
/* line 90, ../style/sass/modules/manage-cart/_cartpopups.scss */
.cart-popups form fieldset ul.left-container .radio + label, .cart-popups form div ul.left-container .radio + label {
  font-weight: bold;
  margin-bottom: 15px;
}
/* line 95, ../style/sass/modules/manage-cart/_cartpopups.scss */
.cart-popups form fieldset ul.left-container li input, .cart-popups form div ul.left-container li input {
  margin-top: 10px;
}
/* line 99, ../style/sass/modules/manage-cart/_cartpopups.scss */
.cart-popups form fieldset ul.left-container li.delete-cart, .cart-popups form div ul.left-container li.delete-cart {
  margin-bottom: 10px;
  min-height: 91px;
}
/* line 103, ../style/sass/modules/manage-cart/_cartpopups.scss */
.cart-popups form fieldset ul.left-container li.delete-cart div.radio, .cart-popups form div ul.left-container li.delete-cart div.radio {
  float: left;
  width: 11%;
  margin-top: 6px;
}
/* line 107, ../style/sass/modules/manage-cart/_cartpopups.scss */
.cart-popups form fieldset ul.left-container li.delete-cart div.radio + label, .cart-popups form div ul.left-container li.delete-cart div.radio + label {
  float: left;
  width: 87%;
  display: inline;
}
/* line 113, ../style/sass/modules/manage-cart/_cartpopups.scss */
.cart-popups form fieldset ul.left-container label, .cart-popups form div ul.left-container label {
  width: 89%;
  float: left;
  margin-top: 0;
}
/* line 119, ../style/sass/modules/manage-cart/_cartpopups.scss */
.cart-popups form fieldset:first-child, .cart-popups form div:first-child {
  margin-right: 0px;
  border-left: none;
  padding-left: 0;
}
/* line 124, ../style/sass/modules/manage-cart/_cartpopups.scss */
.cart-popups form fieldset .button-container, .cart-popups form div .button-container {
  margin-top: 10px;
}
/* line 126, ../style/sass/modules/manage-cart/_cartpopups.scss */
.cart-popups form fieldset .button-container input,
.cart-popups form fieldset .button-container .button-container a, .cart-popups form div .button-container input,
.cart-popups form div .button-container .button-container a {
  margin-left: 15px;
}
@media (max-width: 1023px) {
  /* line 126, ../style/sass/modules/manage-cart/_cartpopups.scss */
  .cart-popups form fieldset .button-container input,
  .cart-popups form fieldset .button-container .button-container a, .cart-popups form div .button-container input,
  .cart-popups form div .button-container .button-container a {
    margin-left: 0px;
  }
}

@media (max-width: 1023px) {
  /* line 138, ../style/sass/modules/manage-cart/_cartpopups.scss */
  .create-cart input[type='text'] {
    width: 100%;
  }
}
/* line 144, ../style/sass/modules/manage-cart/_cartpopups.scss */
.create-cart .button-container input {
  margin: 0;
}
/* line 146, ../style/sass/modules/manage-cart/_cartpopups.scss */
.create-cart .button-container input.primary-btn {
  margin-top: 0;
  margin-left: 12px;
}
@media (max-width: 1023px) {
  /* line 146, ../style/sass/modules/manage-cart/_cartpopups.scss */
  .create-cart .button-container input.primary-btn {
    margin-top: 20px;
    margin-left: 0;
  }
}

/* line 159, ../style/sass/modules/manage-cart/_cartpopups.scss */
#salesRepCreateOrderCopyCartPopup ul.copycart-popup li {
  float: none;
  width: 100%;
}

/* line 167, ../style/sass/modules/manage-cart/_cartpopups.scss */
#incorrectCartPopup p[data-cart='messages'] {
  color: #E35205;
  text-transform: uppercase;
  font-size: 1em;
  font-family: "Effra Medium";
  padding-top: 15px;
}
@media (max-width: 1023px) {
  /* line 167, ../style/sass/modules/manage-cart/_cartpopups.scss */
  #incorrectCartPopup p[data-cart='messages'] {
    padding-top: 32px;
  }
}
/* line 177, ../style/sass/modules/manage-cart/_cartpopups.scss */
#incorrectCartPopup p[data-cart-msg='messages'] {
  padding-top: 0px;
}
/* line 180, ../style/sass/modules/manage-cart/_cartpopups.scss */
#incorrectCartPopup label#onlyCartName {
  margin-left: 28px;
}
/* line 183, ../style/sass/modules/manage-cart/_cartpopups.scss */
#incorrectCartPopup fieldset {
  margin-top: 0px;
}
/* line 187, ../style/sass/modules/manage-cart/_cartpopups.scss */
#incorrectCartPopup fieldset ul li label, #incorrectCartPopup fieldset ul li input[type='text'] {
  display: block;
}
/* line 190, ../style/sass/modules/manage-cart/_cartpopups.scss */
#incorrectCartPopup fieldset ul li .radio + label, #incorrectCartPopup fieldset ul li #chooseNewCart + label, #incorrectCartPopup fieldset ul li span#deleteCartRadio + .delete-extcart {
  display: inline;
}
/* line 196, ../style/sass/modules/manage-cart/_cartpopups.scss */
#incorrectCartPopup fieldset ul li span.select2 {
  width: 45% !important;
}
@media (max-width: 1023px) {
  /* line 196, ../style/sass/modules/manage-cart/_cartpopups.scss */
  #incorrectCartPopup fieldset ul li span.select2 {
    width: 100% !important;
  }
}
/* line 205, ../style/sass/modules/manage-cart/_cartpopups.scss */
#incorrectCartPopup ul.cart-list {
  clear: both;
  float: left;
  width: 100%;
}
/* line 209, ../style/sass/modules/manage-cart/_cartpopups.scss */
#incorrectCartPopup #newCartName {
  width: 45%;
}
@media (max-width: 1023px) {
  /* line 209, ../style/sass/modules/manage-cart/_cartpopups.scss */
  #incorrectCartPopup #newCartName {
    width: 100%;
  }
}
/* line 215, ../style/sass/modules/manage-cart/_cartpopups.scss */
#incorrectCartPopup #existingCarts {
  margin-bottom: 0;
}
/* line 218, ../style/sass/modules/manage-cart/_cartpopups.scss */
#incorrectCartPopup li {
  width: 100%;
}

@media (max-width: 1023px) {
  /* line 1, ../style/sass/modules/manage-cart/_consignment-cart.scss */
  .consignment-cart-page {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
}
/* line 5, ../style/sass/modules/manage-cart/_consignment-cart.scss */
.consignment-cart-page .aside-links {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1024px) {
  /* line 5, ../style/sass/modules/manage-cart/_consignment-cart.scss */
  .consignment-cart-page .aside-links {
    float: left;
    width: 14.28571%;
  }
}
@media (max-width: 1023px) {
  /* line 5, ../style/sass/modules/manage-cart/_consignment-cart.scss */
  .consignment-cart-page .aside-links {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    float: left;
    width: 100%;
    position: absolute;
    top: 70px;
    border: 1px solid #ccc;
    right: 0;
    background: #fff;
    z-index: 9999;
  }
}
/* line 17, ../style/sass/modules/manage-cart/_consignment-cart.scss */
.consignment-cart-page .aside-links a {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Effra Medium";
  font-style: normal;
  font-weight: normal;
  color: #00a9e0;
  font-weight: 400;
  display: block;
  float: left;
  width: 100%;
}
/* line 25, ../style/sass/modules/manage-cart/_consignment-cart.scss */
.consignment-cart-page .aside-links a span.arrow-icon {
  margin-right: 10px;
  vertical-align: -2px;
  float: left;
}
/* line 30, ../style/sass/modules/manage-cart/_consignment-cart.scss */
.consignment-cart-page .aside-links a span.label-message {
  float: left;
  width: 75%;
  display: inline;
}
@media (max-width: 1023px) {
  /* line 17, ../style/sass/modules/manage-cart/_consignment-cart.scss */
  .consignment-cart-page .aside-links a {
    text-align: left;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
    font-size: 16px;
    font-family: "Effra Medium";
    font-style: normal;
    font-weight: normal;
  }
}
@media (max-width: 1023px) {
  /* line 43, ../style/sass/modules/manage-cart/_consignment-cart.scss */
  .consignment-cart-page .aside-links div {
    content: '';
    display: inline-block;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #ccc;
    border-top: 0;
    border-bottom-color: #fdfcfc;
    position: absolute;
    top: -11px;
    right: 0;
  }
}
/* line 58, ../style/sass/modules/manage-cart/_consignment-cart.scss */
.consignment-cart-page .header-section {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 1024px) {
  /* line 58, ../style/sass/modules/manage-cart/_consignment-cart.scss */
  .consignment-cart-page .header-section {
    float: left;
    width: 100%;
  }
}
@media (max-width: 1023px) {
  /* line 58, ../style/sass/modules/manage-cart/_consignment-cart.scss */
  .consignment-cart-page .header-section {
    padding-top: 10px;
    padding-bottom: 0px;
    float: left;
    width: 100%;
  }
}
/* line 65, ../style/sass/modules/manage-cart/_consignment-cart.scss */
.consignment-cart-page .header-section div.checkprice-disclaimer {
  float: left;
  margin-left: 50px;
}
/* line 69, ../style/sass/modules/manage-cart/_consignment-cart.scss */
.consignment-cart-page .header-section > p {
  float: left;
  width: 45%;
  padding-top: 35px;
  padding-left: 54px;
  font-size: 1.143em;
  line-height: 26px;
}
@media (max-width: 1023px) {
  /* line 69, ../style/sass/modules/manage-cart/_consignment-cart.scss */
  .consignment-cart-page .header-section > p {
    width: 100%;
    padding-top: 15px;
    padding-right: 0px;
    padding-left: 0px;
  }
}
/* line 79, ../style/sass/modules/manage-cart/_consignment-cart.scss */
.consignment-cart-page .header-section ul {
  float: left;
  width: 50%;
  padding-top: 20px;
  padding-right: 10px;
  padding-left: 50px;
  font-size: 1.143em;
  color: #859199;
}
@media (max-width: 1023px) {
  /* line 79, ../style/sass/modules/manage-cart/_consignment-cart.scss */
  .consignment-cart-page .header-section ul {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
}
/* line 88, ../style/sass/modules/manage-cart/_consignment-cart.scss */
.consignment-cart-page .header-section ul li {
  padding-bottom: 20px;
  color: #69757b;
}
@media (max-width: 1023px) {
  /* line 88, ../style/sass/modules/manage-cart/_consignment-cart.scss */
  .consignment-cart-page .header-section ul li {
    float: left;
    width: 100%;
  }
}
/* line 94, ../style/sass/modules/manage-cart/_consignment-cart.scss */
.consignment-cart-page .header-section ul li span {
  float: right;
  width: 60%;
  font-size: 1.071em;
  color: #004b87;
}
@media (max-width: 1023px) {
  /* line 94, ../style/sass/modules/manage-cart/_consignment-cart.scss */
  .consignment-cart-page .header-section ul li span {
    width: 50%;
  }
}
/* line 104, ../style/sass/modules/manage-cart/_consignment-cart.scss */
.consignment-cart-page .header-section .left-sec {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: left;
}
@media (min-width: 1024px) {
  /* line 104, ../style/sass/modules/manage-cart/_consignment-cart.scss */
  .consignment-cart-page .header-section .left-sec {
    float: left;
    width: 85.71429%;
  }
}
@media (max-width: 1023px) {
  /* line 104, ../style/sass/modules/manage-cart/_consignment-cart.scss */
  .consignment-cart-page .header-section .left-sec {
    padding-right: 0px;
    padding-left: 0px;
  }
}
/* line 110, ../style/sass/modules/manage-cart/_consignment-cart.scss */
.consignment-cart-page .header-section .left-sec span.arrow-icon {
  font-size: 34px;
  display: inline;
  color: #004b87;
}
/* line 115, ../style/sass/modules/manage-cart/_consignment-cart.scss */
.consignment-cart-page .header-section .left-sec h1 {
  text-align: left;
  padding-bottom: 20px;
  padding-left: 0;
  margin-left: 50px;
}
@media (max-width: 1023px) {
  /* line 115, ../style/sass/modules/manage-cart/_consignment-cart.scss */
  .consignment-cart-page .header-section .left-sec h1 {
    text-align: left;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    display: block;
    width: 85%;
    float: left;
  }
}
/* line 127, ../style/sass/modules/manage-cart/_consignment-cart.scss */
.consignment-cart-page .header-section .left-sec h1 span.heading {
  font-size: 34px;
  font-family: "Effra Light";
  color: #00a9e0;
  font-weight: normal;
  width: 85%;
  display: inline-block;
}
/* line 134, ../style/sass/modules/manage-cart/_consignment-cart.scss */
.consignment-cart-page .header-section .left-sec h1 span.heading span {
  word-wrap: break-word;
}
/* line 138, ../style/sass/modules/manage-cart/_consignment-cart.scss */
.consignment-cart-page .header-section .left-sec h1 span {
  font-weight: 700;
  vertical-align: baseline;
  color: #00a9e0;
}
/* line 144, ../style/sass/modules/manage-cart/_consignment-cart.scss */
.consignment-cart-page .header-section .left-sec .error-banner {
  margin-top: 0px;
  margin-bottom: 15px;
  margin-left: 50px;
}
/* line 147, ../style/sass/modules/manage-cart/_consignment-cart.scss */
.consignment-cart-page .header-section .left-sec p.cart-desc {
  margin-left: 50px;
}
@media (max-width: 1023px) {
  /* line 147, ../style/sass/modules/manage-cart/_consignment-cart.scss */
  .consignment-cart-page .header-section .left-sec p.cart-desc {
    clear: both;
    margin-left: 0px;
  }
}
/* line 155, ../style/sass/modules/manage-cart/_consignment-cart.scss */
.consignment-cart-page .header-section .left-sec .cart-basket-container {
  position: relative;
  min-height: 1px;
  padding-left: 50px;
  padding-right: 50px;
}
@media (min-width: 1024px) {
  /* line 155, ../style/sass/modules/manage-cart/_consignment-cart.scss */
  .consignment-cart-page .header-section .left-sec .cart-basket-container {
    float: left;
    width: 64.28571%;
  }
}
@media (max-width: 1023px) {
  /* line 155, ../style/sass/modules/manage-cart/_consignment-cart.scss */
  .consignment-cart-page .header-section .left-sec .cart-basket-container {
    position: relative;
    min-height: 1px;
    padding-left: 7.5px;
    padding-right: 7.5px;
    padding-top: 22px;
    padding-bottom: 10px;
    padding-left: 0px;
    float: left;
  }
}
@media (max-width: 1023px) and (min-width: 1024px) {
  /* line 155, ../style/sass/modules/manage-cart/_consignment-cart.scss */
  .consignment-cart-page .header-section .left-sec .cart-basket-container {
    float: left;
    width: 100%;
  }
}

/* line 162, ../style/sass/modules/manage-cart/_consignment-cart.scss */
.consignment-cart-page .header-section .left-sec .cart-basket-container .empty-msg {
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  color: #859199;
}
/* line 166, ../style/sass/modules/manage-cart/_consignment-cart.scss */
.consignment-cart-page .header-section .left-sec .cart-basket-container .basket-sec {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 32px;
  font-style: normal;
  font-weight: normal;
  color: #859199;
  float: left;
  margin-top: -10px;
  padding-left: 0;
}
@media (min-width: 1024px) {
  /* line 166, ../style/sass/modules/manage-cart/_consignment-cart.scss */
  .consignment-cart-page .header-section .left-sec .cart-basket-container .basket-sec {
    float: left;
    width: 7.14286%;
  }
}
@media (max-width: 1023px) {
  /* line 166, ../style/sass/modules/manage-cart/_consignment-cart.scss */
  .consignment-cart-page .header-section .left-sec .cart-basket-container .basket-sec {
    padding-right: 15px;
    padding-left: 0px;
    float: left;
  }
}
/* line 178, ../style/sass/modules/manage-cart/_consignment-cart.scss */
.consignment-cart-page .header-section .left-sec .cart-basket-container .basket-content {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 1024px) {
  /* line 178, ../style/sass/modules/manage-cart/_consignment-cart.scss */
  .consignment-cart-page .header-section .left-sec .cart-basket-container .basket-content {
    float: left;
    width: 71.42857%;
  }
}
/* line 180, ../style/sass/modules/manage-cart/_consignment-cart.scss */
.consignment-cart-page .header-section .left-sec .cart-basket-container .basket-content p {
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  font-weight: 400;
  margin-bottom: 5px;
}
@media (max-width: 1023px) {
  /* line 180, ../style/sass/modules/manage-cart/_consignment-cart.scss */
  .consignment-cart-page .header-section .left-sec .cart-basket-container .basket-content p {
    line-height: 26px;
  }
}
/* line 188, ../style/sass/modules/manage-cart/_consignment-cart.scss */
.consignment-cart-page .header-section .left-sec .cart-basket-container .basket-content a {
  color: #F7A800;
  font-size: 14px;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
}
/* line 193, ../style/sass/modules/manage-cart/_consignment-cart.scss */
.consignment-cart-page .header-section .left-sec .cart-basket-container.no-items {
  width: 100%;
}
/* line 195, ../style/sass/modules/manage-cart/_consignment-cart.scss */
.consignment-cart-page .header-section .left-sec .cart-basket-container.no-items .basket-sec {
  width: 50px;
}
/* line 198, ../style/sass/modules/manage-cart/_consignment-cart.scss */
.consignment-cart-page .header-section .left-sec .cart-basket-container.no-items .basket-content {
  width: 80%;
  display: inline;
  float: left;
}
@media (min-width: 1024px) {
  /* line 203, ../style/sass/modules/manage-cart/_consignment-cart.scss */
  .consignment-cart-page .header-section .left-sec .cart-basket-container.no-items .basket-content p {
    line-height: 40px;
  }
}
/* line 212, ../style/sass/modules/manage-cart/_consignment-cart.scss */
.consignment-cart-page .header-section .cart-error .error {
  margin-left: 50px;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 0;
}
/* line 218, ../style/sass/modules/manage-cart/_consignment-cart.scss */
.consignment-cart-page .shopping-cart-page-listing {
  float: left;
}
/* line 221, ../style/sass/modules/manage-cart/_consignment-cart.scss */
.consignment-cart-page .shopping-table {
  background-color: #EBEEF1;
  position: relative;
  min-height: 1px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 25px;
  padding-right: 50px;
  padding-bottom: 25px;
  padding-left: 50px;
}
@media (min-width: 1024px) {
  /* line 221, ../style/sass/modules/manage-cart/_consignment-cart.scss */
  .consignment-cart-page .shopping-table {
    float: left;
    width: 100%;
  }
}
@media (max-width: 1023px) {
  /* line 221, ../style/sass/modules/manage-cart/_consignment-cart.scss */
  .consignment-cart-page .shopping-table {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    background-color: transparent;
  }
}
@media (max-width: 1023px) and (min-width: 1024px) {
  /* line 221, ../style/sass/modules/manage-cart/_consignment-cart.scss */
  .consignment-cart-page .shopping-table {
    float: left;
    width: 100%;
  }
}

/* line 230, ../style/sass/modules/manage-cart/_consignment-cart.scss */
.consignment-cart-page .shopping-table p {
  font-size: 1.143em;
  font-family: "Effra Light";
  font-style: normal;
  font-weight: normal;
  margin-bottom: 15px;
}
@media (max-width: 1023px) {
  /* line 230, ../style/sass/modules/manage-cart/_consignment-cart.scss */
  .consignment-cart-page .shopping-table p {
    margin-top: 0px;
    padding-left: 0px;
  }
}
/* line 237, ../style/sass/modules/manage-cart/_consignment-cart.scss */
.consignment-cart-page .shopping-table p .po-text {
  text-transform: uppercase;
}
/* line 241, ../style/sass/modules/manage-cart/_consignment-cart.scss */
.consignment-cart-page .shopping-table .replace-po > div {
  display: inline-block;
}
/* line 244, ../style/sass/modules/manage-cart/_consignment-cart.scss */
.consignment-cart-page .shopping-table .bill-only-po > div {
  display: inline-block;
}
/* line 247, ../style/sass/modules/manage-cart/_consignment-cart.scss */
.consignment-cart-page .shopping-table .replace-po {
  margin-bottom: 15px;
}
@media (max-width: 1023px) {
  /* line 250, ../style/sass/modules/manage-cart/_consignment-cart.scss */
  .consignment-cart-page .shopping-table legend {
    margin-bottom: 5px;
  }
}
/* line 255, ../style/sass/modules/manage-cart/_consignment-cart.scss */
.consignment-cart-page .shopping-table .subtotal-box {
  float: left;
  width: 100%;
  padding-top: 20px;
  padding-right: 0;
  padding-bottom: 20px;
  padding-left: 0;
}
/* line 258, ../style/sass/modules/manage-cart/_consignment-cart.scss */
.consignment-cart-page .shopping-table .subtotal-box ul {
  float: right;
  width: 25%;
}
@media (max-width: 1023px) {
  /* line 258, ../style/sass/modules/manage-cart/_consignment-cart.scss */
  .consignment-cart-page .shopping-table .subtotal-box ul {
    width: 100%;
  }
}
/* line 263, ../style/sass/modules/manage-cart/_consignment-cart.scss */
.consignment-cart-page .shopping-table .subtotal-box ul li:nth-child(1) {
  color: #859199;
  font-size: 1.143em;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
}
/* line 267, ../style/sass/modules/manage-cart/_consignment-cart.scss */
.consignment-cart-page .shopping-table .subtotal-box ul li {
  color: #004b87;
  font-size: 1.714em;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
  line-height: 1.5em;
}
@media (max-width: 1023px) {
  /* line 267, ../style/sass/modules/manage-cart/_consignment-cart.scss */
  .consignment-cart-page .shopping-table .subtotal-box ul li {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
}
/* line 274, ../style/sass/modules/manage-cart/_consignment-cart.scss */
.consignment-cart-page .shopping-table .subtotal-box ul li span {
  float: right;
}
/* line 280, ../style/sass/modules/manage-cart/_consignment-cart.scss */
.consignment-cart-page .shopping-table table {
  width: 100%;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 20px;
  margin-left: 0;
}
@media (max-width: 1023px) {
  /* line 280, ../style/sass/modules/manage-cart/_consignment-cart.scss */
  .consignment-cart-page .shopping-table table {
    border-collapse: separate;
  }
}
/* line 287, ../style/sass/modules/manage-cart/_consignment-cart.scss */
.consignment-cart-page .shopping-table table thead th {
  font-size: 13px;
  font-family: "Effra Medium";
  font-style: normal;
  font-weight: normal;
}
/* line 289, ../style/sass/modules/manage-cart/_consignment-cart.scss */
.consignment-cart-page .shopping-table table thead th a {
  display: block;
  font-weight: normal;
  color: #001e46;
  font-size: 13px;
  font-family: "Effra Medium";
  font-style: normal;
  font-weight: normal;
}
/* line 296, ../style/sass/modules/manage-cart/_consignment-cart.scss */
.consignment-cart-page .shopping-table table thead th[data-header='price'] {
  text-align: right;
}
/* line 298, ../style/sass/modules/manage-cart/_consignment-cart.scss */
.consignment-cart-page .shopping-table table thead th[data-header='price'] span {
  margin-right: 0px !important;
  float: right;
}
/* line 304, ../style/sass/modules/manage-cart/_consignment-cart.scss */
.consignment-cart-page .shopping-table table td.price-color {
  text-align: right;
}
@media (max-width: 1023px) {
  /* line 307, ../style/sass/modules/manage-cart/_consignment-cart.scss */
  .consignment-cart-page .shopping-table table td.st-val {
    text-align: left;
  }
}
/* line 312, ../style/sass/modules/manage-cart/_consignment-cart.scss */
.consignment-cart-page .shopping-table table td {
  vertical-align: top;
  word-break: break-word;
}
/* line 316, ../style/sass/modules/manage-cart/_consignment-cart.scss */
.consignment-cart-page .shopping-table table td a {
  color: #00a9e0;
  outline: none;
  font-size: 16px;
  font-family: "Effra Medium";
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  display: block;
}
/* line 323, ../style/sass/modules/manage-cart/_consignment-cart.scss */
.consignment-cart-page .shopping-table table td a + span {
  display: block;
  width: 100%;
}
/* line 327, ../style/sass/modules/manage-cart/_consignment-cart.scss */
.consignment-cart-page .shopping-table table td span {
  margin-right: 25px;
  float: left;
}
@media (max-width: 1023px) {
  /* line 327, ../style/sass/modules/manage-cart/_consignment-cart.scss */
  .consignment-cart-page .shopping-table table td span {
    margin-right: 17px;
  }
}
@media (max-width: 1023px) {
  /* line 334, ../style/sass/modules/manage-cart/_consignment-cart.scss */
  .consignment-cart-page .shopping-table table td span + div {
    width: 85%;
    text-align: left;
  }
}
/* line 340, ../style/sass/modules/manage-cart/_consignment-cart.scss */
.consignment-cart-page .shopping-table table td span.additional-text {
  width: 100%;
}
/* line 343, ../style/sass/modules/manage-cart/_consignment-cart.scss */
.consignment-cart-page .shopping-table table td p span {
  font-size: 17px;
  margin-right: 10px;
}
/* line 347, ../style/sass/modules/manage-cart/_consignment-cart.scss */
.consignment-cart-page .shopping-table table td p span + a,
.consignment-cart-page .shopping-table table td div {
  float: left;
  width: 85%;
  display: block;
}
/* line 351, ../style/sass/modules/manage-cart/_consignment-cart.scss */
.consignment-cart-page .shopping-table table td p span + a a,
.consignment-cart-page .shopping-table table td div a {
  float: left;
  width: auto;
}
/* line 355, ../style/sass/modules/manage-cart/_consignment-cart.scss */
.consignment-cart-page .shopping-table table td input {
  width: 70px;
}
/* line 358, ../style/sass/modules/manage-cart/_consignment-cart.scss */
.consignment-cart-page .shopping-table table td .delete-icon {
  font-size: 20px;
  color: #859199;
  float: right;
}
/* line 363, ../style/sass/modules/manage-cart/_consignment-cart.scss */
.consignment-cart-page .shopping-table table td .price-color {
  color: #004b87;
}
/* line 367, ../style/sass/modules/manage-cart/_consignment-cart.scss */
.consignment-cart-page .shopping-table table td td:nth-last-child(2) span, .consignment-cart-page .shopping-table table td td:nth-last-child(3) span {
  margin-right: 0px;
  float: none;
}
/* line 374, ../style/sass/modules/manage-cart/_consignment-cart.scss */
.consignment-cart-page .shopping-table table .detail-data-expanded table {
  margin-top: 20px;
  margin-bottom: 20px;
}
/* line 376, ../style/sass/modules/manage-cart/_consignment-cart.scss */
.consignment-cart-page .shopping-table table .detail-data-expanded table td span {
  display: block;
}
/* line 383, ../style/sass/modules/manage-cart/_consignment-cart.scss */
.consignment-cart-page textarea {
  display: block;
  margin-left: 49px;
  margin-top: 10px;
  float: left;
}
@media (max-width: 1023px) {
  /* line 383, ../style/sass/modules/manage-cart/_consignment-cart.scss */
  .consignment-cart-page textarea {
    width: 75%;
    margin-left: 43px;
  }
}
/* line 395, ../style/sass/modules/manage-cart/_consignment-cart.scss */
.consignment-cart-page .err-container {
  padding-right: 50px;
  padding-bottom: 25px;
  padding-left: 50px;
  font-size: 17px;
  clear: both;
}
/* line 399, ../style/sass/modules/manage-cart/_consignment-cart.scss */
.consignment-cart-page .err-container span {
  display: block;
}
@media (max-width: 1023px) {
  /* line 399, ../style/sass/modules/manage-cart/_consignment-cart.scss */
  .consignment-cart-page .err-container span {
    margin-left: 18px;
  }
}
/* line 405, ../style/sass/modules/manage-cart/_consignment-cart.scss */
.consignment-cart-page .err-container a {
  color: #00a9e0;
  font-size: 17px;
  font-family: "Effra Medium";
  font-style: normal;
  font-weight: normal;
}
@media (max-width: 1023px) {
  /* line 395, ../style/sass/modules/manage-cart/_consignment-cart.scss */
  .consignment-cart-page .err-container {
    padding-top: 20px;
    padding-right: 0;
    padding-left: 0;
  }
}
/* line 413, ../style/sass/modules/manage-cart/_consignment-cart.scss */
.consignment-cart-page .stacktable td {
  padding-bottom: 0;
}
/* line 415, ../style/sass/modules/manage-cart/_consignment-cart.scss */
.consignment-cart-page .stacktable td:first-child {
  text-align: left;
}
/* line 418, ../style/sass/modules/manage-cart/_consignment-cart.scss */
.consignment-cart-page .stacktable td:last-child {
  text-align: center;
}
/* line 420, ../style/sass/modules/manage-cart/_consignment-cart.scss */
.consignment-cart-page .stacktable td:last-child input {
  width: 80%;
  float: none;
  margin-bottom: 21px;
}
/* line 429, ../style/sass/modules/manage-cart/_consignment-cart.scss */
.consignment-cart-page .button-container {
  margin-top: 20px;
}
@media (max-width: 1023px) {
  /* line 429, ../style/sass/modules/manage-cart/_consignment-cart.scss */
  .consignment-cart-page .button-container {
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0;
  }
}
@media (max-width: 1023px) {
  /* line 434, ../style/sass/modules/manage-cart/_consignment-cart.scss */
  .consignment-cart-page .button-container input {
    margin-top: 0px;
  }
}
/* line 440, ../style/sass/modules/manage-cart/_consignment-cart.scss */
.consignment-cart-page .replace-po .po-text {
  text-transform: uppercase;
}

/******************************************
//Incorrect cart type
*******************************************/
@media (max-width: 1023px) {
  /* line 7, ../style/sass/modules/manage-cart/_add-credit-card.scss */
  .add-credit-card {
    padding-top: 0;
    padding-bottom: 10px;
  }
}
/* line 11, ../style/sass/modules/manage-cart/_add-credit-card.scss */
.add-credit-card h1 {
  font-size: 24px;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
  color: #001e46;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  text-align: left;
}
/* line 17, ../style/sass/modules/manage-cart/_add-credit-card.scss */
.add-credit-card h1 span.exclamation-mark {
  color: #E35205;
  padding-right: 6px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  vertical-align: -4px;
}
/* line 24, ../style/sass/modules/manage-cart/_add-credit-card.scss */
.add-credit-card p {
  font-size: 16px;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
  padding-top: 27px;
}
/* line 29, ../style/sass/modules/manage-cart/_add-credit-card.scss */
.add-credit-card form fieldset {
  margin-top: 21px;
}
/* line 31, ../style/sass/modules/manage-cart/_add-credit-card.scss */
.add-credit-card form fieldset h2 {
  font-size: 18px;
  font-family: "Effra Light";
  font-style: normal;
  font-weight: normal;
  color: #69757b;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  text-align: left;
}
/* line 41, ../style/sass/modules/manage-cart/_add-credit-card.scss */
.add-credit-card form fieldset div.card-types label {
  background-image: url("../../b2bredesign/images/sprite.png");
  background-position: -9px -919px;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 46px;
  height: 30px;
  display: inline-block;
  color: transparent;
}
/* line 46, ../style/sass/modules/manage-cart/_add-credit-card.scss */
.add-credit-card form fieldset div.card-types label.visa {
  background-position: -9px -919px;
}
/* line 49, ../style/sass/modules/manage-cart/_add-credit-card.scss */
.add-credit-card form fieldset div.card-types label.amex {
  background-position: -9px -820px;
}
/* line 52, ../style/sass/modules/manage-cart/_add-credit-card.scss */
.add-credit-card form fieldset div.card-types label.master {
  background-position: -9px -886px;
}
/* line 55, ../style/sass/modules/manage-cart/_add-credit-card.scss */
.add-credit-card form fieldset div.card-types label.discover {
  background-position: -9px -854px;
}
/* line 58, ../style/sass/modules/manage-cart/_add-credit-card.scss */
.add-credit-card form fieldset div.card-types label.active {
  border: 2px solid #71c5e8;
}
/* line 62, ../style/sass/modules/manage-cart/_add-credit-card.scss */
.add-credit-card form fieldset div.card-types div.radio {
  position: absolute;
  left: -9999px;
}
/* line 67, ../style/sass/modules/manage-cart/_add-credit-card.scss */
.add-credit-card form fieldset label.card-types {
  background-image: url("../../b2bredesign/images/sprite.png");
  background-position: -9px -919px;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 46px;
  height: 30px;
  display: inline-block;
  color: transparent;
}
/* line 72, ../style/sass/modules/manage-cart/_add-credit-card.scss */
.add-credit-card form fieldset label.card-types.visa {
  background-position: -9px -919px;
}
/* line 75, ../style/sass/modules/manage-cart/_add-credit-card.scss */
.add-credit-card form fieldset label.card-types.amex {
  background-position: -9px -820px;
}
/* line 78, ../style/sass/modules/manage-cart/_add-credit-card.scss */
.add-credit-card form fieldset label.card-types.master {
  background-position: -9px -886px;
}
/* line 81, ../style/sass/modules/manage-cart/_add-credit-card.scss */
.add-credit-card form fieldset label.card-types.discover {
  background-position: -9px -854px;
}
/* line 87, ../style/sass/modules/manage-cart/_add-credit-card.scss */
.add-credit-card form fieldset ul.left-container {
  float: left;
  width: 45%;
  padding-top: 20px;
  margin-right: 5%;
}
/* line 91, ../style/sass/modules/manage-cart/_add-credit-card.scss */
.add-credit-card form fieldset ul.left-container label, .add-credit-card form fieldset ul.left-container input {
  float: left;
  width: 100%;
}
/* line 94, ../style/sass/modules/manage-cart/_add-credit-card.scss */
.add-credit-card form fieldset ul.left-container input {
  height: 46px;
}
@media (max-width: 1023px) {
  /* line 87, ../style/sass/modules/manage-cart/_add-credit-card.scss */
  .add-credit-card form fieldset ul.left-container {
    float: left;
    width: 100%;
  }
}
/* line 100, ../style/sass/modules/manage-cart/_add-credit-card.scss */
.add-credit-card form fieldset ul.left-container li {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
}
/* line 103, ../style/sass/modules/manage-cart/_add-credit-card.scss */
.add-credit-card form fieldset ul.left-container li select + span {
  width: 40% !important;
  margin-right: 8%;
}
@media (max-width: 1023px) {
  /* line 103, ../style/sass/modules/manage-cart/_add-credit-card.scss */
  .add-credit-card form fieldset ul.left-container li select + span {
    width: 100% !important;
    margin-bottom: 30px;
  }
}
/* line 118, ../style/sass/modules/manage-cart/_add-credit-card.scss */
.add-credit-card form fieldset ul.left-container:last-child li:last-child input {
  width: 100px;
}

@media (max-width: 1023px) {
  /* line 128, ../style/sass/modules/manage-cart/_add-credit-card.scss */
  .create-cart input[type='text'] {
    width: 100%;
  }
}

/* line 2, ../style/sass/modules/manage-cart/_minicart.scss */
header .miniCart {
  position: absolute;
  width: 475px;
  z-index: 9;
  top: 72px;
  right: 1px;
  border: none;
  -webkit-box-shadow: -2px 3px 5px 0px #cccccc;
  -moz-box-shadow: -2px 3px 5px 0px #cccccc;
  box-shadow: -2px 3px 5px 0px #cccccc;
}
/* line 12, ../style/sass/modules/manage-cart/_minicart.scss */
header .miniCart .select-cart {
  display: none;
}
@media (max-width: 1023px) {
  /* line 2, ../style/sass/modules/manage-cart/_minicart.scss */
  header .miniCart {
    top: 51px;
    float: left !important;
    left: 0;
    padding-right: 0;
    width: 100%;
    position: fixed;
  }
}
/* line 23, ../style/sass/modules/manage-cart/_minicart.scss */
header .miniCart .miniCartWrapper {
  float: right;
  width: 100%;
  border: 0;
  background-color: #001e46;
  color: #fff;
}
/* line 29, ../style/sass/modules/manage-cart/_minicart.scss */
header .miniCart .miniCartWrapper.all-carts .product-info {
  display: none;
}
/* line 32, ../style/sass/modules/manage-cart/_minicart.scss */
header .miniCart .miniCartWrapper.all-carts .select-cart {
  display: block;
}
/* line 35, ../style/sass/modules/manage-cart/_minicart.scss */
header .miniCart .miniCartWrapper.all-carts .select-cart ul {
  max-height: 400px;
  overflow-y: auto;
}
/* line 40, ../style/sass/modules/manage-cart/_minicart.scss */
header .miniCart .miniCartWrapper.all-carts .select-active-cart {
  display: inline-block;
}
/* line 43, ../style/sass/modules/manage-cart/_minicart.scss */
header .miniCart .miniCartWrapper.all-carts .cart-name {
  display: none;
  width: 75%;
}
/* line 47, ../style/sass/modules/manage-cart/_minicart.scss */
header .miniCart .miniCartWrapper.all-carts a[data-role='done'] {
  display: block;
}
/* line 50, ../style/sass/modules/manage-cart/_minicart.scss */
header .miniCart .miniCartWrapper.all-carts a[data-role='change'] {
  display: none;
}
/* line 54, ../style/sass/modules/manage-cart/_minicart.scss */
header .miniCart .miniCartWrapper a {
  float: right;
  margin-right: 20px;
  color: #00a9e0;
  border: 0;
  font-size: 16px;
  line-height: inherit;
  padding-top: 10px;
  outline: 0;
}
/* line 63, ../style/sass/modules/manage-cart/_minicart.scss */
header .miniCart .miniCartWrapper a[data-role='done'] {
  display: none;
}
@media (max-width: 1023px) {
  /* line 54, ../style/sass/modules/manage-cart/_minicart.scss */
  header .miniCart .miniCartWrapper a {
    margin-right: 50px;
    width: 9%;
  }
}
/* line 71, ../style/sass/modules/manage-cart/_minicart.scss */
header .miniCart .miniCartWrapper .select-active-cart, header .miniCart .miniCartWrapper .cart-name {
  display: inline-block;
  background-color: #001e46;
  color: #fff;
  font-size: 16px;
  font-family: "Effra Light";
  font-style: normal;
  font-weight: normal;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  text-transform: uppercase;
  width: 75%;
}
@media (max-width: 1023px) {
  /* line 71, ../style/sass/modules/manage-cart/_minicart.scss */
  header .miniCart .miniCartWrapper .select-active-cart, header .miniCart .miniCartWrapper .cart-name {
    width: 71%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
}
/* line 84, ../style/sass/modules/manage-cart/_minicart.scss */
header .miniCart .miniCartWrapper > a {
  text-transform: uppercase;
}
/* line 87, ../style/sass/modules/manage-cart/_minicart.scss */
header .miniCart .miniCartWrapper .select-active-cart {
  color: #00a9e0;
  display: none;
}
@media (max-width: 1023px) {
  /* line 23, ../style/sass/modules/manage-cart/_minicart.scss */
  header .miniCart .miniCartWrapper {
    padding-right: 0;
  }
}
/* line 94, ../style/sass/modules/manage-cart/_minicart.scss */
header .miniCart .miniCartWrapper .product-info {
  float: left;
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  background: #fff;
}
@media (max-width: 1023px) {
  /* line 94, ../style/sass/modules/manage-cart/_minicart.scss */
  header .miniCart .miniCartWrapper .product-info {
    padding-right: 15px;
    padding-left: 15px;
  }
}
/* line 102, ../style/sass/modules/manage-cart/_minicart.scss */
header .miniCart .miniCartWrapper .product-info .cartItemRows li {
  font-size: 14px;
  font-family: "Effra Medium";
  font-style: normal;
  font-weight: normal;
  color: #859199;
  text-transform: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 1023px) {
  /* line 102, ../style/sass/modules/manage-cart/_minicart.scss */
  header .miniCart .miniCartWrapper .product-info .cartItemRows li {
    padding-top: 0;
  }
}
/* line 110, ../style/sass/modules/manage-cart/_minicart.scss */
header .miniCart .miniCartWrapper .product-info .cartItemRows li ul {
  float: right;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  /* line 110, ../style/sass/modules/manage-cart/_minicart.scss */
  header .miniCart .miniCartWrapper .product-info .cartItemRows li ul {
    padding-top: 20px;
  }
}
/* line 117, ../style/sass/modules/manage-cart/_minicart.scss */
header .miniCart .miniCartWrapper .product-info .cartItemRows li ul li:first-child {
  float: left;
  width: 70%;
  text-align: left;
}
/* line 121, ../style/sass/modules/manage-cart/_minicart.scss */
header .miniCart .miniCartWrapper .product-info .cartItemRows li ul li:nth-child(2) {
  float: left;
  width: 20%;
  text-align: left;
}
/* line 125, ../style/sass/modules/manage-cart/_minicart.scss */
header .miniCart .miniCartWrapper .product-info .cartItemRows li ul li:nth-child(3) {
  float: left;
  width: 10%;
  text-align: left;
}
/* line 132, ../style/sass/modules/manage-cart/_minicart.scss */
header .miniCart .miniCartWrapper .product-info .minicart-noscroll,
header .miniCart .miniCartWrapper .product-info .minicart-scroll {
  width: 100%;
  border: 0;
}
@media (max-width: 1023px) {
  /* line 132, ../style/sass/modules/manage-cart/_minicart.scss */
  header .miniCart .miniCartWrapper .product-info .minicart-noscroll,
  header .miniCart .miniCartWrapper .product-info .minicart-scroll {
    padding-right: 0;
  }
}
/* line 139, ../style/sass/modules/manage-cart/_minicart.scss */
header .miniCart .miniCartWrapper .product-info .minicart-noscroll .cartItemRows,
header .miniCart .miniCartWrapper .product-info .minicart-scroll .cartItemRows {
  text-transform: none;
}
/* line 141, ../style/sass/modules/manage-cart/_minicart.scss */
header .miniCart .miniCartWrapper .product-info .minicart-noscroll .cartItemRows li,
header .miniCart .miniCartWrapper .product-info .minicart-scroll .cartItemRows li {
  float: left;
  width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
}
@media (max-width: 1023px) {
  /* line 141, ../style/sass/modules/manage-cart/_minicart.scss */
  header .miniCart .miniCartWrapper .product-info .minicart-noscroll .cartItemRows li,
  header .miniCart .miniCartWrapper .product-info .minicart-scroll .cartItemRows li {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
/* line 147, ../style/sass/modules/manage-cart/_minicart.scss */
header .miniCart .miniCartWrapper .product-info .minicart-noscroll .cartItemRows li ul,
header .miniCart .miniCartWrapper .product-info .minicart-scroll .cartItemRows li ul {
  display: block;
  border-bottom: 1px solid #e6e6e6;
  float: left;
  width: 100%;
}
@media (max-width: 1023px) {
  /* line 147, ../style/sass/modules/manage-cart/_minicart.scss */
  header .miniCart .miniCartWrapper .product-info .minicart-noscroll .cartItemRows li ul,
  header .miniCart .miniCartWrapper .product-info .minicart-scroll .cartItemRows li ul {
    height: auto;
    max-height: none;
    padding-top: 0px;
    padding-bottom: 15px;
  }
}
/* line 156, ../style/sass/modules/manage-cart/_minicart.scss */
header .miniCart .miniCartWrapper .product-info .minicart-noscroll .cartItemRows li ul li:first-child,
header .miniCart .miniCartWrapper .product-info .minicart-scroll .cartItemRows li ul li:first-child {
  float: left;
  width: 70%;
  text-align: left;
}
/* line 159, ../style/sass/modules/manage-cart/_minicart.scss */
header .miniCart .miniCartWrapper .product-info .minicart-noscroll .cartItemRows li ul li:first-child p,
header .miniCart .miniCartWrapper .product-info .minicart-scroll .cartItemRows li ul li:first-child p {
  color: #859199;
  float: left;
  text-transform: none;
  font-weight: normal;
  padding-top: 0;
  padding-bottom: 5px;
  width: auto;
  height: auto;
  font-size: 14px;
  font-family: "Effra Medium";
  font-style: normal;
  font-weight: normal;
}
/* line 169, ../style/sass/modules/manage-cart/_minicart.scss */
header .miniCart .miniCartWrapper .product-info .minicart-noscroll .cartItemRows li ul li:first-child a,
header .miniCart .miniCartWrapper .product-info .minicart-scroll .cartItemRows li ul li:first-child a {
  color: #00a9e0;
  outline: none;
  font-size: 14px;
  font-family: "Effra Medium";
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  float: left;
  width: 100%;
  line-height: 15px;
  padding-top: 0px;
  padding-bottom: 0;
  text-align: left;
  border: 0;
}
@media (max-width: 1023px) {
  /* line 181, ../style/sass/modules/manage-cart/_minicart.scss */
  header .miniCart .miniCartWrapper .product-info .minicart-noscroll .cartItemRows li ul li:first-child span,
  header .miniCart .miniCartWrapper .product-info .minicart-scroll .cartItemRows li ul li:first-child span {
    float: left;
    width: 30%;
    font-size: 14px;
  }
  /* line 185, ../style/sass/modules/manage-cart/_minicart.scss */
  header .miniCart .miniCartWrapper .product-info .minicart-noscroll .cartItemRows li ul li:first-child p,
  header .miniCart .miniCartWrapper .product-info .minicart-scroll .cartItemRows li ul li:first-child p {
    float: left;
    width: 70%;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    height: auto;
  }
  /* line 190, ../style/sass/modules/manage-cart/_minicart.scss */
  header .miniCart .miniCartWrapper .product-info .minicart-noscroll .cartItemRows li ul li:first-child a,
  header .miniCart .miniCartWrapper .product-info .minicart-scroll .cartItemRows li ul li:first-child a {
    float: left;
    width: 70%;
  }
}
/* line 195, ../style/sass/modules/manage-cart/_minicart.scss */
header .miniCart .miniCartWrapper .product-info .minicart-noscroll .cartItemRows li ul li:nth-child(2),
header .miniCart .miniCartWrapper .product-info .minicart-scroll .cartItemRows li ul li:nth-child(2) {
  float: left;
  width: 20%;
  text-align: left;
  color: #859199;
}
/* line 199, ../style/sass/modules/manage-cart/_minicart.scss */
header .miniCart .miniCartWrapper .product-info .minicart-noscroll .cartItemRows li ul li:nth-child(2) p,
header .miniCart .miniCartWrapper .product-info .minicart-scroll .cartItemRows li ul li:nth-child(2) p {
  padding-top: 0px;
  padding-bottom: 0;
  font-size: 14px;
  font-family: "Effra Medium";
  font-style: normal;
  font-weight: normal;
  height: auto;
  width: auto;
}
@media (max-width: 1023px) {
  /* line 206, ../style/sass/modules/manage-cart/_minicart.scss */
  header .miniCart .miniCartWrapper .product-info .minicart-noscroll .cartItemRows li ul li:nth-child(2) span,
  header .miniCart .miniCartWrapper .product-info .minicart-scroll .cartItemRows li ul li:nth-child(2) span {
    float: left;
    width: 30%;
    font-size: 14px;
  }
  /* line 210, ../style/sass/modules/manage-cart/_minicart.scss */
  header .miniCart .miniCartWrapper .product-info .minicart-noscroll .cartItemRows li ul li:nth-child(2) p,
  header .miniCart .miniCartWrapper .product-info .minicart-scroll .cartItemRows li ul li:nth-child(2) p {
    float: left;
    width: 60%;
    height: auto;
  }
}
/* line 216, ../style/sass/modules/manage-cart/_minicart.scss */
header .miniCart .miniCartWrapper .product-info .minicart-noscroll .cartItemRows li ul li:nth-child(3),
header .miniCart .miniCartWrapper .product-info .minicart-scroll .cartItemRows li ul li:nth-child(3) {
  float: left;
  width: 10%;
  text-align: left;
  font-size: 14px;
  font-family: "Effra Medium";
  font-style: normal;
  font-weight: normal;
}
/* line 220, ../style/sass/modules/manage-cart/_minicart.scss */
header .miniCart .miniCartWrapper .product-info .minicart-noscroll .cartItemRows li ul li:nth-child(3) p,
header .miniCart .miniCartWrapper .product-info .minicart-scroll .cartItemRows li ul li:nth-child(3) p {
  color: #859199;
  padding-top: 0px;
  padding-bottom: 0;
  height: auto;
}
@media (max-width: 1023px) {
  /* line 226, ../style/sass/modules/manage-cart/_minicart.scss */
  header .miniCart .miniCartWrapper .product-info .minicart-noscroll .cartItemRows li ul li:nth-child(3) span,
  header .miniCart .miniCartWrapper .product-info .minicart-scroll .cartItemRows li ul li:nth-child(3) span {
    float: left;
    width: 30%;
    font-size: 14px;
  }
  /* line 230, ../style/sass/modules/manage-cart/_minicart.scss */
  header .miniCart .miniCartWrapper .product-info .minicart-noscroll .cartItemRows li ul li:nth-child(3) p,
  header .miniCart .miniCartWrapper .product-info .minicart-scroll .cartItemRows li ul li:nth-child(3) p {
    float: left;
    width: 60%;
    height: auto;
  }
}
/* line 240, ../style/sass/modules/manage-cart/_minicart.scss */
header .miniCart .miniCartWrapper .product-info a.small {
  padding-top: 0;
  margin-top: 30px;
  margin-right: 0;
  margin-bottom: 30px;
  margin-left: 0;
  width: 145px;
  line-height: 40px;
  outline: 0;
  font-size: 14px;
  cursor: pointer;
}
@media (max-width: 1023px) {
  /* line 240, ../style/sass/modules/manage-cart/_minicart.scss */
  header .miniCart .miniCartWrapper .product-info a.small {
    font-size: 14px;
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0;
    width: auto;
  }
}
/* line 254, ../style/sass/modules/manage-cart/_minicart.scss */
header .miniCart .miniCartWrapper .product-info a.secondary-btn2 {
  float: left;
}
/* line 257, ../style/sass/modules/manage-cart/_minicart.scss */
header .miniCart .miniCartWrapper .product-info a.primary-btn {
  float: right;
}
/* line 260, ../style/sass/modules/manage-cart/_minicart.scss */
header .miniCart .miniCartWrapper .product-info a:hover {
  border-right: none;
}
/* line 263, ../style/sass/modules/manage-cart/_minicart.scss */
header .miniCart .miniCartWrapper .product-info .minicart-noscroll {
  max-height: 325px;
  overflow-y: auto;
}
/* line 267, ../style/sass/modules/manage-cart/_minicart.scss */
header .miniCart .miniCartWrapper .product-info .minicart-scroll {
  max-height: 325px;
  overflow-y: auto;
}
/* line 272, ../style/sass/modules/manage-cart/_minicart.scss */
header .miniCart .miniCartWrapper .select-cart {
  float: left;
  width: 100%;
  border: 0;
}
/* line 275, ../style/sass/modules/manage-cart/_minicart.scss */
header .miniCart .miniCartWrapper .select-cart div {
  border: 0;
  float: left;
  display: inline-block;
}
/* line 280, ../style/sass/modules/manage-cart/_minicart.scss */
header .miniCart .miniCartWrapper .select-cart ul li {
  float: left;
  width: 100%;
  border-top: 1px solid #e6e6e6;
  color: #00a9e0;
  padding-top: 15px;
  padding-right: 30px;
  padding-bottom: 10px;
  padding-left: 30px;
  font-size: 16px;
}
@media (max-width: 1023px) {
  /* line 272, ../style/sass/modules/manage-cart/_minicart.scss */
  header .miniCart .miniCartWrapper .select-cart {
    padding-right: 0;
  }
}

/******************************************
1. product-listing-page.shtml
******************************************/
/* line 6, ../style/sass/modules/help-and-support/_help-and-support.scss */
.help-and-support h1 {
  padding-top: 14px;
  padding-left: 50px;
  color: #004b87;
  font-weight: bold;
  font-size: 36px;
}
@media (max-width: 1023px) {
  /* line 6, ../style/sass/modules/help-and-support/_help-and-support.scss */
  .help-and-support h1 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 15px;
    font-size: 24px;
    text-align: left;
  }
}
/* line 16, ../style/sass/modules/help-and-support/_help-and-support.scss */
.help-and-support h1.termsOfUse {
  width: 80%;
  float: left;
}
@media (max-width: 1023px) {
  /* line 16, ../style/sass/modules/help-and-support/_help-and-support.scss */
  .help-and-support h1.termsOfUse {
    width: 100%;
  }
}
/* line 24, ../style/sass/modules/help-and-support/_help-and-support.scss */
.help-and-support hr, .help-and-support br {
  clear: both;
}
/* line 27, ../style/sass/modules/help-and-support/_help-and-support.scss */
.help-and-support div.noprint {
  width: 20%;
  float: left;
}
@media (max-width: 1023px) {
  /* line 27, ../style/sass/modules/help-and-support/_help-and-support.scss */
  .help-and-support div.noprint {
    display: none;
  }
}
/* line 33, ../style/sass/modules/help-and-support/_help-and-support.scss */
.help-and-support div.noprint a {
  width: 100%;
  display: block;
  text-align: center;
  color: #01a7df;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 15px;
}
/* line 43, ../style/sass/modules/help-and-support/_help-and-support.scss */
.help-and-support div.noprint a:last-child {
  padding-top: 0px;
  padding-bottom: 15px;
}
/* line 46, ../style/sass/modules/help-and-support/_help-and-support.scss */
.help-and-support div.noprint a span {
  margin-right: 5px;
}
/* line 53, ../style/sass/modules/help-and-support/_help-and-support.scss */
.help-and-support hr {
  margin-bottom: 0px !important;
}
/* line 56, ../style/sass/modules/help-and-support/_help-and-support.scss */
.help-and-support .main-page-table {
  display: table;
  width: 100%;
}
/* line 59, ../style/sass/modules/help-and-support/_help-and-support.scss */
.help-and-support .main-page-table .help-and-support-dashboard {
  background: #f6f7f8;
  display: table-cell;
  font-size: 1em;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
  min-height: 400px;
  width: 20%;
  vertical-align: top;
}
@media (max-width: 1023px) {
  /* line 59, ../style/sass/modules/help-and-support/_help-and-support.scss */
  .help-and-support .main-page-table .help-and-support-dashboard {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    min-height: 1px;
  }
}
/* line 71, ../style/sass/modules/help-and-support/_help-and-support.scss */
.help-and-support .main-page-table .help-and-support-dashboard .desktop-filter.stick {
  position: fixed;
  width: 17%;
  top: 0;
}
/* line 76, ../style/sass/modules/help-and-support/_help-and-support.scss */
.help-and-support .main-page-table .help-and-support-dashboard .desktop-filter ul li {
  border-bottom: 1px solid #cccbcb;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  margin-left: 20px;
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom: 20px;
  padding-left: 0px;
  text-transform: uppercase;
}
/* line 82, ../style/sass/modules/help-and-support/_help-and-support.scss */
.help-and-support .main-page-table .help-and-support-dashboard .desktop-filter ul li.selected a {
  color: #004b87;
}
/* line 86, ../style/sass/modules/help-and-support/_help-and-support.scss */
.help-and-support .main-page-table .help-and-support-dashboard .desktop-filter ul li a {
  color: #00a9e0;
  font-size: 14px;
  text-align: center;
  font-family: "Effra Medium";
}
/* line 92, ../style/sass/modules/help-and-support/_help-and-support.scss */
.help-and-support .main-page-table .help-and-support-dashboard .desktop-filter ul li:last-child {
  border-bottom: 1px solid #cccbcb;
}
/* line 100, ../style/sass/modules/help-and-support/_help-and-support.scss */
.help-and-support .main-page-table .help-and-support-dashboard .back-to-top-contianer {
  background: #001e46;
  right: 0;
  margin-right: 0 !important;
}
/* line 104, ../style/sass/modules/help-and-support/_help-and-support.scss */
.help-and-support .main-page-table .help-and-support-dashboard .back-to-top-contianer p {
  margin-bottom: 0;
}
/* line 109, ../style/sass/modules/help-and-support/_help-and-support.scss */
.help-and-support .main-page-table .help-and-support-dashboard div:last-child {
  position: fixed;
  color: #00a9e0;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  bottom: 0px;
  width: 175px;
  margin-left: 20px;
}
/* line 121, ../style/sass/modules/help-and-support/_help-and-support.scss */
.help-and-support .main-page-table .contact-us-details {
  width: 80%;
  display: table-cell;
  padding-top: 20px;
  padding-right: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
}
@media (max-width: 1023px) {
  /* line 121, ../style/sass/modules/help-and-support/_help-and-support.scss */
  .help-and-support .main-page-table .contact-us-details {
    padding-top: 25px;
    padding-right: 15px;
    padding-bottom: 25px;
    padding-left: 15px;
    width: 100%;
  }
}
/* line 132, ../style/sass/modules/help-and-support/_help-and-support.scss */
.help-and-support .main-page-table .contact-us-details .summary-section p {
  font-size: 16px;
  line-height: 2.1em;
  padding-bottom: 0px;
}
@media (max-width: 1023px) {
  /* line 132, ../style/sass/modules/help-and-support/_help-and-support.scss */
  .help-and-support .main-page-table .contact-us-details .summary-section p {
    line-height: 1.5em;
  }
}
/* line 141, ../style/sass/modules/help-and-support/_help-and-support.scss */
.help-and-support .main-page-table .contact-us-details .summary-section ul {
  margin-top: 30px;
}
/* line 143, ../style/sass/modules/help-and-support/_help-and-support.scss */
.help-and-support .main-page-table .contact-us-details .summary-section ul li {
  width: 32%;
  float: left;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-right: 5px;
}
/* line 149, ../style/sass/modules/help-and-support/_help-and-support.scss */
.help-and-support .main-page-table .contact-us-details .summary-section ul li:nth-child(4), .help-and-support .main-page-table .contact-us-details .summary-section ul li:nth-child(7), .help-and-support .main-page-table .contact-us-details .summary-section ul li:nth-child(10) {
  clear: both;
}
@media (max-width: 1023px) {
  /* line 143, ../style/sass/modules/help-and-support/_help-and-support.scss */
  .help-and-support .main-page-table .contact-us-details .summary-section ul li {
    width: 50%;
    float: left;
    clear: none !important;
    padding-left: 10px;
    margin-right: 0px;
  }
  /* line 159, ../style/sass/modules/help-and-support/_help-and-support.scss */
  .help-and-support .main-page-table .contact-us-details .summary-section ul li:nth-child(3), .help-and-support .main-page-table .contact-us-details .summary-section ul li:nth-child(5), .help-and-support .main-page-table .contact-us-details .summary-section ul li:nth-child(7), .help-and-support .main-page-table .contact-us-details .summary-section ul li:nth-child(9), .help-and-support .main-page-table .contact-us-details .summary-section ul li:nth-child(11), .help-and-support .main-page-table .contact-us-details .summary-section ul li:nth-child(13) {
    clear: both !important;
  }
}
/* line 164, ../style/sass/modules/help-and-support/_help-and-support.scss */
.help-and-support .main-page-table .contact-us-details .summary-section ul li a {
  color: #00a9e0;
  line-height: 0.4em;
}
/* line 172, ../style/sass/modules/help-and-support/_help-and-support.scss */
.help-and-support .main-page-table .contact-us-details .support-details {
  clear: both;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #cccbcb;
}
/* line 176, ../style/sass/modules/help-and-support/_help-and-support.scss */
.help-and-support .main-page-table .contact-us-details .support-details:last-child {
  border-bottom: none;
}
/* line 179, ../style/sass/modules/help-and-support/_help-and-support.scss */
.help-and-support .main-page-table .contact-us-details .support-details table {
  width: 100%;
  border-top: 1px solid #e9e9e9;
  border-collapse: collapse;
}
/* line 184, ../style/sass/modules/help-and-support/_help-and-support.scss */
.help-and-support .main-page-table .contact-us-details .support-details ul {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
/* line 186, ../style/sass/modules/help-and-support/_help-and-support.scss */
.help-and-support .main-page-table .contact-us-details .support-details ul li {
  font-size: 16px;
  color: #00a9e0;
  line-height: 1.5em;
  margin: .5em 0;
  float: left;
  width: 100%;
}
@media (max-width: 1023px) {
  /* line 186, ../style/sass/modules/help-and-support/_help-and-support.scss */
  .help-and-support .main-page-table .contact-us-details .support-details ul li {
    width: 100%;
  }
}
/* line 195, ../style/sass/modules/help-and-support/_help-and-support.scss */
.help-and-support .main-page-table .contact-us-details .support-details ul li > ul {
  margin: 10px 0 0 30px;
  width: 100%;
  padding-right: 40px;
  float: left;
}
@media (max-width: 1023px) {
  /* line 195, ../style/sass/modules/help-and-support/_help-and-support.scss */
  .help-and-support .main-page-table .contact-us-details .support-details ul li > ul {
    margin: 10px 0 0 0px;
  }
}
/* line 203, ../style/sass/modules/help-and-support/_help-and-support.scss */
.help-and-support .main-page-table .contact-us-details .support-details ul li > ul > li {
  float: left;
  width: 100%;
  margin-bottom: 0px;
}
/* line 204, ../style/sass/modules/help-and-support/_help-and-support.scss */
.help-and-support .main-page-table .contact-us-details .support-details ul li > ul > li p {
  font-size: 16px;
}
/* line 209, ../style/sass/modules/help-and-support/_help-and-support.scss */
.help-and-support .main-page-table .contact-us-details .support-details ul li > ul > li a {
  color: #00a9e0;
}
/* line 212, ../style/sass/modules/help-and-support/_help-and-support.scss */
.help-and-support .main-page-table .contact-us-details .support-details ul li > ul > li ul.sub-details {
  margin-top: 0px;
  margin-bottom: 10px;
  width: 96%;
}
/* line 215, ../style/sass/modules/help-and-support/_help-and-support.scss */
.help-and-support .main-page-table .contact-us-details .support-details ul li > ul > li ul.sub-details li {
  list-style: disc;
  list-style-image: url("../../b2bredesign/images/icons/bullets.png");
}
/* line 222, ../style/sass/modules/help-and-support/_help-and-support.scss */
.help-and-support .main-page-table .contact-us-details .support-details ul li a {
  cursor: pointer;
}
/* line 224, ../style/sass/modules/help-and-support/_help-and-support.scss */
.help-and-support .main-page-table .contact-us-details .support-details ul li a label {
  color: #00a9e0;
  cursor: pointer;
  padding-left: 13px;
  font-family: "Effra Regular";
  display: table-cell;
  margin: 0;
  padding-bottom: 0;
  line-height: 21px;
  float: left;
  max-width: 95%;
}
@media (max-width: 1023px) {
  /* line 224, ../style/sass/modules/help-and-support/_help-and-support.scss */
  .help-and-support .main-page-table .contact-us-details .support-details ul li a label {
    display: inline-block;
    width: 89%;
    padding-left: 0px;
    margin-top: 0px;
  }
}
/* line 242, ../style/sass/modules/help-and-support/_help-and-support.scss */
.help-and-support .main-page-table .contact-us-details .support-details ul li a span {
  display: table-cell;
  vertical-align: middle;
  float: left;
}
@media (max-width: 1023px) {
  /* line 242, ../style/sass/modules/help-and-support/_help-and-support.scss */
  .help-and-support .main-page-table .contact-us-details .support-details ul li a span {
    display: inline-block;
    width: 10%;
    float: left;
  }
}
/* line 253, ../style/sass/modules/help-and-support/_help-and-support.scss */
.help-and-support .main-page-table .contact-us-details .support-details ul li a.active label {
  color: #004b87;
}
/* line 257, ../style/sass/modules/help-and-support/_help-and-support.scss */
.help-and-support .main-page-table .contact-us-details .support-details ul li a:focus {
  outline: 0;
}

/************* Seeq SLA styles **************/
/* line 273, ../style/sass/modules/help-and-support/_help-and-support.scss */
.customer-support-popup ul {
  font-size: 14px;
  color: #859199;
  list-style: disc;
  margin-left: 31px;
}
/* line 278, ../style/sass/modules/help-and-support/_help-and-support.scss */
.customer-support-popup ul li {
  margin-bottom: 7px;
}
/* line 280, ../style/sass/modules/help-and-support/_help-and-support.scss */
.customer-support-popup ul li b {
  color: #004b87;
}
/* line 283, ../style/sass/modules/help-and-support/_help-and-support.scss */
.customer-support-popup ul li p {
  margin-top: 7px;
}
/* line 288, ../style/sass/modules/help-and-support/_help-and-support.scss */
.customer-support-popup ol {
  font-size: 14px;
  color: #859199;
  margin-left: 31px;
}
/* line 292, ../style/sass/modules/help-and-support/_help-and-support.scss */
.customer-support-popup ol li {
  margin-bottom: 7px;
}
/* line 296, ../style/sass/modules/help-and-support/_help-and-support.scss */
.customer-support-popup p {
  font-size: 14px;
  color: #859199;
  margin-top: 21px;
}

/******************************************
//Incorrect cart type
*******************************************/
@media (max-width: 1023px) {
  /* line 7, ../style/sass/modules/manage-cart/_delete-account.scss */
  section.delete-account {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
/* line 11, ../style/sass/modules/manage-cart/_delete-account.scss */
section.delete-account h1 {
  font-size: 24px;
  font-family: "Effra Medium";
  font-style: normal;
  font-weight: normal;
  color: #001e46;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  text-align: left;
}
/* line 17, ../style/sass/modules/manage-cart/_delete-account.scss */
section.delete-account h1 span.exclamation-mark {
  color: #E35205;
  padding-right: 6px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  vertical-align: -4px;
}
/* line 24, ../style/sass/modules/manage-cart/_delete-account.scss */
section.delete-account p {
  font-size: 14px;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
  padding-top: 0px;
}
/* line 29, ../style/sass/modules/manage-cart/_delete-account.scss */
section.delete-account form fieldset {
  margin-top: 21px;
}
/* line 32, ../style/sass/modules/manage-cart/_delete-account.scss */
section.delete-account form fieldset ul li {
  margin-bottom: 10px;
}
/* line 34, ../style/sass/modules/manage-cart/_delete-account.scss */
section.delete-account form fieldset ul li span.visacard {
  font-size: 35px;
  font-style: normal;
  font-weight: normal;
}
/* line 39, ../style/sass/modules/manage-cart/_delete-account.scss */
section.delete-account form fieldset ul.left-container {
  float: left;
  width: 45%;
  padding-top: 20px;
  padding-left: 28px;
}
@media (max-width: 1023px) {
  /* line 39, ../style/sass/modules/manage-cart/_delete-account.scss */
  section.delete-account form fieldset ul.left-container {
    float: left;
    width: 100%;
    border-left: 1px solid #ccc;
  }
}
/* line 47, ../style/sass/modules/manage-cart/_delete-account.scss */
section.delete-account form fieldset ul.left-container .select2-container {
  margin-bottom: 12px;
}
/* line 50, ../style/sass/modules/manage-cart/_delete-account.scss */
section.delete-account form fieldset ul.left-container .radio {
  float: left;
}
/* line 53, ../style/sass/modules/manage-cart/_delete-account.scss */
section.delete-account form fieldset ul.left-container .radio + label {
  font-weight: bold;
  margin-bottom: 15px;
}
/* line 58, ../style/sass/modules/manage-cart/_delete-account.scss */
section.delete-account form fieldset ul.left-container li input {
  margin-top: 10px;
}
/* line 62, ../style/sass/modules/manage-cart/_delete-account.scss */
section.delete-account form fieldset ul.left-container li.delete-cart {
  margin-bottom: 10px;
  min-height: 91px;
}
/* line 66, ../style/sass/modules/manage-cart/_delete-account.scss */
section.delete-account form fieldset ul.left-container li.delete-cart div.radio {
  float: left;
  width: 11%;
  margin-top: 6px;
}
/* line 70, ../style/sass/modules/manage-cart/_delete-account.scss */
section.delete-account form fieldset ul.left-container li.delete-cart div.radio + label {
  float: left;
  width: 87%;
  display: inline;
}
/* line 76, ../style/sass/modules/manage-cart/_delete-account.scss */
section.delete-account form fieldset ul.left-container label {
  width: 89%;
  float: left;
  margin-top: 0;
}
/* line 82, ../style/sass/modules/manage-cart/_delete-account.scss */
section.delete-account form fieldset:first-child {
  margin-right: 0px;
  border-left: none;
  padding-left: 0;
}
/* line 88, ../style/sass/modules/manage-cart/_delete-account.scss */
section.delete-account form fieldset table {
  width: 100%;
}
/* line 91, ../style/sass/modules/manage-cart/_delete-account.scss */
section.delete-account form fieldset table thead th {
  font-size: 13px;
  font-family: "Effra Medium";
  font-style: normal;
  font-weight: normal;
  float: left;
  width: 25%;
}
/* line 96, ../style/sass/modules/manage-cart/_delete-account.scss */
section.delete-account form fieldset table td {
  font-size: 17px;
  vertical-align: top;
  word-break: break-word;
  float: left;
  width: 25%;
}
/* line 101, ../style/sass/modules/manage-cart/_delete-account.scss */
section.delete-account form fieldset table td div.checker {
  float: left;
  width: 16%;
  margin-top: 2px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
/* line 105, ../style/sass/modules/manage-cart/_delete-account.scss */
section.delete-account form fieldset table td label {
  float: left;
  width: 80%;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
/* line 108, ../style/sass/modules/manage-cart/_delete-account.scss */
section.delete-account form fieldset table td label span {
  color: #004b87 !important;
  font-size: 15px;
}
/* line 115, ../style/sass/modules/manage-cart/_delete-account.scss */
section.delete-account form fieldset .button-container {
  margin-top: 20px;
}
/* line 117, ../style/sass/modules/manage-cart/_delete-account.scss */
section.delete-account form fieldset .button-container input,
section.delete-account form fieldset .button-container .button-container a {
  margin-left: 15px;
}
@media (max-width: 1023px) {
  /* line 117, ../style/sass/modules/manage-cart/_delete-account.scss */
  section.delete-account form fieldset .button-container input,
  section.delete-account form fieldset .button-container .button-container a {
    margin-left: 0px;
  }
}

@media (max-width: 1023px) {
  /* line 129, ../style/sass/modules/manage-cart/_delete-account.scss */
  .create-cart input[type='text'] {
    width: 100%;
  }
}
/* line 135, ../style/sass/modules/manage-cart/_delete-account.scss */
.create-cart .button-container input {
  margin: 0;
}
/* line 137, ../style/sass/modules/manage-cart/_delete-account.scss */
.create-cart .button-container input.primary-btn {
  margin-top: 0;
  margin-left: 30px;
}
@media (max-width: 1023px) {
  /* line 137, ../style/sass/modules/manage-cart/_delete-account.scss */
  .create-cart .button-container input.primary-btn {
    margin-top: 20px;
    margin-left: 0;
  }
}

/***************************************************
1. multiple-invoice-retrival.shtml
*****************************************************/
/* line 5, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
.multiple-invoice-retrival {
  margin-top: 20px;
  /*Mobile view */
}
@media (max-width: 1023px) {
  /* line 6, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
  .multiple-invoice-retrival .pagination {
    height: 141px !important;
  }
}
@media (max-width: 1023px) {
  /* line 10, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
  .multiple-invoice-retrival .pagination .selectall {
    width: 45%;
    float: left;
  }
  /* line 14, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
  .multiple-invoice-retrival .pagination .selectall label {
    color: #fff;
  }
}
/* line 19, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
.multiple-invoice-retrival .pagination p {
  color: #fff;
  font-size: 15px;
}
@media (max-width: 1023px) {
  /* line 19, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
  .multiple-invoice-retrival .pagination p {
    text-align: center;
    width: 100%;
    margin-bottom: 7px;
    padding: 0;
  }
}
/* line 28, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
.multiple-invoice-retrival .pagination p span {
  color: #004b87;
}
/* line 31, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
.multiple-invoice-retrival .pagination p span.total-count {
  color: #fff;
}
/* line 36, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
.multiple-invoice-retrival .pagination div.sort-records {
  display: none;
}
@media (max-width: 1023px) {
  /* line 36, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
  .multiple-invoice-retrival .pagination div.sort-records {
    display: block;
    width: 45%;
    float: right;
    margin-right: 12px;
    margin-top: 13px;
  }
}
/* line 46, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
.multiple-invoice-retrival .pagination div.sort-records .select2-selection {
  height: 35px;
}
/* line 48, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
.multiple-invoice-retrival .pagination div.sort-records .select2-selection span.select2-selection__rendered {
  line-height: 38px;
}
/* line 55, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
.multiple-invoice-retrival .table-striped .view-margin {
  display: inline-block;
  width: 100px;
}
@media (max-width: 1023px) {
  /* line 55, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
  .multiple-invoice-retrival .table-striped .view-margin {
    width: 80px;
  }
}
/* line 65, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
.multiple-invoice-retrival p {
  font-size: 16px;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
  padding-right: 20px;
}
/* line 69, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
.multiple-invoice-retrival aside {
  float: left;
  width: 20%;
  padding-right: 22px;
  padding-left: 22px;
  background: #B9D9EB;
  font-size: 1em;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
}
/* line 74, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
.multiple-invoice-retrival aside .blue-heading {
  font-size: 1em;
  font-family: "Effra Medium";
  font-style: normal;
  font-weight: normal;
  color: #0085ca;
  border-bottom: 1px solid #71c5e8;
  padding-top: 22px;
  padding-bottom: 22px;
  margin: 0;
}
/* line 82, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
.multiple-invoice-retrival aside fieldset legend {
  font-size: 14px;
  font-family: "Effra Medium";
  font-style: normal;
  font-weight: normal;
  margin-top: 25px;
  margin-bottom: 5px;
  float: left;
  color: #0085ca;
}
@media (max-width: 1023px) {
  /* line 82, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
  .multiple-invoice-retrival aside fieldset legend {
    color: #69757b;
  }
}
/* line 91, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
.multiple-invoice-retrival aside fieldset textarea {
  width: 100%;
  min-height: 200px;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 14px;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
}
/* line 97, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
.multiple-invoice-retrival aside fieldset input {
  font-size: 14px;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
  float: right;
  margin-top: 4px;
}
/* line 102, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
.multiple-invoice-retrival aside fieldset input[type="text"] {
  width: 100%;
  height: 32px;
  font-size: 12px;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
}
@media (max-width: 1023px) {
  /* line 107, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
  .multiple-invoice-retrival aside fieldset input[type="button"] {
    background: #b0008e;
    color: #fff !important;
    border-radius: 3px;
    border: none;
    padding-right: 30px;
    padding-left: 30px;
    min-width: 214px;
    height: 58px;
    font-size: 16px;
    font-family: "Effra Regular";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: none;
    line-height: 55px;
    text-align: center;
  }
  /* line 121, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
  .multiple-invoice-retrival aside fieldset input[type="button"].btn-transparent {
    background-color: #859199 !important;
    width: 100%;
  }
}
/* line 127, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
.multiple-invoice-retrival aside fieldset .datepicker-field {
  margin-top: 10px;
  margin-bottom: 10px;
  height: 37px;
}
/* line 132, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
.multiple-invoice-retrival aside fieldset .btn-transparent {
  width: 39%;
  padding-left: 0px;
}
/* line 137, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
.multiple-invoice-retrival aside hr {
  border-top: 1px solid #71c5e8;
  margin-top: 20px;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  /* line 69, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
  .multiple-invoice-retrival aside {
    width: 100%;
    background: #fff;
    padding-right: 20px;
    padding-left: 20px;
  }
}
/* line 147, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
.multiple-invoice-retrival .invoice-table {
  float: left;
  width: 80%;
}
/* line 149, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
.multiple-invoice-retrival .invoice-table .error-banner {
  margin-left: 20px;
}
/* line 152, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
.multiple-invoice-retrival .invoice-table .error {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 0px;
}
/* line 155, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
.multiple-invoice-retrival .invoice-table .pagination.blue-bg {
  padding-right: 50px;
  padding-left: 50px;
}
@media (max-width: 1023px) {
  /* line 155, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
  .multiple-invoice-retrival .invoice-table .pagination.blue-bg {
    padding-right: 5px;
    padding-left: 5px;
  }
}
/* line 160, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
.multiple-invoice-retrival .invoice-table .pagination.blue-bg div.checker {
  vertical-align: top;
  margin-top: 7px;
}
/* line 167, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
.multiple-invoice-retrival .invoice-table .table-striped > tbody > tr:nth-of-type(even) {
  background: #f9f9f9;
}
/* line 169, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
.multiple-invoice-retrival .invoice-table .table-striped > tbody > tr:nth-of-type(even) td {
  background: transparent;
}
/* line 173, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
.multiple-invoice-retrival .invoice-table .table-striped > tbody > tr:nth-of-type(odd) {
  background: #fff;
}
/* line 175, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
.multiple-invoice-retrival .invoice-table .table-striped > tbody > tr:nth-of-type(odd) td {
  background: transparent;
}
/* line 179, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
.multiple-invoice-retrival .invoice-table table {
  width: 100%;
}
/* line 182, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
.multiple-invoice-retrival .invoice-table table td:first-child, .multiple-invoice-retrival .invoice-table table th:first-child {
  text-align: center;
}
/* line 185, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
.multiple-invoice-retrival .invoice-table table td .checker, .multiple-invoice-retrival .invoice-table table th .checker {
  margin-left: 20px;
}
@media (max-width: 1023px) {
  /* line 185, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
  .multiple-invoice-retrival .invoice-table table td .checker, .multiple-invoice-retrival .invoice-table table th .checker {
    margin-left: 0px;
    float: left;
  }
}
/* line 192, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
.multiple-invoice-retrival .invoice-table table td li.error, .multiple-invoice-retrival .invoice-table table th li.error {
  margin-left: 49px;
}
@media (max-width: 1023px) {
  /* line 192, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
  .multiple-invoice-retrival .invoice-table table td li.error, .multiple-invoice-retrival .invoice-table table th li.error {
    margin-left: 27px;
  }
}
/* line 198, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
.multiple-invoice-retrival .invoice-table table td:last-child, .multiple-invoice-retrival .invoice-table table th:last-child {
  text-align: right;
  padding-right: 5%;
}
/* line 204, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
.multiple-invoice-retrival .invoice-table table td:first-child .checker {
  margin-left: 20px;
}
@media (max-width: 1023px) {
  /* line 204, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
  .multiple-invoice-retrival .invoice-table table td:first-child .checker {
    display: none;
  }
}
/* line 213, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
.multiple-invoice-retrival .invoice-table table td li:first-child {
  padding-top: 0;
}
/* line 218, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
.multiple-invoice-retrival .invoice-table table [data-icon="c"] {
  color: #01A7DF !important;
}
/* line 223, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
.multiple-invoice-retrival .invoice-table .multiple-invoice {
  display: none;
}
@media (max-width: 1023px) {
  /* line 223, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
  .multiple-invoice-retrival .invoice-table .multiple-invoice {
    display: block;
  }
}
@media (max-width: 1023px) {
  /* line 147, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
  .multiple-invoice-retrival .invoice-table {
    width: 100%;
  }
}
/* line 233, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
.multiple-invoice-retrival .invoice-table .email-invoices-btn {
  margin-top: 20px;
  margin-right: 20px;
}
@media (max-width: 1023px) {
  /* line 233, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
  .multiple-invoice-retrival .invoice-table .email-invoices-btn {
    margin-top: 20px;
    margin-right: 0;
    width: 100%;
  }
}
/* line 245, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
.multiple-invoice-retrival div.stacktable.small-only table.stacktable.small-only > tbody > tr td {
  text-align: left;
}
/* line 247, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
.multiple-invoice-retrival div.stacktable.small-only table.stacktable.small-only > tbody > tr td .ind-check {
  position: relative;
  left: -64px;
}
/* line 262, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
.multiple-invoice-retrival .selectall {
  float: left;
  position: relative;
  right: 25px;
}
@media (max-width: 1023px) {
  /* line 262, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
  .multiple-invoice-retrival .selectall {
    right: 0;
    margin-left: 9px;
  }
}
@media (max-width: 1023px) {
  /* line 272, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
  .multiple-invoice-retrival .mobile-header-btn-section {
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 1024px) {
  /* line 278, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
  .multiple-invoice-retrival .mobile-view {
    display: none;
  }
}

@media (max-width: 1023px) {
  /* line 285, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
  .mobile-heading {
    color: #00c4b3 !important;
    font-size: 18px !important;
    font-family: "Effra Medium" !important;
    font-style: normal;
    font-weight: normal;
    font-weight: 500;
    line-height: 1.1;
    padding-right: 20px;
    padding-left: 20px !important;
  }
}

/* Modal Popup */
/* line 297, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
.search-rule-popup {
  padding-bottom: 30px;
}
/* line 299, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
.search-rule-popup input {
  width: 100%;
}
@media (max-width: 1023px) {
  /* line 303, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
  .search-rule-popup.form-popup form fieldset {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
/* line 310, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
.search-rule-popup fieldset {
  margin-bottom: 0px;
}
/* line 312, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
.search-rule-popup fieldset legend {
  color: #0085ca;
  font-size: 1em;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
  margin-bottom: 0px;
}
@media (max-width: 1023px) {
  /* line 312, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
  .search-rule-popup fieldset legend {
    margin-top: 20px;
    margin-bottom: 10px;
    float: left;
  }
}
/* line 321, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
.search-rule-popup fieldset label {
  text-transform: none;
  color: #859199;
  font-size: 1.143em;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
}
@media (max-width: 1023px) {
  /* line 310, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
  .search-rule-popup fieldset {
    padding-top: 0;
    padding-right: 17px;
    padding-bottom: 0px;
    padding-left: 17px;
  }
}
/* line 330, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
.search-rule-popup label + div.radio {
  margin-right: 0px;
  margin-left: 60px;
}
/* line 333, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
.search-rule-popup h3 {
  color: #001e46;
}
@media (max-width: 1023px) {
  /* line 333, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
  .search-rule-popup h3 {
    color: #fff;
    background-color: #001e46;
    padding-top: 20px;
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 15px;
    margin-top: 30px;
    text-transform: uppercase;
    font-size: 1em;
    font-family: "Effra Medium";
    font-style: normal;
    font-weight: normal;
  }
}
@media (max-width: 1023px) {
  /* line 345, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
  .search-rule-popup ul li {
    width: 90%;
  }
}
/* line 350, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
.search-rule-popup .pop-header h3 {
  margin-top: 0;
  margin-left: -16;
}
@media (max-width: 1023px) {
  /* line 355, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
  .search-rule-popup input[type="button"] {
    margin-bottom: 20px;
  }
  /* line 358, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
  .search-rule-popup input[type="button"].primary-btn {
    margin-top: 50px;
  }
  /* line 362, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
  .search-rule-popup textarea {
    width: 100%;
    height: 150px;
  }
}

/* line 371, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
#multiple-deliverynotes-retrival .invoice-table .multiple-invoice {
  display: none;
}
@media (max-width: 1023px) {
  /* line 371, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
  #multiple-deliverynotes-retrival .invoice-table .multiple-invoice {
    display: block;
  }
}

/***************************************************
1. multiple-invoice-retrival.shtml
*****************************************************/
/* line 384, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
#multiple-deliverynotes-retrival {
  margin-top: 20px;
  /*Mobile view */
}
@media (max-width: 1023px) {
  /* line 386, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
  #multiple-deliverynotes-retrival .pagination .selectall {
    width: 45%;
    float: left;
  }
}
/* line 392, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
#multiple-deliverynotes-retrival .pagination p {
  color: #fff;
  font-size: 15px;
}
@media (max-width: 1023px) {
  /* line 392, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
  #multiple-deliverynotes-retrival .pagination p {
    display: none;
  }
}
/* line 398, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
#multiple-deliverynotes-retrival .pagination p span {
  color: #004b87;
}
/* line 401, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
#multiple-deliverynotes-retrival .pagination p span.total-count {
  color: #fff;
}
@media (max-width: 1023px) {
  /* line 406, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
  #multiple-deliverynotes-retrival .pagination a {
    display: none;
  }
}
/* line 411, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
#multiple-deliverynotes-retrival .pagination div.sort-records {
  display: none;
}
@media (max-width: 1023px) {
  /* line 411, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
  #multiple-deliverynotes-retrival .pagination div.sort-records {
    display: block;
    width: 45%;
    float: right;
  }
}
/* line 419, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
#multiple-deliverynotes-retrival .pagination div.sort-records .select2-selection {
  height: 35px;
}
/* line 421, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
#multiple-deliverynotes-retrival .pagination div.sort-records .select2-selection span.select2-selection__rendered {
  line-height: 38px;
}
/* line 428, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
#multiple-deliverynotes-retrival .table-striped .view-margin {
  display: inline-block;
  width: 100px;
}
@media (max-width: 1023px) {
  /* line 428, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
  #multiple-deliverynotes-retrival .table-striped .view-margin {
    width: 80px;
  }
}
/* line 438, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
#multiple-deliverynotes-retrival p {
  font-size: 16px;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
  padding-right: 20px;
}
/* line 442, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
#multiple-deliverynotes-retrival aside {
  float: left;
  width: 20%;
  padding-right: 22px;
  padding-left: 22px;
  background: #B9D9EB;
  font-size: 1em;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
}
/* line 447, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
#multiple-deliverynotes-retrival aside .blue-heading {
  font-size: 1em;
  font-family: "Effra Medium";
  font-style: normal;
  font-weight: normal;
  color: #0085ca;
  border-bottom: 1px solid #71c5e8;
  padding-top: 22px;
  padding-bottom: 22px;
  margin: 0;
}
/* line 454, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
#multiple-deliverynotes-retrival aside fieldset {
  padding-bottom: 20px;
}
/* line 456, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
#multiple-deliverynotes-retrival aside fieldset legend {
  font-size: 14px;
  font-family: "Effra Medium";
  font-style: normal;
  font-weight: normal;
  margin-top: 25px;
  margin-bottom: 5px;
  float: left;
  color: #0085ca;
  text-transform: none;
}
@media (max-width: 1023px) {
  /* line 456, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
  #multiple-deliverynotes-retrival aside fieldset legend {
    color: #69757b;
  }
}
/* line 466, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
#multiple-deliverynotes-retrival aside fieldset textarea {
  width: 100%;
  min-height: 200px;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 14px;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
}
/* line 472, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
#multiple-deliverynotes-retrival aside fieldset input {
  font-size: 14px;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
  float: right;
  margin-top: 4px;
}
/* line 477, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
#multiple-deliverynotes-retrival aside fieldset input[type="text"] {
  width: 100%;
  height: 32px;
  font-size: 12px;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
}
@media (max-width: 1023px) {
  /* line 482, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
  #multiple-deliverynotes-retrival aside fieldset input[type="button"] {
    background: #b0008e;
    color: #fff !important;
    border-radius: 3px;
    border: none;
    padding-right: 30px;
    padding-left: 30px;
    min-width: 214px;
    height: 58px;
    font-size: 16px;
    font-family: "Effra Regular";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: none;
    line-height: 55px;
    text-align: center;
  }
  /* line 496, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
  #multiple-deliverynotes-retrival aside fieldset input[type="button"].btn-transparent {
    background-color: #859199 !important;
    width: 100%;
  }
}
/* line 502, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
#multiple-deliverynotes-retrival aside fieldset .datepicker-field {
  margin-top: 10px;
  margin-bottom: 10px;
  height: 37px;
}
/* line 507, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
#multiple-deliverynotes-retrival aside fieldset .btn-transparent {
  width: 39%;
  padding-left: 0px;
}
/* line 512, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
#multiple-deliverynotes-retrival aside hr {
  border-top: 1px solid #71c5e8;
  margin-top: 20px;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  /* line 442, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
  #multiple-deliverynotes-retrival aside {
    width: 100%;
    background: #fff;
    padding-right: 20px;
    padding-left: 20px;
  }
}
/* line 522, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
#multiple-deliverynotes-retrival .invoice-table {
  float: left;
  width: 80%;
}
/* line 524, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
#multiple-deliverynotes-retrival .invoice-table .error-banner {
  margin-left: 20px;
}
/* line 527, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
#multiple-deliverynotes-retrival .invoice-table .error {
  padding-top: 0px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 0px;
}
/* line 530, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
#multiple-deliverynotes-retrival .invoice-table .pagination.blue-bg {
  padding-right: 50px;
  padding-left: 50px;
}
@media (max-width: 1023px) {
  /* line 530, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
  #multiple-deliverynotes-retrival .invoice-table .pagination.blue-bg {
    padding-right: 5px;
    padding-left: 5px;
  }
}
/* line 535, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
#multiple-deliverynotes-retrival .invoice-table .pagination.blue-bg div.checker {
  vertical-align: top;
  margin-top: 7px;
}
@media (max-width: 1023px) {
  /* line 540, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
  #multiple-deliverynotes-retrival .invoice-table .pagination.blue-bg p {
    display: none;
  }
}
@media (max-width: 1023px) {
  /* line 548, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
  #multiple-deliverynotes-retrival .invoice-table .pagination.blue-bg a {
    display: none;
  }
}
/* line 555, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
#multiple-deliverynotes-retrival .invoice-table table {
  width: 100%;
}
/* line 558, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
#multiple-deliverynotes-retrival .invoice-table table td:first-child, #multiple-deliverynotes-retrival .invoice-table table th:first-child {
  text-align: left;
  padding-left: 5%;
}
/* line 562, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
#multiple-deliverynotes-retrival .invoice-table table td .checker, #multiple-deliverynotes-retrival .invoice-table table th .checker {
  margin-left: 20px;
}
@media (max-width: 1023px) {
  /* line 562, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
  #multiple-deliverynotes-retrival .invoice-table table td .checker, #multiple-deliverynotes-retrival .invoice-table table th .checker {
    margin-left: 0px;
    float: left;
  }
}
/* line 569, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
#multiple-deliverynotes-retrival .invoice-table table td li.error, #multiple-deliverynotes-retrival .invoice-table table th li.error {
  margin-left: 49px;
}
@media (max-width: 1023px) {
  /* line 569, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
  #multiple-deliverynotes-retrival .invoice-table table td li.error, #multiple-deliverynotes-retrival .invoice-table table th li.error {
    margin-left: 27px;
  }
}
/* line 575, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
#multiple-deliverynotes-retrival .invoice-table table td:last-child, #multiple-deliverynotes-retrival .invoice-table table th:last-child {
  text-align: left;
  padding-right: 5%;
}
/* line 581, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
#multiple-deliverynotes-retrival .invoice-table table td:first-child .checker {
  margin-left: 20px;
}
@media (max-width: 1023px) {
  /* line 581, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
  #multiple-deliverynotes-retrival .invoice-table table td:first-child .checker {
    display: none;
  }
}
/* line 588, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
#multiple-deliverynotes-retrival .invoice-table table [data-icon="c"] {
  color: #01A7DF !important;
}
/* line 593, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
#multiple-deliverynotes-retrival .invoice-table .multiple-invoice {
  display: none;
}
@media (max-width: 1023px) {
  /* line 593, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
  #multiple-deliverynotes-retrival .invoice-table .multiple-invoice {
    display: block;
  }
}
@media (max-width: 1023px) {
  /* line 522, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
  #multiple-deliverynotes-retrival .invoice-table {
    width: 100%;
  }
}
/* line 603, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
#multiple-deliverynotes-retrival .invoice-table .email-invoices-btn {
  margin-top: 20px;
  margin-right: 20px;
}
@media (max-width: 1023px) {
  /* line 603, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
  #multiple-deliverynotes-retrival .invoice-table .email-invoices-btn {
    margin-top: 20px;
    margin-right: 0;
    width: 100%;
  }
}
/* line 615, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
#multiple-deliverynotes-retrival div.stacktable.small-only table.stacktable.small-only > tbody > tr td {
  text-align: left;
}
/* line 617, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
#multiple-deliverynotes-retrival div.stacktable.small-only table.stacktable.small-only > tbody > tr td .ind-check {
  position: relative;
  left: -64px;
}
/* line 632, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
#multiple-deliverynotes-retrival .selectall {
  float: left;
  position: relative;
  right: 25px;
}
@media (max-width: 1023px) {
  /* line 632, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
  #multiple-deliverynotes-retrival .selectall {
    right: 0;
    margin-left: 23px;
  }
}
@media (max-width: 1023px) {
  /* line 642, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
  #multiple-deliverynotes-retrival .mobile-header-btn-section {
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 1024px) {
  /* line 648, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival.scss */
  #multiple-deliverynotes-retrival .mobile-view {
    display: none;
  }
}

/***************************************************
1. multiple-invoice-retrival-popup.shtml
*****************************************************/
/* line 6, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival-popup.scss */
.multiple-invoice-retrival-popup h1 {
  margin-bottom: 31px !important;
}
/* line 9, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival-popup.scss */
.multiple-invoice-retrival-popup div.radio span.checked + label {
  color: #E35205;
}
/* line 12, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival-popup.scss */
.multiple-invoice-retrival-popup .date-section, .multiple-invoice-retrival-popup .invoiceSection {
  margin-left: 26px;
}
/* line 15, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival-popup.scss */
.multiple-invoice-retrival-popup p {
  font-style: italic;
  margin-bottom: 0;
}
/* line 19, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival-popup.scss */
.multiple-invoice-retrival-popup .calender {
  display: block;
  width: 60%;
}
/* line 23, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival-popup.scss */
.multiple-invoice-retrival-popup .button-container input {
  min-width: 180px;
}
/* line 26, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival-popup.scss */
.multiple-invoice-retrival-popup textarea {
  width: 100%;
}
/* line 29, ../style/sass/modules/invoiceRetrival/_multiple-invoice-retrival-popup.scss */
.multiple-invoice-retrival-popup .label-color-change label {
  color: #004b87;
}

/***************************************************
1. recent-web-orders.shtml
*****************************************************/
/* line 5, ../style/sass/modules/invoiceRetrival/_recent-web-orders.scss */
.small-heading {
  float: left;
  width: 65%;
  padding-top: 4%;
  padding-left: 3%;
}
@media (max-width: 1023px) {
  /* line 5, ../style/sass/modules/invoiceRetrival/_recent-web-orders.scss */
  .small-heading {
    float: left;
    width: 100%;
    text-align: left !important;
    margin-bottom: 20px !important;
  }
}

/* line 14, ../style/sass/modules/invoiceRetrival/_recent-web-orders.scss */
.configurableUrl {
  clear: both;
  float: right;
  font-size: 13px;
  margin: 20px 0 10px;
}

/* line 15, ../style/sass/modules/invoiceRetrival/_recent-web-orders.scss */
.popup-container {
  float: left;
  width: 34%;
  padding-top: 40px;
}
@media (max-width: 1023px) {
  /* line 15, ../style/sass/modules/invoiceRetrival/_recent-web-orders.scss */
  .popup-container {
    float: left;
    width: 100%;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }
}
/* line 24, ../style/sass/modules/invoiceRetrival/_recent-web-orders.scss */
.popup-container a.primary-btn {
  font-size: 14px;
  margin-bottom: 20px;
  width: auto;
  float: right;
  line-height: 42px;
  height: 40px;
}
@media (max-width: 1023px) {
  /* line 24, ../style/sass/modules/invoiceRetrival/_recent-web-orders.scss */
  .popup-container a.primary-btn {
    margin-bottom: 10px;
    width: 100%;
  }
}
/* line 38, ../style/sass/modules/invoiceRetrival/_recent-web-orders.scss */
.popup-container a:last-child {
  margin-top: 0px;
  margin-bottom: 30px;
}
/* line 39, ../style/sass/modules/invoiceRetrival/_recent-web-orders.scss */
.popup-container a:last-child:focus {
  text-decoration: none;
}
@media (max-width: 1023px) {
  /* line 38, ../style/sass/modules/invoiceRetrival/_recent-web-orders.scss */
  .popup-container a:last-child {
    width: 100%;
    margin-bottom: 0;
    float: left;
    width: 100%;
  }
}

/* line 51, ../style/sass/modules/invoiceRetrival/_recent-web-orders.scss */
.recent-web-orders {
  margin-top: 20px;
  float: left;
  width: 100%;
}
/* line 54, ../style/sass/modules/invoiceRetrival/_recent-web-orders.scss */
.recent-web-orders p {
  font-size: 16px;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
  padding-right: 20px;
  padding-left: 20px;
}
/* line 59, ../style/sass/modules/invoiceRetrival/_recent-web-orders.scss */
.recent-web-orders.expanded-container .select2 {
  margin: 4px 0 7px;
}
/* line 62, ../style/sass/modules/invoiceRetrival/_recent-web-orders.scss */
.recent-web-orders.expanded-container .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0px 16px 0;
  font-size: 12px;
}
/* line 66, ../style/sass/modules/invoiceRetrival/_recent-web-orders.scss */
.recent-web-orders.expanded-container .select2-container--default .select2-selection--single {
  background-color: #fff;
}
/* line 70, ../style/sass/modules/invoiceRetrival/_recent-web-orders.scss */
.recent-web-orders aside {
  float: left;
  width: 20%;
  padding-right: 22px;
  padding-bottom: 22px;
  padding-left: 22px;
  background: #B9D9EB;
  font-size: 1em;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
  height: 100%;
}
/* line 76, ../style/sass/modules/invoiceRetrival/_recent-web-orders.scss */
.recent-web-orders aside .multiple-select p {
  font-size: 12px;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
}
/* line 79, ../style/sass/modules/invoiceRetrival/_recent-web-orders.scss */
.recent-web-orders aside .blue-heading {
  font-size: 1.143em;
  font-family: "Effra Medium";
  font-style: normal;
  font-weight: normal;
  color: #0085ca;
  border-bottom: 1px solid #00a9e0;
  padding-top: 22px;
  padding-bottom: 22px;
  margin: 0;
  text-transform: uppercase;
}
/* line 88, ../style/sass/modules/invoiceRetrival/_recent-web-orders.scss */
.recent-web-orders aside fieldset legend {
  font-size: 14px;
  font-family: "Effra Medium";
  font-style: normal;
  font-weight: normal;
  margin-top: 25px;
  margin-bottom: 5px;
  float: left;
  color: #0085ca;
}
@media (max-width: 1023px) {
  /* line 88, ../style/sass/modules/invoiceRetrival/_recent-web-orders.scss */
  .recent-web-orders aside fieldset legend {
    color: #69757b;
  }
}
/* line 97, ../style/sass/modules/invoiceRetrival/_recent-web-orders.scss */
.recent-web-orders aside fieldset textarea {
  width: 100%;
  min-height: 200px;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 14px;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
}
/* line 103, ../style/sass/modules/invoiceRetrival/_recent-web-orders.scss */
.recent-web-orders aside fieldset input {
  font-size: 14px;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
  float: right;
  margin-top: 4px;
}
/* line 108, ../style/sass/modules/invoiceRetrival/_recent-web-orders.scss */
.recent-web-orders aside fieldset input[type="text"] {
  width: 100%;
  height: 32px;
  font-size: 12px;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
}
@media (max-width: 1023px) {
  /* line 113, ../style/sass/modules/invoiceRetrival/_recent-web-orders.scss */
  .recent-web-orders aside fieldset input[type="button"] {
    background: #b0008e;
    color: #fff !important;
    border-radius: 3px;
    border: none;
    padding-right: 30px;
    padding-left: 30px;
    min-width: 214px;
    height: 58px;
    font-size: 16px;
    font-family: "Effra Regular";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: none;
    line-height: 55px;
    text-align: center;
  }
  /* line 127, ../style/sass/modules/invoiceRetrival/_recent-web-orders.scss */
  .recent-web-orders aside fieldset input[type="button"].btn-transparent {
    background-color: #859199 !important;
    width: 100%;
  }
}
/* line 133, ../style/sass/modules/invoiceRetrival/_recent-web-orders.scss */
.recent-web-orders aside fieldset .productType .select2-container {
  width: 100%;
}
/* line 134, ../style/sass/modules/invoiceRetrival/_recent-web-orders.scss */
.recent-web-orders aside fieldset .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 12px;
}
/* line 135, ../style/sass/modules/invoiceRetrival/_recent-web-orders.scss */
.recent-web-orders aside fieldset .datepicker-field {
  margin-top: 0;
  margin-bottom: 10px;
}
/* line 139, ../style/sass/modules/invoiceRetrival/_recent-web-orders.scss */
.recent-web-orders aside fieldset .btn-transparent {
  width: 39%;
  padding-left: 0;
  font-size: 16px;
  font-family: "Effra Medium";
  font-style: normal;
  font-weight: normal;
}
/* line 145, ../style/sass/modules/invoiceRetrival/_recent-web-orders.scss */
.recent-web-orders aside fieldset .expanded-select div.checker {
  float: left;
  width: 20%;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
/* line 149, ../style/sass/modules/invoiceRetrival/_recent-web-orders.scss */
.recent-web-orders aside fieldset .expanded-select label {
  float: left;
  width: 80%;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 15px;
  padding-top: 2px;
  text-transform: capitalize;
}
/* line 156, ../style/sass/modules/invoiceRetrival/_recent-web-orders.scss */
.recent-web-orders aside fieldset .expanded-select p {
  float: left;
  width: 100%;
  padding-right: 20px;
  padding-bottom: 2px;
  line-height: 20px;
}
/* line 163, ../style/sass/modules/invoiceRetrival/_recent-web-orders.scss */
.recent-web-orders aside .full-width {
  width: 100%;
  margin: 5px 0;
}
/* line 167, ../style/sass/modules/invoiceRetrival/_recent-web-orders.scss */
.recent-web-orders aside hr {
  border-top: 1px solid #71c5e8;
  margin-top: 20px;
  margin-bottom: 15px;
}
/* line 171, ../style/sass/modules/invoiceRetrival/_recent-web-orders.scss */
.recent-web-orders aside .fewer-option-div {
  color: #0085ca;
  cursor: pointer;
}
/* line 174, ../style/sass/modules/invoiceRetrival/_recent-web-orders.scss */
.recent-web-orders aside .fewer-option-div span {
  vertical-align: text-top;
}
/* line 176, ../style/sass/modules/invoiceRetrival/_recent-web-orders.scss */
.recent-web-orders aside .fewer-option-div span.text {
  font-size: 14px;
  font-family: "Effra Medium";
  font-style: normal;
  font-weight: normal;
  padding-top: 1px;
  padding-left: 10px;
  display: inline-block;
  color: #0085ca;
}
@media (max-width: 1023px) {
  /* line 70, ../style/sass/modules/invoiceRetrival/_recent-web-orders.scss */
  .recent-web-orders aside {
    width: 100%;
    background: #fff;
    padding-right: 20px;
    padding-left: 20px;
  }
}
/* line 190, ../style/sass/modules/invoiceRetrival/_recent-web-orders.scss */
.recent-web-orders .invoice-table {
  float: left;
  width: 80%;
}
/* line 192, ../style/sass/modules/invoiceRetrival/_recent-web-orders.scss */
.recent-web-orders .invoice-table table {
  width: 100%;
}
/* line 194, ../style/sass/modules/invoiceRetrival/_recent-web-orders.scss */
.recent-web-orders .invoice-table table span {
  display: block;
}
/* line 199, ../style/sass/modules/invoiceRetrival/_recent-web-orders.scss */
.recent-web-orders .invoice-table table tr td:nth-child(7) {
  text-align: right;
  padding-left: 0;
}
/* line 206, ../style/sass/modules/invoiceRetrival/_recent-web-orders.scss */
.recent-web-orders .invoice-table table th[data-header='price'] {
  text-align: right;
}
@media (max-width: 1023px) {
  /* line 190, ../style/sass/modules/invoiceRetrival/_recent-web-orders.scss */
  .recent-web-orders .invoice-table {
    width: 100%;
  }
}
/* line 215, ../style/sass/modules/invoiceRetrival/_recent-web-orders.scss */
.recent-web-orders .invoice-table .view-more {
  float: right;
  width: 10%;
  text-align: right;
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
  color: #0085ca;
  outline: 0;
  text-decoration: none;
}
@media (max-width: 1023px) {
  /* line 215, ../style/sass/modules/invoiceRetrival/_recent-web-orders.scss */
  .recent-web-orders .invoice-table .view-more {
    width: 20%;
  }
}
/* line 228, ../style/sass/modules/invoiceRetrival/_recent-web-orders.scss */
.recent-web-orders .mobile-header-btn-section {
  float: left;
  width: 100%;
  background: #71c5e8;
  padding-top: 10px;
  padding-right: 14px;
  padding-bottom: 10px;
  padding-left: 14px;
}
/* line 232, ../style/sass/modules/invoiceRetrival/_recent-web-orders.scss */
.recent-web-orders .mobile-header-btn-section .secondary-btn3 {
  background: #eee;
  color: #00a9e0 !important;
  font-size: 16px;
  font-family: "Effra Medium";
  font-style: normal;
  font-weight: normal;
}
/* line 238, ../style/sass/modules/invoiceRetrival/_recent-web-orders.scss */
.recent-web-orders .po-text {
  text-transform: uppercase;
}
/* line 241, ../style/sass/modules/invoiceRetrival/_recent-web-orders.scss */
.recent-web-orders .search-filter .multiple-select.therapy,
.recent-web-orders .search-filter .multiple-select.division {
  min-height: 41px;
}

/* line 247, ../style/sass/modules/invoiceRetrival/_recent-web-orders.scss */
.expanded-approval-agreement {
  text-align: left;
  clear: both;
}
/* line 250, ../style/sass/modules/invoiceRetrival/_recent-web-orders.scss */
.expanded-approval-agreement .heading {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  margin-left: 15px;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  /* line 250, ../style/sass/modules/invoiceRetrival/_recent-web-orders.scss */
  .expanded-approval-agreement .heading {
    margin-left: 0;
    padding-top: 20px;
  }
}
/* line 261, ../style/sass/modules/invoiceRetrival/_recent-web-orders.scss */
.expanded-approval-agreement table.agreement-list {
  float: none;
  width: 100%;
}
/* line 264, ../style/sass/modules/invoiceRetrival/_recent-web-orders.scss */
.expanded-approval-agreement table.agreement-list th, .expanded-approval-agreement table.agreement-list td {
  border: 1px solid #ffffff;
}
/* line 268, ../style/sass/modules/invoiceRetrival/_recent-web-orders.scss */
.expanded-approval-agreement table.agreement-list > tbody > tr:nth-child(odd) > td {
  background-color: #CFD5EA;
}
/* line 271, ../style/sass/modules/invoiceRetrival/_recent-web-orders.scss */
.expanded-approval-agreement table.agreement-list > tbody > tr:nth-child(even) > td {
  background-color: #E9EBF5;
}

@media (max-width: 1023px) {
  /* line 279, ../style/sass/modules/invoiceRetrival/_recent-web-orders.scss */
  .modal-box.approval-popup .close {
    color: #004b87;
  }
}
@media (max-width: 1023px) {
  /* line 284, ../style/sass/modules/invoiceRetrival/_recent-web-orders.scss */
  .modal-box.approval-popup .content {
    padding: 40px 32px 20px;
  }
}
/* line 291, ../style/sass/modules/invoiceRetrival/_recent-web-orders.scss */
.modal-box .approval-modal .approval-text {
  line-height: normal;
  color: #000;
}
/* line 295, ../style/sass/modules/invoiceRetrival/_recent-web-orders.scss */
.modal-box .approval-modal form {
  text-align: right;
  margin-top: 30px;
}
/* line 299, ../style/sass/modules/invoiceRetrival/_recent-web-orders.scss */
.modal-box .approval-modal .primary-btn {
  margin-right: 30px;
  border: 1px solid #b0008e;
  width: 225px;
}
/* line 304, ../style/sass/modules/invoiceRetrival/_recent-web-orders.scss */
.modal-box .approval-modal .secondary-btn {
  width: 225px;
}

/* line 3, ../style/sass/modules/manage-cart/_current-active-facility.scss */
header .current-activity-facility {
  position: absolute;
  background-color: #fff;
  right: 0px;
  width: 516px;
  top: 72px;
  z-index: 1;
}
@media (max-width: 1023px) {
  /* line 3, ../style/sass/modules/manage-cart/_current-active-facility.scss */
  header .current-activity-facility {
    float: left;
    width: 100%;
    top: 50px;
    position: fixed;
  }
}
/* line 15, ../style/sass/modules/manage-cart/_current-active-facility.scss */
header .current-activity-facility h1 {
  background-color: #001e46;
  color: #fff;
  font-size: 16px;
  font-family: "Effra Light";
  font-style: normal;
  font-weight: normal;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
@media (max-width: 1023px) {
  /* line 15, ../style/sass/modules/manage-cart/_current-active-facility.scss */
  header .current-activity-facility h1 {
    display: block;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
  }
}
/* line 25, ../style/sass/modules/manage-cart/_current-active-facility.scss */
header .current-activity-facility h1 span {
  float: right;
  text-transform: uppercase;
  margin-right: 25px;
  vertical-align: top;
  margin-top: -10px;
}
@media (max-width: 1023px) {
  /* line 25, ../style/sass/modules/manage-cart/_current-active-facility.scss */
  header .current-activity-facility h1 span {
    /*@include margin(null, null, null, 100px);*/
    margin-top: -12px;
    margin-right: 10px;
  }
}
/* line 36, ../style/sass/modules/manage-cart/_current-active-facility.scss */
header .current-activity-facility h1 span > span:last-child {
  display: none;
}
/* line 43, ../style/sass/modules/manage-cart/_current-active-facility.scss */
header .current-activity-facility .facility-inner-container {
  background-color: #fff;
  border-bottom: 1px solid #cccbcb;
  float: right;
  width: 100%;
}
/* line 47, ../style/sass/modules/manage-cart/_current-active-facility.scss */
header .current-activity-facility .facility-inner-container ul {
  padding-top: 15px;
  padding-right: 30px;
  padding-bottom: 15px;
  padding-left: 30px;
}
/* line 50, ../style/sass/modules/manage-cart/_current-active-facility.scss */
header .current-activity-facility .facility-inner-container ul li span {
  color: #859199;
}
/* line 55, ../style/sass/modules/manage-cart/_current-active-facility.scss */
header .current-activity-facility .facility-inner-container ul li.active-facility-list p.active-facility-item {
  display: inline-block;
  float: none;
  padding-top: 0px;
  width: auto;
  height: auto;
  margin: 0 0 0 0;
  font-size: 14px;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
}
/* line 64, ../style/sass/modules/manage-cart/_current-active-facility.scss */
header .current-activity-facility .facility-inner-container ul li.active-facility-list p.active-facility-item span:last-child {
  font-size: 14px;
  font-family: "Effra Bold";
  font-style: normal;
  font-weight: bold;
  float: none;
  color: #859199;
  line-height: 0px;
  width: auto;
  background: none;
  margin-right: 0px;
  margin-left: 0px;
  height: auto;
  line-height: 31px;
  display: inline;
}
/* line 77, ../style/sass/modules/manage-cart/_current-active-facility.scss */
header .current-activity-facility .facility-inner-container ul li.active-facility-list p.active-facility-item:last-child {
  color: #859199;
}
/* line 85, ../style/sass/modules/manage-cart/_current-active-facility.scss */
header .current-activity-facility .facility-change-container .split-section-head {
  background-color: #004b87;
  color: #00a9e0;
  font-size: 16px;
  font-family: "Effra Light";
  font-style: normal;
  font-weight: normal;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  margin-bottom: 0px;
  margin-left: 0px;
}
/* line 91, ../style/sass/modules/manage-cart/_current-active-facility.scss */
header .current-activity-facility .facility-change-container .split-section-head .icon-22, header .current-activity-facility .facility-change-container .split-section-head .icon-22-blue, header .current-activity-facility .facility-change-container .split-section-head .icon-22-lightblue, header .current-activity-facility .facility-change-container .split-section-head .icon-22-white, header .current-activity-facility .facility-change-container .split-section-head .icon-22-grey {
  cursor: pointer;
  padding-left: 10px;
}
/* line 98, ../style/sass/modules/manage-cart/_current-active-facility.scss */
header .current-activity-facility .facility-change-container .split-section-cont .hidden-content {
  background-color: #fff;
  border-bottom: 1px solid #cccbcb;
  float: right;
  width: 100%;
  min-height: 100px;
  overflow-y: auto;
  max-height: 285px;
}
/* line 105, ../style/sass/modules/manage-cart/_current-active-facility.scss */
header .current-activity-facility .facility-change-container .split-section-cont .hidden-content ul {
  padding-top: 0px;
}
/* line 107, ../style/sass/modules/manage-cart/_current-active-facility.scss */
header .current-activity-facility .facility-change-container .split-section-cont .hidden-content ul li {
  border-bottom: 1px solid #cccbcb;
  height: auto;
  cursor: pointer;
}
/* line 112, ../style/sass/modules/manage-cart/_current-active-facility.scss */
header .current-activity-facility .facility-change-container .split-section-cont .hidden-content ul li.allsoldtopayer div {
  height: 60px !important;
}
@media (max-width: 1023px) {
  /* line 112, ../style/sass/modules/manage-cart/_current-active-facility.scss */
  header .current-activity-facility .facility-change-container .split-section-cont .hidden-content ul li.allsoldtopayer div {
    height: 55px !important;
  }
}
/* line 118, ../style/sass/modules/manage-cart/_current-active-facility.scss */
header .current-activity-facility .facility-change-container .split-section-cont .hidden-content ul li.allsoldtopayer dl {
  margin-bottom: 40px;
}
/* line 123, ../style/sass/modules/manage-cart/_current-active-facility.scss */
header .current-activity-facility .facility-change-container .split-section-cont .hidden-content ul li div {
  width: 10%;
  float: left;
  border: none;
  display: inline;
}
/* line 128, ../style/sass/modules/manage-cart/_current-active-facility.scss */
header .current-activity-facility .facility-change-container .split-section-cont .hidden-content ul li div .select-partner {
  margin-top: 35%;
  margin-right: 50%;
  margin-bottom: 50%;
  margin-left: 50%;
  border: none;
}
@media (max-width: 1023px) {
  /* line 128, ../style/sass/modules/manage-cart/_current-active-facility.scss */
  header .current-activity-facility .facility-change-container .split-section-cont .hidden-content ul li div .select-partner {
    margin-top: 17px;
    margin-right: 50%;
    margin-bottom: 20%;
    margin-left: 50%;
  }
}
/* line 135, ../style/sass/modules/manage-cart/_current-active-facility.scss */
header .current-activity-facility .facility-change-container .split-section-cont .hidden-content ul li div div.radio {
  height: 45px;
}
/* line 140, ../style/sass/modules/manage-cart/_current-active-facility.scss */
header .current-activity-facility .facility-change-container .split-section-cont .hidden-content ul li dl {
  padding-top: 20px;
  padding-right: 20px;
  color: #859199;
  float: none;
  width: 90%;
}
@media (max-width: 1023px) {
  /* line 140, ../style/sass/modules/manage-cart/_current-active-facility.scss */
  header .current-activity-facility .facility-change-container .split-section-cont .hidden-content ul li dl {
    width: 95%;
    padding-top: 18px;
    padding-right: 10px;
  }
}
/* line 149, ../style/sass/modules/manage-cart/_current-active-facility.scss */
header .current-activity-facility .facility-change-container .split-section-cont .hidden-content ul li dl dt {
  font-size: 14px;
  font-family: "Effra Bold";
  font-style: normal;
  font-weight: bold;
  float: left;
  margin-right: 5px;
}
@media (max-width: 1023px) {
  /* line 149, ../style/sass/modules/manage-cart/_current-active-facility.scss */
  header .current-activity-facility .facility-change-container .split-section-cont .hidden-content ul li dl dt {
    margin-left: 10px;
  }
}
/* line 158, ../style/sass/modules/manage-cart/_current-active-facility.scss */
header .current-activity-facility .facility-change-container .split-section-cont .hidden-content ul li dl dd {
  margin-bottom: 10px;
  margin-left: 48px;
  font-size: 14px;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
}
@media (max-width: 1023px) {
  /* line 158, ../style/sass/modules/manage-cart/_current-active-facility.scss */
  header .current-activity-facility .facility-change-container .split-section-cont .hidden-content ul li dl dd {
    margin-left: 47px;
  }
}
/* line 168, ../style/sass/modules/manage-cart/_current-active-facility.scss */
header .current-activity-facility .facility-change-container .split-section-cont .hidden-content ul li:last-child {
  border-bottom: none;
}

/* line 1, ../style/sass/modules/accountManagement/_logout-popup.scss */
.logout-popup {
  text-align: left;
}
@media (max-width: 1023px) {
  /* line 1, ../style/sass/modules/accountManagement/_logout-popup.scss */
  .logout-popup {
    padding-top: 0;
  }
}
/* line 6, ../style/sass/modules/accountManagement/_logout-popup.scss */
.logout-popup h1 {
  text-align: left;
  padding-bottom: 10px;
  font-size: 24px;
  font-family: "Effra Light";
  font-style: normal;
  font-weight: normal;
  text-transform: capitalize;
  color: #859199;
}
@media (max-width: 1023px) {
  /* line 6, ../style/sass/modules/accountManagement/_logout-popup.scss */
  .logout-popup h1 {
    text-align: left;
    font-size: 22px;
    font-family: "Effra Medium";
    font-style: normal;
    font-weight: normal;
    margin-top: 6px;
    margin-bottom: 6px;
  }
}
/* line 20, ../style/sass/modules/accountManagement/_logout-popup.scss */
.logout-popup form ul li {
  margin-bottom: 10px;
}
/* line 26, ../style/sass/modules/accountManagement/_logout-popup.scss */
.logout-popup .button-container input,
.logout-popup .button-container .button-container a {
  margin-left: 15px;
}
@media (max-width: 1023px) {
  /* line 26, ../style/sass/modules/accountManagement/_logout-popup.scss */
  .logout-popup .button-container input,
  .logout-popup .button-container .button-container a {
    margin-left: 0px;
  }
}

/* line 37, ../style/sass/modules/accountManagement/_logout-popup.scss */
.account-locked .primary-btn {
  margin-top: 21px;
  margin-bottom: -null;
  margin-left: 0px;
}
/* line 40, ../style/sass/modules/accountManagement/_logout-popup.scss */
.account-locked .help-text {
  margin-top: 21px;
  margin-bottom: 0;
  margin-left: 0px;
  background-color: #004b87;
  color: #fff;
  padding-top: 11px;
  padding-right: 11px;
  padding-bottom: 11px;
  padding-left: 11px;
}
/* line 46, ../style/sass/modules/accountManagement/_logout-popup.scss */
.account-locked a {
  display: block;
  float: left;
  width: 30%;
  margin-top: 18px;
  margin-bottom: 0;
  margin-left: 0px;
  width: 100%;
  text-align: left;
}
/* line 52, ../style/sass/modules/accountManagement/_logout-popup.scss */
.account-locked a span {
  display: table-cell;
  vertical-align: middle;
}
/* line 57, ../style/sass/modules/accountManagement/_logout-popup.scss */
.account-locked .error-banner {
  text-align: left;
}

/******************************************
1. purchaser-dashboard.shtml
*******************************************/
/* css for dashboard notification section */
/* line 7, ../style/sass/modules/dashboard/_dashboard-patchlinq.scss */
.page-content.patchlinq {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #004b87;
}
/* line 10, ../style/sass/modules/dashboard/_dashboard-patchlinq.scss */
.page-content.patchlinq h2 {
  color: #fff;
  font-size: 1.071em;
  font-family: "Effra Medium";
  font-style: normal;
  font-weight: normal;
  margin-top: 35px;
  margin-bottom: 15px;
  line-height: 30px;
  float: left;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  /* line 10, ../style/sass/modules/dashboard/_dashboard-patchlinq.scss */
  .page-content.patchlinq h2 {
    text-align: center;
    float: left;
    width: 100%;
    margin-top: 15px;
  }
}
/* line 23, ../style/sass/modules/dashboard/_dashboard-patchlinq.scss */
.page-content.patchlinq p.infoMsg {
  padding-left: 10px;
  font-size: 18px;
}
@media (max-width: 1023px) {
  /* line 25, ../style/sass/modules/dashboard/_dashboard-patchlinq.scss */
  .page-content.patchlinq section.price-check h2 {
    margin-top: 0;
  }
}
@media (max-width: 1023px) {
  /* line 31, ../style/sass/modules/dashboard/_dashboard-patchlinq.scss */
  .page-content.patchlinq section.price-check .price-check h2 {
    margin-top: 15px;
  }
}
/* line 38, ../style/sass/modules/dashboard/_dashboard-patchlinq.scss */
.page-content.patchlinq section.price-check table td.device-type {
  width: 26%;
}
/* line 42, ../style/sass/modules/dashboard/_dashboard-patchlinq.scss */
.page-content.patchlinq section.price-check table td p {
  float: left;
  width: 100%;
}
/* line 44, ../style/sass/modules/dashboard/_dashboard-patchlinq.scss */
.page-content.patchlinq section.price-check table td p strong {
  float: left;
  width: 36%;
  margin-right: 5px;
}
/* line 48, ../style/sass/modules/dashboard/_dashboard-patchlinq.scss */
.page-content.patchlinq section.price-check table td p span {
  float: left;
  width: 61%;
}
/* line 54, ../style/sass/modules/dashboard/_dashboard-patchlinq.scss */
.page-content.patchlinq section.price-check div.previous-registration {
  float: left;
  width: 100%;
  background: #fff;
  padding-top: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
  margin-top: 20px;
}
/* line 59, ../style/sass/modules/dashboard/_dashboard-patchlinq.scss */
.page-content.patchlinq section.price-check div.previous-registration h2 {
  color: #004b87;
  margin-top: 0px;
}
/* line 65, ../style/sass/modules/dashboard/_dashboard-patchlinq.scss */
.page-content.patchlinq .prescription-container {
  margin-top: 20px;
  margin-right: 0;
  margin-bottom: 20px;
  margin-left: 0;
  float: left;
  width: 100%;
}
@media (max-width: 1023px) {
  /* line 65, ../style/sass/modules/dashboard/_dashboard-patchlinq.scss */
  .page-content.patchlinq .prescription-container {
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
}
/* line 70, ../style/sass/modules/dashboard/_dashboard-patchlinq.scss */
.page-content.patchlinq .prescription-container p.pagination-count {
  width: 240px;
}
/* line 77, ../style/sass/modules/dashboard/_dashboard-patchlinq.scss */
.page-content.patchlinq .prescription-container table tbody tr td p {
  font-size: 14px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
/* line 81, ../style/sass/modules/dashboard/_dashboard-patchlinq.scss */
.page-content.patchlinq .prescription-container table tbody tr td strong {
  color: #004b87;
  font-weight: normal;
}
@media (max-width: 1023px) {
  /* line 90, ../style/sass/modules/dashboard/_dashboard-patchlinq.scss */
  .page-content.patchlinq .prescription-container div.expanded-container {
    float: left;
    margin-top: 4%;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
  }
}
/* line 98, ../style/sass/modules/dashboard/_dashboard-patchlinq.scss */
.page-content.patchlinq .prescription-container > section {
  background-color: #fff;
  padding-top: 40px;
  padding-right: 30px;
  padding-bottom: 40px;
  padding-left: 30px;
  float: left;
  width: 100%;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 2%;
  margin-left: 0;
  border-radius: 6px;
}
/* line 107, ../style/sass/modules/dashboard/_dashboard-patchlinq.scss */
.page-content.patchlinq .prescription-container > section#cardiocom-container .expanded-container table thead tr th:nth-child(1) {
  width: 15%;
}
/* line 110, ../style/sass/modules/dashboard/_dashboard-patchlinq.scss */
.page-content.patchlinq .prescription-container > section#cardiocom-container .expanded-container table thead tr th:nth-child(2) {
  width: 10%;
}
/* line 113, ../style/sass/modules/dashboard/_dashboard-patchlinq.scss */
.page-content.patchlinq .prescription-container > section#cardiocom-container .expanded-container table thead tr th:nth-child(3) {
  width: 30%;
}
/* line 116, ../style/sass/modules/dashboard/_dashboard-patchlinq.scss */
.page-content.patchlinq .prescription-container > section#cardiocom-container .expanded-container table thead tr th:nth-child(4) {
  width: 20%;
}
@media (max-width: 1023px) {
  /* line 98, ../style/sass/modules/dashboard/_dashboard-patchlinq.scss */
  .page-content.patchlinq .prescription-container > section {
    float: left;
    width: 90%;
    margin-top: 0;
    margin-right: 5%;
    margin-bottom: 15px;
    margin-left: 5%;
  }
  /* line 126, ../style/sass/modules/dashboard/_dashboard-patchlinq.scss */
  .page-content.patchlinq .prescription-container > section .primary-btn {
    width: 100%;
    white-space: normal;
    font-size: 1.2em;
    font-family: "Effra Medium";
    font-style: normal;
    font-weight: normal;
  }
}
/* line 132, ../style/sass/modules/dashboard/_dashboard-patchlinq.scss */
.page-content.patchlinq .prescription-container > section:last-child {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
@media (max-width: 1023px) {
  /* line 132, ../style/sass/modules/dashboard/_dashboard-patchlinq.scss */
  .page-content.patchlinq .prescription-container > section:last-child {
    margin-top: 0;
    margin-right: 5%;
    margin-bottom: 15px;
    margin-left: 5%;
  }
}
/* line 139, ../style/sass/modules/dashboard/_dashboard-patchlinq.scss */
.page-content.patchlinq .prescription-container > section > p {
  font-size: 18px;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 15px;
  margin-left: 1%;
  float: left;
  width: 65%;
}
@media (max-width: 1023px) {
  /* line 139, ../style/sass/modules/dashboard/_dashboard-patchlinq.scss */
  .page-content.patchlinq .prescription-container > section > p {
    float: left;
    width: 100%;
  }
}
/* line 146, ../style/sass/modules/dashboard/_dashboard-patchlinq.scss */
.page-content.patchlinq .prescription-container > section > p span {
  display: block;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 10px;
  margin-left: 0;
  color: #859199;
}
/* line 151, ../style/sass/modules/dashboard/_dashboard-patchlinq.scss */
.page-content.patchlinq .prescription-container > section > p span:first-child {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 2px;
  margin-left: 0;
  font-size: 24px;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
  color: #004b87;
}
/* line 157, ../style/sass/modules/dashboard/_dashboard-patchlinq.scss */
.page-content.patchlinq .prescription-container > section > .side-btns {
  float: right;
  width: 30%;
}
@media (max-width: 1023px) {
  /* line 157, ../style/sass/modules/dashboard/_dashboard-patchlinq.scss */
  .page-content.patchlinq .prescription-container > section > .side-btns {
    float: left;
    width: 100%;
  }
}
/* line 163, ../style/sass/modules/dashboard/_dashboard-patchlinq.scss */
.page-content.patchlinq .prescription-container > section > a {
  float: left;
  font-size: 22px;
}
/* line 167, ../style/sass/modules/dashboard/_dashboard-patchlinq.scss */
.page-content.patchlinq .prescription-container > section input[type="button"] {
  margin-top: 10px;
}
/* line 169, ../style/sass/modules/dashboard/_dashboard-patchlinq.scss */
.page-content.patchlinq .prescription-container > section input[type="button"].expand-collapse-section {
  padding: 0;
  text-align: center;
}
/* line 174, ../style/sass/modules/dashboard/_dashboard-patchlinq.scss */
.page-content.patchlinq .prescription-container > section .primary-btn {
  width: 100%;
}
@media (max-width: 1023px) {
  /* line 177, ../style/sass/modules/dashboard/_dashboard-patchlinq.scss */
  .page-content.patchlinq .prescription-container > section #expandCollapseViewBtn {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
}
/* line 182, ../style/sass/modules/dashboard/_dashboard-patchlinq.scss */
.page-content.patchlinq .prescription-container > section table.stacktable.small-only {
  width: 100%;
}
/* line 186, ../style/sass/modules/dashboard/_dashboard-patchlinq.scss */
.page-content.patchlinq .prescription-container .no-record-found {
  float: left;
  width: 100%;
  margin-left: 30px;
}

/* line 195, ../style/sass/modules/dashboard/_dashboard-patchlinq.scss */
.register-new-device span.select2 {
  margin-bottom: 20px;
}
/* line 198, ../style/sass/modules/dashboard/_dashboard-patchlinq.scss */
.register-new-device .secondary-btn2 {
  float: left;
}
/* line 201, ../style/sass/modules/dashboard/_dashboard-patchlinq.scss */
.register-new-device .primary-btn {
  float: right;
}

/* line 205, ../style/sass/modules/dashboard/_dashboard-patchlinq.scss */
.empty-patient-list {
  float: left;
  width: 100%;
  color: #fff;
  background-color: #71c5e8;
  line-height: 50px;
  padding-left: 15px;
}

/* line 213, ../style/sass/modules/dashboard/_dashboard-patchlinq.scss */
.add-edit-insurance li {
  width: 33%;
  display: inline-block;
  padding-right: 30px;
}
/* line 217, ../style/sass/modules/dashboard/_dashboard-patchlinq.scss */
.add-edit-insurance li input[type="text"] {
  width: 100%;
}
/* line 220, ../style/sass/modules/dashboard/_dashboard-patchlinq.scss */
.add-edit-insurance li label {
  display: block;
}

/* line 225, ../style/sass/modules/dashboard/_dashboard-patchlinq.scss */
.registered-linq-devices-table {
  float: left;
  width: 80%;
}
/* line 226, ../style/sass/modules/dashboard/_dashboard-patchlinq.scss */
.registered-linq-devices-table table td {
  border: none;
  background: #F7FAFC;
}
/* line 227, ../style/sass/modules/dashboard/_dashboard-patchlinq.scss */
.registered-linq-devices-table table tr th {
  border-bottom: 1px solid #e2e2e2;
}
/* line 228, ../style/sass/modules/dashboard/_dashboard-patchlinq.scss */
.registered-linq-devices-table table tr.prescriptionStatus {
  text-align: center;
  border-bottom: 1px solid #e2e2e2;
}
/* line 231, ../style/sass/modules/dashboard/_dashboard-patchlinq.scss */
.registered-linq-devices-table .prescriptionStatusForm {
  color: #004b87;
  font-size: 1.1em;
}
/* line 232, ../style/sass/modules/dashboard/_dashboard-patchlinq.scss */
.registered-linq-devices-table .prescriptionStatusCompleted {
  color: #000;
}
/* line 233, ../style/sass/modules/dashboard/_dashboard-patchlinq.scss */
.registered-linq-devices-table table tr.prescriptionStatus td {
  background-color: #F7FAFC !important;
  padding-bottom: 10px;
}
@media (max-width: 1023px) {
  /* line 237, ../style/sass/modules/dashboard/_dashboard-patchlinq.scss */
  .registered-linq-devices-table table tr.prescriptionStatus td.st-key {
    display: none;
  }
}
/* line 242, ../style/sass/modules/dashboard/_dashboard-patchlinq.scss */
.registered-linq-devices-table table tr:nth-child(4n+3) td, .registered-linq-devices-table table tr:nth-child(4n+4) td {
  background: #fff !important;
}
@media (max-width: 1023px) {
  /* line 225, ../style/sass/modules/dashboard/_dashboard-patchlinq.scss */
  .registered-linq-devices-table {
    width: 100%;
  }
}

/* line 251, ../style/sass/modules/dashboard/_dashboard-patchlinq.scss */
.vertical-border {
  border-right: 3px solid #0085ca;
}

/* line 254, ../style/sass/modules/dashboard/_dashboard-patchlinq.scss */
.product-type-heading h2 {
  text-transform: none;
}

/******************************************
1. purchaser-dashboard.shtml
*******************************************/
/* css for dashboard notification section */
/* line 6, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
.page-content.dashboard-notification {
  min-height: auto;
  padding-top: 19px;
  padding-bottom: 19px;
}
/* line 10, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
.page-content.dashboard-notification p {
  margin-bottom: 0px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
/* line 14, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
.page-content.dashboard-notification p span:first-of-type {
  margin: 0;
}
/* line 17, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
.page-content.dashboard-notification p span, .page-content.dashboard-notification p a {
  font-family: "Effra Medium";
  font-size: 1.143em;
  float: left;
  margin-left: 8px;
  text-decoration: none;
}
/* line 24, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
.page-content.dashboard-notification p span:nth-child(1), .page-content.dashboard-notification p span:nth-child(2) {
  color: #859199;
  line-height: 19px;
}
/* line 28, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
.page-content.dashboard-notification p span.active:nth-child(1), .page-content.dashboard-notification p span.active:nth-child(2) {
  color: #E35205;
}
/* line 31, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
.page-content.dashboard-notification p span.toggle-notifications {
  background: url("../../b2bredesign/images//icons/arrow_up.png") no-repeat;
  height: 26px;
  width: 13px;
  cursor: pointer;
}
/* line 36, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
.page-content.dashboard-notification p span.toggle-notifications.expanded {
  background: url("../../b2bredesign/images//icons/arrow_down.png") no-repeat;
}
/* line 40, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
.page-content.dashboard-notification p span {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 1023px) {
  /* line 45, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
  .page-content.dashboard-notification > p {
    padding-left: 10px;
  }
}
/* line 51, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
.page-content.dashboard-notification ul {
  max-height: 250px;
  overflow-y: auto;
  float: left;
  width: 100%;
  margin-top: 22px;
}
/* line 56, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
.page-content.dashboard-notification ul li {
  background: #F7A800;
  margin-bottom: 10px;
}
/* line 59, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
.page-content.dashboard-notification ul li div {
  background: #fff;
  margin-left: 8px;
  padding-top: 20px;
  padding-right: 25px;
  padding-bottom: 20px;
  padding-left: 35px;
  position: relative;
}
/* line 64, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
.page-content.dashboard-notification ul li div p {
  width: 94%;
  display: inline-block;
  text-transform: none;
}
/* line 68, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
.page-content.dashboard-notification ul li div p span {
  float: none;
  font-size: 0.857em;
  display: block;
  font-family: "Effra Regular";
  margin-top: 5px;
  color: #859199 !important;
}
/* line 76, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
.page-content.dashboard-notification ul li div p a {
  font-size: 1em;
  float: none;
}
/* line 82, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
.page-content.dashboard-notification ul li div a {
  float: right;
}

/* line 91, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
section.quick-add.page-content.manage-cart-price-check {
  padding-top: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
  background: #004b87;
}
@media (max-width: 1023px) {
  /* line 91, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
  section.quick-add.page-content.manage-cart-price-check {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
/* line 98, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
section.quick-add.page-content.manage-cart-price-check section.price-check {
  background: #fff;
  padding-top: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
}
@media (max-width: 1023px) {
  /* line 98, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
  section.quick-add.page-content.manage-cart-price-check section.price-check {
    padding-top: 25px;
    padding-right: 0;
    padding-bottom: 25px;
    padding-left: 0;
  }
}
@media (max-width: 1023px) {
  /* line 104, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
  section.quick-add.page-content.manage-cart-price-check section.price-check p.error {
    padding-top: 20px;
    padding-right: 18px;
    padding-left: 18px;
  }
}
/* line 111, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
section.quick-add.page-content.manage-cart-price-check section.price-check table th a[data-role="quickAddPriceCheckBtn"] {
  color: #001e46;
  cursor: pointer;
  margin-right: 10px;
  font-size: 14px;
  font-weight: normal;
}
/* line 119, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
section.quick-add.page-content.manage-cart-price-check section.price-check table .telemetry-products {
  float: left;
  margin-bottom: 10px;
}
/* line 122, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
section.quick-add.page-content.manage-cart-price-check section.price-check table .telemetry-products > label {
  width: 90%;
  display: inline;
  float: right;
  margin-top: 0px;
  height: 200px;
  overflow: auto;
  font-size: 14px;
  word-break: break-word;
}
/* line 133, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
section.quick-add.page-content.manage-cart-price-check section.price-check table td {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 136, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
section.quick-add.page-content.manage-cart-price-check section.price-check table td .uom-container {
  font-size: 14px;
}
@media (max-width: 1023px) {
  /* line 136, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
  section.quick-add.page-content.manage-cart-price-check section.price-check table td .uom-container {
    margin-left: 0;
  }
}
/* line 142, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
section.quick-add.page-content.manage-cart-price-check section.price-check table td .price label {
  color: #859199;
}
/* line 145, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
section.quick-add.page-content.manage-cart-price-check section.price-check table td .cfn input {
  margin-bottom: 0;
}
/* line 148, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
section.quick-add.page-content.manage-cart-price-check section.price-check table td .product label {
  margin-top: 14px;
}
@media (max-width: 1023px) {
  /* line 150, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
  section.quick-add.page-content.manage-cart-price-check section.price-check table td .product label.error {
    margin-top: 4px;
  }
}
/* line 157, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
section.quick-add.page-content.manage-cart-price-check section.price-check table .price-check-btn, section.quick-add.page-content.manage-cart-price-check section.price-check table .price {
  text-align: right;
}

/* line 163, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
.page-content.manage-cart-price-check {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #B9D9EB;
}
/* line 166, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
.page-content.manage-cart-price-check p.CA-Disclaimer {
  padding-top: 40px;
  padding-bottom: 0;
  float: left;
}
/* line 170, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
.page-content.manage-cart-price-check h2 {
  color: #004b87;
  font-size: 1.143em;
  font-family: "Effra Medium";
  font-style: normal;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 30px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  /* line 170, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
  .page-content.manage-cart-price-check h2 {
    text-align: center;
  }
}
/* line 181, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
.page-content.manage-cart-price-check .button-container {
  width: 100%;
  padding-top: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
  margin-top: 0;
  background-color: #fff;
}
@media (max-width: 1023px) {
  /* line 181, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
  .page-content.manage-cart-price-check .button-container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
/* line 190, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
.page-content.manage-cart-price-check .select-container {
  width: 20%;
  display: inline-block;
  text-align: left;
}
@media (max-width: 1023px) {
  /* line 190, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
  .page-content.manage-cart-price-check .select-container {
    width: 100%;
  }
}
/* line 198, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
.page-content.manage-cart-price-check .secondary-btn3 {
  background: #b0008e;
  color: #fff;
}
/* line 202, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
.page-content.manage-cart-price-check .pagination-header {
  margin-bottom: 17px;
  float: left;
  width: 100%;
}
/* line 205, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
.page-content.manage-cart-price-check .pagination-header .heading,
.page-content.manage-cart-price-check .pagination-header .carousel-links {
  width: auto;
}
/* line 209, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
.page-content.manage-cart-price-check .pagination-header .heading {
  float: left;
}
@media (max-width: 1023px) {
  /* line 209, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
  .page-content.manage-cart-price-check .pagination-header .heading {
    width: 100%;
  }
}
/* line 215, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
.page-content.manage-cart-price-check .pagination-header .carousel-links {
  float: right;
  line-height: 30px;
  margin-bottom: 0;
}
/* line 219, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
.page-content.manage-cart-price-check .pagination-header .carousel-links p {
  color: #fff;
  margin-bottom: 0;
}
/* line 222, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
.page-content.manage-cart-price-check .pagination-header .carousel-links p .start-end-count {
  font-family: "Effra Bold";
}
@media (max-width: 1023px) {
  /* line 215, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
  .page-content.manage-cart-price-check .pagination-header .carousel-links {
    width: 100%;
  }
}
/* line 233, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
.page-content.manage-cart-price-check .shopping-carts {
  float: left;
  width: 100%;
}
/* line 235, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
.page-content.manage-cart-price-check .shopping-carts div.bx-wrapper {
  max-width: 1096px !important;
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
}
/* line 239, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
.page-content.manage-cart-price-check .shopping-carts ul.carts-list {
  /* width: 2000px; */
}
/* line 241, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
.page-content.manage-cart-price-check .shopping-carts ul.carts-list > li {
  background-color: #fff;
  display: inline;
  width: 263px !important;
  float: left;
  margin-right: 15px;
  padding-top: 25px;
  padding-right: 7px;
  padding-bottom: 25px;
  padding-left: 7px;
  position: relative;
  min-height: 310px;
  max-height: 310px;
}
/* line 252, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
.page-content.manage-cart-price-check .shopping-carts ul.carts-list > li a[data-role='deleteCart'] {
  position: absolute;
  top: 5px;
  right: 5px;
}
/* line 258, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
.page-content.manage-cart-price-check .shopping-carts ul.carts-list p {
  text-align: center;
  margin-bottom: 0;
}
/* line 262, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
.page-content.manage-cart-price-check .shopping-carts ul.carts-list .cart-name {
  font-size: 1.143em;
  font-family: "Effra Medium";
  font-style: normal;
  font-weight: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 90%;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  color: #004b87;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
/* line 273, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
.page-content.manage-cart-price-check .shopping-carts ul.carts-list .cart-type {
  color: #B9D9EB;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 0.857em;
  font-family: "Effra Medium";
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
/* line 280, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
.page-content.manage-cart-price-check .shopping-carts ul.carts-list .cart-count {
  font-size: 3.429em;
  font-family: "Effra Bold";
  font-style: normal;
  font-weight: normal;
  color: #00a9e0;
}
/* line 284, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
.page-content.manage-cart-price-check .shopping-carts ul.carts-list .cart-count-label {
  color: #00a9e0;
  font-size: 1.143em;
  font-family: "Effra Light";
  text-transform: lowercase;
}
/* line 289, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
.page-content.manage-cart-price-check .shopping-carts ul.carts-list .cart-total-price {
  color: #859199;
  font-size: 1.286em;
}
/* line 293, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
.page-content.manage-cart-price-check .shopping-carts ul.carts-list .cart-total-price {
  margin-bottom: 30px;
}
/* line 297, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
.page-content.manage-cart-price-check .shopping-carts ul.cart-links {
  text-align: center;
  margin-bottom: 20px;
}
/* line 300, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
.page-content.manage-cart-price-check .shopping-carts ul.cart-links li {
  display: inline;
  padding-right: 7px;
  color: #00a9e0;
}
/* line 304, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
.page-content.manage-cart-price-check .shopping-carts ul.cart-links li a,
.page-content.manage-cart-price-check .shopping-carts ul.cart-links li a:visited,
.page-content.manage-cart-price-check .shopping-carts ul.cart-links li a:active {
  color: #00a9e0;
}
/* line 310, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
.page-content.manage-cart-price-check .shopping-carts ul.cart-links li + li {
  padding-left: 7px;
  border-left: 1px solid #71c5e8;
}
/* line 314, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
.page-content.manage-cart-price-check .shopping-carts ul.cart-links li:nth-child(3) {
  padding-right: 0;
}
/* line 317, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
.page-content.manage-cart-price-check .shopping-carts ul.cart-links li:last-child {
  border-left: none;
  display: none;
}
/* line 321, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
.page-content.manage-cart-price-check .shopping-carts ul.cart-links .disable-link {
  color: #859199;
}
/* line 327, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
.page-content.manage-cart-price-check .manage-cart,
.page-content.manage-cart-price-check .price-check {
  float: left;
  width: 100%;
}
@media (max-width: 1023px) {
  /* line 332, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
  .page-content.manage-cart-price-check .manage-cart {
    margin-bottom: 56px;
  }
}
/* line 338, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
.page-content.manage-cart-price-check .price-check table.stacktable.small-only {
  width: 100%;
}
/* line 340, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
.page-content.manage-cart-price-check .price-check table.stacktable.small-only td.st-key {
  width: 30%;
  vertical-align: middle;
}
/* line 344, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
.page-content.manage-cart-price-check .price-check table.stacktable.small-only td.st-val {
  width: 100%;
  float: left;
}
@media (max-width: 1023px) {
  /* line 344, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
  .page-content.manage-cart-price-check .price-check table.stacktable.small-only td.st-val {
    float: none;
  }
}
/* line 350, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
.page-content.manage-cart-price-check .price-check table.stacktable.small-only td.st-val .quantity input + label {
  display: none;
}
/* line 355, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
.page-content.manage-cart-price-check .price-check table.stacktable.small-only input[type="text"] {
  width: 100%;
  margin-bottom: 0;
}
/* line 361, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
.page-content.manage-cart-price-check .add-another-item {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 30px;
  display: block;
  height: auto;
  line-height: 22px;
  background-image: url("../../b2bredesign/images/icons/plus-icon.png");
  background-position: 0;
  background-repeat: no-repeat;
  background-color: transparent;
  font-size: 15px;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
  color: #859199;
}
/* line 371, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
.page-content.manage-cart-price-check .footer-container {
  padding-right: 25px;
  padding-left: 25px;
  float: left;
  width: 100%;
  background-color: #fff;
}
/* line 375, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
.page-content.manage-cart-price-check .footer-container .l-div {
  float: left;
}
/* line 377, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
.page-content.manage-cart-price-check .footer-container .l-div a {
  padding-left: 10px;
  margin-top: -5px;
  display: block;
}
/* line 382, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
.page-content.manage-cart-price-check .footer-container .l-div a:focus {
  outline: none;
  text-decoration: inherit;
}
/* line 388, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
.page-content.manage-cart-price-check .footer-container .r-div {
  float: right;
}
/* line 390, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
.page-content.manage-cart-price-check .footer-container .r-div a {
  padding-right: 10px;
  margin-top: -10px;
  display: block;
}
/* line 397, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
.page-content.manage-cart-price-check .footer-container .inner-container {
  background-color: #0085ca;
  float: left;
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
}
/* line 402, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
.page-content.manage-cart-price-check .footer-container [data-icon]:before,
.page-content.manage-cart-price-check .footer-container [data-icon]:after {
  font-size: 1.8em;
  vertical-align: bottom;
}
/* line 407, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
.page-content.manage-cart-price-check .footer-container a,
.page-content.manage-cart-price-check .footer-container a:hover,
.page-content.manage-cart-price-check .footer-container a:visited {
  color: #fff;
}
/* line 411, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
.page-content.manage-cart-price-check .footer-container a:before,
.page-content.manage-cart-price-check .footer-container a:hover:before,
.page-content.manage-cart-price-check .footer-container a:visited:before {
  padding-right: 10px;
}
/* line 415, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
.page-content.manage-cart-price-check .footer-container a:after,
.page-content.manage-cart-price-check .footer-container a:hover:after,
.page-content.manage-cart-price-check .footer-container a:visited:after {
  padding-left: 10px;
}
/* line 420, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
.page-content.manage-cart-price-check .footer-container a:focus {
  outline: none;
  text-decoration: inherit;
}
@media (max-width: 1023px) {
  /* line 371, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
  .page-content.manage-cart-price-check .footer-container {
    background: none;
    padding-right: 0;
    padding-left: 0;
  }
}
/* line 429, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
.page-content.manage-cart-price-check .carousel-links {
  float: left;
  width: 100%;
  font-size: 1.143em;
}
/* line 432, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
.page-content.manage-cart-price-check .carousel-links .next,
.page-content.manage-cart-price-check .carousel-links .prev {
  width: 32px;
  height: 32px;
  background-color: #fff;
  display: inline-block;
  margin-left: 16px;
  font-size: 19px;
  line-height: 38px;
  text-align: center;
  outline: none;
  text-decoration: none;
  color: #00a9e0;
}
@media (max-width: 1023px) {
  /* line 432, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
  .page-content.manage-cart-price-check .carousel-links .next,
  .page-content.manage-cart-price-check .carousel-links .prev {
    margin-right: 14px;
  }
}
/* line 448, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
.page-content.manage-cart-price-check .carousel-links .next:hover,
.page-content.manage-cart-price-check .carousel-links .prev:hover {
  text-decoration: none;
}
/* line 452, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
.page-content.manage-cart-price-check .carousel-links .next.disabled, .page-content.manage-cart-price-check .carousel-links .prev.disabled {
  color: #b1b3b3;
  background-color: #EBEEF1;
}
/* line 456, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
.page-content.manage-cart-price-check .carousel-links .next-prev-container {
  display: inline;
}
@media (max-width: 1023px) {
  /* line 456, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
  .page-content.manage-cart-price-check .carousel-links .next-prev-container {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
  }
  /* line 463, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
  .page-content.manage-cart-price-check .carousel-links .next-prev-container .prev, .page-content.manage-cart-price-check .carousel-links .next-prev-container .next {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 466, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
  .page-content.manage-cart-price-check .carousel-links .next-prev-container .prev {
    float: left;
  }
  /* line 469, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
  .page-content.manage-cart-price-check .carousel-links .next-prev-container .next {
    float: right;
  }
}
/* line 475, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
.page-content.manage-cart-price-check .carousel-links p {
  float: left;
  color: #859199;
  font-size: 15px;
  font-family: "Effra Regular";
}
@media (max-width: 1023px) {
  /* line 475, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
  .page-content.manage-cart-price-check .carousel-links p {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 1023px) {
  /* line 486, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
  .page-content.manage-cart-price-check .bx-viewport {
    margin: 0 auto;
    width: 269px !important;
  }
}
/* line 492, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
.page-content.manage-cart-price-check .current-cart {
  display: none !important;
}
@media (max-width: 1023px) {
  /* line 492, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
  .page-content.manage-cart-price-check .current-cart {
    color: #859199;
    display: inline !important;
  }
}
/* line 500, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
.page-content.manage-cart-price-check .price-check h2 {
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  /* line 504, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
  .page-content.manage-cart-price-check .price-check p {
    margin-left: 14px;
  }
  /* line 507, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
  .page-content.manage-cart-price-check .price-check #quickAddErrorLabel {
    margin-left: 14px;
  }
}
/* line 512, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
.page-content.manage-cart-price-check .row-clear {
  font-size: 1.8em;
  color: #dadddd;
  text-decoration: none;
}

/* line 519, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
.page-content.dashboard-notification.notification-page {
  margin-top: 40px;
}
/* line 521, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
.page-content.dashboard-notification.notification-page hr {
  float: left;
  width: 100%;
  margin-bottom: 0;
}
/* line 525, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
.page-content.dashboard-notification.notification-page .refresh {
  float: right;
}

/* line 531, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
.page-content.dashboard-notification .new-notifications,
.page-content.dashboard-notification .old-notifications {
  max-height: none;
}
/* line 534, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
.page-content.dashboard-notification .new-notifications li,
.page-content.dashboard-notification .old-notifications li {
  margin-bottom: 16px;
}
/* line 539, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
.page-content.dashboard-notification .old-notifications li {
  background: #b1b3b3;
}
/* line 543, ../style/sass/modules/dashboard/_purchaser-dashboard.scss */
.page-content.dashboard-notification .remove-notification {
  font-size: 1.8em;
  color: #dadddd;
  text-decoration: none;
}

/******************************************
1. purchaser-dashboard.shtml
*******************************************/
/* css for dashboard notification section */
/* line 7, ../style/sass/modules/dashboard/_dashboard-manage-reporting.scss */
.page-content.manage-reporting {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #004b87;
}
/* line 10, ../style/sass/modules/dashboard/_dashboard-manage-reporting.scss */
.page-content.manage-reporting h2 {
  color: #fff;
  font-size: 1.071em;
  font-family: "Effra Medium";
  font-style: normal;
  font-weight: normal;
  margin-top: 35px;
  margin-bottom: 15px;
  line-height: 30px;
  float: left;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  /* line 10, ../style/sass/modules/dashboard/_dashboard-manage-reporting.scss */
  .page-content.manage-reporting h2 {
    text-align: center;
    float: left;
    width: 100%;
    margin-top: 15px;
  }
}
/* line 26, ../style/sass/modules/dashboard/_dashboard-manage-reporting.scss */
.page-content.manage-reporting .tableWrapper .reporting-search-terms td select + span {
  width: 130px !important;
}
/* line 29, ../style/sass/modules/dashboard/_dashboard-manage-reporting.scss */
.page-content.manage-reporting .tableWrapper .reporting-search-terms td.manage-reporting-name {
  word-break: normal;
}
/* line 34, ../style/sass/modules/dashboard/_dashboard-manage-reporting.scss */
.page-content.manage-reporting .fieldsetOr {
  clear: both;
  text-align: center;
  margin: 3px 0;
}
/* line 39, ../style/sass/modules/dashboard/_dashboard-manage-reporting.scss */
.page-content.manage-reporting .tableWrapperBottom {
  padding-top: 20px;
  clear: both;
  text-align: right;
}
/* line 43, ../style/sass/modules/dashboard/_dashboard-manage-reporting.scss */
.page-content.manage-reporting .tableWrapperBottom .searchNppes {
  width: 70%;
  float: left;
}
/* line 47, ../style/sass/modules/dashboard/_dashboard-manage-reporting.scss */
.page-content.manage-reporting .tableWrapperBottom .addSearchedPhysicianBox {
  width: 28%;
  float: right;
}
/* line 51, ../style/sass/modules/dashboard/_dashboard-manage-reporting.scss */
.page-content.manage-reporting .tableWrapperBottom .managePhysicianSearchLmm {
  float: right;
}
/* line 56, ../style/sass/modules/dashboard/_dashboard-manage-reporting.scss */
.page-content.manage-reporting .hospital-admin {
  margin-top: 20px;
  margin-right: 0;
  margin-bottom: 20px;
  margin-left: 0;
  float: left;
  width: 100%;
}
@media (max-width: 1023px) {
  /* line 56, ../style/sass/modules/dashboard/_dashboard-manage-reporting.scss */
  .page-content.manage-reporting .hospital-admin {
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
}
/* line 65, ../style/sass/modules/dashboard/_dashboard-manage-reporting.scss */
.page-content.manage-reporting .hospital-admin table tbody tr td p {
  font-size: 14px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
/* line 69, ../style/sass/modules/dashboard/_dashboard-manage-reporting.scss */
.page-content.manage-reporting .hospital-admin table tbody tr td strong {
  color: #004b87;
  font-weight: normal;
}
@media (max-width: 1023px) {
  /* line 78, ../style/sass/modules/dashboard/_dashboard-manage-reporting.scss */
  .page-content.manage-reporting .hospital-admin div.expanded-container {
    float: left;
    width: 100%;
    margin-top: 4%;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
  }
  /* line 84, ../style/sass/modules/dashboard/_dashboard-manage-reporting.scss */
  .page-content.manage-reporting .hospital-admin div.expanded-container.recent-web-orders aside {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
/* line 89, ../style/sass/modules/dashboard/_dashboard-manage-reporting.scss */
.page-content.manage-reporting .hospital-admin > section {
  background-color: #fff;
  padding-top: 40px;
  padding-right: 30px;
  padding-bottom: 40px;
  padding-left: 30px;
  float: left;
  width: 100%;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 2%;
  margin-left: 0;
  border-radius: 6px;
}
/* line 98, ../style/sass/modules/dashboard/_dashboard-manage-reporting.scss */
.page-content.manage-reporting .hospital-admin > section#cardiocom-container .expanded-container table thead tr th:nth-child(1) {
  width: 15%;
}
/* line 101, ../style/sass/modules/dashboard/_dashboard-manage-reporting.scss */
.page-content.manage-reporting .hospital-admin > section#cardiocom-container .expanded-container table thead tr th:nth-child(2) {
  width: 10%;
}
/* line 104, ../style/sass/modules/dashboard/_dashboard-manage-reporting.scss */
.page-content.manage-reporting .hospital-admin > section#cardiocom-container .expanded-container table thead tr th:nth-child(3) {
  width: 30%;
}
/* line 107, ../style/sass/modules/dashboard/_dashboard-manage-reporting.scss */
.page-content.manage-reporting .hospital-admin > section#cardiocom-container .expanded-container table thead tr th:nth-child(4) {
  width: 20%;
}
@media (max-width: 1023px) {
  /* line 89, ../style/sass/modules/dashboard/_dashboard-manage-reporting.scss */
  .page-content.manage-reporting .hospital-admin > section {
    float: left;
    width: 90%;
    margin-top: 0;
    margin-right: 5%;
    margin-bottom: 15px;
    margin-left: 5%;
  }
  /* line 117, ../style/sass/modules/dashboard/_dashboard-manage-reporting.scss */
  .page-content.manage-reporting .hospital-admin > section .primary-btn {
    width: 100%;
  }
}
/* line 121, ../style/sass/modules/dashboard/_dashboard-manage-reporting.scss */
.page-content.manage-reporting .hospital-admin > section:last-child {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
@media (max-width: 1023px) {
  /* line 121, ../style/sass/modules/dashboard/_dashboard-manage-reporting.scss */
  .page-content.manage-reporting .hospital-admin > section:last-child {
    margin-top: 0;
    margin-right: 5%;
    margin-bottom: 15px;
    margin-left: 5%;
  }
}
/* line 128, ../style/sass/modules/dashboard/_dashboard-manage-reporting.scss */
.page-content.manage-reporting .hospital-admin > section > p {
  font-size: 18px;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 15px;
  margin-left: 1%;
  float: left;
  width: 68%;
}
@media (max-width: 1023px) {
  /* line 128, ../style/sass/modules/dashboard/_dashboard-manage-reporting.scss */
  .page-content.manage-reporting .hospital-admin > section > p {
    float: left;
    width: 90%;
  }
}
/* line 135, ../style/sass/modules/dashboard/_dashboard-manage-reporting.scss */
.page-content.manage-reporting .hospital-admin > section > p span {
  display: block;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 10px;
  margin-left: 0;
  color: #859199;
}
/* line 140, ../style/sass/modules/dashboard/_dashboard-manage-reporting.scss */
.page-content.manage-reporting .hospital-admin > section > p span:first-child {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 2px;
  margin-left: 0;
  font-size: 24px;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
  color: #004b87;
}
/* line 145, ../style/sass/modules/dashboard/_dashboard-manage-reporting.scss */
.page-content.manage-reporting .hospital-admin > section > p.error {
  margin-left: 33px;
}
/* line 149, ../style/sass/modules/dashboard/_dashboard-manage-reporting.scss */
.page-content.manage-reporting .hospital-admin > section > a {
  float: left;
  font-size: 22px;
}
/* line 153, ../style/sass/modules/dashboard/_dashboard-manage-reporting.scss */
.page-content.manage-reporting .hospital-admin > section input[type="button"] {
  float: right;
}
/* line 156, ../style/sass/modules/dashboard/_dashboard-manage-reporting.scss */
.page-content.manage-reporting .hospital-admin > section table.stacktable.small-only {
  width: 100%;
}
/* line 160, ../style/sass/modules/dashboard/_dashboard-manage-reporting.scss */
.page-content.manage-reporting .hospital-admin .no-record-found {
  float: left;
  width: 100%;
  margin-left: 30px;
}
/* line 164, ../style/sass/modules/dashboard/_dashboard-manage-reporting.scss */
.page-content.manage-reporting .hospital-admin .search-error {
  margin-top: 10px;
  margin-left: 10px;
}
/* line 171, ../style/sass/modules/dashboard/_dashboard-manage-reporting.scss */
.page-content.manage-reporting .pagination p {
  font-size: 15px;
  padding: 0;
  color: #fff;
}
/* line 175, ../style/sass/modules/dashboard/_dashboard-manage-reporting.scss */
.page-content.manage-reporting .pagination p span {
  color: #004b87;
}
/* line 177, ../style/sass/modules/dashboard/_dashboard-manage-reporting.scss */
.page-content.manage-reporting .pagination p span.total-count {
  color: #fff;
}
@media (max-width: 1023px) {
  /* line 171, ../style/sass/modules/dashboard/_dashboard-manage-reporting.scss */
  .page-content.manage-reporting .pagination p {
    text-align: center;
    width: 100%;
  }
}
/* line 188, ../style/sass/modules/dashboard/_dashboard-manage-reporting.scss */
.page-content.manage-reporting .srchRsltErr {
  text-align: left;
}

/* line 193, ../style/sass/modules/dashboard/_dashboard-manage-reporting.scss */
.register-new-device span.select2 {
  margin-bottom: 20px;
}
/* line 196, ../style/sass/modules/dashboard/_dashboard-manage-reporting.scss */
.register-new-device .secondary-btn2 {
  float: left;
}
/* line 199, ../style/sass/modules/dashboard/_dashboard-manage-reporting.scss */
.register-new-device .primary-btn {
  float: right;
}

/* line 203, ../style/sass/modules/dashboard/_dashboard-manage-reporting.scss */
.empty-patient-list {
  float: left;
  width: 100%;
  color: #fff;
  background-color: #71c5e8;
  line-height: 50px;
  padding-left: 15px;
}

/* line 211, ../style/sass/modules/dashboard/_dashboard-manage-reporting.scss */
.add-edit-insurance li {
  width: 24%;
  display: inline-block;
  padding: 0 10px;
}
/* line 215, ../style/sass/modules/dashboard/_dashboard-manage-reporting.scss */
.add-edit-insurance li input[type="text"] {
  width: 100%;
}
/* line 218, ../style/sass/modules/dashboard/_dashboard-manage-reporting.scss */
.add-edit-insurance li label {
  display: block;
}
/* line 222, ../style/sass/modules/dashboard/_dashboard-manage-reporting.scss */
.add-edit-insurance .addEditInsuranceButtonRow {
  float: none;
  text-align: center;
}

/* line 225, ../style/sass/modules/dashboard/_dashboard-manage-reporting.scss */
.add-edit-seeq-insurance li {
  width: 19%;
  display: inline-block;
  padding: 0 10px;
}
/* line 229, ../style/sass/modules/dashboard/_dashboard-manage-reporting.scss */
.add-edit-seeq-insurance li input[type="text"] {
  width: 100%;
}
/* line 232, ../style/sass/modules/dashboard/_dashboard-manage-reporting.scss */
.add-edit-seeq-insurance li label {
  display: block;
}
/* line 236, ../style/sass/modules/dashboard/_dashboard-manage-reporting.scss */
.add-edit-seeq-insurance .addEditInsuranceButtonRow {
  float: none;
  text-align: center;
}

@media (max-width: 1023px) {
  /* line 1, ../style/sass/modules/checkout/_shopping-cart-page.scss */
  .shopping-cart-page {
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 0;
  }
}
/* line 5, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.shopping-cart-page .selectall-container {
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
}
/* line 8, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.shopping-cart-page .aside-links {
  float: left;
  width: 18%;
  padding-right: 10px;
}
@media (max-width: 1023px) {
  /* line 8, ../style/sass/modules/checkout/_shopping-cart-page.scss */
  .shopping-cart-page .aside-links {
    position: absolute;
    top: 70px;
    border: 1px solid #ccc;
    right: 0;
    background: #fff;
    width: 100%;
    z-index: 9999;
  }
}
@media (max-width: 1023px) {
  /* line 21, ../style/sass/modules/checkout/_shopping-cart-page.scss */
  .shopping-cart-page .aside-links > span {
    content: '';
    display: inline-block;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #ccc;
    border-top: 0;
    border-bottom-color: #fdfcfc;
    position: absolute;
    top: -11px;
    right: 6%;
  }
}
/* line 35, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.shopping-cart-page .aside-links a {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Effra Medium";
  font-style: normal;
  font-weight: normal;
  display: block;
}
/* line 40, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.shopping-cart-page .aside-links a span.label-message {
  width: 75% !important;
}
/* line 43, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.shopping-cart-page .aside-links a span.arrow-icon {
  margin-right: 10px;
  vertical-align: -2px;
}
@media (max-width: 1023px) {
  /* line 35, ../style/sass/modules/checkout/_shopping-cart-page.scss */
  .shopping-cart-page .aside-links a {
    text-align: left;
    padding: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0;
  }
}
/* line 54, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.shopping-cart-page .aside-links:last-child {
  border-bottom: none;
}
/* line 58, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.shopping-cart-page .header-section {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 1024px) {
  /* line 58, ../style/sass/modules/checkout/_shopping-cart-page.scss */
  .shopping-cart-page .header-section {
    float: left;
    width: 100%;
  }
}
@media (max-width: 1023px) {
  /* line 58, ../style/sass/modules/checkout/_shopping-cart-page.scss */
  .shopping-cart-page .header-section {
    padding-top: 10px;
    padding-bottom: 0px;
    width: 100%;
  }
}
/* line 65, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.shopping-cart-page .header-section .left-sec {
  float: left;
  width: 82%;
  text-align: left;
}
@media (max-width: 1023px) {
  /* line 65, ../style/sass/modules/checkout/_shopping-cart-page.scss */
  .shopping-cart-page .header-section .left-sec {
    padding-right: 18px;
    padding-left: 18px;
    width: 100%;
  }
}
/* line 72, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.shopping-cart-page .header-section .left-sec h1 {
  text-align: left;
  padding-bottom: 10px;
  padding-left: 0px;
  margin-left: 50px;
}
@media (max-width: 1023px) {
  /* line 72, ../style/sass/modules/checkout/_shopping-cart-page.scss */
  .shopping-cart-page .header-section .left-sec h1 {
    text-align: left;
    margin-top: 6px;
    margin-bottom: 6px;
    margin-left: 3px;
  }
}
/* line 80, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.shopping-cart-page .header-section .left-sec h1 span {
  vertical-align: text-bottom;
}
@media (max-width: 1023px) {
  /* line 80, ../style/sass/modules/checkout/_shopping-cart-page.scss */
  .shopping-cart-page .header-section .left-sec h1 span {
    font-weight: normal;
    line-height: 29px;
  }
}
/* line 87, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.shopping-cart-page .header-section .left-sec h1 span + span {
  margin-left: 30px;
}
/* line 90, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.shopping-cart-page .header-section .left-sec h1 .cart-name {
  display: inline-block;
  margin-bottom: 7px;
}
/* line 96, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.shopping-cart-page .header-section .left-sec p.error {
  margin-left: 67px;
}
/* line 99, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.shopping-cart-page .header-section .left-sec .no-items-cart.cart-basket-container {
  width: 100%;
}
/* line 101, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.shopping-cart-page .header-section .left-sec .no-items-cart.cart-basket-container span.basket-sec {
  width: 5%;
}
/* line 104, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.shopping-cart-page .header-section .left-sec .no-items-cart.cart-basket-container span.empty-msg {
  font-size: 1.14em;
  color: #859199;
  line-height: 2.5em;
}
@media (max-width: 1023px) {
  /* line 104, ../style/sass/modules/checkout/_shopping-cart-page.scss */
  .shopping-cart-page .header-section .left-sec .no-items-cart.cart-basket-container span.empty-msg {
    display: inline-block;
    width: 80%;
  }
}
/* line 114, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.shopping-cart-page .header-section .left-sec .cart-basket-container {
  position: relative;
  min-height: 1px;
  padding-left: 50px;
  padding-right: 50px;
}
@media (min-width: 1024px) {
  /* line 114, ../style/sass/modules/checkout/_shopping-cart-page.scss */
  .shopping-cart-page .header-section .left-sec .cart-basket-container {
    float: left;
    width: 57.14286%;
  }
}
@media (max-width: 1023px) {
  /* line 114, ../style/sass/modules/checkout/_shopping-cart-page.scss */
  .shopping-cart-page .header-section .left-sec .cart-basket-container {
    position: relative;
    min-height: 1px;
    padding-left: 7.5px;
    padding-right: 7.5px;
    padding-bottom: 10px;
    padding-left: 0px;
  }
}
@media (max-width: 1023px) and (min-width: 1024px) {
  /* line 114, ../style/sass/modules/checkout/_shopping-cart-page.scss */
  .shopping-cart-page .header-section .left-sec .cart-basket-container {
    float: left;
    width: 100%;
  }
}

/* line 120, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.shopping-cart-page .header-section .left-sec .cart-basket-container .basket-sec {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 32px;
  font-style: normal;
  font-weight: normal;
  color: #859199;
  float: left;
  padding-left: 0;
}
@media (min-width: 1024px) {
  /* line 120, ../style/sass/modules/checkout/_shopping-cart-page.scss */
  .shopping-cart-page .header-section .left-sec .cart-basket-container .basket-sec {
    float: left;
    width: 14.28571%;
  }
}
@media (max-width: 1023px) {
  /* line 120, ../style/sass/modules/checkout/_shopping-cart-page.scss */
  .shopping-cart-page .header-section .left-sec .cart-basket-container .basket-sec {
    padding-right: 15px;
    padding-left: 0px;
    width: 15% !important;
    float: left;
  }
}
/* line 133, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.shopping-cart-page .header-section .left-sec .cart-basket-container .basket-content {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 1024px) {
  /* line 133, ../style/sass/modules/checkout/_shopping-cart-page.scss */
  .shopping-cart-page .header-section .left-sec .cart-basket-container .basket-content {
    float: left;
    width: 85.71429%;
  }
}
/* line 135, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.shopping-cart-page .header-section .left-sec .cart-basket-container .basket-content p {
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 5px;
}
/* line 136, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.shopping-cart-page .header-section .left-sec .cart-basket-container .basket-content p span.cart-update-msg {
  line-height: 2.3em;
}
@media (max-width: 1023px) {
  /* line 136, ../style/sass/modules/checkout/_shopping-cart-page.scss */
  .shopping-cart-page .header-section .left-sec .cart-basket-container .basket-content p span.cart-update-msg {
    line-height: inherit;
  }
}
@media (max-width: 1023px) {
  /* line 135, ../style/sass/modules/checkout/_shopping-cart-page.scss */
  .shopping-cart-page .header-section .left-sec .cart-basket-container .basket-content p {
    line-height: 26px;
  }
}
/* line 148, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.shopping-cart-page .header-section .left-sec .cart-basket-container .basket-content a {
  color: #E35205;
  font-size: 16px;
  font-family: "Effra Medium";
  font-style: normal;
  font-weight: normal;
}
/* line 156, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.shopping-cart-page .shopping-table {
  background-color: #EBEEF1;
  position: relative;
  min-height: 1px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 25px;
  padding-right: 50px;
  padding-bottom: 25px;
  padding-left: 50px;
}
/* line 157, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.shopping-cart-page .shopping-table div.checker {
  width: auto;
}
/* line 159, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.shopping-cart-page .shopping-table div.checker span {
  margin-right: 0px;
}
@media (min-width: 1024px) {
  /* line 156, ../style/sass/modules/checkout/_shopping-cart-page.scss */
  .shopping-cart-page .shopping-table {
    float: left;
    width: 100%;
  }
}
@media (max-width: 1023px) {
  /* line 156, ../style/sass/modules/checkout/_shopping-cart-page.scss */
  .shopping-cart-page .shopping-table {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
}
@media (max-width: 1023px) and (min-width: 1024px) {
  /* line 156, ../style/sass/modules/checkout/_shopping-cart-page.scss */
  .shopping-cart-page .shopping-table {
    float: left;
    width: 100%;
  }
}

@media (max-width: 1023px) {
  /* line 171, ../style/sass/modules/checkout/_shopping-cart-page.scss */
  .shopping-cart-page .shopping-table .button-container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 1023px) {
  /* line 177, ../style/sass/modules/checkout/_shopping-cart-page.scss */
  .shopping-cart-page .shopping-table .customer-support {
    padding-top: 20px;
    padding-right: 12px;
    padding-bottom: 20px;
    padding-left: 12px;
    overflow: hidden;
    width: 100%;
  }
}
@media (max-width: 1023px) {
  /* line 185, ../style/sass/modules/checkout/_shopping-cart-page.scss */
  .shopping-cart-page .shopping-table .customer-support h3 {
    clear: both;
    padding-top: 20px;
  }
}
/* line 192, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.shopping-cart-page .shopping-table .subtotal-box {
  float: left;
  width: 100%;
  padding-top: 20px;
  padding-right: 0;
  padding-bottom: 20px;
  padding-left: 0;
}
@media (max-width: 1023px) {
  /* line 192, ../style/sass/modules/checkout/_shopping-cart-page.scss */
  .shopping-cart-page .shopping-table .subtotal-box {
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
  }
}
/* line 198, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.shopping-cart-page .shopping-table .subtotal-box ul {
  width: 100%;
}
/* line 200, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.shopping-cart-page .shopping-table .subtotal-box ul li {
  float: right;
  width: 35%;
  list-style: none;
}
@media (max-width: 1023px) {
  /* line 200, ../style/sass/modules/checkout/_shopping-cart-page.scss */
  .shopping-cart-page .shopping-table .subtotal-box ul li {
    float: left;
    width: 100%;
  }
}
/* line 206, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.shopping-cart-page .shopping-table .subtotal-box ul li:first-child {
  float: left;
  width: 60%;
  color: #859199;
  font-size: 16px;
}
@media (max-width: 1023px) {
  /* line 206, ../style/sass/modules/checkout/_shopping-cart-page.scss */
  .shopping-cart-page .shopping-table .subtotal-box ul li:first-child {
    float: left;
    width: 100%;
    margin-bottom: 20px;
  }
}
/* line 215, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.shopping-cart-page .shopping-table .subtotal-box ul li .sub-total-value {
  float: left;
  color: #004b87;
  font-size: 22px;
  font-family: "Effra Medium";
  font-style: normal;
  font-weight: normal;
}
/* line 220, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.shopping-cart-page .shopping-table .subtotal-box ul li .price {
  float: right;
  margin-right: 80px;
}
@media (max-width: 1023px) {
  /* line 227, ../style/sass/modules/checkout/_shopping-cart-page.scss */
  .shopping-cart-page .shopping-table .subtotal-box + .button-container {
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
  }
}
@media (max-width: 1023px) {
  /* line 232, ../style/sass/modules/checkout/_shopping-cart-page.scss */
  .shopping-cart-page .shopping-table .customer-support {
    text-align: center;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
}
/* line 238, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.shopping-cart-page .shopping-table table {
  width: 100%;
}
/* line 241, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.shopping-cart-page .shopping-table table thead th {
  font-size: 12px;
  font-family: "Effra Medium";
  font-style: normal;
  font-weight: normal;
}
/* line 243, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.shopping-cart-page .shopping-table table thead th label {
  font-size: 12px;
  font-family: "Effra Light";
  font-style: normal;
  font-weight: normal;
}
/* line 246, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.shopping-cart-page .shopping-table table thead th a {
  display: block;
  font-weight: normal;
  color: #004b87;
  font-size: 12px;
  font-family: "Effra Medium";
  font-style: normal;
  font-weight: normal;
}
/* line 253, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.shopping-cart-page .shopping-table table thead th[data-header='unit-price'], .shopping-cart-page .shopping-table table thead th[data-header='total-price'] {
  text-align: right;
}
/* line 258, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.shopping-cart-page .shopping-table table td:nth-last-child(2), .shopping-cart-page .shopping-table table td:nth-last-child(3) {
  text-align: right;
}
/* line 260, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.shopping-cart-page .shopping-table table td:nth-last-child(2) span, .shopping-cart-page .shopping-table table td:nth-last-child(3) span {
  margin-right: 0px !important;
  float: right !important;
  color: #859199 !important;
  margin-top: 1px;
}
/* line 267, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.shopping-cart-page .shopping-table table td[class*='basePrice'], .shopping-cart-page .shopping-table table td[class*='totalPrice'] {
  text-align: right !important;
}
/* line 269, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.shopping-cart-page .shopping-table table td[class*='basePrice'] span, .shopping-cart-page .shopping-table table td[class*='totalPrice'] span {
  margin-right: 0px !important;
  float: right !important;
}
/* line 274, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.shopping-cart-page .shopping-table table td {
  font-size: 14px;
  vertical-align: top;
  word-break: break-word;
}
/* line 278, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.shopping-cart-page .shopping-table table td a {
  outline: none;
  font-size: 16px;
  font-family: "Effra Medium";
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  display: inline-block;
}
/* line 285, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.shopping-cart-page .shopping-table table td a + span {
  float: left;
  width: 100%;
}
/* line 288, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.shopping-cart-page .shopping-table table td span {
  margin-right: 25px;
  float: left;
}
@media (max-width: 1023px) {
  /* line 288, ../style/sass/modules/checkout/_shopping-cart-page.scss */
  .shopping-cart-page .shopping-table table td span {
    margin-right: 20px;
  }
}
/* line 295, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.shopping-cart-page .shopping-table table td span + span {
  margin-right: 10px;
}
@media (max-width: 1023px) {
  /* line 298, ../style/sass/modules/checkout/_shopping-cart-page.scss */
  .shopping-cart-page .shopping-table table td span + div {
    width: 85%;
    text-align: left;
  }
}
/* line 304, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.shopping-cart-page .shopping-table table td p span {
  font-size: 17px;
  margin-right: 10px;
}
/* line 308, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.shopping-cart-page .shopping-table table td p span + a,
.shopping-cart-page .shopping-table table td div {
  width: 85%;
  display: inline-block;
}
/* line 313, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.shopping-cart-page .shopping-table table td input {
  width: 70px;
  font-size: 14px;
}
/* line 317, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.shopping-cart-page .shopping-table table td .delete-icon {
  font-size: 14px;
  color: #859199;
  float: right;
}
/* line 322, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.shopping-cart-page .shopping-table table td .price-color {
  color: #004b87;
  text-align: right;
}
/* line 328, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.shopping-cart-page .shopping-table table .detail-data-expanded table {
  margin-top: 20px;
  margin-bottom: 20px;
}
/* line 330, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.shopping-cart-page .shopping-table table .detail-data-expanded table td span {
  display: block;
}
/* line 342, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.shopping-cart-page textarea {
  float: left;
  width: 100%;
  display: block;
}
/* line 346, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.shopping-cart-page .err-container {
  padding-right: 50px;
  padding-bottom: 25px;
  padding-left: 50px;
  font-size: 16px;
  clear: both;
}
/* line 350, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.shopping-cart-page .err-container span {
  display: block;
}
/* line 353, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.shopping-cart-page .err-container a {
  font-size: 16px;
  font-family: "Effra Medium";
  font-style: normal;
  font-weight: normal;
}
@media (max-width: 1023px) {
  /* line 346, ../style/sass/modules/checkout/_shopping-cart-page.scss */
  .shopping-cart-page .err-container {
    padding-top: 20px;
    padding-right: 0;
    padding-left: 0;
    margin-right: 18px;
    margin-left: 18px;
  }
}
/* line 360, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.shopping-cart-page .err-container .check-price-notes {
  color: #859199;
}
/* line 365, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.shopping-cart-page .stacktable td {
  padding-bottom: 0;
}
/* line 367, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.shopping-cart-page .stacktable td:first-child {
  text-align: left;
}
/* line 371, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.shopping-cart-page .stacktable td:last-child input {
  width: 100%;
  float: none;
}
@media (max-width: 1023px) {
  /* line 365, ../style/sass/modules/checkout/_shopping-cart-page.scss */
  .shopping-cart-page .stacktable td {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/* matloob */
/* line 384, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.transfer-cart-page {
  /*
  .select2-container {
              width: 100%!important;
              .select2-selection--single {
                  background: #fff;
                  border: 1px solid #ddd;
                  .select2-selection__arrow b {
                      color: #00A9E0;
                      line-height: 48px;
                  }
              }
              @include breakpoint(xs) {
                  width: 65%!important;
                  float: left;
              }
          }*/
}
@media (max-width: 1023px) {
  /* line 384, ../style/sass/modules/checkout/_shopping-cart-page.scss */
  .transfer-cart-page {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
}
@media (max-width: 1023px) {
  /* line 388, ../style/sass/modules/checkout/_shopping-cart-page.scss */
  .transfer-cart-page .getPricesByCartPk {
    float: right;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 16px;
    margin-left: 0;
  }
}
@media (max-width: 1023px) {
  /* line 395, ../style/sass/modules/checkout/_shopping-cart-page.scss */
  .transfer-cart-page #transferCartPage .error-banner + a {
    color: #00a9e0;
    outline: none;
    font-size: 18px;
    font-family: "Effra Medium";
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    display: inline-block;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
/* line 405, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.transfer-cart-page .aside-btn {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 1024px) {
  /* line 405, ../style/sass/modules/checkout/_shopping-cart-page.scss */
  .transfer-cart-page .aside-btn {
    float: left;
    width: 14.28571%;
  }
}
@media (max-width: 1023px) {
  /* line 405, ../style/sass/modules/checkout/_shopping-cart-page.scss */
  .transfer-cart-page .aside-btn {
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 18px;
    padding-left: 18px;
    position: absolute;
    top: 135px;
    width: 100%;
    right: 0;
    background: #fff;
  }
}
/* line 418, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.transfer-cart-page .header-section {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 1024px) {
  /* line 418, ../style/sass/modules/checkout/_shopping-cart-page.scss */
  .transfer-cart-page .header-section {
    float: left;
    width: 100%;
  }
}
@media (max-width: 1023px) {
  /* line 418, ../style/sass/modules/checkout/_shopping-cart-page.scss */
  .transfer-cart-page .header-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
/* line 424, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.transfer-cart-page .header-section .left-sec {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
  margin-right: 100px;
  text-align: left;
}
@media (min-width: 1024px) {
  /* line 424, ../style/sass/modules/checkout/_shopping-cart-page.scss */
  .transfer-cart-page .header-section .left-sec {
    float: left;
    width: 71.42857%;
  }
}
@media (max-width: 1023px) {
  /* line 424, ../style/sass/modules/checkout/_shopping-cart-page.scss */
  .transfer-cart-page .header-section .left-sec {
    padding-left: 18px;
    margin-right: 0px;
    width: 100%;
  }
}
/* line 433, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.transfer-cart-page .header-section .left-sec h1 {
  text-align: left;
  padding-bottom: 10px;
  margin-left: 50px;
}
@media (max-width: 1023px) {
  /* line 433, ../style/sass/modules/checkout/_shopping-cart-page.scss */
  .transfer-cart-page .header-section .left-sec h1 {
    text-align: left;
    margin-top: 6px;
    margin-bottom: 6px;
    margin-left: 3px;
  }
}
/* line 442, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.transfer-cart-page .header-section .left-sec h1 span {
  vertical-align: baseline;
}
/* line 447, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.transfer-cart-page .header-section .left-sec .cart-share-container {
  position: relative;
  min-height: 1px;
  padding-left: 50px;
  padding-right: 50px;
}
@media (min-width: 1024px) {
  /* line 447, ../style/sass/modules/checkout/_shopping-cart-page.scss */
  .transfer-cart-page .header-section .left-sec .cart-share-container {
    float: left;
    width: 57.14286%;
  }
}
@media (max-width: 1023px) {
  /* line 447, ../style/sass/modules/checkout/_shopping-cart-page.scss */
  .transfer-cart-page .header-section .left-sec .cart-share-container {
    position: relative;
    min-height: 1px;
    padding-left: 7.5px;
    padding-right: 7.5px;
    padding-bottom: 19px;
    padding-left: 0px;
    float: left;
  }
}
@media (max-width: 1023px) and (min-width: 1024px) {
  /* line 447, ../style/sass/modules/checkout/_shopping-cart-page.scss */
  .transfer-cart-page .header-section .left-sec .cart-share-container {
    float: left;
    width: 100%;
  }
}

/* line 454, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.transfer-cart-page .header-section .left-sec .cart-share-container .share-sec {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 32px;
  font-style: normal;
  font-weight: normal;
  color: #859199;
  float: left;
  padding-left: 0;
}
@media (min-width: 1024px) {
  /* line 454, ../style/sass/modules/checkout/_shopping-cart-page.scss */
  .transfer-cart-page .header-section .left-sec .cart-share-container .share-sec {
    float: left;
    width: 14.28571%;
  }
}
@media (max-width: 1023px) {
  /* line 454, ../style/sass/modules/checkout/_shopping-cart-page.scss */
  .transfer-cart-page .header-section .left-sec .cart-share-container .share-sec {
    padding-right: 15px;
    padding-left: 0px;
    float: left;
  }
}
/* line 466, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.transfer-cart-page .header-section .left-sec .cart-share-container .share-content {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 1024px) {
  /* line 466, ../style/sass/modules/checkout/_shopping-cart-page.scss */
  .transfer-cart-page .header-section .left-sec .cart-share-container .share-content {
    float: left;
    width: 85.71429%;
  }
}
@media (max-width: 1023px) {
  /* line 466, ../style/sass/modules/checkout/_shopping-cart-page.scss */
  .transfer-cart-page .header-section .left-sec .cart-share-container .share-content {
    float: left;
    width: 83%;
  }
}
/* line 474, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.transfer-cart-page .header-section .left-sec .cart-share-container .share-content p {
  margin-top: 3px;
  margin-bottom: 5px;
}
@media (max-width: 1023px) {
  /* line 474, ../style/sass/modules/checkout/_shopping-cart-page.scss */
  .transfer-cart-page .header-section .left-sec .cart-share-container .share-content p {
    line-height: 26px;
  }
}
/* line 480, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.transfer-cart-page .header-section .left-sec .cart-share-container .share-content a {
  color: #E35205;
  font-size: 16px;
  font-family: "Effra Medium";
  font-style: normal;
  font-weight: normal;
}
/* line 488, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.transfer-cart-page .shopping-table {
  background-color: #EBEEF1;
  position: relative;
  min-height: 1px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 15px;
  padding-right: 50px;
  padding-bottom: 25px;
  padding-left: 50px;
  float: left;
  width: 100%;
}
@media (min-width: 1024px) {
  /* line 488, ../style/sass/modules/checkout/_shopping-cart-page.scss */
  .transfer-cart-page .shopping-table {
    float: left;
    width: 100%;
  }
}
@media (max-width: 1023px) {
  /* line 488, ../style/sass/modules/checkout/_shopping-cart-page.scss */
  .transfer-cart-page .shopping-table {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
}
@media (max-width: 1023px) and (min-width: 1024px) {
  /* line 488, ../style/sass/modules/checkout/_shopping-cart-page.scss */
  .transfer-cart-page .shopping-table {
    float: left;
    width: 100%;
  }
}
@media (max-width: 1023px) {
  /* line 496, ../style/sass/modules/checkout/_shopping-cart-page.scss */
  .transfer-cart-page .shopping-table h3 {
    padding-top: 10px;
    padding-left: 18px;
    float: left;
    width: 100%;
  }
}
/* line 503, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.transfer-cart-page .shopping-table .subtotal-box {
  float: left;
  width: 100%;
  padding-top: 20px;
  padding-right: 0;
  padding-bottom: 20px;
  padding-left: 0;
}
/* line 506, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.transfer-cart-page .shopping-table .subtotal-box ul {
  width: 100%;
}
/* line 508, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.transfer-cart-page .shopping-table .subtotal-box ul li {
  float: right;
  width: 20%;
  list-style: none;
}
@media (max-width: 1023px) {
  /* line 508, ../style/sass/modules/checkout/_shopping-cart-page.scss */
  .transfer-cart-page .shopping-table .subtotal-box ul li {
    float: left;
    width: 100%;
  }
}
/* line 514, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.transfer-cart-page .shopping-table .subtotal-box ul li:first-child {
  float: left;
  width: 80%;
  color: #859199;
  font-size: 17px;
}
@media (max-width: 1023px) {
  /* line 514, ../style/sass/modules/checkout/_shopping-cart-page.scss */
  .transfer-cart-page .shopping-table .subtotal-box ul li:first-child {
    float: left;
    width: 100%;
    margin-bottom: 20px;
  }
}
/* line 523, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.transfer-cart-page .shopping-table .subtotal-box ul li .sub-total-value {
  float: left;
  color: #004b87;
  font-size: 22px;
  font-family: "Effra Medium";
  font-style: normal;
  font-weight: normal;
}
/* line 528, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.transfer-cart-page .shopping-table .subtotal-box ul li .price {
  float: right;
}
/* line 534, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.transfer-cart-page .shopping-table table {
  width: 100%;
}
/* line 538, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.transfer-cart-page .shopping-table table thead th a {
  display: block;
  font-weight: normal;
  color: #001e46;
  font-size: 12px;
  font-family: "Effra Medium";
  font-style: normal;
  font-weight: normal;
}
/* line 545, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.transfer-cart-page .shopping-table table thead th[data-header='unit-price'], .transfer-cart-page .shopping-table table thead th[data-header='total-price'] {
  text-align: right;
}
/* line 549, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.transfer-cart-page .shopping-table table td:nth-child(4), .transfer-cart-page .shopping-table table td:nth-child(5) {
  text-align: right;
}
/* line 552, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.transfer-cart-page .shopping-table table td {
  vertical-align: top;
  word-break: break-word;
}
/* line 555, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.transfer-cart-page .shopping-table table td a {
  color: #00a9e0;
  outline: none;
  font-family: "Effra Medium";
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
/* line 562, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.transfer-cart-page .shopping-table table td a + span {
  display: block;
  width: 100%;
}
/* line 566, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.transfer-cart-page .shopping-table table td span {
  margin-right: 25px;
  float: left;
}
@media (max-width: 1023px) {
  /* line 566, ../style/sass/modules/checkout/_shopping-cart-page.scss */
  .transfer-cart-page .shopping-table table td span {
    margin-right: 7px;
  }
}
@media (max-width: 1023px) {
  /* line 573, ../style/sass/modules/checkout/_shopping-cart-page.scss */
  .transfer-cart-page .shopping-table table td span + div {
    width: 75%;
    text-align: left;
    float: none;
  }
}
/* line 580, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.transfer-cart-page .shopping-table table td p span {
  font-size: 17px;
  margin-right: 10px;
}
/* line 584, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.transfer-cart-page .shopping-table table td p span + a,
.transfer-cart-page .shopping-table table td div {
  width: 85%;
  display: inline-block;
}
@media (max-width: 1023px) {
  /* line 584, ../style/sass/modules/checkout/_shopping-cart-page.scss */
  .transfer-cart-page .shopping-table table td p span + a,
  .transfer-cart-page .shopping-table table td div {
    float: right;
  }
}
/* line 593, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.transfer-cart-page .shopping-table table td div.checker {
  width: auto;
  float: none;
}
@media (max-width: 1023px) {
  /* line 593, ../style/sass/modules/checkout/_shopping-cart-page.scss */
  .transfer-cart-page .shopping-table table td div.checker {
    margin-bottom: 18px;
  }
}
/* line 599, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.transfer-cart-page .shopping-table table td div.checker span {
  margin-right: 0px;
}
/* line 603, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.transfer-cart-page .shopping-table table td input {
  width: 70px;
}
/* line 607, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.transfer-cart-page .shopping-table table td .check-box {
  float: right;
}
/* line 611, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.transfer-cart-page .shopping-table table td .price-color {
  color: #004b87;
}
/* line 617, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.transfer-cart-page .shopping-table table .detail-data-expanded table {
  margin-top: 20px;
  margin-bottom: 20px;
}
/* line 619, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.transfer-cart-page .shopping-table table .detail-data-expanded table td span {
  display: block;
}
/* line 627, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.transfer-cart-page textarea {
  width: 87%;
  display: block;
  margin-left: 47px;
}
@media (max-width: 1023px) {
  /* line 627, ../style/sass/modules/checkout/_shopping-cart-page.scss */
  .transfer-cart-page textarea {
    width: 75%;
    margin-left: 30px;
  }
}
/* line 637, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.transfer-cart-page .err-container {
  padding-right: 50px;
  padding-bottom: 25px;
  padding-left: 50px;
  font-size: 17px;
  clear: both;
}
/* line 641, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.transfer-cart-page .err-container span {
  display: block;
}
@media (max-width: 1023px) {
  /* line 641, ../style/sass/modules/checkout/_shopping-cart-page.scss */
  .transfer-cart-page .err-container span {
    margin-left: 18px;
  }
}
/* line 647, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.transfer-cart-page .err-container a {
  color: #00a9e0;
  font-size: 17px;
  font-family: "Effra Medium";
  font-style: normal;
  font-weight: normal;
}
@media (max-width: 1023px) {
  /* line 637, ../style/sass/modules/checkout/_shopping-cart-page.scss */
  .transfer-cart-page .err-container {
    padding-top: 20px;
    padding-right: 0;
    padding-left: 0;
  }
}
/* line 655, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.transfer-cart-page .stacktable td {
  padding-bottom: 0;
}
/* line 657, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.transfer-cart-page .stacktable td:first-child {
  text-align: left;
}
/* line 660, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.transfer-cart-page .stacktable td:last-child {
  text-align: left;
}
/* line 662, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.transfer-cart-page .stacktable td:last-child input {
  width: 80%;
  float: none;
  margin-bottom: 21px;
}
/* line 671, ../style/sass/modules/checkout/_shopping-cart-page.scss */
.transfer-cart-page .button-container p {
  text-align: left;
  padding-left: 280px;
}
@media (max-width: 1023px) {
  /* line 671, ../style/sass/modules/checkout/_shopping-cart-page.scss */
  .transfer-cart-page .button-container p {
    padding-top: 15px;
    padding-right: 18px;
    padding-left: 18px;
  }
}
@media (max-width: 1023px) {
  /* line 669, ../style/sass/modules/checkout/_shopping-cart-page.scss */
  .transfer-cart-page .button-container {
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 0;
  }
}

/******************************************
1. checkout-shipping-details.shtml
2. cardiocom-review.shtml
3. cardiocom-confirmation
*******************************************/
/* line 8, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order, .cardio-review, .cardio-order-confirmation {
  padding-top: 0;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
/* line 9, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order h3:nth-of-type(1), .cardio-review h3:nth-of-type(1), .cardio-order-confirmation h3:nth-of-type(1) {
  float: left;
  width: 100%;
  margin-top: 36px;
  margin-left: 0;
}
@media (max-width: 1023px) {
  /* line 9, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .checkout-review-order h3:nth-of-type(1), .cardio-review h3:nth-of-type(1), .cardio-order-confirmation h3:nth-of-type(1) {
    margin-left: 12px;
    margin-top: 12px;
    width: 100%;
  }
}
/* line 22, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order h3.checkout-header, .cardio-review h3.checkout-header, .cardio-order-confirmation h3.checkout-header {
  padding-bottom: 0;
  padding-left: 50px;
}
@media (max-width: 1023px) {
  /* line 26, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .checkout-review-order .cardio-order-details, .cardio-review .cardio-order-details, .cardio-order-confirmation .cardio-order-details {
    margin-top: 0 !important;
  }
}
@media (max-width: 1023px) {
  /* line 8, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .checkout-review-order, .cardio-review, .cardio-order-confirmation {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
/* line 35, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .checkout-details-header, .cardio-review .checkout-details-header, .cardio-order-confirmation .checkout-details-header {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
@media (max-width: 1023px) {
  /* line 38, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .checkout-review-order .cardio-details-header, .cardio-review .cardio-details-header, .cardio-order-confirmation .cardio-details-header {
    padding-top: 0;
    padding-right: 2%;
    padding-bottom: 0;
    padding-left: 2%;
  }
}
/* line 42, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .cardio-details-header h1, .cardio-review .cardio-details-header h1, .cardio-order-confirmation .cardio-details-header h1 {
  font-size: 2.5em;
  font-family: "effra bold";
  font-style: normal;
  font-weight: normal;
  text-align: center;
  padding-top: 25px;
  padding-right: 0px;
  padding-bottom: 30px;
  padding-left: 0px;
}
/* line 49, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .cardio-details-header .steps div a, .cardio-review .cardio-details-header .steps div a, .cardio-order-confirmation .cardio-details-header .steps div a {
  left: 27%;
  /*fix for steps alignment*/
}
/* line 56, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .table-striped, .cardio-review .table-striped, .cardio-order-confirmation .table-striped {
  width: 100%;
}
/* line 59, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order dd, .cardio-review dd, .cardio-order-confirmation dd {
  word-wrap: break-word;
}
/* line 62, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .order-details, .checkout-review-order .cardio-order-details, .cardio-review .order-details, .cardio-review .cardio-order-details, .cardio-order-confirmation .order-details, .cardio-order-confirmation .cardio-order-details {
  float: left;
  width: 100%;
  padding-top: 28px;
  padding-right: 35px;
  padding-bottom: 50px;
  padding-left: 35px;
}
@media (max-width: 1023px) {
  /* line 62, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .checkout-review-order .order-details, .checkout-review-order .cardio-order-details, .cardio-review .order-details, .cardio-review .cardio-order-details, .cardio-order-confirmation .order-details, .cardio-order-confirmation .cardio-order-details {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
/* line 68, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .order-details hr, .checkout-review-order .cardio-order-details hr, .cardio-review .order-details hr, .cardio-review .cardio-order-details hr, .cardio-order-confirmation .order-details hr, .cardio-order-confirmation .cardio-order-details hr {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
/* line 72, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .order-details h1, .checkout-review-order .cardio-order-details h1, .cardio-review .order-details h1, .cardio-review .cardio-order-details h1, .cardio-order-confirmation .order-details h1, .cardio-order-confirmation .cardio-order-details h1 {
  width: 74%;
  float: left;
  padding-top: 65px;
}
@media (max-width: 1023px) {
  /* line 72, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .checkout-review-order .order-details h1, .checkout-review-order .cardio-order-details h1, .cardio-review .order-details h1, .cardio-review .cardio-order-details h1, .cardio-order-confirmation .order-details h1, .cardio-order-confirmation .cardio-order-details h1 {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
}
@media (max-width: 1023px) {
  /* line 79, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .checkout-review-order .order-details h1.ProviderDetailHeader, .checkout-review-order .cardio-order-details h1.ProviderDetailHeader, .cardio-review .order-details h1.ProviderDetailHeader, .cardio-review .cardio-order-details h1.ProviderDetailHeader, .cardio-order-confirmation .order-details h1.ProviderDetailHeader, .cardio-order-confirmation .cardio-order-details h1.ProviderDetailHeader {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    width: 100%;
  }
}
/* line 86, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .order-details div.button-container.top-section, .checkout-review-order .cardio-order-details div.button-container.top-section, .cardio-review .order-details div.button-container.top-section, .cardio-review .cardio-order-details div.button-container.top-section, .cardio-order-confirmation .order-details div.button-container.top-section, .cardio-order-confirmation .cardio-order-details div.button-container.top-section {
  width: 23%;
  float: left;
  padding-bottom: 22px;
}
@media (max-width: 1023px) {
  /* line 86, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .checkout-review-order .order-details div.button-container.top-section, .checkout-review-order .cardio-order-details div.button-container.top-section, .cardio-review .order-details div.button-container.top-section, .cardio-review .cardio-order-details div.button-container.top-section, .cardio-order-confirmation .order-details div.button-container.top-section, .cardio-order-confirmation .cardio-order-details div.button-container.top-section {
    padding-right: 10px;
    padding-left: 10px;
    width: 100%;
  }
}
/* line 94, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .order-details div.button-container.top-section input#continue_patient, .checkout-review-order .order-details div.button-container.top-section a#savePdfCardio, .checkout-review-order .cardio-order-details div.button-container.top-section input#continue_patient, .checkout-review-order .cardio-order-details div.button-container.top-section a#savePdfCardio, .cardio-review .order-details div.button-container.top-section input#continue_patient, .cardio-review .order-details div.button-container.top-section a#savePdfCardio, .cardio-review .cardio-order-details div.button-container.top-section input#continue_patient, .cardio-review .cardio-order-details div.button-container.top-section a#savePdfCardio, .cardio-order-confirmation .order-details div.button-container.top-section input#continue_patient, .cardio-order-confirmation .order-details div.button-container.top-section a#savePdfCardio, .cardio-order-confirmation .cardio-order-details div.button-container.top-section input#continue_patient, .cardio-order-confirmation .cardio-order-details div.button-container.top-section a#savePdfCardio {
  margin-top: 10px;
}
/* line 100, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .order-details div.button-container.top-section .primary-btn, .checkout-review-order .cardio-order-details div.button-container.top-section .primary-btn, .cardio-review .order-details div.button-container.top-section .primary-btn, .cardio-review .cardio-order-details div.button-container.top-section .primary-btn, .cardio-order-confirmation .order-details div.button-container.top-section .primary-btn, .cardio-order-confirmation .cardio-order-details div.button-container.top-section .primary-btn {
  margin-bottom: 10px;
  width: 100%;
}
@media (max-width: 1023px) {
  /* line 106, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .checkout-review-order .order-details h2, .checkout-review-order .cardio-order-details h2, .cardio-review .order-details h2, .cardio-review .cardio-order-details h2, .cardio-order-confirmation .order-details h2, .cardio-order-confirmation .cardio-order-details h2 {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
}
/* line 111, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .order-details h4,
.checkout-review-order .order-details .order-heading, .checkout-review-order .cardio-order-details h4,
.checkout-review-order .cardio-order-details .order-heading, .cardio-review .order-details h4,
.cardio-review .order-details .order-heading, .cardio-review .cardio-order-details h4,
.cardio-review .cardio-order-details .order-heading, .cardio-order-confirmation .order-details h4,
.cardio-order-confirmation .order-details .order-heading, .cardio-order-confirmation .cardio-order-details h4,
.cardio-order-confirmation .cardio-order-details .order-heading {
  font-size: 16px;
  color: #00c4b3;
  font-family: "Effra Medium";
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 27px;
  padding-left: 0;
}
/* line 120, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .order-details h4.cardio-order-heading, .checkout-review-order .cardio-order-details h4.cardio-order-heading, .cardio-review .order-details h4.cardio-order-heading, .cardio-review .cardio-order-details h4.cardio-order-heading, .cardio-order-confirmation .order-details h4.cardio-order-heading, .cardio-order-confirmation .cardio-order-details h4.cardio-order-heading {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 28px;
  padding-left: 0;
}
@media (max-width: 1023px) {
  /* line 120, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .checkout-review-order .order-details h4.cardio-order-heading, .checkout-review-order .cardio-order-details h4.cardio-order-heading, .cardio-review .order-details h4.cardio-order-heading, .cardio-review .cardio-order-details h4.cardio-order-heading, .cardio-order-confirmation .order-details h4.cardio-order-heading, .cardio-order-confirmation .cardio-order-details h4.cardio-order-heading {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 20px;
    padding-left: 0;
  }
}
/* line 128, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .order-details .pencil, .checkout-review-order .cardio-order-details .pencil, .cardio-review .order-details .pencil, .cardio-review .cardio-order-details .pencil, .cardio-order-confirmation .order-details .pencil, .cardio-order-confirmation .cardio-order-details .pencil {
  float: right;
}
@media (max-width: 1023px) {
  /* line 128, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .checkout-review-order .order-details .pencil, .checkout-review-order .cardio-order-details .pencil, .cardio-review .order-details .pencil, .cardio-review .cardio-order-details .pencil, .cardio-order-confirmation .order-details .pencil, .cardio-order-confirmation .cardio-order-details .pencil {
    margin-right: 0px;
  }
}
@media (max-width: 1023px) {
  /* line 62, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .checkout-review-order .order-details, .checkout-review-order .cardio-order-details, .cardio-review .order-details, .cardio-review .cardio-order-details, .cardio-order-confirmation .order-details, .cardio-order-confirmation .cardio-order-details {
    margin-top: 50px;
  }
}
@media (max-width: 1023px) {
  /* line 137, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .checkout-review-order .order-details .shipping-payment-details, .checkout-review-order .order-details .checkout-patient-details, .checkout-review-order .cardio-order-details .shipping-payment-details, .checkout-review-order .cardio-order-details .checkout-patient-details, .cardio-review .order-details .shipping-payment-details, .cardio-review .order-details .checkout-patient-details, .cardio-review .cardio-order-details .shipping-payment-details, .cardio-review .cardio-order-details .checkout-patient-details, .cardio-order-confirmation .order-details .shipping-payment-details, .cardio-order-confirmation .order-details .checkout-patient-details, .cardio-order-confirmation .cardio-order-details .shipping-payment-details, .cardio-order-confirmation .cardio-order-details .checkout-patient-details {
    border: 0;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
}
/* line 144, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .order-details .shipping-payment-details ul li, .checkout-review-order .order-details .checkout-patient-details ul li, .checkout-review-order .cardio-order-details .shipping-payment-details ul li, .checkout-review-order .cardio-order-details .checkout-patient-details ul li, .cardio-review .order-details .shipping-payment-details ul li, .cardio-review .order-details .checkout-patient-details ul li, .cardio-review .cardio-order-details .shipping-payment-details ul li, .cardio-review .cardio-order-details .checkout-patient-details ul li, .cardio-order-confirmation .order-details .shipping-payment-details ul li, .cardio-order-confirmation .order-details .checkout-patient-details ul li, .cardio-order-confirmation .cardio-order-details .shipping-payment-details ul li, .cardio-order-confirmation .cardio-order-details .checkout-patient-details ul li {
  display: inline-block;
  padding-top: 36px;
  padding-bottom: 40px;
  padding-left: 32px;
}
@media (max-width: 1023px) {
  /* line 144, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .checkout-review-order .order-details .shipping-payment-details ul li, .checkout-review-order .order-details .checkout-patient-details ul li, .checkout-review-order .cardio-order-details .shipping-payment-details ul li, .checkout-review-order .cardio-order-details .checkout-patient-details ul li, .cardio-review .order-details .shipping-payment-details ul li, .cardio-review .order-details .checkout-patient-details ul li, .cardio-review .cardio-order-details .shipping-payment-details ul li, .cardio-review .cardio-order-details .checkout-patient-details ul li, .cardio-order-confirmation .order-details .shipping-payment-details ul li, .cardio-order-confirmation .order-details .checkout-patient-details ul li, .cardio-order-confirmation .cardio-order-details .shipping-payment-details ul li, .cardio-order-confirmation .cardio-order-details .checkout-patient-details ul li {
    border-left: 0;
    border-top: 0;
    border-right: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    max-height: 100%;
    margin-top: 10px;
  }
  /* line 154, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .checkout-review-order .order-details .shipping-payment-details ul li h3, .checkout-review-order .order-details .checkout-patient-details ul li h3, .checkout-review-order .cardio-order-details .shipping-payment-details ul li h3, .checkout-review-order .cardio-order-details .checkout-patient-details ul li h3, .cardio-review .order-details .shipping-payment-details ul li h3, .cardio-review .order-details .checkout-patient-details ul li h3, .cardio-review .cardio-order-details .shipping-payment-details ul li h3, .cardio-review .cardio-order-details .checkout-patient-details ul li h3, .cardio-order-confirmation .order-details .shipping-payment-details ul li h3, .cardio-order-confirmation .order-details .checkout-patient-details ul li h3, .cardio-order-confirmation .cardio-order-details .shipping-payment-details ul li h3, .cardio-order-confirmation .cardio-order-details .checkout-patient-details ul li h3 {
    padding-top: 0;
    padding-bottom: 20px;
  }
}
@media (max-width: 1023px) {
  /* line 144, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .checkout-review-order .order-details .shipping-payment-details ul li, .checkout-review-order .order-details .checkout-patient-details ul li, .checkout-review-order .cardio-order-details .shipping-payment-details ul li, .checkout-review-order .cardio-order-details .checkout-patient-details ul li, .cardio-review .order-details .shipping-payment-details ul li, .cardio-review .order-details .checkout-patient-details ul li, .cardio-review .cardio-order-details .shipping-payment-details ul li, .cardio-review .cardio-order-details .checkout-patient-details ul li, .cardio-order-confirmation .order-details .shipping-payment-details ul li, .cardio-order-confirmation .order-details .checkout-patient-details ul li, .cardio-order-confirmation .cardio-order-details .shipping-payment-details ul li, .cardio-order-confirmation .cardio-order-details .checkout-patient-details ul li {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 8px;
    min-height: auto;
  }
}
/* line 163, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .order-details .shipping-payment-details ul li .order-subheader, .checkout-review-order .order-details .checkout-patient-details ul li .order-subheader, .checkout-review-order .cardio-order-details .shipping-payment-details ul li .order-subheader, .checkout-review-order .cardio-order-details .checkout-patient-details ul li .order-subheader, .cardio-review .order-details .shipping-payment-details ul li .order-subheader, .cardio-review .order-details .checkout-patient-details ul li .order-subheader, .cardio-review .cardio-order-details .shipping-payment-details ul li .order-subheader, .cardio-review .cardio-order-details .checkout-patient-details ul li .order-subheader, .cardio-order-confirmation .order-details .shipping-payment-details ul li .order-subheader, .cardio-order-confirmation .order-details .checkout-patient-details ul li .order-subheader, .cardio-order-confirmation .cardio-order-details .shipping-payment-details ul li .order-subheader, .cardio-order-confirmation .cardio-order-details .checkout-patient-details ul li .order-subheader {
  font-weight: bold;
  font-size: inherit;
  font-family: "effra bold";
  font-style: normal;
  font-weight: normal;
  color: #859199;
}
/* line 169, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .order-details .shipping-payment-details ul li p.subheader-desc, .checkout-review-order .order-details .checkout-patient-details ul li p.subheader-desc, .checkout-review-order .cardio-order-details .shipping-payment-details ul li p.subheader-desc, .checkout-review-order .cardio-order-details .checkout-patient-details ul li p.subheader-desc, .cardio-review .order-details .shipping-payment-details ul li p.subheader-desc, .cardio-review .order-details .checkout-patient-details ul li p.subheader-desc, .cardio-review .cardio-order-details .shipping-payment-details ul li p.subheader-desc, .cardio-review .cardio-order-details .checkout-patient-details ul li p.subheader-desc, .cardio-order-confirmation .order-details .shipping-payment-details ul li p.subheader-desc, .cardio-order-confirmation .order-details .checkout-patient-details ul li p.subheader-desc, .cardio-order-confirmation .cardio-order-details .shipping-payment-details ul li p.subheader-desc, .cardio-order-confirmation .cardio-order-details .checkout-patient-details ul li p.subheader-desc {
  width: 50%;
}
/* line 173, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .order-details .shipping-payment-details ul li.double-column, .checkout-review-order .order-details .checkout-patient-details ul li.double-column, .checkout-review-order .cardio-order-details .shipping-payment-details ul li.double-column, .checkout-review-order .cardio-order-details .checkout-patient-details ul li.double-column, .cardio-review .order-details .shipping-payment-details ul li.double-column, .cardio-review .order-details .checkout-patient-details ul li.double-column, .cardio-review .cardio-order-details .shipping-payment-details ul li.double-column, .cardio-review .cardio-order-details .checkout-patient-details ul li.double-column, .cardio-order-confirmation .order-details .shipping-payment-details ul li.double-column, .cardio-order-confirmation .order-details .checkout-patient-details ul li.double-column, .cardio-order-confirmation .cardio-order-details .shipping-payment-details ul li.double-column, .cardio-order-confirmation .cardio-order-details .checkout-patient-details ul li.double-column {
  width: 66.66%;
}
@media (max-width: 1023px) {
  /* line 173, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .checkout-review-order .order-details .shipping-payment-details ul li.double-column, .checkout-review-order .order-details .checkout-patient-details ul li.double-column, .checkout-review-order .cardio-order-details .shipping-payment-details ul li.double-column, .checkout-review-order .cardio-order-details .checkout-patient-details ul li.double-column, .cardio-review .order-details .shipping-payment-details ul li.double-column, .cardio-review .order-details .checkout-patient-details ul li.double-column, .cardio-review .cardio-order-details .shipping-payment-details ul li.double-column, .cardio-review .cardio-order-details .checkout-patient-details ul li.double-column, .cardio-order-confirmation .order-details .shipping-payment-details ul li.double-column, .cardio-order-confirmation .order-details .checkout-patient-details ul li.double-column, .cardio-order-confirmation .cardio-order-details .shipping-payment-details ul li.double-column, .cardio-order-confirmation .cardio-order-details .checkout-patient-details ul li.double-column {
    width: 100%;
    margin-top: 10px;
  }
}
/* line 180, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .order-details .shipping-payment-details ul li.double-column ul li, .checkout-review-order .order-details .checkout-patient-details ul li.double-column ul li, .checkout-review-order .cardio-order-details .shipping-payment-details ul li.double-column ul li, .checkout-review-order .cardio-order-details .checkout-patient-details ul li.double-column ul li, .cardio-review .order-details .shipping-payment-details ul li.double-column ul li, .cardio-review .order-details .checkout-patient-details ul li.double-column ul li, .cardio-review .cardio-order-details .shipping-payment-details ul li.double-column ul li, .cardio-review .cardio-order-details .checkout-patient-details ul li.double-column ul li, .cardio-order-confirmation .order-details .shipping-payment-details ul li.double-column ul li, .cardio-order-confirmation .order-details .checkout-patient-details ul li.double-column ul li, .cardio-order-confirmation .cardio-order-details .shipping-payment-details ul li.double-column ul li, .cardio-order-confirmation .cardio-order-details .checkout-patient-details ul li.double-column ul li {
  width: 50%;
  min-height: auto;
  border: none;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
@media (max-width: 1023px) {
  /* line 180, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .checkout-review-order .order-details .shipping-payment-details ul li.double-column ul li, .checkout-review-order .order-details .checkout-patient-details ul li.double-column ul li, .checkout-review-order .cardio-order-details .shipping-payment-details ul li.double-column ul li, .checkout-review-order .cardio-order-details .checkout-patient-details ul li.double-column ul li, .cardio-review .order-details .shipping-payment-details ul li.double-column ul li, .cardio-review .order-details .checkout-patient-details ul li.double-column ul li, .cardio-review .cardio-order-details .shipping-payment-details ul li.double-column ul li, .cardio-review .cardio-order-details .checkout-patient-details ul li.double-column ul li, .cardio-order-confirmation .order-details .shipping-payment-details ul li.double-column ul li, .cardio-order-confirmation .order-details .checkout-patient-details ul li.double-column ul li, .cardio-order-confirmation .cardio-order-details .shipping-payment-details ul li.double-column ul li, .cardio-order-confirmation .cardio-order-details .checkout-patient-details ul li.double-column ul li {
    width: 100%;
  }
}
/* line 191, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .order-details .shipping-payment-details ul li.large-cell-height, .checkout-review-order .order-details .checkout-patient-details ul li.large-cell-height, .checkout-review-order .cardio-order-details .shipping-payment-details ul li.large-cell-height, .checkout-review-order .cardio-order-details .checkout-patient-details ul li.large-cell-height, .cardio-review .order-details .shipping-payment-details ul li.large-cell-height, .cardio-review .order-details .checkout-patient-details ul li.large-cell-height, .cardio-review .cardio-order-details .shipping-payment-details ul li.large-cell-height, .cardio-review .cardio-order-details .checkout-patient-details ul li.large-cell-height, .cardio-order-confirmation .order-details .shipping-payment-details ul li.large-cell-height, .cardio-order-confirmation .order-details .checkout-patient-details ul li.large-cell-height, .cardio-order-confirmation .cardio-order-details .shipping-payment-details ul li.large-cell-height, .cardio-order-confirmation .cardio-order-details .checkout-patient-details ul li.large-cell-height {
  min-height: 575px;
}
@media (max-width: 1023px) {
  /* line 191, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .checkout-review-order .order-details .shipping-payment-details ul li.large-cell-height, .checkout-review-order .order-details .checkout-patient-details ul li.large-cell-height, .checkout-review-order .cardio-order-details .shipping-payment-details ul li.large-cell-height, .checkout-review-order .cardio-order-details .checkout-patient-details ul li.large-cell-height, .cardio-review .order-details .shipping-payment-details ul li.large-cell-height, .cardio-review .order-details .checkout-patient-details ul li.large-cell-height, .cardio-review .cardio-order-details .shipping-payment-details ul li.large-cell-height, .cardio-review .cardio-order-details .checkout-patient-details ul li.large-cell-height, .cardio-order-confirmation .order-details .shipping-payment-details ul li.large-cell-height, .cardio-order-confirmation .order-details .checkout-patient-details ul li.large-cell-height, .cardio-order-confirmation .cardio-order-details .shipping-payment-details ul li.large-cell-height, .cardio-order-confirmation .cardio-order-details .checkout-patient-details ul li.large-cell-height {
    min-height: 100%;
  }
}
/* line 197, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .order-details .shipping-payment-details ul dl, .checkout-review-order .order-details .checkout-patient-details ul dl, .checkout-review-order .cardio-order-details .shipping-payment-details ul dl, .checkout-review-order .cardio-order-details .checkout-patient-details ul dl, .cardio-review .order-details .shipping-payment-details ul dl, .cardio-review .order-details .checkout-patient-details ul dl, .cardio-review .cardio-order-details .shipping-payment-details ul dl, .cardio-review .cardio-order-details .checkout-patient-details ul dl, .cardio-order-confirmation .order-details .shipping-payment-details ul dl, .cardio-order-confirmation .order-details .checkout-patient-details ul dl, .cardio-order-confirmation .cardio-order-details .shipping-payment-details ul dl, .cardio-order-confirmation .cardio-order-details .checkout-patient-details ul dl {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  /* line 200, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .checkout-review-order .order-details .shipping-payment-details ul a, .checkout-review-order .order-details .checkout-patient-details ul a, .checkout-review-order .cardio-order-details .shipping-payment-details ul a, .checkout-review-order .cardio-order-details .checkout-patient-details ul a, .cardio-review .order-details .shipping-payment-details ul a, .cardio-review .order-details .checkout-patient-details ul a, .cardio-review .cardio-order-details .shipping-payment-details ul a, .cardio-review .cardio-order-details .checkout-patient-details ul a, .cardio-order-confirmation .order-details .shipping-payment-details ul a, .cardio-order-confirmation .order-details .checkout-patient-details ul a, .cardio-order-confirmation .cardio-order-details .shipping-payment-details ul a, .cardio-order-confirmation .cardio-order-details .checkout-patient-details ul a {
    float: right;
  }
}
/* line 211, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .order-details .checkout-patient-details ul li dl dt, .checkout-review-order .cardio-order-details .checkout-patient-details ul li dl dt, .cardio-review .order-details .checkout-patient-details ul li dl dt, .cardio-review .cardio-order-details .checkout-patient-details ul li dl dt, .cardio-order-confirmation .order-details .checkout-patient-details ul li dl dt, .cardio-order-confirmation .cardio-order-details .checkout-patient-details ul li dl dt {
  width: 12%;
}
@media (max-width: 1023px) {
  /* line 211, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .checkout-review-order .order-details .checkout-patient-details ul li dl dt, .checkout-review-order .cardio-order-details .checkout-patient-details ul li dl dt, .cardio-review .order-details .checkout-patient-details ul li dl dt, .cardio-review .cardio-order-details .checkout-patient-details ul li dl dt, .cardio-order-confirmation .order-details .checkout-patient-details ul li dl dt, .cardio-order-confirmation .cardio-order-details .checkout-patient-details ul li dl dt {
    width: 40%;
  }
}
/* line 217, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .order-details .checkout-patient-details ul li dl dd, .checkout-review-order .cardio-order-details .checkout-patient-details ul li dl dd, .cardio-review .order-details .checkout-patient-details ul li dl dd, .cardio-review .cardio-order-details .checkout-patient-details ul li dl dd, .cardio-order-confirmation .order-details .checkout-patient-details ul li dl dd, .cardio-order-confirmation .cardio-order-details .checkout-patient-details ul li dl dd {
  width: 87%;
}
@media (max-width: 1023px) {
  /* line 217, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .checkout-review-order .order-details .checkout-patient-details ul li dl dd, .checkout-review-order .cardio-order-details .checkout-patient-details ul li dl dd, .cardio-review .order-details .checkout-patient-details ul li dl dd, .cardio-review .cardio-order-details .checkout-patient-details ul li dl dd, .cardio-order-confirmation .order-details .checkout-patient-details ul li dl dd, .cardio-order-confirmation .cardio-order-details .checkout-patient-details ul li dl dd {
    width: 56%;
  }
}
@media (max-width: 1023px) {
  /* line 227, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .checkout-review-order .order-details .shipping-payment-details.providerOrderPage, .checkout-review-order .cardio-order-details .shipping-payment-details.providerOrderPage, .cardio-review .order-details .shipping-payment-details.providerOrderPage, .cardio-review .cardio-order-details .shipping-payment-details.providerOrderPage, .cardio-order-confirmation .order-details .shipping-payment-details.providerOrderPage, .cardio-order-confirmation .cardio-order-details .shipping-payment-details.providerOrderPage {
    border: 0;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
}
/* line 234, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .order-details .shipping-payment-details.providerOrderPage ul li, .checkout-review-order .cardio-order-details .shipping-payment-details.providerOrderPage ul li, .cardio-review .order-details .shipping-payment-details.providerOrderPage ul li, .cardio-review .cardio-order-details .shipping-payment-details.providerOrderPage ul li, .cardio-order-confirmation .order-details .shipping-payment-details.providerOrderPage ul li, .cardio-order-confirmation .cardio-order-details .shipping-payment-details.providerOrderPage ul li {
  display: inline-block;
  float: left;
  width: 33.33%;
  min-height: 160px;
  max-height: initial;
  padding-top: 36px;
  padding-bottom: 40px;
  padding-left: 32px;
}
@media (max-width: 1023px) {
  /* line 240, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .checkout-review-order .order-details .shipping-payment-details.providerOrderPage ul li h3, .checkout-review-order .cardio-order-details .shipping-payment-details.providerOrderPage ul li h3, .cardio-review .order-details .shipping-payment-details.providerOrderPage ul li h3, .cardio-review .cardio-order-details .shipping-payment-details.providerOrderPage ul li h3, .cardio-order-confirmation .order-details .shipping-payment-details.providerOrderPage ul li h3, .cardio-order-confirmation .cardio-order-details .shipping-payment-details.providerOrderPage ul li h3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 1023px) {
  /* line 234, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .checkout-review-order .order-details .shipping-payment-details.providerOrderPage ul li, .checkout-review-order .cardio-order-details .shipping-payment-details.providerOrderPage ul li, .cardio-review .order-details .shipping-payment-details.providerOrderPage ul li, .cardio-review .cardio-order-details .shipping-payment-details.providerOrderPage ul li, .cardio-order-confirmation .order-details .shipping-payment-details.providerOrderPage ul li, .cardio-order-confirmation .cardio-order-details .shipping-payment-details.providerOrderPage ul li {
    width: 100%;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    min-height: auto;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #cccbcb;
    max-height: 100%;
    margin-top: 10px;
  }
}
/* line 256, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .order-details .shipping-payment-details.providerOrderPage ul li .order-subheader, .checkout-review-order .cardio-order-details .shipping-payment-details.providerOrderPage ul li .order-subheader, .cardio-review .order-details .shipping-payment-details.providerOrderPage ul li .order-subheader, .cardio-review .cardio-order-details .shipping-payment-details.providerOrderPage ul li .order-subheader, .cardio-order-confirmation .order-details .shipping-payment-details.providerOrderPage ul li .order-subheader, .cardio-order-confirmation .cardio-order-details .shipping-payment-details.providerOrderPage ul li .order-subheader {
  font-weight: bold;
  font-size: inherit;
  font-family: "effra bold";
  font-style: normal;
  font-weight: normal;
  color: #859199;
}
/* line 262, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .order-details .shipping-payment-details.providerOrderPage ul li p.subheader-desc, .checkout-review-order .cardio-order-details .shipping-payment-details.providerOrderPage ul li p.subheader-desc, .cardio-review .order-details .shipping-payment-details.providerOrderPage ul li p.subheader-desc, .cardio-review .cardio-order-details .shipping-payment-details.providerOrderPage ul li p.subheader-desc, .cardio-order-confirmation .order-details .shipping-payment-details.providerOrderPage ul li p.subheader-desc, .cardio-order-confirmation .cardio-order-details .shipping-payment-details.providerOrderPage ul li p.subheader-desc {
  line-height: 20px;
  font-size: 14px;
  width: 90%;
  word-break: break-word;
}
/* line 269, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .order-details .shipping-payment-details.providerOrderPage ul li.double-column, .checkout-review-order .cardio-order-details .shipping-payment-details.providerOrderPage ul li.double-column, .cardio-review .order-details .shipping-payment-details.providerOrderPage ul li.double-column, .cardio-review .cardio-order-details .shipping-payment-details.providerOrderPage ul li.double-column, .cardio-order-confirmation .order-details .shipping-payment-details.providerOrderPage ul li.double-column, .cardio-order-confirmation .cardio-order-details .shipping-payment-details.providerOrderPage ul li.double-column {
  width: 66.66%;
}
@media (max-width: 1023px) {
  /* line 269, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .checkout-review-order .order-details .shipping-payment-details.providerOrderPage ul li.double-column, .checkout-review-order .cardio-order-details .shipping-payment-details.providerOrderPage ul li.double-column, .cardio-review .order-details .shipping-payment-details.providerOrderPage ul li.double-column, .cardio-review .cardio-order-details .shipping-payment-details.providerOrderPage ul li.double-column, .cardio-order-confirmation .order-details .shipping-payment-details.providerOrderPage ul li.double-column, .cardio-order-confirmation .cardio-order-details .shipping-payment-details.providerOrderPage ul li.double-column {
    width: 100%;
    margin-top: 10px;
  }
}
/* line 276, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .order-details .shipping-payment-details.providerOrderPage ul li.double-column ul li, .checkout-review-order .cardio-order-details .shipping-payment-details.providerOrderPage ul li.double-column ul li, .cardio-review .order-details .shipping-payment-details.providerOrderPage ul li.double-column ul li, .cardio-review .cardio-order-details .shipping-payment-details.providerOrderPage ul li.double-column ul li, .cardio-order-confirmation .order-details .shipping-payment-details.providerOrderPage ul li.double-column ul li, .cardio-order-confirmation .cardio-order-details .shipping-payment-details.providerOrderPage ul li.double-column ul li {
  width: 50%;
  min-height: auto;
  border: none;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
@media (max-width: 1023px) {
  /* line 276, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .checkout-review-order .order-details .shipping-payment-details.providerOrderPage ul li.double-column ul li, .checkout-review-order .cardio-order-details .shipping-payment-details.providerOrderPage ul li.double-column ul li, .cardio-review .order-details .shipping-payment-details.providerOrderPage ul li.double-column ul li, .cardio-review .cardio-order-details .shipping-payment-details.providerOrderPage ul li.double-column ul li, .cardio-order-confirmation .order-details .shipping-payment-details.providerOrderPage ul li.double-column ul li, .cardio-order-confirmation .cardio-order-details .shipping-payment-details.providerOrderPage ul li.double-column ul li {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  /* line 285, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .checkout-review-order .order-details .shipping-payment-details.providerOrderPage ul li.double-column ul li + li, .checkout-review-order .cardio-order-details .shipping-payment-details.providerOrderPage ul li.double-column ul li + li, .cardio-review .order-details .shipping-payment-details.providerOrderPage ul li.double-column ul li + li, .cardio-review .cardio-order-details .shipping-payment-details.providerOrderPage ul li.double-column ul li + li, .cardio-order-confirmation .order-details .shipping-payment-details.providerOrderPage ul li.double-column ul li + li, .cardio-order-confirmation .cardio-order-details .shipping-payment-details.providerOrderPage ul li.double-column ul li + li {
    margin-top: 0;
  }
}
/* line 292, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .order-details .shipping-payment-details.providerOrderPage ul li.last-set, .checkout-review-order .cardio-order-details .shipping-payment-details.providerOrderPage ul li.last-set, .cardio-review .order-details .shipping-payment-details.providerOrderPage ul li.last-set, .cardio-review .cardio-order-details .shipping-payment-details.providerOrderPage ul li.last-set, .cardio-order-confirmation .order-details .shipping-payment-details.providerOrderPage ul li.last-set, .cardio-order-confirmation .cardio-order-details .shipping-payment-details.providerOrderPage ul li.last-set {
  width: 50%;
}
@media (max-width: 1023px) {
  /* line 292, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .checkout-review-order .order-details .shipping-payment-details.providerOrderPage ul li.last-set, .checkout-review-order .cardio-order-details .shipping-payment-details.providerOrderPage ul li.last-set, .cardio-review .order-details .shipping-payment-details.providerOrderPage ul li.last-set, .cardio-review .cardio-order-details .shipping-payment-details.providerOrderPage ul li.last-set, .cardio-order-confirmation .order-details .shipping-payment-details.providerOrderPage ul li.last-set, .cardio-order-confirmation .cardio-order-details .shipping-payment-details.providerOrderPage ul li.last-set {
    width: 100%;
  }
}
/* line 298, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .order-details .shipping-payment-details.providerOrderPage ul li.large-cell-height, .checkout-review-order .cardio-order-details .shipping-payment-details.providerOrderPage ul li.large-cell-height, .cardio-review .order-details .shipping-payment-details.providerOrderPage ul li.large-cell-height, .cardio-review .cardio-order-details .shipping-payment-details.providerOrderPage ul li.large-cell-height, .cardio-order-confirmation .order-details .shipping-payment-details.providerOrderPage ul li.large-cell-height, .cardio-order-confirmation .cardio-order-details .shipping-payment-details.providerOrderPage ul li.large-cell-height {
  min-height: 575px;
}
@media (max-width: 1023px) {
  /* line 298, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .checkout-review-order .order-details .shipping-payment-details.providerOrderPage ul li.large-cell-height, .checkout-review-order .cardio-order-details .shipping-payment-details.providerOrderPage ul li.large-cell-height, .cardio-review .order-details .shipping-payment-details.providerOrderPage ul li.large-cell-height, .cardio-review .cardio-order-details .shipping-payment-details.providerOrderPage ul li.large-cell-height, .cardio-order-confirmation .order-details .shipping-payment-details.providerOrderPage ul li.large-cell-height, .cardio-order-confirmation .cardio-order-details .shipping-payment-details.providerOrderPage ul li.large-cell-height {
    min-height: 100%;
  }
}
/* line 304, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .order-details .shipping-payment-details.providerOrderPage ul dl, .checkout-review-order .cardio-order-details .shipping-payment-details.providerOrderPage ul dl, .cardio-review .order-details .shipping-payment-details.providerOrderPage ul dl, .cardio-review .cardio-order-details .shipping-payment-details.providerOrderPage ul dl, .cardio-order-confirmation .order-details .shipping-payment-details.providerOrderPage ul dl, .cardio-order-confirmation .cardio-order-details .shipping-payment-details.providerOrderPage ul dl {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  /* line 307, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .checkout-review-order .order-details .shipping-payment-details.providerOrderPage ul a, .checkout-review-order .cardio-order-details .shipping-payment-details.providerOrderPage ul a, .cardio-review .order-details .shipping-payment-details.providerOrderPage ul a, .cardio-review .cardio-order-details .shipping-payment-details.providerOrderPage ul a, .cardio-order-confirmation .order-details .shipping-payment-details.providerOrderPage ul a, .cardio-order-confirmation .cardio-order-details .shipping-payment-details.providerOrderPage ul a {
    float: right;
  }
}
/* line 315, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .order-details div,
.checkout-review-order .order-details table, .checkout-review-order .cardio-order-details div,
.checkout-review-order .cardio-order-details table, .cardio-review .order-details div,
.cardio-review .order-details table, .cardio-review .cardio-order-details div,
.cardio-review .cardio-order-details table, .cardio-order-confirmation .order-details div,
.cardio-order-confirmation .order-details table, .cardio-order-confirmation .cardio-order-details div,
.cardio-order-confirmation .cardio-order-details table {
  float: left;
  width: 100%;
}
/* line 319, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .order-details div, .checkout-review-order .cardio-order-details div, .cardio-review .order-details div, .cardio-review .cardio-order-details div, .cardio-order-confirmation .order-details div, .cardio-order-confirmation .cardio-order-details div {
  background: #fff;
  padding-top: 0;
  padding-bottom: 0;
}
/* line 323, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .order-details ul, .checkout-review-order .cardio-order-details ul, .cardio-review .order-details ul, .cardio-review .cardio-order-details ul, .cardio-order-confirmation .order-details ul, .cardio-order-confirmation .cardio-order-details ul {
  float: left;
  width: 100%;
}
/* line 325, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .order-details ul.parentList, .checkout-review-order .cardio-order-details ul.parentList, .cardio-review .order-details ul.parentList, .cardio-review .cardio-order-details ul.parentList, .cardio-order-confirmation .order-details ul.parentList, .cardio-order-confirmation .cardio-order-details ul.parentList {
  border: 1px solid #cccbcb;
}
@media (max-width: 1023px) {
  /* line 325, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .checkout-review-order .order-details ul.parentList, .checkout-review-order .cardio-order-details ul.parentList, .cardio-review .order-details ul.parentList, .cardio-review .cardio-order-details ul.parentList, .cardio-order-confirmation .order-details ul.parentList, .cardio-order-confirmation .cardio-order-details ul.parentList {
    border-bottom: none;
    border-top: none;
  }
}
/* line 332, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .order-details ul.last-col, .checkout-review-order .cardio-order-details ul.last-col, .cardio-review .order-details ul.last-col, .cardio-review .cardio-order-details ul.last-col, .cardio-order-confirmation .order-details ul.last-col, .cardio-order-confirmation .cardio-order-details ul.last-col {
  width: 100%;
}
@media (max-width: 1023px) {
  /* line 332, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .checkout-review-order .order-details ul.last-col, .checkout-review-order .cardio-order-details ul.last-col, .cardio-review .order-details ul.last-col, .cardio-review .cardio-order-details ul.last-col, .cardio-order-confirmation .order-details ul.last-col, .cardio-order-confirmation .cardio-order-details ul.last-col {
    width: 100%;
    border-bottom: none;
  }
}
/* line 340, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .order-details li, .checkout-review-order .cardio-order-details li, .cardio-review .order-details li, .cardio-review .cardio-order-details li, .cardio-order-confirmation .order-details li, .cardio-order-confirmation .cardio-order-details li {
  float: left;
  width: 30%;
  border-right: 1px solid #cccbcb;
  border-left: 1px solid #cccbcb;
  min-height: 300px;
  padding-right: 24px;
}
@media (max-width: 1023px) {
  /* line 340, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .checkout-review-order .order-details li, .checkout-review-order .cardio-order-details li, .cardio-review .order-details li, .cardio-review .cardio-order-details li, .cardio-order-confirmation .order-details li, .cardio-order-confirmation .cardio-order-details li {
    width: 100%;
    min-height: 0;
  }
}
/* line 351, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .order-details li h4, .checkout-review-order .cardio-order-details li h4, .cardio-review .order-details li h4, .cardio-review .cardio-order-details li h4, .cardio-order-confirmation .order-details li h4, .cardio-order-confirmation .cardio-order-details li h4 {
  font-size: 16px;
  color: #00c4b3;
  font-family: "Effra Medium";
  text-transform: uppercase;
  margin-bottom: 30px;
  padding-top: 30px;
}
/* line 359, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .order-details li dl, .checkout-review-order .cardio-order-details li dl, .cardio-review .order-details li dl, .cardio-review .cardio-order-details li dl, .cardio-order-confirmation .order-details li dl, .cardio-order-confirmation .cardio-order-details li dl {
  font-family: "Effra Regular";
}
/* line 361, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .order-details li dl dt, .checkout-review-order .cardio-order-details li dl dt, .cardio-review .order-details li dl dt, .cardio-review .cardio-order-details li dl dt, .cardio-order-confirmation .order-details li dl dt, .cardio-order-confirmation .cardio-order-details li dl dt {
  margin-top: 0;
  margin-right: 5px;
  margin-bottom: 10px;
  color: #0085ca;
  width: 40%;
  display: inline-block;
  font-weight: normal;
  word-wrap: break-word;
}
/* line 370, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .order-details li dl dd, .checkout-review-order .cardio-order-details li dl dd, .cardio-review .order-details li dl dd, .cardio-review .cardio-order-details li dl dd, .cardio-order-confirmation .order-details li dl dd, .cardio-order-confirmation .cardio-order-details li dl dd {
  margin-bottom: 0;
  margin-left: 0;
  font-size: 14px;
  font-family: "Effra Regular";
  width: 56%;
  display: inline-block;
  padding-top: 0;
  padding-right: 5px;
  padding-bottom: 10px;
  vertical-align: top;
  color: #859199;
}
/* line 381, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .order-details li span.tick-box-caridio, .checkout-review-order .cardio-order-details li span.tick-box-caridio, .cardio-review .order-details li span.tick-box-caridio, .cardio-review .cardio-order-details li span.tick-box-caridio, .cardio-order-confirmation .order-details li span.tick-box-caridio, .cardio-order-confirmation .cardio-order-details li span.tick-box-caridio {
  width: 6%;
  float: left;
}
/* line 385, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .order-details li p.disclaimerMessage, .checkout-review-order .cardio-order-details li p.disclaimerMessage, .cardio-review .order-details li p.disclaimerMessage, .cardio-review .cardio-order-details li p.disclaimerMessage, .cardio-order-confirmation .order-details li p.disclaimerMessage, .cardio-order-confirmation .cardio-order-details li p.disclaimerMessage {
  width: 90%;
  float: left;
  margin-top: -4px;
  font-size: 14px;
  word-break: break-word;
}
/* line 392, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .order-details li:first-child, .checkout-review-order .cardio-order-details li:first-child, .cardio-review .order-details li:first-child, .cardio-review .cardio-order-details li:first-child, .cardio-order-confirmation .order-details li:first-child, .cardio-order-confirmation .cardio-order-details li:first-child {
  border-left: none;
}
/* line 395, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .order-details li:last-child, .checkout-review-order .cardio-order-details li:last-child, .cardio-review .order-details li:last-child, .cardio-review .cardio-order-details li:last-child, .cardio-order-confirmation .order-details li:last-child, .cardio-order-confirmation .cardio-order-details li:last-child {
  border-left: none;
  border-right: none;
}
/* line 402, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .checkout-details-bottom, .cardio-review .checkout-details-bottom, .cardio-order-confirmation .checkout-details-bottom {
  margin-top: 0;
}
/* line 403, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .checkout-details-bottom h3, .cardio-review .checkout-details-bottom h3, .cardio-order-confirmation .checkout-details-bottom h3 {
  margin-left: 0;
}
@media (max-width: 1023px) {
  /* line 402, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .checkout-review-order .checkout-details-bottom, .cardio-review .checkout-details-bottom, .cardio-order-confirmation .checkout-details-bottom {
    margin-top: 30px;
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (max-width: 1023px) {
  /* line 411, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .checkout-review-order .checkout-details-bottom .primary-btn, .cardio-review .checkout-details-bottom .primary-btn, .cardio-order-confirmation .checkout-details-bottom .primary-btn {
    margin-right: 3%;
    margin-left: 3%;
    width: 100%;
  }
}
/* line 417, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .checkout-details-bottom .order-tnc, .cardio-review .checkout-details-bottom .order-tnc, .cardio-order-confirmation .checkout-details-bottom .order-tnc {
  padding-top: 0;
  padding-right: 35px;
  padding-bottom: 0;
  padding-left: 35px;
  text-align: left;
}
@media (max-width: 1023px) {
  /* line 417, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .checkout-review-order .checkout-details-bottom .order-tnc, .cardio-review .checkout-details-bottom .order-tnc, .cardio-order-confirmation .checkout-details-bottom .order-tnc {
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 10px;
  }
}
/* line 423, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .checkout-details-bottom .order-tnc div.checker, .cardio-review .checkout-details-bottom .order-tnc div.checker, .cardio-order-confirmation .checkout-details-bottom .order-tnc div.checker {
  float: left;
  width: 3%;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
@media (max-width: 1023px) {
  /* line 423, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .checkout-review-order .checkout-details-bottom .order-tnc div.checker, .cardio-review .checkout-details-bottom .order-tnc div.checker, .cardio-order-confirmation .checkout-details-bottom .order-tnc div.checker {
    margin-top: 19px;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
    float: left;
    width: 8%;
  }
}
/* line 431, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .checkout-details-bottom .order-tnc div.checker + p, .cardio-review .checkout-details-bottom .order-tnc div.checker + p, .cardio-order-confirmation .checkout-details-bottom .order-tnc div.checker + p {
  float: left;
  width: 97%;
}
@media (max-width: 1023px) {
  /* line 431, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .checkout-review-order .checkout-details-bottom .order-tnc div.checker + p, .cardio-review .checkout-details-bottom .order-tnc div.checker + p, .cardio-order-confirmation .checkout-details-bottom .order-tnc div.checker + p {
    float: left;
    width: 100%;
    font-size: 14px;
  }
}
/* line 438, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .checkout-details-bottom .order-tnc .agree-tnc, .cardio-review .checkout-details-bottom .order-tnc .agree-tnc, .cardio-order-confirmation .checkout-details-bottom .order-tnc .agree-tnc {
  color: #004b87;
  font-size: 16px;
  margin-top: 20px;
  margin-right: 0;
  margin-bottom: 10px;
  margin-left: 0;
}
@media (max-width: 1023px) {
  /* line 438, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .checkout-review-order .checkout-details-bottom .order-tnc .agree-tnc, .cardio-review .checkout-details-bottom .order-tnc .agree-tnc, .cardio-order-confirmation .checkout-details-bottom .order-tnc .agree-tnc {
    margin-top: 30px;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
  }
}
/* line 446, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .checkout-details-bottom .order-tnc b, .cardio-review .checkout-details-bottom .order-tnc b, .cardio-order-confirmation .checkout-details-bottom .order-tnc b {
  color: #859199;
  padding-top: 0;
  padding-right: 35px;
  padding-bottom: 0;
  padding-left: 35px;
  margin-top: 3px;
  margin-right: 0;
  margin-bottom: 3px;
  margin-left: 0;
  display: block;
}
@media (max-width: 1023px) {
  /* line 446, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .checkout-review-order .checkout-details-bottom .order-tnc b, .cardio-review .checkout-details-bottom .order-tnc b, .cardio-order-confirmation .checkout-details-bottom .order-tnc b {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
/* line 456, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .checkout-details-bottom a.secondary-btn, .cardio-review .checkout-details-bottom a.secondary-btn, .cardio-order-confirmation .checkout-details-bottom a.secondary-btn {
  width: 17%;
  display: block;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}
@media (max-width: 1023px) {
  /* line 456, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .checkout-review-order .checkout-details-bottom a.secondary-btn, .cardio-review .checkout-details-bottom a.secondary-btn, .cardio-order-confirmation .checkout-details-bottom a.secondary-btn {
    margin-left: 25%;
    width: 50%;
  }
}
@media (max-width: 1023px) {
  /* line 465, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .checkout-review-order .checkout-details-bottom.back-to-cart, .cardio-review .checkout-details-bottom.back-to-cart, .cardio-order-confirmation .checkout-details-bottom.back-to-cart {
    margin-top: 3px;
  }
}
@media (max-width: 1023px) {
  /* line 469, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .checkout-review-order .checkout-details-bottom.back-to-cart a, .cardio-review .checkout-details-bottom.back-to-cart a, .cardio-order-confirmation .checkout-details-bottom.back-to-cart a {
    margin-top: 0px;
  }
}
/* line 476, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .checkout-details-bottom.button-container input, .cardio-review .checkout-details-bottom.button-container input, .cardio-order-confirmation .checkout-details-bottom.button-container input {
  margin-right: 0;
  margin-left: 0;
}
@media (max-width: 1023px) {
  /* line 476, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .checkout-review-order .checkout-details-bottom.button-container input, .cardio-review .checkout-details-bottom.button-container input, .cardio-order-confirmation .checkout-details-bottom.button-container input {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
/* line 483, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .total, .cardio-review .total, .cardio-order-confirmation .total {
  clear: both;
  padding-top: 20px;
}
@media (max-width: 1023px) {
  /* line 483, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .checkout-review-order .total, .cardio-review .total, .cardio-order-confirmation .total {
    padding-top: 0px;
    padding-left: 0;
  }
}
/* line 489, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .total .lDiv, .cardio-review .total .lDiv, .cardio-order-confirmation .total .lDiv {
  float: left;
  width: 68%;
  margin-top: 0;
  margin-bottom: 75px;
}
@media (max-width: 1023px) {
  /* line 489, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .checkout-review-order .total .lDiv, .cardio-review .total .lDiv, .cardio-order-confirmation .total .lDiv {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0px;
  }
}
/* line 497, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .total dd, .cardio-review .total dd, .cardio-order-confirmation .total dd {
  color: #859199;
  margin-bottom: 7px;
  margin-left: 0;
  display: inline-block;
  width: 20%;
  text-align: right;
}
/* line 504, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .total dt, .cardio-review .total dt, .cardio-order-confirmation .total dt {
  color: #859199;
  font-weight: normal;
  float: left;
  width: 16%;
}
@media (max-width: 1023px) {
  /* line 509, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .checkout-review-order .total dd,
  .checkout-review-order .total dt, .cardio-review .total dd,
  .cardio-review .total dt, .cardio-order-confirmation .total dd,
  .cardio-order-confirmation .total dt {
    width: 50%;
  }
}
/* line 514, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .total dd:last-child,
.checkout-review-order .total dt:last-child, .cardio-review .total dd:last-child,
.cardio-review .total dt:last-child, .cardio-order-confirmation .total dd:last-child,
.cardio-order-confirmation .total dt:last-child {
  color: #004b87;
  font-size: 24px;
  font-family: "Effra Medium";
  font-style: normal;
  font-weight: normal;
}
/* line 519, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .total .total-price, .cardio-review .total .total-price, .cardio-order-confirmation .total .total-price {
  color: #004b87;
  font-size: 24px;
  font-family: "Effra Medium";
  font-style: normal;
  font-weight: normal;
}
/* line 524, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .total + p, .cardio-review .total + p, .cardio-order-confirmation .total + p {
  font-size: 16px;
  line-height: 26px;
}
/* line 528, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .shopping-table, .cardio-review .shopping-table, .cardio-order-confirmation .shopping-table {
  padding-top: 20px;
  padding-right: 50px;
  padding-bottom: 0;
  padding-left: 50px;
  position: relative;
  min-height: 1px;
  padding-left: 25px;
  padding-right: 25px;
}
@media (min-width: 1024px) {
  /* line 528, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .checkout-review-order .shopping-table, .cardio-review .shopping-table, .cardio-order-confirmation .shopping-table {
    float: left;
    width: 100%;
  }
}
/* line 531, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .shopping-table .pencil, .cardio-review .shopping-table .pencil, .cardio-order-confirmation .shopping-table .pencil {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 10px;
}
@media (max-width: 1023px) {
  /* line 528, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .checkout-review-order .shopping-table, .cardio-review .shopping-table, .cardio-order-confirmation .shopping-table {
    position: relative;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media (max-width: 1023px) and (min-width: 1024px) {
  /* line 528, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .checkout-review-order .shopping-table, .cardio-review .shopping-table, .cardio-order-confirmation .shopping-table {
    float: left;
    width: 100%;
  }
}

@media (max-width: 1023px) {
  /* line 539, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .checkout-review-order .shopping-table legend, .cardio-review .shopping-table legend, .cardio-order-confirmation .shopping-table legend {
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
}
@media (max-width: 1023px) {
  /* line 543, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .checkout-review-order .shopping-table legend a, .cardio-review .shopping-table legend a, .cardio-order-confirmation .shopping-table legend a {
    float: right;
    margin-right: 20px;
  }
}
/* line 553, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .shopping-table table thead th a, .cardio-review .shopping-table table thead th a, .cardio-order-confirmation .shopping-table table thead th a {
  display: block;
  font-weight: normal;
  color: #001e46;
  font-size: 13px;
  font-family: "Effra Medium";
  font-style: normal;
  font-weight: normal;
}
/* line 560, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .shopping-table table thead th[data-header='price'], .cardio-review .shopping-table table thead th[data-header='price'], .cardio-order-confirmation .shopping-table table thead th[data-header='price'] {
  text-align: right;
}
/* line 565, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .shopping-table table td.price-color, .cardio-review .shopping-table table td.price-color, .cardio-order-confirmation .shopping-table table td.price-color {
  text-align: right;
}
/* line 568, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .shopping-table table td, .cardio-review .shopping-table table td, .cardio-order-confirmation .shopping-table table td {
  vertical-align: top;
}
/* line 570, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .shopping-table table td .small-textarea, .cardio-review .shopping-table table td .small-textarea, .cardio-order-confirmation .shopping-table table td .small-textarea {
  width: 343px;
  margin-left: 45px;
}
@media (max-width: 1023px) {
  /* line 570, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .checkout-review-order .shopping-table table td .small-textarea, .cardio-review .shopping-table table td .small-textarea, .cardio-order-confirmation .shopping-table table td .small-textarea {
    width: 264px;
  }
}
/* line 577, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .shopping-table table td a, .cardio-review .shopping-table table td a, .cardio-order-confirmation .shopping-table table td a {
  color: #00a9e0;
  outline: none;
  font-size: 14px;
  font-family: "Effra Medium";
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
/* line 584, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .shopping-table table td span, .cardio-review .shopping-table table td span, .cardio-order-confirmation .shopping-table table td span {
  margin-right: 3%;
}
/* line 587, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .shopping-table table td span + span, .cardio-review .shopping-table table td span + span, .cardio-order-confirmation .shopping-table table td span + span {
  width: auto !important;
}
/* line 590, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .shopping-table table td p, .cardio-review .shopping-table table td p, .cardio-order-confirmation .shopping-table table td p {
  color: #0f4c86;
}
/* line 593, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .shopping-table table td p.notes, .cardio-review .shopping-table table td p.notes, .cardio-order-confirmation .shopping-table table td p.notes {
  float: left;
  width: 95%;
  margin-left: 0;
}
/* line 597, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .shopping-table table td div, .cardio-review .shopping-table table td div, .cardio-order-confirmation .shopping-table table td div {
  display: inline-block;
  width: 87%;
  vertical-align: top;
}
/* line 601, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .shopping-table table td div span, .cardio-review .shopping-table table td div span, .cardio-order-confirmation .shopping-table table td div span {
  float: left;
  width: 100%;
}
/* line 605, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .shopping-table table td input, .cardio-review .shopping-table table td input, .cardio-order-confirmation .shopping-table table td input {
  width: 50px;
}
/* line 608, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .shopping-table table td .delete-icon, .cardio-review .shopping-table table td .delete-icon, .cardio-order-confirmation .shopping-table table td .delete-icon {
  font-size: 20px;
  color: #ccc;
}
/* line 612, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .shopping-table table td:last-child, .cardio-review .shopping-table table td:last-child, .cardio-order-confirmation .shopping-table table td:last-child {
  color: #004b87;
}
/* line 617, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .shopping-table table .detail-data-expanded table, .cardio-review .shopping-table table .detail-data-expanded table, .cardio-order-confirmation .shopping-table table .detail-data-expanded table {
  margin-top: 20px;
  margin-bottom: 20px;
}
/* line 619, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .shopping-table table .detail-data-expanded table td span, .cardio-review .shopping-table table .detail-data-expanded table td span, .cardio-order-confirmation .shopping-table table .detail-data-expanded table td span {
  display: block;
}
/* line 625, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .shopping-table .bottom-sec, .cardio-review .shopping-table .bottom-sec, .cardio-order-confirmation .shopping-table .bottom-sec {
  padding-top: 40px;
  padding-bottom: 20px;
  float: right;
  width: 20%;
}
@media (max-width: 1023px) {
  /* line 625, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .checkout-review-order .shopping-table .bottom-sec, .cardio-review .shopping-table .bottom-sec, .cardio-order-confirmation .shopping-table .bottom-sec {
    width: 90%;
    margin: 0 5%;
  }
}
/* line 632, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .shopping-table .bottom-sec .subtotal-con, .cardio-review .shopping-table .bottom-sec .subtotal-con, .cardio-order-confirmation .shopping-table .bottom-sec .subtotal-con {
  float: left;
  color: #004b87;
  font-size: 22px;
  font-family: "Effra Medium";
  font-style: normal;
  font-weight: normal;
}
/* line 637, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .shopping-table .bottom-sec .subtotal-price-con, .cardio-review .shopping-table .bottom-sec .subtotal-price-con, .cardio-order-confirmation .shopping-table .bottom-sec .subtotal-price-con {
  float: right;
  color: #004b87;
  font-size: 22px;
  font-family: "Effra Medium";
  font-style: normal;
  font-weight: normal;
}
/* line 642, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .shopping-table .bottom-sec .button-container, .cardio-review .shopping-table .bottom-sec .button-container, .cardio-order-confirmation .shopping-table .bottom-sec .button-container {
  margin-top: 20px;
  margin-bottom: 20px;
}
/* line 647, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .accept-terms, .cardio-review .accept-terms, .cardio-order-confirmation .accept-terms {
  clear: both;
  margin-left: 2%;
}
@media (max-width: 1023px) {
  /* line 647, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .checkout-review-order .accept-terms, .cardio-review .accept-terms, .cardio-order-confirmation .accept-terms {
    margin-left: 0;
    padding-right: 10px;
    padding-left: 10px;
  }
}
/* line 655, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .sub-description, .cardio-review .sub-description, .cardio-order-confirmation .sub-description {
  float: right;
  text-align: left;
}
@media (max-width: 1023px) {
  /* line 655, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .checkout-review-order .sub-description, .cardio-review .sub-description, .cardio-order-confirmation .sub-description {
    float: left;
  }
}
/* line 662, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .primary-btn.disabled, .cardio-review .primary-btn.disabled, .cardio-order-confirmation .primary-btn.disabled {
  pointer-events: none;
}
/* line 665, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .stacktable td, .cardio-review .stacktable td, .cardio-order-confirmation .stacktable td {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 668, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order section.notes, .cardio-review section.notes, .cardio-order-confirmation section.notes {
  background: #F7FAFC;
  padding-top: 20px;
  padding-right: 25px;
  padding-bottom: 10px;
  padding-left: 25px;
  margin-right: 25px;
  margin-left: 25px;
  clear: both;
}
/* line 673, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order section.notes p, .cardio-review section.notes p, .cardio-order-confirmation section.notes p {
  color: #69757b;
  font-size: 14px;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
}
/* line 677, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order section.notes .pencil, .cardio-review section.notes .pencil, .cardio-order-confirmation section.notes .pencil {
  float: right;
}
/* line 680, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order section.notes span, .cardio-review section.notes span, .cardio-order-confirmation section.notes span {
  color: #859199;
}
@media (max-width: 1023px) {
  /* line 668, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .checkout-review-order section.notes, .cardio-review section.notes, .cardio-order-confirmation section.notes {
    margin-right: 10px;
    margin-left: 10px;
  }
}
/* line 687, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .custom-tabs, .cardio-review .custom-tabs, .cardio-order-confirmation .custom-tabs {
  margin-top: 50px;
  margin-right: 50px;
  margin-bottom: 0;
  margin-left: 50px;
}
@media (max-width: 1023px) {
  /* line 687, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .checkout-review-order .custom-tabs, .cardio-review .custom-tabs, .cardio-order-confirmation .custom-tabs {
    margin-right: 10px;
    margin-left: 10px;
  }
}
/* line 693, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order ul.tabs, .cardio-review ul.tabs, .cardio-order-confirmation ul.tabs {
  float: left;
}
/* line 695, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order ul.tabs li, .cardio-review ul.tabs li, .cardio-order-confirmation ul.tabs li {
  float: left;
  background: #004b87;
  height: 40px;
  min-width: 95px;
  background: #004b87;
  text-align: center;
}
/* line 702, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order ul.tabs li a, .cardio-review ul.tabs li a, .cardio-order-confirmation ul.tabs li a {
  color: #71c5e8;
  margin-top: 12px;
  display: inline-block;
  padding-top: 0;
  padding-right: 60px;
  padding-bottom: 0;
  padding-left: 60px;
}
@media (max-width: 1023px) {
  /* line 702, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .checkout-review-order ul.tabs li a, .cardio-review ul.tabs li a, .cardio-order-confirmation ul.tabs li a {
    padding-top: 0;
    padding-right: 59px;
    padding-bottom: 0;
    padding-left: 59px;
  }
}
/* line 712, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order ul.tabs li.selected, .cardio-review ul.tabs li.selected, .cardio-order-confirmation ul.tabs li.selected {
  background: #0085ca;
}
/* line 714, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order ul.tabs li.selected a, .cardio-review ul.tabs li.selected a, .cardio-order-confirmation ul.tabs li.selected a {
  color: #fff;
}
/* line 719, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .error-banner, .cardio-review .error-banner, .cardio-order-confirmation .error-banner {
  margin-top: 0;
  margin-right: 2%;
  margin-bottom: 0;
  margin-left: 2.5%;
}
/* line 722, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .heading, .cardio-review .heading, .cardio-order-confirmation .heading {
  font-size: 24px;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
  color: #004b87;
  padding-bottom: 20px;
  display: block;
}
/* line 729, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order li.providerOrderpatientInfo, .cardio-review li.providerOrderpatientInfo, .cardio-order-confirmation li.providerOrderpatientInfo {
  width: 100% !important;
  min-height: 0px !important;
  height: auto !important;
}
/* line 733, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order li.providerOrderpatientInfo ul li, .cardio-review li.providerOrderpatientInfo ul li, .cardio-order-confirmation li.providerOrderpatientInfo ul li {
  width: 33.3% !important;
}
@media (max-width: 1023px) {
  /* line 733, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .checkout-review-order li.providerOrderpatientInfo ul li, .cardio-review li.providerOrderpatientInfo ul li, .cardio-order-confirmation li.providerOrderpatientInfo ul li {
    width: 100% !important;
  }
}
/* line 742, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order p.digital-signature, .cardio-review p.digital-signature, .cardio-order-confirmation p.digital-signature {
  color: #001e46;
  padding-left: 5px;
}
@media (max-width: 1023px) {
  /* line 742, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .checkout-review-order p.digital-signature, .cardio-review p.digital-signature, .cardio-order-confirmation p.digital-signature {
    padding-left: 0px;
  }
}

/* line 752, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order h3.checkout-header {
  padding-bottom: 0;
  padding-left: 50px;
}
@media (max-width: 1023px) {
  /* line 752, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .checkout-review-order h3.checkout-header {
    margin-bottom: 0;
    margin-left: 10px;
    padding-bottom: 0;
    padding-left: 0;
  }
}

/* line 765, ../style/sass/modules/checkout/_checkout-review-order.scss */
#cardiocomReviewPage #review-details-form .order-details .shipping-payment-details.providerOrderPage ul.parentList:first-child {
  display: table;
  float: none;
}
@media (max-width: 1023px) {
  /* line 765, ../style/sass/modules/checkout/_checkout-review-order.scss */
  #cardiocomReviewPage #review-details-form .order-details .shipping-payment-details.providerOrderPage ul.parentList:first-child {
    display: block;
    float: left;
  }
}
/* line 772, ../style/sass/modules/checkout/_checkout-review-order.scss */
#cardiocomReviewPage #review-details-form .order-details .shipping-payment-details.providerOrderPage ul.parentList:first-child > li {
  display: table-cell;
  float: none;
  vertical-align: top;
}
@media (max-width: 1023px) {
  /* line 772, ../style/sass/modules/checkout/_checkout-review-order.scss */
  #cardiocomReviewPage #review-details-form .order-details .shipping-payment-details.providerOrderPage ul.parentList:first-child > li {
    display: block;
    float: left;
  }
  /* line 779, ../style/sass/modules/checkout/_checkout-review-order.scss */
  #cardiocomReviewPage #review-details-form .order-details .shipping-payment-details.providerOrderPage ul.parentList:first-child > li:first-child {
    border-top: 1px solid #cccbcb;
  }
}

@media (max-width: 1023px) {
  /* line 796, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .cardio-order-confirmation a.secondary-btn.hide-print {
    width: 100%;
    font-size: 14px;
  }
}
/* line 803, ../style/sass/modules/checkout/_checkout-review-order.scss */
.cardio-order-confirmation h2.tick-text {
  color: #004b87 !important;
  display: inline;
}
@media (max-width: 1023px) {
  /* line 803, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .cardio-order-confirmation h2.tick-text {
    display: block;
  }
}

/* line 813, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .steps div {
  float: none;
  left: auto;
}
/* line 816, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .steps div a {
  float: none;
  right: auto;
}
/* line 819, ../style/sass/modules/checkout/_checkout-review-order.scss */
.checkout-review-order .steps div a.last {
  width: 30px;
}
@media (max-width: 1023px) {
  /* line 823, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .checkout-review-order .steps div a:nth-child(3) {
    background-position: 0 -569px;
    width: 30px;
  }
}

/* line 833, ../style/sass/modules/checkout/_checkout-review-order.scss */
.review-submit {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
/* line 835, ../style/sass/modules/checkout/_checkout-review-order.scss */
.review-submit .order-details {
  padding-top: 50px;
  padding-right: 50px;
  padding-bottom: 30px;
  padding-left: 50px;
}
@media (max-width: 1023px) {
  /* line 835, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .review-submit .order-details {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 30px;
    padding-left: 10px;
    margin-top: 0;
  }
}
/* line 841, ../style/sass/modules/checkout/_checkout-review-order.scss */
.review-submit .order-details li {
  border: 0;
}
/* line 844, ../style/sass/modules/checkout/_checkout-review-order.scss */
.review-submit .order-details div {
  float: none;
  width: 100% !important;
}
@media (max-width: 1023px) {
  /* line 847, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .review-submit .order-details h2 {
    padding-left: 0;
  }
}
/* line 853, ../style/sass/modules/checkout/_checkout-review-order.scss */
.review-submit section.notes {
  margin-right: 50px;
  margin-bottom: 30px;
  margin-left: 50px;
}
@media (max-width: 1023px) {
  /* line 853, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .review-submit section.notes {
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
  }
}
/* line 859, ../style/sass/modules/checkout/_checkout-review-order.scss */
.review-submit section.notes + h3, .review-submit .order-details + h3 {
  margin-top: 50px;
  margin-left: 0;
  padding-top: 0;
  padding-left: 50px;
}
@media (max-width: 1023px) {
  /* line 859, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .review-submit section.notes + h3, .review-submit .order-details + h3 {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 10px;
    padding-top: 0;
    padding-left: 0;
  }
}
/* line 867, ../style/sass/modules/checkout/_checkout-review-order.scss */
.review-submit ul.tabs {
  left: 50px;
}
/* line 870, ../style/sass/modules/checkout/_checkout-review-order.scss */
.review-submit .shopping-table {
  padding-top: 0;
  padding-right: 50px;
  padding-bottom: 0;
  padding-left: 50px;
}
@media (max-width: 1023px) {
  /* line 870, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .review-submit .shopping-table {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    position: static;
  }
}
/* line 878, ../style/sass/modules/checkout/_checkout-review-order.scss */
.review-submit .shopping-table table thead {
  border-left: 1px solid #0085ca;
}
/* line 882, ../style/sass/modules/checkout/_checkout-review-order.scss */
.review-submit .shopping-table table tbody tr td:first-child {
  width: 40%;
}
/* line 888, ../style/sass/modules/checkout/_checkout-review-order.scss */
.review-submit .shipping-payment-details {
  display: table !important;
}
@media (max-width: 1023px) {
  /* line 888, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .review-submit .shipping-payment-details {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
  }
}
/* line 893, ../style/sass/modules/checkout/_checkout-review-order.scss */
.review-submit .shipping-payment-details ul {
  border: 1px solid #ebeff2;
  float: none !important;
  width: 33.3% !important;
  vertical-align: top;
  display: table-cell;
}
@media (max-width: 1023px) {
  /* line 893, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .review-submit .shipping-payment-details ul {
    float: left !important;
    width: 100% !important;
    border: 0;
    border-bottom: 1px solid #ccc;
  }
}
/* line 903, ../style/sass/modules/checkout/_checkout-review-order.scss */
.review-submit .shipping-payment-details ul li {
  float: none !important;
  width: 100% !important;
  min-height: 100%;
}
/* line 909, ../style/sass/modules/checkout/_checkout-review-order.scss */
.review-submit .shipping-payment-details ul:first-child li:first-child {
  padding-top: 0 px;
  margin-top: 0 px;
}
/* line 915, ../style/sass/modules/checkout/_checkout-review-order.scss */
.review-submit .shipping-payment-details .payer {
  border: 0;
}
/* line 917, ../style/sass/modules/checkout/_checkout-review-order.scss */
.review-submit .shipping-payment-details .payer li {
  float: none !important;
  width: 33.3% !important;
  border: 1px solid #ebeff2;
}
@media (max-width: 1023px) {
  /* line 917, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .review-submit .shipping-payment-details .payer li {
    float: left !important;
    width: 100% !important;
    border: 0;
    border-bottom: 1px solid #ccc;
  }
}
/* line 929, ../style/sass/modules/checkout/_checkout-review-order.scss */
.review-submit .shipping-payment-details .first-blank {
  border-left: 0;
  border-right: 0;
}
@media (max-width: 1023px) {
  /* line 929, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .review-submit .shipping-payment-details .first-blank {
    border: 0;
  }
}
/* line 936, ../style/sass/modules/checkout/_checkout-review-order.scss */
.review-submit .shipping-payment-details .last-blank {
  border-left: 0;
}
@media (max-width: 1023px) {
  /* line 936, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .review-submit .shipping-payment-details .last-blank {
    border: 0;
  }
}
@media (max-width: 1023px) {
  /* line 945, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .review-submit .checkout-patient-details, .review-submit .shipping-payment-details:last-child {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
  }
}
/* line 949, ../style/sass/modules/checkout/_checkout-review-order.scss */
.review-submit .checkout-patient-details ul, .review-submit .shipping-payment-details:last-child ul {
  border: 1px solid #ebeff2;
  float: none !important;
  width: 33.3% !important;
  vertical-align: top;
}
@media (max-width: 1023px) {
  /* line 949, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .review-submit .checkout-patient-details ul, .review-submit .shipping-payment-details:last-child ul {
    float: left !important;
    width: 100% !important;
    border: 0;
    border-bottom: 1px solid #ccc;
  }
}
/* line 958, ../style/sass/modules/checkout/_checkout-review-order.scss */
.review-submit .checkout-patient-details ul li, .review-submit .shipping-payment-details:last-child ul li {
  float: none !important;
  width: 100% !important;
  min-height: 100%;
}
/* line 964, ../style/sass/modules/checkout/_checkout-review-order.scss */
.review-submit .checkout-patient-details ul:first-child li:first-child, .review-submit .shipping-payment-details:last-child ul:first-child li:first-child {
  padding-top: 0 px;
  margin-top: 0 px;
}
/* line 969, ../style/sass/modules/checkout/_checkout-review-order.scss */
.review-submit .checkout-patient-details ul.double-column, .review-submit .shipping-payment-details:last-child ul.double-column {
  width: 66.66% !important;
}
@media (max-width: 1023px) {
  /* line 969, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .review-submit .checkout-patient-details ul.double-column, .review-submit .shipping-payment-details:last-child ul.double-column {
    width: 100% !important;
  }
}
/* line 974, ../style/sass/modules/checkout/_checkout-review-order.scss */
.review-submit .checkout-patient-details ul.double-column li dl, .review-submit .shipping-payment-details:last-child ul.double-column li dl {
  width: 50% !important;
  float: left;
}
@media (max-width: 1023px) {
  /* line 974, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .review-submit .checkout-patient-details ul.double-column li dl, .review-submit .shipping-payment-details:last-child ul.double-column li dl {
    width: 100% !important;
  }
}
/* line 983, ../style/sass/modules/checkout/_checkout-review-order.scss */
.review-submit .checkout-patient-details ul.next-row, .review-submit .shipping-payment-details:last-child ul.next-row {
  width: 100% !important;
}
/* line 985, ../style/sass/modules/checkout/_checkout-review-order.scss */
.review-submit .checkout-patient-details ul.next-row li, .review-submit .shipping-payment-details:last-child ul.next-row li {
  width: 33% !important;
}
/* line 990, ../style/sass/modules/checkout/_checkout-review-order.scss */
.review-submit .checkout-patient-details .payer, .review-submit .shipping-payment-details:last-child .payer {
  border: 0;
}
/* line 992, ../style/sass/modules/checkout/_checkout-review-order.scss */
.review-submit .checkout-patient-details .payer li, .review-submit .shipping-payment-details:last-child .payer li {
  float: none !important;
  width: 33.3% !important;
  border: 1px solid #ebeff2;
}
@media (max-width: 1023px) {
  /* line 992, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .review-submit .checkout-patient-details .payer li, .review-submit .shipping-payment-details:last-child .payer li {
    float: left !important;
    width: 100% !important;
    border: 0;
    border-bottom: 1px solid #ccc;
  }
}
/* line 1004, ../style/sass/modules/checkout/_checkout-review-order.scss */
.review-submit .checkout-patient-details .first-blank, .review-submit .shipping-payment-details:last-child .first-blank {
  border-left: 0;
  border-right: 0;
}
@media (max-width: 1023px) {
  /* line 1004, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .review-submit .checkout-patient-details .first-blank, .review-submit .shipping-payment-details:last-child .first-blank {
    border: 0;
  }
}
/* line 1011, ../style/sass/modules/checkout/_checkout-review-order.scss */
.review-submit .checkout-patient-details .last-blank, .review-submit .shipping-payment-details:last-child .last-blank {
  border-left: 0;
}
@media (max-width: 1023px) {
  /* line 1011, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .review-submit .checkout-patient-details .last-blank, .review-submit .shipping-payment-details:last-child .last-blank {
    border: 0;
  }
}
/* line 1020, ../style/sass/modules/checkout/_checkout-review-order.scss */
.review-submit .button-container .primary-btn {
  margin-top: 20px;
  margin-bottom: 20px;
}
/* line 1023, ../style/sass/modules/checkout/_checkout-review-order.scss */
.review-submit .button-container .secondary-btn {
  display: block;
  margin-top: 10px !important;
  margin-right: auto !important;
  margin-bottom: 10px !important;
  margin-left: auto !important;
}
/* line 1029, ../style/sass/modules/checkout/_checkout-review-order.scss */
.review-submit section.total dl {
  margin-left: 20px;
}
/* line 1031, ../style/sass/modules/checkout/_checkout-review-order.scss */
.review-submit section.total dl dt {
  text-align: right;
}
/* line 1037, ../style/sass/modules/checkout/_checkout-review-order.scss */
.review-submit .accept-terms {
  margin-left: 4%;
}
@media (max-width: 1023px) {
  /* line 1037, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .review-submit .accept-terms {
    margin-left: 0;
  }
}
/* line 1043, ../style/sass/modules/checkout/_checkout-review-order.scss */
.review-submit .custom-tabs {
  margin-top: 30px;
}
/* line 1046, ../style/sass/modules/checkout/_checkout-review-order.scss */
.review-submit .change-link span {
  margin-left: 30px;
}
@media (max-width: 1023px) {
  /* line 1046, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .review-submit .change-link span {
    margin-right: 10px;
    float: right;
  }
}
/* line 1053, ../style/sass/modules/checkout/_checkout-review-order.scss */
.review-submit div.stacktable.small-only table.stacktable.small-only > tbody > tr > td.st-val {
  text-align: right;
}
/* line 1056, ../style/sass/modules/checkout/_checkout-review-order.scss */
.review-submit div.stacktable.small-only table.stacktable.small-only > tbody > tr:first-child > td.st-val {
  text-align: left;
}

/* line 1060, ../style/sass/modules/checkout/_checkout-review-order.scss */
.cardio-order-confirmation .cardio-order-details .shipping-payment-details.providerOrderPage ul li {
  min-height: 240px;
}
@media (max-width: 1023px) {
  /* line 1060, ../style/sass/modules/checkout/_checkout-review-order.scss */
  .cardio-order-confirmation .cardio-order-details .shipping-payment-details.providerOrderPage ul li {
    min-height: auto;
  }
}

/* line 2, ../style/sass/modules/checkout/_checkout-confirmation.scss */
.order-confirmation .body-header, .cardio-order-confirmation .body-header, .linq-confirmation .body-header {
  text-align: center;
  padding-top: 58px;
}
/* line 5, ../style/sass/modules/checkout/_checkout-confirmation.scss */
.order-confirmation .body-header h1, .cardio-order-confirmation .body-header h1, .linq-confirmation .body-header h1 {
  font-size: 34px;
  text-align: center;
  font-family: "Effra Regular";
  padding-left: 0;
}
@media (max-width: 1023px) {
  /* line 5, ../style/sass/modules/checkout/_checkout-confirmation.scss */
  .order-confirmation .body-header h1, .cardio-order-confirmation .body-header h1, .linq-confirmation .body-header h1 {
    font-size: 24px;
  }
}
/* line 14, ../style/sass/modules/checkout/_checkout-confirmation.scss */
.order-confirmation .body-header h1.tick-text, .cardio-order-confirmation .body-header h1.tick-text, .linq-confirmation .body-header h1.tick-text {
  display: inline;
  font-size: 34px;
  padding: 0;
}
/* line 23, ../style/sass/modules/checkout/_checkout-confirmation.scss */
.order-confirmation .body-header h1.tick-text + h3, .cardio-order-confirmation .body-header h1.tick-text + h3, .linq-confirmation .body-header h1.tick-text + h3 {
  font-size: 18px;
  color: #5b7f95;
}
@media (max-width: 1023px) {
  /* line 23, ../style/sass/modules/checkout/_checkout-confirmation.scss */
  .order-confirmation .body-header h1.tick-text + h3, .cardio-order-confirmation .body-header h1.tick-text + h3, .linq-confirmation .body-header h1.tick-text + h3 {
    margin-left: 0px;
  }
}
/* line 31, ../style/sass/modules/checkout/_checkout-confirmation.scss */
.order-confirmation .body-header span.tick-image, .cardio-order-confirmation .body-header span.tick-image, .linq-confirmation .body-header span.tick-image {
  color: #00c4b3;
  font-size: 34px;
  padding-top: 0;
  padding-right: 10px;
  padding-bottom: 0;
  padding-left: 0;
  vertical-align: middle;
}
/* line 38, ../style/sass/modules/checkout/_checkout-confirmation.scss */
.order-confirmation .body-header span.tick-header-text, .cardio-order-confirmation .body-header span.tick-header-text, .linq-confirmation .body-header span.tick-header-text {
  vertical-align: middle;
}
@media (max-width: 1023px) {
  /* line 2, ../style/sass/modules/checkout/_checkout-confirmation.scss */
  .order-confirmation .body-header, .cardio-order-confirmation .body-header, .linq-confirmation .body-header {
    padding-top: 20px;
    padding-right: 15px;
    padding-bottom: 35px;
    padding-left: 15px;
  }
  /* line 43, ../style/sass/modules/checkout/_checkout-confirmation.scss */
  .order-confirmation .body-header h1, .cardio-order-confirmation .body-header h1, .linq-confirmation .body-header h1 {
    font-size: 22px;
    text-align: center;
  }
}
/* line 48, ../style/sass/modules/checkout/_checkout-confirmation.scss */
.order-confirmation .body-header h2, .cardio-order-confirmation .body-header h2, .linq-confirmation .body-header h2 {
  color: #5b7f95;
  font-family: "Effra Medium";
  text-transform: uppercase;
  margin-top: 48px;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  /* line 48, ../style/sass/modules/checkout/_checkout-confirmation.scss */
  .order-confirmation .body-header h2, .cardio-order-confirmation .body-header h2, .linq-confirmation .body-header h2 {
    text-transform: capitalize;
    font-family: "Effra Regular";
    font-size: 1.286em;
    margin-top: 28px;
    text-transform: none;
  }
}
/* line 61, ../style/sass/modules/checkout/_checkout-confirmation.scss */
.order-confirmation .body-header .submitted, .cardio-order-confirmation .body-header .submitted, .linq-confirmation .body-header .submitted {
  color: #00c4b3;
  font-size: 37px;
  margin-right: 20px;
  margin-bottom: 20px;
}
/* line 66, ../style/sass/modules/checkout/_checkout-confirmation.scss */
.order-confirmation .body-header p, .cardio-order-confirmation .body-header p, .linq-confirmation .body-header p {
  font-size: 1.143em;
  width: 50%;
  line-hight: 24px;
  margin-top: 20px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}
@media (max-width: 1023px) {
  /* line 66, ../style/sass/modules/checkout/_checkout-confirmation.scss */
  .order-confirmation .body-header p, .cardio-order-confirmation .body-header p, .linq-confirmation .body-header p {
    font-size: 1em;
  }
}
/* line 77, ../style/sass/modules/checkout/_checkout-confirmation.scss */
.order-confirmation .body-header a.secondary-btn, .cardio-order-confirmation .body-header a.secondary-btn, .linq-confirmation .body-header a.secondary-btn {
  margin-top: 30px;
  margin-right: 20px;
  margin-bottom: 25px;
  margin-left: 20px;
}
@media (max-width: 1023px) {
  /* line 77, ../style/sass/modules/checkout/_checkout-confirmation.scss */
  .order-confirmation .body-header a.secondary-btn, .cardio-order-confirmation .body-header a.secondary-btn, .linq-confirmation .body-header a.secondary-btn {
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
    display: block;
  }
}
/* line 84, ../style/sass/modules/checkout/_checkout-confirmation.scss */
.order-confirmation .body-header hr, .cardio-order-confirmation .body-header hr, .linq-confirmation .body-header hr {
  margin-bottom: 55px;
}
@media (max-width: 1023px) {
  /* line 84, ../style/sass/modules/checkout/_checkout-confirmation.scss */
  .order-confirmation .body-header hr, .cardio-order-confirmation .body-header hr, .linq-confirmation .body-header hr {
    margin-bottom: 35px;
    width: 100%;
  }
}
/* line 93, ../style/sass/modules/checkout/_checkout-confirmation.scss */
.order-confirmation .page-content h4, .order-confirmation .page-content .order-heading, .order-confirmation .order-details h4, .order-confirmation .order-details .order-heading, .cardio-order-confirmation .page-content h4, .cardio-order-confirmation .page-content .order-heading, .cardio-order-confirmation .order-details h4, .cardio-order-confirmation .order-details .order-heading, .linq-confirmation .page-content h4, .linq-confirmation .page-content .order-heading, .linq-confirmation .order-details h4, .linq-confirmation .order-details .order-heading {
  font-size: 16px;
  color: #00c4b3;
  font-family: "Effra Medium";
}
/* line 98, ../style/sass/modules/checkout/_checkout-confirmation.scss */
.order-confirmation .page-content .pencil, .order-confirmation .order-details .pencil, .cardio-order-confirmation .page-content .pencil, .cardio-order-confirmation .order-details .pencil, .linq-confirmation .page-content .pencil, .linq-confirmation .order-details .pencil {
  float: right;
  margin-right: 20px;
}
@media (max-width: 1023px) {
  /* line 98, ../style/sass/modules/checkout/_checkout-confirmation.scss */
  .order-confirmation .page-content .pencil, .order-confirmation .order-details .pencil, .cardio-order-confirmation .page-content .pencil, .cardio-order-confirmation .order-details .pencil, .linq-confirmation .page-content .pencil, .linq-confirmation .order-details .pencil {
    margin-right: 0px;
  }
}
/* line 107, ../style/sass/modules/checkout/_checkout-confirmation.scss */
.order-confirmation .page-content h2, .order-confirmation .page-content .cyan-heading, .cardio-order-confirmation .page-content h2, .cardio-order-confirmation .page-content .cyan-heading, .linq-confirmation .page-content h2, .linq-confirmation .page-content .cyan-heading {
  margin-top: -5px;
  margin-bottom: 35px;
}
@media (max-width: 1023px) {
  /* line 107, ../style/sass/modules/checkout/_checkout-confirmation.scss */
  .order-confirmation .page-content h2, .order-confirmation .page-content .cyan-heading, .cardio-order-confirmation .page-content h2, .cardio-order-confirmation .page-content .cyan-heading, .linq-confirmation .page-content h2, .linq-confirmation .page-content .cyan-heading {
    margin-top: -null;
    margin-bottom: 30px;
    margin-left: 15px;
  }
}
@media (max-width: 1023px) {
  /* line 106, ../style/sass/modules/checkout/_checkout-confirmation.scss */
  .order-confirmation .page-content, .cardio-order-confirmation .page-content, .linq-confirmation .page-content {
    background: #fff;
    border-top: 1px solid #ccc;
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
/* line 119, ../style/sass/modules/checkout/_checkout-confirmation.scss */
.order-confirmation .txt-foot, .cardio-order-confirmation .txt-foot, .linq-confirmation .txt-foot {
  font-size: 14px;
  color: #859199;
}
/* line 123, ../style/sass/modules/checkout/_checkout-confirmation.scss */
.order-confirmation .order-details, .cardio-order-confirmation .order-details, .linq-confirmation .order-details {
  float: left;
  width: 100%;
  padding-top: 28px;
  padding-right: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
}
@media (max-width: 1023px) {
  /* line 123, ../style/sass/modules/checkout/_checkout-confirmation.scss */
  .order-confirmation .order-details, .cardio-order-confirmation .order-details, .linq-confirmation .order-details {
    padding-top: 0px;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 15px;
  }
}
/* line 129, ../style/sass/modules/checkout/_checkout-confirmation.scss */
.order-confirmation .order-details .shipping-payment-details, .cardio-order-confirmation .order-details .shipping-payment-details, .linq-confirmation .order-details .shipping-payment-details {
  padding-bottom: 25px;
  border-bottom: 1px solid #cccbcb;
}
@media (max-width: 1023px) {
  /* line 129, ../style/sass/modules/checkout/_checkout-confirmation.scss */
  .order-confirmation .order-details .shipping-payment-details, .cardio-order-confirmation .order-details .shipping-payment-details, .linq-confirmation .order-details .shipping-payment-details {
    border-bottom: none;
  }
}
/* line 136, ../style/sass/modules/checkout/_checkout-confirmation.scss */
.order-confirmation .order-details .shipping-payment-details ul li, .cardio-order-confirmation .order-details .shipping-payment-details ul li, .linq-confirmation .order-details .shipping-payment-details ul li {
  display: inline-block;
  margin-right: 3%;
  float: left;
  width: 30%;
  border-right: 1px solid #cccbcb;
  min-height: 320px;
}
@media (max-width: 1023px) {
  /* line 136, ../style/sass/modules/checkout/_checkout-confirmation.scss */
  .order-confirmation .order-details .shipping-payment-details ul li, .cardio-order-confirmation .order-details .shipping-payment-details ul li, .linq-confirmation .order-details .shipping-payment-details ul li {
    border-top: 1px solid #ccc;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 8px;
    border-right: none;
    min-height: auto;
  }
}
/* line 152, ../style/sass/modules/checkout/_checkout-confirmation.scss */
.order-confirmation .order-details div, .order-confirmation .order-details table, .cardio-order-confirmation .order-details div, .cardio-order-confirmation .order-details table, .linq-confirmation .order-details div, .linq-confirmation .order-details table {
  float: left;
  width: 100%;
}

/******************************************
1.create user.shtml
*******************************************/
/* line 6, ../style/sass/modules/createuser/_create-user-profile.scss */
.create-user-profile {
  padding-top: 40px;
  padding-right: 10px;
  padding-bottom: 40px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 100px;
  padding-right: 100px;
}
/* line 7, ../style/sass/modules/createuser/_create-user-profile.scss */
.create-user-profile .steps div a {
  right: 40%;
}
@media (min-width: 1024px) {
  /* line 6, ../style/sass/modules/createuser/_create-user-profile.scss */
  .create-user-profile {
    float: left;
    width: 100%;
  }
}
/* line 12, ../style/sass/modules/createuser/_create-user-profile.scss */
.create-user-profile h1 {
  text-align: center;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 20px;
  padding-left: 0;
}
/* line 16, ../style/sass/modules/createuser/_create-user-profile.scss */
.create-user-profile .stepsFlow {
  text-align: center;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 20px;
  padding-left: 0;
  font-size: 16px;
  line-height: 26px;
}
/* line 23, ../style/sass/modules/createuser/_create-user-profile.scss */
.create-user-profile .content-container {
  position: relative;
  min-height: 1px;
  padding-left: 60px;
  padding-right: 60px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 20px;
  margin-left: 0;
}
@media (min-width: 1024px) {
  /* line 23, ../style/sass/modules/createuser/_create-user-profile.scss */
  .create-user-profile .content-container {
    float: left;
    width: 100%;
  }
}
/* line 26, ../style/sass/modules/createuser/_create-user-profile.scss */
.create-user-profile .content-container h2 {
  color: #004b87;
  text-align: left;
  padding-top: 20px;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 0;
}
/* line 32, ../style/sass/modules/createuser/_create-user-profile.scss */
.create-user-profile .content-container .existing-user {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1024px) {
  /* line 32, ../style/sass/modules/createuser/_create-user-profile.scss */
  .create-user-profile .content-container .existing-user {
    float: left;
    width: 100%;
  }
}
/* line 34, ../style/sass/modules/createuser/_create-user-profile.scss */
.create-user-profile .content-container .existing-user > ul {
  float: left;
  width: 50%;
  padding-top: 0px;
  padding-right: 10px;
  padding-left: 0;
  font-size: 1.143em;
  color: #859199;
}
@media (max-width: 1023px) {
  /* line 34, ../style/sass/modules/createuser/_create-user-profile.scss */
  .create-user-profile .content-container .existing-user > ul {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
}
/* line 43, ../style/sass/modules/createuser/_create-user-profile.scss */
.create-user-profile .content-container .existing-user > ul > li {
  padding-bottom: 20px;
  float: left;
  width: 100%;
}
@media (max-width: 1023px) {
  /* line 43, ../style/sass/modules/createuser/_create-user-profile.scss */
  .create-user-profile .content-container .existing-user > ul > li {
    float: left;
    width: 100%;
  }
}
/* line 49, ../style/sass/modules/createuser/_create-user-profile.scss */
.create-user-profile .content-container .existing-user > ul > li > span {
  float: right;
  width: 60%;
  font-size: 1.071em;
  color: #004b87;
}
@media (max-width: 1023px) {
  /* line 49, ../style/sass/modules/createuser/_create-user-profile.scss */
  .create-user-profile .content-container .existing-user > ul > li > span {
    width: 50%;
  }
}
/* line 59, ../style/sass/modules/createuser/_create-user-profile.scss */
.create-user-profile .content-container .existing-user > ul > li:last-child {
  float: left;
  width: 100%;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
/* line 66, ../style/sass/modules/createuser/_create-user-profile.scss */
.create-user-profile .content-container .existing-user ul + p {
  float: left;
  width: 45%;
  margin-top: 55px;
  margin-left: 0px;
  font-size: 1.143em;
  line-height: 26px;
  border-left: 1px solid #ccc;
  padding-top: 0;
  padding-left: 30px;
}
@media (max-width: 1023px) {
  /* line 66, ../style/sass/modules/createuser/_create-user-profile.scss */
  .create-user-profile .content-container .existing-user ul + p {
    width: 100%;
    padding-top: 15px;
    padding-right: 10px;
    padding-left: 10px;
  }
}
/* line 80, ../style/sass/modules/createuser/_create-user-profile.scss */
.create-user-profile .content-container ul {
  margin-top: 20px;
  margin-right: 0;
  margin-bottom: 40px;
  margin-left: 0;
}
/* line 82, ../style/sass/modules/createuser/_create-user-profile.scss */
.create-user-profile .content-container ul li {
  float: left;
  width: 40%;
}
/* line 84, ../style/sass/modules/createuser/_create-user-profile.scss */
.create-user-profile .content-container ul li label {
  float: left;
  width: 90%;
  text-align: left;
}
/* line 89, ../style/sass/modules/createuser/_create-user-profile.scss */
.create-user-profile .content-container ul li input {
  float: left;
  width: 90%;
}
/* line 93, ../style/sass/modules/createuser/_create-user-profile.scss */
.create-user-profile .content-container ul li:last-child, .create-user-profile .content-container ul li[title="Cancel"] {
  float: left;
  width: 20%;
  margin-top: 36px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
/* line 96, ../style/sass/modules/createuser/_create-user-profile.scss */
.create-user-profile .content-container ul li:last-child input, .create-user-profile .content-container ul li[title="Cancel"] input {
  float: left;
  width: 90%;
}
/* line 99, ../style/sass/modules/createuser/_create-user-profile.scss */
.create-user-profile .content-container ul li:last-child .primary-btn.small, .create-user-profile .content-container ul li[title="Cancel"] .primary-btn.small {
  width: auto !important;
}
/* line 110, ../style/sass/modules/createuser/_create-user-profile.scss */
.create-user-profile .checkout-details-bottom.button-container {
  margin-top: 50px;
}
/* line 115, ../style/sass/modules/createuser/_create-user-profile.scss */
.create-user-profile .button-container .primary-btn {
  background-color: #859199;
}
/* line 118, ../style/sass/modules/createuser/_create-user-profile.scss */
.create-user-profile .button-container .secondary-btn {
  margin-top: 25px;
  margin-right: 30px;
  margin-left: 30px;
}

/******************************************
1.create user profile.shtml
*******************************************/
/* line 131, ../style/sass/modules/createuser/_create-user-profile.scss */
.create-user-profile {
  padding-top: 40px;
  padding-right: 10px;
  padding-bottom: 40px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 100px;
  padding-right: 100px;
}
@media (min-width: 1024px) {
  /* line 131, ../style/sass/modules/createuser/_create-user-profile.scss */
  .create-user-profile {
    float: left;
    width: 100%;
  }
}
/* line 134, ../style/sass/modules/createuser/_create-user-profile.scss */
.create-user-profile h1 {
  text-align: center;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 20px;
  padding-left: 0;
}
/* line 139, ../style/sass/modules/createuser/_create-user-profile.scss */
.create-user-profile .content-container {
  position: relative;
  min-height: 1px;
  padding-left: 60px;
  padding-right: 60px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 20px;
  margin-left: 0;
}
@media (min-width: 1024px) {
  /* line 139, ../style/sass/modules/createuser/_create-user-profile.scss */
  .create-user-profile .content-container {
    float: left;
    width: 100%;
  }
}
/* line 142, ../style/sass/modules/createuser/_create-user-profile.scss */
.create-user-profile .content-container h2 {
  color: #004b87;
  text-align: left;
  padding-top: 20px;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 0;
}
/* line 146, ../style/sass/modules/createuser/_create-user-profile.scss */
.create-user-profile .content-container h2 span.required {
  float: right;
  margin-right: -26px;
}
/* line 152, ../style/sass/modules/createuser/_create-user-profile.scss */
.create-user-profile .content-container ul {
  margin-top: 0px;
  margin-right: 0;
  margin-bottom: 40px;
  margin-left: 0;
}
/* line 154, ../style/sass/modules/createuser/_create-user-profile.scss */
.create-user-profile .content-container ul li {
  float: left;
  width: 40%;
}
/* line 156, ../style/sass/modules/createuser/_create-user-profile.scss */
.create-user-profile .content-container ul li lable {
  float: left;
  width: 100%;
  text-align: left;
}
/* line 161, ../style/sass/modules/createuser/_create-user-profile.scss */
.create-user-profile .content-container ul li input {
  float: left;
  width: 90%;
}
/* line 165, ../style/sass/modules/createuser/_create-user-profile.scss */
.create-user-profile .content-container ul li:last-child {
  float: left;
  width: 20%;
  margin-top: 33px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
/* line 177, ../style/sass/modules/createuser/_create-user-profile.scss */
.create-user-profile #user-form > fieldset > ul .mid-name + .last-name {
  padding-left: 17px;
}
/* line 184, ../style/sass/modules/createuser/_create-user-profile.scss */
.create-user-profile .button-container .primary-btn {
  background-color: #859199;
}
/* line 187, ../style/sass/modules/createuser/_create-user-profile.scss */
.create-user-profile .button-container .secondary-btn {
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}
/* line 190, ../style/sass/modules/createuser/_create-user-profile.scss */
.create-user-profile .button-container a {
  display: block;
  width: 25%;
  margin: 0 auto;
  margin-top: 20px;
}
/* line 201, ../style/sass/modules/createuser/_create-user-profile.scss */
.create-user-profile .add-profile-info p span {
  float: right;
  margin-right: -26px;
}
/* line 205, ../style/sass/modules/createuser/_create-user-profile.scss */
.create-user-profile .add-profile-info p strong {
  padding-left: 5px;
  color: #004b87;
}
/* line 211, ../style/sass/modules/createuser/_create-user-profile.scss */
.create-user-profile .add-profile-info ul li {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 14px;
  margin-left: 0;
  height: 100px;
}
/* line 213, ../style/sass/modules/createuser/_create-user-profile.scss */
.create-user-profile .add-profile-info ul li:last-child {
  float: left;
  width: 40%;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
/* line 217, ../style/sass/modules/createuser/_create-user-profile.scss */
.create-user-profile .add-profile-info ul li.mid-name {
  width: 20%;
}
/* line 228, ../style/sass/modules/createuser/_create-user-profile.scss */
.create-user-profile .button-container .primary-btn {
  background-color: #b0008e;
}

/******************************************
1. healthcare-facility.shtml
******************************************/
/* line 5, ../style/sass/modules/patch/_healthcare-facility.scss */
.patch-hf {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
/* line 6, ../style/sass/modules/patch/_healthcare-facility.scss */
.patch-hf input[readonly] {
  background-color: #fff;
  border: none;
  color: #004b87;
  padding-left: 0px;
}
/* line 14, ../style/sass/modules/patch/_healthcare-facility.scss */
.patch-hf .choosePhysician_content .addressHiddenInputs input[readonly],
.patch-hf .choosePhysician_content .addressHiddenInputs textarea {
  padding: 0px;
  margin: 0px;
  height: 25px;
}
/* line 20, ../style/sass/modules/patch/_healthcare-facility.scss */
.patch-hf .choosePhysician_content .addressHiddenInputs .inputLabel {
  line-height: 18px;
  font-size: 15px;
  color: #004b87;
  margin-bottom: 5px;
}
/* line 28, ../style/sass/modules/patch/_healthcare-facility.scss */
.patch-hf textarea {
  min-height: 40px;
  height: auto;
  margin-top: 0;
  padding-top: 7px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  border: none;
  line-height: 16px;
  resize: none;
}
/* line 36, ../style/sass/modules/patch/_healthcare-facility.scss */
.patch-hf textarea.border {
  border: 1px solid #cccbcb;
  padding-top: 7px;
  padding-right: 16px;
  padding-left: 16px;
}
@media (max-width: 1023px) {
  /* line 44, ../style/sass/modules/patch/_healthcare-facility.scss */
  .patch-hf .checkout-details-bottom.button-container input.secondary-btn {
    margin-top: 10px;
    margin-left: 0px;
    width: 100%;
  }
}
/* line 49, ../style/sass/modules/patch/_healthcare-facility.scss */
.patch-hf .checkout-details-bottom.button-container a.secondary-btn {
  margin-top: 20px;
  margin-left: 0px;
}
/* line 53, ../style/sass/modules/patch/_healthcare-facility.scss */
.patch-hf .txt-foot {
  float: left;
  width: 100%;
  text-align: center;
  color: #859199;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 45px;
}
/* line 61, ../style/sass/modules/patch/_healthcare-facility.scss */
.patch-hf .steps div {
  float: none;
  left: auto;
}
/* line 64, ../style/sass/modules/patch/_healthcare-facility.scss */
.patch-hf .steps div a {
  float: none;
  right: auto;
}
/* line 67, ../style/sass/modules/patch/_healthcare-facility.scss */
.patch-hf .steps div a.last {
  width: 30px;
}
@media (max-width: 1023px) {
  /* line 71, ../style/sass/modules/patch/_healthcare-facility.scss */
  .patch-hf .steps div a:nth-child(3) {
    background-position: 0 -569px;
    width: 30px;
  }
}
/* line 80, ../style/sass/modules/patch/_healthcare-facility.scss */
.patch-hf .clear {
  clear: both;
  width: 100%;
  float: left;
}
/* line 85, ../style/sass/modules/patch/_healthcare-facility.scss */
.patch-hf .required {
  text-align: right;
  float: left;
  width: 89%;
  position: relative;
  top: 60px;
  right: 57px;
}
@media (max-width: 1023px) {
  /* line 85, ../style/sass/modules/patch/_healthcare-facility.scss */
  .patch-hf .required {
    width: 100%;
    top: 30px;
    right: 0;
    font-size: 13px !important;
  }
}
/* line 99, ../style/sass/modules/patch/_healthcare-facility.scss */
.patch-hf fieldset.add-physician {
  margin-top: 5%;
}
/* line 103, ../style/sass/modules/patch/_healthcare-facility.scss */
.patch-hf fieldset.two-coll ul {
  float: left;
  width: 100%;
}
/* line 105, ../style/sass/modules/patch/_healthcare-facility.scss */
.patch-hf fieldset.two-coll ul li.first {
  clear: both;
}
/* line 108, ../style/sass/modules/patch/_healthcare-facility.scss */
.patch-hf fieldset.two-coll ul li {
  margin-bottom: 10px;
}
/* line 110, ../style/sass/modules/patch/_healthcare-facility.scss */
.patch-hf fieldset.two-coll ul li.new-line {
  clear: left;
}
/* line 113, ../style/sass/modules/patch/_healthcare-facility.scss */
.patch-hf fieldset.two-coll ul li li.addressHiddenInputs {
  width: 30%;
}
/* line 119, ../style/sass/modules/patch/_healthcare-facility.scss */
.patch-hf fieldset.two-coll ul.three-field li {
  width: 28%;
  margin-right: 5%;
  display: inline;
}
/* line 124, ../style/sass/modules/patch/_healthcare-facility.scss */
.patch-hf fieldset.two-coll ul.three-field li:nth-child(3) {
  margin-right: 0;
}
@media (max-width: 1023px) {
  /* line 128, ../style/sass/modules/patch/_healthcare-facility.scss */
  .patch-hf fieldset.two-coll input {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  /* line 135, ../style/sass/modules/patch/_healthcare-facility.scss */
  .patch-hf fieldset.two-coll {
    margin-top: 3%;
    width: 76%;
    margin-right: 12%;
  }
  /* line 139, ../style/sass/modules/patch/_healthcare-facility.scss */
  .patch-hf fieldset.two-coll li {
    width: 45%;
    float: left;
    margin-right: 5%;
    min-height: 90px;
  }
}
/* line 147, ../style/sass/modules/patch/_healthcare-facility.scss */
.patch-hf fieldset ul.physicianSelection li {
  min-height: 50px;
}
/* line 148, ../style/sass/modules/patch/_healthcare-facility.scss */
.patch-hf fieldset .searchPhysician_content {
  display: none;
}
/* line 150, ../style/sass/modules/patch/_healthcare-facility.scss */
.patch-hf fieldset .searchPhysician_content li:first-child {
  float: none;
}
/* line 151, ../style/sass/modules/patch/_healthcare-facility.scss */
.patch-hf fieldset .searchPhysician_content li:last-child {
  float: right;
}
@media (max-width: 1023px) {
  /* line 153, ../style/sass/modules/patch/_healthcare-facility.scss */
  .patch-hf fieldset .searchPhysician_content li:last-child {
    float: none;
  }
}
/* line 157, ../style/sass/modules/patch/_healthcare-facility.scss */
.patch-hf fieldset .physicianSelection_content li.orSeparator {
  float: none;
  min-height: 20px;
  text-align: center;
  font-weight: bold;
}
/* line 158, ../style/sass/modules/patch/_healthcare-facility.scss */
.patch-hf fieldset .physicianSelection_content .searchPhysiciansBtn, .patch-hf fieldset .physicianSelection_content .searchPhysiciansNPIBtn, .patch-hf fieldset .physicianSelection_content .addPhysiciansBtn {
  width: auto;
  margin: 0% 2%;
}
/* line 159, ../style/sass/modules/patch/_healthcare-facility.scss */
.patch-hf fieldset .searchPhysician_content .searchPhysiciansBtn, .patch-hf fieldset .searchPhysician_content .searchPhysiciansNPIBtn {
  padding: 0 25px;
  float: right;
}
/* line 160, ../style/sass/modules/patch/_healthcare-facility.scss */
.patch-hf fieldset .physicianSelection_content .searchPhysiciansClearBtn {
  width: 26%;
  margin: 0% 2% 0 0;
  float: right;
}
/* line 161, ../style/sass/modules/patch/_healthcare-facility.scss */
.patch-hf fieldset .physicianSelection_content .tableWrapper table {
  margin: 0px 0px 15px 0px;
}
/* line 162, ../style/sass/modules/patch/_healthcare-facility.scss */
.patch-hf fieldset .physicianSelection_content .tableWrapper table tr th {
  text-align: center;
}
/* line 163, ../style/sass/modules/patch/_healthcare-facility.scss */
.patch-hf fieldset .physicianSelection_content .tableWrapper table td {
  padding: 18px 2px;
  text-align: center;
  /*vertical-align: middle;*/
}
@media (max-width: 1023px) {
  /* line 163, ../style/sass/modules/patch/_healthcare-facility.scss */
  .patch-hf fieldset .physicianSelection_content .tableWrapper table td {
    padding: 18px 15px;
    text-align: left;
  }
}
/* line 169, ../style/sass/modules/patch/_healthcare-facility.scss */
.patch-hf fieldset .tableWrapper .paging-nav a {
  padding: 5px;
}
/* line 170, ../style/sass/modules/patch/_healthcare-facility.scss */
.patch-hf fieldset .searchPhysician_content .tableWrapper .paging-nav a:first-child, .patch-hf fieldset .tableWrapper .paging-nav a:last-child {
  padding: 5px;
  background: #0085ca;
  color: #fff;
}
/* line 171, ../style/sass/modules/patch/_healthcare-facility.scss */
.patch-hf fieldset .searchPhysician_content .pagination p {
  font-size: 15px;
  padding: 0;
  color: #fff;
}
/* line 177, ../style/sass/modules/patch/_healthcare-facility.scss */
.patch-hf hr {
  width: 35% !important;
}
/* line 180, ../style/sass/modules/patch/_healthcare-facility.scss */
.patch-hf .ps-hr {
  margin-top: 1.5%;
  margin-right: 11%;
  margin-bottom: 0;
  margin-left: 11%;
  margin: 1.5% 11% 0;
  clear: both;
  float: left;
  width: 78%;
}
@media (max-width: 1023px) {
  /* line 180, ../style/sass/modules/patch/_healthcare-facility.scss */
  .patch-hf .ps-hr {
    width: 100%;
    margin-top: 1.5%;
    margin-right: 0;
    margin-bottom: 30px;
    margin-left: 0;
  }
}
/* line 192, ../style/sass/modules/patch/_healthcare-facility.scss */
.patch-hf fieldset {
  float: left;
  width: 36%;
}
@media (min-width: 1024px) {
  /* line 192, ../style/sass/modules/patch/_healthcare-facility.scss */
  .patch-hf fieldset {
    margin-top: 0;
    margin-right: 5%;
    margin-left: 12%;
  }
}
/* line 197, ../style/sass/modules/patch/_healthcare-facility.scss */
.patch-hf fieldset legend {
  margin-bottom: 20px;
}
/* line 201, ../style/sass/modules/patch/_healthcare-facility.scss */
.patch-hf fieldset .tableWrapper h2 {
  font-size: 20px;
  color: #E35205;
}
/* line 206, ../style/sass/modules/patch/_healthcare-facility.scss */
.patch-hf fieldset ul li {
  list-style: none;
}
@media (max-width: 1023px) {
  /* line 206, ../style/sass/modules/patch/_healthcare-facility.scss */
  .patch-hf fieldset ul li {
    margin-bottom: 0px;
  }
}
@media (max-width: 1023px) {
  /* line 192, ../style/sass/modules/patch/_healthcare-facility.scss */
  .patch-hf fieldset {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
/* line 217, ../style/sass/modules/patch/_healthcare-facility.scss */
.patch-hf fieldset label {
  display: block;
}
/* line 220, ../style/sass/modules/patch/_healthcare-facility.scss */
.patch-hf fieldset label.inline {
  display: inline;
}
/* line 223, ../style/sass/modules/patch/_healthcare-facility.scss */
.patch-hf fieldset input {
  width: 100%;
}
@media (min-width: 1024px) {
  /* line 227, ../style/sass/modules/patch/_healthcare-facility.scss */
  .patch-hf .add-phy {
    clear: both;
    float: right;
    margin-top: 36px;
    margin-right: 0px;
  }
}
/* line 233, ../style/sass/modules/patch/_healthcare-facility.scss */
.patch-hf .add-phy a {
  text-decoration: none;
}

/* Popup Style */
/* line 241, ../style/sass/modules/patch/_healthcare-facility.scss */
.two-coll-popup {
  /* @include breakpoint(xs) {
      .modal-box {
          .content {
              @include padding(0, 0, 0, 0);
          }
          .close {
              background-position: 0 -562px;
          }
          .two-coll-popup{
          	.two-coll{
             	 @include padding(20px, 20px, 20px, 20px);
             	 li{
             	 	.block-display{
             	 		display: block;
             	 	}
             	 }
          	}
          }        
      }
  } */
}

/* line 266, ../style/sass/modules/patch/_healthcare-facility.scss */
#add-new-physician .select2-container {
  margin-bottom: 6px;
}

/* line 273, ../style/sass/modules/patch/_healthcare-facility.scss */
.add-new-physician.two-coll-popup h2 {
  margin-top: -5px;
  margin-bottom: 22px;
  margin-left: 0px;
}
/* line 276, ../style/sass/modules/patch/_healthcare-facility.scss */
.add-new-physician.two-coll-popup input[readonly] {
  background-color: #fff;
  border: none;
  color: #004b87;
  padding-left: 0px;
}
@media (max-width: 1023px) {
  /* line 282, ../style/sass/modules/patch/_healthcare-facility.scss */
  .add-new-physician.two-coll-popup .required {
    top: 0px;
  }
}
@media (max-width: 1023px) {
  /* line 287, ../style/sass/modules/patch/_healthcare-facility.scss */
  .add-new-physician.two-coll-popup fieldset {
    float: left;
    width: 100%;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  /* line 292, ../style/sass/modules/patch/_healthcare-facility.scss */
  .add-new-physician.two-coll-popup fieldset h3 {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    background: none;
    padding-left: 0;
  }
}
/* line 299, ../style/sass/modules/patch/_healthcare-facility.scss */
.add-new-physician.two-coll-popup fieldset table {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 21px;
  margin-left: 0;
}
/* line 305, ../style/sass/modules/patch/_healthcare-facility.scss */
.add-new-physician.two-coll-popup fieldset.two-coll ul.address li {
  min-height: 0px;
}
/* line 310, ../style/sass/modules/patch/_healthcare-facility.scss */
.add-new-physician.two-coll-popup fieldset.two-coll ul {
  float: left;
  width: 100%;
}
/* line 312, ../style/sass/modules/patch/_healthcare-facility.scss */
.add-new-physician.two-coll-popup fieldset.two-coll ul li {
  min-height: 83px;
}
/* line 314, ../style/sass/modules/patch/_healthcare-facility.scss */
.add-new-physician.two-coll-popup fieldset.two-coll ul li:nth-child(2n+1) {
  clear: left;
}
/* line 318, ../style/sass/modules/patch/_healthcare-facility.scss */
.add-new-physician.two-coll-popup fieldset.two-coll ul li label.error {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 16px;
}
/* line 322, ../style/sass/modules/patch/_healthcare-facility.scss */
.add-new-physician.two-coll-popup fieldset.two-coll ul li label:not(.error) {
  margin-top: 0;
}
/* line 326, ../style/sass/modules/patch/_healthcare-facility.scss */
.add-new-physician.two-coll-popup fieldset.two-coll ul li input[type='button'] {
  width: auto;
  margin-top: 26px;
}
@media (max-width: 1023px) {
  /* line 326, ../style/sass/modules/patch/_healthcare-facility.scss */
  .add-new-physician.two-coll-popup fieldset.two-coll ul li input[type='button'] {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
}
@media (max-width: 1023px) {
  /* line 312, ../style/sass/modules/patch/_healthcare-facility.scss */
  .add-new-physician.two-coll-popup fieldset.two-coll ul li {
    min-height: auto;
  }
}
/* line 338, ../style/sass/modules/patch/_healthcare-facility.scss */
.add-new-physician.two-coll-popup fieldset.two-coll ul li.first {
  clear: both;
}
/* line 341, ../style/sass/modules/patch/_healthcare-facility.scss */
.add-new-physician.two-coll-popup fieldset.two-coll ul li:nth-child(2n+2) {
  margin-right: 0px;
  float: right;
}
/* line 347, ../style/sass/modules/patch/_healthcare-facility.scss */
.add-new-physician.two-coll-popup fieldset.two-coll h3 {
  color: #004b87;
}
/* line 351, ../style/sass/modules/patch/_healthcare-facility.scss */
.add-new-physician.two-coll-popup .button-group {
  padding-top: 25px;
  float: right;
}
/* line 354, ../style/sass/modules/patch/_healthcare-facility.scss */
.add-new-physician.two-coll-popup .button-group input.primary-btn {
  margin-left: 20px;
}
@media (max-width: 1023px) {
  /* line 354, ../style/sass/modules/patch/_healthcare-facility.scss */
  .add-new-physician.two-coll-popup .button-group input.primary-btn {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 0px;
  }
}
@media (max-width: 1023px) {
  /* line 351, ../style/sass/modules/patch/_healthcare-facility.scss */
  .add-new-physician.two-coll-popup .button-group {
    padding-top: 15px;
    float: none;
  }
}

/* line 2, ../style/sass/modules/order-history/_order-details.scss */
.order-details h1 {
  padding-left: 7px;
  clear: both;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  float: left;
}
@media (max-width: 1023px) {
  /* line 2, ../style/sass/modules/order-history/_order-details.scss */
  .order-details h1 {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 85%;
  }
}
/* line 11, ../style/sass/modules/order-history/_order-details.scss */
.order-details h1 span {
  color: #71c4e6;
}
/* line 15, ../style/sass/modules/order-history/_order-details.scss */
.order-details .back_btn {
  vertical-align: middle;
  color: #01a7df;
}
/* line 19, ../style/sass/modules/order-history/_order-details.scss */
.order-details h1 ~ hr {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  /* line 19, ../style/sass/modules/order-history/_order-details.scss */
  .order-details h1 ~ hr {
    clear: both;
  }
}
/* line 25, ../style/sass/modules/order-history/_order-details.scss */
.order-details a {
  outline: 0;
  text-decoration: none;
}
/* line 29, ../style/sass/modules/order-history/_order-details.scss */
.order-details .reorder-items {
  float: right;
  margin-right: 49px;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  /* line 29, ../style/sass/modules/order-history/_order-details.scss */
  .order-details .reorder-items {
    margin-top: 35px;
    margin-right: 0;
    margin-bottom: 30px;
    padding-right: 20px;
    padding-left: 20px;
    width: 10%;
    width: 100%;
    text-align: right;
  }
}
/* line 39, ../style/sass/modules/order-history/_order-details.scss */
.order-details .reorder-items p {
  color: #00a9e0;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: "Effra Medium";
}
/* line 44, ../style/sass/modules/order-history/_order-details.scss */
.order-details .reorder-items p .secondary-btn3 {
  line-height: 12px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10px;
  height: 30px;
  margin-bottom: 0;
  font-family: "Effra Medium";
  width: auto;
}
@media (max-width: 1023px) {
  /* line 44, ../style/sass/modules/order-history/_order-details.scss */
  .order-details .reorder-items p .secondary-btn3 {
    padding-right: 0px;
    margin-top: 0px;
  }
}
/* line 58, ../style/sass/modules/order-history/_order-details.scss */
.order-details .page-content {
  padding-top: 45px;
  padding-right: 50px;
  padding-bottom: 30px;
  padding-left: 50px;
}
/* line 60, ../style/sass/modules/order-history/_order-details.scss */
.order-details .page-content p.help-line {
  clear: both;
  font-size: 34px;
  float: left;
  margin-top: -70px;
  margin-bottom: 21px;
}
@media (max-width: 1023px) {
  /* line 60, ../style/sass/modules/order-history/_order-details.scss */
  .order-details .page-content p.help-line {
    font-size: 24px;
  }
}
/* line 68, ../style/sass/modules/order-history/_order-details.scss */
.order-details .page-content p.help-line span {
  display: inline-block;
  float: left;
  line-height: 41px;
}
@media (max-width: 1023px) {
  /* line 68, ../style/sass/modules/order-history/_order-details.scss */
  .order-details .page-content p.help-line span {
    line-height: 28px;
    width: 90%;
  }
}
/* line 77, ../style/sass/modules/order-history/_order-details.scss */
.order-details .page-content p.help-line span:first-child {
  color: #77bc1f;
  margin-right: 5px;
}
@media (max-width: 1023px) {
  /* line 77, ../style/sass/modules/order-history/_order-details.scss */
  .order-details .page-content p.help-line span:first-child {
    width: 26px;
  }
}
/* line 84, ../style/sass/modules/order-history/_order-details.scss */
.order-details .page-content p.help-line.success {
  color: #004b87;
}
@media (max-width: 1023px) {
  /* line 58, ../style/sass/modules/order-history/_order-details.scss */
  .order-details .page-content {
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
  }
}
/* line 94, ../style/sass/modules/order-history/_order-details.scss */
.order-details .page-content .order-details-form {
  background: #fff;
}
/* line 96, ../style/sass/modules/order-history/_order-details.scss */
.order-details .page-content .order-details-form div {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  float: left;
}
@media (max-width: 1023px) {
  /* line 96, ../style/sass/modules/order-history/_order-details.scss */
  .order-details .page-content .order-details-form div {
    padding-bottom: 0px;
  }
}
/* line 102, ../style/sass/modules/order-history/_order-details.scss */
.order-details .page-content .order-details-form div:first-child {
  float: left;
  width: 80%;
}
@media (max-width: 1023px) {
  /* line 102, ../style/sass/modules/order-history/_order-details.scss */
  .order-details .page-content .order-details-form div:first-child {
    width: 100%;
  }
}
/* line 108, ../style/sass/modules/order-history/_order-details.scss */
.order-details .page-content .order-details-form div:nth-child(2) {
  float: right;
  width: 20%;
}
@media (max-width: 1023px) {
  /* line 108, ../style/sass/modules/order-history/_order-details.scss */
  .order-details .page-content .order-details-form div:nth-child(2) {
    width: 100%;
  }
}
/* line 114, ../style/sass/modules/order-history/_order-details.scss */
.order-details .page-content .order-details-form div:nth-child(3) {
  width: 27%;
}
@media (max-width: 1023px) {
  /* line 114, ../style/sass/modules/order-history/_order-details.scss */
  .order-details .page-content .order-details-form div:nth-child(3) {
    width: 50%;
  }
}
/* line 120, ../style/sass/modules/order-history/_order-details.scss */
.order-details .page-content .order-details-form div:nth-child(4) {
  width: 30%;
}
@media (max-width: 1023px) {
  /* line 120, ../style/sass/modules/order-history/_order-details.scss */
  .order-details .page-content .order-details-form div:nth-child(4) {
    width: 50%;
  }
}
/* line 126, ../style/sass/modules/order-history/_order-details.scss */
.order-details .page-content .order-details-form div:nth-child(5) {
  width: 43%;
  text-align: right;
  float: none;
  display: inline-block;
}
@media (max-width: 1023px) {
  /* line 126, ../style/sass/modules/order-history/_order-details.scss */
  .order-details .page-content .order-details-form div:nth-child(5) {
    width: 100%;
    text-align: left;
  }
}
/* line 137, ../style/sass/modules/order-history/_order-details.scss */
.order-details .page-content .order-details-form .purchase-details {
  background: #fff;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
/* line 142, ../style/sass/modules/order-history/_order-details.scss */
.order-details .page-content .order-details-form hr {
  margin-top: 30px;
  margin-bottom: 0;
}
/* line 145, ../style/sass/modules/order-history/_order-details.scss */
.order-details .page-content .order-details-form p {
  margin-bottom: 5px;
}
/* line 148, ../style/sass/modules/order-history/_order-details.scss */
.order-details .page-content .order-details-form a {
  margin-bottom: 5px;
  display: block;
  text-align: right;
}
@media (max-width: 1023px) {
  /* line 148, ../style/sass/modules/order-history/_order-details.scss */
  .order-details .page-content .order-details-form a {
    text-align: left;
  }
}
/* line 156, ../style/sass/modules/order-history/_order-details.scss */
.order-details .page-content .order-details-form h2 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  text-transform: uppercase;
}
/* line 160, ../style/sass/modules/order-history/_order-details.scss */
.order-details .page-content .order-details-form li {
  margin-left: 3%;
  float: left;
  width: 30%;
  border-right: 1px solid #ebeff2;
  min-height: 300px;
  padding-right: 20px;
}
@media (max-width: 1023px) {
  /* line 160, ../style/sass/modules/order-history/_order-details.scss */
  .order-details .page-content .order-details-form li {
    width: 100%;
    min-height: 0;
    margin-left: 0;
  }
}
/* line 171, ../style/sass/modules/order-history/_order-details.scss */
.order-details .page-content .order-details-form li:last-child {
  border: none;
}
/* line 174, ../style/sass/modules/order-history/_order-details.scss */
.order-details .page-content .order-details-form li h4 {
  font-size: 16px;
  color: #00c4b3;
  font-family: "Effra Medium";
  text-transform: uppercase;
  margin-bottom: 30px;
  padding-top: 30px;
}
/* line 182, ../style/sass/modules/order-history/_order-details.scss */
.order-details .page-content .order-details-form li dl {
  font-family: "Effra Regular";
  font-size: 14px;
}
/* line 185, ../style/sass/modules/order-history/_order-details.scss */
.order-details .page-content .order-details-form li dl dt {
  color: #859199;
  font-weight: normal;
  float: left;
  margin-right: 5px;
}
/* line 191, ../style/sass/modules/order-history/_order-details.scss */
.order-details .page-content .order-details-form li dl dd {
  margin-bottom: 10px;
  margin-left: 0;
}
/* line 193, ../style/sass/modules/order-history/_order-details.scss */
.order-details .page-content .order-details-form li dl dd a {
  text-align: left;
}
/* line 199, ../style/sass/modules/order-history/_order-details.scss */
.order-details .page-content .order-details-form li:nth-child(2) dl {
  float: left;
}
/* line 205, ../style/sass/modules/order-history/_order-details.scss */
.order-details .page-content .split-section {
  font-size: 1.286em;
  font-family: "Effra Medium";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
}
/* line 211, ../style/sass/modules/order-history/_order-details.scss */
.order-details .page-content .split-section li {
  text-transform: uppercase;
  padding-left: 0;
  color: #71c4e6;
}
/* line 215, ../style/sass/modules/order-history/_order-details.scss */
.order-details .page-content .split-section li:first-child {
  color: #71c4e6;
  background: #ebeff2;
}
/* line 219, ../style/sass/modules/order-history/_order-details.scss */
.order-details .page-content .split-section li p {
  margin-left: 33px;
  text-transform: none;
}
/* line 223, ../style/sass/modules/order-history/_order-details.scss */
.order-details .page-content .split-section li span {
  padding-right: 10px;
  background: #ebeff2;
  color: #71c4e6;
  vertical-align: middle;
}
/* line 231, ../style/sass/modules/order-history/_order-details.scss */
.order-details .page-content .accordion {
  line-height: 0;
}
/* line 233, ../style/sass/modules/order-history/_order-details.scss */
.order-details .page-content .accordion .accordion-section-content {
  position: static;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  width: 100%;
  border: none;
  top: 39px;
}
/* line 240, ../style/sass/modules/order-history/_order-details.scss */
.order-details .page-content .accordion .accordion-section-content table thead {
  border: 1px solid #0085ca;
}
/* line 242, ../style/sass/modules/order-history/_order-details.scss */
.order-details .page-content .accordion .accordion-section-content table thead th[data-header='price'] {
  text-align: right;
}
/* line 246, ../style/sass/modules/order-history/_order-details.scss */
.order-details .page-content .accordion .accordion-section-content table td {
  vertical-align: middle;
}
/* line 248, ../style/sass/modules/order-history/_order-details.scss */
.order-details .page-content .accordion .accordion-section-content table td a {
  color: #71c4e6;
  outline: none;
  text-decoration: none;
  display: block;
}
/* line 254, ../style/sass/modules/order-history/_order-details.scss */
.order-details .page-content .accordion .accordion-section-content table td span {
  margin-right: 25px;
}
/* line 257, ../style/sass/modules/order-history/_order-details.scss */
.order-details .page-content .accordion .accordion-section-content table td p {
  color: #0f4c86;
}
/* line 260, ../style/sass/modules/order-history/_order-details.scss */
.order-details .page-content .accordion .accordion-section-content table td div {
  display: inline-block;
}
/* line 265, ../style/sass/modules/order-history/_order-details.scss */
.order-details .page-content .accordion .accordion-section-content table .detail-data-expanded table {
  margin-top: 20px;
  margin-bottom: 20px;
}
/* line 267, ../style/sass/modules/order-history/_order-details.scss */
.order-details .page-content .accordion .accordion-section-content table .detail-data-expanded table td span {
  display: block;
}
/* line 273, ../style/sass/modules/order-history/_order-details.scss */
.order-details .page-content .accordion .accordion-section-content .total {
  clear: both;
  padding-top: 20px;
}
/* line 276, ../style/sass/modules/order-history/_order-details.scss */
.order-details .page-content .accordion .accordion-section-content .total .lDiv {
  float: left;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 50px;
}
@media (max-width: 1023px) {
  /* line 276, ../style/sass/modules/order-history/_order-details.scss */
  .order-details .page-content .accordion .accordion-section-content .total .lDiv {
    width: 100%;
  }
}
/* line 282, ../style/sass/modules/order-history/_order-details.scss */
.order-details .page-content .accordion .accordion-section-content .total .lDiv .primary-btn {
  float: right;
}
/* line 286, ../style/sass/modules/order-history/_order-details.scss */
.order-details .page-content .accordion .accordion-section-content .total dd {
  color: #a8b0b2;
  margin-bottom: 7px;
  margin-left: 0;
  display: inline-block;
  width: 13%;
}
/* line 292, ../style/sass/modules/order-history/_order-details.scss */
.order-details .page-content .accordion .accordion-section-content .total dt {
  color: #a8b0b2;
  font-weight: normal;
  float: left;
  width: 11%;
}
@media (max-width: 1023px) {
  /* line 297, ../style/sass/modules/order-history/_order-details.scss */
  .order-details .page-content .accordion .accordion-section-content .total dd, .order-details .page-content .accordion .accordion-section-content .total dt {
    width: 50%;
  }
}
/* line 301, ../style/sass/modules/order-history/_order-details.scss */
.order-details .page-content .accordion .accordion-section-content .total dd:last-child, .order-details .page-content .accordion .accordion-section-content .total dt:last-child {
  color: #0f4c86;
  font-size: 24px;
}
/* line 306, ../style/sass/modules/order-history/_order-details.scss */
.order-details .page-content .accordion .accordion-section-content .total .total-price {
  color: #0f4c86;
  font-size: 24px;
}
/* line 312, ../style/sass/modules/order-history/_order-details.scss */
.order-details .page-content .accordion .accordion-section-title {
  background: #004b87;
  padding-top: 18px;
  padding-right: 60px;
  padding-bottom: 18px;
  padding-left: 60px;
  text-shadow: none;
  transition: none;
  outline: none;
  color: #fff;
  border: none;
}
@media (max-width: 1023px) {
  /* line 312, ../style/sass/modules/order-history/_order-details.scss */
  .order-details .page-content .accordion .accordion-section-title {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
}
/* line 325, ../style/sass/modules/order-history/_order-details.scss */
.order-details .page-content .accordion .accordion-section-title.active {
  background: #0085ca;
}
/* line 328, ../style/sass/modules/order-history/_order-details.scss */
.order-details .page-content .accordion .display-items {
  float: right;
  padding-top: 7px;
  padding-bottom: 7px;
  outline: 0;
  text-decoration: none;
  font-size: 15px;
}
/* line 334, ../style/sass/modules/order-history/_order-details.scss */
.order-details .page-content .accordion .display-items span {
  vertical-align: middle;
  font-size: 18px;
}
/* line 340, ../style/sass/modules/order-history/_order-details.scss */
.order-details .page-content .price-color {
  color: #0f4c86;
  text-align: right;
}
/* line 344, ../style/sass/modules/order-history/_order-details.scss */
.order-details .page-content table.stacktable.small-only {
  width: 100%;
}
@media (min-width: 1024px) {
  /* line 348, ../style/sass/modules/order-history/_order-details.scss */
  .order-details .align-center {
    text-align: center;
  }
}
/* line 354, ../style/sass/modules/order-history/_order-details.scss */
.order-details .additional-data {
  margin-left: 50px;
}
/* line 357, ../style/sass/modules/order-history/_order-details.scss */
.order-details .additional-data li strong {
  color: #004b87;
  font-weight: normal;
}

/* line 3, ../style/sass/modules/order-history/_order-history-view.scss */
#orderHistoryView h2 {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 50px;
}
/* line 7, ../style/sass/modules/order-history/_order-history-view.scss */
#orderHistoryView .search-filter h3 {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 0px;
}
/* line 10, ../style/sass/modules/order-history/_order-history-view.scss */
#orderHistoryView .search-filter a {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  display: inline-block;
  height: auto;
  line-height: 22px;
  background-image: url("../../cvg/images/icons/plus-icon.png");
  background-position: 0;
  background-repeat: no-repeat;
  background-color: transparent;
  font-size: 15px;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
  color: #004b87;
  cursor: pointer;
}
/* line 25, ../style/sass/modules/order-history/_order-history-view.scss */
#orderHistoryView .search-filter a :hover, #orderHistoryView .search-filter a :active {
  text-decoration: none;
  outline: 0;
}
/* line 30, ../style/sass/modules/order-history/_order-history-view.scss */
#orderHistoryView .search-filter .search-opt-link {
  margin-top: 0px;
  padding-top: 4px;
  padding-left: 30px;
}
/* line 34, ../style/sass/modules/order-history/_order-history-view.scss */
#orderHistoryView .search-filter .moreOptions {
  display: none;
  margin-top: 0px;
}
/* line 40, ../style/sass/modules/order-history/_order-history-view.scss */
#orderHistoryView .search-filter fieldset.fewer-option-fieldset fieldset legend {
  margin-top: 0px;
}
/* line 45, ../style/sass/modules/order-history/_order-history-view.scss */
#orderHistoryView .search-filter fieldset {
  margin-top: 25px;
}
/* line 47, ../style/sass/modules/order-history/_order-history-view.scss */
#orderHistoryView .search-filter fieldset legend {
  color: #004b87;
  margin-top: 0px;
}
/* line 52, ../style/sass/modules/order-history/_order-history-view.scss */
#orderHistoryView .search-filter input {
  margin-bottom: 10px;
}
/* line 55, ../style/sass/modules/order-history/_order-history-view.scss */
#orderHistoryView .search-filter .btn-transparent {
  color: #00a9e0 !important;
  padding-left: 0px;
  width: 39%;
  font-weight: bold;
}
/* line 61, ../style/sass/modules/order-history/_order-history-view.scss */
#orderHistoryView .search-filter .collapse {
  display: block;
}
/* line 67, ../style/sass/modules/order-history/_order-history-view.scss */
#orderHistoryView .content-col .blue-bg p {
  padding-left: 50px;
}
/* line 71, ../style/sass/modules/order-history/_order-history-view.scss */
#orderHistoryView .content-col div + p {
  padding-top: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
  margin-top: 40px;
}
/* line 75, ../style/sass/modules/order-history/_order-history-view.scss */
#orderHistoryView .content-col .button-container {
  margin-left: 0px;
}
/* line 76, ../style/sass/modules/order-history/_order-history-view.scss */
#orderHistoryView .content-col .button-container input.small {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

/*orderHistory css*/
/* line 3, ../style/sass/modules/order-history/_order-history.scss */
#orderHistory {
  /*Mobile view */
}
/* line 4, ../style/sass/modules/order-history/_order-history.scss */
#orderHistory h1 {
  margin-bottom: 40px;
  display: inline-block;
}
@media (max-width: 1023px) {
  /* line 4, ../style/sass/modules/order-history/_order-history.scss */
  #orderHistory h1 {
    margin-bottom: 0px;
  }
}
/* line 11, ../style/sass/modules/order-history/_order-history.scss */
#orderHistory .vertical-align {
  vertical-align: middle;
}
/* line 14, ../style/sass/modules/order-history/_order-history.scss */
#orderHistory aside.search-filter {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1024px) {
  /* line 14, ../style/sass/modules/order-history/_order-history.scss */
  #orderHistory aside.search-filter {
    float: left;
    width: 21.42857%;
  }
}
/* line 16, ../style/sass/modules/order-history/_order-history.scss */
#orderHistory aside.search-filter p.no-results {
  color: #859199;
  margin-top: -13px;
  margin-right: -20px;
  margin-left: -21px;
  padding-top: 12px;
  padding-right: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  background: #859199;
  border-radius: 3px;
}
/* line 24, ../style/sass/modules/order-history/_order-history.scss */
#orderHistory aside.search-filter fieldset legend {
  font-family: "Effra Medium";
}
/* line 28, ../style/sass/modules/order-history/_order-history.scss */
#orderHistory aside.search-filter fieldset div.expanded-select p {
  display: table;
  width: 100%;
  padding-bottom: 2px;
}
/* line 32, ../style/sass/modules/order-history/_order-history.scss */
#orderHistory aside.search-filter fieldset div.expanded-select p div.checker, #orderHistory aside.search-filter fieldset div.expanded-select p label {
  display: table-cell;
  vertical-align: top;
}
/* line 36, ../style/sass/modules/order-history/_order-history.scss */
#orderHistory aside.search-filter fieldset div.expanded-select p label {
  line-height: 15px;
  padding-top: 2px;
}
/* line 43, ../style/sass/modules/order-history/_order-history.scss */
#orderHistory aside.search-filter fieldset ul li {
  display: table-row;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
/* line 46, ../style/sass/modules/order-history/_order-history.scss */
#orderHistory aside.search-filter fieldset ul li div.checker, #orderHistory aside.search-filter fieldset ul li label {
  display: table-cell;
}
/* line 49, ../style/sass/modules/order-history/_order-history.scss */
#orderHistory aside.search-filter fieldset ul li label {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 5px;
  vertical-align: middle;
}
/* line 54, ../style/sass/modules/order-history/_order-history.scss */
#orderHistory aside.search-filter fieldset ul li div.checker {
  width: 20px;
  height: 20px;
}
/* line 62, ../style/sass/modules/order-history/_order-history.scss */
#orderHistory aside.search-filter .more-options + a {
  display: block;
  float: left;
  width: 100%;
  padding-top: 15px;
  padding-right: 0;
  padding-bottom: 15px;
  padding-left: 0;
}
/* line 69, ../style/sass/modules/order-history/_order-history.scss */
#orderHistory aside.search-filter .multiple-select > p:nth-child(1) {
  padding-top: 9px;
  padding-right: 9px;
  padding-bottom: 9px;
  padding-left: 9px;
  font-size: 14px;
}
@media (max-width: 1023px) {
  /* line 69, ../style/sass/modules/order-history/_order-history.scss */
  #orderHistory aside.search-filter .multiple-select > p:nth-child(1) {
    padding-top: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
  }
}
/* line 79, ../style/sass/modules/order-history/_order-history.scss */
#orderHistory .content-col {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
@media (min-width: 1024px) {
  /* line 79, ../style/sass/modules/order-history/_order-history.scss */
  #orderHistory .content-col {
    float: left;
    width: 78.57143%;
  }
}
/* line 83, ../style/sass/modules/order-history/_order-history.scss */
#orderHistory .content-col table .blue-tag {
  display: block;
  color: #004b87;
  font-family: "Effra Medium";
  /*font-size: 0.750em;*/
}
/* line 89, ../style/sass/modules/order-history/_order-history.scss */
#orderHistory .content-col table .min-hight1 {
  min-height: 55px;
}
@media (max-width: 1023px) {
  /* line 89, ../style/sass/modules/order-history/_order-history.scss */
  #orderHistory .content-col table .min-hight1 {
    min-height: initial;
  }
}
/* line 95, ../style/sass/modules/order-history/_order-history.scss */
#orderHistory .content-col table .section-wraper {
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
}
/* line 97, ../style/sass/modules/order-history/_order-history.scss */
#orderHistory .content-col table .section-wraper li {
  margin-bottom: 10px;
}
/* line 99, ../style/sass/modules/order-history/_order-history.scss */
#orderHistory .content-col table .section-wraper li:first-child {
  min-height: 75px;
}
@media (max-width: 1023px) {
  /* line 99, ../style/sass/modules/order-history/_order-history.scss */
  #orderHistory .content-col table .section-wraper li:first-child {
    min-height: initial;
  }
}
/* line 111, ../style/sass/modules/order-history/_order-history.scss */
#orderHistory fieldset.fewer-option-fieldset fieldset:first-of-type legend {
  margin-top: 0px;
}
/* line 117, ../style/sass/modules/order-history/_order-history.scss */
#orderHistory fieldset .btn-transparent {
  width: 36%;
  padding-left: 0px;
}
/* line 121, ../style/sass/modules/order-history/_order-history.scss */
#orderHistory fieldset ul {
  width: 100%;
}
/* line 124, ../style/sass/modules/order-history/_order-history.scss */
#orderHistory fieldset hr {
  color: #71c5e8;
  border-bottom: 1px solid #71c5e8;
}
/* line 128, ../style/sass/modules/order-history/_order-history.scss */
#orderHistory fieldset .fewer-option-div {
  color: #0085ca;
  position: relative;
}
/* line 131, ../style/sass/modules/order-history/_order-history.scss */
#orderHistory fieldset .fewer-option-div span {
  vertical-align: middle;
  display: table-cell;
  /*
  &[class^="icon-"]:before,
  &[class*=" icon-"]:before{
    vertical-align: text-top;
  }*/
}
/* line 141, ../style/sass/modules/order-history/_order-history.scss */
#orderHistory fieldset .fewer-option-div span.text {
  padding-left: 5px;
}
/* line 148, ../style/sass/modules/order-history/_order-history.scss */
#orderHistory fieldset input.secondary-btn3.small, #orderHistory fieldset input.secondary-btn3.btn-transparent {
  margin-bottom: 20px;
}
/* line 155, ../style/sass/modules/order-history/_order-history.scss */
#orderHistory div.stacktable.small-only table.stacktable.small-only > tbody > tr {
  /*
  &:nth-child(2){
      border-bottom:1px solid $bodyTextGrey;
  };*/
}
/* line 156, ../style/sass/modules/order-history/_order-history.scss */
#orderHistory div.stacktable.small-only table.stacktable.small-only > tbody > tr:first-child {
  display: none;
}
/* line 164, ../style/sass/modules/order-history/_order-history.scss */
#orderHistory div.stacktable.small-only table.stacktable.small-only > tbody > tr [data-role="expand-collapse-btn"] {
  float: right;
}
/* line 171, ../style/sass/modules/order-history/_order-history.scss */
#orderHistory .mobile-header-btn-section {
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}
/* line 172, ../style/sass/modules/order-history/_order-history.scss */
#orderHistory .mobile-header-btn-section .exl-download {
  margin-bottom: 10px;
  background: transparent;
  color: #00a9e0 !important;
  border: 1px solid #00a9e0;
}
/* line 177, ../style/sass/modules/order-history/_order-history.scss */
#orderHistory .mobile-header-btn-section .exl-download span {
  float: none;
}
/* line 183, ../style/sass/modules/order-history/_order-history.scss */
#orderHistory .no-data-container {
  float: left;
  padding: 20px;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1024px) {
  /* line 183, ../style/sass/modules/order-history/_order-history.scss */
  #orderHistory .no-data-container {
    float: left;
    width: 78.57143%;
  }
}
/* line 188, ../style/sass/modules/order-history/_order-history.scss */
#orderHistory table.stacktable.small-only {
  width: 100%;
}
/* line 191, ../style/sass/modules/order-history/_order-history.scss */
#orderHistory .sort-container {
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 195, ../style/sass/modules/order-history/_order-history.scss */
#orderHistory .wrap-btn {
  width: 115px;
  white-space: nowrap;
}
/* line 198, ../style/sass/modules/order-history/_order-history.scss */
#orderHistory .wrap-btn[type="submit"] {
  padding: 0;
}
@media (max-width: 1023px) {
  /* line 202, ../style/sass/modules/order-history/_order-history.scss */
  #orderHistory .po-text-container {
    float: left;
    margin-top: 6px;
  }
}
@media (max-width: 1023px) {
  /* line 209, ../style/sass/modules/order-history/_order-history.scss */
  #orderHistory a.enterPoLink {
    float: left;
    width: 80%;
  }
}
/* line 217, ../style/sass/modules/order-history/_order-history.scss */
#orderHistory p.help-line {
  clear: both;
  float: left;
  width: 100%;
  padding-top: 10px;
  font-size: 14px;
  line-height: 14px;
}
/* line 223, ../style/sass/modules/order-history/_order-history.scss */
#orderHistory p.help-line span {
  display: inline-block;
  width: 79%;
  float: left;
}
/* line 229, ../style/sass/modules/order-history/_order-history.scss */
#orderHistory p.help-line span:first-child {
  margin-right: 5px;
  width: 13px;
}
/* line 233, ../style/sass/modules/order-history/_order-history.scss */
#orderHistory p.help-line.success {
  color: #77bc1f;
}
/* line 239, ../style/sass/modules/order-history/_order-history.scss */
#orderHistory .enter-apply-polinks {
  float: left;
  width: 100%;
}
/* line 241, ../style/sass/modules/order-history/_order-history.scss */
#orderHistory .enter-apply-polinks textarea {
  text-transform: uppercase;
  margin-top: 10px;
}
/* line 246, ../style/sass/modules/order-history/_order-history.scss */
#orderHistory .account-search-section {
  float: right;
  width: 40%;
  margin-top: 21px;
  margin-right: 26px;
  margin-bottom: 24px;
}
/* line 250, ../style/sass/modules/order-history/_order-history.scss */
#orderHistory .account-search-section a {
  display: inline-block;
}
/* line 253, ../style/sass/modules/order-history/_order-history.scss */
#orderHistory .account-search-section p {
  width: 78%;
  display: inline-block;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  /* line 246, ../style/sass/modules/order-history/_order-history.scss */
  #orderHistory .account-search-section {
    width: 94%;
    margin-top: 20px;
    margin-right: 10px;
    margin-bottom: 15px;
    margin-left: 10px;
    clear: both;
    float: none;
  }
}
/* line 266, ../style/sass/modules/order-history/_order-history.scss */
#orderHistory .account-search-section h4 {
  float: left;
  max-width: 70%;
  margin-top: 0;
}
/* line 271, ../style/sass/modules/order-history/_order-history.scss */
#orderHistory .account-search-section .cta-wrapper {
  float: right;
  max-width: 32%;
  margin-top: 6px;
}
/* line 275, ../style/sass/modules/order-history/_order-history.scss */
#orderHistory .account-search-section .cta-wrapper a:not(:first-child) {
  margin: 0 0 0 10px;
}
/* line 280, ../style/sass/modules/order-history/_order-history.scss */
#orderHistory .account-search-section .account-name-wrapper {
  clear: both;
  background-color: #ebeff2;
  padding-top: 1%;
  padding-right: 1%;
  padding-bottom: 1%;
  padding-left: 1%;
}
/* line 289, ../style/sass/modules/order-history/_order-history.scss */
#orderHistory .enter-upload-poBtn {
  padding-bottom: 10px;
}
/* line 291, ../style/sass/modules/order-history/_order-history.scss */
#orderHistory .enter-upload-poBtn div.uploader {
  height: auto;
  width: 125px;
}
/* line 294, ../style/sass/modules/order-history/_order-history.scss */
#orderHistory .enter-upload-poBtn div.uploader span.filename {
  width: 122px !important;
  margin-left: 0;
}
/* line 298, ../style/sass/modules/order-history/_order-history.scss */
#orderHistory .enter-upload-poBtn div.uploader span.action {
  width: 122px;
  height: 40px !important;
  margin-bottom: 10px;
}
/* line 303, ../style/sass/modules/order-history/_order-history.scss */
#orderHistory .enter-upload-poBtn div.uploader input {
  top: 47px;
}
/* line 307, ../style/sass/modules/order-history/_order-history.scss */
#orderHistory .enter-upload-poBtn a.upload-btn-po {
  width: 122px;
  text-transform: none;
}
/* line 311, ../style/sass/modules/order-history/_order-history.scss */
#orderHistory .enter-upload-poBtn p.error {
  margin-top: 3px;
}

/* line 319, ../style/sass/modules/order-history/_order-history.scss */
.order-history-popup {
  background-color: #b9d8ea;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-right: -16px;
  margin-bottom: -16px;
  margin-left: -16px;
  text-align: left;
}
@media (max-width: 1023px) {
  /* line 328, ../style/sass/modules/order-history/_order-history.scss */
  .order-history-popup h1 {
    padding-left: 32px;
  }
}
/* line 333, ../style/sass/modules/order-history/_order-history.scss */
.order-history-popup input[type="text"] {
  width: 100%;
}
/* line 336, ../style/sass/modules/order-history/_order-history.scss */
.order-history-popup input.po-text {
  text-transform: uppercase;
}
/* line 340, ../style/sass/modules/order-history/_order-history.scss */
.order-history-popup .close {
  position: absolute;
  background: url("../../b2bredesign/images/icons/cross-icon.png") 0 0 no-repeat;
  width: 20px;
  height: 20px;
  display: block;
  text-indent: -9999px;
  top: 0;
  right: 0;
  opacity: 1;
  margin-top: 13px;
  margin-right: 13px;
  margin-bottom: 0px;
  margin-left: 0px;
}
/* line 357, ../style/sass/modules/order-history/_order-history.scss */
.order-history-popup form h1 {
  font-size: 18px !important;
}
@media (max-width: 1023px) {
  /* line 357, ../style/sass/modules/order-history/_order-history.scss */
  .order-history-popup form h1 {
    margin-left: 0px !important;
  }
}
/* line 364, ../style/sass/modules/order-history/_order-history.scss */
.order-history-popup form fieldset {
  margin-top: 10px;
  margin-bottom: 0px;
}
/* line 366, ../style/sass/modules/order-history/_order-history.scss */
.order-history-popup form fieldset legend {
  color: #0085ca;
  text-transform: capitalize;
  font-size: 1em;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
  margin-bottom: 10px;
}
/* line 372, ../style/sass/modules/order-history/_order-history.scss */
.order-history-popup form fieldset .prescriptionProdcuctType {
  width: 100%;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
/* line 373, ../style/sass/modules/order-history/_order-history.scss */
.order-history-popup form fieldset label {
  text-transform: none;
  color: #859199;
  font-size: 1.143em;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
}
/* line 378, ../style/sass/modules/order-history/_order-history.scss */
.order-history-popup form fieldset input[type="text"] {
  margin-top: 10px;
}
/* line 383, ../style/sass/modules/order-history/_order-history.scss */
.order-history-popup form fieldset.full-width {
  width: 100%;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
/* line 386, ../style/sass/modules/order-history/_order-history.scss */
.order-history-popup form fieldset.full-width input {
  width: 100%;
}
/* line 390, ../style/sass/modules/order-history/_order-history.scss */
.order-history-popup form fieldset.full-width input[type="reset"] {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 5%;
  padding-bottom: 0;
  padding-left: 0;
  text-align: right;
  height: 40px;
}
/* line 397, ../style/sass/modules/order-history/_order-history.scss */
.order-history-popup form hr {
  margin-top: 27px;
  margin-right: 5%;
  margin-bottom: 17px;
  margin-left: 5%;
  width: 90%;
}
/* line 402, ../style/sass/modules/order-history/_order-history.scss */
.order-history-popup form input[type="button"] {
  background: #00a9e0;
  color: #fff;
  font-size: 1.143em;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
  margin-bottom: -1px;
}
/* line 408, ../style/sass/modules/order-history/_order-history.scss */
.order-history-popup form label + div.radio {
  margin-right: 0px;
  margin-left: 60px;
}
/* line 411, ../style/sass/modules/order-history/_order-history.scss */
.order-history-popup form h3 {
  color: #001e46;
}
@media (max-width: 1023px) {
  /* line 411, ../style/sass/modules/order-history/_order-history.scss */
  .order-history-popup form h3 {
    color: #fff;
    background-color: #001e46;
    padding-top: 20px;
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 15px;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    text-transform: uppercase;
    font-size: 1em;
    font-family: "Effra Medium";
    font-style: normal;
    font-weight: normal;
  }
}
/* line 424, ../style/sass/modules/order-history/_order-history.scss */
.order-history-popup .refine-order-form ul li {
  margin-top: 10px;
  margin-bottom: 0;
}
/* line 429, ../style/sass/modules/order-history/_order-history.scss */
.order-history-popup .multiple-select .expanded-select {
  width: 100%;
}
@media (max-width: 1023px) {
  /* line 432, ../style/sass/modules/order-history/_order-history.scss */
  .order-history-popup .secondary-btn3 {
    width: auto;
  }
}
/* line 437, ../style/sass/modules/order-history/_order-history.scss */
.order-history-popup input[type="submit"] {
  float: right;
}
/* line 440, ../style/sass/modules/order-history/_order-history.scss */
.order-history-popup .fewer-option-div {
  display: table;
}
/* line 442, ../style/sass/modules/order-history/_order-history.scss */
.order-history-popup .fewer-option-div span {
  display: table-cell;
  vertical-align: middle;
}
/* line 445, ../style/sass/modules/order-history/_order-history.scss */
.order-history-popup .fewer-option-div span:nth-child(2) {
  padding-left: 10px;
}

/* line 3, ../style/sass/modules/order-history/_request-return-repair.scss */
#requestReturnRepair .page-content {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
/* line 6, ../style/sass/modules/order-history/_request-return-repair.scss */
#requestReturnRepair .selectallmobile-container {
  margin-bottom: 10px;
}
/* line 9, ../style/sass/modules/order-history/_request-return-repair.scss */
#requestReturnRepair .small-heading {
  padding-top: 0;
  padding-left: 15px;
}
/* line 12, ../style/sass/modules/order-history/_request-return-repair.scss */
#requestReturnRepair .back_btn {
  vertical-align: middle;
  color: #00a9e0;
}
/* line 16, ../style/sass/modules/order-history/_request-return-repair.scss */
#requestReturnRepair h1 span.required {
  margin-right: 20px;
}
@media (max-width: 1023px) {
  /* line 16, ../style/sass/modules/order-history/_request-return-repair.scss */
  #requestReturnRepair h1 span.required {
    margin-top: 0;
    padding-top: 8px;
  }
}
/* line 23, ../style/sass/modules/order-history/_request-return-repair.scss */
#requestReturnRepair hr {
  clear: both;
}
/* line 26, ../style/sass/modules/order-history/_request-return-repair.scss */
#requestReturnRepair h1 ~ hr {
  margin-bottom: 0;
}
/* line 29, ../style/sass/modules/order-history/_request-return-repair.scss */
#requestReturnRepair .search-filter {
  background: #cccbcb;
}
/* line 31, ../style/sass/modules/order-history/_request-return-repair.scss */
#requestReturnRepair .search-filter legend {
  color: #004b87;
  border-bottom: 0;
  padding-top: 15px;
  font-size: 14px;
}
/* line 37, ../style/sass/modules/order-history/_request-return-repair.scss */
#requestReturnRepair .search-filter address {
  margin-top: 20px;
  color: #004b87;
  font-size: 12px;
}
/* line 42, ../style/sass/modules/order-history/_request-return-repair.scss */
#requestReturnRepair .search-filter dl dt {
  color: #69757b;
  font-weight: normal;
}
/* line 46, ../style/sass/modules/order-history/_request-return-repair.scss */
#requestReturnRepair .search-filter dd {
  margin-left: 0;
}
/* line 49, ../style/sass/modules/order-history/_request-return-repair.scss */
#requestReturnRepair .search-filter dt + dd {
  margin-bottom: 15px;
  color: #004b87;
}
/* line 53, ../style/sass/modules/order-history/_request-return-repair.scss */
#requestReturnRepair .search-filter hr {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
/* line 57, ../style/sass/modules/order-history/_request-return-repair.scss */
#requestReturnRepair .content-col {
  background: #fff;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 30px;
  padding-right: 50px;
  padding-bottom: 30px;
  padding-left: 50px;
}
@media (max-width: 1023px) {
  /* line 57, ../style/sass/modules/order-history/_request-return-repair.scss */
  #requestReturnRepair .content-col {
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  /* line 57, ../style/sass/modules/order-history/_request-return-repair.scss */
  #requestReturnRepair .content-col {
    float: left;
    width: 82.14286%;
  }
}
@media (max-width: 1023px) {
  /* line 66, ../style/sass/modules/order-history/_request-return-repair.scss */
  #requestReturnRepair .content-col p.section-header {
    width: 85%;
    float: left;
  }
}
/* line 72, ../style/sass/modules/order-history/_request-return-repair.scss */
#requestReturnRepair .content-col span.arrow-icon {
  font-size: 34px;
  color: #004b87;
}
/* line 76, ../style/sass/modules/order-history/_request-return-repair.scss */
#requestReturnRepair .content-col aside.aside-links {
  padding-top: 20px;
  padding-right: 37px;
  padding-bottom: 20px;
  padding-left: 37px;
  margin-right: 10px;
  margin-left: 10px;
  position: absolute;
  top: 79px;
  border: 1px solid #ccc;
  right: 0;
  background: #fff;
  width: 97%;
  z-index: 9999;
}
@media (max-width: 1023px) {
  /* line 86, ../style/sass/modules/order-history/_request-return-repair.scss */
  #requestReturnRepair .content-col aside.aside-links > div.shape-div {
    content: '';
    display: inline-block;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #ccc;
    border-top: 0;
    border-bottom-color: #fdfcfc;
    position: absolute;
    top: -11px;
    right: 14px;
  }
}
/* line 102, ../style/sass/modules/order-history/_request-return-repair.scss */
#requestReturnRepair .content-col aside.aside-links dl dt {
  width: 6%;
  float: left;
  font-size: 16px;
}
/* line 107, ../style/sass/modules/order-history/_request-return-repair.scss */
#requestReturnRepair .content-col aside.aside-links dl dd {
  width: 86%;
  float: left;
  color: #859199;
  font-size: 16px;
}
/* line 117, ../style/sass/modules/order-history/_request-return-repair.scss */
#requestReturnRepair .return-repair-details {
  clear: both;
  padding-top: 25px;
}
/* line 120, ../style/sass/modules/order-history/_request-return-repair.scss */
#requestReturnRepair .return-repair-details h2 {
  padding-bottom: 15px;
}
/* line 123, ../style/sass/modules/order-history/_request-return-repair.scss */
#requestReturnRepair .return-repair-details .request-form li {
  display: inline;
  position: relative;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
}
/* line 131, ../style/sass/modules/order-history/_request-return-repair.scss */
#requestReturnRepair .return-repair-details fieldset table td {
  vertical-align: middle;
}
/* line 136, ../style/sass/modules/order-history/_request-return-repair.scss */
#requestReturnRepair .return-repair-details .request-details ul li {
  list-style: none;
  float: left;
  width: 30%;
}
@media (max-width: 1023px) {
  /* line 136, ../style/sass/modules/order-history/_request-return-repair.scss */
  #requestReturnRepair .return-repair-details .request-details ul li {
    float: left;
    width: 100%;
  }
}
/* line 142, ../style/sass/modules/order-history/_request-return-repair.scss */
#requestReturnRepair .return-repair-details .request-details ul li label {
  display: block;
  margin-top: 0;
}
/* line 146, ../style/sass/modules/order-history/_request-return-repair.scss */
#requestReturnRepair .return-repair-details .request-details ul li:first-child {
  width: 20%;
  margin-right: 10%;
}
/* line 149, ../style/sass/modules/order-history/_request-return-repair.scss */
#requestReturnRepair .return-repair-details .request-details ul li:first-child label {
  display: inline-block;
}
@media (max-width: 1023px) {
  /* line 146, ../style/sass/modules/order-history/_request-return-repair.scss */
  #requestReturnRepair .return-repair-details .request-details ul li:first-child {
    float: left;
    width: 100%;
    margin-bottom: 4%;
  }
}
/* line 157, ../style/sass/modules/order-history/_request-return-repair.scss */
#requestReturnRepair .return-repair-details .request-details ul li:last-child {
  margin-left: 10%;
}
@media (max-width: 1023px) {
  /* line 157, ../style/sass/modules/order-history/_request-return-repair.scss */
  #requestReturnRepair .return-repair-details .request-details ul li:last-child {
    margin-left: 0;
  }
}
/* line 163, ../style/sass/modules/order-history/_request-return-repair.scss */
#requestReturnRepair .return-repair-details .request-details ul li input {
  width: 100%;
}
/* line 167, ../style/sass/modules/order-history/_request-return-repair.scss */
#requestReturnRepair .return-repair-details .select-reason {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  margin-top: 2%;
  margin-right: 14.28%;
  margin-bottom: 3%;
  margin-left: 0;
}
@media (min-width: 1024px) {
  /* line 167, ../style/sass/modules/order-history/_request-return-repair.scss */
  #requestReturnRepair .return-repair-details .select-reason {
    float: left;
    width: 42.85714%;
  }
}
/* line 176, ../style/sass/modules/order-history/_request-return-repair.scss */
#requestReturnRepair .return-repair-details .select-reason label {
  display: block;
}
/* line 181, ../style/sass/modules/order-history/_request-return-repair.scss */
#requestReturnRepair .return-repair-details .wrong-order {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  margin-top: 2%;
  margin-right: 0;
  margin-bottom: 3%;
  margin-left: 0;
}
@media (min-width: 1024px) {
  /* line 181, ../style/sass/modules/order-history/_request-return-repair.scss */
  #requestReturnRepair .return-repair-details .wrong-order {
    float: left;
    width: 42.85714%;
  }
}
/* line 184, ../style/sass/modules/order-history/_request-return-repair.scss */
#requestReturnRepair .return-repair-details .wrong-order label {
  color: #004b87;
}
/* line 187, ../style/sass/modules/order-history/_request-return-repair.scss */
#requestReturnRepair .return-repair-details .wrong-order p {
  line-height: 20px;
}
/* line 191, ../style/sass/modules/order-history/_request-return-repair.scss */
#requestReturnRepair .return-repair-details .contact-details {
  margin-top: 20px;
  margin-bottom: 10px;
}
/* line 193, ../style/sass/modules/order-history/_request-return-repair.scss */
#requestReturnRepair .return-repair-details .contact-details:first-child {
  padding-top: 0;
}
/* line 196, ../style/sass/modules/order-history/_request-return-repair.scss */
#requestReturnRepair .return-repair-details .contact-details li {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 10px;
}
@media (min-width: 1280px) {
  /* line 196, ../style/sass/modules/order-history/_request-return-repair.scss */
  #requestReturnRepair .return-repair-details .contact-details li {
    float: left;
    width: 42.85714%;
  }
}
/* line 199, ../style/sass/modules/order-history/_request-return-repair.scss */
#requestReturnRepair .return-repair-details .contact-details li:nth-child(odd) {
  margin-right: 14.28%;
}
@media (max-width: 1023px) {
  /* line 199, ../style/sass/modules/order-history/_request-return-repair.scss */
  #requestReturnRepair .return-repair-details .contact-details li:nth-child(odd) {
    margin-right: 0;
  }
}
/* line 206, ../style/sass/modules/order-history/_request-return-repair.scss */
#requestReturnRepair .return-repair-details .contact-details li.reasonSelectorItems input {
  width: 47% !important;
  margin-right: 20px;
  float: left;
}
@media (max-width: 1023px) {
  /* line 206, ../style/sass/modules/order-history/_request-return-repair.scss */
  #requestReturnRepair .return-repair-details .contact-details li.reasonSelectorItems input {
    width: 100% !important;
    margin-right: 0px;
    float: none;
  }
}
/* line 217, ../style/sass/modules/order-history/_request-return-repair.scss */
#requestReturnRepair .return-repair-details .contact-details li.reasonSelectorItems span.select2 {
  width: 47% !important;
  float: left;
}
@media (max-width: 1023px) {
  /* line 217, ../style/sass/modules/order-history/_request-return-repair.scss */
  #requestReturnRepair .return-repair-details .contact-details li.reasonSelectorItems span.select2 {
    width: 100% !important;
    float: none;
  }
}
/* line 225, ../style/sass/modules/order-history/_request-return-repair.scss */
#requestReturnRepair .return-repair-details .contact-details li.reasonSelectorItems span.time-msg {
  clear: both;
  display: inline-block;
}
/* line 230, ../style/sass/modules/order-history/_request-return-repair.scss */
#requestReturnRepair .return-repair-details .contact-details li label {
  display: block;
}
/* line 233, ../style/sass/modules/order-history/_request-return-repair.scss */
#requestReturnRepair .return-repair-details .contact-details li input {
  width: 100%;
}
/* line 237, ../style/sass/modules/order-history/_request-return-repair.scss */
#requestReturnRepair .return-repair-details .contact-details textarea {
  width: 100%;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
/* line 241, ../style/sass/modules/order-history/_request-return-repair.scss */
#requestReturnRepair .return-repair-details .contact-details textarea + div {
  padding-top: 20px;
  font-size: 16px;
}
/* line 246, ../style/sass/modules/order-history/_request-return-repair.scss */
#requestReturnRepair .return-repair-details table.stacktable.small-only {
  width: 100%;
}
/* line 250, ../style/sass/modules/order-history/_request-return-repair.scss */
#requestReturnRepair table td select + span.select2 {
  width: 100% !important;
  padding-bottom: 8px;
}
@media (max-width: 1023px) {
  /* line 250, ../style/sass/modules/order-history/_request-return-repair.scss */
  #requestReturnRepair table td select + span.select2 {
    padding-bottom: 0;
  }
}

/******************************************
1. patient-information.shtml
******************************************/
/* line 4, ../style/sass/modules/patch/_patient-information.scss */
.patch-patient fieldset.three-coll, .patch-patient fieldset.two-coll .three-coll, .cardiocom-patient fieldset.three-coll, .cardiocom-patient fieldset.two-coll .three-coll {
  color: #859199;
  text-transform: uppercase;
  font-size: 1.143em;
}
@media (min-width: 1024px) {
  /* line 4, ../style/sass/modules/patch/_patient-information.scss */
  .patch-patient fieldset.three-coll, .patch-patient fieldset.two-coll .three-coll, .cardiocom-patient fieldset.three-coll, .cardiocom-patient fieldset.two-coll .three-coll {
    width: 80%;
  }
}
@media (max-width: 1023px) {
  /* line 4, ../style/sass/modules/patch/_patient-information.scss */
  .patch-patient fieldset.three-coll, .patch-patient fieldset.two-coll .three-coll, .cardiocom-patient fieldset.three-coll, .cardiocom-patient fieldset.two-coll .three-coll {
    margin-bottom: 5%;
  }
}
/* line 14, ../style/sass/modules/patch/_patient-information.scss */
.patch-patient fieldset.three-coll div, .patch-patient fieldset.two-coll .three-coll div, .cardiocom-patient fieldset.three-coll div, .cardiocom-patient fieldset.two-coll .three-coll div {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 7px;
  margin-left: 0;
}
/* line 17, ../style/sass/modules/patch/_patient-information.scss */
.patch-patient fieldset.three-coll li, .patch-patient fieldset.two-coll .three-coll li, .cardiocom-patient fieldset.three-coll li, .cardiocom-patient fieldset.two-coll .three-coll li {
  margin-top: 20px;
  margin-right: 3%;
  margin-bottom: 0;
  margin-left: 0;
  position: relative;
}
@media (min-width: 1024px) {
  /* line 17, ../style/sass/modules/patch/_patient-information.scss */
  .patch-patient fieldset.three-coll li, .patch-patient fieldset.two-coll .three-coll li, .cardiocom-patient fieldset.three-coll li, .cardiocom-patient fieldset.two-coll .three-coll li {
    float: left;
    width: 30%;
  }
}
/* line 24, ../style/sass/modules/patch/_patient-information.scss */
.patch-patient fieldset.three-coll label, .patch-patient fieldset.two-coll .three-coll label, .cardiocom-patient fieldset.three-coll label, .cardiocom-patient fieldset.two-coll .three-coll label {
  text-transform: capitalize !important;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 10px;
}

/* line 30, ../style/sass/modules/patch/_patient-information.scss */
.healthcare-shipping-address h1 {
  color: #001E46;
  margin-top: 0px;
  margin-bottom: 12px !important;
  line-height: 41px;
}
/* line 36, ../style/sass/modules/patch/_patient-information.scss */
.healthcare-shipping-address .button-group {
  margin-top: 30px;
  margin-right: 11px;
}
/* line 38, ../style/sass/modules/patch/_patient-information.scss */
.healthcare-shipping-address .button-group .secondary-btn2 {
  margin-right: 15px;
}
@media (max-width: 1023px) {
  /* line 38, ../style/sass/modules/patch/_patient-information.scss */
  .healthcare-shipping-address .button-group .secondary-btn2 {
    margin-bottom: 12px;
  }
}
@media (max-width: 1023px) {
  /* line 36, ../style/sass/modules/patch/_patient-information.scss */
  .healthcare-shipping-address .button-group {
    margin-right: 0px;
    width: 100%;
  }
}
/* line 51, ../style/sass/modules/patch/_patient-information.scss */
.healthcare-shipping-address h1 span {
  font-size: 14px;
}
/* line 56, ../style/sass/modules/patch/_patient-information.scss */
.healthcare-shipping-address ul li:nth-child(2n+1) {
  margin-right: 54px;
}
/* line 59, ../style/sass/modules/patch/_patient-information.scss */
.healthcare-shipping-address ul li {
  margin-bottom: 0px;
  width: 46%;
  display: inline-block;
}
@media (max-width: 1023px) {
  /* line 59, ../style/sass/modules/patch/_patient-information.scss */
  .healthcare-shipping-address ul li {
    width: 100%;
    margin-bottom: 12px;
  }
}
/* line 67, ../style/sass/modules/patch/_patient-information.scss */
.healthcare-shipping-address ul li label {
  display: block;
}
/* line 69, ../style/sass/modules/patch/_patient-information.scss */
.healthcare-shipping-address ul li label.error {
  font-size: 16px;
}
/* line 73, ../style/sass/modules/patch/_patient-information.scss */
.healthcare-shipping-address ul li input[type='text'] {
  width: 100%;
}
@media (max-width: 1023px) {
  /* line 73, ../style/sass/modules/patch/_patient-information.scss */
  .healthcare-shipping-address ul li input[type='text'] {
    margin: 0;
  }
}

/* line 82, ../style/sass/modules/patch/_patient-information.scss */
.patch-patient {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
/* line 83, ../style/sass/modules/patch/_patient-information.scss */
.patch-patient ul.group-radio {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
/* line 87, ../style/sass/modules/patch/_patient-information.scss */
.patch-patient .error-banner {
  float: left;
  margin-left: 142px;
}
/* line 93, ../style/sass/modules/patch/_patient-information.scss */
.patch-patient fieldset.multi-coll ul li {
  margin-bottom: 0px !important;
}
/* line 99, ../style/sass/modules/patch/_patient-information.scss */
.patch-patient .steps div {
  float: none;
  left: auto;
}
/* line 102, ../style/sass/modules/patch/_patient-information.scss */
.patch-patient .steps div a {
  float: none;
  right: auto;
}
/* line 105, ../style/sass/modules/patch/_patient-information.scss */
.patch-patient .steps div a.last {
  width: 30px;
}
@media (max-width: 1023px) {
  /* line 109, ../style/sass/modules/patch/_patient-information.scss */
  .patch-patient .steps div a:nth-child(3) {
    background-position: 0 -569px;
    width: 30px;
  }
}
/* line 119, ../style/sass/modules/patch/_patient-information.scss */
.patch-patient .clear {
  clear: both;
  width: 100%;
  float: left;
}
/* line 125, ../style/sass/modules/patch/_patient-information.scss */
.patch-patient .required {
  text-align: right;
  float: left;
  width: 89%;
  position: relative;
  top: 60px;
  right: 57px;
}
@media (max-width: 1023px) {
  /* line 125, ../style/sass/modules/patch/_patient-information.scss */
  .patch-patient .required {
    width: 100%;
    top: 30px;
    right: 0;
    font-size: 13px !important;
  }
}
@media (min-width: 1024px) {
  /* line 142, ../style/sass/modules/patch/_patient-information.scss */
  .patch-patient fieldset.two-coll {
    width: 76%;
  }
  /* line 146, ../style/sass/modules/patch/_patient-information.scss */
  .patch-patient fieldset.two-coll li {
    float: left;
    width: 45%;
    margin-right: 5%;
    margin-bottom: 5px;
    height: 90px;
  }
  /* line 150, ../style/sass/modules/patch/_patient-information.scss */
  .patch-patient fieldset.two-coll li li {
    width: 47.5%;
  }
  /* line 152, ../style/sass/modules/patch/_patient-information.scss */
  .patch-patient fieldset.two-coll li li:nth-child(even) {
    margin-right: 0;
  }
  /* line 158, ../style/sass/modules/patch/_patient-information.scss */
  .patch-patient fieldset.two-coll ul.group-radio li {
    height: auto;
  }
}
/* line 164, ../style/sass/modules/patch/_patient-information.scss */
.patch-patient fieldset.two-coll .three-coll {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
/* line 168, ../style/sass/modules/patch/_patient-information.scss */
.patch-patient fieldset.two-coll fieldset {
  margin-top: 20px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  width: 100%;
}
/* line 175, ../style/sass/modules/patch/_patient-information.scss */
.patch-patient .ps-hr {
  margin-top: 4%;
  margin-right: 11%;
  margin-bottom: 4%;
  margin-left: 11%;
  clear: both;
  float: left;
  width: 78%;
}
@media (max-width: 1023px) {
  /* line 175, ../style/sass/modules/patch/_patient-information.scss */
  .patch-patient .ps-hr {
    width: 100%;
    margin-top: 1.5%;
    margin-right: 0;
    margin-bottom: 30px;
    margin-left: 0;
  }
}
/* line 185, ../style/sass/modules/patch/_patient-information.scss */
.patch-patient fieldset {
  float: left;
  width: 36%;
}
@media (min-width: 1024px) {
  /* line 185, ../style/sass/modules/patch/_patient-information.scss */
  .patch-patient fieldset {
    margin-top: 0;
    margin-right: 5%;
    margin-left: 12%;
  }
}
/* line 190, ../style/sass/modules/patch/_patient-information.scss */
.patch-patient fieldset legend {
  margin-right: 8px;
  margin-bottom: 20px;
  width: auto;
  float: left;
}
@media (min-width: 1024px) {
  /* line 195, ../style/sass/modules/patch/_patient-information.scss */
  .patch-patient fieldset legend.top-heading {
    margin-top: 30px;
    float: left;
  }
}
/* line 202, ../style/sass/modules/patch/_patient-information.scss */
.patch-patient fieldset .info-icon {
  margin-top: -4px;
}
@media (max-width: 1023px) {
  /* line 205, ../style/sass/modules/patch/_patient-information.scss */
  .patch-patient fieldset ul {
    margin-top: 16px;
  }
}
/* line 210, ../style/sass/modules/patch/_patient-information.scss */
.patch-patient fieldset ul li {
  list-style: none;
}
@media (max-width: 1023px) {
  /* line 210, ../style/sass/modules/patch/_patient-information.scss */
  .patch-patient fieldset ul li {
    margin-bottom: 10px;
  }
}
@media (max-width: 1023px) {
  /* line 185, ../style/sass/modules/patch/_patient-information.scss */
  .patch-patient fieldset {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  /* line 221, ../style/sass/modules/patch/_patient-information.scss */
  .patch-patient fieldset legend {
    font-size: 14px;
  }
}
/* line 225, ../style/sass/modules/patch/_patient-information.scss */
.patch-patient fieldset input {
  width: 100%;
}
/* line 230, ../style/sass/modules/patch/_patient-information.scss */
.patch-patient .additional {
  font-size: 16px;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #71c5e8;
}
/* line 235, ../style/sass/modules/patch/_patient-information.scss */
.patch-patient .additional span {
  float: left;
  margin-right: 15px;
}
/* line 241, ../style/sass/modules/patch/_patient-information.scss */
.patch-patient .full-bleed {
  margin-bottom: 30px;
  margin-right: 0;
  position: relative;
}
@media (min-width: 1024px) {
  /* line 241, ../style/sass/modules/patch/_patient-information.scss */
  .patch-patient .full-bleed {
    width: 76%;
  }
}
/* line 249, ../style/sass/modules/patch/_patient-information.scss */
.patch-patient .full-bleed .checker {
  float: left;
  margin-top: 11px;
  position: absolute;
}
/* line 254, ../style/sass/modules/patch/_patient-information.scss */
.patch-patient .full-bleed label {
  padding-left: 35px;
}
/* line 258, ../style/sass/modules/patch/_patient-information.scss */
.patch-patient .text-link {
  margin-top: 2%;
  margin-right: 0;
  margin-bottom: 2%;
  margin-left: 0;
}
@media (max-width: 1023px) {
  /* line 258, ../style/sass/modules/patch/_patient-information.scss */
  .patch-patient .text-link {
    margin-top: 0;
  }
}
/* line 265, ../style/sass/modules/patch/_patient-information.scss */
.patch-patient .gen-style, .patch-patient .months {
  color: #859199;
  font-size: 1.143em;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
}
@media (min-width: 1024px) {
  /* line 265, ../style/sass/modules/patch/_patient-information.scss */
  .patch-patient .gen-style, .patch-patient .months {
    margin-top: 0;
  }
}
/* line 274, ../style/sass/modules/patch/_patient-information.scss */
.patch-patient .block-display {
  display: block;
}
@media (max-width: 1023px) {
  /* line 274, ../style/sass/modules/patch/_patient-information.scss */
  .patch-patient .block-display {
    margin-top: 25px;
  }
}
/* line 282, ../style/sass/modules/patch/_patient-information.scss */
.patch-patient .diagnosis label {
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
}
/* line 287, ../style/sass/modules/patch/_patient-information.scss */
.patch-patient .gray {
  color: #859199;
  font-size: 1.143em;
}
@media (min-width: 1024px) {
  /* line 292, ../style/sass/modules/patch/_patient-information.scss */
  .patch-patient .three-coll-01 {
    width: 76%;
  }
  /* line 295, ../style/sass/modules/patch/_patient-information.scss */
  .patch-patient .three-coll-01 li.first {
    clear: both;
  }
}
@media (min-width: 1024px) {
  /* line 299, ../style/sass/modules/patch/_patient-information.scss */
  .patch-patient .three-coll-01 li {
    margin-right: 3%;
    float: left;
    width: 30%;
  }
}
/* line 308, ../style/sass/modules/patch/_patient-information.scss */
.patch-patient .checkout-details-bottom.button-container a.secondary-btn {
  text-decoration: none;
  margin-top: 0px;
  margin-right: 30px;
  margin-left: 30px;
}
@media (max-width: 1023px) {
  /* line 308, ../style/sass/modules/patch/_patient-information.scss */
  .patch-patient .checkout-details-bottom.button-container a.secondary-btn {
    margin-top: 15px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
  }
}
/* line 315, ../style/sass/modules/patch/_patient-information.scss */
.patch-patient .checkout-details-bottom.button-container .secondary-btn {
  margin-top: 0px;
  margin-right: 30px;
  margin-bottom: 0px;
  margin-left: 30px;
}
@media (max-width: 1023px) {
  /* line 315, ../style/sass/modules/patch/_patient-information.scss */
  .patch-patient .checkout-details-bottom.button-container .secondary-btn {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
}
/* line 320, ../style/sass/modules/patch/_patient-information.scss */
.patch-patient .checkout-details-bottom.button-container .saveButton-Row {
  display: none;
}
/* line 322, ../style/sass/modules/patch/_patient-information.scss */
.patch-patient .txt-foot {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 45px;
  color: #859199;
}

/******************************************
1. reporting-criterion.shtml
******************************************/
/* line 5, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
@media (max-width: 1023px) {
  /* line 7, ../style/sass/modules/patch/_reporting-criteria.scss */
  .reporting-criteria .steps {
    padding-bottom: 0;
  }
}
/* line 11, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria .steps div {
  float: none;
  left: auto;
}
/* line 14, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria .steps div a {
  float: none;
  right: auto;
}
/* line 17, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria .steps div a.last {
  width: 30px;
}
@media (max-width: 1023px) {
  /* line 21, ../style/sass/modules/patch/_reporting-criteria.scss */
  .reporting-criteria .steps div a:nth-child(3) {
    background-position: 0 -569px;
    width: 30px;
  }
}
/* line 29, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria .add-more-rows {
  padding-top: 4px;
  padding-left: 33px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 12%;
  background-image: url("../../b2bredesign/images/icons/plus-icon.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-color: transparent;
  height: 25px;
  float: left;
  display: block;
  color: #859199;
  font-size: 15px;
  font-family: Effra Regular;
  font-style: normal;
  font-weight: normal;
}
@media (max-width: 1023px) {
  /* line 29, ../style/sass/modules/patch/_reporting-criteria.scss */
  .reporting-criteria .add-more-rows {
    margin-left: 0;
  }
}
/* line 42, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria .clear {
  clear: both;
  width: 100%;
  float: left;
}
/* line 47, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria .required {
  text-align: right;
}
/* line 50, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria .physician-email {
  margin-top: 13%;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
/* line 53, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria .small-info {
  margin-top: 3%;
  margin-right: 12%;
  margin-left: 13%;
  float: left;
}
/* line 56, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria .small-info .required, .reporting-criteria .small-info div {
  float: left;
}
/* line 59, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria .small-info .required {
  margin-right: 5px;
  color: #00a9e0;
}
/* line 64, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria .small-info div span {
  display: block;
  color: #859199;
  font-size: 14px;
}
/* line 71, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria .add-phs-col2 {
  margin-top: 3%;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
/* line 74, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria table:nth-of-type(odd) > tbody > tr:nth-of-type(odd) td,
.reporting-criteria table:nth-of-type(even) > tbody > tr:nth-of-type(even) td {
  background: #fff;
}
/* line 78, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria table tbody td {
  color: #859199;
}
/* line 81, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria .review-table {
  width: 100%;
}
/* line 84, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria .review-table > tbody > tr:nth-of-type(odd) td {
  background: #fff;
}
/* line 97, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria .review-table th, .reporting-criteria .review-table td {
  width: 30%;
}
/* line 99, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria .review-table th:nth-child(3), .reporting-criteria .review-table td:nth-child(3) {
  width: 40%;
}
@media (max-width: 1023px) {
  /* line 97, ../style/sass/modules/patch/_reporting-criteria.scss */
  .reporting-criteria .review-table th, .reporting-criteria .review-table td {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
/* line 106, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria .review-table td:nth-child(1) {
  font-size: 14px;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
}
/* line 109, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria .review-table td.gray {
  background: #f6f7f8 !important;
}
@media (max-width: 1023px) {
  /* line 109, ../style/sass/modules/patch/_reporting-criteria.scss */
  .reporting-criteria .review-table td.gray {
    background: none !important;
  }
}
/* line 115, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria .review-table td {
  border-right: 1px solid #cccbcb;
}
/* line 118, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria .review-table td .radio:nth-child(2) {
  margin-left: 7px;
}
/* line 122, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria .review-table td input[type="text"] {
  margin-right: 5px;
  margin-left: 5px;
  width: 60px;
}
/* line 126, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria .review-table td .option-range {
  display: block;
}
/* line 129, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria .review-table td .unit {
  font-size: 14px;
}
/* line 132, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria .review-table td.st-key {
  width: 30%;
}
@media (max-width: 1023px) {
  /* line 136, ../style/sass/modules/patch/_reporting-criteria.scss */
  .reporting-criteria .review-table td.st-val {
    width: 100%;
    float: left;
  }
}
/* line 143, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria .review-table.small-only {
  border-top: 1px solid #cccbcb;
}
@media (max-width: 1023px) {
  /* line 143, ../style/sass/modules/patch/_reporting-criteria.scss */
  .reporting-criteria .review-table.small-only {
    border-top: none;
  }
}
/* line 149, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria .review-table.small-only:last-child {
  border-bottom: 1px solid #cccbcb;
}
/* line 153, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria .review-table:nth-of-type(odd) tr td, .reporting-criteria .review-table:nth-of-type(odd) tr {
  background-color: #fff !important;
}
/* line 158, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria .review-table:nth-of-type(even) tr td, .reporting-criteria .review-table:nth-of-type(even) tr {
  background-color: #F7FAFC !important;
}
/* line 163, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria .patch-state-list {
  width: 30% !important;
  float: left;
  margin-top: 20px;
}
/* line 168, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria .patch-prescription-col {
  width: 50% !important;
  float: left;
}
/* line 173, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria fieldset.physician-info {
  margin-top: 3%;
}
/* line 177, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria .ps-hr {
  margin-top: 1.5%;
  margin-right: 10%;
  margin-bottom: 0;
  margin-left: 8%;
  clear: both;
  float: left;
  width: 84%;
}
/* line 183, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria .city-container {
  margin: 0 12%;
  width: 55%;
}
/* line 186, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria .city-container li {
  width: 35%;
  float: left;
  margin-top: 0;
  margin-right: 3%;
  margin-bottom: 0;
  margin-left: 0;
}
/* line 190, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria .city-container li:nth-child(2) {
  width: 25%;
}
/* line 193, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria .city-container li:nth-child(3) {
  width: 15%;
}
/* line 199, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria fieldset.shipping {
  width: 80%;
  color: #849098;
  text-transform: uppercase;
  font-size: 1.143em;
  margin-top: 0;
}
/* line 205, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria fieldset.shipping div {
  margin-top: 9px;
  margin-right: 0;
  margin-bottom: 7px;
  margin-left: 0;
}
/* line 208, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria fieldset.shipping li {
  float: left;
  margin-top: 0;
  margin-right: 3%;
  margin-bottom: 0;
  margin-left: 0;
}
/* line 212, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria fieldset.shipping label {
  display: inline;
  float: right;
  line-height: 40px;
  text-transform: capitalize !important;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 10px;
}
/* line 220, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria fieldset .deviceserial {
  width: 80%;
  margin-top: 20px;
}
/* line 223, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria fieldset .deviceserial li {
  float: left;
  margin-top: 0;
  margin-right: 3%;
  margin-bottom: 0;
  margin-left: 0;
}
/* line 229, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria .home-address {
  margin-top: 35px;
}
/* line 232, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria .form-content {
  margin-top: 25px !important;
  text-transform: inherit !important;
}
@media (max-width: 1023px) {
  /* line 5, ../style/sass/modules/patch/_reporting-criteria.scss */
  .reporting-criteria {
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 0;
  }
}
/* line 240, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria fieldset {
  margin-top: 5%;
  margin-right: 12%;
  margin-left: 12%;
  float: left;
}
/* line 243, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria fieldset.other-info {
  margin-top: 0;
  margin-right: 12%;
  margin-left: 12%;
  width: 76%;
}
/* line 246, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria fieldset.other-info th {
  background-color: #859199;
}
/* line 250, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria fieldset legend {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 0px;
  float: left;
}
@media (max-width: 1023px) {
  /* line 250, ../style/sass/modules/patch/_reporting-criteria.scss */
  .reporting-criteria fieldset legend {
    margin-left: 0;
    padding-left: 15px;
  }
}
/* line 258, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria fieldset .reminderReporting {
  clear: both;
  color: #E35205;
  border: 2px solid #E35205;
  padding: 5px 10px;
  font-size: 0.85em;
  margin: 0 0 10px 0;
}
@media (max-width: 1023px) {
  /* line 240, ../style/sass/modules/patch/_reporting-criteria.scss */
  .reporting-criteria fieldset {
    width: 100%;
    margin-top: 10%;
    margin-right: 0;
    margin-left: 0;
  }
}
/* line 263, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria fieldset label.error {
  text-transform: inherit;
}
/* line 266, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria fieldset label {
  display: block;
  text-transform: uppercase;
}
/* line 270, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria fieldset.report-preferences {
  width: 76%;
}
@media (max-width: 1023px) {
  /* line 270, ../style/sass/modules/patch/_reporting-criteria.scss */
  .reporting-criteria fieldset.report-preferences {
    width: 100%;
  }
}
/* line 275, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria fieldset.report-preferences h2 {
  font-size: 12px;
  font-family: Effra Regular;
  font-style: normal;
  font-weight: normal;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  color: #fff;
  text-transform: uppercase;
}
/* line 281, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria fieldset.report-preferences li {
  padding-top: 18px;
  padding-right: 15px;
  padding-bottom: 18px;
  padding-left: 15px;
  margin-bottom: 0px;
  list-style: none;
  overflow: hidden;
  border-bottom: 1px solid #cccbcb;
  border-left: 1px solid #cccbcb;
  border-right: 1px solid #cccbcb;
}
/* line 289, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria fieldset.report-preferences li #reportingPreferenceFax {
  margin-left: 5px;
}
/* line 292, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria fieldset.report-preferences li p {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  float: left;
  width: 30%;
  text-align: left;
  font-size: 14px;
}
/* line 297, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria fieldset.report-preferences li p:nth-child(2) {
  width: 70%;
}
@media (max-width: 1023px) {
  /* line 297, ../style/sass/modules/patch/_reporting-criteria.scss */
  .reporting-criteria fieldset.report-preferences li p:nth-child(2) {
    margin-top: 7px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
}
/* line 306, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria fieldset.report-preferences li p:first-child {
  font-size: 14px;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
}
@media (max-width: 1023px) {
  /* line 306, ../style/sass/modules/patch/_reporting-criteria.scss */
  .reporting-criteria fieldset.report-preferences li p:first-child {
    color: #004b87;
  }
}
/* line 314, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria fieldset.report-preferences li:nth-of-type(odd) {
  background: #F7FAFC;
}
/* line 317, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria fieldset.report-preferences li.heading {
  background: #71c5e8;
  padding-top: 12px;
  padding-right: 15px;
  padding-bottom: 12px;
  padding-left: 15px;
}
/* line 321, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria fieldset.report-preferences li label.error {
  margin-top: 0px;
}
/* line 326, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria fieldset.report-preferences .not-email > span {
  float: left;
  width: 15%;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  border: 0;
}
@media (max-width: 1023px) {
  /* line 326, ../style/sass/modules/patch/_reporting-criteria.scss */
  .reporting-criteria fieldset.report-preferences .not-email > span {
    width: 100%;
  }
}
/* line 337, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria fieldset.clinical-report, .reporting-criteria fieldset.clinical-report-preferences, .reporting-criteria fieldset.add-delete-mail-fax {
  width: 76%;
}
@media (max-width: 1023px) {
  /* line 337, ../style/sass/modules/patch/_reporting-criteria.scss */
  .reporting-criteria fieldset.clinical-report, .reporting-criteria fieldset.clinical-report-preferences, .reporting-criteria fieldset.add-delete-mail-fax {
    width: 100%;
  }
}
/* line 346, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria fieldset.add-delete-mail-fax .email-section,
.reporting-criteria fieldset.add-delete-mail-fax .fax-section {
  float: left;
  width: 50%;
}
/* line 349, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria fieldset.add-delete-mail-fax .email-section ul,
.reporting-criteria fieldset.add-delete-mail-fax .fax-section ul {
  float: left;
  width: 100%;
  margin-top: 10px;
}
/* line 352, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria fieldset.add-delete-mail-fax .email-section ul li,
.reporting-criteria fieldset.add-delete-mail-fax .fax-section ul li {
  position: relative;
  float: left;
  width: 100%;
}
/* line 356, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria fieldset.add-delete-mail-fax .email-section ul li span,
.reporting-criteria fieldset.add-delete-mail-fax .fax-section ul li span {
  float: right;
  cursor: pointer;
}
/* line 360, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria fieldset.add-delete-mail-fax .email-section ul li input[type="text"],
.reporting-criteria fieldset.add-delete-mail-fax .fax-section ul li input[type="text"] {
  width: 100%;
  margin-bottom: 0;
}
/* line 364, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria fieldset.add-delete-mail-fax .email-section ul li span.close,
.reporting-criteria fieldset.add-delete-mail-fax .fax-section ul li span.close {
  position: absolute;
  right: 0px;
  line-height: 40px;
  height: 40px;
  width: 40px;
  padding-left: 10px;
}
/* line 373, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria fieldset.add-delete-mail-fax .email-section ul li:nth-child(even) input[type="text"],
.reporting-criteria fieldset.add-delete-mail-fax .fax-section ul li:nth-child(even) input[type="text"] {
  background-color: #F7FAFC;
}
/* line 378, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria fieldset.add-delete-mail-fax .email-section ul li:nth-child(odd) input[type="text"],
.reporting-criteria fieldset.add-delete-mail-fax .fax-section ul li:nth-child(odd) input[type="text"] {
  background-color: #fff;
}
@media (max-width: 1023px) {
  /* line 346, ../style/sass/modules/patch/_reporting-criteria.scss */
  .reporting-criteria fieldset.add-delete-mail-fax .email-section,
  .reporting-criteria fieldset.add-delete-mail-fax .fax-section {
    float: left;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 20px;
  }
}
/* line 391, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria fieldset.add-delete-mail-fax .email-section {
  padding-right: 40px;
  border-right: 1px solid #e2e2e2;
}
@media (max-width: 1023px) {
  /* line 391, ../style/sass/modules/patch/_reporting-criteria.scss */
  .reporting-criteria fieldset.add-delete-mail-fax .email-section {
    padding-right: 10px;
    border-right: none;
  }
}
/* line 399, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria fieldset.add-delete-mail-fax .fax-section {
  padding-left: 40px;
}
/* line 401, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria fieldset.add-delete-mail-fax .fax-section ul li input[type="text"] {
  width: 50%;
}
/* line 403, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria fieldset.add-delete-mail-fax .fax-section ul li input[type="text"].lmm-fax-field {
  width: 100%;
}
@media (max-width: 1023px) {
  /* line 399, ../style/sass/modules/patch/_reporting-criteria.scss */
  .reporting-criteria fieldset.add-delete-mail-fax .fax-section {
    padding-left: 10px;
  }
}
/* line 411, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria fieldset.add-delete-mail-fax .add-row-clinical-report {
  float: left;
  font-size: 16px;
  margin-top: 10px;
  display: table;
}
/* line 416, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria fieldset.add-delete-mail-fax .add-row-clinical-report span {
  display: table-cell;
}
/* line 418, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria fieldset.add-delete-mail-fax .add-row-clinical-report span:nth-child(2) {
  vertical-align: middle;
  padding-left: 5px;
}
@media (max-width: 1023px) {
  /* line 426, ../style/sass/modules/patch/_reporting-criteria.scss */
  .reporting-criteria fieldset.clinical-report h3 {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 15px;
  }
}
/* line 431, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria fieldset.clinical-report > div {
  margin-bottom: 20px;
}
/* line 434, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria fieldset.clinical-report label {
  display: inline;
}
/* line 437, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria fieldset.clinical-report > span + span {
  margin-left: 20px;
}
@media (max-width: 1023px) {
  /* line 440, ../style/sass/modules/patch/_reporting-criteria.scss */
  .reporting-criteria fieldset.clinical-report > span {
    display: block;
    margin-left: 20px;
  }
}
@media (max-width: 1023px) {
  /* line 448, ../style/sass/modules/patch/_reporting-criteria.scss */
  .reporting-criteria fieldset.clinical-report-preferences h3 {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 15px;
  }
}
/* line 455, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria .txt-foot {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 25px;
  color: #859199;
}
/* line 461, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria .button-container {
  float: left;
  width: 100%;
  text-align: center;
}
@media (max-width: 1023px) {
  /* line 461, ../style/sass/modules/patch/_reporting-criteria.scss */
  .reporting-criteria .button-container {
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
  }
}
/* line 467, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria .button-container hr {
  width: 35%;
  display: inline-block;
  margin-top: 5px;
  margin-right: 0;
  margin-bottom: 5px;
  margin-left: 0;
}
/* line 472, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria .button-container a {
  margin-left: 0;
}
/* line 475, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria .button-container a.secondary-btn {
  margin-top: 0px;
  margin-right: 0;
  margin-bottom: 0px;
  margin-left: 0;
  text-decoration: none;
}
/* line 479, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria .button-container a.secondary-btn.save-btn {
  margin-top: 5px;
}
/* line 483, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria .button-container input[type="button"].secondary-btn {
  margin-top: 0px;
}
/* line 488, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria .ph-authority {
  margin-left: 30px;
}
/* line 492, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria .not-email li {
  width: 15%;
  float: left;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  border: 0;
}
/* line 499, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria .reporting-criteria-details {
  margin-top: 0;
}
@media (max-width: 1023px) {
  /* line 501, ../style/sass/modules/patch/_reporting-criteria.scss */
  .reporting-criteria .reporting-criteria-details .reporting-criteria-physician-data {
    padding: 0 15px;
  }
}
/* line 505, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria .reporting-criteria-details .reporting-criteria-physician-data .rcp-data-block {
  width: 33%;
  float: left;
}
@media (max-width: 1023px) {
  /* line 505, ../style/sass/modules/patch/_reporting-criteria.scss */
  .reporting-criteria .reporting-criteria-details .reporting-criteria-physician-data .rcp-data-block {
    width: auto;
    float: none;
  }
}
/* line 512, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria .reporting-criteria-details .reporting-criteria-physician-data .rcp-data-block dl {
  width: auto;
  margin-bottom: 5px;
}
/* line 515, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria .reporting-criteria-details .reporting-criteria-physician-data .rcp-data-block dl dd {
  color: #0085ca;
  width: auto;
  min-height: 30px;
}
/* line 520, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria .reporting-criteria-details .reporting-criteria-physician-data .rcp-data-block dl dt {
  color: #859199;
  width: 100%;
  margin: 0 0 -4px 0;
  padding: 0;
}
/* line 529, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria .reporting-criteria-details dl {
  font-family: "Effra Regular";
  width: 40%;
}
@media (max-width: 1023px) {
  /* line 529, ../style/sass/modules/patch/_reporting-criteria.scss */
  .reporting-criteria .reporting-criteria-details dl {
    margin-bottom: 0;
    width: 100%;
  }
}
/* line 537, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria .reporting-criteria-details dl dt {
  padding-top: 0;
  padding-right: 5px;
  padding-bottom: 10px;
  color: #0085ca;
  width: 40%;
  display: inline-block;
  font-weight: normal;
  overflow-x: hidden;
  float: left;
  text-overflow: initial;
  white-space: initial;
  float: none;
}
@media (max-width: 1023px) {
  /* line 537, ../style/sass/modules/patch/_reporting-criteria.scss */
  .reporting-criteria .reporting-criteria-details dl dt {
    padding-left: 15px;
  }
}
/* line 552, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria .reporting-criteria-details dl dd {
  margin-bottom: 0;
  margin-left: 0;
  font-size: 14px;
  font-family: "Effra Regular";
  width: 56%;
  display: inline-block;
  padding-top: 0;
  padding-right: 5px;
  padding-bottom: 10px;
  vertical-align: top;
  color: #859199;
  float: none;
}
/* line 566, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria .reporting-criteria-table th:nth-child(2), .reporting-criteria .reporting-criteria-table th:nth-child(3), .reporting-criteria .reporting-criteria-table th:nth-child(4),
.reporting-criteria .reporting-criteria-table td:nth-child(2), .reporting-criteria .reporting-criteria-table td:nth-child(3), .reporting-criteria .reporting-criteria-table td:nth-child(4) {
  text-align: center;
}
/* line 571, ../style/sass/modules/patch/_reporting-criteria.scss */
.reporting-criteria .reporting-criteria-table-container > fieldset {
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  float: none;
  width: 90%;
}
@media (max-width: 1023px) {
  /* line 571, ../style/sass/modules/patch/_reporting-criteria.scss */
  .reporting-criteria .reporting-criteria-table-container > fieldset {
    width: 100%;
  }
}

/* Please move below code to component specific file */
/*.modal-box{
		 .content {
    		background: #fff url(../../b2bredesign/images/backgrounds/success-poup-bg.gif) repeat-y;
    		text-align: center;
		}
		.content p {
		    font-size: 16px;
		    display: inline-block;
		    margin-left: 5px;
		    max-width: 90%;
		    margin-top: 5px;
		}
		.content span {
		    color: #77bc1f;
		    font-size: 24px;
		    vertical-align: -5px;
		    display: inline-block;
		    margin-right: 10px;
		}
}*/
/* line 602, ../style/sass/modules/patch/_reporting-criteria.scss */
.clearTextInput {
  font-size: 20px;
}
/* line 604, ../style/sass/modules/patch/_reporting-criteria.scss */
.clearTextInput:before {
  line-height: 33px;
}

/* line 609, ../style/sass/modules/patch/_reporting-criteria.scss */
.accountSectionLMMMRP {
  margin-top: 5px !important;
}

/* line 613, ../style/sass/modules/patch/_reporting-criteria.scss */
.noReportSelectedError {
  margin-top: 5px !important;
}

/******************************************
1. patient-reviews.shtml
******************************************/
/* line 5, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review {
  padding-top: 20px;
}
@media (max-width: 1023px) {
  /* line 8, ../style/sass/modules/patch/_patient-reviews.scss */
  .patch-review .steps {
    padding-bottom: 0;
  }
}
/* line 12, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .steps div {
  float: none;
  left: auto;
}
/* line 15, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .steps div a {
  float: none;
  right: auto;
}
/* line 18, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .steps div a.last {
  width: 30px;
}
/* line 24, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .review-details {
  float: left;
  width: 100%;
  padding-top: 28px;
  padding-right: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
}
@media (max-width: 1023px) {
  /* line 24, ../style/sass/modules/patch/_patient-reviews.scss */
  .patch-review .review-details {
    padding-top: 0;
    padding-right: 2%;
    padding-bottom: 0;
    padding-left: 2%;
  }
  /* line 28, ../style/sass/modules/patch/_patient-reviews.scss */
  .patch-review .review-details h2 {
    padding-top: 0;
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 15px;
  }
}
/* line 33, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .review-details hr {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
/* line 36, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .review-details h4,
.patch-review .review-details .order-heading {
  font-size: 16px;
  color: #00c4b3;
  font-family: "Effra Medium";
}
/* line 42, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .review-details h4.cardio-order-heading {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
/* line 45, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .review-details .pencil {
  float: right;
  margin-right: 4px;
}
@media (max-width: 1023px) {
  /* line 45, ../style/sass/modules/patch/_patient-reviews.scss */
  .patch-review .review-details .pencil {
    margin-right: 0px;
  }
}
@media (max-width: 1023px) {
  /* line 24, ../style/sass/modules/patch/_patient-reviews.scss */
  .patch-review .review-details {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    margin-top: 20px;
  }
}
@media (max-width: 1023px) {
  /* line 56, ../style/sass/modules/patch/_patient-reviews.scss */
  .patch-review .review-details .review-prescription-details {
    border: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
}
/* line 64, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .review-details .review-prescription-details.medical-facility ul li {
  width: 50%;
}
@media (max-width: 1023px) {
  /* line 64, ../style/sass/modules/patch/_patient-reviews.scss */
  .patch-review .review-details .review-prescription-details.medical-facility ul li {
    width: 100%;
  }
}
/* line 73, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .review-details .review-prescription-details ul li {
  display: inline-block;
  float: left;
  width: 33.33%;
  padding-top: 25px;
  padding-left: 30px;
}
@media (max-width: 1023px) {
  /* line 73, ../style/sass/modules/patch/_patient-reviews.scss */
  .patch-review .review-details .review-prescription-details ul li {
    width: 100%;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 8px;
    padding-left: 15px;
    border-right: none;
    display: block;
    min-height: auto;
    border-bottom: 1px solid #cccbcb;
    border-top: 0;
  }
  /* line 85, ../style/sass/modules/patch/_patient-reviews.scss */
  .patch-review .review-details .review-prescription-details ul li h3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
/* line 89, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .review-details .review-prescription-details ul li.healthcare-facility {
  min-height: 190px;
}
@media (max-width: 1023px) {
  /* line 89, ../style/sass/modules/patch/_patient-reviews.scss */
  .patch-review .review-details .review-prescription-details ul li.healthcare-facility {
    border-top: 1px solid #cccbcb;
  }
}
/* line 95, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .review-details .review-prescription-details ul li .order-subheader {
  font-weight: bold;
  font-size: inherit;
  font-family: "effra bold";
  font-style: normal;
  font-weight: normal;
  color: #859199;
}
/* line 100, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .review-details .review-prescription-details ul li p.subheader-desc {
  width: 50%;
}
/* line 104, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .review-details .review-prescription-details ul li.double-column {
  width: 66.6%;
}
@media (max-width: 1023px) {
  /* line 104, ../style/sass/modules/patch/_patient-reviews.scss */
  .patch-review .review-details .review-prescription-details ul li.double-column {
    width: 100%;
  }
}
/* line 110, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .review-details .review-prescription-details ul li.double-column ul li {
  width: 50%;
  min-height: auto;
  border: none;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
@media (max-width: 1023px) {
  /* line 110, ../style/sass/modules/patch/_patient-reviews.scss */
  .patch-review .review-details .review-prescription-details ul li.double-column ul li {
    width: 100%;
  }
}
/* line 121, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .review-details .review-prescription-details ul li.large-cell-height {
  min-height: 300px;
}
/* line 124, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .review-details .review-prescription-details ul dl {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  /* line 127, ../style/sass/modules/patch/_patient-reviews.scss */
  .patch-review .review-details .review-prescription-details ul a {
    float: right;
    margin-right: 20px;
  }
}
/* line 135, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .review-details table:nth-of-type(odd) > tbody > tr:nth-of-type(odd) td,
.patch-review .review-details table:nth-of-type(even) > tbody > tr:nth-of-type(even) td,
.patch-review .review-details table > tbody > tr:nth-of-type(odd) td {
  background: #fff;
}
/* line 141, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .review-details div,
.patch-review .review-details table {
  float: left;
  width: 100%;
}
/* line 144, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .review-details div tbody td,
.patch-review .review-details table tbody td {
  color: #859199;
}
/* line 148, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .review-details div {
  padding-top: 0;
  padding-bottom: 0;
}
/* line 151, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .review-details ul {
  float: left;
  width: 100%;
}
/* line 153, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .review-details ul.parentList {
  border: 1px solid #cccbcb;
  display: table;
}
/* line 156, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .review-details ul.parentList > li:last-child {
  border-right: none;
}
/* line 160, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .review-details ul.parentList li {
  display: table-cell;
  float: none;
  width: 33.33%;
  padding-top: 31px;
  padding-bottom: 29px;
  padding-left: 32px;
  border-top: none;
  border-bottom: none;
  border-right: 1px solid #cccbcb;
}
/* line 170, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .review-details ul.parentList li h4 {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 20px;
  padding-left: 0px;
}
/* line 174, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .review-details ul.parentList li dl {
  font-family: "Effra Regular";
}
@media (max-width: 1023px) {
  /* line 174, ../style/sass/modules/patch/_patient-reviews.scss */
  .patch-review .review-details ul.parentList li dl {
    margin-bottom: 0;
  }
}
/* line 180, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .review-details ul.parentList li dl dt {
  padding-top: 0;
  padding-right: 5px;
  padding-bottom: 10px;
  color: #0085ca;
  width: 44%;
  display: inline-block;
  font-weight: normal;
  overflow-x: hidden;
  float: left;
  text-overflow: initial;
  white-space: initial;
  float: none;
}
/* line 192, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .review-details ul.parentList li dl dd {
  margin-bottom: 0;
  margin-left: 0;
  font-size: 14px;
  font-family: "Effra Regular";
  width: 55%;
  display: inline-block;
  padding-top: 0;
  padding-right: 5px;
  padding-bottom: 10px;
  vertical-align: top;
  color: #859199;
  float: none;
}
/* line 205, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .review-details ul.parentList li.double-column {
  width: 66.66%;
}
/* line 207, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .review-details ul.parentList li.double-column ul {
  width: 50%;
}
@media (max-width: 1023px) {
  /* line 207, ../style/sass/modules/patch/_patient-reviews.scss */
  .patch-review .review-details ul.parentList li.double-column ul {
    width: 100% !important;
  }
  /* line 211, ../style/sass/modules/patch/_patient-reviews.scss */
  .patch-review .review-details ul.parentList li.double-column ul:last-child {
    /*border-bottom: 1px solid $grey11;*/
  }
}
/* line 215, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .review-details ul.parentList li.double-column ul li {
  border: none;
  width: 100%;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
@media (max-width: 1023px) {
  /* line 215, ../style/sass/modules/patch/_patient-reviews.scss */
  .patch-review .review-details ul.parentList li.double-column ul li {
    width: 100% !important;
    display: block;
  }
}
@media (max-width: 1023px) {
  /* line 160, ../style/sass/modules/patch/_patient-reviews.scss */
  .patch-review .review-details ul.parentList li {
    width: 100% !important;
    display: block;
    border-bottom: 1px solid #cccbcb;
  }
  /* line 233, ../style/sass/modules/patch/_patient-reviews.scss */
  .patch-review .review-details ul.parentList li:last-child {
    border-bottom: none;
  }
}
/* line 239, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .review-details ul.parentList.last-col {
  display: block;
  width: 100%;
}
/* line 242, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .review-details ul.parentList.last-col li:first-chhild {
  display: inline-block;
  width: 33.33%;
}
@media (max-width: 1023px) {
  /* line 246, ../style/sass/modules/patch/_patient-reviews.scss */
  .patch-review .review-details ul.parentList.last-col > li {
    border-bottom: 1px solid #cccbcb;
  }
}
/* line 253, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .review-details ul.parentList:nth-child(2), .patch-review .review-details ul.parentList:nth-child(3) {
  border-top: none;
}
@media (max-width: 1023px) {
  /* line 151, ../style/sass/modules/patch/_patient-reviews.scss */
  .patch-review .review-details ul {
    float: none;
  }
}
/* line 262, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .review-details li {
  float: left;
  width: 30%;
  border-right: 1px solid #ebeff2;
  padding-right: 20px;
}
@media (max-width: 1023px) {
  /* line 262, ../style/sass/modules/patch/_patient-reviews.scss */
  .patch-review .review-details li {
    width: 100%;
    min-height: 0;
  }
}
/* line 271, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .review-details li h4 {
  font-size: 16px;
  color: #00c4b3;
  font-family: "Effra Medium";
  text-transform: uppercase;
  margin-top: 7px;
  margin-bottom: 21px;
  padding-top: 0px;
}
/* line 278, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .review-details li h4 label {
  font-size: 16px;
  color: #00c4b3;
  font-family: "Effra Medium";
  margin-top: 0px;
  width: 88%;
}
/* line 287, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .review-details li dl dt {
  font-family: "Effra Regular";
  color: #0085CA;
  font-weight: normal;
  width: 40%;
  display: inline-block;
  padding-top: 0px;
  padding-right: 5px;
  padding-bottom: 10px;
  vertical-align: top;
  float: left;
}
@media (max-width: 1023px) {
  /* line 287, ../style/sass/modules/patch/_patient-reviews.scss */
  .patch-review .review-details li dl dt {
    clear: both;
  }
}
/* line 300, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .review-details li dl dd {
  margin-bottom: 0;
  margin-left: 0;
  font-size: 14px;
  color: #859199;
  font-family: "Effra Regular";
  width: 56%;
  display: inline-block;
  padding-top: 0px;
  padding-right: 5px;
  padding-bottom: 10px;
}
/* line 309, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .review-details li dl dt, .patch-review .review-details li dl dd {
  word-wrap: break-word;
  overflow-x: hidden;
}
/* line 315, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .review-details fieldset {
  margin-top: 2%;
  float: left;
  width: 100%;
}
/* line 318, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .review-details fieldset legend {
  margin-bottom: 20px;
}
/* line 320, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .review-details fieldset legend .pencil {
  float: none;
  margin-right: 20px;
  margin-left: 20px;
}
@media (max-width: 1023px) {
  /* line 318, ../style/sass/modules/patch/_patient-reviews.scss */
  .patch-review .review-details fieldset legend {
    padding-top: 0;
    padding-right: 15px;
    padding-bottom: 0;
    padding-left: 15px;
  }
}
/* line 328, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .review-details fieldset.other-info {
  margin-top: 0;
}
/* line 330, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .review-details fieldset.other-info th {
  background-color: #859199;
}
/* line 334, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .review-details fieldset ul li {
  margin-bottom: 20px;
  list-style: none;
}
@media (max-width: 1023px) {
  /* line 315, ../style/sass/modules/patch/_patient-reviews.scss */
  .patch-review .review-details fieldset {
    width: 100%;
    margin-top: 10%;
    margin-right: 0;
    margin-left: 0;
  }
}
/* line 342, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .review-details fieldset label {
  display: block;
  text-transform: uppercase;
}
/* line 346, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .review-details fieldset input {
  width: 100%;
}
/* line 349, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .review-details fieldset.report-preferences {
  width: 100%;
}
@media (max-width: 1023px) {
  /* line 349, ../style/sass/modules/patch/_patient-reviews.scss */
  .patch-review .review-details fieldset.report-preferences {
    margin-top: 0;
  }
}
/* line 354, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .review-details fieldset.report-preferences h2 {
  font-size: 12px;
  font-family: Effra Regular;
  font-style: normal;
  font-weight: normal;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  /* line 354, ../style/sass/modules/patch/_patient-reviews.scss */
  .patch-review .review-details fieldset.report-preferences h2 {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
/* line 363, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .review-details fieldset.report-preferences li {
  padding-top: 18px;
  padding-right: 15px;
  padding-bottom: 18px;
  padding-left: 15px;
  list-style: none;
  overflow: hidden;
  border-bottom: 1px solid #cccbcb;
  border-left: 1px solid #cccbcb;
  border-right: 1px solid #cccbcb;
  min-height: inherit;
  width: 100%;
  margin-bottom: 0;
}
/* line 373, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .review-details fieldset.report-preferences li p {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  float: left;
  width: 30%;
  text-align: left;
  font-size: 14px;
}
/* line 378, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .review-details fieldset.report-preferences li p:nth-child(2) {
  width: 70%;
}
@media (max-width: 1023px) {
  /* line 378, ../style/sass/modules/patch/_patient-reviews.scss */
  .patch-review .review-details fieldset.report-preferences li p:nth-child(2) {
    margin-top: 7px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
}
@media (max-width: 1023px) {
  /* line 373, ../style/sass/modules/patch/_patient-reviews.scss */
  .patch-review .review-details fieldset.report-preferences li p {
    width: 100%;
  }
}
/* line 388, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .review-details fieldset.report-preferences li:nth-of-type(odd) {
  background: #F7FAFC;
}
/* line 391, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .review-details fieldset.report-preferences li.heading {
  background: #71c5e8;
  padding-top: 12px;
  padding-right: 15px;
  padding-bottom: 12px;
  padding-left: 15px;
}
@media (max-width: 1023px) {
  /* line 398, ../style/sass/modules/patch/_patient-reviews.scss */
  .patch-review .review-details fieldset .authorization p {
    width: 90%;
  }
}
@media (max-width: 1023px) {
  /* line 405, ../style/sass/modules/patch/_patient-reviews.scss */
  .patch-review .review-details fieldset.clinical-report, .patch-review .review-details fieldset.clinical-report-preferences, .patch-review .review-details fieldset.add-delete-mail-fax {
    width: 100%;
  }
}
/* line 413, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .review-details fieldset.add-delete-mail-fax .email-section,
.patch-review .review-details fieldset.add-delete-mail-fax .fax-section {
  float: left;
  width: 50%;
}
/* line 417, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .review-details fieldset.add-delete-mail-fax .email-section ul li,
.patch-review .review-details fieldset.add-delete-mail-fax .fax-section ul li {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
/* line 419, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .review-details fieldset.add-delete-mail-fax .email-section ul li:first-child,
.patch-review .review-details fieldset.add-delete-mail-fax .fax-section ul li:first-child {
  border-top: 1px solid #e2e2e2;
}
/* line 428, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .review-details fieldset.add-delete-mail-fax .email-section ul li:nth-child(even),
.patch-review .review-details fieldset.add-delete-mail-fax .fax-section ul li:nth-child(even) {
  background-color: #F7FAFC;
}
/* line 431, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .review-details fieldset.add-delete-mail-fax .email-section ul li:nth-child(odd),
.patch-review .review-details fieldset.add-delete-mail-fax .fax-section ul li:nth-child(odd) {
  background-color: #fff;
}
@media (max-width: 1023px) {
  /* line 413, ../style/sass/modules/patch/_patient-reviews.scss */
  .patch-review .review-details fieldset.add-delete-mail-fax .email-section,
  .patch-review .review-details fieldset.add-delete-mail-fax .fax-section {
    float: left;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
}
/* line 443, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .review-details fieldset.add-delete-mail-fax .email-section {
  padding-right: 40px;
  border-right: 1px solid #e2e2e2;
}
@media (max-width: 1023px) {
  /* line 443, ../style/sass/modules/patch/_patient-reviews.scss */
  .patch-review .review-details fieldset.add-delete-mail-fax .email-section {
    padding-right: 10px;
    border-right: none;
  }
}
/* line 451, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .review-details fieldset.add-delete-mail-fax .fax-section {
  padding-left: 40px;
}
@media (max-width: 1023px) {
  /* line 451, ../style/sass/modules/patch/_patient-reviews.scss */
  .patch-review .review-details fieldset.add-delete-mail-fax .fax-section {
    padding-left: 10px;
  }
}
/* line 457, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .review-details fieldset.add-delete-mail-fax .fax-section ul li {
  padding: 0;
}
/* line 459, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .review-details fieldset.add-delete-mail-fax .fax-section ul li span {
  float: left;
  width: 50%;
  line-height: 18px;
  word-wrap: break-word;
  padding: 10px 10px;
}
/* line 464, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .review-details fieldset.add-delete-mail-fax .fax-section ul li span:nth-child(1) {
  border-right: 1px solid #e2e2e2;
}
/* line 470, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .review-details fieldset.add-delete-mail-fax .add-row-clinical-report {
  margin-top: 15px;
  float: left;
}
/* line 476, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .review-details .review-table {
  width: 100%;
}
/* line 478, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .review-details .review-table th, .patch-review .review-details .review-table td {
  width: 28%;
}
/* line 480, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .review-details .review-table th:nth-child(2), .patch-review .review-details .review-table td:nth-child(2) {
  width: 25%;
}
/* line 483, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .review-details .review-table th:nth-child(3), .patch-review .review-details .review-table td:nth-child(3) {
  width: 35%;
}
/* line 487, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .review-details .review-table td {
  border-right: 1px solid #859199;
}
/* line 490, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .review-details .review-table td .radio:nth-child(2) {
  margin-left: 7px;
}
/* line 494, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .review-details .review-table td input[type="textbox"] {
  margin-right: 5px;
  margin-left: 5px;
  width: 60px;
}
/* line 498, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .review-details .review-table td .option-range {
  display: block;
}
/* line 501, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .review-details .review-table td.st-key {
  width: 30%;
}
/* line 504, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .review-details .review-table td.st-val {
  width: 65%;
}
/* line 507, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .review-details .review-table td .required {
  margin-right: 5px;
  color: #00a9e0;
}
/* line 517, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .small-info {
  margin-top: 2%;
  margin-bottom: 2%;
  float: left;
}
/* line 520, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .small-info .required, .patch-review .small-info div {
  float: left;
  width: auto;
}
/* line 524, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .small-info .required {
  margin-top: 3px;
  margin-right: 5px;
  color: #00a9e0;
}
/* line 529, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .small-info div span {
  display: block;
  color: #859199;
  font-size: 14px;
}
/* line 537, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .clear {
  clear: both;
  width: 100%;
  float: left;
}
/* line 542, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .required {
  text-align: right;
}
/* line 545, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .ps-hr {
  margin: 1.5% 11% 0;
  clear: both;
  float: left;
  width: 78%;
}
/* line 551, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .button-container {
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 50px;
  padding-left: 50px;
}
@media (max-width: 1023px) {
  /* line 551, ../style/sass/modules/patch/_patient-reviews.scss */
  .patch-review .button-container {
    padding-top: 35px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
/* line 558, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .button-container .secondary-btn {
  margin-top: 0px !important;
}
/* line 559, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .button-container .Order-Tnc {
  text-align: left;
}
/* line 561, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .button-container .Order-Tnc div.checker {
  margin-top: 0;
  margin-right: 5px;
  margin-left: 0px;
  float: left;
}
/* line 565, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .button-container .Order-Tnc div.checker span input {
  margin-left: 0;
}
/* line 570, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .button-container .Order-Tnc p {
  margin-bottom: 40px;
  float: left;
  width: 97%;
  line-height: 22px;
}
@media (max-width: 1023px) {
  /* line 570, ../style/sass/modules/patch/_patient-reviews.scss */
  .patch-review .button-container .Order-Tnc p {
    margin-bottom: 10px;
    width: 90%;
  }
}
/* line 579, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .button-container .Order-Tnc .mobile-tnc {
  float: left;
  color: #0085ca;
  margin-bottom: 15px;
}
/* line 585, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .button-container h3 {
  text-align: left;
  padding-bottom: 15px;
}
/* line 590, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .button-container.checkout-details-bottom hr {
  width: 37%;
}
/* line 593, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .button-container.checkout-details-bottom .reviewPrescription hr {
  width: 30%;
}
/* line 594, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .button-container.checkout-details-bottom a.secondary-btn {
  margin-top: 20px;
  margin-bottom: 15px;
  margin-left: 41.2%;
  text-decoration: none;
}
@media (max-width: 1023px) {
  /* line 594, ../style/sass/modules/patch/_patient-reviews.scss */
  .patch-review .button-container.checkout-details-bottom a.secondary-btn {
    margin-left: 0;
  }
}
/* line 601, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .button-container.checkout-details-bottom .row a.previous-btn {
  margin-left: 0%;
}
/* line 604, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .print-btns {
  float: right;
  width: 23%;
  padding-right: 50px;
  text-align: right;
}
@media (max-width: 1023px) {
  /* line 604, ../style/sass/modules/patch/_patient-reviews.scss */
  .patch-review .print-btns {
    float: right;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
}
/* line 612, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .print-btns .primary-btn {
  width: 100%;
  margin-bottom: 10px;
}
/* line 617, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .print-btns a#savePdfCardio {
  margin-top: 10px;
}
@media (max-width: 1023px) {
  /* line 617, ../style/sass/modules/patch/_patient-reviews.scss */
  .patch-review .print-btns a#savePdfCardio {
    margin-top: 10px;
  }
}
/* line 625, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .reporting-criteria-details {
  margin-top: 0;
}
/* line 629, ../style/sass/modules/patch/_patient-reviews.scss */
.patch-review .reporting-criteria-table th:nth-child(2), .patch-review .reporting-criteria-table th:nth-child(3), .patch-review .reporting-criteria-table th:nth-child(4),
.patch-review .reporting-criteria-table td:nth-child(2), .patch-review .reporting-criteria-table td:nth-child(3), .patch-review .reporting-criteria-table td:nth-child(4) {
  text-align: center;
}

/******************************************
1. edit-profile.shtml
******************************************/
/* line 6, ../style/sass/modules/profile/_edit-profile.scss */
.profile-info {
  padding-top: 20px;
  padding-right: 50px;
  padding-bottom: 30px;
  padding-left: 50px;
}
/* line 7, ../style/sass/modules/profile/_edit-profile.scss */
.profile-info p {
  margin-bottom: 35px;
}
/* line 10, ../style/sass/modules/profile/_edit-profile.scss */
.profile-info p span {
  font-size: 30px;
  color: #00a9e0;
}
@media (max-width: 1023px) {
  /* line 6, ../style/sass/modules/profile/_edit-profile.scss */
  .profile-info {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
}
/* line 18, ../style/sass/modules/profile/_edit-profile.scss */
.profile-info .profile-detail {
  float: left;
  width: 80%;
}
/* line 21, ../style/sass/modules/profile/_edit-profile.scss */
.profile-info .profile-detail h1 {
  font-size: 34px;
  font-family: "Effra Bold";
  font-style: normal;
  font-weight: normal;
  padding-top: 0;
  padding-bottom: 15px;
  padding-left: 0;
  margin-top: -7px;
  margin-left: 0;
  float: left;
  width: 90%;
  word-wrap: break-word;
  overflow: hidden;
}
@media (max-width: 1023px) {
  /* line 21, ../style/sass/modules/profile/_edit-profile.scss */
  .profile-info .profile-detail h1 {
    margin-top: 0;
    display: inherit;
    text-align: center;
    float: none;
    margin: 7px auto;
    width: 100%;
  }
}
/* line 37, ../style/sass/modules/profile/_edit-profile.scss */
.profile-info .profile-detail div {
  float: left;
  width: 83%;
  text-align: center;
}
/* line 40, ../style/sass/modules/profile/_edit-profile.scss */
.profile-info .profile-detail div:first-child {
  margin-right: 5%;
  float: left;
  width: 83px;
}
/* line 43, ../style/sass/modules/profile/_edit-profile.scss */
.profile-info .profile-detail div:first-child p {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  /* line 40, ../style/sass/modules/profile/_edit-profile.scss */
  .profile-info .profile-detail div:first-child {
    float: left;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 1023px) {
  /* line 50, ../style/sass/modules/profile/_edit-profile.scss */
  .profile-info .profile-detail div:first-child span {
    display: inline-block;
    width: 82px;
  }
}
@media (max-width: 1023px) {
  /* line 37, ../style/sass/modules/profile/_edit-profile.scss */
  .profile-info .profile-detail div {
    float: left;
    width: 100%;
    text-align: center;
  }
}
/* line 61, ../style/sass/modules/profile/_edit-profile.scss */
.profile-info .profile-detail div.mail-setting {
  margin-bottom: 0;
  float: left;
  width: 100%;
  text-align: left;
}
/* line 65, ../style/sass/modules/profile/_edit-profile.scss */
.profile-info .profile-detail div.mail-setting span {
  color: #00a9e0;
  float: left;
  width: 4%;
}
@media (max-width: 1023px) {
  /* line 65, ../style/sass/modules/profile/_edit-profile.scss */
  .profile-info .profile-detail div.mail-setting span {
    float: left;
    width: 7%;
  }
}
/* line 72, ../style/sass/modules/profile/_edit-profile.scss */
.profile-info .profile-detail div.mail-setting a {
  color: #859199;
  padding-bottom: 10px;
  float: left;
  width: 96%;
}
/* line 76, ../style/sass/modules/profile/_edit-profile.scss */
.profile-info .profile-detail div.mail-setting a:last-child {
  padding-bottom: 0;
}
@media (max-width: 1023px) {
  /* line 72, ../style/sass/modules/profile/_edit-profile.scss */
  .profile-info .profile-detail div.mail-setting a {
    float: left;
    width: 93%;
  }
}
@media (max-width: 1023px) {
  /* line 61, ../style/sass/modules/profile/_edit-profile.scss */
  .profile-info .profile-detail div.mail-setting {
    margin-top: 5%;
  }
}
@media (max-width: 1023px) {
  /* line 88, ../style/sass/modules/profile/_edit-profile.scss */
  .profile-info .profile-detail ul {
    text-align: center;
    display: inline-block;
  }
}
/* line 93, ../style/sass/modules/profile/_edit-profile.scss */
.profile-info .profile-detail ul li {
  margin-bottom: 15px;
}
/* line 95, ../style/sass/modules/profile/_edit-profile.scss */
.profile-info .profile-detail ul li:nth-child(odd) {
  height: 10px;
  float: left;
  width: auto;
  clear: left;
  padding-right: 15px;
}
/* line 100, ../style/sass/modules/profile/_edit-profile.scss */
.profile-info .profile-detail ul li:nth-child(odd) span {
  color: #00a9e0;
}
/* line 104, ../style/sass/modules/profile/_edit-profile.scss */
.profile-info .profile-detail ul li:nth-child(even) {
  float: left;
  width: auto;
  clear: right;
}
/* line 107, ../style/sass/modules/profile/_edit-profile.scss */
.profile-info .profile-detail ul li:nth-child(even) a {
  color: #859199;
}
@media (max-width: 1023px) {
  /* line 18, ../style/sass/modules/profile/_edit-profile.scss */
  .profile-info .profile-detail {
    float: left;
    width: 100%;
    padding-top: 0;
    border: 0;
  }
}
/* line 119, ../style/sass/modules/profile/_edit-profile.scss */
.profile-info .account-settings {
  float: left;
  width: 20%;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  border-left: 1px solid #ccc;
}
@media (max-width: 1023px) {
  /* line 123, ../style/sass/modules/profile/_edit-profile.scss */
  .profile-info .account-settings > span {
    content: '';
    display: inline-block;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #ccc;
    border-top: 0;
    border-bottom-color: #fdfcfc;
    position: absolute;
    top: -11px;
    right: 3%;
  }
}
/* line 137, ../style/sass/modules/profile/_edit-profile.scss */
.profile-info .account-settings a {
  padding-bottom: 10px;
  display: block;
}
@media (max-width: 1023px) {
  /* line 137, ../style/sass/modules/profile/_edit-profile.scss */
  .profile-info .account-settings a {
    text-align: left;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
    font-size: 16px;
    font-family: "Effra Medium";
    font-style: normal;
    font-weight: normal;
  }
}
@media (max-width: 1023px) {
  /* line 119, ../style/sass/modules/profile/_edit-profile.scss */
  .profile-info .account-settings {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    float: left;
    width: 100%;
    position: absolute;
    top: 60px;
    border: 1px solid #ccc;
    right: 0;
    background: #fff;
    width: 100%;
    z-index: 9999;
  }
}

/* line 162, ../style/sass/modules/profile/_edit-profile.scss */
.tabs-view {
  float: left;
  width: auto;
  margin-top: 30px;
  margin-left: 50px;
  padding-left: 0;
}
@media (max-width: 1023px) {
  /* line 162, ../style/sass/modules/profile/_edit-profile.scss */
  .tabs-view {
    margin-bottom: 30px;
    margin-left: 0;
  }
}
@media (max-width: 1023px) {
  /* line 169, ../style/sass/modules/profile/_edit-profile.scss */
  .tabs-view li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #fff;
    background-color: #B9D9EB;
    margin-top: 0;
    margin-bottom: 0;
  }
  /* line 175, ../style/sass/modules/profile/_edit-profile.scss */
  .tabs-view li a {
    color: #00a9e0;
    font-size: 15px;
    display: inline-block;
    padding-top: 10px;
  }
  /* line 180, ../style/sass/modules/profile/_edit-profile.scss */
  .tabs-view li a.selected {
    border: 0;
    width: 90% !important;
  }
  /* line 185, ../style/sass/modules/profile/_edit-profile.scss */
  .tabs-view li a + span {
    float: right;
    font-size: 22px;
    line-height: 10px;
  }
}
@media (max-width: 1023px) {
  /* line 162, ../style/sass/modules/profile/_edit-profile.scss */
  .tabs-view {
    float: left;
    width: 100%;
    background-color: #71c5e8;
  }
}

/* line 201, ../style/sass/modules/profile/_edit-profile.scss */
.edit-profile .overview, .edit-profile .accounts {
  background-color: #EBEEF1;
  float: left;
  width: 100%;
  padding-top: 35px;
  padding-right: 50px;
  padding-bottom: 35px;
  padding-left: 50px;
}
@media (max-width: 1023px) {
  /* line 201, ../style/sass/modules/profile/_edit-profile.scss */
  .edit-profile .overview, .edit-profile .accounts {
    background-color: #fff;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
}
/* line 209, ../style/sass/modules/profile/_edit-profile.scss */
.edit-profile .overview .validate-form, .edit-profile .accounts .validate-form {
  background-color: #fff;
  padding-top: 35px;
  padding-right: 50px;
  padding-bottom: 35px;
  padding-left: 50px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  /* line 209, ../style/sass/modules/profile/_edit-profile.scss */
  .edit-profile .overview .validate-form, .edit-profile .accounts .validate-form {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  /* line 215, ../style/sass/modules/profile/_edit-profile.scss */
  .edit-profile .overview .validate-form .required, .edit-profile .accounts .validate-form .required {
    margin-right: 0;
  }
}
/* line 221, ../style/sass/modules/profile/_edit-profile.scss */
.edit-profile .overview .validate-form .pagination-template.nuro-admin .wrapper, .edit-profile .accounts .validate-form .pagination-template.nuro-admin .wrapper {
  top: -54px !important;
}
/* line 227, ../style/sass/modules/profile/_edit-profile.scss */
.edit-profile .overview > div, .edit-profile .accounts > div {
  background-color: #fff;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 50px;
  min-height: 270px;
}
@media (max-width: 1023px) {
  /* line 227, ../style/sass/modules/profile/_edit-profile.scss */
  .edit-profile .overview > div, .edit-profile .accounts > div {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    min-height: 100%;
  }
}
/* line 236, ../style/sass/modules/profile/_edit-profile.scss */
.edit-profile .overview > div.settings-user, .edit-profile .overview > div.payment-container, .edit-profile .overview > div.notifications-container, .edit-profile .overview > div.notifications-container-xchannel, .edit-profile .accounts > div.settings-user, .edit-profile .accounts > div.payment-container, .edit-profile .accounts > div.notifications-container, .edit-profile .accounts > div.notifications-container-xchannel {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
/* line 238, ../style/sass/modules/profile/_edit-profile.scss */
.edit-profile .overview > div.settings-user > .overview, .edit-profile .overview > div.payment-container > .overview, .edit-profile .overview > div.notifications-container > .overview, .edit-profile .overview > div.notifications-container-xchannel > .overview, .edit-profile .accounts > div.settings-user > .overview, .edit-profile .accounts > div.payment-container > .overview, .edit-profile .accounts > div.notifications-container > .overview, .edit-profile .accounts > div.notifications-container-xchannel > .overview {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
/* line 243, ../style/sass/modules/profile/_edit-profile.scss */
.edit-profile .overview h3, .edit-profile .accounts h3 {
  padding-bottom: 10px;
}
/* line 246, ../style/sass/modules/profile/_edit-profile.scss */
.edit-profile .overview .role, .edit-profile .accounts .role {
  float: left;
  width: 33%;
  margin-right: 2%;
  padding-right: 2%;
}
@media (max-width: 1023px) {
  /* line 246, ../style/sass/modules/profile/_edit-profile.scss */
  .edit-profile .overview .role, .edit-profile .accounts .role {
    margin-right: 0;
    min-height: 100% !important;
  }
}
/* line 254, ../style/sass/modules/profile/_edit-profile.scss */
.edit-profile .overview .role .pencil, .edit-profile .accounts .role .pencil {
  margin: 0;
}
/* line 257, ../style/sass/modules/profile/_edit-profile.scss */
.edit-profile .overview .role ul, .edit-profile .accounts .role ul {
  padding-bottom: 27px;
}
/* line 259, ../style/sass/modules/profile/_edit-profile.scss */
.edit-profile .overview .role ul li, .edit-profile .accounts .role ul li {
  color: #859199;
  margin-left: 17px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 9px;
  list-style: disc;
  list-style-image: url("../../b2bredesign/images/icons/bullets.png");
}
@media (max-width: 1023px) {
  /* line 246, ../style/sass/modules/profile/_edit-profile.scss */
  .edit-profile .overview .role, .edit-profile .accounts .role {
    float: left;
    width: 100%;
  }
}
/* line 271, ../style/sass/modules/profile/_edit-profile.scss */
.edit-profile .overview .account-administrator, .edit-profile .accounts .account-administrator {
  float: left;
  width: 65%;
}
/* line 273, ../style/sass/modules/profile/_edit-profile.scss */
.edit-profile .overview .account-administrator ul li, .edit-profile .accounts .account-administrator ul li {
  float: left;
  width: 50%;
  padding-bottom: 20px;
  color: #859199;
}
/* line 277, ../style/sass/modules/profile/_edit-profile.scss */
.edit-profile .overview .account-administrator ul li a, .edit-profile .accounts .account-administrator ul li a {
  display: block;
  color: #00a9e0;
}
@media (max-width: 1023px) {
  /* line 273, ../style/sass/modules/profile/_edit-profile.scss */
  .edit-profile .overview .account-administrator ul li, .edit-profile .accounts .account-administrator ul li {
    float: left;
    width: 100%;
  }
}
@media (max-width: 1023px) {
  /* line 271, ../style/sass/modules/profile/_edit-profile.scss */
  .edit-profile .overview .account-administrator, .edit-profile .accounts .account-administrator {
    float: left;
    width: 100%;
  }
}
/* line 290, ../style/sass/modules/profile/_edit-profile.scss */
.edit-profile .pencil {
  float: right;
  margin-top: 0;
  color: #B9D9EB;
  font-size: 18px;
}
@media (max-width: 1023px) {
  /* line 290, ../style/sass/modules/profile/_edit-profile.scss */
  .edit-profile .pencil {
    margin-right: 0;
  }
}
/* line 300, ../style/sass/modules/profile/_edit-profile.scss */
.edit-profile .disk-style li {
  list-style-type: disc;
  list-style-position: inside;
}
/* line 306, ../style/sass/modules/profile/_edit-profile.scss */
.edit-profile div.default-settings-container ul.default-settings {
  padding-bottom: 105px;
}
/* line 309, ../style/sass/modules/profile/_edit-profile.scss */
.edit-profile div.default-settings-container ul.default-settings .expanded-select p {
  overflow: auto;
  margin-bottom: 10px;
}
/* line 312, ../style/sass/modules/profile/_edit-profile.scss */
.edit-profile div.default-settings-container ul.default-settings .expanded-select p div.checker {
  float: left;
  width: 15%;
  margin-right: 0px;
}
/* line 316, ../style/sass/modules/profile/_edit-profile.scss */
.edit-profile div.default-settings-container ul.default-settings .expanded-select p label {
  float: left;
  width: 85%;
  margin-top: 0;
}
/* line 323, ../style/sass/modules/profile/_edit-profile.scss */
.edit-profile div.default-settings-container .button-container {
  margin-top: 75px;
}
/* line 328, ../style/sass/modules/profile/_edit-profile.scss */
.edit-profile .editProfileAccountsTab table td span {
  display: block;
}
/* line 332, ../style/sass/modules/profile/_edit-profile.scss */
.edit-profile .editProfileAccountsTab td div {
  margin-bottom: 12px;
}
/* line 335, ../style/sass/modules/profile/_edit-profile.scss */
.edit-profile .editProfileAccountsTab td div:last-child {
  margin-bottom: 0;
}
/* line 343, ../style/sass/modules/profile/_edit-profile.scss */
.edit-profile .selectedAccount table td span label {
  width: 80%;
  padding-top: 3px;
}

/* line 354, ../style/sass/modules/profile/_edit-profile.scss */
.editable-form .text-highlight {
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 0;
}
/* line 357, ../style/sass/modules/profile/_edit-profile.scss */
.editable-form fieldset legend {
  color: #00a9e0;
  font-size: 22px;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
}
/* line 362, ../style/sass/modules/profile/_edit-profile.scss */
.editable-form .required {
  text-align: right;
}
/* line 366, ../style/sass/modules/profile/_edit-profile.scss */
.editable-form ul li {
  margin-bottom: 0;
  float: left;
  width: 50%;
  min-height: 95px;
}
/* line 369, ../style/sass/modules/profile/_edit-profile.scss */
.editable-form ul li:nth-child(3) {
  clear: both;
}
/* line 372, ../style/sass/modules/profile/_edit-profile.scss */
.editable-form ul li:last-child {
  float: left;
  width: 100%;
  margin-top: 20px;
}
/* line 375, ../style/sass/modules/profile/_edit-profile.scss */
.editable-form ul li:last-child input {
  width: 50% !important;
}
@media (max-width: 1023px) {
  /* line 375, ../style/sass/modules/profile/_edit-profile.scss */
  .editable-form ul li:last-child input {
    width: 100% !important;
  }
}
/* line 383, ../style/sass/modules/profile/_edit-profile.scss */
.editable-form ul li:nth-child(2) input {
  width: 100%;
}
@media (max-width: 1023px) {
  /* line 383, ../style/sass/modules/profile/_edit-profile.scss */
  .editable-form ul li:nth-child(2) input {
    width: 100%;
  }
}
/* line 390, ../style/sass/modules/profile/_edit-profile.scss */
.editable-form ul li:nth-child(odd) {
  clear: both;
}
/* line 392, ../style/sass/modules/profile/_edit-profile.scss */
.editable-form ul li:nth-child(odd) input {
  width: 90%;
}
@media (max-width: 1023px) {
  /* line 396, ../style/sass/modules/profile/_edit-profile.scss */
  .editable-form ul li:nth-child(odd) input {
    width: 100%;
  }
}
/* line 401, ../style/sass/modules/profile/_edit-profile.scss */
.editable-form ul li label,
.editable-form ul li label.error {
  float: left;
  width: 100%;
}
/* line 405, ../style/sass/modules/profile/_edit-profile.scss */
.editable-form ul li label.error {
  padding-bottom: 3px;
}
/* line 408, ../style/sass/modules/profile/_edit-profile.scss */
.editable-form ul li input {
  width: 100%;
}
/* line 411, ../style/sass/modules/profile/_edit-profile.scss */
.editable-form ul li select + span {
  width: 44% !important;
}
@media (max-width: 1023px) {
  /* line 366, ../style/sass/modules/profile/_edit-profile.scss */
  .editable-form ul li {
    margin-bottom: 10px;
    float: left;
    width: 100%;
    height: auto;
  }
  /* line 418, ../style/sass/modules/profile/_edit-profile.scss */
  .editable-form ul li .secondary-btn2 {
    display: inline-block;
    margin-bottom: 20px;
  }
  /* line 422, ../style/sass/modules/profile/_edit-profile.scss */
  .editable-form ul li .primary-btn {
    margin-right: 0;
  }
  /* line 425, ../style/sass/modules/profile/_edit-profile.scss */
  .editable-form ul li select + span {
    width: 63% !important;
  }
}

/* line 433, ../style/sass/modules/profile/_edit-profile.scss */
.request-profile {
  /* .account-details + div {
      @include float-content(left, 100%);
      @include padding(20px, null, null, null);
      @include breakpoint(xs) {
          @include padding(0, null, null, null);
      }
      .primary-btn {
          float: right;
          @include margin(null, 85px, null, null);
          @include breakpoint(xs) {
              @include margin(20px, 0, null, null);
          }
      }
  } */
}
/* line 434, ../style/sass/modules/profile/_edit-profile.scss */
.request-profile .description-text {
  font-size: 16px;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
  margin-top: 29px;
  margin-right: 0;
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  /* line 434, ../style/sass/modules/profile/_edit-profile.scss */
  .request-profile .description-text {
    margin-bottom: 0;
  }
}
/* line 441, ../style/sass/modules/profile/_edit-profile.scss */
.request-profile legend .required {
  float: right;
  color: #E35205 !important;
}
/* line 445, ../style/sass/modules/profile/_edit-profile.scss */
.request-profile ul {
  padding-top: 20px;
  padding-bottom: 20px;
}
/* line 446, ../style/sass/modules/profile/_edit-profile.scss */
.request-profile ul label {
  float: left;
  width: 40%;
}
@media (max-width: 1023px) {
  /* line 446, ../style/sass/modules/profile/_edit-profile.scss */
  .request-profile ul label {
    float: left;
    width: 100%;
  }
}
@media (max-width: 1023px) {
  /* line 445, ../style/sass/modules/profile/_edit-profile.scss */
  .request-profile ul {
    padding-bottom: 0;
  }
}
/* line 456, ../style/sass/modules/profile/_edit-profile.scss */
.request-profile ul li {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  /* line 456, ../style/sass/modules/profile/_edit-profile.scss */
  .request-profile ul li {
    margin-bottom: 10px;
  }
}
/* line 462, ../style/sass/modules/profile/_edit-profile.scss */
.request-profile ul li select + span {
  float: left;
  width: 60% !important;
}
@media (max-width: 1023px) {
  /* line 462, ../style/sass/modules/profile/_edit-profile.scss */
  .request-profile ul li select + span {
    float: left;
    width: 100% !important;
  }
}
/* line 469, ../style/sass/modules/profile/_edit-profile.scss */
.request-profile ul li.optional label {
  padding-right: 40px;
}
/* line 471, ../style/sass/modules/profile/_edit-profile.scss */
.request-profile ul li.optional label span {
  color: #859199;
}
/* line 475, ../style/sass/modules/profile/_edit-profile.scss */
.request-profile ul li.optional ul {
  float: left;
  width: 60%;
  padding-bottom: 14px;
  padding-top: 1%;
}
@media (max-width: 1023px) {
  /* line 475, ../style/sass/modules/profile/_edit-profile.scss */
  .request-profile ul li.optional ul {
    float: left;
    width: 100% !important;
  }
}
/* line 483, ../style/sass/modules/profile/_edit-profile.scss */
.request-profile ul li.optional ul li {
  float: left;
  width: 100%;
  margin-bottom: 7px;
}
/* line 486, ../style/sass/modules/profile/_edit-profile.scss */
.request-profile ul li.optional ul li label {
  float: left;
  width: 90%;
  margin-top: 3px;
  margin-left: 24px;
}
@media (max-width: 1023px) {
  /* line 486, ../style/sass/modules/profile/_edit-profile.scss */
  .request-profile ul li.optional ul li label {
    float: left;
    width: 91%;
  }
}
/* line 493, ../style/sass/modules/profile/_edit-profile.scss */
.request-profile ul li.optional ul li div {
  float: left;
  width: 3.5%;
}
@media (max-width: 1023px) {
  /* line 493, ../style/sass/modules/profile/_edit-profile.scss */
  .request-profile ul li.optional ul li div {
    float: left;
    width: 8%;
  }
}
/* line 504, ../style/sass/modules/profile/_edit-profile.scss */
.request-profile ul:last-child li {
  margin-bottom: 0px;
}
/* line 506, ../style/sass/modules/profile/_edit-profile.scss */
.request-profile ul:last-child li textarea {
  margin-bottom: 0px;
}
/* line 514, ../style/sass/modules/profile/_edit-profile.scss */
.request-profile .button-container {
  margin-top: 21px;
}
/* line 519, ../style/sass/modules/profile/_edit-profile.scss */
.request-profile .account-details li input[type="text"],
.request-profile .account-details li select + span {
  float: left;
  width: 60% !important;
}
@media (max-width: 1023px) {
  /* line 519, ../style/sass/modules/profile/_edit-profile.scss */
  .request-profile .account-details li input[type="text"],
  .request-profile .account-details li select + span {
    float: left;
    width: 100% !important;
  }
}
/* line 526, ../style/sass/modules/profile/_edit-profile.scss */
.request-profile .account-details li input[type="text"] + label,
.request-profile .account-details li textarea + label {
  margin-left: 30%;
}
@media (max-width: 1023px) {
  /* line 526, ../style/sass/modules/profile/_edit-profile.scss */
  .request-profile .account-details li input[type="text"] + label,
  .request-profile .account-details li textarea + label {
    margin-left: 0;
  }
}
/* line 532, ../style/sass/modules/profile/_edit-profile.scss */
.request-profile .account-details li input[type="text"] + label.error,
.request-profile .account-details li textarea + label.error {
  margin-left: 40%;
}
@media (max-width: 1023px) {
  /* line 532, ../style/sass/modules/profile/_edit-profile.scss */
  .request-profile .account-details li input[type="text"] + label.error,
  .request-profile .account-details li textarea + label.error {
    margin-left: 0;
  }
}
/* line 539, ../style/sass/modules/profile/_edit-profile.scss */
.request-profile .account-details li textarea {
  float: left;
  width: 60% !important;
  margin-top: 0;
}
@media (max-width: 1023px) {
  /* line 539, ../style/sass/modules/profile/_edit-profile.scss */
  .request-profile .account-details li textarea {
    float: left;
    width: 100% !important;
  }
}

/* line 567, ../style/sass/modules/profile/_edit-profile.scss */
.edit-sales-rep .role-settings {
  float: left;
  width: 20%;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  border-left: 1px solid #ccc;
}
@media (max-width: 1023px) {
  /* line 567, ../style/sass/modules/profile/_edit-profile.scss */
  .edit-sales-rep .role-settings {
    border: 0;
    float: left;
    width: 100%;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 0;
  }
}
/* line 582, ../style/sass/modules/profile/_edit-profile.scss */
.edit-sales-rep .overview .role h3, .edit-sales-rep .role-settings .role h3 {
  padding-bottom: 10px;
}
/* line 585, ../style/sass/modules/profile/_edit-profile.scss */
.edit-sales-rep .overview .role ul, .edit-sales-rep .role-settings .role ul {
  padding-left: 16px;
}
/* line 587, ../style/sass/modules/profile/_edit-profile.scss */
.edit-sales-rep .overview .role ul li, .edit-sales-rep .role-settings .role ul li {
  padding-left: 0px;
  color: #859199;
  list-style: disc;
  list-style-image: url("../../b2bredesign/images/icons/bullets.png");
}
/* line 598, ../style/sass/modules/profile/_edit-profile.scss */
.edit-sales-rep .overview .account-administrator ul li, .edit-sales-rep .role-settings .account-administrator ul li {
  line-height: 20px;
}
/* line 605, ../style/sass/modules/profile/_edit-profile.scss */
.edit-sales-rep .tab_container {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
/* line 607, ../style/sass/modules/profile/_edit-profile.scss */
.edit-sales-rep .tab_container .account-content {
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
}
/* line 609, ../style/sass/modules/profile/_edit-profile.scss */
.edit-sales-rep .tab_container .account-content .validate-form {
  padding-top: 0;
  padding-right: 50px;
  padding-bottom: 0;
  padding-left: 0;
}
/* line 610, ../style/sass/modules/profile/_edit-profile.scss */
.edit-sales-rep .tab_container .account-content .validate-form .required {
  margin-right: 0;
}
/* line 614, ../style/sass/modules/profile/_edit-profile.scss */
.edit-sales-rep .tab_container .account-content .validate-form h3 {
  margin-top: 0;
}
/* line 617, ../style/sass/modules/profile/_edit-profile.scss */
.edit-sales-rep .tab_container .account-content .validate-form table {
  width: 100%;
}
/* line 626, ../style/sass/modules/profile/_edit-profile.scss */
.edit-sales-rep .tab_container .account-content section table thead tr th:nth-child(n+2) {
  width: 24%;
}
/* line 637, ../style/sass/modules/profile/_edit-profile.scss */
.edit-sales-rep .tab_container .tab_content .overview {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
/* line 640, ../style/sass/modules/profile/_edit-profile.scss */
.edit-sales-rep .tab_container .tab_content .overview .button-container input {
  float: right;
}
/* line 649, ../style/sass/modules/profile/_edit-profile.scss */
.edit-sales-rep .tab_container .rdt .account-content form {
  padding-bottom: 35px;
  padding-left: 50px;
}
/* line 651, ../style/sass/modules/profile/_edit-profile.scss */
.edit-sales-rep .tab_container .rdt .account-content form hr {
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
}
/* line 654, ../style/sass/modules/profile/_edit-profile.scss */
.edit-sales-rep .tab_container .rdt .account-content form:first-child {
  padding-bottom: 0;
}

/* line 664, ../style/sass/modules/profile/_edit-profile.scss */
#requestAccountChange fieldset > ul {
  width: 75%;
  float: right;
  border-left: 1px solid #ccc;
  padding-left: 21px;
  padding-top: 0;
}
@media (max-width: 1023px) {
  /* line 664, ../style/sass/modules/profile/_edit-profile.scss */
  #requestAccountChange fieldset > ul {
    width: 100%;
    padding-left: 0;
    border: none;
  }
}
/* line 675, ../style/sass/modules/profile/_edit-profile.scss */
#requestAccountChange fieldset > ul li.optional ul li label {
  margin-left: 16px;
  width: 89%;
}
@media (max-width: 1023px) {
  /* line 675, ../style/sass/modules/profile/_edit-profile.scss */
  #requestAccountChange fieldset > ul li.optional ul li label {
    margin-left: 0;
  }
}
/* line 683, ../style/sass/modules/profile/_edit-profile.scss */
#requestAccountChange ul.summary {
  width: 25%;
  float: left;
  padding-left: 0;
  border: none;
}
@media (max-width: 1023px) {
  /* line 683, ../style/sass/modules/profile/_edit-profile.scss */
  #requestAccountChange ul.summary {
    width: 100%;
    margin-top: 21px;
    margin-bottom: 21px;
  }
}
/* line 693, ../style/sass/modules/profile/_edit-profile.scss */
#requestAccountChange ul.summary span {
  display: block;
}
@media (max-width: 1023px) {
  /* line 693, ../style/sass/modules/profile/_edit-profile.scss */
  #requestAccountChange ul.summary span {
    display: inline-block;
    margin-left: 12px;
  }
}

/******************************************
1. notifications.shtml
******************************************/
/* line 4, ../style/sass/modules/profile/_webNotifications.scss */
.notifications-container {
  float: left;
  width: 100%;
  /* tree view */
}
/* line 7, ../style/sass/modules/profile/_webNotifications.scss */
.notifications-container .text-highlight.required {
  display: inline-block;
  margin-bottom: 10px;
  float: right;
}
@media (max-width: 1023px) {
  /* line 7, ../style/sass/modules/profile/_webNotifications.scss */
  .notifications-container .text-highlight.required {
    padding-top: 0px;
    padding-bottom: 10px;
    margin-top: -1px;
  }
}
/* line 17, ../style/sass/modules/profile/_webNotifications.scss */
.notifications-container .text-highlight.required + p {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 17px;
  margin-left: 0px;
}
/* line 20, ../style/sass/modules/profile/_webNotifications.scss */
.notifications-container ul.subscribe-cross-channel {
  margin-top: -10px;
  padding-bottom: 10px;
}
/* line 25, ../style/sass/modules/profile/_webNotifications.scss */
.notifications-container .notification-row li:first-child {
  width: 100%;
}
/* line 28, ../style/sass/modules/profile/_webNotifications.scss */
.notifications-container .notification-row li:nth-child(even) {
  clear: both;
}
/* line 32, ../style/sass/modules/profile/_webNotifications.scss */
.notifications-container .notification-row:last-child li:first-child {
  width: 50%;
}
@media (max-width: 1023px) {
  /* line 32, ../style/sass/modules/profile/_webNotifications.scss */
  .notifications-container .notification-row:last-child li:first-child {
    width: 48%;
    float: left;
  }
}
/* line 39, ../style/sass/modules/profile/_webNotifications.scss */
.notifications-container .notification-row:last-child li:nth-child(even) {
  clear: none !important;
}
/* line 45, ../style/sass/modules/profile/_webNotifications.scss */
.notifications-container .button-container {
  clear: both;
  padding-top: 10px;
  padding-right: 50px;
}
@media (max-width: 1023px) {
  /* line 45, ../style/sass/modules/profile/_webNotifications.scss */
  .notifications-container .button-container {
    padding-top: 10px;
    padding-right: 0px;
  }
}
/* line 53, ../style/sass/modules/profile/_webNotifications.scss */
.notifications-container .cross-channel {
  width: 50%;
  margin-left: 5%;
}
@media (max-width: 1023px) {
  /* line 53, ../style/sass/modules/profile/_webNotifications.scss */
  .notifications-container .cross-channel {
    width: 100%;
    margin: auto;
    border: none;
    padding-left: 0;
  }
}
/* line 63, ../style/sass/modules/profile/_webNotifications.scss */
.notifications-container .cross-channel label {
  width: 80%;
  margin-top: 0px;
  line-height: 1em;
  vertical-align: top;
}
/* line 70, ../style/sass/modules/profile/_webNotifications.scss */
.notifications-container fieldset {
  width: 100%;
  float: left;
}
@media (max-width: 1023px) {
  /* line 70, ../style/sass/modules/profile/_webNotifications.scss */
  .notifications-container fieldset {
    width: 100%;
  }
}
/* line 77, ../style/sass/modules/profile/_webNotifications.scss */
.notifications-container fieldset h3.sub-heading {
  padding-bottom: 0px;
  display: inline-block;
}
/* line 81, ../style/sass/modules/profile/_webNotifications.scss */
.notifications-container fieldset label.manage-notification-label {
  width: 100%;
}
/* line 85, ../style/sass/modules/profile/_webNotifications.scss */
.notifications-container fieldset li ul {
  margin-bottom: 17px;
  margin-left: -20px;
}
/* line 88, ../style/sass/modules/profile/_webNotifications.scss */
.notifications-container fieldset li ul.order-change-section {
  margin-bottom: 17px;
  margin-left: -5px;
}
/* line 92, ../style/sass/modules/profile/_webNotifications.scss */
.notifications-container fieldset input#email-confirm, .notifications-container fieldset input#email-confirm-xChannel {
  margin-left: 5px;
}
@media (max-width: 1023px) {
  /* line 95, ../style/sass/modules/profile/_webNotifications.scss */
  .notifications-container fieldset input#email-confirm, .notifications-container fieldset input#email-confirm-xChannel, .notifications-container fieldset input.email-format {
    width: 100%;
    margin-left: 0px;
  }
}
/* line 101, ../style/sass/modules/profile/_webNotifications.scss */
.notifications-container fieldset .cross-channel-addnl-recipients {
  clear: both;
  margin-left: -14px;
  padding-top: 25px;
}
@media (max-width: 1023px) {
  /* line 101, ../style/sass/modules/profile/_webNotifications.scss */
  .notifications-container fieldset .cross-channel-addnl-recipients {
    margin-left: 0px;
  }
}
/* line 111, ../style/sass/modules/profile/_webNotifications.scss */
.notifications-container .add-more-rows {
  padding-top: 4px;
  padding-left: 33px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0;
  background-image: url("../../b2bredesign/images/icons/plus-icon.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-color: transparent;
  height: 25px;
  float: left;
  display: block;
  color: #859199;
  font-size: 15px;
  font-family: Effra Regular;
  font-style: normal;
  font-weight: normal;
}
@media (max-width: 1023px) {
  /* line 111, ../style/sass/modules/profile/_webNotifications.scss */
  .notifications-container .add-more-rows {
    margin-left: 0;
  }
}
/* line 124, ../style/sass/modules/profile/_webNotifications.scss */
.notifications-container .clear {
  clear: both;
  width: 100%;
  float: left;
}
/* line 129, ../style/sass/modules/profile/_webNotifications.scss */
.notifications-container .block-label {
  display: block;
  padding-top: 40px;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 0;
  clear: both;
}
/* line 134, ../style/sass/modules/profile/_webNotifications.scss */
.notifications-container .add-email {
  width: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 7px;
  margin-left: 0px;
}
/* line 137, ../style/sass/modules/profile/_webNotifications.scss */
.notifications-container .add-email p {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 17px;
  margin-left: 0px;
}
/* line 143, ../style/sass/modules/profile/_webNotifications.scss */
.notifications-container div.recepient-section div {
  display: inline-block;
  max-width: 211px;
}
@media (max-width: 1023px) {
  /* line 143, ../style/sass/modules/profile/_webNotifications.scss */
  .notifications-container div.recepient-section div {
    display: block;
    max-width: 100%;
  }
}
/* line 151, ../style/sass/modules/profile/_webNotifications.scss */
.notifications-container div.recepient-section div:last-child {
  vertical-align: top;
}
/* line 160, ../style/sass/modules/profile/_webNotifications.scss */
.notifications-container ul, .notifications-container li {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 8px;
}
@media (max-width: 1023px) {
  /* line 160, ../style/sass/modules/profile/_webNotifications.scss */
  .notifications-container ul, .notifications-container li {
    line-height: normal;
    padding-left: 10px;
  }
}
/* line 170, ../style/sass/modules/profile/_webNotifications.scss */
.notifications-container ul.main-tree {
  width: 35%;
  float: left;
}
@media (max-width: 1023px) {
  /* line 170, ../style/sass/modules/profile/_webNotifications.scss */
  .notifications-container ul.main-tree {
    width: 100%;
  }
}
/* line 178, ../style/sass/modules/profile/_webNotifications.scss */
.notifications-container li p {
  position: relative;
  top: 1px;
  font-family: "Effra Regular";
}
/* line 184, ../style/sass/modules/profile/_webNotifications.scss */
.notifications-container li.container-inner {
  border-bottom: 0px;
}
/* line 186, ../style/sass/modules/profile/_webNotifications.scss */
.notifications-container li.container-inner label {
  padding-bottom: 0;
}
/* line 189, ../style/sass/modules/profile/_webNotifications.scss */
.notifications-container li.container-inner li {
  border: 1px solid #ccc;
  border-width: 0 0 1px 1px;
  line-height: 1px;
  padding-left: 1em;
}
@media (max-width: 1023px) {
  /* line 189, ../style/sass/modules/profile/_webNotifications.scss */
  .notifications-container li.container-inner li {
    padding-left: 20px;
  }
}
/* line 197, ../style/sass/modules/profile/_webNotifications.scss */
.notifications-container li.container-inner li label {
  margin: 0;
  width: 95%;
  background: #fff;
  position: relative;
  top: 15px;
  margin-left: 18px;
}
@media (max-width: 1023px) {
  /* line 197, ../style/sass/modules/profile/_webNotifications.scss */
  .notifications-container li.container-inner li label {
    width: 100%;
  }
}
/* line 209, ../style/sass/modules/profile/_webNotifications.scss */
.notifications-container li.container-inner li p {
  position: relative;
  top: 9px;
  left: 5px;
}
/* line 215, ../style/sass/modules/profile/_webNotifications.scss */
.notifications-container li.container-inner li .checker {
  top: 49px;
}
/* line 220, ../style/sass/modules/profile/_webNotifications.scss */
.notifications-container li.empty {
  font-style: italic;
  color: silver;
  border-color: silver;
}
/* line 225, ../style/sass/modules/profile/_webNotifications.scss */
.notifications-container li .checker {
  margin: 0;
  position: relative;
  z-index: 0;
}
/* line 229, ../style/sass/modules/profile/_webNotifications.scss */
.notifications-container li .checker input {
  height: 20px;
}
/* line 233, ../style/sass/modules/profile/_webNotifications.scss */
.notifications-container li ul {
  margin-left: -1em;
  padding-left: 2em;
}
/* line 237, ../style/sass/modules/profile/_webNotifications.scss */
.notifications-container ul li:last-child ul {
  border-left: 1px solid white;
  margin-left: -20px;
  margin-top: -15px;
}
/* line 242, ../style/sass/modules/profile/_webNotifications.scss */
.notifications-container .subscribe {
  background: #f6f8f9;
  border: 1px solid #CCC;
  margin-top: 10px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: -15px;
  float: left;
  padding-left: 25px;
}
@media (min-width: 1024px) {
  /* line 242, ../style/sass/modules/profile/_webNotifications.scss */
  .notifications-container .subscribe {
    height: 650px;
    overflow-y: scroll;
  }
}
@media (max-width: 1023px) {
  /* line 242, ../style/sass/modules/profile/_webNotifications.scss */
  .notifications-container .subscribe {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    width: 100%;
  }
}
/* line 257, ../style/sass/modules/profile/_webNotifications.scss */
.notifications-container .subscribe ul li {
  width: 50%;
  float: left;
}
@media (max-width: 1023px) {
  /* line 257, ../style/sass/modules/profile/_webNotifications.scss */
  .notifications-container .subscribe ul li {
    width: auto;
    float: none;
  }
}
/* line 264, ../style/sass/modules/profile/_webNotifications.scss */
.notifications-container .subscribe ul li li {
  width: auto;
  float: none;
}
/* line 270, ../style/sass/modules/profile/_webNotifications.scss */
.notifications-container .subscribe h4 {
  color: #0984c6;
  text-transform: uppercase;
  font-size: 15px;
  font-family: Effra Regular;
  font-style: normal;
  font-weight: normal;
  margin-top: 20px;
}
/* line 278, ../style/sass/modules/profile/_webNotifications.scss */
.notifications-container .subscribe li.container-inner li label {
  background: #f6f8f9;
}
/* line 283, ../style/sass/modules/profile/_webNotifications.scss */
.notifications-container .subscribe .notification-row {
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
/* line 289, ../style/sass/modules/profile/_webNotifications.scss */
.notifications-container .send {
  margin-top: 30px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: -15px;
}
@media (max-width: 1023px) {
  /* line 289, ../style/sass/modules/profile/_webNotifications.scss */
  .notifications-container .send {
    margin-top: 30px;
    margin-right: 0;
    margin-bottom: 15px;
    margin-left: 0;
  }
}
@media (max-width: 1023px) {
  /* line 296, ../style/sass/modules/profile/_webNotifications.scss */
  .notifications-container fieldset:first-child {
    border-bottom: 1px solid #ccc;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 30px;
    margin-left: 0;
  }
}
/* line 307, ../style/sass/modules/profile/_webNotifications.scss */
.notifications-container .cross-channel .subscribe .container-inner .sub-notifications li {
  height: 40px;
}
/* line 309, ../style/sass/modules/profile/_webNotifications.scss */
.notifications-container .cross-channel .subscribe .container-inner .sub-notifications li .checker {
  top: 31px;
}
/* line 312, ../style/sass/modules/profile/_webNotifications.scss */
.notifications-container .cross-channel .subscribe .container-inner .sub-notifications li label {
  top: 3px;
}

/******************************************
1. notifications.shtml
******************************************/
/* line 4, ../style/sass/modules/profile/_xChannelNotifications.scss */
.notifications-container-xchannel {
  float: left;
  width: 100%;
  /* tree view */
}
/* line 7, ../style/sass/modules/profile/_xChannelNotifications.scss */
.notifications-container-xchannel .text-highlight.required {
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
  /* line 7, ../style/sass/modules/profile/_xChannelNotifications.scss */
  .notifications-container-xchannel .text-highlight.required {
    padding-top: 0px;
    padding-bottom: 10px;
  }
}
/* line 14, ../style/sass/modules/profile/_xChannelNotifications.scss */
.notifications-container-xchannel ul.subscribe-cross-channel {
  margin-top: -10px;
  padding-bottom: 10px;
  padding-left: 0px;
}
@media (max-width: 1023px) {
  /* line 18, ../style/sass/modules/profile/_xChannelNotifications.scss */
  .notifications-container-xchannel ul.subscribe-cross-channel li {
    padding-left: 0px;
  }
}
/* line 22, ../style/sass/modules/profile/_xChannelNotifications.scss */
.notifications-container-xchannel ul.subscribe-cross-channel li p {
  font-family: "Effra Regular";
}
/* line 27, ../style/sass/modules/profile/_xChannelNotifications.scss */
.notifications-container-xchannel p.page-digest {
  margin-top: 10px;
}
/* line 32, ../style/sass/modules/profile/_xChannelNotifications.scss */
.notifications-container-xchannel div.rec-notifications h4 {
  color: #859199;
  margin-top: 20px;
}
/* line 36, ../style/sass/modules/profile/_xChannelNotifications.scss */
.notifications-container-xchannel div.rec-notifications div.sub-section {
  width: 30%;
  float: left;
}
@media (max-width: 1023px) {
  /* line 36, ../style/sass/modules/profile/_xChannelNotifications.scss */
  .notifications-container-xchannel div.rec-notifications div.sub-section {
    width: 45%;
  }
}
/* line 46, ../style/sass/modules/profile/_xChannelNotifications.scss */
.notifications-container-xchannel .button-container {
  clear: both;
  padding-top: 10px;
  padding-right: 50px;
}
@media (max-width: 1023px) {
  /* line 46, ../style/sass/modules/profile/_xChannelNotifications.scss */
  .notifications-container-xchannel .button-container {
    padding-top: 10px;
    padding-right: 0px;
  }
}
@media (max-width: 1023px) {
  /* line 54, ../style/sass/modules/profile/_xChannelNotifications.scss */
  .notifications-container-xchannel .cross-channel {
    width: 100%;
    margin: auto;
    border: none;
    padding-left: 0;
  }
}
/* line 63, ../style/sass/modules/profile/_xChannelNotifications.scss */
.notifications-container-xchannel .cross-channel label {
  width: 80%;
  margin-top: 0px;
  line-height: 1em;
  vertical-align: top;
}
@media (max-width: 1023px) {
  /* line 63, ../style/sass/modules/profile/_xChannelNotifications.scss */
  .notifications-container-xchannel .cross-channel label {
    width: 80%;
  }
}
/* line 74, ../style/sass/modules/profile/_xChannelNotifications.scss */
.notifications-container-xchannel .cross-channel div.recepient-section div {
  display: inline-block;
  max-width: 211px;
}
@media (max-width: 1023px) {
  /* line 74, ../style/sass/modules/profile/_xChannelNotifications.scss */
  .notifications-container-xchannel .cross-channel div.recepient-section div {
    display: block;
    max-width: 100%;
  }
}
/* line 81, ../style/sass/modules/profile/_xChannelNotifications.scss */
.notifications-container-xchannel .cross-channel div.recepient-section div:last-child {
  vertical-align: top;
}
@media (max-width: 1023px) {
  /* line 91, ../style/sass/modules/profile/_xChannelNotifications.scss */
  .notifications-container-xchannel fieldset {
    width: 100%;
  }
}
/* line 97, ../style/sass/modules/profile/_xChannelNotifications.scss */
.notifications-container-xchannel fieldset li ul {
  margin-bottom: 17px;
  margin-left: -20px;
}
/* line 100, ../style/sass/modules/profile/_xChannelNotifications.scss */
.notifications-container-xchannel fieldset li ul.order-change-section {
  margin-bottom: 17px;
  margin-left: -5px;
}
/* line 102, ../style/sass/modules/profile/_xChannelNotifications.scss */
.notifications-container-xchannel fieldset li ul.order-change-section li {
  list-style: disc;
  list-style-image: url("../../b2bredesign/images/icons/bullets.png");
  line-height: 33px;
  margin-left: 20px;
}
/* line 110, ../style/sass/modules/profile/_xChannelNotifications.scss */
.notifications-container-xchannel fieldset input#email-confirm, .notifications-container-xchannel fieldset input#email-confirm-xChannel {
  margin-left: 5px;
}
@media (max-width: 1023px) {
  /* line 113, ../style/sass/modules/profile/_xChannelNotifications.scss */
  .notifications-container-xchannel fieldset input#email-confirm, .notifications-container-xchannel fieldset input#email-confirm-xChannel, .notifications-container-xchannel fieldset input.email-format {
    width: 100%;
    margin-left: 0px;
  }
}
/* line 119, ../style/sass/modules/profile/_xChannelNotifications.scss */
.notifications-container-xchannel fieldset .cross-channel-addnl-recipients {
  clear: both;
  padding-top: 25px;
}
@media (max-width: 1023px) {
  /* line 119, ../style/sass/modules/profile/_xChannelNotifications.scss */
  .notifications-container-xchannel fieldset .cross-channel-addnl-recipients {
    margin-left: 0px;
  }
}
/* line 128, ../style/sass/modules/profile/_xChannelNotifications.scss */
.notifications-container-xchannel .add-more-rows {
  padding-top: 4px;
  padding-left: 33px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0;
  background-image: url("../../b2bredesign/images/icons/plus-icon.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-color: transparent;
  height: 25px;
  float: left;
  display: block;
  color: #859199;
  font-size: 15px;
  font-family: Effra Regular;
  font-style: normal;
  font-weight: normal;
}
@media (max-width: 1023px) {
  /* line 128, ../style/sass/modules/profile/_xChannelNotifications.scss */
  .notifications-container-xchannel .add-more-rows {
    margin-left: 0;
  }
}
/* line 141, ../style/sass/modules/profile/_xChannelNotifications.scss */
.notifications-container-xchannel .clear {
  clear: both;
  width: 100%;
  float: left;
}
/* line 146, ../style/sass/modules/profile/_xChannelNotifications.scss */
.notifications-container-xchannel .block-label {
  display: block;
  margin-top: 40px;
  margin-right: 0;
  margin-bottom: 10px;
  margin-left: 0;
}
/* line 150, ../style/sass/modules/profile/_xChannelNotifications.scss */
.notifications-container-xchannel .nf-email {
  margin-top: 30px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: -15px;
  float: left;
}
@media (max-width: 1023px) {
  /* line 150, ../style/sass/modules/profile/_xChannelNotifications.scss */
  .notifications-container-xchannel .nf-email {
    margin-top: 30px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
}
/* line 159, ../style/sass/modules/profile/_xChannelNotifications.scss */
.notifications-container-xchannel ul, .notifications-container-xchannel li {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 8px;
}
@media (max-width: 1023px) {
  /* line 159, ../style/sass/modules/profile/_xChannelNotifications.scss */
  .notifications-container-xchannel ul, .notifications-container-xchannel li {
    line-height: normal;
    padding-left: 10px;
  }
}
/* line 170, ../style/sass/modules/profile/_xChannelNotifications.scss */
.notifications-container-xchannel li p {
  position: relative;
  top: 5px;
}
/* line 175, ../style/sass/modules/profile/_xChannelNotifications.scss */
.notifications-container-xchannel li.container-inner {
  border-bottom: 0px;
}
/* line 177, ../style/sass/modules/profile/_xChannelNotifications.scss */
.notifications-container-xchannel li.container-inner label {
  padding-bottom: 0;
}
/* line 180, ../style/sass/modules/profile/_xChannelNotifications.scss */
.notifications-container-xchannel li.container-inner li {
  border: 1px solid #ccc;
  border-width: 0 0 1px 1px;
  line-height: 1px;
  padding-left: 1em;
}
@media (max-width: 1023px) {
  /* line 180, ../style/sass/modules/profile/_xChannelNotifications.scss */
  .notifications-container-xchannel li.container-inner li {
    padding-left: 20px;
  }
}
/* line 188, ../style/sass/modules/profile/_xChannelNotifications.scss */
.notifications-container-xchannel li.container-inner li label {
  margin: 0;
  width: 100%;
  background: #f6f8f9;
  position: relative;
  top: 5px;
}
/* line 195, ../style/sass/modules/profile/_xChannelNotifications.scss */
.notifications-container-xchannel li.container-inner li p {
  position: relative;
  top: -2px;
  left: 4px;
}
/* line 201, ../style/sass/modules/profile/_xChannelNotifications.scss */
.notifications-container-xchannel li.container-inner li .checker {
  top: 24px;
}
/* line 205, ../style/sass/modules/profile/_xChannelNotifications.scss */
.notifications-container-xchannel li .checker {
  margin: 0;
  position: relative;
  top: 8px;
}
/* line 209, ../style/sass/modules/profile/_xChannelNotifications.scss */
.notifications-container-xchannel li .checker input {
  height: 20px;
}
/* line 213, ../style/sass/modules/profile/_xChannelNotifications.scss */
.notifications-container-xchannel li ul {
  margin-left: -1em;
  padding-left: 2em;
}
/* line 217, ../style/sass/modules/profile/_xChannelNotifications.scss */
.notifications-container-xchannel ul li:last-child ul {
  margin-left: -19px;
}
/* line 221, ../style/sass/modules/profile/_xChannelNotifications.scss */
.notifications-container-xchannel ul.soldto-payer.sub-notifications {
  min-height: 105px;
  margin-top: -70px;
}
/* line 224, ../style/sass/modules/profile/_xChannelNotifications.scss */
.notifications-container-xchannel ul.soldto-payer.sub-notifications li:first-child {
  min-height: 55px;
  margin-top: 24px;
}
/* line 228, ../style/sass/modules/profile/_xChannelNotifications.scss */
.notifications-container-xchannel ul.soldto-payer.sub-notifications li:first-child div.checker {
  top: 45px !important;
}
/* line 231, ../style/sass/modules/profile/_xChannelNotifications.scss */
.notifications-container-xchannel ul.soldto-payer.sub-notifications li:first-child label {
  top: 18px !important;
}
/* line 237, ../style/sass/modules/profile/_xChannelNotifications.scss */
.notifications-container-xchannel #subscribe {
  clear: both;
  margin-right: 111px;
  background: #f6f8f9;
  border: 1px solid #CCC;
  overflow-y: auto;
  overflow-x: hidden;
}
@media (max-width: 1023px) {
  /* line 237, ../style/sass/modules/profile/_xChannelNotifications.scss */
  .notifications-container-xchannel #subscribe {
    margin-right: 0px;
  }
}
/* line 247, ../style/sass/modules/profile/_xChannelNotifications.scss */
.notifications-container-xchannel #subscribe p.send {
  padding-top: 18px;
  padding-left: 25px;
  font-size: 1.143em;
}
@media (max-width: 1023px) {
  /* line 247, ../style/sass/modules/profile/_xChannelNotifications.scss */
  .notifications-container-xchannel #subscribe p.send {
    padding-top: 0px;
    padding-left: 25px;
  }
}
/* line 256, ../style/sass/modules/profile/_xChannelNotifications.scss */
.notifications-container-xchannel .subscribe {
  margin-top: 0px;
  margin-right: 0;
  margin-bottom: 0;
  width: 33%;
  float: left;
  padding-left: 25px;
}
@media (max-width: 1023px) {
  /* line 256, ../style/sass/modules/profile/_xChannelNotifications.scss */
  .notifications-container-xchannel .subscribe {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    width: 100%;
  }
}
/* line 265, ../style/sass/modules/profile/_xChannelNotifications.scss */
.notifications-container-xchannel .subscribe label.sold-to-label {
  min-height: 72px;
}
/* line 268, ../style/sass/modules/profile/_xChannelNotifications.scss */
.notifications-container-xchannel .subscribe div.sub-section {
  width: 100%;
}
/* line 270, ../style/sass/modules/profile/_xChannelNotifications.scss */
.notifications-container-xchannel .subscribe div.sub-section:nth-child(3) {
  clear: both;
}
@media (max-width: 1023px) {
  /* line 275, ../style/sass/modules/profile/_xChannelNotifications.scss */
  .notifications-container-xchannel .subscribe ul li {
    width: auto;
    float: none;
  }
}
/* line 280, ../style/sass/modules/profile/_xChannelNotifications.scss */
.notifications-container-xchannel .subscribe ul li li {
  width: auto;
  float: none;
}
/* line 286, ../style/sass/modules/profile/_xChannelNotifications.scss */
.notifications-container-xchannel .subscribe h4 {
  color: #004b87;
  text-transform: uppercase;
  font-size: 16px;
  font-family: Effra Regular;
  font-style: normal;
  font-weight: normal;
  margin-top: 20px;
}
/* line 292, ../style/sass/modules/profile/_xChannelNotifications.scss */
.notifications-container-xchannel .subscribe .notification-row {
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
/* line 301, ../style/sass/modules/profile/_xChannelNotifications.scss */
.notifications-container-xchannel .subscribe:last-child .container-inner:nth-child(2) ul.sub-notifications {
  margin-top: -36px;
}
/* line 305, ../style/sass/modules/profile/_xChannelNotifications.scss */
.notifications-container-xchannel .subscribe:last-child .container-inner ul.sub-notifications {
  margin-top: -25px;
}
/* line 308, ../style/sass/modules/profile/_xChannelNotifications.scss */
.notifications-container-xchannel .subscribe:last-child .container-inner ul.sub-notifications li:first-child {
  min-height: 65px;
}
/* line 310, ../style/sass/modules/profile/_xChannelNotifications.scss */
.notifications-container-xchannel .subscribe:last-child .container-inner ul.sub-notifications li:first-child div.checker {
  top: 54px;
}
/* line 313, ../style/sass/modules/profile/_xChannelNotifications.scss */
.notifications-container-xchannel .subscribe:last-child .container-inner ul.sub-notifications li:first-child label {
  top: 28px;
}
@media (max-width: 1023px) {
  /* line 325, ../style/sass/modules/profile/_xChannelNotifications.scss */
  .notifications-container-xchannel .send {
    margin-top: 30px;
    margin-right: 0;
    margin-bottom: 15px;
    margin-left: 0;
  }
}
/* line 334, ../style/sass/modules/profile/_xChannelNotifications.scss */
.notifications-container-xchannel .cross-channel .subscribe .container-inner .sub-notifications li {
  height: 40px;
}
/* line 336, ../style/sass/modules/profile/_xChannelNotifications.scss */
.notifications-container-xchannel .cross-channel .subscribe .container-inner .sub-notifications li .checker {
  top: 31px;
}
/* line 339, ../style/sass/modules/profile/_xChannelNotifications.scss */
.notifications-container-xchannel .cross-channel .subscribe .container-inner .sub-notifications li label {
  top: 5px;
  margin-left: 18px;
}

/******************************************
1. payment.shtml
******************************************/
/* line 8, ../style/sass/modules/profile/_payment.scss */
.edit-profile.payment .overview > div {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

/* line 14, ../style/sass/modules/profile/_payment.scss */
.paymetric-card-details .card-detail {
  margin-left: 12%;
}
@media (max-width: 1023px) {
  /* line 14, ../style/sass/modules/profile/_payment.scss */
  .paymetric-card-details .card-detail {
    margin-left: 0;
  }
}
/* line 19, ../style/sass/modules/profile/_payment.scss */
.paymetric-card-details .card-detail ul ul li {
  margin-top: 5px;
}

/* line 25, ../style/sass/modules/profile/_payment.scss */
.paymetric-section .button-container {
  margin-top: 0;
}
@media (max-width: 1023px) {
  /* line 25, ../style/sass/modules/profile/_payment.scss */
  .paymetric-section .button-container {
    margin-top: 0;
  }
  /* line 29, ../style/sass/modules/profile/_payment.scss */
  .paymetric-section .button-container a.secondary-btn2 {
    margin-top: 0;
  }
}

/* line 36, ../style/sass/modules/profile/_payment.scss */
.payment-container {
  background-color: #fff;
  padding-right: 50px;
  width: 100%;
  float: left;
}
/* line 37, ../style/sass/modules/profile/_payment.scss */
.payment-container h3 {
  float: left;
  width: 100%;
}
/* line 40, ../style/sass/modules/profile/_payment.scss */
.payment-container .button-container {
  float: right !important;
}
@media (max-width: 1023px) {
  /* line 36, ../style/sass/modules/profile/_payment.scss */
  .payment-container {
    padding-right: 0;
  }
}
/* line 50, ../style/sass/modules/profile/_payment.scss */
.payment-container .add-more-rows {
  padding-top: 4px;
  padding-left: 33px;
  margin-bottom: 20px;
  margin-left: 0;
  background-image: url("../../b2bredesign/images/icons/plus-icon.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-color: transparent;
  height: 25px;
  float: left;
  display: block;
  color: #859199;
  font-size: 15px;
  font-family: Effra Regular;
  font-style: normal;
  font-weight: normal;
}
@media (max-width: 1023px) {
  /* line 50, ../style/sass/modules/profile/_payment.scss */
  .payment-container .add-more-rows {
    margin-left: 0;
  }
}
/* line 64, ../style/sass/modules/profile/_payment.scss */
.payment-container .payment-option li {
  width: 30%;
  float: left;
  margin-top: 0;
  margin-right: 3%;
  margin-bottom: 0;
  margin-left: 0;
}
@media (max-width: 1023px) {
  /* line 64, ../style/sass/modules/profile/_payment.scss */
  .payment-container .payment-option li {
    width: 100%;
  }
}
/* line 72, ../style/sass/modules/profile/_payment.scss */
.payment-container .payment-option label {
  display: block;
  margin-top: 25px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
/* line 77, ../style/sass/modules/profile/_payment.scss */
.payment-container .clear {
  clear: both;
  width: 100%;
  float: left;
}
/* line 84, ../style/sass/modules/profile/_payment.scss */
.payment-container .card-detail {
  border: 1px solid #ccc;
  padding: 2%;
  width: 86%;
}
@media (max-width: 1023px) {
  /* line 84, ../style/sass/modules/profile/_payment.scss */
  .payment-container .card-detail {
    padding: 5%;
    width: 100%;
  }
}
/* line 92, ../style/sass/modules/profile/_payment.scss */
.payment-container .card-detail figure {
  width: 6%;
  float: left;
}
@media (max-width: 1023px) {
  /* line 92, ../style/sass/modules/profile/_payment.scss */
  .payment-container .card-detail figure {
    width: 15%;
  }
}
/* line 99, ../style/sass/modules/profile/_payment.scss */
.payment-container .card-detail ul {
  float: left;
  width: 100%;
  margin-top: 7px;
  margin-bottom: 7px;
}
@media (max-width: 1023px) {
  /* line 99, ../style/sass/modules/profile/_payment.scss */
  .payment-container .card-detail ul {
    width: 100%;
  }
}
/* line 105, ../style/sass/modules/profile/_payment.scss */
.payment-container .card-detail ul li {
  color: #001e46;
  float: left;
  width: 90%;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
@media (max-width: 1023px) {
  /* line 105, ../style/sass/modules/profile/_payment.scss */
  .payment-container .card-detail ul li {
    float: left;
    width: 80%;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 5px;
    margin-left: 0;
  }
}
/* line 113, ../style/sass/modules/profile/_payment.scss */
.payment-container .card-detail ul li.card-type {
  background-image: url("../../b2bredesign/images/sprite.png");
  background-position: -9px -919px;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 10%;
  height: 30px;
  color: transparent;
}
@media (max-width: 1023px) {
  /* line 113, ../style/sass/modules/profile/_payment.scss */
  .payment-container .card-detail ul li.card-type {
    width: 20%;
  }
}
/* line 120, ../style/sass/modules/profile/_payment.scss */
.payment-container .card-detail ul li.card-type.visa {
  background-position: -9px -922px;
}
/* line 123, ../style/sass/modules/profile/_payment.scss */
.payment-container .card-detail ul li.card-type.amex {
  background-position: -9px -820px;
}
/* line 126, ../style/sass/modules/profile/_payment.scss */
.payment-container .card-detail ul li.card-type.master {
  background-position: -9px -886px;
}
/* line 129, ../style/sass/modules/profile/_payment.scss */
.payment-container .card-detail ul li.card-type.discover {
  background-position: -9px -854px;
}
/* line 134, ../style/sass/modules/profile/_payment.scss */
.payment-container .card-detail ul li ul {
  margin-top: 0;
  margin-bottom: 0;
}
/* line 136, ../style/sass/modules/profile/_payment.scss */
.payment-container .card-detail ul li ul li {
  width: 24%;
}
@media (max-width: 1023px) {
  /* line 136, ../style/sass/modules/profile/_payment.scss */
  .payment-container .card-detail ul li ul li {
    width: 100%;
  }
}
/* line 142, ../style/sass/modules/profile/_payment.scss */
.payment-container .card-detail ul li ul li.card-ending {
  text-transform: uppercase;
}
/* line 145, ../style/sass/modules/profile/_payment.scss */
.payment-container .card-detail ul li ul li.save-card-in-profile {
  width: 26%;
}
/* line 147, ../style/sass/modules/profile/_payment.scss */
.payment-container .card-detail ul li ul li.save-card-in-profile label {
  margin-top: 0;
  color: #001e46;
  font-size: 14px;
  font-family: Effra Regular;
}
@media (max-width: 1023px) {
  /* line 145, ../style/sass/modules/profile/_payment.scss */
  .payment-container .card-detail ul li ul li.save-card-in-profile {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  /* line 161, ../style/sass/modules/profile/_payment.scss */
  .payment-container input {
    width: 100%;
  }
}

/******************************************
1. accounts.shtml
******************************************/
/* line 5, ../style/sass/modules/profile/_accounts.scss */
.accounts {
  /*section {
      .validate-form{
          @include breakpoint(xs) {
              @include padding(0, 0, 0, 0);
          }
      }
  }*/
}
@media (max-width: 1023px) {
  /* line 6, ../style/sass/modules/profile/_accounts.scss */
  .accounts hr.profile-options {
    margin-bottom: 10px;
  }
}
/* line 11, ../style/sass/modules/profile/_accounts.scss */
.accounts .required-filed {
  float: right !important;
  margin-right: 20px !important;
}
@media (max-width: 1023px) {
  /* line 11, ../style/sass/modules/profile/_accounts.scss */
  .accounts .required-filed {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
  }
}
/* line 20, ../style/sass/modules/profile/_accounts.scss */
.accounts .tab_container {
  background-color: #cccbcb;
  float: left;
  width: 100%;
  padding-top: 35px;
  padding-right: 50px;
  padding-bottom: 35px;
  padding-left: 50px;
}
@media (max-width: 1023px) {
  /* line 20, ../style/sass/modules/profile/_accounts.scss */
  .accounts .tab_container {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
/* line 27, ../style/sass/modules/profile/_accounts.scss */
.accounts .tab_container .account-content {
  padding-top: 0;
  padding-right: 50px;
  padding-bottom: 35px;
  padding-left: 50px;
  background-color: #fff;
  float: left;
  width: 100%;
}
/* line 28, ../style/sass/modules/profile/_accounts.scss */
.accounts .tab_container .account-content table {
  width: 100%;
}
/* line 31, ../style/sass/modules/profile/_accounts.scss */
.accounts .tab_container .account-content hr {
  margin-top: 30px;
}
/* line 38, ../style/sass/modules/profile/_accounts.scss */
.accounts .tab_container .account-content h3 {
  margin-top: 40px;
  margin-bottom: 25px;
}
/* line 41, ../style/sass/modules/profile/_accounts.scss */
.accounts .tab_container .account-content p.rdt-heading {
  margin-top: 20px;
  float: left;
  width: 100%;
}
@media (max-width: 1023px) {
  /* line 27, ../style/sass/modules/profile/_accounts.scss */
  .accounts .tab_container .account-content {
    padding-top: 0;
    padding-right: 15px;
    padding-bottom: 0;
    padding-left: 15px;
  }
}
/* line 52, ../style/sass/modules/profile/_accounts.scss */
.accounts .tab_container tr.selected td {
  background: #dcebf4;
}
/* line 58, ../style/sass/modules/profile/_accounts.scss */
.accounts .required {
  text-align: right;
  margin-right: 50px;
}
/* line 63, ../style/sass/modules/profile/_accounts.scss */
.accounts fieldset.two-coll {
  width: 100%;
}
/* line 65, ../style/sass/modules/profile/_accounts.scss */
.accounts fieldset.two-coll li {
  float: left;
  width: 45%;
}
@media (max-width: 1023px) {
  /* line 65, ../style/sass/modules/profile/_accounts.scss */
  .accounts fieldset.two-coll li {
    float: none;
    width: 100%;
  }
}
/* line 70, ../style/sass/modules/profile/_accounts.scss */
.accounts fieldset.two-coll li label {
  display: block;
}
/* line 73, ../style/sass/modules/profile/_accounts.scss */
.accounts fieldset.two-coll li input {
  width: 100%;
}
/* line 76, ../style/sass/modules/profile/_accounts.scss */
.accounts fieldset.two-coll li:nth-of-type(odd) {
  margin-bottom: 0px;
  clear: left;
}
@media (max-width: 1023px) {
  /* line 76, ../style/sass/modules/profile/_accounts.scss */
  .accounts fieldset.two-coll li:nth-of-type(odd) {
    margin-bottom: 0;
    margin-left: 0;
  }
}
/* line 83, ../style/sass/modules/profile/_accounts.scss */
.accounts fieldset.two-coll li:nth-of-type(even) {
  margin-bottom: 10px;
  margin-left: 10%;
}
@media (max-width: 1023px) {
  /* line 83, ../style/sass/modules/profile/_accounts.scss */
  .accounts fieldset.two-coll li:nth-of-type(even) {
    margin-bottom: 0;
    margin-left: 0;
  }
}
/* line 94, ../style/sass/modules/profile/_accounts.scss */
.accounts .button-container {
  float: none;
}
/* line 97, ../style/sass/modules/profile/_accounts.scss */
.accounts .button-container.bottom-btn input {
  margin-top: 30px;
}

/* line 115, ../style/sass/modules/profile/_accounts.scss */
.add-accounts .button-container {
  float: left;
  margin-right: 100px;
  width: 100%;
}
/* line 121, ../style/sass/modules/profile/_accounts.scss */
.add-accounts h2 {
  margin-top: 0;
  margin-bottom: 31px;
}
/* line 124, ../style/sass/modules/profile/_accounts.scss */
.add-accounts .adjustScroll {
  max-height: 60vh;
}
/* line 126, ../style/sass/modules/profile/_accounts.scss */
.add-accounts .adjustScroll .accounts-list {
  width: 100%;
}
/* line 132, ../style/sass/modules/profile/_accounts.scss */
.add-accounts .adjustScroll table thead tr th:first-child {
  width: 40px;
}
/* line 141, ../style/sass/modules/profile/_accounts.scss */
.add-accounts .adjustScroll table tbody tr td select + span {
  width: 100% !important;
}
/* line 144, ../style/sass/modules/profile/_accounts.scss */
.add-accounts .adjustScroll table tbody tr td select + span.error {
  width: 100% !important;
  border-top: 1px solid #E35205;
  border-right: 1px solid #E35205;
  border-bottom: 1px solid #E35205;
  border-left: 1px solid #E35205;
}

/******************************************
1. rdt.shtml
******************************************/
/* line 6, ../style/sass/modules/profile/_rdt.scss */
.tab_container .rdt table {
  width: 100%;
  margin-bottom: 30px;
}
/* line 10, ../style/sass/modules/profile/_rdt.scss */
.tab_container .rdt .rdt-heading {
  clear: left;
}

/* below code requires cleanup*/
/* line 19, ../style/sass/modules/profile/_rdt.scss */
.rdt .tab_container {
  background-color: #cccbcb;
  float: left;
  width: 100%;
  padding-top: 35px;
  padding-right: 50px;
  padding-bottom: 35px;
  padding-left: 50px;
}
/* line 23, ../style/sass/modules/profile/_rdt.scss */
.rdt .tab_container .account-content {
  padding-top: 0;
  padding-right: 50px;
  padding-bottom: 35px;
  padding-left: 50px;
  background-color: #fff;
  float: left;
  width: 100%;
}
/* line 27, ../style/sass/modules/profile/_rdt.scss */
.rdt .tab_container .account-content h3 {
  margin-top: 40px;
  margin-bottom: 25px;
}
/* line 33, ../style/sass/modules/profile/_rdt.scss */
.rdt .tab_container tr.selected td {
  background: #dcebf4;
}
/* line 38, ../style/sass/modules/profile/_rdt.scss */
.rdt .tab_container table {
  margin-bottom: 40px;
  width: 100%;
  padding-bottom: 30px;
}
/* line 43, ../style/sass/modules/profile/_rdt.scss */
.rdt .tab_container .rdt-heading {
  clear: left;
}
/* line 47, ../style/sass/modules/profile/_rdt.scss */
.rdt .required {
  text-align: right;
}
/* line 51, ../style/sass/modules/profile/_rdt.scss */
.rdt fieldset.two-coll {
  width: 100%;
}
/* line 53, ../style/sass/modules/profile/_rdt.scss */
.rdt fieldset.two-coll li {
  float: left;
  width: 45%;
  margin-bottom: 20px;
}
/* line 56, ../style/sass/modules/profile/_rdt.scss */
.rdt fieldset.two-coll li label {
  display: block;
}
/* line 59, ../style/sass/modules/profile/_rdt.scss */
.rdt fieldset.two-coll li input {
  width: 100%;
}
/* line 62, ../style/sass/modules/profile/_rdt.scss */
.rdt fieldset.two-coll li:nth-of-type(even) {
  margin-left: 10%;
}
/* line 68, ../style/sass/modules/profile/_rdt.scss */
.rdt .button-container {
  float: none;
  margin-top: 0;
}
/* line 72, ../style/sass/modules/profile/_rdt.scss */
.rdt .button-container.bottom-btn input {
  margin-top: 30px;
}
/* line 77, ../style/sass/modules/profile/_rdt.scss */
.rdt .additional {
  font-size: 16px;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  margin-top: 30px;
  color: #71c4e6;
  text-transform: uppercase;
}
/* line 83, ../style/sass/modules/profile/_rdt.scss */
.rdt .additional span {
  float: left;
  margin-right: 15px;
}
/* line 88, ../style/sass/modules/profile/_rdt.scss */
.rdt .secondary-btn2.small,
.rdt .primary-btn.small {
  width: 207px;
}
/* line 92, ../style/sass/modules/profile/_rdt.scss */
.rdt .add-more-rows {
  padding-top: 4px;
  padding-left: 33px;
  margin-bottom: 20px;
  background-image: url("../../b2bredesign/images/icons/plus-icon.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-color: transparent;
  height: 25px;
  float: left;
  display: block;
  color: #859199;
  font-size: 15px;
  font-family: Effra Regular;
  font-style: normal;
  font-weight: normal;
}
@media (max-width: 1023px) {
  /* line 92, ../style/sass/modules/profile/_rdt.scss */
  .rdt .add-more-rows {
    margin-left: 0;
  }
}

/* TRD Popup Style */
/* line 110, ../style/sass/modules/profile/_rdt.scss */
.rdt-popups {
  display: inline-block;
  width: 100%;
}
/* line 113, ../style/sass/modules/profile/_rdt.scss */
.rdt-popups p {
  text-align: center;
}

/* line 120, ../style/sass/modules/profile/_rdt.scss */
.generic-popup .button-container.green {
  float: none;
  text-align: center;
}
/* line 123, ../style/sass/modules/profile/_rdt.scss */
.generic-popup .button-container.green .primary-btn {
  background: #77bc1f;
}

/***************************************************
1. user-management.html
*****************************************************/
/* line 7, ../style/sass/modules/profile/_user-management.scss */
#userManagement h1,
#viewUserList h1 {
  margin-left: 45px;
}
@media (max-width: 1023px) {
  /* line 7, ../style/sass/modules/profile/_user-management.scss */
  #userManagement h1,
  #viewUserList h1 {
    margin-bottom: 45px;
    margin-left: 0;
  }
}
/* line 13, ../style/sass/modules/profile/_user-management.scss */
#userManagement .vertical-align,
#viewUserList .vertical-align {
  vertical-align: middle;
}
@media (max-width: 1023px) {
  /* line 17, ../style/sass/modules/profile/_user-management.scss */
  #userManagement .mobile-header-btn-section button span,
  #viewUserList .mobile-header-btn-section button span {
    float: none;
  }
}
/* line 23, ../style/sass/modules/profile/_user-management.scss */
#userManagement .content-col,
#viewUserList .content-col {
  float: none;
  width: 82.11%;
  display: table-cell;
}
@media (max-width: 1023px) {
  /* line 23, ../style/sass/modules/profile/_user-management.scss */
  #userManagement .content-col,
  #viewUserList .content-col {
    float: left;
    width: 100%;
  }
}
/* line 31, ../style/sass/modules/profile/_user-management.scss */
#userManagement .content-col p.no-result,
#viewUserList .content-col p.no-result {
  padding-top: 20px;
  padding-left: 20px;
}
/* line 36, ../style/sass/modules/profile/_user-management.scss */
#userManagement .content-col table,
#viewUserList .content-col table {
  border-right: none;
}
/* line 38, ../style/sass/modules/profile/_user-management.scss */
#userManagement .content-col table [data-icon="c"],
#viewUserList .content-col table [data-icon="c"] {
  color: #01A7DF !important;
}
/* line 41, ../style/sass/modules/profile/_user-management.scss */
#userManagement .content-col table .min-hight1,
#viewUserList .content-col table .min-hight1 {
  min-height: 0;
}
/* line 44, ../style/sass/modules/profile/_user-management.scss */
#userManagement .content-col table .section-wraper,
#viewUserList .content-col table .section-wraper {
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
}
/* line 46, ../style/sass/modules/profile/_user-management.scss */
#userManagement .content-col table .section-wraper li,
#viewUserList .content-col table .section-wraper li {
  margin-bottom: 10px;
}
/* line 48, ../style/sass/modules/profile/_user-management.scss */
#userManagement .content-col table .section-wraper li:first-child,
#viewUserList .content-col table .section-wraper li:first-child {
  min-height: 75px;
}
@media (max-width: 1023px) {
  /* line 48, ../style/sass/modules/profile/_user-management.scss */
  #userManagement .content-col table .section-wraper li:first-child,
  #viewUserList .content-col table .section-wraper li:first-child {
    min-height: initial;
  }
}
/* line 56, ../style/sass/modules/profile/_user-management.scss */
#userManagement .content-col table td,
#viewUserList .content-col table td {
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  vertical-align: middle;
}
/* line 63, ../style/sass/modules/profile/_user-management.scss */
#userManagement .user-report li,
#viewUserList .user-report li {
  float: left;
  width: 16%;
  margin-top: 10px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 50px;
  color: #69747a;
  font-size: 16px;
  line-height: 25px;
}
/* line 70, ../style/sass/modules/profile/_user-management.scss */
#userManagement .user-report li:last-child,
#viewUserList .user-report li:last-child {
  width: 54%;
}
@media (max-width: 1023px) {
  /* line 63, ../style/sass/modules/profile/_user-management.scss */
  #userManagement .user-report li,
  #viewUserList .user-report li {
    width: 100%;
    margin-bottom: 10px;
  }
}
/* line 77, ../style/sass/modules/profile/_user-management.scss */
#userManagement .user-report li div,
#viewUserList .user-report li div {
  color: #004b87;
  font-size: 15px;
}
/* line 81, ../style/sass/modules/profile/_user-management.scss */
#userManagement .user-report li h3,
#viewUserList .user-report li h3 {
  color: #00a9e0;
  font-size: 34px;
}
/* line 85, ../style/sass/modules/profile/_user-management.scss */
#userManagement .user-report li .button-container,
#viewUserList .user-report li .button-container {
  position: relative;
  bottom: 50px;
  right: 7px;
}
/* line 89, ../style/sass/modules/profile/_user-management.scss */
#userManagement .user-report li .button-container input,
#viewUserList .user-report li .button-container input {
  margin-top: 15px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  display: block;
}
/* line 97, ../style/sass/modules/profile/_user-management.scss */
#userManagement .search-filter,
#viewUserList .search-filter {
  display: table-cell;
  float: none !important;
  padding-bottom: 25px;
  vertical-align: top;
}
@media (max-width: 1023px) {
  /* line 97, ../style/sass/modules/profile/_user-management.scss */
  #userManagement .search-filter,
  #viewUserList .search-filter {
    float: left !important;
  }
}
/* line 105, ../style/sass/modules/profile/_user-management.scss */
#userManagement .search-filter .blue-heading,
#viewUserList .search-filter .blue-heading {
  margin-bottom: 20px;
}
/* line 108, ../style/sass/modules/profile/_user-management.scss */
#userManagement .search-filter .delete-acc,
#viewUserList .search-filter .delete-acc {
  position: absolute;
  right: 30px;
  margin-top: -33px;
}
/* line 114, ../style/sass/modules/profile/_user-management.scss */
#userManagement .search-filter .small-input,
#viewUserList .search-filter .small-input {
  padding-right: 26px;
}
/* line 118, ../style/sass/modules/profile/_user-management.scss */
#userManagement .breadcrumb,
#viewUserList .breadcrumb {
  visibility: hidden;
}
/* line 122, ../style/sass/modules/profile/_user-management.scss */
#userManagement fieldset .btn-transparent,
#viewUserList fieldset .btn-transparent {
  padding-left: 0;
  width: 39%;
}
/* line 128, ../style/sass/modules/profile/_user-management.scss */
#userManagement .pagination p,
#viewUserList .pagination p {
  color: #fff;
}
/* line 130, ../style/sass/modules/profile/_user-management.scss */
#userManagement .pagination p span,
#viewUserList .pagination p span {
  color: #004b87;
}
/* line 132, ../style/sass/modules/profile/_user-management.scss */
#userManagement .pagination p span.total-count,
#viewUserList .pagination p span.total-count {
  color: #fff;
}

/* line 142, ../style/sass/modules/profile/_user-management.scss */
#viewUserList h1 {
  padding-left: 0;
}
/* line 145, ../style/sass/modules/profile/_user-management.scss */
#viewUserList .user-report + section {
  display: table;
  min-height: 502px;
}
/* line 150, ../style/sass/modules/profile/_user-management.scss */
#viewUserList #user-management-table input {
  min-width: 120px;
  padding-right: 25px;
  padding-left: 25px;
}
/* line 153, ../style/sass/modules/profile/_user-management.scss */
#viewUserList #user-management-table input.primary-button {
  background-color: #b0008e;
  color: #fff;
  border: 0;
  font-size: 14px;
  margin-bottom: 0;
}

/* line 2, ../style/sass/modules/profile/_user-profile-account-purchaser.scss */
.user-account-purchaser {
  background-color: #cccbcb;
  float: left;
  width: 100%;
}
/* line 3, ../style/sass/modules/profile/_user-profile-account-purchaser.scss */
.user-account-purchaser .account-button hr {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  /* line 2, ../style/sass/modules/profile/_user-profile-account-purchaser.scss */
  .user-account-purchaser {
    background-color: #fff;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
}
/* line 13, ../style/sass/modules/profile/_user-profile-account-purchaser.scss */
.user-account-purchaser > div {
  background-color: #fff;
  padding-top: 35px;
  padding-right: 50px;
  padding-bottom: 35px;
  padding-left: 50px;
  float: left;
}
@media (max-width: 1023px) {
  /* line 13, ../style/sass/modules/profile/_user-profile-account-purchaser.scss */
  .user-account-purchaser > div {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
/* line 20, ../style/sass/modules/profile/_user-profile-account-purchaser.scss */
.user-account-purchaser > div .success-banner, .user-account-purchaser > div .error-banner {
  padding-bottom: 20px;
}
/* line 24, ../style/sass/modules/profile/_user-profile-account-purchaser.scss */
.user-account-purchaser > div h3 {
  padding-bottom: 10px;
}
/* line 27, ../style/sass/modules/profile/_user-profile-account-purchaser.scss */
.user-account-purchaser > div table {
  width: 100%;
}
@media (max-width: 1023px) {
  /* line 27, ../style/sass/modules/profile/_user-profile-account-purchaser.scss */
  .user-account-purchaser > div table {
    width: 100%;
  }
}
/* line 35, ../style/sass/modules/profile/_user-profile-account-purchaser.scss */
.user-account-purchaser > div table th li {
  display: inline-block;
  width: 33%;
}
@media (max-width: 1023px) {
  /* line 35, ../style/sass/modules/profile/_user-profile-account-purchaser.scss */
  .user-account-purchaser > div table th li {
    width: 32.5%;
  }
}
/* line 41, ../style/sass/modules/profile/_user-profile-account-purchaser.scss */
.user-account-purchaser > div table th li label {
  margin-top: 12px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
/* line 45, ../style/sass/modules/profile/_user-profile-account-purchaser.scss */
.user-account-purchaser > div table th li input {
  vertical-align: top;
}
/* line 53, ../style/sass/modules/profile/_user-profile-account-purchaser.scss */
.user-account-purchaser > div table td li {
  display: inline-block;
  width: 33%;
  vertical-align: top;
  margin-top: 12px;
  padding-right: 20px;
}
/* line 59, ../style/sass/modules/profile/_user-profile-account-purchaser.scss */
.user-account-purchaser > div table td li:nth-child(1), .user-account-purchaser > div table td li:nth-child(2) {
  margin-top: 12px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
/* line 62, ../style/sass/modules/profile/_user-profile-account-purchaser.scss */
.user-account-purchaser > div table td li label {
  margin-top: 0;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  width: 90%;
}
@media (max-width: 1023px) {
  /* line 62, ../style/sass/modules/profile/_user-profile-account-purchaser.scss */
  .user-account-purchaser > div table td li label {
    width: 67%;
  }
}
/* line 70, ../style/sass/modules/profile/_user-profile-account-purchaser.scss */
.user-account-purchaser > div table td li input {
  vertical-align: top;
  margin-top: -7px;
  margin-right: 5px;
}
@media (max-width: 1023px) {
  /* line 53, ../style/sass/modules/profile/_user-profile-account-purchaser.scss */
  .user-account-purchaser > div table td li {
    width: 32.5%;
  }
}
/* line 85, ../style/sass/modules/profile/_user-profile-account-purchaser.scss */
.user-account-purchaser > div .selectedAccount table th li, .user-account-purchaser > div .selectedAccount table td li {
  width: 24%;
}
/* line 90, ../style/sass/modules/profile/_user-profile-account-purchaser.scss */
.user-account-purchaser > div .selectedAccount table td span div, .user-account-purchaser > div .selectedAccount table td span label {
  margin-bottom: 12px;
}
/* line 93, ../style/sass/modules/profile/_user-profile-account-purchaser.scss */
.user-account-purchaser > div .selectedAccount table td span label:last-child, .user-account-purchaser > div .selectedAccount table td span div:last-child {
  margin-bottom: 0;
}
/* line 102, ../style/sass/modules/profile/_user-profile-account-purchaser.scss */
.user-account-purchaser > div label {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-size: 14px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
/* line 107, ../style/sass/modules/profile/_user-profile-account-purchaser.scss */
.user-account-purchaser > div div.radio {
  vertical-align: top;
}
@media (max-width: 1023px) {
  /* line 110, ../style/sass/modules/profile/_user-profile-account-purchaser.scss */
  .user-account-purchaser > div .button-container {
    padding-top: 12px;
    text-align: left;
  }
}
/* line 115, ../style/sass/modules/profile/_user-profile-account-purchaser.scss */
.user-account-purchaser > div .button-container p {
  float: left;
  width: 40%;
  text-align: left;
}
@media (max-width: 1023px) {
  /* line 115, ../style/sass/modules/profile/_user-profile-account-purchaser.scss */
  .user-account-purchaser > div .button-container p {
    float: left;
    width: 100%;
  }
}
/* line 122, ../style/sass/modules/profile/_user-profile-account-purchaser.scss */
.user-account-purchaser > div .button-container a {
  vertical-align: top;
}
/* line 128, ../style/sass/modules/profile/_user-profile-account-purchaser.scss */
.user-account-purchaser > div .accounts .clearfix {
  padding-top: 10px;
}
/* line 134, ../style/sass/modules/profile/_user-profile-account-purchaser.scss */
.user-account-purchaser > div .selectedAccount p {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 16px;
}
/* line 140, ../style/sass/modules/profile/_user-profile-account-purchaser.scss */
.user-account-purchaser > div .accounts-bottom-container {
  float: none;
  margin-top: 0px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
/* line 143, ../style/sass/modules/profile/_user-profile-account-purchaser.scss */
.user-account-purchaser > div .accounts-bottom-container p {
  float: left;
  width: 53%;
  text-align: left;
}
@media (max-width: 1023px) {
  /* line 143, ../style/sass/modules/profile/_user-profile-account-purchaser.scss */
  .user-account-purchaser > div .accounts-bottom-container p {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 5px;
    float: left;
    width: 100%;
  }
}

/******************************************
1. default.shtml
******************************************/
/* line 5, ../style/sass/modules/profile/_default.scss */
.default-page .default-settings-container {
  background-color: #fff;
  padding-right: 50px;
  width: 100%;
  float: left;
}
/* line 11, ../style/sass/modules/profile/_default.scss */
.default-page .default-settings-container .default-settings li {
  width: 30%;
  float: left;
  margin-top: 0;
  margin-right: 5%;
  margin-bottom: 0;
  margin-left: 0;
}
@media (max-width: 1023px) {
  /* line 11, ../style/sass/modules/profile/_default.scss */
  .default-page .default-settings-container .default-settings li {
    width: 100%;
  }
}
/* line 18, ../style/sass/modules/profile/_default.scss */
.default-page .default-settings-container .default-settings li:last-child {
  margin-right: 0;
}
/* line 22, ../style/sass/modules/profile/_default.scss */
.default-page .default-settings-container .default-settings label {
  display: block;
  margin-top: 25px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

/******************************************
1.create user profile role.shtml
*******************************************/
/* line 6, ../style/sass/modules/profile/_change-role.scss */
.change-role {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
/* line 12, ../style/sass/modules/profile/_change-role.scss */
.change-role .required {
  margin-top: 7px;
  text-transform: capitalize;
}
/* line 18, ../style/sass/modules/profile/_change-role.scss */
.change-role .error-banner {
  padding-top: 5px;
}
/* line 22, ../style/sass/modules/profile/_change-role.scss */
.change-role hr {
  margin-top: 30px;
  margin-bottom: 20px;
}
/* line 26, ../style/sass/modules/profile/_change-role.scss */
.change-role div.steps + p {
  text-align: center;
}
/* line 28, ../style/sass/modules/profile/_change-role.scss */
.change-role div.steps + p span {
  font-weight: bold;
  color: #004b87;
}
/* line 34, ../style/sass/modules/profile/_change-role.scss */
.change-role .stepsFlow {
  text-align: center;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 20px;
  padding-left: 0;
}
/* line 39, ../style/sass/modules/profile/_change-role.scss */
.change-role .content-container {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 20px;
  margin-left: 0;
  padding-right: 0px;
  padding-left: 0px;
  /* 		fieldset{
      	 @include make-sm-column(14,0);
   >ul{
              @include float-content(left, 50%);
              @include padding(0px, 10px, null, 0);
              font-size: 1.143em;
              color: $bodyTextGrey;
              @include breakpoint(xs) {
                  width: 100%;
                  @include padding(null, 10px, null, 10px);
              }
              >li{
                  @include padding(null, null, 20px, null);
                   @include float-content(left,100%);
                  @include breakpoint(xs) {
                      @include float-content(left, 100%);
                  }
                  >span{
                      @include float-content(right, 60%);
                      font-size: 1.071em;
                      color:$blue1;
                      @include breakpoint(xs) {
                          width: 50%;
                      }
                  }
  
  
  	  &:last-child{
                 @include float-content(left,100%);
                 @include margin(0, 0, 0, 0);
  	  }
              }
              ul{
              	@include margin(0, 0, 0, 0);
              }
              label ul+p{
              	margin-top: 0;
              }
          }
  
           ul+p{
              @include float-content(left, 45%);
              @include margin(55px, null, null, 0px);
              font-size: 1.143em;
              line-height: 26px;
              border-left:1px solid #ccc;
               @include padding(0, null, null, 30px);
              @include breakpoint(xs) {
                  width: 100%;
                  @include padding(15px, 10px, null, 10px);
              }
          }
  	} */
}
@media (max-width: 1023px) {
  /* line 39, ../style/sass/modules/profile/_change-role.scss */
  .change-role .content-container {
    padding-left: 0;
  }
}
/* line 45, ../style/sass/modules/profile/_change-role.scss */
.change-role .content-container h2 {
  font-size: 20px;
  font-family: Effra Regular;
  font-style: normal;
  font-weight: normal;
  color: #004b87;
  text-align: left;
  padding-top: 20px;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 0;
  text-transform: capitalize;
}
/* line 53, ../style/sass/modules/profile/_change-role.scss */
.change-role .content-container label.error-banner {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
/* line 110, ../style/sass/modules/profile/_change-role.scss */
.change-role .content-container p + hr {
  margin-bottom: 40px;
}
/* line 114, ../style/sass/modules/profile/_change-role.scss */
.change-role .content-container .selectall {
  margin-bottom: 15px;
}
/* line 117, ../style/sass/modules/profile/_change-role.scss */
.change-role .content-container fieldset {
  float: left;
  width: 50%;
}
/* line 119, ../style/sass/modules/profile/_change-role.scss */
.change-role .content-container fieldset ul {
  margin-top: 20px;
  margin-right: 0;
  margin-bottom: 40px;
  margin-left: 0;
  float: left;
  width: 100%;
}
/* line 123, ../style/sass/modules/profile/_change-role.scss */
.change-role .content-container fieldset ul li {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #849098;
}
/* line 127, ../style/sass/modules/profile/_change-role.scss */
.change-role .content-container fieldset ul li div.checker {
  float: left;
  width: 7%;
  margin-top: 2px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
/* line 132, ../style/sass/modules/profile/_change-role.scss */
.change-role .content-container fieldset ul li label {
  float: left;
  width: 65%;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
@media (max-width: 1023px) {
  /* line 132, ../style/sass/modules/profile/_change-role.scss */
  .change-role .content-container fieldset ul li label {
    margin-left: 12px;
  }
}
/* line 138, ../style/sass/modules/profile/_change-role.scss */
.change-role .content-container fieldset ul li label span {
  color: #004b87 !important;
  font-size: 16px !important;
}
/* line 144, ../style/sass/modules/profile/_change-role.scss */
.change-role .content-container fieldset ul li div.radio {
  float: left !important;
}
/* line 148, ../style/sass/modules/profile/_change-role.scss */
.change-role .content-container fieldset ul li ul.sub-category {
  margin-top: 10px;
  margin-right: 0;
  margin-bottom: 20px;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 24px;
}
/* line 151, ../style/sass/modules/profile/_change-role.scss */
.change-role .content-container fieldset ul li ul.sub-category li ul {
  margin-top: 0;
  margin-bottom: 20px;
}
/* line 159, ../style/sass/modules/profile/_change-role.scss */
.change-role .content-container fieldset:last-child {
  clear: both;
  width: 100%;
}
/* line 162, ../style/sass/modules/profile/_change-role.scss */
.change-role .content-container fieldset:last-child .button-container {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
/* line 171, ../style/sass/modules/profile/_change-role.scss */
.change-role .checkout-details-bottom.button-container {
  margin-top: 0px;
}
/* line 176, ../style/sass/modules/profile/_change-role.scss */
.change-role .checkout-details-bottom.button-container a {
  padding-top: 0px;
}
/* line 178, ../style/sass/modules/profile/_change-role.scss */
.change-role .checkout-details-bottom.button-container a:last-child {
  display: block;
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 0;
  text-align: center;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
/* line 189, ../style/sass/modules/profile/_change-role.scss */
.change-role .button-container .secondary-btn {
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  width: 180px;
}

/******************************************
1. payment-insurance.shtml
******************************************/
/* line 4, ../style/sass/modules/patch/_payment-insurance.scss */
.patch-pi {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
/* line 6, ../style/sass/modules/patch/_payment-insurance.scss */
.patch-pi .steps div {
  float: none;
  left: auto;
}
/* line 9, ../style/sass/modules/patch/_payment-insurance.scss */
.patch-pi .steps div a {
  float: none;
  right: auto;
}
/* line 12, ../style/sass/modules/patch/_payment-insurance.scss */
.patch-pi .steps div a.last {
  width: 30px;
}
@media (max-width: 1023px) {
  /* line 16, ../style/sass/modules/patch/_payment-insurance.scss */
  .patch-pi .steps div a:nth-child(4) {
    background-position: 0 -569px;
    width: 30px;
  }
}
/* line 25, ../style/sass/modules/patch/_payment-insurance.scss */
.patch-pi .clear {
  clear: both;
  width: 100%;
  float: left;
}
/* line 31, ../style/sass/modules/patch/_payment-insurance.scss */
.patch-pi .required {
  text-align: right;
  float: left;
  width: 93%;
  position: relative;
  top: 60px;
  right: 57px;
}
@media (max-width: 1023px) {
  /* line 31, ../style/sass/modules/patch/_payment-insurance.scss */
  .patch-pi .required {
    width: 100%;
    top: 30px;
    right: 0;
  }
}
/* line 44, ../style/sass/modules/patch/_payment-insurance.scss */
.patch-pi fieldset.three-coll {
  width: 80%;
  color: #69757b;
  font-size: 1.143em;
}
@media (max-width: 1023px) {
  /* line 44, ../style/sass/modules/patch/_payment-insurance.scss */
  .patch-pi fieldset.three-coll {
    margin-bottom: 5%;
  }
}
/* line 51, ../style/sass/modules/patch/_payment-insurance.scss */
.patch-pi fieldset.three-coll div {
  margin-top: 9px;
  margin-right: 0;
  margin-bottom: 7px;
  margin-left: 0;
  font-size: 16px;
  font-family: effra light;
  color: #69757b;
}
/* line 57, ../style/sass/modules/patch/_payment-insurance.scss */
.patch-pi fieldset.three-coll li {
  float: left;
  margin-top: 0;
  margin-right: 3%;
  margin-bottom: 0;
  margin-left: 0;
}
/* line 61, ../style/sass/modules/patch/_payment-insurance.scss */
.patch-pi fieldset.three-coll label {
  display: inline;
  float: right;
  line-height: 40px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 10px;
}
/* line 66, ../style/sass/modules/patch/_payment-insurance.scss */
.patch-pi fieldset.three-coll label.error {
  text-transform: initial;
  clear: both;
  display: block;
  padding-top: 0;
  line-height: 14px;
}
@media (min-width: 1024px) {
  /* line 77, ../style/sass/modules/patch/_payment-insurance.scss */
  .patch-pi fieldset.two-coll {
    margin-top: 3%;
    width: 80%;
    margin-right: 12%;
  }
  /* line 82, ../style/sass/modules/patch/_payment-insurance.scss */
  .patch-pi fieldset.two-coll li {
    width: 45%;
    float: left;
    margin-right: 5%;
    /*min-height: 90px;*/
  }
}
/* line 91, ../style/sass/modules/patch/_payment-insurance.scss */
.patch-pi .ps-hr, .patch-pi #banner {
  margin-top: 3%;
  margin-right: 11%;
  margin-bottom: 0;
  margin-left: 11%;
  clear: both;
  float: left;
  width: 78%;
}
@media (max-width: 1023px) {
  /* line 91, ../style/sass/modules/patch/_payment-insurance.scss */
  .patch-pi .ps-hr, .patch-pi #banner {
    width: 100%;
    margin-top: 1.5%;
    margin-right: 0;
    margin-bottom: 30px;
    margin-left: 0;
  }
}
/* line 101, ../style/sass/modules/patch/_payment-insurance.scss */
.patch-pi fieldset {
  float: left;
  width: 36%;
}
@media (min-width: 1024px) {
  /* line 101, ../style/sass/modules/patch/_payment-insurance.scss */
  .patch-pi fieldset {
    margin-top: 0;
    margin-right: 5%;
    margin-left: 12%;
  }
}
/* line 106, ../style/sass/modules/patch/_payment-insurance.scss */
.patch-pi fieldset legend {
  margin-bottom: 20px;
}
/* line 109, ../style/sass/modules/patch/_payment-insurance.scss */
.patch-pi fieldset ul li {
  list-style: none;
}
@media (max-width: 1023px) {
  /* line 109, ../style/sass/modules/patch/_payment-insurance.scss */
  .patch-pi fieldset ul li {
    margin-bottom: 20px;
  }
}
@media (max-width: 1023px) {
  /* line 101, ../style/sass/modules/patch/_payment-insurance.scss */
  .patch-pi fieldset {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
/* line 120, ../style/sass/modules/patch/_payment-insurance.scss */
.patch-pi fieldset label {
  display: block;
}
/* line 123, ../style/sass/modules/patch/_payment-insurance.scss */
.patch-pi fieldset .shippingAddressRadio > label {
  margin-top: 0px;
}
/* line 124, ../style/sass/modules/patch/_payment-insurance.scss */
.patch-pi fieldset .inlineLabel label {
  display: inline;
}
/* line 125, ../style/sass/modules/patch/_payment-insurance.scss */
.patch-pi fieldset input {
  width: 100%;
}
/* line 128, ../style/sass/modules/patch/_payment-insurance.scss */
.patch-pi fieldset input.errorTypehead {
  border: 2px solid #E35205;
}
/* line 130, ../style/sass/modules/patch/_payment-insurance.scss */
.patch-pi .serialListTable {
  margin-bottom: 10px;
  margin-left: 0;
}
/* line 132, ../style/sass/modules/patch/_payment-insurance.scss */
.patch-pi .serialListTable tr:hover td, .patch-pi .serialListTable tbody > tr:nth-of-type(odd):hover td {
  background: #f3f3f3;
}
/* line 133, ../style/sass/modules/patch/_payment-insurance.scss */
.patch-pi .serialListTable tr[data-expired="true"] td {
  cursor: not-allowed !Important;
  background: #f4f4f4 !important;
  color: #d2d2d2;
}
/* line 134, ../style/sass/modules/patch/_payment-insurance.scss */
.patch-pi .serialListTable tr.selected td {
  background: #4472c4 !important;
  color: #ff0000 !important;
}
@media (max-width: 1023px) {
  /* line 136, ../style/sass/modules/patch/_payment-insurance.scss */
  .patch-pi .serialSearchWrap .pagination p {
    position: relative;
    top: -3px;
    margin: auto;
    float: none;
  }
}
@media (max-width: 1023px) {
  /* line 144, ../style/sass/modules/patch/_payment-insurance.scss */
  .patch-pi .pagination-template.width-two {
    width: 153px;
  }
}
@media (max-width: 1023px) {
  /* line 149, ../style/sass/modules/patch/_payment-insurance.scss */
  .patch-pi .pagination-template a {
    height: 40px;
  }
}
/* line 154, ../style/sass/modules/patch/_payment-insurance.scss */
.patch-pi .searchWrap {
  position: relative;
}
/* line 156, ../style/sass/modules/patch/_payment-insurance.scss */
.patch-pi .searchWrap .resultTableWrap {
  overflow-y: scroll;
  max-height: 275px;
  clear: both;
  background: #fff;
  position: absolute;
  width: 55%;
  box-shadow: -1px 4px 10px #222, 2px 5px 8px #222;
  top: 40px;
  z-index: 1;
}
/* line 167, ../style/sass/modules/patch/_payment-insurance.scss */
.patch-pi .searchWrap .resultTableWrap .searchResultsTable > tbody > tr:nth-of-type(odd) td {
  background: #ebedf8;
}
/* line 168, ../style/sass/modules/patch/_payment-insurance.scss */
.patch-pi .searchWrap .resultTableWrap .searchResultsTable td {
  background: #cfd5ea;
  color: #2d2f33;
}
/* line 169, ../style/sass/modules/patch/_payment-insurance.scss */
.patch-pi .searchWrap .resultTableWrap .searchResultsTable tr:hover td, .patch-pi .searchWrap .resultTableWrap .searchResultsTable > tbody > tr:nth-of-type(odd):hover td {
  background: #4472c4;
  color: #ff0000;
  cursor: pointer;
}
/* line 170, ../style/sass/modules/patch/_payment-insurance.scss */
.patch-pi .searchWrap .resultTableWrap .searchResultsTable tr[data-expired="true"] td {
  display: none;
}
@media (min-width: 1024px) {
  /* line 175, ../style/sass/modules/patch/_payment-insurance.scss */
  .patch-pi .small-slelect li {
    width: 60%;
  }
}
@media (min-width: 1024px) {
  /* line 180, ../style/sass/modules/patch/_payment-insurance.scss */
  .patch-pi .small-slelect legend {
    margin-top: 30px;
    float: left;
  }
  /* line 184, ../style/sass/modules/patch/_payment-insurance.scss */
  .patch-pi .small-slelect legend span {
    color: #E35205;
  }
}
/* line 189, ../style/sass/modules/patch/_payment-insurance.scss */
.patch-pi #banner {
  background: #E35205;
  color: #fff;
  border-radius: 3px;
  padding-top: 1%;
  padding-right: 1%;
  padding-bottom: 1%;
  padding-left: 1%;
}
@media (max-width: 1023px) {
  /* line 189, ../style/sass/modules/patch/_payment-insurance.scss */
  .patch-pi #banner {
    margin-right: -10px;
    margin-left: -10px;
    padding-top: 2%;
    padding-right: 4%;
    padding-bottom: 2%;
    padding-left: 4%;
    width: auto;
  }
}
/* line 200, ../style/sass/modules/patch/_payment-insurance.scss */
.patch-pi #banner.success {
  border: 1px solid #77bc1f;
  background: #77bc1f;
}
/* line 205, ../style/sass/modules/patch/_payment-insurance.scss */
.patch-pi #banner.warning {
  background: #F7A800;
  border: 1px solid #F7A800;
}
/* line 209, ../style/sass/modules/patch/_payment-insurance.scss */
.patch-pi #banner.error {
  background: #E35205;
  border: 1px solid #E35205;
}
/* line 215, ../style/sass/modules/patch/_payment-insurance.scss */
.patch-pi span.select2.error-box {
  border: 1px solid #E35205;
}
/* line 218, ../style/sass/modules/patch/_payment-insurance.scss */
.patch-pi span.select2.warning-box {
  border: 1px solid #F7A800;
}
/* line 221, ../style/sass/modules/patch/_payment-insurance.scss */
.patch-pi span.select2.success-box {
  border: 1px solid #77bc1f;
}
/* line 226, ../style/sass/modules/patch/_payment-insurance.scss */
.patch-pi .text-link {
  margin-top: 2%;
  margin-right: 0;
  margin-bottom: 2%;
  margin-left: 0;
}
@media (max-width: 1023px) {
  /* line 226, ../style/sass/modules/patch/_payment-insurance.scss */
  .patch-pi .text-link {
    margin-top: 2%;
  }
}
@media (max-width: 1023px) {
  /* line 232, ../style/sass/modules/patch/_payment-insurance.scss */
  .patch-pi .top-heading {
    float: left;
    margin-top: 40px;
  }
}
@media (max-width: 1023px) {
  /* line 240, ../style/sass/modules/patch/_payment-insurance.scss */
  .patch-pi.patch-payment-info form {
    width: 100%;
    float: left;
    margin-top: 50px;
  }
}
/* line 247, ../style/sass/modules/patch/_payment-insurance.scss */
.patch-pi.patch-payment-info label.head {
  width: 72%;
  margin-top: 25px;
  margin-left: 142px;
  color: #859199;
  font-size: 14px;
}
@media (max-width: 1023px) {
  /* line 247, ../style/sass/modules/patch/_payment-insurance.scss */
  .patch-pi.patch-payment-info label.head {
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
    float: left;
  }
}
/* line 258, ../style/sass/modules/patch/_payment-insurance.scss */
.patch-pi.patch-payment-info .txt-foot {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
  color: #859199;
}
/* line 264, ../style/sass/modules/patch/_payment-insurance.scss */
.patch-pi.patch-payment-info .checkout-details-bottom.button-container {
  width: 80%;
  margin-left: 120px;
}
/* line 267, ../style/sass/modules/patch/_payment-insurance.scss */
.patch-pi.patch-payment-info .checkout-details-bottom.button-container hr {
  width: 35%;
}
/* line 270, ../style/sass/modules/patch/_payment-insurance.scss */
.patch-pi.patch-payment-info .checkout-details-bottom.button-container a.secondary-btn {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  text-decoration: none;
}
/* line 274, ../style/sass/modules/patch/_payment-insurance.scss */
.patch-pi.patch-payment-info .checkout-details-bottom.button-container input[type='button'].secondary-btn {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 30px;
}
@media (max-width: 1023px) {
  /* line 274, ../style/sass/modules/patch/_payment-insurance.scss */
  .patch-pi.patch-payment-info .checkout-details-bottom.button-container input[type='button'].secondary-btn {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
}
@media (max-width: 1023px) {
  /* line 264, ../style/sass/modules/patch/_payment-insurance.scss */
  .patch-pi.patch-payment-info .checkout-details-bottom.button-container {
    width: 100%;
    margin-left: 0px;
  }
}

/******************************************
1. profile-remove-account popup

2. profile-add-account popup
******************************************/
/* line 8, ../style/sass/modules/profile/_profile-account.scss */
.profile-account div.checker + label {
  margin-top: 32px;
}
/* line 12, ../style/sass/modules/profile/_profile-account.scss */
.profile-account .content-container {
  float: left;
  width: 100%;
  margin-top: 25px;
}
/* line 15, ../style/sass/modules/profile/_profile-account.scss */
.profile-account .content-container .error-banner {
  margin-bottom: 20px;
}
/* line 18, ../style/sass/modules/profile/_profile-account.scss */
.profile-account .content-container .checker + label {
  margin-bottom: 10px;
}
/* line 21, ../style/sass/modules/profile/_profile-account.scss */
.profile-account .content-container table {
  width: 100%;
}
/* line 24, ../style/sass/modules/profile/_profile-account.scss */
.profile-account .content-container table thead th {
  font-size: 12px;
  font-family: "Effra Medium";
  font-style: normal;
  font-weight: normal;
}
/* line 30, ../style/sass/modules/profile/_profile-account.scss */
.profile-account .content-container table tbody tr {
  border-top: 1px solid #e9e9e9;
}
/* line 33, ../style/sass/modules/profile/_profile-account.scss */
.profile-account .content-container table tbody td {
  width: 25%;
  padding-top: 12px;
  padding-right: 15px;
  padding-bottom: 12px;
  padding-left: 15px;
  color: #fff;
  font-size: 12px;
  font-family: "Effra Medium";
  font-style: normal;
  font-weight: normal;
  word-wrap: break-word;
  border: none !important;
}
/* line 40, ../style/sass/modules/profile/_profile-account.scss */
.profile-account .content-container table tbody td div.checker {
  float: left;
  width: 16%;
  margin-top: 2px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
/* line 44, ../style/sass/modules/profile/_profile-account.scss */
.profile-account .content-container table tbody td label {
  float: left;
  width: 80%;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
/* line 47, ../style/sass/modules/profile/_profile-account.scss */
.profile-account .content-container table tbody td label span {
  color: #004b87 !important;
  font-size: 14px !important;
}
/* line 53, ../style/sass/modules/profile/_profile-account.scss */
.profile-account .content-container table tbody tr:last-child {
  border-bottom: 1px solid #e2e2e2;
}
/* line 56, ../style/sass/modules/profile/_profile-account.scss */
.profile-account .content-container table tbody table {
  border: 0;
}
/* line 58, ../style/sass/modules/profile/_profile-account.scss */
.profile-account .content-container table tbody table .table-data-content + .table-data-content {
  border-top: 1px solid #859199;
}
/* line 61, ../style/sass/modules/profile/_profile-account.scss */
.profile-account .content-container table tbody table .table-data-content {
  border: 0;
}
/* line 65, ../style/sass/modules/profile/_profile-account.scss */
.profile-account .content-container table tbody .childDesc {
  width: 100%;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
/* line 68, ../style/sass/modules/profile/_profile-account.scss */
.profile-account .content-container table tbody .childDesc tbody {
  border: 0;
}
/* line 72, ../style/sass/modules/profile/_profile-account.scss */
.profile-account .content-container table tbody .table-innerdata-content {
  width: 24%;
  padding-top: 12px;
  padding-right: 15px;
  padding-bottom: 12px;
  padding-left: 15px;
  color: #fff;
  font-size: 12px;
  font-family: "Effra Medium";
  font-style: normal;
  font-weight: normal;
  word-wrap: break-word;
  display: inline-block;
}
/* line 79, ../style/sass/modules/profile/_profile-account.scss */
.profile-account .content-container table tbody .table-innerdata-content div.checker {
  float: left;
  width: 16%;
  margin-top: 2px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
/* line 83, ../style/sass/modules/profile/_profile-account.scss */
.profile-account .content-container table tbody .table-innerdata-content label {
  float: left;
  width: 80%;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
/* line 86, ../style/sass/modules/profile/_profile-account.scss */
.profile-account .content-container table tbody .table-innerdata-content label span {
  color: #004b87 !important;
  font-size: 14px !important;
}
/* line 94, ../style/sass/modules/profile/_profile-account.scss */
.profile-account .content-container table.table-striped > tbody {
  border-bottom: 1px solid #e2e2e2;
}
/* line 100, ../style/sass/modules/profile/_profile-account.scss */
.profile-account .questions-comments {
  margin-top: 21px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  float: left;
  width: 100%;
}
/* line 104, ../style/sass/modules/profile/_profile-account.scss */
.profile-account .questions-comments textarea {
  float: left;
  width: 100%;
  margin-top: 10px;
}

/******************************************
1. prescription.shtml
******************************************/
/* line 5, ../style/sass/modules/patch/_prescription.scss */
.prescription {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
/* line 7, ../style/sass/modules/patch/_prescription.scss */
.prescription .other-icd {
  float: left;
  width: 100%;
}
/* line 9, ../style/sass/modules/patch/_prescription.scss */
.prescription .other-icd input[type="text"] {
  height: 30px;
  display: block;
  margin-top: 5px;
  margin-left: 27px;
}
@media (max-width: 1023px) {
  /* line 9, ../style/sass/modules/patch/_prescription.scss */
  .prescription .other-icd input[type="text"] {
    margin-top: 0;
    margin-left: 17px;
  }
}
/* line 18, ../style/sass/modules/patch/_prescription.scss */
.prescription .other-icd .error {
  margin-left: 26px;
}
/* line 22, ../style/sass/modules/patch/_prescription.scss */
.prescription .multiselect-container {
  clear: both;
  text-align: left;
  margin: 30px 0;
  width: 50%;
}
/* line 27, ../style/sass/modules/patch/_prescription.scss */
.prescription .multiselect-container .select2-container {
  max-width: 300px;
}
/* line 32, ../style/sass/modules/patch/_prescription.scss */
.prescription fieldset span.error {
  margin-top: 5px;
  margin-bottom: 15px;
  display: block;
  color: #E35205;
}
/* line 39, ../style/sass/modules/patch/_prescription.scss */
.prescription .steps div {
  float: none;
  left: auto;
}
/* line 42, ../style/sass/modules/patch/_prescription.scss */
.prescription .steps div a {
  float: none;
  right: auto;
}
/* line 45, ../style/sass/modules/patch/_prescription.scss */
.prescription .steps div a.last {
  width: 30px;
}
@media (max-width: 1023px) {
  /* line 49, ../style/sass/modules/patch/_prescription.scss */
  .prescription .steps div a:nth-child(5) {
    background-position: 0 -569px;
    width: 30px;
  }
}
/* line 57, ../style/sass/modules/patch/_prescription.scss */
.prescription .add-more-rows {
  padding-top: 4px;
  padding-left: 33px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 12%;
  background-image: url("../../b2bredesign/images/icons/plus-icon.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-color: transparent;
  height: 25px;
  float: left;
  display: block;
  color: #859199;
  font-size: 15px;
  font-family: Effra Regular;
  font-style: normal;
  font-weight: normal;
}
@media (max-width: 1023px) {
  /* line 57, ../style/sass/modules/patch/_prescription.scss */
  .prescription .add-more-rows {
    margin-left: 0;
  }
}
/* line 70, ../style/sass/modules/patch/_prescription.scss */
.prescription .clear {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0px;
}
/* line 76, ../style/sass/modules/patch/_prescription.scss */
.prescription .required {
  text-align: right;
}
@media (max-width: 1023px) {
  /* line 76, ../style/sass/modules/patch/_prescription.scss */
  .prescription .required {
    float: right;
  }
}
/* line 82, ../style/sass/modules/patch/_prescription.scss */
.prescription .physician-email {
  margin-top: 13%;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
/* line 85, ../style/sass/modules/patch/_prescription.scss */
.prescription .add-phs-col2 {
  margin-top: 3%;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
/* line 88, ../style/sass/modules/patch/_prescription.scss */
.prescription .patch-state-list {
  width: 30% !important;
  float: left;
  margin-top: 20px;
  margin-right: 15px;
}
@media (max-width: 1023px) {
  /* line 88, ../style/sass/modules/patch/_prescription.scss */
  .prescription .patch-state-list {
    width: 100% !important;
    margin-top: 0;
    margin-right: 15px;
  }
}
/* line 99, ../style/sass/modules/patch/_prescription.scss */
.prescription .select2-container .select2-selection--multiple {
  background-color: white;
  border-radius: 4px;
  border: 1px solid #cccbcb;
}
/* line 103, ../style/sass/modules/patch/_prescription.scss */
.prescription .select2-container .select2-selection--multiple .select2-selection__rendered {
  color: #004b87;
}
/* line 105, ../style/sass/modules/patch/_prescription.scss */
.prescription .select2-container .select2-selection--multiple .select2-selection__rendered .select2-search--inline {
  margin-bottom: 0;
  float: none;
}
/* line 108, ../style/sass/modules/patch/_prescription.scss */
.prescription .select2-container .select2-selection--multiple .select2-selection__rendered .select2-search--inline .select2-search__field {
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 0;
  margin-left: 5px;
  display: inline-block;
  height: 30px;
  width: 100% !important;
}
/* line 115, ../style/sass/modules/patch/_prescription.scss */
.prescription .select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  display: none;
}
/* line 122, ../style/sass/modules/patch/_prescription.scss */
.prescription .prescription-medical-necessity .patch-state-list {
  width: 45% !important;
}
@media (max-width: 1023px) {
  /* line 122, ../style/sass/modules/patch/_prescription.scss */
  .prescription .prescription-medical-necessity .patch-state-list {
    width: 100% !important;
  }
}
/* line 130, ../style/sass/modules/patch/_prescription.scss */
.prescription .prescription-medical-necessity.symptoms, .prescription .prescription-medical-necessity.prior-testing {
  width: 83%;
}
@media (max-width: 1023px) {
  /* line 130, ../style/sass/modules/patch/_prescription.scss */
  .prescription .prescription-medical-necessity.symptoms, .prescription .prescription-medical-necessity.prior-testing {
    width: 100%;
  }
}
/* line 137, ../style/sass/modules/patch/_prescription.scss */
.prescription .patch-prescription-col {
  width: 50% !important;
  float: left;
}
/* line 142, ../style/sass/modules/patch/_prescription.scss */
.prescription fieldset.info {
  width: 77%;
}
@media (max-width: 1023px) {
  /* line 142, ../style/sass/modules/patch/_prescription.scss */
  .prescription fieldset.info {
    width: 100%;
  }
}
/* line 150, ../style/sass/modules/patch/_prescription.scss */
.prescription fieldset.physician-info {
  margin-top: 3%;
}
/* line 154, ../style/sass/modules/patch/_prescription.scss */
.prescription .product-type-wrapper {
  max-width: 45%;
  margin-bottom: 25px;
}
/* line 158, ../style/sass/modules/patch/_prescription.scss */
.prescription #EHDuration {
  display: none;
}
/* line 161, ../style/sass/modules/patch/_prescription.scss */
.prescription .ps-hr {
  margin-top: 1.5%;
  margin-right: 10%;
  margin-bottom: 0;
  margin-left: 8%;
  clear: both;
  float: left;
  width: 84%;
}
@media (max-width: 1023px) and (max-width: 1023px) {
  /* line 161, ../style/sass/modules/patch/_prescription.scss */
  .prescription .ps-hr {
    margin-top: 1.5%;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    width: 100%;
  }
}

/* line 173, ../style/sass/modules/patch/_prescription.scss */
.prescription .city-container {
  margin: 0 12%;
  width: 55%;
}
/* line 176, ../style/sass/modules/patch/_prescription.scss */
.prescription .city-container li {
  width: 35%;
  float: left;
  margin-top: 0;
  margin-right: 3%;
  margin-bottom: 0;
  margin-left: 0;
}
/* line 180, ../style/sass/modules/patch/_prescription.scss */
.prescription .city-container li:nth-child(2) {
  width: 25%;
}
/* line 183, ../style/sass/modules/patch/_prescription.scss */
.prescription .city-container li:nth-child(3) {
  width: 15%;
}
/* line 189, ../style/sass/modules/patch/_prescription.scss */
.prescription fieldset.shipping {
  width: 80%;
  color: #849098;
  text-transform: uppercase;
  font-size: 1.143em;
  margin-top: 0;
}
/* line 195, ../style/sass/modules/patch/_prescription.scss */
.prescription fieldset.shipping div {
  margin-top: 9px;
  margin-right: 0;
  margin-bottom: 7px;
  margin-left: 0;
}
/* line 198, ../style/sass/modules/patch/_prescription.scss */
.prescription fieldset.shipping li {
  float: left;
  margin-top: 0;
  margin-right: 3%;
  margin-bottom: 0;
  margin-left: 0;
}
/* line 202, ../style/sass/modules/patch/_prescription.scss */
.prescription fieldset.shipping label {
  display: inline;
  float: right;
  line-height: 40px;
  text-transform: capitalize !important;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 10px;
}
/* line 210, ../style/sass/modules/patch/_prescription.scss */
.prescription fieldset .deviceserial {
  width: 80%;
  margin-top: 20px;
}
/* line 213, ../style/sass/modules/patch/_prescription.scss */
.prescription fieldset .deviceserial li {
  float: left;
  margin-top: 0;
  margin-right: 3%;
  margin-bottom: 0;
  margin-left: 0;
}
/* line 219, ../style/sass/modules/patch/_prescription.scss */
.prescription .home-address {
  margin-top: 35px;
}
/* line 222, ../style/sass/modules/patch/_prescription.scss */
.prescription .form-content {
  margin-top: 25px !important;
  text-transform: inherit !important;
}
/* line 227, ../style/sass/modules/patch/_prescription.scss */
.prescription fieldset {
  margin-top: 5%;
  margin-right: 5%;
  margin-left: 12%;
  float: left;
}
/* line 230, ../style/sass/modules/patch/_prescription.scss */
.prescription fieldset legend {
  margin-top: 20px;
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
  /* line 230, ../style/sass/modules/patch/_prescription.scss */
  .prescription fieldset legend {
    float: left;
    width: auto;
    margin-top: 11px;
    margin-bottom: 22px;
  }
}
/* line 237, ../style/sass/modules/patch/_prescription.scss */
.prescription fieldset li {
  margin-bottom: 20px;
  list-style: none;
}
@media (max-width: 1023px) {
  /* line 227, ../style/sass/modules/patch/_prescription.scss */
  .prescription fieldset {
    width: 100%;
    margin-top: 10%;
    margin-right: 0;
    margin-left: 0;
  }
}
/* line 245, ../style/sass/modules/patch/_prescription.scss */
.prescription fieldset label {
  display: block;
}
@media (max-width: 1023px) {
  /* line 245, ../style/sass/modules/patch/_prescription.scss */
  .prescription fieldset label {
    overflow: hidden;
    width: 100%;
  }
}
/* line 252, ../style/sass/modules/patch/_prescription.scss */
.prescription fieldset input {
  vertical-align: text-top;
  margin-top: 2px;
  margin-right: 7px;
}
/* line 256, ../style/sass/modules/patch/_prescription.scss */
.prescription fieldset .datepicker-field + label.error {
  margin-left: 25px;
}
/* line 261, ../style/sass/modules/patch/_prescription.scss */
.prescription fieldset.prescription-icd, .prescription fieldset.prescription-medical-necessity {
  margin-top: 1%;
}
/* line 264, ../style/sass/modules/patch/_prescription.scss */
.prescription fieldset.prescription-icd .patch-state-list li, .prescription fieldset.prescription-medical-necessity .patch-state-list li {
  overflow: hidden;
}
/* line 267, ../style/sass/modules/patch/_prescription.scss */
.prescription fieldset.prescription-icd .patch-state-list div, .prescription fieldset.prescription-medical-necessity .patch-state-list div {
  float: left;
  width: 87%;
  color: #859199;
}
/* line 271, ../style/sass/modules/patch/_prescription.scss */
.prescription fieldset.prescription-icd .patch-state-list .checker, .prescription fieldset.prescription-medical-necessity .patch-state-list .checker {
  width: auto;
}
@media (max-width: 1023px) {
  /* line 263, ../style/sass/modules/patch/_prescription.scss */
  .prescription fieldset.prescription-icd .patch-state-list, .prescription fieldset.prescription-medical-necessity .patch-state-list {
    margin-bottom: 0;
  }
}
@media (max-width: 1023px) {
  /* line 278, ../style/sass/modules/patch/_prescription.scss */
  .prescription fieldset.prescription-icd label, .prescription fieldset.prescription-medical-necessity label {
    padding-bottom: 15px;
  }
}
@media (max-width: 1023px) {
  /* line 285, ../style/sass/modules/patch/_prescription.scss */
  .prescription fieldset.prescription-icd .description {
    margin-bottom: 15px;
  }
}
/* line 292, ../style/sass/modules/patch/_prescription.scss */
.prescription .patch-service-no {
  margin-top: 40px;
}
/* line 295, ../style/sass/modules/patch/_prescription.scss */
.prescription .monitor-duration {
  margin-top: 6px;
}
@media (max-width: 1023px) {
  /* line 295, ../style/sass/modules/patch/_prescription.scss */
  .prescription .monitor-duration {
    margin-top: 7px;
  }
}
/* line 300, ../style/sass/modules/patch/_prescription.scss */
.prescription .monitor-duration li {
  float: left;
  display: inline;
  margin-right: 30px;
  font-size: 16px;
  font-family: Effra Light;
  font-style: normal;
  font-weight: normal;
  color: #859199;
}
@media (max-width: 1023px) {
  /* line 300, ../style/sass/modules/patch/_prescription.scss */
  .prescription .monitor-duration li {
    width: 100%;
    margin-bottom: 10px;
  }
}
/* line 315, ../style/sass/modules/patch/_prescription.scss */
.prescription .description {
  font-size: 16px;
  font-family: Effra Light;
  font-style: normal;
  font-weight: normal;
  color: #859199;
}
/* line 319, ../style/sass/modules/patch/_prescription.scss */
.prescription #implantDate {
  margin-top: 20px;
  margin-bottom: 10px;
  width: 60%;
}
/* line 323, ../style/sass/modules/patch/_prescription.scss */
.prescription .txt-foot {
  text-align: center;
  float: left;
  width: 100%;
  margin-bottom: 25px;
  color: #859199;
}
/* line 329, ../style/sass/modules/patch/_prescription.scss */
.prescription .button-container {
  float: left;
  width: 100%;
  text-align: center;
}
/* line 332, ../style/sass/modules/patch/_prescription.scss */
.prescription .button-container hr {
  width: 32%;
  display: inline-block;
  margin-top: 5px;
  margin-right: 0;
  margin-bottom: 5px;
  margin-left: 0;
}
/* line 340, ../style/sass/modules/patch/_prescription.scss */
.prescription .button-container a.secondary-btn {
  text-decoration: none;
  margin-top: 0px;
  margin-left: 0px;
}
/* line 344, ../style/sass/modules/patch/_prescription.scss */
.prescription .button-container a.cancel {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0px;
  display: inline-block;
}
/* line 348, ../style/sass/modules/patch/_prescription.scss */
.prescription .button-container input.secondary-btn {
  margin-top: 0px;
}
/* line 352, ../style/sass/modules/patch/_prescription.scss */
.prescription .inner-table {
  width: 100%;
}
/* line 355, ../style/sass/modules/patch/_prescription.scss */
.prescription .text-highlight.icd-error, .prescription .icd-error {
  margin-left: 26px;
  color: #E35205 !important;
}
/* line 359, ../style/sass/modules/patch/_prescription.scss */
.prescription .icd-input-error {
  border: 2px solid #E35205;
}

/* line 364, ../style/sass/modules/patch/_prescription.scss */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #0470a9;
  color: white;
}
/* line 368, ../style/sass/modules/patch/_prescription.scss */
.select2-container--default .select2-results__option[aria-disabled=true] {
  background: #d2d2d3;
}

/******************************************
1.create user account.shtml
*******************************************/
/* line 6, ../style/sass/modules/createuser/_create-user-account.scss */
.create-user-account {
  padding-top: 40px;
  padding-right: 10px;
  padding-bottom: 40px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 100px;
  padding-right: 100px;
}
/* line 7, ../style/sass/modules/createuser/_create-user-account.scss */
.create-user-account .steps div a {
  right: 40%;
}
@media (min-width: 1024px) {
  /* line 6, ../style/sass/modules/createuser/_create-user-account.scss */
  .create-user-account {
    float: left;
    width: 100%;
  }
}
/* line 12, ../style/sass/modules/createuser/_create-user-account.scss */
.create-user-account h1 {
  text-align: center;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 20px;
  padding-left: 0;
}
/* line 16, ../style/sass/modules/createuser/_create-user-account.scss */
.create-user-account div.steps + p {
  text-align: center;
}
/* line 18, ../style/sass/modules/createuser/_create-user-account.scss */
.create-user-account div.steps + p span {
  font-weight: bold;
  color: #004b87;
}
/* line 24, ../style/sass/modules/createuser/_create-user-account.scss */
.create-user-account .stepsFlow {
  text-align: center;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 20px;
  padding-left: 0;
}
/* line 29, ../style/sass/modules/createuser/_create-user-account.scss */
.create-user-account .content-container {
  position: relative;
  min-height: 1px;
  padding-left: 60px;
  padding-right: 60px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 20px;
  margin-left: 0;
}
@media (min-width: 1024px) {
  /* line 29, ../style/sass/modules/createuser/_create-user-account.scss */
  .create-user-account .content-container {
    float: left;
    width: 100%;
  }
}
/* line 32, ../style/sass/modules/createuser/_create-user-account.scss */
.create-user-account .content-container [data-icon="2"]:before {
  display: block;
  width: 3%;
  float: left;
}
/* line 38, ../style/sass/modules/createuser/_create-user-account.scss */
.create-user-account .content-container .error-banner {
  display: block;
  width: 95%;
}
/* line 42, ../style/sass/modules/createuser/_create-user-account.scss */
.create-user-account .content-container h2 {
  text-align: left;
  padding-top: 20px;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 0;
  text-transform: capitalize;
}
/* line 47, ../style/sass/modules/createuser/_create-user-account.scss */
.create-user-account .content-container .selectall {
  margin-bottom: 15px;
}
/* line 49, ../style/sass/modules/createuser/_create-user-account.scss */
.create-user-account .content-container .selectall label {
  font-size: 14px;
  font-family: "Effra Regular";
}
/* line 55, ../style/sass/modules/createuser/_create-user-account.scss */
.create-user-account .content-container hr + div {
  margin-bottom: 30px;
}
/* line 58, ../style/sass/modules/createuser/_create-user-account.scss */
.create-user-account .content-container table {
  width: 100%;
}
/* line 62, ../style/sass/modules/createuser/_create-user-account.scss */
.create-user-account .content-container table thead tr {
  background: #71c5e8;
}
/* line 65, ../style/sass/modules/createuser/_create-user-account.scss */
.create-user-account .content-container table thead tr th {
  float: left;
  width: 25%;
}
/* line 71, ../style/sass/modules/createuser/_create-user-account.scss */
.create-user-account .content-container table tr {
  border-top: 1px solid #e9e9e9;
  background: #F7FAFC;
}
/* line 75, ../style/sass/modules/createuser/_create-user-account.scss */
.create-user-account .content-container table td {
  float: left;
  background: #f6f7f8;
  width: 25%;
  padding: 12px 15px;
  background: #f6f7f8;
  color: #fff;
  font-size: 12px;
  font-family: "Effra Medium";
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  word-wrap: break-word;
  float: left;
  width: 25%;
  border: none !important;
}
/* line 90, ../style/sass/modules/createuser/_create-user-account.scss */
.create-user-account .content-container table td div.checker {
  float: left;
  width: 16%;
  margin-top: 2px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
/* line 94, ../style/sass/modules/createuser/_create-user-account.scss */
.create-user-account .content-container table td label {
  float: left;
  width: 80%;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
/* line 97, ../style/sass/modules/createuser/_create-user-account.scss */
.create-user-account .content-container table td label span {
  color: #004b87 !important;
  font-size: 14px !important;
}
/* line 102, ../style/sass/modules/createuser/_create-user-account.scss */
.create-user-account .content-container table td label p {
  text-transform: none;
  font-size: 14px;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
}
/* line 108, ../style/sass/modules/createuser/_create-user-account.scss */
.create-user-account .content-container table .childDesc {
  width: 100%;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
/* line 112, ../style/sass/modules/createuser/_create-user-account.scss */
.create-user-account .content-container table .childDesc table {
  border-bottom: 1px solid #ccc;
}
/* line 120, ../style/sass/modules/createuser/_create-user-account.scss */
.create-user-account .content-container table tbody tr {
  background-color: #F6F8F9;
}
/* line 122, ../style/sass/modules/createuser/_create-user-account.scss */
.create-user-account .content-container table tbody tr td {
  background-color: #F6F8F9;
}
/* line 125, ../style/sass/modules/createuser/_create-user-account.scss */
.create-user-account .content-container table tbody tr td.childDesc tr {
  background-color: #F6F8F9;
}
/* line 127, ../style/sass/modules/createuser/_create-user-account.scss */
.create-user-account .content-container table tbody tr td.childDesc tr td {
  background-color: #F6F8F9;
}
/* line 134, ../style/sass/modules/createuser/_create-user-account.scss */
.create-user-account .content-container table tbody tr:nth-of-type(odd) {
  background-color: #fff;
}
/* line 136, ../style/sass/modules/createuser/_create-user-account.scss */
.create-user-account .content-container table tbody tr:nth-of-type(odd) td {
  background-color: #fff;
}
/* line 139, ../style/sass/modules/createuser/_create-user-account.scss */
.create-user-account .content-container table tbody tr:nth-of-type(odd) td.childDesc tr {
  background-color: #fff;
}
/* line 141, ../style/sass/modules/createuser/_create-user-account.scss */
.create-user-account .content-container table tbody tr:nth-of-type(odd) td.childDesc tr td {
  background-color: #fff;
}
/* line 153, ../style/sass/modules/createuser/_create-user-account.scss */
.create-user-account .button-container a {
  display: block;
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 0;
  text-align: center;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
/* line 162, ../style/sass/modules/createuser/_create-user-account.scss */
.create-user-account .button-container a {
  width: auto;
  display: inline-block;
}
/* line 163, ../style/sass/modules/createuser/_create-user-account.scss */
.create-user-account .button-container a.secondary-btn {
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0;
  padding-right: 20px;
  padding-bottom: 0;
  padding-left: 20px;
}

/******************************************
1.create user.shtml
*******************************************/
/* line 6, ../style/sass/modules/createuser/_create-user-profile.scss */
.create-user-profile {
  padding-top: 40px;
  padding-right: 10px;
  padding-bottom: 40px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 100px;
  padding-right: 100px;
}
/* line 7, ../style/sass/modules/createuser/_create-user-profile.scss */
.create-user-profile .steps div a {
  right: 40%;
}
@media (min-width: 1024px) {
  /* line 6, ../style/sass/modules/createuser/_create-user-profile.scss */
  .create-user-profile {
    float: left;
    width: 100%;
  }
}
/* line 12, ../style/sass/modules/createuser/_create-user-profile.scss */
.create-user-profile h1 {
  text-align: center;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 20px;
  padding-left: 0;
}
/* line 16, ../style/sass/modules/createuser/_create-user-profile.scss */
.create-user-profile .stepsFlow {
  text-align: center;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 20px;
  padding-left: 0;
  font-size: 16px;
  line-height: 26px;
}
/* line 23, ../style/sass/modules/createuser/_create-user-profile.scss */
.create-user-profile .content-container {
  position: relative;
  min-height: 1px;
  padding-left: 60px;
  padding-right: 60px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 20px;
  margin-left: 0;
}
@media (min-width: 1024px) {
  /* line 23, ../style/sass/modules/createuser/_create-user-profile.scss */
  .create-user-profile .content-container {
    float: left;
    width: 100%;
  }
}
/* line 26, ../style/sass/modules/createuser/_create-user-profile.scss */
.create-user-profile .content-container h2 {
  color: #004b87;
  text-align: left;
  padding-top: 20px;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 0;
}
/* line 32, ../style/sass/modules/createuser/_create-user-profile.scss */
.create-user-profile .content-container .existing-user {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1024px) {
  /* line 32, ../style/sass/modules/createuser/_create-user-profile.scss */
  .create-user-profile .content-container .existing-user {
    float: left;
    width: 100%;
  }
}
/* line 34, ../style/sass/modules/createuser/_create-user-profile.scss */
.create-user-profile .content-container .existing-user > ul {
  float: left;
  width: 50%;
  padding-top: 0px;
  padding-right: 10px;
  padding-left: 0;
  font-size: 1.143em;
  color: #859199;
}
@media (max-width: 1023px) {
  /* line 34, ../style/sass/modules/createuser/_create-user-profile.scss */
  .create-user-profile .content-container .existing-user > ul {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
}
/* line 43, ../style/sass/modules/createuser/_create-user-profile.scss */
.create-user-profile .content-container .existing-user > ul > li {
  padding-bottom: 20px;
  float: left;
  width: 100%;
}
@media (max-width: 1023px) {
  /* line 43, ../style/sass/modules/createuser/_create-user-profile.scss */
  .create-user-profile .content-container .existing-user > ul > li {
    float: left;
    width: 100%;
  }
}
/* line 49, ../style/sass/modules/createuser/_create-user-profile.scss */
.create-user-profile .content-container .existing-user > ul > li > span {
  float: right;
  width: 60%;
  font-size: 1.071em;
  color: #004b87;
}
@media (max-width: 1023px) {
  /* line 49, ../style/sass/modules/createuser/_create-user-profile.scss */
  .create-user-profile .content-container .existing-user > ul > li > span {
    width: 50%;
  }
}
/* line 59, ../style/sass/modules/createuser/_create-user-profile.scss */
.create-user-profile .content-container .existing-user > ul > li:last-child {
  float: left;
  width: 100%;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
/* line 66, ../style/sass/modules/createuser/_create-user-profile.scss */
.create-user-profile .content-container .existing-user ul + p {
  float: left;
  width: 45%;
  margin-top: 55px;
  margin-left: 0px;
  font-size: 1.143em;
  line-height: 26px;
  border-left: 1px solid #ccc;
  padding-top: 0;
  padding-left: 30px;
}
@media (max-width: 1023px) {
  /* line 66, ../style/sass/modules/createuser/_create-user-profile.scss */
  .create-user-profile .content-container .existing-user ul + p {
    width: 100%;
    padding-top: 15px;
    padding-right: 10px;
    padding-left: 10px;
  }
}
/* line 80, ../style/sass/modules/createuser/_create-user-profile.scss */
.create-user-profile .content-container ul {
  margin-top: 20px;
  margin-right: 0;
  margin-bottom: 40px;
  margin-left: 0;
}
/* line 82, ../style/sass/modules/createuser/_create-user-profile.scss */
.create-user-profile .content-container ul li {
  float: left;
  width: 40%;
}
/* line 84, ../style/sass/modules/createuser/_create-user-profile.scss */
.create-user-profile .content-container ul li label {
  float: left;
  width: 90%;
  text-align: left;
}
/* line 89, ../style/sass/modules/createuser/_create-user-profile.scss */
.create-user-profile .content-container ul li input {
  float: left;
  width: 90%;
}
/* line 93, ../style/sass/modules/createuser/_create-user-profile.scss */
.create-user-profile .content-container ul li:last-child, .create-user-profile .content-container ul li[title="Cancel"] {
  float: left;
  width: 20%;
  margin-top: 36px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
/* line 96, ../style/sass/modules/createuser/_create-user-profile.scss */
.create-user-profile .content-container ul li:last-child input, .create-user-profile .content-container ul li[title="Cancel"] input {
  float: left;
  width: 90%;
}
/* line 99, ../style/sass/modules/createuser/_create-user-profile.scss */
.create-user-profile .content-container ul li:last-child .primary-btn.small, .create-user-profile .content-container ul li[title="Cancel"] .primary-btn.small {
  width: auto !important;
}
/* line 110, ../style/sass/modules/createuser/_create-user-profile.scss */
.create-user-profile .checkout-details-bottom.button-container {
  margin-top: 50px;
}
/* line 115, ../style/sass/modules/createuser/_create-user-profile.scss */
.create-user-profile .button-container .primary-btn {
  background-color: #859199;
}
/* line 118, ../style/sass/modules/createuser/_create-user-profile.scss */
.create-user-profile .button-container .secondary-btn {
  margin-top: 25px;
  margin-right: 30px;
  margin-left: 30px;
}

/******************************************
1.create user profile.shtml
*******************************************/
/* line 131, ../style/sass/modules/createuser/_create-user-profile.scss */
.create-user-profile {
  padding-top: 40px;
  padding-right: 10px;
  padding-bottom: 40px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 100px;
  padding-right: 100px;
}
@media (min-width: 1024px) {
  /* line 131, ../style/sass/modules/createuser/_create-user-profile.scss */
  .create-user-profile {
    float: left;
    width: 100%;
  }
}
/* line 134, ../style/sass/modules/createuser/_create-user-profile.scss */
.create-user-profile h1 {
  text-align: center;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 20px;
  padding-left: 0;
}
/* line 139, ../style/sass/modules/createuser/_create-user-profile.scss */
.create-user-profile .content-container {
  position: relative;
  min-height: 1px;
  padding-left: 60px;
  padding-right: 60px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 20px;
  margin-left: 0;
}
@media (min-width: 1024px) {
  /* line 139, ../style/sass/modules/createuser/_create-user-profile.scss */
  .create-user-profile .content-container {
    float: left;
    width: 100%;
  }
}
/* line 142, ../style/sass/modules/createuser/_create-user-profile.scss */
.create-user-profile .content-container h2 {
  color: #004b87;
  text-align: left;
  padding-top: 20px;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 0;
}
/* line 146, ../style/sass/modules/createuser/_create-user-profile.scss */
.create-user-profile .content-container h2 span.required {
  float: right;
  margin-right: -26px;
}
/* line 152, ../style/sass/modules/createuser/_create-user-profile.scss */
.create-user-profile .content-container ul {
  margin-top: 0px;
  margin-right: 0;
  margin-bottom: 40px;
  margin-left: 0;
}
/* line 154, ../style/sass/modules/createuser/_create-user-profile.scss */
.create-user-profile .content-container ul li {
  float: left;
  width: 40%;
}
/* line 156, ../style/sass/modules/createuser/_create-user-profile.scss */
.create-user-profile .content-container ul li lable {
  float: left;
  width: 100%;
  text-align: left;
}
/* line 161, ../style/sass/modules/createuser/_create-user-profile.scss */
.create-user-profile .content-container ul li input {
  float: left;
  width: 90%;
}
/* line 165, ../style/sass/modules/createuser/_create-user-profile.scss */
.create-user-profile .content-container ul li:last-child {
  float: left;
  width: 20%;
  margin-top: 33px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
/* line 177, ../style/sass/modules/createuser/_create-user-profile.scss */
.create-user-profile #user-form > fieldset > ul .mid-name + .last-name {
  padding-left: 17px;
}
/* line 184, ../style/sass/modules/createuser/_create-user-profile.scss */
.create-user-profile .button-container .primary-btn {
  background-color: #859199;
}
/* line 187, ../style/sass/modules/createuser/_create-user-profile.scss */
.create-user-profile .button-container .secondary-btn {
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}
/* line 190, ../style/sass/modules/createuser/_create-user-profile.scss */
.create-user-profile .button-container a {
  display: block;
  width: 25%;
  margin: 0 auto;
  margin-top: 20px;
}
/* line 201, ../style/sass/modules/createuser/_create-user-profile.scss */
.create-user-profile .add-profile-info p span {
  float: right;
  margin-right: -26px;
}
/* line 205, ../style/sass/modules/createuser/_create-user-profile.scss */
.create-user-profile .add-profile-info p strong {
  padding-left: 5px;
  color: #004b87;
}
/* line 211, ../style/sass/modules/createuser/_create-user-profile.scss */
.create-user-profile .add-profile-info ul li {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 14px;
  margin-left: 0;
  height: 100px;
}
/* line 213, ../style/sass/modules/createuser/_create-user-profile.scss */
.create-user-profile .add-profile-info ul li:last-child {
  float: left;
  width: 40%;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
/* line 217, ../style/sass/modules/createuser/_create-user-profile.scss */
.create-user-profile .add-profile-info ul li.mid-name {
  width: 20%;
}
/* line 228, ../style/sass/modules/createuser/_create-user-profile.scss */
.create-user-profile .button-container .primary-btn {
  background-color: #b0008e;
}

/******************************************
1.create user profile role.shtml
*******************************************/
/* line 6, ../style/sass/modules/createuser/_create-user-profile-role.scss */
.create-user-profile-role, .profile-admin-view-user-roles {
  padding-top: 40px;
  padding-right: 10px;
  padding-bottom: 40px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 100px;
  padding-right: 100px;
}
/* line 7, ../style/sass/modules/createuser/_create-user-profile-role.scss */
.create-user-profile-role .steps div a, .profile-admin-view-user-roles .steps div a {
  right: 40%;
}
@media (min-width: 1024px) {
  /* line 6, ../style/sass/modules/createuser/_create-user-profile-role.scss */
  .create-user-profile-role, .profile-admin-view-user-roles {
    float: left;
    width: 100%;
  }
}
/* line 12, ../style/sass/modules/createuser/_create-user-profile-role.scss */
.create-user-profile-role h1, .profile-admin-view-user-roles h1 {
  text-align: center;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 20px;
  padding-left: 0;
}
/* line 17, ../style/sass/modules/createuser/_create-user-profile-role.scss */
.create-user-profile-role div.steps + p, .profile-admin-view-user-roles div.steps + p {
  text-align: center;
}
/* line 19, ../style/sass/modules/createuser/_create-user-profile-role.scss */
.create-user-profile-role div.steps + p span, .profile-admin-view-user-roles div.steps + p span {
  font-weight: bold;
  color: #004b87;
  padding-left: 5px;
}
/* line 26, ../style/sass/modules/createuser/_create-user-profile-role.scss */
.create-user-profile-role .stepsFlow, .profile-admin-view-user-roles .stepsFlow {
  text-align: center;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 20px;
  padding-left: 0;
}
/* line 31, ../style/sass/modules/createuser/_create-user-profile-role.scss */
.create-user-profile-role .content-container, .profile-admin-view-user-roles .content-container {
  position: relative;
  min-height: 1px;
  padding-left: 60px;
  padding-right: 60px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 20px;
  margin-left: 0;
}
@media (min-width: 1024px) {
  /* line 31, ../style/sass/modules/createuser/_create-user-profile-role.scss */
  .create-user-profile-role .content-container, .profile-admin-view-user-roles .content-container {
    float: left;
    width: 100%;
  }
}
/* line 34, ../style/sass/modules/createuser/_create-user-profile-role.scss */
.create-user-profile-role .content-container h2, .profile-admin-view-user-roles .content-container h2 {
  text-align: left;
  padding-top: 0px;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 0;
  text-transform: capitalize;
  margin-top: 0px;
}
/* line 39, ../style/sass/modules/createuser/_create-user-profile-role.scss */
.create-user-profile-role .content-container h2 span.required, .profile-admin-view-user-roles .content-container h2 span.required {
  float: right;
}
/* line 44, ../style/sass/modules/createuser/_create-user-profile-role.scss */
.create-user-profile-role .content-container label.error-banner, .profile-admin-view-user-roles .content-container label.error-banner {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  width: 95%;
  padding-top: 10px;
}
/* line 49, ../style/sass/modules/createuser/_create-user-profile-role.scss */
.create-user-profile-role .content-container .existing-user, .profile-admin-view-user-roles .content-container .existing-user {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1024px) {
  /* line 49, ../style/sass/modules/createuser/_create-user-profile-role.scss */
  .create-user-profile-role .content-container .existing-user, .profile-admin-view-user-roles .content-container .existing-user {
    float: left;
    width: 100%;
  }
}
/* line 51, ../style/sass/modules/createuser/_create-user-profile-role.scss */
.create-user-profile-role .content-container .existing-user > ul, .profile-admin-view-user-roles .content-container .existing-user > ul {
  float: left;
  width: 50%;
  padding-top: 0px;
  padding-right: 10px;
  padding-left: 0;
  font-size: 1.143em;
  color: #859199;
}
@media (max-width: 1023px) {
  /* line 51, ../style/sass/modules/createuser/_create-user-profile-role.scss */
  .create-user-profile-role .content-container .existing-user > ul, .profile-admin-view-user-roles .content-container .existing-user > ul {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
}
/* line 60, ../style/sass/modules/createuser/_create-user-profile-role.scss */
.create-user-profile-role .content-container .existing-user > ul > li, .profile-admin-view-user-roles .content-container .existing-user > ul > li {
  padding-bottom: 20px;
  float: left;
  width: 100%;
}
@media (max-width: 1023px) {
  /* line 60, ../style/sass/modules/createuser/_create-user-profile-role.scss */
  .create-user-profile-role .content-container .existing-user > ul > li, .profile-admin-view-user-roles .content-container .existing-user > ul > li {
    float: left;
    width: 100%;
  }
}
/* line 66, ../style/sass/modules/createuser/_create-user-profile-role.scss */
.create-user-profile-role .content-container .existing-user > ul > li > span, .profile-admin-view-user-roles .content-container .existing-user > ul > li > span {
  float: right;
  width: 60%;
  font-size: 1.071em;
  color: #004b87;
}
@media (max-width: 1023px) {
  /* line 66, ../style/sass/modules/createuser/_create-user-profile-role.scss */
  .create-user-profile-role .content-container .existing-user > ul > li > span, .profile-admin-view-user-roles .content-container .existing-user > ul > li > span {
    width: 50%;
  }
}
/* line 76, ../style/sass/modules/createuser/_create-user-profile-role.scss */
.create-user-profile-role .content-container .existing-user > ul > li:last-child, .profile-admin-view-user-roles .content-container .existing-user > ul > li:last-child {
  float: left;
  width: 100%;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
/* line 83, ../style/sass/modules/createuser/_create-user-profile-role.scss */
.create-user-profile-role .content-container .existing-user ul + p, .profile-admin-view-user-roles .content-container .existing-user ul + p {
  float: left;
  width: 45%;
  margin-top: 55px;
  margin-left: 0px;
  font-size: 1.143em;
  line-height: 26px;
  border-left: 1px solid #ccc;
  padding-top: 0;
  padding-left: 30px;
}
@media (max-width: 1023px) {
  /* line 83, ../style/sass/modules/createuser/_create-user-profile-role.scss */
  .create-user-profile-role .content-container .existing-user ul + p, .profile-admin-view-user-roles .content-container .existing-user ul + p {
    width: 100%;
    padding-top: 15px;
    padding-right: 10px;
    padding-left: 10px;
  }
}
/* line 97, ../style/sass/modules/createuser/_create-user-profile-role.scss */
.create-user-profile-role .content-container p + hr, .profile-admin-view-user-roles .content-container p + hr {
  margin-bottom: 40px;
}
/* line 101, ../style/sass/modules/createuser/_create-user-profile-role.scss */
.create-user-profile-role .content-container .selectall, .profile-admin-view-user-roles .content-container .selectall {
  margin-bottom: 15px;
}
/* line 104, ../style/sass/modules/createuser/_create-user-profile-role.scss */
.create-user-profile-role .content-container fieldset, .profile-admin-view-user-roles .content-container fieldset {
  float: left;
  width: 50%;
}
/* line 106, ../style/sass/modules/createuser/_create-user-profile-role.scss */
.create-user-profile-role .content-container fieldset p, .profile-admin-view-user-roles .content-container fieldset p {
  font-size: 14px;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
  color: #859199;
}
/* line 111, ../style/sass/modules/createuser/_create-user-profile-role.scss */
.create-user-profile-role .content-container fieldset ul, .profile-admin-view-user-roles .content-container fieldset ul {
  margin-top: 20px;
  margin-right: 0;
  margin-bottom: 40px;
  margin-left: 0;
  float: left;
  width: 100%;
  font-size: 14px;
  font-family: "Effra Regular";
  line-height: 22px;
  color: #859199;
}
/* line 118, ../style/sass/modules/createuser/_create-user-profile-role.scss */
.create-user-profile-role .content-container fieldset ul li, .profile-admin-view-user-roles .content-container fieldset ul li {
  float: left;
  width: 100%;
}
/* line 120, ../style/sass/modules/createuser/_create-user-profile-role.scss */
.create-user-profile-role .content-container fieldset ul li div.checker, .profile-admin-view-user-roles .content-container fieldset ul li div.checker {
  float: left;
  width: 7%;
  margin-top: 2px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
/* line 125, ../style/sass/modules/createuser/_create-user-profile-role.scss */
.create-user-profile-role .content-container fieldset ul li label, .profile-admin-view-user-roles .content-container fieldset ul li label {
  float: left;
  width: 65%;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
/* line 128, ../style/sass/modules/createuser/_create-user-profile-role.scss */
.create-user-profile-role .content-container fieldset ul li label span, .profile-admin-view-user-roles .content-container fieldset ul li label span {
  color: #004b87 !important;
  font-size: 16px !important;
}
/* line 134, ../style/sass/modules/createuser/_create-user-profile-role.scss */
.create-user-profile-role .content-container fieldset ul li div.radio, .profile-admin-view-user-roles .content-container fieldset ul li div.radio {
  float: left !important;
}
/* line 138, ../style/sass/modules/createuser/_create-user-profile-role.scss */
.create-user-profile-role .content-container fieldset ul li ul.sub-category, .profile-admin-view-user-roles .content-container fieldset ul li ul.sub-category {
  margin-top: 10px;
  margin-right: 0;
  margin-bottom: 20px;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 24px;
}
/* line 151, ../style/sass/modules/createuser/_create-user-profile-role.scss */
.create-user-profile-role .checkout-details-bottom.button-container, .profile-admin-view-user-roles .checkout-details-bottom.button-container {
  margin-top: 0px;
}
/* line 156, ../style/sass/modules/createuser/_create-user-profile-role.scss */
.create-user-profile-role .checkout-details-bottom.button-container a, .profile-admin-view-user-roles .checkout-details-bottom.button-container a {
  padding-top: 0px;
}
/* line 158, ../style/sass/modules/createuser/_create-user-profile-role.scss */
.create-user-profile-role .checkout-details-bottom.button-container a:last-child, .profile-admin-view-user-roles .checkout-details-bottom.button-container a:last-child {
  display: block;
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 0;
  text-align: center;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
/* line 169, ../style/sass/modules/createuser/_create-user-profile-role.scss */
.create-user-profile-role .button-container .secondary-btn, .profile-admin-view-user-roles .button-container .secondary-btn {
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  width: 195px;
}

/******************************************
1.create user default account.shtml
*******************************************/
/* line 7, ../style/sass/modules/createuser/_create-user-default-account.scss */
.create-user-confirmation .steps div a {
  right: 40%;
}
/* line 11, ../style/sass/modules/createuser/_create-user-default-account.scss */
.create-user-confirmation p strong {
  width: 40px;
}

/* line 16, ../style/sass/modules/createuser/_create-user-default-account.scss */
.create-user-default-account {
  padding-top: 40px;
  padding-right: 10px;
  padding-bottom: 40px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 100px;
  padding-right: 100px;
}
@media (min-width: 1024px) {
  /* line 16, ../style/sass/modules/createuser/_create-user-default-account.scss */
  .create-user-default-account {
    float: left;
    width: 100%;
  }
}
/* line 19, ../style/sass/modules/createuser/_create-user-default-account.scss */
.create-user-default-account h1 {
  text-align: center;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 20px;
  padding-left: 0;
}
/* line 23, ../style/sass/modules/createuser/_create-user-default-account.scss */
.create-user-default-account div.steps + p {
  text-align: center;
  font-family: "Effra Light";
}
/* line 26, ../style/sass/modules/createuser/_create-user-default-account.scss */
.create-user-default-account div.steps + p span {
  font-weight: bold;
  color: #004b87;
}
/* line 32, ../style/sass/modules/createuser/_create-user-default-account.scss */
.create-user-default-account .stepsFlow {
  text-align: center;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 20px;
  padding-left: 0;
}
/* line 37, ../style/sass/modules/createuser/_create-user-default-account.scss */
.create-user-default-account .content-container {
  position: relative;
  min-height: 1px;
  padding-left: 60px;
  padding-right: 60px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 20px;
  margin-left: 0;
}
@media (min-width: 1024px) {
  /* line 37, ../style/sass/modules/createuser/_create-user-default-account.scss */
  .create-user-default-account .content-container {
    float: left;
    width: 100%;
  }
}
/* line 40, ../style/sass/modules/createuser/_create-user-default-account.scss */
.create-user-default-account .content-container h2 {
  text-align: left;
  padding-top: 20px;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 0;
  text-transform: capitalize;
}
/* line 45, ../style/sass/modules/createuser/_create-user-default-account.scss */
.create-user-default-account .content-container p + hr {
  margin-bottom: 30px;
}
/* line 49, ../style/sass/modules/createuser/_create-user-default-account.scss */
.create-user-default-account .content-container hr + div {
  margin-bottom: 30px;
}
/* line 52, ../style/sass/modules/createuser/_create-user-default-account.scss */
.create-user-default-account .content-container table {
  width: 100%;
}
/* line 55, ../style/sass/modules/createuser/_create-user-default-account.scss */
.create-user-default-account .content-container table thead th {
  width: 33.33%;
}
/* line 59, ../style/sass/modules/createuser/_create-user-default-account.scss */
.create-user-default-account .content-container table tr {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
/* line 62, ../style/sass/modules/createuser/_create-user-default-account.scss */
.create-user-default-account .content-container table tr td {
  width: 33.33%;
  padding: 12px 15px;
  color: #fff;
  font-size: 12px;
  font-family: "Effra Medium";
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  word-wrap: break-word;
  border-top: 0px;
  border-bottom: 0px;
}
/* line 74, ../style/sass/modules/createuser/_create-user-default-account.scss */
.create-user-default-account .content-container table tr td div.checker {
  float: left;
  width: 16%;
  margin-top: 2px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
/* line 78, ../style/sass/modules/createuser/_create-user-default-account.scss */
.create-user-default-account .content-container table tr td label {
  float: left;
  width: 80%;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: "Effra Regular";
}
/* line 82, ../style/sass/modules/createuser/_create-user-default-account.scss */
.create-user-default-account .content-container table tr td label span {
  color: #004b87 !important;
}
/* line 85, ../style/sass/modules/createuser/_create-user-default-account.scss */
.create-user-default-account .content-container table tr td label p {
  text-transform: none;
  font-size: 14px;
}
/* line 92, ../style/sass/modules/createuser/_create-user-default-account.scss */
.create-user-default-account .content-container table .childDesc {
  width: 100%;
}
/* line 98, ../style/sass/modules/createuser/_create-user-default-account.scss */
.create-user-default-account .button-container a {
  display: block;
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 0;
  text-align: center;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
/* line 107, ../style/sass/modules/createuser/_create-user-default-account.scss */
.create-user-default-account .button-container .secondary-btn {
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  width: 180px;
  padding-top: 0px;
}

/******************************************
1.create user confirmation.shtml
*******************************************/
/* line 8, ../style/sass/modules/createuser/_create-user-confirmation.scss */
.create-user-confirmation h1 {
  margin-bottom: 40px !important;
}
/* line 11, ../style/sass/modules/createuser/_create-user-confirmation.scss */
.create-user-confirmation a.secondary-btn2 {
  margin-left: 14px !important;
}
/* line 14, ../style/sass/modules/createuser/_create-user-confirmation.scss */
.create-user-confirmation p {
  padding-top: 8px !important;
  padding-bottom: 18px !important;
}
/* line 16, ../style/sass/modules/createuser/_create-user-confirmation.scss */
.create-user-confirmation p strong {
  display: inline-block;
  float: left;
  width: 10%;
  margin-right: 15px;
}
/* line 23, ../style/sass/modules/createuser/_create-user-confirmation.scss */
.create-user-confirmation p span {
  display: inline-block;
  float: left;
  width: 85%;
}

/***************************************************
1. manage-insurance.shtml
*****************************************************/
/* line 4, ../style/sass/modules/createuser/_manage-insurance.scss */
.manage-insurance {
  float: left;
  width: 100%;
  padding-top: 4%;
  padding-right: 5%;
  padding-bottom: 4%;
  padding-left: 5%;
}
/* line 7, ../style/sass/modules/createuser/_manage-insurance.scss */
.manage-insurance .pg-heading {
  float: left;
  margin-top: 0;
  margin-left: -10px;
  padding-left: 0;
}
@media (max-width: 1023px) {
  /* line 7, ../style/sass/modules/createuser/_manage-insurance.scss */
  .manage-insurance .pg-heading {
    margin-top: 5%;
    margin-bottom: 5%;
    margin-left: 0;
  }
}
/* line 15, ../style/sass/modules/createuser/_manage-insurance.scss */
.manage-insurance .button-cont {
  float: right;
}
@media (max-width: 1023px) {
  /* line 15, ../style/sass/modules/createuser/_manage-insurance.scss */
  .manage-insurance .button-cont {
    float: left;
    width: 100%;
  }
}
/* line 21, ../style/sass/modules/createuser/_manage-insurance.scss */
.manage-insurance h3 {
  margin-top: 4%;
  margin-bottom: 2%;
  clear: both;
  float: left;
}
@media (max-width: 1023px) {
  /* line 21, ../style/sass/modules/createuser/_manage-insurance.scss */
  .manage-insurance h3 {
    margin-top: 8%;
    margin-bottom: 4%;
  }
}
/* line 30, ../style/sass/modules/createuser/_manage-insurance.scss */
.manage-insurance .invoice-table table {
  width: 100%;
}
/* line 32, ../style/sass/modules/createuser/_manage-insurance.scss */
.manage-insurance .invoice-table table span {
  display: block;
}

/* line 41, ../style/sass/modules/createuser/_manage-insurance.scss */
.manage-insurance-addedit fieldset.two-coll li {
  float: left;
  width: 45%;
  margin-right: 10%;
  margin-bottom: 5px;
}
@media (max-width: 1023px) {
  /* line 41, ../style/sass/modules/createuser/_manage-insurance.scss */
  .manage-insurance-addedit fieldset.two-coll li {
    width: 100%;
    margin-right: 0;
    padding-bottom: 0;
  }
}
/* line 49, ../style/sass/modules/createuser/_manage-insurance.scss */
.manage-insurance-addedit fieldset.two-coll li .error {
  display: block;
  float: left;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}
/* line 54, ../style/sass/modules/createuser/_manage-insurance.scss */
.manage-insurance-addedit fieldset.two-coll li input, .manage-insurance-addedit fieldset.two-coll li select {
  width: 100%;
}
/* line 57, ../style/sass/modules/createuser/_manage-insurance.scss */
.manage-insurance-addedit fieldset.two-coll li:nth-child(even) {
  margin-right: 0;
}
/* line 62, ../style/sass/modules/createuser/_manage-insurance.scss */
.manage-insurance-addedit fieldset label {
  display: block;
}
/* line 66, ../style/sass/modules/createuser/_manage-insurance.scss */
.manage-insurance-addedit .text-highlight {
  text-align: right;
  padding-top: 5px;
}
@media (min-width: 1024px) {
  /* line 72, ../style/sass/modules/createuser/_manage-insurance.scss */
  .manage-insurance-addedit .button-container input:first-child {
    margin-left: 0;
  }
}

/* line 81, ../style/sass/modules/createuser/_manage-insurance.scss */
.linq-monitoring-insurance {
  padding-top: 30px;
  padding-right: 36px;
  padding-bottom: 30px;
  padding-left: 36px;
  width: 100%;
  float: left;
}
/* line 82, ../style/sass/modules/createuser/_manage-insurance.scss */
.linq-monitoring-insurance .noInsuranceErrorMsg {
  padding-top: inherit;
}
/* line 86, ../style/sass/modules/createuser/_manage-insurance.scss */
.linq-monitoring-insurance h1 {
  width: 40%;
  display: inline-block;
}
/* line 88, ../style/sass/modules/createuser/_manage-insurance.scss */
.linq-monitoring-insurance h1.viewlmminsurances-heading {
  text-align: left;
  padding-left: 0;
}
/* line 94, ../style/sass/modules/createuser/_manage-insurance.scss */
.linq-monitoring-insurance .regionFieldWrap {
  width: 33%;
  display: inline-block;
}
/* line 95, ../style/sass/modules/createuser/_manage-insurance.scss */
.linq-monitoring-insurance .stateSelectionMsg {
  font-size: 1.1em;
  margin: 2px 0 0 1px;
}
/* line 96, ../style/sass/modules/createuser/_manage-insurance.scss */
.linq-monitoring-insurance table.review-table td, .linq-monitoring-insurance table.review-table th {
  text-align: center;
}
/* line 97, ../style/sass/modules/createuser/_manage-insurance.scss */
.linq-monitoring-insurance table.table-striped td {
  vertical-align: middle;
}
/* line 107, ../style/sass/modules/createuser/_manage-insurance.scss */
.linq-monitoring-insurance table thead {
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
}
@media (max-width: 1023px) {
  /* line 81, ../style/sass/modules/createuser/_manage-insurance.scss */
  .linq-monitoring-insurance {
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
  }
  /* line 114, ../style/sass/modules/createuser/_manage-insurance.scss */
  .linq-monitoring-insurance a#addInsurance {
    float: left;
    width: 100%;
    margin-bottom: 10px;
  }
}
/* line 119, ../style/sass/modules/createuser/_manage-insurance.scss */
.linq-monitoring-insurance table.small-only {
  width: 100%;
}
/* line 123, ../style/sass/modules/createuser/_manage-insurance.scss */
.linq-monitoring-insurance .pagination-count {
  width: auto;
}
/* line 125, ../style/sass/modules/createuser/_manage-insurance.scss */
.linq-monitoring-insurance .pagination-count strong {
  color: #fff !important;
}
/* line 127, ../style/sass/modules/createuser/_manage-insurance.scss */
.linq-monitoring-insurance .pagination {
  margin: 10px 0 0;
}
/* line 129, ../style/sass/modules/createuser/_manage-insurance.scss */
.linq-monitoring-insurance .pagination .go-next, .linq-monitoring-insurance .pagination .go-prev {
  margin: 0px 5px;
}
/* line 131, ../style/sass/modules/createuser/_manage-insurance.scss */
.linq-monitoring-insurance .tableWrapper {
  margin: 0px;
}
/* line 137, ../style/sass/modules/createuser/_manage-insurance.scss */
.linq-monitoring-insurance .table-striped.display-only-mct tr.product-type-heading th:nth-child(n+2) {
  display: none;
}
/* line 140, ../style/sass/modules/createuser/_manage-insurance.scss */
.linq-monitoring-insurance .table-striped.display-only-mct td:nth-child(n+4), .linq-monitoring-insurance .table-striped.display-only-mct th:nth-child(n+4) {
  display: none;
}
/* line 143, ../style/sass/modules/createuser/_manage-insurance.scss */
.linq-monitoring-insurance .table-striped.display-only-mct .vertical-border {
  border-right: none;
}
/* line 148, ../style/sass/modules/createuser/_manage-insurance.scss */
.linq-monitoring-insurance #banner {
  background: #E35205;
  color: #fff;
  border-radius: 3px;
  padding-top: 1%;
  padding-right: 1%;
  padding-bottom: 1%;
  padding-left: 1%;
  margin-top: 3%;
  margin-right: 11%;
  margin-bottom: 0;
  margin-left: 11%;
}
@media (max-width: 1023px) {
  /* line 148, ../style/sass/modules/createuser/_manage-insurance.scss */
  .linq-monitoring-insurance #banner {
    margin-right: -10px;
    margin-left: -10px;
    padding-top: 2%;
    padding-right: 4%;
    padding-bottom: 2%;
    padding-left: 4%;
    width: auto;
  }
}
/* line 160, ../style/sass/modules/createuser/_manage-insurance.scss */
.linq-monitoring-insurance #banner.success {
  border: 1px solid #77bc1f;
  background: #77bc1f;
}
/* line 164, ../style/sass/modules/createuser/_manage-insurance.scss */
.linq-monitoring-insurance #banner.warning {
  background: #F7A800;
  border: 1px solid #F7A800;
}
/* line 168, ../style/sass/modules/createuser/_manage-insurance.scss */
.linq-monitoring-insurance #banner.error {
  background: #E35205;
  border: 1px solid #E35205;
}
/* line 174, ../style/sass/modules/createuser/_manage-insurance.scss */
.linq-monitoring-insurance .lastModifiedDate {
  overflow: hidden;
  width: 100%;
  border: 1px solid #e2e2e2;
  padding-left: 24px;
}
@media (max-width: 1023px) {
  /* line 174, ../style/sass/modules/createuser/_manage-insurance.scss */
  .linq-monitoring-insurance .lastModifiedDate {
    padding-left: 14px;
  }
}
/* line 183, ../style/sass/modules/createuser/_manage-insurance.scss */
.linq-monitoring-insurance .clearfix {
  clear: both;
}

/* line 188, ../style/sass/modules/createuser/_manage-insurance.scss */
.add-edit-insurance {
  margin-top: 23px;
  text-align: center;
}
@media (max-width: 1023px) {
  /* line 192, ../style/sass/modules/createuser/_manage-insurance.scss */
  .add-edit-insurance li {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 0;
  }
  /* line 196, ../style/sass/modules/createuser/_manage-insurance.scss */
  .add-edit-insurance li label {
    float: left;
  }
}
/* line 201, ../style/sass/modules/createuser/_manage-insurance.scss */
.add-edit-insurance .button-container {
  float: none;
  text-align: center;
}

/* line 207, ../style/sass/modules/createuser/_manage-insurance.scss */
.add-edit-insurance.seeq_add-edit-insurance li {
  width: 18.5%;
}

/* line 210, ../style/sass/modules/createuser/_manage-insurance.scss */
.viewInsurance h1 {
  text-align: center;
}

/* line 3, ../style/sass/modules/createuser/_profile-admin-view-accounts.scss */
.profile-admin-view-accounts {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
/* line 4, ../style/sass/modules/createuser/_profile-admin-view-accounts.scss */
.profile-admin-view-accounts .steps div a {
  right: 40%;
}
/* line 8, ../style/sass/modules/createuser/_profile-admin-view-accounts.scss */
.profile-admin-view-accounts .stepsFlow {
  text-align: center;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 20px;
  padding-left: 0;
}
/* line 14, ../style/sass/modules/createuser/_profile-admin-view-accounts.scss */
.profile-admin-view-accounts .table-striped thead tr {
  background: #71c5e8;
}
/* line 16, ../style/sass/modules/createuser/_profile-admin-view-accounts.scss */
.profile-admin-view-accounts .table-striped thead tr th {
  font-size: 13px;
  font-family: "Effra Medium";
  font-style: normal;
  font-weight: normal;
  float: left;
  width: 25%;
}
/* line 25, ../style/sass/modules/createuser/_profile-admin-view-accounts.scss */
.profile-admin-view-accounts .table-striped .childDesc {
  width: 100%;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
/* line 29, ../style/sass/modules/createuser/_profile-admin-view-accounts.scss */
.profile-admin-view-accounts .table-striped .childDesc table {
  border-bottom: 1px solid #ccc;
  width: 100%;
}
/* line 37, ../style/sass/modules/createuser/_profile-admin-view-accounts.scss */
.profile-admin-view-accounts .table-striped td {
  padding: 12px 15px;
  background: #fff;
  color: #fff;
  font-size: 12px;
  font-family: "Effra Medium";
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  word-wrap: break-word;
  float: left;
  width: 25%;
  border: none !important;
}
/* line 49, ../style/sass/modules/createuser/_profile-admin-view-accounts.scss */
.profile-admin-view-accounts .table-striped td div.checker {
  float: left;
  width: 16%;
  margin-top: 2px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
/* line 53, ../style/sass/modules/createuser/_profile-admin-view-accounts.scss */
.profile-admin-view-accounts .table-striped td label {
  float: left;
  width: 80%;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
/* line 56, ../style/sass/modules/createuser/_profile-admin-view-accounts.scss */
.profile-admin-view-accounts .table-striped td label span {
  color: #004b87 !important;
  font-size: 14px !important;
}
/* line 61, ../style/sass/modules/createuser/_profile-admin-view-accounts.scss */
.profile-admin-view-accounts .table-striped td label p {
  text-transform: none;
  font-family: "Effra Regular";
}
/* line 70, ../style/sass/modules/createuser/_profile-admin-view-accounts.scss */
.profile-admin-view-accounts .table-striped tbody tr:nth-of-type(odd) tr td {
  background: #fff !important;
}
/* line 75, ../style/sass/modules/createuser/_profile-admin-view-accounts.scss */
.profile-admin-view-accounts .table-striped tbody tr:nth-of-type(even) tr td {
  background: #F7FAFC !important;
}
/* line 83, ../style/sass/modules/createuser/_profile-admin-view-accounts.scss */
.profile-admin-view-accounts .content-container {
  background-color: #fff;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  overflow: hidden;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 20px;
  margin-left: 0;
}
/* line 88, ../style/sass/modules/createuser/_profile-admin-view-accounts.scss */
.profile-admin-view-accounts .content-container .selectall {
  padding-bottom: 15px;
}
/* line 91, ../style/sass/modules/createuser/_profile-admin-view-accounts.scss */
.profile-admin-view-accounts .content-container > p {
  font-size: 16px;
}
/* line 96, ../style/sass/modules/createuser/_profile-admin-view-accounts.scss */
.profile-admin-view-accounts fieldset.bottom-buttons {
  width: 100%;
}
/* line 102, ../style/sass/modules/createuser/_profile-admin-view-accounts.scss */
.profile-admin-view-accounts .button-container .secondary-btn {
  margin-top: 25px;
  margin-right: 30px;
  margin-left: 30px;
}
/* line 107, ../style/sass/modules/createuser/_profile-admin-view-accounts.scss */
.profile-admin-view-accounts .selectall span.required {
  float: right;
}

/* line 3, ../style/sass/modules/createuser/_profile-admin-view-user-roles.scss */
.profile-admin-view-user-roles {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
/* line 6, ../style/sass/modules/createuser/_profile-admin-view-user-roles.scss */
.profile-admin-view-user-roles .content-container {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
/* line 8, ../style/sass/modules/createuser/_profile-admin-view-user-roles.scss */
.profile-admin-view-user-roles .content-container > p {
  font-size: 16px;
}

/******************************************
1. administrator-dashboard.shtml
*******************************************/
/* line 6, ../style/sass/modules/dashboard/_administrator-dashboard.scss */
.admin-dashboard.page-content {
  background: #034779;
}
/* line 9, ../style/sass/modules/dashboard/_administrator-dashboard.scss */
.admin-dashboard h2 {
  color: #FFF;
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 30px;
  margin-left: 0;
}
@media (max-width: 1023px) {
  /* line 9, ../style/sass/modules/dashboard/_administrator-dashboard.scss */
  .admin-dashboard h2 {
    text-align: center;
    margin-top: 35px;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
  }
}
/* line 19, ../style/sass/modules/dashboard/_administrator-dashboard.scss */
.admin-dashboard .customer-assignment {
  width: 50%;
  float: left;
  color: #859199;
  text-align: center;
  background: #fff;
  margin-top: 55px;
  margin-right: 0;
  margin-bottom: 50px;
  margin-left: 0;
  border-right: 1px solid #e4e4e3;
}
@media (max-width: 1023px) {
  /* line 19, ../style/sass/modules/dashboard/_administrator-dashboard.scss */
  .admin-dashboard .customer-assignment {
    width: auto;
    float: none;
    margin-top: 25px;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
    border-radius: 4px;
  }
}
/* line 34, ../style/sass/modules/dashboard/_administrator-dashboard.scss */
.admin-dashboard .customer-assignment .primary-btn {
  margin-top: 60px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
@media (max-width: 1023px) {
  /* line 34, ../style/sass/modules/dashboard/_administrator-dashboard.scss */
  .admin-dashboard .customer-assignment .primary-btn {
    margin-top: 30px;
    margin-right: 0;
    margin-bottom: 50px;
    margin-left: 0;
  }
}
@media (max-width: 1023px) {
  /* line 40, ../style/sass/modules/dashboard/_administrator-dashboard.scss */
  .admin-dashboard .customer-assignment .primary-btn {
    margin-top: 30px;
    margin-right: 0;
    margin-bottom: 50px;
    margin-left: 0;
    width: auto;
  }
}
/* line 46, ../style/sass/modules/dashboard/_administrator-dashboard.scss */
.admin-dashboard .customer-assignment h3 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 25px;
  margin-left: 0;
}
@media (max-width: 1023px) {
  /* line 46, ../style/sass/modules/dashboard/_administrator-dashboard.scss */
  .admin-dashboard .customer-assignment h3 {
    padding-top: 40px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
/* line 52, ../style/sass/modules/dashboard/_administrator-dashboard.scss */
.admin-dashboard .customer-assignment ul {
  margin-top: 30px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
/* line 56, ../style/sass/modules/dashboard/_administrator-dashboard.scss */
.admin-dashboard .customer-assignment li:first-child {
  color: #71c4e6;
  font-size: 70px;
  line-height: 65px;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 63, ../style/sass/modules/dashboard/_administrator-dashboard.scss */
.admin-dashboard .customer-assignment li:nth-child(2) {
  color: #71c4e6;
  font-size: 15px;
  line-height: 25px;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 71, ../style/sass/modules/dashboard/_administrator-dashboard.scss */
.admin-dashboard .customer-assignment .cw-customer {
  margin-top: 65px;
  margin-right: 0;
  margin-bottom: 72px;
  margin-left: 0;
}
@media (max-width: 1023px) {
  /* line 71, ../style/sass/modules/dashboard/_administrator-dashboard.scss */
  .admin-dashboard .customer-assignment .cw-customer {
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 30px;
    margin-left: 0;
  }
}
/* line 78, ../style/sass/modules/dashboard/_administrator-dashboard.scss */
.admin-dashboard .article-outer {
  display: block;
  background: #fff;
  width: 100%;
  float: left;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 55px;
  margin-left: 0;
}
@media (max-width: 1023px) {
  /* line 78, ../style/sass/modules/dashboard/_administrator-dashboard.scss */
  .admin-dashboard .article-outer {
    background: none;
  }
}

/* css for manage user section */
/* line 93, ../style/sass/modules/dashboard/_administrator-dashboard.scss */
.admin-dashboard > div.manage-user {
  float: left;
  width: 100%;
  padding-top: 20px;
  padding-left: 30px;
  margin-bottom: 20px;
  background: #B9D9EB;
}
/* line 99, ../style/sass/modules/dashboard/_administrator-dashboard.scss */
.admin-dashboard > div.manage-user h3 {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
  color: #004b87;
}
/* line 104, ../style/sass/modules/dashboard/_administrator-dashboard.scss */
.admin-dashboard > div.manage-user > section.create-user {
  float: left;
  width: 100%;
  margin-top: -15px;
  margin-bottom: 20px;
}
/* line 108, ../style/sass/modules/dashboard/_administrator-dashboard.scss */
.admin-dashboard > div.manage-user > section.create-user > div {
  float: left;
  width: 22%;
  background: #fff;
  display: inline-block;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  text-align: center;
  margin-top: 20px;
  margin-right: 32px;
  margin-bottom: 9px;
  font-family: "Effra Medium";
  color: #034779;
  font-size: 16px;
  text-transform: uppercase;
}
/* line 119, ../style/sass/modules/dashboard/_administrator-dashboard.scss */
.admin-dashboard > div.manage-user > section.create-user > div span {
  font-size: 14px;
  color: #00A9E0;
}
/* line 123, ../style/sass/modules/dashboard/_administrator-dashboard.scss */
.admin-dashboard > div.manage-user > section.create-user > div span.count {
  display: block;
  font-size: 70px;
  font-family: "Effra Bold";
  font-weight: normal;
  line-height: 62px;
  margin-top: 12px;
}
/* line 132, ../style/sass/modules/dashboard/_administrator-dashboard.scss */
.admin-dashboard > div.manage-user > section.create-user > div > input {
  margin-top: 15px;
}
/* line 136, ../style/sass/modules/dashboard/_administrator-dashboard.scss */
.admin-dashboard > div.manage-user > section.create-user > div:nth-child(1), .admin-dashboard > div.manage-user > section.create-user > div:nth-child(5), .admin-dashboard > div.manage-user > section.create-user > div:nth-child(9), .admin-dashboard > div.manage-user > section.create-user > div:nth-child(13), .admin-dashboard > div.manage-user > section.create-user > div:nth-child(17) {
  clear: both;
}
/* line 141, ../style/sass/modules/dashboard/_administrator-dashboard.scss */
.admin-dashboard > div.manage-user > section.create-user > .button-container {
  float: right;
  width: 97.5%;
  background: none;
  color: black;
  padding-top: 5px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 12px;
  margin-right: 29px;
  margin-bottom: 0;
  margin-left: 0;
  text-align: right;
  border-top: 1px solid #999;
}

/******************************************
1. pdf-catalog.shtml
******************************************/
/* line 4, ../style/sass/modules/webCatalog/_pdf-catalog.scss */
.pdf-catalog {
  background: #ebeff2;
  float: left;
  width: 100%;
  /* tree view */
}
/* line 8, ../style/sass/modules/webCatalog/_pdf-catalog.scss */
.pdf-catalog .parent-ul {
  float: left;
}
/* line 10, ../style/sass/modules/webCatalog/_pdf-catalog.scss */
.pdf-catalog .parent-ul:last-child {
  padding-left: 5%;
  margin-top: 30px;
  margin-left: 5%;
}
@media (max-width: 1023px) {
  /* line 10, ../style/sass/modules/webCatalog/_pdf-catalog.scss */
  .pdf-catalog .parent-ul:last-child {
    width: 100%;
    margin: auto;
    border: none;
    margin-left: 5%;
    padding-left: 0;
  }
}
@media (max-width: 1023px) {
  /* line 8, ../style/sass/modules/webCatalog/_pdf-catalog.scss */
  .pdf-catalog .parent-ul {
    width: 100%;
  }
}
/* line 25, ../style/sass/modules/webCatalog/_pdf-catalog.scss */
.pdf-catalog .parent-ul li ul {
  margin-bottom: 17px;
  margin-left: -20px;
}
/* line 31, ../style/sass/modules/webCatalog/_pdf-catalog.scss */
.pdf-catalog .parent-ul.container-inner li:first-child {
  border-left: none;
}
/* line 37, ../style/sass/modules/webCatalog/_pdf-catalog.scss */
.pdf-catalog .clear {
  clear: both;
  width: 100%;
  float: left;
}
/* line 42, ../style/sass/modules/webCatalog/_pdf-catalog.scss */
.pdf-catalog .block-label {
  display: block;
  margin-top: 40px;
  margin-right: 0;
  margin-bottom: 10px;
  margin-left: 0;
}
/* line 48, ../style/sass/modules/webCatalog/_pdf-catalog.scss */
.pdf-catalog ul, .pdf-catalog li {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 8px;
}
@media (max-width: 1023px) {
  /* line 48, ../style/sass/modules/webCatalog/_pdf-catalog.scss */
  .pdf-catalog ul, .pdf-catalog li {
    line-height: normal;
  }
}
/* line 58, ../style/sass/modules/webCatalog/_pdf-catalog.scss */
.pdf-catalog li p {
  position: relative;
  top: 10px;
}
/* line 63, ../style/sass/modules/webCatalog/_pdf-catalog.scss */
.pdf-catalog .container-inner {
  border-bottom: 0px;
}
/* line 65, ../style/sass/modules/webCatalog/_pdf-catalog.scss */
.pdf-catalog .container-inner label {
  padding-bottom: 0;
}
/* line 68, ../style/sass/modules/webCatalog/_pdf-catalog.scss */
.pdf-catalog .container-inner li {
  border: 1px solid #ccc;
  border-width: 0 0 1px 1px;
  line-height: 1px;
  padding-left: 1em;
}
/* line 73, ../style/sass/modules/webCatalog/_pdf-catalog.scss */
.pdf-catalog .container-inner li label {
  margin: 0;
  width: 100%;
  background: #fff;
  position: relative;
  top: 5px;
}
/* line 80, ../style/sass/modules/webCatalog/_pdf-catalog.scss */
.pdf-catalog .container-inner li p {
  position: relative;
  top: 7px;
  left: 25px;
}
/* line 86, ../style/sass/modules/webCatalog/_pdf-catalog.scss */
.pdf-catalog .container-inner li .checker {
  top: 24px;
}
/* line 90, ../style/sass/modules/webCatalog/_pdf-catalog.scss */
.pdf-catalog li.empty {
  font-style: italic;
  color: silver;
  border-color: silver;
}
/* line 95, ../style/sass/modules/webCatalog/_pdf-catalog.scss */
.pdf-catalog li .checker {
  margin: 0;
  background: white;
  position: relative;
  top: 8px;
  z-index: 1;
}
/* line 101, ../style/sass/modules/webCatalog/_pdf-catalog.scss */
.pdf-catalog li .checker input {
  height: 20px;
}
/* line 105, ../style/sass/modules/webCatalog/_pdf-catalog.scss */
.pdf-catalog li ul {
  margin-left: -1em;
  padding-left: 2em;
}
/* line 109, ../style/sass/modules/webCatalog/_pdf-catalog.scss */
.pdf-catalog ul li:last-child ul {
  border-left: 1px solid white;
  margin-left: -17px;
}
/* line 113, ../style/sass/modules/webCatalog/_pdf-catalog.scss */
.pdf-catalog .subscribe {
  background: #f6f8f9;
  border: 1px solid #CCC;
  margin-top: 10px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: -15px;
  float: left;
  padding-left: 25px;
}
@media (min-width: 1024px) {
  /* line 113, ../style/sass/modules/webCatalog/_pdf-catalog.scss */
  .pdf-catalog .subscribe {
    height: 650px;
    overflow-y: scroll;
  }
}
@media (max-width: 1023px) {
  /* line 113, ../style/sass/modules/webCatalog/_pdf-catalog.scss */
  .pdf-catalog .subscribe {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    width: 100%;
  }
}
/* line 128, ../style/sass/modules/webCatalog/_pdf-catalog.scss */
.pdf-catalog .subscribe ul li {
  width: 50%;
  float: left;
}
@media (max-width: 1023px) {
  /* line 128, ../style/sass/modules/webCatalog/_pdf-catalog.scss */
  .pdf-catalog .subscribe ul li {
    width: auto;
    float: none;
  }
}
/* line 135, ../style/sass/modules/webCatalog/_pdf-catalog.scss */
.pdf-catalog .subscribe ul li li {
  width: auto;
  float: none;
}
/* line 141, ../style/sass/modules/webCatalog/_pdf-catalog.scss */
.pdf-catalog .subscribe h4 {
  color: #0984c6;
  text-transform: uppercase;
  font-size: 15px;
  font-family: Effra Regular;
  font-style: normal;
  font-weight: normal;
  margin-top: 20px;
}
/* line 149, ../style/sass/modules/webCatalog/_pdf-catalog.scss */
.pdf-catalog .subscribe .container-inner li label {
  background: #f6f8f9;
}
/* line 155, ../style/sass/modules/webCatalog/_pdf-catalog.scss */
.pdf-catalog .bottom-list {
  margin-top: 3%;
}
@media (max-width: 1023px) {
  /* line 155, ../style/sass/modules/webCatalog/_pdf-catalog.scss */
  .pdf-catalog .bottom-list {
    margin-top: 15%;
  }
}
/* line 162, ../style/sass/modules/webCatalog/_pdf-catalog.scss */
.pdf-catalog .order-filter {
  padding-top: 20px;
  padding-right: 22px;
  padding-left: 22px;
}
@media (min-width: 1024px) {
  /* line 162, ../style/sass/modules/webCatalog/_pdf-catalog.scss */
  .pdf-catalog .order-filter {
    float: left;
    width: 25%;
  }
}
@media (max-width: 1023px) {
  /* line 162, ../style/sass/modules/webCatalog/_pdf-catalog.scss */
  .pdf-catalog .order-filter {
    clear: both;
  }
}
/* line 175, ../style/sass/modules/webCatalog/_pdf-catalog.scss */
.pdf-catalog .content-col {
  background: #fff;
  padding-right: 30px;
  padding-bottom: 0;
  padding-left: 55px;
}
@media (min-width: 1024px) {
  /* line 175, ../style/sass/modules/webCatalog/_pdf-catalog.scss */
  .pdf-catalog .content-col {
    float: left;
    width: 75%;
  }
}
@media (max-width: 1023px) {
  /* line 175, ../style/sass/modules/webCatalog/_pdf-catalog.scss */
  .pdf-catalog .content-col {
    padding-top: 2%;
    padding-right: 15px;
    padding-bottom: 100px;
    padding-left: 15px;
  }
}
/* line 186, ../style/sass/modules/webCatalog/_pdf-catalog.scss */
.pdf-catalog .button-container {
  margin-bottom: 5%;
}

/******************************************
1. healthcare-facility.shtml
******************************************/
/* line 4, ../style/sass/modules/cardiocom/_healthcare-facility.scss */
.cardiocom-hf {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
/* line 5, ../style/sass/modules/cardiocom/_healthcare-facility.scss */
.cardiocom-hf input[readonly] {
  background-color: #fff;
  border: 1px solid transparent;
  padding-left: 0px;
  color: #004b87;
}
/* line 12, ../style/sass/modules/cardiocom/_healthcare-facility.scss */
.cardiocom-hf .choosePhysician_content .addressHiddenInputs input[readonly] {
  padding: 0px;
  margin: 0px;
  height: 25px;
}
/* line 19, ../style/sass/modules/cardiocom/_healthcare-facility.scss */
.cardiocom-hf .physicianSelection_content .searchPhysiciansBtn,
.cardiocom-hf .physicianSelection_content .searchPhysiciansNPIBtn,
.cardiocom-hf .physicianSelection_content .addPhysiciansBtn {
  width: auto;
  margin: 0% 2%;
}
/* line 25, ../style/sass/modules/cardiocom/_healthcare-facility.scss */
.cardiocom-hf .physicianSelection_content .searchPhysiciansClearBtn {
  width: 26%;
  margin: 0% 2% 0 0;
  float: right;
}
/* line 30, ../style/sass/modules/cardiocom/_healthcare-facility.scss */
.cardiocom-hf .physicianSelection_content .tableWrapper table {
  margin: 0px 0px 15px 0px;
}
/* line 35, ../style/sass/modules/cardiocom/_healthcare-facility.scss */
.cardiocom-hf .searchPhysician_content .searchPhysiciansBtn,
.cardiocom-hf .searchPhysician_content .searchPhysiciansNPIBtn {
  padding: 0 25px;
  float: right;
}
/* line 40, ../style/sass/modules/cardiocom/_healthcare-facility.scss */
.cardiocom-hf .searchPhysician_content .pagination p {
  font-size: 15px;
  padding: 0;
  color: #fff;
}
/* line 48, ../style/sass/modules/cardiocom/_healthcare-facility.scss */
.cardiocom-hf .steps div {
  float: none;
  left: auto;
}
/* line 51, ../style/sass/modules/cardiocom/_healthcare-facility.scss */
.cardiocom-hf .steps div a {
  float: none;
  right: auto;
}
/* line 54, ../style/sass/modules/cardiocom/_healthcare-facility.scss */
.cardiocom-hf .steps div a.last {
  width: 30px;
}
@media (max-width: 1023px) {
  /* line 58, ../style/sass/modules/cardiocom/_healthcare-facility.scss */
  .cardiocom-hf .steps div a:nth-child(3) {
    background-position: 0 -569px;
    width: 30px;
  }
}
/* line 67, ../style/sass/modules/cardiocom/_healthcare-facility.scss */
.cardiocom-hf .required {
  text-align: right;
  float: left;
  width: 89%;
  position: relative;
  top: 18px;
  right: 57px;
}
@media (max-width: 1023px) {
  /* line 67, ../style/sass/modules/cardiocom/_healthcare-facility.scss */
  .cardiocom-hf .required {
    width: 100%;
    top: 30px;
    right: 0;
  }
}
/* line 80, ../style/sass/modules/cardiocom/_healthcare-facility.scss */
.cardiocom-hf fieldset.add-physician {
  margin-top: 5%;
}
/* line 84, ../style/sass/modules/cardiocom/_healthcare-facility.scss */
.cardiocom-hf fieldset .tableWrapper h2 {
  font-size: 20px;
  color: #E35205;
}
/* line 89, ../style/sass/modules/cardiocom/_healthcare-facility.scss */
.cardiocom-hf fieldset .searchPhysician_content li:last-child {
  float: right;
}
@media (min-width: 1024px) {
  /* line 93, ../style/sass/modules/cardiocom/_healthcare-facility.scss */
  .cardiocom-hf fieldset.two-coll {
    width: 76%;
    margin-top: 3%;
    margin-right: 12%;
  }
  /* line 97, ../style/sass/modules/cardiocom/_healthcare-facility.scss */
  .cardiocom-hf fieldset.two-coll li {
    width: 45%;
    float: left;
    margin-right: 5%;
    min-height: 90px;
  }
  /* line 102, ../style/sass/modules/cardiocom/_healthcare-facility.scss */
  .cardiocom-hf fieldset.two-coll li:nth-child(3) {
    clear: both;
  }
  /* line 106, ../style/sass/modules/cardiocom/_healthcare-facility.scss */
  .cardiocom-hf fieldset.two-coll ul.physicianSelection li {
    min-height: 50px;
  }
}
/* line 111, ../style/sass/modules/cardiocom/_healthcare-facility.scss */
.cardiocom-hf fieldset ul.physicianSelection li {
  min-height: 50px;
}
/* line 112, ../style/sass/modules/cardiocom/_healthcare-facility.scss */
.cardiocom-hf fieldset .searchPhysician_content {
  display: none;
}
/* line 114, ../style/sass/modules/cardiocom/_healthcare-facility.scss */
.cardiocom-hf fieldset .searchPhysician_content li:first-child {
  float: none;
}
/* line 115, ../style/sass/modules/cardiocom/_healthcare-facility.scss */
.cardiocom-hf fieldset .searchPhysician_content li:last-child {
  float: right;
}
@media (max-width: 1023px) {
  /* line 117, ../style/sass/modules/cardiocom/_healthcare-facility.scss */
  .cardiocom-hf fieldset .searchPhysician_content li:last-child {
    float: none;
  }
}
/* line 125, ../style/sass/modules/cardiocom/_healthcare-facility.scss */
.cardiocom-hf fieldset .physicianSelection_content li.orSeparator {
  float: none;
  min-height: 20px;
  text-align: center;
  font-weight: bold;
}
/* line 128, ../style/sass/modules/cardiocom/_healthcare-facility.scss */
.cardiocom-hf .ps-hr {
  width: 95%;
}
@media (max-width: 1023px) {
  /* line 128, ../style/sass/modules/cardiocom/_healthcare-facility.scss */
  .cardiocom-hf .ps-hr {
    margin-top: 10px;
    width: 100%;
  }
}
/* line 136, ../style/sass/modules/cardiocom/_healthcare-facility.scss */
.cardiocom-hf .clear {
  clear: both;
  display: block;
  width: 50%;
}
@media (max-width: 1023px) {
  /* line 136, ../style/sass/modules/cardiocom/_healthcare-facility.scss */
  .cardiocom-hf .clear {
    width: 100%;
  }
}
/* line 143, ../style/sass/modules/cardiocom/_healthcare-facility.scss */
.cardiocom-hf .clear li {
  width: 42% !important;
}
@media (max-width: 1023px) {
  /* line 143, ../style/sass/modules/cardiocom/_healthcare-facility.scss */
  .cardiocom-hf .clear li {
    width: 100% !important;
    margin-bottom: 0px;
  }
}
/* line 152, ../style/sass/modules/cardiocom/_healthcare-facility.scss */
.cardiocom-hf .preferred-notification {
  clear: both;
}
/* line 157, ../style/sass/modules/cardiocom/_healthcare-facility.scss */
.cardiocom-hf fieldset {
  float: left;
  width: 36%;
}
/* line 159, ../style/sass/modules/cardiocom/_healthcare-facility.scss */
.cardiocom-hf fieldset ul.three-fields li {
  width: 28%;
  display: inline;
  clear: none !important;
  margin-right: 5%;
}
/* line 165, ../style/sass/modules/cardiocom/_healthcare-facility.scss */
.cardiocom-hf fieldset ul.three-fields li:nth-child(3) {
  margin-right: 0;
}
/* line 169, ../style/sass/modules/cardiocom/_healthcare-facility.scss */
.cardiocom-hf fieldset .inputLabel {
  line-height: 18px;
  font-size: 15px;
  color: #004b87;
  margin-bottom: 5px;
}
@media (min-width: 1024px) {
  /* line 157, ../style/sass/modules/cardiocom/_healthcare-facility.scss */
  .cardiocom-hf fieldset {
    margin-top: 0;
    margin-right: 5%;
    margin-left: 12%;
  }
}
/* line 179, ../style/sass/modules/cardiocom/_healthcare-facility.scss */
.cardiocom-hf fieldset legend {
  margin-bottom: 20px;
}
/* line 182, ../style/sass/modules/cardiocom/_healthcare-facility.scss */
.cardiocom-hf fieldset ul {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
/* line 186, ../style/sass/modules/cardiocom/_healthcare-facility.scss */
.cardiocom-hf fieldset ul li {
  list-style: none;
}
@media (max-width: 1023px) {
  /* line 186, ../style/sass/modules/cardiocom/_healthcare-facility.scss */
  .cardiocom-hf fieldset ul li {
    margin-bottom: 20px;
  }
}
@media (max-width: 1023px) {
  /* line 157, ../style/sass/modules/cardiocom/_healthcare-facility.scss */
  .cardiocom-hf fieldset {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
/* line 198, ../style/sass/modules/cardiocom/_healthcare-facility.scss */
.cardiocom-hf fieldset label {
  display: block;
}
/* line 200, ../style/sass/modules/cardiocom/_healthcare-facility.scss */
.cardiocom-hf fieldset label.inline {
  display: inline;
}
/* line 205, ../style/sass/modules/cardiocom/_healthcare-facility.scss */
.cardiocom-hf fieldset input {
  width: 100%;
}
@media (min-width: 1024px) {
  /* line 209, ../style/sass/modules/cardiocom/_healthcare-facility.scss */
  .cardiocom-hf .add-phy {
    clear: both;
    float: right;
    margin-top: 39px;
    margin-right: 0px;
    margin-bottom: 0px;
  }
}
/* line 215, ../style/sass/modules/cardiocom/_healthcare-facility.scss */
.cardiocom-hf .add-phy a {
  height: 46px;
  line-height: 44px;
}
/* line 223, ../style/sass/modules/cardiocom/_healthcare-facility.scss */
.cardiocom-hf .cardiocom-button-container a {
  display: block;
  width: 6%;
  margin: 20px auto;
}
@media (max-width: 1023px) {
  /* line 223, ../style/sass/modules/cardiocom/_healthcare-facility.scss */
  .cardiocom-hf .cardiocom-button-container a {
    float: none !important;
    margin: 97px auto;
  }
}

/* Popup Style */
/* line 243, ../style/sass/modules/cardiocom/_healthcare-facility.scss */
#addNewProviderform .pop-header .two-coll {
  margin-top: 13px;
}
/* line 248, ../style/sass/modules/cardiocom/_healthcare-facility.scss */
#addNewProviderform li:first-child {
  clear: both !important;
}
/* line 252, ../style/sass/modules/cardiocom/_healthcare-facility.scss */
#addNewProviderform ul.address-details-section li:nth-child(2) {
  width: 25% !important;
}
@media (max-width: 1023px) {
  /* line 252, ../style/sass/modules/cardiocom/_healthcare-facility.scss */
  #addNewProviderform ul.address-details-section li:nth-child(2) {
    width: 100% !important;
  }
}
/* line 258, ../style/sass/modules/cardiocom/_healthcare-facility.scss */
#addNewProviderform ul.address-details-section li:nth-child(3) {
  width: 15% !important;
}
@media (max-width: 1023px) {
  /* line 258, ../style/sass/modules/cardiocom/_healthcare-facility.scss */
  #addNewProviderform ul.address-details-section li:nth-child(3) {
    width: 100% !important;
  }
}

/******************************************
1. payment-insurance.shtml
******************************************/
/* line 4, ../style/sass/modules/cardiocom/_payment-insurance.scss */
.cardiocom-pi {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
/* line 6, ../style/sass/modules/cardiocom/_payment-insurance.scss */
.cardiocom-pi .steps div {
  float: none;
  left: auto;
}
/* line 9, ../style/sass/modules/cardiocom/_payment-insurance.scss */
.cardiocom-pi .steps div a {
  float: none;
  right: auto;
}
/* line 12, ../style/sass/modules/cardiocom/_payment-insurance.scss */
.cardiocom-pi .steps div a.last {
  width: 30px;
}
@media (max-width: 1023px) {
  /* line 16, ../style/sass/modules/cardiocom/_payment-insurance.scss */
  .cardiocom-pi .steps div a:nth-child(4) {
    background-position: 0 -569px;
    width: 30px;
  }
}
/* line 25, ../style/sass/modules/cardiocom/_payment-insurance.scss */
.cardiocom-pi .clear {
  clear: both;
  width: 100%;
  float: left;
}
/* line 31, ../style/sass/modules/cardiocom/_payment-insurance.scss */
.cardiocom-pi .required {
  text-align: right;
  float: left;
  width: 89%;
  position: relative;
  top: 60px;
  right: 57px;
}
@media (max-width: 1023px) {
  /* line 31, ../style/sass/modules/cardiocom/_payment-insurance.scss */
  .cardiocom-pi .required {
    width: 100%;
    top: 30px;
    right: 0;
  }
}
/* line 44, ../style/sass/modules/cardiocom/_payment-insurance.scss */
.cardiocom-pi fieldset.three-coll {
  width: 80%;
  color: #859199;
  font-size: 1.143em;
}
@media (max-width: 1023px) {
  /* line 44, ../style/sass/modules/cardiocom/_payment-insurance.scss */
  .cardiocom-pi fieldset.three-coll {
    margin-bottom: 5%;
  }
}
/* line 51, ../style/sass/modules/cardiocom/_payment-insurance.scss */
.cardiocom-pi fieldset.three-coll div {
  margin-top: 9px;
  margin-right: 0;
  margin-bottom: 7px;
  margin-left: 0;
  font-size: 16px;
  font-family: effra light;
}
/* line 56, ../style/sass/modules/cardiocom/_payment-insurance.scss */
.cardiocom-pi fieldset.three-coll li {
  float: left;
  margin-top: 0;
  margin-right: 3%;
  margin-bottom: 0;
  margin-left: 0;
}
@media (max-width: 1023px) {
  /* line 56, ../style/sass/modules/cardiocom/_payment-insurance.scss */
  .cardiocom-pi fieldset.three-coll li {
    display: block;
    width: 100%;
  }
}
/* line 64, ../style/sass/modules/cardiocom/_payment-insurance.scss */
.cardiocom-pi fieldset.three-coll label {
  display: inline;
  line-height: 40px;
  float: none;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 3px;
  float: none;
}
@media (min-width: 1024px) {
  /* line 74, ../style/sass/modules/cardiocom/_payment-insurance.scss */
  .cardiocom-pi fieldset.two-coll {
    margin-top: 3%;
    width: 76%;
    margin-right: 12%;
  }
  /* line 79, ../style/sass/modules/cardiocom/_payment-insurance.scss */
  .cardiocom-pi fieldset.two-coll li {
    width: 45%;
    float: left;
    margin-right: 5%;
    min-height: 90px;
  }
}
/* line 88, ../style/sass/modules/cardiocom/_payment-insurance.scss */
.cardiocom-pi .ps-hr, .cardiocom-pi .yellow-box {
  margin-top: 1.2%;
  margin-right: 11%;
  margin-bottom: 0;
  margin-left: 11%;
  clear: both;
  float: left;
  width: 78%;
}
@media (max-width: 1023px) {
  /* line 88, ../style/sass/modules/cardiocom/_payment-insurance.scss */
  .cardiocom-pi .ps-hr, .cardiocom-pi .yellow-box {
    width: 100%;
    margin-top: 1.5%;
    margin-right: 0;
    margin-bottom: 30px;
    margin-left: 0;
  }
}
/* line 97, ../style/sass/modules/cardiocom/_payment-insurance.scss */
.cardiocom-pi .ps-hr {
  margin-top: 0.5%;
}
/* line 101, ../style/sass/modules/cardiocom/_payment-insurance.scss */
.cardiocom-pi fieldset {
  float: left;
  width: 36%;
}
@media (min-width: 1024px) {
  /* line 101, ../style/sass/modules/cardiocom/_payment-insurance.scss */
  .cardiocom-pi fieldset {
    margin-top: 0;
    margin-right: 5%;
    margin-left: 12%;
  }
}
/* line 106, ../style/sass/modules/cardiocom/_payment-insurance.scss */
.cardiocom-pi fieldset legend {
  margin-bottom: 20px;
}
/* line 109, ../style/sass/modules/cardiocom/_payment-insurance.scss */
.cardiocom-pi fieldset ul li {
  list-style: none;
}
@media (max-width: 1023px) {
  /* line 109, ../style/sass/modules/cardiocom/_payment-insurance.scss */
  .cardiocom-pi fieldset ul li {
    margin-bottom: 20px;
  }
}
@media (max-width: 1023px) {
  /* line 101, ../style/sass/modules/cardiocom/_payment-insurance.scss */
  .cardiocom-pi fieldset {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
/* line 120, ../style/sass/modules/cardiocom/_payment-insurance.scss */
.cardiocom-pi fieldset label {
  display: block;
}
/* line 123, ../style/sass/modules/cardiocom/_payment-insurance.scss */
.cardiocom-pi fieldset input {
  width: 100%;
}
@media (min-width: 1024px) {
  /* line 129, ../style/sass/modules/cardiocom/_payment-insurance.scss */
  .cardiocom-pi .small-slelect li {
    width: 60%;
  }
}
@media (min-width: 1024px) {
  /* line 134, ../style/sass/modules/cardiocom/_payment-insurance.scss */
  .cardiocom-pi .small-slelect legend {
    margin-top: 50px;
    float: left;
  }
}
/* line 142, ../style/sass/modules/cardiocom/_payment-insurance.scss */
.cardiocom-pi .yellow-box {
  background: #E35205;
  color: #fff;
  padding-top: 2%;
  padding-right: 1%;
  padding-bottom: 2%;
  padding-left: 1%;
}
/* line 148, ../style/sass/modules/cardiocom/_payment-insurance.scss */
.cardiocom-pi .text-link {
  margin-top: 2%;
  margin-right: 0;
  margin-bottom: 2%;
  margin-left: 0;
}
@media (max-width: 1023px) {
  /* line 148, ../style/sass/modules/cardiocom/_payment-insurance.scss */
  .cardiocom-pi .text-link {
    margin-top: 0;
  }
}
@media (max-width: 1023px) {
  /* line 154, ../style/sass/modules/cardiocom/_payment-insurance.scss */
  .cardiocom-pi .top-heading {
    float: left;
    margin-top: 40px;
  }
}
/* line 162, ../style/sass/modules/cardiocom/_payment-insurance.scss */
.cardiocom-pi .checkout-details-bottom hr {
  width: 33%;
}
/* line 165, ../style/sass/modules/cardiocom/_payment-insurance.scss */
.cardiocom-pi .checkout-details-bottom a.secondary-btn {
  margin: 30px auto;
}

/******************************************
1. patient-information.shtml
******************************************/
/* line 4, ../style/sass/modules/cardiocom/_patient-information.scss */
.patch-patient fieldset.three-coll, .patch-patient fieldset.two-coll .three-coll, .cardiocom-patient fieldset.three-coll, .cardiocom-patient fieldset.two-coll .three-coll {
  color: #69757b;
  text-transform: uppercase;
  font-size: 1.143em;
}
@media (min-width: 1024px) {
  /* line 4, ../style/sass/modules/cardiocom/_patient-information.scss */
  .patch-patient fieldset.three-coll, .patch-patient fieldset.two-coll .three-coll, .cardiocom-patient fieldset.three-coll, .cardiocom-patient fieldset.two-coll .three-coll {
    width: 80%;
  }
  /* line 7, ../style/sass/modules/cardiocom/_patient-information.scss */
  .patch-patient fieldset.three-coll:last-child, .patch-patient fieldset.two-coll .three-coll:last-child, .cardiocom-patient fieldset.three-coll:last-child, .cardiocom-patient fieldset.two-coll .three-coll:last-child {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  /* line 4, ../style/sass/modules/cardiocom/_patient-information.scss */
  .patch-patient fieldset.three-coll, .patch-patient fieldset.two-coll .three-coll, .cardiocom-patient fieldset.three-coll, .cardiocom-patient fieldset.two-coll .three-coll {
    margin-bottom: 5%;
  }
}
/* line 17, ../style/sass/modules/cardiocom/_patient-information.scss */
.patch-patient fieldset.three-coll div, .patch-patient fieldset.two-coll .three-coll div, .cardiocom-patient fieldset.three-coll div, .cardiocom-patient fieldset.two-coll .three-coll div {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 7px;
  margin-left: 0;
  float: left;
  display: inline;
  text-transform: capitalize;
  line-height: 20px;
  font-family: "Effra Light";
}
/* line 26, ../style/sass/modules/cardiocom/_patient-information.scss */
.patch-patient fieldset.three-coll ul, .patch-patient fieldset.two-coll .three-coll ul, .cardiocom-patient fieldset.three-coll ul, .cardiocom-patient fieldset.two-coll .three-coll ul {
  float: left;
  width: 100%;
}
/* line 32, ../style/sass/modules/cardiocom/_patient-information.scss */
.patch-patient fieldset.diagnosis.three-coll ul, .patch-patient fieldset.two-coll .diagnosis.three-coll ul, .cardiocom-patient fieldset.diagnosis.three-coll ul, .cardiocom-patient fieldset.two-coll .diagnosis.three-coll ul {
  margin-top: 7px;
}
@media (max-width: 1023px) {
  /* line 34, ../style/sass/modules/cardiocom/_patient-information.scss */
  .patch-patient fieldset.diagnosis.three-coll ul li div.radio, .patch-patient fieldset.two-coll .diagnosis.three-coll ul li div.radio, .cardiocom-patient fieldset.diagnosis.three-coll ul li div.radio, .cardiocom-patient fieldset.two-coll .diagnosis.three-coll ul li div.radio {
    clear: both;
  }
}
/* line 40, ../style/sass/modules/cardiocom/_patient-information.scss */
.patch-patient fieldset.diagnosis.three-coll label.error, .patch-patient fieldset.two-coll .diagnosis.three-coll label.error, .cardiocom-patient fieldset.diagnosis.three-coll label.error, .cardiocom-patient fieldset.two-coll .diagnosis.three-coll label.error {
  position: absolute;
  display: block;
  margin-top: 22px;
}
@media (max-width: 1023px) {
  /* line 40, ../style/sass/modules/cardiocom/_patient-information.scss */
  .patch-patient fieldset.diagnosis.three-coll label.error, .patch-patient fieldset.two-coll .diagnosis.three-coll label.error, .cardiocom-patient fieldset.diagnosis.three-coll label.error, .cardiocom-patient fieldset.two-coll .diagnosis.three-coll label.error {
    margin-top: 10px;
  }
}
/* line 49, ../style/sass/modules/cardiocom/_patient-information.scss */
.patch-patient fieldset.three-coll p.ICDCodes, .patch-patient fieldset.two-coll .three-coll p.ICDCodes, .cardiocom-patient fieldset.three-coll p.ICDCodes, .cardiocom-patient fieldset.two-coll .three-coll p.ICDCodes {
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
}
/* line 54, ../style/sass/modules/cardiocom/_patient-information.scss */
.patch-patient fieldset.three-coll li, .patch-patient fieldset.two-coll .three-coll li, .cardiocom-patient fieldset.three-coll li, .cardiocom-patient fieldset.two-coll .three-coll li {
  margin-top: 0;
  margin-right: 3%;
  margin-bottom: 10px;
  margin-left: 0;
}
@media (min-width: 1024px) {
  /* line 54, ../style/sass/modules/cardiocom/_patient-information.scss */
  .patch-patient fieldset.three-coll li, .patch-patient fieldset.two-coll .three-coll li, .cardiocom-patient fieldset.three-coll li, .cardiocom-patient fieldset.two-coll .three-coll li {
    float: left;
    width: 30%;
  }
  /* line 58, ../style/sass/modules/cardiocom/_patient-information.scss */
  .patch-patient fieldset.three-coll li:nth-child(1), .patch-patient fieldset.two-coll .three-coll li:nth-child(1), .cardiocom-patient fieldset.three-coll li:nth-child(1), .cardiocom-patient fieldset.two-coll .three-coll li:nth-child(1), .patch-patient fieldset.three-coll li:nth-child(4), .patch-patient fieldset.two-coll .three-coll li:nth-child(4), .cardiocom-patient fieldset.three-coll li:nth-child(4), .cardiocom-patient fieldset.two-coll .three-coll li:nth-child(4), .patch-patient fieldset.three-coll li:nth-child(7), .patch-patient fieldset.two-coll .three-coll li:nth-child(7), .cardiocom-patient fieldset.three-coll li:nth-child(7), .cardiocom-patient fieldset.two-coll .three-coll li:nth-child(7), .patch-patient fieldset.three-coll li:nth-child(10), .patch-patient fieldset.two-coll .three-coll li:nth-child(10), .cardiocom-patient fieldset.three-coll li:nth-child(10), .cardiocom-patient fieldset.two-coll .three-coll li:nth-child(10), .patch-patient fieldset.three-coll li:nth-child(13), .patch-patient fieldset.two-coll .three-coll li:nth-child(13), .cardiocom-patient fieldset.three-coll li:nth-child(13), .cardiocom-patient fieldset.two-coll .three-coll li:nth-child(13), .patch-patient fieldset.three-coll li:nth-child(16), .patch-patient fieldset.two-coll .three-coll li:nth-child(16), .cardiocom-patient fieldset.three-coll li:nth-child(16), .cardiocom-patient fieldset.two-coll .three-coll li:nth-child(16), .patch-patient fieldset.three-coll li:nth-child(19), .patch-patient fieldset.two-coll .three-coll li:nth-child(19), .cardiocom-patient fieldset.three-coll li:nth-child(19), .cardiocom-patient fieldset.two-coll .three-coll li:nth-child(19) {
    clear: both;
  }
  /* line 62, ../style/sass/modules/cardiocom/_patient-information.scss */
  .patch-patient fieldset.three-coll li div.radio, .patch-patient fieldset.two-coll .three-coll li div.radio, .cardiocom-patient fieldset.three-coll li div.radio, .cardiocom-patient fieldset.two-coll .three-coll li div.radio {
    width: 10%;
    float: left;
  }
}
@media (max-width: 1023px) {
  /* line 54, ../style/sass/modules/cardiocom/_patient-information.scss */
  .patch-patient fieldset.three-coll li, .patch-patient fieldset.two-coll .three-coll li, .cardiocom-patient fieldset.three-coll li, .cardiocom-patient fieldset.two-coll .three-coll li {
    display: table-row;
  }
  /* line 69, ../style/sass/modules/cardiocom/_patient-information.scss */
  .patch-patient fieldset.three-coll li div.radio, .patch-patient fieldset.two-coll .three-coll li div.radio, .cardiocom-patient fieldset.three-coll li div.radio, .cardiocom-patient fieldset.two-coll .three-coll li div.radio, .patch-patient fieldset.three-coll li div.radio + label, .patch-patient fieldset.two-coll .three-coll li div.radio + label, .cardiocom-patient fieldset.three-coll li div.radio + label, .cardiocom-patient fieldset.two-coll .three-coll li div.radio + label {
    display: table-cell;
    vertical-align: middle;
    margin-bottom: 0;
  }
  /* line 74, ../style/sass/modules/cardiocom/_patient-information.scss */
  .patch-patient fieldset.three-coll li div.radio + label, .patch-patient fieldset.two-coll .three-coll li div.radio + label, .cardiocom-patient fieldset.three-coll li div.radio + label, .cardiocom-patient fieldset.two-coll .three-coll li div.radio + label {
    width: auto;
  }
}
/* line 81, ../style/sass/modules/cardiocom/_patient-information.scss */
.patch-patient fieldset.three-coll label, .patch-patient fieldset.two-coll .three-coll label, .cardiocom-patient fieldset.three-coll label, .cardiocom-patient fieldset.two-coll .three-coll label {
  width: 75%;
  vertical-align: inherit;
  text-transform: capitalize !important;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 3px;
}
/* line 87, ../style/sass/modules/cardiocom/_patient-information.scss */
.patch-patient fieldset.three-coll label.error, .patch-patient fieldset.two-coll .three-coll label.error, .cardiocom-patient fieldset.three-coll label.error, .cardiocom-patient fieldset.two-coll .three-coll label.error {
  text-transform: none !important;
}

/* line 93, ../style/sass/modules/cardiocom/_patient-information.scss */
ul.diagnosis-options.group-radio li label {
  font-family: "Effra Regular";
  color: #859199;
}

/* line 99, ../style/sass/modules/cardiocom/_patient-information.scss */
.cardiocom-patient {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
/* line 100, ../style/sass/modules/cardiocom/_patient-information.scss */
.cardiocom-patient fieldset.secondary-diagnosis {
  width: 81%;
}
@media (max-width: 1023px) {
  /* line 100, ../style/sass/modules/cardiocom/_patient-information.scss */
  .cardiocom-patient fieldset.secondary-diagnosis {
    width: 100%;
  }
}
/* line 105, ../style/sass/modules/cardiocom/_patient-information.scss */
.cardiocom-patient fieldset.secondary-diagnosis fieldset.diagnosis {
  margin-left: 0px;
}
/* line 109, ../style/sass/modules/cardiocom/_patient-information.scss */
.cardiocom-patient .serial-number-format {
  text-transform: uppercase;
}
/* line 113, ../style/sass/modules/cardiocom/_patient-information.scss */
.cardiocom-patient .steps div {
  float: none;
  left: auto;
}
/* line 116, ../style/sass/modules/cardiocom/_patient-information.scss */
.cardiocom-patient .steps div a {
  float: none;
  right: auto;
}
/* line 119, ../style/sass/modules/cardiocom/_patient-information.scss */
.cardiocom-patient .steps div a.last {
  width: 30px;
}
@media (max-width: 1023px) {
  /* line 123, ../style/sass/modules/cardiocom/_patient-information.scss */
  .cardiocom-patient .steps div a:nth-child(3) {
    background-position: 0 -569px;
    width: 30px;
  }
}
/* line 132, ../style/sass/modules/cardiocom/_patient-information.scss */
.cardiocom-patient .clear {
  clear: both;
  width: 100%;
  float: left;
}
/* line 137, ../style/sass/modules/cardiocom/_patient-information.scss */
.cardiocom-patient .required {
  text-align: right;
  float: left;
  width: 89%;
  position: relative;
  top: 60px;
  right: 57px;
}
@media (max-width: 1023px) {
  /* line 137, ../style/sass/modules/cardiocom/_patient-information.scss */
  .cardiocom-patient .required {
    width: 100%;
    top: 30px;
    right: 0;
  }
}
@media (min-width: 1024px) {
  /* line 154, ../style/sass/modules/cardiocom/_patient-information.scss */
  .cardiocom-patient fieldset.two-coll {
    width: 76%;
  }
  /* line 158, ../style/sass/modules/cardiocom/_patient-information.scss */
  .cardiocom-patient fieldset.two-coll li {
    float: left;
    width: 45%;
    margin-right: 5%;
    margin-bottom: 5px;
  }
  /* line 161, ../style/sass/modules/cardiocom/_patient-information.scss */
  .cardiocom-patient fieldset.two-coll li:nth-child(odd) {
    clear: both;
  }
  /* line 165, ../style/sass/modules/cardiocom/_patient-information.scss */
  .cardiocom-patient fieldset.two-coll li li {
    width: 47.5%;
  }
  /* line 167, ../style/sass/modules/cardiocom/_patient-information.scss */
  .cardiocom-patient fieldset.two-coll li li:nth-child(even) {
    margin-right: 0;
  }
  /* line 170, ../style/sass/modules/cardiocom/_patient-information.scss */
  .cardiocom-patient fieldset.two-coll li li:nth-child(odd) {
    clear: both;
  }
}
/* line 178, ../style/sass/modules/cardiocom/_patient-information.scss */
.cardiocom-patient fieldset.two-coll .three-coll {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
/* line 182, ../style/sass/modules/cardiocom/_patient-information.scss */
.cardiocom-patient fieldset.two-coll fieldset {
  margin-top: 20px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  width: 100%;
}
/* line 189, ../style/sass/modules/cardiocom/_patient-information.scss */
.cardiocom-patient .ps-hr {
  margin-top: 4%;
  margin-right: 11%;
  margin-bottom: 4%;
  margin-left: 11%;
  clear: both;
  float: left;
  width: 78%;
}
@media (max-width: 1023px) {
  /* line 189, ../style/sass/modules/cardiocom/_patient-information.scss */
  .cardiocom-patient .ps-hr {
    width: 100%;
    margin-top: 35px;
    margin-right: 0;
    margin-bottom: 30px;
    margin-left: 0;
  }
}
/* line 199, ../style/sass/modules/cardiocom/_patient-information.scss */
.cardiocom-patient fieldset {
  float: left;
  width: 36%;
}
@media (min-width: 1024px) {
  /* line 199, ../style/sass/modules/cardiocom/_patient-information.scss */
  .cardiocom-patient fieldset {
    margin-top: 0;
    margin-right: 5%;
    margin-left: 12%;
  }
}
/* line 204, ../style/sass/modules/cardiocom/_patient-information.scss */
.cardiocom-patient fieldset legend {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  /* line 207, ../style/sass/modules/cardiocom/_patient-information.scss */
  .cardiocom-patient fieldset legend.top-heading {
    margin-top: 30px;
    float: left;
  }
}
/* line 214, ../style/sass/modules/cardiocom/_patient-information.scss */
.cardiocom-patient fieldset ul li {
  list-style: none;
}
@media (max-width: 1023px) {
  /* line 214, ../style/sass/modules/cardiocom/_patient-information.scss */
  .cardiocom-patient fieldset ul li {
    margin-bottom: 10px;
  }
}
@media (max-width: 1023px) {
  /* line 219, ../style/sass/modules/cardiocom/_patient-information.scss */
  .cardiocom-patient fieldset ul li #hospitalAccountState + span {
    margin-bottom: 10px;
  }
}
@media (max-width: 1023px) {
  /* line 224, ../style/sass/modules/cardiocom/_patient-information.scss */
  .cardiocom-patient fieldset ul li #country + span {
    margin-bottom: 16px;
  }
}
@media (max-width: 1023px) {
  /* line 199, ../style/sass/modules/cardiocom/_patient-information.scss */
  .cardiocom-patient fieldset {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
/* line 235, ../style/sass/modules/cardiocom/_patient-information.scss */
.cardiocom-patient fieldset input {
  width: 100%;
}
/* line 240, ../style/sass/modules/cardiocom/_patient-information.scss */
.cardiocom-patient .additional {
  line-height: 30px;
}
/* line 243, ../style/sass/modules/cardiocom/_patient-information.scss */
.cardiocom-patient .additional span {
  float: left;
  margin-right: 15px;
}
/* line 248, ../style/sass/modules/cardiocom/_patient-information.scss */
.cardiocom-patient .additional i {
  color: #859199;
}
/* line 253, ../style/sass/modules/cardiocom/_patient-information.scss */
.cardiocom-patient .full-bleed {
  margin-bottom: 30px;
  margin-right: 0;
  position: relative;
}
@media (min-width: 1024px) {
  /* line 253, ../style/sass/modules/cardiocom/_patient-information.scss */
  .cardiocom-patient .full-bleed {
    width: 76%;
  }
}
/* line 261, ../style/sass/modules/cardiocom/_patient-information.scss */
.cardiocom-patient .full-bleed .checker {
  float: left;
  margin-top: 11px;
  position: absolute;
}
/* line 266, ../style/sass/modules/cardiocom/_patient-information.scss */
.cardiocom-patient .full-bleed label {
  padding-left: 35px;
  color: #859199;
}
/* line 271, ../style/sass/modules/cardiocom/_patient-information.scss */
.cardiocom-patient .text-link {
  margin-top: 2%;
  margin-right: 0;
  margin-bottom: 2%;
  margin-left: 0;
}
@media (max-width: 1023px) {
  /* line 271, ../style/sass/modules/cardiocom/_patient-information.scss */
  .cardiocom-patient .text-link {
    margin-top: 0;
  }
}
/* line 278, ../style/sass/modules/cardiocom/_patient-information.scss */
.cardiocom-patient .gen-style, .cardiocom-patient .months {
  color: #69757b;
  font-size: 1.143em;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
}
@media (min-width: 1024px) {
  /* line 278, ../style/sass/modules/cardiocom/_patient-information.scss */
  .cardiocom-patient .gen-style, .cardiocom-patient .months {
    margin-top: 15px;
  }
}
@media (max-width: 1023px) {
  /* line 286, ../style/sass/modules/cardiocom/_patient-information.scss */
  .cardiocom-patient .gen-style {
    margin-bottom: 16px;
  }
}
/* line 294, ../style/sass/modules/cardiocom/_patient-information.scss */
.cardiocom-patient .gender ul li div.radio {
  display: inline !important;
}
/* line 297, ../style/sass/modules/cardiocom/_patient-information.scss */
.cardiocom-patient .gender ul li label {
  display: inline-block !important;
  vertical-align: top !important;
  margin-top: 3px !important;
}
/* line 305, ../style/sass/modules/cardiocom/_patient-information.scss */
.cardiocom-patient .block-display {
  display: block;
}
@media (max-width: 1023px) {
  /* line 305, ../style/sass/modules/cardiocom/_patient-information.scss */
  .cardiocom-patient .block-display {
    margin-top: 25px;
  }
}
/* line 313, ../style/sass/modules/cardiocom/_patient-information.scss */
.cardiocom-patient .diagnosis label {
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  color: #859199;
}
/* line 319, ../style/sass/modules/cardiocom/_patient-information.scss */
.cardiocom-patient .gray {
  color: #69757b;
  font-size: 1.143em;
}
@media (max-width: 1023px) {
  /* line 319, ../style/sass/modules/cardiocom/_patient-information.scss */
  .cardiocom-patient .gray {
    margin-bottom: 14px;
  }
}
/* line 330, ../style/sass/modules/cardiocom/_patient-information.scss */
.cardiocom-patient .device-information li:nth-child(5), .cardiocom-patient .device-information li:nth-child(6) {
  width: 100%;
}
/* line 332, ../style/sass/modules/cardiocom/_patient-information.scss */
.cardiocom-patient .device-information li:nth-child(5) .two-coll, .cardiocom-patient .device-information li:nth-child(6) .two-coll {
  width: 45%;
}
@media (max-width: 1023px) {
  /* line 332, ../style/sass/modules/cardiocom/_patient-information.scss */
  .cardiocom-patient .device-information li:nth-child(5) .two-coll, .cardiocom-patient .device-information li:nth-child(6) .two-coll {
    width: 100%;
  }
}
/* line 338, ../style/sass/modules/cardiocom/_patient-information.scss */
.cardiocom-patient .device-information li:nth-child(5) .two-coll .carelink-home.group-radio li, .cardiocom-patient .device-information li:nth-child(6) .two-coll .carelink-home.group-radio li {
  width: auto;
}
/* line 340, ../style/sass/modules/cardiocom/_patient-information.scss */
.cardiocom-patient .device-information li:nth-child(5) .two-coll .carelink-home.group-radio li label, .cardiocom-patient .device-information li:nth-child(6) .two-coll .carelink-home.group-radio li label {
  width: auto;
}
/* line 342, ../style/sass/modules/cardiocom/_patient-information.scss */
.cardiocom-patient .device-information li:nth-child(5) .two-coll .carelink-home.group-radio li label.error-msg, .cardiocom-patient .device-information li:nth-child(6) .two-coll .carelink-home.group-radio li label.error-msg {
  position: absolute;
  margin-left: 22px;
}
@media (max-width: 1023px) {
  /* line 342, ../style/sass/modules/cardiocom/_patient-information.scss */
  .cardiocom-patient .device-information li:nth-child(5) .two-coll .carelink-home.group-radio li label.error-msg, .cardiocom-patient .device-information li:nth-child(6) .two-coll .carelink-home.group-radio li label.error-msg {
    width: 96%;
    display: block;
    margin-top: -10px;
  }
}
/* line 356, ../style/sass/modules/cardiocom/_patient-information.scss */
.cardiocom-patient .device-information li .three-coll ul li {
  width: auto;
  float: left;
  margin-right: 6%;
  clear: none;
}
@media (max-width: 1023px) {
  /* line 356, ../style/sass/modules/cardiocom/_patient-information.scss */
  .cardiocom-patient .device-information li .three-coll ul li {
    width: 100%;
  }
}
/* line 365, ../style/sass/modules/cardiocom/_patient-information.scss */
.cardiocom-patient .device-information li .three-coll ul li label {
  float: left;
  width: auto;
}
/* line 372, ../style/sass/modules/cardiocom/_patient-information.scss */
.cardiocom-patient .carelink-home div.radio {
  display: inline;
  vertical-align: top;
  margin-right: 0px;
}
/* line 377, ../style/sass/modules/cardiocom/_patient-information.scss */
.cardiocom-patient .carelink-home label {
  width: 87%;
  vertical-align: top;
  margin-top: 3px;
}
/* line 385, ../style/sass/modules/cardiocom/_patient-information.scss */
.cardiocom-patient .checkout-details-bottom hr.hidden-xs, .cardiocom-patient .checkout-details-bottom hr.breadcrumb, .cardiocom-patient .checkout-details-bottom hr.search-filter {
  width: 33%;
}
/* line 388, ../style/sass/modules/cardiocom/_patient-information.scss */
.cardiocom-patient .checkout-details-bottom a.secondary-btn {
  display: inline-block;
  margin: 10px auto;
}

/* line 395, ../style/sass/modules/cardiocom/_patient-information.scss */
.lm-error {
  float: left;
}

/******************************************
1. Linq patient and hospital
******************************************/
/* line 6, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-PH .patient-info {
  padding-top: 0;
  padding-right: 14%;
  padding-bottom: 30px;
  padding-left: 14%;
  overflow: auto;
  width: 100%;
}
@media (max-width: 1023px) {
  /* line 6, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
  .linq-PH .patient-info {
    padding-top: 15%;
    padding-right: 5%;
    padding-bottom: 20px;
    padding-left: 5%;
  }
}
/* line 14, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-PH .patient-info .basic-patient-details {
  padding-top: 0;
}
@media (max-width: 1023px) {
  /* line 14, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
  .linq-PH .patient-info .basic-patient-details {
    padding-top: 0px;
  }
}
/* line 19, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-PH .patient-info .basic-patient-details legend {
  float: left;
  width: auto;
}
/* line 22, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-PH .patient-info .basic-patient-details ul {
  clear: left;
}
@media (min-width: 1024px) {
  /* line 24, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
  .linq-PH .patient-info .basic-patient-details ul li {
    margin-bottom: 10px !important;
    height: 80px;
  }
}
/* line 30, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-PH .patient-info .basic-patient-details ul li.group-radio {
  height: 30px;
}
@media (max-width: 1023px) {
  /* line 34, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
  .linq-PH .patient-info .enrollCarelink {
    padding-bottom: 22px;
  }
}
/* line 42, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-PH fieldset {
  clear: both;
}
/* line 45, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-PH .enrollCarelink {
  margin-top: 21px;
}
/* line 48, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-PH .select-option {
  width: 300px;
  display: block;
  margin-bottom: 5px;
}
@media (max-width: 1023px) {
  /* line 48, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
  .linq-PH .select-option {
    width: 100%;
  }
}
/* line 56, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-PH .enroll-carelink li {
  width: auto;
  display: block;
}
@media (max-width: 1023px) {
  /* line 56, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
  .linq-PH .enroll-carelink li {
    width: 100%;
  }
}
/* line 63, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-PH li {
  width: 315px;
  display: inline-block;
  margin-top: 0;
  margin-right: 2.7%;
  margin-bottom: 0;
  margin-left: 0;
}
@media (max-width: 1023px) {
  /* line 63, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
  .linq-PH li {
    width: 100%;
    margin-bottom: 7px;
  }
}
/* line 71, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-PH li label {
  display: block;
}
/* line 74, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-PH li span.afterLabelText {
  margin-left: 26px;
  color: #69757b;
  position: relative;
  top: -5px;
  display: block;
}
/* line 75, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-PH li input {
  width: 100%;
}
/* line 79, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-PH .basic-patient-details li {
  float: left;
}
/* line 85, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-PH li.small.cardiac-elements {
  margin-left: 0;
  margin-right: 0;
}
/* line 89, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-PH li.cardiac-elements {
  display: none;
}
@media (max-width: 1023px) {
  /* line 93, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
  .linq-PH .first-name {
    width: 69%;
    margin-top: -3px;
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  /* line 93, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
  .linq-PH .first-name {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 7px;
  }
}

/* line 101, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-PH li.small {
  width: 155px;
}
@media (max-width: 1023px) {
  /* line 101, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
  .linq-PH li.small {
    width: 30%;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    float: right;
  }
}
/* line 109, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-PH li.medium {
  width: 220px;
}
@media (max-width: 1023px) {
  /* line 109, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
  .linq-PH li.medium {
    width: 30%;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    float: right;
  }
}
@media (max-width: 1023px) {
  /* line 117, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
  .linq-PH li:nth-child(3n) {
    margin-top: 0;
    margin-bottom: 7px;
    margin-left: 0;
  }
}
/* line 122, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-PH li:nth-child(5) {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}
@media (max-width: 1023px) {
  /* line 122, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
  .linq-PH li:nth-child(5) {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
}
/* line 128, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-PH li.gender-option {
  width: 17%;
}
@media (max-width: 1023px) {
  /* line 128, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
  .linq-PH li.gender-option {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
/* line 135, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-PH li.gender-option li label {
  display: inline;
}
@media (max-width: 1023px) {
  /* line 134, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
  .linq-PH li.gender-option li {
    float: left;
    width: 100%;
    margin-bottom: 5px;
  }
}
/* line 145, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-PH form.cardiacMonitor li.lastname {
  width: 150px;
}
@media (max-width: 1023px) {
  /* line 145, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
  .linq-PH form.cardiacMonitor li.lastname {
    width: 100%;
  }
}
/* line 151, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-PH form.cardiacMonitor li.lastname {
  width: 150px;
}
@media (max-width: 1023px) {
  /* line 151, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
  .linq-PH form.cardiacMonitor li.lastname {
    width: 69%;
    margin-right: 0px;
  }
}
/* line 158, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-PH li.lastname {
  width: 300px;
}
@media (max-width: 1023px) {
  /* line 158, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
  .linq-PH li.lastname {
    width: 100%;
  }
}
/* line 165, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-PH .address-info li {
  width: 47%;
}
@media (max-width: 1023px) {
  /* line 165, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
  .linq-PH .address-info li {
    width: 100%;
    margin-bottom: 7px;
  }
}
@media (min-width: 1024px) {
  /* line 165, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
  .linq-PH .address-info li {
    margin-bottom: 0px;
    height: 89px;
  }
}
/* line 176, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-PH .address-info li:last-child {
  width: 45%;
}
@media (max-width: 1023px) {
  /* line 176, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
  .linq-PH .address-info li:last-child {
    width: 100%;
  }
}
/* line 182, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-PH .address-info li:last-child ul li.select {
  width: 55%;
}
@media (max-width: 1023px) {
  /* line 182, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
  .linq-PH .address-info li:last-child ul li.select {
    width: 100%;
  }
}
/* line 188, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-PH .address-info li:nth-child(3) {
  float: right;
}
@media (max-width: 1023px) {
  /* line 188, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
  .linq-PH .address-info li:nth-child(3) {
    float: none;
  }
}
/* line 194, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-PH .address-info .select-option {
  width: 300px;
  height: 80px;
}
@media (max-width: 1023px) {
  /* line 194, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
  .linq-PH .address-info .select-option {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  /* line 201, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
  .linq-PH .address-info li:nth-child(5) {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 1%;
  }
}
/* line 206, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-PH .address-info li:nth-child(5) li:nth-child(1) {
  width: 60%;
}
@media (min-width: 1024px) {
  /* line 206, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
  .linq-PH .address-info li:nth-child(5) li:nth-child(1) {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0%;
  }
}
@media (max-width: 1023px) {
  /* line 206, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
  .linq-PH .address-info li:nth-child(5) li:nth-child(1) {
    width: 100%;
    padding-bottom: 7px;
  }
}
/* line 216, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-PH .address-info li:nth-child(5) li:nth-child(2) {
  float: right;
  width: 35%;
}
@media (max-width: 1023px) {
  /* line 216, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
  .linq-PH .address-info li:nth-child(5) li:nth-child(2) {
    width: 100%;
    float: none;
  }
}
/* line 226, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-PH .hospital-info .select-option {
  width: 300px;
  margin-bottom: 20px;
  height: 80px;
}
@media (max-width: 1023px) {
  /* line 226, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
  .linq-PH .hospital-info .select-option {
    width: 100%;
  }
}
/* line 234, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-PH .hospital-info li {
  width: 31.33%;
  margin-right: 0;
}
@media (max-width: 1023px) {
  /* line 234, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
  .linq-PH .hospital-info li {
    width: 100%;
  }
}
/* line 240, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-PH .hospital-info li span {
  color: #004b87;
}
/* line 244, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-PH .hospital-info li:nth-child(3n) {
  float: none;
}
/* line 249, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-PH .enroll-carelink li label {
  display: inline;
}
@media (max-width: 1023px) {
  /* line 249, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
  .linq-PH .enroll-carelink li label {
    font-size: 1em;
  }
}
/* line 257, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-PH .steps {
  /*div {
      a {
          @include breakpoint(xs) {
              left: initial !important;
          }
      }
  }*/
}
@media (max-width: 1023px) {
  /* line 257, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
  .linq-PH .steps {
    position: static;
    height: 100px;
  }
}

/* line 272, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-page {
  overflow: hidden;
  width: 100%;
}
/* line 275, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-page h1 {
  text-align: center;
  margin-bottom: 25px;
}
@media (max-width: 1023px) {
  /* line 275, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
  .linq-page h1 {
    font-size: 20px;
    font-family: Effra Medium;
    font-style: normal;
    font-weight: normal;
    padding-bottom: 15px;
    margin-bottom: 0;
    margin-left: 0;
  }
}
/* line 285, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-page .required {
  float: right;
  width: auto;
  margin-top: 0;
  padding-top: 0;
  /*clear: both;
  @include breakpoint(xs) {
  	position: absolute;
  	right: 4%;
  	top: 8.5%;             
  }*/
}
/* line 296, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-page .startPrescriptionForm {
  text-align: center;
  margin-top: 15px;
  margin-right: 0;
  margin-bottom: 10px;
  margin-left: 0;
}
@media (max-width: 1023px) {
  /* line 302, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
  .linq-page .button-container .primary-btn {
    width: 80%;
    margin-left: 35px;
  }
}
@media (min-width: 1024px) {
  /* line 309, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
  .linq-page .steps {
    padding-bottom: 120px;
  }
}
@media (max-width: 1023px) {
  /* line 309, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
  .linq-page .steps {
    padding-bottom: 90px;
    margin-left: 0%;
  }
}
@media (max-width: 1023px) {
  /* line 317, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
  .linq-page .steps div {
    float: none;
    position: relative;
    text-align: center;
    left: 12%;
  }
}
@media (max-width: 1023px) {
  /* line 326, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
  .linq-page .mobile-last {
    width: 27px;
  }
}
@media (max-width: 1023px) {
  /* line 331, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
  .linq-page hr {
    border-top: none;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
/* line 337, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-page .linq-cta {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  margin-right: 0;
  margin-bottom: 20px;
  margin-left: 0;
}
/* line 342, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-page .linq-cta hr {
  width: 30%;
  display: inline-block;
  margin-top: 5px;
  margin-right: 0;
  margin-bottom: 5px;
  margin-left: 0;
}
/* line 347, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-page .linq-cta a, .linq-page .linq-cta input {
  margin-right: 30px;
  margin-left: 30px;
}
@media (max-width: 1023px) {
  /* line 337, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
  .linq-page .linq-cta {
    margin-top: 0;
    margin-right: 4%;
    margin-bottom: 0;
    margin-left: 4%;
    width: 92%;
  }
  /* line 356, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
  .linq-page .linq-cta .primary-btn {
    width: 100%;
    margin-left: 0;
  }
  /* line 360, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
  .linq-page .linq-cta .secondary-btn {
    width: 84%;
    margin-top: 4%;
    margin-right: 8%;
    margin-bottom: 8%;
    margin-left: 8%;
  }
}
/* line 365, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-page .linq-cta .secondary-btn {
  margin-top: 30px;
  margin-bottom: 30px;
}
/* line 369, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-page .add-more-rows {
  padding-top: 4px;
  padding-left: 33px;
  margin-bottom: 20px;
  background-image: url("../../b2bredesign/images/icons/plus-icon.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-color: transparent;
  height: 25px;
  float: left;
  display: block;
  color: #859199;
  font-size: 15px;
  font-family: Effra Regular;
  font-style: normal;
  font-weight: normal;
}
@media (max-width: 1023px) {
  /* line 369, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
  .linq-page .add-more-rows {
    margin-left: 0;
  }
}

/* line 384, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-confirmation {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1024px) {
  /* line 384, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
  .linq-confirmation {
    width: 80%;
  }
}
/* line 390, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-confirmation .body-header p {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  text-align: left;
}
@media (max-width: 1023px) {
  /* line 390, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
  .linq-confirmation .body-header p {
    margin-bottom: 10px;
  }
}
/* line 397, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-confirmation .body-header p.error-banner {
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
  /* line 401, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
  .linq-confirmation .body-header .add-email-container {
    text-align: left;
  }
}
/* line 406, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-confirmation .body-header .add-email-container a {
  line-height: 30px;
}
@media (min-width: 1024px) {
  /* line 406, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
  .linq-confirmation .body-header .add-email-container a {
    float: left;
    padding-left: 10px;
  }
}
@media (max-width: 1023px) {
  /* line 413, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
  .linq-confirmation .body-header .add-email-container input, .linq-confirmation .body-header .add-email-container input[type="text"] {
    width: 100% !important;
  }
}
@media (max-width: 1023px) {
  /* line 419, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
  .linq-confirmation .body-header .add-email-container input[type="button"] {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
/* line 424, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-confirmation .body-header .add-email-container .email-input {
  float: left;
  width: 40% !important;
  margin-bottom: 10px;
}
/* line 428, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-confirmation .body-header .add-email-container .add-edit-recipients {
  float: left;
  width: 15%;
  line-height: 40px;
}
/* line 432, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-confirmation .body-header .add-email-container .primary-btn.hide-print.small {
  float: right;
  width: 30%;
}
/* line 435, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-confirmation .body-header .add-email-container .add-more-rows {
  clear: left;
}
/* line 439, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-confirmation .body-header .add-email-container div.list ul.ui-autocomplete.ui-menu {
  /*top: initial;
  left: initial;*/
  margin-top: 10px;
}
@media (max-width: 1023px) {
  /* line 439, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
  .linq-confirmation .body-header .add-email-container div.list ul.ui-autocomplete.ui-menu {
    border: none;
  }
}
/* line 447, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-confirmation .body-header .add-email-container div.list ul.ui-autocomplete.ui-menu li.ui-menu-item {
  padding-right: 20px;
  padding-left: 20px;
  text-align: left;
}
/* line 455, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-confirmation .body-header .tips-list {
  float: left;
  width: 100%;
  text-align: left;
}
/* line 459, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-confirmation .body-header .tips-list ul li {
  font-size: 14px;
  font-family: Effra Regular;
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
  color: #859199;
}
/* line 466, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-confirmation .body-header .tick-header-text, .linq-confirmation .body-header .tick-image, .linq-confirmation .body-header h1.tick-text {
  font-size: 34px;
  vertical-align: baseline;
}
@media (max-width: 1023px) {
  /* line 466, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
  .linq-confirmation .body-header .tick-header-text, .linq-confirmation .body-header .tick-image, .linq-confirmation .body-header h1.tick-text {
    display: block;
    margin: 0 auto;
    padding: 0;
  }
}
@media (max-width: 1023px) {
  /* line 475, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
  .linq-confirmation .body-header .h2.order-reference-no {
    padding-top: 0;
  }
}
@media (max-width: 1023px) {
  /* line 389, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
  .linq-confirmation .body-header {
    padding-bottom: 0;
  }
}
/* line 484, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-confirmation .review-registration-details-header {
  overflow: auto;
  width: 100%;
}
@media (min-width: 1024px) {
  /* line 484, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
  .linq-confirmation .review-registration-details-header {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
/* line 491, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-confirmation .review-registration-details-header span, .linq-confirmation .review-registration-details-header h2 {
  float: left;
  width: auto;
  margin-top: 0px;
}
/* line 495, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-confirmation .review-registration-details-header span {
  padding-right: 10px;
}
@media (max-width: 1023px) {
  /* line 495, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
  .linq-confirmation .review-registration-details-header span {
    padding-top: 18px;
    padding-left: 10px;
  }
}
@media (max-width: 1023px) {
  /* line 501, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
  .linq-confirmation .review-registration-details-header h2 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 16px;
  }
}
/* line 508, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-confirmation form .linq-cta {
  padding-bottom: 20px;
}
@media (max-width: 1023px) {
  /* line 508, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
  .linq-confirmation form .linq-cta {
    margin-left: 0;
  }
}
/* line 513, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-confirmation form .linq-cta hr {
  margin-top: 30px;
  margin-right: 0;
  margin-bottom: 30px;
  margin-left: 0;
}
@media (min-width: 1024px) {
  /* line 516, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
  .linq-confirmation form .linq-cta a {
    margin-right: 30px;
  }
}
/* line 522, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-confirmation form .review-detail {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
/* line 526, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-confirmation form .review-detail .patientSummarySection ul.parentList {
  float: left;
  width: 100%;
  border: 1px solid #cccbcb;
  display: table;
}
/* line 532, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-confirmation form .review-detail .patientSummarySection ul.parentList > li:last-child {
  border-right: none;
}
/* line 535, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-confirmation form .review-detail .patientSummarySection ul.parentList li {
  display: table-cell;
  width: 33.33%;
  padding-top: 36px;
  padding-right: 10px;
  padding-bottom: 40px;
  padding-left: 32px;
  border-top: none;
  border-bottom: none;
  border-right: 1px solid #cccbcb;
}
/* line 544, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-confirmation form .review-detail .patientSummarySection ul.parentList li p.subheader-desc {
  width: 100%;
  word-break: break-word;
}
/* line 549, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-confirmation form .review-detail .patientSummarySection ul.parentList li h4 {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
/* line 551, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-confirmation form .review-detail .patientSummarySection ul.parentList li h4 label {
  font-size: 16px;
  color: #00c4b3;
  font-family: "Effra Medium";
  text-transform: uppercase;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
/* line 562, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-confirmation form .review-detail .patientSummarySection ul.parentList li h4 div div.order-subheader {
  font-size: inherit;
  font-family: "effra bold";
  font-style: normal;
  font-weight: normal;
  color: #859199;
}
/* line 567, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-confirmation form .review-detail .patientSummarySection ul.parentList li h4 div p.subheader-desc {
  line-height: 20px;
  font-size: 14px;
  width: 50%;
  word-break: break-word;
}
/* line 577, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-confirmation form .review-detail .patientSummarySection ul.parentList li dl {
  font-family: "Effra Regular";
}
/* line 580, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-confirmation form .review-detail .patientSummarySection ul.parentList li dl dt {
  padding-top: 0;
  padding-right: 5px;
  padding-bottom: 10px;
  color: #0085ca;
  width: 40%;
  display: inline-block;
  font-weight: normal;
  overflow-x: hidden;
  float: left;
  text-overflow: initial;
  white-space: initial;
  float: none;
}
/* line 592, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-confirmation form .review-detail .patientSummarySection ul.parentList li dl dd {
  margin-bottom: 0;
  margin-left: 0;
  font-size: 14px;
  font-family: "Effra Regular";
  width: 56%;
  display: inline-block;
  padding-top: 0;
  padding-right: 5px;
  padding-bottom: 10px;
  vertical-align: top;
  color: #859199;
  float: none;
  word-break: break-word;
}
/* line 606, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-confirmation form .review-detail .patientSummarySection ul.parentList li.double-column {
  width: 66.66%;
}
/* line 608, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-confirmation form .review-detail .patientSummarySection ul.parentList li.double-column li {
  border: none;
  width: 50%;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  vertical-align: top;
}
@media (max-width: 1023px) {
  /* line 535, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
  .linq-confirmation form .review-detail .patientSummarySection ul.parentList li {
    width: 100% !important;
    display: block;
    border-bottom: 1px solid #cccbcb;
  }
}
/* line 625, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-confirmation form .review-detail .patientSummarySection ul.parentList.last-col {
  width: 100%;
}
/* line 627, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-confirmation form .review-detail .patientSummarySection ul.parentList.last-col li {
  width: 50%;
  border: none;
}
/* line 630, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
> .linq-confirmation form .review-detail .patientSummarySection ul.parentList.last-col li:last-child {
  border-left: 1px solid #cccbcb;
}
/* line 635, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-confirmation form .review-detail .patientSummarySection ul.parentList:first-child {
  display: block;
}
/* line 639, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-confirmation form .review-detail .patientSummarySection ul.parentList:nth-child(2), .linq-confirmation form .review-detail .patientSummarySection ul.parentList:nth-child(3) {
  border-top: none;
}

/* line 651, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.addressValidation-popup p.generalValidationMessage {
  font-size: 16px;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
  color: #859199;
  line-height: 26px;
  margin-top: 27px;
}
/* line 658, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.addressValidation-popup .two-coll .address {
  margin-left: 26px;
  color: #69757b;
}
/* line 659, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.addressValidation-popup .two-coll .address div {
  word-wrap: break-word;
}
/* line 665, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.addressValidation-popup .two-coll h1 {
  float: none;
}
/* line 670, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.addressValidation-popup .button-group {
  padding-top: 20px;
  text-align: right;
}
/* line 674, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.addressValidation-popup .button-group input.primary-btn {
  font-size: 14px;
  margin-left: 15px;
}
/* line 678, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.addressValidation-popup .button-group input.secondary-btn {
  font-size: 14px;
}
@media (max-width: 1023px) {
  /* line 673, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
  .addressValidation-popup .button-group input {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  /* line 684, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
  .addressValidation-popup .button-group input.primary-btn {
    font-size: 13px;
    margin: 0;
  }
}

/* line 695, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.addressValidation .button-group {
  padding-top: 20px;
  text-align: right;
}
/* line 699, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.addressValidation .button-group input.primary-btn {
  font-size: 14px;
  margin-left: 15px;
}
/* line 703, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.addressValidation .button-group input.secondary-btn {
  font-size: 14px;
}
@media (max-width: 1023px) {
  /* line 698, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
  .addressValidation .button-group input {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  /* line 709, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
  .addressValidation .button-group input.primary-btn {
    font-size: 13px;
    margin: 0;
  }
}
/* line 719, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.addressValidation .two-coll .address {
  margin-left: 26px;
  color: #69757b;
}
/* line 720, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.addressValidation .two-coll .address div {
  word-wrap: break-word;
}

/* line 730, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-add-edit-new h1 {
  line-height: 16px;
}
@media (min-width: 1024px) {
  /* line 733, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
  .linq-add-edit-new .tabs-view {
    padding-top: 9px;
    padding-bottom: 10px;
    padding-left: 0;
    margin-left: 0;
  }
}
@media (max-width: 1023px) {
  /* line 733, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
  .linq-add-edit-new .tabs-view {
    margin-bottom: 0;
    background: #fff;
  }
}
@media (max-width: 1023px) {
  /* line 742, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
  .linq-add-edit-new .tabs-view li {
    float: left;
    width: 50%;
    padding-top: 10px;
    padding-right: 3%;
    padding-bottom: 10px;
    padding-left: 3%;
    margin: 0 !important;
    background: #004b87;
    text-align: center;
  }
  /* line 749, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
  .linq-add-edit-new .tabs-view li a {
    font-size: 14px;
    font-family: Effra Regular;
    font-style: normal;
    font-weight: normal;
    color: #fff;
  }
}
@media (max-width: 1023px) {
  /* line 755, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
  .linq-add-edit-new .tabs-view li.active {
    background: #71c5e8;
  }
}
/* line 762, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-add-edit-new .add-contact .add-recipients {
  float: none;
  width: 100%;
}
/* line 767, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-add-edit-new .add-contact .add-recipients tbody tr td input {
  width: 100%;
}
/* line 775, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-add-edit-new .editContactResults {
  color: #e25426;
}
/* line 778, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-add-edit-new .search-container {
  padding-bottom: 20px;
  overflow: hidden;
  width: 100%;
}
/* line 779, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-add-edit-new .search-container span {
  float: left;
  width: 100%;
  line-height: 22px;
  color: #859199;
}
/* line 784, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-add-edit-new .search-container input {
  margin-right: 10px;
}
/* line 792, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-add-edit-new .delete-row {
  clear: both;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 796, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-add-edit-new .delete-row a::before {
  padding-right: 10px;
  padding-left: 0px;
  font-size: 1.8em;
  vertical-align: bottom;
  line-height: 25px;
}
/* line 803, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-add-edit-new .delete-row a:focus {
  outline: none;
  text-decoration: inherit;
  color: #00a9e0;
}
/* line 810, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-add-edit-new .button-container {
  clear: both;
}
@media (max-width: 1023px) {
  /* line 810, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
  .linq-add-edit-new .button-container {
    padding-bottom: 10px;
  }
}
/* line 817, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-add-edit-new .footer-container {
  padding-top: 15px;
}
/* line 819, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-add-edit-new .footer-container .l-div {
  float: left;
  width: auto;
}
/* line 823, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-add-edit-new .footer-container .r-div {
  float: right;
  width: auto;
}
@media (min-width: 1024px) {
  /* line 829, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
  .linq-add-edit-new .tab_container .add-contact {
    clear: both;
  }
}
/* line 835, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-add-edit-new .tab_container .add-contact .footer-container div a {
  font-size: 14px;
  line-height: 20px;
}
/* line 839, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-add-edit-new .tab_container .add-contact .footer-container div a::before, .linq-add-edit-new .tab_container .add-contact .footer-container div a::after {
  font-size: 1.8em;
  vertical-align: bottom;
}
/* line 843, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-add-edit-new .tab_container .add-contact .footer-container div a::after {
  line-height: 28px;
  padding-right: 0px;
  padding-left: 10px;
}
/* line 848, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-add-edit-new .tab_container .add-contact .footer-container div a::before {
  padding-right: 10px;
  padding-left: 0px;
}
/* line 852, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-add-edit-new .tab_container .add-contact .footer-container div a:focus {
  outline: none;
  text-decoration: inherit;
  color: #00a9e0;
}
/* line 861, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-add-edit-new .tab_container .tab_content {
  padding-top: 0px;
  float: left;
  width: 100%;
}
/* line 868, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-add-edit-new .tab_container .edit-contact .editContactResults table {
  table-layout: fixed;
}
/* line 872, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-add-edit-new .tab_container .edit-contact .editContactResults table tr td input[type="text"] {
  width: 100%;
}
/* line 875, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
.linq-add-edit-new .tab_container .edit-contact .editContactResults table tr td:last-child {
  vertical-align: middle;
}

/* line 885, ../style/sass/modules/linq-provider/_patient-and-hospital.scss */
#linqConfirmation {
  overflow: visible;
}

/******************************************
1. Linq Physican
******************************************/
/* line 7, ../style/sass/modules/linq-provider/_physican.scss */
.linq-physican section fieldset legend {
  float: left;
  width: 75%;
}
/* line 12, ../style/sass/modules/linq-provider/_physican.scss */
.linq-physican fieldset {
  clear: both;
}
/* line 15, ../style/sass/modules/linq-provider/_physican.scss */
.linq-physican fieldset .tableWrapper h2 {
  font-size: 20px;
  color: #E35205;
}
/* line 21, ../style/sass/modules/linq-provider/_physican.scss */
.linq-physican li.addressHiddenInputs p {
  line-height: 18px;
  margin-bottom: 3px;
  color: #004b87;
}
/* line 26, ../style/sass/modules/linq-provider/_physican.scss */
.linq-physican .physican-referred, .linq-physican .physican-info {
  clear: both;
  float: left;
  width: 100%;
}
/* line 30, ../style/sass/modules/linq-provider/_physican.scss */
.linq-physican .physican-info {
  padding-top: 0;
  padding-right: 14%;
  padding-bottom: 0;
  padding-left: 14%;
}
@media (max-width: 1023px) {
  /* line 30, ../style/sass/modules/linq-provider/_physican.scss */
  .linq-physican .physican-info {
    padding-top: 15%;
    padding-right: 4%;
    padding-bottom: 0;
    padding-left: 4%;
  }
  /* line 34, ../style/sass/modules/linq-provider/_physican.scss */
  .linq-physican .physican-info .primary-btn {
    float: left;
    width: 100%;
    margin-left: 0;
  }
}
/* line 40, ../style/sass/modules/linq-provider/_physican.scss */
.linq-physican .select-physican {
  width: 300px;
  display: inline-block;
}
@media (max-width: 1023px) {
  /* line 40, ../style/sass/modules/linq-provider/_physican.scss */
  .linq-physican .select-physican {
    width: 100%;
  }
}
/* line 47, ../style/sass/modules/linq-provider/_physican.scss */
.linq-physican .select-followup-physican, .linq-physican .select-clinic {
  width: 100%;
  overflow: hidden;
  padding-top: 10px;
}
/* line 51, ../style/sass/modules/linq-provider/_physican.scss */
.linq-physican .select-followup-physican .select2, .linq-physican .select-clinic .select2 {
  width: 300px !important;
  display: inline-block;
}
@media (max-width: 1023px) {
  /* line 51, ../style/sass/modules/linq-provider/_physican.scss */
  .linq-physican .select-followup-physican .select2, .linq-physican .select-clinic .select2 {
    width: 100%;
  }
}
/* line 59, ../style/sass/modules/linq-provider/_physican.scss */
.linq-physican ul {
  margin-top: 17px;
}
@media (max-width: 1023px) {
  /* line 59, ../style/sass/modules/linq-provider/_physican.scss */
  .linq-physican ul {
    margin-top: 0;
  }
}
/* line 65, ../style/sass/modules/linq-provider/_physican.scss */
.linq-physican ul.setHeight {
  height: 100px;
}
/* line 66, ../style/sass/modules/linq-provider/_physican.scss */
.linq-physican li {
  float: left;
  width: 33.33%;
  font-size: 15px;
  font-family: Effra Regular;
  font-style: normal;
  font-weight: normal;
  color: #004b87;
  padding-right: 2%;
}
@media (max-width: 1023px) {
  /* line 66, ../style/sass/modules/linq-provider/_physican.scss */
  .linq-physican li {
    float: left;
    width: 100%;
  }
}
/* line 73, ../style/sass/modules/linq-provider/_physican.scss */
.linq-physican li input[type="text"] {
  width: 100%;
}
/* line 74, ../style/sass/modules/linq-provider/_physican.scss */
.linq-physican li label {
  display: block;
}
/* line 76, ../style/sass/modules/linq-provider/_physican.scss */
.linq-physican li label.inline {
  display: inline;
}
/* line 80, ../style/sass/modules/linq-provider/_physican.scss */
.linq-physican li p {
  color: #004b87;
  font-size: 15px;
  font-family: Effra Regular;
  font-style: normal;
  font-weight: normal;
  word-wrap: break-word;
}
@media (max-width: 1023px) {
  /* line 80, ../style/sass/modules/linq-provider/_physican.scss */
  .linq-physican li p {
    margin-bottom: 0px;
  }
}
/* line 89, ../style/sass/modules/linq-provider/_physican.scss */
.linq-physican li:nth-child(4n) {
  clear: left;
}
/* line 93, ../style/sass/modules/linq-provider/_physican.scss */
.linq-physican .physicianSelection_content {
  clear: both;
}
/* line 95, ../style/sass/modules/linq-provider/_physican.scss */
.linq-physican .physicianSelection_content .selectPhysician {
  clear: both;
}
/* line 100, ../style/sass/modules/linq-provider/_physican.scss */
.linq-physican .choosePhysician_content .addressHiddenInputs input[readonly] {
  padding: 0px;
  margin: 0px;
  height: 25px;
}
/* line 105, ../style/sass/modules/linq-provider/_physican.scss */
.linq-physican .choosePhysician_content input[readonly] {
  background-color: #fff;
  border: 1px solid transparent;
  padding-left: 0px;
  color: #004b87;
}
/* line 111, ../style/sass/modules/linq-provider/_physican.scss */
.linq-physican .choosePhysician_content .afterHoursPhone {
  width: 100%;
}
/* line 114, ../style/sass/modules/linq-provider/_physican.scss */
.linq-physican .choosePhysician_content .preferred-notification {
  clear: both;
}
/* line 117, ../style/sass/modules/linq-provider/_physican.scss */
.linq-physican .choosePhysician_content p {
  line-height: 18px;
  margin-bottom: 3px;
}
/* line 123, ../style/sass/modules/linq-provider/_physican.scss */
.linq-physican .searchPhysician_content li {
  width: 45%;
  float: left;
  margin-right: 5%;
  min-height: 90px;
  clear: none;
}
/* line 129, ../style/sass/modules/linq-provider/_physican.scss */
.linq-physican .searchPhysician_content li.orSeparator {
  float: none;
  min-height: 20px;
  text-align: center;
}
@media (max-width: 1023px) {
  /* line 123, ../style/sass/modules/linq-provider/_physican.scss */
  .linq-physican .searchPhysician_content li {
    width: 100%;
  }
}
/* line 137, ../style/sass/modules/linq-provider/_physican.scss */
.linq-physican .searchPhysician_content li input {
  width: 100%;
}
/* line 140, ../style/sass/modules/linq-provider/_physican.scss */
.linq-physican .searchPhysician_content li:last-child {
  float: right;
}
@media (max-width: 1023px) {
  /* line 140, ../style/sass/modules/linq-provider/_physican.scss */
  .linq-physican .searchPhysician_content li:last-child {
    width: 100%;
    float: none;
  }
}
/* line 148, ../style/sass/modules/linq-provider/_physican.scss */
.linq-physican .searchPhysician_content .searchPhysiciansBtn,
.linq-physican .searchPhysician_content .searchPhysiciansNPIBtn,
.linq-physican .searchPhysician_content .addPhysiciansBtn {
  width: auto;
  margin: 0% 1%;
}
@media (max-width: 1023px) {
  /* line 148, ../style/sass/modules/linq-provider/_physican.scss */
  .linq-physican .searchPhysician_content .searchPhysiciansBtn,
  .linq-physican .searchPhysician_content .searchPhysiciansNPIBtn,
  .linq-physican .searchPhysician_content .addPhysiciansBtn {
    margin-left: 3%;
  }
}
/* line 157, ../style/sass/modules/linq-provider/_physican.scss */
.linq-physican .searchPhysician_content .searchPhysiciansClearBtn {
  width: 26%;
  margin: 0% 2% 0 0;
  float: right;
}
/* line 162, ../style/sass/modules/linq-provider/_physican.scss */
.linq-physican .searchPhysician_content .tableWrapper table {
  margin: 0px 0px 15px 0px;
}
/* line 165, ../style/sass/modules/linq-provider/_physican.scss */
.linq-physican .searchPhysician_content label.error {
  font-size: 15px !important;
  margin-top: 0px;
}
/* line 169, ../style/sass/modules/linq-provider/_physican.scss */
.linq-physican .searchPhysician_content .searchPhysiciansBtn,
.linq-physican .searchPhysician_content .searchPhysiciansNPIBtn {
  padding: 0 25px;
  float: right;
}
/* line 174, ../style/sass/modules/linq-provider/_physican.scss */
.linq-physican .searchPhysician_content .pagination p {
  font-size: 15px;
  padding: 0;
  color: #fff;
}
/* line 182, ../style/sass/modules/linq-provider/_physican.scss */
.linq-physican legend label {
  text-transform: none;
}
/* line 187, ../style/sass/modules/linq-provider/_physican.scss */
.linq-physican .physician-ref-container span, .linq-physican .physician-ref-container label, .linq-physican .physician-ref-container legend {
  float: left;
  margin-top: 0;
}
/* line 191, ../style/sass/modules/linq-provider/_physican.scss */
.linq-physican .physician-ref-container label, .linq-physican .physician-ref-container legend {
  line-height: 27px;
  padding-right: 5px;
}
/* line 195, ../style/sass/modules/linq-provider/_physican.scss */
.linq-physican .physician-ref-container legend {
  width: auto;
}
/* line 198, ../style/sass/modules/linq-provider/_physican.scss */
.linq-physican .physician-ref-container span {
  padding-right: 10px;
}
/* line 201, ../style/sass/modules/linq-provider/_physican.scss */
.linq-physican .physician-ref-container label {
  font-style: italic;
  color: #859199;
}
/* line 206, ../style/sass/modules/linq-provider/_physican.scss */
.linq-physican .ps-hr {
  margin-top: 4%;
  margin-right: 0;
  margin-bottom: 4%;
  margin-left: 0;
  clear: both;
  float: left;
  width: 100%;
}
@media (max-width: 1023px) {
  /* line 206, ../style/sass/modules/linq-provider/_physican.scss */
  .linq-physican .ps-hr {
    width: 100%;
    margin-top: 1.5%;
    margin-right: 0;
    margin-bottom: 0px;
    margin-left: 0;
  }
}
/* line 215, ../style/sass/modules/linq-provider/_physican.scss */
.linq-physican .search-physican {
  clear: both;
  float: left;
  width: 100%;
}
/* line 218, ../style/sass/modules/linq-provider/_physican.scss */
.linq-physican .search-physican ul {
  clear: both;
  float: left;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
}
/* line 223, ../style/sass/modules/linq-provider/_physican.scss */
.linq-physican .search-physican ul input {
  width: 96%;
}
/* line 227, ../style/sass/modules/linq-provider/_physican.scss */
.linq-physican .search-physican div > ul + input[type='button'] {
  float: right;
  margin-top: 10px;
}
/* line 232, ../style/sass/modules/linq-provider/_physican.scss */
.linq-physican .search-physican > input[type='button'] {
  margin-top: 20px;
  float: right;
}
/* line 237, ../style/sass/modules/linq-provider/_physican.scss */
.linq-physican .search-physican .search-physician-table {
  margin-top: 30px;
}
/* line 239, ../style/sass/modules/linq-provider/_physican.scss */
.linq-physican .search-physican .search-physician-table td a {
  cursor: pointer;
}
/* line 244, ../style/sass/modules/linq-provider/_physican.scss */
.linq-physican .choose-physican {
  margin-top: 0;
  clear: left;
  float: left;
  width: 70%;
}
/* line 248, ../style/sass/modules/linq-provider/_physican.scss */
.linq-physican .choose-physican li {
  float: left;
  width: 33%;
}
@media (max-width: 1023px) {
  /* line 248, ../style/sass/modules/linq-provider/_physican.scss */
  .linq-physican .choose-physican li {
    float: none;
    width: 100%;
    padding-bottom: 10px;
  }
}
/* line 254, ../style/sass/modules/linq-provider/_physican.scss */
.linq-physican .choose-physican li label {
  display: inline;
}
/* line 258, ../style/sass/modules/linq-provider/_physican.scss */
.linq-physican .choose-physican li input[type="button"] {
  float: right;
}
/* line 263, ../style/sass/modules/linq-provider/_physican.scss */
.linq-physican .add-phy-btn, .linq-physican .search-btn {
  float: right;
}
/* line 267, ../style/sass/modules/linq-provider/_physican.scss */
.linq-physican .followUpClinic ul.choose-physican {
  overflow: hidden;
}
@media (min-width: 1024px) {
  /* line 267, ../style/sass/modules/linq-provider/_physican.scss */
  .linq-physican .followUpClinic ul.choose-physican {
    margin-bottom: 20px;
  }
}
/* line 273, ../style/sass/modules/linq-provider/_physican.scss */
.linq-physican .followUpClinic .search-clinic {
  clear: both;
  float: left;
  width: 100%;
}
/* line 276, ../style/sass/modules/linq-provider/_physican.scss */
.linq-physican .followUpClinic .search-clinic ul {
  margin-top: 0;
}
/* line 278, ../style/sass/modules/linq-provider/_physican.scss */
.linq-physican .followUpClinic .search-clinic ul li:nth-child(3) {
  padding-top: 34px;
  padding-left: 4%;
}
/* line 282, ../style/sass/modules/linq-provider/_physican.scss */
.linq-physican .followUpClinic .search-clinic table {
  margin-top: 20px;
}
/* line 284, ../style/sass/modules/linq-provider/_physican.scss */
.linq-physican .followUpClinic .search-clinic table a {
  cursor: pointer;
}
/* line 291, ../style/sass/modules/linq-provider/_physican.scss */
.linq-physican .clinic-details input[readonly] {
  background-color: #fff;
  border: 1px solid transparent;
  padding-left: 0px;
  color: #004b87;
  opacity: 1;
}
/* line 298, ../style/sass/modules/linq-provider/_physican.scss */
.linq-physican .clinic-details li input[type="text"] {
  width: 100%;
}
/* line 303, ../style/sass/modules/linq-provider/_physican.scss */
.linq-physican .followUpPhysician > .button-container {
  margin-top: 0;
}
/* line 306, ../style/sass/modules/linq-provider/_physican.scss */
.linq-physican .followUpPhysician .displayPhysician {
  overflow: hidden;
  width: 100%;
}

/* line 313, ../style/sass/modules/linq-provider/_physican.scss */
.tableWrapper {
  clear: both;
  margin: 10px 0 0 0;
  display: inline-block;
}
@media (min-width: 1024px) {
  /* line 313, ../style/sass/modules/linq-provider/_physican.scss */
  .tableWrapper {
    width: 100%;
  }
}

/******************************************
1. Linq Procedure Followup
******************************************/
/* line 6, ../style/sass/modules/linq-provider/_procedure-followup.scss */
.procedure-followup .upper-case {
  text-transform: uppercase;
}
/* line 9, ../style/sass/modules/linq-provider/_procedure-followup.scss */
.procedure-followup fieldset {
  clear: both;
}
/* line 13, ../style/sass/modules/linq-provider/_procedure-followup.scss */
.procedure-followup .procedure-info ul {
  margin-top: 7px;
}
/* line 17, ../style/sass/modules/linq-provider/_procedure-followup.scss */
.procedure-followup .alt-serial-no, .procedure-followup .modelNumber, .procedure-followup #implantDate {
  margin-bottom: 0px;
}
/* line 18, ../style/sass/modules/linq-provider/_procedure-followup.scss */
.procedure-followup .physican-referred,
.procedure-followup .procedure-details {
  clear: both;
  float: left;
  width: 100%;
}
/* line 23, ../style/sass/modules/linq-provider/_procedure-followup.scss */
.procedure-followup .procedure-details {
  padding-top: 0;
  padding-right: 14%;
  padding-bottom: 0;
  padding-left: 14%;
}
@media (max-width: 1023px) {
  /* line 23, ../style/sass/modules/linq-provider/_procedure-followup.scss */
  .procedure-followup .procedure-details {
    padding-top: 15%;
    padding-right: 4%;
    padding-bottom: 0;
    padding-left: 4%;
  }
}
/* line 32, ../style/sass/modules/linq-provider/_procedure-followup.scss */
.procedure-followup .procedure-details > fieldset > table tbody tr td:nth-child(3) label {
  word-wrap: initial;
  word-break: initial;
}
/* line 45, ../style/sass/modules/linq-provider/_procedure-followup.scss */
.procedure-followup .stacktable table tbody tr td {
  vertical-align: middle;
}
@media (min-width: 1024px) {
  /* line 47, ../style/sass/modules/linq-provider/_procedure-followup.scss */
  .procedure-followup .stacktable table tbody tr td.st-val > span {
    padding-top: 0;
    padding-bottom: 0;
  }
}
/* line 58, ../style/sass/modules/linq-provider/_procedure-followup.scss */
.procedure-followup section .steps {
  /*@include breakpoint(xs) {
      @include padding(null, null, null, 6%);
  }*/
}
/* line 63, ../style/sass/modules/linq-provider/_procedure-followup.scss */
.procedure-followup section .steps a span {
  width: 87px;
}
/* line 70, ../style/sass/modules/linq-provider/_procedure-followup.scss */
.procedure-followup .submitter-info ul {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  padding-left: 0;
  margin-top: 0;
}
@media (min-width: 1024px) {
  /* line 70, ../style/sass/modules/linq-provider/_procedure-followup.scss */
  .procedure-followup .submitter-info ul {
    float: left;
    width: 28.57143%;
  }
}
/* line 74, ../style/sass/modules/linq-provider/_procedure-followup.scss */
.procedure-followup .submitter-info ul li {
  float: none;
  width: 100%;
  margin-bottom: 20px;
}
/* line 78, ../style/sass/modules/linq-provider/_procedure-followup.scss */
.procedure-followup .submitter-info ul li:last-child {
  margin-bottom: 0;
}
/* line 82, ../style/sass/modules/linq-provider/_procedure-followup.scss */
.procedure-followup .submitter-info ul.details {
  clear: left;
}
/* line 86, ../style/sass/modules/linq-provider/_procedure-followup.scss */
.procedure-followup .submitter-info div {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  padding-right: 0;
}
@media (min-width: 1024px) {
  /* line 86, ../style/sass/modules/linq-provider/_procedure-followup.scss */
  .procedure-followup .submitter-info div {
    float: left;
    width: 71.42857%;
  }
}
@media (max-width: 1023px) {
  /* line 86, ../style/sass/modules/linq-provider/_procedure-followup.scss */
  .procedure-followup .submitter-info div {
    padding-right: 0;
    padding-left: 0;
  }
}
/* line 92, ../style/sass/modules/linq-provider/_procedure-followup.scss */
.procedure-followup .submitter-info div textarea {
  width: 100%;
  height: 144px;
  margin-top: 0;
}
/* line 98, ../style/sass/modules/linq-provider/_procedure-followup.scss */
.procedure-followup .submitter-info div.required {
  float: right;
  width: auto;
}
/* line 102, ../style/sass/modules/linq-provider/_procedure-followup.scss */
.procedure-followup .submitter-info > legend {
  float: left;
  width: auto;
}
/* line 108, ../style/sass/modules/linq-provider/_procedure-followup.scss */
.procedure-followup .procedure-info ul li {
  float: left;
  width: 33%;
}
@media (max-width: 1023px) {
  /* line 108, ../style/sass/modules/linq-provider/_procedure-followup.scss */
  .procedure-followup .procedure-info ul li {
    float: left;
    width: 100%;
  }
}
/* line 113, ../style/sass/modules/linq-provider/_procedure-followup.scss */
.procedure-followup .procedure-info ul li .select2 {
  width: 250px !important;
}
@media (max-width: 1023px) {
  /* line 113, ../style/sass/modules/linq-provider/_procedure-followup.scss */
  .procedure-followup .procedure-info ul li .select2 {
    width: 100% !important;
  }
}
/* line 119, ../style/sass/modules/linq-provider/_procedure-followup.scss */
.procedure-followup .procedure-info ul li.wide {
  width: 66%;
}
/* line 122, ../style/sass/modules/linq-provider/_procedure-followup.scss */
.procedure-followup .procedure-info ul li textarea {
  margin-top: 5px;
  width: 94%;
}
/* line 128, ../style/sass/modules/linq-provider/_procedure-followup.scss */
.procedure-followup .procedure-info ul .implant-date {
  height: 105px;
}
/* line 129, ../style/sass/modules/linq-provider/_procedure-followup.scss */
.procedure-followup .procedure-info ul .implant-date input {
  width: 100%;
}
/* line 132, ../style/sass/modules/linq-provider/_procedure-followup.scss */
.procedure-followup .procedure-info ul .implant-date span {
  color: #00a9e0;
  cursor: pointer;
}
/* line 138, ../style/sass/modules/linq-provider/_procedure-followup.scss */
.procedure-followup .procedure-info table {
  margin-top: 20px;
  table-layout: fixed;
}
/* line 144, ../style/sass/modules/linq-provider/_procedure-followup.scss */
.procedure-followup .procedure-info table:first-of-type tbody tr td:nth-child(1) label.error, .procedure-followup .procedure-info table:first-of-type tbody tr td:nth-child(2) label.error {
  margin-top: 2px;
}
/* line 152, ../style/sass/modules/linq-provider/_procedure-followup.scss */
.procedure-followup .procedure-info table tr th > .required, .procedure-followup .procedure-info table tr td > .required {
  float: none;
  width: auto;
}
@media (max-width: 1023px) {
  /* line 156, ../style/sass/modules/linq-provider/_procedure-followup.scss */
  .procedure-followup .procedure-info table tr td.st-key {
    width: 51%;
  }
}
@media (max-width: 1023px) {
  /* line 162, ../style/sass/modules/linq-provider/_procedure-followup.scss */
  .procedure-followup .procedure-info table tbody {
    table-layout: fixed;
  }
}
/* line 171, ../style/sass/modules/linq-provider/_procedure-followup.scss */
.procedure-followup .procedure-info th input, .procedure-followup .procedure-info th .select2,
.procedure-followup .procedure-info td input,
.procedure-followup .procedure-info td .select2 {
  width: 100% !important;
}
/* line 175, ../style/sass/modules/linq-provider/_procedure-followup.scss */
.procedure-followup .procedure-info .replaced {
  clear: both;
  float: left;
  width: 100%;
  margin-top: 10px;
}
/* line 179, ../style/sass/modules/linq-provider/_procedure-followup.scss */
.procedure-followup .procedure-info .replaced ul {
  margin-top: 0;
}
/* line 182, ../style/sass/modules/linq-provider/_procedure-followup.scss */
.procedure-followup .procedure-info .replaced li {
  float: left;
  width: 10%;
}
@media (max-width: 1023px) {
  /* line 182, ../style/sass/modules/linq-provider/_procedure-followup.scss */
  .procedure-followup .procedure-info .replaced li {
    float: left;
    width: 100%;
  }
  /* line 186, ../style/sass/modules/linq-provider/_procedure-followup.scss */
  .procedure-followup .procedure-info .replaced li label {
    display: inline-block;
  }
}
/* line 192, ../style/sass/modules/linq-provider/_procedure-followup.scss */
.procedure-followup .procedure-info td.replaced-device-status {
  width: 40%;
}
/* line 195, ../style/sass/modules/linq-provider/_procedure-followup.scss */
.procedure-followup .procedure-info .replaced-table th {
  background: #859199;
}
/* line 200, ../style/sass/modules/linq-provider/_procedure-followup.scss */
.procedure-followup .monitor-info input {
  width: 100%;
}
/* line 203, ../style/sass/modules/linq-provider/_procedure-followup.scss */
.procedure-followup .monitor-info li:nth-child(2),
.procedure-followup .monitor-info li:nth-child(3) {
  padding-left: 20px;
}
@media (max-width: 1023px) {
  /* line 203, ../style/sass/modules/linq-provider/_procedure-followup.scss */
  .procedure-followup .monitor-info li:nth-child(2),
  .procedure-followup .monitor-info li:nth-child(3) {
    padding-left: 0;
  }
}
/* line 211, ../style/sass/modules/linq-provider/_procedure-followup.scss */
.procedure-followup ul {
  margin-top: 30px;
}
@media (max-width: 1023px) {
  /* line 211, ../style/sass/modules/linq-provider/_procedure-followup.scss */
  .procedure-followup ul {
    margin-top: 0;
  }
}
/* line 217, ../style/sass/modules/linq-provider/_procedure-followup.scss */
.procedure-followup li {
  float: left;
  width: 33.33%;
}
@media (max-width: 1023px) {
  /* line 217, ../style/sass/modules/linq-provider/_procedure-followup.scss */
  .procedure-followup li {
    float: left;
    width: 100%;
  }
}
/* line 222, ../style/sass/modules/linq-provider/_procedure-followup.scss */
.procedure-followup li label {
  display: block;
  margin-top: 3px;
}
/* line 226, ../style/sass/modules/linq-provider/_procedure-followup.scss */
.procedure-followup li .implantDateError {
  display: none;
}
/* line 227, ../style/sass/modules/linq-provider/_procedure-followup.scss */
.procedure-followup li div.radio {
  float: left;
}
/* line 230, ../style/sass/modules/linq-provider/_procedure-followup.scss */
.procedure-followup li p {
  color: #004b87;
  font-size: 15px;
  font-family: Effra Regular;
  font-style: normal;
  font-weight: normal;
}
/* line 236, ../style/sass/modules/linq-provider/_procedure-followup.scss */
.procedure-followup legend label {
  text-transform: none;
}
/* line 240, ../style/sass/modules/linq-provider/_procedure-followup.scss */
.procedure-followup .ps-hr {
  margin-top: 4%;
  margin-right: 0;
  margin-bottom: 4%;
  margin-left: 0;
  clear: both;
  float: left;
  width: 100%;
}
@media (max-width: 1023px) {
  /* line 240, ../style/sass/modules/linq-provider/_procedure-followup.scss */
  .procedure-followup .ps-hr {
    width: 100%;
    margin-top: 1.5%;
    margin-right: 0;
    margin-bottom: 30px;
    margin-left: 0;
  }
}
@media (max-width: 1023px) {
  /* line 249, ../style/sass/modules/linq-provider/_procedure-followup.scss */
  .procedure-followup .required {
    top: 7%;
  }
}
/* line 254, ../style/sass/modules/linq-provider/_procedure-followup.scss */
.procedure-followup input.monitor-detail {
  width: 86%;
}
@media (max-width: 1023px) {
  /* line 254, ../style/sass/modules/linq-provider/_procedure-followup.scss */
  .procedure-followup input.monitor-detail {
    width: 100%;
  }
}
/* line 263, ../style/sass/modules/linq-provider/_procedure-followup.scss */
.procedure-followup .monitor-detail ul li {
  float: left;
  width: 30.33%;
  padding-right: 3%;
}
/* line 266, ../style/sass/modules/linq-provider/_procedure-followup.scss */
.procedure-followup .monitor-detail ul li input {
  width: 100%;
}
@media (max-width: 1023px) {
  /* line 263, ../style/sass/modules/linq-provider/_procedure-followup.scss */
  .procedure-followup .monitor-detail ul li {
    padding-bottom: 10px;
    width: 100%;
  }
}
/* line 276, ../style/sass/modules/linq-provider/_procedure-followup.scss */
.procedure-followup .select-option-disabled {
  pointer-events: none;
}
/* line 278, ../style/sass/modules/linq-provider/_procedure-followup.scss */
.procedure-followup .select-option-disabled .select2-selection--single {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
}

/* line 286, ../style/sass/modules/linq-provider/_procedure-followup.scss */
.linq-serial-popup {
  padding-top: 15px;
}

/* line 291, ../style/sass/modules/linq-provider/_procedure-followup.scss */
.modal-box #close.hide-cross {
  /*used ID here to override current css*/
  display: none !important;
}

/******************************************
1. Linq Review
******************************************/
/* line 5, ../style/sass/modules/linq-provider/_linq-review.scss */
.linq-review {
  /*.steps {
      @include breakpoint(xs) {
          @include padding(nul, null, null, 6%);
      }
  }*/
}
/* line 11, ../style/sass/modules/linq-provider/_linq-review.scss */
.linq-review .order-subheader {
  font-size: inherit;
  font-family: "effra bold";
  font-style: normal;
  font-weight: normal;
  color: #859199;
}
/* line 15, ../style/sass/modules/linq-provider/_linq-review.scss */
.linq-review .subheader-desc {
  line-height: 20px;
  font-size: 14px;
  width: 50%;
  word-break: break-word;
  word-wrap: break-word;
}
/* line 22, ../style/sass/modules/linq-provider/_linq-review.scss */
.linq-review .review-detail {
  clear: both;
  margin-top: 0;
  margin-right: 5%;
  margin-bottom: 0;
  margin-left: 5%;
}
@media (max-width: 1023px) {
  /* line 22, ../style/sass/modules/linq-provider/_linq-review.scss */
  .linq-review .review-detail {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-right: 0px;
    padding-left: 0px;
  }
}
/* line 31, ../style/sass/modules/linq-provider/_linq-review.scss */
.linq-review .review-detail p {
  padding-left: 0px;
}
/* line 40, ../style/sass/modules/linq-provider/_linq-review.scss */
.linq-review .review-detail .reviewPageSection ul.parentList {
  float: left;
  width: 100%;
  border: 1px solid #cccbcb;
  display: table;
}
/* line 45, ../style/sass/modules/linq-provider/_linq-review.scss */
.linq-review .review-detail .reviewPageSection ul.parentList:last-child li:first-child:nth-last-child(1) {
  display: block;
}
/* line 50, ../style/sass/modules/linq-provider/_linq-review.scss */
.linq-review .review-detail .reviewPageSection ul.parentList li.double-column:first-child {
  border-bottom: none;
}
/* line 54, ../style/sass/modules/linq-provider/_linq-review.scss */
.linq-review .review-detail .reviewPageSection ul.parentList li {
  display: table-cell;
  float: none;
  width: 33.33%;
  padding-top: 36px;
  padding-right: 10px;
  padding-bottom: 40px;
  padding-left: 32px;
  border-top: none;
  border-bottom: none;
  border-right: 1px solid #cccbcb;
}
@media (max-width: 1023px) {
  /* line 54, ../style/sass/modules/linq-provider/_linq-review.scss */
  .linq-review .review-detail .reviewPageSection ul.parentList li {
    padding-bottom: 0;
    padding-left: 15px;
  }
}
/* line 66, ../style/sass/modules/linq-provider/_linq-review.scss */
.linq-review .review-detail .reviewPageSection ul.parentList li:last-child {
  border-right: none;
}
/* line 70, ../style/sass/modules/linq-provider/_linq-review.scss */
.linq-review .review-detail .reviewPageSection ul.parentList li p.subheader-desc {
  width: 100%;
  word-break: break-word;
  word-wrap: break-word;
  padding-left: 0px;
}
@media (min-width: 1024px) {
  /* line 70, ../style/sass/modules/linq-provider/_linq-review.scss */
  .linq-review .review-detail .reviewPageSection ul.parentList li p.subheader-desc {
    padding-right: 15px;
  }
}
/* line 80, ../style/sass/modules/linq-provider/_linq-review.scss */
.linq-review .review-detail .reviewPageSection ul.parentList li h4 {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 23px;
  margin-left: 0px;
}
/* line 82, ../style/sass/modules/linq-provider/_linq-review.scss */
.linq-review .review-detail .reviewPageSection ul.parentList li h4 label {
  font-size: 16px;
  color: #00c4b3;
  font-family: "Effra Medium";
  text-transform: uppercase;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
/* line 91, ../style/sass/modules/linq-provider/_linq-review.scss */
.linq-review .review-detail .reviewPageSection ul.parentList li h4 div div.order-subheader {
  font-size: inherit;
  font-family: "effra bold";
  font-style: normal;
  font-weight: normal;
  color: #859199;
}
/* line 96, ../style/sass/modules/linq-provider/_linq-review.scss */
.linq-review .review-detail .reviewPageSection ul.parentList li h4 div p.subheader-desc {
  line-height: 20px;
  font-size: 14px;
  width: 50%;
  word-break: break-word;
  word-wrap: break-word;
}
/* line 107, ../style/sass/modules/linq-provider/_linq-review.scss */
.linq-review .review-detail .reviewPageSection ul.parentList li dl {
  font-family: "Effra Regular";
}
/* line 110, ../style/sass/modules/linq-provider/_linq-review.scss */
.linq-review .review-detail .reviewPageSection ul.parentList li dl dt {
  padding-top: 0;
  padding-right: 5px;
  padding-bottom: 10px;
  color: #0085ca;
  width: 41%;
  font-size: 14px;
  display: inline-block;
  font-weight: normal;
  overflow-x: hidden;
  float: left;
  text-overflow: initial;
  white-space: initial;
  float: none;
}
/* line 123, ../style/sass/modules/linq-provider/_linq-review.scss */
.linq-review .review-detail .reviewPageSection ul.parentList li dl dd {
  margin-bottom: 0;
  margin-left: 0;
  font-size: 14px;
  font-family: "Effra Regular";
  width: 56%;
  display: inline-block;
  padding-top: 0;
  padding-right: 5px;
  padding-bottom: 10px;
  vertical-align: top;
  color: #859199;
  float: none;
  word-break: break-word;
  word-wrap: break-word;
}
/* line 135, ../style/sass/modules/linq-provider/_linq-review.scss */
.linq-review .review-detail .reviewPageSection ul.parentList li dl dd.full-width {
  width: 100% !important;
}
/* line 141, ../style/sass/modules/linq-provider/_linq-review.scss */
.linq-review .review-detail .reviewPageSection ul.parentList li dl:last-child {
  margin-bottom: 0;
}
/* line 144, ../style/sass/modules/linq-provider/_linq-review.scss */
.linq-review .review-detail .reviewPageSection ul.parentList li.double-column {
  width: 66.66%;
}
/* line 146, ../style/sass/modules/linq-provider/_linq-review.scss */
.linq-review .review-detail .reviewPageSection ul.parentList li.double-column li {
  border: none;
  width: 50%;
  float: left;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  vertical-align: top;
}
@media (max-width: 1023px) {
  /* line 54, ../style/sass/modules/linq-provider/_linq-review.scss */
  .linq-review .review-detail .reviewPageSection ul.parentList li {
    width: 100% !important;
    border-bottom: 1px solid #cccbcb;
    display: block;
  }
}
/* line 162, ../style/sass/modules/linq-provider/_linq-review.scss */
.linq-review .review-detail .reviewPageSection ul.parentList.last-col {
  display: block;
  width: 66.66%;
}
/* line 165, ../style/sass/modules/linq-provider/_linq-review.scss */
.linq-review .review-detail .reviewPageSection ul.parentList.last-col li {
  display: inline-block;
  min-height: 300px;
  width: 50%;
}
/* line 171, ../style/sass/modules/linq-provider/_linq-review.scss */
.linq-review .review-detail .reviewPageSection ul.parentList:first-child {
  display: block;
}
/* line 175, ../style/sass/modules/linq-provider/_linq-review.scss */
.linq-review .review-detail .reviewPageSection ul.parentList:nth-child(2), .linq-review .review-detail .reviewPageSection ul.parentList:nth-child(3) {
  border-top: none;
}
@media (max-width: 1023px) {
  /* line 40, ../style/sass/modules/linq-provider/_linq-review.scss */
  .linq-review .review-detail .reviewPageSection ul.parentList {
    display: block;
  }
}
/* line 187, ../style/sass/modules/linq-provider/_linq-review.scss */
.linq-review .review-detail .procedure-details {
  clear: left;
}
/* line 189, ../style/sass/modules/linq-provider/_linq-review.scss */
.linq-review .review-detail .procedure-details h4 {
  text-transform: uppercase;
}
/* line 192, ../style/sass/modules/linq-provider/_linq-review.scss */
.linq-review .review-detail .procedure-details .lbl-replaced {
  float: left;
}
/* line 195, ../style/sass/modules/linq-provider/_linq-review.scss */
.linq-review .review-detail .procedure-details span.pencil {
  padding-left: 20px;
}
@media (min-width: 1024px) {
  /* line 195, ../style/sass/modules/linq-provider/_linq-review.scss */
  .linq-review .review-detail .procedure-details span.pencil {
    float: none;
  }
}
/* line 201, ../style/sass/modules/linq-provider/_linq-review.scss */
.linq-review .review-detail .procedure-details > ul {
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 15px;
}
/* line 207, ../style/sass/modules/linq-provider/_linq-review.scss */
.linq-review .review-info {
  clear: both;
  min-height: 160px;
  border-top: 1px solid #cccbcb;
  border-right: 1px solid #cccbcb;
  float: left;
  width: 100%;
}
@media (max-width: 1023px) {
  /* line 207, ../style/sass/modules/linq-provider/_linq-review.scss */
  .linq-review .review-info {
    height: auto;
    border-right: none;
    border-top: none;
    max-height: none;
  }
}
/* line 221, ../style/sass/modules/linq-provider/_linq-review.scss */
.linq-review .review-info li {
  display: inline-block;
  border-left: 1px solid #cccbcb;
  height: 100%;
  padding-right: 25px;
  padding-bottom: 40px;
  padding-left: 30px;
  float: left;
  width: 33.33%;
}
@media (max-width: 1023px) {
  /* line 221, ../style/sass/modules/linq-provider/_linq-review.scss */
  .linq-review .review-info li {
    float: left;
    width: 110%;
    border-left: none;
    padding-right: 5%;
    padding-bottom: 20px;
    padding-left: 8%;
    border-top: 1px solid #cccbcb;
    margin-right: -5%;
    margin-left: -5%;
  }
}
/* line 234, ../style/sass/modules/linq-provider/_linq-review.scss */
.linq-review .review-info li h4 {
  font-size: 16px;
  font-family: "Effra Medium";
  font-style: normal;
  font-weight: normal;
  color: #00c4b3;
  text-transform: uppercase;
  margin-bottom: 23px;
  padding-top: 23px;
}
@media (max-width: 1023px) {
  /* line 234, ../style/sass/modules/linq-provider/_linq-review.scss */
  .linq-review .review-info li h4 {
    padding-top: 20px;
  }
}
/* line 245, ../style/sass/modules/linq-provider/_linq-review.scss */
.linq-review .review-info li dl dt {
  font-family: "Effra Medium";
  color: #0085ca;
  font-weight: normal;
  display: inline-block;
  margin-right: 5px;
  vertical-align: top;
  clear: both;
  float: left;
  width: 40%;
}
/* line 256, ../style/sass/modules/linq-provider/_linq-review.scss */
.linq-review .review-info li dl dd {
  margin-bottom: 0;
  margin-left: 0;
  font-size: 14px;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
  color: #859199;
  width: 56%;
  float: left;
  word-break: break-all;
}
/* line 263, ../style/sass/modules/linq-provider/_linq-review.scss */
.linq-review .review-info li dl dd.detail-info {
  width: auto;
  word-break: initial;
}
/* line 269, ../style/sass/modules/linq-provider/_linq-review.scss */
.linq-review .review-info li dl.two-col-list {
  float: left;
  width: 49%;
  display: inline-block;
}
@media (max-width: 1023px) {
  /* line 269, ../style/sass/modules/linq-provider/_linq-review.scss */
  .linq-review .review-info li dl.two-col-list {
    float: left;
    width: 100%;
  }
}
/* line 276, ../style/sass/modules/linq-provider/_linq-review.scss */
.linq-review .review-info li p {
  font-size: 14px;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
  line-height: 16px;
  color: #859199;
  word-wrap: break-word;
}
@media (min-width: 1024px) {
  /* line 276, ../style/sass/modules/linq-provider/_linq-review.scss */
  .linq-review .review-info li p {
    padding-right: 10px;
  }
}
/* line 285, ../style/sass/modules/linq-provider/_linq-review.scss */
.linq-review .review-info li p.header {
  font-family: "Effra Bold";
}
/* line 288, ../style/sass/modules/linq-provider/_linq-review.scss */
.linq-review .review-info li dl.patient-details {
  float: left;
  width: 100%;
}
/* line 292, ../style/sass/modules/linq-provider/_linq-review.scss */
.linq-review .review-info li.col-two {
  display: inline-block;
  float: left;
  width: 66.66%;
}
@media (max-width: 1023px) {
  /* line 292, ../style/sass/modules/linq-provider/_linq-review.scss */
  .linq-review .review-info li.col-two {
    float: left;
    width: 110%;
  }
}
/* line 300, ../style/sass/modules/linq-provider/_linq-review.scss */
.linq-review .review-info.last {
  border-right: none;
}
/* line 302, ../style/sass/modules/linq-provider/_linq-review.scss */
.linq-review .review-info.last li {
  border-bottom: 1px solid #cccbcb;
}
/* line 305, ../style/sass/modules/linq-provider/_linq-review.scss */
.linq-review .review-info.last li:last-child {
  border-right: 1px solid #cccbcb;
}
@media (max-width: 1023px) {
  /* line 305, ../style/sass/modules/linq-provider/_linq-review.scss */
  .linq-review .review-info.last li:last-child {
    border-right: none;
  }
}
/* line 312, ../style/sass/modules/linq-provider/_linq-review.scss */
.linq-review .pencil {
  float: right;
  margin-right: 14px;
}
@media (max-width: 1023px) {
  /* line 312, ../style/sass/modules/linq-provider/_linq-review.scss */
  .linq-review .pencil {
    margin-right: 0px;
  }
}
/* line 319, ../style/sass/modules/linq-provider/_linq-review.scss */
.linq-review h4 {
  color: #00c4b3;
  font-size: 16px;
  font-family: "Effra Medium";
  font-style: normal;
  font-weight: normal;
}
/* line 323, ../style/sass/modules/linq-provider/_linq-review.scss */
.linq-review section.notes {
  background: #F7FAFC;
  width: 100%;
  word-wrap: break-word;
  padding-top: 20px;
  padding-right: 25px;
  padding-bottom: 10px;
  padding-left: 25px;
  margin-top: 35px;
  margin-bottom: 40px;
  clear: both;
  float: left;
}
@media (max-width: 1023px) {
  /* line 323, ../style/sass/modules/linq-provider/_linq-review.scss */
  .linq-review section.notes {
    padding-top: 20px;
    padding-right: 25px;
    padding-bottom: 10px;
    padding-left: 35px;
    margin-top: 0px;
    margin-right: 0%;
    margin-bottom: 0px;
    margin-left: 0%;
    width: 100%;
  }
}
/* line 336, ../style/sass/modules/linq-provider/_linq-review.scss */
.linq-review section.notes p {
  color: #69757b;
  font-size: 14px;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
}
/* line 340, ../style/sass/modules/linq-provider/_linq-review.scss */
.linq-review section.notes .pencil {
  float: right;
}
/* line 343, ../style/sass/modules/linq-provider/_linq-review.scss */
.linq-review section.notes span {
  color: #859199;
}
@media (max-width: 1023px) {
  /* line 347, ../style/sass/modules/linq-provider/_linq-review.scss */
  .linq-review .procedure-details {
    float: left;
    width: 110%;
    border-left: none;
    padding-right: 9%;
    padding-bottom: 20px;
    padding-left: 9%;
    border-top: 1px solid #cccbcb;
    margin-right: -5%;
    margin-left: -5%;
  }
}
/* line 355, ../style/sass/modules/linq-provider/_linq-review.scss */
.linq-review .procedure-details li {
  float: left;
  width: 49%;
  color: #859199;
  font-size: 14px;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
}
@media (max-width: 1023px) {
  /* line 355, ../style/sass/modules/linq-provider/_linq-review.scss */
  .linq-review .procedure-details li {
    float: left;
    width: 100%;
  }
}
/* line 362, ../style/sass/modules/linq-provider/_linq-review.scss */
.linq-review .procedure-details li label {
  margin-right: 5px;
  line-height: 7px;
  color: #0085ca;
  font-size: 14px;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
}
@media (max-width: 1023px) {
  /* line 362, ../style/sass/modules/linq-provider/_linq-review.scss */
  .linq-review .procedure-details li label {
    font-size: 14px;
    width: 40%;
  }
}
/* line 373, ../style/sass/modules/linq-provider/_linq-review.scss */
.linq-review .procedure-details table {
  margin-top: 25px;
  margin-bottom: 25px;
}
@media (max-width: 1023px) {
  /* line 373, ../style/sass/modules/linq-provider/_linq-review.scss */
  .linq-review .procedure-details table {
    width: 94%;
    margin-left: 3%;
  }
}
/* line 379, ../style/sass/modules/linq-provider/_linq-review.scss */
.linq-review .procedure-details table td.st-key {
  width: 31% !important;
}
/* line 382, ../style/sass/modules/linq-provider/_linq-review.scss */
.linq-review .procedure-details table td.st-val {
  color: #859199 !important;
}
/* line 387, ../style/sass/modules/linq-provider/_linq-review.scss */
.linq-review .procedure-details .replaced-table th {
  background: #859199;
}
@media (max-width: 1023px) {
  /* line 391, ../style/sass/modules/linq-provider/_linq-review.scss */
  .linq-review .procedure-details div {
    width: 105%;
    margin-right: -2.5%;
    margin-left: -2.5%;
  }
}
@media (max-width: 1023px) {
  /* line 398, ../style/sass/modules/linq-provider/_linq-review.scss */
  .linq-review h2 {
    font-size: 20px;
    padding-top: 20px;
    padding-left: 15px;
  }
}
@media (max-width: 1023px) {
  /* line 404, ../style/sass/modules/linq-provider/_linq-review.scss */
  .linq-review .lbl-replaced {
    float: left;
    width: 100%;
    clear: both;
  }
}

/* line 1, ../style/sass/modules/nuro/_nuro-device.scss */
h1.heading-center + hr {
  width: 12%;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  border-top: 1px solid #004b87;
}
@media (max-width: 1023px) {
  /* line 1, ../style/sass/modules/nuro/_nuro-device.scss */
  h1.heading-center + hr {
    width: 100%;
    border-top: 1px solid #ccc;
  }
}

/* line 10, ../style/sass/modules/nuro/_nuro-device.scss */
.nuro-device {
  margin-top: 5%;
  margin-right: 5%;
  margin-bottom: 5%;
  margin-left: 5%;
}
@media (max-width: 1023px) {
  /* line 10, ../style/sass/modules/nuro/_nuro-device.scss */
  .nuro-device {
    margin-top: 5%;
    margin-right: 0;
    margin-bottom: 5%;
    margin-left: 0;
  }
}
/* line 15, ../style/sass/modules/nuro/_nuro-device.scss */
.nuro-device hr {
  float: left;
  width: 100%;
}
/* line 18, ../style/sass/modules/nuro/_nuro-device.scss */
.nuro-device .error-banner {
  width: 70%;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 30px;
}
@media (max-width: 1023px) {
  /* line 18, ../style/sass/modules/nuro/_nuro-device.scss */
  .nuro-device .error-banner {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
}
/* line 27, ../style/sass/modules/nuro/_nuro-device.scss */
.nuro-device .link-more {
  text-transform: uppercase;
  margin-bottom: 0;
}
/* line 30, ../style/sass/modules/nuro/_nuro-device.scss */
.nuro-device .link-more a {
  font-size: 14px;
  font-family: "Effra Medium";
  font-style: normal;
  font-weight: normal;
  outline: 0;
  text-decoration: none;
}
/* line 34, ../style/sass/modules/nuro/_nuro-device.scss */
.nuro-device .link-more a span {
  vertical-align: sub;
  font-size: 16px;
  font-family: "Effra Medium";
  font-style: normal;
  font-weight: normal;
}
/* line 40, ../style/sass/modules/nuro/_nuro-device.scss */
.nuro-device .nuro-system {
  margin-right: 5%;
  margin-left: 5%;
  float: left;
  width: 90%;
}
/* line 43, ../style/sass/modules/nuro/_nuro-device.scss */
.nuro-device .nuro-system p {
  padding-top: 10px;
  font-size: 16px;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
  line-height: 26px;
}
/* line 48, ../style/sass/modules/nuro/_nuro-device.scss */
.nuro-device .nuro-system ul {
  float: left;
  width: 50%;
  font-size: 16px;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
  margin-left: 60px;
  color: #859199;
}
/* line 53, ../style/sass/modules/nuro/_nuro-device.scss */
.nuro-device .nuro-system ul li {
  list-style: initial;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (max-width: 1023px) {
  /* line 48, ../style/sass/modules/nuro/_nuro-device.scss */
  .nuro-device .nuro-system ul {
    float: left;
    width: 100%;
  }
}
/* line 61, ../style/sass/modules/nuro/_nuro-device.scss */
.nuro-device .nuro-system ul + input {
  float: right;
}
@media (max-width: 1023px) {
  /* line 61, ../style/sass/modules/nuro/_nuro-device.scss */
  .nuro-device .nuro-system ul + input {
    margin-top: 20px;
  }
}
/* line 68, ../style/sass/modules/nuro/_nuro-device.scss */
.nuro-device .devices-list {
  float: left;
  width: 100%;
  margin-top: 3%;
  margin-bottom: 5%;
}
/* line 71, ../style/sass/modules/nuro/_nuro-device.scss */
.nuro-device .devices-list div {
  float: left;
  width: 49%;
  background: #F7FAFC;
  padding-top: 30px;
  padding-right: 50px;
  padding-bottom: 30px;
  padding-left: 50px;
}
@media (max-width: 1023px) {
  /* line 71, ../style/sass/modules/nuro/_nuro-device.scss */
  .nuro-device .devices-list div {
    float: left;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 30px;
  }
}
/* line 80, ../style/sass/modules/nuro/_nuro-device.scss */
.nuro-device .devices-list div ul {
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 30px;
  margin-left: 20px;
  color: #859199;
}
/* line 84, ../style/sass/modules/nuro/_nuro-device.scss */
.nuro-device .devices-list div ul li {
  list-style: initial;
  padding-top: 5px;
  padding-bottom: 5px;
}
/* line 87, ../style/sass/modules/nuro/_nuro-device.scss */
.nuro-device .devices-list div ul li a {
  font-size: 14px;
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: normal;
  outline: 0;
  text-decoration: none;
}
/* line 94, ../style/sass/modules/nuro/_nuro-device.scss */
.nuro-device .devices-list div:last-child {
  margin-left: 2%;
}
/* line 96, ../style/sass/modules/nuro/_nuro-device.scss */
.nuro-device .devices-list div:last-child ul {
  margin-bottom: 0;
  margin-left: 0;
}
/* line 98, ../style/sass/modules/nuro/_nuro-device.scss */
.nuro-device .devices-list div:last-child ul li {
  list-style: inherit;
}
@media (max-width: 1023px) {
  /* line 94, ../style/sass/modules/nuro/_nuro-device.scss */
  .nuro-device .devices-list div:last-child {
    margin-left: 0;
  }
}

/******************************************
1.nuro device history.shtml
*******************************************/
/* line 119, ../style/sass/modules/nuro/_nuro-device.scss */
.nuro-device-history table input[type="text"] {
  width: 20%;
}
/* line 122, ../style/sass/modules/nuro/_nuro-device.scss */
.nuro-device-history table input {
  float: left;
  margin-right: 20px;
}
/* line 126, ../style/sass/modules/nuro/_nuro-device.scss */
.nuro-device-history table input[type="button"] {
  padding-left: 18px;
  padding-right: 18px;
  float: left !important;
}
/* line 131, ../style/sass/modules/nuro/_nuro-device.scss */
.nuro-device-history table td a {
  margin-left: 4%;
}
/* line 135, ../style/sass/modules/nuro/_nuro-device.scss */
.nuro-device-history table td.address span {
  display: table-cell;
  vertical-align: top;
}
/* line 138, ../style/sass/modules/nuro/_nuro-device.scss */
.nuro-device-history table td.address span:nth-child(1) {
  padding-right: 15px;
}
/* line 144, ../style/sass/modules/nuro/_nuro-device.scss */
.nuro-device-history .device-number {
  display: block;
}

/* line 151, ../style/sass/modules/nuro/_nuro-device.scss */
footer.conditionalNuroFooter {
  background: #002554;
  clear: both;
  padding: 10px 0;
  text-align: center;
  color: #fff;
}

@media (max-width: 1023px) {
  /* line 1, ../style/sass/modules/paginationTemplate/_pagination-template.scss */
  .pagination.blue-bg {
    height: 77px;
  }
}
@media (max-width: 1023px) {
  /* line 5, ../style/sass/modules/paginationTemplate/_pagination-template.scss */
  .pagination.blue-bg .pagination-startend-count {
    margin: 0;
    padding-top: 12px;
  }
}

/* line 12, ../style/sass/modules/paginationTemplate/_pagination-template.scss */
p.pagination-count {
  width: 200px;
  margin: 0 auto;
  float: none;
}
@media (max-width: 1023px) {
  /* line 12, ../style/sass/modules/paginationTemplate/_pagination-template.scss */
  p.pagination-count {
    float: left;
    text-align: center;
    width: 100%;
  }
}

/* line 23, ../style/sass/modules/paginationTemplate/_pagination-template.scss */
.pagination-template {
  float: right;
  position: relative;
}
@media (max-width: 1023px) {
  /* line 23, ../style/sass/modules/paginationTemplate/_pagination-template.scss */
  .pagination-template {
    margin: 0 auto 7px auto;
    width: 240px;
    float: right;
  }
  /* line 30, ../style/sass/modules/paginationTemplate/_pagination-template.scss */
  .pagination-template.width-one {
    width: 117px;
    margin-bottom: 0;
  }
  /* line 34, ../style/sass/modules/paginationTemplate/_pagination-template.scss */
  .pagination-template.width-two {
    width: 160px;
  }
  /* line 37, ../style/sass/modules/paginationTemplate/_pagination-template.scss */
  .pagination-template.width-three {
    width: 180px;
  }
}
@media (max-width: 1023px) {
  /* line 42, ../style/sass/modules/paginationTemplate/_pagination-template.scss */
  .pagination-template.frontend-multiple {
    margin: 14px auto 7px auto;
    width: auto;
    float: right;
  }
  /* line 47, ../style/sass/modules/paginationTemplate/_pagination-template.scss */
  .pagination-template.frontend-multiple.width-one {
    width: auto;
  }
  /* line 50, ../style/sass/modules/paginationTemplate/_pagination-template.scss */
  .pagination-template.frontend-multiple.width-two {
    width: auto;
  }
  /* line 53, ../style/sass/modules/paginationTemplate/_pagination-template.scss */
  .pagination-template.frontend-multiple.width-three {
    width: auto;
  }
}
/* line 58, ../style/sass/modules/paginationTemplate/_pagination-template.scss */
.pagination-template.frontend-multiple a {
  padding: 1px 10px;
}
/* line 66, ../style/sass/modules/paginationTemplate/_pagination-template.scss */
.pagination-template a {
  display: inline-block;
  text-align: center;
  background-color: #fff;
  font-size: 14px;
  outline: none;
  text-decoration: none;
  color: #859199;
  float: left;
  border-radius: 0;
  font-weight: bold;
  min-width: 36px;
  height: 32px;
  /*border-right: 1px solid $grey11;*/
  padding-top: 0;
  padding-right: 5px;
  padding-bottom: 0;
  padding-left: 5px;
}
/* line 81, ../style/sass/modules/paginationTemplate/_pagination-template.scss */
.pagination-template a.go-next {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  float: right;
  border-right: none;
}
/* line 86, ../style/sass/modules/paginationTemplate/_pagination-template.scss */
.pagination-template a.go-next, .pagination-template a.go-prev {
  line-height: 12px;
}
/* line 90, ../style/sass/modules/paginationTemplate/_pagination-template.scss */
.pagination-template a.go-next, .pagination-template a.go-prev {
  color: #00a9e0;
  font-size: 20px;
}
/* line 94, ../style/sass/modules/paginationTemplate/_pagination-template.scss */
.pagination-template a.go-next.disable {
  color: #859199;
}
/* line 97, ../style/sass/modules/paginationTemplate/_pagination-template.scss */
.pagination-template a.disabled {
  color: #859199;
}
/* line 100, ../style/sass/modules/paginationTemplate/_pagination-template.scss */
.pagination-template a.active {
  background: #00a9e0;
  color: #fff;
}
/* line 108, ../style/sass/modules/paginationTemplate/_pagination-template.scss */
.pagination-template .page-navigator {
  float: right;
}
/* line 111, ../style/sass/modules/paginationTemplate/_pagination-template.scss */
.pagination-template .wrapper {
  height: auto;
  background: #fff;
  position: absolute;
  width: 37px;
  top: -97px;
  left: 108px;
  padding-top: 5px;
}
@media (max-width: 1023px) {
  /* line 111, ../style/sass/modules/paginationTemplate/_pagination-template.scss */
  .pagination-template .wrapper {
    top: -119px;
  }
}
/* line 122, ../style/sass/modules/paginationTemplate/_pagination-template.scss */
.pagination-template .wrapper a.top {
  text-align: center;
  width: 100%;
  font-size: 22px;
  color: #00a9e0;
  border: 1px solid #cccbcb;
  border-bottom: none;
}
/* line 130, ../style/sass/modules/paginationTemplate/_pagination-template.scss */
.pagination-template .wrapper a.bottom {
  width: 100%;
  text-align: center;
  font-size: 24px;
  /* line-height: 24px; */
  color: #00a9e0;
  position: relative;
  top: 0;
  z-index: 9999;
  border: 1px solid #cccbcb;
  border-top: none;
}
/* line 142, ../style/sass/modules/paginationTemplate/_pagination-template.scss */
.pagination-template .wrapper .remaining-pages {
  position: relative;
  top: 0;
  right: 0px;
  text-align: center;
  height: auto;
  overflow: hidden;
  width: 37px;
  background-color: #fff;
  z-index: 9999;
}
/* line 152, ../style/sass/modules/paginationTemplate/_pagination-template.scss */
.pagination-template .wrapper .remaining-pages a {
  display: block;
  color: #004b87;
  width: 100%;
  float: none;
  margin: 0;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  outline: none;
  text-decoration: none;
  float: left;
  border-radius: 0;
  font-weight: normal;
  border: 1px solid #cccbcb;
  border-top: none;
  border-bottom: none;
}
/* line 170, ../style/sass/modules/paginationTemplate/_pagination-template.scss */
.pagination-template .wrapper .remaining-pages .scrollable {
  background: #fff;
  position: relative;
  top: 0;
}
/* line 177, ../style/sass/modules/paginationTemplate/_pagination-template.scss */
.pagination-template.delivery-note-detail {
  line-height: 32px;
}
@media (max-width: 1023px) {
  /* line 177, ../style/sass/modules/paginationTemplate/_pagination-template.scss */
  .pagination-template.delivery-note-detail {
    float: left;
    margin: 0 auto;
  }
}

/*# sourceMappingURL=myorders-min.css.map */
