/* Minification failed. Returning unminified contents.
(7989,20397): run-time error CSS1038: Expected hex color, found '#00'
(8677,1): run-time error CSS1019: Unexpected token, found '}'
(9052,1): run-time error CSS1035: Expected colon, found '{'
 */
/*!
 * Bootstrap v3.0.2 by @fat and @mdo
 * Copyright 2013 Twitter, Inc.
 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a {
  background: transparent;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  height: 0;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}

mark {
  color: #000;
  background: #ff0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

button,
input,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  box-sizing: border-box;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media print {
  * {
    color: #000 !important;
    text-shadow: none !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;
  }
  @page  {
    margin: 2cm .5cm;
  }
  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;
  }
}

*,
*: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: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #005284;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #404040;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  display: inline-block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.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;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

.text-muted {
  color: #999999;
}

.text-primary {
  color: #428bca;
}

.text-primary:hover {
  color: #3071a9;
}

.text-warning {
  color: #c09853;
}

.text-warning:hover {
  color: #a47e3c;
}

.text-danger {
  color: #b94a48;
}

.text-danger:hover {
  color: #953b39;
}

.text-success {
  color: #468847;
}

.text-success:hover {
  color: #356635;
}

.text-info {
  color: #3a87ad;
}

.text-info:hover {
  color: #2d6987;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
  font-size: 65%;
}

h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h5 small,
h6 small,
h4 .small,
h5 .small,
h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.list-inline > li:first-child {
  padding-left: 0;
}

dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

blockquote p:last-child {
  margin-bottom: 0;
}

blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}

blockquote small:before {
  content: '\2014 \00A0';
}

blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
  text-align: right;
}

blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

blockquote.pull-right 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.428571429;
}

code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  white-space: nowrap;
  background-color: #f9f2f4;
  border-radius: 4px;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.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-right: 15px;
  padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666666666666%;
}

.col-xs-10 {
  width: 83.33333333333334%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666666666666%;
}

.col-xs-7 {
  width: 58.333333333333336%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666666666667%;
}

.col-xs-4 {
  width: 33.33333333333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.666666666666664%;
}

.col-xs-1 {
  width: 8.333333333333332%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666666666666%;
}

.col-xs-pull-10 {
  right: 83.33333333333334%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666666666666%;
}

.col-xs-pull-7 {
  right: 58.333333333333336%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666666666667%;
}

.col-xs-pull-4 {
  right: 33.33333333333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.666666666666664%;
}

.col-xs-pull-1 {
  right: 8.333333333333332%;
}

.col-xs-pull-0 {
  right: 0;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666666666666%;
}

.col-xs-push-10 {
  left: 83.33333333333334%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666666666666%;
}

.col-xs-push-7 {
  left: 58.333333333333336%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666666666667%;
}

.col-xs-push-4 {
  left: 33.33333333333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.666666666666664%;
}

.col-xs-push-1 {
  left: 8.333333333333332%;
}

.col-xs-push-0 {
  left: 0;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}

.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}

.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
  .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 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: 0;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: 0;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
  .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 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: 0;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: 0;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
  .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 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: 0;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: 0;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 6px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

.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 #dddddd;
}

.table .table {
  background-color: #ffffff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
}

.table-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 #dddddd;
}

.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-"] {
  display: table-column;
  float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
  display: table-cell;
  float: none;
}

.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 > 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.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;
}

.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;
}

@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px solid #dddddd;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -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;
}

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;
}

select[multiple],
select[size] {
  height: auto;
}

select optgroup {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control:-moz-placeholder {
  color: #999999;
}

.form-control::-moz-placeholder {
  color: #999999;
}

.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;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  vertical-align: middle;
}

.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  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;
  font-weight: normal;
  vertical-align: middle;
  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 {
  height: auto;
}

.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-lg {
  height: 45px;
  line-height: 45px;
}

textarea.input-lg {
  height: auto;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #c09853;
}

.has-warning .form-control {
  border-color: #c09853;
  -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: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

.has-warning .input-group-addon {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #b94a48;
}

.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.has-error .input-group-addon {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #468847;
}

.has-success .form-control {
  border-color: #468847;
  -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: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

.has-success .input-group-addon {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

.form-control-static {
  margin-bottom: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

.form-horizontal .form-control-static {
  padding-top: 7px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 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%;
}

.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(/Client/UIAssets/CSS/fonts/glyphicons-halflings-regular.eot);
  src: url(/Client/UIAssets/CSS/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(/Client/UIAssets/CSS/fonts/glyphicons-halflings-regular.woff) format('woff'), url(/Client/UIAssets/CSS/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(/Client/UIAssets/CSS/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon:empty {
  width: 1em;
}

.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 #000000;
  border-right: 4px solid transparent;
  border-bottom: 0 dotted;
  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;
  font-size: 14px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}

.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;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000000;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}

.btn-default .caret {
  border-top-color: #333333;
}

.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff;
}

.dropup .btn-default .caret {
  border-bottom-color: #333333;
}

.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn-group {
  float: left;
}

.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group-xs > .btn {
  padding: 5px 10px;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  border-collapse: separate;
  table-layout: fixed;
}

.btn-group-justified .btn {
  display: table-cell;
  float: none;
  width: 1%;
}

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group.col {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.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 {
  height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-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 > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  white-space: nowrap;
}

.input-group-btn:first-child > .btn {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn {
  margin-left: -1px;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -4px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav:before,
.nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav:before,
.nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.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;
  
}

.nav > li.disabled > a {
  color: #999999;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #e4e3e3;
  border-color: #428bca;
}

.nav .open > a .caret,
.nav .open > a:hover .caret,
.nav .open > a:focus .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #dddddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #000000;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #428bca;
}

.nav-pills > li.active > a .caret,
.nav-pills > li.active > a:hover .caret,
.nav-pills > li.active > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.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 {
  margin-bottom: 5px;
  text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav .caret {
  border-top-color: #000000;
  border-bottom-color: #428bca;
}

.nav a:hover .caret {
  border-top-color: #000000;
  border-bottom-color: #2a6496;
}

.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;
}

.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}

.navbar:after {
  clear: both;
}

.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}

.navbar-header:after {
  clear: both;
}

.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  max-height: 340px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: auto;
  }
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}

.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}

.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: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .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: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.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-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-text {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    margin-right: 15px;
    margin-left: 15px;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777777;
}

.navbar-default .navbar-nav > li > a {
  color: #777777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #dddddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    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: #555555;
    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: #cccccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777777;
}

.navbar-default .navbar-link:hover {
  color: #333333;
}

.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #999999;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #999999;
}

.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}

.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #999999;
}

.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #cccccc;
  content: "/\00a0";
}

.breadcrumb > .active {
  color: #999999;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.label-default {
  background-color: #999999;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}

.label-primary {
  background-color: #428bca;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.btn .badge {
  position: relative;
  top: -1px;
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #ffffff;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1 {
  line-height: 1;
  color: inherit;
}

.jumbotron p {
  line-height: 1.4;
}

.container .jumbotron {
  border-radius: 6px;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: inline-block;
  display: block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.thumbnail > img {
  display: block;
  height: auto;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}

.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

.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 {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #356635;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #2d6987;
}

.alert-warning {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #a47e3c;
}

.alert-danger {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #953b39;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
          transition: width 0.6s ease;
}

.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

a.list-group-item {
  color: #555555;
}

a.list-group-item .list-group-item-heading {
  color: #333333;
}

a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}

a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item {
  border-width: 1px 0;
}

.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive {
  margin-bottom: 0;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}

.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:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.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,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.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 {
  border-bottom: 0;
}

.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;
}

.panel-title > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}

.panel-default {
  border-color: #dddddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}

.panel-default > .panel-heading > .dropdown .caret {
  border-color: #333333 transparent;
}

.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}

.panel-primary {
  border-color: #428bca;
}

.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}

.panel-primary > .panel-heading > .dropdown .caret {
  border-color: #ffffff transparent;
}

.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading > .dropdown .caret {
  border-color: #468847 transparent;
}

.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading > .dropdown .caret {
  border-color: #c09853 transparent;
}

.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading > .dropdown .caret {
  border-color: #b94a48 transparent;
}

.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading > .dropdown .caret {
  border-color: #3a87ad transparent;
}

.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}

.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: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
}

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: auto;
  overflow-y: scroll;
}

.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;
  z-index: 1050;
  width: auto;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.in {
  opacity: 0.5;
}

.modal-header {
  min-height: 16.428571429px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 20px;
}

.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  visibility: visible;
}

.tooltip.in {
  opacity: 0.9;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  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 {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
  content: " ";
}

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
  content: " ";
}

.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
  content: " ";
}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
  content: " ";
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  height: auto;
  max-width: 100%;
  line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
}

.carousel-control.left {
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ffffff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #ffffff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}

.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}

.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}

.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

.hidden-xs {
  display: block !important;
}

tr.hidden-xs {
  display: table-row !important;
}

th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}

.hidden-sm {
  display: block !important;
}

tr.hidden-sm {
  display: table-row !important;
}

th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}

.hidden-md {
  display: block !important;
}

tr.hidden-md {
  display: table-row !important;
}

th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}

.hidden-lg {
  display: block !important;
}

tr.hidden-lg {
  display: table-row !important;
}

th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}

.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}



















/* Quick and dirty customization CSS */

















.visible-inline-xs,
tr.visible-inline-xs,
th.visible-inline-xs,
td.visible-inline-xs {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-inline-xs {
    display: inline !important;
  }
  tr.visible-inline-xs {
    display: table-row !important;
  }
  th.visible-inline-xs,
  td.visible-inline-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-inline-xs.visible-inline-sm {
    display: inline !important;
  }
  tr.visible-inline-xs.visible-inline-sm {
    display: table-row !important;
  }
  th.visible-inline-xs.visible-inline-sm,
  td.visible-inline-xs.visible-inline-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-inline-xs.visible-inline-md {
    display: inline !important;
  }
  tr.visible-inline-xs.visible-inline-md {
    display: table-row !important;
  }
  th.visible-inline-xs.visible-inline-md,
  td.visible-inline-xs.visible-inline-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-inline-xs.visible-inline-lg {
    display: inline !important;
  }
  tr.visible-inline-xs.visible-inline-lg {
    display: table-row !important;
  }
  th.visible-inline-xs.visible-inline-lg,
  td.visible-inline-xs.visible-inline-lg {
    display: table-cell !important;
  }
}

.visible-inline-sm,
tr.visible-inline-sm,
th.visible-inline-sm,
td.visible-inline-sm {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-inline-sm.visible-inline-xs {
    display: inline !important;
  }
  tr.visible-inline-sm.visible-inline-xs {
    display: table-row !important;
  }
  th.visible-inline-sm.visible-inline-xs,
  td.visible-inline-sm.visible-inline-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-inline-sm {
    display: inline !important;
  }
  tr.visible-inline-sm {
    display: table-row !important;
  }
  th.visible-inline-sm,
  td.visible-inline-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-inline-sm.visible-inline-md {
    display: inline !important;
  }
  tr.visible-inline-sm.visible-inline-md {
    display: table-row !important;
  }
  th.visible-inline-sm.visible-inline-md,
  td.visible-inline-sm.visible-inline-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-inline-sm.visible-inline-lg {
    display: inline !important;
  }
  tr.visible-inline-sm.visible-inline-lg {
    display: table-row !important;
  }
  th.visible-inline-sm.visible-inline-lg,
  td.visible-inline-sm.visible-inline-lg {
    display: table-cell !important;
  }
}

.visible-inline-md,
tr.visible-inline-md,
th.visible-inline-md,
td.visible-inline-md {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-inline-md.visible-inline-xs {
    display: inline !important;
  }
  tr.visible-inline-md.visible-inline-xs {
    display: table-row !important;
  }
  th.visible-inline-md.visible-inline-xs,
  td.visible-inline-md.visible-inline-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-inline-md.visible-inline-sm {
    display: inline !important;
  }
  tr.visible-inline-md.visible-inline-sm {
    display: table-row !important;
  }
  th.visible-inline-md.visible-inline-sm,
  td.visible-inline-md.visible-inline-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-inline-md {
    display: inline !important;
  }
  tr.visible-inline-md {
    display: table-row !important;
  }
  th.visible-inline-md,
  td.visible-inline-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-inline-md.visible-inline-lg {
    display: inline !important;
  }
  tr.visible-inline-md.visible-inline-lg {
    display: table-row !important;
  }
  th.visible-inline-md.visible-inline-lg,
  td.visible-inline-md.visible-inline-lg {
    display: table-cell !important;
  }
}

.visible-inline-lg,
tr.visible-inline-lg,
th.visible-inline-lg,
td.visible-inline-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-inline-lg.visible-inline-xs {
    display: inline !important;
  }
  tr.visible-inline-lg.visible-inline-xs {
    display: table-row !important;
  }
  th.visible-inline-lg.visible-inline-xs,
  td.visible-inline-lg.visible-inline-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-inline-lg.visible-inline-sm {
    display: inline !important;
  }
  tr.visible-inline-lg.visible-inline-sm {
    display: table-row !important;
  }
  th.visible-inline-lg.visible-inline-sm,
  td.visible-inline-lg.visible-inline-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-inline-lg.visible-inline-md {
    display: inline !important;
  }
  tr.visible-inline-lg.visible-inline-md {
    display: table-row !important;
  }
  th.visible-inline-lg.visible-inline-md,
  td.visible-inline-lg.visible-inline-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-inline-lg {
    display: inline !important;
  }
  tr.visible-inline-lg {
    display: table-row !important;
  }
  th.visible-inline-lg,
  td.visible-inline-lg {
    display: table-cell !important;
  }
}

.hidden-inline-xs {
  display: inline !important;
}

tr.hidden-inline-xs {
  display: table-row !important;
}

th.hidden-inline-xs,
td.hidden-inline-xs {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-inline-xs,
  tr.hidden-inline-xs,
  th.hidden-inline-xs,
  td.hidden-inline-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-inline-xs.hidden-inline-sm,
  tr.hidden-inline-xs.hidden-inline-sm,
  th.hidden-inline-xs.hidden-inline-sm,
  td.hidden-inline-xs.hidden-inline-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-inline-xs.hidden-inline-md,
  tr.hidden-inline-xs.hidden-inline-md,
  th.hidden-inline-xs.hidden-inline-md,
  td.hidden-inline-xs.hidden-inline-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-inline-xs.hidden-inline-lg,
  tr.hidden-inline-xs.hidden-inline-lg,
  th.hidden-inline-xs.hidden-inline-lg,
  td.hidden-inline-xs.hidden-inline-lg {
    display: none !important;
  }
}

.hidden-inline-sm {
  display: inline !important;
}

tr.hidden-inline-sm {
  display: table-row !important;
}

th.hidden-inline-sm,
td.hidden-inline-sm {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-inline-sm.hidden-inline-xs,
  tr.hidden-inline-sm.hidden-inline-xs,
  th.hidden-inline-sm.hidden-inline-xs,
  td.hidden-inline-sm.hidden-inline-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-inline-sm,
  tr.hidden-inline-sm,
  th.hidden-inline-sm,
  td.hidden-inline-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-inline-sm.hidden-inline-md,
  tr.hidden-inline-sm.hidden-inline-md,
  th.hidden-inline-sm.hidden-inline-md,
  td.hidden-inline-sm.hidden-inline-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-inline-sm.hidden-inline-lg,
  tr.hidden-inline-sm.hidden-inline-lg,
  th.hidden-inline-sm.hidden-inline-lg,
  td.hidden-inline-sm.hidden-inline-lg {
    display: none !important;
  }
}

.hidden-inline-md {
  display: inline !important;
}

tr.hidden-inline-md {
  display: table-row !important;
}

th.hidden-inline-md,
td.hidden-inline-md {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-inline-md.hidden-inline-xs,
  tr.hidden-inline-md.hidden-inline-xs,
  th.hidden-inline-md.hidden-inline-xs,
  td.hidden-inline-md.hidden-inline-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-inline-md.hidden-inline-sm,
  tr.hidden-inline-md.hidden-inline-sm,
  th.hidden-inline-md.hidden-inline-sm,
  td.hidden-inline-md.hidden-inline-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-inline-md,
  tr.hidden-inline-md,
  th.hidden-inline-md,
  td.hidden-inline-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-inline-md.hidden-inline-lg,
  tr.hidden-inline-md.hidden-inline-lg,
  th.hidden-inline-md.hidden-inline-lg,
  td.hidden-inline-md.hidden-inline-lg {
    display: none !important;
  }
}

.hidden-inline-lg {
  display: inline !important;
}

tr.hidden-inline-lg {
  display: table-row !important;
}

th.hidden-inline-lg,
td.hidden-inline-lg {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-inline-lg.hidden-inline-xs,
  tr.hidden-inline-lg.hidden-inline-xs,
  th.hidden-inline-lg.hidden-inline-xs,
  td.hidden-inline-lg.hidden-inline-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-inline-lg.hidden-inline-sm,
  tr.hidden-inline-lg.hidden-inline-sm,
  th.hidden-inline-lg.hidden-inline-sm,
  td.hidden-inline-lg.hidden-inline-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-inline-lg.hidden-inline-md,
  tr.hidden-inline-lg.hidden-inline-md,
  th.hidden-inline-lg.hidden-inline-md,
  td.hidden-inline-lg.hidden-inline-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-inline-lg,
  tr.hidden-inline-lg,
  th.hidden-inline-lg,
  td.hidden-inline-lg {
    display: none !important;
  }
}


.visible-inline-block-xs,
tr.visible-inline-block-xs,
th.visible-inline-block-xs,
td.visible-inline-block-xs {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-inline-block-xs {
    display: inline-block !important;
  }
  tr.visible-inline-block-xs {
    display: table-row !important;
  }
  th.visible-inline-block-xs,
  td.visible-inline-block-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-inline-block-xs.visible-inline-block-sm {
    display: inline-block !important;
  }
  tr.visible-inline-block-xs.visible-inline-block-sm {
    display: table-row !important;
  }
  th.visible-inline-block-xs.visible-inline-block-sm,
  td.visible-inline-block-xs.visible-inline-block-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-inline-block-xs.visible-inline-md {
    display: inline-block !important;
  }
  tr.visible-inline-block-xs.visible-inline-md {
    display: table-row !important;
  }
  th.visible-inline-block-xs.visible-inline-md,
  td.visible-inline-block-xs.visible-inline-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-inline-block-xs.visible-inline-block-lg {
    display: inline-block !important;
  }
  tr.visible-inline-block-xs.visible-inline-block-lg {
    display: table-row !important;
  }
  th.visible-inline-block-xs.visible-inline-block-lg,
  td.visible-inline-block-xs.visible-inline-block-lg {
    display: table-cell !important;
  }
}

