/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: none;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  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: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
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;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  * {
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Candara", "Trebuchet MS", sans-serif;
  font-size: 14.5px;
  line-height: 1.41843972;
  color: #56656c;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
a {
  color: #56656c;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #8d1c3f;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.41843972;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #f3f4f5;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16.675px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21.75px;
  }
}
small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #8d1c3f;
}
.text-warning {
  color: #c09853;
}
.text-danger {
  color: #b94a48;
}
.text-success {
  color: #468847;
}
.text-info {
  color: #3a87ad;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Candara", "Trebuchet MS", sans-serif;
  font-weight: 500;
  line-height: 1.42;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h2 small,
h3 small {
  font-size: 65%;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h5 small,
h6 small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 37px;
}
h2,
.h2 {
  font-size: 31px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 19px;
  font-weight: bold;
}
h5,
.h5 {
  font-size: 15.95px;
}
h6,
.h6 {
  font-size: 14px;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #f3f4f5;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.41843972;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .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;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #f3f4f5;
}
blockquote p {
  font-size: 18.125px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.41843972;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #f3f4f5;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.41843972;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 14px;
  padding-right: 14px;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.row {
  margin-left: -14px;
  margin-right: -14px;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-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 {
  position: relative;
  min-height: 1px;
  padding-left: 14px;
  padding-right: 14px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-12 {
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    max-width: 748px;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 968px;
  }
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1168px;
  }
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21.75px;
  line-height: inherit;
  color: #56656c;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14.5px;
  line-height: 1.41843972;
  color: #56656c;
  vertical-align: middle;
}
.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14.5px;
  line-height: 1.41843972;
  color: #56656c;
  vertical-align: middle;
  background-color: #f3f4f5;
  border: 1px solid #f3f4f5;
  border-radius: 0px;
}
.form-control:focus {
  border-color: #b82452;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(184, 36, 82, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(184, 36, 82, 0.6);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #999999;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-sm {
  height: 31px;
  line-height: 31px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 47px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33;
  border-radius: 0px;
}
select.input-lg {
  height: 47px;
  line-height: 47px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label {
  color: #c09853;
}
.has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}
.has-error .help-block,
.has-error .control-label {
  color: #b94a48;
}
.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}
.has-success .help-block,
.has-success .control-label {
  color: #468847;
}
.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}
.form-control-static {
  margin-bottom: 0;
  padding-top: 7px;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #96a5ab;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .form-group {
  margin-left: -14px;
  margin-right: -14px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14.5px;
  font-weight: normal;
  line-height: 1.41843972;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 0px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #56656c;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid darken #96a5ab;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #56656c;
  background-color: #f3f4f5;
  border-color: #f3f4f5;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #56656c;
  border-color: #dde0e2;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #f3f4f5;
  border-color: #f3f4f5;
}
.btn-default .caret {
  border-bottom-color: #56656c;
  border-top-color: #56656c;
}
.btn-primary {
  color: #8d1c3f;
  background-color: #f3f4f5;
  border-color: #f3f4f5;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #8d1c3f;
  border-color: #dde0e2;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #f3f4f5;
  border-color: #f3f4f5;
}
.btn-primary .caret {
  border-bottom-color: #8d1c3f;
  border-top-color: #8d1c3f;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  border-color: #dde0e2;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .caret {
  border-bottom-color: #fff;
  border-top-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  border-color: #dde0e2;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .caret {
  border-bottom-color: #fff;
  border-top-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  border-color: #dde0e2;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .caret {
  border-bottom-color: #fff;
  border-top-color: #fff;
}
.btn-info {
  color: #56656c;
  background-color: #fff;
  border-color: #fff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #56656c;
  border-color: #dde0e2;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #fff;
  border-color: #fff;
}
.btn-info .caret {
  border-bottom-color: #56656c;
  border-top-color: #56656c;
}
.btn-link {
  color: #56656c;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #8d1c3f;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #f3f4f5;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33;
  border-radius: 0px;
}
.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-xs {
  padding: 1px 5px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #56656c;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
  content: "";
}
.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: 14.5px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid #e5e7e9;
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 10px rgba(128, 132, 136, 0.22);
  box-shadow: 0 6px 10px rgba(128, 132, 136, 0.22);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.41843972;
  color: #56656c;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #8d1c3f;
  background-color: #f3f4f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #8d1c3f;
  text-decoration: none;
  outline: 0;
  background-color: #f3f4f5;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 13px;
  line-height: 1.41843972;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #56656c;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group.col {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 47px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33;
  border-radius: 0px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 47px;
  line-height: 47px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 31px;
  line-height: 31px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14.5px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: #f3f4f5;
  border: 1px solid #f3f4f5;
  border-radius: 0px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 0px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 19px;
  border-radius: 0px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-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 > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #f3f4f5;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #f3f4f5;
  border-color: #56656c;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #e5e7e9;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.41843972;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #e5e7e9 #e5e7e9 #e5e7e9;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #8d1c3f;
  background-color: blue;
  border: 1px solid #e5e7e9;
  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;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.nav-tabs.nav-justified > li > a {
  border-bottom: 1px solid #ddd;
  margin-right: 0;
}
.nav-tabs.nav-justified > .active > a {
  border-bottom-color: #fff;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #8d1c3f;
  background-color: #f3f4f5;
}
.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;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  border-bottom: 1px solid #ddd;
  margin-right: 0;
}
.nav-tabs-justified > .active > a {
  border-bottom-color: #fff;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.tabbable:after {
  clear: both;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.tabbable:after {
  clear: both;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.nav .caret {
  border-top-color: #56656c;
  border-bottom-color: #56656c;
}
.nav a:hover .caret {
  border-top-color: #8d1c3f;
  border-bottom-color: #8d1c3f;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  z-index: 1000;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0px;
  }
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 14px;
  padding-left: 14px;
  border-top: 1px solid transparent;
  display: none;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  display: block;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -14px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -14px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -14px;
  margin-left: -14px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  z-index: 1030;
  top: 0;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
}
.navbar-brand {
  float: left;
  padding: 15px 14px;
  font-size: 19px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: -14px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 14px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0px;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -14px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -14px;
  margin-right: -14px;
  padding: 10px 14px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-text {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    margin-left: 14px;
    margin-right: 14px;
  }
}
.navbar-default {
  background-color: #f3f4f5;
  border-color: #e5e7e9;
}
.navbar-default .navbar-brand {
  color: #56656c;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #56656c;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #f00;
}
.navbar-default .navbar-nav > li > a {
  color: #56656c;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #8d1c3f;
  background-color: #f3f4f5;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #8d1c3f;
  background-color: #f3f4f5;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #e5e7e9;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #e5e7e9;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #e5e7e9;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #56656c;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e0e2e5;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #8d1c3f;
  border-bottom-color: #8d1c3f;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #f3f4f5;
  color: #8d1c3f;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #8d1c3f;
  border-bottom-color: #8d1c3f;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #56656c;
  border-bottom-color: #56656c;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #56656c;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #8d1c3f;
    background-color: #e5e7e9;
  }
  .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: #8d1c3f;
    background-color: #e5e7e9;
  }
  .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: #e5e7e9;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #56656c;
}
.navbar-default .navbar-link:hover {
  color: #8d1c3f;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #8d1c3f;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #62142c;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #96a5ab;
  border-left-width: 0;
  border-right-width: 0;
}
.list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #8d1c3f;
  border-color: #8d1c3f;
}
.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 {
  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: #e88da9;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.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;
}
@-ms-viewport {
  width: device-width;
}
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.visible-xs {
  display: none !important;
}
.visible-xs.input-group {
  display: none !important;
}
.visible-xs#tableWrap {
  display: none !important;
}
.visible-xs.glyphicon,
.visible-xs.fa {
  display: none !important;
}
tr.visible-xs {
  display: none !important;
}
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  .visible-xs.input-group {
    display: table !important;
  }
  .visible-xs#tableWrap {
    display: table !important;
  }
  .visible-xs.glyphicon,
  .visible-xs.fa {
    display: inline-block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  .visible-xs.visible-sm.input-group {
    display: table !important;
  }
  .visible-xs.visible-sm#tableWrap {
    display: table !important;
  }
  .visible-xs.visible-sm.glyphicon,
  .visible-xs.visible-sm.fa {
    display: inline-block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  .visible-xs.visible-md.input-group {
    display: table !important;
  }
  .visible-xs.visible-md#tableWrap {
    display: table !important;
  }
  .visible-xs.visible-md.glyphicon,
  .visible-xs.visible-md.fa {
    display: inline-block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  .visible-xs.visible-lg.input-group {
    display: table !important;
  }
  .visible-xs.visible-lg#tableWrap {
    display: table !important;
  }
  .visible-xs.visible-lg.glyphicon,
  .visible-xs.visible-lg.fa {
    display: inline-block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm {
  display: none !important;
}
.visible-sm.input-group {
  display: none !important;
}
.visible-sm#tableWrap {
  display: none !important;
}
.visible-sm.glyphicon,
.visible-sm.fa {
  display: none !important;
}
tr.visible-sm {
  display: none !important;
}
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  .visible-sm.visible-xs.input-group {
    display: table !important;
  }
  .visible-sm.visible-xs#tableWrap {
    display: table !important;
  }
  .visible-sm.visible-xs.glyphicon,
  .visible-sm.visible-xs.fa {
    display: inline-block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  .visible-sm.input-group {
    display: table !important;
  }
  .visible-sm#tableWrap {
    display: table !important;
  }
  .visible-sm.glyphicon,
  .visible-sm.fa {
    display: inline-block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  .visible-sm.visible-md.input-group {
    display: table !important;
  }
  .visible-sm.visible-md#tableWrap {
    display: table !important;
  }
  .visible-sm.visible-md.glyphicon,
  .visible-sm.visible-md.fa {
    display: inline-block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  .visible-sm.visible-lg.input-group {
    display: table !important;
  }
  .visible-sm.visible-lg#tableWrap {
    display: table !important;
  }
  .visible-sm.visible-lg.glyphicon,
  .visible-sm.visible-lg.fa {
    display: inline-block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md {
  display: none !important;
}
.visible-md.input-group {
  display: none !important;
}
.visible-md#tableWrap {
  display: none !important;
}
.visible-md.glyphicon,
.visible-md.fa {
  display: none !important;
}
tr.visible-md {
  display: none !important;
}
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  .visible-md.visible-xs.input-group {
    display: table !important;
  }
  .visible-md.visible-xs#tableWrap {
    display: table !important;
  }
  .visible-md.visible-xs.glyphicon,
  .visible-md.visible-xs.fa {
    display: inline-block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  .visible-md.visible-sm.input-group {
    display: table !important;
  }
  .visible-md.visible-sm#tableWrap {
    display: table !important;
  }
  .visible-md.visible-sm.glyphicon,
  .visible-md.visible-sm.fa {
    display: inline-block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  .visible-md.input-group {
    display: table !important;
  }
  .visible-md#tableWrap {
    display: table !important;
  }
  .visible-md.glyphicon,
  .visible-md.fa {
    display: inline-block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  .visible-md.visible-lg.input-group {
    display: table !important;
  }
  .visible-md.visible-lg#tableWrap {
    display: table !important;
  }
  .visible-md.visible-lg.glyphicon,
  .visible-md.visible-lg.fa {
    display: inline-block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg {
  display: none !important;
}
.visible-lg.input-group {
  display: none !important;
}
.visible-lg#tableWrap {
  display: none !important;
}
.visible-lg.glyphicon,
.visible-lg.fa {
  display: none !important;
}
tr.visible-lg {
  display: none !important;
}
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  .visible-lg.visible-xs.input-group {
    display: table !important;
  }
  .visible-lg.visible-xs#tableWrap {
    display: table !important;
  }
  .visible-lg.visible-xs.glyphicon,
  .visible-lg.visible-xs.fa {
    display: inline-block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  .visible-lg.visible-sm.input-group {
    display: table !important;
  }
  .visible-lg.visible-sm#tableWrap {
    display: table !important;
  }
  .visible-lg.visible-sm.glyphicon,
  .visible-lg.visible-sm.fa {
    display: inline-block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  .visible-lg.visible-md.input-group {
    display: table !important;
  }
  .visible-lg.visible-md#tableWrap {
    display: table !important;
  }
  .visible-lg.visible-md.glyphicon,
  .visible-lg.visible-md.fa {
    display: inline-block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  .visible-lg.input-group {
    display: table !important;
  }
  .visible-lg#tableWrap {
    display: table !important;
  }
  .visible-lg.glyphicon,
  .visible-lg.fa {
    display: inline-block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
.hidden-xs.input-group {
  display: table !important;
}
.hidden-xs#tableWrap {
  display: table !important;
}
.hidden-xs.glyphicon,
.hidden-xs.fa {
  display: inline-block !important;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .hidden-xs.input-group {
    display: none !important;
  }
  .hidden-xs#tableWrap {
    display: none !important;
  }
  .hidden-xs.glyphicon,
  .hidden-xs.fa {
    display: none !important;
  }
  tr.hidden-xs {
    display: none !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm {
    display: none !important;
  }
  .hidden-xs.hidden-sm.input-group {
    display: none !important;
  }
  .hidden-xs.hidden-sm#tableWrap {
    display: none !important;
  }
  .hidden-xs.hidden-sm.glyphicon,
  .hidden-xs.hidden-sm.fa {
    display: none !important;
  }
  tr.hidden-xs.hidden-sm {
    display: none !important;
  }
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md {
    display: none !important;
  }
  .hidden-xs.hidden-md.input-group {
    display: none !important;
  }
  .hidden-xs.hidden-md#tableWrap {
    display: none !important;
  }
  .hidden-xs.hidden-md.glyphicon,
  .hidden-xs.hidden-md.fa {
    display: none !important;
  }
  tr.hidden-xs.hidden-md {
    display: none !important;
  }
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg {
    display: none !important;
  }
  .hidden-xs.hidden-lg.input-group {
    display: none !important;
  }
  .hidden-xs.hidden-lg#tableWrap {
    display: none !important;
  }
  .hidden-xs.hidden-lg.glyphicon,
  .hidden-xs.hidden-lg.fa {
    display: none !important;
  }
  tr.hidden-xs.hidden-lg {
    display: none !important;
  }
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
.hidden-sm.input-group {
  display: table !important;
}
.hidden-sm#tableWrap {
  display: table !important;
}
.hidden-sm.glyphicon,
.hidden-sm.fa {
  display: inline-block !important;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs {
    display: none !important;
  }
  .hidden-sm.hidden-xs.input-group {
    display: none !important;
  }
  .hidden-sm.hidden-xs#tableWrap {
    display: none !important;
  }
  .hidden-sm.hidden-xs.glyphicon,
  .hidden-sm.hidden-xs.fa {
    display: none !important;
  }
  tr.hidden-sm.hidden-xs {
    display: none !important;
  }
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  .hidden-sm.input-group {
    display: none !important;
  }
  .hidden-sm#tableWrap {
    display: none !important;
  }
  .hidden-sm.glyphicon,
  .hidden-sm.fa {
    display: none !important;
  }
  tr.hidden-sm {
    display: none !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md {
    display: none !important;
  }
  .hidden-sm.hidden-md.input-group {
    display: none !important;
  }
  .hidden-sm.hidden-md#tableWrap {
    display: none !important;
  }
  .hidden-sm.hidden-md.glyphicon,
  .hidden-sm.hidden-md.fa {
    display: none !important;
  }
  tr.hidden-sm.hidden-md {
    display: none !important;
  }
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg {
    display: none !important;
  }
  .hidden-sm.hidden-lg.input-group {
    display: none !important;
  }
  .hidden-sm.hidden-lg#tableWrap {
    display: none !important;
  }
  .hidden-sm.hidden-lg.glyphicon,
  .hidden-sm.hidden-lg.fa {
    display: none !important;
  }
  tr.hidden-sm.hidden-lg {
    display: none !important;
  }
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
.hidden-md.input-group {
  display: table !important;
}
.hidden-md#tableWrap {
  display: table !important;
}
.hidden-md.glyphicon,
.hidden-md.fa {
  display: inline-block !important;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs {
    display: none !important;
  }
  .hidden-md.hidden-xs.input-group {
    display: none !important;
  }
  .hidden-md.hidden-xs#tableWrap {
    display: none !important;
  }
  .hidden-md.hidden-xs.glyphicon,
  .hidden-md.hidden-xs.fa {
    display: none !important;
  }
  tr.hidden-md.hidden-xs {
    display: none !important;
  }
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm {
    display: none !important;
  }
  .hidden-md.hidden-sm.input-group {
    display: none !important;
  }
  .hidden-md.hidden-sm#tableWrap {
    display: none !important;
  }
  .hidden-md.hidden-sm.glyphicon,
  .hidden-md.hidden-sm.fa {
    display: none !important;
  }
  tr.hidden-md.hidden-sm {
    display: none !important;
  }
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  .hidden-md.input-group {
    display: none !important;
  }
  .hidden-md#tableWrap {
    display: none !important;
  }
  .hidden-md.glyphicon,
  .hidden-md.fa {
    display: none !important;
  }
  tr.hidden-md {
    display: none !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg {
    display: none !important;
  }
  .hidden-md.hidden-lg.input-group {
    display: none !important;
  }
  .hidden-md.hidden-lg#tableWrap {
    display: none !important;
  }
  .hidden-md.hidden-lg.glyphicon,
  .hidden-md.hidden-lg.fa {
    display: none !important;
  }
  tr.hidden-md.hidden-lg {
    display: none !important;
  }
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
.hidden-lg.input-group {
  display: table !important;
}
.hidden-lg#tableWrap {
  display: table !important;
}
.hidden-lg.glyphicon,
.hidden-lg.fa {
  display: inline-block !important;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs {
    display: none !important;
  }
  .hidden-lg.hidden-xs.input-group {
    display: none !important;
  }
  .hidden-lg.hidden-xs#tableWrap {
    display: none !important;
  }
  .hidden-lg.hidden-xs.glyphicon,
  .hidden-lg.hidden-xs.fa {
    display: none !important;
  }
  tr.hidden-lg.hidden-xs {
    display: none !important;
  }
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm {
    display: none !important;
  }
  .hidden-lg.hidden-sm.input-group {
    display: none !important;
  }
  .hidden-lg.hidden-sm#tableWrap {
    display: none !important;
  }
  .hidden-lg.hidden-sm.glyphicon,
  .hidden-lg.hidden-sm.fa {
    display: none !important;
  }
  tr.hidden-lg.hidden-sm {
    display: none !important;
  }
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md {
    display: none !important;
  }
  .hidden-lg.hidden-md.input-group {
    display: none !important;
  }
  .hidden-lg.hidden-md#tableWrap {
    display: none !important;
  }
  .hidden-lg.hidden-md.glyphicon,
  .hidden-lg.hidden-md.fa {
    display: none !important;
  }
  tr.hidden-lg.hidden-md {
    display: none !important;
  }
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
  .hidden-lg.input-group {
    display: none !important;
  }
  .hidden-lg#tableWrap {
    display: none !important;
  }
  .hidden-lg.glyphicon,
  .hidden-lg.fa {
    display: none !important;
  }
  tr.hidden-lg {
    display: none !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
.visible-print.input-group {
  display: none !important;
}
.visible-print#tableWrap {
  display: none !important;
}
.visible-print.glyphicon,
.visible-print.fa {
  display: none !important;
}
tr.visible-print {
  display: none !important;
}
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  .visible-print.input-group {
    display: table !important;
  }
  .visible-print#tableWrap {
    display: table !important;
  }
  .visible-print.glyphicon,
  .visible-print.fa {
    display: inline-block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print {
    display: none !important;
  }
  .hidden-print.input-group {
    display: none !important;
  }
  .hidden-print#tableWrap {
    display: none !important;
  }
  .hidden-print.glyphicon,
  .hidden-print.fa {
    display: none !important;
  }
  tr.hidden-print {
    display: none !important;
  }
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}

