/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #414141;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #0072c0;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #199dd7;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 3px;
}
.img-thumbnail {
  padding: 5px;
  line-height: 1.5;
  background-color: #f5f6f6;
  border: 1px solid #9ea2a2;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 34px;
  margin-bottom: 34px;
  border: 0;
  border-top: 1px solid #f5f6f6;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
.btn-group-vertical > .btn-toggle:before,
.btn-group-vertical > .btn-toggle:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after,
.btn-group-vertical > .btn-toggle:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 42px;
  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: #414141;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 34px;
  margin-bottom: 17px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 17px;
  margin-bottom: 17px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 60px;
}
h2,
.h2 {
  font-size: 38px;
}
h3,
.h3 {
  font-size: 30px;
}
h4,
.h4 {
  font-size: 24px;
}
h5,
.h5 {
  font-size: 22px;
}
h6,
.h6 {
  font-size: 18px;
}
p {
  margin: 0 0 17px;
}
.lead {
  margin-bottom: 34px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 480px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 87%;
}
mark,
.mark {
  background-color: #e1343e;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #414141;
}
.text-primary {
  color: #199dd7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #147ca9;
}
.text-success {
  color: #64a70b;
}
a.text-success:hover,
a.text-success:focus {
  color: #477708;
}
.text-info {
  color: #c7c9c7;
}
a.text-info:hover,
a.text-info:focus {
  color: #adb0ad;
}
.text-warning {
  color: #e1343e;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #c51d27;
}
.text-danger {
  color: #e1343e;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #c51d27;
}
.bg-primary {
  color: #fff;
  background-color: #199dd7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #147ca9;
}
.bg-success {
  background-color: #64a70b;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #477708;
}
.bg-info {
  background-color: #c7c9c7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #adb0ad;
}
.bg-warning {
  background-color: #e1343e;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #c51d27;
}
.bg-danger {
  background-color: #e1343e;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #c51d27;
}
.page-header {
  padding-bottom: 16px;
  margin: 68px 0 34px;
  border-bottom: 1px solid #f5f6f6;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 17px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 34px;
}
dt,
dd {
  line-height: 1.5;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 480px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #c7c9c7;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 17px 34px;
  margin: 0 0 34px;
  font-size: 20px;
  border-left: 5px solid #f5f6f6;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.5;
  color: #414141;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #f5f6f6;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 34px;
  font-style: normal;
  line-height: 1.5;
}
code,
kbd,
pre,
samp {
  font-family: Helvetica, Arial, sans-serif;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #414141;
  background-color: #f5f6f6;
  border-radius: 3px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #414141;
  background-color: #f5f6f6;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 16.5px;
  margin: 0 0 17px;
  font-size: 15px;
  line-height: 1.5;
  word-break: break-all;
  word-wrap: break-word;
  color: #f5f6f6;
  background-color: #414141;
  border: 1px solid #f5f6f6;
  border-radius: 3px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 480px) {
  .container {
    width: 640px;
  }
}
@media (min-width: 800px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 800px) {
  .container {
    width: 950px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 5px;
  padding-right: 5px;
}
.row {
  margin-left: -5px;
  margin-right: -5px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 480px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 800px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 800px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: #ffffff;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #414141;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 34px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #c7c9c7;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #c7c9c7;
}
.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 #c7c9c7;
}
.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 #c7c9c7;
}
.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 #c7c9c7;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #199dd7;
}
.table-hover > tbody > tr:hover {
  background-color: #0072c0;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #199dd7;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #168cc0;
}
.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: #64a70b;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #568f09;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #c7c9c7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #babcba;
}
.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: #e1343e;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #db202b;
}
.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: #e1343e;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #db202b;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 479px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 25.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #c7c9c7;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 34px;
  font-size: 24px;
  line-height: inherit;
  color: #414141;
  border: 0;
  border-bottom: 1px solid #cccccc;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.5;
  color: #414141;
}
.form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 20px;
  font-size: 16px;
  line-height: 1.5;
  color: #414141;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0;
  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: #199dd7;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(25, 157, 215, 0.6);
}
.form-control::-moz-placeholder {
  color: #c7c9c7;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #c7c9c7;
}
.form-control::-webkit-input-placeholder {
  color: #c7c9c7;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #ffffff;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 38px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 38px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 45px;
  }
}
.form-group {
  margin-bottom: 30px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 34px;
  padding-left: 20px;
  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"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 50px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 38px;
  padding: 6px 24px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-sm {
  height: 38px;
  line-height: 38px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 38px;
  padding: 6px 24px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
.form-group-sm select.form-control {
  height: 38px;
  line-height: 38px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 38px;
  min-height: 48px;
  padding: 7px 24px;
  font-size: 14px;
  line-height: 1.5;
}
.input-lg {
  height: 45px;
  padding: 8px 26px;
  font-size: 18px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-lg {
  height: 45px;
  line-height: 45px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 45px;
  padding: 8px 26px;
  font-size: 18px;
  line-height: 1.5;
  border-radius: 0;
}
.form-group-lg select.form-control {
  height: 45px;
  line-height: 45px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 45px;
  min-height: 52px;
  padding: 9px 26px;
  font-size: 18px;
  line-height: 1.5;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 47.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 45px;
  height: 45px;
  line-height: 45px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 38px;
  height: 38px;
  line-height: 38px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #64a70b;
}
.has-success .form-control {
  border-color: #64a70b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #477708;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #9af127;
}
.has-success .input-group-addon {
  color: #64a70b;
  border-color: #64a70b;
  background-color: #64a70b;
}
.has-success .form-control-feedback {
  color: #64a70b;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #e1343e;
}
.has-warning .form-control {
  border-color: #e1343e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #c51d27;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ee8d92;
}
.has-warning .input-group-addon {
  color: #e1343e;
  border-color: #e1343e;
  background-color: #e1343e;
}
.has-warning .form-control-feedback {
  color: #e1343e;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #e1343e;
}
.has-error .form-control {
  border-color: #e1343e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #c51d27;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ee8d92;
}
.has-error .input-group-addon {
  color: #e1343e;
  border-color: #e1343e;
  background-color: #e1343e;
}
.has-error .form-control-feedback {
  color: #e1343e;
}
.has-feedback label ~ .form-control-feedback {
  top: 39px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #818181;
}
@media (min-width: 480px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 41px;
}
.form-horizontal .form-group {
  margin-left: -5px;
  margin-right: -5px;
}
@media (min-width: 480px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 5px;
}
@media (min-width: 480px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 9px;
    font-size: 18px;
  }
}
@media (min-width: 480px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 7px;
    font-size: 14px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 20px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #414141;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #414141;
  background-color: #f4f5f5;
  border-color: #d4d4d4;
}
.btn-default:focus,
.btn-default.focus {
  color: #414141;
  background-color: #d9dddd;
  border-color: #949494;
}
.btn-default:hover {
  color: #414141;
  background-color: #d9dddd;
  border-color: #b5b5b5;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #414141;
  background-color: #d9dddd;
  border-color: #b5b5b5;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #414141;
  background-color: #c7cccc;
  border-color: #949494;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.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.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #f4f5f5;
  border-color: #d4d4d4;
}
.btn-default .badge {
  color: #f4f5f5;
  background-color: #414141;
}
.btn-primary {
  color: #ffffff;
  background-color: #0072c0;
  border-color: #003da5;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #00548d;
  border-color: #000e26;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #00548d;
  border-color: #002668;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #00548d;
  border-color: #002668;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #003f69;
  border-color: #000e26;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.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.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #0072c0;
  border-color: #003da5;
}
.btn-primary .badge {
  color: #0072c0;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #64a70b;
  border-color: #658d1b;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #477708;
  border-color: #182207;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #477708;
  border-color: #405a11;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #477708;
  border-color: #405a11;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #335606;
  border-color: #182207;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.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.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #64a70b;
  border-color: #658d1b;
}
.btn-success .badge {
  color: #64a70b;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #c7c9c7;
  border-color: #c7c9c7;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #adb0ad;
  border-color: #868a86;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #adb0ad;
  border-color: #a8aba8;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #adb0ad;
  border-color: #a8aba8;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #9b9e9b;
  border-color: #868a86;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.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.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #c7c9c7;
  border-color: #c7c9c7;
}
.btn-info .badge {
  color: #c7c9c7;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #e1343e;
  border-color: #e1343e;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #c51d27;
  border-color: #82131a;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #c51d27;
  border-color: #bc1c25;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #c51d27;
  border-color: #bc1c25;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #a61921;
  border-color: #82131a;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.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.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #e1343e;
  border-color: #e1343e;
}
.btn-warning .badge {
  color: #e1343e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #e1343e;
  border-color: #a50034;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c51d27;
  border-color: #26000c;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c51d27;
  border-color: #680021;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c51d27;
  border-color: #680021;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #a61921;
  border-color: #26000c;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.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.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #e1343e;
  border-color: #a50034;
}
.btn-danger .badge {
  color: #e1343e;
  background-color: #ffffff;
}
.btn-link {
  color: #0072c0;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #199dd7;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #9ea2a2;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 8px 26px;
  font-size: 18px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 6px 24px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 479px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 479px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 479px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 479px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 480px) and (max-width: 799px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 480px) and (max-width: 799px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 480px) and (max-width: 799px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 480px) and (max-width: 799px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 800px) and (max-width: 799px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 800px) and (max-width: 799px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 800px) and (max-width: 799px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 800px) and (max-width: 799px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 800px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 800px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 800px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 800px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 479px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width: 799px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 800px) and (max-width: 799px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 800px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon,
.datepicker-dropdown .prev:before,
.datepicker-dropdown .next:before,
.accordion .accordion-panel-collapse:before,
.accordion .accordion-panel-collapse:after,
.breadcrumb.breadcrumb > li + li:before,
.pager > li > a,
.pagination > li:first-child a,
.pagination > li:last-child a,
.pagination > li:first-child span,
.pagination > li:last-child span,
.section-panel-title > div:before,
.section-panel-title > div:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur: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,
.datepicker-dropdown .prev:before,
.pager > li:first-child > a:before,
.pagination > li:first-child > a:before,
.pagination > li:first-child > span:before {
  content: "\e091";
}
.glyphicon-arrow-right:before,
.datepicker-dropdown .next:before,
.breadcrumb.breadcrumb > li + li:before,
.pager > li:last-child > a:before,
.pagination > li:last-child > a:before,
.pagination > li:last-child > span: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";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
.btn-group,
.btn-group-vertical,
.btn-toggle {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn,
.btn-toggle > .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,
.btn-toggle > .btn:hover,
.btn-toggle > .btn:focus,
.btn-toggle > .btn:active,
.btn-toggle > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-toggle .btn + .btn,
.btn-toggle .btn + .btn-toggle,
.btn-toggle .btn-toggle + .btn,
.btn-toggle .btn-toggle + .btn-toggle {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group,
.btn-toolbar .btn-toggle {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group,
.btn-toolbar > .btn-toggle {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-toggle > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child,
.btn-toggle > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle),
.btn-toggle > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child),
.btn-toggle > .btn:last-child:not(:first-child),
.btn-toggle > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group,
.btn-toggle > .btn-toggle {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn,
.btn-toggle > .btn-toggle:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle,
.btn-toggle > .btn-toggle:first-child:not(:last-child) > .btn:last-child,
.btn-toggle > .btn-toggle:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child,
.btn-toggle > .btn-toggle:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle,
.btn-toggle .dropdown-toggle:active,
.btn-toggle.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle,
.btn-toggle > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle,
.btn-toggle > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle,
.btn-toggle.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link,
.btn-toggle.open .dropdown-toggle.btn-link {
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 4px 4px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 4px 4px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical > .btn-toggle,
.btn-group-vertical > .btn-toggle > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical > .btn-toggle > .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,
.btn-group-vertical > .btn + .btn-toggle,
.btn-group-vertical > .btn-toggle + .btn,
.btn-group-vertical > .btn-toggle + .btn-toggle {
  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: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn,
.btn-group-vertical > .btn-toggle:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle,
.btn-group-vertical > .btn-toggle:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-toggle:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child,
.btn-group-vertical > .btn-toggle:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group,
.btn-group-justified > .btn-toggle {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn,
.btn-group-justified > .btn-toggle .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu,
.btn-group-justified > .btn-toggle .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-toggle > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-toggle > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 8px 26px;
  font-size: 18px;
  line-height: 1.5;
  border-radius: 0;
}
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,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 38px;
  padding: 6px 24px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 38px;
  line-height: 38px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 20px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #414141;
  text-align: center;
  background-color: #f5f6f6;
  border: 1px solid #cccccc;
  border-radius: 0;
}
.input-group-addon.input-sm {
  padding: 6px 24px;
  font-size: 14px;
  border-radius: 0;
}
.input-group-addon.input-lg {
  padding: 8px 26px;
  font-size: 18px;
  border-radius: 0;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:first-child > .btn-toggle > .btn,
.input-group-btn:last-child > .btn-toggle:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:last-child > .btn-toggle > .btn,
.input-group-btn:first-child > .btn-toggle:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group,
.input-group-btn:first-child > .btn-toggle {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group,
.input-group-btn:last-child > .btn-toggle {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 8px 28px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #ebecec;
}
.nav > li.disabled > a {
  color: #9ea2a2;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #9ea2a2;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #ebecec;
  border-color: #0072c0;
}
.nav .nav-divider {
  height: 1px;
  margin: 16px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #cccccc;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.5;
  border: 1px solid transparent;
  border-radius: 3px 3px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #cccccc #cccccc #cccccc;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #199dd7;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 480px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 3px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #cccccc;
}
@media (min-width: 480px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #cccccc;
    border-radius: 3px 3px 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: #cccccc;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0;
}
.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: #199dd7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 480px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 3px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #cccccc;
}
@media (min-width: 480px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #cccccc;
    border-radius: 3px 3px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #cccccc;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 40px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 480px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 480px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 24px;
  padding-left: 24px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 480px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 440px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -24px;
  margin-left: -24px;
}
@media (min-width: 480px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 480px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 480px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 7px 24px;
  font-size: 18px;
  line-height: 34px;
  height: 40px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 480px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -24px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 24px;
  padding: 9px 10px;
  margin-top: 3px;
  margin-bottom: 3px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 480px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 3.5px -24px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 34px;
}
@media (max-width: 479px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 34px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 480px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
.navbar-form {
  margin-left: -24px;
  margin-right: -24px;
  padding: 10px 24px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 1px;
  margin-bottom: 1px;
}
@media (min-width: 480px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 479px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 480px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    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 {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 1px;
  margin-bottom: 1px;
}
.navbar-btn.btn-sm {
  margin-top: 1px;
  margin-bottom: 1px;
}
.navbar-btn.btn-xs {
  margin-top: 9px;
  margin-bottom: 9px;
}
.navbar-text {
  margin-top: 3px;
  margin-bottom: 3px;
}
@media (min-width: 480px) {
  .navbar-text {
    float: left;
    margin-left: 24px;
    margin-right: 24px;
  }
}
@media (min-width: 480px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -24px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.navbar-default .navbar-brand {
  color: #414141;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #199dd7;
  background-color: #e6e6e6;
}
.navbar-default .navbar-text {
  color: #414141;
}
.navbar-default .navbar-nav > li > a {
  color: #414141;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #199dd7;
  background-color: #e6e6e6;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #199dd7;
  background-color: #e6e6e6;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #9ea2a2;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ffffff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #f4f5f5;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #9ea2a2;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e6e6e6;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e6e6e6;
  color: #199dd7;
}
@media (max-width: 479px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #414141;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #199dd7;
    background-color: #e6e6e6;
  }
  .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: #199dd7;
    background-color: #e6e6e6;
  }
  .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: #9ea2a2;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #414141;
}
.navbar-default .navbar-link:hover {
  color: #199dd7;
}
.navbar-default .btn-link {
  color: #414141;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #199dd7;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #9ea2a2;
}
.navbar-inverse {
  background-color: #ebecec;
  border-color: #ebecec;
}
.navbar-inverse .navbar-brand {
  color: #199dd7;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: #ebecec;
}
.navbar-inverse .navbar-text {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a {
  color: #414141;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #199dd7;
  background-color: #transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #199dd7;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #9ea2a2;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #ffffff;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #ebecec;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #d9dbdb;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #199dd7;
}
@media (max-width: 479px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #ebecec;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #ebecec;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #414141;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #199dd7;
    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: #199dd7;
    background-color: transparent;
  }
  .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: #9ea2a2;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #414141;
}
.navbar-inverse .navbar-link:hover {
  color: #199dd7;
}
.navbar-inverse .btn-link {
  color: #414141;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #199dd7;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #9ea2a2;
}
.breadcrumb {
  padding: 0 0;
  margin-bottom: 34px;
  list-style: none;
  background-color: #ffffff;
  border-radius: 3px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: ">\00a0";
  padding: 0 5px;
  color: #898d8d;
}
.breadcrumb > .active {
  color: #158fe1;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 34px 0;
  border-radius: 3px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 20px;
  line-height: 1.5;
  text-decoration: none;
  color: #199dd7;
  background-color: #f5f6f6;
  border: 1px solid none;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #9ea2a2;
  border-color: none;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #ffffff;
  background-color: #9ea2a2;
  border-color: none;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #ffffff;
  background-color: #9ea2a2;
  border-color: none;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 8px 26px;
  font-size: 18px;
  line-height: 1.5;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 6px 24px;
  font-size: 14px;
  line-height: 1.5;
}
.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-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 34px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #f5f6f6;
  border: 1px solid #f5f6f6;
  border-radius: 0;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f6f6;
}
.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: #9ea2a2;
  background-color: #f5f6f6;
  cursor: not-allowed;
}
.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;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #f5f6f6;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #dadede;
}
.label-primary {
  background-color: #199dd7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #147ca9;
}
.label-success {
  background-color: #64a70b;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #477708;
}
.label-info {
  background-color: #c7c9c7;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #adb0ad;
}
.label-warning {
  background-color: #e1343e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #c51d27;
}
.label-danger {
  background-color: #e1343e;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c51d27;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #c7c9c7;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #199dd7;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #414141;
  background-color: #f5f6f6;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 10px;
  font-size: inherit;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #dadede;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 3px;
  padding-left: 5px;
  padding-right: 5px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 480px) {
  .jumbotron {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 40px;
    padding-right: 40px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 72px;
  }
}
.thumbnail {
  display: block;
  padding: 5px;
  margin-bottom: 34px;
  line-height: 1.5;
  background-color: #f5f6f6;
  border: 1px solid #9ea2a2;
  border-radius: 0;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #0072c0;
}
.thumbnail .caption {
  padding: 10px 15px;
  color: #414141;
}
.alert {
  padding: 15px;
  margin-bottom: 34px;
  border: 1px solid transparent;
  border-radius: 0;
}
.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,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #64a70b;
  border-color: #64a70b;
  color: #ffffff;
}
.alert-success hr {
  border-top-color: #568f09;
}
.alert-success .alert-link {
  color: #e6e6e6;
}
.alert-info {
  background-color: #c7c9c7;
  border-color: #c7c9c7;
  color: #ffffff;
}
.alert-info hr {
  border-top-color: #babcba;
}
.alert-info .alert-link {
  color: #e6e6e6;
}
.alert-warning {
  background-color: #e1343e;
  border-color: #e1343e;
  color: #ffffff;
}
.alert-warning hr {
  border-top-color: #db202b;
}
.alert-warning .alert-link {
  color: #e6e6e6;
}
.alert-danger {
  background-color: #e1343e;
  border-color: #e1343e;
  color: #ffffff;
}
.alert-danger hr {
  border-top-color: #db202b;
}
.alert-danger .alert-link {
  color: #e6e6e6;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 34px;
  margin-bottom: 34px;
  background-color: #f5f6f6;
  border-radius: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 34px;
  color: #ffffff;
  text-align: center;
  background-color: #158fe1;
  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,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #64a70b;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #c7c9c7;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #e1343e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #e1343e;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #c7c9c7;
}
.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
a.list-group-item,
button.list-group-item {
  color: #199dd7;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #gray;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #199dd7;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #f5f6f6;
  color: #c7c9c7;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #c7c9c7;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #199dd7;
  border-color: #199dd7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #ffffff;
}
.list-group-item-success {
  color: #64a70b;
  background-color: #64a70b;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #64a70b;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #64a70b;
  background-color: #568f09;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #64a70b;
  border-color: #64a70b;
}
.list-group-item-info {
  color: #c7c9c7;
  background-color: #c7c9c7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #c7c9c7;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #c7c9c7;
  background-color: #babcba;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #c7c9c7;
  border-color: #c7c9c7;
}
.list-group-item-warning {
  color: #e1343e;
  background-color: #e1343e;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #e1343e;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #e1343e;
  background-color: #db202b;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #e1343e;
  border-color: #e1343e;
}
.list-group-item-danger {
  color: #e1343e;
  background-color: #e1343e;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #e1343e;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #e1343e;
  background-color: #db202b;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #e1343e;
  border-color: #e1343e;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 34px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 10px 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #ffffff;
  border-top: 1px solid transparent;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 10px 15px;
  padding-right: 10px 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1px;
  border-bottom-right-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #c7c9c7;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 34px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid transparent;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid transparent;
}
.panel-default {
  border-color: #cccccc;
}
.panel-default > .panel-heading {
  color: #414141;
  background-color: #e6e6e6;
  border-color: #cccccc;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #cccccc;
}
.panel-default > .panel-heading .badge {
  color: #e6e6e6;
  background-color: #414141;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #cccccc;
}
.panel-primary {
  border-color: #cccccc;
}
.panel-primary > .panel-heading {
  color: #414141;
  background-color: #e6e6e6;
  border-color: #cccccc;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #cccccc;
}
.panel-primary > .panel-heading .badge {
  color: #e6e6e6;
  background-color: #414141;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #cccccc;
}
.panel-success {
  border-color: #64a70b;
}
.panel-success > .panel-heading {
  color: #ffffff;
  background-color: #64a70b;
  border-color: #64a70b;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #64a70b;
}
.panel-success > .panel-heading .badge {
  color: #64a70b;
  background-color: #ffffff;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #64a70b;
}
.panel-info {
  border-color: #c7c9c7;
}
.panel-info > .panel-heading {
  color: #ffffff;
  background-color: #c7c9c7;
  border-color: #c7c9c7;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #c7c9c7;
}
.panel-info > .panel-heading .badge {
  color: #c7c9c7;
  background-color: #ffffff;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #c7c9c7;
}
.panel-warning {
  border-color: #e1343e;
}
.panel-warning > .panel-heading {
  color: #ffffff;
  background-color: #e1343e;
  border-color: #e1343e;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #e1343e;
}
.panel-warning > .panel-heading .badge {
  color: #e1343e;
  background-color: #ffffff;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #e1343e;
}
.panel-danger {
  border-color: #e1343e;
}
.panel-danger > .panel-heading {
  color: #ffffff;
  background-color: #e1343e;
  border-color: #e1343e;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #e1343e;
}
.panel-danger > .panel-heading .badge {
  color: #e1343e;
  background-color: #ffffff;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #e1343e;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f6f6;
  border: 1px solid #cccccc;
  border-radius: 3px;
  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: 3px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #414141;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #414141;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.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;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 2px dashed;
  border-top: 2px solid \9;
  border-right: 2px solid transparent;
  border-left: 2px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #9ea2a2;
  border: 1px solid #d4d4d4;
  border-radius: 3px;
  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: 16px 0;
  overflow: hidden;
  background-color: #9ea2a2;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  color: #707372;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #707372;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #199dd7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #c7c9c7;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.5;
  color: #c7c9c7;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 2px dashed;
  border-bottom: 2px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 480px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #414141;
  text-align: center;
  background-color: #ffffff;
  border-radius: 3px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #ffffff;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #ffffff;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #ffffff;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #ffffff;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #ffffff;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #ffffff;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #ffffff;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #ffffff;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 16px;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border-radius: 3px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  background-color: #e6e6e6;
  border-bottom: 1px solid #d9d9d9;
  border-radius: 2px 2px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #cccccc;
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #cccccc;
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #cccccc;
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #cccccc;
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  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-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 3px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 40px;
  border-bottom: 1px solid transparent;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 36px;
}
.modal-body {
  position: relative;
  padding: 30px 20px 60px;
}
.modal-footer {
  padding: 30px 20px 60px;
  text-align: right;
  border-top: 1px solid transparent;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn,
.modal-footer .btn-toggle .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 480px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 800px) {
  .modal-lg {
    width: 900px;
  }
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.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;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 38px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  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%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  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: 480px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
/* Generated template */
/* Color view */
.colorview {
  padding: 0;
  margin: 0;
}
.colorview .color-item {
  display: inline-block;
  min-width: 140px;
  width: 10%;
  margin-right: 20px;
  margin-bottom: 2em;
  vertical-align: top;
}
.colorview .color-name {
  height: 200px;
  padding: 5px;
  font-size: 11px;
  font-weight: 300;
  color: #ffffff;
  letter-spacing: .2em;
}
.colorview .invert .color-name {
  border: 1px solid #cccccc;
  color: #414141;
}
.colorview .color-info,
.colorview .color-info dt,
.colorview .color-info dd {
  padding: 0;
  margin: 0;
  font-size: 10px;
  font-weight: 300;
  color: #414141;
  line-height: 1.4em;
}
.colorview .color-info dt {
  margin: 1em 0 0 0;
  font-weight: 900;
  color: #0077c8;
}
.colorview-tundora .color-name {
  background: #414141;
}
.colorview-silver .color-name {
  background: #cccccc;
}
.colorview-blackhaze .color-name {
  background: #f5f6f6;
}
.colorview-curiousblue .color-name {
  background: #199dd7;
}
.colorview-lochmara .color-name {
  background: #0077c8;
}
.colorview-white .color-name {
  background: #ffffff;
}
.colorview-edward .color-name {
  background: #9ea2a2;
}
.colorview-pumice .color-name {
  background: #c7c9c7;
}
.colorview-cinnabar .color-name {
  background: #e1343e;
}
.colorview-silverchalice .color-name {
  background: #a0a0a0;
}
.colorview-deepblue .color-name {
  background: #003781;
}
.colorview-corduroy .color-name {
  background: #707372;
}
.colorview-christi .color-name {
  background: #64a70b;
}
.colorview-cornflower .color-name {
  background: #8cceeb;
}
.colorview-gunsmoke .color-name {
  background: #898d8d;
}
.colorview-wildwillow .color-name {
  background: #a9c776;
}
.colorview-cobalt .color-name {
  background: #003da5;
}
.colorview-pictonblue .color-name {
  background: #2aade6;
}
.colorview-darkorange .color-name {
  background: #e35205;
}
.colorview-orange .color-name {
  background: #f46f02;
}
.colorview-chileanfire .color-name {
  background: #f46f02;
}
.colorview-blackhazelight .color-name {
  background: #f4f5f5;
}
.colorview-blackhazedark .color-name {
  background: #ebecec;
}
.colorview-altogrey .color-name {
  background: #d4d4d4;
}
.colorview-greyhaze .color-name {
  background: #f1f2f2;
}
.colorview-lochmaradark .color-name {
  background: #006eba;
}
.colorview-curiousblue .color-name {
  background: #199dd7;
}
.colorview-flushorange .color-name {
  background: #ff8200;
}
.colorview-mercury .color-name {
  background: #e6e6e6;
}
.colorview-secondary {
  padding: 0;
  margin: 0;
}
.colorview-secondary .color-item {
  display: inline-block;
  height: 9em;
  width: 7.3%;
  padding-left: .5em;
  margin: .5em .35em;
  font-size: 10px;
  font-weight: 300;
  color: #ffffff;
  vertical-align: top;
  letter-spacing: .1em;
}
.colorview-secondary .colorview-chelsea {
  background: #a07400;
}
.colorview-secondary .colorview-pickledbean {
  background: #603d20;
}
.colorview-secondary .colorview-burntumber {
  background: #862633;
}
.colorview-secondary .colorview-finn {
  background: #653165;
}
.colorview-secondary .colorview-christalle {
  background: #330072;
}
.colorview-secondary .colorview-nightblue {
  background: #002f6c;
}
.colorview-secondary .colorview-astroblue {
  background: #003b5c;
}
.colorview-secondary .colorview-aquadeep {
  background: #004c45;
}
.colorview-secondary .colorview-fernfrond {
  background: #546223;
}
.colorview-secondary .colorview-himalaya {
  background: #685c20;
}
.colorview-secondary .colorview-abbey {
  background: #54585a;
}
.colorview-secondary .colorview-pirategold {
  background: #cc8a00;
}
.colorview-secondary .colorview-cumin {
  background: #8b4720;
}
.colorview-secondary .colorview-burgundy {
  background: #a50034;
}
.colorview-secondary .colorview-seance {
  background: #87189d;
}
.colorview-secondary .colorview-daisybush {
  background: #5f259f;
}
.colorview-secondary .colorview-cobalt {
  background: #003da5;
}
.colorview-secondary .colorview-orient {
  background: #00677f;
}
.colorview-secondary .colorview-petrol {
  background: #009ca6;
}
.colorview-secondary .colorview-vidaloca {
  background: #658d1b;
}
.colorview-secondary .colorview-olive {
  background: #949300;
}
.colorview-secondary .colorview-corduroy {
  background: #707372;
}
.colorview-secondary .colorview-yellow {
  background: #f2a900;
}
.colorview-secondary .colorview-darkorange {
  background: #e35205;
}
.colorview-secondary .colorview-monza {
  background: #ce0037;
}
.colorview-secondary .colorview-violet {
  background: #a51890;
}
.colorview-secondary .colorview-marguerite {
  background: #685bc7;
}
.colorview-secondary .colorview-lochmara {
  background: #0077c8;
}
.colorview-secondary .colorview-petrol {
  background: #009ca6;
}
.colorview-secondary .colorview-greenhaze {
  background: #009a44;
}
.colorview-secondary .colorview-christi {
  background: #64a70b;
}
.colorview-secondary .colorview-buddhagold {
  background: #b5bd00;
}
.colorview-secondary .colorview-gunsmoke {
  background: #898d8d;
}
.colorview-secondary .colorview-flushorange {
  background: #ff8200;
}
.colorview-secondary .colorview-monzalight {
  background: #e4002b;
}
.colorview-secondary .colorview-redviolet {
  background: #df1995;
}
.colorview-secondary .colorview-purple {
  background: #7d55c7;
}
.colorview-secondary .colorview-cerulean {
  background: #00a9e0;
}
.colorview-secondary .colorview-pacificblue {
  background: #00aec7;
}
.colorview-secondary .colorview-green {
  background: #00b74f;
}
.colorview-secondary .colorview-pistachio {
  background: #97d700;
}
.colorview-secondary .colorview-edward {
  background: #9ea2a2;
}
.colorview-secondary .colorview-lightorange {
  background: #ffa300;
}
.colorview-secondary .colorview-sunset {
  background: #f9423a;
}
.colorview-secondary .colorview-persianpink {
  background: #f57eb6;
}
.colorview-secondary .colorview-lilacbush {
  background: #9678d3;
}
.colorview-secondary .colorview-turquoise {
  background: #5bc2e7;
}
.colorview-secondary .colorview-marineblue {
  background: #6ad1e3;
}
.colorview-secondary .colorview-downy {
  background: #6eceb2;
}
.colorview-secondary .colorview-conifer {
  background: #a4d65e;
}
/* Modules */
@font-face {
  font-family: "AllianzSansWeb";
  src: url("fonts/ALSANREG.eot");
  src: url("fonts/ALSANREG.eot?#iefix") format("embedded-opentype"), url("fonts/ALSANREG.woff") format("woff"), url("fonts/ALSANREG.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "AllianzSansWeb";
  src: url("fonts/ALSANBOL.eot");
  src: url("fonts/ALSANBOL.eot?#iefix") format("embedded-opentype"), url("fonts/ALSANBOL.woff") format("woff"), url("fonts/ALSANBOL.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "AllianzSansWeb";
  src: url("fonts/ALSANLIG.eot");
  src: url("fonts/ALSANLIG.eot?#iefix") format("embedded-opentype"), url("fonts/ALSANLIG.woff") format("woff"), url("fonts/ALSANLIG.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "AllianzSansWeb";
  src: url("fonts/ALSANITA.eot");
  src: url("fonts/ALSANITA.eot?#iefix") format("embedded-opentype"), url("fonts/ALSANITA.woff") format("woff"), url("fonts/ALSANITA.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "AllianzSansWeb";
  src: url("fonts/ALSANBIT.eot");
  src: url("fonts/ALSANBIT.eot?#iefix") format("embedded-opentype"), url("fonts/ALSANBIT.woff") format("woff"), url("fonts/ALSANBIT.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "AllianzSansWeb";
  src: url("fonts/ALSANLIT.eot");
  src: url("fonts/ALSANLIT.eot?#iefix") format("embedded-opentype"), url("fonts/ALSANLIT.woff") format("woff"), url("fonts/ALSANLIT.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
body {
  font-family: "AllianzSansWeb", sans-serif;
  color: #414141;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
a {
  color: #414141;
  text-decoration: none;
}
/* generated icon font styles for all-icons */
@font-face {
  font-family: "all-icons";
  src: url('fonts/all-icons.eot');
  src: url('fonts/all-icons.eot?#iefix') format('eot'), url('fonts/all-icons.woff') format('woff'), url('fonts/all-icons.ttf') format('truetype'), url('fonts/all-icons.svg#all-icons') format('svg');
}
.glyphicon,
.datepicker-dropdown .prev:before,
.datepicker-dropdown .next:before,
.accordion .accordion-panel-collapse:before,
.accordion .accordion-panel-collapse:after,
.breadcrumb.breadcrumb > li + li:before,
.pager > li > a,
.pagination > li:first-child a,
.pagination > li:last-child a,
.pagination > li:first-child span,
.pagination > li:last-child span,
.section-panel-title > div:before,
.section-panel-title > div:after {
  display: inline-block;
  font-family: "all-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  text-transform: none;
}
.glyphicon-access-data:before {
  content: "\E001";
}
.glyphicon-accident-insurance:before {
  content: "\E002";
}
.glyphicon-ad-hoc-confidence:before {
  content: "\E003";
}
.glyphicon-add-circle:before {
  content: "\E004";
}
.glyphicon-add:before {
  content: "\E005";
}
.glyphicon-addressing:before {
  content: "\E006";
}
.glyphicon-adjust:before {
  content: "\E007";
}
.glyphicon-advising-claims-online:before {
  content: "\E008";
}
.glyphicon-advising-claims:before {
  content: "\E009";
}
.glyphicon-agenda:before {
  content: "\E00A";
}
.glyphicon-all-functions:before {
  content: "\E00B";
}
.glyphicon-annualreport-fi:before {
  content: "\E00C";
}
.glyphicon-annualreport-se:before {
  content: "\E00D";
}
.glyphicon-annualreport:before {
  content: "\E00E";
}
.glyphicon-archive:before {
  content: "\E00F";
}
.glyphicon-arrow-down-circle:before {
  content: "\E010";
}
.glyphicon-arrow-down-filled:before {
  content: "\E011";
}
.glyphicon-arrow-down:before {
  content: "\E012";
}
.glyphicon-arrow-ffw:before {
  content: "\E013";
}
.glyphicon-arrow-frw:before {
  content: "\E014";
}
.glyphicon-arrow-left-circle:before {
  content: "\E015";
}
.glyphicon-arrow-left-filled:before {
  content: "\E016";
}
.glyphicon-arrow-left:before,
.datepicker-dropdown .prev:before,
.pager > li:first-child > a:before,
.pagination > li:first-child > a:before,
.pagination > li:first-child > span:before {
  content: "\E017";
}
.glyphicon-arrow-right-circle:before {
  content: "\E018";
}
.glyphicon-arrow-right-filled:before {
  content: "\E019";
}
.glyphicon-arrow-right:before,
.datepicker-dropdown .next:before,
.breadcrumb.breadcrumb > li + li:before,
.pager > li:last-child > a:before,
.pagination > li:last-child > a:before,
.pagination > li:last-child > span:before {
  content: "\E01A";
}
.glyphicon-arrow-top-circle:before {
  content: "\E01B";
}
.glyphicon-arrow-up-circle:before {
  content: "\E01C";
}
.glyphicon-arrow-up-filled:before {
  content: "\E01D";
}
.glyphicon-arrow-up:before {
  content: "\E01E";
}
.glyphicon-asset-management:before {
  content: "\E01F";
}
.glyphicon-authorized-capital:before {
  content: "\E020";
}
.glyphicon-bank-information:before {
  content: "\E021";
}
.glyphicon-basic-information:before {
  content: "\E022";
}
.glyphicon-basic-own-capital:before {
  content: "\E023";
}
.glyphicon-book-report:before {
  content: "\E024";
}
.glyphicon-book:before {
  content: "\E025";
}
.glyphicon-building-insurance:before {
  content: "\E026";
}
.glyphicon-bulhorn:before {
  content: "\E027";
}
.glyphicon-business-clients:before {
  content: "\E028";
}
.glyphicon-business:before {
  content: "\E029";
}
.glyphicon-calculator-filled:before {
  content: "\E02A";
}
.glyphicon-calendar:before {
  content: "\E02B";
}
.glyphicon-car-insurance:before {
  content: "\E02C";
}
.glyphicon-check-circle:before {
  content: "\E02D";
}
.glyphicon-check-master:before {
  content: "\E02E";
}
.glyphicon-check:before {
  content: "\E02F";
}
.glyphicon-check_circle:before {
  content: "\E030";
}
.glyphicon-checkbox-outline:before {
  content: "\E031";
}
.glyphicon-checkbox:before {
  content: "\E032";
}
.glyphicon-claims-live:before {
  content: "\E033";
}
.glyphicon-close-circle:before {
  content: "\E034";
}
.glyphicon-cog:before {
  content: "\E035";
}
.glyphicon-cog2:before {
  content: "\E036";
}
.glyphicon-combi-plus-minus:before {
  content: "\E037";
}
.glyphicon-comission:before {
  content: "\E038";
}
.glyphicon-comment:before {
  content: "\E039";
}
.glyphicon-companies:before {
  content: "\E03A";
}
.glyphicon-company-pension-scheme:before {
  content: "\E03B";
}
.glyphicon-compare:before {
  content: "\E03C";
}
.glyphicon-comparison-table:before {
  content: "\E03D";
}
.glyphicon-compliance-statement:before {
  content: "\E03E";
}
.glyphicon-composition-region:before {
  content: "\E03F";
}
.glyphicon-configurating-rates:before {
  content: "\E040";
}
.glyphicon-configurator:before {
  content: "\E041";
}
.glyphicon-consulting-tool:before {
  content: "\E042";
}
.glyphicon-contact-period:before {
  content: "\E043";
}
.glyphicon-contact:before {
  content: "\E044";
}
.glyphicon-corporate-actions:before {
  content: "\E045";
}
.glyphicon-corporate-govern:before {
  content: "\E046";
}
.glyphicon-corporate-news:before {
  content: "\E047";
}
.glyphicon-crash-reporter:before {
  content: "\E048";
}
.glyphicon-crashreport:before {
  content: "\E049";
}
.glyphicon-cross:before {
  content: "\E04A";
}
.glyphicon-dashboard:before {
  content: "\E04B";
}
.glyphicon-description-circle:before {
  content: "\E04C";
}
.glyphicon-description:before {
  content: "\E04D";
}
.glyphicon-disability-insurance:before {
  content: "\E04E";
}
.glyphicon-doc-center:before {
  content: "\E04F";
}
.glyphicon-documents:before {
  content: "\E050";
}
.glyphicon-dog:before {
  content: "\E051";
}
.glyphicon-down-circle:before {
  content: "\E052";
}
.glyphicon-download-alt:before {
  content: "\E053";
}
.glyphicon-download:before {
  content: "\E054";
}
.glyphicon-drag-and-drop:before {
  content: "\E055";
}
.glyphicon-earphone:before {
  content: "\E056";
}
.glyphicon-emergency-car:before {
  content: "\E057";
}
.glyphicon-envelope:before {
  content: "\E058";
}
.glyphicon-error-filled:before {
  content: "\E059";
}
.glyphicon-error-message:before {
  content: "\E05A";
}
.glyphicon-error:before {
  content: "\E05B";
}
.glyphicon-estimated-dividends:before {
  content: "\E05C";
}
.glyphicon-examples:before {
  content: "\E05D";
}
.glyphicon-exclamation-sign:before {
  content: "\E05E";
}
.glyphicon-exclamation:before {
  content: "\E05F";
}
.glyphicon-experience:before {
  content: "\E060";
}
.glyphicon-eye-open:before {
  content: "\E061";
}
.glyphicon-facetime-video:before {
  content: "\E062";
}
.glyphicon-facts:before {
  content: "\E063";
}
.glyphicon-faq-1:before {
  content: "\E064";
}
.glyphicon-faq-online:before {
  content: "\E065";
}
.glyphicon-faq:before {
  content: "\E066";
}
.glyphicon-file:before {
  content: "\E067";
}
.glyphicon-financial-calendar:before {
  content: "\E068";
}
.glyphicon-financial-figures:before {
  content: "\E069";
}
.glyphicon-financial-investements:before {
  content: "\E06A";
}
.glyphicon-financial-reports-app:before {
  content: "\E06B";
}
.glyphicon-folder-close:before {
  content: "\E06C";
}
.glyphicon-folder-open:before {
  content: "\E06D";
}
.glyphicon-freelancer-clients:before {
  content: "\E06E";
}
.glyphicon-fudge:before {
  content: "\E06F";
}
.glyphicon-fullscreen:before {
  content: "\E070";
}
.glyphicon-further-companies:before {
  content: "\E071";
}
.glyphicon-glas-insurance:before {
  content: "\E072";
}
.glyphicon-glass:before {
  content: "\E073";
}
.glyphicon-glossary:before {
  content: "\E074";
}
.glyphicon-hand-up:before {
  content: "\E075";
}
.glyphicon-health-insurance:before {
  content: "\E076";
}
.glyphicon-history:before {
  content: "\E077";
}
.glyphicon-home:before {
  content: "\E078";
}
.glyphicon-householder-insurance:before {
  content: "\E079";
}
.glyphicon-how-it-works:before {
  content: "\E07A";
}
.glyphicon-icon-error:before {
  content: "\E07B";
}
.glyphicon-icon-search:before {
  content: "\E07C";
}
.glyphicon-important-links:before {
  content: "\E07D";
}
.glyphicon-inbox:before {
  content: "\E07E";
}
.glyphicon-info-sign:before {
  content: "\E07F";
}
.glyphicon-information:before {
  content: "\E080";
}
.glyphicon-institutional-clients:before {
  content: "\E081";
}
.glyphicon-interesting-1:before {
  content: "\E082";
}
.glyphicon-interesting:before {
  content: "\E083";
}
.glyphicon-ir-app:before {
  content: "\E084";
}
.glyphicon-legal-form:before {
  content: "\E085";
}
.glyphicon-liability-insurance:before {
  content: "\E086";
}
.glyphicon-life-insurance:before {
  content: "\E087";
}
.glyphicon-list:before {
  content: "\E088";
}
.glyphicon-lock:before {
  content: "\E089";
}
.glyphicon-lupe:before {
  content: "\E08A";
}
.glyphicon-mail:before {
  content: "\E08B";
}
.glyphicon-mandates:before {
  content: "\E08C";
}
.glyphicon-market-capitalisation:before {
  content: "\E08D";
}
.glyphicon-member-cv:before {
  content: "\E08E";
}
.glyphicon-member:before {
  content: "\E08F";
}
.glyphicon-minus-circle:before {
  content: "\E090";
}
.glyphicon-minus-sign:before {
  content: "\E091";
}
.glyphicon-minus:before {
  content: "\E092";
}
.glyphicon-modular-conception:before {
  content: "\E093";
}
.glyphicon-money-transfer:before {
  content: "\E094";
}
.glyphicon-nr1-filled:before {
  content: "\E095";
}
.glyphicon-nr1:before {
  content: "\E096";
}
.glyphicon-nr2-filled:before {
  content: "\E097";
}
.glyphicon-nr2:before {
  content: "\E098";
}
.glyphicon-nr3-filled:before {
  content: "\E099";
}
.glyphicon-nr3:before {
  content: "\E09A";
}
.glyphicon-nr4-filled:before {
  content: "\E09B";
}
.glyphicon-nr4:before {
  content: "\E09C";
}
.glyphicon-nr5-filled:before {
  content: "\E09D";
}
.glyphicon-nr5:before {
  content: "\E09E";
}
.glyphicon-nr6-filled:before {
  content: "\E09F";
}
.glyphicon-nr7-filled:before {
  content: "\E0A0";
}
.glyphicon-number-stockholder:before {
  content: "\E0A1";
}
.glyphicon-ok-circle:before {
  content: "\E0A2";
}
.glyphicon-ok-filled:before {
  content: "\E0A3";
}
.glyphicon-ok-master:before {
  content: "\E0A4";
}
.glyphicon-ok:before {
  content: "\E0A5";
}
.glyphicon-ok_circle:before {
  content: "\E0A6";
}
.glyphicon-online-calculator:before {
  content: "\E0A7";
}
.glyphicon-online-distribution:before {
  content: "\E0A8";
}
.glyphicon-online-request:before {
  content: "\E0A9";
}
.glyphicon-online-service-1:before {
  content: "\E0AA";
}
.glyphicon-online-service:before {
  content: "\E0AB";
}
.glyphicon-order-information:before {
  content: "\E0AC";
}
.glyphicon-pattern-of-dividends:before {
  content: "\E0AD";
}
.glyphicon-payments:before {
  content: "\E0AE";
}
.glyphicon-pension-fund:before {
  content: "\E0AF";
}
.glyphicon-people:before {
  content: "\E0B0";
}
.glyphicon-personal-data:before {
  content: "\E0B1";
}
.glyphicon-plus-minus:before {
  content: "\E0B2";
}
.glyphicon-plus-sign:before {
  content: "\E0B3";
}
.glyphicon-plus:before {
  content: "\E0B4";
}
.glyphicon-previous-appointements:before {
  content: "\E0B5";
}
.glyphicon-print:before {
  content: "\E0B6";
}
.glyphicon-private-clients:before {
  content: "\E0B7";
}
.glyphicon-product-package:before {
  content: "\E0B8";
}
.glyphicon-question-filled:before {
  content: "\E0B9";
}
.glyphicon-radiobutton-inlay:before {
  content: "\E0BA";
}
.glyphicon-radiobutton-outline:before {
  content: "\E0BB";
}
.glyphicon-rates-goal:before {
  content: "\E0BC";
}
.glyphicon-ratios:before {
  content: "\E0BD";
}
.glyphicon-remedy:before {
  content: "\E0BE";
}
.glyphicon-remember:before {
  content: "\E0BF";
}
.glyphicon-remove-sign:before {
  content: "\E0C0";
}
.glyphicon-remove:before {
  content: "\E0C1";
}
.glyphicon-repeat:before {
  content: "\E0C2";
}
.glyphicon-results:before {
  content: "\E0C3";
}
.glyphicon-retirement-provisions:before {
  content: "\E0C4";
}
.glyphicon-retirement-stock:before {
  content: "\E0C5";
}
.glyphicon-review-rates:before {
  content: "\E0C6";
}
.glyphicon-review:before {
  content: "\E0C7";
}
.glyphicon-road:before {
  content: "\E0C8";
}
.glyphicon-schedule:before {
  content: "\E0C9";
}
.glyphicon-search:before {
  content: "\E0CA";
}
.glyphicon-search2:before {
  content: "\E0CB";
}
.glyphicon-search3:before {
  content: "\E0CC";
}
.glyphicon-searching-consultant:before {
  content: "\E0CD";
}
.glyphicon-searching-rates:before {
  content: "\E0CE";
}
.glyphicon-setup:before {
  content: "\E0CF";
}
.glyphicon-share:before {
  content: "\E0D0";
}
.glyphicon-shares-calculator:before {
  content: "\E0D1";
}
.glyphicon-star-empty:before {
  content: "\E0D2";
}
.glyphicon-star:before {
  content: "\E0D3";
}
.glyphicon-stats:before {
  content: "\E0D4";
}
.glyphicon-stealtracking:before {
  content: "\E0D5";
}
.glyphicon-stock-actual:before {
  content: "\E0D6";
}
.glyphicon-stock-balance:before {
  content: "\E0D7";
}
.glyphicon-stockholder-meeting:before {
  content: "\E0D8";
}
.glyphicon-stockholders-meeting2:before {
  content: "\E0D9";
}
.glyphicon-stocks:before {
  content: "\E0DA";
}
.glyphicon-subscribing-news:before {
  content: "\E0DB";
}
.glyphicon-subscribing-report:before {
  content: "\E0DC";
}
.glyphicon-terms:before {
  content: "\E0DD";
}
.glyphicon-th-large:before {
  content: "\E0DE";
}
.glyphicon-th-list:before {
  content: "\E0DF";
}
.glyphicon-th:before {
  content: "\E0E0";
}
.glyphicon-time:before {
  content: "\E0E1";
}
.glyphicon-tips:before {
  content: "\E0E2";
}
.glyphicon-transmission:before {
  content: "\E0E3";
}
.glyphicon-travel-insurance:before {
  content: "\E0E4";
}
.glyphicon-us-gb:before {
  content: "\E0E5";
}
.glyphicon-user:before {
  content: "\E0E6";
}
.glyphicon-video:before {
  content: "\E0E7";
}
.glyphicon-voting-confidence:before {
  content: "\E0E8";
}
.glyphicon-whatfor:before {
  content: "\E0E9";
}
.glyphicon-whole-voting-confidence:before {
  content: "\E0EA";
}
.glyphicon-why:before {
  content: "\E0EB";
}
.alert-success {
  background-color: #64a70b;
}
.alert-info {
  background-color: #c7c9c7;
}
.alert {
  position: relative;
  padding: 5px 15px 15px;
  border: none;
  border-radius: 0;
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
}
.alert .glyphicon,
.alert .datepicker-dropdown .prev:before,
.alert .datepicker-dropdown .next:before,
.alert .breadcrumb.breadcrumb > li + li:before,
.alert .pager > li > a,
.alert .pagination > li:first-child a,
.alert .pagination > li:last-child a,
.alert .pagination > li:first-child span,
.alert .pagination > li:last-child span {
  position: relative;
  display: inline-block;
  top: 6px;
  padding-right: 6px;
  padding-bottom: 10px;
  font-size: 24px;
}
.alert-headline {
  margin: 10px 0 0;
  font-size: 18px;
}
.alert-danger {
  background-color: #e1343e;
}
.btn {
  box-sizing: border-box;
  padding: 10px 22px;
  margin-bottom: 10px;
  font-size: 16px;
  font-family: "AllianzSansWeb";
  color: #414141;
  background: #ebecec;
  background: -webkit-linear-gradient(top, #f5f6f6, #ebecec);
  background: linear-gradient(to bottom, #f5f6f6, #ebecec);
}
.btn.f-constrain {
  max-width: 200px;
  white-space: normal;
}
.btn[disabled]:hover,
.btn[disabled]:active {
  outline: none;
}
.btn:hover {
  border-color: #d4d4d4;
  background: #f5f6f6;
}
.btn .glyphicon,
.btn .datepicker-dropdown .prev:before,
.btn .datepicker-dropdown .next:before,
.btn .breadcrumb.breadcrumb > li + li:before,
.btn .pager > li > a,
.btn .pagination > li:first-child a,
.btn .pagination > li:last-child a,
.btn .pagination > li:first-child span,
.btn .pagination > li:last-child span {
  position: relative;
  top: 2px;
  right: 6px;
  padding-right: 2px;
  color: inherit;
}
.btn-default.active {
  box-shadow: none;
  color: #ffffff;
}
.btn-default.active:hover {
  background-color: #2aade6;
}
.btn-default[disabled] {
  background: #ebecec;
  background: -webkit-linear-gradient(top, #f5f6f6, #ebecec);
  background: linear-gradient(to bottom, #f5f6f6, #ebecec);
}
.btn-default[disabled]:hover,
.btn-default[disabled]:active {
  background: #ebecec;
  background: -webkit-linear-gradient(top, #f5f6f6, #ebecec);
  background: linear-gradient(to bottom, #f5f6f6, #ebecec);
}
.btn-lg {
  padding: 15px 28px;
  font-size: 18px;
  line-height: 22px;
}
.btn-lg.f-constrain {
  max-width: 220px;
}
.btn-xlg {
  padding-left: 32px;
  padding-right: 32px;
  font-size: 22px;
  line-height: 26px;
}
.btn-xlg.f-constrain {
  max-width: 250px;
}
.btn-primary {
  border-color: #003da5;
  color: #ffffff;
  background: #006eba;
  background: -webkit-linear-gradient(top, #0077c8, #006eba);
  background: linear-gradient(to bottom, #0077c8, #006eba);
}
.btn-primary:hover,
.btn-primary:active {
  border-color: #003da5;
  color: #ffffff;
  background: #199dd7;
  outline: none;
}
.btn-primary[disabled]:hover {
  background: #006eba;
  background: -webkit-linear-gradient(top, #0077c8, #006eba);
  background: linear-gradient(to bottom, #0077c8, #006eba);
}
.btn-direct {
  border-color: #e35205;
  color: #ffffff;
  background: #f46f02;
  background: -webkit-linear-gradient(top, #f46f02, #f46f02);
  background: linear-gradient(to bottom, #f46f02, #f46f02);
}
.btn-direct:hover,
.btn-direct:active {
  border-color: #e35205;
  color: #ffffff;
  background: #ff8200;
  outline: none;
}
.btn-direct[disabled]:hover {
  background: #f46f02;
  background: -webkit-linear-gradient(top, #f46f02, #f46f02);
  background: linear-gradient(to bottom, #f46f02, #f46f02);
}
.btn-cool {
  border-color: #cccccc;
  background: #e6e6e6;
  background: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background: linear-gradient(to bottom, #ffffff, #e6e6e6);
}
.btn-cool:hover,
.btn-cool:active {
  border-color: #cccccc;
  outline: none;
}
.btn-cool[disabled],
.btn-cool[disabled]:hover {
  background: #e6e6e6;
  background: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background: linear-gradient(to bottom, #ffffff, #e6e6e6);
}
.datepicker-dropdown {
  box-sizing: border-box;
  position: absolute;
  margin: 7px 0 0 0;
  padding: 30px;
  border: 1px solid #cccccc;
  background: #ffffff;
  color: #414141;
}
.datepicker-dropdown .datepicker-months .table-condensed td {
  padding: 0;
}
.datepicker-dropdown .table-condensed {
  width: 230px;
}
.datepicker-dropdown .table-condensed > thead > tr > th {
  padding: 0;
  text-align: center;
  cursor: pointer;
}
.datepicker-dropdown .table-condensed > thead > tr > th.dow {
  padding: 14px 0 10px 0;
}
.datepicker-dropdown .day,
.datepicker-dropdown .prev,
.datepicker-dropdown .next,
.datepicker-dropdown .datepicker-switch {
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
.datepicker-dropdown .day.active,
.datepicker-dropdown .prev.active,
.datepicker-dropdown .next.active,
.datepicker-dropdown .datepicker-switch.active,
.datepicker-dropdown .day:hover,
.datepicker-dropdown .prev:hover,
.datepicker-dropdown .next:hover,
.datepicker-dropdown .datepicker-switch:hover {
  color: #ffffff;
  background: #199dd7;
}
.datepicker-dropdown .day {
  text-align: center;
  height: 30px;
  width: 30px;
  padding: 0;
  cursor: pointer;
}
.datepicker-dropdown .day.new,
.datepicker-dropdown .day.old {
  font-size: 0;
  background: #e6e6e6;
  cursor: default;
}
.datepicker-dropdown .day.new.active,
.datepicker-dropdown .day.old.active,
.datepicker-dropdown .day.new:hover,
.datepicker-dropdown .day.old:hover {
  background: #e6e6e6;
}
.datepicker-dropdown .day.new.disabled,
.datepicker-dropdown .day.old.disabled {
  cursor: not-allowed;
}
.datepicker-dropdown .day.disabled:not(.new):not(.old) {
  color: #e6e6e6;
  background: #ffffff;
  cursor: not-allowed;
}
.datepicker-dropdown .day.disabled:not(.new):not(.old):hover {
  color: #e6e6e6;
  background: #ffffff;
}
.datepicker-dropdown .month,
.datepicker-dropdown .year {
  display: inline-block;
  min-width: 30px;
  min-height: 30px;
  padding: 3px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
.datepicker-dropdown .month:hover,
.datepicker-dropdown .year:hover,
.datepicker-dropdown .month:active,
.datepicker-dropdown .year:active {
  color: #ffffff;
  background: #199dd7;
}
.datepicker-dropdown .prev,
.datepicker-dropdown .next {
  font-size: 0;
}
.datepicker-dropdown .prev:before,
.datepicker-dropdown .next:before {
  font-size: 12px;
  line-height: 26px;
}
.datepicker-switch {
  text-align: center;
}
.bs-glyphicons-list {
  padding-left: 0;
  list-style: none;
}
.bs-glyphicons-list li {
  display: inline-block;
  padding: 10px;
  height: 115px;
  width: 10%;
  vertical-align: top;
  border: 1px solid #fff;
  line-height: 1.4;
  font-size: 10px;
  text-align: center;
  background-color: #f9f9f9;
}
.bs-glyphicons-list .glyphicon,
.bs-glyphicons-list .datepicker-dropdown .prev:before,
.bs-glyphicons-list .datepicker-dropdown .next:before,
.bs-glyphicons-list .breadcrumb.breadcrumb > li + li:before,
.bs-glyphicons-list .pager > li > a,
.bs-glyphicons-list .pagination > li:first-child a,
.bs-glyphicons-list .pagination > li:last-child a,
.bs-glyphicons-list .pagination > li:first-child span,
.bs-glyphicons-list .pagination > li:last-child span {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 50px;
}
.bs-glyphicons-list .glyphicon-class {
  display: block;
  text-align: center;
  word-wrap: break-word;
}
.glyphicon-file-img:after {
  content: "\00a0";
  width: 20px;
  height: 21px;
  display: inline-block;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAVCAYAAABG1c6oAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4NzM5QjZFRkFCNjUxMUUzQUY3OTkxQkMzM0VCQTUxQyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4NzM5QjZGMEFCNjUxMUUzQUY3OTkxQkMzM0VCQTUxQyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjg3MzlCNkVEQUI2NTExRTNBRjc5OTFCQzMzRUJBNTFDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjg3MzlCNkVFQUI2NTExRTNBRjc5OTFCQzMzRUJBNTFDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+GFvIcQAAAPxJREFUeNpi/P//PwMyaGtrgzFRJTCBChDfRRdkwaH4f0FhIU6TJvT3g6jDQNwJxBOR5ZgYyARx8fF3mJiYEoHMRUDMQbGBQkJCtplZWVwcHBx8QO5RIJajyEAQYGVlVc3IzLSTlZU9CeSeAGJZFnINg4YjCAgCcSaU/YgxaMcVDMXGZzfijRR8lrBgSx5njf0ZYg/dI9qgxXZKlMcyLgA3cK27NgqNLI4sBuOjq8ObsEGKg3deJVqc6ISNz2CSDAQZgk8TPnm86RDddYQsAgFQOvxPaczCkg0oHVI92YC8zEitnEKThM2CHshIJfYgcSGu2AfGGDmxzwgQYAAQcVHQm24DxgAAAABJRU5ErkJggg==') 0 0 no-repeat transparent;
}
.glyphicon-file-jpg:after {
  content: "\00a0";
  width: 20px;
  height: 21px;
  display: inline-block;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAVCAYAAABG1c6oAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2tpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyQ0QxRDFGNTJCMjA2ODExOERCQkMyMUU1MTFEQ0VCOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3Qzk3QUJDQkYzQzIxMUUzODdCRTlCQjkzNTA0NkE4RSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3Qzk3QUJDQUYzQzIxMUUzODdCRTlCQjkzNTA0NkE4RSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDphMmNkYmQwNy0yMDU0LTQyYTEtYjNjNi0xOGQyZjY0NGNiOWQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MkNEMUQxRjUyQjIwNjgxMThEQkJDMjFFNTExRENFQjgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6Twb73AAABCElEQVR42mL8//8/AzJoa2uDMVElMIEKEN9FF2TBofh/QWEhTpMm9PeDqMNA3AnEE5HlmBjIBHHx8XeYmJgSgcxFQMxBsYFCQkK2mVlZXBwcHHxA7lEglqPIQBBgZWVVzcjMtJOVlT0J5J4AYlkWcg2DhiMICAJxJpT9iIXRbhmaUgWGVo8HeA3DFWEgS1iwJY/qHQpAvJ5o137dGUh5LOMC4DD8fygKRRAUDNjE0NViBhfUQGQJbBpgYiAamyHE5BQGbC5HF8dmOBM+jSANMIzN+zhdiBxm+BRjC1ucXibWFYTCkCbJhhFdEJhT8BZf9HUheiAjldiDxIW4Ugiw5PhPhnmMAAEGAAayVdL+zgkBAAAAAElFTkSuQmCC') 0 0 no-repeat transparent;
}
.glyphicon-file-png:after {
  content: "\00a0";
  width: 20px;
  height: 21px;
  display: inline-block;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAVCAYAAABG1c6oAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2tpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyQ0QxRDFGNTJCMjA2ODExOERCQkMyMUU1MTFEQ0VCOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3Qzk3QUJDN0YzQzIxMUUzODdCRTlCQjkzNTA0NkE4RSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3Qzk3QUJDNkYzQzIxMUUzODdCRTlCQjkzNTA0NkE4RSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDphMmNkYmQwNy0yMDU0LTQyYTEtYjNjNi0xOGQyZjY0NGNiOWQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MkNEMUQxRjUyQjIwNjgxMThEQkJDMjFFNTExRENFQjgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5ZUKUjAAABNklEQVR42mL8//8/AzJoa2uDMVElMIEKEN9FF2TBofh/QWEhTpMm9PeDqMNA3AnEE5HlmBjIBHHx8XeYmJgSgcxFQMxBsYFCQkK2mVlZXBwcHHxA7lEglqPIQBBgZWVVzcjMtJOVlT0J5J4AYlkWcg2DhiMICAJxJpT9iKVDch4DaqBKMPzLfYHXMFwRBrKEBVvyYJoswTBp8nKiXZt3L5LyWMYFwGFY8TwJRRAUDCCxSTrLGL69/QFmw4IGWS16cKEkbGwaAmY5MqwI3wnnIxuM14XYXAkCr6+/Z3CqM8UQh6klyoXIYF/jKYaI1Z4Y4rAgwQbwRsrf3/8Y1qfsxTAIl2EgwNguMfc/pTELSzagdEiTZMOILgjMKXiLL3yA+i5ED2CkEnuQuBBX7ANjjJzYZwQIMAC90maUwnUrjQAAAABJRU5ErkJggg==') 0 0 no-repeat transparent;
}
.glyphicon-file-txt:after {
  content: "\00a0";
  width: 20px;
  height: 21px;
  display: inline-block;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAVCAYAAABG1c6oAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2tpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyQ0QxRDFGNTJCMjA2ODExOERCQkMyMUU1MTFEQ0VCOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpFMDM4MDFCQUYzQzIxMUUzODdCRTlCQjkzNTA0NkE4RSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFMDM4MDFCOUYzQzIxMUUzODdCRTlCQjkzNTA0NkE4RSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDphMmNkYmQwNy0yMDU0LTQyYTEtYjNjNi0xOGQyZjY0NGNiOWQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MkNEMUQxRjUyQjIwNjgxMThEQkJDMjFFNTExRENFQjgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6pCBB1AAABYklEQVR42mL8//8/AzJoa2uDMVElMIEKEN9FF2TBofh/QWEhTpMm9PeDqMNA3AnEE5HlmBjIBHHx8XeYmJgSgcxFQMxBsYFCQkK2mVlZXBwcHHxA7lEglqPIQBBgZWVVzcjMtJOVlT0J5J4AYlkWcg2DhiMICAJxJpT9iKWwpBhDsaiQMF7DcEUYyBIWbMnj9bu3DNW1NUS7trW5hfRYZmRkJEodOAz7e3oxJC5dvsxw8NBBhnv37zMoKykx+Pv6MQADH0MdepCxIAuCDIaxlRQVGeJi4xj27N3D4OHmzrBg0UKGO3fvYqhDBzi9DHIZyLCggECGnbt3wQ0jBHAaCPImyGXrN25gcHZyZlBUUCQ+DLFFACjM5gO9eRfosidPnjLY29kx3H9wn3DkFRQX/cdlKHpJRCjZgNIhTi8Taxg2LzNiySl4iy+yIoVcwIKeqJFK7EHiQlyxD4wxcmKFESDAAGPOb0uX76vbAAAAAElFTkSuQmCC') 0 0 no-repeat transparent;
}
.glyphicon-file-mp3:after {
  content: "\00a0";
  width: 20px;
  height: 21px;
  display: inline-block;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAVCAYAAABG1c6oAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpBMkM0QUM2Q0FCNjUxMUUzQUY3OTkxQkMzM0VCQTUxQyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpBMkM0QUM2REFCNjUxMUUzQUY3OTkxQkMzM0VCQTUxQyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkEyQzRBQzZBQUI2NTExRTNBRjc5OTFCQzMzRUJBNTFDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkEyQzRBQzZCQUI2NTExRTNBRjc5OTFCQzMzRUJBNTFDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+QshQNQAAASdJREFUeNpi/P//PwMyaGtrgzFRJTCBChDfRRdkwaH4f0FhIU6TJvT3g6jDQNwJxBOR5ZgYyARx8fF3mJiYEoHMRUDMQbGBQkJCtplZWVwcHBx8QO5RIJajyEAQYGVlVc3IzLSTlZU9CeSeAGJZFnINg4YjCAgCcSaU/YjlSoc+ikI/oJs3/QvHaxiuCANZwoItefgxrWS4N3El0a5Vyj9BeSzjAuAw1Km4CObAvC9mkwnEGWA+TA4G0MXQgwzFhSCDIHQGhiHIGtH5WA0EKYAZ9OrIDBRFIBehuxSdjzPrgRQiG47NW9i8jtXLD9fkERXw2FwMA4yX2/X+UxqzsGQDSoc0STaM6ILAnIK3+MIHqO9C9MBFKrEHiQtxiDMCY4yc2GcECDAAa+BeylqiJCQAAAAASUVORK5CYII=') 0 0 no-repeat transparent;
}
.glyphicon-file-pdf:after {
  content: "\00a0";
  width: 20px;
  height: 21px;
  display: inline-block;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAVCAYAAABG1c6oAAAAkklEQVR42u2VTQqAIBCFO1i7zubevWfQZSeYs9hsC2r7goEgBhyyJAgaeCjD8+Mh/nSlcs7BUs4Zeo0JW7etJAF670FEaAacmBFCQEoJLYAyzsuCGKOAmwAPEZFsATPjLrAkE1gtAY5Dj4d6CahL9wo+G6jmRq8uoQXUnmsJL6auB57L8H3n2DS7KT+w+k+xn64dHI0cRmvl74sAAAAASUVORK5CYII=') 0 0 no-repeat transparent;
}
.glyphicon-file-tiff:after {
  content: "\00a0";
  width: 20px;
  height: 21px;
  display: inline-block;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAVCAYAAABG1c6oAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2tpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyQ0QxRDFGNTJCMjA2ODExOERCQkMyMUU1MTFEQ0VCOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3Qzk3QUJDM0YzQzIxMUUzODdCRTlCQjkzNTA0NkE4RSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3Qzk3QUJDMkYzQzIxMUUzODdCRTlCQjkzNTA0NkE4RSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDphMmNkYmQwNy0yMDU0LTQyYTEtYjNjNi0xOGQyZjY0NGNiOWQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MkNEMUQxRjUyQjIwNjgxMThEQkJDMjFFNTExRENFQjgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5oqVb1AAAA90lEQVR42mL8//8/AzJoa2uDMVElMIEKEN9FF2TBofh/QWEhTpMm9PeDqMNA3AnEE5HlmBjIBHHx8XeYmJgSgcxFQMxBsYFCQkK2mVlZXBwcHHxA7lEglqPIQBBgZWVVzcjMtJOVlT0J5J4AYlkWcg2DhiMICAJxJpT9iIVxRwCqSiMGhtZzZngNwxVhIEsYGbb7/2egEgA5hImB6gDoQmwAJo5NHpdYa2vrf3CkwMLxv8cGBowwhQJs4tjEiPYyyDIQJiRGdLKhuguJtnjQJxsWsCsxbcJbfOHMjuf6aeBC9GhHKrHJAjQJQ6yxDyw5yIl9RoAAAwBphYaA70G6uAAAAABJRU5ErkJggg==') 0 0 no-repeat transparent;
}
.glyphicon-file-vid:after {
  content: "\00a0";
  width: 20px;
  height: 21px;
  display: inline-block;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAVCAYAAABG1c6oAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4NzM5QjZFRkFCNjUxMUUzQUY3OTkxQkMzM0VCQTUxQyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4NzM5QjZGMEFCNjUxMUUzQUY3OTkxQkMzM0VCQTUxQyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjg3MzlCNkVEQUI2NTExRTNBRjc5OTFCQzMzRUJBNTFDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjg3MzlCNkVFQUI2NTExRTNBRjc5OTFCQzMzRUJBNTFDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+GFvIcQAAAPxJREFUeNpi/P//PwMyaGtrgzFRJTCBChDfRRdkwaH4f0FhIU6TJvT3g6jDQNwJxBOR5ZgYyARx8fF3mJiYEoHMRUDMQbGBQkJCtplZWVwcHBx8QO5RIJajyEAQYGVlVc3IzLSTlZU9CeSeAGJZFnINg4YjCAgCcSaU/YgxaMcVDMXGZzfijRR8lrBgSx5njf0ZYg/dI9qgxXZKlMcyLgA3cK27NgqNLI4sBuOjq8ObsEGKg3deJVqc6ISNz2CSDAQZgk8TPnm86RDddYQsAgFQOvxPaczCkg0oHVI92YC8zEitnEKThM2CHshIJfYgcSGu2AfGGDmxzwgQYAAQcVHQm24DxgAAAABJRU5ErkJggg==') 0 0 no-repeat transparent;
}
.glyphicon-file-xls:after {
  content: "\00a0";
  width: 20px;
  height: 21px;
  display: inline-block;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAVCAYAAABG1c6oAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpBMkM0QUM2OEFCNjUxMUUzQUY3OTkxQkMzM0VCQTUxQyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpBMkM0QUM2OUFCNjUxMUUzQUY3OTkxQkMzM0VCQTUxQyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkEyQzRBQzY2QUI2NTExRTNBRjc5OTFCQzMzRUJBNTFDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkEyQzRBQzY3QUI2NTExRTNBRjc5OTFCQzMzRUJBNTFDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+y+ZFUgAAAQhJREFUeNpi/P//PwMyaGtrgzFRJTCBChDfRRdkwaH4f0FhIU6TJvT3g6jDQNwJxBOR5ZgYyARx8fF3mJiYEoHMRUDMQbGBQkJCtplZWVwcHBx8QO5RIJajyEAQYGVlVc3IzLSTlZU9CeSeAGJZFnINg4YjCAgCcSaU/YjFLYkDQ7GDSh1ew3BFGMgSFmzJ48CdJoYD2U1Eu3bD1PeUxzIuADdw17wfKBIwPjZxGMZrICgskQ3BFrbIanHJM6ErJGQYsisJGggzDJdiQq7DCEOYQnRDkV2Ez3UohQO6rciGYxMn6EJqAZALGbHkFLzFF31diB7ASCX2IHEhDnFGYMnxnwzzGAECDADnh2TBxLcW5gAAAABJRU5ErkJggg==') 0 0 no-repeat transparent;
}
.checkbox.checkbox label {
  display: block;
  position: relative;
  margin-bottom: 10px;
  font-weight: 300;
  padding-left: 26px;
  color: #898d8d;
}
.checkbox.checkbox label:before {
  content: "\E031";
}
.checkbox.checkbox label:before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  color: #898d8d;
  font-family: "all-icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  text-transform: none;
}
.checkbox.checkbox label span:before {
  content: "\E02F";
}
.checkbox.checkbox label span:before {
  display: none;
}
.checkbox.checkbox input {
  display: none;
}
.checkbox.checkbox input:checked + span:before {
  position: absolute;
  top: 5px;
  left: 2px;
  display: inline-block;
  line-height: 11px;
  font-size: 12px;
  color: #199dd7;
  font-family: "all-icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  text-transform: none;
}
.checkbox.checkbox.warning label:before {
  color: #e1343e;
}
.radio,
.radio-inline {
  font-weight: 300;
  cursor: pointer;
}
.radio .label,
.radio-inline .label {
  position: relative;
  display: inline-block;
  padding: 0;
  vertical-align: top;
  color: #414141;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
.radio .label:before,
.radio-inline .label:before {
  content: "";
  box-sizing: border-box;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #414141;
  border-radius: 50%;
  margin-right: 6px;
  background-color: #ffffff;
  vertical-align: top;
}
.radio .label:after,
.radio-inline .label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin-top: 3px;
  margin-left: 3px;
}
.radio .label:hover:before,
.radio-inline .label:hover:before {
  border-color: #000000;
}
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  visibility: hidden;
}
.radio input[type="radio"]:checked ~ .label:after,
.radio-inline input[type="radio"]:checked ~ .label:after {
  background-color: #199dd7;
}
.radio-inline:first-of-type {
  padding-left: 0;
}
.radio.disabled,
.radio-inline.disabled {
  opacity: 0.4;
}
.radio.danger .label:before,
.radio-inline.danger .label:before {
  border-color: #e1343e;
}
.radio.danger input[type="radio"]:checked ~ .label:after,
.radio-inline.danger input[type="radio"]:checked ~ .label:after {
  background-color: #414141;
}
.has-error .form-control.form-control {
  border-color: #e1343e;
}
.form-control {
  box-sizing: border-box;
  display: inline-block;
  padding: 8px 13px;
  border-radius: 0;
  font-family: 'AllianzSansWeb';
  font-size: 16px;
  color: #414141;
}
.form-control::-webkit-input-placeholder {
  color: #898d8d;
}
.form-control:-moz-placeholder {
  /* FF 4-18 */
  color: #898d8d;
}
.form-control::-moz-placeholder {
  /* FF 19+ */
  color: #898d8d;
}
.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #898d8d;
}
.full-width-col {
  width: 100%;
}
.input-group-addon.input-group-addon {
  height: 24px;
}
.input-lg {
  width: 74%;
}
.input-sm {
  width: 25%;
}
label {
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
.form-horizontal .control-label {
  text-align: left;
}
.btn-link {
  display: inline-block;
  margin-left: 20px;
  color: #0077c8;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
.btn-link:hover,
.btn-link:active {
  color: #199dd7;
  text-decoration: none;
}
.btn-link .glyphicon,
.btn-link .datepicker-dropdown .prev:before,
.btn-link .datepicker-dropdown .next:before,
.btn-link .breadcrumb.breadcrumb > li + li:before,
.btn-link .pager > li > a,
.btn-link .pagination > li:first-child a,
.btn-link .pagination > li:last-child a,
.btn-link .pagination > li:first-child span,
.btn-link .pagination > li:last-child span {
  margin-right: 5px;
  font-size: 7px;
  vertical-align: middle;
  padding-bottom: 4px;
}
.btn-link .glyphicon + .glyphicon,
.btn-link .datepicker-dropdown .prev:before + .datepicker-dropdown .prev:before,
.btn-link .datepicker-dropdown .next:before + .datepicker-dropdown .next:before,
.btn-link .breadcrumb.breadcrumb > li + li:before + .breadcrumb.breadcrumb > li + li:before,
.btn-link .pager > li > a + .pager > li > a,
.btn-link .pagination > li:first-child a + .pagination > li:first-child a,
.btn-link .pagination > li:last-child a + .pagination > li:last-child a,
.btn-link .pagination > li:first-child span + .pagination > li:first-child span,
.btn-link .pagination > li:last-child span + .pagination > li:last-child span {
  margin-left: 10px;
  font-size: 20px;
  line-height: 16px;
}
.btn-link--hero {
  color: #414141;
  line-height: 20px;
}
.btn-link--hero:hover,
.btn-link--hero:active {
  color: #707372;
}
.btn-link--hero:hover .glyphicon,
.btn-link--hero:active .glyphicon,
.btn-link--hero:hover .datepicker-dropdown .prev:before,
.btn-link--hero:active .datepicker-dropdown .prev:before,
.btn-link--hero:hover .datepicker-dropdown .next:before,
.btn-link--hero:active .datepicker-dropdown .next:before,
.btn-link--hero:hover .breadcrumb.breadcrumb > li + li:before,
.btn-link--hero:active .breadcrumb.breadcrumb > li + li:before,
.btn-link--hero:hover .pager > li > a,
.btn-link--hero:active .pager > li > a,
.btn-link--hero:hover .pagination > li:first-child a,
.btn-link--hero:active .pagination > li:first-child a,
.btn-link--hero:hover .pagination > li:last-child a,
.btn-link--hero:active .pagination > li:last-child a,
.btn-link--hero:hover .pagination > li:first-child span,
.btn-link--hero:active .pagination > li:first-child span,
.btn-link--hero:hover .pagination > li:last-child span,
.btn-link--hero:active .pagination > li:last-child span {
  color: #707372;
}
.btn-link--hero .glyphicon,
.btn-link--hero .datepicker-dropdown .prev:before,
.btn-link--hero .datepicker-dropdown .next:before,
.btn-link--hero .breadcrumb.breadcrumb > li + li:before,
.btn-link--hero .pager > li > a,
.btn-link--hero .pagination > li:first-child a,
.btn-link--hero .pagination > li:last-child a,
.btn-link--hero .pagination > li:first-child span,
.btn-link--hero .pagination > li:last-child span {
  font-size: 20px;
  line-height: 15px;
  vertical-align: bottom;
}
.btn-group .btn.btn-toggle.btn-toggle,
.btn-toggle .btn.btn-toggle.btn-toggle {
  display: block;
  padding: 17px;
  width: 100%;
  line-height: 30px;
  font-size: 26px;
}
.btn-group .btn.btn-toggle.btn-toggle.active,
.btn-toggle .btn.btn-toggle.btn-toggle.active {
  box-shadow: none;
  color: #ffffff;
}
.btn-group .btn.btn-toggle.btn-toggle.active:after,
.btn-toggle .btn.btn-toggle.btn-toggle.active:after {
  content: "\E02F";
}
.btn-group .btn.btn-toggle.btn-toggle.active:after,
.btn-toggle .btn.btn-toggle.btn-toggle.active:after {
  top: 1px;
  font-family: 'Glyphicons Halflings';
  line-height: 1;
  display: inline-block;
  font-family: "all-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  text-transform: none;
  position: relative;
  top: 2px;
  left: 6px;
  line-height: 26px;
  font-size: 19px;
}
.btn-group.disabled .btn-default.btn-default.active,
.btn-toggle.disabled .btn-default.btn-default.active {
  box-shadow: none;
  color: #ffffff;
  border-color: #2aade6;
  background-color: #2aade6;
}
.btn-group.disabled .btn-default.btn-default.active:hover,
.btn-toggle.disabled .btn-default.btn-default.active:hover {
  background-color: #2aade6;
}
.btn-primary.btn-toggle.active {
  background: #199dd7;
}
.btn-group .btn.btn-danger,
.btn-toggle .btn.btn-danger {
  box-shadow: none;
  color: #e1343e;
  background: #f5f6f6;
}
.btn-group .btn.btn-danger.active.active,
.btn-toggle .btn.btn-danger.active.active {
  box-shadow: none;
  color: #ffffff;
  background-color: #e1343e;
  border-color: #e1343e;
}
.btn-group .btn.btn-danger.active.active:hover,
.btn-toggle .btn.btn-danger.active.active:hover {
  background-color: #e1343e;
  border-color: #e1343e;
}
.btn-group .btn.btn-danger.active.active:after,
.btn-toggle .btn.btn-danger.active.active:after {
  display: none;
}
.progress {
  box-sizing: border-box;
  height: 36px;
  border: 1px solid #ebecec;
  border-radius: 2px;
  box-shadow: none;
  background-color: #f5f6f6;
}
.progress-bar {
  box-shadow: none;
  line-height: 36px;
  background-color: #199dd7;
}
.progress-circle {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  min-width: 36px;
  min-height: 36px;
  border: 2px solid currentcolor;
  border-radius: 50%;
  color: #199dd7;
}
.progress-circle[data-quarters]:before,
.progress-circle[data-progress-circle] svg {
  box-sizing: border-box;
  position: absolute;
  z-index: 0;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.progress-circle[data-quarters]:before {
  content: '';
  border: 6px solid transparent;
  border-radius: 50%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.progress-circle[data-quarters="1"]:before {
  border-color: currentcolor transparent transparent transparent;
}
.progress-circle[data-quarters="2"]:before {
  border-color: currentcolor currentcolor transparent transparent;
}
.progress-circle[data-quarters="3"]:before {
  border-color: currentcolor currentcolor currentcolor transparent;
}
.progress-circle[data-quarters="4"]:before {
  border-color: currentcolor;
}
.progress-circle.disabled {
  color: #c7c9c7;
}
.progress-circle[data-progress-circle] svg {
  fill: transparent;
}
.progress-circle[data-progress-circle] svg path {
  stroke: currentcolor;
  stroke-width: 20px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
}
.bs-select-hidden {
  display: none;
}
.bootstrap-select {
  box-sizing: border-box;
  width: 306px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.bootstrap-select .caret,
.bootstrap-select .filter-option {
  box-sizing: border-box;
  display: table-cell;
  overflow: hidden;
  vertical-align: middle;
}
.bootstrap-select .caret {
  height: auto;
  width: 35px;
  border: none;
  text-align: center;
  color: #414141;
  position: relative;
  top: 1px;
  font-family: 'Glyphicons Halflings';
  line-height: 1;
  display: inline-block;
  font-family: "all-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  text-transform: none;
}
.bootstrap-select .caret:before {
  content: "\E012";
}
.bootstrap-select .filter-option {
  width: 265px;
  text-overflow: ellipsis;
  padding-left: 14px;
}
.bootstrap-select.open .dropdown-toggle {
  border-color: #199dd7;
  color: #414141;
  background-color: #ffffff;
}
.bootstrap-select.bootstrap-select.open .dropdown-toggle {
  box-shadow: none;
}
.bootstrap-select .dropdown-toggle {
  box-sizing: border-box;
  display: table;
  height: 36px;
  width: 306px;
  max-width: 306px;
  padding: 0 10px 0 0;
  border: 1px solid #cccccc;
  border-radius: 0;
  overflow-x: hidden;
  text-align: left;
  line-height: 32px;
  color: #898d8d;
  background: #ffffff;
}
.bootstrap-select .dropdown-toggle:hover {
  color: #898d8d;
  background-color: #ffffff;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: none;
  background-color: #ffffff;
}
.bootstrap-select .dropdown-menu {
  box-sizing: border-box;
  top: 36px;
  width: 100%;
  min-width: 100%;
  padding: 0;
  border: none;
  border-radius: 0;
  margin-top: 0;
  box-shadow: none;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
.bootstrap-select .dropdown-menu.inner {
  position: static;
}
.bootstrap-select .dropdown-menu.inner.inner {
  border: none;
}
.open.bootstrap-select .dropdown-menu {
  border: solid #199dd7;
  border-width: 0 1px 1px 1px;
}
.bootstrap-select .dropdown-menu > .selectpicker {
  position: static;
  display: block;
  border: none;
}
.bootstrap-select .dropdown-menu li a {
  display: block;
  padding: 10px 10px 10px 14px;
  color: #898d8d;
  white-space: pre-wrap;
  cursor: pointer;
}
.bootstrap-select .dropdown-menu li a:hover {
  background-color: #199dd7;
}
.bootstrap-select .dropdown-menu li a:focus {
  background-color: #ffffff;
  outline: none;
}
.bootstrap-select .dropdown-menu li.no-results {
  padding: 10px 10px 10px 14px;
  white-space: pre-wrap;
}
.bootstrap-select .dropdown-menu li.no-results:hover {
  background-color: #ffffff;
}
.bootstrap-select .dropdown-menu li:hover {
  background-color: #199dd7;
}
.bootstrap-select .dropdown-menu li:hover a {
  color: #ffffff;
}
.bootstrap-select .dropdown-menu li:hover a:focus,
.bootstrap-select .dropdown-menu li:hover a:hover {
  background-color: #199dd7;
}
.bootstrap-select .dropdown-menu li.active a {
  color: #414141;
  background-color: #ffffff;
}
.bootstrap-select .dropdown-menu li .check-mark:before {
  content: "";
}
.select-search .bs-searchbox {
  position: relative;
  border: 1px solid #199dd7;
  margin: 7px 5px;
  font-family: "all-icons";
}
.select-search .bs-searchbox:before {
  content: "\E0CA";
}
.select-search .bs-searchbox:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.select-search .bs-searchbox .form-control {
  padding-left: 30px;
}
.select-search .input-block-level {
  width: 85%;
  padding-left: 0;
  border: none;
}
.select-search .input-block-level:focus {
  box-shadow: none;
}
.select-group .dropdown-header {
  padding: 10px 10px 0 14px;
  color: #898d8d;
  white-space: pre-wrap;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
.select-group .dropdown-header .text {
  display: block;
  padding-bottom: 10px;
  border: solid #c7c9c7;
  border-width: 0 0 1px 0;
}
.select-group .dropdown-header:hover {
  background-color: #ffffff;
}
.select-group li {
  background-color: #f5f6f6;
}
.select-group .divider {
  display: none;
}
.select-group .divider ~ .dropdown-header {
  border: none;
}
.select-group .divider ~ li {
  background-color: #ffffff;
}
.select-group .form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.select-group .form-control:not([class*="col-"]) {
  width: 100%;
}
.select-group .form-control.input-group-btn {
  z-index: auto;
}
.select-group .btn-group:not(.input-group-btn),
.select-group .btn-group[class*="col-"],
.select-group .btn-toggle:not(.input-group-btn),
.select-group .btn-toggle[class*="col-"] {
  display: inline-block;
  margin-left: 0;
}
.select-group .btn-group[class*="col-"] .dropdown-toggle,
.select-group .btn-toggle[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.slider-container {
  padding: 0 7px;
}
.slider-container input {
  display: none;
}
.slider {
  box-sizing: border-box;
  position: relative;
  padding: 60px 0 10px;
}
.slider.slider-disabled:hover {
  cursor: not-allowed;
}
.slider.slider-disabled .slider-selection {
  background: #c7c9c7;
}
.slider.slider-disabled .slider-handle {
  background: #e6e6e6;
}
.slider.slider-disabled .slider-handle:hover,
.slider.slider-disabled .slider-handle:focus {
  cursor: not-allowed;
}
.slider.slider-disabled .slider-handle:hover:before,
.slider.slider-disabled .slider-handle:focus:before {
  opacity: .05;
}
.slider.slider-disabled .tooltip.tooltip {
  color: #c7c9c7;
}
.slider .tooltip {
  box-sizing: border-box;
  z-index: 2;
  top: 0 !important;
  margin-top: 0;
  color: #199dd7;
  opacity: 1;
  -webkit-transform: translateX(8%);
      -ms-transform: translateX(8%);
          transform: translateX(8%);
}
.slider .tooltip.in {
  opacity: 1;
}
.slider .tooltip .tooltip-arrow {
  position: absolute;
  z-index: 4;
  top: auto;
  left: 58%;
  bottom: -5px;
  height: 12px;
  width: 12px;
  border: solid #c7c9c7;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg) translateX(-50%);
      -ms-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
  background: #ffffff;
}
.slider .tooltip-inner {
  position: relative;
  z-index: 3;
  padding: 7px 12px;
  border: 1px solid #c7c9c7;
  border-radius: 0;
  color: #199dd7;
  background: #ffffff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
.slider-track.slider-track {
  position: relative;
  height: 10px;
  background: #e6e6e6;
}
.slider-handle {
  box-sizing: border-box;
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  margin: -6px 0 0 -6px;
  background: #199dd7;
  background-image: -webkit-linear-gradient(left, #199dd7 95%, #178ec3);
  background-image: linear-gradient(to right, #199dd7 95%, #178ec3);
  border-radius: 50%;
}
.slider-handle:hover,
.slider-handle:focus {
  cursor: -webkit-grab;
  cursor: grab;
}
.slider-handle:hover:before,
.slider-handle:focus:before {
  opacity: .1;
}
.slider-handle:before,
.slider-handle:after {
  content: '';
  position: absolute;
  border-radius: inherit;
}
.slider-handle:before {
  z-index: 1;
  height: 30px;
  width: 30px;
  margin: -5px 0 0 -5px;
  opacity: .05;
  background: #000;
}
.slider-handle:after {
  z-index: 3;
  top: 50%;
  left: 50%;
  margin: -4px 0 0 -4px;
  height: 8px;
  width: 8px;
  opacity: .35;
  background-color: #000;
  background-image: -webkit-linear-gradient(top, #000000, #ffffff);
  background-image: linear-gradient(to bottom, #000000, #ffffff);
}
.slider-selection {
  position: absolute;
  height: 100%;
  background: #199dd7;
}
.slider-label {
  display: table;
  width: 100%;
  color: #c7c9c7;
}
.slider-min-label,
.slider-max-label {
  display: table-cell;
  width: 50%;
}
.slider-max-label {
  text-align: right;
}
.slider-simple .tooltip-min,
.slider-simple .tooltip-max {
  display: none;
}
.slider-range .tooltip-main {
  display: none;
}
.slider-range .slider-selection:before {
  content: '';
  position: absolute;
  top: -55px;
  width: 100%;
  height: 36px;
  border: 1px solid #c7c9c7;
}
.slider-range .tooltip-min .tooltip-inner {
  border-right: none;
}
.slider-range .tooltip-max .tooltip-inner {
  border-left: none;
}
.slider-range .tooltip-min,
.slider-range .tooltip-max {
  display: block !important;
}
.slider-error .slider-selection {
  background: #898d8d;
}
.slider-error .slider-handle {
  background: #e1343e;
}
.slider-error .tooltip {
  color: #898d8d;
}
.slider-striped .slider-track {
  background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.5) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.5) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 75%, transparent 75%, transparent);
  background-size: 15px 15px;
}
.Slider {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  height: 40px;
  padding-top: 60px;
  margin: 20px;
  line-height: 40px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.Slider-track {
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  height: 10px;
  width: 30vw;
  min-width: 150px;
  background-color: #e6e6e6;
  cursor: pointer;
}
.Slider-track:hover .Slider-handle::before {
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.Slider-distance {
  position: relative;
  left: 0;
  bottom: 0;
  width: 0%;
  height: inherit;
  background-image: -webkit-linear-gradient(left, #199dd7 90%, #178ec3);
  background-image: linear-gradient(to right, #199dd7 90%, #178ec3);
}
.Slider-handle {
  position: absolute;
  bottom: 50%;
  right: -10px;
  z-index: 1;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #199dd7;
  -webkit-transform: translateY(50%) scale(1);
      -ms-transform: translateY(50%) scale(1);
          transform: translateY(50%) scale(1);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition: transform 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.is-active .Slider-handle {
  -webkit-transform: translateY(50%) scale(1.5);
      -ms-transform: translateY(50%) scale(1.5);
          transform: translateY(50%) scale(1.5);
}
.is-active .Slider-handle::before {
  content: none;
}
.Slider-handle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 40px;
  width: 40px;
  border-radius: inherit;
  background-color: currentColor;
  opacity: .06;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition: transform 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.Slider-handle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #000;
  background-image: -webkit-linear-gradient(top, #000000, #ffffff);
  background-image: linear-gradient(to bottom, #000000, #ffffff);
  opacity: .35;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.Slider-indicator {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 12px;
  border: 1px solid #e6e6e6;
  text-align: center;
  color: #199dd7;
  background-color: #ffffff;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.Slider-indicator::before {
  content: "";
  position: absolute;
  bottom: -3px;
  right: 43%;
  z-index: -1;
  height: 13px;
  width: 13px;
  border: solid #e6e6e6;
  border-width: 0 1px 1px 0;
  border-radius: 2px;
  background-color: #ffffff;
  -webkit-transform: rotate(45deg) translateX(50%);
      -ms-transform: rotate(45deg) translateX(50%);
          transform: rotate(45deg) translateX(50%);
}
.Slider-steps {
  position: relative;
  height: 5px;
  width: 100%;
}
.Slider-fraction {
  position: absolute;
  bottom: 0;
  width: 2px;
  height: 5px;
  background-color: #e6e6e6;
}
.switch {
  box-sizing: border-box;
  height: 32px;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  margin-bottom: 20px;
  overflow: hidden;
  cursor: pointer;
}
.switch.switch-sm {
  width: 50px;
}
.switch.switch-md {
  width: 100px;
}
.switch.switch-lg {
  width: 200px;
}
.switch .track {
  box-sizing: border-box;
  width: 200%;
  height: inherit;
  text-align: justify;
  font-size: 0;
  line-height: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition: transform 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.switch .track:after {
  content: "";
  display: inline-block;
  width: 100%;
}
.is-active.switch .track {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.switch .option {
  display: inline-block;
  width: 40%;
  height: inherit;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  background-color: #e6e6e6;
}
.switch .option:first-child {
  margin-right: 20%;
}
.switch .option:first-child:after {
  content: "";
  position: absolute;
  height: inherit;
  background-color: white;
}
.switch .option-true {
  color: #ffffff;
  background-color: #199dd7;
}
.typo-xxl {
  font-size: 60px;
  line-height: 66px;
  font-weight: 500;
}
.typo-xxl-b {
  font-size: 60px;
  line-height: 66px;
  font-weight: 700;
}
.typo-xl-l {
  font-size: 38px;
  line-height: 42px;
  font-weight: 300;
}
.typo-xl {
  font-size: 38px;
  line-height: 42px;
  font-weight: 500;
}
.typo-l-l {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
}
.typo-m-l {
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
}
.typo-m {
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
}
.typo-m-b {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}
.typo-s {
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
}
.typo-s-b {
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
}
.typo-xs {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}
.typo-xs-b {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}
h1,
.h1 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}
h2,
.h2 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
}
h3,
.h3 {
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
}
h4,
.h4 {
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
}
.typo-copy {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
.typo-copy-small {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}
.well {
  padding: 25px;
  border: 1px solid #cccccc;
  border-radius: 0;
  background: #f5f6f6;
}
.well.well-sm {
  padding: 15px;
}
.accordion.accordion-tertiary .accordion-panel-heading {
  padding: 20px 20px 0 40px;
  background: #ffffff;
}
.accordion.accordion-tertiary .accordion-panel-heading:hover {
  background: #ffffff;
}
.accordion.accordion-tertiary .accordion-panel-collapse {
  padding-left: 40px;
}
.accordion.accordion-tertiary .accordion-panel-collapse:before {
  content: "\E01A";
}
.accordion.accordion-tertiary .accordion-panel-collapse .accordion-panel-body {
  padding-left: 0;
}
.accordion.accordion-tertiary .accordion-panel-collapse::before {
  right: auto;
  left: 20px;
  font-size: 12px;
  line-height: 60px;
}
.accordion.accordion-tertiary .accordion-panel-collapse::after {
  content: none;
}
.accordion.accordion-tertiary .accordion-panel-collapse.collapse.in::before {
  opacity: 1;
}
.accordion.accordion-tertiary .description-term,
.accordion.accordion-tertiary .description-element {
  display: inline-block;
  margin-bottom: 20px;
  vertical-align: top;
}
.accordion.accordion-tertiary .description-term {
  width: 20%;
  min-width: 100px;
  font-weight: normal;
}
.accordion.accordion-tertiary .description-element {
  width: 78%;
  min-width: 300px;
}
.accordion .panel {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  background: #fff;
  box-shadow: none;
}
.accordion .panel + .panel {
  margin: 10px 0 0 0;
}
.accordion .accordion-panel-body {
  background: #fff;
  padding: 16px 20px 24px;
}
.accordion .accordion-panel-heading {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 20px 60px 24px 20px;
  background: #e6e6e6;
  color: #414141;
  -webkit-transition: background .25s;
          transition: background .25s;
}
.accordion .accordion-panel-heading:hover {
  background: #f5f6f6;
}
.accordion .accordion-panel-heading:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  cursor: pointer;
}
.accordion .accordion-panel-collapse {
  background: #ffffff;
}
.accordion .accordion-panel-collapse::before {
  content: "\E0B4";
}
.accordion .accordion-panel-collapse::after {
  content: "\E092";
}
.accordion .accordion-panel-collapse:before,
.accordion .accordion-panel-collapse:after {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 20px;
  font-size: 14px;
  text-align: right;
  line-height: 65px;
  -webkit-transition: opacity .25s;
          transition: opacity .25s;
  color: #414141;
  cursor: pointer;
}
.accordion .accordion-panel-collapse.collapse {
  display: block;
  height: 0!important;
  overflow: hidden;
}
.accordion .accordion-panel-collapse.collapse.in {
  height: auto!important;
}
.accordion .accordion-panel-collapse.collapse.in:before {
  opacity: 0;
}
.accordion .accordion-panel-collapse.in,
.accordion .accordion-panel-collapse.collapsing {
  position: static;
}
.accordion-secondary {
  position: relative;
  width: 100%;
  padding-left: 0;
  list-style: none;
  color: #414141;
}
.accordion-secondary .panel {
  box-sizing: border-box;
  height: 49px;
  border-bottom-width: 0;
  margin-bottom: 0;
  overflow: hidden;
  -webkit-transition: height 0.5s cubic-bezier(0.23, 1, 0.32, 1);
          transition: height 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.accordion-secondary .panel:last-of-type {
  border-bottom-width: 1px;
}
.accordion-secondary .collapsed {
  height: auto;
}
.accordion-secondary .collapsed .accordion-heading {
  background-color: #e6e6e6;
  border-bottom-color: #e6e6e6;
}
.accordion-secondary .collapsed .accordion-heading .glyphicon-arrow-up {
  display: block;
}
.accordion-secondary .collapsed .accordion-heading .glyphicon-arrow-down {
  display: none;
}
.accordion-secondary .collapsed .accordion-body {
  visibility: visible;
}
.accordion-secondary .accordion-heading {
  box-sizing: border-box;
  position: relative;
  height: 48px;
  padding: 0 20px;
  margin: 0;
  line-height: 48px;
  font-size: 16px;
  font-weight: normal;
  cursor: pointer;
  background-color: #ffffff;
}
.accordion-secondary .heading-hint {
  position: absolute;
  right: 20px;
  bottom: 50%;
  font-size: 12px;
  text-transform: uppercase;
  pointer-events: none;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
}
.accordion-secondary .heading-hint:before {
  content: normal;
}
.accordion-secondary .heading-hint:after {
  display: inline-block;
  margin-left: 5px;
  font-family: "all-icons";
  font-size: 12px;
  vertical-align: middle;
}
.accordion-secondary .heading-hint.glyphicon-arrow-down {
  display: block;
}
.accordion-secondary .heading-hint.glyphicon-arrow-down:after {
  content: "\E012";
}
.accordion-secondary .heading-hint.glyphicon-arrow-up {
  display: none;
}
.accordion-secondary .heading-hint.glyphicon-arrow-up:after {
  content: "\E01E";
}
.accordion-secondary .accordion-body {
  padding: 40px 20px;
  font-size: 16px;
  background-color: #e6e6e6;
  visibility: hidden;
}
@media (min-width: 480px) {
  .accordion-secondary {
    display: table;
    overflow: hidden;
  }
  .accordion-secondary .panel {
    display: table-cell;
    height: 58px;
    border: none;
    -webkit-transition: none;
            transition: none;
  }
  .accordion-secondary .panel:last-of-type .accordion-heading {
    border-right-width: 1px;
  }
  .accordion-secondary .collapsed .accordion-body {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .accordion-secondary .heading-hint {
    position: static;
    display: block;
  }
  .accordion-secondary .accordion-heading {
    z-index: 2;
    height: 58px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: solid #cccccc;
    border-width: 1px 0 1px 1px;
    line-height: normal;
    text-align: center;
  }
  .accordion-secondary .accordion-body {
    box-sizing: border-box;
    position: absolute;
    top: 58px;
    left: 0;
    width: 100%;
    border: solid #cccccc;
    border-width: 0 1px 1px 1px;
    overflow: hidden;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
            transition: transform 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
}
.breadcrumb.breadcrumb {
  padding: 0;
  border-radius: 0;
  background: none;
  font-size: 14px;
  color: #898d8d;
}
.breadcrumb.breadcrumb a {
  color: inherit;
  text-decoration: underline;
}
.breadcrumb.breadcrumb a:hover,
.breadcrumb.breadcrumb .active {
  color: #199dd7;
  text-decoration: none;
}
.breadcrumb.breadcrumb > li + li:before {
  font-size: 9px;
  color: #898d8d;
}
@media (min-width: 960px) {
  .carousel {
    min-height: 560px;
    max-width: 960px;
  }
}
@media (max-width: 800px) {
  .carousel {
    min-height: 330px;
  }
}
.carousel .carousel-caption {
  top: 30px;
  left: 20px;
  padding: 0;
  text-align: left;
  text-shadow: none;
  color: #414141;
}
@media (max-width: 800px) {
  .carousel .carousel-caption {
    display: none;
  }
  .carousel .carousel .carousel-caption {
    min-height: 330px;
  }
}
.carousel .carousel-headline-aside {
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
}
.carousel .carousel-headline-main {
  margin-top: 20px;
  font-size: 48px;
  line-height: 48px;
  font-weight: bold;
}
.carousel .notepad {
  position: absolute;
  bottom: 30px;
  left: 20px;
  opacity: .85;
}
.carousel .notepad-dark {
  color: rgba(0, 59, 93, 0.85);
}
.input-group {
  margin-bottom: 20px;
}
.input-group .input-group-addon,
.input-group .form-control {
  border-color: #ebecec;
  color: #414141;
}
.input-group .input-group-addon {
  box-sizing: border-box;
  border-radius: 0;
  background-color: #f5f6f6;
}
.input-group .form-control {
  box-shadow: none;
}
.form-wizard {
  position: relative;
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-align: center;
  counter-reset: steps;
}
.form-wizard .progress-circle,
.form-wizard .form-wizard-label {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
          transition: transform 0.3s ease-in-out;
}
.form-wizard-step {
  display: table-cell;
  vertical-align: middle;
}
.form-wizard-step:hover .progress-circle,
.form-wizard-step:hover .form-wizard-label {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.form-wizard-step.active {
  position: relative;
  padding: 20px 60px;
}
.form-wizard-step.active:before,
.form-wizard-step.active:after {
  position: absolute;
  z-index: 0;
  content: '';
  width: 100000px;
  height: 2px;
  top: 37%;
  margin-top: -2px;
}
.form-wizard-step.active:before {
  right: 50%;
  background: #199dd7;
}
.form-wizard-step.active:after {
  left: 50%;
  background: #c7c9c7;
}
.form-wizard-step.active .progress-circle {
  width: 60px;
  height: 60px;
  font-size: 30px;
}
.form-wizard-step.active .progress-circle:before {
  border-width: 5px;
}
.form-wizard-step.active .progress-circle:after {
  line-height: 55px;
}
.form-wizard-step.active .form-wizard-label {
  font-size: 20px;
}
.form-wizard-step.disabled {
  color: #c7c9c7;
}
.form-wizard-step .progress-circle {
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  font-size: 22px;
  font-weight: 500;
  background: #ffffff;
}
.form-wizard-step .progress-circle:before {
  border-width: 3px;
}
.form-wizard-step .progress-circle:after {
  counter-increment: steps;
  content: counter(steps);
  width: 100%;
  height: 100%;
  line-height: 35px;
}
.form-wizard-step .progress-circle[data-progress-circle] svg path {
  stroke-width: 8px;
  -webkit-transform: rotate(90deg) scale(1.15);
      -ms-transform: rotate(90deg) scale(1.15);
          transform: rotate(90deg) scale(1.15);
}
.form-wizard-label {
  display: block;
  padding-top: 20px;
  font-size: 18px;
}
.disabled.disabled label,
.disabled.disabled a {
  opacity: .5;
  cursor: default;
}
.tab-content {
  margin: 16px 0;
}
.nav.nav-tabs {
  border-bottom-color: transparent;
}
.nav.nav-tabs li {
  float: none;
}
@media (min-width: 480px) {
  .nav.nav-tabs li {
    display: table-cell;
    width: 1%;
    float: none;
    vertical-align: bottom;
  }
}
.nav.nav-tabs a {
  box-sizing: border-box;
  height: 48px;
  padding: 0 35px;
  border-color: #cccccc;
  border-width: 1px;
  border-radius: 0;
  margin-right: 0;
  line-height: 48px;
  text-decoration: none;
  text-align: center;
  background-color: #f5f6f6;
  background: #ebecec;
  background: -webkit-linear-gradient(top, #f5f6f6, #ebecec);
  background: linear-gradient(to bottom, #f5f6f6, #ebecec);
}
.nav.nav-tabs a:hover {
  border-color: #cccccc;
  background: #f5f6f6;
}
@media (min-width: 480px) {
  .nav.nav-tabs a {
    border-width: 1px 0 1px 1px;
  }
}
.nav.nav-tabs .active a {
  border-color: #cccccc;
  color: #199dd7;
  background: #ffffff;
}
.nav.nav-tabs .active a:hover {
  color: #199dd7;
}
@media (min-width: 480px) {
  .nav.nav-tabs .active a {
    border-bottom-width: 0;
    height: 58px;
    line-height: 68px;
  }
}
@media (min-width: 480px) {
  .nav.nav-tabs .active + li a {
    border-left-width: 0;
  }
}
.nav.nav-tabs li:first-child a {
  border-radius: 3px 3px 0 0;
}
@media (min-width: 480px) {
  .nav.nav-tabs li:first-child a {
    border-radius: 3px 0 0 0;
  }
}
.nav.nav-tabs li:last-child a {
  border-radius: 0 0 3px 3px;
}
@media (min-width: 480px) {
  .nav.nav-tabs li:last-child a {
    border-right-width: 1px;
    border-radius: 0 3px 0 0;
  }
}
.btn-group-triple .active {
  border-color: #2aade6;
  color: #ffffff;
  background-color: #2aade6;
}
.btn-group-triple .active:after {
  content: "\E02F";
}
.btn-group-triple .active:after {
  top: 1px;
  font-family: 'Glyphicons Halflings';
  line-height: 1;
  display: inline-block;
  font-family: "all-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  text-transform: none;
  position: relative;
  top: 2px;
  left: 6px;
  line-height: 14px;
  font-size: 14px;
}
.btn-toggle {
  width: 100%;
}
.btn-toggle .btn {
  padding: 4px 0;
  width: 50%;
}
.btn-toggle .btn:first-child {
  margin-left: -4px;
}
.btn-toggle .btn-default.active {
  box-shadow: none;
  border-color: #2aade6;
  background-color: #2aade6;
  color: #ffffff;
}
.btn-toggle .btn-default.active:hover {
  background-color: #2aade6;
}
.btn-toggle-vertical {
  width: 100%;
  white-space: normal;
}
.btn-toggle-vertical .btn.btn.btn {
  padding: 6px;
  width: 100%;
  white-space: normal;
}
.btn-toggle-vertical .btn.btn.btn:first-child {
  margin: 0 0 5px 0;
}
.btn-toggle-vertical .btn.btn.btn:first-child,
.btn-toggle-vertical .btn.btn.btn:last-child {
  border-radius: 4px;
}
.btn-group-vertical {
  width: 33%;
  padding: 0 2px;
  box-shadow: none;
}
.btn-group-vertical .active {
  border-color: #2aade6;
  color: #ffffff;
  background-color: #2aade6;
}
.btn-group-vertical .active:after {
  content: "\E02F";
}
.btn-group-vertical .active:after {
  top: 1px;
  font-family: 'Glyphicons Halflings';
  line-height: 1;
  display: inline-block;
  font-family: "all-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  text-transform: none;
  position: relative;
  top: 2px;
  left: 6px;
  line-height: 14px;
  font-size: 14px;
}
.notepad {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 20px;
  overflow: hidden;
  color: #00a9e0;
  color: rgba(0, 169, 224, 0.85);
}
.notepad:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  border: 50px solid currentcolor;
  border-width: 40px 40px 0 0;
  border-color: currentcolor transparent transparent transparent;
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}
.notepad-small {
  width: 270px;
  height: 270px;
}
.notepad-medium .notepad-h6,
.notepad-large .notepad-h6 {
  font-size: 18px;
}
.notepad-medium .notepad-h3,
.notepad-large .notepad-h3 {
  font-size: 34px;
  line-height: 38px;
}
.notepad-medium {
  width: 310px;
  height: 310px;
}
.notepad-medium .notepad-h3 {
  margin-bottom: 15px;
}
.notepad-large {
  width: 330px;
  height: 330px;
}
.notepad-large .notepad-h3 {
  margin-bottom: 20px;
}
.notepad-dark {
  color: #006f9e;
  color: rgba(0, 111, 158, 0.85);
}
.notepad-opaque {
  color: #00a9e0;
}
.notepad-opaque.notepad-dark {
  color: #006f9e;
}
.notepad-inner * {
  position: relative;
  z-index: 1;
  color: #ffffff;
}
.notepad-inner:before,
.notepad-inner:after {
  content: '';
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  background: currentcolor;
}
.notepad-inner:before {
  top: 0;
  bottom: 40px;
}
.notepad-inner:after {
  right: 40px;
  bottom: 0;
  height: 40px;
}
.notepad-h6 {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
}
.notepad-h3 {
  margin: 0 0 10px;
  font-size: 27.5px;
  line-height: 29px;
}
.notepad-copy {
  margin: 0;
  font-size: 16px;
}
.notepad-footer {
  position: absolute;
  bottom: 20px;
}
.notepad-btn {
  display: block;
  position: relative;
  margin-top: 10px;
  padding-left: 25px;
  font-size: 15px;
  font-weight: 700;
}
.notepad-btn .glyphicon,
.notepad-btn .datepicker-dropdown .prev:before,
.notepad-btn .datepicker-dropdown .next:before,
.notepad-btn .breadcrumb.breadcrumb > li + li:before,
.notepad-btn .pager > li > a,
.notepad-btn .pagination > li:first-child a,
.notepad-btn .pagination > li:last-child a,
.notepad-btn .pagination > li:first-child span,
.notepad-btn .pagination > li:last-child span {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  font-size: 20px;
}
.modal-dialog {
  box-sizing: border-box;
}
.modal-content {
  padding: 30px 20px 60px;
  border-width: 0;
  border-radius: 0;
  box-shadow: none;
}
.modal-header {
  padding: 0;
  border-width: 0;
  margin-bottom: 40px;
}
.modal-header .close {
  position: absolute;
  top: 30px;
  right: 20px;
  margin-top: 0;
  cursor: pointer;
  color: #414141;
}
.modal-header .glyphicon,
.modal-header .datepicker-dropdown .prev:before,
.modal-header .datepicker-dropdown .next:before,
.modal-header .breadcrumb.breadcrumb > li + li:before,
.modal-header .pager > li > a,
.modal-header .pagination > li:first-child a,
.modal-header .pagination > li:last-child a,
.modal-header .pagination > li:first-child span,
.modal-header .pagination > li:last-child span {
  font-size: 16px;
  color: #414141;
}
.close {
  border-width: 0;
  background: none;
}
.close .sr-only {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.modal-title {
  display: block;
}
.modal-body {
  padding: 0;
}
.modal-footer {
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  border-width: 0;
}
.modal-footer .btn {
  margin-bottom: 0;
}
.pager:after {
  content: '';
  display: table;
  clear: both;
}
.pager > li.disabled {
  cursor: not-allowed;
}
.pager > li.disabled > a {
  opacity: 1;
  background: #f5f6f6;
  color: #199dd7;
}
.pager > li.disabled > a:hover,
.pager > li.disabled > a:focus {
  background: #f5f6f6;
  color: #199dd7;
  cursor: not-allowed;
}
.pager > li > a {
  border-radius: 0;
  border: 0;
  background: #f5f6f6;
  font-family: "AllianzSansWeb", sans-serif;
  font-weight: bold;
  color: #0077c8;
}
.pager > li > a:before {
  padding: 0 15px;
  font-family: "all-icons";
  font-size: 14px;
  font-weight: normal;
}
.pager > li > a:hover,
.pager > li > a:focus {
  background: #f5f6f6;
  color: #199dd7;
}
.pager > li:first-child > a {
  padding: 10px 20px 10px 0;
}
.pager > li:last-child > a {
  padding: 10px 0 10px 20px;
}
.pager > li:last-child > a::before {
  float: right;
}
.pagination {
  display: table;
  border-radius: 0;
}
.pagination > li {
  display: table-cell;
  vertical-align: middle;
  min-width: 40px;
  height: 35px;
  padding: 0 2px 0 0;
  text-align: center;
  background: transparent;
}
.pagination > li.active > a,
.pagination > li.disabled > a,
.pagination > li.active > span,
.pagination > li.disabled > span {
  background: #cccccc;
  color: #ffffff;
}
.pagination > li.active > a:hover,
.pagination > li.disabled > a:hover,
.pagination > li.active > span:hover,
.pagination > li.disabled > span:hover,
.pagination > li.active > a:focus,
.pagination > li.disabled > a:focus,
.pagination > li.active > span:focus,
.pagination > li.disabled > span:focus {
  background: #cccccc;
  color: #ffffff;
}
.pagination > li.disabled {
  cursor: not-allowed;
}
.pagination > li.disabled a,
.pagination > li.disabled span {
  opacity: 1;
  cursor: not-allowed;
}
.pagination > li.disabled a:hover,
.pagination > li.disabled span:hover,
.pagination > li.disabled a:focus,
.pagination > li.disabled span:focus {
  opacity: 1;
  cursor: not-allowed;
}
.pagination > li:first-child a,
.pagination > li:last-child a,
.pagination > li:first-child span,
.pagination > li:last-child span {
  border-radius: 0;
  font-size: 0;
  line-height: 0;
}
.pagination > li:first-child a:before,
.pagination > li:last-child a:before,
.pagination > li:first-child span:before,
.pagination > li:last-child span:before {
  font-size: 12px;
  line-height: 35px;
}
.pagination > li:last-child {
  padding: 0;
}
.pagination > li a,
.pagination > li span {
  display: inline-block;
  border: 0;
}
.pagination > li > a,
.pagination > li > span {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 2px 0 0;
  padding: 0;
  line-height: 35px;
  background: #f5f6f6;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background: #cccccc;
  color: #ffffff;
}
.panel {
  border: 1px solid #cccccc;
  border-radius: 0;
  box-shadow: none;
}
.panel-heading {
  border-radius: 0;
  background: #e6e6e6;
}
.panel-footer {
  border: 0;
  background: transparent;
  font-size: 14px;
  color: #cccccc;
}
.popover {
  padding: 20px 15px;
  border-radius: 0;
}
.popover .popover-title {
  padding: 0 0 20px;
  border: none;
  background-color: #ffffff;
}
.popover .popover-content {
  padding: 0 15px;
}
.table {
  table-layout: fixed;
}
.table td {
  border: 1px solid #c7c9c7;
}
.table.table th {
  padding: 0 10px;
  color: #ffffff;
  line-height: 42px;
  vertical-align: middle;
  text-align: left;
  background: #c7c9c7;
  white-space: nowrap;
}
.table.table tr.active {
  color: #ffffff;
}
.table.table-hover.active {
  color: #ffffff;
}
.table.table-hover tr:hover {
  color: #ffffff;
  background-color: #8cceeb;
  cursor: pointer;
}
.table.table-hover tr:hover td {
  color: #ffffff;
  background-color: #8cceeb;
}
.table.table-scrollable tbody {
  display: block;
  width: 100%;
  overflow: auto;
}
.table-pseudo {
  width: 100%;
}
.table-pseudo .table-head {
  display: table;
  width: 100%;
  height: 42px;
  padding: 10px;
  color: #ffffff;
  background-color: #c7c9c7;
}
.table-pseudo .table-head .table-row {
  display: table-row;
}
.table-pseudo .table-head .table-data {
  display: table-cell;
  font-weight: bold;
}
.table-pseudo .table-head .table-data:first-of-type {
  width: 35%;
}
.table-pseudo.table-scrollable .table-body {
  overflow: auto;
}
.tooltip .tooltip-inner {
  padding: 20px 15px;
  border: 1px solid #c7c9c7;
  color: #414141;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}
.tooltip .glyphicon:before,
.tooltip .datepicker-dropdown .prev:before:before,
.tooltip .datepicker-dropdown .next:before:before,
.tooltip .breadcrumb.breadcrumb > li + li:before:before,
.tooltip .pager > li > a:before,
.tooltip .pagination > li:first-child a:before,
.tooltip .pagination > li:last-child a:before,
.tooltip .pagination > li:first-child span:before,
.tooltip .pagination > li:last-child span:before {
  margin-right: 10px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}
.tooltip .tooltip-arrow {
  height: 12px;
  width: 12px;
  border: solid #c7c9c7;
  -webkit-transform: rotate(45deg) translateX(-50%);
      -ms-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
  background: #ffffff;
}
.top.tooltip .tooltip-arrow {
  bottom: -5px;
  border-width: 0 1px 1px 0;
}
.bottom.tooltip .tooltip-arrow {
  top: 4px;
  border-width: 1px 0  0 1px;
}
.section-panel,
.section-panel-title {
  box-shadow: none;
}
.section-panel .panel-heading {
  border: 0;
}
.section-panel .glyphicon,
.section-panel .progress-circle,
.section-panel .datepicker-dropdown .prev:before,
.section-panel .datepicker-dropdown .next:before,
.section-panel .breadcrumb.breadcrumb > li + li:before,
.section-panel .pager > li > a,
.section-panel .pagination > li:first-child a,
.section-panel .pagination > li:last-child a,
.section-panel .pagination > li:first-child span,
.section-panel .pagination > li:last-child span {
  margin-right: 20px;
  font-size: 36px;
  vertical-align: middle;
}
.collapsed .progress-circle {
  border-color: #414141;
  color: #414141;
}
.collapsed .progress-left:before,
.collapsed .progress-right:before,
.collapsed .progress-right:after {
  color: #414141;
}
.section-panel-title {
  line-height: 44px;
  color: #414141;
  cursor: pointer;
}
.section-panel .section-panel-title {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
}
.section-panel-title > div {
  position: relative;
  padding: 17px 20px;
  background-color: #ffffff;
  -webkit-transition: background .25s;
          transition: background .25s;
}
.section-panel-title > div::before {
  content: "\E0B4";
}
.section-panel-title > div::after {
  content: "\E092";
}
.section-panel-title > div:before,
.section-panel-title > div:after {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 20px;
  font-size: 14px;
  text-align: right;
  line-height: 75px;
  -webkit-transition: opacity .25s;
          transition: opacity .25s;
  color: #414141;
  cursor: pointer;
}
.section-panel-title > div.collapsed {
  background: #e6e6e6;
}
.section-panel-title > div.collapsed:hover {
  background-color: #f5f6f6;
}
.section-panel-title > div.collapsed:before {
  opacity: 0;
}
.section-panel-collapse {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}
.section-panel .section-panel-collapse {
  background-color: #ffffff;
}
.section-panel-collapse.collapse {
  display: block;
  height: 0!important;
  overflow: hidden;
}
.section-panel-collapse.collapse.in {
  height: auto!important;
}
.section-panel-collapse.in,
.section-panel-collapse.collapsing {
  position: static;
}
.section-panel-body {
  padding: 15px;
}
.section-panel-success .glyphicon,
.section-panel-success .datepicker-dropdown .prev:before,
.section-panel-success .datepicker-dropdown .next:before,
.section-panel-success .breadcrumb.breadcrumb > li + li:before,
.section-panel-success .pager > li > a,
.section-panel-success .pagination > li:first-child a,
.section-panel-success .pagination > li:last-child a,
.section-panel-success .pagination > li:first-child span,
.section-panel-success .pagination > li:last-child span {
  color: #64a70b;
}
.panel.panel-success {
  border: #ffffff;
}
.panel.panel-success .collapsed {
  background-color: #ffffff;
}
.panel.panel-success .collapsed:hover {
  background-color: #ffffff;
}
.section-panel-danger .glyphicon,
.section-panel-danger .datepicker-dropdown .prev:before,
.section-panel-danger .datepicker-dropdown .next:before,
.section-panel-danger .breadcrumb.breadcrumb > li + li:before,
.section-panel-danger .pager > li > a,
.section-panel-danger .pagination > li:first-child a,
.section-panel-danger .pagination > li:last-child a,
.section-panel-danger .pagination > li:first-child span,
.section-panel-danger .pagination > li:last-child span {
  color: #e1343e;
}
.step-bar {
  box-sizing: border-box;
  width: 100%;
  padding-left: 0;
  margin-bottom: 0;
  overflow: hidden;
  color: #ffffff;
  font-size: 14px;
  font-weight: lighter;
}
@media (min-width: 480px) {
  .step-bar {
    display: table;
  }
}
.step-bar .step-content {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 48px;
  background-color: #199dd7;
}
@media (min-width: 480px) {
  .step-bar .step-content {
    padding-left: 19px;
  }
}
.step-bar .step {
  position: relative;
  display: none;
  width: 100%;
}
.step-bar .step.active {
  display: inline-block;
}
.step-bar .step.active .step-content {
  background-color: #003781;
}
@media (min-width: 480px) {
  .step-bar .step {
    display: table-cell;
    width: auto;
  }
  .step-bar .step:last-child:after {
    content: normal;
  }
  .step-bar .step:last-child .step-content {
    padding-left: 0;
    margin-right: 0;
  }
  .step-bar .step:after {
    content: "";
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 2;
    width: 38px;
    height: 38px;
    border: solid #ffffff;
    border-width: 5px 5px 0 0;
    background-color: #199dd7;
    -webkit-transform: rotate(45deg) translate(50%, -50%);
        -ms-transform: rotate(45deg) translate(50%, -50%);
            transform: rotate(45deg) translate(50%, -50%);
  }
  .step-bar .step.active {
    display: table-cell;
  }
  .step-bar .step.active:after {
    background-color: #003781;
  }
}
.list-group {
  margin-bottom: 0;
}
.list-group-item {
  padding: 20px;
  color: #898d8d;
  border-color: #d4d4d4;
  background-color: #f5f6f6;
}
.list-group-item.f-waiting {
  color: #414141;
  font-weight: 700;
}
.list-group-item.f-waiting:after {
  content: "";
  height: 20px;
  width: 20px;
  background-image: url('data:image/gif;base64,R0lGODlhFgAWAMQdAF1dXfj4+Hp6ekFBQdTU1NjY2NDQ0HR0dOrq6u3t7fDw8I6OjoyMjFtbW/v7+4aGhpGRkcnJyUNDQ2NjY2tra1FRUXx8fOzs7Ojo6GBgYPr6+tbW1s/Pz////wAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjYyNEZEQUY5QzZGMzExRTM4NUM1RkM3RDc1NjRBN0JDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjYyNEZEQUZBQzZGMzExRTM4NUM1RkM3RDc1NjRBN0JDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NjI0RkRBRjdDNkYzMTFFMzg1QzVGQzdENzU2NEE3QkMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NjI0RkRBRjhDNkYzMTFFMzg1QzVGQzdENzU2NEE3QkMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4B//79/Pv6+fj39vX08/Lx8O/u7ezr6uno5+bl5OPi4eDf3t3c29rZ2NfW1dTT0tHQz87NzMvKycjHxsXEw8LBwL++vby7urm4t7a1tLOysbCvrq2sq6qpqKempaSjoqGgn56dnJuamZiXlpWUk5KRkI+OjYyLiomIh4aFhIOCgYB/fn18e3p5eHd2dXRzcnFwb25tbGtqaWhnZmVkY2JhYF9eXVxbWllYV1ZVVFNSUVBPTk1MS0pJSEdGRURDQkFAPz49PDs6OTg3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQDw4NDAsKCQgHBgUEAwIBAAAh+QQFAAAdACwAAAAAFgAWAAAFd2AnjuQ0kWiKDoPqru07UkdCsqS2EekB1COcSMfZpBI+YEciGW6KGhXyJ4pERM9N1IWkpAhamXhMHkEEaIHl4goYOHBO4Zxet9/xQnnPz+2+YS5ERh0BAVhQKoNbBgZOiShZWx1wI4OAk5QcfjxjlX0in6AFei8hACH5BAkAAB0ALAAAAAAUAAwAAAVQYCeOpCCQaDoCgOquLekE5LMoJEsiQEWLCwEDJ9KJEI0BwDFSMITETOaYbCBQTsFChMF0HICBVaVYPFCBCuD6UgWY7biowKlzDL843Y6Xd0IAIfkEBQAAHQAsAAAAABYAFgAABVdgJ44kBJFoigqC6q7tOxKbRrJkclDpxtUjnEgHOKQ0PmDHYhkeigkV8ie6XETPQ9SFJKQoWpl4TB4VOGiOIeCKSAbwweScXrff8Ul5z+/7/4CBgoOEYiEAIfkECQAAHQAsCgAAAAwAFAAABU5gUXRkaXKcqXboeqalsjxlSyqMsJSGcecMRSkQIC0EQVfnsRAqn9AVJgOoAgSqqfUaVQUcz0AFgFA6AING2YVopNer9gAAZgMqRXO+EwIAIfkEBQAAHQAsAAAAABYAFgAABVtgJ45kUZBoinKc6q7tK7OkthHySIs2t+Uig4G38WmAnUBAVNwckSSCE0qtWkUXi2ArgFCz3O51TO5QDglqJCI6ANBQiUSUcMOBg8Go/kbmSXUUfnpjf2MTEzIhACH5BAkAAB0ALAIACgAUAAwAAAVQYCeO5BgYXMoVZSue6urOtBPQMwJUN/ksCheiMQA4OhiMaCFgBEnDQQMhymRECkbz2XEApFQRADDKChamCiAsJpcXD1LgSBrjZvZ7SyDAhQAAIfkEBQAAHQAsAAAAABYAFgAABVVgJ45kaZ5oqq5s675wLM+0Og34IEVoYHBATuGW2/V+wUJtaUocKCbCRpNyAg6iy0W04UxP1kNCZLGINN1v6XAdiwSCEdproohJcBKa0MrP/DIQECohACH5BAUAAB0ALAAAAgAMABQAAAVQYCcGjmieQQUg5+kAQ8O2ItLEM20PQEl3CEAl8BM5iMWfAMAEZDCtZfOZrFpPisWjqGAIFiNkpytgKEQGg2lRPos4HNNj4X7Hk/BqPlkohAAAOw==');
  background-size: 20px;
  background-repeat: no-repeat;
  position: absolute;
  top: 20px;
  right: 20px;
}
.list-group-item.f-checked {
  color: #414141;
}
.list-group-item.f-checked::after {
  content: "\E02F";
}
.list-group-item.f-checked:after {
  font-size: 20px;
  color: #64a70b;
  position: relative;
  top: 1px;
  font-family: 'Glyphicons Halflings';
  line-height: 1;
  display: inline-block;
  font-family: "all-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  text-transform: none;
  position: absolute;
  top: 20px;
  right: 20px;
}
.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.list-group-item:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
[class^="col-"] {
  box-sizing: border-box;
  margin-bottom: 20px;
}
.btn-group .btn.active,
.btn-toggle .btn.active {
  border-color: #2aade6;
  background-color: #2aade6;
}
.modal-backdrop.am-fade {
  opacity: .5;
  -webkit-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.modal-backdrop.am-fade.ng-enter {
  opacity: 0;
}
.modal-backdrop.am-fade.ng-enter.ng-enter-active {
  opacity: .5;
}
.modal-backdrop.am-fade.ng-leave {
  opacity: .5;
}
.modal-backdrop.am-fade.ng-leave.ng-leave-active {
  opacity: 0;
}