.visible-inline-block-sm,
tr.visible-inline-block-sm,
th.visible-inline-block-sm,
td.visible-inline-block-sm {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-inline-block-sm.visible-inline-block-xs {
    display: inline-block !important;
  }
  tr.visible-inline-block-sm.visible-inline-block-xs {
    display: table-row !important;
  }
  th.visible-inline-block-sm.visible-inline-block-xs,
  td.visible-inline-block-sm.visible-inline-block-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-inline-block-sm {
    display: inline-block !important;
  }
  tr.visible-inline-block-sm {
    display: table-row !important;
  }
  th.visible-inline-block-sm,
  td.visible-inline-block-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-inline-block-sm.visible-inline-md {
    display: inline-block !important;
  }
  tr.visible-inline-block-sm.visible-inline-md {
    display: table-row !important;
  }
  th.visible-inline-block-sm.visible-inline-md,
  td.visible-inline-block-sm.visible-inline-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-inline-block-sm.visible-inline-block-lg {
    display: inline-block !important;
  }
  tr.visible-inline-block-sm.visible-inline-block-lg {
    display: table-row !important;
  }
  th.visible-inline-block-sm.visible-inline-block-lg,
  td.visible-inline-block-sm.visible-inline-block-lg {
    display: table-cell !important;
  }
}

.visible-inline-md,
tr.visible-inline-md,
th.visible-inline-md,
td.visible-inline-md {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-inline-md.visible-inline-block-xs {
    display: inline-block !important;
  }
  tr.visible-inline-md.visible-inline-block-xs {
    display: table-row !important;
  }
  th.visible-inline-md.visible-inline-block-xs,
  td.visible-inline-md.visible-inline-block-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-inline-md.visible-inline-block-sm {
    display: inline-block !important;
  }
  tr.visible-inline-md.visible-inline-block-sm {
    display: table-row !important;
  }
  th.visible-inline-md.visible-inline-block-sm,
  td.visible-inline-md.visible-inline-block-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-inline-md {
    display: inline-block !important;
  }
  tr.visible-inline-md {
    display: table-row !important;
  }
  th.visible-inline-md,
  td.visible-inline-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-inline-md.visible-inline-block-lg {
    display: inline-block !important;
  }
  tr.visible-inline-md.visible-inline-block-lg {
    display: table-row !important;
  }
  th.visible-inline-md.visible-inline-block-lg,
  td.visible-inline-md.visible-inline-block-lg {
    display: table-cell !important;
  }
}

.visible-inline-block-lg,
tr.visible-inline-block-lg,
th.visible-inline-block-lg,
td.visible-inline-block-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-inline-block-lg.visible-inline-block-xs {
    display: inline-block !important;
  }
  tr.visible-inline-block-lg.visible-inline-block-xs {
    display: table-row !important;
  }
  th.visible-inline-block-lg.visible-inline-block-xs,
  td.visible-inline-block-lg.visible-inline-block-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-inline-block-lg.visible-inline-block-sm {
    display: inline-block !important;
  }
  tr.visible-inline-block-lg.visible-inline-block-sm {
    display: table-row !important;
  }
  th.visible-inline-block-lg.visible-inline-block-sm,
  td.visible-inline-block-lg.visible-inline-block-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-inline-block-lg.visible-inline-md {
    display: inline-block !important;
  }
  tr.visible-inline-block-lg.visible-inline-md {
    display: table-row !important;
  }
  th.visible-inline-block-lg.visible-inline-md,
  td.visible-inline-block-lg.visible-inline-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-inline-block-lg {
    display: inline-block !important;
  }
  tr.visible-inline-block-lg {
    display: table-row !important;
  }
  th.visible-inline-block-lg,
  td.visible-inline-block-lg {
    display: table-cell !important;
  }
}

.hidden-inline-block-xs {
  display: inline-block !important;
}

tr.hidden-inline-block-xs {
  display: table-row !important;
}

th.hidden-inline-block-xs,
td.hidden-inline-block-xs {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-inline-block-xs,
  tr.hidden-inline-block-xs,
  th.hidden-inline-block-xs,
  td.hidden-inline-block-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-inline-block-xs.hidden-inline-block-sm,
  tr.hidden-inline-block-xs.hidden-inline-block-sm,
  th.hidden-inline-block-xs.hidden-inline-block-sm,
  td.hidden-inline-block-xs.hidden-inline-block-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-inline-block-xs.hidden-inline-md,
  tr.hidden-inline-block-xs.hidden-inline-md,
  th.hidden-inline-block-xs.hidden-inline-md,
  td.hidden-inline-block-xs.hidden-inline-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-inline-block-xs.hidden-inline-block-lg,
  tr.hidden-inline-block-xs.hidden-inline-block-lg,
  th.hidden-inline-block-xs.hidden-inline-block-lg,
  td.hidden-inline-block-xs.hidden-inline-block-lg {
    display: none !important;
  }
}

.hidden-inline-block-sm {
  display: inline-block !important;
}

tr.hidden-inline-block-sm {
  display: table-row !important;
}

th.hidden-inline-block-sm,
td.hidden-inline-block-sm {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-inline-block-sm.hidden-inline-block-xs,
  tr.hidden-inline-block-sm.hidden-inline-block-xs,
  th.hidden-inline-block-sm.hidden-inline-block-xs,
  td.hidden-inline-block-sm.hidden-inline-block-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-inline-block-sm,
  tr.hidden-inline-block-sm,
  th.hidden-inline-block-sm,
  td.hidden-inline-block-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-inline-block-sm.hidden-inline-md,
  tr.hidden-inline-block-sm.hidden-inline-md,
  th.hidden-inline-block-sm.hidden-inline-md,
  td.hidden-inline-block-sm.hidden-inline-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-inline-block-sm.hidden-inline-block-lg,
  tr.hidden-inline-block-sm.hidden-inline-block-lg,
  th.hidden-inline-block-sm.hidden-inline-block-lg,
  td.hidden-inline-block-sm.hidden-inline-block-lg {
    display: none !important;
  }
}

.hidden-inline-md {
  display: inline-block !important;
}

tr.hidden-inline-md {
  display: table-row !important;
}

th.hidden-inline-md,
td.hidden-inline-md {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-inline-md.hidden-inline-block-xs,
  tr.hidden-inline-md.hidden-inline-block-xs,
  th.hidden-inline-md.hidden-inline-block-xs,
  td.hidden-inline-md.hidden-inline-block-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-inline-md.hidden-inline-block-sm,
  tr.hidden-inline-md.hidden-inline-block-sm,
  th.hidden-inline-md.hidden-inline-block-sm,
  td.hidden-inline-md.hidden-inline-block-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-inline-md,
  tr.hidden-inline-md,
  th.hidden-inline-md,
  td.hidden-inline-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-inline-md.hidden-inline-block-lg,
  tr.hidden-inline-md.hidden-inline-block-lg,
  th.hidden-inline-md.hidden-inline-block-lg,
  td.hidden-inline-md.hidden-inline-block-lg {
    display: none !important;
  }
}

.hidden-inline-block-lg {
  display: inline-block !important;
}

tr.hidden-inline-block-lg {
  display: table-row !important;
}

th.hidden-inline-block-lg,
td.hidden-inline-block-lg {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-inline-block-lg.hidden-inline-block-xs,
  tr.hidden-inline-block-lg.hidden-inline-block-xs,
  th.hidden-inline-block-lg.hidden-inline-block-xs,
  td.hidden-inline-block-lg.hidden-inline-block-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-inline-block-lg.hidden-inline-block-sm,
  tr.hidden-inline-block-lg.hidden-inline-block-sm,
  th.hidden-inline-block-lg.hidden-inline-block-sm,
  td.hidden-inline-block-lg.hidden-inline-block-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-inline-block-lg.hidden-inline-md,
  tr.hidden-inline-block-lg.hidden-inline-md,
  th.hidden-inline-block-lg.hidden-inline-md,
  td.hidden-inline-block-lg.hidden-inline-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-inline-block-lg,
  tr.hidden-inline-block-lg,
  th.hidden-inline-block-lg,
  td.hidden-inline-block-lg {
    display: none !important;
  }
}