/*!
 * Bootstrap-select v1.7.4 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2015 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */
.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
}
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  /*float: none;*/
  /*display: inline-block;*/
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group.bs-container {
  position: absolute;
}
.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
select.mobile-device {
  position: absolute !important;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}
/*# sourceMappingURL=bootstrap-select.css.map */

/********************
 * Embed Webfont
 ********************/
@font-face {
  font-family: 'Candara';
  src: url('../../assets/fonts/294B42_0_0.eot');
  src: url('../../assets/fonts/294B42_0_0.eot?#iefix') format('embedded-opentype'), url('../../assets/fonts/294B42_0_0.woff') format('woff'), url('../../assets/fonts/294B42_0_0.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/********************
 * MOBILE FIRST
 ********************/
a {
  color: #8d1c3f;
  border-bottom: 1px dotted;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #56656c;
  text-decoration: none;
}
select {
  display: none;
}
ul {
  padding-left: 20px;
}
.li {
  display: list-item;
  list-style-type: disc;
  margin-left: 20px;
}
.bootstrap-select a {
  border-bottom: 0;
}
.btn:hover {
  border: 1px solid #e5e7e9;
}
.btn:before {
  color: #56656c;
}
.btn .caret {
  margin-top: 8px;
}
input[type=text] {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-appearance: none;
}
a,
input,
button,
.btn {
  -ms-touch-action: none !important;
}
.copy-input {
  cursor: auto !important;
  background: #f3f4f5 !important;
  border-color: transparent !important;
}
.metanavred {
  border-bottom: none;
  margin-left: 3px;
}
/*@media screen and (-webkit-min-device-pixel-ratio:0) {
 select:focus, textarea:focus, input:focus {
   font-size: @font-size-base;
   background:#eee;
  }
 }*/
.input-group .btn {
  height: 34px;
}
.lightImageBox {
  height: 150px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .lightImageBox {
    height: auto;
  }
}
.lightImageBox img {
  display: block;
  margin: 0 auto;
}
.icon {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn .icon {
  font-size: 12px;
}
.container-fluid {
  padding: 0 0px;
}
.more .title .icon {
  color: #8d1c3f;
  font-size: 14px;
  line-height: 14px;
  margin-right: 3px;
}
.more .text {
  display: none;
}
.more.open .title {
  display: none;
}
.more.open .text {
  display: block;
}
.slider {
  overflow: hidden;
  margin: 20px auto;
}
.slider-wrap {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}
.slider-wrap > div {
  float: left;
  width: 100%;
  position: relative;
}
.slider-wrap li {
  float: left;
  width: 0;
  position: relative;
}
.slider-wrap li:first-child {
  width: 100%;
}
img[usemap] {
  max-width: 100% !important;
  height: auto !important;
}
/********************
* DEFAULT
********************/
html {
  overflow-y: scroll;
}
html,
body {
  width: 100%;
  position: relative;
}
/********************
* TOP
********************/
#top {
  z-index: 1000;
  position: relative;
}
#top #topButtonWrap {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  #top #topButtonWrap #topButtons {
    padding: 0;
  }
}
#top #topButtonWrap #topButtons #projectBtn,
#top #topButtonWrap #topButtons #digitalBtn {
  width: 50%;
  margin: 0;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #top #topButtonWrap #topButtons #projectBtn,
  #top #topButtonWrap #topButtons #digitalBtn {
    width: 100%;
  }
}
#top #topButtonWrap #topButtons #langBtn {
  width: 50%;
}
/********************
 * HEADER
 ********************/
