.bg-gray-light {
  background: #fafafa;
}
.bg-white {
  background: #fff;
}
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: Verdana, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #5c707b;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #249efc;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #249efc;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
@font-face {
  font-family: 'AVGSans_3';
  src: url('../fonts/AVGSansBlackProportional.eot');
  src: url('../fonts/AVGSansBlackProportional.eot?#iefix') format('embedded-opentype'), url('../fonts/AVGSansBlackProportional.woff') format('woff'), url('../fonts/AVGSansBlackProportional.ttf');
}
@font-face {
  font-family: 'AVGSans_2';
  src: url('../fonts/AVGSansBoldProportional.eot');
  src: url('../fonts/AVGSansBoldProportional.eot?#iefix') format('embedded-opentype'), url('../fonts/AVGSansBoldProportional.woff') format('woff'), url('../fonts/AVGSansBoldProportional.ttf');
}
@font-face {
  font-family: 'AVGSans_1';
  src: url('../fonts/AVGSansBookProportional.eot');
  src: url('../fonts/AVGSansBookProportional.eot?#iefix') format('embedded-opentype'), url('../fonts/AVGSansBookProportional.woff') format('woff'), url('../fonts/AVGSansBookProportional.ttf');
}
@font-face {
  font-family: 'AVGSans_4';
  src: url('../fonts/AVGSansMediumProportional.eot');
  src: url('../fonts/AVGSansMediumProportional.eot?#iefix') format('embedded-opentype'), url('../fonts/AVGSansMediumProportional.woff') format('woff'), url('../fonts/AVGSansMediumProportional.ttf');
}
@font-face {
  font-family: 'AVGSans_4a';
  src: url('../fonts/AVGSansMediumProportional.eot');
  src: url('../fonts/AVGSansMediumProportional.eot?#iefix') format('embedded-opentype'), url('../fonts/AVGSansMediumProportional.woff') format('woff'), url('../fonts/AVGSansMediumProportional.ttf');
}
@font-face {
  font-family: 'AVGSans_Light';
  src: url('../fonts/AVGSansLightProportional.eot');
  src: url('../fonts/AVGSansLightProportional.eot?#iefix') format('embedded-opentype'), url('../fonts/AVGSansLightProportional.woff') format('woff'), url('../fonts/AVGSansLightProportional.ttf');
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: AVGSans_Light;
  font-weight: 500;
  line-height: 1.1;
  color: #000;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 0;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 43px;
  line-height: 46px;
}
h2,
.h2 {
  font-size: 36px;
  line-height: 38px;
}
h3,
.h3 {
  font-size: 24px;
  line-height: 26px;
}
h4,
.h4 {
  font-size: 24px;
  line-height: 1em;
}
h5,
.h5 {
  font-size: 16px;
  line-height: 1em;
}
h6,
.h6 {
  font-size: 14px;
  line-height: 1em;
}
.font-avg-sans-1 {
  font-family: AVGSans_1 !important;
}
.font-avg-sans-2 {
  font-family: AVGSans_2 !important;
}
.font-avg-sans-3 {
  font-family: AVGSans_3 !important;
}
.font-avg-sans-4 {
  font-family: AVGSans_4 !important;
}
.font-avg-sans-5 {
  font-family: AVGSans_Light !important;
}
.h1-subheading {
  font: normal 30px/32px 'AVGSans_Light', Arial, Verdana, sans-serif;
  color: #5c707b;
  margin: 0.2em 0 0.6em;
}
.h2-subheading {
  font: normal 24px/26px 'AVGSans_Light', Arial, Verdana, sans-serif;
  color: #5c707b;
  margin: 0.22em 0 1em;
}
.h3-subheading {
  font: normal 18px/20px 'AVGSans_Light', Arial, Verdana, sans-serif;
  color: #5c707b;
  margin: 0.35em 0 0.35em;
}
.hd-xx-large {
  font-size: 74px !important;
  line-height: 74px !important;
}
.hd-x-large {
  font-size: 64px !important;
  line-height: 64px !important;
}
.hd-large {
  font-size: 54px !important;
  line-height: 54px !important;
}
.hd-medium {
  font-size: 44px !important;
  line-height: 44px !important;
}
.hd-small {
  font-size: 36px !important;
  line-height: 36px !important;
}
.hd-x-small {
  font-size: 24px !important;
  line-height: 24px !important;
}
.hd-xx-small {
  font-size: 18px !important;
  line-height: 18px !important;
}
.section-header {
  margin: 0 0 .5em;
}
p {
  margin: 0 0 10px;
}
p.large {
  font-size: 125% !important;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 480px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
@media (max-width: 479px) {
  .text-xs-left {
    text-align: left;
  }
  .text-xs-right {
    text-align: right;
  }
  .text-xs-center {
    text-align: center;
  }
  .text-xs-justify {
    text-align: justify;
  }
}
@media (max-width: 767px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-justify {
    text-align: justify;
  }
}
@media (max-width: 991px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-justify {
    text-align: justify;
  }
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #249efc;
}
a.text-primary:hover {
  color: #0385ea;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #ff6c2f;
}
a.text-danger:hover {
  color: #fb4a00;
}
.gray-text {
  color: #959595 !important;
}
.nevada-text {
  color: #5c707b !important;
}
.black-text {
  color: #000 !important;
}
.white-text {
  color: #fff !important;
}
.red-text {
  color: #ed1c24 !important;
}
.green-text {
  color: #45a21f !important;
}
.blue-text {
  color: #00a1e7 !important;
}
.bg-primary {
  color: #fff;
  background-color: #249efc;
}
a.bg-primary:hover {
  background-color: #0385ea;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  list-style-position: inside;
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 992px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.pre-line {
  white-space: pre-line;
}
.top-offset-huge,
.mt50 {
  margin-top: 50px !important;
}
.top-offset-large-40,
.mt40 {
  margin-top: 40px !important;
}
.top-offset-large,
.mt30 {
  margin-top: 30px !important;
}
.top-offset-medium,
.mt20 {
  margin-top: 20px !important;
}
.top-offset-small,
.mt10 {
  margin-top: 10px !important;
}
.bottom-offset-huge,
.mb50 {
  margin-bottom: 50px !important;
}
.bottom-offset-huge-40,
.mb40 {
  margin-bottom: 40px !important;
}
.bottom-offset-large,
.mb30 {
  margin-bottom: 30px !important;
}
.bottom-offset-medium,
.mb20 {
  margin-bottom: 20px !important;
}
.bottom-offset-small,
.mb10 {
  margin-bottom: 10px !important;
}
.margin-reset {
  margin: 0 !important;
}
.margin-auto-15 {
  margin: auto 15px !important;
  float: none !important;
}
.margin-15-auto {
  margin: 15px auto !important;
  float: none !important;
}
.margin-auto {
  margin: auto !important;
  float: none !important;
}
@media (max-width: 479px) {
  .margin-xs-auto-15 {
    margin: auto 15px !important;
    float: none !important;
  }
  .margin-xs-15-auto {
    margin: 15px auto !important;
    float: none !important;
  }
  .margin-xs-auto {
    margin: auto !important;
    float: none !important;
  }
}
@media (max-width: 767px) {
  .margin-sm-auto-15 {
    margin: auto 15px !important;
    float: none !important;
  }
  .margin-sm-15-auto {
    margin: 15px auto !important;
    float: none !important;
  }
  .margin-sm-auto {
    margin: auto !important;
    float: none !important;
  }
}
@media (max-width: 991px) {
  .margin-md-auto-15 {
    margin: auto 15px !important;
    float: none !important;
  }
  .margin-md-15-auto {
    margin: 15px auto !important;
    float: none !important;
  }
  .margin-md-auto {
    margin: auto !important;
    float: none !important;
  }
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  /*
  @media (min-width: @screen-sm-min) {
    width: @container-sm;
  }
  */
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-right-12 {
  margin-right: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-right-11 {
  margin-right: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-right-10 {
  margin-right: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-right-9 {
  margin-right: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-right-8 {
  margin-right: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-right-7 {
  margin-right: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-right-6 {
  margin-right: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-right-5 {
  margin-right: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-right-4 {
  margin-right: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-right-3 {
  margin-right: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-right-2 {
  margin-right: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-right-1 {
  margin-right: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
.col-xs-offset-right-0 {
  margin-right: 0%;
}
@media (min-width: 480px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-right-12 {
    margin-right: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-right-9 {
    margin-right: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-right-6 {
    margin-right: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-right-3 {
    margin-right: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-right-0 {
    margin-right: 0%;
  }
}
@media (min-width: 768px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-right-12 {
    margin-right: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-right-9 {
    margin-right: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-right-6 {
    margin-right: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-right-3 {
    margin-right: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-right-0 {
    margin-right: 0%;
  }
}
@media (min-width: 992px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-right-12 {
    margin-right: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-right-9 {
    margin-right: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-right-6 {
    margin-right: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-right-3 {
    margin-right: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-right-0 {
    margin-right: 0%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media (max-width: 479px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: normal;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 39px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #959595;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 39px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 22px;
  margin-top: 0px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 58px;
  padding: 16px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 58px;
  line-height: 58px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 48.75px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 39px;
  height: 39px;
  line-height: 39px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.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;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #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;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error-ich .help-block,
.has-error .control-label,
.has-error-ich .control-label,
.has-error .radio,
.has-error-ich .radio,
.has-error .checkbox,
.has-error-ich .checkbox,
.has-error .radio-inline,
.has-error-ich .radio-inline,
.has-error .checkbox-inline,
.has-error-ich .checkbox-inline {
  color: #ff6c2f;
}
.has-error .form-control,
.has-error-ich .form-control {
  border-color: #ff6c2f;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus,
.has-error-ich .form-control:focus {
  border-color: #fb4a00;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffb495;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffb495;
}
.has-error .input-group-addon,
.has-error-ich .input-group-addon {
  color: #ff6c2f;
  border-color: #ff6c2f;
  background-color: #f2dede;
}
.has-error .form-control-feedback,
.has-error-ich .form-control-feedback {
  color: #ff6c2f;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #9fafb7;
}
@media (min-width: 480px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  /*min-height: (@line-height-computed + (@padding-base-vertical + 1));*/
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
.form-horizontal .form-group-last {
  margin-bottom: 10px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 480px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 10px;
}
/* JS form replace styles */
.input-replaced {
  position: absolute;
  left: -9999px;
  top: 0;
}
.no-js .input-replaced {
  position: static;
  left: 0;
  top: 0;
}
.input-parent {
  /**/
}
.input-parent.parent-radio label {
  position: relative;
  top: -12px;
}
.input.select.focus .value {
  -webkit-box-shadow: 1px 1px 10px -1px rgba(148, 200, 255, 0.8);
  -moz-box-shadow: 1px 1px 10px -1px rgba(148, 200, 255, 0.8);
  box-shadow: 1px 1px 10px -1px #94c8ff;
}
.input {
  cursor: pointer;
}
/* Radio */
.input.radio {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../images/forms.png");
  background-position: -1px -30px;
  background-repeat: no-repeat;
}
.input.radio.checked {
  background-position: -1px 0px;
}
.input.radio.checked.disabled {
  background-position: -31px 0px;
}
.input.radio.disabled {
  background-position: -1px -30px;
}
/* Radio - focus */
.input.radio.focus {
  background-position: -1px -91px;
}
.input.radio.checked.focus {
  background-position: -1px -61px;
}
.input.radio.checked.disabled.focus {
  background-position: -31px -61px;
}
.input.radio.disabled.focus {
  background-position: -1px -91px;
}
/* Checkbox */
.input.checkbox {
  width: 27px;
  height: 25px;
  display: inline-block !important;
  vertical-align: top;
  background-image: url("../images/forms.png");
  background-position: -61px -31px;
  background-repeat: no-repeat;
}
.input.checkbox.checked {
  background-position: -61px -1px;
}
.input.checkbox.checked.disabled {
  background-position: -91px -1px;
}
.input.checkbox.disabled {
  background-position: -61px -31px;
}
/* Checkbox - focus */
.input.checkbox.focus {
  background-position: -61px -91px;
}
.input.checkbox.checked.focus {
  background-position: -61px -61px;
}
.input.checkbox.checked.disabled.focus {
  background-position: -91px -61px;
}
.input.checkbox.disabled.focus {
  background-position: -61px -91px;
}
/* Select (disabled for now) */
.input.select .value {
  display: inline-block;
  height: 36px;
  position: relative;
  width: 100%;
}
.input.select.disabled .value {
  cursor: not-allowed;
}
.input.select.disabled .value span.s-text {
  background-color: #eeeeee;
}
.input.radio.disabled {
  cursor: not-allowed;
}
.input.select span.s-text {
  float: left;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #959595;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-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 linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  line-height: 20px;
  color: #555555;
  height: 36px;
  padding: 8px;
  width: 100%;
  border-radius: 4px;
}
.input.select.idealBank span.s-text {
  border: 1px solid #45a21f;
}
.has-error .input.select span.s-text,
.has-error-ich .input.select span.s-text {
  border: 1px solid #ff6c2f;
}
.input.select span.s-button {
  position: absolute;
  display: block;
  width: 17px;
  height: 17px;
  background: url("../images/forms.png") -7px -129px no-repeat;
  padding: 0;
  margin: 0;
  top: 38%;
  right: 9px;
  /*
	float: left;
	display: inline-block;
	padding: 8px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	height: 36px;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	cursor: pointer;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 0 4px 4px 0;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);*/
}
.input.select .ul-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.input.select .ul-wrapper.active {
  display: block;
  width: 100%;
}
.input.select .ul-wrapper ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.input.select .ul-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 100px;
  max-height: 200px;
  padding: 5px 0;
  margin: 2px 0 0;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  overflow-y: scroll;
  overflow-x: hidden;
}
.input.select {
  position: relative;
}
.input.select .options li {
  display: block;
  padding: 6px 20px;
  border-bottom: 1px solid #dcdcdc;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
  cursor: pointer;
}
.input.select .options li:hover,
.input.select .options li.selected,
.input.select .options li.hovered {
  color: #ffffff;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
span.input.select span.s-text {
  overflow: hidden;
  padding: 5px 8px 10px;
  line-height: 25px;
}
span.select.input[data-type-in="true"] span.s-text {
  padding: 8px;
  line-height: 20px;
}
input.noborder {
  border: 0;
}
span.select.input[data-type-in="true"] input {
  width: 90%;
  background: transparent;
}
/* Number of installments form (visible on br-pt) region */
#noInstalmentsRow-credit_card .control-label {
  padding-right: 10px;
  top: 0;
}
#noInstalmentsRow-credit_card .form-control {
  padding: 6px 0;
}
#noInstalmentsRow-credit_card .count-selector {
  overflow: hidden;
  width: auto;
}
#noInstalmentsRow-credit_card .count-selector .count-switch {
  cursor: pointer;
  font-size: 23px;
  line-height: 25px;
  font-weight: bold;
  vertical-align: middle;
  width: 35px;
  text-align: center;
}
#noInstalmentsRow-credit_card .count-selector .count-selector-value {
  vertical-align: middle;
}
#noInstalmentsRow-credit_card .count-selector .count-switch.minus {
  border-right: 1px solid #999999;
  float: left;
}
#noInstalmentsRow-credit_card .count-selector .count-switch.plus {
  border-left: 1px solid #999999;
  float: right;
}
#noInstalmentsRow-credit_card .count-selector .count-switch.disabled,
#noInstalmentsRow-credit_card .count-selector .count-switch.disabled:hover {
  color: #d7d7d7;
  cursor: default;
}
#noInstalmentsRow-credit_card .count-selector .count-switch:hover {
  color: #ff4f1d;
}
/**/
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 0px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  font-family: AVGSans_4a;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: 0;
}
.btn:hover,
.btn:focus {
  outline: 0;
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  /*.box-shadow(inset 0 3px 5px rgba(0,0,0,.125));*/
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  background-image: -webkit-linear-gradient(top, #fff 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=0);
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ffffff;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333;
}
.btn-primary {
  color: #ffffff;
  background-color: #00a1e7;
  background-image: -webkit-linear-gradient(top, #00a1e7 0%, #008fce 100%);
  background-image: linear-gradient(to bottom, #00a1e7 0%, #008fce 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00a1e7', endColorstr='#ff008fce', GradientType=0);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #008fce;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #008fce;
}
.btn-green-outlined {
  color: #45a21f !important;
  background-color: none;
  border: 2px solid #45a21f;
  border-radius: 4px;
}
.btn-gray-outlined {
  color: #959595 !important;
  background-color: none;
  border: 1px solid #dcdcdc;
  border-radius: 18px;
}
.btn-blue-outlined {
  color: #149cff !important;
  background-color: none;
  border: 1px solid #149cff;
  border-radius: 18px;
}
.btn-green-simple {
  color: #ffffff;
  background-color: #5ac531;
  background-image: -webkit-linear-gradient(top, #5ac531 0%, #399e2d 100%);
  background-image: linear-gradient(to bottom, #5ac531 0%, #399e2d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5ac531', endColorstr='#ff399e2d', GradientType=0);
}
.btn-green-simple:hover,
.btn-green-simple:focus,
.btn-green-simple:active,
.btn-green-simple.active,
.open .dropdown-toggle.btn-green-simple {
  color: #ffffff;
  background-color: #399e2d;
}
.btn-green-simple:active,
.btn-green-simple.active,
.open .dropdown-toggle.btn-green-simple {
  background-image: none;
}
.btn-green-simple.disabled,
.btn-green-simple[disabled],
fieldset[disabled] .btn-green-simple,
.btn-green-simple.disabled:hover,
.btn-green-simple[disabled]:hover,
fieldset[disabled] .btn-green-simple:hover,
.btn-green-simple.disabled:focus,
.btn-green-simple[disabled]:focus,
fieldset[disabled] .btn-green-simple:focus,
.btn-green-simple.disabled:active,
.btn-green-simple[disabled]:active,
fieldset[disabled] .btn-green-simple:active,
.btn-green-simple.disabled.active,
.btn-green-simple[disabled].active,
fieldset[disabled] .btn-green-simple.active {
  background-color: #399e2d;
}
.btn-orange {
  color: #fff;
  background-color: #fd691f;
  background-image: -webkit-linear-gradient(top, #fd691f 0%, #ff451b 100%);
  background-image: linear-gradient(to bottom, #fd691f 0%, #ff451b 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffd691f', endColorstr='#ffff451b', GradientType=0);
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active,
.open .dropdown-toggle.btn-orange {
  color: #fff;
  background-color: #ff451b;
}
.btn-orange:active,
.btn-orange.active,
.open .dropdown-toggle.btn-orange {
  background-image: none;
}
.btn-orange.disabled,
.btn-orange[disabled],
fieldset[disabled] .btn-orange,
.btn-orange.disabled:hover,
.btn-orange[disabled]:hover,
fieldset[disabled] .btn-orange:hover,
.btn-orange.disabled:focus,
.btn-orange[disabled]:focus,
fieldset[disabled] .btn-orange:focus,
.btn-orange.disabled:active,
.btn-orange[disabled]:active,
fieldset[disabled] .btn-orange:active,
.btn-orange.disabled.active,
.btn-orange[disabled].active,
fieldset[disabled] .btn-orange.active {
  background-color: #ff451b;
}
.btn-secondary {
  color: #959595;
  background-color: #eaeaea;
  background-image: -webkit-linear-gradient(top, #eaeaea 0%, #dddddd 100%);
  background-image: linear-gradient(to bottom, #eaeaea 0%, #dddddd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeaeaea', endColorstr='#ffdddddd', GradientType=0);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
  color: #959595;
  background-color: #dddddd;
}
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
  background-image: none;
}
.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active {
  background-color: #dddddd;
}
.btn-success {
  color: #fff;
  background-color: #5ac631;
  background-image: -webkit-linear-gradient(top, #5ac631 0%, #399e2d 100%);
  background-image: linear-gradient(to bottom, #5ac631 0%, #399e2d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5ac631', endColorstr='#ff399e2d', GradientType=0);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #399e2d;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #399e2d;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #5bb5de 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #5bb5de 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff5bb5de', GradientType=0);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #5bb5de;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bb5de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bb5de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #f0bb4e 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #f0bb4e 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#fff0bb4e', GradientType=0);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #f0bb4e;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0bb4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0bb4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #d95f4f 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #d95f4f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffd95f4f', GradientType=0);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d95f4f;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d95f4f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d95f4f;
  background-color: #fff;
}
.btn-link {
  color: #249efc;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #249efc;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 16px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
  font-family: AVGSans_4a;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  font-family: AVGSans_4a;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  font-family: AVGSans_4a;
}
.btn-2-lines {
  padding: 1px 5px;
  font-size: 18px;
  line-height: 1.4;
  border-radius: 6px;
  font-family: AVGSans_4a;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.navigation-collapse.navigation-wrapper .button {
  width: 100%;
  display: block;
  letter-spacing: -0.03em;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  border-radius: 4px;
}
.navigation-collapse.navigation-wrapper .navigation-close {
  border-radius: 4px;
  font-family: AVGSans_4,Verdana;
  font-size: 18px;
  color: #5c707b;
  text-align: center;
}
.navigation-collapse.navigation-wrapper .button-outlined {
  border: 1px solid #5c707b !important;
}
.navigation-collapse.navigation-wrapper .navigation-buttons {
  font-size: 14px;
  font-family: AVGSans_4,Verdana;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  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;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #249efc;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/*@import "button-groups.less";*/
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 58px;
  padding: 16px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 58px;
  line-height: 58px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #959595;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 16px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #249efc;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 480px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 480px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #249efc;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 480px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 480px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 992px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 992px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 992px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 10px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 992px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -10px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -10px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -10px;
  }
}
@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 5.5px;
  margin-bottom: 5.5px;
}
@media (min-width: 480px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 991px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 992px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -10px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 5.5px;
  margin-bottom: 5.5px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 991px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
body.br-msie {
  overflow-x: hidden;
}
@media (max-width: 991px) {
  .nav-active {
    overflow: hidden;
  }
  .nav-active.br-msie.br-ver-8 {
    position: static;
    left: auto;
    right: auto;
  }
  .android-2.nav-active {
    position: static !important;
    overflow-y: auto !important;
  }
  .android-2.nav-active .navigation-row {
    position: absolute !important;
    overflow-y: auto !important;
    right: -300px !important;
    height: auto !important;
  }
}
#ma-bar li {
  padding: 0px 10px;
  display: inline-block;
  list-style-type: none;
  border-right: 1px solid #5c707b;
}
#ma-bar li.last {
  border: none;
}
#ma-bar li a {
  font-size: 14px;
  color: #5c707b;
  text-decoration: none;
}
#ma-bar li .useremail {
  color: #249efc !important;
}
.navigation {
  padding: 0;
  /*		.navigation-collapse {
		&:extend(.clearfix all);

		@media (min-width: @grid-float-breakpoint) {
			width: auto;
			border-top: 0;
			box-shadow: none;

		&.collapse {
				display: block !important;
				visibility: visible !important;
				height: auto !important;
				padding-bottom: 0; // Override default setting
				overflow: visible !important;
			}
			
		}
	}
*/
}
.navigation .title {
  margin-right: 10px;
  margin-top: 1px;
  text-transform: uppercase;
}
.navigation .useremail {
  color: #149cff !important;
}
.navigation .close-wrapper {
  padding: 20px 30px;
}
.navigation .close-wrapper .button.navigation-close {
  width: 100%;
}
.navigation .navigation-buttons {
  padding: 30px 30px 20px;
}
.navigation .navigation-buttons a {
  padding: 8px 10px !important;
  margin-bottom: 10px !important;
  width: 100%;
  font-size: 14px;
  color: #5c707b;
  text-decoration: none;
}
.navigation .navigation-buttons a.logout {
  margin-top: 10px;
}
.navigation .navigation-buttons a > span {
  text-align: center;
  position: relative;
}
.navigation .navigation-buttons a .icon-flag {
  display: inline-block;
  position: relative;
  margin-left: -16px;
  margin-top: -4px;
  vertical-align: middle;
}
.navigation .navigation-buttons a .icon-flag + span {
  position: relative;
  left: 16px;
}
@media (min-width: 992px) {
  .navigation .navigation-header {
    float: left;
  }
  .navigation .navigation-right {
    float: right;
  }
  .navigation .navigation-left {
    float: left;
  }
}
.navigation .navbar-toggle {
  border-color: #5c707b;
}
.navigation .navbar-toggle:hover,
.navigation .navbar-toggle:focus {
  background-color: #e1e1e1;
}
.navigation .navbar-toggle .icon-bar {
  background-color: #5c707b;
}
@media (min-width: 992px) {
  .navigation .navigation-wrapper {
    margin: 15px 0 0;
    position: relative;
  }
  .navigation .navigation-nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    z-index: 1000;
    position: relative;
  }
  .navigation .navigation-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .navigation .navigation-nav li {
    float: left;
    padding: 0px 15px;
    cursor: pointer;
  }
  .navigation .navigation-nav li.active,
  .navigation .navigation-nav li:hover {
    border-bottom: 5px solid #45a21f;
  }
  .navigation .navigation-nav li.last {
    margin-right: 0px;
    padding-right: 0px;
  }
  .navigation .navigation-nav li a {
    text-decoration: none;
    font-size: 18px;
    font-family: AVGSans_Light, sans-serif;
    color: #000;
  }
}
@media (max-width: 991px) {
  .navigation .navigation-close.button {
    padding: 10px;
  }
  .navigation .navigation-close.button:hover {
    background: #e2e2e2;
  }
  .navigation .navigation {
    position: relative;
  }
  .navigation .navigation-row {
    position: fixed;
    overflow-y: scroll;
    height: 100vh !important;
    top: 0;
    right: -300px;
    background: #fafafa;
    z-index: 1000;
    width: 300px;
  }
  .br-msie .navigation .navigation-row {
    position: absolute;
  }
  .navigation .navigation-row ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .navigation .navigation-row ul a {
    padding: 10px 30px;
    border-bottom: 1px solid #e2e2e2;
    display: block;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
  }
  .navigation .navigation-row ul a:hover,
  .navigation .navigation-row ul a:focus,
  .navigation .navigation-row ul a:active {
    text-decoration: none;
  }
}
@media (max-width: 991px) {
  /*#body-inner {
		position: relative;

	}
*/
  .navigation-header {
    position: relative;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 4px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}
.navigation .close-wrapper {
  padding: 20px 30px;
}
.navigation .close-wrapper .button.navigation-close {
  width: 100%;
}
/*@import "breadcrumbs.less";
@import "pagination.less";*/
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #249efc;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #0385ea;
}
.label-success {
  background-color: #45a33b;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #357e2d;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
/*@import "badges.less";
@import "jumbotron.less";*/
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #249efc;
}
.thumbnail .caption {
  padding: 9px;
  color: #5c707b;
}
.field-validation,
.field-validation-ich {
  height: 40px;
  width: 100%;
  padding-left: 22px;
  background: url("../images/arrow-error-field.png") no-repeat left top;
  display: table;
}
@media (max-width: 767px) {
  .field-validation,
  .field-validation-ich {
    background: none;
    padding-left: 0px;
  }
}
.bg-gray-light .field-validation,
.bg-gray-light .field-validation-ich {
  padding-left: 22px;
  background: url("../images/arrow-error-field-white.png") no-repeat left top;
}
@media (max-width: 767px) {
  .bg-gray-light .field-validation,
  .bg-gray-light .field-validation-ich {
    background: none;
    padding-left: 0px;
  }
}
#idealBankRow .field-validation,
#giropayRow .field-validation {
  padding-left: 0;
}
.bg-gray-light .field-validation p,
.bg-gray-light .field-validation-ich p {
  background: #fff;
}
@media (max-width: 767px) {
  .bg-gray-light .field-validation p,
  .bg-gray-light .field-validation-ich p {
    background: none;
  }
}
.field-validation p,
.field-validation-ich p {
  margin-bottom: 0px;
  background: #f5f5f5;
  height: 40px;
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
  line-height: 13px;
  color: #ff6c2f;
}
@media (max-width: 767px) {
  .field-validation p,
  .field-validation-ich p {
    background: none;
  }
}
.no-error .field-validation p,
.no-error .field-validation-ich p {
  color: #45a21f;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #ff6c2f;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #fb4a00;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #249efc;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #45a33b;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
/*@import "list-group.less";*/
.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);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #249efc;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #249efc;
  border-color: #249efc;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #249efc;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #249efc;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #ff6c2f;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  top: 0;
  left: 0;
  padding: 4px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /*.dow {
    border-top: 1px solid #ddd !important;
  }*/
}
.datepicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.datepicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}
.datepicker > div {
  display: none;
}
.datepicker table {
  width: 100%;
  margin: 0;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker td.day.disabled {
  color: #eeeeee;
}
.datepicker td.old,
.datepicker td.new {
  color: #999999;
}
.datepicker td.active,
.datepicker td.active:hover {
  color: #ffffff;
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active {
  background-color: #003399 \9;
}
.datepicker td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker td span:hover {
  background: #eeeeee;
}
.datepicker td span.active {
  color: #ffffff;
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td span.active:hover,
.datepicker td span.active:focus,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.datepicker td span.active:active,
.datepicker td span.active.active {
  background-color: #003399 \9;
}
.datepicker td span.old {
  color: #999999;
}
.datepicker th.switch {
  width: 145px;
}
.datepicker th.next,
.datepicker th.prev {
  font-size: 21px;
}
.datepicker thead tr:first-child th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover {
  background: #eeeeee;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.js-loaded .nojs-only {
  display: none;
}
.nojs-only {
  margin-bottom: 15px;
  margin-top: 15px;
}
/* general classes*/
#progress-overlay {
  padding: 50px 0;
}
#progress-overlay h2 {
  margin: 0 0 20px;
}
html {
  /*sticky footer*/
  min-height: 100%;
  position: relative;
}
#body-inner {
  padding-bottom: 200px;
}
@media (max-width: 480px) {
  #body-inner {
    padding-bottom: 300px;
  }
}
.control-label {
  color: #5c707b;
}
.control-label.text-left {
  text-align: left !important;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.padded {
  padding: 40px 0;
}
h2,
h3 {
  margin: 0 0 1.4em 0;
}
h2.variation,
h3.variation {
  color: #5c707b;
}
/* header part */
#header {
  padding: 27px 0;
  border-bottom: 1px solid #dcdcdc;
}
#header .logo {
  float: left;
  margin: 2px 0 0 0;
}
@media (max-width: 480px) {
  #header .logo {
    float: none;
  }
}
#header h1 {
  float: left;
  border-left: 1px solid #5c707b;
  color: #5c707b;
  padding: 4px 0 4px 20px;
  margin: 3px 0 0 20px;
  font-size: 24px;
  line-height: 23px;
}
@media (max-width: 480px) {
  #header h1 {
    border: none;
    margin: 10px 0 0 0;
    padding: 0;
    float: none;
  }
}
#header h1.reset {
  border-left: 0;
  color: inherit;
  padding: 0;
  margin: 0;
  float: none;
}
.banner {
  border-bottom: 1px solid #dcdcdc;
}
.banner.no-border {
  border-bottom: 0;
}
.banner .banner-inner h2 {
  margin: 70px 0 20px;
}
.banner .banner-inner p {
  font-size: 16px;
}
.banner .banner-inner p.note {
  font-size: 14px;
}
.banner .banner-inner.text {
  padding: 30px 0;
}
.banner .banner-inner.text h2 {
  margin: 5px 0 10px;
}
.banner .banner-inner.avc-to-gsr,
.banner .banner-inner.isc-to-gsr,
.banner .banner-inner.tuh-to-gse,
.banner .banner-inner.gse-free,
.banner .banner-inner.gsr-free,
.banner .banner-inner.isi-to-gsr {
  min-height: 244px;
  background: url(../images/banner-avc-to-gsr.png) no-repeat bottom left;
}
@media (max-width: 991px) {
  .banner .banner-inner.avc-to-gsr,
  .banner .banner-inner.isc-to-gsr,
  .banner .banner-inner.tuh-to-gse,
  .banner .banner-inner.gse-free,
  .banner .banner-inner.gsr-free,
  .banner .banner-inner.isi-to-gsr {
    background-position: top center;
    padding-top: 220px;
  }
}
.banner .banner-inner.tuh-to-gse,
.banner .banner-inner.gse-free {
  background: url(../images/banner-tuh-to-gse.png) no-repeat bottom left;
}
.banner .banner-inner.gse-free h2 {
  letter-spacing: -0.2px;
}
/* upsell part */
.checkout-products {
  padding: 60px 0 0 0;
}
/* cross-sell part */
.checkout-xsell {
  padding: 20px 0 20px 0;
}
/* login part */
.checkout-signup .switch-form {
  margin-top: 20px;
}
.checkout-login h2,
.checkout-signup h2 {
  margin: 0 0 0.5em 0;
}
.free-upgrade .checkout-login,
.free-upgrade .checkout-signup {
  padding: 0;
}
.free-upgrade .checkout-login h2,
.free-upgrade .checkout-signup h2 {
  margin: 0 0 1.3em 0;
}
.info {
  font-size: 24px;
  font-family: AVGSans_Light, sans-serif;
}
.info strong {
  color: #249efc;
}
.other-option {
  font-size: 24px;
  font-family: AVGSans_Light, sans-serif;
}
/* separators */
.separator {
  height: 1px;
  width: 100%;
  margin: 0;
  overflow: hidden;
}
.separator div {
  height: 1px;
  border-top: 1px solid #dcdcdc;
}
.separator.gray-dark div {
  border-top: 1px solid #959595;
}
.separator.gray-dark span {
  border-right: 1px solid #959595;
  border-bottom: 1px solid #959595;
}
.separator.green div {
  border-top: 1px solid #45a21f;
}
.separator.green span {
  border-right: 1px solid #45a21f;
  border-bottom: 1px solid #45a21f;
}
.separator.gray div {
  border-top: 1px solid #dcdcdc;
}
.separator.gray span {
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
.separator.arrow {
  height: 30px;
  padding: 1px 0 0;
}
.separator.arrow div {
  height: 30px;
}
.separator.arrow span {
  display: block;
  width: 60px;
  height: 60px;
  margin: auto;
  -ms-transform: scale(1.1, 0.6) rotate(45deg);
  -webkit-transform: scale(1.1, 0.6) rotate(45deg);
  transform: scale(1.1, 0.6) rotate(45deg);
  position: relative;
  top: -30px;
  background: #fff;
}
.separator.arrow span.bg-gray-light {
  background: #fafafa;
}
.br-msie.br-ver-8 .separator.arrow span,
.br-msie.br-ver-7 .separator.arrow span {
  display: none;
}
.lost-password .info-box {
  padding: 30px;
  margin-top: 15px;
  margin-bottom: 30px;
}
.lost-password .info-box h3 {
  color: #45a21f;
  margin: 0 0 0.35em;
}
.lost-password .info-box p {
  font-size: 16px;
  font-family: AVGSans_Light, Verdana;
}
.btn-login {
  margin-top: 30px;
  margin-bottom: 10px;
}
#payment-methods .type {
  margin: 10px;
  padding: 10px;
}
#payment-methods .type.active {
  background: #fff;
  border-radius: 6px;
  border: 1px solid #45a21f;
}
.form-payment-method {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#esp-component-checkout-billingInfo #contact_type {
  padding: 0 10px 10px;
  -webkit-box-shadow: 0px 1px 0px 0px #ffffff;
  -moz-box-shadow: 0px 1px 0px 0px #ffffff;
  box-shadow: 0px 1px 0px 0px #ffffff;
}
#esp-component-checkout-billingInfo #ie_number_no #cust_ie_number {
  float: left;
  width: 65%;
}
#esp-component-checkout-billingInfo #ie_number_no .parent-checkbox {
  float: right;
  width: 35%;
  margin-top: 6px;
  padding-right: 0;
}
#esp-component-checkout-billingInfo #ie_number_no .parent-checkbox span.input.checkbox,
#esp-component-checkout-billingInfo #ie_number_no .parent-checkbox label {
  float: left;
}
#esp-component-checkout-billingInfo #ie_number_no .parent-checkbox label {
  margin-left: 8px;
}
.form-address-type {
  margin-bottom: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dcdcdc;
  -webkit-box-shadow: 0px 1px 0px 0px #ffffff;
  -moz-box-shadow: 0px 1px 0px 0px #ffffff;
  box-shadow: 0px 1px 0px 0px #ffffff;
}
.form-address-type .type {
  float: left;
}
.form-address-type .type label {
  margin-right: 1.6em;
}
.form-address-type .type:last-child label {
  margin-right: 0em;
}
.product-box {
  border: 1px solid #CCC;
  margin: 20px 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.product-box.cursor-pointer {
  cursor: pointer;
}
.product-box.item-padding {
  padding: 25px 20px;
}
.product-box .discount {
  border-bottom: 1px solid #dcdcdc;
  margin: 0 0 10px;
}
.product-box .bottom .radio.checked {
  background-position: -31px -1px;
}
.product-box.checked {
  background: #fff;
  border-color: #45a21f;
}
.product-box.checked .bottom .radio.checked {
  background-position: -1px -1px;
}
.product-box.checked h2,
.product-box.checked a,
.product-box.checked a:hover {
  color: #000;
}
.product-box.checked .image {
  opacity: 1;
}
.product-box.checked .vat {
  color: #5c707b;
}
.product-box.checked .price .amount {
  color: #45a21f;
}
.product-box.checked .bottom .checked ~ label {
  color: #45a21f;
}
.product-box .product-icon {
  margin: 0 25px 0 0;
  float: left;
}
.product-box .product-icon .box-icon {
  margin-left: 8px;
}
.product-box .product-title {
  overflow: hidden;
}
.product-box .item.radio,
.product-box input[type="radio"] {
  position: relative;
  padding: 0 30px;
}
.product-box :not(.bottom) .item.radio,
.product-box :not(.bottom) input[type="radio"] {
  padding: 0;
}
.product-box .input.radio,
.product-box input[type="radio"] {
  position: absolute;
}
.product-box .input-parent.parent-radio:not(:last-child) label,
.product-box .item:not(:last-child) label {
  border-bottom: 1px solid #dcdcdc;
}
.product-box .input-parent.parent-radio label,
.product-box .item label {
  display: block;
  margin: 0 0 0 30px;
  padding: 12px 0;
  min-height: 34px;
  text-align: right;
}
.product-box .input-parent.parent-radio label .period,
.product-box .item label .period {
  float: left;
  display: inline-block;
  padding: 4px;
}
.product-box .input-parent.parent-radio label .perc-discount,
.product-box .item label .perc-discount {
  font-size: 11px;
  color: #fff;
  background: red;
  padding: 0 5px;
  white-space: nowrap;
}
.product-box .input-parent.parent-radio label p,
.product-box .item label p {
  margin: 0;
}
.product-box .input-parent.parent-radio .price,
.product-box .item .price {
  border-top: 1px solid #dcdcdc;
  padding: 20px 40px;
  position: relative;
  min-height: 30px;
  margin: 20px 0;
}
.product-box .input-parent.parent-radio .price .amount,
.product-box .item .price .amount {
  width: 100%;
  position: absolute;
  left: 0;
  text-align: center;
  margin: -10px 0 0;
}
.product-box .input-parent.parent-radio .price .total,
.product-box .item .price .total {
  margin: 0;
  float: left;
}
.product-box .input-parent.parent-radio .price .vat,
.product-box .item .price .vat {
  float: right;
  margin: 0 0 0 1.6em;
}
.product-box .image {
  margin: 0 auto;
}
.product-box .vat {
  color: #959595;
}
.product-box h2 {
  font-size: 24px;
  line-height: 26px;
  font-weight: normal;
  margin: 0 0 10px 0;
}
.product-box .top p {
  color: #5c707b;
  font-size: 14px;
  line-height: 1.1em;
}
.product-box .features .features-controls {
  margin: 14px 0;
}
.product-box .features .features-controls a {
  color: #249efc;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
}
.product-box .features .features-controls a span {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("../images/spriteicons/sprite-cart.png") -75px -175px no-repeat;
  margin: 0 0 0 5px;
}
.product-box .features .features-controls a:hover {
  text-decoration: underline;
}
.product-box .features.lpadding {
  padding-left: 125px;
}
.product-box .features .features-content ul {
  padding: 0;
  margin: 0;
}
.product-box .features .features-content ul li {
  margin: 0.25em 0;
}
.product-box .features.open .features-controls a span {
  background: url("../images/spriteicons/sprite-cart.png") -150px -175px no-repeat;
}
@media (max-width: 768px) {
  .product-box .features.open .features-content {
    margin-bottom: 15px;
  }
}
.product-box .icon {
  display: block;
  width: 140px;
  height: 38px;
  margin: 8px auto;
  background: #AAA;
}
.product-box .bottom .radio {
  margin: 0;
}
.product-box .bottom label {
  font-size: 14px;
}
.product-box .discount-text {
  margin-top: 5px;
  line-height: 1.1em;
  color: #959595;
}
.product-box.checked .discount-text {
  color: #ed1c24;
}
.product-box .price {
  color: #72b855;
  margin: 10px 0 0;
}
.product-box .price .amount {
  color: #959595;
}
.product-box.single .subscription-period {
  border-bottom: 0;
}
.product-box .item label .before {
  display: block;
  text-decoration: line-through;
}
.product-box .item label .current {
  color: #000;
  font-size: 24px;
}
.product-box .item label .current .exc-vat {
  display: block;
  font-size: 14px;
}
.single .product-box .top {
  padding: 30px 30px 0;
}
.single .product-box .bottom {
  padding: 20px 30px;
}
.single .product-box .bottom .item.radio {
  padding: 0;
}
.single .product-box h2 {
  margin: 0 0 10px 0;
}
.checkout-crosssells label {
  display: block;
  overflow: hidden;
}
.crosssell-item {
  padding: 25px 10px;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  cursor: pointer;
}
.crosssell-item.active {
  background: #fff;
  border-color: #45a21f;
}
.crosssell-item.active .prices {
  color: #000;
}
.crosssell-item label {
  display: block;
  overflow: hidden;
  cursor: pointer;
}
.crosssell-item label .producticon {
  margin-top: 4px;
  width: 75px;
}
.crosssell-item span.input.checkbox {
  float: left;
}
.crosssell-item .prices {
  font-size: 20px;
  color: #000;
}
.crosssell-item .prices p {
  margin-bottom: 0;
}
.crosssell-item .prices .before {
  font-size: 16px;
  display: block;
  color: #959595;
}
.crosssell-item .prices .current .exc-vat {
  display: block;
  font-size: 14px;
}
.crosssell-item h4 {
  margin-bottom: 6px;
}
.crosssell-item .note {
  display: block;
}
.crosssell-item .product-icon {
  float: left;
  margin: 0 25px 0 0;
}
.crosssell-item .crossell-button {
  border: 1px solid;
  border-radius: 6px;
  padding: 5px 10px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.crosssell-item .crossell-button.add-item {
  border-color: #45a21f;
  color: #45a21f;
}
.crosssell-item .crossell-button.remove-item {
  border-color: #ff4f1d;
  color: #ff4f1d;
}
.money-back-guarantee {
  padding: 5px 0 3px 95px;
  min-height: 56px;
  line-height: 1.1em;
  background: url(../images/money-back-grey.png) no-repeat 17px 0;
}
@media (max-width: 480px) {
  .money-back-guarantee {
    background-position: center 0;
    padding: 65px 0 25px 0;
    text-align: center;
  }
}
.row div.border {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dcdcdc;
  -webkit-box-shadow: 0 1px 0 0 #fff;
  -moz-box-shadow: 0 1px 0 0 #fff;
  box-shadow: 0 1px 0 0 #fff;
}
.variant {
  width: 84%;
  border: 1px solid #CCC;
  padding: 20px;
  margin: 20px auto;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.variant .price {
  font-size: 20px;
}
.variant .price del {
  font-size: 14px;
  color: #959595;
}
.variant .left {
  float: left;
  width: 20%;
  max-width: 35px;
}
.variant .right {
  float: left;
  width: 75%;
}
.variant h3 {
  margin-top: 0px;
}
.variant.active .price {
  color: #72b855;
}
.vat-string {
  line-height: 0.9em;
  margin: 0px 20px 10px 0;
}
.product-box-summary {
  border: 1px solid #45a21f;
  background: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.product-box-summary .product-info h2 {
  margin: 0;
  font-size: 24px;
}
.product-box-summary p.symbol-plus {
  font-size: 22px;
  color: #000;
  text-align: center;
  margin: 10px 0 10px 8px;
  width: 34px;
  height: 34px;
  border: 1px solid #d8d8d8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .product-box-summary p.symbol-plus {
    width: auto;
  }
}
.product-box-summary .item {
  padding: 20px;
  border-bottom: 1px solid #45a21f;
}
.product-box-summary .item.last,
.product-box-summary .item:last-child {
  border: 0;
}
.product-box-summary .item .product-icon {
  margin-right: 30px;
}
.product-box-summary .item h3 {
  margin-bottom: 5px;
}
.product-box-summary .item.crosssell h3 {
  font-size: 18px;
  margin-bottom: 2px;
}
.product-box-summary .item .price {
  font-size: 24px;
}
.product-box-summary.box-icons .item .producticon {
  margin-right: 25px;
  float: left;
}
@media (max-width: 480px) {
  .product-box-summary.box-icons .item .producticon {
    float: none;
    margin-right: 0;
  }
}
.need-help .padded-bottom {
  padding-bottom: 40px;
}
.need-help .old-look {
  border-radius: 16px;
  background: #959595;
  color: #dcdcdc;
  padding: 6px 8px;
}
.need-help .old-look strong {
  color: #fff;
}
.need-help .old-look a,
.need-help .old-look u {
  color: #fff;
}
.need-help .new-look {
  background: #eeeef0;
  padding: 20px 0;
}
.need-help .new-look strong {
  color: #000;
}
.need-help a,
.need-help u {
  white-space: nowrap;
}
.price {
  margin: 0;
  float: right;
}
@media (max-width: 767px) {
  .price {
    float: none;
  }
}
.price .total {
  text-transform: uppercase;
  color: #5c707b;
}
.price .amount {
  display: inline-block;
  vertical-align: top;
  color: #45a33b;
}
.price .amount.total-price {
  font-family: AVGSans_Light, Verdana;
  border: 1px solid #45a21f;
  border-radius: 6px;
  background: #fff;
  color: #000;
  padding: 5px 20px;
}
.price .amount .delimiter {
  display: none;
}
.price .amount .currency {
  vertical-align: top;
  font-size: 1.5em;
}
.price .amount .wpart {
  vertical-align: top;
  font-size: 3em;
  line-height: 1em;
}
.price .amount .point {
  vertical-align: top;
  display: none;
}
.price .amount .dpart {
  vertical-align: top;
  font-size: 1.5em;
}
.price .vat {
  font-size: 12px;
}
.steps {
  margin-top: 20px;
}
.steps .step-number {
  margin-top: 30px;
}
.step {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #fff;
  background-color: #45a21f;
  font: normal 25px/30px AVGSans_4a, sans-serif;
  margin-right: 10px;
  vertical-align: middle;
  text-align: center;
  margin-bottom: 0;
}
.step.step-tick {
  background-position: -235px -184px;
  background-repeat: no-repeat;
  background-image: url("../images/spriteicons/sprite-cart.png");
}
.step.small {
  background-color: transparent;
  border: 1px solid #45a21f;
  color: #45a21f;
  font: normal 19px/22px AVGSans_4a, sans-serif;
  text-indent: -1px;
  width: 24px;
  height: 24px;
}
.step + p {
  display: inline-block;
}
.card-types {
  padding-left: 35px;
}
.card-types span {
  margin: 7px;
  vertical-align: middle;
}
.card-types span.text {
  margin-left: 0;
}
@media (max-width: 768px) {
  .card-types span.text {
    display: block;
    margin: 0;
  }
}
.help-block .x {
  cursor: pointer;
  position: absolute;
  top: -10px;
  right: -10px;
}
.get-help {
  display: inline-block;
  border: 1px solid #959595;
  color: #959595;
  border-radius: 50%;
  text-align: center;
  width: 21px;
  height: 21px;
  margin: 8px 0 0 10px;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
  font-family: Verdana, sans-serif;
  position: absolute;
}
.slash {
  display: block;
  margin: 0.4em 0 0 0;
}
.form-help {
  position: absolute;
  display: none;
  z-index: 1000;
  width: 100%;
}
.form-help .form-help-inner {
  background: #fff;
  border-radius: 4px;
  position: absolute;
  border: 1px solid #dcdcdc;
  padding: 2em 1em;
  color: #5c707b;
}
.form-help ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 10px;
}
.form-help ul li {
  background: url(../images/tick.png) 0px 5px no-repeat;
  padding-left: 20px;
  margin: 1em 0 0 0;
}
.form-help ul li:first-child {
  margin: 0;
}
.form-help .login,
.form-help .cvv-regular,
.form-help .cvv-amex {
  font-family: AVGSans_1;
}
.form-help .login strong,
.form-help .cvv-regular strong,
.form-help .cvv-amex strong {
  font-family: AVGSans_4a;
}
.form-help .login {
  color: #5c707b;
}
.form-help#help-login {
  top: -100px;
}
.form-help#help-cvv .form-help-inner {
  text-align: center;
  color: #959595;
}
.form-help#help-cvv .form-help-inner p {
  margin-top: 2em;
}
.form-help#help-cvv .form-help-inner p:first-child {
  margin-top: 0;
}
.form-help#help-cvv .form-help-inner strong {
  color: #5c707b;
}
#summary .summary {
  border-bottom: 1px solid #dcdcdc;
  -webkit-box-shadow: 0px 1px 0px 0px #ffffff;
  -moz-box-shadow: 0px 1px 0px 0px #ffffff;
  box-shadow: 0px 1px 0px 0px #ffffff;
  padding: 0 0 0.9em 0;
  margin: 0 0 0.9em 0;
}
#summary .summary .product-wrapper {
  margin: 0 0 1em 0;
}
#summary .summary .product-wrapper .selected-product {
  float: left;
}
#summary .summary .product-wrapper .selected-product h3 {
  font-size: 24px;
  margin: 0.1em 0 0 0;
}
#summary .summary .product-wrapper .subprice {
  float: right;
  font-family: Verdana, sans-serif;
  color: #45a21f;
  font-size: 18px;
  margin-top: 0.9em;
}
#summary .summary .other {
  list-style: none;
  padding: 0;
  margin: 0;
}
#summary .summary .other .subprice {
  float: right;
  font-family: Verdana, sans-serif;
  font-size: 18px;
}
#summary .summary .icon {
  float: left;
  width: 65px;
}
#summary .summary .text {
  overflow: hidden;
  width: auto;
}
#summary .summary .text h3 {
  margin: 0.5em 0 0 0;
  font-size: 18px;
  font-family: AVGSans_Light;
}
#summary .summary .text p {
  margin: 0;
}
#summary .summary .text .other {
  color: #000;
  font-size: 18px;
}
#summary .summary .text .other li {
  font-family: AVGSans_1;
  font-weight: normal;
}
#summary .price .total {
  color: #959595;
}
#summary .btn-paynow {
  font-size: 24px;
  font-family: AVGSans_4a;
}
#summary .btn-paynow .icon-lock {
  background: url('../images/lock-icon.png') 0 0 no-repeat;
  display: inline-block;
  margin-right: 15px;
  vertical-align: bottom;
  width: 28px;
}
#summary .btn-upgradenow {
  margin: 0;
  font-size: 24px;
  font-family: AVGSans_4a;
  line-height: 1em;
  padding: 6px 16px 10px;
}
#summary .btn-upgradenow .small {
  font-size: 18px !important;
  line-height: 18px !important;
}
#summary .note {
  margin: 0 0 2.5em 0;
  font-size: 13px;
  background: #e6e6e6;
  padding: 1em;
  border: 1px solid #919191;
  border-radius: 6px;
}
#summary .note.light-border {
  border-color: #dcdcdc;
  background: #fff;
}
#summary .note p:last-child {
  margin: 0;
}
#summary .note h5 {
  color: inherit;
  font-size: inherit;
  font-weight: bold;
  font-family: Verdana, sans-serif;
  text-decoration: underline;
}
#summary p.about-order {
  font-size: 11px;
}
#support .support {
  margin: 0 0 3em 0;
}
#support h4 {
  margin: 0;
  color: #5c707b;
}
#support .icon {
  float: left;
  width: 80px;
}
#support .text {
  overflow: hidden;
  width: auto;
}
#support .note {
  color: #5c707b;
}
#support .note p:last-child {
  margin: 0;
}
.free-upgrade #summary .note {
  font-size: 13px;
}
#footer {
  background: #626366;
  font: 14px/22px Verdana;
  color: #b9b9b9;
  padding: 25px 0;
  height: 200px;
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
}
@media (max-width: 480px) {
  #footer {
    height: 300px;
  }
}
#footer a {
  color: #b9b9b9;
  text-decoration: none;
}
#footer ul {
  padding: 0;
  margin: 0;
}
#footer ul li {
  border-left: 1px solid #fff;
  padding: 0 0 0 1em;
  margin: 0 0 0 1em;
}
#footer ul li:first-child {
  border: 0;
  padding: 0;
  margin: 0;
}
@media (max-width: 480px) {
  #footer ul li {
    display: block;
    border-left: none !important;
    padding: 5px 0 !important;
    margin: 0 !important;
  }
}
#footer .button {
  text-align: center;
  border: 1px solid #bababa;
  border-radius: 4px;
  padding: 6px 15px;
  display: block;
}
#footer .icon-flag {
  margin-right: 5px;
}
#footer .footer-links,
#footer .copyright {
  font: 11px/18px Verdana;
}
#footer .language-selector,
#footer .myaccount-login {
  background: none;
  display: inline-block;
  padding: 0 5px;
}
@media (max-width: 480px) {
  #footer .language-selector,
  #footer .myaccount-login {
    display: block;
    padding: 0 0 10px 0;
  }
}
/* hide language selector on hosted page */
.hosted-payment #footer .language-selector {
  display: none !important;
}
.js-loaded .update-cart {
  display: none;
}
/* processing error */
div.processing-error.warning.has-sameproduct,
div.processing-error.warning.has-bothproducts {
  padding: 0 0 50px;
}
.processing-error.payment-declined {
  padding: 15px 0 30px;
}
.processing-error.small-padding {
  padding: 0 0 40px;
}
.processing-error {
  text-align: center;
  color: #000;
}
.processing-error .content {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #ff6c2f;
  padding: 1.5em 1em;
  font-family: AVGSans_4a;
  font-size: 16px;
}
.processing-error ul {
  padding: 0;
}
.processing-error ul li {
  color: #5c707b;
}
.processing-error ul li span,
.processing-error .bottom-text span {
  color: #ff6c2f;
}
.processing-error h3 {
  color: #ff6c2f;
}
.processing-error a.btn {
  margin: 1em 0 1em 0;
  color: #fff;
  text-decoration: none;
  padding-left: 2em;
  padding-right: 2em;
  font-size: 24px;
}
.processing-error.warning {
  padding-bottom: 50px;
}
.processing-error.warning .content {
  border-color: #45a21f;
}
.processing-error.warning h3 {
  color: #45a21f;
}
.processing-error.warning .attention {
  color: #45a21f;
}
.restricted-content.notaccesible {
  opacity: 0.4;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter     id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /*     Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}
/* thank you pages */
.cart-thank-you {
  font-size: 16px;
}
.cart-thank-you a {
  color: #249efc;
}
.cart-thank-you a.btn {
  color: #fff;
  text-decoration: none;
}
.cart-thank-you a.btn.btn-myaccount {
  font-size: 16px;
  padding-left: 15px;
  padding-right: 15px;
}
.cart-thank-you .download-buttons {
  display: inline-block;
}
@media (max-width: 767px) {
  .cart-thank-you .download-buttons {
    width: 100%;
  }
}
.cart-thank-you .download-buttons a.btn {
  text-align: left;
  display: block;
  margin: 0.7em auto;
  white-space: normal;
  padding: 12px 16px;
  /* width: auto; */
}
.cart-thank-you .download-buttons a.btn:before,
.cart-thank-you .download-buttons a.btn:after {
  content: " ";
  display: table;
}
.cart-thank-you .download-buttons a.btn:after {
  clear: both;
}
.cart-thank-you .download-buttons a.btn:before,
.cart-thank-you .download-buttons a.btn:after {
  content: " ";
  display: table;
}
.cart-thank-you .download-buttons a.btn:after {
  clear: both;
}
.cart-thank-you .download-buttons a.btn span.icon-platforms,
.cart-thank-you .download-buttons a.btn span.button-text {
  float: left;
}
@media (max-width: 480px) {
  .cart-thank-you .download-buttons a.btn {
    text-align: center;
    width: 100% !important;
  }
  .cart-thank-you .download-buttons a.btn span.button-text {
    float: none;
  }
}
.cart-thank-you .download-buttons a.btn.ty-btn {
  line-height: 33px;
}
.cart-thank-you .download-buttons a.btn span {
  font-size: 14px;
  font-family: Verdana;
}
.cart-thank-you a.btn .icon-platforms {
  display: block;
  width: 30px;
  height: 35px;
  margin-right: 20px;
  background-image: url(../images/spriteicons/sprite-platforms.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media (max-width: 480px) {
  .cart-thank-you a.btn .icon-platforms {
    display: none;
  }
}
.cart-thank-you a.btn .icon-platforms.icon-windows {
  background-position: 0 4px;
}
.cart-thank-you a.btn .icon-platforms.icon-android {
  background-position: 0 -58px;
}
.cart-thank-you a.btn .icon-platforms.icon-mac-os {
  background-position: 0 -118px;
}
.cart-thank-you a.btn.btn-green-simple .icon-platforms.icon-windows {
  background-position: -60px 4px;
}
.cart-thank-you a.btn.btn-green-simple .icon-platforms.icon-android {
  background-position: -60px -58px;
}
.cart-thank-you a.btn.btn-green-simple .icon-platforms.icon-mac-os {
  background-position: -60px -118px;
}
.cart-thank-you .thank-you-product h2 {
  margin-bottom: 0;
}
.cart-thank-you .thank-you-product h3 {
  color: #5c707b;
  margin: 10px 0 0 0;
}
.cart-thank-you .summary .product-item {
  padding: 0;
  border: none;
  background: none;
}
.cart-thank-you .summary .item {
  background: #f5f5f5;
  padding: 20px 30px;
  border-bottom: 1px solid #dcdcdc;
}
.cart-thank-you .summary .item.bg-none {
  background: none !important;
}
.cart-thank-you .summary .item.border-none {
  border-bottom: none !important;
}
.cart-thank-you .summary .item.secondary {
  border-top: 1px solid #fff;
}
.cart-thank-you .summary .item.last {
  border-bottom: 0;
}
.cart-thank-you .summary .item .producticon {
  margin-right: 12px;
}
.cart-thank-you .summary .item h3 {
  margin: 0 0 4px;
}
.cart-thank-you .summary .item p {
  font-size: 14px;
  margin: 0 0 4px;
  line-height: 16px;
}
.cart-thank-you .product-summary {
  margin: 50px auto 0 auto;
  text-align: left;
  display: inline-block;
}
.cart-thank-you .product-summary p.symbol-plus {
  color: #000;
  font-size: 28px;
  margin: 0;
  text-align: center;
  width: 50px;
}
@media (max-width: 768px) {
  .cart-thank-you .product-summary p.symbol-plus {
    width: auto;
  }
}
.cart-thank-you .product-summary .icon {
  float: left;
  width: 65px;
}
.cart-thank-you .product-summary .text {
  overflow: hidden;
  width: auto;
  margin: 0px 0px 0px 65px;
}
@media (max-width: 480px) {
  .cart-thank-you .product-summary .text {
    margin: 0;
  }
}
.cart-thank-you .product-summary .text h3 {
  margin: 0.1em 0 0 0;
  color: #000;
}
.cart-thank-you .product-summary .text p {
  margin: 0;
}
.cart-thank-you .product-summary .text .other {
  color: #000;
  font-size: 18px;
  list-style: none;
  padding: 0;
  margin: 0.6em 0 0 0;
}
.cart-thank-you .product-summary .text .other li {
  font-family: AVGSans_1;
  font-weight: normal;
}
.cart-thank-you strong.highlighted {
  background: #45a21f;
  color: #fff;
  font-family: AVGSans_1;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0 0.3em;
}
.cart-thank-you strong.attention {
  color: #45a21f;
}
.cart-thank-you.cart-upgrade strong.highlighted {
  font-family: Verdana;
  font-size: 14px;
  padding: 0.15em 0.3em;
}
.cart-thank-you .instructions .lic {
  color: white;
  background: #45a21f;
  font-size: 18px;
  padding: 10px;
  margin-top: 10px;
}
.cart-thank-you .instructions img {
  margin: 30px 0;
  max-width: 100%;
}
.cart-thank-you .instructions h2 {
  margin-bottom: 0;
}
.cart-thank-you .instructions h3 {
  font-size: 30px;
  margin: 1.3em 0 0.7em;
}
.cart-thank-you.cart-upgrade .instructions {
  font-size: 14px;
}
.cart-thank-you.cart-upgrade .instructions h3 {
  font-size: 24px;
  margin: 1.7em 0 0.7em;
  line-height: 1.4em;
}
.cart-thank-you.cart-upgrade .instructions .other-products h3 {
  font-size: 30px;
}
.cart-thank-you.cart-upgrade .instructions .other-products ul {
  padding: 0;
}
.cart-thank-you .express-install {
  padding: 0 0 50px 0;
}
@media (max-width: 991px) {
  .cart-thank-you .express-install {
    display: none;
  }
}
.cart-thank-you .express-install .text {
  margin: 0px 0px 50px 0px;
}
.cart-thank-you .express-install .text.text-top p.h2-subheading {
  margin: 70px 0 10px;
}
.cart-thank-you .express-install .get-started {
  display: block;
  width: 399px;
  height: 215px;
  margin: 30px auto;
  background: url(../images/get-started.png) 0 0 no-repeat;
  padding-top: 90px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .cart-thank-you .express-install .get-started {
    width: 200px;
    height: 120px;
    padding-top: 44px;
    background-size: contain;
  }
}
.cart-thank-you .express-install .get-started:hover span {
  background: #249efc;
  color: #fff;
}
.cart-thank-you .express-install .get-started span {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid #249efc;
  font-size: 21px;
  display: inline-block;
  padding: 0 0.5em;
  color: #249efc;
}
@media (max-width: 767px) {
  .cart-thank-you .express-install .get-started span {
    font-size: 15px;
  }
}
.cart-thank-you.cart-upgrade .express-install {
  padding: 0;
}
.cart-thank-you.cart-upgrade .express-install .get-started {
  width: 370px;
  margin: 30px auto;
  background: url(../images/get-started-black.png) 0 0 no-repeat;
  padding-top: 80px;
}
.cart-thank-you .download-instructions .email-instructions-box {
  background: url("../images/spriteicons/sprite-platforms.png") -40px -156px no-repeat #c9c9c9;
  border-radius: 10px;
  color: #fff;
  padding: 30px 50px 30px 100px;
  text-align: left;
}
@media (max-width: 767px) {
  .cart-thank-you .download-instructions .email-instructions-box {
    background-image: none;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cart-thank-you .download-instructions .note {
  font-size: 21px;
  font-family: AVGSans_4a;
}
.cart-thank-you .download-instructions .note .attention {
  color: #45a21f;
}
.cart-thank-you .download-instructions .step-note {
  margin: 0 auto 10px auto;
  /*max-width:300px;*/
}
.cart-thank-you .download-instructions .platforms {
  padding: 0;
  margin: 0 0 1em 0;
  list-style: none;
  text-align: left;
}
.cart-thank-you .download-instructions .platforms li {
  display: block;
  margin: 0 1em 0 0;
}
.cart-thank-you .download-instructions .platforms li a {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  display: block;
  background: #fff;
  padding: 0.5em 1em;
  text-decoration: none;
}
.cart-thank-you .licno {
  background: #fff;
  padding: 0.5em 1em;
  font-size: 18px;
  font-family: Verdana, sans-serif;
  font-weight: bold;
  margin: 1em 0;
  display: inline-block;
}
.cart-thank-you .licno.green {
  background: #45a21f;
}
.cart-thank-you #copy-to-clipboard-button {
  color: #249efc;
  cursor: pointer;
}
.cart-thank-you #copy-to-clipboard-button:hover {
  text-decoration: underline;
}
.cart-thank-you .other-products {
  margin: 50px 0 0 0;
}
.cart-thank-you .other-products ul {
  list-style: none;
  text-align: left;
}
.cart-thank-you .other-products ul li {
  margin-top: 1.5em;
}
.cart-thank-you .other-products ul li .step {
  float: left;
}
.cart-thank-you .other-products ul li .text {
  display: block;
  font-size: 16px;
}
.cart-thank-you .other-products ul li:li {
  margin: 0;
}
.cart-thank-you .bank-instructions {
  font-family: AVGSans_4a;
  font-size: 18px;
  color: #000;
  padding: 0 0 50px 0;
  font-family: AVGSans_1;
}
.cart-thank-you .bank-instructions h2 {
  margin: 1em 0 0.4em 0;
  font-size: 43px;
  font-family: AVGSans_1;
}
.cart-thank-you .bank-instructions h3 {
  font-size: 21px;
  color: #5c707b;
  margin-bottom: 3em;
}
.cart-thank-you .bank-instructions strong {
  font-family: AVGSans_4a;
}
.cart-thank-you .bank-instructions .payment-details {
  line-height: 34px;
}
.cart-thank-you .bank-instructions .payment-details .highlighted {
  background: #f5f5f7;
  font-size: 17px;
}
.cart-thank-you .bank-instructions .payment-details .highlighted strong {
  font-family: Verdana, sans-serif;
}
.cart-thank-you .bank-instructions .payment-details .numbers {
  margin-bottom: 30px;
}
.cart-thank-you .download-instructions p.lic {
  background: #45a21f;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 20px;
  font-size: 16px;
  margin: 15px 0;
}
.cart-thank-you .download-instructions .text-green {
  color: #45a21f;
}
.cart-thank-you .information {
  font-size: 14px;
}
.cart-thank-you .information strong {
  color: #45a21f;
}
.cart-thank-you .information h3 {
  margin-bottom: 0.7em;
}
.cart-thank-you .information h3 strong {
  color: #45a21f;
}
.cart-thank-you .information .support-part {
  /*background: #f5f5f5;*/
  padding: 2em 0;
}
.cart-thank-you .information ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cart-thank-you .information ul li {
  border-top: 1px solid #dcdcdc;
  padding: 1.2em 0 0 0;
  margin: 1.2em 0 0;
}
.cart-thank-you .information ul li .spriteicon {
  float: left;
  margin: 0 15px 0 0;
}
.cart-thank-you .information ul li a {
  display: block;
  overflow: hidden;
  line-height: 30px;
}
.cart-thank-you .information ul li:first-child {
  border: 0;
  margin: 0;
  padding: 0;
}
.cart-thank-you iframe {
  border: none;
}
.cart-upgrade .border-green {
  border: 1px solid #339922;
}
.cart-upgrade .border-radius {
  border-radius: 5px;
}
.cart-upgrade .content-inner {
  padding: 20px 30px;
}
.cart-upgrade .information .new-look {
  vertical-align: middle;
}
.cart-upgrade .information .new-look strong {
  color: black;
}
.cart-upgrade .download-buttons a.btn {
  /*text-align: center;*/
}
.cart-upgrade .download-buttons a.btn span.button-text {
  /*float:none;
						font-size: 17px;
						font-family: AVGSans_Light;*/
}
.cart-upgrade .download-instructions .download-buttons a.btn {
  /*text-align: center;*/
}
.cart-upgrade .step {
  margin-right: 0px;
}
/*ajax loader*/
#loader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
#loader #loader-content {
  padding: 100px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 75px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 75px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 75px 0px rgba(0, 0, 0, 0.5);
}
#loader #loader-content img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -32px 0 0 -32px;
}
/* eula popup */
#eula-box .wrapper-buttons a {
  color: #fff;
  text-decoration: none;
}
#eula-box .eula-wrapper {
  border: 1px solid #ddd;
  padding: 20px;
  margin: 20px 20px 40px 20px;
  overflow-y: scroll;
  height: 300px;
  text-align: left;
}
#eula-box .eula-wrapper ol,
#eula-box .eula-wrapper ul {
  list-style-position: outside;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  #eula-box .eula-wrapper ol,
  #eula-box .eula-wrapper ul {
    padding-left: 0;
    list-style-position: inside !important;
  }
}
#eula-box .eula-wrapper .letters,
#eula-box .eula-wrapper .numbers {
  list-style-type: none;
}
#eula-box .eula-wrapper li {
  margin-bottom: 10px;
  margin-top: 10px;
}
#eula-box .eula-wrapper h1,
#eula-box .eula-wrapper h2,
#eula-box .eula-wrapper h3,
#eula-box .eula-wrapper h4 h5,
#eula-box .eula-wrapper h6 {
  font-family: Verdana, sans-serif;
  font-weight: bold;
}
#eula-box .eula-wrapper h1 {
  font-size: 24px;
  margin-top: 40px;
}
#eula-box .eula-wrapper h2 {
  font-size: 18px;
  margin-top: 30px;
}
#eula-box .eula-wrapper h3 {
  font-size: 16px;
  margin-top: 20px;
}
#eula-box .eula-wrapper h4 {
  font-size: 14px;
  margin-top: 10px;
}
#eula-box .eula-wrapper h5 {
  font-size: 12px;
}
#eula-box .eula-wrapper h6 {
  font-size: 11px;
}
.region-availability p {
  font-size: 24px;
  color: #5c707b;
  font-family: AVGSans_4a, sans-serif;
}
.region-availability span.highlighted {
  color: #fff;
  padding: 5px;
  background: #45a21f;
  text-transform: uppercase;
  font-family: AVGSans_2, sans-serif;
}
.region-availability strong {
  font-family: AVGSans_2, sans-serif;
}
.region-availability span.region-info:first-letter {
  text-transform: uppercase;
}
@media print {
  .eula-print #header,
  .eula-print #footer,
  .eula-print #content-wrapper div {
    display: none;
  }
  .eula-print div#esp-component-checkout {
    display: block;
  }
  .eula-print div#esp-component-checkout #eula-box {
    display: block;
    overflow: auto;
    overflow-y: auto;
    position: static;
    top: intherit;
    bottom: inherit;
    left: inherit;
    right: inherit;
    background: none;
  }
  .eula-print div#esp-component-checkout #eula-box div {
    display: block;
  }
  .eula-print div#esp-component-checkout #eula-box div.modal-dialog {
    width: auto;
    margin: 0;
  }
  .eula-print div#esp-component-checkout #eula-box div.modal-content {
    width: auto;
    position: static;
    border: 0;
    box-shadow: 0;
  }
  .eula-print div#esp-component-checkout #eula-box div.eula-wrapper {
    width: auto;
    height: auto;
    overflow-y: auto;
    border: 0;
    padding: 0;
    margin: 0;
  }
  .eula-print div#esp-component-checkout #eula-box .modal-close,
  .eula-print div#esp-component-checkout #eula-box div.wrapper-buttons {
    display: none;
  }
}
/* Responsive */
@media (max-width: 767px) {
  .vat-string {
    margin: 15px 0;
  }
  .product-box .top .item.radio,
  .product-box .bottom .item.radio {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .crosssell-item .prices {
    margin-top: 20px;
  }
  .checkout-product-single .discount {
    margin-top: 15px;
  }
  .checkout-product-single .subscription-period {
    height: auto !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .product-box .bottom .subscription-period {
    height: auto !important;
  }
  .product-box .bottom .price .amount {
    color: #45a21f;
    position: static;
    margin: 0;
  }
  .product-box .bottom .price .total {
    display: inline;
    float: none;
  }
  .product-box .bottom .price .vat {
    display: inline;
    float: none;
  }
}
.zeroclipboard-is-hover,
.copy-to-clipboard {
  cursor: pointer !important;
}
/** activation code styles **/
.activation-breadcrumb {
  padding: 0;
  margin: 20px -10px;
  list-style: none;
}
.activation-breadcrumb:before,
.activation-breadcrumb:after {
  content: " ";
  display: table;
}
.activation-breadcrumb:after {
  clear: both;
}
.activation-breadcrumb:before,
.activation-breadcrumb:after {
  content: " ";
  display: table;
}
.activation-breadcrumb:after {
  clear: both;
}
.activation-breadcrumb li {
  float: left;
  padding: 0 10px;
  color: #bababa;
}
.activation-breadcrumb li .step {
  font-size: 20px;
  background-color: #bababa;
}
.activation-breadcrumb li.active {
  color: #000;
}
.activation-breadcrumb li.active .step {
  background-color: #45a21f;
}
.activation-logged-header strong {
  color: #249efc;
}
.mb0 {
  margin-bottom: 0;
}
.myaccount {
  background: #fff !important;
  /* Header */
  /* Order */
  /* Subscriptions */
  /* Icons */
  /* Products & Services */
  /* Login */
  /* Buttons */
  /* Images */
  /* Support */
  /* Login error */
  /* Forms */
  /* Forgot password */
  /* Typo */
  /* Notifications */
  /* Anchors */
  /* Premium security */
  /* Uncategorized */
  /**/
}
.myaccount .producticon {
  background-image: url("../../cart-responsive/images/spriteicons/sprite-products.png");
}
.myaccount #header h1 {
  margin-top: 16px;
}
.myaccount #header .logo {
  margin-top: 7px;
}
.myaccount ul li {
  margin-bottom: 5px;
  margin-left: 0;
  padding: 0;
}
.myaccount ul.tick-list li {
  list-style-type: none;
  padding-left: 25px;
  background: url('../images/tick_green_17_14.png') no-repeat left 3px;
}
.myaccount ul.license-list li {
  list-style-type: none;
  padding-left: 25px;
  background: url('../images/key_green_17_8.png') no-repeat 0 7px;
}
.myaccount ul.dot-list li {
  list-style-type: none;
  padding-left: 25px;
  background: url('../images/list-bg-dot-9x9.png') no-repeat left 6px;
}
.myaccount .avg-myaccount-orders .item {
  margin-bottom: 10px;
}
.myaccount .order-information {
  margin-bottom: 30px;
}
.myaccount .order-information span {
  font-size: 20px;
  font-family: Verdana, sans-serif;
  color: #000;
}
.myaccount .order-information span.order-text {
  display: block;
  font-family: Verdana, sans-serif;
  font-size: 14px;
  color: #5c707b;
}
.myaccount .order-information .order-date {
  padding-top: 5px;
}
.myaccount .products {
  padding: 20px;
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
}
.myaccount .products .expiration-date.green span,
.myaccount .products .next-billing-date.green span {
  color: #45a21f;
}
.myaccount .products .expiration-date.orange span,
.myaccount .products .next-billing-date.orange span {
  color: #ff6c2f;
}
.myaccount .products ul {
  padding: 0px;
  margin: 10px 0 20px;
}
.myaccount .products ul .btn {
  font-size: 20px;
}
.myaccount .products a.downgrade {
  display: inline-block;
  margin: 20px 0px;
  text-decoration: none;
  padding: 0;
  border-bottom: 1px solid #000;
  font-family: AVGSans_4a, sans-serif;
}
.myaccount .products a.renew {
  text-align: center;
  display: block;
  margin: 20px 0px 0px 0px;
  color: #45a21f;
  text-decoration: underline;
  font-size: 16px;
  font-family: AVGSans_4a, sans-serif;
}
.myaccount .products .product-status {
  margin-left: 0px;
  margin-top: 10px;
}
.myaccount .avg-myaccount-orders .next-billing-date {
  padding-left: 0px;
  margin-bottom: 0px;
}
.myaccount .avg-myaccount-orders .next-billing-date span {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .myaccount .avg-myaccount-orders .product-name-text p {
    margin: 0;
  }
}
.myaccount .avg-myaccount-orders .item {
  margin-bottom: 50px;
}
.myaccount .avg-myaccount-orders .product-name-text span {
  white-space: nowrap;
  font-family: Verdana, sans-serif;
  font-size: 16px;
  color: #000;
}
.myaccount .avg-myaccount-orders .order-number {
  text-align: left;
}
@media (max-width: 767px) {
  .myaccount .avg-myaccount-orders .order-date {
    text-align: left;
  }
}
.myaccount .avg-myaccount-subscriptions .item .subscription-information {
  cursor: pointer;
  padding: 20px 70px 20px 20px;
  background: #ebebeb url('../images/green-arrow-with-background-down-50x100.png') no-repeat right center;
}
.myaccount .avg-myaccount-subscriptions .item .subscription-information.opened {
  background: #ebebeb url('../images/white-arrow-with-background-up-50x100.png') no-repeat right center;
}
.myaccount .avg-myaccount-subscriptions .history-info h3 {
  margin-bottom: 10px;
}
.myaccount .subscription-information,
.myaccount .product-information {
  background: #ebebeb;
  padding: 20px 30px;
}
.myaccount .subscription-information .producticon,
.myaccount .product-information .producticon {
  float: left;
}
.myaccount .subscription-information h3.product-name,
.myaccount .product-information h3.product-name {
  padding: 14px 0 10px 20px;
  margin: 0;
  display: table;
  font-size: 22px;
}
.myaccount .subscription-information span,
.myaccount .product-information span {
  color: #000;
  font-size: 16px;
}
.myaccount .subscription-period .important-dates {
  color: inherit !important;
  padding-left: 25px;
}
.myaccount .subscription-period .important-dates.green {
  background: url('../images/icon-time-green-17x20.png') no-repeat 0 0;
}
.myaccount .subscription-period .important-dates.green span {
  color: #45a21f;
}
.myaccount .subscription-period .important-dates.orange {
  background: url('../images/icon-time-orange-17x20.png') no-repeat 0 0;
}
.myaccount .subscription-period .important-dates.orange span {
  color: #ff4f1d;
}
.myaccount .order-date p.date {
  font-size: 1.42857143;
  font-family: Verdana, sans-serif;
  padding: 6px 0px 6px 0px;
  color: #5c707b;
}
.myaccount .order-date p.datespan {
  color: #000;
  font-size: 16px;
}
.myaccount .order-date .orange-text {
  color: #ff6c2f;
}
.myaccount .avg-myaccount-subscriptions .open .products {
  display: block;
}
.myaccount a.renewal-text {
  color: #5C707B !important;
}
.myaccount a.renewal-text:hover {
  cursor: pointer;
}
.myaccount .expiration-time {
  color: #FF6C2F !important;
  font-size: 18px;
  margin-top: 12px;
}
@media (max-width: 479px) {
  .myaccount .expiration-time {
    margin-top: 0px;
  }
}
.myaccount .next-billing-date span {
  font-family: Verdana, sans-serif;
  font-size: 16px;
  color: #000;
}
.myaccount .product-status {
  margin-left: 10px;
  font-size: 18px;
  font-family: AVGSans_4a, sans-serif;
  color: #000;
}
.myaccount .product-status.expired {
  margin-left: 0;
  display: block;
  color: #ff665e;
  font-family: AVGSans_1, sans-serif;
}
.myaccount .product-status.inactive {
  font-family: AVGSans_1, sans-serif;
  color: #5c707b;
}
.myaccount .product-status span {
  font-size: 16px;
  font-family: AVGSans_1, sans-serif;
  color: #5c707b;
}
.myaccount .avg-myaccount-products-services .product-information {
  padding: 20px 30px;
}
.myaccount .avg-myaccount-products-services .product-name h3 {
  margin: 0;
}
.myaccount .avg-myaccount-products-services .history-info h3 {
  margin-bottom: 10px;
}
.myaccount .avg-myaccount-products-services .products {
  padding: 30px 20px;
}
.myaccount .avg-myaccount-products-services .item {
  border: 1px solid #ebebeb;
}
.myaccount .subscribe-now {
  color: #149CFF;
  font-size: 16px;
  font-family: AVGSans_1, sans-serif;
  text-decoration: underline;
}
.myaccount .registration-benefits p {
  margin-top: 25px;
  font-family: AVGSans_Light, sans-serif;
  font-size: 18px;
  color: #5c707b;
}
.myaccount .no-products {
  padding: 70px 0;
}
.myaccount .no-products h4 {
  color: #5c707b;
}
.myaccount .avg-myaccount-products-services {
  color: #5C707B;
}
.myaccount .login-help {
  background: #fafafa;
  padding: 50px!important;
}
@media (max-width: 767px) {
  .myaccount .login-help {
    padding: 25px!important;
  }
}
@media (max-width: 991px) {
  .myaccount .login-help ul.tick-list {
    padding-left: 0;
  }
}
.myaccount .login-form {
  padding: 50px 20px;
}
@media (max-width: 767px) {
  .myaccount .login-form {
    padding: 0 0 50px 0;
  }
}
.myaccount .forgot {
  cursor: pointer;
}
.myaccount a.btn.outline.green {
  padding: 10px 20px;
  color: #45a21f !important;
  border: 2px solid #45a21f;
  font-family: AVGSans_4a;
}
.myaccount .products .btn {
  font-size: 18px;
  padding: 10px 16px;
}
.myaccount .products .btn.btn-1-line {
  padding: 21.5px 16px;
}
.myaccount input[type="submit"].btn.outline.green,
.myaccount button.btn.outline.green {
  padding: 14px 16px;
  background: #fafafa;
  color: #45a21f !important;
  border: 2px solid #45a21f;
  font-family: AVGSans_4a;
}
.myaccount input[type="submit"].btn.outline.orange,
.myaccount button.btn.outline.orange {
  padding: 14px 16px;
  background: #fafafa;
  color: #ff6c2f !important;
  border: 2px solid #ff6c2f;
  font-family: AVGSans_4a;
}
.myaccount input[type="submit"].orange,
.myaccount button.orange {
  background: #F8901F;
  background: -moz-linear-gradient(top, #f8901f 3%, #fe6f2e 95%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(3%, #F8901F), color-stop(95%, #FE6F2E));
  background: -webkit-linear-gradient(top, #F8901F 3%, #FE6F2E 95%);
  background: -o-linear-gradient(top, #f8901f 3%, #fe6f2e 95%);
  background: -ms-linear-gradient(top, #f8901f 3%, #fe6f2e 95%);
  background: linear-gradient(to bottom, #F8901F 3%, #FE6F2E 95%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8901f', endColorstr='#fe6f2e', GradientType=0);
  color: #fff;
}
.myaccount input[type="submit"].orange,
.myaccount button.orange:hover {
  color: #fff;
}
.myaccount input[type="submit"].orange,
.myaccount button.orange {
  background: #F8901F;
  background: -moz-linear-gradient(top, #f8901f 3%, #fe6f2e 95%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(3%, #F8901F), color-stop(95%, #FE6F2E));
  background: -webkit-linear-gradient(top, #F8901F 3%, #FE6F2E 95%);
  background: -o-linear-gradient(top, #f8901f 3%, #fe6f2e 95%);
  background: -ms-linear-gradient(top, #f8901f 3%, #fe6f2e 95%);
  background: linear-gradient(to bottom, #F8901F 3%, #FE6F2E 95%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8901f', endColorstr='#fe6f2e', GradientType=0);
  color: #fff;
}
.myaccount input[type="submit"].orange:active,
.myaccount button.orange:active {
  background: #F8901F;
  background: -moz-linear-gradient(top, #f8901f 3%, #fe6f2e 95%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(3%, #F8901F), color-stop(95%, #FE6F2E));
  background: -webkit-linear-gradient(top, #F8901F 3%, #FE6F2E 95%);
  background: -o-linear-gradient(top, #f8901f 3%, #fe6f2e 95%);
  background: -ms-linear-gradient(top, #f8901f 3%, #fe6f2e 95%);
  background: linear-gradient(to bottom, #F8901F 3%, #FE6F2E 95%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8901f', endColorstr='#fe6f2e', GradientType=0);
  color: #fff;
}
.myaccount button.close {
  width: 26px;
  height: 26px;
  background: url('../images/modal-close-button-26-26.png') no-repeat;
  opacity: 1;
  text-indent: -99999px;
  position: relative;
  top: -10px;
  right: -10px;
}
.myaccount button.close:hover {
  opacity: 1;
}
.myaccount .green-btn {
  border: 1px solid #45a21f;
  color: #45a21f;
}
.myaccount .btn-discard {
  background: #eaeaea;
  /* Old browsers */
  background: -moz-linear-gradient(top, #eaeaea 1%, #dddddd 68%) !important;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eaeaea), color-stop(68%, #dddddd)) !important;
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #eaeaea 1%, #dddddd 68%) !important;
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #eaeaea 1%, #dddddd 68%) !important;
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #eaeaea 1%, #dddddd 68%) !important;
  /* IE10+ */
  background: linear-gradient(to bottom, #eaeaea 1%, #dddddd 68%) !important;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeaea', endColorstr='#dddddd', GradientType=0);
  /* IE6-9 */
}
.myaccount h2.icon.head {
  background: url('../images/head-icon-37x35.png') no-repeat;
}
.myaccount .avg-myaccount-login h2.icon.head {
  padding-left: 52px;
  text-align: center;
}
.myaccount .avg-myaccount-login-error h2.icon.head {
  padding-left: 52px;
  text-align: center;
}
@media (max-width: 767px) {
  .myaccount h2.icon.head {
    background: none;
    padding-left: 0px !important;
  }
}
@media (max-width: 767px) {
  .myaccount .avg-myaccount-support .section-support .ma-support-items-list .ma-support-item {
    padding-top: 10px ;
    padding-bottom: 10px ;
  }
}
.myaccount .avg-myaccount-support .myaccount-help {
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
.myaccount .avg-myaccount-support .myaccount-help ul li {
  margin-bottom: 20px;
  color: #249efc;
  list-style-position: outside;
}
.myaccount .avg-myaccount-support .myaccount-more-help .call-us-btn {
  padding: 12px 18px;
  border: 2px solid #0082ee;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #0082ee;
  font-size: 16px;
}
@media (max-width: 767px) {
  .myaccount .avg-myaccount-support .myaccount-more-help .call-us-btn {
    margin-bottom: 30px;
  }
}
.myaccount .avg-myaccount-support .myaccount-more-help .chat-btn {
  padding: 12px 30px;
  border: 2px solid #0082ee;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #0082ee;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  width: 100%;
}
.myaccount .avg-myaccount-support .myaccount-more-help .chat-btn:hover,
.myaccount .avg-myaccount-support .myaccount-more-help .chat-btn:focus {
  color: #0082ee;
  background-color: #fff;
  text-decoration: none;
}
.myaccount .avg-myaccount-support .myaccount-more-help .call-us-btn {
  display: inline-block;
}
.myaccount .avg-myaccount-support .avg-products-help {
  /*
		h4 {font-size: 18px !important;}

		.icon {
	    padding-top: 95px;
	    background-position: center top !important;

			&.home {
				background: url('../images/icon-home-78x75.png') no-repeat;
			}

			&.mobile {
				background: url('../images/icon-mobile-46x75.png') no-repeat;
			}

			&.bag {
				background: url('../images/icon-bag-86x75.png') no-repeat;
			}
		}
		*/
}
.myaccount .avg-myaccount-support .avg-products-help .item {
  margin-bottom: 20px;
}
.myaccount .avg-myaccount-support .avg-products-help .item .inner {
  padding: 50px 25px;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
}
.myaccount .error-login {
  min-height: 45px;
  padding-left: 60px;
  background: url('../images/login-error.png') no-repeat left top;
}
.myaccount .error-login p {
  color: #ff6c2f!important;
}
.myaccount .error-login .avg-myaccount-login-error input[type="email"],
.myaccount .error-login .avg-myaccount-login-error input[type="password"],
.myaccount .error-login .avg-myaccount-login-error input[type="text"] {
  border-color: #ff6c2f;
}
.myaccount .error-login .form-group.error .input.select span.s-text,
.myaccount .error-login .form-group.error input[type="email"],
.myaccount .error-login .form-group.error input[type="password"],
.myaccount .error-login .form-group.error input[type="text"],
.myaccount .error-login .form-group.error select {
  border-color: #ff6c2f;
}
.myaccount .error-login ul {
  list-style: none;
}
.myaccount .error-login ul li {
  color: #ff6c2f;
}
.myaccount span.input.radio {
  margin: 0px;
}
.myaccount label.radio-inline {
  padding-left: 7px;
}
.myaccount .form-control[disabled] {
  background-color: #eeeeee !important;
}
.myaccount .ma-form {
  margin-top: 5px;
  margin-left: 10px!important;
}
.myaccount .form-group.error .field-validation {
  display: table;
}
.myaccount .field-validation {
  display: none;
  height: 40px;
  width: 100%;
  padding-left: 22px;
  background: url(../images/arrow-error-field.png) no-repeat left top;
}
.myaccount .field-validation p {
  margin-bottom: 0px;
  background: #f5f5f5;
  min-height: 40px;
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
  line-height: 13px;
}
.myaccount .error .field-validation p {
  color: #ff6c2f;
}
.myaccount .secure .field-validation p {
  color: #55a838;
}
.myaccount .error.field-validation p {
  color: #ff6c2f;
}
.myaccount .secure.field-validation p {
  color: #55a838;
}
.myaccount .visible .field-validation {
  display: block;
}
.myaccount .bg-gray-light .field-validation {
  display: none;
  padding-left: 22px;
  background: url(../images/arrow-error-field-white.png) no-repeat left top;
}
.myaccount .bg-gray-light .field-validation.visible {
  display: block;
}
.myaccount .bg-gray-light .field-validation p {
  background: #fff;
}
.myaccount .info-box {
  padding: 40px 30px;
}
.myaccount .green {
  color: #45a21f;
}
.myaccount .orange {
  color: #ff6c2f;
}
.myaccount b {
  font-family: AVGSans_2, sans-sferif;
}
.myaccount h3.subheading {
  color: #5c707b;
}
.myaccount .notifications {
  border: 1px solid #ff6c2f;
}
.myaccount .notifications .notification-header {
  background: #fff0ea;
}
.myaccount .warning-info h3 {
  margin: 18px;
  padding: 10px 0 10px 65px;
  background: url('../images/warning-triangle.png') no-repeat left top;
  font-size: 21px;
  font-family: AVGSans_1, sans-serif;
  margin-bottom: 0px !important;
}
.myaccount .operation.closex {
  padding: 40px 0px;
  background: #ff6c2f url('../images/close-button.png') no-repeat center center;
}
.myaccount .operation:hover {
  cursor: pointer;
}
.myaccount .operation-2.closex {
  padding: 40px 0px;
  background: #ff6c2f url('../images/close-button.png') no-repeat center center;
}
.myaccount .notification-body {
  padding: 40px 30px;
}
.myaccount .notification-body p {
  font-family: AVGSans_1, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 22px;
}
.myaccount .notification-body button {
  font-family: AVGSans_4a, sans-serif;
  font-size: 21px;
}
.myaccount a.btn {
  text-decoration: none;
  color: #fff;
}
.myaccount .login-help a.create {
  font-size: 18px;
  font-family: AVGSans_Light, sans-serif;
}
.myaccount a.download-product {
  color: #149cff;
  font-size: 18px;
  font-family: AVGSans_1, sans-serif;
}
.myaccount a.renew-now {
  color: #149cff;
  font-size: 16px;
  font-family: AVGSans_1, sans-serif;
  border: 1px solid #149cff;
  text-decoration: none;
  padding: 7px 20px;
  border-radius: 15px;
}
.myaccount .popover {
  max-width: 500px;
  background: #F5F5F5;
  border: 1px solid #fff;
  box-shadow: none;
  border-radius: 0px;
}
.myaccount .popover.botton > .arrow {
  border-bottom-color: #f5f5f5;
}
.myaccount .popover.botton > .arrow:after {
  border-bottom-color: #f5f5f5;
}
.myaccount .popover-content {
  padding: 25px;
}
.myaccount .popover-content h4 {
  margin-bottom: 20px;
}
.myaccount .popover-content p {
  color: #5c707b;
  margin-bottom: 20px;
}
.myaccount ul.download-products-icons li {
  list-style-type: none;
  background: #f5f5f5 !important;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 5px 5px 5px 10px;
}
.myaccount ul.download-products-icons li a {
  font-family: AVGSans_4a, sans-serif;
  font-size: 16px;
  text-decoration: none;
}
.myaccount ul.download-products-icons li a.windows {
  padding-left: 30px;
  background: url('../images/windows-logo-icon-21x19.png') no-repeat left center;
}
.myaccount ul.download-products-icons li a.android {
  padding-left: 30px;
  background: url('../images/android-icon-20x20.png') no-repeat left center;
}
.myaccount input.disabled {
  background: url('../images/lock-icon-16x20.png') no-repeat 95% 8px;
  padding-right: 45px;
}
.myaccount .modal-body input.disabled {
  background: url('../images/lock-icon-16x20.png') no-repeat 95% 8px;
  padding-right: 45px;
}
.myaccount .change-info-links a {
  color: #149CFF;
}
.myaccount .bold {
  font-family: AVGSans_Light, sans-serif !important;
  font-size: 21px;
}
.myaccount .form-address-type .input-parent {
  text-align: center;
  display: block;
}
@media (max-width: 480px) {
  .myaccount .form-address-type .input-parent {
    display: table-cell;
    text-align: left;
  }
}
.myaccount span.input.radio {
  margin-left: 15px;
  margin-top: 3px;
}
.myaccount .language-selector {
  height: 100%;
}
.myaccount .error-login a {
  color: #00A1E7!important;
}
.myaccount.ru .unsubscribesubscription .btn.orange {
  padding: 16px 10px;
}
.myaccount.pl .avg-myaccount-products-services .ma-form,
.myaccount.it .avg-myaccount-products-services .ma-form,
.myaccount.de .avg-myaccount-products-services .ma-form,
.myaccount.es .avg-myaccount-products-services .ma-form,
.myaccount.fr .avg-myaccount-products-services .ma-form,
.myaccount.ru .avg-myaccount-products-services .ma-form,
.myaccount.cs .avg-myaccount-products-services .ma-form,
.myaccount.id .avg-myaccount-products-services .ma-form,
.myaccount.de .avg-myaccount-products-services .ma-form {
  padding-top: 7px !important;
  margin-top: 7px !important;
}
.myaccount.nl #header nav ul li,
.myaccount.fr #header nav ul li,
.myaccount.ru #header nav ul li {
  padding: 0px 5px;
}
.myaccount.ru .unsubscribesubscription .btn.orange {
  padding: 16px 10px;
}
.myaccount .panel.no-border {
  border-radius: 0 !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.myaccount .success {
  border: 1px solid #48a423;
}
.myaccount .success .warning-info h3 {
  background: url('../images/tick-success-icon.png') no-repeat left center;
}
.myaccount .success .warning-info {
  background: #ecf6e8;
}
.myaccount .success .closex {
  background: #45a21f url('../images/close-button.png') no-repeat center center;
}
.myaccount a.downgrade.hd-xx-small.black-text span {
  color: #ed1c24 !important;
}
.myaccount .products a.downgrade-paid {
  text-align: center;
  display: block;
  margin: 20px 0px;
  color: #959595;
  font-size: 16px;
  font-family: AVGSans_Light, sans-serif;
}
.myaccount .license-number-label,
.myaccount .renewal-text {
  margin-bottom: 10px;
}
.myaccount .license-number-label {
  display: block;
}
.myaccount #downgradeModal .btn-orange {
  white-space: normal;
}
p.subscription-covers {
  color: #000;
  font-family: AVGSans_Light, sans-serif;
  font-size: 14px;
  padding-top: 36px;
  background: url('../images/all-devices-icons-110x31.png') no-repeat right top;
}
.closed .operation-2.closex {
  padding: 40px 0px!important;
  background: #ff6c2f url('../images/close-button.png') no-repeat center center;
}
.orange-text {
  color: #ff4f1d;
}
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
/*
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #222;
}
#colorbox {
  outline: 0;
}
#cboxContent {
  margin-top: 32px;
  overflow: visible;
  background: #fff;
}
.cboxIframe {
  background: #222;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadedContent {
  background: #fff;
  padding: 1px;
}
#cboxLoadingGraphic {
  background: url(../images/loading.gif) no-repeat center center;
}
#cboxLoadingOverlay {
  background: #fff;
}
#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}
#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  background: url(../images/colorbox-controls.png) no-repeat 0 0;
}
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}
#cboxPrevious {
  background-position: 0px 0px;
  right: 44px;
}
#cboxPrevious:hover {
  background-position: 0px -25px;
}
#cboxNext {
  background-position: -25px 0px;
  right: 22px;
}
#cboxNext:hover {
  background-position: -25px -25px;
}
#cboxClose {
  background-position: -50px 0px;
  right: 8px;
  top: 7px;
}
#cboxClose:hover {
  background-position: -50px -25px;
}
.cboxSlideshow_on #cboxPrevious,
.cboxSlideshow_off #cboxPrevious {
  right: 66px;
}
.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}
.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}
.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}
.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}
#cboxTitle {
  display: none !important;
}
.support-blue-btn {
  padding: 12px 30px;
  border: 2px solid #0082ee;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #0082ee;
  color: #fff;
  font-size: 16px;
}
.support-blue-btn:hover,
.support-blue-btn:focus {
  color: #0082ee;
  background-color: #fff;
  text-decoration: none;
}
.chime-body,
.netcore-body,
.stonet-body {
  padding-bottom: 180px !important;
}
@media (max-width: 580px) {
  .chime-body,
  .netcore-body,
  .stonet-body {
    padding-bottom: 215px !important;
  }
}
@media (max-width: 500px) {
  .chime-body,
  .netcore-body,
  .stonet-body {
    padding-bottom: 235px !important;
  }
}
@media (max-width: 360px) {
  .chime-body,
  .netcore-body,
  .stonet-body {
    padding-bottom: 270px !important;
  }
}
.my-account-chime-page #footer,
.my-account-netcore-page #footer,
.my-account-stonet-page #footer {
  height: 170px;
  background: #eee;
  color: #58585a;
  padding: 30px 15px;
  line-height: 1.5;
}
@media (max-width: 580px) {
  .my-account-chime-page #footer,
  .my-account-netcore-page #footer,
  .my-account-stonet-page #footer {
    height: 205px;
  }
}
@media (max-width: 500px) {
  .my-account-chime-page #footer,
  .my-account-netcore-page #footer,
  .my-account-stonet-page #footer {
    height: 225px;
  }
}
@media (max-width: 360px) {
  .my-account-chime-page #footer,
  .my-account-netcore-page #footer,
  .my-account-stonet-page #footer {
    height: 260px;
  }
}
.my-account-chime-page #header {
  background: #8cc24b;
  /* Old browsers */
  background: -moz-linear-gradient(top, #8cc24b 0%, #8cc44b 16%, #83bb4a 33%, #74be4f 49%, #74be4f 100%);
  background: -webkit-linear-gradient(top, #8cc24b 0%, #8cc44b 16%, #83bb4a 33%, #74be4f 49%, #74be4f 100%);
  background: linear-gradient(to bottom, #8cc24b 0%, #8cc44b 16%, #83bb4a 33%, #74be4f 49%, #74be4f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cc24b', endColorstr='#74be4f', GradientType=0);
  height: 250px;
  padding: 0;
  border: none;
}
.my-account-chime-page #header .content {
  color: #fff;
  position: relative;
  z-index: 2;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.my-account-chime-page #header .content img {
  margin-bottom: 30px;
}
.my-account-chime-page #header .content .secured-text {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.my-account-chime-page #header .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/chime/header-bg.png') top center no-repeat;
}
@media (max-width: 767px) {
  .my-account-chime-page #header .background {
    background: none;
  }
}
.my-account-chime-page .main-content .success-header {
  color: #8cc541;
  margin-top: 60px;
}
.my-account-chime-page .main-content .error-header {
  color: #d9534f;
  margin-top: 60px;
}
.my-account-chime-page .main-content .separator {
  margin: 60px 0 75px;
  border-top-color: #eee;
}
@media (min-width: 768px) {
  .my-account-chime-page .main-content .offset-left-25 {
    margin-left: 25%;
  }
}
.my-account-chime-page .main-content .myaccount-info-header {
  font-family: AVGSans_4a;
  margin-bottom: 25px;
}
.my-account-chime-page .main-content .green-bullets {
  padding: 0;
  list-style: none;
  margin-bottom: 50px;
}
.my-account-chime-page .main-content .green-bullets li {
  display: block;
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  color: #939598;
}
.my-account-chime-page .main-content .green-bullets li + li {
  margin-top: 15px;
}
.my-account-chime-page .main-content .green-bullets li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #8cc541;
}
.my-account-chime-page .btn-chime {
  background-image: none;
  filter: none;
  background-color: #8cc541;
  color: #fff;
}
.my-account-chime-page .btn-chime:hover,
.my-account-chime-page .btn-chime:active,
.my-account-chime-page .btn-chime:focus {
  color: #fff;
}
.my-account-chime-page .mb60 {
  margin-bottom: 60px;
}
.my-account-netcore-page #header,
.my-account-stonet-page #header {
  background: #3697db;
  height: 250px;
  padding: 0;
  border: none;
}
.my-account-netcore-page #header .content,
.my-account-stonet-page #header .content {
  color: #fff;
  position: relative;
  z-index: 2;
  text-align: center;
  padding-top: 23.5px;
  padding-bottom: 23.5px;
}
.my-account-netcore-page #header .content img,
.my-account-stonet-page #header .content img {
  margin-bottom: 20px;
}
.my-account-netcore-page #header .content .secured-text,
.my-account-stonet-page #header .content .secured-text {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.my-account-netcore-page #header .content .header-image,
.my-account-stonet-page #header .content .header-image {
  width: 121px;
  height: 121px;
  background: no-repeat center center;
  margin: 0 auto 20px;
}
.my-account-netcore-page #header .content .header-image.lock,
.my-account-stonet-page #header .content .header-image.lock {
  background-image: url('../images/netcore/header-lock.png');
}
.my-account-netcore-page #header .content .header-image.check,
.my-account-stonet-page #header .content .header-image.check {
  background-image: url('../images/netcore/header-check.png');
}
.my-account-netcore-page .main-content .success-header,
.my-account-stonet-page .main-content .success-header {
  color: #28cd74;
  margin-top: 60px;
}
.my-account-netcore-page .main-content .error-header,
.my-account-stonet-page .main-content .error-header {
  color: #d9534f;
  margin-top: 60px;
}
.my-account-netcore-page .main-content .separator,
.my-account-stonet-page .main-content .separator {
  margin: 60px 0 75px;
  border-top-color: #eee;
}
@media (min-width: 768px) {
  .my-account-netcore-page .main-content .offset-left-25,
  .my-account-stonet-page .main-content .offset-left-25 {
    margin-left: 25%;
  }
}
.my-account-netcore-page .main-content .myaccount-info-header,
.my-account-stonet-page .main-content .myaccount-info-header {
  font-family: AVGSans_4a;
  margin-bottom: 25px;
}
.my-account-netcore-page .main-content .green-bullets,
.my-account-stonet-page .main-content .green-bullets {
  padding: 0;
  list-style: none;
  margin-bottom: 50px;
}
.my-account-netcore-page .main-content .green-bullets li,
.my-account-stonet-page .main-content .green-bullets li {
  display: block;
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  color: #939598;
}
.my-account-netcore-page .main-content .green-bullets li + li,
.my-account-stonet-page .main-content .green-bullets li + li {
  margin-top: 15px;
}
.my-account-netcore-page .main-content .green-bullets li:before,
.my-account-stonet-page .main-content .green-bullets li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #3697db;
}
.my-account-netcore-page .btn-chime,
.my-account-stonet-page .btn-chime {
  background-image: none;
  filter: none;
  background-color: #28cd74;
  color: #fff;
}
.my-account-netcore-page .btn-chime:hover,
.my-account-stonet-page .btn-chime:hover,
.my-account-netcore-page .btn-chime:active,
.my-account-stonet-page .btn-chime:active,
.my-account-netcore-page .btn-chime:focus,
.my-account-stonet-page .btn-chime:focus {
  color: #fff;
}
.my-account-netcore-page .mb60,
.my-account-stonet-page .mb60 {
  margin-bottom: 60px;
}
#modal-spinner {
  display: block;
  margin: 50px auto;
}
.avg-retail .product-summary-new {
  background: #FAFAFA url('../images/icon-product-gsr-51x74.png') no-repeat 50px 10px;
  padding: 10px 50px 10px 125px;
}
.avg-retail .product-summary-new h3 {
  margin: 0px!important;
  color: #000!important;
}
.avg-retail .product-summary-new p {
  font-family: 'Verdana', sans-serif;
  margin-bottom: 0px!important;
  font-size: 14px;
  color: #5c707b!important;
  line-height: 18px !important;
}
.avg-retail .product-summary-new .year-license {
  color: #959595!important;
}
.avg-retail p.expiration-info span {
  color: #45a21f !important;
}
.avg-retail .all-covered h4 {
  font-size: 24px !important;
}
.avg-retail .all-covered p {
  font-size: 16px!important;
  font-family: 'Verdana', sans-serif;
}
.avg-retail .activation-page-thank-you h2 {
  font-size: 42px!important;
  font-family: 'AVGSans_4a', sans-serif !important;
}
.avg-retail .activation-page-thank-you h2 span {
  color: #45a21f;
  white-space: nowrap!important;
}
.avg-retail .product-summary-new.gsl {
  background: #FAFAFA url('../images/icon-product-gsl-49x72.png') no-repeat 50px 10px;
}
.avg-retail .note {
  font-family: 'Verdana', sans-serif !important;
}
.avg-retail #footer {
  font-family: 'Verdana', sans-serif !important;
}
.avg-retail .lang-selector {
  width: 22px;
  float: right !important;
}
.avg-modal h2,
.avg-modal .modal-body p {
  text-align: left!imporant;
}
.avg-popup-nojs-open .modal {
  display: block!important;
}
/* retail MODALS */
.avg-modal .need-help {
  background-color: #f5f5f5;
}
.avg-retail .need-help,
.avg-retail .need-help strong,
.avg-modal .need-help,
.avg-modal .need-help strong {
  color: #959595!important;
}
.avg-modal .modal-dialog {
  width: 500px!important;
}
.avg-modal .modal-dialog h2 {
  font-size: 36px;
  margin-bottom: 15px!important;
}
.avg-modal .modal-dialog a.btn {
  text-decoration: none;
}
.avg-modal button.close {
  width: 26px;
  height: 26px;
  background: url('../images/modal-close-button-26-26.png') no-repeat;
  opacity: 1;
  text-indent: -99999px;
  position: relative;
  top: -10px;
  right: -10px;
}
/* ERRORS */
.avg-retail .field-validation p {
  font-family: 'Verdana', sans-serif !important;
}
.error-login-retail {
  padding-left: 60px;
  background: url('../images/login-error.png') no-repeat left top;
  min-height: 45px;
  margin-bottom: 40px;
  display: table;
}
.error-login-retail p {
  color: #FF6C2F!important;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  height: 45px;
}
.spriteicon {
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url("../images/spriteicons/sprite-cart.png");
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  background-position: -9999px -9999px;
}
h1 .spriteicon,
h2 .spriteicon,
h3 .spriteicon,
h4 .spriteicon,
h5 .spriteicon,
h6 .spriteicon {
  margin-right: 20px;
}
.spriteicon-replace {
  text-indent: -9999px;
  display: inline-block;
}
.spriteicon-step-head {
  background-position: 0px 0px;
  width: 37px;
  height: 35px;
}
.spriteicon-step-card {
  background-position: -75px 0px;
  width: 51px;
  height: 35px;
}
.spriteicon-step-envelope-text {
  background-position: -150px 0px;
  width: 40px;
  height: 40px;
}
.spriteicon-step-envelope-key {
  background-position: -225px 0px;
  width: 40px;
  height: 40px;
}
.spriteicon-step-envelope-legal {
  background-position: -300px 0px;
  width: 40px;
  height: 41px;
}
.spriteicon-support-phone {
  background-position: 0px -75px;
  width: 60px;
  height: 56px;
}
.spriteicon-support-moneyback {
  background-position: -75px -75px;
  width: 60px;
  height: 60px;
}
.spriteicon-support-help {
  background-position: -150px -75px;
  width: 60px;
  height: 60px;
}
.spriteicon-payment-paypal {
  background-position: 0px -150px;
  width: 92px;
  height: 22px;
}
.spriteicon-payment-american-express {
  background-position: -125px -150px;
  width: 36px;
  height: 22px;
}
.spriteicon-payment-master-card {
  background-position: -200px -150px;
  width: 36px;
  height: 22px;
}
.spriteicon-payment-visa {
  background-position: -275px -150px;
  width: 36px;
  height: 22px;
}
.spriteicon-payment-jcb {
  background-position: -425px -150px;
  width: 36px;
  height: 22px;
}
.spriteicon-payment-maestro {
  background-position: -350px -150px;
  width: 36px;
  height: 22px;
}
.spriteicon-payment-diners-club {
  background-position: -500px -150px;
  width: 36px;
  height: 22px;
}
.spriteicon-payment-laser {
  background-position: -650px -150px;
  width: 17px;
  height: 17px;
}
.spriteicon-payment-carte-bleue {
  background-position: -575px -150px;
  width: 36px;
  height: 22px;
}
.spriteicon-payment-postepay {
  background-position: -725px -150px;
  width: 42px;
  height: 20px;
}
.spriteicon-payment-visa-electron {
  background-position: -800px -150px;
  width: 31px;
  height: 20px;
}
.spriteicon-payment-boleto {
  background-position: -875px -150px;
  width: 22px;
  height: 22px;
}
.spriteicon-payment-ideal {
  background-position: -990px -150px;
  width: 29px;
  height: 25px;
}
.spriteicon-payment-cartasi {
  background-position: -1053px -144px;
  width: 44px;
  height: 44px;
}
.spriteicon-validation-tick {
  background-position: 0px -175px;
  width: 12px;
  height: 10px;
}
.spriteicon-validation-securitycode {
  background-position: 0px -225px;
  width: 150px;
  height: 100px;
}
.spriteicon-validation-securitycode-amex {
  background-position: -150px -225px;
  width: 150px;
  height: 100px;
}
.spriteicon-validation-close {
  background-position: -300px -175px;
  width: 21px;
  height: 21px;
}
.spriteicon-modal-close {
  background-position: -375px -175px;
  width: 26px;
  height: 26px;
}
.spriteicon-error {
  background-position: 0px -350px;
  width: 37px;
  height: 30px;
}
.spriteicon-support-faq {
  background-position: -50px -350px;
  width: 29px;
  height: 25px;
}
.spriteicon-support-manual {
  background-position: -100px -350px;
  width: 29px;
  height: 25px;
}
.spriteicon-support-community {
  background-position: -150px -350px;
  width: 29px;
  height: 25px;
}
.spriteicon-support-main {
  background-position: 0px -395px;
  width: 46px;
  height: 46px;
}
.spriteicon-support-find {
  background-position: -64px -403px;
  width: 30px;
  height: 30px;
}
.spriteicon-support-visit {
  background-position: -166px -403px;
  width: 30px;
  height: 30px;
}
.spriteicon-support-read {
  background-position: -112px -401px;
  width: 30px;
  height: 34px;
}
.producticon {
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url("../images/spriteicons/sprite-products.png");
  display: inline-block;
  line-height: 1;
  vertical-align: bottom;
}
.producticon-product-gsr,
.producticon-product-gsr-box {
  background-position: 0px 0px;
  width: 90px;
  height: 90px;
}
.producticon-product-gsr-small,
.producticon-product-gsr-box-small {
  background-position: 0px -110px;
  width: 50px;
  height: 50px;
}
.producticon-product-gsrf,
.producticon-product-gsrf-box {
  background-position: -330px 0px;
  width: 90px;
  height: 90px;
}
.producticon-product-gsrf-small,
.producticon-product-gsrf-box-small {
  background-position: -330px -110px;
  width: 50px;
  height: 50px;
}
.producticon-product-gse,
.producticon-product-gse-box {
  background-position: -110px 0px;
  width: 90px;
  height: 90px;
}
.producticon-product-gse-small,
.producticon-product-gse-box-small {
  background-position: -110px -110px;
  width: 50px;
  height: 50px;
}
.producticon-product-gsef,
.producticon-product-gsef-box {
  background-position: -440px 0px;
  width: 90px;
  height: 90px;
}
.producticon-product-gsef-small,
.producticon-product-gsef-box-small {
  background-position: -440px -110px;
  width: 50px;
  height: 50px;
}
.producticon-product-gsl,
.producticon-product-gsl-box {
  background-position: -220px 0px;
  width: 90px;
  height: 90px;
}
.producticon-product-gsl-small,
.producticon-product-gsl-box-small {
  background-position: -220px -110px;
  width: 50px;
  height: 50px;
}
.producticon-product-avf,
.producticon-product-avf-box {
  background-position: 0px -200px;
  width: 90px;
  height: 90px;
}
.producticon-product-avf-small,
.producticon-product-avf-box-small {
  background-position: 0px -310px;
  width: 50px;
  height: 50px;
}
.producticon-product-avc,
.producticon-product-avc-box {
  background-position: -110px -200px;
  width: 90px;
  height: 90px;
}
.producticon-product-avc-small,
.producticon-product-avc-box-small {
  background-position: -110px -310px;
  width: 50px;
  height: 50px;
}
.producticon-product-isc,
.producticon-product-isc-box {
  background-position: -220px -200px;
  width: 90px;
  height: 90px;
}
.producticon-product-isc-small,
.producticon-product-isc-box-small {
  background-position: -220px -310px;
  width: 50px;
  height: 50px;
}
.producticon-product-tuh,
.producticon-product-tuh-box {
  background-position: -330px -200px;
  width: 90px;
  height: 90px;
}
.producticon-product-tuh-small,
.producticon-product-tuh-box-small {
  background-position: -330px -310px;
  width: 50px;
  height: 50px;
}
.producticon-product-dur,
.producticon-product-dur-box {
  background-position: -440px -200px;
  width: 90px;
  height: 90px;
}
.producticon-product-dur-small,
.producticon-product-dur-box-small {
  background-position: -440px -310px;
  width: 50px;
  height: 50px;
}
.producticon-product-dup,
.producticon-product-dup-box {
  background-position: -440px -200px;
  width: 90px;
  height: 90px;
}
.producticon-product-dup-small,
.producticon-product-dup-box-small {
  background-position: -440px -310px;
  width: 50px;
  height: 50px;
}
.producticon-product-avb,
.producticon-product-avb-box {
  background-position: 0px -400px;
  width: 90px;
  height: 90px;
}
.producticon-product-avb-small,
.producticon-product-avb-box-small {
  background-position: 0px -510px;
  width: 50px;
  height: 50px;
}
.producticon-product-ise,
.producticon-product-ise-box {
  background-position: -110px -400px;
  width: 90px;
  height: 90px;
}
.producticon-product-ise-small,
.producticon-product-ise-box-small {
  background-position: -110px -510px;
  width: 50px;
  height: 50px;
}
.producticon-product-fsc,
.producticon-product-fsc-box {
  background-position: -220px -400px;
  width: 90px;
  height: 90px;
}
.producticon-product-fsc-small,
.producticon-product-fsc-box-small {
  background-position: -220px -510px;
  width: 50px;
  height: 50px;
}
.producticon-product-msb,
.producticon-product-msb-box {
  background-position: -330px -400px;
  width: 90px;
  height: 90px;
}
.producticon-product-msb-small,
.producticon-product-msb-box-small {
  background-position: -330px -510px;
  width: 50px;
  height: 50px;
}
.producticon-product-tub,
.producticon-product-tub-box {
  background-position: -440px -400px;
  width: 90px;
  height: 90px;
}
.producticon-product-tub-small,
.producticon-product-tub-box-small {
  background-position: -440px -510px;
  width: 50px;
  height: 50px;
}
.producticon-product-dvd10,
.producticon-product-dvd10-box {
  background-position: 0px -600px;
  width: 90px;
  height: 90px;
}
.producticon-product-dvd10-small,
.producticon-product-dvd10-box-small {
  background-position: 0px -710px;
  width: 50px;
  height: 50px;
}
.producticon-product-eic,
.producticon-product-eix,
.producticon-product-eic-box,
.producticon-product-eix-box {
  background-position: -110px -600px;
  width: 90px;
  height: 90px;
}
.producticon-product-eic-small,
.producticon-product-eix-small,
.producticon-product-eic-box-small,
.producticon-product-eix-box-small {
  background-position: -110px -710px;
  width: 50px;
  height: 50px;
}
.producticon-product-stv,
.producticon-product-stv-box {
  background-position: -220px -600px;
  width: 90px;
  height: 90px;
}
.producticon-product-stv-small,
.producticon-product-stv-box-small {
  background-position: -220px -710px;
  width: 50px;
  height: 50px;
}
.producticon-product-sur,
.producticon-product-sur-box {
  background-position: 0px -800px;
  width: 90px;
  height: 90px;
}
.producticon-product-sur-small,
.producticon-product-sur-box-small {
  background-position: 0px -910px;
  width: 50px;
  height: 50px;
}
.producticon-product-rob,
.producticon-product-rob-box {
  background-position: -110px -800px;
  width: 90px;
  height: 90px;
}
.producticon-product-rob-small,
.producticon-product-rob-box-small {
  background-position: -110px -910px;
  width: 50px;
  height: 50px;
}
.producticon-product-dup,
.producticon-product-dup-box {
  background-position: -220px -800px;
  width: 90px;
  height: 90px;
}
.producticon-product-dup-small,
.producticon-product-dup-box-small {
  background-position: -220px -910px;
  width: 50px;
  height: 50px;
}
.producticon-product-pcm,
.producticon-product-pcm-box {
  background-position: -330px -800px;
  width: 90px;
  height: 90px;
}
.producticon-product-pcm-small,
.producticon-product-pcm-box-small {
  background-position: -330px -910px;
  width: 50px;
  height: 50px;
}
.producticon-product-avm {
  background-position: -330px -200px;
  width: 90px;
  height: 90px;
}
.producticon-product-avm-small {
  background-position: -330px -310px;
  width: 50px;
  height: 50px;
}
.producticon-product-clm {
  background-position: -880px -200px;
  width: 90px;
  height: 90px;
}
.producticon-product-clm-small {
  background-position: -880px -310px;
  width: 50px;
  height: 50px;
}
.producticon-product-hma,
.producticon-product-hma-box {
  background-position: -440px -800px;
  width: 90px;
  height: 90px;
}
.producticon-product-hma-small,
.producticon-product-hma-box-small {
  background-position: -440px -910px;
  width: 50px;
  height: 50px;
}
.producticon-product-gal,
.producticon-product-gal-box {
  background-position: 0px 0px;
  width: 90px;
  height: 90px;
}
.producticon-product-gal-small,
.producticon-product-gal-box-small {
  background-position: 0px -210px;
  width: 50px;
  height: 50px;
}
.producticon-product-vpn,
.producticon-product-vpn-box {
  background-position: -550px 0px;
  width: 90px;
  height: 90px;
}
.producticon-product-vpn-small,
.producticon-product-vpn-box-small {
  background-position: -550px -110px;
  width: 50px;
  height: 50px;
}
.producticon-product-gsv,
.producticon-product-gsv-box {
  background-position: -550px 0px;
  width: 90px;
  height: 90px;
}
.producticon-product-gsv-small,
.producticon-product-gsv-box-small {
  background-position: -550px -110px;
  width: 50px;
  height: 50px;
}
.producticon-product-gsp,
.producticon-product-gsp-box {
  background-position: -659px 0px;
  width: 90px;
  height: 90px;
}
.producticon-product-gsp-small,
.producticon-product-gsp-box-small {
  background-position: -659px -110px;
  width: 50px;
  height: 50px;
}
.producticon-product-dtv-small,
.producticon-product-dtv-box-small {
  background-position: 0px -310px;
  width: 50px;
  height: 50px;
}
.producticon-product-dav-small,
.producticon-product-dav-box-small {
  background-position: 0px -310px;
  width: 50px;
  height: 50px;
}
.producticon-product-dab,
.producticon-product-dab-box {
  background-position: -330px -600px;
  width: 90px;
  height: 90px;
}
.producticon-product-dab-small,
.producticon-product-dab-box-small {
  background-position: -330px -710px;
  width: 50px;
  height: 50px;
}
.producticon-product-vpa,
.producticon-product-vpa-box,
.producticon-product-vpi,
.producticon-product-vpi-box,
.producticon-product-vpm,
.producticon-product-vpm-box {
  background-position: -768px 0px;
  width: 90px;
  height: 90px;
}
.producticon-product-vpa-small,
.producticon-product-vpa-box-small,
.producticon-product-vpi-small,
.producticon-product-vpi-box-small,
.producticon-product-vpm-small,
.producticon-product-vpm-box-small {
  background-position: -768px -110px;
  width: 50px;
  height: 50px;
}
.input-replaced ~ .country [class*="val-"] span,
.input-replaced ~ .sCountry [class*="val-"] span {
  display: inline-block;
  width: 16px;
  height: 11px;
  line-height: 11px;
  /* vertical-align: text-top; */
  background-image: url("../images/spriteicons/sprite-flags.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  margin: 0 5px 0 0;
}
.input-replaced ~ .country .val-ZW span,
.input-replaced ~ .sCountry .val-ZW span {
  background-position: 0px 0px;
}
.input-replaced ~ .country .val-ZM span,
.input-replaced ~ .sCountry .val-ZM span {
  background-position: -16px 0px;
}
.input-replaced ~ .country .val-ZA span,
.input-replaced ~ .sCountry .val-ZA span {
  background-position: 0px -11px;
}
.input-replaced ~ .country .val-YT span,
.input-replaced ~ .sCountry .val-YT span {
  background-position: -16px -11px;
}
.input-replaced ~ .country .val-YE span,
.input-replaced ~ .sCountry .val-YE span {
  background-position: -32px 0px;
}
.input-replaced ~ .country .val-WS span,
.input-replaced ~ .sCountry .val-WS span {
  background-position: -32px -11px;
}
.input-replaced ~ .country .val-WF span,
.input-replaced ~ .sCountry .val-WF span {
  background-position: 0px -22px;
}
.input-replaced ~ .country .val-WALES span,
.input-replaced ~ .sCountry .val-WALES span {
  background-position: -16px -22px;
}
.input-replaced ~ .country .val-VU span,
.input-replaced ~ .sCountry .val-VU span {
  background-position: -32px -22px;
}
.input-replaced ~ .country .val-VN span,
.input-replaced ~ .sCountry .val-VN span {
  background-position: 0px -33px;
}
.input-replaced ~ .country .val-VI span,
.input-replaced ~ .sCountry .val-VI span {
  background-position: -16px -33px;
}
.input-replaced ~ .country .val-VG span,
.input-replaced ~ .sCountry .val-VG span {
  background-position: -32px -33px;
}
.input-replaced ~ .country .val-VE span,
.input-replaced ~ .sCountry .val-VE span {
  background-position: -48px 0px;
}
.input-replaced ~ .country .val-VC span,
.input-replaced ~ .sCountry .val-VC span {
  background-position: -48px -11px;
}
.input-replaced ~ .country .val-VA span,
.input-replaced ~ .sCountry .val-VA span {
  background-position: -48px -22px;
}
.input-replaced ~ .country .val-UZ span,
.input-replaced ~ .sCountry .val-UZ span {
  background-position: -48px -33px;
}
.input-replaced ~ .country .val-UY span,
.input-replaced ~ .sCountry .val-UY span {
  background-position: 0px -44px;
}
.input-replaced ~ .country .val-US span,
.input-replaced ~ .sCountry .val-US span {
  background-position: -16px -44px;
}
.input-replaced ~ .country .val-UM span,
.input-replaced ~ .sCountry .val-UM span {
  background-position: -16px -44px;
}
.input-replaced ~ .country .val-UG span,
.input-replaced ~ .sCountry .val-UG span {
  background-position: -32px -44px;
}
.input-replaced ~ .country .val-UA span,
.input-replaced ~ .sCountry .val-UA span {
  background-position: -48px -44px;
}
.input-replaced ~ .country .val-TZ span,
.input-replaced ~ .sCountry .val-TZ span {
  background-position: -64px 0px;
}
.input-replaced ~ .country .val-TW span,
.input-replaced ~ .sCountry .val-TW span {
  background-position: -64px -11px;
}
.input-replaced ~ .country .val-TV span,
.input-replaced ~ .sCountry .val-TV span {
  background-position: -64px -22px;
}
.input-replaced ~ .country .val-TT span,
.input-replaced ~ .sCountry .val-TT span {
  background-position: -64px -33px;
}
.input-replaced ~ .country .val-TR span,
.input-replaced ~ .sCountry .val-TR span {
  background-position: -64px -44px;
}
.input-replaced ~ .country .val-TO span,
.input-replaced ~ .sCountry .val-TO span {
  background-position: 0px -55px;
}
.input-replaced ~ .country .val-TN span,
.input-replaced ~ .sCountry .val-TN span {
  background-position: -16px -55px;
}
.input-replaced ~ .country .val-TM span,
.input-replaced ~ .sCountry .val-TM span {
  background-position: -32px -55px;
}
.input-replaced ~ .country .val-TL span,
.input-replaced ~ .sCountry .val-TL span {
  background-position: -48px -55px;
}
.input-replaced ~ .country .val-TK span,
.input-replaced ~ .sCountry .val-TK span {
  background-position: -64px -55px;
}
.input-replaced ~ .country .val-TJ span,
.input-replaced ~ .sCountry .val-TJ span {
  background-position: 0px -66px;
}
.input-replaced ~ .country .val-TH span,
.input-replaced ~ .sCountry .val-TH span {
  background-position: -16px -66px;
}
.input-replaced ~ .country .val-TG span,
.input-replaced ~ .sCountry .val-TG span {
  background-position: -32px -66px;
}
.input-replaced ~ .country .val-TF span,
.input-replaced ~ .sCountry .val-TF span {
  background-position: -48px -66px;
}
.input-replaced ~ .country .val-TD span,
.input-replaced ~ .sCountry .val-TD span {
  background-position: -64px -66px;
}
.input-replaced ~ .country .val-TC span,
.input-replaced ~ .sCountry .val-TC span {
  background-position: -80px 0px;
}
.input-replaced ~ .country .val-SZ span,
.input-replaced ~ .sCountry .val-SZ span {
  background-position: -80px -11px;
}
.input-replaced ~ .country .val-SY span,
.input-replaced ~ .sCountry .val-SY span {
  background-position: -80px -22px;
}
.input-replaced ~ .country .val-SX span,
.input-replaced ~ .sCountry .val-SX span {
  background-position: -80px -33px;
}
.input-replaced ~ .country .val-SV span,
.input-replaced ~ .sCountry .val-SV span {
  background-position: -80px -44px;
}
.input-replaced ~ .country .val-ST span,
.input-replaced ~ .sCountry .val-ST span {
  background-position: -80px -55px;
}
.input-replaced ~ .country .val-SS span,
.input-replaced ~ .sCountry .val-SS span {
  background-position: -80px -66px;
}
.input-replaced ~ .country .val-SR span,
.input-replaced ~ .sCountry .val-SR span {
  background-position: 0px -77px;
}
.input-replaced ~ .country .val-SO span,
.input-replaced ~ .sCountry .val-SO span {
  background-position: -16px -77px;
}
.input-replaced ~ .country .val-SN span,
.input-replaced ~ .sCountry .val-SN span {
  background-position: -32px -77px;
}
.input-replaced ~ .country .val-SM span,
.input-replaced ~ .sCountry .val-SM span {
  background-position: -48px -77px;
}
.input-replaced ~ .country .val-SL span,
.input-replaced ~ .sCountry .val-SL span {
  background-position: -64px -77px;
}
.input-replaced ~ .country .val-SK span,
.input-replaced ~ .sCountry .val-SK span {
  background-position: -80px -77px;
}
.input-replaced ~ .country .val-SI span,
.input-replaced ~ .sCountry .val-SI span {
  background-position: -96px 0px;
}
.input-replaced ~ .country .val-SH span,
.input-replaced ~ .sCountry .val-SH span {
  background-position: -96px -11px;
}
.input-replaced ~ .country .val-SG span,
.input-replaced ~ .sCountry .val-SG span {
  background-position: -96px -22px;
}
.input-replaced ~ .country .val-SE span,
.input-replaced ~ .sCountry .val-SE span {
  background-position: -96px -33px;
}
.input-replaced ~ .country .val-SD span,
.input-replaced ~ .sCountry .val-SD span {
  background-position: -96px -44px;
}
.input-replaced ~ .country .val-SCOTLAND,
.input-replaced ~ .sCountry .val-SCOTLAND {
  background-position: -96px -55px;
}
.input-replaced ~ .country .val-SC span,
.input-replaced ~ .sCountry .val-SC span {
  background-position: -96px -66px;
}
.input-replaced ~ .country .val-SB span,
.input-replaced ~ .sCountry .val-SB span {
  background-position: -96px -77px;
}
.input-replaced ~ .country .val-SA span,
.input-replaced ~ .sCountry .val-SA span {
  background-position: 0px -88px;
}
.input-replaced ~ .country .val-RW span,
.input-replaced ~ .sCountry .val-RW span {
  background-position: -16px -88px;
}
.input-replaced ~ .country .val-RU span,
.input-replaced ~ .sCountry .val-RU span {
  background-position: -32px -88px;
}
.input-replaced ~ .country .val-RS span,
.input-replaced ~ .sCountry .val-RS span {
  background-position: -48px -88px;
}
.input-replaced ~ .country .val-RO span,
.input-replaced ~ .sCountry .val-RO span {
  background-position: -64px -88px;
}
.input-replaced ~ .country .val-QA span,
.input-replaced ~ .sCountry .val-QA span {
  background-position: -80px -88px;
}
.input-replaced ~ .country .val-PY span,
.input-replaced ~ .sCountry .val-PY span {
  background-position: -96px -88px;
}
.input-replaced ~ .country .val-PW span,
.input-replaced ~ .sCountry .val-PW span {
  background-position: 0px -99px;
}
.input-replaced ~ .country .val-PT span,
.input-replaced ~ .sCountry .val-PT span {
  background-position: -16px -99px;
}
.input-replaced ~ .country .val-PS span,
.input-replaced ~ .sCountry .val-PS span {
  background-position: -32px -99px;
}
.input-replaced ~ .country .val-PR span,
.input-replaced ~ .sCountry .val-PR span {
  background-position: -48px -99px;
}
.input-replaced ~ .country .val-PN span,
.input-replaced ~ .sCountry .val-PN span {
  background-position: -64px -99px;
}
.input-replaced ~ .country .val-PM span,
.input-replaced ~ .sCountry .val-PM span {
  background-position: -80px -99px;
}
.input-replaced ~ .country .val-PL span,
.input-replaced ~ .sCountry .val-PL span {
  background-position: -96px -99px;
}
.input-replaced ~ .country .val-PK span,
.input-replaced ~ .sCountry .val-PK span {
  background-position: -112px 0px;
}
.input-replaced ~ .country .val-PH span,
.input-replaced ~ .sCountry .val-PH span {
  background-position: -112px -11px;
}
.input-replaced ~ .country .val-PG span,
.input-replaced ~ .sCountry .val-PG span {
  background-position: -112px -22px;
}
.input-replaced ~ .country .val-PF span,
.input-replaced ~ .sCountry .val-PF span {
  background-position: -112px -33px;
}
.input-replaced ~ .country .val-PE span,
.input-replaced ~ .sCountry .val-PE span {
  background-position: -112px -44px;
}
.input-replaced ~ .country .val-PA span,
.input-replaced ~ .sCountry .val-PA span {
  background-position: -112px -55px;
}
.input-replaced ~ .country .val-OM span,
.input-replaced ~ .sCountry .val-OM span {
  background-position: -112px -66px;
}
.input-replaced ~ .country .val-NZ span,
.input-replaced ~ .sCountry .val-NZ span {
  background-position: -112px -77px;
}
.input-replaced ~ .country .val-NU span,
.input-replaced ~ .sCountry .val-NU span {
  background-position: -112px -88px;
}
.input-replaced ~ .country .val-NR span,
.input-replaced ~ .sCountry .val-NR span {
  background-position: -112px -99px;
}
.input-replaced ~ .country .val-NO span,
.input-replaced ~ .sCountry .val-NO span {
  background-position: 0px -110px;
}
.input-replaced ~ .country .val-BV span,
.input-replaced ~ .sCountry .val-BV span {
  background-position: 0px -110px;
}
.input-replaced ~ .country .val-SJ span,
.input-replaced ~ .sCountry .val-SJ span {
  background-position: 0px -110px;
}
.input-replaced ~ .country .val-NL span,
.input-replaced ~ .sCountry .val-NL span {
  background-position: -16px -110px;
}
.input-replaced ~ .country .val-NI span,
.input-replaced ~ .sCountry .val-NI span {
  background-position: -32px -110px;
}
.input-replaced ~ .country .val-NG span,
.input-replaced ~ .sCountry .val-NG span {
  background-position: -48px -110px;
}
.input-replaced ~ .country .val-NF span,
.input-replaced ~ .sCountry .val-NF span {
  background-position: -64px -110px;
}
.input-replaced ~ .country .val-NE span,
.input-replaced ~ .sCountry .val-NE span {
  background-position: -80px -110px;
}
.input-replaced ~ .country .val-NC span,
.input-replaced ~ .sCountry .val-NC span {
  background-position: -96px -110px;
}
.input-replaced ~ .country .val-NA span,
.input-replaced ~ .sCountry .val-NA span {
  background-position: -112px -110px;
}
.input-replaced ~ .country .val-MZ span,
.input-replaced ~ .sCountry .val-MZ span {
  background-position: -128px 0px;
}
.input-replaced ~ .country .val-MY span,
.input-replaced ~ .sCountry .val-MY span {
  background-position: -128px -11px;
}
.input-replaced ~ .country .val-MX span,
.input-replaced ~ .sCountry .val-MX span {
  background-position: -128px -22px;
}
.input-replaced ~ .country .val-MW span,
.input-replaced ~ .sCountry .val-MW span {
  background-position: -128px -33px;
}
.input-replaced ~ .country .val-MV span,
.input-replaced ~ .sCountry .val-MV span {
  background-position: -128px -44px;
}
.input-replaced ~ .country .val-MU span,
.input-replaced ~ .sCountry .val-MU span {
  background-position: -128px -55px;
}
.input-replaced ~ .country .val-MT span,
.input-replaced ~ .sCountry .val-MT span {
  background-position: -128px -66px;
}
.input-replaced ~ .country .val-MS span,
.input-replaced ~ .sCountry .val-MS span {
  background-position: -128px -77px;
}
.input-replaced ~ .country .val-MR span,
.input-replaced ~ .sCountry .val-MR span {
  background-position: -128px -88px;
}
.input-replaced ~ .country .val-MQ span,
.input-replaced ~ .sCountry .val-MQ span {
  background-position: -128px -99px;
}
.input-replaced ~ .country .val-MP span,
.input-replaced ~ .sCountry .val-MP span {
  background-position: -128px -110px;
}
.input-replaced ~ .country .val-MO span,
.input-replaced ~ .sCountry .val-MO span {
  background-position: 0px -121px;
}
.input-replaced ~ .country .val-MN span,
.input-replaced ~ .sCountry .val-MN span {
  background-position: -16px -121px;
}
.input-replaced ~ .country .val-MM span,
.input-replaced ~ .sCountry .val-MM span {
  background-position: -32px -121px;
}
.input-replaced ~ .country .val-ML span,
.input-replaced ~ .sCountry .val-ML span {
  background-position: -48px -121px;
}
.input-replaced ~ .country .val-MK span,
.input-replaced ~ .sCountry .val-MK span {
  background-position: -64px -121px;
}
.input-replaced ~ .country .val-MH span,
.input-replaced ~ .sCountry .val-MH span {
  background-position: -80px -121px;
}
.input-replaced ~ .country .val-MG span,
.input-replaced ~ .sCountry .val-MG span {
  background-position: -96px -121px;
}
.input-replaced ~ .country .val-ME span,
.input-replaced ~ .sCountry .val-ME span {
  background-position: 0px -132px;
  width: 16px;
  height: 12px;
}
.input-replaced ~ .country .val-MD span,
.input-replaced ~ .sCountry .val-MD span {
  background-position: -112px -121px;
}
.input-replaced ~ .country .val-MC span,
.input-replaced ~ .sCountry .val-MC span {
  background-position: -128px -121px;
}
.input-replaced ~ .country .val-MA span,
.input-replaced ~ .sCountry .val-MA span {
  background-position: -16px -132px;
}
.input-replaced ~ .country .val-LY span,
.input-replaced ~ .sCountry .val-LY span {
  background-position: -32px -132px;
}
.input-replaced ~ .country .val-LV span,
.input-replaced ~ .sCountry .val-LV span {
  background-position: -48px -132px;
}
.input-replaced ~ .country .val-LU span,
.input-replaced ~ .sCountry .val-LU span {
  background-position: -64px -132px;
}
.input-replaced ~ .country .val-LT span,
.input-replaced ~ .sCountry .val-LT span {
  background-position: -80px -132px;
}
.input-replaced ~ .country .val-LS span,
.input-replaced ~ .sCountry .val-LS span {
  background-position: -96px -132px;
}
.input-replaced ~ .country .val-LR span,
.input-replaced ~ .sCountry .val-LR span {
  background-position: -112px -132px;
}
.input-replaced ~ .country .val-LK span,
.input-replaced ~ .sCountry .val-LK span {
  background-position: -128px -132px;
}
.input-replaced ~ .country .val-LI span,
.input-replaced ~ .sCountry .val-LI span {
  background-position: -144px 0px;
}
.input-replaced ~ .country .val-LC span,
.input-replaced ~ .sCountry .val-LC span {
  background-position: -144px -11px;
}
.input-replaced ~ .country .val-LB span,
.input-replaced ~ .sCountry .val-LB span {
  background-position: -144px -22px;
}
.input-replaced ~ .country .val-LA span,
.input-replaced ~ .sCountry .val-LA span {
  background-position: -144px -33px;
}
.input-replaced ~ .country .val-KZ span,
.input-replaced ~ .sCountry .val-KZ span {
  background-position: -144px -44px;
}
.input-replaced ~ .country .val-KY span,
.input-replaced ~ .sCountry .val-KY span {
  background-position: -144px -55px;
}
.input-replaced ~ .country .val-KW span,
.input-replaced ~ .sCountry .val-KW span {
  background-position: -144px -66px;
}
.input-replaced ~ .country .val-KR span,
.input-replaced ~ .sCountry .val-KR span {
  background-position: -144px -77px;
}
.input-replaced ~ .country .val-KP span,
.input-replaced ~ .sCountry .val-KP span {
  background-position: -144px -88px;
}
.input-replaced ~ .country .val-KN span,
.input-replaced ~ .sCountry .val-KN span {
  background-position: -144px -99px;
}
.input-replaced ~ .country .val-KM span,
.input-replaced ~ .sCountry .val-KM span {
  background-position: -144px -110px;
}
.input-replaced ~ .country .val-KI span,
.input-replaced ~ .sCountry .val-KI span {
  background-position: -144px -121px;
}
.input-replaced ~ .country .val-KH span,
.input-replaced ~ .sCountry .val-KH span {
  background-position: -144px -132px;
}
.input-replaced ~ .country .val-KG span,
.input-replaced ~ .sCountry .val-KG span {
  background-position: 0px -144px;
}
.input-replaced ~ .country .val-KE span,
.input-replaced ~ .sCountry .val-KE span {
  background-position: -16px -144px;
}
.input-replaced ~ .country .val-JP span,
.input-replaced ~ .sCountry .val-JP span {
  background-position: -32px -144px;
}
.input-replaced ~ .country .val-JO span,
.input-replaced ~ .sCountry .val-JO span {
  background-position: -48px -144px;
}
.input-replaced ~ .country .val-JM span,
.input-replaced ~ .sCountry .val-JM span {
  background-position: -64px -144px;
}
.input-replaced ~ .country .val-JE span,
.input-replaced ~ .sCountry .val-JE span {
  background-position: -80px -144px;
}
.input-replaced ~ .country .val-IT span,
.input-replaced ~ .sCountry .val-IT span {
  background-position: -96px -144px;
}
.input-replaced ~ .country .val-IS span,
.input-replaced ~ .sCountry .val-IS span {
  background-position: -112px -144px;
}
.input-replaced ~ .country .val-IR span,
.input-replaced ~ .sCountry .val-IR span {
  background-position: -128px -144px;
}
.input-replaced ~ .country .val-IQ span,
.input-replaced ~ .sCountry .val-IQ span {
  background-position: -144px -144px;
}
.input-replaced ~ .country .val-IO span,
.input-replaced ~ .sCountry .val-IO span {
  background-position: -160px 0px;
}
.input-replaced ~ .country .val-IN span,
.input-replaced ~ .sCountry .val-IN span {
  background-position: -160px -11px;
}
.input-replaced ~ .country .val-IM span,
.input-replaced ~ .sCountry .val-IM span {
  background-position: -160px -22px;
  width: 16px;
  height: 9px;
}
.input-replaced ~ .country .val-IL span,
.input-replaced ~ .sCountry .val-IL span {
  background-position: -160px -31px;
}
.input-replaced ~ .country .val-IE span,
.input-replaced ~ .sCountry .val-IE span {
  background-position: -160px -42px;
}
.input-replaced ~ .country .val-ID span,
.input-replaced ~ .sCountry .val-ID span {
  background-position: -160px -53px;
}
.input-replaced ~ .country .val-HU span,
.input-replaced ~ .sCountry .val-HU span {
  background-position: -160px -64px;
}
.input-replaced ~ .country .val-HT span,
.input-replaced ~ .sCountry .val-HT span {
  background-position: -160px -75px;
}
.input-replaced ~ .country .val-HR span,
.input-replaced ~ .sCountry .val-HR span {
  background-position: -160px -86px;
}
.input-replaced ~ .country .val-HN span,
.input-replaced ~ .sCountry .val-HN span {
  background-position: -160px -97px;
}
.input-replaced ~ .country .val-HK span,
.input-replaced ~ .sCountry .val-HK span {
  background-position: -160px -108px;
}
.input-replaced ~ .country .val-GY span,
.input-replaced ~ .sCountry .val-GY span {
  background-position: -160px -119px;
}
.input-replaced ~ .country .val-GW span,
.input-replaced ~ .sCountry .val-GW span {
  background-position: -160px -130px;
}
.input-replaced ~ .country .val-GU span,
.input-replaced ~ .sCountry .val-GU span {
  background-position: -160px -141px;
}
.input-replaced ~ .country .val-GT span,
.input-replaced ~ .sCountry .val-GT span {
  background-position: 0px -155px;
}
.input-replaced ~ .country .val-GS span,
.input-replaced ~ .sCountry .val-GS span {
  background-position: -16px -155px;
}
.input-replaced ~ .country .val-GR span,
.input-replaced ~ .sCountry .val-GR span {
  background-position: -32px -155px;
}
.input-replaced ~ .country .val-GQ span,
.input-replaced ~ .sCountry .val-GQ span {
  background-position: -48px -155px;
}
.input-replaced ~ .country .val-GP span,
.input-replaced ~ .sCountry .val-GP span {
  background-position: -64px -155px;
}
.input-replaced ~ .country .val-GN span,
.input-replaced ~ .sCountry .val-GN span {
  background-position: -80px -155px;
}
.input-replaced ~ .country .val-GM span,
.input-replaced ~ .sCountry .val-GM span {
  background-position: -96px -155px;
}
.input-replaced ~ .country .val-GL span,
.input-replaced ~ .sCountry .val-GL span {
  background-position: -112px -155px;
}
.input-replaced ~ .country .val-GI span,
.input-replaced ~ .sCountry .val-GI span {
  background-position: -128px -155px;
}
.input-replaced ~ .country .val-GH span,
.input-replaced ~ .sCountry .val-GH span {
  background-position: -144px -155px;
}
.input-replaced ~ .country .val-GG span,
.input-replaced ~ .sCountry .val-GG span {
  background-position: -160px -155px;
}
.input-replaced ~ .country .val-GE span,
.input-replaced ~ .sCountry .val-GE span {
  background-position: -176px 0px;
}
.input-replaced ~ .country .val-GD span,
.input-replaced ~ .sCountry .val-GD span {
  background-position: -176px -11px;
}
.input-replaced ~ .country .val-GB span,
.input-replaced ~ .sCountry .val-GB span {
  background-position: -176px -22px;
}
.input-replaced ~ .country .val-GA span,
.input-replaced ~ .sCountry .val-GA span {
  background-position: -176px -33px;
}
.input-replaced ~ .country .val-FR span,
.input-replaced ~ .sCountry .val-FR span {
  background-position: -176px -44px;
}
.input-replaced ~ .country .val-GF span,
.input-replaced ~ .sCountry .val-GF span {
  background-position: -176px -44px;
}
.input-replaced ~ .country .val-RE span,
.input-replaced ~ .sCountry .val-RE span {
  background-position: -176px -44px;
}
.input-replaced ~ .country .val-MF span,
.input-replaced ~ .sCountry .val-MF span {
  background-position: -176px -44px;
}
.input-replaced ~ .country .val-BL span,
.input-replaced ~ .sCountry .val-BL span {
  background-position: -176px -44px;
}
.input-replaced ~ .country .val-FO span,
.input-replaced ~ .sCountry .val-FO span {
  background-position: -176px -55px;
}
.input-replaced ~ .country .val-FM span,
.input-replaced ~ .sCountry .val-FM span {
  background-position: -176px -66px;
}
.input-replaced ~ .country .val-FK span,
.input-replaced ~ .sCountry .val-FK span {
  background-position: -176px -77px;
}
.input-replaced ~ .country .val-FJ span,
.input-replaced ~ .sCountry .val-FJ span {
  background-position: -176px -88px;
}
.input-replaced ~ .country .val-FI span,
.input-replaced ~ .sCountry .val-FI span {
  background-position: -176px -99px;
}
.input-replaced ~ .country .val-FAM span,
.input-replaced ~ .sCountry .val-FAM span {
  background-position: -176px -110px;
}
.input-replaced ~ .country .val-EU span,
.input-replaced ~ .sCountry .val-EU span {
  background-position: -176px -121px;
}
.input-replaced ~ .country .val-ET span,
.input-replaced ~ .sCountry .val-ET span {
  background-position: -176px -132px;
}
.input-replaced ~ .country .val-ES span,
.input-replaced ~ .sCountry .val-ES span {
  background-position: -176px -143px;
}
.input-replaced ~ .country .val-ER span,
.input-replaced ~ .sCountry .val-ER span {
  background-position: -176px -154px;
}
.input-replaced ~ .country .val-ENGLAND span,
.input-replaced ~ .sCountry .val-ENGLAND span {
  background-position: 0px -166px;
}
.input-replaced ~ .country .val-EH span,
.input-replaced ~ .sCountry .val-EH span {
  background-position: -16px -166px;
}
.input-replaced ~ .country .val-EG span,
.input-replaced ~ .sCountry .val-EG span {
  background-position: -32px -166px;
}
.input-replaced ~ .country .val-EE span,
.input-replaced ~ .sCountry .val-EE span {
  background-position: -48px -166px;
}
.input-replaced ~ .country .val-EC span,
.input-replaced ~ .sCountry .val-EC span {
  background-position: -64px -166px;
}
.input-replaced ~ .country .val-DZ span,
.input-replaced ~ .sCountry .val-DZ span {
  background-position: -80px -166px;
}
.input-replaced ~ .country .val-DO span,
.input-replaced ~ .sCountry .val-DO span {
  background-position: -96px -166px;
}
.input-replaced ~ .country .val-DM span,
.input-replaced ~ .sCountry .val-DM span {
  background-position: -112px -166px;
}
.input-replaced ~ .country .val-DK span,
.input-replaced ~ .sCountry .val-DK span {
  background-position: -128px -166px;
}
.input-replaced ~ .country .val-DJ span,
.input-replaced ~ .sCountry .val-DJ span {
  background-position: -144px -166px;
}
.input-replaced ~ .country .val-DE span,
.input-replaced ~ .sCountry .val-DE span {
  background-position: -160px -166px;
}
.input-replaced ~ .country .val-CZ span,
.input-replaced ~ .sCountry .val-CZ span {
  background-position: -176px -166px;
}
.input-replaced ~ .country .val-CY span,
.input-replaced ~ .sCountry .val-CY span {
  background-position: 0px -177px;
}
.input-replaced ~ .country .val-CX span,
.input-replaced ~ .sCountry .val-CX span {
  background-position: -16px -177px;
}
.input-replaced ~ .country .val-CW span,
.input-replaced ~ .sCountry .val-CW span {
  background-position: -32px -177px;
}
.input-replaced ~ .country .val-CV span,
.input-replaced ~ .sCountry .val-CV span {
  background-position: -48px -177px;
}
.input-replaced ~ .country .val-CU span,
.input-replaced ~ .sCountry .val-CU span {
  background-position: -64px -177px;
}
.input-replaced ~ .country .val-CS span,
.input-replaced ~ .sCountry .val-CS span {
  background-position: -80px -177px;
}
.input-replaced ~ .country .val-CR span,
.input-replaced ~ .sCountry .val-CR span {
  background-position: -96px -177px;
}
.input-replaced ~ .country .val-CO span,
.input-replaced ~ .sCountry .val-CO span {
  background-position: -112px -177px;
}
.input-replaced ~ .country .val-CN span,
.input-replaced ~ .sCountry .val-CN span {
  background-position: -128px -177px;
}
.input-replaced ~ .country .val-CM span,
.input-replaced ~ .sCountry .val-CM span {
  background-position: -144px -177px;
}
.input-replaced ~ .country .val-CL span,
.input-replaced ~ .sCountry .val-CL span {
  background-position: -160px -177px;
}
.input-replaced ~ .country .val-CK span,
.input-replaced ~ .sCountry .val-CK span {
  background-position: -176px -177px;
}
.input-replaced ~ .country .val-CI span,
.input-replaced ~ .sCountry .val-CI span {
  background-position: -192px 0px;
}
.input-replaced ~ .country .val-CG span,
.input-replaced ~ .sCountry .val-CG span {
  background-position: -192px -11px;
}
.input-replaced ~ .country .val-CF span,
.input-replaced ~ .sCountry .val-CF span {
  background-position: -192px -22px;
}
.input-replaced ~ .country .val-CD span,
.input-replaced ~ .sCountry .val-CD span {
  background-position: -192px -33px;
}
.input-replaced ~ .country .val-CC span,
.input-replaced ~ .sCountry .val-CC span {
  background-position: -192px -44px;
}
.input-replaced ~ .country .val-CATALONIA span,
.input-replaced ~ .sCountry .val-CATALONIA span {
  background-position: -192px -55px;
}
.input-replaced ~ .country .val-CA span,
.input-replaced ~ .sCountry .val-CA span {
  background-position: -192px -66px;
}
.input-replaced ~ .country .val-BZ span,
.input-replaced ~ .sCountry .val-BZ span {
  background-position: -192px -77px;
}
.input-replaced ~ .country .val-BY span,
.input-replaced ~ .sCountry .val-BY span {
  background-position: -192px -88px;
}
.input-replaced ~ .country .val-BW span,
.input-replaced ~ .sCountry .val-BW span {
  background-position: -192px -99px;
}
.input-replaced ~ .country .val-BT span,
.input-replaced ~ .sCountry .val-BT span {
  background-position: -192px -110px;
}
.input-replaced ~ .country .val-BS span,
.input-replaced ~ .sCountry .val-BS span {
  background-position: -192px -121px;
}
.input-replaced ~ .country .val-BR span,
.input-replaced ~ .sCountry .val-BR span {
  background-position: -192px -132px;
}
.input-replaced ~ .country .val-BQ span,
.input-replaced ~ .sCountry .val-BQ span {
  background-position: -192px -143px;
}
.input-replaced ~ .country .val-BO span,
.input-replaced ~ .sCountry .val-BO span {
  background-position: -192px -154px;
}
.input-replaced ~ .country .val-BN span,
.input-replaced ~ .sCountry .val-BN span {
  background-position: -192px -165px;
}
.input-replaced ~ .country .val-BM span,
.input-replaced ~ .sCountry .val-BM span {
  background-position: -192px -176px;
}
.input-replaced ~ .country .val-BJ span,
.input-replaced ~ .sCountry .val-BJ span {
  background-position: 0px -188px;
}
.input-replaced ~ .country .val-BI span,
.input-replaced ~ .sCountry .val-BI span {
  background-position: -16px -188px;
}
.input-replaced ~ .country .val-BH span,
.input-replaced ~ .sCountry .val-BH span {
  background-position: -32px -188px;
}
.input-replaced ~ .country .val-BG span,
.input-replaced ~ .sCountry .val-BG span {
  background-position: -48px -188px;
}
.input-replaced ~ .country .val-BF span,
.input-replaced ~ .sCountry .val-BF span {
  background-position: -64px -188px;
}
.input-replaced ~ .country .val-BE span,
.input-replaced ~ .sCountry .val-BE span {
  background-position: -80px -188px;
}
.input-replaced ~ .country .val-BD span,
.input-replaced ~ .sCountry .val-BD span {
  background-position: -96px -188px;
}
.input-replaced ~ .country .val-BB span,
.input-replaced ~ .sCountry .val-BB span {
  background-position: -112px -188px;
}
.input-replaced ~ .country .val-BA span,
.input-replaced ~ .sCountry .val-BA span {
  background-position: -128px -188px;
}
.input-replaced ~ .country .val-AZ span,
.input-replaced ~ .sCountry .val-AZ span {
  background-position: -144px -188px;
}
.input-replaced ~ .country .val-AX span,
.input-replaced ~ .sCountry .val-AX span {
  background-position: -160px -188px;
}
.input-replaced ~ .country .val-AW span,
.input-replaced ~ .sCountry .val-AW span {
  background-position: -176px -188px;
}
.input-replaced ~ .country .val-AU span,
.input-replaced ~ .sCountry .val-AU span {
  background-position: -192px -188px;
}
.input-replaced ~ .country .val-HM span,
.input-replaced ~ .sCountry .val-HM span {
  background-position: -192px -188px;
}
.input-replaced ~ .country .val-AT span,
.input-replaced ~ .sCountry .val-AT span {
  background-position: -208px 0px;
}
.input-replaced ~ .country .val-AS span,
.input-replaced ~ .sCountry .val-AS span {
  background-position: -208px -11px;
}
.input-replaced ~ .country .val-AR span,
.input-replaced ~ .sCountry .val-AR span {
  background-position: -208px -22px;
}
.input-replaced ~ .country .val-AO span,
.input-replaced ~ .sCountry .val-AO span {
  background-position: -208px -33px;
}
.input-replaced ~ .country .val-AN span,
.input-replaced ~ .sCountry .val-AN span {
  background-position: -208px -44px;
}
.input-replaced ~ .country .val-AM span,
.input-replaced ~ .sCountry .val-AM span {
  background-position: -208px -55px;
}
.input-replaced ~ .country .val-AL span,
.input-replaced ~ .sCountry .val-AL span {
  background-position: -208px -66px;
}
.input-replaced ~ .country .val-AI span,
.input-replaced ~ .sCountry .val-AI span {
  background-position: -208px -77px;
}
.input-replaced ~ .country .val-AG span,
.input-replaced ~ .sCountry .val-AG span {
  background-position: -208px -88px;
}
.input-replaced ~ .country .val-AF span,
.input-replaced ~ .sCountry .val-AF span {
  background-position: -208px -99px;
}
.input-replaced ~ .country .val-AE span,
.input-replaced ~ .sCountry .val-AE span {
  background-position: -208px -110px;
}
.input-replaced ~ .country .val-AD span,
.input-replaced ~ .sCountry .val-AD span {
  background-position: -208px -121px;
}
.input-replaced ~ .country .val-NP span,
.input-replaced ~ .sCountry .val-NP span {
  background-position: -208px -132px;
  width: 9px;
  height: 11px;
}
.input-replaced ~ .country .val-CH span,
.input-replaced ~ .sCountry .val-CH span {
  background-position: -208px -143px;
  width: 11px;
  height: 11px;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  background: transparent;
  /* fallback */
  background: rgba(0, 0, 0, 0.3);
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
  padding: 20px;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-close {
  position: absolute;
  right: -13px;
  top: -13px;
  cursor: pointer;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: center;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  /*
  .modal-content {
    .box-shadow(0 5px 15px rgba(0,0,0,.5));
  }
 */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 768px) {
  .modal-lg {
    width: 1060px;
  }
}
.icon-flag,
.flag-selector {
  background-image: url("../images/spriteicons/flags.png");
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}
body.ar .flag-selector,
body.es.ar .flag-selector,
.icon-flag-ar {
  background-position: 0 0;
  width: 24px;
  height: 19px;
}
body.au .flag-selector,
.icon-flag-au {
  background-position: -24px 0;
  width: 24px;
  height: 19px;
}
body.br .flag-selector,
body.pt.br .flag-selector,
.icon-flag-br {
  background-position: -48px 0;
  width: 24px;
  height: 19px;
}
body.ca .flag-selector,
body.fr.ca .flag-selector,
.icon-flag-ca {
  background-position: -72px 0;
  width: 24px;
  height: 19px;
}
body.ch .flag-selector,
body.de.ch .flag-selector,
body.fr.ch .flag-selector,
body.it.ch .flag-selector,
.icon-flag-ch {
  background-position: -96px 0;
  width: 24px;
  height: 19px;
}
body.cz .flag-selector,
.icon-flag-cz {
  background-position: -120px 0;
  width: 24px;
  height: 19px;
}
body.de .flag-selector,
.icon-flag-de {
  background-position: -144px 0;
  width: 24px;
  height: 19px;
}
body.eu .flag-selector,
.icon-flag-eu {
  background-position: -168px 0;
  width: 24px;
  height: 19px;
}
body.fr .flag-selector,
.icon-flag-fr {
  background-position: -192px 0;
  width: 24px;
  height: 19px;
}
body.gb .flag-selector,
body.uk .flag-selector,
.icon-flag-gb,
.icon-flag-uk {
  background-position: -216px 0;
  width: 24px;
  height: 19px;
}
body.id .flag-selector,
.icon-flag-id {
  background-position: -240px 0;
  width: 24px;
  height: 19px;
}
body.ie .flag-selector,
.icon-flag-ie {
  background-position: -264px 0;
  width: 24px;
  height: 19px;
}
body.in .flag-selector,
.icon-flag-in {
  background-position: -288px 0;
  width: 24px;
  height: 19px;
}
body.ir .flag-selector,
.icon-flag-ir {
  background-position: -312px 0;
  width: 24px;
  height: 19px;
}
body.it .flag-selector,
.icon-flag-it {
  background-position: -336px 0;
  width: 24px;
  height: 19px;
}
body.jp .flag-selector,
.icon-flag-jp {
  background-position: -360px 0;
  width: 24px;
  height: 19px;
}
body.kr .flag-selector,
.icon-flag-kr {
  background-position: -384px 0;
  width: 24px;
  height: 19px;
}
body.mx .flag-selector,
body.es.mx .flag-selector,
.icon-flag-mx {
  background-position: -408px 0;
  width: 24px;
  height: 19px;
}
body.my .flag-selector,
.icon-flag-my {
  background-position: -432px 0;
  width: 24px;
  height: 19px;
}
body.nl .flag-selector,
.icon-flag-nl {
  background-position: -456px 0;
  width: 24px;
  height: 19px;
}
body.pl .flag-selector,
.icon-flag-pl {
  background-position: -480px 0;
  width: 24px;
  height: 19px;
}
body.pt .flag-selector,
.icon-flag-pt {
  background-position: -504px 0;
  width: 24px;
  height: 19px;
}
body.ru .flag-selector,
.icon-flag-ru {
  background-position: -528px 0;
  width: 24px;
  height: 19px;
}
body.sk .flag-selector,
.icon-flag-sk {
  background-position: -552px 0;
  width: 24px;
  height: 19px;
}
body.es .flag-selector,
.icon-flag-es {
  background-position: -576px 0;
  width: 24px;
  height: 19px;
}
body.tr .flag-selector,
.icon-flag-tr {
  background-position: -600px 0;
  width: 24px;
  height: 19px;
}
body.tw .flag-selector,
.icon-flag-tw {
  background-position: -624px 0;
  width: 24px;
  height: 19px;
}
body.us .flag-selector,
.icon-flag-us {
  background-position: -648px 0;
  width: 24px;
  height: 19px;
}
body.vn .flag-selector,
.icon-flag-vn {
  background-position: -672px 0;
  width: 24px;
  height: 19px;
}
body.za .flag-selector,
.icon-flag-za {
  background-position: -696px 0;
  width: 24px;
  height: 19px;
}
body.se .flag-selector,
.icon-flag-se {
  background-position: -744px 0;
  width: 24px;
  height: 19px;
}
body.no .flag-selector,
.icon-flag-no {
  background-position: -768px 0;
  width: 24px;
  height: 19px;
}
body.dk .flag-selector,
.icon-flag-dk {
  background-position: -792px 0;
  width: 24px;
  height: 19px;
}
body.cn .flag-selector,
.icon-flag-cn {
  background-position: -816px 0;
  width: 24px;
  height: 19px;
}
body.ww .flag-selector,
.icon-flag-ww,
.icon-flag-global {
  background-position: -720px 0;
  width: 24px;
  height: 19px;
}
@media (max-width: 991px) {
  .language-selector-2015 {
    padding-right: 0 !important;
  }
}
.language-selector-2015 .modal-dialog {
  max-width: 100%;
}
@media (max-width: 991px) {
  .language-selector-2015 .modal-dialog {
    margin: 0 !important;
    width: 100%;
  }
  .language-selector-2015 .modal-dialog .modal-content {
    border: 0 !important;
  }
}
.language-selector-2015 .modal-body,
.language-selector-2015 .modal-footer,
.language-selector-2015 .modal-header {
  padding: 25px 10px;
  margin: 0 20px;
}
.language-selector-2015 .modal-header {
  padding-left: 0;
  padding-right: 0;
  margin: 0 30px;
  border-bottom: 1px solid #e5e5e5;
}
.language-selector-2015 .modal-footer {
  border-top: 1px solid #e5e5e5;
}
.language-selector-2015 .selector-close {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url("../images/close.png") no-repeat 0 0;
  cursor: pointer;
  float: right !important;
}
.language-selector-2015 .selector-close:hover,
.language-selector-2015 .selector-close:active,
.language-selector-2015 .selector-close:focus,
.language-selector-2015 .selector-close:target {
  opacity: 0.6;
}
.language-selector-2015 .modal-body-outer {
  overflow-y: auto;
}
.language-selector-2015 .modal-body,
.language-selector-2015 .modal-footer {
  font-size: 14px;
  text-align: left;
}
.language-selector-2015 .modal-body a,
.language-selector-2015 .modal-footer a {
  color: #249efc !important;
  text-decoration: none;
}
.language-selector-2015 .modal-body a:hover,
.language-selector-2015 .modal-footer a:hover {
  color: #249efc;
  text-decoration: underline;
}
.language-selector-2015 .modal-body ul,
.language-selector-2015 .modal-footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.language-selector-2015 .modal-body ul li,
.language-selector-2015 .modal-footer ul li {
  padding: 4px 0;
}
.language-selector-2015 .modal-body ul li:before,
.language-selector-2015 .modal-footer ul li:before,
.language-selector-2015 .modal-body ul li:after,
.language-selector-2015 .modal-footer ul li:after {
  content: " ";
  display: table;
}
.language-selector-2015 .modal-body ul li:after,
.language-selector-2015 .modal-footer ul li:after {
  clear: both;
}
.language-selector-2015 .modal-body ul li:before,
.language-selector-2015 .modal-footer ul li:before,
.language-selector-2015 .modal-body ul li:after,
.language-selector-2015 .modal-footer ul li:after {
  content: " ";
  display: table;
}
.language-selector-2015 .modal-body ul li:after,
.language-selector-2015 .modal-footer ul li:after {
  clear: both;
}
.language-selector-2015 .modal-body span.icon-flag,
.language-selector-2015 .modal-footer span.icon-flag {
  float: left !important;
  margin-right: 10px;
  position: relative;
  top: 0px;
}
.language-selector-2015 .modal-body .modal-body,
.language-selector-2015 .modal-footer .modal-body {
  max-height: 80%;
}
/*@import "tooltip.less";*/
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
/*@import "carousel.less";*/
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.navigation:before,
.navigation:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.navigation:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.no-js .nojs-hide {
  display: none !important;
}
.js-loaded .nojs-only {
  display: none;
}
.nojs-only {
  margin-bottom: 15px;
  margin-top: 15px;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
.inline-block {
  display: inline-block;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.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: 479px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 479px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 479px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 479px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 992px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 479px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-lg {
    display: none !important;
  }
}
/* Defaults */
.text-center-sm,
.text-center-md,
.text-center-lg,
.text-right-sm,
.text-right-md,
.text-right-lg {
  text-align: inherit;
}
/* Define xs styles after defaults so they take precedence */
.text-center-xs {
  text-align: center;
}
.text-right-xs {
  text-align: right;
}
/* Small grid */
@media (min-width: 480px) {
  .text-center-sm,
  .text-center-xs {
    text-align: center;
  }
  .text-right-sm,
  .text-right-xs {
    text-align: right;
  }
}
/* Medium grid */
@media (min-width: 768px) {
  .text-center-md,
  .text-center-sm,
  .text-center-xs {
    text-align: center;
  }
  .text-right-md,
  .text-right-sm,
  .text-right-xs {
    text-align: right;
  }
}
/* Large grid */
@media (min-width: 992px) {
  .text-center-lg,
  .text-center-md,
  .text-center-sm,
  .text-center-xs {
    text-align: center;
  }
  .text-right-lg,
  .text-right-md,
  .text-right-sm,
  .text-right-xs {
    text-align: right;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