body{font-family:Verdana,small Tahoma,Helvetica,Arial,sans-serif;font-size:100%;}.nopadding{padding:0 !important}.nopadding-right{padding-right:0 !important}.nopadding-left{padding-left:0 !important}.nomargin{margin:0 !important}.button-toggle{min-width:185px;height:108px}.btn-toggle-on{background:#005284;}.experian-form-error{color:#A94442;font-size:12px}.experian-error-messages-top{padding:10px 10px 10px 80px;background:url(/Client/UIAssets/images/icons/modal-bgnd-error.png) no-repeat scroll 10px 10px #f2dede;min-height:90px;color:#A94442;font-size:14px}.experian-error-messages-top a{color:#A94442}.experian-error-messages-top ul{list-style:none outside none}.regular-big-bank-id-prop{background-repeat:no-repeat;background-position:74px 25px;padding-top:65px;font-size:16px;line-height:18px}.regular-small-bank-id-prop{background-repeat:no-repeat;background-position:38px 15px;padding-top:55px;font-size:11px;line-height:14px}.regular-small-bank-signing-prop{background-repeat:no-repeat;background-position:38px 15px;padding-top:55px;font-size:11px;line-height:14px;white-space:normal !important;width:110px}.bank-id-on-big-left{background-image:url(/Client/UIAssets/images/_Big/Regular/ToggleButton/Icon_BankID_On.png);background-repeat:no-repeat;background-position:74px 25px;padding-top:65px;font-size:16px;line-height:18px;color:#fff}.bank-id-off-big-left{background-image:url(/Client/UIAssets/images/_Big/Regular/ToggleButton/Icon_BankID_Off.png);background-repeat:no-repeat;background-position:74px 25px;padding-top:65px;font-size:16px;line-height:18px;color:#000}.bank-id-on-big-right{background-image:url(/Client/UIAssets/images/_Big/Regular/ToggleButton/Icon_BankID_inMobile_On.png);background-repeat:no-repeat;background-position:74px 25px;padding-top:65px;font-size:16px;line-height:18px;color:#fff}.bank-id-off-big-right{background-image:url(/Client/UIAssets/images/_Big/Regular/ToggleButton/Icon_BankID_inMobile_Off.png);background-repeat:no-repeat;background-position:74px 25px;padding-top:65px;font-size:16px;line-height:18px;color:#000}.bank-id-icon-on-left{background-image:url(/Client/UIAssets/images/_Big/Regular/ToggleButton/Icon_BankID_On.png);background-repeat:no-repeat;background-position:74px 25px;padding-top:65px;font-size:16px;line-height:18px;color:#fff}.bank-id-icon-off-left{background-image:url(/Client/UIAssets/images/_Big/Regular/ToggleButton/Icon_BankID_Off.png);background-repeat:no-repeat;background-position:74px 25px;padding-top:65px;font-size:16px;line-height:18px;color:#000}.bank-id-icon-off-right{background-image:url(/Client/UIAssets/images/_Big/Regular/ToggleButton/Icon_BankID_inMobile_Off.png);background-repeat:no-repeat;background-position:74px 25px;padding-top:65px;font-size:16px;line-height:18px;color:#000}.bank-id-icon-on-right{background-image:url(/Client/UIAssets/images/_Big/Regular/ToggleButton/Icon_BankID_inMobile_On.png);background-repeat:no-repeat;background-position:74px 25px;padding-top:65px;font-size:16px;line-height:18px;color:#fff}.bank-signing-on-big-left{background-image:url(/Client/UIAssets/images/_Big/Regular/ToggleButton/Icon_Electronic_Signing_On.png);background-repeat:no-repeat;background-position:74px 25px;padding-top:65px;font-size:16px;line-height:18px;color:#fff}.bank-signing-off-big-left{background-image:url(/Client/UIAssets/images/_Big/Regular/ToggleButton/Icon_Electronic_Signing_Off.png);background-repeat:no-repeat;background-position:74px 25px;padding-top:65px;font-size:16px;line-height:18px;color:#000}.bank-signing-on-big-right{background-image:url(/Client/UIAssets/images/_Big/Regular/ToggleButton/Icon_Manual_Signing_On.png);background-repeat:no-repeat;background-position:74px 25px;padding-top:65px;font-size:16px;line-height:18px;color:#fff}.bank-signing-off-big-right{background-image:url(/Client/UIAssets/images/_Big/Regular/ToggleButton/Icon_Manual_Signing_Off.png);background-repeat:no-repeat;background-position:74px 25px;padding-top:65px;font-size:16px;line-height:18px;color:#000}.bank-signing-icon-on-left{background-image:url(/Client/UIAssets/images/_Big/Regular/ToggleButton/Icon_Electronic_Signing_On.png);background-repeat:no-repeat;background-position:74px 25px;padding-top:65px;font-size:16px;line-height:18px;color:#fff}.bank-signing-icon-off-left{background-image:url(/Client/UIAssets/images/_Big/Regular/ToggleButton/Icon_Electronic_Signing_Off.png);background-repeat:no-repeat;background-position:74px 25px;padding-top:65px;font-size:16px;line-height:18px;color:#000}.bank-signing-icon-off-right{background-image:url(/Client/UIAssets/images/_Big/Regular/ToggleButton/Icon_Manual_Signing_Off.png);background-repeat:no-repeat;background-position:74px 25px;padding-top:65px;font-size:16px;line-height:18px;color:#000}.bank-signing-icon-on-right{background-image:url(/Client/UIAssets/images/_Big/Regular/ToggleButton/Icon_Manual_Signing_On.png);background-repeat:no-repeat;background-position:74px 25px;padding-top:65px;font-size:16px;line-height:18px;color:#fff}.no-repeat-top-left-big{background-repeat:no-repeat;background-position:left top;width:48px;height:48px}.no-repeat-top-left-small{background-repeat:no-repeat;background-position:left top;width:40px;height:40px}.no-repeat-top-left-big-retina{background-repeat:no-repeat;background-position:left top;width:96px;height:96px}.no-repeat-top-left-small-retina{background-repeat:no-repeat;background-position:left top;width:80px;height:80px}.no-repeat-top-left-big-back{background-repeat:no-repeat;background-position:left 6px;width:48px;height:48px}.no-repeat-top-left-small-back{background-repeat:no-repeat;background-position:left top;width:30px;height:30px}.no-repeat-top-left-big-retina-back{background-repeat:no-repeat;background-position:left top;width:84px;height:84px}.no-repeat-top-left-small-retina-back{background-repeat:no-repeat;background-position:left top;width:60px;height:60px}.step-back{background-image:url(/Client/UIAssets/images/_Big/Regular/processBar/Icon_Back_Nm.png);background-repeat:no-repeat;background-position:left 6px;width:48px;height:48px}.step-back:hover{background-image:url(/Client/UIAssets/images/_Big/Regular/processBar/Icon_Back_Down.png)}.step-1-default{background-image:url(/Client/UIAssets/images/_Big/Regular/processBar/PB_Icon_Step1_Default.png);background-repeat:no-repeat;background-position:left top;width:48px;height:48px}.step-1-current{background-image:url(/Client/UIAssets/images/_Big/Regular/processBar/PB_Icon_Step1_Current.png);background-repeat:no-repeat;background-position:left top;width:48px;height:48px}.step-1-completed{background-image:url(/Client/UIAssets/images/_Big/Regular/processBar/PB_Icon_Step1_Completed.png);background-repeat:no-repeat;background-position:left top;width:48px;height:48px}.step-1-edit{background-image:url(/Client/UIAssets/images/_Big/Regular/processBar/PB_Icon_Step1_OnPressToEdit.png);background-repeat:no-repeat;background-position:left top;width:48px;height:48px}.step-2-default{background-image:url(/Client/UIAssets/images/_Big/Regular/processBar/PB_Icon_Step2_Default.png);background-repeat:no-repeat;background-position:left top;width:48px;height:48px}.step-2-current{background-image:url(/Client/UIAssets/images/_Big/Regular/processBar/PB_Icon_Step2_Current.png);background-repeat:no-repeat;background-position:left top;width:48px;height:48px}.step-2-completed{background-image:url(/Client/UIAssets/images/_Big/Regular/processBar/PB_Icon_Step2_Completed.png);background-repeat:no-repeat;background-position:left top;width:48px;height:48px}.step-2-edit{background-image:url(/Client/UIAssets/images/_Big/Regular/processBar/PB_Icon_Step2_OnPressToEdit.png);background-repeat:no-repeat;background-position:left top;width:48px;height:48px}.step-3-default{background-image:url(/Client/UIAssets/images/_Big/Regular/processBar/PB_Icon_Step3_Default.png);background-repeat:no-repeat;background-position:left top;width:48px;height:48px}.step-3-current{background-image:url(/Client/UIAssets/images/_Big/Regular/processBar/PB_Icon_Step3_Current.png);background-repeat:no-repeat;background-position:left top;width:48px;height:48px}.step-3-completed{background-image:url(/Client/UIAssets/images/_Big/Regular/processBar/PB_Icon_Step3_Completed.png);background-repeat:no-repeat;background-position:left top;width:48px;height:48px}.step-3-edit{background-image:url(/Client/UIAssets/images/_Big/Regular/processBar/PB_Icon_Step3_OnPressToEdit.png);background-repeat:no-repeat;background-position:left top;width:48px;height:48px}.step-4-default{background-image:url(/Client/UIAssets/images/_Big/Regular/processBar/PB_Icon_Step4_Default.png);background-repeat:no-repeat;background-position:left top;width:48px;height:48px}.step-4-current{background-image:url(/Client/UIAssets/images/_Big/Regular/processBar/PB_Icon_Step4_Current.png);background-repeat:no-repeat;background-position:left top;width:48px;height:48px}.step-4-completed{background-image:url(/Client/UIAssets/images/_Big/Regular/processBar/PB_Icon_Step4_Completed.png);background-repeat:no-repeat;background-position:left top;width:48px;height:48px}.step-4-edit{background-image:url(/Client/UIAssets/images/_Big/Regular/processBar/PB_Icon_Step4_OnPressToEdit.png);background-repeat:no-repeat;background-position:left top;width:48px;height:48px}.step-5-default{background-image:url(/Client/UIAssets/images/_Big/Regular/processBar/PB_Icon_Step5_Default.png);background-repeat:no-repeat;background-position:left top;width:48px;height:48px}.step-5-current{background-image:url(/Client/UIAssets/images/_Big/Regular/processBar/PB_Icon_Step5_Current.png);background-repeat:no-repeat;background-position:left top;width:48px;height:48px}.step-5-completed{background-image:url(/Client/UIAssets/images/_Big/Regular/processBar/PB_Icon_Step5_Completed.png);background-repeat:no-repeat;background-position:left top;width:48px;height:48px}.step-5-edit{background-image:url(/Client/UIAssets/images/_Big/Regular/processBar/PB_Icon_Step5_OnPressToEdit.png);background-repeat:no-repeat;background-position:left top;width:48px;height:48px}.step-6-default{background-image:url(/Client/UIAssets/images/_Big/Regular/processBar/PB_Icon_Step6_Default.png);background-repeat:no-repeat;background-position:left top;width:48px;height:48px}.step-6-current{background-image:url(/Client/UIAssets/images/_Big/Regular/processBar/PB_Icon_Step6_Current.png);background-repeat:no-repeat;background-position:left top;width:48px;height:48px}.step-6-completed{background-image:url(/Client/UIAssets/images/_Big/Regular/processBar/PB_Icon_Step6_Completed.png);background-repeat:no-repeat;background-position:left top;width:48px;height:48px}.step-6-edit{background-image:url(/Client/UIAssets/images/_Big/Regular/processBar/PB_Icon_Step6_OnPressToEdit.png);background-repeat:no-repeat;background-position:left top;width:48px;height:48px}.step-back-default-small-regular{background-image:url(/Client/UIAssets/images/_Small/Regular/processBar/Icon_Back_Nm.png)}.step-back-default-big-regular{background-image:url(/Client/UIAssets/images/_Big/Regular/processBar/Icon_Back_Nm.png)}.step-back-default-big-regular-active{background-image:url(/Client/UIAssets/images/_Big/Regular/processBar/Icon_Back_Down.png)}.step-1-default-small-regular{background-image:url(/Client/UIAssets/images/_Small/Regular/processBar/PB_Icon_Step1_Default.png)}.step-1-current-small-regular{background-image:url(/Client/UIAssets/images/_Small/Regular/processBar/PB_Icon_Step1_Current.png)}.step-1-completed-small-regular{background-image:url(/Client/UIAssets/images/_Small/Regular/processBar/PB_Icon_Step1_Completed.png)}.step-2-default-small-regular{background-image:url(/Client/UIAssets/images/_Small/Regular/processBar/PB_Icon_Step2_Default.png)}.step-2-current-small-regular{background-image:url(/Client/UIAssets/images/_Small/Regular/processBar/PB_Icon_Step2_Current.png)}.step-2-completed-small-regular{background-image:url(/Client/UIAssets/images/_Small/Regular/processBar/PB_Icon_Step2_Completed.png)}.step-3-default-small-regular{background-image:url(/Client/UIAssets/images/_Small/Regular/processBar/PB_Icon_Step3_Default.png)}.step-3-current-small-regular{background-image:url(/Client/UIAssets/images/_Small/Regular/processBar/PB_Icon_Step3_Current.png)}.step-3-completed-small-regular{background-image:url(/Client/UIAssets/images/_Small/Regular/processBar/PB_Icon_Step3_Completed.png)}.step-4-default-small-regular{background-image:url(/Client/UIAssets/images/_Small/Regular/processBar/PB_Icon_Step4_Default.png)}.step-4-current-small-regular{background-image:url(/Client/UIAssets/images/_Small/Regular/processBar/PB_Icon_Step4_Current.png)}.step-4-completed-small-regular{background-image:url(/Client/UIAssets/images/_Small/Regular/processBar/PB_Icon_Step4_Completed.png)}.step-5-default-small-regular{background-image:url(/Client/UIAssets/images/_Small/Regular/processBar/PB_Icon_Step5_Default.png)}.step-5-current-small-regular{background-image:url(/Client/UIAssets/images/_Small/Regular/processBar/PB_Icon_Step5_Current.png)}.step-5-completed-small-regular{background-image:url(/Client/UIAssets/images/_Small/Regular/processBar/PB_Icon_Step5_Completed.png)}.step-6-default-small-regular{background-image:url(/Client/UIAssets/images/_Small/Regular/processBar/PB_Icon_Step6_Default.png)}.step-6-current-small-regular{background-image:url(/Client/UIAssets/images/_Small/Regular/processBar/PB_Icon_Step6_Current.png)}.step-6-completed-small-regular{background-image:url(/Client/UIAssets/images/_Small/Regular/processBar/PB_Icon_Step6_Completed.png)}.step-1-default-big-regular{background-image:url(/Client/UIAssets/images/_Big/Regular/processBar/PB_Icon_Step1_Default.png)}.step-1-current-big-regular{background-image:url(/Client/UIAssets/images/_Big/Regular/processBar/PB_Icon_Step1_Current.png)}.step-1-completed-big-regular{background-image:url(/Client/UIAssets/images/_Big/Regular/processBar/PB_Icon_Step1_Completed.png)}.step-2-default-big-regular{background-image:url(/Client/UIAssets/images/_Big/Regular/processBar/PB_Icon_Step2_Default.png)}.step-2-current-big-regular{background-image:url(/Client/UIAssets/images/_Big/Regular/processBar/PB_Icon_Step2_Current.png)}.step-2-completed-big-regular{background-image:url(/Client/UIAssets/images/_Big/Regular/processBar/PB_Icon_Step2_Completed.png)}.step-3-default-big-regular{background-image:url(/Client/UIAssets/images/_Big/Regular/processBar/PB_Icon_Step3_Default.png)}.step-3-current-big-regular{background-image:url(/Client/UIAssets/images/_Big/Regular/processBar/PB_Icon_Step3_Current.png)}.step-3-completed-big-regular{background-image:url(/Client/UIAssets/images/_Big/Regular/processBar/PB_Icon_Step3_Completed.png)}.step-4-default-big-regular{background-image:url(/Client/UIAssets/images/_Big/Regular/processBar/PB_Icon_Step4_Default.png)}.step-4-current-big-regular{background-image:url(/Client/UIAssets/images/_Big/Regular/processBar/PB_Icon_Step4_Current.png)}.step-4-completed-big-regular{background-image:url(/Client/UIAssets/images/_Big/Regular/processBar/PB_Icon_Step4_Completed.png)}.step-5-default-big-regular{background-image:url(/Client/UIAssets/images/_Big/Regular/processBar/PB_Icon_Step5_Default.png)}.step-5-current-big-regular{background-image:url(/Client/UIAssets/images/_Big/Regular/processBar/PB_Icon_Step5_Current.png)}.step-5-completed-big-regular{background-image:url(/Client/UIAssets/images/_Big/Regular/processBar/PB_Icon_Step5_Completed.png)}.step-6-default-big-regular{background-image:url(/Client/UIAssets/images/_Big/Regular/processBar/PB_Icon_Step6_Default.png)}.step-6-current-big-regular{background-image:url(/Client/UIAssets/images/_Big/Regular/processBar/PB_Icon_Step6_Current.png)}.step-6-completed-big-regular{background-image:url(/Client/UIAssets/images/_Big/Regular/processBar/PB_Icon_Step6_Completed.png)}.step-1-default-big-retina{background-image:url(/Client/UIAssets/images/_Big/@2x/processBar/PB_Icon_Step1_Default.png)}.step-1-current-big-retina{background-image:url(/Client/UIAssets/images/_Big/@2x/processBar/PB_Icon_Step1_Current.png)}.step-1-completed-big-retina{background-image:url(/Client/UIAssets/images/_Big/@2x/processBar/PB_Icon_Step1_Completed.png)}.step-2-default-big-retina{background-image:url(/Client/UIAssets/images/_Big/@2x/processBar/PB_Icon_Step2_Default.png)}.step-2-current-big-retina{background-image:url(/Client/UIAssets/images/_Big/@2x/processBar/PB_Icon_Step2_Current.png)}.step-2-completed-big-retina{background-image:url(/Client/UIAssets/images/_Big/@2x/processBar/PB_Icon_Step2_Completed.png)}.step-3-default-big-retina{background-image:url(/Client/UIAssets/images/_Big/@2x/processBar/PB_Icon_Step3_Default.png)}.step-3-current-big-retina{background-image:url(/Client/UIAssets/images/_Big/@2x/processBar/PB_Icon_Step3_Current.png)}.step-3-completed-big-retina{background-image:url(/Client/UIAssets/images/_Big/@2x/processBar/PB_Icon_Step3_Completed.png)}.step-4-default-big-retina{background-image:url(/Client/UIAssets/images/_Big/@2x/processBar/PB_Icon_Step4_Default.png)}.step-4-current-big-retina{background-image:url(/Client/UIAssets/images/_Big/@2x/processBar/PB_Icon_Step4_Current.png)}.step-4-completed-big-retina{background-image:url(/Client/UIAssets/images/_Big/@2x/processBar/PB_Icon_Step4_Completed.png)}.step-5-default-big-retina{background-image:url(/Client/UIAssets/images/_Big/@2x/processBar/PB_Icon_Step5_Default.png)}.step-5-current-big-retina{background-image:url(/Client/UIAssets/images/_Big/@2x/processBar/PB_Icon_Step5_Current.png)}.step-5-completed-big-retina{background-image:url(/Client/UIAssets/images/_Big/@2x/processBar/PB_Icon_Step5_Completed.png)}.step-6-default-big-retina{background-image:url(/Client/UIAssets/images/_Big/@2x/processBar/PB_Icon_Step6_Default.png)}.step-6-current-big-retina{background-image:url(/Client/UIAssets/images/_Big/@2x/processBar/PB_Icon_Step6_Current.png)}.step-6-completed-big-retina{background-image:url(/Client/UIAssets/images/_Big/@2x/processBar/PB_Icon_Step6_Completed.png)}.step-1-default-small-retina{background-image:url(/Client/UIAssets/images/_Small/@2x/processBar/PB_Icon_Step1_Default@2x.png)}.step-1-current-small-retina{background-image:url(/Client/UIAssets/images/_Small/@2x/processBar/PB_Icon_Step1_Current@2x.png)}.step-1-completed-small-retina{background-image:url(/Client/UIAssets/images/_Small/@2x/processBar/PB_Icon_Step1_Completed@2x.png)}.step-2-default-small-retina{background-image:url(/Client/UIAssets/images/_Small/@2x/processBar/PB_Icon_Step2_Default@2x.png)}.step-2-current-small-retina{background-image:url(/Client/UIAssets/images/_Small/@2x/processBar/PB_Icon_Step2_Current@2x.png)}.step-2-completed-small-retina{background-image:url(/Client/UIAssets/images/_Small/@2x/processBar/PB_Icon_Step2_Completed@2x.png)}.step-3-default-small-retina{background-image:url(/Client/UIAssets/images/_Small/@2x/processBar/PB_Icon_Step3_Default@2x.png)}.step-3-current-small-retina{background-image:url(/Client/UIAssets/images/_Small/@2x/processBar/PB_Icon_Step3_Current@2x.png)}.step-3-completed-small-retina{background-image:url(/Client/UIAssets/images/_Small/@2x/processBar/PB_Icon_Step3_Completed@2x.png)}.step-4-default-small-retina{background-image:url(/Client/UIAssets/images/_Small/@2x/processBar/PB_Icon_Step4_Default@2x.png)}.step-4-current-small-retina{background-image:url(/Client/UIAssets/images/_Small/@2x/processBar/PB_Icon_Step4_Current@2x.png)}.step-4-completed-small-retina{background-image:url(/Client/UIAssets/images/_Small/@2x/processBar/PB_Icon_Step4_Completed@2x.png)}.step-5-default-small-retina{background-image:url(/Client/UIAssets/images/_Small/@2x/processBar/PB_Icon_Step5_Default@2x.png)}.step-5-current-small-retina{background-image:url(/Client/UIAssets/images/_Small/@2x/processBar/PB_Icon_Step5_Current@2x.png)}.step-5-completed-small-retina{background-image:url(/Client/UIAssets/images/_Small/@2x/processBar/PB_Icon_Step5_Completed@2x.png)}.step-6-default-small-retina{background-image:url(/Client/UIAssets/images/_Small/@2x/processBar/PB_Icon_Step6_Default@2x.png)}.step-6-current-small-retina{background-image:url(/Client/UIAssets/images/_Small/@2x/processBar/PB_Icon_Step6_Current@2x.png)}.step-6-completed-small-retina{background-image:url(/Client/UIAssets/images/_Small/@2x/processBar/PB_Icon_Step6_Completed@2x.png)}.welcome-user{padding:10px 5px 3px 5px !important ;font-size:12px;color:#404040}h1{font-size:20px;font-weight:normal;color:#000000}#confirmation-container h1{font-size:36px;color:#00;font-weight:bold}#confirmation-container .info-bold{font-weight:bold}#confirmation-container .info-sm{font-size:14px;color:#404040}#confirmation-container .info{font-size:16px;color:#404040}#bank-or-style{position:absolute;left:47%;top:70px;z-index:10;content:'OR';background-image:url(/Client/UIAssets/images/ToggleButton/Toggle_Button_OR_bg.png);width:30px;height:30px;color:#323232;font-weight:bold;background-repeat:no-repeat;background-position:top left;font-size:12px;padding:6px 4px}.textbox-length-big{max-width:440px}.textbox-length-sm{max-width:260px}.textbox-length-xs{max-width:260px}#bank-or-style-signing{position:absolute;left:47%;top:70px;z-index:10;content:'OR';background-image:url(/Client/UIAssets/images/ToggleButton/Toggle_Button_OR_bg.png);width:30px;height:30px;color:#323232;font-weight:bold;background-repeat:no-repeat;background-position:top left;font-size:9px;padding:6px 4px}#bank-login-container .bank-login-content-text{color:#404040;font-size:12px}#bank-login-container .textbox-length{max-width:260px}#approved-loan-container .table-style,#bank-login-container .table-style{position:relative;width:420px;padding:20px;background-color:#F0F0F0;height:auto}#approved-loan-container .table-style tr td,#bank-login-container .table-style tr td{border:0px;padding:20px 20px 15px 20px}#approved-loan-container .table-style tr th,#bank-login-container .table-style tr th{border:0px;padding:30px 40px 0px 20px}#approved-loan-container .table-style .header{font-size:16px;color:#000;font-weight:normal}#approved-loan-container .table-style .sub-heading{font-size:14px;color:#404040}#approved-loan-container .table-style .items{font-size:16px;font-weight:bold}#car-details-container h1{color:#000;font-size:20px}#car-details-container .content-header .header-text{color:#000;font-size:20px}#car-details-container .padding-right{padding-right:20px}#car-details-container .padding-left{padding-left:20px}#car-details-container h3{color:#000000;font-size:14px}#car-details-container .td-left-padding{padding-left:10px;}#car-details-footer-btn .btn-length{max-width:120px}#car-details-footer-btn .btn-tilbake{border-radius:2px;background-color:#D9D8D8;color:#000;width:120px;text-align:center}#car-details-container select::-ms-expand{display:none}#car-details-container .styled-input{overflow:hidden;background:url(/Client/UIAssets/images/icons/Help_Icon_Nm.png) no-repeat scroll 98.5% 50% #fff}#car-details-footer-btn .btn-neste{border-radius:2px;background-color:#cc6600;color:#FFF;width:120px;text-align:center}#car-details-container .small-textbox-length{max-width:200px}.dot{border-bottom:1px dotted #E9E9E9;width:100%}.dot1{border-bottom:1px dotted #d2d2d2;width:100%}#car-details-container .textbox-length{max-width:440px}#car-details-container .slide-switch-container{border:1px solid #969A9B;padding:2px;width:200px;background:none repeat scroll 0% 0% #E5EAF0}.toggle-switch-icon-on-left{font-size:14px;color:#ffffff}.toggle-switch-icon-off-left{font-size:14px;color:#343434}.toggle-switch-icon-off-right{font-size:14px;color:#343434}.toggle-switch-icon-on-right{font-size:14px;color:#ffffff}#car-details-container .car-details-button-toggle{width:97px;height:38px}#car-details-container .car-details-button-toggle-registration{width:55px;height:31px}#car-details-container .styled-required-input-small{overflow:hidden;background:url(/Client/UIAssets/images/icons/asterisk.png) no-repeat #fff 97%}#car-details-container .styled-required-textarea{overflow:hidden;background:url(/Client/UIAssets/images/icons/asterisk.png) no-repeat #fff 99% 20%}#car-details-container h4{font-size:13px;font-weight:bold}#car-details-container .styled-required-input{overflow:hidden;background:url(/Client/UIAssets/images/icons/asterisk.png) no-repeat #fff 98%;}#car-details-container .small-slide-switch-container{border:1px solid #969A9B;padding:2px;min-width:115px;max-width:116px;background:none repeat scroll 0% 0% #E5EAF0}#progress-info .list-inline{padding:0px;margin:0px}#progress-info .list-inline li{padding:0px;margin:0px}#progress-info .list-inline li.padding-left{padding-left:10px}#progress-info .list-inline li.spacer{width:40px}#slider-container .nok-image{overflow:hidden;background:url(/Client/UIAssets/images/icons/NOK.png) no-repeat #fff 95%;padding-right:35px}#slider-container .list-inline{padding:1px;margin-bottom:0px}#slider-container .list-inline li{padding:0px}#slider-container .list-inline li.slider-margin-left{margin-left:10px}#slider-container .slider-background{background:#fff}#slider-container .indicator-button:active{background:url(/Client/UIAssets/images/Slider/Slider_GreyButton_Down.png) no-repeat}#slider-container .indicator-button{background:url(/Client/UIAssets/images/Slider/Slider_BlueButton_Nm.png) no-repeat;width:30px;height:30px;text-align:center;font-size:15px;padding-top:5px;font-weight:bold}#slider-container .indicator-button1{background-position:100% 7%;}#slider-container .indicator-button a{color:#fff;text-decoration:none}#slider-container .input-text{font-size:14px;color:#000000;font-weight:normal;padding-left:5px;}.menu-img-size{height:48px;width:48px}.list-unstyled{padding-bottom:0px;margin-bottom:0px}#Div1 .list-inline{margin-bottom:0px;display:inline-block;overflow:hidden}#Div1 .list-inline li .active-action{border:1px solid #fffa00}#Div1 .list-inline li{padding-left:20px;margin:auto}#Div1 .list-inline a{display:table-cell;vertical-align:middle;text-align:center;text-decoration:none}#Div1 .list-inline li:first-child{padding-left:0px;padding-right:0px}#Div1 .list-inline li:not(:first-child)::after{border-right:30px solid #D9D8D8;content:"";position:relative;left:30px;top:-24px;z-index:-1;display:block;height:1px}#Div1 .list-inline.not-first-child li::after{border-right:30px solid #D9D8D8;content:"";position:relative;left:30px;top:-24px;z-index:-1;display:block;height:1px}#Div1 .list-inline li:last-child{margin-right:-5px}.padding-header{padding-right:32px;padding-left:32px}.experian-logo-image{/*padding-top:20px;*/height:80px}.link-home-header{position:relative;height:80px}.link-home-header-text{font-size:14px;color:#fff;position:absolute;right:0;bottom:5px}.link-home-header-text1 span{font-weight:bold}.text-right{text-align:right}.text-center{text-align:center}.link-home-header-text .link-arrow{font-size:0.77em;margin-left:1.1em}.container{max-width:1024px}.col-centered-experian{display:table;margin:0 auto}.responsive-image{width:70%;background-size:70% 70%}.margin-top-sm{margin-top:2.5%}.margin-top-md{margin-top:62.5px}.margin-top-xs{margin-top:10px}.calculator-top-margin-desktop{margin-top:10px}.container-progress-margin{margin-top:30px;margin-bottom:30px;}.calcualtor-margin-top{margin-top:20px}.calcualtor-control-label{color:#005284;font-size:14px;padding-top:9px;height:0px;}#slider-container .status-label{font-size:12px;color:#404040}#slider-container .btn-link{color:#005284;background-color:#e4e3e3;text-decoration:none;font-size:14px}#slider-container .align-btn-link{text-align:right}#summery-details .content-box{border:1px solid #fff;background-color:#e4e3e3;margin-bottom:20px}#summery-details .content-box .content-header{background:#005284;padding:5px 10px;font-size:14px;color:#fff}#summery-details .content-box .col-label{font-size:13px;color:#404040;padding:8px}#summery-details .content-box .col-value,#summery-details .content-box .col-heading{font-size:14px;color:#000;padding:8px;line-height:16px}#summery-details .content-box .btn-thebox{background:#cccccc;color:#000;width:80px;height:24px;font-size:12px;font-weight:bold;border:none;border-radius:none;-webkit-border-radius:3px;-moz-border-radius:3px}.table .no-td-border{border:0px}#summery-tabs .active{font-size:16px;color:#000}#summery-tabs .active a{background:#f0f0f0;}#summery-tabs{font-size:16px;color:#005284}.summery-top-margin{margin-top:10px}.header-text-style{color:white;font-size:14px}.header-sub-header-number-style{font-size:30px;color:white}.custom-nav>li>a{padding:10px}.custom-nav>li{margin-top:10px}.custom-nav>li a img{max-width:8%;height:auto}.grey-background{background:#cccccc}table.summery-table{background:#F0F0F0;border:0px solid #fff; font-size:12px;color:#404040;min-width:300px;}table.summery-table .header-row{background:#1B508C;color:#fff}table.summery-table .parent-row{background:#CCD8DE !important;}table.summery-table tr.zebra-strip:nth-of-type(odd){background:#e5eaef}table.summery-table tr.zebra-strip:nth-of-type(even){background:#fff}table.summery-table .toggle{border:none;background:#1B508C;float:right;color:#fff}.header-height{height:80px}.experian-container-padding{padding-left:52px;padding-right:52px}.banner-heading-text{font-size:32px;color:#003366;font-weight:bold}.banner-absolute{position:absolute;z-index:10;background-color:transparent}.banner-content-heading{top:2%;left:3.5%}.banner-content-button{bottom:30px;right:30px}.footer{padding:20px 0}.footer .btn-primary{background:#E38527;border:1px solid #E38527}.home-item-button{font-size:14px;color:#343434}.home-item-button-color-1{background:#404040}.home-item-button-color-2{background:#003466}.home-item-button-color-3{background:#999a34}.experian-button{padding-left:30px;padding-right:30px;background:#cc6600;min-height:40px;font-size:16px;font-weight:bold}.home-item-button-color-default{min-width:200px;padding-left:10px;padding-right:10px}.home-item-button-text{font-size:14px;color:#fff;min-width:200px}#three_cols *{margin-top:10px;margin-bottom:10px}#three_cols .home-content-holder{min-height:152px}#three_cols .btn{margin-bottom:10px;font-size:14px;min-width:200px}#three_cols div{text-align:center;padding:0px 8px 0px 8px}.btn-default{color:#fff;font-weight:bold}#three_cols{color:#fff}#three_cols header{font-size:16px;color:#000;font-weight:bold}#three_cols article{font-size:14px;color:#343434}.experian-top-header-blue-block{background:#005284;height:80px}.tooltip-inner{background-color:#fff;color:#000}#bank-login-container .slide-switch-container{border:1px solid #969A9B;padding:5px;width:382px;height:121px;background:none repeat scroll 0% 0% #E5EAF0}@media (max-width:767px){#car-details-container .light-grey-background{background:#f0f0f0}#car-details-container .padding-registration{padding-left:5px;padding-right:5px}#car-details-container .display-none{display:none}#car-details-container .content-header{background:#adadad;padding:2px 0px;font-size:14px;color:#fff;height:40px}#car-details-container .content-header .header-text{color:#000;font-size:16px;padding:5px}#car-details-container .content-header .toggle-prop{background-repeat:no-repeat;width:31px;height:31px;font-weight:bold;padding:5px 13px}#car-details-container .content-header .toggle-registration-mobile-minus{background-image:url(/Client/UIAssets/images/_Small/Regular/Form-expand-collapse-icon-down.png);background-repeat:no-repeat;width:31px;height:31px;font-weight:bold;padding:5px 10px;color:#000}#car-details-container .content-header .toggle-registration-mobile-plus{background-image:url(/Client/UIAssets/images/_Small/Regular/Form-expand-collapse-icon-nm.png);background-repeat:no-repeat;width:31px;height:31px;font-weight:bold;padding:5px 12px;color:#fff}#car-details-container .padding-right{padding-right:10px}#car-details-container .padding-left{padding-left:10px}#car-details-container .padding-right-zero{padding-right:0px}#car-details-container .padding-left-zero{padding-left:0px}#car-details-container .slide-switch-container{border:1px solid #969A9B;padding:2px;width:115px;background:none repeat scroll 0% 0% #E5EAF0}.toggle-switch-icon-on-left{font-size:11px;color:#ffffff}.toggle-switch-icon-off-left{font-size:11px;color:#343434}.toggle-switch-icon-off-right{font-size:11px;color:#343434}.toggle-switch-icon-on-right{font-size:11px;color:#ffffff}#summery-details .content-box .content-header{background:#005284;padding:5px 10px;font-size:12px;color:#fff}#summery-details .content-box .col-label{font-size:10px}#summery-details .content-box .col-value,#summery-details .content-box .col-heading{font-size:11px;white-space:normal;word-break:break-all}#summery-details .content-box .btn-thebox{width:70px;font-size:11px}h1{font-size:16px}#bank-login-container .slide-switch-container{max-width:242px;height:102px;margin:10px 22.5px}.button-toggle{min-width:115px;height:90px}.bank-login-mobile-padding{padding:0px 0px}#bank-login-container .table-style{width:286.5px;padding:0px}#bank-login-container .table-style-signing{width:290px;padding-top:1px}.bank-id-icon-on-left{background-repeat:no-repeat;background-position:38px 15px;padding-top:55px;font-size:11px;line-height:14px}.bank-id-icon-off-left{background-repeat:no-repeat;background-position:38px 15px;padding-top:55px;font-size:11px;line-height:14px}.bank-id-icon-off-right{background-repeat:no-repeat;background-position:38px 15px;padding-top:55px;font-size:11px;line-height:14px}.bank-id-icon-on-right{background-repeat:no-repeat;background-position:38px 15px;padding-top:55px;font-size:11px;line-height:14px}.bank-signing-icon-on-left{background-repeat:no-repeat;background-position:38px 15px;padding-top:60px;font-size:11px;line-height:14px;white-space:normal !important;width:110px}.bank-signing-icon-off-left{background-repeat:no-repeat;background-position:38px 15px;padding-top:60px;font-size:11px;line-height:14px;white-space:normal !important;width:110px}.bank-signing-icon-off-right{background-repeat:no-repeat;background-position:38px 15px;padding-top:60px;font-size:11px;line-height:14px;white-space:normal !important;width:110px}.bank-signing-icon-on-right{background-repeat:no-repeat;background-position:38px 15px;padding-top:60px;font-size:11px;line-height:14px;white-space:normal !important;width:110px}.step-back{background-image:url(/Client/UIAssets/images/_Small/Regular/processBar/Icon_Back_Nm.png);background-repeat:no-repeat;background-position:left top;width:30px;height:30px}.step-1-default{background-image:url(/Client/UIAssets/images/_Small/Regular/processBar/PB_Icon_Step1_Default.png);background-repeat:no-repeat;background-position:left top;width:40px;height:40px}.step-1-current{background-image:url(/Client/UIAssets/images/_Small/Regular/processBar/PB_Icon_Step1_Current.png);background-repeat:no-repeat;background-position:left top;width:40px;height:40px}.step-1-completed{background-image:url(/Client/UIAssets/images/_Small/Regular/processBar/PB_Icon_Step1_Completed.png);background-repeat:no-repeat;background-position:left top;width:40px;height:40px}.step-1-edit{background-image:url(/Client/UIAssets/images/_Small/Regular/processBar/PB_Icon_Step1_OnPressToEdit.png);background-repeat:no-repeat;background-position:left top;width:40px;height:40px}.step-2-default{background-image:url(/Client/UIAssets/images/_Small/Regular/processBar/PB_Icon_Step2_Default.png);background-repeat:no-repeat;background-position:left top;width:40px;height:40px}.step-2-current{background-image:url(/Client/UIAssets/images/_Small/Regular/processBar/PB_Icon_Step2_Current.png);background-repeat:no-repeat;background-position:left top;width:40px;height:40px}.step-2-completed{background-image:url(/Client/UIAssets/images/_Small/Regular/processBar/PB_Icon_Step2_Completed.png);background-repeat:no-repeat;background-position:left top;width:40px;height:40px}.step-2-edit{background-image:url(/Client/UIAssets/images/_Small/Regular/processBar/PB_Icon_Step2_OnPressToEdit.png);background-repeat:no-repeat;background-position:left top;width:40px;height:40px}.step-3-default{background-image:url(/Client/UIAssets/images/_Small/Regular/processBar/PB_Icon_Step3_Default.png);background-repeat:no-repeat;background-position:left top;width:40px;height:40px}.step-3-current{background-image:url(/Client/UIAssets/images/_Small/Regular/processBar/PB_Icon_Step3_Current.png);background-repeat:no-repeat;background-position:left top;width:40px;height:40px}.step-3-completed{background-image:url(/Client/UIAssets/images/_Small/Regular/processBar/PB_Icon_Step3_Completed.png);background-repeat:no-repeat;background-position:left top;width:40px;height:40px}.step-3-edit{background-image:url(/Client/UIAssets/images/_Small/Regular/processBar/PB_Icon_Step3_OnPressToEdit.png);background-repeat:no-repeat;background-position:left top;width:40px;height:40px}.step-4-default{background-image:url(/Client/UIAssets/images/_Small/Regular/processBar/PB_Icon_Step4_Default.png);background-repeat:no-repeat;background-position:left top;width:40px;height:40px}.step-4-current{background-image:url(/Client/UIAssets/images/_Small/Regular/processBar/PB_Icon_Step4_Current.png);background-repeat:no-repeat;background-position:left top;width:40px;height:40px}.step-4-completed{background-image:url(/Client/UIAssets/images/_Small/Regular/processBar/PB_Icon_Step4_Completed.png);background-repeat:no-repeat;background-position:left top;width:40px;height:40px}.step-4-edit{background-image:url(/Client/UIAssets/images/_Small/Regular/processBar/PB_Icon_Step4_OnPressToEdit.png);background-repeat:no-repeat;background-position:left top;width:40px;height:40px}.step-5-default{background-image:url(/Client/UIAssets/images/_Small/Regular/processBar/PB_Icon_Step5_Default.png);background-repeat:no-repeat;background-position:left top;width:40px;height:40px}.step-5-current{background-image:url(/Client/UIAssets/images/_Small/Regular/processBar/PB_Icon_Step5_Current.png);background-repeat:no-repeat;background-position:left top;width:40px;height:40px}.step-5-completed{background-image:url(/Client/UIAssets/images/_Small/Regular/processBar/PB_Icon_Step5_Completed.png);background-repeat:no-repeat;background-position:left top;width:40px;height:40px}.step-5-edit{background-image:url(/Client/UIAssets/images/_Small/Regular/processBar/PB_Icon_Step5_OnPressToEdit.png);background-repeat:no-repeat;background-position:left top;width:40px;height:40px}.step-6-default{background-image:url(/Client/UIAssets/images/_Small/Regular/processBar/PB_Icon_Step6_Default.png);background-repeat:no-repeat;background-position:left top;width:40px;height:40px}.step-6-current{background-image:url(/Client/UIAssets/images/_Small/Regular/processBar/PB_Icon_Step6_Current.png);background-repeat:no-repeat;background-position:left top;width:40px;height:40px}.step-6-completed{background-image:url(/Client/UIAssets/images/_Small/Regular/processBar/PB_Icon_Step6_Completed.png);background-repeat:no-repeat;background-position:left top;width:40px;height:40px}.step-6-edit{background-image:url(/Client/UIAssets/images/_Small/Regular/processBar/PB_Icon_Step6_OnPressToEdit.png);background-repeat:no-repeat;background-position:left top;width:40px;height:40px}#bank-login-container .textbox-length{max-width:initial;max-width:auto}#bank-or-style{left:45%;top:65px}#bank-or-style-signing{left:45%;top:50px;font-size:10px}#bank-login-container .bank-login-content-text{font-size:10px}#approved-loan-container .table-style{width:300px;padding:10px}#car-details-container h1{font-size:16px}#car-details-container h3{font-size:12px}table.summery-table .mobile-first-col{padding-right:1px;padding-left:2px}#slider-container .align-btn-link{text-align:center;margin-top:20px}.calcualtor-control-label{color:#005284;font-size:16px;text-align:right;padding-top:7px;height:initial; }.menu-img-size{height:40px;width:40px}#Div1 .list-inline li{margin-left:0;padding-left:0}#Div1 .list-inline li:not(:first-child)::after{top:-20px}#Div1 .list-inline.not-first-child li::after{top:-20px}.arrow-header-image-mobile{height:30px;width:30px}#three_cols .home-item-content{text-align:left}#three_cols .home-item-heading{text-align:left}#three_cols .btn{font-size:smaller;min-width:170px}#three_cols .home-item-heading{font-size:13px;text-align:left}#three_cols .home-item-content{font-size:11px;text-align:left}.banner-content-button{bottom:10px;right:10px}.banner-content-heading{left:3.5%;top:8%;right:10px}.banner-heading-text{font-size:14px}.mobile-nopadding{padding:0 !important}.header-height{height:40px}.experian-logo-image{padding-top:10px;height:40px}.link-home-header{height:40px}.experian-top-header-blue-block{height:40px}#three_cols{margin-top:14px;margin-bottom:5px}#three_cols .item-cell{background-color:#e4e3e3;}#three_cols .item-cell-1{background-color:#404040 !important}#three_cols .item-cell-1 header{color:#fff}#three_cols .item-cell-1 article{color:#fff}#three_cols .item-cell-2{background-color:#003366 !important}#three_cols .item-cell-2 header{color:#fff}#three_cols .item-cell-2 article{color:#fff}#three_cols .item-cell-3{background-color:#999933 !important}#three_cols .item-cell-3 header{color:#fff}#three_cols .item-cell-3 article{color:#fff}#three_cols .home-content-holder{min-height:auto;min-height:initial}}@media (max-width:500px){#car-details-container .styled-select{background-position:right 30px center, right 5px center;}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 .header-text-style{font-size:13px}.header-sub-header-number-style{font-size:23px}#progress-info .list-inline{padding:0px;margin:0px}#progress-info .list-inline li{padding:0px;margin:0px}#progress-info .list-inline li.padding-left{padding-left:5px}#progress-info .list-inline li.spacer{width:14px}.loan-calculator-mobile-width{width:300px}#slider-container .btn-link{font-size:16px;width:190px}.calculator-top-margin-desktop{margin-top:0px}#slider-container .status-label{font-size:11px}.top-margin-mobile-10{margin-top:10px}.top-margin-mobile-12{margin-top:12px}table.summery-table{font-size:11px}table.summery-table td.line-height{line-height:16px}table.summery-table td.color-black{color:#000000}table.mobile-data-font{font-size:9px}.responsive-image{width:100%;background-size:100% 100%}#three_cols div{vertical-align:middle;padding:0px 8px 0px 0px}#three_cols .home-item-heading{font-size:11px;text-align:left}#three_cols .home-item-content{font-size:9px;text-align:left}#three_cols .home-item-content{font-size:9px;text-align:left}#three_cols .home-item-content{font-size:9px;text-align:left}#three_cols .home-item-content{font-size:9px;text-align:left}#three_cols .home-item-content-mobile{font-size:9px;text-align:left}.experian-container-padding{padding-left:10px;padding-right:10px}.experian-container-padding-POL{padding: 0px;}.blue-background{width: 320px;}#three_cols .btn{font-size:smaller;min-width:auto;min-width:initial}#three_cols img{display:block;height:auto;max-width:100%;margin-left:10px}.home-item-button-color-default{min-height:auto;min-height:initial}}@media (max-width:330px){table.mobile-data-font{font-size:8px}#summery-tabs .active{font-size:16px;}#Div1 .list-inline li{padding-right:2px}#Div1 .list-inline li:not(:first-child)::after{border-right:10px solid #D9D8D8;left:10px}#Div1 .list-inline.not-first-child li::after{border-right:10px solid #D9D8D8;left:10px}#Div1 .list-inline li:last-child{margin-right:-3px}.loan-calculator-mobile-width{width:300px}#progress-info .list-inline li.spacer{width:0px}}

.blue-background
{
    background-color:#61789C;
    width: 340px;
    height: auto;
    text-align:center;
    margin: 0 auto;
    padding-bottom: 10px;
    
}
.POL-HeaderText
{
    color: White;
    text-align:left;
    font-size: 12px;
    font-weight:bold;
    padding-left: 42px;
    margin-bottom: 15px;
}
.POL-margin-top
{
    margin-top: 20px;
    }
.POL-summery-table
{
    background:#F0F0F0;
    border:0px solid #fff;
     font-size:12px;
     color:#404040;
     width:280px;
     text-align:left;
     }
     
@media (max-width:500px)
{
   .blue-background
{
    width: 320px;
}

.POL-HeaderText
{
    padding-left: 32px;
}
}
.BankID-iframe
{
   /* padding-left:60px;*/
}
.item-content-padding
{
    padding-left:30px;
    padding-right:30px;
}


.back-btn
{
    border-radius:2px;
    background-color:#D9D8D8;
    color:#000;
    width:120px;
    text-align:center;
    height:40px;
}


#car-details-container .styled-select {
    -webkit-appearance:none !important;
    -moz-appearance:none !important;
    text-indent:0.01px;
    text-overflow:'';
    overflow:hidden;
    background:url(/Client/UIAssets/images/icons/asterisk.png),url(/Client/UIAssets/images/icons/dropdown_arrow1.png) #fff;
    background-repeat:no-repeat,no-repeat;
    background-position:right 32px center, 98% 50%;
    
  
   
}
#car-details-container .styled-wrapper {
    text-overflow: '';
    overflow: hidden;
    z-index:5;
    width:100%;
}