#logo {
  height: 196px;
  margin-bottom: 20px;
}
#topnav {
  padding-top: 20px;
  /*  @media screen and (max-width: @screen-xs-max){
    clear: both;
  }*/
}
#topnav a {
  border-bottom: 0;
}
#topnav .row-fluid nav {
  clear: both;
  padding: 0;
  min-height: 0;
  border: none;
}
#topnav .row-fluid nav .hidden-navigation {
  display: none;
}
#topnav .row-fluid nav .navbar-header .navbar-toggle {
  margin: 0;
}
#topnav .row-fluid nav .navbar-header .navbar-brand {
  padding: 7px 16px;
}
#topnav .row-fluid nav .navbar-nav .active > a,
#topnav .row-fluid nav .navbar-nav .open > a {
  background: #e5e7e9;
}
#topnav .row-fluid nav .dropdown-toggle {
  font-size: 19px;
}
#topnav .row-fluid nav .dropdown-toggle .icon {
  font-size: 14px;
  margin-left: 4px;
  display: inline;
}
#topnav .row-fluid nav .open .dropdown-toggle .icon:before {
  content: '\f106' !important;
}
/********************
 * CENTER
 ********************/
#main {
  margin-top: 15px;
}
#main #contentTitle {
  color: #8d1c3f;
  margin-bottom: 20px;
  margin-top: 0 !important;
}
#main .back {
  margin-bottom: 10px;
}
#main .back .icon {
  margin-right: 6px;
}
#main .nav {
  margin-bottom: 20px;
  margin-top: -5px;
}
#main .nav li a {
  color: #56656c;
  border-bottom: 0;
  margin-left: 0;
  font-size: 19px;
  border: 1px solid #e5e7e9 !important;
  margin: 5px 10px;
  padding: 5px 10px;
}
#main .nav li a:hover {
  color: #8d1c3f;
}
#main .nav li.active a,
#main .nav li:active a,
#main .nav li:hover a {
  color: #56656c;
}
#main .busyIndicator {
  clear: both;
  width: 100%;
  padding: 10px 0;
  text-align: center;
}
#main .busyIndicator img {
  width: 28px;
  height: 28px;
}
#main .row-fluid > div,
#main aside,
#main section {
  padding-left: 0;
}
#main img {
  max-width: 100% !important;
}
#main .subWrap p {
  margin-top: 10px;
}
#loading-indicator {
  background-image: url("../images/ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 250px;
  width: 100%;
}
#mobileSearch {
  margin: 20px 0;
  overflow: hidden;
  padding: 6px 14px;
}
/********************
 * FOOTER
 ********************/