.placeholder
{
    color: #9f9f9f;
    position: absolute;
   left: 0px;
   top :0px;
   padding-left:12px;
   padding-top:6px;
  font-size:14px;
}
    
.info-last-line
{
    font-size:14px;
    color:#404040;
}


.bankID-table-style
{
   position: relative;
width: 440px;
padding: 20px;
background-color: #F0F0F0;
height: 320px;
text-align:center;
}


.Confirmation-Declined
{
    background-image:url(/Client/UIAssets/images/_Big/Regular/Confirmation_Declined.jpg);
    background-repeat:no-repeat;
    background-position:left top;
    width:200px;
    height:200px;
}
.Confirmation-Pending
{
    background-image:url(/Client/UIAssets/images/_Big/Regular/Confirmation_Pending.jpg);
    background-repeat:no-repeat;
    background-position:left top;
    width:200px;
    height:200px;
}
.Confirmation-Approved
{
    background-image:url(/Client/UIAssets/images/_Big/Regular/Confirmation_Approved.jpg);
    background-repeat:no-repeat;
    background-position:left top;
    width:200px;
    height:200px;
}
    
    
.nav > li > a 
{
    padding:10px 5px 10px 5px ;
}

.newline
{
    display: table-row;
    
}
.padding-right1
{
   margin-right:10px;
}
.padding-left1
{
    margin-left:10px;
}
.table-bordered
{
    border: 1px solid #fff !important;
}

.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-right:1px solid #cacaca;
    border-bottom:1px solid #ffffff;
}

      
.experian-container-padding-summary
{
    padding-left:10px;
    padding-right:10px;
}
.hourGlass
{
    position:absolute;
    top:255px;
    left:-20px;
}
.hourGlass-car
{
    position:absolute;
    top:240px;
    left:-20px;
}
.hourGlassLbl
{
    position:absolute;
    top:255px;
    left:-60px;
    font-size:13pt;
}
.hourGlassLbl-car
{
    position:absolute;
    top:240px;
    left:-60px;
    font-size:13pt;
}
.disabled-decision-page
{
     position:absolute; 
        top:80px;
        left:0px;
        background-color:#fff;
        width:100%;
       height:100%;
        opacity:0.6;
}
.disabled-car-page
{
     position:absolute; 
        top:80px;
        left:0px;
        background-color:#fff;
        width:100%;
      height:140%;
        opacity:0.6;
       
      
}
.informative-text-style
{
    font-size:12px;
    text-align:center;
}
.disabled-progressBar
{
 background-color:#fff;
 opacity:0.6;
}


.nok-image1
{
    overflow:hidden;
    background:url(/Client/UIAssets/images/icons/NOK.png) no-repeat #fff 95%;
   padding-right:35px;
}

#slider-container .btn-link:hover
{
    text-decoration:underline;
}


.calc-textbox-padding
{
   margin-left:63px;
    width:140px  !important;
    padding-left: 5px;
}

.calc-textbox-padding2
{
   margin-left:-15px;
    width:140px  !important;
    padding-left: 5px;
}
.calc-textbox-padding1
{
   margin-left:40px;
    width:140px  !important;
    padding-left: 5px;
}

.vertical-divider
{
    border-right:1px dashed #c6c6c6;
}

.info1
{
    font-size:16px;
    font-weight:bold;
}
    
.padding-left-zero
{
    padding-left:0px;
}

.dropdown-menu
{
    font-size:12px;
    font-family:Verdana;
}


   .table-bordered > thead > tr > th
{
    font-size:13px;
}

.table-bordered > tbody > tr > td
{
    font-size:12px;
}
.td2
{
    font-size:12px;
    color:#000000;
}
.headingstyle
{
    font-size:20px;
    margin-bottom:20px;
}

.experian-form-error1
{
    color:#A94442;
    font-size:12px;
    padding-left:5px;
    }
   .experian-form-error2
{
    color:#A94442;
    font-size:12px;
    font-weight: bold;
    } 
    

#car-details-container .styled-select-grey {

    background-color: #eee;
  
}

#car-details-container .content-header-1 .toggle-registration-mobile-minus{background-image:url(/Client/UIAssets/images/_Small/Regular/Form-expand-collapse-icon-down.png);background-repeat:no-repeat;width:31px;height:31px;font-weight:bold;padding:5px 10px;color:#000}


#car-details-container .content-header-1 .toggle-registration-mobile-plus{background-image:url(/Client/UIAssets/images/_Small/Regular/Form-expand-collapse-icon-nm.png);background-repeat:no-repeat;width:31px;height:31px;font-weight:bold;padding:5px 12px;color:#fff}

#car-details-container .content-header-1 .header-text-bottom{color:#000;font-size:16px}



 #car-details-container .content-header-1 .header-text-bottom{color:#000;font-size:16px;padding:1px}

 #car-details-container .content-header-1 .toggle-prop{background-repeat:no-repeat;width:31px;height:31px;font-weight:bold;padding:5px 13px}

  
   
#car-details-container .styled-input-icon {
  
    background: url(/Client/UIAssets/images/icons/Help_Icon_Nm.png) no-repeat;
    width:22px;
    height:22px;
    position:absolute;
    right:20px;
    top:7px;
    z-index:0;
    }
   
	
.styled-input1
{
	overflow:hidden;
	background:url(/Client/UIAssets/images/icons/asterisk.png) no-repeat;
	background-position: 89.5% 50%;
}

#car-details-container .styled-required-input-small{overflow:hidden;background:url(/Client/UIAssets/images/icons/asterisk.png) no-repeat #fff 95.5%}


#slider-container .ar-image {
overflow: hidden;
background: url(/Client/UIAssets/images/icons/ar.png) no-repeat #fff 95%;
padding-right: 35px;
}

body{ overflow-x: hidden; height:auto;}

.table-heading{
	font-size: 20px;
	height: 60px;
	padding-top: 15px;
}


.left-padding-loan-summery{
	padding-left: 90px;
}
.row-height{
	height: 30px;
}

.registration-desktop-padding-left
{
	padding-left: 27px;
}

.registration-desktop-padding-right
{
	padding-right: 27px;
}

@media all and (min-width: 300px) and (max-width: 767px) 
{
   
      
	.margin-bottom-xs{
		margin-bottom: 20px;
	}

.form-group
{
	margin-bottom: 8px;
}


.margin-top-xs
{
	margin-top:0px;
}

.button-toggle1
{
	min-width: 56px;
	height:31px;
	padding: 4px;
}

.small-slide-switch-container
{
	border:1px solid #969A9B;
	padding:1px;
	
	max-width:115px;
	background:none repeat scroll 0% 0% #E5EAF0;
}

.btn-tilbake
{
	min-width: 140px;
	height: 40px;
}
.btn-neste
{
	min-width: 140px;
	height: 40px;
}

#car-details-container h4 {
font-size: 11px;
}

h6
{
	font-size: 14px;
	font-family: verdana;
	color: #000000;
}
h5
{
	font-size: 16px;
	font-family: verdana;
	color:#000000;
}

.registration-desktop-padding-left
{
	padding-left: 16px;
}

.registration-desktop-padding-right
{
	padding-right: 15px;
}
}

@media all and (min-width: 768px) and (max-width: 1280px) 
{
 .disabled-car-page
    {
        position:absolute;
       top:80px;
       left:0px;
       height:140%;
    }
   
	#summery-details .content-box .col-value, #summery-details .content-box .col-heading {
font-size: 11px;
white-space: normal;
word-break: break-all;
}
.button-toggle1
{
	min-width: 58px;
	height:36px;
}




h6
{
	font-size: 16px;
	font-family: verdana;
	color: #000000;
}
h5
{
	font-family: verdana;
	color:#000000;
}

}
@media all and (min-width:444px) and (max-width:1500px) 
{
     .content-header-padding
 {
     padding-top:4px;
 } 
}
@media all and (min-width:320px) and (max-width:444px)
{
    .endre-btn
    {
        margin-top:3px;
    }
}
@media all and (min-width:768px) and (max-width: 1200px)
{
    .calc-error-msg-padding1
{
    padding-left:173px !important;
}
.calc-error-msg-padding2
{
    padding-left:165px !important;
}
.calc-error-msg-padding3
{
    padding-left:155px !important;
}
}

@media all and (min-width: 768px) and (max-width: 992px) 
{
.item-content-padding
{
    padding-left: 0px;
    padding-right: 0px;
}

#three_cols article
{
    font-size:12px;
}
.visible-tablet
{
    display: block !important;
}
.hidden-tablet
{
    display: none !important;
}
    
.top-margin-mobile-8
{
    margin-top:5px !important ;
}
 .calc-error-msg-padding-mobile
    {
        padding-left: 155px;
    }
 
   
#summery-details .content-box .col-value, #summery-details .content-box .col-heading {
font-size: 11px;
white-space: normal;
word-break: break-all;
}
	.small-textbox-length
	{
		width: 158px;
	}
	.textbox-length
	{
		width: 330px;
	}

}

.left-button-on
{
	background-repeat:no-repeat;
	background-position:40px 34px;
	font-size: 14px;
	color:#ffffff;
}

.left-button-off
{

	background-repeat:no-repeat;
	background-position:40px 34px;
	font-size: 14px;
	color:#343434;
}
.right-button-on
{
	background-repeat:no-repeat;
	background-position:40px 34px;
	font-size: 14px;
	color:#343434;
}
.right-button-off
{
	background-repeat:no-repeat;
	background-position:40px 34px;
	font-size: 14px;
	color:#ffffff;
}
.btn-length
{
	max-width: 140px;
}

.styled-input1
{
	overflow:hidden;
	background:url(/Client/UIAssets/images/icons/asterisk.png) no-repeat #fff 97%;
	background-position: 91.5% 50%;
}



#car-details-container .slide-switch-container{
	padding: 3px 2px 3px;
	
}

.right-margin{
	margin-right: 10px;
}

.container-progress-margin{
	height:48px;
}


.Header-text-bold{
	font-weight: bold;
}



.Ny-bil-icon-on-left{
  background-repeat:no-repeat;
  background-position:40px 34px;
  font-size: 14px;
  color:#ffffff;
}
.Ny-bil-icon-off-left{
	background-repeat:no-repeat;
  background-position:40px 34px;
  font-size: 14px;
  color:#343434;
}
.Ny-bil-icon-off-right{
  background-repeat:no-repeat;
  background-position:40px 34px;
  font-size: 14px;
  color:#343434;
}
.Ny-bil-icon-on-right{
   background-repeat:no-repeat;
  background-position:40px 34px;
  font-size: 14px;
  color:#ffffff;
}

}
@media (max-width:330px)
{
   
	.margin-top-xs{
		margin-top: 0px;
	}
	
.welcome-user{
	padding: 6px 0px 0px 0px !important;
	font-size: 9px;
}
.summery-top-margin{
	margin-top:6px;
}
.right-margin{
	margin-right: 6px;
}
	
.Signing-icon-on-left{
	background-image:url(/Client/UIAssets/images/_Big/Regular/ToggleButton/Icon_Electronic_Signing_On.png);
	background-repeat:no-repeat;
	background-position:74px 25px;
	padding-top:65px;
	font-size:16px;
	line-height:18px;
	color:#fff;
}
.Signing-icon-off-right{
	background-image:url(/Client/UIAssets/images/_Big/Regular/ToggleButton/Icon_Manual_Signing_Off.png);
	background-repeat:no-repeat;
	background-position:74px 25px;
	padding-top:65px;
	font-size:16px;
	line-height:18px;
	color:#000;

}
.Signing-icon-off-left{
background-image:url(/Client/UIAssets/images/_Big/Regular/ToggleButton/Icon_Electronic_Signing_Off.png);
	background-repeat:no-repeat;
	background-position:74px 25px;
	padding-top:65px;
	font-size:16px;
	line-height:18px;
	color:#000;
}
.Signing-icon-on-right{
	background-image:url(/Client/UIAssets/images/_Big/Regular/ToggleButton/Icon_Manual_Signing_On.png);
	background-repeat:no-repeat;
	background-position:74px 25px;
	padding-top:65px;
	font-size:16px;
	line-height:18px;
	color:#fff;

}
.Signing-slide-switch-container {
border: 1px solid #969A9B;
padding: 5px;
width: 381px;
height: 121px;
background: none repeat scroll 0% 0% #E5EAF0;
}
#Signing-or-style {
position: absolute;
left: 47%;
top: 50px;
z-index: 10;
content: 'OR';
background-image: url(/Client/UIAssets/images/ToggleButton/Toggle_Button_OR_bg.png);
width: 30px;
height: 30px;
color: #323232;
font-weight: bold;
background-repeat: no-repeat;
background-position: top left;
font-size: 12px;
}
    .styled-input1
{
	overflow:hidden;
	background:url(/Client/UIAssets/images/icons/asterisk.png) no-repeat #fff 97%;
	background-position: 89% 50%;
	background-size: 6px 3px, 10px 10px;
}



}
    .top-margin
    {
        margin-top:20px
    }
    
@media (max-width: 767px)
{
   .BankID-iframe
{
    padding-left:0px;
}
.bankID-mobile-width{
width: 300px !important;
}
   
    .back-btn
    {
        font-size:12px;
    }
    .Repayment-btn
    {
        padding-left:5px;
        padding-right:5px;
        font-size:12px;
        width:120px;
    }
    .top-margin-mobile-8
    {
        margin-top:5px
     }
.placeholder
{
    padding-top:9px;
    font-size:11px;
}

.bankID-table-style
{
   position: relative;
width: 300px;
padding: 20px;
background-color: #F0F0F0;
height: 250px;
text-align:center;
}
    .info-last-line
{
    font-size:11px;
    color:#404040;
}
    .Confirmation-Declined
{
    background-image:url(/Client/UIAssets/images/_Small/Regular/Confirmation_Declined.jpg);
    background-repeat:no-repeat;
    background-position:left top;
    width:100px;
    height:100px;
}
.Confirmation-Pending
{
    background-image:url(/Client/UIAssets/images/_Small/Regular/Confirmation_Pending.jpg);
    background-repeat:no-repeat;
    background-position:left top;
    width:100px;
    height:100px;
}
.Confirmation-Approved
{
    background-image:url(/Client/UIAssets/images/_Small/Regular/Confirmation_Approved.jpg);
    background-repeat:no-repeat;
    background-position:left top;
    width:100px;
    height:100px;
}
    .button-toggle2
    {
        min-width:115px;
        height:108px;
    }
    .btn-padding1
    {
        padding: 53px 12px;
       
    }
    
    .small-left-padding
    {
        margin-left:5px;
    }
    #car-details-container .styled-select
    {
        -webkit-appearance:none !important;
        -moz-appearance:none !important;
        text-indent:0.01px;
        text-overflow:'';
        overflow:hidden;
        background:url(/Client/UIAssets/images/icons/asterisk.png),url(/Client/UIAssets/images/icons/dropdown_arrow1.png) #fff;
        background-repeat:no-repeat,no-repeat;
        background-position:right 32px center,98% 50%; 
        background-size:6px 3px, 20px 20px;
      
        
        }
    .btn-distance
    {
        margin-right:12px;
    }
    
    #car-details-container .styled-required-input{overflow:hidden;background:url(/Client/UIAssets/images/icons/asterisk.png) no-repeat #fff 98%; background-size:6px 3px;}
       .styled-input1
{
	overflow:hidden;
	background:url(/Client/UIAssets/images/icons/asterisk.png) no-repeat,url(/Client/UIAssets/images/icons/Help_Icon_Nm.png) no-repeat #fff 97%;
	background-position: 89% 50%, 98.5% 50%;
	background-size: 6px 3px, 20px 20px;
}
    
   #slider-container .ar-image {
overflow: hidden;
background: url(/Client/UIAssets/images/icons/ar.png) no-repeat #fff 95%;
padding-right:35px;
} 
   #slider-container .input-text
    {
        padding-left:3px;
    }
   .container-progress-margin{
	margin-bottom: 15px;
	margin-top: 15px;
	height:40px;
}
 
    .hourGlass
{
    position:absolute;
    top:140px;
    left:-20px;
}
 .hourGlass-car
{
    position:absolute;
    top:225px;
    left:-20px;
}
.hourGlassLbl
{
    position:absolute;
    top:165px;
    left:-60px;
    font-size:12pt;
}
.hourGlassLbl-car
{
    position:absolute;
    top:255px;
    left:-60px;
    font-size:12pt;
}
    .informative-text-style
{
    font-size:11px;
    text-align:center;
}
    .step-back:hover
    {
        background-image:url(/Client/UIAssets/images/_Small/Regular/processBar/Icon_Back_Down.png);
 
        width: 30px;
        height: 30px;
        }
 .disabled-progressBar
    {
        background-color:#fff;
        opacity:0.6;
    }
    .disabled-decision-page
    {
        position:absolute;
       top:40px;
       left:0px;
    }
    .disabled-car-page
    {
        position:absolute;
       top:40px;
       left:0px;
       height:140%;
    }
        
   
    .home-tab-padding
{
    padding-left:5px !important;
}
.home-icon-padding-top
{
    padding-top:17px;
}
    .link-home-header-text
    {
        font-size:11px;
        color:#fff;
        position:absolute;
        right:0;
        bottom:5px
        }
  
    #three_cols .item-cell:hover
    {
        background-color:#e4e3e3;
        }
    .dropdown-menu
    {
        font-size:11px;
        font-family:Verdana;
    }
    .user-grey-background
    {
        background:#e4e3e3;
        height:20px;
        margin-left:auto;
        margin-right:auto;
       
    }
    .table-bordered > tbody > tr > td
{
    font-size:9px;
    width:50px;
}

    .table-bordered > thead > tr > th
{
    font-size:9px;
}

   
    .calc-error-msg-padding-mobile
    {
        padding-left: 155px;
    }
   .error-msg-padding
   {
       padding-left:5px !important;
   }

	#car-details-container .slide-switch-container
	{
		border:1px solid #969A9B;
		padding:2px;
		width:115.5px;
		background:none repeat scroll 0% 0% #E5EAF0
	}