.icon-rss {
  margin-right: 5px;
}
#footernav {
  position: relative;
  min-height: 1px;
  padding-left: 14px;
  padding-right: 14px;
}
@media (min-width: 992px) {
  #footernav {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 992px) {
  #footernav {
    left: 16.66666667%;
  }
}
#footernav li {
  background: #f3f4f5;
  position: relative;
}
#footernav li > a {
  color: #56656c !important;
  border-bottom: 0 !important;
  font-size: 14px;
}
#footernav li > a:hover {
  color: #8d1c3f !important;
}
#footernav .social:before,
#footernav .social:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#footernav .social:after {
  clear: both;
}
#footernav .social .icon {
  margin-left: 0.4em;
  margin-right: 0.4em;
  line-height: 1.5em;
}
#footernav .social .icon-facebook {
  padding-right: 0.4em;
  border-right: 1px solid #56656c;
}
#footernav .social ul {
  padding-left: 0;
  margin-bottom: 0;
}
#footernav .social li {
  list-style-type: none;
  float: left;
  padding: 6px 6px;
  margin-right: 10px;
  margin-bottom: 10px;
}
footer {
  clear: both;
  width: 100%;
  position: relative;
  background: #f3f4f5;
  padding: 6px 0;
  margin: 0;
}
footer #footerBoxes .title {
  color: #6d8088;
  border-bottom: 1px solid #96a5ab;
  padding: 12px 12px;
  font-size: 19px;
}
footer #footerBoxes .nav li > a {
  color: #56656c;
  border-bottom: 0;
  color: #6d8088;
  padding: 5px 10px;
  font-size: 14px;
}
footer #footerBoxes .nav li > a:hover {
  color: #8d1c3f;
}
#footerLogos a {
  border-bottom: 0;
}
#footerLogos img {
  display: block;
  margin: 0 auto;
}
#footerLogos .logo {
  padding-top: 20px;
  padding-left: 5px;
}
#footerLogos .charta {
  max-width: 210px;
  padding-left: 10px;
  padding-top: 25px;
}
#footerLogos .e_quality {
  max-width: 100px;
  padding-left: 15px;
  padding-top: 20px;
}
/********************
* Tablet Only
********************/
@media (min-width: 768px) and (max-width: 991px) {
  /********************
* TOP
********************/
  #projectBtn,
  #digitalBtn {
    font-size: 13.5575px;
  }
  #projectBtn {
    padding-right: 0;
  }
  /********************
 * NAV
 ********************/
  header {
    margin-bottom: 10px;
  }
  header #topnav .dropdown-toggle {
    font-size: 22.2px !important;
    padding-left: 12px;
    padding-right: 12px;
  }
  header #topnav .collapse,
  header #topnav .navbar-collapse {
    padding: 0;
  }
  header #topnav .navbar-nav .active > a,
  header #topnav .navbar-nav .open > a {
    background: #f3f4f5 !important;
  }
  header #topnav .row-fluid {
    border-bottom: 1px solid #96a5ab;
  }
  header #topnav .row-fluid nav {
    background: none;
    margin-bottom: 0;
  }
  header #topnav .row-fluid #tableWrap {
    height: 50px;
  }
  header #topnav .row-fluid #tableWrap #searchWrap {
    display: table-cell;
    vertical-align: middle;
  }
  /********************
 * CENTER
 ********************/
  #main {
    min-height: 300px;
  }
  /********************
 * FOOTER
 ********************/
  #footernav {
    margin-top: 50px;
  }
  #footernav .nav {
    float: left;
    display: inline-block;
  }
  #footernav .social {
    float: right;
    display: inline-block;
  }
  #footernav .social li {
    margin-bottom: 5px;
  }
  #footerLogos img {
    display: inline-block;
    margin: 0;
  }
  #footerLogos .charta {
    padding-top: 45px;
  }
  #footerLogos .e_quality {
    padding-top: 15px;
  }
}
/********************
* Desktop Only
********************/
@media (min-width: 992px) {
  .container-fluid {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
  }
  ul {
    padding-left: 40px;
  }
  .li {
    margin-left: 40px;
  }
  #main {
    min-height: 300px;
  }
  /********************
 * TOP
 ********************/
  #top {
    position: relative;
  }
  #top .row-fluid:before,
  #top .row-fluid:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  #top .row-fluid:after {
    clear: both;
  }
  #projectBtn,
  #digitalBtn {
    font-size: 13.5575px;
  }
  #projectBtn {
    padding-right: 0;
  }
  /********************
 * NAV
 ********************/
  header #topnav {
    padding-top: 78px;
  }
  header #topnav .dropdown-toggle {
    font-size: 22.8px !important;
    padding: 15px 11px;
  }
  header #topnav .collapse,
  header #topnav .navbar-collapse {
    padding: 0;
  }
  header #topnav .navbar-nav .active > a,
  header #topnav .navbar-nav .open > a {
    background: #f3f4f5 !important;
  }
  header #topnav .row-fluid {
    border-bottom: 1px solid #96a5ab;
  }
  header #topnav .row-fluid nav {
    background: none;
    margin-bottom: 0;
  }
  header #topnav .row-fluid #tableWrap {
    height: 50px;
  }
  header #topnav .row-fluid #tableWrap #searchWrap {
    display: table-cell;
    vertical-align: middle;
  }
  header #topnav .row-fluid #tableWrap #searchWrap .input-group {
    width: 100%;
  }
  header #topnav .row-fluid #tableWrap #searchWrap .input-group form {
    display: table;
  }
  /********************
 * SIDENAV
 ********************/
  #sidenav {
    margin-top: 46px;
  }
  #sidenav .title {
    border-top: 1px solid #96a5ab;
    margin-bottom: 0px;
  }
  #sidenav .title a {
    display: block;
    color: #56656c;
    border-bottom: 0;
    font-size: 19px;
    padding: 10px 8px;
  }
  #sidenav .title a:hover {
    color: #8d1c3f;
  }
  #sidenav .title:hover {
    background: #f3f4f5;
  }
  #sidenav li {
    border-top: 1px dotted #56656c;
    word-wrap: break-word;
  }
  #sidenav li a {
    padding: 6px 0px 6px 8px;
    color: #56656c;
    border-bottom: 0;
  }
  #sidenav li a:hover {
    color: #8d1c3f;
  }
  #sidenav .active > a {
    color: #8d1c3f;
  }
  /********************
 * CENTER
 ********************/
  #main {
    margin-top: -30px;
  }
  #main #contentTitle {
    margin-top: 0;
    padding-left: 0 !important;
  }
  /********************
 * FOOTER
 ********************/
  #footernav {
    margin-top: 50px;
  }
  #footernav .nav {
    float: left;
    display: inline-block;
  }
  #footernav .social {
    float: right;
    display: inline-block;
  }
  #footernav .social li {
    margin-bottom: 5px;
  }
  #footerLogos img {
    display: inline-block;
    margin: 0;
  }
  #footerLogos .charta {
    padding-top: 45px;
  }
  #footerLogos .e_quality {
    padding-top: 15px;
  }
}
/********************
* Random
********************/
@media screen and (max-width: 1105px) {
  #sidenav .title a {
    font-size: 18.05px;
  }
  #sidenav li a {
    font-size: 12.905px;
  }
}
@media print {
  #top,
  #topnav {
    display: none;
  }
  body {
    transform: translate3d(0, 0, 0) !important;
    color: #000;
  }
  header a:after {
    content: "" !important;
  }
  .nav-pills {
    display: none;
  }
  #main {
    margin-top: 0;
  }
  #mobileSearch {
    display: none;
  }
  footer,
  #footernav {
    display: none;
  }
  .more .title {
    display: none;
  }
  .more .text {
    display: block;
  }
}
/********************
 * MODULES
 ********************/