#car-details-container .car-details-button-toggle {
width: 55px;
padding: 10px 0px;
}

#car-details-container .content-header-1{background:#adadad;padding:5px 3px;font-size:14px;color:#fff;height:50px}

#approved-loan-container .table-style .header {
font-size: 14px;
font-family:Verdana;
}
#approved-loan-container .table-style .sub-heading {
font-size: 11px;
font-family:Verdana;
}
#approved-loan-container .table-style .items {
font-size: 11px;
font-family:Verdana;
}
	#slider-container .align-btn-link 
	{
text-align: center;
margin-top: 12px;
}

	.margin-top-sm1{
		margin-top: 30px;
	}
	h1 heading-padding{
		margin-top: 15px;
		margin-bottom: 20px;
.info1
{
    font-size:11px;
}
	}
#confirmation-container .info{
	font-size:11px;
	color:#404040
}
	.form-control{
		font-size: 11px;
	}

	.form-control::-webkit-input-placeholder { 
  color: #9f9f9f;
  font-size: 11px;
  font-family: verdana;
 } 



#Signing-or-style {
left: 45%;
top: 50px;
}
.welcome-user{
	padding:4px 0px !important;
	font-size: 9px;
}

}
/*Summary page*/
#summery-details .content-box .col-value, #summery-details .content-box .col-heading {
font-size: 11px;
color: #000;
padding: 8px;
line-height: 16px;
}
#summery-details .content-box .col-label {
font-size: 11px;
color: #404040;
padding: 8px;
}

#summery-details .content-box .content-header {
background: #005284;
padding: 5px 10px;
font-size: 11px;
color: #fff;
}
#summery-details .content-box .btn-thebox {
font-size: 11px;
font-weight: bold;
border: none;
border-radius: none;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
}
.error-msg-padding1
   {
       padding-left:30px;
   }
.bank-id-icon-on-left:hover
{
    color:White;
}
.bank-id-icon-on-right:hover
{
    color:White;
}
.toggle-switch-icon-on-left:hover
{
  color: white;
}

.toggle-switch-icon-on-right:hover
{
  color: white;
}
.bank-signing-icon-on-left:hover
{
    color: White;
}
.bank-signing-icon-on-right:hover
{
    color: White;
}


.calc-error-msg-padding1
{
    padding-left:460px;
}
.calc-error-msg-padding2
{
    padding-left:172px;
}
.calc-error-msg-padding3
{
    padding-left:162px;
}
.calc-error-msg-padding4
{
    padding-left:162px;
}

#slider-container .indicator-button:active
{
   background: url(/Client/UIAssets/images/Slider/Slider_GreyButton_Down.png) no-repeat; 
   width: 30px;
   height: 30px;
   text-align: center;
   font-size: 15px;
    padding-top: 5px;
    font-weight: bold;
}
.user-error-msg-padding
{
    padding-left:20px;
}
.table-style-mobile {
position: relative;
background-color: #F0F0F0;
height: auto;
}

.experian-button-Decision-Page
{
    padding-left:10px;
    padding-right:10px;
    background:#cc6600;
    min-height:20px;
    font-size:12px;
    font-weight:bold
    }
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.slider.slider-horizontal {
  width: 218px;
  height: 20px;
}
.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -7px;
  top: 5%;
  left: 0;
}
.slider.slider-horizontal .slider-selection {
  height: 100%;
  top: 0;
  bottom: 0;
}
.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
  margin-top: -5px;
}
.slider.slider-horizontal .slider-handle.triangle {
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0;
}
.slider.slider-vertical {
  height: 210px;
  width: 20px;
}
.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  margin-left: -5px;
  left: 50%;
  top: 0;
}
.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
.slider.slider-vertical .slider-handle {
  margin-left: -5px;
  margin-top: -10px;
}
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  margin-left: 0;
}
.slider.slider-disabled .slider-handle {
  background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
}
.slider.slider-disabled .slider-track {
  background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
  cursor: not-allowed;
}
.slider input {
  display: none;
}
.slider .tooltip-inner {
  white-space: nowrap;
}
.slider-track {
  position: absolute;
  cursor: pointer;
}
.slider-selection {
  position: absolute;
}
.slider-handle:active {
  background-image: url(/Client/UIAssets/images/Slider/Slider_Down.png);
}
.slider-handle {
  position: absolute;
  width: 24px;
  height: 36px;
  background-image: url(/Client/UIAssets/images/Slider/Slider_Nm.png);
}
.slider-handle.round {
  border-radius: 50%;
}
.slider-handle.triangle {
  background: transparent none;
}

/* iCheck plugin Minimal skin, blue
----------------------------------- */
.icheckbox_minimal,
.iradio_minimal {
    display: block;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    
    border: none;
    cursor: pointer;
}

.icheckbox_minimal {
    background: url(/Client/UIAssets/images/checkbox_img/FF_Checkbox_Unchecked.png) no-repeat;
    
}
    
.icheckbox_minimal.checked {
     background: url(/Client/UIAssets/images/checkbox_img/FF_Checkbox_Checked.png) no-repeat;
}
    

.iradio_minimal {
    background-position: -100px 0;
}
    .iradio_minimal.hover {
        background-position: -120px 0;
    }
    .iradio_minimal.checked {
        background-position: -140px 0;
    }
    .iradio_minimal.disabled {
        background-position: -160px 0;
        cursor: default;
    }
    .iradio_minimal.checked.disabled {
        background-position: -180px 0;
    }

/* Retina support */
/*@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (-moz-min-device-pixel-ratio: 1.5),
       only screen and (-o-min-device-pixel-ratio: 3/2),
       only screen and (min-device-pixel-ratio: 1.5) {
    .icheckbox_minimal,
    .iradio_minimal {
        background-image: url(/Client/UIAssets/CSS/blue@2x.png);
        -webkit-background-size: 200px 20px;
        background-size: 200px 20px;
    }
}*/

.bootstrap-switch {
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid;
  border-color: #cccccc;
  position: relative;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  min-width: 100px;
  -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;
}
.bootstrap-switch.bootstrap-switch-mini {
  min-width: 71px;
}
.bootstrap-switch.bootstrap-switch-mini > div > span,
.bootstrap-switch.bootstrap-switch-mini > div > label {
  padding-bottom: 4px;
  padding-top: 4px;
  font-size: 10px;
  line-height: 9px;
}
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-mini-icons {
  height: 1.20em;
  line-height: 9px;
  vertical-align: text-top;
  text-align: center;
  transform: scale(0.6);
  margin-top: -1px;
  margin-bottom: -1px;
}
.bootstrap-switch.bootstrap-switch-small {
  min-width: 79px;
}
.bootstrap-switch.bootstrap-switch-small > div > span,
.bootstrap-switch.bootstrap-switch-small > div > label {
  padding-bottom: 3px;
  padding-top: 3px;
  font-size: 12px;
  line-height: 18px;
}
.bootstrap-switch.bootstrap-switch-large {
  min-width: 200px;
}



.bootstrap-switch.bootstrap-switch-large > div > span,
.bootstrap-switch.bootstrap-switch-large > div > label {
  padding-bottom: 9px;
  padding-top: 9px;
  font-size: 16px;
  line-height: normal;
}
.bootstrap-switch.bootstrap-switch-animate > div {
  -webkit-transition: margin-left 0.5s;
  transition: margin-left 0.5s;
}
.bootstrap-switch.bootstrap-switch-on > div {
  margin-left: 0%;
}
.bootstrap-switch.bootstrap-switch-on > div > label {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap-switch.bootstrap-switch-off > div {
  margin-left: -50%;
}
.bootstrap-switch.bootstrap-switch-off > div > label {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.bootstrap-switch.bootstrap-switch-disabled,
.bootstrap-switch.bootstrap-switch-readonly {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default !important;
}
.bootstrap-switch.bootstrap-switch-disabled > div > span,
.bootstrap-switch.bootstrap-switch-readonly > div > span,
.bootstrap-switch.bootstrap-switch-disabled > div > label,
.bootstrap-switch.bootstrap-switch-readonly > div > label {
  cursor: default !important;
}
.bootstrap-switch.bootstrap-switch-focused {
  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);
}
.bootstrap-switch > div {
  display: inline-block;
  width: 150%;
  top: 0;
  border-radius: 4px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.bootstrap-switch > div > span,
.bootstrap-switch > div > label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block !important;
  height: 100%;
  padding-bottom: 4px;
  padding-top: 4px;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
}
.bootstrap-switch > div > span {
  text-align: center;
  z-index: 1;
  width: 33.333333333%;
}
.bootstrap-switch > div > span.bootstrap-switch-handle-on {
  color: #f00;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.bootstrap-switch > div > span.bootstrap-switch-handle-off {
  color: #000;
  background: #eeeeee;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap-switch > div > span.bootstrap-switch-primary {
  color: #fff;
  background: #005284;
}
.bootstrap-switch > div > span.bootstrap-switch-info {
  color: #fff;
  background: #5bc0de;
}
.bootstrap-switch > div > span.bootstrap-switch-success {
  color: #fff;
  background: #5cb85c;
}
.bootstrap-switch > div > span.bootstrap-switch-warning {
  background: #f0ad4e;
  color: #fff;
}
.bootstrap-switch > div > span.bootstrap-switch-danger {
  color: #fff;
  background: #d9534f;
}
.bootstrap-switch > div > span.bootstrap-switch-default {
  color: #000;
  background: #005284;
}
.bootstrap-switch > div > label {
  text-align: center;
  margin-top: -1px;
  margin-bottom: -1px;
  z-index: 100;
  width: 33.333333333%;
  color: #333333;
  background: #e5eaf0;
}
.bootstrap-switch input[type='radio'],
.bootstrap-switch input[type='checkbox'] {
  position: absolute !important;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

#bank-login-container .slide-switch-container {
    border: 1px solid #969A9B;
    padding: 5px;
    width: 382px;
   background: none repeat scroll 0% 0% #E5EAF0;
}

#bank-login-container .bootstrap-switch.bootstrap-switch-large {
  min-width: 370px;
  /*min-height: 110px;*/
}
#bank-login-container .bootstrap-switch > div > span.bootstrap-switch-primary {
 
  background-image: url(/Client/UIAssets/images/ToggleButton/Icon_Electronic_Signing_On.png);
  background-repeat:no-repeat;
  background-position: 75px 25px;
  padding:75px 10px 10px 10px;
  color: #fff;
  border-radius: 4px;
}
#bank-login-container .bootstrap-switch > div > span.bootstrap-switch-default {
  background-image: url(/Client/UIAssets/images/ToggleButton/Icon_Electronic_Signing_Off.png);
  background-repeat:no-repeat;
  background-position: 75px 25px;
  padding:75px 10px 10px 10px;
  color: #fff;

}
#bank-login-container .bootstrap-switch > div > label {
  background-image: url(/Client/UIAssets/images/ToggleButton/Icon_Manual_Signing_Off.png);
  background-repeat:no-repeat;
  background-position: 75px 25px;
  padding:75px 10px 10px 10px;
  color: #000;
  border-radius: 4px;
}


#bank-login-container #slide-container .bootstrap-switch > div > span.bootstrap-switch-primary {
 
  background-image: url(/Client/UIAssets/images/ToggleButton/Icon_BankID_On.png);
 
}
#bank-login-container #slide-container .bootstrap-switch > div > span.bootstrap-switch-default {
  background-image: url(/Client/UIAssets/images/ToggleButton/Icon_BankID_inMobile_On.png);
 

}
#bank-login-container #slide-container .bootstrap-switch > div > label {
  background-image: url(/Client/UIAssets/images/ToggleButton/Icon_BankID_Off.png);
   font-weight:normal;
}

@media (max-width: 767px) {

    
   

    #bank-login-container .bootstrap-switch.bootstrap-switch-large {
        min-width: 270px;
        /*min-height: 110px;*/
    }

    #bank-login-container .bootstrap-switch > div > span.bootstrap-switch-primary {
 
     background-position: 49px 25px;
     
    }
    #bank-login-container .bootstrap-switch > div > span.bootstrap-switch-default {
     
        background-position: 49px 25px;
      

    }
    #bank-login-container .bootstrap-switch > div > label {
    
        background-position: 49px 25px;
     
    }
}