@font-face {
  font-family: 'iconfont';
  src: url('../../assets/fonts/iconfont.woff2?v=4') format('woff2'), url('../../assets/fonts/iconfont.woff?v=4') format('woff'), url('../../assets/fonts/iconfont.svg?v=4') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon {
  font-family: iconfont;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block !important;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
}
.icon-search:before {
  content: '\e800';
}
/* '' */
.icon-user:before {
  content: '\e801';
}
/* '' */
.icon-th:before {
  content: '\e802';
}
/* '' */
.icon-th-list:before {
  content: '\e803';
}
/* '' */
.icon-envelope-o:before {
  content: '\e804';
}
/* '' */
.icon-file-o:before {
  content: '\e805';
}
/* '' */
.icon-times:before {
  content: '\e806';
}
/* '' */
.icon-plus:before {
  content: '\e807';
}
/* '' */
.icon-align-left:before {
  content: '\e810';
}
/* '' */
.icon-x:before {
  content: '\e8b1';
}
/* '' */
.icon-external-link:before {
  content: '\f08e';
}
/* '' */
.icon-facebook:before {
  content: '\f09a';
}
/* '' */
.icon-rss:before {
  content: '\f09e';
}
/* '' */
.icon-gplus:before {
  content: '\f0d5';
}
/* '' */
.icon-sort:before {
  content: '\f0dc';
}
/* '' */
.icon-sort-down:before {
  content: '\f0dd';
}
/* '' */
.icon-sort-up:before {
  content: '\f0de';
}
/* '' */
.icon-linkedin:before {
  content: '\f0e1';
}
/* '' */
.icon-file-text-o:before {
  content: '\f0f6';
}
/* '' */
.icon-chevron-left:before {
  content: '\f104';
}
/* '' */
.icon-chevron-right:before {
  content: '\f105';
}
/* '' */
.icon-chevron-up:before {
  content: '\f106';
}
/* '' */
.icon-chevron-down:before {
  content: '\f107';
}
/* '' */
.icon-file:before {
  content: '\f15b';
}
/* '' */
.icon-youtube:before {
  content: '\f167';
}
/* '' */
.calendar {
  max-width: 500px;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}
.calendar .head {
  border: 1px solid #e5e7e9;
}
.calendar .head div {
  line-height: 35px;
  vertical-align: middle;
}
.calendar .head div:hover {
  cursor: pointer;
  background: #f3f4f5;
}
.calendar .head .prev,
.calendar .head .next {
  margin: 0;
  width: 15%;
}
.calendar .head .title {
  display: inline-block;
  font-size: 17.5px;
  width: 70%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.calendar .dateContainer {
  margin-top: -1px;
  border: 1px solid #e5e7e9;
}
.calendar .dateContainer div {
  float: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.calendar .dateContainer div.current {
  background: #d2888b !important;
  color: white;
}
.calendar .dateContainer .year,
.calendar .dateContainer .month {
  width: 25%;
  font-size: 18.33333333px;
  line-height: 66.66666667px;
}
.calendar .dateContainer .year:hover,
.calendar .dateContainer .month:hover {
  cursor: pointer;
  background: #f3f4f5;
}
.calendar .dateContainer .day,
.calendar .dateContainer .dayTitle {
  width: 14.28571429%;
  line-height: 28.57142857px;
  font-size: 15.71428571px;
}
.calendar .dateContainer .day.event,
.calendar .dateContainer .day.selected {
  color: white;
  cursor: pointer;
}
.calendar .dateContainer .day.event {
  background: #c1c9cd !important;
}
.calendar .dateContainer .day.selected {
  background: #ad2f56 !important;
}
.calendar .dateContainer .day.prev,
.calendar .dateContainer .day.next {
  cursor: pointer;
  color: #96a5ab;
}
.calendar .dateContainer .day.prev:hover,
.calendar .dateContainer .day.next:hover {
  background: #f3f4f5;
}
.calendar .dateContainer .dayTitle {
  font-weight: bold;
}
#textPage .titleImage {
  padding: 0 16px 10px 0;
  max-width: 70%;
  height: auto;
  float: left;
  display: block;
}
@media screen and (max-width: 767px) {
  #textPage .titleImage {
    float: none;
    max-width: 100%;
    margin: 0 auto;
    padding-right: 0;
    position: relative;
  }
}
#textPage #mainColumn {
  padding-right: 40px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  #textPage #mainColumn {
    padding-right: 14px;
  }
}
@media screen and (max-width: 767px) {
  #textPage #mainColumn {
    padding-right: 0;
  }
}
#textPage #mainColumn.col-xs-12 {
  padding-right: 0;
}
#textPage aside {
  text-align: left !important;
}
#textPage aside div {
  border-left: 1px solid #96a5ab;
  padding-left: 12px;
  margin-bottom: 20px;
}
#textPage aside div h4 {
  font-weight: normal;
}
#textPage aside div p {
  background-position: 0 center;
  background-repeat: no-repeat;
  padding-left: 15px;
}
#textPage aside div p .glyphicon,
#textPage aside div p .icon {
  margin-right: 3px;
  font-size: 14px;
}
#frontPage > .row-fluid:before,
#frontPage > .row-fluid:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#frontPage > .row-fluid:after {
  clear: both;
}
#frontPage > .row-fluid:first-child {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #frontPage > .row-fluid .newsBox {
    padding-right: 0;
  }
}
#frontPage > .row-fluid .newsBox .slider {
  margin: 0;
  clear: both;
}
#frontPage > .row-fluid .newsBox .slider-wrap {
  -webkit-transform: translate3d(0px, 0px, 1px);
  -ms-transform: translate3d(0px, 0px, 1px);
  transform: translate3d(0px, 0px, 1px);
}
#frontPage > .row-fluid .newsBox .titleBar {
  border-top: 1px solid #96a5ab;
  padding: 0;
  margin-top: 10px;
}
#frontPage > .row-fluid .newsBox .titleBar .title {
  display: inline-block;
  font-weight: normal;
  margin: 0;
  padding: 18px 12px;
  padding-right: 0;
  float: left;
}
#frontPage > .row-fluid .newsBox .titleBar .buttons div {
  padding: 16px 10px;
  display: inline-block;
  color: #687a83;
}
#frontPage > .row-fluid .newsBox .titleBar .buttons div:hover {
  color: #8d1c3f;
  cursor: pointer;
}
#frontPage > .row-fluid .newsBox .titleBar .buttons div.disabled {
  color: #dde2e4;
}
#frontPage > .row-fluid .newsBox .titleBar .buttons div.disabled:hover {
  color: #dde2e4;
  cursor: auto !important;
}
#frontPage > .row-fluid .newsBox .titleBar .buttons div .icon {
  vertical-align: -15%;
}
#frontPage > .row-fluid .newsBox p {
  margin-bottom: 5px;
  padding: 6px 12px;
}
@media screen and (min-width: 992px) {
  #frontPage > .row-fluid .newsBox .content {
    min-height: 100px;
  }
}
#sliderForReal {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #sliderForReal {
    margin-left: -14px;
    margin-right: -14px;
  }
}
#sliderForReal .placeholder {
  height: 300px;
  z-index: -1;
}
#sliderForReal .slider .slider-wrap li {
  opacity: 0;
  background: #f3f4f5;
  /*        @media screen and (min-width: @screen-sm-min){
          .imgContainer{
            float: none;
            position: absolute;
            height: 100%;
            overflow: hidden;

            img{
              display: inline;
              min-height: 100%;

              width: 100%;
              height: auto;

              top: 0;
              left: 0;
            }
          }
          .textContainer{
            float: none;
            left: 100% / 12 *8;
          }
        }*/
}
#sliderForReal .slider .slider-wrap li .imgContainer {
  padding-right: 0;
  border: 1px solid #f3f4f5;
}
#sliderForReal .slider .slider-wrap li .imgContainer img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
#sliderForReal .slider .slider-wrap li .textContainer {
  padding: 10px 14px !important;
}
#sliderForReal .indicators {
  text-align: center;
}
#sliderForReal .indicators .circle {
  display: inline-block;
  border-top-left-radius: 7.5px;
  border-top-right-radius: 7.5px;
  border-bottom-left-radius: 7.5px;
  border-bottom-right-radius: 7.5px;
  width: 13px;
  height: 13px;
  margin: 0 2px;
  background: #d7dbde;
}
@media screen and (min-width: 768px) {
  #sliderForReal .indicators .circle {
    width: 12px;
    height: 12px;
    border-radius: 6px;
  }
}
#sliderForReal .indicators .circle.active {
  background: #56656c;
}
#sliderForReal .indicators .circle:hover {
  cursor: pointer;
}
#sliderForReal .hidden {
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
#sliderForReal visible {
  visibility: visible;
  opacity: 1;
  z-index: 1000;
}
#personal select {
  padding: 6px 12px;
  border: 1px solid #e5e7e9;
}
#personal select:hover {
  background: #f3f4f5;
}
#personal #viewButtons {
  float: right;
}
#personal #viewButtons .btn {
  float: right;
  padding: 0 10px;
}
#personal #viewButtons .btn .icon {
  color: #6d8088;
  font-size: 20px;
  line-height: 30px;
  padding-top: 2px;
}
#personal #letters {
  margin: 7px 0 30px -1px;
}
#personal #letters .letter {
  text-align: center;
  line-height: 19px;
  padding: 4px 0;
  margin: 2px 0px;
  width: 31px;
}
@media screen and (max-width: 767px) {
  #personal #letters .letter.disabled {
    display: none;
  }
}
#personal .list-group .list-group-item {
  border-top: 0;
  margin-bottom: 1px;
  margin-left: 14px;
  margin-right: 14px;
  padding-left: 0;
}
#personal .list-group .list-group-item .imgWrap {
  padding: 0;
}
#personal .list-group .list-group-item .imgWrap img {
  max-width: 100%;
  height: auto;
}
#personal .list-group .list-group-item .name a {
  font-size: 19px;
}
#personal .list-group .list-group-item .email,
#personal .list-group .list-group-item .noemail {
  margin-top: 8px;
}
#personal .list-group .list-group-item .email .icon,
#personal .list-group .list-group-item .noemail .icon {
  vertical-align: baseline;
  margin-right: 6px;
  font-size: 14px;
}
#personal .list-group.gridLayout .list-group-item {
  margin: 0;
  border-width: 0;
  padding-left: 14px;
}
#personal .list-group.gridLayout .list-group-item .borderWrap {
  background: #f3f4f5;
}
#personal .list-group.gridLayout .list-group-item .borderWrap .phone,
#personal .list-group.gridLayout .list-group-item .borderWrap .description,
#personal .list-group.gridLayout .list-group-item .borderWrap .location {
  padding-left: 12px;
  padding-right: 12px;
  min-width: 1px;
}
#personal .list-group.gridLayout .list-group-item .borderWrap .phone {
  min-height: 21px;
}
#personal .list-group.gridLayout .list-group-item .borderWrap .description {
  min-height: 84px;
}
#personal .list-group.gridLayout .list-group-item .borderWrap .location {
  min-height: 63px;
}
#personal .list-group.gridLayout .list-group-item .borderWrap .name {
  padding: 6px 12px;
}
#personal .list-group.gridLayout .list-group-item .borderWrap .email a,
#personal .list-group.gridLayout .list-group-item .borderWrap .noemail {
  display: block;
  width: 100%;
  height: 30.5px;
  color: #f3f4f5;
  background: #6d8088;
  padding: 5px 12px;
  border-bottom-width: 0;
}
#termine #timeTag .tag {
  color: #56656c;
  background: #f3f4f5;
  padding: 0 8px;
  line-height: 26px;
  border-width: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
#termine #timeTag .tag .icon {
  font-size: 10px;
  margin-left: 4px;
  color: #d2d5d9;
}
#termine #timeTag .tag:hover {
  cursor: pointer;
}
#termine .list-group .list-group-item {
  padding-top: 20px;
  padding-left: 0;
  border-width: 0;
}
#termine .list-group .list-group-item b {
  display: inline-block;
  padding-bottom: 2.5px;
}
#termine .list-group .list-group-item .tag {
  color: white;
  background: #d2888b;
  padding: 0 8px;
  line-height: 26px;
  border-width: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
#termine .list-group .list-group-item .tag .icon {
  font-size: 10px;
  margin-left: 4px;
  color: #e8c3c5;
}
#termine .list-group .list-group-item .date {
  color: white;
  background: #6d8088;
  padding: 0 8px;
  line-height: 26px;
  border-width: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
#termine .list-group .list-group-item .date .icon {
  font-size: 10px;
  margin-left: 4px;
  color: #adb4bb;
}
#termine .list-group .list-group-item .time {
  color: white;
  background: #96a5ab;
  padding: 0 8px;
  line-height: 26px;
  border-width: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
#termine .list-group .list-group-item .time .icon {
  font-size: 10px;
  margin-left: 4px;
  color: #96a5ab;
}
#termine .list-group .list-group-item .tags,
#termine .list-group .list-group-item .text {
  margin-bottom: 10px;
}
#termine .list-group .list-group-item .downloadLink,
#termine .list-group .list-group-item .internalLink,
#termine .list-group .list-group-item .externalLink,
#termine .list-group .list-group-item .more .title {
  background-position: 0 center;
  background-repeat: no-repeat;
}
#termine .list-group .list-group-item .downloadLink .fa,
#termine .list-group .list-group-item .internalLink .fa,
#termine .list-group .list-group-item .externalLink .fa,
#termine .list-group .list-group-item .more .title .fa {
  margin-right: 3px;
}
#termine #rightColumn {
  padding-right: 0px;
}
@media screen and (min-width: 768px) {
  #termine #rightColumn #calendar {
    float: right;
  }
}
#termine #rightColumn .tags div {
  text-align: right;
}
@media screen and (max-width: 767px) {
  #termine #rightColumn .tags div {
    text-align: left;
    display: block;
  }
}
#termine #rightColumn .tags div .tag {
  color: #56656c;
  background: #f3f4f5;
  padding: 0 8px;
  line-height: 26px;
  border-width: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