/*------------------------------------------------------------------
[  CUSTOM FONTS  ]
*/
@font-face {
    src: url(/Client/UIAssets/CSS/fonts/nordea/font/NordeaSansLarge/NordeaSansLarge-Black.eot);
    src: url(/Client/UIAssets/CSS/fonts/nordea/font/NordeaSansLarge/NordeaSansLarge-Black.eot?#iefix) format("embedded-opentype"), url(/Client/UIAssets/CSS/fonts/nordea/font/NordeaSansLarge/NordeaSansLarge-Black.woff2) format("woff2"), url(/Client/UIAssets/CSS/fonts/nordea/font/NordeaSansLarge/NordeaSansLarge-Black.woff) format("woff"), url(/Client/UIAssets/CSS/fonts/nordea/font/NordeaSansLarge/NordeaSansLarge-Black.ttf) format("truetype"), url(/Client/UIAssets/CSS/fonts/nordea/font/NordeaSansLarge/NordeaSansLarge-Black.svg#FontName) format("svg");
    font-family: "NordeaSansLarge";
    font-weight: 900;
    /* IE9+ Compat Modes */
    /* Legacy iOS */
}

@font-face {
    src: url(/Client/UIAssets/CSS/fonts/nordea/font/NordeaSansLarge/NordeaSansLarge-Bold.eot);
    src: url(/Client/UIAssets/CSS/fonts/nordea/font/NordeaSansLarge/NordeaSansLarge-Bold.eot?#iefix) format("embedded-opentype"), url(/Client/UIAssets/CSS/fonts/nordea/font/NordeaSansLarge/NordeaSansLarge-Bold.woff2) format("woff2"), url(/Client/UIAssets/CSS/fonts/nordea/font/NordeaSansLarge/NordeaSansLarge-Bold.woff) format("woff"), url(/Client/UIAssets/CSS/fonts/nordea/font/NordeaSansLarge/NordeaSansLarge-Bold.ttf) format("truetype"), url(/Client/UIAssets/CSS/fonts/nordea/font/NordeaSansLarge/NordeaSansLarge-Bold.svg#FontName) format("svg");
    font-family: "NordeaSansLarge";
    font-weight: 700;
    /* IE9+ Compat Modes */
    /* Legacy iOS */
}

@font-face {
    src: url(/Client/UIAssets/CSS/fonts/nordea/font/NordeaSansLarge/NordeaSansLarge-Regular.eot);
    src: url(/Client/UIAssets/CSS/fonts/nordea/font/NordeaSansLarge/NordeaSansLarge-Regular.eot?#iefix) format("embedded-opentype"), url(/Client/UIAssets/CSS/fonts/nordea/font/NordeaSansLarge/NordeaSansLarge-Regular.woff2) format("woff2"), url(/Client/UIAssets/CSS/fonts/nordea/font/NordeaSansLarge/NordeaSansLarge-Regular.woff) format("woff"), url(/Client/UIAssets/CSS/fonts/nordea/font/NordeaSansLarge/NordeaSansLarge-Regular.ttf) format("truetype"), url(/Client/UIAssets/CSS/fonts/nordea/font/NordeaSansLarge/NordeaSansLarge-Regular.svg#FontName) format("svg");
    font-family: "NordeaSansLarge";
    font-weight: normal;
    /* IE9+ Compat Modes */
    /* Legacy iOS */
}

@font-face {
    src: url(/Client/UIAssets/CSS/fonts/nordea/font/NordeaSansLarge/NordeaSansLarge-Medium.eot);
    src: url(/Client/UIAssets/CSS/fonts/nordea/font/NordeaSansLarge/NordeaSansLarge-Medium.eot?#iefix) format("embedded-opentype"), url(/Client/UIAssets/CSS/fonts/nordea/font/NordeaSansLarge/NordeaSansLarge-Medium.woff2) format("woff2"), url(/Client/UIAssets/CSS/fonts/nordea/font/NordeaSansLarge/NordeaSansLarge-Medium.woff) format("woff"), url(/Client/UIAssets/CSS/fonts/nordea/font/NordeaSansLarge/NordeaSansLarge-Medium.ttf) format("truetype"), url(/Client/UIAssets/CSS/fonts/nordea/font/NordeaSansLarge/NordeaSansLarge-Medium.svg#FontName) format("svg");
    font-family: "NordeaSansLargeMedium";
    font-weight: 500;
    /* IE9+ Compat Modes */
    /* Legacy iOS */
}

@font-face {
    src: url(/Client/UIAssets/CSS/fonts/nordea/font/NordeaSansSmall/NordeaSansSmall-Regular.eot);
    src: url(/Client/UIAssets/CSS/fonts/nordea/font/NordeaSansSmall/NordeaSansSmall-Regular.eot?#iefix) format("embedded-opentype"), url(/Client/UIAssets/CSS/fonts/nordea/font/NordeaSansSmall/NordeaSansSmall-Regular.woff2) format("woff2"), url(/Client/UIAssets/CSS/fonts/nordea/font/NordeaSansSmall/NordeaSansSmall-Regular.woff) format("woff"), url(/Client/UIAssets/CSS/fonts/nordea/font/NordeaSansSmall/NordeaSansSmall-Regular.ttf) format("truetype"), url(/Client/UIAssets/CSS/fonts/nordea/font/NordeaSansSmall/NordeaSansSmall-Regular.svg#FontName) format("svg");
    font-family: "NordeaSansSmall";
    font-weight: normal;
    /* IE9+ Compat Modes */
    /* Legacy iOS */
}

@font-face {
    src: url(/Client/UIAssets/CSS/fonts/nordea/font/NordeaSansSmall/NordeaSansSmall-Italic.eot);
    src: url(/Client/UIAssets/CSS/fonts/nordea/font/NordeaSansSmall/NordeaSansSmall-Italic.eot?#iefix) format("embedded-opentype"), url(/Client/UIAssets/CSS/fonts/nordea/font/NordeaSansSmall/NordeaSansSmall-Italic.woff2) format("woff2"), url(/Client/UIAssets/CSS/fonts/nordea/font/NordeaSansSmall/NordeaSansSmall-Italic.woff) format("woff"), url(/Client/UIAssets/CSS/fonts/nordea/font/NordeaSansSmall/NordeaSansSmall-Italic.ttf) format("truetype"), url(/Client/UIAssets/CSS/fonts/nordea/font/NordeaSansSmall/NordeaSansSmall-Italic.svg#FontName) format("svg");
    font-family: "NordeaSansSmall";
    font-weight: normal;
    font-style: italic;
    /* IE9+ Compat Modes */
    /* Legacy iOS */
}

@font-face {
    src: url(/Client/UIAssets/CSS/fonts/nordea/font/NordeaSansSmall/NordeaSansSmall-bold.eot);
    src: url(/Client/UIAssets/CSS/fonts/nordea/font/NordeaSansSmall/NordeaSansSmall-bold.eot?#iefix) format("embedded-opentype"), url(/Client/UIAssets/CSS/fonts/nordea/font/NordeaSansSmall/NordeaSansSmall-bold.woff2) format("woff2"), url(/Client/UIAssets/CSS/fonts/nordea/font/NordeaSansSmall/NordeaSansSmall-bold.woff) format("woff"), url(/Client/UIAssets/CSS/fonts/nordea/font/NordeaSansSmall/NordeaSansSmall-bold.ttf) format("truetype"), url(/Client/UIAssets/CSS/fonts/nordea/font/NordeaSansSmall/NordeaSansSmall-bold.svg#FontName) format("svg");
    font-family: "NordeaSansSmall";
    font-weight: bold;
    /* IE9+ Compat Modes */
    /* Legacy iOS */
}
/*------------------------------------------------------------------
[  CUSTOM ICONS  ]
*/
@font-face {
    font-family: "iconfont";
    src: url(/Client/UIAssets/CSS/fonts/nordea/font/iconfont.eot);
    src: url(/Client/UIAssets/CSS/fonts/nordea/font/iconfont.eot?#iefix) format("eot"), url(/Client/UIAssets/CSS/fonts/nordea/font/iconfont.woff) format("woff"), url(/Client/UIAssets/CSS/fonts/nordea/font/iconfont.ttf) format("truetype"), url(/Client/UIAssets/CSS/fonts/nordea/font/iconfont.svg#iconfont) format("svg");
    font-weight: normal;
    font-style: normal;
}
/*------------------------------------------------------------------
[  STYLE, LAYOUT AND RESET  ]
*/
html {
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    /*background: green;*/
    font-family: NordeaSansSmall, Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: normal;
    line-height: 1.6;
    color: #000;
    
    background-position: 0.5% -36%;
    background-size: 100% 838px;
}

@media (max-width: 768px) {
    body {
        background-color: #fff;
        padding-bottom: 50px;
    }
}
/*------------------------------------------------------------------
[  LAYOUT  ]
*/
#BusinessPH {
    /*margin-bottom: 40px;*/
    background-color: #f1f1f1;
}
/*------------------------------------------------------------------
[  COLOR  ]
*/
/*------------------------------------------------------------------
[  HEADER  ]
*/
.experian-top-header-blue-block {
    background: #ffffff;
}

.responsive-image {
    width: 45%;
}

@media (max-width: 767px) {
    .experian-logo-image {
        height: 100%;
        padding-top: 7px;
    }

        .experian-logo-image .responsive-image {
            width: 60%;
        }
}

.grey-background,
.light-grey-background,
.content-header,
.content-header-1 {
    background: #fff !important;
}

#innerNavigation {
    background-color: #fff;
    margin-top: 40px;
}

    #innerNavigation .experian-container-padding {
        padding: 0px;
    }

@media (max-width: 767px) {
    #innerNavigation {
        margin-top: 0px;
    }
}

#progress-info .list-inline li.padding-left {
    background-color: #000080;
}

#progress-info .list-inline li.spacer {
    width: 0px;
}

#progress-info {
    display: table;
    table-layout: fixed;
    background-color: #99ccff !important;
}

    #progress-info .list-inline {
        display: table-row;
    }

    #progress-info .padding-left {
        background-color: #00005e !important;
        width: 35%;
        height: 180px;
        display: table-cell;
        padding-left: 70px !important;
        padding-top: 24px !important;
        color: #0000a0;
    }

        #progress-info .padding-left .header-text-style {
            font-size: 28px;
        }

@media (max-width: 767px) {
    #progress-info .padding-left {
        width: 50%;
    }

        #progress-info .padding-left .header-text-style {
            font-size: 18px;
        }
}

#progress-info .padding-left .header-sub-header-number-style {
    font-weight: bold;
}

#progress-info .padding-left ~ .padding-left {
    width: 65%;
}

@media (max-width: 767px) {
    #progress-info .padding-left ~ .padding-left {
        width: 50%;
        padding: 20px !important;
    }
}

.step-back {
    background: none;
    font-family: 'iconfont';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    right: 17px;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 10px;
    right: auto;
    left: 0px;
    line-height: 15px;
}

    .step-back:after {
        content: "\E010";
    }

    .step-back:hover {
        background: none;
    }

        .step-back:hover:after {
            color: #0000a0 !important;
            text-shadow: 1px 1px 1px #0000a0;
            cursor: pointer;
        }

.header-text-bottom {
    color: #0000a0;
}

.link-home-header-text {
    color: #0000a0;
    bottom: 26px;
}

@media (max-width: 767px) {
    .link-home-header-text {
        bottom: 8px;
    }
}
/*------------------------------------------------------------------
[  FORM FIELDS  ]
*/
.form-control[type='text'],
.form-control[type='number'],
.form-control[type='email'],
textarea.form-control {
    height: 48.8px;
    border: 1px solid #00005e;
    border-radius: 0px;
}

    .form-control[type='text']:focus,
    .form-control[type='number']:focus,
    .form-control[type='email']:focus,
    textarea.form-control:focus {
        box-shadow: inset 0 0 5px #0000a0;
    }

#bank-login-container .textbox-length {
    max-width: 100%;
    text-align: left;
}

.form-control,
.form-control:focus {
    background-color: white !important;
    box-shadow: none;
    text-align: right;
    border: 1px solid transparent;
    padding-right: 54px !important;
}

.calcualtor-control-label label {
    color: #0000a0;
}

#car-details-container .styled-input-icon {
    background: none;
}

#car-details-container .styled-input-icon {
    font-family: 'iconfont';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: absolute;
    right: 17px;
    top: 10px;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: 17px;
    top: 13px;
    right: 23px;
}

    #car-details-container .styled-input-icon:after {
        content: "\E023";
        font-size: 25px;
        color: #0000a0;
    }

#car-details-container .styled-input1:before {
    font-family: 'iconfont';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: absolute;
    right: 17px;
    top: 10px;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\E01C";
    z-index: 10;
}

@media (max-width: 767px) {
    #car-details-container .styled-input1 {
        background: url(/Client/UIAssets/images/icons/asterisk.png) no-repeat #ffffff 97%;
        background-position: 91.5% 50%;
    }

    #car-details-container .styled-required-input {
        background: url(/Client/UIAssets/images/icons/asterisk.png) no-repeat #ffffff 97%;
        background-position: 91.5% 50%;
    }
}

.tooltip .tooltip-inner {
    background: #0000a0;
    color: #fff;
    margin-right: 10px;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #0000a0;
}

#tooltip_1 img,
#tooltip_2 img {
    width: 22px;
}

#tooltip_4 img {
    width: 30px;
}

#tooltip_4 + .tooltip {
    margin-top: -15px;
}

    #tooltip_4 + .tooltip > .tooltip-inner {
        text-align: left;
        max-width: 100% !important;
        max-height: 100% !important;
    }

        #tooltip_4 + .tooltip > .tooltip-inner p {
            text-align: center;
            font-size: 14px;
        }
/*------------------------------------------------------------------
[  SLIDER  ]
*/
.slider-handle {
    background-image: none;
    background-color: #d7e9ee;
    border-radius: 40px;
    height: 25px;
    width: 25px;
}

.slider.slider-horizontal .slider-track {
    background-color: #8b8a8d;
    border-radius: 20px;
}

.slider.slider-horizontal {
    margin-top: 17px;
}

#slider-container .indicator-button1 a,
#slider-container .indicator-button a {
    line-height: 8px;
}

#slider-container .list-inline li {
    padding: 2px;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 100%;
}

.carousel-inner > .active {
    max-height: calc(100vh - 81px);
}

.experian-button {
    border-radius: 40px;
    border: 1px solid #0000a0;
}

.banner-content-button {
    top: 35%;
}

    .banner-content-button .home-item-button-color-default {
        padding: 0.9375rem 1.5rem;
    }

.banner-content-button,
.banner-content-heading {
    left: 10%;
}

.banner-content-heading {
    line-height: 1.075;
    top: 18%;
    font-family: NordeaSansLarge, NordeaSansSmall, Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 900;
    font-size: 4.0625rem;
    color: #0000a0;
}

@media (max-width: 760px) {
    .banner-content-heading {
        font-size: 25px;
    }

    .banner-content-button {
        top: 35%;
    }

        .banner-content-button .home-item-button-color-default {
            padding: 10px !important;
        }
}
/*------------------------------------------------------------------
[  ICONS  ]
*/
.toggle-registration-mobile-minus,
.toggle-registration-mobile-plus {
    background: none !important;
}

    .toggle-registration-mobile-minus#Div1,
    .toggle-registration-mobile-plus#Div1 {
        margin-bottom: 0px !important;
    }

    .toggle-registration-mobile-minus:after {
        content: "\E005";
        font-family: 'iconfont';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        position: absolute;
        right: 17px;
        top: 10px;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        background-color: #fff;
    }

    .toggle-registration-mobile-plus:after {
        content: "\E003";
        font-family: 'iconfont';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        position: absolute;
        right: 17px;
        top: 10px;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        background-color: #fff;
    }
/*------------------------------------------------------------------
[  PROGRESSBAR  ]
*/
#Div1,
#menu {
    display: table;
    width: 100%;
    margin-bottom: 60px;
    position: relative;
}

    #Div1 .list-inline,
    #menu .list-inline {
        display: table-row;
    }

        #Div1 .list-inline li,
        #menu .list-inline li,
        #Div1 .list-inline li:first-child,
        #menu .list-inline li:first-child {
            margin-top: 10px;
            padding: 0 20px;
        }

            #Div1 .list-inline li::after,
            #menu .list-inline li::after,
            #Div1 .list-inline li:first-child::after,
            #menu .list-inline li:first-child::after {
                display: none !important;
            }

            #Div1 .list-inline li:first-child,
            #menu .list-inline li:first-child {
                padding-right: 10px;
                padding: 0 20px;
            }

            #Div1 .list-inline li:last-child div::before,
            #menu .list-inline li:last-child div::before {
                top: 5px;
                bottom: 0;
                position: absolute;
                z-index: 0;
                width: 41px;
                content: " ";
                height: 2px;
                background-color: #8f8e91;
                left: 15px;
                display: none !important;
            }

.step-1-edit,
.step-1-default,
.step-2-edit,
.step-2-default,
.step-3-edit,
.step-3-default,
.step-4-edit,
.step-4-default,
.step-5-edit,
.step-5-default,
.step-6-edit,
.step-6-default {
    background-color: #fff;
    background-image: none;
    border: 2px solid #8f8e91;
    border-radius: 20px;
    width: 20px;
    height: 20px;
    position: relative;
    z-index: 1;
}

    .step-1-edit::before,
    .step-1-current::before,
    .step-1-default::before,
    .step-2-edit::before,
    .step-2-current::before,
    .step-2-default::before,
    .step-3-edit::before,
    .step-3-current::before,
    .step-3-default::before,
    .step-4-edit::before,
    .step-4-current::before,
    .step-4-default::before,
    .step-5-edit::before,
    .step-5-current::before,
    .step-5-default::before,
    .step-6-edit::before,
    .step-6-current::before,
    .step-6-default::before {
        top: 6px;
        bottom: 0;
        position: absolute;
        z-index: 0;
        width: 43px;
        content: " ";
        height: 4px;
        background-color: #8f8e91;
        left: 17px;
    }

.step-1-current,
.step-1-completed,
.step-2-current,
.step-2-completed,
.step-3-current,
.step-3-completed,
.step-4-current,
.step-4-completed,
.step-5-current,
.step-5-completed,
.step-6-current,
.step-6-completed {
    background-color: #0000a0;
    background-image: none;
    border: 2px solid #0000a0;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: table-cell;
    text-align: center;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-duration: 265ms;
    position: relative;
    z-index: 2;
}

    .step-1-completed::after,
    .step-2-completed::after,
    .step-3-completed::after,
    .step-4-completed::after,
    .step-5-completed::after,
    .step-6-completed::after {
        content: "\E015";
        position: absolute;
        font-size: 10px;
        left: 3px;
        top: 4px;
        font-family: 'iconfont';
        font-weight: bold;
        text-transform: none;
        line-height: 1;
        display: inline-block;
        -webkit-font-smoothing: antialiased;
        color: #fff;
    }


    .step-1-completed::before,
    .step-2-completed::before,
    .step-3-completed::before,
    .step-4-completed::before,
    .step-5-completed::before,
    .step-6-completed::before {
        top: 6px;
        bottom: 0;
        position: absolute;
        z-index: 0;
        width: 43px;
        content: " ";
        height: 4px;
        background-color: #0000a0;
        left: 17px;
    }

.Decision {
    background-color: #0000a0;
    background-image: none;
    border: 2px solid #0000a0;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    /*display: table-cell;*/
    text-align: center;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-duration: 265ms;
    position: relative;
    z-index: 2;
}

    .Decision::after {
        content: "\E014";
        position: absolute;
        font-size: 45px;
        left: 14px;
        top: 17px;
        font-family: 'iconfont';
        font-weight: bolder;
        text-transform: none;
        line-height: 1;
        display: inline-block;
        -webkit-font-smoothing: antialiased;
        color: #fff;
    }

.decisioncolorControl {
    background-color: #ffe183;
}

.decisioncolorApproved {
    background-color: #40bfa3;
}

/*------------------------------------------------------------------
[  ERRORS  ]
 */
.calc-error-msg-padding1,
.calc-error-msg-padding2,
.calc-error-msg-padding3 {
    text-align: center;
}

#summaryNotes {
    float: none;
    color: #0000a0;
}

    #summaryNotes .box {
        height: 180px;
        text-align: right;
    }

    #summaryNotes .left {
        background-color: #99ccff !important;
    }

    #summaryNotes .right {
        background-color: #e6e4e3 !important;
    }

    #summaryNotes .status-label-bold {
        font-weight: bold;
        font-size: 21px;
        color: white;
    }

    #summaryNotes .status-label {
        font-size: 19px;
        color: #0000a0;
    }

@media (max-width: 450px) {
    #summaryNotes {
        padding: 0px !important;
    }
}
/*------------------------------------------------------------------
[  BUTTONS & LINKS  ]
*/
#slider-container .align-btn-link {
    text-align: center;
}

#MoveToPayment,
.experian-button,
.btn-neste {
    text-align: center;
    background-color: #00005e !important;
    color: #fff !important;
    border-radius: 40px !important;
    padding: 0.9375rem 1.5rem;
    font-size: 1.125rem;
    line-height: 1.2;
    font-weight: bold;
    height: auto !important;
}

.btn-tilbake,
.back-btn {
    color: #0000a0 !important;
    background-color: #fff !important;
    border: 2px solid #0000a0 !important;
    border-radius: 40px !important;
    padding: 0.9375rem 1.5rem;
    font-size: 1.125rem;
    line-height: 1.2;
    font-weight: bold;
    height: auto !important;
}

.btn-toggle-on {
    background: #0000a0 !important;
}

.Repayment-btn {
    min-width: 120px !important;
    width: auto;
    font-size: 12px;
    height: 55px !important;
}
/*------------------------------------------------------------------
[  CARDS  ]
*/
input#chkCoAppl {
    display: none;
}

.cards .label {
    position: relative;
    float: left;
    display: block;
    cursor: pointer;
    padding: 0px;
}

    .cards .label:hover .card {
        background-color: #0000a0 !important;
        color: white;
        /*.icon-check{ display: inline-block; }*/
    }

@media (max-width: 450px) {
    .cards .label {
        width: 50% !important;
    }
}