#termine #rightColumn .tags div .tag .icon {
  font-size: 10px;
  margin-left: 4px;
  color: #d2d5d9;
}
#termine #rightColumn .tags div .tag .fa {
  display: none;
}
#termine #rightColumn .tags div .tag.selected {
  color: white;
  background: #d2888b;
  padding: 0 8px;
  line-height: 26px;
  border-width: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
#termine #rightColumn .tags div .tag.selected .icon {
  font-size: 10px;
  margin-left: 4px;
  color: #e8c3c5;
}
#termine #rightColumn .tags div .tag.selected .fa {
  display: inline;
}
#termine #rightColumn .tags div .tag:hover {
  cursor: pointer;
}
#termine #rightColumn .tags div .tag .fa {
  color: #e8c3c5;
}
#presse .bootstrap-select {
  padding-right: 0;
}
#presse .bootstrap-select .filter-option {
  right: 26px;
}
#presse .bootstrap-select .caret {
  right: 10px;
}
#presse .list-group {
  padding-right: 0;
}
#presse .list-group .list-group-item {
  border-width: 0;
}
#presse .list-group .list-group-item b {
  display: inline-block;
  padding-bottom: 2.5px;
}
#presse .list-group .list-group-item .date,
#presse .list-group .list-group-item .text {
  margin-bottom: 10px !important;
}
#presse .list-group .list-group-item .date {
  color: white;
  background: #6d8088;
  padding: 0 8px;
  line-height: 26px;
  border-width: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
#presse .list-group .list-group-item .date .icon {
  font-size: 10px;
  margin-left: 4px;
  color: #adb4bb;
}
#presse .list-group .list-group-item .downloadLink,
#presse .list-group .list-group-item .internalLink,
#presse .list-group .list-group-item .externalLink,
#presse .list-group .list-group-item .more .title {
  margin-bottom: 0;
}
#presse .list-group .list-group-item .downloadLink .icon,
#presse .list-group .list-group-item .internalLink .icon,
#presse .list-group .list-group-item .externalLink .icon,
#presse .list-group .list-group-item .more .title .icon {
  margin-right: 3px;
  font-size: 14px !important;
}
#presse .bootstrap-select {
  padding-left: 0;
}
#projekte .select-group,
#projekte .bootstrap-select {
  display: none;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  #projekte .select-group,
  #projekte .bootstrap-select {
    padding-right: 17px;
  }
  #projekte .select-group.bootstrap-select .filter-option,
  #projekte .bootstrap-select.bootstrap-select .filter-option {
    right: 43px;
  }
  #projekte .select-group.bootstrap-select .caret,
  #projekte .bootstrap-select.bootstrap-select .caret {
    right: 28px;
  }
}
#projekte .bootstrap-select {
  margin-bottom: 5px;
}
#projekte .bootstrap-select .filter-option {
  right: 26px;
}
#projekte .bootstrap-select .caret {
  right: 10px;
}
#projekte .form-control {
  font-weight: normal;
  display: inline-block;
}
#projekte input[type=checkbox] {
  float: right;
}
#projekte .list-group {
  clear: both;
}
#projekte .list-group .list-group-item {
  border-top: 0;
  margin-top: 1px;
  padding: 25px 0;
}
#projekte .list-group .list-group-item img {
  max-height: 100px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  #projekte .list-group .list-group-item img {
    padding-bottom: 20px;
  }
}
#projekte .list-group .list-group-item a {
  border-bottom: 0;
}
#projekte .list-group .list-group-item .title a {
  line-height: 26px;
  border-bottom: 1px dotted;
}
#overview {
  padding-right: 14px;
}
#overview ul li {
  padding-bottom: 20px;
}
#overview ul li .imgWrap {
  width: 100%;
  background: #f3f4f5;
  display: block;
  border-bottom: 1px solid #96a5ab;
  padding-bottom: 1px;
}
#overview ul li .imgWrap img {
  height: auto;
  max-width: 100%;
}
#overview ul li > a {
  display: block;
  padding-bottom: 5px;
  color: #56656c;
  border-bottom: 0;
}
#overview ul li > a .title,
#overview ul li > a .text,
#overview ul li > a .more {
  margin-bottom: 0;
  padding: 0 10px;
}
#overview ul li > a .title {
  padding-top: 5px;
  font-size: 19px;
  padding-bottom: 10px;
}
#overview ul li > a .text {
  margin-bottom: 10px;
  text-overflow: ellipsis;
}
@media screen and (min-width: 768px) {
  #overview ul li > a .text {
    height: 80px;
    overflow: hidden;
  }
}
#overview ul li > a .more {
  color: #8d1c3f !important;
  display: inline;
  border-bottom: 1px dotted;
  margin-left: 10px;
}
#overview ul li > a:hover {
  color: #56656c;
  text-decoration: none;
  background: #f3f4f5;
}
#personalDetails .imgWrap {
  padding-bottom: 10px;
  padding-right: 0px;
}
#personalDetails .imgWrap img {
  max-width: 100%;
  height: auto;
}
#personalDetails h4 {
  margin-top: 30px;
}
#personalDetails .descriptionText h5 {
  font-weight: 600;
  line-height: 20px;
}
#personalDetails .descriptionText .mail a .icon {
  margin-right: 3px;
  font-size: 14px;
}
#personalDetails .inline-publikationen {
  padding: 0 14px;
}
#personalDetails .inline-publikationen .list-group-item {
  border-top: 0;
  margin-bottom: 1px;
}
#personalDetails .inline-publikationen .list-group-item .authors {
  font-weight: bold;
}
#personalDetails .inline-publikationen .list-group-item .title {
  font-size: 15.95px;
  margin-bottom: 4px;
}
#personalDetails .inline-projekte .list-group-item {
  border-top: 0;
  margin-bottom: 1px;
}
#personalDetails .inline-projekte .list-group-item a {
  border-bottom: 0;
}
#personalDetails .inline-projekte .list-group-item .title a {
  line-height: 26px;
  border-bottom: 1px dotted;
}
#fellows #categoryWrap {
  margin-right: 0;
  margin-bottom: 20px;
}
#fellows #categoryWrap .fellowCategory {
  padding-right: 0;
}
#fellows #categoryWrap .fellowCategory .titleBar {
  line-height: 26px;
  border-top: 1px solid #96a5ab;
  padding: 10px 16px;
}
@media screen and (max-width: 767px) {
  #fellows #categoryWrap .fellowCategory .titleBar:hover {
    cursor: pointer;
  }
}
#fellows #categoryWrap .fellowCategory .titleBar .title {
  margin: 0;
  font-weight: normal;
  display: inline;
}
#fellows #categoryWrap .fellowCategory .titleBar .icon {
  font-size: 14px;
  float: right;
}
#fellows #categoryWrap .fellowCategory .items {
  list-decoration: none;
  list-style-type: none;
  padding-left: 0;
  height: 200px;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  #fellows #categoryWrap .fellowCategory .items {
    display: none;
    height: auto;
  }
  #fellows #categoryWrap .fellowCategory .items.open {
    display: block;
  }
}
#fellows #categoryWrap .fellowCategory .items .item {
  border-top: 1px dotted #56656c;
  padding: 6px 12px;
}
#fellows #categoryWrap .fellowCategory .items .item:hover {
  cursor: pointer;
}
#fellows #categoryWrap .fellowCategory .items .item.active {
  color: white;
  background: #8d1c3f;
  margin-bottom: -1px;
  border-bottom: 1px solid #8d1c3f;
}
#fellows #tagBar {
  margin-bottom: 4px;
}
#fellows #tagBar #allTag {
  color: white;
  background: #6d8088;
  padding: 0 8px;
  line-height: 26px;
  border-width: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: none;
}
#fellows #tagBar #allTag .icon {
  font-size: 10px;
  margin-left: 4px;
  color: #adb4bb;
}
#fellows #tagBar #allTag:hover {
  cursor: pointer;
}
#fellows #tagBar #fellowCount {
  font-size: 19px;
  font-weight: bold;
}
#fellows #tags {
  margin-bottom: 20px;
}
#fellows #tags .tag {
  color: white;
  background: #d2888b;
  padding: 0 8px;
  line-height: 26px;
  border-width: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
#fellows #tags .tag .icon {
  font-size: 10px;
  margin-left: 4px;
  color: #e8c3c5;
}
#fellows #tags .tag:hover {
  cursor: pointer;
}
#fellows #optionsBar {
  margin-top: 20px;
  margin-bottom: 20px;
}
#fellows #optionsBar #viewButtons {
  float: right;
}
#fellows #optionsBar #viewButtons .btn {
  float: right;
  padding: 0 10px;
}
#fellows #optionsBar #viewButtons .btn .icon {
  color: #6d8088;
  font-size: 20px;
  line-height: 30px;
  padding-top: 2px;
}
#fellows .list-header {
  line-height: 26px;
  font-size: 15.95px;
  margin: 0;
  border-top: 1px solid #f3f4f5;
  border-bottom: 1px solid #f3f4f5;
}
#fellows .list-header > div {
  padding: 0;
}
#fellows .list-header .sort .icon {
  margin-left: 6px;
}
#fellows .list-header .sort:hover {
  cursor: pointer;
}
#fellows .list-header.gridLayout {
  border: 0;
}
#fellows .list-header.gridLayout .sort {
  margin-left: 8px;
  color: #8d1c3f;
  border-bottom: 1px dotted;
}
#fellows .list-header.gridLayout .sort:hover {
  color: #56656c;
  cursor: pointer;
}
#fellows .list-group .list-group-item {
  border-top: 0;
  margin-bottom: 1px;
  margin: 0 0 1px 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 15.95px;
}
#fellows .list-group .list-group-item > div {
  padding-left: 0;
}
#fellows .list-group .list-group-item .imgWrap {
  padding: 0;
}
#fellows .list-group .list-group-item .imgWrap img {
  max-width: 100%;
  height: auto;
}
#fellows .list-group .list-group-item .name a {
  font-size: 19px;
}
#fellows .list-group.gridLayout {
  margin-left: -14px;
  margin-right: -14px;
}
#fellows .list-group.gridLayout .list-group-item {
  margin: 0;
  border-width: 0;
  padding-right: 14px;
  padding-left: 14px;
}
#fellows .list-group.gridLayout .list-group-item .borderWrap {
  background: #f3f4f5;
  border-bottom: 5px solid #96a5ab;
}
#fellows .list-group.gridLayout .list-group-item .borderWrap .name {
  padding: 6px 12px;
}
#fellows .list-group.gridLayout .list-group-item .borderWrap .funding,
#fellows .list-group.gridLayout .list-group-item .borderWrap .year,
#fellows .list-group.gridLayout .list-group-item .borderWrap .country {
  padding: 0 12px;
  min-height: 23px;
}
#publikationen .row {
  padding-right: 14px;
}
#publikationen .row .input-group,
#publikationen .row .select-group {
  padding-right: 0;
}
#publikationen .row .bootstrap-select,
#publikationen .row .select-group,
#publikationen .row .input-group {
  display: none;
}
#publikationen .row .bootstrap-select {
  padding-right: 0;
}
#publikationen .row .bootstrap-select .filter-option {
  right: 26px;
}
#publikationen .row .bootstrap-select .caret {
  right: 10px;
}
#publikationen .row .input-group,
#publikationen .row .btn-group {
  margin-bottom: 5px;
}
#publikationen .row .form-control {
  font-weight: normal;
  display: inline-block;
}
#publikationen .row input[type=checkbox] {
  float: right;
}
#publikationen .list-group {
  padding: 0 14px;
  padding-top: 10px;
}
#publikationen .list-group .list-group-item {
  border-top: 0;
  margin-bottom: 1px;
  font-size: 15.95px;
  padding: 15px 0;
}
#publikationen .list-group .list-group-item .col-sm-4,
#publikationen .list-group .list-group-item .col-sm-8 {
  padding-left: 0;
}
#publikationen .list-group .list-group-item .authors {
  font-weight: bold;
}
#publikationen .list-group .list-group-item .title {
  margin-bottom: 4px;
  font-size: 19px;
}
#publikationen .list-group .list-group-item .in {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  #publikationen .list-group .list-group-item .in.col-sm-4 {
    padding-top: 0;
  }
}
#suchergebnisse section .sectionTitle {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #96a5ab;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
#suchergebnisse .list-group-item {
  border: 0;
  padding-bottom: 20px;
  margin-left: 14px;
  margin-right: 14px;
  padding-left: 0;
  padding-right: 0;
}
#suchergebnisse .list-group-item .icon {
  vertical-align: baseline;
  margin-right: 6px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #suchergebnisse .personal .list-group-item {
    margin: 0;
  }
}
#suchergebnisse .personal .list-group-item .imgWrap {
  padding: 0;
}
#suchergebnisse .personal .list-group-item .imgWrap img {
  max-width: 100%;
  height: auto;
}
#suchergebnisse .personal .list-group-item .name a {
  font-size: 19px;
}
#suchergebnisse .personal .list-group-item .email {
  margin-top: 8px;
}
#suchergebnisse .stellenangebote .list-group-item .date,
#suchergebnisse .news .list-group-item .date,
#suchergebnisse .stellenangebote .list-group-item .text,
#suchergebnisse .news .list-group-item .text {
  margin-bottom: 5px !important;
}
#suchergebnisse .stellenangebote .list-group-item .date,
#suchergebnisse .news .list-group-item .date {
  color: white;
  background: #6d8088;
  padding: 0 8px;
  line-height: 26px;
  border-width: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
#suchergebnisse .stellenangebote .list-group-item .date .icon,
#suchergebnisse .news .list-group-item .date .icon {
  font-size: 10px;
  margin-left: 4px;
  color: #adb4bb;
}
#suchergebnisse .projekte .list-group-item .col-sm-9 {
  padding-right: 0;
}
#suchergebnisse .projekte .list-group-item a {
  border-bottom: 0;
}
#suchergebnisse .projekte .list-group-item img {
  max-height: 100px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  #suchergebnisse .projekte .list-group-item img {
    padding-bottom: 20px;
  }
}
#suchergebnisse .projekte .list-group-item .title {
  border-bottom: 1px dotted;
  display: inline-block;
}
#suchergebnisse .inhalt .list-group-item .title {
  font-size: 19px;
}
#suchergebnisse .publikationen .list-group-item .col-sm-4,
#suchergebnisse .publikationen .list-group-item .col-sm-8 {
  padding-left: 0;
}
#suchergebnisse .publikationen .list-group-item .authors {
  font-weight: bold;
}
#suchergebnisse .publikationen .list-group-item .title {
  margin-bottom: 4px;
  font-size: 19px;
}
#suchergebnisse .publikationen .list-group-item .subtitle {
  font-size: 15.95px;
}