.cards .card {
    background-color: #e5f2ff;
    color: #0000a0;
    text-align: center;
    width: 175px;
    height: 185px;
    padding: 20px;
}

    .cards .card .icon-check {
        font-family: 'iconfont';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        position: absolute;
        right: 17px;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        right: 10px;
        top: 10px;
    }

        .cards .card .icon-check:after {
            content: "\E014";
            font-size: 15px;
        }

    .cards .card div {
        padding-top: 20px;
    }

        .cards .card div i {
            font-size: 85px;
            font-family: 'iconfont';
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            display: inline-block;
            /* Better Font Rendering =========== */
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

            .cards .card div i.icon-person:after {
                content: "\E037";
            }

            .cards .card div i.icon-persons:after {
                content: "\E017";
            }

        .cards .card div p {
            padding-top: 20px;
            font-weight: bold;
            font-size: 1rem;
            line-height: 1.1;
        }

@media (max-width: 450px) {
    .cards .card {
        width: 100% !important;
    }
}

.cards input + label:nth-of-type(1) .card {
    background-color: #0000a0 !important;
    color: white;
}

    .cards input + label:nth-of-type(1) .card .icon-check {
        display: block;
    }

.cards input ~ label:nth-of-type(2) .card {
    background-color: #e5f2ff !important;
    color: #0000a0;
}

    .cards input ~ label:nth-of-type(2) .card .icon-check {
        display: none;
    }

.cards input:checked + label:nth-of-type(1) .card {
    background-color: #e5f2ff !important;
    color: #0000a0;
}

    .cards input:checked + label:nth-of-type(1) .card .icon-check {
        display: none;
    }

.cards input:checked ~ label:nth-of-type(2) .card {
    background-color: #0000a0 !important;
    color: white;
}

    .cards input:checked ~ label:nth-of-type(2) .card .icon-check {
        display: inline-block !important;
    }
/*------------------------------------------------------------------
[  CAR DETAILS CONTAINER - PERSON  ]
*/
#car-details-container .form-control {
    text-align: left !important;
}

    #car-details-container .form-control.styled-required-input {
        text-align: left;
    }

#car-details-container .content-header-1 .header-text-bottom {
    color: #0000a0;
    font-weight: bold;
    font-size: 20px;
}

#car-details-container .content-header .header-text {
    color: #0000a0;
    font-weight: bold;
}
/*------------------------------------------------------------------
[  TABLES  ]
*/
.blue-background {
    background: transparent;
}

.POL-summery-table {
    background-color: #fff;
}

    .POL-summery-table tr:nth-of-type(odd) {
        background: #fbd9ca !important;
    }

    .POL-summery-table tr:nth-of-type(event) {
        background: #fff !important;
    }

table.summery-table {
    background-color: #fff;
}

    table.summery-table .header-row {
        background-color: #fff;
        color: #000;
    }

    table.summery-table tr.zebra-strip:nth-of-type(odd) {
        background: #fbd9ca;
    }

    table.summery-table .parent-row:nth-of-type(1) {
        border-bottom: 1px solid #fff;
    }

    table.summery-table .parent-row {
        background: #fbd9ca !important;
        /*color: #fff;*/
    }

        table.summery-table .parent-row td {
            border: none;
        }

        table.summery-table .parent-row + tr,
        table.summery-table .parent-row + .parent-row {
            border-top: 1px solid #fff;
        }

.headingstyle,
.POL-HeaderText {
    font-size: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #fbd9ca;
    padding-bottom: 10px;
    color: #0000a0;
}

table.summery-table .toggle {
    background: #fff;
    color: #404040;
}
/*------------------------------------------------------------------
[  TABS  ]
*/
#summery-tabs .active a {
    color: #fff;
    background: #0000a0;
}

.nav-tabs > li > a {
    color: #0000a0;
}
/*------------------------------------------------------------------
[  TABS ON HOME PAGE  ]
*/
#three_cols {
    width: 75%;
    margin: 0 auto;
}

    #three_cols a {
        text-decoration: none;
    }

    #three_cols article,
    #three_cols header {
        color: #fff;
    }

    #three_cols header {
        font-size: 1.375rem !important;
    }

    #three_cols article {
        font-size: 0.875rem !important;
    }

.clickable-tab1,
.clickable-tab2,
.clickable-tab3 {
    width: 100%;
    background-color: transparent;
    max-width: 33.33%;
    padding: 10px;
}

    .clickable-tab1 section.row,
    .clickable-tab2 section.row,
    .clickable-tab3 section.row {
        background-color: #0000a0;
        padding-top: 100px;
        margin: 0px;
    }

    .clickable-tab1 a,
    .clickable-tab2 a,
    .clickable-tab3 a {
        color: #fff;
    }

    .clickable-tab1 img,
    .clickable-tab2 img,
    .clickable-tab3 img {
        display: none;
    }

    .clickable-tab1:before,
    .clickable-tab2:before,
    .clickable-tab3:before {
        font-family: 'iconfont';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        position: absolute;
        right: 17px;
        top: 10px;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        right: 0px;
        top: 28px;
        font-size: 70px;
        left: 0px;
    }

@media (max-width: 767px) {
    #three_cols {
        width: 100%;
    }

        #three_cols img {
            display: none !important;
        }

        #three_cols .home-tab-padding {
            padding: 0px;
        }

        #three_cols .home-item-heading,
        #three_cols .home-item-content-mobile {
            text-align: center !important;
        }

        #three_cols div {
            padding: 0px;
        }

    .clickable-tab1,
    .clickable-tab2,
    .clickable-tab3 {
        max-width: 100%;
    }
}

.clickable-tab1:before {
    content: "\E00D";
}

.clickable-tab2:before {
    content: "\E001";
}

.clickable-tab3:before {
    content: "\E039";
}

#Div2 h1 {
    color: #0000a0;
}
/*------------------------------------------------------------------
[  BANK LOGIN  ]
*/
#bank-login-container h1 {
    color: #0000a0;
}

#bank-id-logo-holder {
    border-bottom: 1px solid #fbd9ca;
}

#bank-id-logo {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}

#approved-loan-container .table-style,
#bank-login-container .table-style {
    background-color: #fff;
}
/*------------------------------------------------------------------
[  HELP CLASSES  ]
*/
.posRel {
    position: relative;
}
/*------------------------------------------------------------------
[  Summary  ]
*/
#Summary h1 {
    color: #0000a0;
    text-align: center;
    font-weight: bold;
}

a {
    color: #0000a0;
    font-weight: bold;
}

#summery-details {
    padding: 0px 35px;
}

    #summery-details .content-box {
        background-color: #fff;
    }

        #summery-details .content-box .content-header {
            padding: 10px 0px !important;
            color: #000;
            font-size: 18px;
            font-weight: bold;
            border-bottom: 1px solid #fbd9ca;
        }

        #summery-details .content-box .col-sm-6 {
            width: 100%;
            padding-left: 15px !important;
            padding-right: 15px !important;
        }

            #summery-details .content-box .col-sm-6 .row:nth-of-type(odd):not([style="display: none"]) {
                background-color: #fbd9ca;
            }

            #summery-details .content-box .col-sm-6 .row:nth-of-type(even):not([style="display: none"]) {
                background-color: #fff;
            }

            #summery-details .content-box .col-sm-6 .odd {
                background-color: #fbd9ca !important;
            }

            #summery-details .content-box .col-sm-6 .even {
                background-color: #fff !important;
            }

        #summery-details .content-box .btn-thebox {
            background-color: #0000a0;
            color: #fff;
            font-size: 17px;
            min-width: 100px;
            min-height: 30px;
        }
/* normal state */
.informative-text-style {
    padding-left: 52px;
    padding-right: 25px;
}

.informative-text-style,
.custom-checkbox {
    position: relative;
    text-align: left;
}

    .informative-text-style .wrap-label,
    .custom-checkbox .wrap-label {
        position: absolute;
        left: 25px;
        top: 0px;
        width: 21px;
        height: 21px;
        border: 1px solid grey;
        cursor: pointer;
    }

    .informative-text-style .form-control,
    .custom-checkbox .form-control {
        display: none;
    }

        .informative-text-style .form-control + .marker,
        .custom-checkbox .form-control + .marker {
            position: absolute;
            left: 15px;
            width: 10px;
            height: 10px;
            position: relative;
        }

        .informative-text-style .form-control:checked + .marker,
        .custom-checkbox .form-control:checked + .marker {
            background: none;
            cursor: pointer;
            position: relative;
            left: 19px;
            top: 1px;
        }

            .informative-text-style .form-control:checked + .marker:before,
            .custom-checkbox .form-control:checked + .marker:before {
                font-family: 'iconfont';
                speak: none;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                line-height: 1;
                position: absolute;
                right: 17px;
                top: 10px;
                /* Better Font Rendering =========== */
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                right: 0px;
                top: 0px;
                color: #0000a0;
                content: "\E014";
                font-size: 16px;
            }

.icheckbox_minimal.checked {
    background: none;
    width: 20px;
    height: 20px;
    border: 1px solid grey;
    cursor: pointer;
    position: relative;
}

    .icheckbox_minimal.checked:before {
        font-family: 'iconfont';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        position: absolute;
        right: 17px;
        top: 10px;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        right: 0px;
        top: 0px;
        color: #0000a0;
        content: "\E014";
    }
/*------------------------------------------------------------------
[  LOAD ESign  ]
*/
#approved-loan-container .table-style,
#bank-login-container .table-style {
    width: 411px;
}

#bank-login-container .slide-switch-container {
    background-color: #e5f2ff;
    padding: 0px;
    width: auto;
    width: 100%;
    border: none;
    height: auto;
}

@media (max-width: 767px) {
    #bank-login-container .slide-switch-container {
        max-width: 100%;
        margin: 0px;
    }
}

.bank-signing-icon-off-left,
.bank-signing-icon-on-left {
    background: none;
}

    .bank-signing-icon-off-left:after,
    .bank-signing-icon-on-left:after {
        content: "\E002";
        font-family: 'iconfont';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        position: absolute;
        right: 17px;
        top: 10px;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        right: 0;
        text-align: center;
        top: 45px;
        top: 35px;
        left: 0;
        font-size: 45px;
        font-size: 80px;
    }

.bank-signing-icon-on-right,
.bank-signing-icon-off-right {
    background: none;
}

    .bank-signing-icon-on-right:after,
    .bank-signing-icon-off-right:after {
        content: "\E001";
        font-family: 'iconfont';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        position: absolute;
        right: 17px;
        top: 10px;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        right: 0;
        text-align: center;
        top: 45px;
        top: 35px;
        left: 0;
        font-size: 45px;
        font-size: 80px;
    }

.bank-signing-icon-off-left,
.bank-signing-icon-off-right {
    background-color: #e5f2ff;
    color: #0000a0;
}

.bank-signing-icon-on-left:before,
.bank-signing-icon-on-right:before {
    content: "\E014";
    font-family: 'iconfont';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: absolute;
    right: 17px;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    right: 10px;
    top: 10px;
}

.bank-signing-icon-off-left,
.bank-signing-icon-on-left,
.bank-signing-icon-on-right,
.bank-signing-icon-off-right {
    text-align: center;
    width: 175px;
    font-weight: bold;
    height: 185px;
    padding-top: 120px;
    padding-top: 140px;
}

@media (max-width: 768px) {
    #approved-loan-container .table-style,
    #bank-login-container .table-style {
        width: 100%;
    }

    .btn-group.btn-toggle {
        width: 100% !important;
    }

    .dot {
        border-bottom: none;
        height: 10px;
    }

    .bank-id-icon-off-left,
    .bank-id-icon-on-left,
    .bank-id-icon-on-right,
    .bank-id-icon-off-right {
        width: 50% !important;
    }

    .bank-signing-icon-off-left,
    .bank-signing-icon-on-left,
    .bank-signing-icon-on-right,
    .bank-signing-icon-off-right {
        width: 50% !important;
    }
}
/*------------------------------------------------------------------
[  SIGN UP  ]
*/
.bank-id-icon-off-left,
.bank-id-icon-on-left {
    background: none;
}

    .bank-id-icon-off-left:after,
    .bank-id-icon-on-left:after {
        content: "\E02A";
        font-family: 'iconfont';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        position: absolute;
        right: 17px;
        top: 10px;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        right: 0;
        text-align: center;
        top: 45px;
        top: 35px;
        left: 0;
        font-size: 45px;
        font-size: 80px;
    }

.bank-id-icon-on-right,
.bank-id-icon-off-right {
    background: none;
}

    .bank-id-icon-on-right:after,
    .bank-id-icon-off-right:after {
        content: "\E002";
        font-family: 'iconfont';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        position: absolute;
        right: 17px;
        top: 10px;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        right: 0;
        text-align: center;
        top: 45px;
        top: 35px;
        left: 0;
        font-size: 45px;
        font-size: 80px;
    }

.bank-id-icon-off-left,
.bank-id-icon-off-right {
    background-color: #e5f2ff;
    color: #0000a0;
}

.bank-id-icon-on-left:before,
.bank-id-icon-on-right:before {
    content: "\E014";
    font-family: 'iconfont';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: absolute;
    right: 17px;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    right: 10px;
    top: 10px;
}

.bank-id-icon-off-left,
.bank-id-icon-on-left,
.bank-id-icon-on-right,
.bank-id-icon-off-right {
    text-align: center;
    width: 175px;
    height: 185px;
    font-weight: bold;
    padding-top: 120px;
    padding-top: 140px;
}

.bank-login-content-text {
    margin: 0 auto;
    float: none;
}

@media (max-width: 768px) {
    .bank-signing-icon-off-left,
    .bank-signing-icon-on-left,
    .bank-signing-icon-on-right,
    .bank-signing-icon-off-right {
        width: 50% !important;
    }
}

html,body{-webkit-overflow-scrolling:auto;position:relative;overflow-x:hidden}#slider-container .indicator-button,#slider-container .indicator-button:active{width:auto;height:auto;padding-top:0}#slider-container .indicator-button a,#slider-container .indicator-button:active a{line-height:30px;width:30px;height:30px;display:block;margin:0;padding:0;cursor:pointer}#slider-container .indicator-button a.disabled,#slider-container .indicator-button:active a.disabled{cursor:not-allowed;background:url(/Client/UIAssets/images/Slider/Slider_GreyButton_Down.png) no-repeat}.step-1-completed:after,.step-2-completed:after,.step-3-completed:after,.step-4-completed:after,.step-5-completed:after,.step-6-completed:after{cursor:pointer}.step-1-completed:before,.step-2-completed:before,.step-3-completed:before,.step-4-completed:before,.step-5-completed:before,.step-6-completed:before{cursor:default}.step-1-current:after,.step-1-current:before,.step-1-edit:after,.step-1-edit:before,.step-1-default:after,.step-1-default:before,.step-2-current:after,.step-2-current:before,.step-2-edit:after,.step-2-edit:before,.step-2-default:after,.step-2-default:before,.step-3-current:after,.step-3-current:before,.step-3-edit:after,.step-3-edit:before,.step-3-default:after,.step-3-default:before,.step-4-current:after,.step-4-current:before,.step-4-edit:after,.step-4-edit:before,.step-4-default:after,.step-4-default:before,.step-5-current:after,.step-5-current:before,.step-5-edit:after,.step-5-edit:before,.step-5-default:after,.step-5-default:before,.step-6-current:after,.step-6-current:before,.step-6-edit:after,.step-6-edit:before,.step-6-default:after,.step-6-default:before{cursor:default}.step-1-current:before,.step-2-current:before,.step-3-current:before,.step-4-current:before,.step-5-current:before,.step-6-current:before{border-left:2px solid #0000a0}#car-details-container .styled-select-grey{background-color:#eee !important;border:0 none}.experian-logo-image{/*padding:20px 0*/}@media all and (max-width: 768px){.experian-logo-image{padding:7px 0}}
.experian-logo-image .responsive-image {
    width: auto;
    max-width: 100%;
    max-height: 80px
}@media all and (max-width: 768px){.experian-logo-image .responsive-image{height:-moz-available;height:-webkit-fill-available}}@media all and (max-width: 767px){.sticky-fixed{position:fixed;top:0;z-index:100}.sticky-fixed.spacer{display:block;width:100%;height:120px;position:relative;z-index:1}}#progress-info{display:table;table-layout:fixed;background-color:#99ccff}#progress-info .list-inline{display:table-row}#progress-info .list-inline li.padding-left{background-color:transparent}@media (max-width: 500px){#progress-info .list-inline li.padding-left{padding:10% 0 10% 10% !important}}#progress-info .list-inline li.spacer{width:0}#progress-info .padding-left{background-color:transparent;width:35%;height:120px;display:table-cell;padding:10% 0 10% 10%;color:#0000a0}@media (max-width: 767px){#progress-info .padding-left{width:50%}}#progress-info .padding-left .header-text-style{font-size:18px}@media (max-width: 500px){#progress-info .padding-left .header-text-style{font-size:13px}}#progress-info .padding-left .header-sub-header-number-style{font-weight:bold}#progress-info .padding-left ~ .padding-left{width:65%}@media (max-width: 767px){#progress-info .padding-left ~ .padding-left{width:50%;padding:20px}}#summaryNotes{float:none;color:#0000a0}#summaryNotes .box{height:160px;text-align:right}@media (max-width: 767px){#summaryNotes .box{height:140px}}@media (max-width: 500px){#summaryNotes .box{height:110px}}#summaryNotes .left{background-color:#00005e !important}#summaryNotes .right{background-color:#e6e4e3 !important}#summaryNotes .status-label{font-size:19px;color:white;white-space:nowrap}@media (max-width: 767px){#summaryNotes .status-label{font-size:16px}}@media (max-width: 500px){#summaryNotes .status-label{font-size:11px;margin-top:10px}}#summaryNotes .status-label-bold{font-size:21px}@media (max-width: 767px){#summaryNotes .status-label-bold{font-size:18px}}@media (max-width: 500px){#summaryNotes .status-label-bold{font-size:13px}}@media (max-width: 450px){#summaryNotes{padding:0 !important}}.calcualtor-control-label{height:inherit}@media (max-width: 767px){.calcualtor-control-label{text-align:inherit}}#summery-details .content-box .content-header{color:#0000a0}table.summery-table .toggle.img{background:url(/Client/UIAssets/images/common/arrow-down-12.png) no-repeat center center;width:19px;height:19px;border-radius:50%}#confirmation-container h1{font-size:36px;color:black;font-weight:bold !important}.decisioncolorControl,.decisioncolorApproved{padding:0 10px;display:inline-block}

