@charset "UTF-8";
/**264px**/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .navbar {
    display: none; }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }

  .table, .table-uni {
    border-collapse: collapse !important; }
    .table td, .table-uni td,
    .table th,
    .table-uni th {
      background-color: #fff !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Roboto", sans-serif, Arial, Helvetica, sans-serif;
  font-size: 11.5pt;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #0063a6;
  text-decoration: none; }
  a:hover, a:focus {
    color: #00355a;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-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: 16pt;
  margin-bottom: 16pt;
  border: 0;
  border-top: 1px solid #f2f2f2; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 300;
  line-height: 1.1;
  color: #0063a6; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #e4e4e4; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 16pt;
  margin-bottom: 8pt; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 8pt;
  margin-bottom: 8pt; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 26pt; }

h2, .h2 {
  font-size: 22pt; }

h3, .h3 {
  font-size: 17.5pt; }

h4, .h4 {
  font-size: 15pt; }

h5, .h5 {
  font-size: 14pt; }

h6, .h6 {
  font-size: 13pt; }

p {
  margin: 0 0 8pt; }

.lead, .lead-p {
  margin-bottom: 16pt;
  font-size: 13pt;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead, .lead-p {
      font-size: 17.25pt; } }

small,
.small {
  font-size: 86%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center, .nav-pills-top > li.quicklinks-btn, .nav-pills-top-mobile > li.quicklinks-btn {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #e4e4e4; }

.text-primary {
  color: #0063a6; }

a.text-primary:hover,
a.text-primary:focus {
  color: #004573; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #0063a6; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #004573; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 7pt;
  margin: 32pt 0 16pt;
  border-bottom: 1px solid #f2f2f2; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 8pt; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 16pt; }

dt,
dd {
  line-height: 1.42857143; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }
.dl-horizontal dd:after {
  clear: both; }
@media (min-width: 992px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #e4e4e4; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 8pt 16pt;
  margin: 0 0 16pt;
  font-size: 18pt;
  border-left: 5px solid #f2f2f2; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #333333; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #f2f2f2;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 16pt;
  font-style: normal;
  line-height: 1.42857143; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 7.5pt;
  margin: 0 0 8pt;
  font-size: 10.5pt;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #7b7b7b;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  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%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-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-pull-0 {
    right: auto; }

  .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-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .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-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .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%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-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-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-pull-12 {
    right: 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-push-12 {
    left: 100%; }

  .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%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-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-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-pull-12 {
    right: 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-push-12 {
    left: 100%; }

  .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%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #e4e4e4;
  text-align: left; }

th {
  text-align: left; }

.table, .table-uni {
  width: 100%;
  max-width: 100%;
  margin-bottom: 16pt; }
  .table > thead > tr > th, .table-uni > thead > tr > th,
  .table > thead > tr > td,
  .table-uni > thead > tr > td,
  .table > tbody > tr > th,
  .table-uni > tbody > tr > th,
  .table > tbody > tr > td,
  .table-uni > tbody > tr > td,
  .table > tfoot > tr > th,
  .table-uni > tfoot > tr > th,
  .table > tfoot > tr > td,
  .table-uni > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid transparent; }
  .table > thead > tr > th, .table-uni > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid transparent; }
  .table > caption + thead > tr:first-child > th, .table-uni > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table-uni > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table-uni > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table-uni > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table-uni > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td,
  .table-uni > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody, .table-uni > tbody + tbody {
    border-top: 2px solid transparent; }
  .table .table, .table-uni .table, .table .table-uni, .table-uni .table-uni {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 1px; }

.table-bordered {
  border: 1px solid transparent; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid transparent; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active, .table-uni > thead > tr > td.active,
.table > thead > tr > th.active,
.table-uni > thead > tr > th.active, .table > thead > tr.active > td, .table-uni > thead > tr.active > td, .table > thead > tr.active > th, .table-uni > thead > tr.active > th,
.table > tbody > tr > td.active,
.table-uni > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table-uni > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table-uni > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table-uni > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table-uni > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table-uni > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table-uni > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table-uni > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success, .table-uni > thead > tr > td.success,
.table > thead > tr > th.success,
.table-uni > thead > tr > th.success, .table > thead > tr.success > td, .table-uni > thead > tr.success > td, .table > thead > tr.success > th, .table-uni > thead > tr.success > th,
.table > tbody > tr > td.success,
.table-uni > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table-uni > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table-uni > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table-uni > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table-uni > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table-uni > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table-uni > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table-uni > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info, .table-uni > thead > tr > td.info,
.table > thead > tr > th.info,
.table-uni > thead > tr > th.info, .table > thead > tr.info > td, .table-uni > thead > tr.info > td, .table > thead > tr.info > th, .table-uni > thead > tr.info > th,
.table > tbody > tr > td.info,
.table-uni > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table-uni > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table-uni > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table-uni > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table-uni > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table-uni > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table-uni > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table-uni > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning, .table-uni > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table-uni > thead > tr > th.warning, .table > thead > tr.warning > td, .table-uni > thead > tr.warning > td, .table > thead > tr.warning > th, .table-uni > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table-uni > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table-uni > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table-uni > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table-uni > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table-uni > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table-uni > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table-uni > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table-uni > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger, .table-uni > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table-uni > thead > tr > th.danger, .table > thead > tr.danger > td, .table-uni > thead > tr.danger > td, .table > thead > tr.danger > th, .table-uni > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table-uni > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table-uni > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table-uni > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table-uni > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table-uni > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table-uni > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table-uni > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table-uni > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 12pt;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid transparent; }
      .table-responsive > .table, .table-responsive > .table-uni {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th, .table-responsive > .table-uni > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table-uni > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table-uni > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table-uni > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table-uni > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td,
        .table-responsive > .table-uni > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 16pt;
  font-size: 17.25pt;
  line-height: inherit;
  color: #7b7b7b;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  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;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 11.5pt;
  line-height: 1.42857143;
  color: #a4a4a4; }

.form-control, #search-top-mobile .form-control-search, #login-top .form-control-login-top, .dropdown-menu-search .form-control-search {
  display: block;
  width: 100%;
  height: 27pt;
  padding: 6px 12px;
  font-size: 11.5pt;
  line-height: 1.42857143;
  color: #a4a4a4;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus, #search-top-mobile .form-control-search:focus, #login-top .form-control-login-top:focus, .dropdown-menu-search .form-control-search:focus {
    border-color: #f2f2f2;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(242, 242, 242, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(242, 242, 242, 0.6); }
  .form-control::-moz-placeholder, #search-top-mobile .form-control-search::-moz-placeholder, #login-top .form-control-login-top::-moz-placeholder, .dropdown-menu-search .form-control-search::-moz-placeholder {
    color: #a4a4a4;
    opacity: 1; }
  .form-control:-ms-input-placeholder, #search-top-mobile .form-control-search:-ms-input-placeholder, #login-top .form-control-login-top:-ms-input-placeholder, .dropdown-menu-search .form-control-search:-ms-input-placeholder {
    color: #a4a4a4; }
  .form-control::-webkit-input-placeholder, #search-top-mobile .form-control-search::-webkit-input-placeholder, #login-top .form-control-login-top::-webkit-input-placeholder, .dropdown-menu-search .form-control-search::-webkit-input-placeholder {
    color: #a4a4a4; }
  .form-control::-ms-expand, #search-top-mobile .form-control-search::-ms-expand, #login-top .form-control-login-top::-ms-expand, .dropdown-menu-search .form-control-search::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], #search-top-mobile [disabled].form-control-search, #login-top [disabled].form-control-login-top, .dropdown-menu-search [disabled].form-control-search, .form-control[readonly], #search-top-mobile [readonly].form-control-search, #login-top [readonly].form-control-login-top, .dropdown-menu-search [readonly].form-control-search, fieldset[disabled] .form-control, fieldset[disabled] #search-top-mobile .form-control-search, #search-top-mobile fieldset[disabled] .form-control-search, fieldset[disabled] #login-top .form-control-login-top, #login-top fieldset[disabled] .form-control-login-top, fieldset[disabled] .dropdown-menu-search .form-control-search, .dropdown-menu-search fieldset[disabled] .form-control-search {
    background-color: #f2f2f2;
    opacity: 1; }
  .form-control[disabled], #search-top-mobile [disabled].form-control-search, #login-top [disabled].form-control-login-top, .dropdown-menu-search [disabled].form-control-search, fieldset[disabled] .form-control, fieldset[disabled] #search-top-mobile .form-control-search, #search-top-mobile fieldset[disabled] .form-control-search, fieldset[disabled] #login-top .form-control-login-top, #login-top fieldset[disabled] .form-control-login-top, fieldset[disabled] .dropdown-menu-search .form-control-search, .dropdown-menu-search fieldset[disabled] .form-control-search {
    cursor: not-allowed; }

textarea.form-control, #search-top-mobile textarea.form-control-search, #login-top textarea.form-control-login-top, .dropdown-menu-search textarea.form-control-search {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control, #search-top-mobile input[type="date"].form-control-search, #login-top input[type="date"].form-control-login-top, .dropdown-menu-search input[type="date"].form-control-search,
  input[type="time"].form-control,
  #search-top-mobile input[type="time"].form-control-search,
  #login-top input[type="time"].form-control-login-top,
  .dropdown-menu-search input[type="time"].form-control-search,
  input[type="datetime-local"].form-control,
  #search-top-mobile input[type="datetime-local"].form-control-search,
  #login-top input[type="datetime-local"].form-control-login-top,
  .dropdown-menu-search input[type="datetime-local"].form-control-search,
  input[type="month"].form-control,
  #search-top-mobile input[type="month"].form-control-search,
  #login-top input[type="month"].form-control-login-top,
  .dropdown-menu-search input[type="month"].form-control-search {
    line-height: 27pt; }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control, #search-top-mobile .input-group-sm > input[type="date"].form-control-search, #login-top .input-group-sm > input[type="date"].form-control-login-top, .dropdown-menu-search .input-group-sm > input[type="date"].form-control-search,
  .input-group-sm > input[type="date"].input-group-addon,
  #search-top-mobile .input-group-sm > input[type="date"].input-group-addon-search,
  .dropdown-menu-search .input-group-sm > input[type="date"].input-group-addon-search,
  .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  #search-top-mobile .input-group-sm > input[type="time"].form-control-search,
  #login-top .input-group-sm > input[type="time"].form-control-login-top,
  .dropdown-menu-search .input-group-sm > input[type="time"].form-control-search,
  .input-group-sm > input[type="time"].input-group-addon,
  #search-top-mobile .input-group-sm > input[type="time"].input-group-addon-search,
  .dropdown-menu-search .input-group-sm > input[type="time"].input-group-addon-search,
  .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  #search-top-mobile .input-group-sm > input[type="datetime-local"].form-control-search,
  #login-top .input-group-sm > input[type="datetime-local"].form-control-login-top,
  .dropdown-menu-search .input-group-sm > input[type="datetime-local"].form-control-search,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  #search-top-mobile .input-group-sm > input[type="datetime-local"].input-group-addon-search,
  .dropdown-menu-search .input-group-sm > input[type="datetime-local"].input-group-addon-search,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  #search-top-mobile .input-group-sm > input[type="month"].form-control-search,
  #login-top .input-group-sm > input[type="month"].form-control-login-top,
  .dropdown-menu-search .input-group-sm > input[type="month"].form-control-search,
  .input-group-sm > input[type="month"].input-group-addon,
  #search-top-mobile .input-group-sm > input[type="month"].input-group-addon-search,
  .dropdown-menu-search .input-group-sm > input[type="month"].input-group-addon-search,
  .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm
  input[type="month"] {
    line-height: 24.5pt; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control, #search-top-mobile .input-group-lg > input[type="date"].form-control-search, #login-top .input-group-lg > input[type="date"].form-control-login-top, .dropdown-menu-search .input-group-lg > input[type="date"].form-control-search,
  .input-group-lg > input[type="date"].input-group-addon,
  #search-top-mobile .input-group-lg > input[type="date"].input-group-addon-search,
  .dropdown-menu-search .input-group-lg > input[type="date"].input-group-addon-search,
  .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  #search-top-mobile .input-group-lg > input[type="time"].form-control-search,
  #login-top .input-group-lg > input[type="time"].form-control-login-top,
  .dropdown-menu-search .input-group-lg > input[type="time"].form-control-search,
  .input-group-lg > input[type="time"].input-group-addon,
  #search-top-mobile .input-group-lg > input[type="time"].input-group-addon-search,
  .dropdown-menu-search .input-group-lg > input[type="time"].input-group-addon-search,
  .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  #search-top-mobile .input-group-lg > input[type="datetime-local"].form-control-search,
  #login-top .input-group-lg > input[type="datetime-local"].form-control-login-top,
  .dropdown-menu-search .input-group-lg > input[type="datetime-local"].form-control-search,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  #search-top-mobile .input-group-lg > input[type="datetime-local"].input-group-addon-search,
  .dropdown-menu-search .input-group-lg > input[type="datetime-local"].input-group-addon-search,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  #search-top-mobile .input-group-lg > input[type="month"].form-control-search,
  #login-top .input-group-lg > input[type="month"].form-control-login-top,
  .dropdown-menu-search .input-group-lg > input[type="month"].form-control-search,
  .input-group-lg > input[type="month"].input-group-addon,
  #search-top-mobile .input-group-lg > input[type="month"].input-group-addon-search,
  .dropdown-menu-search .input-group-lg > input[type="month"].input-group-addon-search,
  .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg
  input[type="month"] {
    line-height: 37pt; } }
.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 16pt;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 27.5pt; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, #search-top-mobile .input-group-lg > .form-control-static.form-control-search, #login-top .input-group-lg > .form-control-static.form-control-login-top, .dropdown-menu-search .input-group-lg > .form-control-static.form-control-search,
  .input-group-lg > .form-control-static.input-group-addon,
  #search-top-mobile .input-group-lg > .form-control-static.input-group-addon-search,
  .dropdown-menu-search .input-group-lg > .form-control-static.input-group-addon-search,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, #search-top-mobile .input-group-sm > .form-control-static.form-control-search, #login-top .input-group-sm > .form-control-static.form-control-login-top, .dropdown-menu-search .input-group-sm > .form-control-static.form-control-search,
  .input-group-sm > .form-control-static.input-group-addon,
  #search-top-mobile .input-group-sm > .form-control-static.input-group-addon-search,
  .dropdown-menu-search .input-group-sm > .form-control-static.input-group-addon-search,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control, #search-top-mobile .input-group-sm > .form-control-search, #login-top .input-group-sm > .form-control-login-top, .dropdown-menu-search .input-group-sm > .form-control-search,
.input-group-sm > .input-group-addon,
#search-top-mobile .input-group-sm > .input-group-addon-search,
.dropdown-menu-search .input-group-sm > .input-group-addon-search,
.input-group-sm > .input-group-btn > .btn {
  height: 24.5pt;
  padding: 5px 10px;
  font-size: 10pt;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control, #search-top-mobile .input-group-sm > select.form-control-search, #login-top .input-group-sm > select.form-control-login-top, .dropdown-menu-search .input-group-sm > select.form-control-search,
.input-group-sm > select.input-group-addon,
#search-top-mobile .input-group-sm > select.input-group-addon-search,
.dropdown-menu-search .input-group-sm > select.input-group-addon-search,
.input-group-sm > .input-group-btn > select.btn {
  height: 24.5pt;
  line-height: 24.5pt; }

textarea.input-sm, .input-group-sm > textarea.form-control, #search-top-mobile .input-group-sm > textarea.form-control-search, #login-top .input-group-sm > textarea.form-control-login-top, .dropdown-menu-search .input-group-sm > textarea.form-control-search,
.input-group-sm > textarea.input-group-addon,
#search-top-mobile .input-group-sm > textarea.input-group-addon-search,
.dropdown-menu-search .input-group-sm > textarea.input-group-addon-search,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
#search-top-mobile .input-group-sm > select[multiple].form-control-search,
#login-top .input-group-sm > select[multiple].form-control-login-top,
.dropdown-menu-search .input-group-sm > select[multiple].form-control-search,
.input-group-sm > select[multiple].input-group-addon,
#search-top-mobile .input-group-sm > select[multiple].input-group-addon-search,
.dropdown-menu-search .input-group-sm > select[multiple].input-group-addon-search,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-sm .form-control, .form-group-sm #search-top-mobile .form-control-search, #search-top-mobile .form-group-sm .form-control-search, .form-group-sm #login-top .form-control-login-top, #login-top .form-group-sm .form-control-login-top, .form-group-sm .dropdown-menu-search .form-control-search, .dropdown-menu-search .form-group-sm .form-control-search {
  height: 24.5pt;
  padding: 5px 10px;
  font-size: 10pt;
  line-height: 1.5;
  border-radius: 3px; }
.form-group-sm select.form-control, .form-group-sm #search-top-mobile select.form-control-search, #search-top-mobile .form-group-sm select.form-control-search, .form-group-sm #login-top select.form-control-login-top, #login-top .form-group-sm select.form-control-login-top, .form-group-sm .dropdown-menu-search select.form-control-search, .dropdown-menu-search .form-group-sm select.form-control-search {
  height: 24.5pt;
  line-height: 24.5pt; }
.form-group-sm textarea.form-control, .form-group-sm #search-top-mobile textarea.form-control-search, #search-top-mobile .form-group-sm textarea.form-control-search, .form-group-sm #login-top textarea.form-control-login-top, #login-top .form-group-sm textarea.form-control-login-top, .form-group-sm .dropdown-menu-search textarea.form-control-search, .dropdown-menu-search .form-group-sm textarea.form-control-search,
.form-group-sm select[multiple].form-control,
.form-group-sm #search-top-mobile select[multiple].form-control-search,
#search-top-mobile .form-group-sm select[multiple].form-control-search,
.form-group-sm #login-top select[multiple].form-control-login-top,
#login-top .form-group-sm select[multiple].form-control-login-top,
.form-group-sm .dropdown-menu-search select[multiple].form-control-search,
.dropdown-menu-search .form-group-sm select[multiple].form-control-search {
  height: auto; }
.form-group-sm .form-control-static {
  height: 24.5pt;
  min-height: 26pt;
  padding: 6px 10px;
  font-size: 10pt;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control, #search-top-mobile .input-group-lg > .form-control-search, #login-top .input-group-lg > .form-control-login-top, .dropdown-menu-search .input-group-lg > .form-control-search,
.input-group-lg > .input-group-addon,
#search-top-mobile .input-group-lg > .input-group-addon-search,
.dropdown-menu-search .input-group-lg > .input-group-addon-search,
.input-group-lg > .input-group-btn > .btn {
  height: 37pt;
  padding: 10px 16px;
  font-size: 15pt;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control, #search-top-mobile .input-group-lg > select.form-control-search, #login-top .input-group-lg > select.form-control-login-top, .dropdown-menu-search .input-group-lg > select.form-control-search,
.input-group-lg > select.input-group-addon,
#search-top-mobile .input-group-lg > select.input-group-addon-search,
.dropdown-menu-search .input-group-lg > select.input-group-addon-search,
.input-group-lg > .input-group-btn > select.btn {
  height: 37pt;
  line-height: 37pt; }

textarea.input-lg, .input-group-lg > textarea.form-control, #search-top-mobile .input-group-lg > textarea.form-control-search, #login-top .input-group-lg > textarea.form-control-login-top, .dropdown-menu-search .input-group-lg > textarea.form-control-search,
.input-group-lg > textarea.input-group-addon,
#search-top-mobile .input-group-lg > textarea.input-group-addon-search,
.dropdown-menu-search .input-group-lg > textarea.input-group-addon-search,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
#search-top-mobile .input-group-lg > select[multiple].form-control-search,
#login-top .input-group-lg > select[multiple].form-control-login-top,
.dropdown-menu-search .input-group-lg > select[multiple].form-control-search,
.input-group-lg > select[multiple].input-group-addon,
#search-top-mobile .input-group-lg > select[multiple].input-group-addon-search,
.dropdown-menu-search .input-group-lg > select[multiple].input-group-addon-search,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-lg .form-control, .form-group-lg #search-top-mobile .form-control-search, #search-top-mobile .form-group-lg .form-control-search, .form-group-lg #login-top .form-control-login-top, #login-top .form-group-lg .form-control-login-top, .form-group-lg .dropdown-menu-search .form-control-search, .dropdown-menu-search .form-group-lg .form-control-search {
  height: 37pt;
  padding: 10px 16px;
  font-size: 15pt;
  line-height: 1.3333333;
  border-radius: 6px; }
.form-group-lg select.form-control, .form-group-lg #search-top-mobile select.form-control-search, #search-top-mobile .form-group-lg select.form-control-search, .form-group-lg #login-top select.form-control-login-top, #login-top .form-group-lg select.form-control-login-top, .form-group-lg .dropdown-menu-search select.form-control-search, .dropdown-menu-search .form-group-lg select.form-control-search {
  height: 37pt;
  line-height: 37pt; }
.form-group-lg textarea.form-control, .form-group-lg #search-top-mobile textarea.form-control-search, #search-top-mobile .form-group-lg textarea.form-control-search, .form-group-lg #login-top textarea.form-control-login-top, #login-top .form-group-lg textarea.form-control-login-top, .form-group-lg .dropdown-menu-search textarea.form-control-search, .dropdown-menu-search .form-group-lg textarea.form-control-search,
.form-group-lg select[multiple].form-control,
.form-group-lg #search-top-mobile select[multiple].form-control-search,
#search-top-mobile .form-group-lg select[multiple].form-control-search,
.form-group-lg #login-top select[multiple].form-control-login-top,
#login-top .form-group-lg select[multiple].form-control-login-top,
.form-group-lg .dropdown-menu-search select[multiple].form-control-search,
.dropdown-menu-search .form-group-lg select[multiple].form-control-search {
  height: auto; }
.form-group-lg .form-control-static {
  height: 37pt;
  min-height: 31pt;
  padding: 11px 16px;
  font-size: 15pt;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control, .has-feedback #search-top-mobile .form-control-search, #search-top-mobile .has-feedback .form-control-search, .has-feedback #login-top .form-control-login-top, #login-top .has-feedback .form-control-login-top, .has-feedback .dropdown-menu-search .form-control-search, .dropdown-menu-search .has-feedback .form-control-search {
    padding-right: 33.75pt; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 27pt;
  height: 27pt;
  line-height: 27pt;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, #search-top-mobile .input-group-lg > .form-control-search + .form-control-feedback, #login-top .input-group-lg > .form-control-login-top + .form-control-feedback, .dropdown-menu-search .input-group-lg > .form-control-search + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
#search-top-mobile .input-group-lg > .input-group-addon-search + .form-control-feedback,
.dropdown-menu-search .input-group-lg > .input-group-addon-search + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback,
.form-group-lg #search-top-mobile .form-control-search + .form-control-feedback,
#search-top-mobile .form-group-lg .form-control-search + .form-control-feedback,
.form-group-lg #login-top .form-control-login-top + .form-control-feedback,
#login-top .form-group-lg .form-control-login-top + .form-control-feedback,
.form-group-lg .dropdown-menu-search .form-control-search + .form-control-feedback,
.dropdown-menu-search .form-group-lg .form-control-search + .form-control-feedback {
  width: 37pt;
  height: 37pt;
  line-height: 37pt; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, #search-top-mobile .input-group-sm > .form-control-search + .form-control-feedback, #login-top .input-group-sm > .form-control-login-top + .form-control-feedback, .dropdown-menu-search .input-group-sm > .form-control-search + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
#search-top-mobile .input-group-sm > .input-group-addon-search + .form-control-feedback,
.dropdown-menu-search .input-group-sm > .input-group-addon-search + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback,
.form-group-sm #search-top-mobile .form-control-search + .form-control-feedback,
#search-top-mobile .form-group-sm .form-control-search + .form-control-feedback,
.form-group-sm #login-top .form-control-login-top + .form-control-feedback,
#login-top .form-group-sm .form-control-login-top + .form-control-feedback,
.form-group-sm .dropdown-menu-search .form-control-search + .form-control-feedback,
.dropdown-menu-search .form-group-sm .form-control-search + .form-control-feedback {
  width: 24.5pt;
  height: 24.5pt;
  line-height: 24.5pt; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d; }
.has-success .form-control, .has-success #search-top-mobile .form-control-search, #search-top-mobile .has-success .form-control-search, .has-success #login-top .form-control-login-top, #login-top .has-success .form-control-login-top, .has-success .dropdown-menu-search .form-control-search, .dropdown-menu-search .has-success .form-control-search {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus, .has-success #search-top-mobile .form-control-search:focus, #search-top-mobile .has-success .form-control-search:focus, .has-success #login-top .form-control-login-top:focus, #login-top .has-success .form-control-login-top:focus, .has-success .dropdown-menu-search .form-control-search:focus, .dropdown-menu-search .has-success .form-control-search:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
.has-success .input-group-addon, .has-success #search-top-mobile .input-group-addon-search, #search-top-mobile .has-success .input-group-addon-search, .has-success .dropdown-menu-search .input-group-addon-search, .dropdown-menu-search .has-success .input-group-addon-search {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }
.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b; }
.has-warning .form-control, .has-warning #search-top-mobile .form-control-search, #search-top-mobile .has-warning .form-control-search, .has-warning #login-top .form-control-login-top, #login-top .has-warning .form-control-login-top, .has-warning .dropdown-menu-search .form-control-search, .dropdown-menu-search .has-warning .form-control-search {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus, .has-warning #search-top-mobile .form-control-search:focus, #search-top-mobile .has-warning .form-control-search:focus, .has-warning #login-top .form-control-login-top:focus, #login-top .has-warning .form-control-login-top:focus, .has-warning .dropdown-menu-search .form-control-search:focus, .dropdown-menu-search .has-warning .form-control-search:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.has-warning .input-group-addon, .has-warning #search-top-mobile .input-group-addon-search, #search-top-mobile .has-warning .input-group-addon-search, .has-warning .dropdown-menu-search .input-group-addon-search, .dropdown-menu-search .has-warning .input-group-addon-search {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }
.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442; }
.has-error .form-control, .has-error #search-top-mobile .form-control-search, #search-top-mobile .has-error .form-control-search, .has-error #login-top .form-control-login-top, #login-top .has-error .form-control-login-top, .has-error .dropdown-menu-search .form-control-search, .dropdown-menu-search .has-error .form-control-search {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus, .has-error #search-top-mobile .form-control-search:focus, #search-top-mobile .has-error .form-control-search:focus, .has-error #login-top .form-control-login-top:focus, #login-top .has-error .form-control-login-top:focus, .has-error .dropdown-menu-search .form-control-search:focus, .dropdown-menu-search .has-error .form-control-search:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
.has-error .input-group-addon, .has-error #search-top-mobile .input-group-addon-search, #search-top-mobile .has-error .input-group-addon-search, .has-error .dropdown-menu-search .input-group-addon-search, .dropdown-menu-search .has-error .input-group-addon-search {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }
.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 21pt; }
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control, .form-inline #search-top-mobile .form-control-search, #search-top-mobile .form-inline .form-control-search, .form-inline #login-top .form-control-login-top, #login-top .form-inline .form-control-login-top, .form-inline .dropdown-menu-search .form-control-search, .dropdown-menu-search .form-inline .form-control-search {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon, .form-inline .input-group #search-top-mobile .input-group-addon-search, #search-top-mobile .form-inline .input-group .input-group-addon-search, .form-inline .input-group .dropdown-menu-search .input-group-addon-search, .dropdown-menu-search .form-inline .input-group .input-group-addon-search,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control,
    .form-inline .input-group #search-top-mobile .form-control-search,
    #search-top-mobile .form-inline .input-group .form-control-search,
    .form-inline .input-group #login-top .form-control-login-top,
    #login-top .form-inline .input-group .form-control-login-top,
    .form-inline .input-group .dropdown-menu-search .form-control-search,
    .dropdown-menu-search .form-inline .input-group .form-control-search {
      width: auto; }
  .form-inline .input-group > .form-control, .form-inline #search-top-mobile .input-group > .form-control-search, #search-top-mobile .form-inline .input-group > .form-control-search, .form-inline #login-top .input-group > .form-control-login-top, #login-top .form-inline .input-group > .form-control-login-top, .form-inline .dropdown-menu-search .input-group > .form-control-search, .dropdown-menu-search .form-inline .input-group > .form-control-search {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 21.25pt; }
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 15pt; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 10pt; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 11.5pt;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #0063a6;
  border-color: #00548d; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #004573;
    border-color: #00080d; }
  .btn-primary:hover {
    color: #fff;
    background-color: #004573;
    border-color: #002f4f; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #004573;
    border-color: #002f4f; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #002f4f;
      border-color: #00080d; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
    background-color: #0063a6;
    border-color: #00548d; }
  .btn-primary .badge {
    color: #0063a6;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #dd4814;
  border-color: #c64012; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #ae3910;
    border-color: #511a07; }
  .btn-danger:hover {
    color: #fff;
    background-color: #ae3910;
    border-color: #8d2e0d; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #ae3910;
    border-color: #8d2e0d; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #8d2e0d;
      border-color: #511a07; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
    background-color: #dd4814;
    border-color: #c64012; }
  .btn-danger .badge {
    color: #dd4814;
    background-color: #fff; }

.btn-link {
  color: #0063a6;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #00355a;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #e4e4e4;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 15pt;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 10pt;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 10pt;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 11.5pt;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 7pt 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #7b7b7b;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #6e6e6e;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #0063a6; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #e4e4e4; }
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }
.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 10pt;
  line-height: 1.42857143;
  color: #e4e4e4;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }
.btn-group-vertical > .btn-group:after {
  clear: both; }
.btn-group-vertical > .btn-group > .btn {
  float: none; }
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control, .input-group #search-top-mobile .form-control-search, #search-top-mobile .input-group .form-control-search, .input-group #login-top .form-control-login-top, #login-top .input-group .form-control-login-top, .input-group .dropdown-menu-search .form-control-search, .dropdown-menu-search .input-group .form-control-search {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus, .input-group #search-top-mobile .form-control-search:focus, #search-top-mobile .input-group .form-control-search:focus, .input-group #login-top .form-control-login-top:focus, #login-top .input-group .form-control-login-top:focus, .input-group .dropdown-menu-search .form-control-search:focus, .dropdown-menu-search .input-group .form-control-search:focus {
      z-index: 3; }

.input-group-addon, #search-top-mobile .input-group-addon-search, .dropdown-menu-search .input-group-addon-search,
.input-group-btn,
.input-group .form-control,
.input-group #search-top-mobile .form-control-search,
#search-top-mobile .input-group .form-control-search,
.input-group #login-top .form-control-login-top,
#login-top .input-group .form-control-login-top,
.input-group .dropdown-menu-search .form-control-search,
.dropdown-menu-search .input-group .form-control-search {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child), #search-top-mobile .input-group-addon-search:not(:first-child):not(:last-child), .dropdown-menu-search .input-group-addon-search: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),
  .input-group #search-top-mobile .form-control-search:not(:first-child):not(:last-child),
  #search-top-mobile .input-group .form-control-search:not(:first-child):not(:last-child),
  .input-group #login-top .form-control-login-top:not(:first-child):not(:last-child),
  #login-top .input-group .form-control-login-top:not(:first-child):not(:last-child),
  .input-group .dropdown-menu-search .form-control-search:not(:first-child):not(:last-child),
  .dropdown-menu-search .input-group .form-control-search:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon, #search-top-mobile .input-group-addon-search, .dropdown-menu-search .input-group-addon-search,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon, #search-top-mobile .input-group-addon-search, .dropdown-menu-search .input-group-addon-search {
  padding: 6px 12px;
  font-size: 11.5pt;
  font-weight: normal;
  line-height: 1;
  color: #a4a4a4;
  text-align: center;
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  border-radius: 0; }
  .input-group-addon.input-sm, #search-top-mobile .input-group-sm > .input-group-addon.form-control-search, #search-top-mobile #login-top .input-group-sm > .input-group-addon-search.form-control-login-top, #login-top .input-group-sm > .input-group-addon.form-control-login-top, #login-top .dropdown-menu-search .input-group-sm > .form-control-login-top.input-group-addon-search, .dropdown-menu-search #login-top .input-group-sm > .form-control-login-top.input-group-addon-search, .dropdown-menu-search .input-group-sm > .input-group-addon.form-control-search, #search-top-mobile .dropdown-menu-search .input-group-sm > .form-control-search.input-group-addon-search,
  .input-group-sm > .input-group-addon,
  #search-top-mobile .input-group-sm > .input-group-addon-search,
  .dropdown-menu-search .input-group-sm > .input-group-addon-search,
  .input-group-sm > .input-group-btn > .input-group-addon.btn,
  #search-top-mobile .input-group-sm > .input-group-btn > .btn.input-group-addon-search,
  .dropdown-menu-search .input-group-sm > .input-group-btn > .btn.input-group-addon-search, #search-top-mobile .input-sm.input-group-addon-search, .dropdown-menu-search .input-sm.input-group-addon-search {
    padding: 5px 10px;
    font-size: 10pt;
    border-radius: 3px; }
  .input-group-addon.input-lg, #search-top-mobile .input-group-lg > .input-group-addon.form-control-search, #search-top-mobile #login-top .input-group-lg > .input-group-addon-search.form-control-login-top, #login-top .input-group-lg > .input-group-addon.form-control-login-top, #login-top .dropdown-menu-search .input-group-lg > .form-control-login-top.input-group-addon-search, .dropdown-menu-search #login-top .input-group-lg > .form-control-login-top.input-group-addon-search, .dropdown-menu-search .input-group-lg > .input-group-addon.form-control-search, #search-top-mobile .dropdown-menu-search .input-group-lg > .form-control-search.input-group-addon-search,
  .input-group-lg > .input-group-addon,
  #search-top-mobile .input-group-lg > .input-group-addon-search,
  .dropdown-menu-search .input-group-lg > .input-group-addon-search,
  .input-group-lg > .input-group-btn > .input-group-addon.btn,
  #search-top-mobile .input-group-lg > .input-group-btn > .btn.input-group-addon-search,
  .dropdown-menu-search .input-group-lg > .input-group-btn > .btn.input-group-addon-search, #search-top-mobile .input-lg.input-group-addon-search, .dropdown-menu-search .input-lg.input-group-addon-search {
    padding: 10px 16px;
    font-size: 15pt;
    border-radius: 6px; }
  .input-group-addon input[type="radio"], #search-top-mobile .input-group-addon-search input[type="radio"], .dropdown-menu-search .input-group-addon-search input[type="radio"],
  .input-group-addon input[type="checkbox"],
  #search-top-mobile .input-group-addon-search input[type="checkbox"],
  .dropdown-menu-search .input-group-addon-search input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child, .input-group #search-top-mobile .form-control-search:first-child, #search-top-mobile .input-group .form-control-search:first-child, .input-group #login-top .form-control-login-top:first-child, #login-top .input-group .form-control-login-top:first-child, .input-group .dropdown-menu-search .form-control-search:first-child, .dropdown-menu-search .input-group .form-control-search:first-child,
.input-group-addon:first-child,
#search-top-mobile .input-group-addon-search:first-child,
.dropdown-menu-search .input-group-addon-search:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child, #search-top-mobile .input-group-addon-search:first-child, .dropdown-menu-search .input-group-addon-search:first-child {
  border-right: 0; }

.input-group .form-control:last-child, .input-group #search-top-mobile .form-control-search:last-child, #search-top-mobile .input-group .form-control-search:last-child, .input-group #login-top .form-control-login-top:last-child, #login-top .input-group .form-control-login-top:last-child, .input-group .dropdown-menu-search .form-control-search:last-child, .dropdown-menu-search .input-group .form-control-search:last-child,
.input-group-addon:last-child,
#search-top-mobile .input-group-addon-search:last-child,
.dropdown-menu-search .input-group-addon-search:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child, #search-top-mobile .input-group-addon-search:last-child, .dropdown-menu-search .input-group-addon-search:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav, .nav-pills-top, .nav-pills-top-mobile {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav-pills-top:before, .nav-pills-top-mobile:before, .nav:after, .nav-pills-top:after, .nav-pills-top-mobile:after {
    content: " ";
    display: table; }
  .nav:after, .nav-pills-top:after, .nav-pills-top-mobile:after {
    clear: both; }
  .nav > li, .nav-pills-top > li, .nav-pills-top-mobile > li {
    position: relative;
    display: block; }
    .nav > li > a, .nav-pills-top > li > a, .nav-pills-top-mobile > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav-pills-top > li > a:hover, .nav-pills-top-mobile > li > a:hover, .nav > li > a:focus, .nav-pills-top > li > a:focus, .nav-pills-top-mobile > li > a:focus {
        text-decoration: none;
        background-color: #f2f2f2; }
    .nav > li.disabled > a, .nav-pills-top > li.disabled > a, .nav-pills-top-mobile > li.disabled > a {
      color: #e4e4e4; }
      .nav > li.disabled > a:hover, .nav-pills-top > li.disabled > a:hover, .nav-pills-top-mobile > li.disabled > a:hover, .nav > li.disabled > a:focus, .nav-pills-top > li.disabled > a:focus, .nav-pills-top-mobile > li.disabled > a:focus {
        color: #e4e4e4;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav-pills-top .open > a, .nav-pills-top-mobile .open > a, .nav .open > a:hover, .nav-pills-top .open > a:hover, .nav-pills-top-mobile .open > a:hover, .nav .open > a:focus, .nav-pills-top .open > a:focus, .nav-pills-top-mobile .open > a:focus {
    background-color: #f2f2f2;
    border-color: #0063a6; }
  .nav .nav-divider, .nav-pills-top .nav-divider, .nav-pills-top-mobile .nav-divider {
    height: 1px;
    margin: 7pt 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img, .nav-pills-top > li > a > img, .nav-pills-top-mobile > li > a > img {
    max-width: none; }

.nav-tabs, #search-top-mobile .nav-tabs-search, .dropdown-menu-search .nav-tabs-search {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li, #search-top-mobile .nav-tabs-search > li, .dropdown-menu-search .nav-tabs-search > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a, #search-top-mobile .nav-tabs-search > li > a, .dropdown-menu-search .nav-tabs-search > li > a {
      margin-right: 2px;
      line-height: 1.42857143;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover, #search-top-mobile .nav-tabs-search > li > a:hover, .dropdown-menu-search .nav-tabs-search > li > a:hover {
        border-color: #f2f2f2 #f2f2f2 #ddd; }
    .nav-tabs > li.active > a, #search-top-mobile .nav-tabs-search > li.active > a, .dropdown-menu-search .nav-tabs-search > li.active > a, .nav-tabs > li.active > a:hover, #search-top-mobile .nav-tabs-search > li.active > a:hover, .dropdown-menu-search .nav-tabs-search > li.active > a:hover, .nav-tabs > li.active > a:focus, #search-top-mobile .nav-tabs-search > li.active > a:focus, .dropdown-menu-search .nav-tabs-search > li.active > a:focus {
      color: #a4a4a4;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li, .nav-pills-info > li, .nav-pills-info-condensed > li, .content ul.releated-links-content > li {
  float: left; }
  .nav-pills > li > a, .nav-pills-info > li > a, .nav-pills-info-condensed > li > a, .content ul.releated-links-content > li > a {
    border-radius: 4px; }
  .nav-pills > li + li, .nav-pills-info > li + li, .nav-pills-info-condensed > li + li, .content ul.releated-links-content > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills-info > li.active > a, .nav-pills-info-condensed > li.active > a, .content ul.releated-links-content > li.active > a, .nav-pills > li.active > a:hover, .nav-pills-info > li.active > a:hover, .nav-pills-info-condensed > li.active > a:hover, .content ul.releated-links-content > li.active > a:hover, .nav-pills > li.active > a:focus, .nav-pills-info > li.active > a:focus, .nav-pills-info-condensed > li.active > a:focus, .content ul.releated-links-content > li.active > a:focus {
    color: #fff;
    background-color: #0063a6; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified, #search-top-mobile .nav-justified.nav-tabs-search, .dropdown-menu-search .nav-justified.nav-tabs-search {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li, #search-top-mobile .nav-justified.nav-tabs-search > li, .dropdown-menu-search .nav-justified.nav-tabs-search > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a, #search-top-mobile .nav-justified.nav-tabs-search > li > a, .dropdown-menu-search .nav-justified.nav-tabs-search > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu, #search-top-mobile .nav-justified.nav-tabs-search > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li, #search-top-mobile .nav-justified.nav-tabs-search > li, .dropdown-menu-search .nav-justified.nav-tabs-search > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a, #search-top-mobile .nav-justified.nav-tabs-search > li > a, .dropdown-menu-search .nav-justified.nav-tabs-search > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified, #search-top-mobile .nav-justified.nav-tabs-search, .dropdown-menu-search .nav-justified.nav-tabs-search {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a, #search-top-mobile .nav-justified.nav-tabs-search > li > a, .dropdown-menu-search .nav-justified.nav-tabs-search > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, #search-top-mobile .nav-justified.nav-tabs-search > .active > a, .dropdown-menu-search .nav-justified.nav-tabs-search > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  #search-top-mobile .nav-justified.nav-tabs-search > .active > a:hover,
  .dropdown-menu-search .nav-justified.nav-tabs-search > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus,
  #search-top-mobile .nav-justified.nav-tabs-search > .active > a:focus,
  .dropdown-menu-search .nav-justified.nav-tabs-search > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a, #search-top-mobile .nav-justified.nav-tabs-search > li > a, .dropdown-menu-search .nav-justified.nav-tabs-search > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, #search-top-mobile .nav-justified.nav-tabs-search > .active > a, .dropdown-menu-search .nav-justified.nav-tabs-search > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    #search-top-mobile .nav-justified.nav-tabs-search > .active > a:hover,
    .dropdown-menu-search .nav-justified.nav-tabs-search > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus,
    #search-top-mobile .nav-justified.nav-tabs-search > .active > a:focus,
    .dropdown-menu-search .nav-justified.nav-tabs-search > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane, .tab-content-uni > .tab-pane {
  display: none; }
.tab-content > .active, .tab-content-uni > .active {
  display: block; }

.nav-tabs .dropdown-menu, #search-top-mobile .nav-tabs-search .dropdown-menu, .dropdown-menu-search .nav-tabs-search .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 32px;
  margin-bottom: 16pt;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 992px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }
.navbar-header:after {
  clear: both; }
@media (min-width: 992px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 992px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 992px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 992px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 992px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 5.33333333px 15px;
  font-size: 15pt;
  line-height: 16pt;
  height: 32px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 992px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: -1px;
  margin-bottom: -1px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 992px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 2.66666667px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 16pt; }
  @media (max-width: 991px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 16pt; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 992px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 5.33333333px;
          padding-bottom: 5.33333333px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: -2px;
  margin-bottom: -2px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control, .navbar-form #search-top-mobile .form-control-search, #search-top-mobile .navbar-form .form-control-search, .navbar-form #login-top .form-control-login-top, #login-top .navbar-form .form-control-login-top, .navbar-form .dropdown-menu-search .form-control-search, .dropdown-menu-search .navbar-form .form-control-search {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon, .navbar-form .input-group #search-top-mobile .input-group-addon-search, #search-top-mobile .navbar-form .input-group .input-group-addon-search, .navbar-form .input-group .dropdown-menu-search .input-group-addon-search, .dropdown-menu-search .navbar-form .input-group .input-group-addon-search,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control,
      .navbar-form .input-group #search-top-mobile .form-control-search,
      #search-top-mobile .navbar-form .input-group .form-control-search,
      .navbar-form .input-group #login-top .form-control-login-top,
      #login-top .navbar-form .input-group .form-control-login-top,
      .navbar-form .input-group .dropdown-menu-search .form-control-search,
      .dropdown-menu-search .navbar-form .input-group .form-control-search {
        width: auto; }
    .navbar-form .input-group > .form-control, .navbar-form #search-top-mobile .input-group > .form-control-search, #search-top-mobile .navbar-form .input-group > .form-control-search, .navbar-form #login-top .input-group > .form-control-login-top, #login-top .navbar-form .input-group > .form-control-login-top, .navbar-form .dropdown-menu-search .input-group > .form-control-search, .dropdown-menu-search .navbar-form .input-group > .form-control-search {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 991px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 992px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: -2px;
  margin-bottom: -2px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: -0.33333333px;
    margin-bottom: -0.33333333px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 5px;
    margin-bottom: 5px; }

.navbar-text {
  margin-top: 5.33333333px;
  margin-bottom: 5.33333333px; }
  @media (min-width: 992px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

@media (min-width: 992px) {
  .navbar-left {
    float: left !important; }

  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }
.navbar-default, .navbar-uni-generic, .navbar-uni, .navbar-uni-mobile {
  background-color: transparent;
  border-color: transparent; }
  .navbar-default .navbar-brand, .navbar-uni-generic .navbar-brand, .navbar-uni .navbar-brand, .navbar-uni-mobile .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-uni-generic .navbar-brand:hover, .navbar-uni .navbar-brand:hover, .navbar-uni-mobile .navbar-brand:hover, .navbar-default .navbar-brand:focus, .navbar-uni-generic .navbar-brand:focus, .navbar-uni .navbar-brand:focus, .navbar-uni-mobile .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text, .navbar-uni-generic .navbar-text, .navbar-uni .navbar-text, .navbar-uni-mobile .navbar-text {
    color: #267ab3; }
  .navbar-default .navbar-nav > li > a, .navbar-uni-generic .navbar-nav > li > a, .navbar-uni .navbar-nav > li > a, .navbar-uni-mobile .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-uni-generic .navbar-nav > li > a:hover, .navbar-uni .navbar-nav > li > a:hover, .navbar-uni-mobile .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-uni-generic .navbar-nav > li > a:focus, .navbar-uni .navbar-nav > li > a:focus, .navbar-uni-mobile .navbar-nav > li > a:focus {
      color: #FFF;
      background-color: #267ab3; }
  .navbar-default .navbar-nav > .active > a, .navbar-uni-generic .navbar-nav > .active > a, .navbar-uni .navbar-nav > .active > a, .navbar-uni-mobile .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-uni-generic .navbar-nav > .active > a:hover, .navbar-uni .navbar-nav > .active > a:hover, .navbar-uni-mobile .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-uni-generic .navbar-nav > .active > a:focus, .navbar-uni .navbar-nav > .active > a:focus, .navbar-uni-mobile .navbar-nav > .active > a:focus {
    color: #FFF;
    background-color: #0063a6; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-uni-generic .navbar-nav > .disabled > a, .navbar-uni .navbar-nav > .disabled > a, .navbar-uni-mobile .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-uni-generic .navbar-nav > .disabled > a:hover, .navbar-uni .navbar-nav > .disabled > a:hover, .navbar-uni-mobile .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-uni-generic .navbar-nav > .disabled > a:focus, .navbar-uni .navbar-nav > .disabled > a:focus, .navbar-uni-mobile .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle, .navbar-uni-generic .navbar-toggle, .navbar-uni .navbar-toggle, .navbar-uni-mobile .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-uni-generic .navbar-toggle:hover, .navbar-uni .navbar-toggle:hover, .navbar-uni-mobile .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-uni-generic .navbar-toggle:focus, .navbar-uni .navbar-toggle:focus, .navbar-uni-mobile .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar, .navbar-uni-generic .navbar-toggle .icon-bar, .navbar-uni .navbar-toggle .icon-bar, .navbar-uni-mobile .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse, .navbar-uni-generic .navbar-collapse, .navbar-uni .navbar-collapse, .navbar-uni-mobile .navbar-collapse,
  .navbar-default .navbar-form,
  .navbar-uni-generic .navbar-form,
  .navbar-uni .navbar-form,
  .navbar-uni-mobile .navbar-form {
    border-color: transparent; }
  .navbar-default .navbar-nav > .open > a, .navbar-uni-generic .navbar-nav > .open > a, .navbar-uni .navbar-nav > .open > a, .navbar-uni-mobile .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-uni-generic .navbar-nav > .open > a:hover, .navbar-uni .navbar-nav > .open > a:hover, .navbar-uni-mobile .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus, .navbar-uni-generic .navbar-nav > .open > a:focus, .navbar-uni .navbar-nav > .open > a:focus, .navbar-uni-mobile .navbar-nav > .open > a:focus {
    background-color: #0063a6;
    color: #FFF; }
  @media (max-width: 991px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a, .navbar-uni-generic .navbar-nav .open .dropdown-menu > li > a, .navbar-uni .navbar-nav .open .dropdown-menu > li > a, .navbar-uni-mobile .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-uni-generic .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-uni .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-uni-mobile .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-uni-generic .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-uni .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-uni-mobile .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #FFF;
        background-color: #267ab3; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-uni-generic .navbar-nav .open .dropdown-menu > .active > a, .navbar-uni .navbar-nav .open .dropdown-menu > .active > a, .navbar-uni-mobile .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-uni-generic .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-uni .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-uni-mobile .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-uni-generic .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-uni .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-uni-mobile .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #FFF;
      background-color: #0063a6; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-uni-generic .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-uni .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-uni-mobile .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-uni-generic .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-uni .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-uni-mobile .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-uni-generic .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-uni .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-uni-mobile .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link, .navbar-uni-generic .navbar-link, .navbar-uni .navbar-link, .navbar-uni-mobile .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover, .navbar-uni-generic .navbar-link:hover, .navbar-uni .navbar-link:hover, .navbar-uni-mobile .navbar-link:hover {
      color: #FFF; }
  .navbar-default .btn-link, .navbar-uni-generic .btn-link, .navbar-uni .btn-link, .navbar-uni-mobile .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-uni-generic .btn-link:hover, .navbar-uni .btn-link:hover, .navbar-uni-mobile .btn-link:hover, .navbar-default .btn-link:focus, .navbar-uni-generic .btn-link:focus, .navbar-uni .btn-link:focus, .navbar-uni-mobile .btn-link:focus {
      color: #FFF; }
    .navbar-default .btn-link[disabled]:hover, .navbar-uni-generic .btn-link[disabled]:hover, .navbar-uni .btn-link[disabled]:hover, .navbar-uni-mobile .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, .navbar-uni-generic .btn-link[disabled]:focus, .navbar-uni .btn-link[disabled]:focus, .navbar-uni-mobile .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-uni-generic .btn-link:hover, fieldset[disabled] .navbar-uni .btn-link:hover, fieldset[disabled] .navbar-uni-mobile .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-uni-generic .btn-link:focus, fieldset[disabled] .navbar-uni .btn-link:focus, fieldset[disabled] .navbar-uni-mobile .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: white; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: white; }
  .navbar-inverse .navbar-nav > li > a {
    color: white; }
    .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: #090909; }
  .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: #090909;
    color: #fff; }
  @media (max-width: 991px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: white; }
      .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: #090909; }
    .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: white; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: white; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb, .breadcrumb-page {
  padding: 8px 15px;
  margin-bottom: 16pt;
  list-style: none;
  background-color: transparent;
  border-radius: 4px; }
  .breadcrumb > li, .breadcrumb-page > li {
    display: inline-block; }
    .breadcrumb > li + li:before, .breadcrumb-page > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active, .breadcrumb-page > .active {
    color: #e4e4e4; }

.panel {
  margin-bottom: 16pt;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13pt;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table, .panel > .table-uni,
.panel > .table-responsive > .table,
.panel > .table-responsive > .table-uni,
.panel > .panel-collapse > .table,
.panel > .panel-collapse > .table-uni {
  margin-bottom: 0; }
  .panel > .table caption, .panel > .table-uni caption,
  .panel > .table-responsive > .table caption,
  .panel > .table-responsive > .table-uni caption,
  .panel > .panel-collapse > .table caption,
  .panel > .panel-collapse > .table-uni caption {
    padding-left: 15px;
    padding-right: 15px; }
.panel > .table:first-child, .panel > .table-uni:first-child,
.panel > .table-responsive:first-child > .table:first-child,
.panel > .table-responsive:first-child > .table-uni:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table-uni:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-uni:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table-uni:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table-uni:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-uni:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-uni:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-uni:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-uni:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table-uni:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table-uni:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table-uni:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table-uni:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-uni:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-uni:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-uni:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-uni:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table-uni:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table-uni:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table-uni:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table-uni:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 3px; }
.panel > .table:last-child, .panel > .table-uni:last-child,
.panel > .table-responsive:last-child > .table:last-child,
.panel > .table-responsive:last-child > .table-uni:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-uni:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-uni:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table-uni:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table-uni:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-uni:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-uni:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-uni:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-uni:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table-uni:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table-uni:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table-uni:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table-uni:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-uni:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-uni:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-uni:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-uni:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table-uni:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table-uni:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table-uni:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table-uni:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 3px; }
.panel > .panel-body + .table, .panel > .panel-body + .table-uni,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-uni + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid transparent; }
.panel > .table > tbody:first-child > tr:first-child th, .panel > .table-uni > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td,
.panel > .table-uni > tbody:first-child > tr:first-child td {
  border-top: 0; }
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group, .panel-uni, .panel-uni-quicklinks, .panel-content-mobile-group {
  margin-bottom: 16pt; }
  .panel-group .panel, .panel-uni .panel, .panel-uni-quicklinks .panel, .panel-content-mobile-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel, .panel-uni .panel + .panel, .panel-uni-quicklinks .panel + .panel, .panel-content-mobile-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading, .panel-uni .panel-heading, .panel-uni-quicklinks .panel-heading, .panel-content-mobile-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body, .panel-uni .panel-heading + .panel-collapse > .panel-body, .panel-uni-quicklinks .panel-heading + .panel-collapse > .panel-body, .panel-content-mobile-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group,
    .panel-uni .panel-heading + .panel-collapse > .list-group,
    .panel-uni-quicklinks .panel-heading + .panel-collapse > .list-group,
    .panel-content-mobile-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer, .panel-uni .panel-footer, .panel-uni-quicklinks .panel-footer, .panel-content-mobile-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body, .panel-uni .panel-footer + .panel-collapse .panel-body, .panel-uni-quicklinks .panel-footer + .panel-collapse .panel-body, .panel-content-mobile-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #7b7b7b;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #7b7b7b; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #0063a6; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #0063a6;
    border-color: #0063a6; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #0063a6; }
    .panel-primary > .panel-heading .badge {
      color: #0063a6;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #0063a6; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857143; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Roboto", sans-serif, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 10pt;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Roboto", sans-serif, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 11.5pt;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -4px; }
  .popover.right {
    margin-left: 4px; }
  .popover.bottom {
    margin-top: 4px; }
  .popover.left {
    margin-left: -4px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 11.5pt;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 5px; }

.popover > .arrow:after {
  border-width: 4px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -5px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -5px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -4px;
    border-bottom-width: 0;
    border-top-color: #fff; }
.popover.right > .arrow {
  top: 50%;
  left: -5px;
  margin-top: -5px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -4px;
    border-left-width: 0;
    border-right-color: #fff; }
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -5px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -5px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -4px;
    border-top-width: 0;
    border-bottom-color: #fff; }
.popover.left > .arrow {
  top: 50%;
  right: -5px;
  margin-top: -5px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -4px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent; }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent; }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }

  .carousel-indicators {
    bottom: 20px; } }
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table !important; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }
/********************** FONT.scss ********************/
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url(../FONTS/Roboto-Light.woff2) format("woff2"); }
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url(../FONTS/Roboto-Regular.woff2) format("woff2"); }
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url(../FONTS/Roboto-Bold.woff2) format("woff2"); }
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: local("Roboto Light Italic"), local("Roboto-LightItalic"), url(../FONTS/Roboto-LightItalic.woff2) format("woff2"); }
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local("Roboto Italic"), local("Roboto-Italic"), url(../FONTS/Roboto-Italic.woff2) format("woff2"); }
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"), url(../FONTS/Roboto-BoldItalic.woff2) format("woff2"); }
/********************** END FONT.scss ********************/
/************** TOP_ROW.scss *******************/
.langmenu {
  text-transform: uppercase; }

.langmenu li a {
  text-transform: none; }

.hidden-label {
  display: none; }

#top-row {
  position: fixed;
  background-color: white;
  z-index: 10000; }
  #top-row .top-row-shadow {
    -webkit-box-shadow: 48px 0 0 0 white, -48px 0 0 0 white, 0 8px 40px -6px rgba(70, 70, 70, 0.4);
    box-shadow: 48px 0 0 0 white, -48px 0 0 0 white, 0 8px 40px -6px rgba(70, 70, 70, 0.4); }
    @media (min-width: 1200px) {
      #top-row .top-row-shadow {
        padding-left: 80px;
        padding-right: 80px;
        margin-left: -80px;
        margin-right: -80px; } }
    @media (min-width: 992px) {
      #top-row .top-row-shadow {
        padding-left: 25px;
        padding-right: 25px;
        margin-left: -25px;
        margin-right: -25px; } }

#top-row h2, #top-row h3.top-row-header {
  margin-top: 0px;
  font-size: 19pt;
  color: white;
  background: url('../IMG/verlauf-weiss.png?1535542505') no-repeat left bottom; }

#search-top-mobile {
  display: none;
  background: #1a74b0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 7px; }
  #search-top-mobile .form-control-search {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 36px;
    padding: 4px;
    font-size: 10.5pt; }
  #search-top-mobile .input-group-addon-search {
    background-color: white;
    border-radius: 0;
    border: none;
    font-size: 9pt;
    max-height: 24px; }
    #search-top-mobile .input-group-addon-search a {
      padding: 10px;
      text-decoration: none;
      color: #7b7b7b; }
    #search-top-mobile .input-group-addon-search a:hover {
      background: #3383b8;
      border: 0;
      color: #FFF; }
  #search-top-mobile label {
    display: none; }
  #search-top-mobile .nav-tabs-search {
    font-size: 12pt;
    border: none;
    margin-top: 2px; }
    #search-top-mobile .nav-tabs-search > li {
      background-color: #3383b8;
      margin-right: 7px;
      margin-bottom: 4px; }
      #search-top-mobile .nav-tabs-search > li > a {
        padding: 5px;
        font-size: 9pt;
        color: white;
        border: none;
        border-radius: 0px;
        margin-right: 0px; }
        #search-top-mobile .nav-tabs-search > li > a:hover {
          border: none;
          color: #7b7b7b;
          background-color: white; }
      #search-top-mobile .nav-tabs-search > li.active > a, #search-top-mobile .nav-tabs-search > li.active > a:hover, #search-top-mobile .nav-tabs-search > li.active > a:focus {
        color: #7b7b7b;
        background-color: white;
        border: none;
        cursor: default;
        margin-bottom: -5px;
        padding-bottom: 10px; }

#login-top {
  display: none;
  background: #1a74b0 url("login-background.png") no-repeat;
  padding-top: 10px;
  padding-bottom: 25px;
  font-size: 13pt; }
  #login-top .login-top-container {
    padding-left: 15px;
    padding-right: 15px; }
  #login-top label {
    display: none; }
  #login-top .form-control-login-top {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    height: 32.5px;
    margin-bottom: 5px; }
  #login-top .login-top-fields, #login-top .login-top-btn, #login-top .login-top-btns {
    width: 300px;
    float: left;
    margin-right: 5px; }
  #login-top .login-top-btn {
    width: 100px; }
  #login-top .login-top-btns {
    width: 70px; }
  #login-top .btn-login-top {
    background-color: #3383b8;
    color: white;
    border: none;
    width: 100%; }
  #login-top #login-btn-top {
    height: 70px; }
  #login-top #login-btn-help {
    height: 32.5px;
    margin-bottom: 5px; }
  #login-top #login-btn-reset {
    height: 32.5px; }

#login-top-mobile {
  display: none;
  background: #1a74b0;
  padding: 5px 5px 0 5px; }
  #login-top-mobile label {
    display: none; }
  #login-top-mobile .form-group {
    margin-bottom: 7px; }
    #login-top-mobile .form-group:first-child {
      margin-top: 4px; }
    #login-top-mobile .form-group:last-child {
      margin-bottom: 0; }
  #login-top-mobile .form-control, #login-top-mobile #search-top-mobile .form-control-search, #search-top-mobile #login-top-mobile .form-control-search, #login-top-mobile #login-top .form-control-login-top, #login-top #login-top-mobile .form-control-login-top, #login-top-mobile .dropdown-menu-search .form-control-search, .dropdown-menu-search #login-top-mobile .form-control-search {
    font-size: 10.5pt;
    padding: 3px;
    line-height: 10.5pt;
    height: 34px; }
  #login-top-mobile .btn-login-top:first-child {
    margin-left: 0; }
  #login-top-mobile .btn-login-top {
    background-color: #3383b8;
    border: none;
    color: white;
    font-size: 10.5pt;
    margin-bottom: 5px;
    margin-left: 5px; }

#quicklinks-top {
  display: none;
  background: #1a74b0 url('../IMG/quicklinksbackground.png?1535542505') no-repeat;
  padding-top: 10px;
  padding-bottom: 25px;
  padding-right: 65px;
  font-size: 12pt;
  color: white;
  position: relative; }
  #quicklinks-top a {
    color: white; }
  #quicklinks-top ul {
    list-style-type: none;
    padding: 0px;
    margin-left: -5px; }
    #quicklinks-top ul li {
      padding-left: 5px; }
    #quicklinks-top ul li:hover {
      background-color: white; }
      #quicklinks-top ul li:hover > a {
        color: #7b7b7b;
        text-decoration: none; }
  #quicklinks-top ul.indent > li a > span:before {
    display: inline-block;
    min-width: 20px; }
  #quicklinks-top .active {
    background-color: white;
    color: #7b7b7b; }
    #quicklinks-top .active > a {
      color: #7b7b7b; }

#lang-top {
  display: none; }

.top-menu-active-color, .nav-pills-top > li > a:hover, .nav-pills-top-mobile > li > a:hover, .nav-pills-top > li > a:focus, .nav-pills-top-mobile > li > a:focus, .nav-pills-top > li > a.open, .nav-pills-top-mobile > li > a.open, .nav-pills-top .open > a, .nav-pills-top-mobile .open > a, .nav-pills-top .open > a:hover, .nav-pills-top-mobile .open > a:hover, .nav-pills-top .open > a:focus, .nav-pills-top-mobile .open > a:focus {
  background-color: #1a74b0;
  color: white; }

.navbar-top {
  border: none;
  margin-bottom: 0; }

.navbar-top-mobile {
  height: 35px;
  background-color: #b1b1b1;
  border-bottom: 2px solid white; }

.nav-pills-top, .nav-pills-top-mobile {
  height: 32px; }
  .nav-pills-top > li, .nav-pills-top-mobile > li {
    float: left;
    font-size: 11pt;
    margin-left: 2px;
    vertical-align: middle; }
    .nav-pills-top > li > a, .nav-pills-top-mobile > li > a {
      position: relative;
      display: block;
      padding-top: 2px;
      padding-bottom: 2px;
      padding-left: 10px;
      padding-right: 10px;
      color: #7b7b7b; }
      .nav-pills-top > li > a:hover, .nav-pills-top-mobile > li > a:hover, .nav-pills-top > li > a:focus, .nav-pills-top-mobile > li > a:focus, .nav-pills-top > li > a.open, .nav-pills-top-mobile > li > a.open {
        text-decoration: none; }
    .nav-pills-top > li.open, .nav-pills-top-mobile > li.open {
      border-bottom: 2px solid #1a74b0; }
  .nav-pills-top > li.quicklinks-btn, .nav-pills-top-mobile > li.quicklinks-btn {
    background-color: #0063a6 !important;
    color: white;
    margin-right: 0;
    width: 263px;
    white-space: nowrap; }
    @media (max-width: 1199px) {
      .nav-pills-top > li.quicklinks-btn, .nav-pills-top-mobile > li.quicklinks-btn {
        width: 210px; } }
    .nav-pills-top > li.quicklinks-btn > a, .nav-pills-top-mobile > li.quicklinks-btn > a {
      color: white; }

.dropdown-menu-lang {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #0063a6;
  border: none;
  border-radius: 0;
  padding: 2px;
  margin-top: 2px; }
  .dropdown-menu-lang > li {
    margin-top: 2px;
    background-color: #1a74b0; }
    .dropdown-menu-lang > li > a {
      color: white;
      font-size: 10pt; }
      .dropdown-menu-lang > li > a:hover, .dropdown-menu-lang > li > a:focus {
        text-decoration: none;
        background-color: #3383b8;
        color: white; }
  .dropdown-menu-lang > li:first-child {
    margin-top: 0; }

.dropdown-menu-search {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #1a74b0;
  border: 2px solid #0063a6;
  border-radius: 0;
  padding: 10px;
  margin-top: 2px;
  width: 341px; }
  .dropdown-menu-search .form-control-search {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 34px; }
  .dropdown-menu-search .input-group-addon-search {
    padding: 0;
    font-size: 12pt;
    background-color: white;
    border-radius: 0;
    border: none; }
    .dropdown-menu-search .input-group-addon-search a {
      padding: 10px;
      text-decoration: none;
      color: #7b7b7b; }
    .dropdown-menu-search .input-group-addon-search a:hover {
      background: #3383b8;
      border: 0;
      color: #FFF; }
  .dropdown-menu-search label {
    display: none; }
  .dropdown-menu-search .nav-tabs-search {
    font-size: 11pt;
    border: none; }
    .dropdown-menu-search .nav-tabs-search > li {
      background-color: #3383b8;
      margin-right: 6px;
      margin-bottom: 6px; }
      .dropdown-menu-search .nav-tabs-search > li > a {
        padding-top: 5px;
        padding-bottom: 3px;
        color: white;
        border: none;
        border-radius: 0px;
        margin-right: 0px; }
        .dropdown-menu-search .nav-tabs-search > li > a:hover {
          border: none;
          color: #7b7b7b;
          background-color: white; }
      .dropdown-menu-search .nav-tabs-search > li.active > a, .dropdown-menu-search .nav-tabs-search > li.active > a:hover, .dropdown-menu-search .nav-tabs-search > li.active > a:focus {
        color: #7b7b7b;
        background-color: white;
        border: none;
        cursor: default;
        margin-bottom: -16px;
        padding-bottom: 20px; }

@media (max-width: 1199px) {
  #search_staff {
    margin-right: 0;
    float: right; }

  .dropdown-menu-search {
    width: 291px; } }
/********************** HEADER.scss ********************/
.header-logo-container {
  margin-bottom: 10px; }
  .header-logo-container > img {
    margin-right: 17px;
    transition: all 0.1s ease-in-out; }
  .header-logo-container .logo-container {
    display: flex;
    align-items: center; }
    .header-logo-container .logo-container img {
      margin-right: 15px; }
    @media (max-width: 991px) {
      .header-logo-container .logo-container {
        margin-top: 8px; }
        .header-logo-container .logo-container img {
          max-width: 240px; } }
    @media (max-width: 767px) {
      .header-logo-container .logo-container {
        margin-top: 0; } }
    @media (max-width: 767px) {
      .header-logo-container .logo-container .logo {
        margin-left: 6px;
        width: 240px;
        margin-top: 5px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .header-logo-container .logo-container .logo-single {
        margin-top: 9px; } }
  .header-logo-container .header-text {
    color: #0063a6;
    font-size: 14pt;
    font-weight: 400;
    vertical-align: middle;
    display: inline;
    line-height: 18pt;
    margin-left: 60px;
    position: relative; }
    @media (max-width: 991px) {
      .header-logo-container .header-text {
        font-size: 13pt;
        line-height: 15pt; } }
    @media (max-width: 767px) {
      .header-logo-container .header-text {
        border-left: none;
        font-size: 10pt;
        line-height: 11pt;
        padding: 2px 4px;
        width: 280px;
        height: 40px;
        display: block; } }
  .header-logo-container .header-text::before {
    display: inline-block;
    font-family: "icomoon";
    content: "";
    color: #a4a4a4;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10pt; }
  .header-logo-container .header-text a {
    margin-left: 20px;
    display: inline-block; }
    @media (min-width: 992px) {
      .header-logo-container .header-text a {
        max-width: 500px; } }
    @media (min-width: 1200px) {
      .header-logo-container .header-text a {
        max-width: 600px; } }
  .header-logo-container .header-text-uni {
    padding: 4px;
    text-transform: uppercase;
    color: #0063a6;
    font-size: 11pt;
    vertical-align: middle;
    display: table-cell;
    line-height: 13pt;
    width: 100px;
    height: 60px; }
    @media (max-width: 767px) {
      .header-logo-container .header-text-uni {
        font-size: 10pt;
        line-height: 11pt;
        padding: 6px 4px 0;
        width: 280px;
        height: 20px;
        display: block; } }

/********************** END HEADER.scss ********************/
/********************** BREADCRUM.scss ********************/
.breadcrumb-uni-bg {
  margin-top: 30px;
  background-color: #f2f2f2;
  width: 100%;
  max-height: 25px;
  height: 25px; }

.breadcrumb-uni {
  display: inline-block;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0; }
  .breadcrumb-uni > li {
    float: left;
    font-size: 12pt; }
    .breadcrumb-uni > li > a {
      line-height: 25px;
      padding-left: 5px;
      padding-right: 5px; }

.breadcrumb-page-social .social-icon-youtube, .breadcrumb-uni .social-icon-youtube, .footer-social .social-icon-youtube {
  font-size: 21px; }
.breadcrumb-page-social .social-icon-instagram, .breadcrumb-uni .social-icon-instagram, .footer-social .social-icon-instagram {
  font-size: 20px; }
.breadcrumb-page-social .social-icon-twitter, .breadcrumb-uni .social-icon-twitter, .footer-social .social-icon-twitter {
  font-size: 20px; }
.breadcrumb-page-social .social-icon-facebook, .breadcrumb-uni .social-icon-facebook, .footer-social .social-icon-facebook {
  font-size: 20px; }
.breadcrumb-page-social .social-icon-flickr, .breadcrumb-uni .social-icon-flickr, .footer-social .social-icon-flickr {
  font-size: 20px; }

.social-index > li {
  font-size: 13pt;
  line-height: 25px; }
  .social-index > li > a {
    display: inline-block;
    min-width: 25px; }
.social-index > li:hover {
  background-color: #0063a6; }
  .social-index > li:hover > a {
    text-decoration: none; }
    .social-index > li:hover > a span {
      color: white; }

.breadcrumb-uni-border > li {
  border-right: solid 2px white; }

.gray-color * {
  color: #a4a4a4; }

.breadcrumb-page-container {
  margin-top: 24px;
  padding-top: 0px; }

.breadcrumb-page {
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 10pt;
  padding-left: 0;
  padding-bottom: 0;
  padding-top: 0;
  padding-right: 0;
  border-radius: 0;
  font-weight: 400; }
  .breadcrumb-page > li {
    display: inline; }
    .breadcrumb-page > li + li:before {
      content: "";
      font-family: 'icomoon';
      color: #c2c2c2;
      font-size: 6pt; }

hr.breadcrumb-page {
  margin: 0;
  border-top: 1px solid #bdbdbd;
  border-radius: 0; }

.breadcrumb-page-social {
  display: block;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0; }
  .breadcrumb-page-social > li {
    float: left;
    font-size: 13pt;
    line-height: 21px;
    margin-left: 4px; }
    .breadcrumb-page-social > li a {
      display: inline-block;
      padding: 4px 8px; }
    .breadcrumb-page-social > li:hover {
      background-color: #0063a6; }
      .breadcrumb-page-social > li:hover > a {
        text-decoration: none; }
        .breadcrumb-page-social > li:hover > a > span {
          color: white !important; }

/********************** END BREADCRUM.scss ********************/
/********************** PAGES.scss ********************/
/*********** Korrektur für Ankerlinks ***************/
:target::before {
  display: block;
  content: " ";
  margin-top: -135px;
  height: 135px;
  visibility: hidden; }

.underline {
  padding-bottom: 2px;
  border-bottom: solid 1px #bdbdbd; }

.right-border {
  margin-top: 38px;
  margin-bottom: 64px; }
  @media (min-width: 992px) {
    .right-border {
      border-right: solid 1px #bdbdbd; } }

.right-border-view {
  margin-bottom: 30px;
  padding-top: 38px; }
  @media (min-width: 992px) {
    .right-border-view {
      border-right: solid 1px #bdbdbd; } }
  @media (min-width: 992px) {
    .right-border-view {
      margin-bottom: 60px; } }

.right-border-sidebarfix {
  margin-top: 38px; }

.no-margin {
  margin-top: 0;
  margin-bottom: 0; }

@media (min-width: 768px) {
  .right-border-content {
    border-right: solid 1px #bdbdbd; } }

.equal-height h2 {
  margin-top: 0; }

.top-align h3 {
  margin-top: 0; }

h2.no-top-margin {
  margin-top: 0 !important; }

.last-content {
  margin-bottom: 60px; }

.nav-pills-info > li, .nav-pills-info-condensed > li, .content ul.releated-links-content > li {
  margin-bottom: 15px;
  background-color: #f2f2f2; }
  @media (max-width: 1199px) {
    .nav-pills-info > li, .nav-pills-info-condensed > li, .content ul.releated-links-content > li {
      margin-bottom: 4px; } }
  .nav-pills-info > li > a, .nav-pills-info-condensed > li > a, .content ul.releated-links-content > li > a {
    border-radius: 0;
    font-size: 10pt;
    text-transform: uppercase;
    padding: 8px;
    padding-right: 20px; }
    @media (max-width: 1199px) {
      .nav-pills-info > li > a, .nav-pills-info-condensed > li > a, .content ul.releated-links-content > li > a {
        padding: 3px 8px;
        padding-right: 20px; } }
  .nav-pills-info > li > a:after, .nav-pills-info-condensed > li > a:after, .content ul.releated-links-content > li > a:after {
    font-family: "icomoon";
    content: "";
    color: #a4a4a4;
    position: absolute;
    right: 10px;
    vertical-align: middle; }
.nav-pills-info > li:hover, .nav-pills-info-condensed > li:hover, .content ul.releated-links-content > li:hover {
  background-color: #a4a4a4 !important; }
  .nav-pills-info > li:hover a, .nav-pills-info-condensed > li:hover a, .content ul.releated-links-content > li:hover a {
    color: white;
    text-decoration: none;
    background-color: #a4a4a4; }
  .nav-pills-info > li:hover a:after, .nav-pills-info-condensed > li:hover a:after, .content ul.releated-links-content > li:hover a:after {
    color: white; }
.nav-pills-info > li:last-child, .nav-pills-info-condensed > li:last-child, .content ul.releated-links-content > li:last-child {
  margin-bottom: 0; }

.nav-pills-info-condensed > li, .content ul.releated-links-content > li {
  margin-bottom: 4px; }

.quicklinks-list {
  background-color: #f2f2f2;
  font-size: 11pt;
  margin-bottom: 4px;
  padding-left: 10px;
  position: relative; }
  .quicklinks-list a {
    display: block;
    padding-right: 20px; }
  .quicklinks-list a:hover {
    text-decoration: none; }
  .quicklinks-list a:after {
    font-family: "icomoon";
    content: "";
    color: #a4a4a4;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10.5px;
    vertical-align: middle; }

.quicklinks-list:hover {
  background-color: #a4a4a4; }
  .quicklinks-list:hover a {
    color: white; }
  .quicklinks-list:hover a:after {
    color: white; }

.header-icon {
  color: #c2c2c2; }

.column {
  padding: 5px; }

.download-blau-bg {
  background-color: #267ab3;
  color: white;
  padding: 5px 28px 5px; }
  .download-blau-bg strong {
    font-size: 14pt; }
  .download-blau-bg a {
    color: white; }

.download-grau-bg {
  background-color: #e4e4e4;
  text-align: right;
  padding-right: 10px;
  padding-top: 18px;
  margin-bottom: 20px; }
  @media (max-width: 991px) {
    .download-grau-bg {
      padding-top: 5px;
      padding-bottom: 0px; } }
  .download-grau-bg a {
    color: #0063a6;
    font-weight: 400;
    font-size: 14pt; }
    @media (max-width: 991px) {
      .download-grau-bg a {
        font-size: 12pt; } }
  .download-grau-bg a.download-link {
    font-weight: 500; }
    @media (max-width: 991px) {
      .download-grau-bg a.download-link {
        float: right;
        margin-left: 15px; } }

@media (min-width: 992px) {
  .download-grau-bg {
    margin-left: -25px; } }
.table-uni {
  margin: 0 auto;
  border-collapse: collapse;
  border-style: hidden; }
  .table-uni > thead > tr > th,
  .table-uni > thead > tr > td,
  .table-uni > tbody > tr > th,
  .table-uni > tbody > tr > td,
  .table-uni > tfoot > tr > th,
  .table-uni > tfoot > tr > td {
    border: 10px solid white;
    background-color: #e4e4e4;
    padding-left: 4px;
    padding-right: 4px; }
  .table-uni > thead > tr > th,
  .table-uni > tbody > tr > th,
  .table-uni > tfoot > tr > th {
    font-weight: normal; }
  .table-uni > thead.blue-bg > tr > th,
  .table-uni > thead.blue-bg > tr > td {
    background-color: #267ab3;
    color: white;
    border: 10px solid white; }

.job-title {
  color: #0063a6;
  font-weight: 400; }

.address {
  font-size: 11pt;
  line-height: 13.5pt; }

hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border-top: 1px solid #c2c2c2;
  border-radius: 0; }

hr.dark {
  margin-top: 24px;
  margin-bottom: 24px;
  border-top: 1px solid #b1b1b1;
  border-radius: 0; }

@media (min-width: 768px) {
  .img-left {
    max-width: 50%;
    float: left;
    padding-right: 15px;
    margin-right: 15px;
    margin-bottom: 20px; } }

@media (min-width: 768px) {
  .img-right {
    max-width: 50%;
    float: right;
    padding-left: 15px;
    margin-left: 15px;
    margin-bottom: 20px; } }

abbr {
  cursor: help;
  text-decoration: none;
  border-bottom: 1px dotted;
  border-color: inherit !important; }

acronym {
  cursor: help;
  text-decoration: none;
  border-bottom: 1px dotted;
  border-color: inherit !important; }

code {
  color: #333333;
  background: none;
  padding: 0; }

.tooltippdescription {
  display: none;
  position: absolute;
  border: 1px solid #999999;
  width: 400px;
  height: 600px;
  z-index: 20000;
  box-shadow: 8px 8px 40px 0px rgba(70, 70, 70, 0.4); }

/********************** END PAGES.scss ********************/
/********************** FOOTER.scss ********************/
footer {
  font-size: 12pt;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }
  footer .footer-logo-container {
    display: table; }
    footer .footer-logo-container img {
      margin-right: 15px; }
    footer .footer-logo-container .header-text {
      text-transform: uppercase;
      font-size: 14pt;
      color: #0063a6;
      vertical-align: middle;
      display: table-cell;
      line-height: 14pt; }
  footer .footer-margin {
    margin-bottom: 30px; }

.gray-box {
  background-color: #f2f2f2; }

.mobile-footer {
  padding-top: 20px; }

.footer-logo {
  margin-top: 23px;
  margin-bottom: 23px; }

.footer-social {
  display: block;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0; }
  .footer-social > li {
    float: left;
    font-size: 14pt;
    background-color: #ffffff;
    margin-right: 2px;
    text-align: center; }
    .footer-social > li > a {
      padding-top: 8px;
      display: inline-block;
      min-width: 43px;
      min-height: 43px;
      color: #a4a4a4; }
  .footer-social > li:hover {
    background-color: #0063a6; }
    .footer-social > li:hover > a {
      text-decoration: none;
      color: white; }

.footer-address-box {
  margin-top: 28px; }

.footer-quicklinks-list {
  background-color: #ffffff;
  font-size: 11pt;
  margin-bottom: 4px;
  padding-left: 10px;
  position: relative; }
  .footer-quicklinks-list a {
    display: block;
    padding-right: 20px; }
  .footer-quicklinks-list a:after {
    font-family: "icomoon";
    content: "";
    color: #a4a4a4;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10.5px;
    vertical-align: middle; }
  .footer-quicklinks-list a:hover {
    text-decoration: none;
    color: white; }

.footer-quicklinks-list:hover {
  background-color: #a4a4a4; }
  .footer-quicklinks-list:hover a {
    color: white; }
  .footer-quicklinks-list:hover a:after {
    color: white; }

.footer-underline-first, .footer-underline, .footer-underline-last {
  border-bottom: solid 1px #c2c2c2; }

.footer-underline-first {
  margin-right: -15px; }

.footer-underline {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px; }

.footer-underline-last {
  margin-left: -15px;
  padding-left: 15px; }

@media (min-width: 1200px) {
  .footer-left-border {
    border-left: solid 1px #c2c2c2;
    padding-left: 30px; } }

footer ul {
  list-style-image: url('../IMG/bulletgray.png?1535542505');
  padding-left: 15px; }

footer ul > li {
  font-weight: 400;
  padding-bottom: 10px; }
  @media (max-width: 991px) {
    footer ul > li {
      font-size: 11pt; } }

footer ul > li > ul {
  list-style-type: none !important;
  list-style-image: none;
  padding-left: 10px; }

footer ul > li > ul > li {
  font-weight: 400;
  padding-bottom: 4px;
  font-size: 10pt; }
  @media (max-width: 991px) {
    footer ul > li > ul > li {
      font-size: 9pt; } }

.gray-footer a {
  color: #7b7b7b; }

.wappen-bg {
  background-color: #f2f2f2; }

/****************** Cookiebar **********************/
.cookie-bar {
  background-color: #0063a6;
  color: white;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 20px 10px 20px;
  border-top: 1px solid #ccc;
  z-index: 99;
  min-height: 50px;
  display: none; }

footer {
  margin-bottom: 50px; }

.cookie-bar a {
  color: white;
  text-decoration: underline; }

.cookiebar-close {
  background: #aaa;
  padding: 6px 12px;
  font-weight: bold;
  border: 1px solid white;
  text-decoration: none !important;
  cursor: pointer;
  position: relative;
  top: 4px;
  margin-left: 20px;
  background-color: var(--grey-menu);
  }

.cookiebar-close:hover {
  background: white;
  color: #666666;
  border: 1px solid #666666; }

/********************** END FOOTER.scss ********************/
/********************** MEDIEN.scss ********************/
.content-slider-uni-blau {
  background: #0063a6 no-repeat;
  background-position: right;
  height: 160px;
  width: 4%;
  float: left;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out; }
  @media (min-width: 768px) {
    .content-slider-uni-blau {
      width: 32px; } }

.content-slider-uni-rot {
  background: #dd4814 no-repeat;
  background-position: right;
  height: 160px;
  width: 4%;
  float: left;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out; }
  @media (min-width: 768px) {
    .content-slider-uni-rot {
      width: 32px; } }

.content-slider-uni-orange {
  background: #f6a800 no-repeat;
  background-position: right;
  height: 160px;
  width: 4%;
  float: left;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out; }
  @media (min-width: 768px) {
    .content-slider-uni-orange {
      width: 32px; } }

.content-slider-uni-weinrot {
  background: #a71c49 no-repeat;
  background-position: right;
  height: 160px;
  width: 4%;
  float: left;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out; }
  @media (min-width: 768px) {
    .content-slider-uni-weinrot {
      width: 32px; } }

.content-slider-uni-hellgruen {
  background: #94c154 no-repeat;
  background-position: right;
  height: 160px;
  width: 4%;
  float: left;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out; }
  @media (min-width: 768px) {
    .content-slider-uni-hellgruen {
      width: 32px; } }

.content-slider-uni-mint {
  background: #11897a no-repeat;
  background-position: right;
  height: 160px;
  width: 4%;
  float: left;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out; }
  @media (min-width: 768px) {
    .content-slider-uni-mint {
      width: 32px; } }

.content-slider-uni-gray {
  background: #7b7b7b no-repeat;
  background-position: right;
  height: 160px;
  width: 4%;
  float: left;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out; }
  @media (min-width: 768px) {
    .content-slider-uni-gray {
      width: 32px; } }

.content-slider-inner {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s  300ms, opacity  300ms linear;
  padding-left: 40px;
  padding-right: 40px;
  vertical-align: middle;
  display: table-cell;
  height: 160px; }
  @media (max-width: 767px) {
    .content-slider-inner {
      padding-left: 10px;
      padding-right: 10px; } }
  @media (max-width: 767px) {
    .content-slider-inner img {
      max-width: 50%; } }

.content-slider-open {
  background-image: url('../IMG/wappen-presse.png?1535542505');
  width: 88%; }
  @media (min-width: 768px) {
    .content-slider-open {
      width: 624px; } }
  @media (min-width: 992px) {
    .content-slider-open {
      width: 844px; } }
  @media (min-width: 1200px) {
    .content-slider-open {
      width: 1044px; } }
  .content-slider-open p.date {
    position: relative; }
    .content-slider-open p.date span.bottom-align {
      margin-left: 10px;
      position: absolute;
      bottom: -5px; }
  .content-slider-open p.date-nologo {
    position: relative;
    margin-top: 10px; }
    .content-slider-open p.date-nologo span.no-logo {
      font-weight: 700;
      font-size: 14pt; }
    .content-slider-open p.date-nologo span.bottom-align {
      margin-left: 10px;
      position: absolute;
      bottom: 0px; }

.content-slider-open .content-slider-inner {
  visibility: visible;
  color: white;
  cursor: default;
  opacity: 1;
  transition: opacity 300ms linear; }

.content-slider-inner * {
  color: white; }

.content-slider-inner > h3 {
  margin-top: 0;
  font-size: 22pt;
  line-height: 25pt; }
  .content-slider-inner > h3 a {
    text-decoration: none;
    color: white; }
    .content-slider-inner > h3 a:hover {
      text-decoration: underline;
      color: white; }
  @media (max-width: 767px) {
    .content-slider-inner > h3 {
      font-size: 16pt;
      line-height: 16pt; } }

.content-slider-inner > p {
  font-size: 12pt; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/********************** END MEDIEN.scss ********************/
/********************** SIDEBAR.scss ********************/
div.sidebar h2 {
  font-size: 20pt;
  margin-top: 40px; }
  div.sidebar h2:first-child {
    margin-top: 32px; }
  @media (min-width: 1200px) {
    div.sidebar h2 {
      font-size: 21pt; } }
  @media (max-width: 991px) {
    div.sidebar h2 {
      margin-bottom: 15px;
      margin-top: 30px; } }
  @media (min-width: 768px) {
    div.sidebar h2 {
      margin-bottom: 20px; } }
  @media (min-width: 992px) {
    div.sidebar h2 {
      margin-bottom: 20px; } }
div.sidebar a.more {
  font-size: 10.5pt;
  float: right;
  /*text-transform: uppercase;*/ }
div.sidebar div.event-box {
  margin-bottom: 20px; }

div.sidebar div.col-xs-12:last-child .event-box, div.col-sm-12:last-child .event-box {
  margin-bottom: 0px; }

/********************** END SIDEBAR.scss ********************/
/********************** IMAGE.scss ********************/
.image-container {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 15px;
  line-height: 1.428571429; }
  @media (max-width: 767px) {
    .image-container {
      margin-bottom: 40px; } }
  .image-container .caption {
    display: table-caption;
    background-color: #f2f2f2;
    text-align: left;
    caption-side: bottom;
    font-size: 10pt;
    padding: 7px; }

.image-container.nozoom {
  width: auto; }

.image-left {
  margin-bottom: 0; }

.logo-box-container > img {
  -webkit-box-shadow: 0 0 5px 1px #464646;
  box-shadow: 0 0 5px 1px #464646; }
.logo-box-container > .caption > p {
  font-size: 10pt;
  padding: 7px;
  text-align: center; }

/****** IE cant handle max-width: *********/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  img.img-nozoom {
    width: 100%; } }
img.img-nozoom {
  max-width: 100%; }

/*.imageMargin{
    margin-bottom: 10px;
}*/
/********************** END IMAGE.scss ********************/
/********************** BLOCKQUOTE.scss ********************/
blockquote {
  line-height: 24pt;
  border-left: none;
  color: #0063a6;
  padding: 0;
  margin: 22px 11px 22px 44px; }
  blockquote p {
    margin-left: 36px; }
    @media (max-width: 767px) {
      blockquote p {
        margin-left: 50px; } }
  blockquote footer {
    display: block;
    font-size: 11.5pt;
    margin-left: 120px; }
    @media (max-width: 767px) {
      blockquote footer {
        margin-left: 50px; } }
    blockquote footer:before {
      content: ''; }
  blockquote:before {
    content: "";
    font-family: 'icomoon';
    font-size: 13pt;
    margin-right: 2px;
    vertical-align: top;
    float: left;
    margin-top: 0; }
    @media (max-width: 767px) {
      blockquote:before {
        font-size: 25pt;
        margin-top: 7px; } }

/* Google-Search */
blockquote.g {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0 0 24px 60px; }

blockquote.g::before {
  content: none; }

blockquote.g p {
  margin-left: 0; }

p.g {
  margin: 0; }

/********************** END BLOCKQUOTE.scss ********************/
/********************** LISTS.scss ********************/
ul.gray-bg, ul.gray-bg-striped, ul.white-bg {
  width: 100%;
  background-color: #f2f2f2;
  padding-left: 1.4em;
  list-style: none; }

ul.gray-bg-striped li:nth-child(even) {
  background-color: white; }

ul.white-bg {
  background-color: white; }

/*ol.gray-bg {
@extend ul.gray-bg;
}*/
ol.gray-bg, ol.gray-bg-striped, ol.white-bg {
  counter-reset: li;
  /* Initiate a counter */
  margin-left: 0;
  /* Remove the default left margin */
  padding-left: 0;
  /* Remove the default left padding */
  background-color: #f2f2f2;
  overflow: hidden; }
  ol.gray-bg > li, ol.gray-bg-striped > li, ol.white-bg > li {
    position: relative;
    /* Create a positioning context */
    padding: 12px 2em;
    /*padding-left: 2em;*/
    list-style: none;
    /* Disable the normal item numbering */
    border-top: 1px dotted #e4e4e4; }
  ol.gray-bg > li:before, ol.gray-bg-striped > li:before, ol.white-bg > li:before {
    content: counter(li);
    /* Use the counter as content */
    counter-increment: li;
    /* Increment the counter by 1 */
    /* Position and style the number */
    position: absolute;
    top: 16px;
    left: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*        width:1.2em; */
    height: 1.4em;
    /* Some space between the number and the content in browsers that support
    generated content but not positioning it (Camino 2 is one example) */
    margin-right: 8px;
    /*        margin-top: 8px; */
    background-color: #267ab3;
    color: white;
    font-size: 8pt;
    font-weight: bold;
    text-align: center;
    padding: 1px 3px; }

ol.gray-bg-striped li:nth-child(even) {
  background-color: white; }

ol.white-bg {
  background-color: white; }

.univiepersonal-data p {
  margin: 0; }

ul.gray-bg, ul.gray-bg-striped, ul.white-bg, ul.gray-bg-striped, ul.white-bg {
  padding: 0 1em 0.5em 2em; }
  ul.gray-bg li, ul.gray-bg-striped li, ul.white-bg li, ul.gray-bg-striped li, ul.white-bg li {
    text-indent: -1.4em;
    padding: 0.5em 0 0; }
    ul.gray-bg li pre, ul.gray-bg-striped li pre, ul.white-bg li pre, ul.gray-bg-striped li pre, ul.white-bg li pre {
      text-indent: 0; }

ul.gray-bg li, ul.gray-bg-striped li, ul.white-bg li, ul.gray-bg-striped li, ul.white-bg li {
  background: none;
  text-indent: -1.4em; }
  ul.gray-bg li pre, ul.gray-bg-striped li pre, ul.white-bg li pre, ul.gray-bg-striped li pre, ul.white-bg li pre {
    text-indent: 0; }

ul.gray-bg li > ul > li, ul.gray-bg-striped li > ul > li, ul.white-bg li > ul > li, ul.gray-bg-striped li > ul > li, ul.white-bg li > ul > li {
  background: none; }

ul.gray-bg li > ul > li > ul > li, ul.gray-bg-striped li > ul > li > ul > li, ul.white-bg li > ul > li > ul > li, ul.gray-bg-striped li > ul > li > ul > li, ul.white-bg li > ul > li > ul > li {
  background: none; }

ul.gray-bg li > ul > li > ul > li > ul > li, ul.gray-bg-striped li > ul > li > ul > li > ul > li, ul.white-bg li > ul > li > ul > li > ul > li, ul.gray-bg-striped li > ul > li > ul > li > ul > li, ul.white-bg li > ul > li > ul > li > ul > li {
  background: none; }

ul.gray-bg li > ul > li > ul > li > ul > li > ul > li, ul.gray-bg-striped li > ul > li > ul > li > ul > li > ul > li, ul.white-bg li > ul > li > ul > li > ul > li > ul > li, ul.gray-bg-striped li > ul > li > ul > li > ul > li > ul > li, ul.white-bg li > ul > li > ul > li > ul > li > ul > li {
  background: none; }

ul.gray-bg li:before, ul.gray-bg-striped li:before, ul.white-bg li:before, ul.gray-bg-striped li:before, ul.white-bg li:before, ul.gray-bg li:before, ul.gray-bg-striped li:before, ul.white-bg li:before, ul.gray-bg-striped li:before, ul.white-bg li:before {
  font-family: 'icomoon';
  content: "\ea1e";
  float: left;
  width: 1.4em; }

ul.gray-bg li > ul > li:before, ul.gray-bg-striped li > ul > li:before, ul.white-bg li > ul > li:before, ul.gray-bg-striped li > ul > li:before, ul.white-bg li > ul > li:before {
  font-family: 'icomoon';
  content: "\ea53";
  float: left;
  width: 1.4em; }

ul.gray-bg li > ul > li > ul > li:before, ul.gray-bg-striped li > ul > li > ul > li:before, ul.white-bg li > ul > li > ul > li:before, ul.gray-bg-striped li > ul > li > ul > li:before, ul.white-bg li > ul > li > ul > li:before {
  font-family: 'icomoon';
  content: "\ea1e";
  float: left;
  width: 1.4em; }

ul.gray-bg li > ul > li > ul > li > ul > li:before, ul.gray-bg-striped li > ul > li > ul > li > ul > li:before, ul.white-bg li > ul > li > ul > li > ul > li:before, ul.gray-bg-striped li > ul > li > ul > li > ul > li:before, ul.white-bg li > ul > li > ul > li > ul > li:before {
  font-family: 'icomoon';
  content: "\ea53";
  float: left;
  width: 1.4em; }

ul.gray-bg li > ul > li > ul > li > ul > li > ul > li:before, ul.gray-bg-striped li > ul > li > ul > li > ul > li > ul > li:before, ul.white-bg li > ul > li > ul > li > ul > li > ul > li:before, ul.gray-bg-striped li > ul > li > ul > li > ul > li > ul > li:before, ul.white-bg li > ul > li > ul > li > ul > li > ul > li:before {
  font-family: 'icomoon';
  content: "\ea1e";
  float: left;
  width: 1.4em; }

li:before {
  color: #0063a6; }

/********************** END LISTS.scss ********************/
.jumbotron-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 991px;
  overflow: hidden; }
  .jumbotron-container:before, .jumbotron-container:after {
    content: " ";
    display: table; }
  .jumbotron-container:after {
    clear: both; }
  @media (min-width: 768px) and (max-width: 991px) {
    .jumbotron-container {
      padding: 0; }
      .jumbotron-container .container {
        padding: 0;
        margin-right: 0;
        margin-left: 0;
        width: 100%; } }
  @media (min-width: 992px) {
    .jumbotron-container {
      max-width: 1042px; } }
  @media (min-width: 1200px) {
    .jumbotron-container {
      max-width: 1300px; } }
  .jumbotron-container .mobile-banner-title {
    border-right: 1px solid white;
    padding-right: 4px;
    margin-right: 7px; }

.jumbotron-shadow {
  -webkit-box-shadow: inset 0px 79px 40px -62px rgba(70, 70, 70, 0.4), inset 0px -79px 40px -62px rgba(70, 70, 70, 0.4);
  box-shadow: inset 0px 79px 40px -62px rgba(70, 70, 70, 0.4), inset 0px -79px 40px -62px rgba(70, 70, 70, 0.4); }

.page-header-shadow {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 991px;
  background: transparent;
  height: 50px;
  -webkit-box-shadow: inset 48px 0px 32px -22px white, inset -48px 0px 32px -22px white, inset 0px 22px 14px -11px rgba(70, 70, 70, 0.4);
  box-shadow: inset 48px 0px 32px -22px white, inset -48px 0px 32px -22px white, inset 0px 22px 14px -11px rgba(70, 70, 70, 0.4); }
  .page-header-shadow:before, .page-header-shadow:after {
    content: " ";
    display: table; }
  .page-header-shadow:after {
    clear: both; }
  @media (min-width: 992px) {
    .page-header-shadow {
      max-width: 1042px; } }
  @media (min-width: 1200px) {
    .page-header-shadow {
      max-width: 1300px; } }

.mobile-header {
  background: #0063a6;
  position: fixed;
  top: 94px;
  width: 100%;
  z-index: 1;
  color: white;
  transition: margin-top 0.2s ease-in;
  font-size: 10pt;
  line-height: 1;
  padding: 6px 9px; }

.jumbotron-alert {
  overflow: visible;
  min-height: 240px;
  background-color: #dd4814;
  text-align: center;
  color: white;
  padding-top: 50px; }
  @media (max-width: 767px) {
    .jumbotron-alert {
      padding-top: 25px;
      min-height: 140px; } }
  .jumbotron-alert h1 {
    font-size: 30pt;
    color: white;
    margin: 0; }
    @media (max-width: 767px) {
      .jumbotron-alert h1 {
        font-size: 18pt; } }
  .jumbotron-alert p {
    font-size: 11pt; }
    @media (max-width: 767px) {
      .jumbotron-alert p {
        font-size: 9pt; } }
  .jumbotron-alert .btn-notfall {
    color: #d11851;
    background-color: white;
    margin-right: 25px;
    border-radius: 0;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: 5px; }

@media (min-width: 768px) {
  .insert-shadow {
    background-image: url('../IMG/schatten.png?1535542505');
    background-position: right center;
    background-size: auto 84px;
    background-repeat: no-repeat; } }

/********************** BANNER.scss ********************/
.banner-container {
  box-shadow: 0 79px 40px -62px rgba(70, 70, 70, 0.4) inset, 0 -79px 40px -62px rgba(70, 70, 70, 0.4) inset;
  padding: 0;
  height: 175px;
  margin: auto;
  max-width: 1300px; }

div.banner-shadow {
  background: url("../IMG/banner-shadow.png") no-repeat scroll right top;
  height: 175px;
  display: block;
  width: 68%; }

div.banner-title {
  height: 175px;
  display: block;
  color: white;
  font-size: 16pt;
  line-height: 20pt;
  width: 68%;
  opacity: 0.7;
  filter: alpha(opacity=70);
  background: #0063a6;
  position: relative;
  top: -175px; }

div.banner-title-text {
  padding: 0 11%;
  width: 740px;
  display: table-cell;
  vertical-align: middle;
  height: 175px; }

div.banner-title-text a {
  color: white; }

div.banner-title-mobile a {
  color: white; }

div.banner-title-mobile {
  display: block;
  color: white;
  font-size: 14pt;
  line-height: 16pt;
  width: 100%;
  opacity: 0.8;
  filter: alpha(opacity=80);
  background: #0063a6;
  padding: 6px 10px; }

.banner-left {
  width: 40%;
  padding-right: 10px;
  display: table-cell; }

.banner-right {
  display: table-cell;
  padding-left: 10px;
  border-left: 1px solid white; }

@media (max-width: 767px) {
  .banner-container {
    background: none !important;
    height: auto; } }
/********************** END BANNER.scss ********************/
.content-box {
  background-color: #f2f2f2;
  padding: 25px 10px;
  margin-bottom: 40px; }
  .content-box small {
    color: white;
    padding: 5px 10px;
    margin-left: -10px;
    text-transform: uppercase; }
  .content-box h3 {
    font-size: 22pt;
    line-height: 22pt;
    margin-top: 17pt !important;
    margin-bottom: 8.5pt;
    word-wrap: break-word; }
  .content-box ul.gray-bg, .content-box ul.gray-bg-striped, .content-box ul.white-bg {
    padding: 0 1em 0.5em 1.4em; }

.content-box-uni-blau h2.info-box-bar, .content-box-uni-blau h3.info-box-bar, .content-box-uni-blau h4.info-box-bar, .content-box-uni-blau h5.info-box-bar {
  background-color: #0063a6;
  font-size: 10.8pt;
  color: white;
  display: table;
  line-height: 14pt;
  margin: 0 0 20px -10px !important;
  padding: 5px 10px; }
.content-box-uni-blau h2, .content-box-uni-blau h3, .content-box-uni-blau h4, .content-box-uni-blau h5, .content-box-uni-blau h6, .content-box-uni-blau a {
  color: #0063a6; }
.content-box-uni-blau li:before {
  color: #0063a6; }
.content-box-uni-blau ol > li:before {
  background-color: #0063a6; }

.content-box-uni-rot h2.info-box-bar, .content-box-uni-rot h3.info-box-bar, .content-box-uni-rot h4.info-box-bar, .content-box-uni-rot h5.info-box-bar {
  background-color: #dd4814;
  font-size: 10.8pt;
  color: white;
  display: table;
  line-height: 14pt;
  margin: 0 0 20px -10px !important;
  padding: 5px 10px; }
.content-box-uni-rot h2, .content-box-uni-rot h3, .content-box-uni-rot h4, .content-box-uni-rot h5, .content-box-uni-rot h6, .content-box-uni-rot a {
  color: #dd4814; }
.content-box-uni-rot li:before {
  color: #dd4814; }
.content-box-uni-rot ol > li:before {
  background-color: #dd4814; }

.content-box-uni-orange h2.info-box-bar, .content-box-uni-orange h3.info-box-bar, .content-box-uni-orange h4.info-box-bar, .content-box-uni-orange h5.info-box-bar {
  background-color: #f6a800;
  font-size: 10.8pt;
  color: white;
  display: table;
  line-height: 14pt;
  margin: 0 0 20px -10px !important;
  padding: 5px 10px; }
.content-box-uni-orange h2, .content-box-uni-orange h3, .content-box-uni-orange h4, .content-box-uni-orange h5, .content-box-uni-orange h6, .content-box-uni-orange a {
  color: #f6a800; }
.content-box-uni-orange li:before {
  color: #f6a800; }
.content-box-uni-orange ol > li:before {
  background-color: #f6a800; }

.content-box-uni-weinrot h2.info-box-bar, .content-box-uni-weinrot h3.info-box-bar, .content-box-uni-weinrot h4.info-box-bar, .content-box-uni-weinrot h5.info-box-bar {
  background-color: #a71c49;
  font-size: 10.8pt;
  color: white;
  display: table;
  line-height: 14pt;
  margin: 0 0 20px -10px !important;
  padding: 5px 10px; }
.content-box-uni-weinrot h2, .content-box-uni-weinrot h3, .content-box-uni-weinrot h4, .content-box-uni-weinrot h5, .content-box-uni-weinrot h6, .content-box-uni-weinrot a {
  color: #a71c49; }
.content-box-uni-weinrot li:before {
  color: #a71c49; }
.content-box-uni-weinrot ol > li:before {
  background-color: #a71c49; }

.content-box-uni-hellgruen h2.info-box-bar, .content-box-uni-hellgruen h3.info-box-bar, .content-box-uni-hellgruen h4.info-box-bar, .content-box-uni-hellgruen h5.info-box-bar {
  background-color: #94c154;
  font-size: 10.8pt;
  color: white;
  display: table;
  line-height: 14pt;
  margin: 0 0 20px -10px !important;
  padding: 5px 10px; }
.content-box-uni-hellgruen h2, .content-box-uni-hellgruen h3, .content-box-uni-hellgruen h4, .content-box-uni-hellgruen h5, .content-box-uni-hellgruen h6, .content-box-uni-hellgruen a {
  color: #94c154; }
.content-box-uni-hellgruen li:before {
  color: #94c154; }
.content-box-uni-hellgruen ol > li:before {
  background-color: #94c154; }

.content-box-uni-mint h2.info-box-bar, .content-box-uni-mint h3.info-box-bar, .content-box-uni-mint h4.info-box-bar, .content-box-uni-mint h5.info-box-bar {
  background-color: #11897a;
  font-size: 10.8pt;
  color: white;
  display: table;
  line-height: 14pt;
  margin: 0 0 20px -10px !important;
  padding: 5px 10px; }
.content-box-uni-mint h2, .content-box-uni-mint h3, .content-box-uni-mint h4, .content-box-uni-mint h5, .content-box-uni-mint h6, .content-box-uni-mint a {
  color: #11897a; }
.content-box-uni-mint li:before {
  color: #11897a; }
.content-box-uni-mint ol > li:before {
  background-color: #11897a; }

.content-box-uni-gray h2.info-box-bar, .content-box-uni-gray h3.info-box-bar, .content-box-uni-gray h4.info-box-bar, .content-box-uni-gray h5.info-box-bar {
  background-color: #7b7b7b;
  font-size: 10.8pt;
  color: white;
  display: table;
  line-height: 14pt;
  margin: 0 0 20px -10px !important;
  padding: 5px 10px; }
.content-box-uni-gray h2, .content-box-uni-gray h3, .content-box-uni-gray h4, .content-box-uni-gray h5, .content-box-uni-gray h6, .content-box-uni-gray a {
  color: #7b7b7b; }
.content-box-uni-gray li:before {
  color: #7b7b7b; }
.content-box-uni-gray ol > li:before {
  background-color: #7b7b7b; }

a.infobox-link:hover {
  text-decoration: none; }

a div[class^="info-box-"] {
  color: #333333; }

a div[class="info-box-uni-blau"]:hover {
  color: #0063a6; }

a div[class="info-box-uni-rot"]:hover {
  color: #dd4814; }

a div[class="info-box-uni-orange"]:hover {
  color: #f6a800; }

a div[class="info-box-uni-weinrot"]:hover {
  color: #a71c49; }

a div[class="info-box-uni-hellgruen"]:hover {
  color: #94c154; }

a div[class="info-box-uni-mint"]:hover {
  color: #11897a; }

a div[class="info-box-uni-gray"]:hover {
  color: #7b7b7b; }

.color-box {
  min-height: 100px;
  padding: 25px 10px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  /* Vertical center alignment */
  justify-content: center;
  /* Horizontal center alignment */ }
  .color-box h2, .color-box h3, .color-box h4, .color-box h5, .color-box h6 {
    color: white;
    text-decoration: none;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0; }

.color-box-uni-blau {
  background-color: #0063a6; }

.color-box-uni-blau:hover {
  background-color: rgba(0, 99, 166, 0.8); }

.color-box-uni-rot {
  background-color: #dd4814; }

.color-box-uni-rot:hover {
  background-color: rgba(221, 72, 20, 0.8); }

.color-box-uni-orange {
  background-color: #f6a800; }

.color-box-uni-orange:hover {
  background-color: rgba(246, 168, 0, 0.8); }

.color-box-uni-weinrot {
  background-color: #a71c49; }

.color-box-uni-weinrot:hover {
  background-color: rgba(167, 28, 73, 0.8); }

.color-box-uni-hellgruen {
  background-color: #94c154; }

.color-box-uni-hellgruen:hover {
  background-color: rgba(148, 193, 84, 0.8); }

.color-box-uni-mint {
  background-color: #11897a; }

.color-box-uni-mint:hover {
  background-color: rgba(17, 137, 122, 0.8); }

.color-box-uni-gray {
  background-color: #7b7b7b; }

.color-box-uni-gray:hover {
  background-color: rgba(123, 123, 123, 0.8); }

.gray-box {
  background-color: #f2f2f2;
  padding: 10px; }

.toplink-wrapper {
  font-size: 15pt;
  color: #0063a6; }

.toplink-icon {
  margin-right: 12px; }

.panel-uni .panel, .panel-uni-quicklinks .panel {
  border: none;
  border-radius: 0; }
  .panel-uni .panel + .panel, .panel-uni-quicklinks .panel + .panel {
    margin-top: 5px; }
.panel-uni .panel-heading, .panel-uni-quicklinks .panel-heading {
  border-bottom: 0;
  border-radius: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: #e4e4e4;
  font-size: 15pt;
  line-height: 12pt; }
  .panel-uni .panel-heading .panel-title, .panel-uni-quicklinks .panel-heading .panel-title {
    font-size: 12pt; }
    .panel-uni .panel-heading .panel-title a, .panel-uni-quicklinks .panel-heading .panel-title a {
      line-height: 1.428571429; }
      .panel-uni .panel-heading .panel-title a:hover, .panel-uni-quicklinks .panel-heading .panel-title a:hover {
        text-decoration: none; }
  .panel-uni .panel-heading + .panel-collapse > .panel-body, .panel-uni-quicklinks .panel-heading + .panel-collapse > .panel-body {
    border: none;
    background-color: #f2f2f2;
    font-size: 10pt;
    padding: 4px 12px; }
    .panel-uni .panel-heading + .panel-collapse > .panel-body > ul, .panel-uni-quicklinks .panel-heading + .panel-collapse > .panel-body > ul {
      list-style-image: url('../IMG/bulletgray.png?1535542505');
      padding: 4px 12px; }
      .panel-uni .panel-heading + .panel-collapse > .panel-body > ul > li, .panel-uni-quicklinks .panel-heading + .panel-collapse > .panel-body > ul > li {
        padding-left: 10px; }
    .panel-uni .panel-heading + .panel-collapse > .panel-body p, .panel-uni-quicklinks .panel-heading + .panel-collapse > .panel-body p {
      margin: 6px 0; }
    .panel-uni .panel-heading + .panel-collapse > .panel-body .date, .panel-uni-quicklinks .panel-heading + .panel-collapse > .panel-body .date {
      font-weight: 500; }
    .panel-uni .panel-heading + .panel-collapse > .panel-body .more, .panel-uni-quicklinks .panel-heading + .panel-collapse > .panel-body .more {
      font-weight: 500; }
  .panel-uni .panel-heading + .panel-collapse > .panel-arrow, .panel-uni-quicklinks .panel-heading + .panel-collapse > .panel-arrow {
    height: 8px;
    width: 8px;
    margin-left: 20px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #267ab3; }
.panel-uni .active, .panel-uni-quicklinks .active {
  background-color: #267ab3;
  color: white; }
.panel-uni .panel-footer, .panel-uni-quicklinks .panel-footer {
  border-top: 0; }
  .panel-uni .panel-footer + .panel-collapse .panel-body, .panel-uni-quicklinks .panel-footer + .panel-collapse .panel-body {
    border-bottom: none; }
.panel-uni .category-menu .panel-heading, .panel-uni-quicklinks .category-menu .panel-heading {
  background-color: #a4a4a4;
  color: white; }
  .panel-uni .category-menu .panel-heading a, .panel-uni-quicklinks .category-menu .panel-heading a {
    display: block; }
.panel-uni .category-menu .active, .panel-uni-quicklinks .category-menu .active {
  background-color: #0063a6; }
.panel-uni .category-menu .in .panel-arrow, .panel-uni-quicklinks .category-menu .in .panel-arrow {
  border-top: 8px solid #0063a6 !important; }
.panel-uni .category-menu .panel-heading + .panel-collapse > .panel-body, .panel-uni-quicklinks .category-menu .panel-heading + .panel-collapse > .panel-body {
  padding: 0; }
  .panel-uni .category-menu .panel-heading + .panel-collapse > .panel-body > ul, .panel-uni-quicklinks .category-menu .panel-heading + .panel-collapse > .panel-body > ul {
    padding: 0;
    list-style: none;
    list-style-image: none; }
    .panel-uni .category-menu .panel-heading + .panel-collapse > .panel-body > ul > li, .panel-uni-quicklinks .category-menu .panel-heading + .panel-collapse > .panel-body > ul > li {
      background-color: #f2f2f2;
      padding-top: 7px;
      padding-bottom: 7px; }
      .panel-uni .category-menu .panel-heading + .panel-collapse > .panel-body > ul > li > a, .panel-uni-quicklinks .category-menu .panel-heading + .panel-collapse > .panel-body > ul > li > a {
        color: #7b7b7b; }
      .panel-uni .category-menu .panel-heading + .panel-collapse > .panel-body > ul > li > a:before, .panel-uni-quicklinks .category-menu .panel-heading + .panel-collapse > .panel-body > ul > li > a:before {
        content: "";
        font-family: 'icomoon';
        font-size: 0.75em;
        margin-right: 5px;
        color: #c2c2c2; }
      .panel-uni .category-menu .panel-heading + .panel-collapse > .panel-body > ul > li:hover, .panel-uni-quicklinks .category-menu .panel-heading + .panel-collapse > .panel-body > ul > li:hover {
        background-color: #e8e8e8; }
        .panel-uni .category-menu .panel-heading + .panel-collapse > .panel-body > ul > li:hover > a, .panel-uni-quicklinks .category-menu .panel-heading + .panel-collapse > .panel-body > ul > li:hover > a {
          color: #7b7b7b;
          text-decoration: none; }
    .panel-uni .category-menu .panel-heading + .panel-collapse > .panel-body > ul > li.active, .panel-uni-quicklinks .category-menu .panel-heading + .panel-collapse > .panel-body > ul > li.active {
      background-color: #267ab3; }
      .panel-uni .category-menu .panel-heading + .panel-collapse > .panel-body > ul > li.active > a, .panel-uni-quicklinks .category-menu .panel-heading + .panel-collapse > .panel-body > ul > li.active > a {
        color: white; }
.panel-uni .category-menu .panel-heading + .panel-collapse > .panel-arrow, .panel-uni-quicklinks .category-menu .panel-heading + .panel-collapse > .panel-arrow {
  border-top: 8px solid #0063a6; }

.nav-tabs-content > li {
  float: left;
  margin-bottom: -1px;
  background-color: #e4e4e4;
  margin-right: 16px;
  overflow: hidden; }
  @media (max-width: 767px) {
    .nav-tabs-content > li {
      max-width: 80px;
      max-height: 30px; } }
  .nav-tabs-content > li > a {
    color: #7b7b7b;
    line-height: 1.42857143;
    padding: 4px 4px; }
    @media (min-width: 768px) {
      .nav-tabs-content > li > a {
        padding: 4px 15px; } }
    .nav-tabs-content > li > a:hover {
      border-color: #f2f2f2 #f2f2f2 #ddd; }
  .nav-tabs-content > li.active > a, .nav-tabs-content > li.active > a:hover, .nav-tabs-content > li.active > a:focus {
    color: white;
    background-color: #267ab3;
    cursor: default; }

.tab-content-uni {
  background-color: #f2f2f2;
  padding: 20px; }
  .tab-content-uni > .tab-arrow {
    background: #f2f2f2 url('../IMG/slider-arrow.png?1535542505') no-repeat;
    background-position: 7px 0;
    height: 8px;
    padding-left: 20px;
    margin-top: -20px;
    margin-bottom: 13px;
    margin-left: -12px; }
  .tab-content-uni .tab-pane img {
    margin-bottom: 15px; }
  .tab-content-uni .tab-pane h3 {
    font-size: 12.5pt;
    margin-top: 0; }
  .tab-content-uni .tab-pane p {
    font-size: 9pt; }
    .tab-content-uni .tab-pane p:last-child {
      margin-bottom: 30px; }
    .tab-content-uni .tab-pane p .more {
      font-weight: 500; }

#univiepersonal-tabs .nav-tabs li.active a, #univiepersonal-tabs #search-top-mobile .nav-tabs-search li.active a, #search-top-mobile #univiepersonal-tabs .nav-tabs-search li.active a, #univiepersonal-tabs .dropdown-menu-search .nav-tabs-search li.active a, .dropdown-menu-search #univiepersonal-tabs .nav-tabs-search li.active a {
  font-weight: 500;
  color: #7b7b7b; }

/********************** FORMS.scss ********************/
.form-horizontal .control-label {
  display: block;
  background-color: #e4e4e4;
  text-align: left;
  color: #0063a6;
  font-weight: normal;
  padding-top: 5px;
  padding-bottom: 5px; }
  @media (max-width: 767px) {
    .form-horizontal .control-label {
      margin-right: 30px;
      margin-bottom: 0; } }
.form-horizontal input.form-control, .form-horizontal #search-top-mobile input.form-control-search, #search-top-mobile .form-horizontal input.form-control-search, .form-horizontal #login-top input.form-control-login-top, #login-top .form-horizontal input.form-control-login-top, .form-horizontal .dropdown-menu-search input.form-control-search, .dropdown-menu-search .form-horizontal input.form-control-search, .form-horizontal select.form-control, .form-horizontal #search-top-mobile select.form-control-search, #search-top-mobile .form-horizontal select.form-control-search, .form-horizontal #login-top select.form-control-login-top, #login-top .form-horizontal select.form-control-login-top, .form-horizontal .dropdown-menu-search select.form-control-search, .dropdown-menu-search .form-horizontal select.form-control-search {
  height: 33px; }
.form-horizontal .form-control, .form-horizontal #search-top-mobile .form-control-search, #search-top-mobile .form-horizontal .form-control-search, .form-horizontal #login-top .form-control-login-top, #login-top .form-horizontal .form-control-login-top, .form-horizontal .dropdown-menu-search .form-control-search, .dropdown-menu-search .form-horizontal .form-control-search {
  background-color: #fafafa;
  color: #4c4c4c;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 0;
  border: 1px solid #ccc; }
  @media (max-width: 767px) {
    .form-horizontal .form-control, .form-horizontal #search-top-mobile .form-control-search, #search-top-mobile .form-horizontal .form-control-search, .form-horizontal #login-top .form-control-login-top, #login-top .form-horizontal .form-control-login-top, .form-horizontal .dropdown-menu-search .form-control-search, .dropdown-menu-search .form-horizontal .form-control-search {
      margin-left: -15px;
      margin-right: -30px; } }
.form-horizontal .form-control:focus, .form-horizontal #search-top-mobile .form-control-search:focus, #search-top-mobile .form-horizontal .form-control-search:focus, .form-horizontal #login-top .form-control-login-top:focus, #login-top .form-horizontal .form-control-login-top:focus, .form-horizontal .dropdown-menu-search .form-control-search:focus, .dropdown-menu-search .form-horizontal .form-control-search:focus {
  border-color: #0063a6;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 99, 166, 0.6);
  webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 99, 166, 0.6); }
.form-horizontal .form-group {
  margin-bottom: 4px;
  margin-left: 0; }
.form-horizontal .radio, .form-horizontal .checkbox {
  background-color: #fafafa;
  color: #0063a6;
  padding-top: 0; }
  .form-horizontal .radio label, .form-horizontal .checkbox label {
    padding-left: 0; }
    .form-horizontal .radio label span.text, .form-horizontal .checkbox label span.text {
      margin-top: 5px; }
  @media (max-width: 767px) {
    .form-horizontal .radio, .form-horizontal .checkbox {
      margin-left: -15px;
      margin-right: 15px; } }
.form-horizontal .disabled label {
  color: #a4a4a4; }
@media (min-width: 768px) {
  .form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 33px; } }
.form-horizontal .btn-submit {
  background: #a4a4a4 url('../IMG/bulletbtn.png?1535542505') no-repeat;
  background-position: 99% center;
  color: white;
  width: 49%;
  float: left;
  display: block;
  text-align: left;
  border: 0;
  padding: 5px 15px;
  text-transform: uppercase; }
.form-horizontal .btn-submit:hover {
  background: #267ab3 url('../IMG/bulletbtn.png?1535542505') no-repeat;
  background-position: 99% center; }
.form-horizontal .btn-gray {
  color: white;
  width: 49%;
  float: left;
  display: block;
  border: 0;
  padding: 5px 15px;
  background: #a4a4a4 url('../IMG/bulletbtngray.png?1535542505') no-repeat;
  background-position: 1% center;
  text-align: right;
  text-transform: uppercase;
  /**
  @media (min-width: $screen-sm-min) {
      margin-left: 5px;
  }
  **/
  margin-right: 2%; }
.form-horizontal .btn-gray:hover {
  background: #267ab3 url('../IMG/bulletbtngray.png?1535542505') no-repeat;
  background-position: 1% center; }
.form-horizontal .btns {
  margin-top: 38px; }
.form-horizontal .form-col {
  padding-right: 0;
  padding-left: 0; }
.form-horizontal input[type="checkbox"] {
  display: none; }
.form-horizontal input[type="checkbox"] + label span.check {
  display: inline-block;
  min-width: 35px;
  height: 33px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  background: url('../IMG/forms.png?1535542505') 0 0 no-repeat;
  cursor: pointer; }
.form-horizontal input[type="checkbox"] + label, .form-horizontal input[type="radio"] + label {
  display: flex;
  background-color: #fafafa; }
.form-horizontal input[type="checkbox"]:checked + label span.check {
  background: url('../IMG/forms.png?1535542505') -35px 0 no-repeat; }
.form-horizontal input[type="radio"] {
  display: none; }
.form-horizontal input[type="radio"] + label span.check {
  display: inline-block;
  min-width: 35px;
  height: 33px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  background: url('../IMG/forms.png?1535542505') -70px 0 no-repeat;
  cursor: pointer; }
.form-horizontal input[type="radio"]:checked + label span.check {
  background: url('../IMG/forms.png?1535542505') -105px 0 no-repeat; }
.form-horizontal .disabled input[type="checkbox"]:checked + label span.check {
  background: url('../IMG/forms.png?1535542505') -140px 0 no-repeat; }
@media (max-width: 767px) {
  .form-horizontal .btn-col {
    margin-left: -15px; } }
.form-horizontal .btn-question {
  background: #e4e4e4;
  color: #a4a4a4;
  border: none;
  width: 30px;
  height: 33px;
  text-align: center; }
  @media (min-width: 768px) {
    .form-horizontal .btn-question {
      width: 60px; } }
.form-horizontal .description-message {
  background-color: #5175ad;
  color: white;
  font-size: 10pt;
  padding: 2px 6px; }
  @media (max-width: 767px) {
    .form-horizontal .description-message {
      margin-right: 30px; } }
.form-horizontal .error-message {
  background-color: #dd4814;
  color: white;
  margin-right: 30px;
  font-size: 9pt; }
.form-horizontal .form-text {
  padding: 12px 6px; }

.btn-content {
  font-size: 0.9em;
  background: none;
  border: none;
  color: #0063a6; }

.login-status .login-status-label {
  background-color: #e4e4e4;
  text-align: left;
  color: #0063a6;
  font-weight: 400;
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 15px;
  min-height: 33px;
  display: block; }
  @media (min-width: 768px) {
    .login-status .login-status-label {
      margin-right: -30px; } }
.login-status .login-status-text {
  background-color: #fafafa;
  min-height: 33px;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: 11px;
  padding-left: 10px;
  color: #0063a6; }
  @media (max-width: 767px) {
    .login-status .login-status-text {
      margin-left: 0;
      margin-right: 15px; } }

.login-status-sidebar .login-status-text {
  background-color: #fafafa;
  display: block;
  color: #0063a6;
  padding: 5px; }
.login-status-sidebar .icon-user {
  font-size: 1.1em; }

.side-form label {
  display: none; }
.side-form .full-width {
  padding-right: 15px; }
  @media (min-width: 768px) {
    .side-form .full-width {
      padding-left: 0; } }
.side-form .form-control, .side-form #search-top-mobile .form-control-search, #search-top-mobile .side-form .form-control-search, .side-form #login-top .form-control-login-top, #login-top .side-form .form-control-login-top, .side-form .dropdown-menu-search .form-control-search, .dropdown-menu-search .side-form .form-control-search {
  margin-right: 15px; }

@media (min-width: 768px) {
  .form-description, .form-error {
    width: 7px;
    height: 7px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #0063a6;
    cursor: pointer; } }

.form-error {
  background-color: #dd4814;
  right: 15px; }

.description-popover, .error-popover {
  background-color: #5175ad;
  color: white;
  border-radius: 0; }
  .description-popover .arrow:after, .error-popover .arrow:after {
    border-right-color: #5175ad !important;
    border-left-color: #5175ad !important; }
  .description-popover .popover-content, .error-popover .popover-content {
    padding: 5px 8px; }
  @media (max-width: 767px) {
    .description-popover, .error-popover {
      display: none !important; } }

.error-popover {
  background-color: #dd4814; }
  .error-popover .arrow:after {
    border-right-color: #dd4814 !important;
    border-left-color: #dd4814 !important; }

ul.parsley-errors-list {
  list-style: outside none none;
  padding: 0 15px;
  background-color: #D34511;
  color: white; }
  @media (max-width: 767px) {
    ul.parsley-errors-list {
      font-size: 9pt;
      margin-left: -15px;
      margin-right: 15px; } }

.xdsoft_datetimepicker {
  box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: white;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
  border-top: 1px solid #bbb;
  color: #333333;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding: 8px;
  padding-left: 0px;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none; }

.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: none; }

.xdsoft_datetimepicker button {
  border: none !important; }

.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.xdsoft_noselect::selection {
  background: transparent; }

.xdsoft_noselect::-moz-selection {
  background: transparent; }

.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none; }

.xdsoft_datetimepicker * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px;
  margin: 0px; }

.xdsoft_datetimepicker .xdsoft_datepicker,
.xdsoft_datetimepicker .xdsoft_timepicker {
  display: none; }

.xdsoft_datetimepicker .xdsoft_datepicker.active,
.xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block; }

.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px; }

.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0px; }

.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px; }

.xdsoft_datetimepicker .xdsoft_mounthpicker {
  position: relative;
  text-align: center; }

.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAAAeCAYAAACsYQl4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozQjRCQjRGREU4MkNFMzExQjRDQkIyRDJDOTdBRUI1MCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCQjg0OUYyNTZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCQjg0OUYyNDZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkI5NzE3MjFBN0E2Q0UzMTFBQjJEQjgzMDk5RTNBNTdBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNCNEJCNEZERTgyQ0UzMTFCNENCQjJEMkM5N0FFQjUwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+aQvATgAAAfVJREFUeNrsmr1OwzAQxzGtkPjYEAuvVGAvfQIGRKADE49gdLwDDwBiZ2RhQUKwICQkWLsgFiRQuIBTucFJ/XFp4+hO+quqnZ4uvzj2nV2RpukCW/22yAgYNINmc7du7DcghCjrkqgOKjF1znpt6rZ0AGWQj7TvCU8d9UM+QAGDrhdyc2Bnc1WVVPBev9V8lBnY+rDwncWZThG4xk4lmxtJy2AHgoY/FySgbSBPwPZ8mEXbQx3aDERb0EbYAYFC7pcAtAvkMWwC0D3NX58S9D/YnoGC7nPWr3Dg9JTbtuHhDShBT8D2CBSK/iIEvVXxpuxSgh7DdgwUTL4iA92zmJb6lKB/YTsECmV+IgK947AGDIqgQ/LojsO135Hn51l2cWlov0JdGNrPUceueXRwilSVgkUyom9Rd6gbLfYTDeO+1v6orn0InTogYDGUkYLO3/wc9BdqqTCKP1Tfi+oTIaCBIL2TES+GTyruT9S61p6BHam+99DFEAgLFklYsIBHwSI9QY80H5ta+1rB/6ovaKihBJeEJbgLbBlQgl+j3lDPqA2tfQV1j3pVn8s+oKHGTSVJ+FqDLeR5bCqJ2E/BCycsoLZETXaKGs7rhKVt+9HZScrZNMi88V8P7LlDbvOZYaJVpMMmBCT4n0o8dTBoNgbdWPsRYACs3r7XyNfbnAAAAABJRU5ErkJggg=="); }

.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0px; }

.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0px;
  margin-left: 5px; }

.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0px 0px; }

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0px none currentColor;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  outline: medium none currentColor;
  overflow: hidden;
  padding: 0px;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0px;
  margin-bottom: 7px;
  margin-top: 0px; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #eee; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: white;
  border-top: 1px solid #eee;
  color: #444;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0px;
  height: 25px;
  line-height: 25px; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0px; }

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1; }

.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer; }

.xdsoft_datetimepicker .xdsoft_label:hover {
  text-decoration: underline; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  right: 0px;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff;
  background: #267ab3; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #0063a6;
  box-shadow: #0063a6 0px 1px 3px 0px inset;
  color: #fff;
  font-weight: 700; }

.xdsoft_datetimepicker .xdsoft_month {
  width: 90px;
  text-align: right; }

.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both; }

.xdsoft_datetimepicker .xdsoft_year {
  width: 56px; }

.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%; }

.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px; }

.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px; }

.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: #F5F5F5;
  border: 1px solid #DDDDDD;
  color: #666666;
  font-size: 12px;
  text-align: right;
  padding: 0px;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px; }

.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #F1F1F1; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #0063a6; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #0063a6;
  box-shadow: #0063a6 0px 1px 3px 0px inset;
  color: #fff;
  font-weight: 700; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.5; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2; }

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #267ab3 !important;
  box-shadow: none !important; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit !important;
  background: inherit !important;
  box-shadow: inherit !important; }

.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default; }

.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px; }

.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important; }

.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important; }

.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc; }

.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px; }

.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  cursor: pointer; }

.xdsoft_scroller_box {
  position: relative; }

label.login-label {
  float: left;
  background: #e2e2e2;
  padding: 8px 10px; }

div.login-username {
  display: table;
  padding: 8px 10px;
  font-size: 15pt;
  font-weight: bold;
  line-height: 1em; }

.login-button {
  width: 300px; }

.tx-powermail .powermail_fieldset .powermail_tab_navigation .powermail_tab_navigation_next, .tx-powermail .powermail_fieldset .powermail_tab_navigation .powermail_tab_navigation_previous {
  background-color: #aaa;
  border: 1px solid #bbb;
  color: white;
  display: inline-block;
  font-weight: bold;
  padding: 5px 30px;
  text-decoration: none; }

.tx-powermail .powermail_fieldset .powermail_tab_navigation .powermail_tab_navigation_next:hover, .tx-powermail .powermail_fieldset .powermail_tab_navigation .powermail_tab_navigation_previous:hover {
  background-color: #267ab3; }

.tx-powermail .powermail_fieldset .powermail_tab_navigation .powermail_tab_navigation_next {
  float: right; }

.tx-powermail .powermail_tab_navigation {
  border-top: 1px solid #ddd;
  padding-top: 10px;
  margin-top: 10px; }

.tx-powermail .powermail_morestep fieldset {
  padding: 1em;
  border: 1px solid #ddd;
  clear: both; }

.tx-powermail legend {
  display: none; }

.tx-powermail ul.powermail_tabmenu {
  list-style: outside none none;
  padding-left: 0; }

.tx-powermail ul.powermail_tabmenu li {
  float: left;
  padding: 10px 15px;
  background-color: #fff;
  color: #0063a6;
  cursor: pointer; }

.tx-powermail ul.powermail_tabmenu li:hover {
  background-color: #f2f2f2;
  border-color: #f2f2f2 #f2f2f2 #ddd; }

.tx-powermail ul.powermail_tabmenu li.act {
  margin-bottom: -1px;
  color: #a4a4a4;
  cursor: default;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #ddd #ddd transparent;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px 4px 0 0; }

.tx-powermail ul.powermail_tabmenu li.act:hover {
  background-color: #fff;
  border-color: #ddd #ddd transparent; }

.powermail_confirmation .btn-gray {
  background: #a4a4a4;
  border: 0 none;
  color: white;
  display: block;
  padding: 5px 15px;
  width: 98%;
  text-transform: uppercase; }

.powermail_confirmation .btn-gray:hover {
  background-color: #267ab3; }

.powermail_fieldset.nolabel > legend {
  display: none; }

.powermail_fieldwrap.nolabel > label {
  visibility: hidden; }
.powermail_fieldwrap.nolabel > fieldset > legend {
  visibility: hidden; }

/********************** END FORMS.scss ********************/
/********************** SOCIAL.scss ********************/
.btn-group-social {
  margin-top: 10px; }
  .btn-group-social .btn-social {
    color: #bdbdbd;
    background-color: #ffffff;
    font-size: 18pt;
    border: none;
    border-radius: 0 !important;
    margin-right: 2px;
    padding: 0;
    min-width: 45px;
    min-height: 45px; }
  .btn-group-social .btn-social:hover {
    background-color: #0063a6;
    color: white; }
  .btn-group-social .btn-blog span {
    font-size: 1.4em;
    line-height: 18pt;
    padding-left: 10px;
    padding-right: 10px; }

.social-media-header {
  margin-bottom: 55px; }
  .social-media-header h1 {
    font-weight: 500; }

.social-post-generic, .social-post-facebook, .social-post-twitter, .social-post-youtube, .social-post-blog {
  margin-bottom: 70px; }
  .social-post-generic .header, .social-post-facebook .header, .social-post-twitter .header, .social-post-youtube .header, .social-post-blog .header {
    color: white;
    height: 19px;
    line-height: 19px;
    font-size: 10pt;
    padding-left: 5px; }
    .social-post-generic .header .social-icon, .social-post-facebook .header .social-icon, .social-post-twitter .header .social-icon, .social-post-youtube .header .social-icon, .social-post-blog .header .social-icon {
      float: right;
      width: 26px;
      border-left: 7px white solid;
      text-align: center; }
    .social-post-generic .header .social-blog-icon, .social-post-facebook .header .social-blog-icon, .social-post-twitter .header .social-blog-icon, .social-post-youtube .header .social-blog-icon, .social-post-blog .header .social-blog-icon {
      width: 40px; }
      .social-post-generic .header .social-blog-icon span, .social-post-facebook .header .social-blog-icon span, .social-post-twitter .header .social-blog-icon span, .social-post-youtube .header .social-blog-icon span, .social-post-blog .header .social-blog-icon span {
        font-size: 1.3em;
        line-height: 10pt; }
  .social-post-generic .social-post, .social-post-facebook .social-post, .social-post-twitter .social-post, .social-post-youtube .social-post, .social-post-blog .social-post {
    padding: 16px 7px 7px 7px;
    background-color: #f2f2f2; }
    .social-post-generic .social-post h3, .social-post-facebook .social-post h3, .social-post-twitter .social-post h3, .social-post-youtube .social-post h3, .social-post-blog .social-post h3 {
      font-size: 12pt;
      margin-top: 15px;
      margin-bottom: 8px;
      font-weight: 500; }
    .social-post-generic .social-post p, .social-post-facebook .social-post p, .social-post-twitter .social-post p, .social-post-youtube .social-post p, .social-post-blog .social-post p {
      margin-bottom: 0; }
  .social-post-generic .social-source, .social-post-facebook .social-source, .social-post-twitter .social-source, .social-post-youtube .social-source, .social-post-blog .social-source {
    background: white url('../IMG/social-arrow.png?1535542505') no-repeat;
    background-position: 12px top; }
    .social-post-generic .social-source img, .social-post-facebook .social-source img, .social-post-twitter .social-source img, .social-post-youtube .social-source img, .social-post-blog .social-source img {
      min-height: 80px; }
    .social-post-generic .social-source .social-avatar, .social-post-facebook .social-source .social-avatar, .social-post-twitter .social-source .social-avatar, .social-post-youtube .social-source .social-avatar, .social-post-blog .social-source .social-avatar {
      margin-top: 15px;
      margin-left: 10px;
      margin-right: 10px; }
    .social-post-generic .social-source .username, .social-post-facebook .social-source .username, .social-post-twitter .social-source .username, .social-post-youtube .social-source .username, .social-post-blog .social-source .username {
      padding-top: 28px;
      color: #0063a6;
      font-size: 10pt; }
      .social-post-generic .social-source .username .stats, .social-post-facebook .social-source .username .stats, .social-post-twitter .social-source .username .stats, .social-post-youtube .social-source .username .stats, .social-post-blog .social-source .username .stats {
        color: #333333; }

.social-post-facebook .header {
  background-color: #465d94; }

.social-post-twitter .header {
  background-color: #5ca9dd; }

.social-post-youtube .header {
  background-color: #c13752; }

.social-post-blog .header {
  background-color: #e59d2e; }

.social-media-list {
  display: block;
  list-style: none;
  margin-bottom: 52px;
  margin-top: 36px;
  padding-left: 0;
  padding-top: 3pt;
  border-top: 1px solid #bdbdbd; }
  .social-media-list > li {
    float: left;
    font-size: 14pt;
    text-align: center; }
    .social-media-list > li > a {
      padding-top: 8px;
      display: inline-block;
      min-width: 43px;
      min-height: 43px;
      color: #0063a6; }
      @media (max-width: 1199px) {
        .social-media-list > li > a {
          min-width: 38px;
          min-height: 38px; } }
  .social-media-list > li:hover {
    background-color: #0063a6; }
    .social-media-list > li:hover > a {
      text-decoration: none;
      color: white; }

/********************** END SOCIAL.scss ********************/
.image-preview-input {
  position: relative;
  overflow: hidden;
  margin: 0 0 0 10px !important;
  padding-left: 12px;
  color: #FFF;
  font-weight: 300;
  text-transform: uppercase;
  border-radius: 0;
  background-color: #a4a4a4;
  border-color: transparent; }

.image-preview-input:hover {
  color: #FFF;
  background-color: #0063a6;
  border-color: transparent; }

.image-preview-input input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0); }

.image-preview-input-title {
  margin-left: 2px; }

.image-preview-clear {
  margin: 0 0 0 10px !important;
  padding-left: 12px;
  margin: 0 0 0 10px !important;
  padding-left: 12px;
  color: #FFF;
  font-weight: 300;
  text-transform: uppercase;
  border-radius: 0;
  background-color: #a4a4a4;
  border-color: transparent; }

.image-preview-clear:hover {
  color: #FFF;
  background-color: #0063a6;
  border-color: transparent; }

/********************** APPLICATION.scss ********************/
@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
.lead, .lead-p {
  font-size: 15pt;
  font-weight: 300; }
  @media (max-width: 767px) {
    .lead, .lead-p {
      font-size: 12pt;
      font-weight: 500; } }

.lead-p {
  font-size: 12pt;
  color: #4c4c4c;
  font-weight: 400; }

figure.image-container p {
  margin: 0; }

body {
  font-weight: 300;
  padding-top: 134px;
  transition: padding-top 0.2s ease-in-out;
  text-rendering: optimizeLegibility; }
  @media (max-width: 991px) {
    body {
      padding-top: 62px; } }

.content h1 {
  margin-top: 0; }
  @media (max-width: 767px) {
    .content h1 {
      font-size: 25pt; } }
.content h2 {
  margin-top: 0;
  margin-bottom: 15px; }
  @media (max-width: 767px) {
    .content h2 {
      font-size: 18pt; } }
.content h3 {
  margin-top: 0; }
.content h4, .content h5, .content h6 {
  margin-top: 0;
  font-style: italic; }
.content hr.content-divider {
  border-bottom: solid 1px #bdbdbd;
  margin: 0; }
.content ul.releated-links-content > li {
  background: #0063a6;
  margin-left: 2px;
  width: 100%; }
  .content ul.releated-links-content > li > a {
    color: white;
    padding-top: 1px;
    padding-bottom: 1px; }
    .content ul.releated-links-content > li > a:hover {
      border-radius: 0;
      background: #a4a4a4; }
    .content ul.releated-links-content > li > a:after {
      color: white; }

.content-element:not(:last-child) {
  padding-bottom: 42px; }

.content-element {
  padding-top: 42px; }

.first-element-space {
  padding-top: 30px; }
  @media (min-width: 992px) {
    .first-element-space {
      padding-top: 60px; } }

.content-element-margin {
  margin-bottom: 30px; }
  @media (min-width: 992px) {
    .content-element-margin {
      margin-bottom: 60px; } }

.content-element-margin-small {
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .content-element-margin-small {
      margin-bottom: 30px; } }

.content-element-margin-zero {
  margin-bottom: 0px; }

.tx-wecmap-pi1 {
  margin-bottom: 30px; }
  @media (min-width: 992px) {
    .tx-wecmap-pi1 {
      margin-bottom: 60px; } }

@media (max-width: 767px) {
  .social_share_privacy_area li {
    float: none !important; } }

.align-right {
  text-align: right; }

.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.align-justify {
  text-align: justify; }

.indent {
  margin-left: 35px; }

td.valign-top {
  vertical-align: top !important; }

td.valign-middle {
  vertical-align: middle !important; }

td.valign-bottom {
  vertical-align: bottom !important; }

th.valign-top {
  vertical-align: top !important; }

th.valign-middle {
  vertical-align: middle !important; }

th.valign-bottom {
  vertical-align: bottom !important; }

/********************** END APPLICATION.scss ********************/
/******** MENU.scss ***************/
@media (max-width: 1199px) {
  div.vertical-nav {
    font-size: 10pt; } }
div.vertical-nav ul {
  list-style: none;
  margin: 0px;
  padding: 0px; }
div.vertical-nav li {
  margin: 0px;
  padding: 0px;
  display: block;
  background-color: #dddddd; }
div.vertical-nav li a {
  display: block;
  border-bottom: 2px solid #dddddd; }
div.vertical-nav li a:hover {
  text-decoration: none; }
div.vertical-nav li a {
  color: white;
  background-color: #909090; }
div.vertical-nav li a:hover {
  background-color: #267ab3;
  color: white; }
div.vertical-nav li a.act {
  background-color: #0063a6; }
div.vertical-nav li a.act:hover {
  background-color: #267ab3; }
div.vertical-nav a.level1 {
  padding: 3px 30px 3px 10px; }
div.vertical-nav a.level1.act {
  font-weight: 400; }
div.vertical-nav a.level2 {
  padding: 3px 6px 3px 10px;
  margin: 0 0 0 10px;
  text-transform: none; }
div.vertical-nav a.level2.act {
  background-color: #0063a6;
  color: white; }
div.vertical-nav a.level3 {
  padding: 3px 6px 3px 10px;
  margin: 0 0 0 20px;
  text-transform: none; }
div.vertical-nav a.level3.act {
  background-color: #0063a6;
  color: white; }
div.vertical-nav a.level1.sub:after {
  font-family: "icomoon";
  position: absolute;
  right: 24px;
  vertical-align: middle;
  content: "";
  color: white; }
div.vertical-nav h2 a:after {
  content: none !important; }

@media (max-width: 767px) {
  #nav-container {
    padding-left: 0px;
    padding-right: 0px; } }

div.navbar-clearer {
  margin-top: 92px; }

.navbar-uni-generic, .navbar-uni, .navbar-uni-mobile {
  font-size: 10.5pt;
  margin-bottom: 0;
  transition: margin-top 0.2s ease-in-out;
  margin-right: 15px;
  z-index: 3; }
  @media (max-width: 1199px) {
    .navbar-uni-generic, .navbar-uni, .navbar-uni-mobile {
      font-size: 10pt; } }
  @media (max-width: 767px) {
    .navbar-uni-generic, .navbar-uni, .navbar-uni-mobile {
      margin-top: 0;
      margin-bottom: 0; } }

.navbar-right {
  margin-right: 0; }

.navbar-uni {
  margin-right: 0; }
  .navbar-uni .navbar-nav > li {
    z-index: 10;
    background-color: #909090;
    border-left: 1px solid white; }
    .navbar-uni .navbar-nav > li > a {
      color: white;
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 3.8px;
      padding-bottom: 3px;
      font-weight: 300;
      font-size: 11pt; }
      .navbar-uni .navbar-nav > li > a:hover {
        background-color: #267ab3 !important;
        color: white; }
  .navbar-uni .nav, .navbar-uni .nav-pills-top, .navbar-uni .nav-pills-top-mobile, .navbar-uni .collapse, .navbar-uni .dropup, .navbar-uni .dropdown {
    position: static; }
  .navbar-uni .container {
    position: relative; }
  .navbar-uni .dropdown-menu {
    left: auto;
    background-color: #f2f2f2;
    background-color: #0063a6;
    border: none;
    border-radius: 0; }
  .navbar-uni .full-width {
    left: 50% !important; }
    @media (min-width: 768px) {
      .navbar-uni .full-width {
        width: 750px;
        margin-left: -375px; } }
    @media (min-width: 992px) {
      .navbar-uni .full-width {
        width: 970px;
        margin-left: -485px; } }
    @media (min-width: 1200px) {
      .navbar-uni .full-width {
        width: 1310px;
        margin-left: -650px; } }
    .navbar-uni .full-width .menu-content {
      padding-left: 80px;
      padding-right: 80px;
      margin-bottom: 100px; }
      .navbar-uni .full-width .menu-content h2 {
        color: #0063a6; }
      .navbar-uni .full-width .menu-content h3 {
        background: url('../IMG/verlauf-weiss.png?1535542505') no-repeat left bottom;
        font-size: 13.5pt;
        color: #FFF; }
      .navbar-uni .full-width .menu-content .icon-extern {
        color: #d2d2d2; }
      .navbar-uni .full-width .menu-content ul {
        list-style: none;
        padding-left: 0; }
        .navbar-uni .full-width .menu-content ul li {
          margin-bottom: 17px; }
          .navbar-uni .full-width .menu-content ul li a {
            font-size: 11pt;
            color: #FFF;
            word-wrap: break-word; }
        .navbar-uni .full-width .menu-content ul li:before {
          content: "";
          font-family: 'icomoon';
          font-size: 0.75em;
          margin-right: 5px;
          color: #d2d2d2; }
        .navbar-uni .full-width .menu-content ul li:last-child {
          margin-bottom: 0; }
      .navbar-uni .full-width .menu-content .menu-top {
        height: 100px;
        line-height: 22pt; }
        .navbar-uni .full-width .menu-content .menu-top .menu-top-text {
          color: #FFF;
          vertical-align: middle;
          text-transform: uppercase; }
        .navbar-uni .full-width .menu-content .menu-top .big {
          font-size: 22pt; }
        .navbar-uni .full-width .menu-content .menu-top img {
          margin-left: 15px;
          margin-right: 15px; }

div.hmenu div.empty {
  min-height: 31px; }

li.csc-section::before {
  content: "" !important;
  color: #7b7b7b;
  font-size: 9pt;
  line-height: 16.5pt; }

div.csc-section-heading {
  padding: 4px 10px;
  background-color: #0063a6 !important;
  color: #ffffff !important;
  font-size: 1em !important; }

div.panel-csc-section {
  background-color: #f2f2f2; }

ul.csc-menu-3 {
  padding: 0 10px; }

li.csc-section {
  text-indent: 0 !important; }

/********************** CAROUSEL.scss ********************/
.carousel .left-preview {
  text-align: center;
  background-size: cover;
  transition: background-image 0.2s ease-in-out; }
  @media (min-width: 768px) {
    .carousel .left-preview {
      margin-right: -15px; } }
.carousel .right-preview {
  text-align: center;
  background-size: cover;
  transition: background-image 0.2s ease-in-out; }
  @media (min-width: 768px) {
    .carousel .right-preview {
      margin-left: -15px; } }
.carousel .left-column {
  padding-right: 5px; }
.carousel .right-column {
  padding-left: 5px; }
@media (max-width: 767px) {
  .carousel .image-column {
    padding-right: 0 !important;
    padding-left: 0 !important; } }
.carousel .carousel-inner > .item figure.image-container {
  background-color: #a4a4a4; }
.carousel .carousel-inner > .item img {
  margin: 0 auto; }
.carousel .gallery-preview a {
  display: block;
  color: white; }
  .carousel .gallery-preview a span {
    position: relative; }
.carousel .picture-index {
  color: #0063a6;
  font-weight: 400; }
.carousel h1, .carousel h3, .carousel h4, .carousel h5, .carousel h6 {
  margin-bottom: 0; }
.carousel .right-uni-control {
  left: auto;
  right: 0; }

.carousel-control {
  opacity: 0.7;
  text-shadow: 2px 2px 1px black; }
  .carousel-control > .icon-right, .carousel-control > .icon-left {
    font-size: 40px;
    height: 40px;
    margin-top: -25px;
    width: 40px; }

#carousel-header-slider {
  margin: auto;
  width: 1300px; }
  @media (max-width: 1300px) {
    #carousel-header-slider {
      width: 100%; } }
  @media (min-width: 768px) {
    #carousel-header-slider .carousel-small {
      width: 62%;
      margin-left: 38%; } }
  #carousel-header-slider .carousel-caption {
    height: 340px;
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
    width: 38%;
    background-color: rgba(0, 99, 166, 0.9);
    text-align: left;
    z-index: 4;
    font-size: 12pt;
    line-height: 14pt;
    font-weight: 300;
    color: white;
    padding: 80px 0 0 50px;
    /*@media (max-width: $screen-sm-max) {
        padding: 30px 0 0 50px;
        font-size: 18pt;
    }*/ }
    #carousel-header-slider .carousel-caption a {
      color: white; }
    #carousel-header-slider .carousel-caption a:hover {
      text-decoration: none; }
    @media (max-width: 1199px) {
      #carousel-header-slider .carousel-caption {
        padding: 60px 0 0 50px; } }
    @media (max-width: 767px) {
      #carousel-header-slider .carousel-caption {
        font-size: 16pt;
        line-height: 22pt;
        top: 200px;
        padding: 8px 0 0 10px;
        width: 100%;
        height: 64px !important;
        overflow: hidden; } }
  #carousel-header-slider .carousel-indicators {
    left: 0;
    margin-left: 54px;
    text-align: left;
    margin-bottom: 20px;
    z-index: 5;
    /*@media (max-width: $screen-sm-max) {
        margin-bottom: 0px;
    }*/ }
    @media (max-width: 991px) {
      #carousel-header-slider .carousel-indicators {
        margin-bottom: -20px;
        margin-left: 12px; } }
    #carousel-header-slider .carousel-indicators li {
      border-radius: 0;
      background: #a4a4a4;
      height: 13px;
      width: 13px; }
    #carousel-header-slider .carousel-indicators li.active {
      background: white;
      height: 15px;
      width: 15px; }
  #carousel-header-slider .caption-title {
    font-weight: 400;
    font-size: 30pt;
    margin-right: 20px;
    margin-bottom: 15pt;
    /*@media (max-width: $screen-sm-max) {
        font-size: 20pt;
    }*/ }
    @media (min-width: 1200px) {
      #carousel-header-slider .caption-title {
        line-height: 40px; } }
    @media (max-width: 1199px) {
      #carousel-header-slider .caption-title {
        line-height: 24pt;
        font-size: 20pt; } }
    @media (max-width: 991px) {
      #carousel-header-slider .caption-title {
        font-size: 14pt;
        line-height: 18pt;
        font-weight: normal;
        margin-bottom: 0; } }
  @media (max-width: 991px) {
    #carousel-header-slider .caption-description {
      font-size: 12pt;
      line-height: 14pt;
      overflow: hidden;
      text-overflow: ellipsis;
      padding-right: 8px;
      margin-right: 20px; } }
  #carousel-header-slider .carousel-inner .image-container p {
    margin: 0 !important; }

#carousel-header-slider-stop {
  height: 15px !important;
  width: 15px !important;
  margin: 0px !important;
  background-image: url("../IMG/stop.png") !important; }

#carousel-header-slider-play {
  height: 15px !important;
  width: 15px !important;
  margin: 0px !important;
  background-image: url("../IMG/play.png") !important; }

@media (max-width: 992px) {
  .carousel-indicators {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 15;
    text-align: center; }

  .carousel-mobile {
    margin-bottom: 64px; }

  .caption-description {
    font-weight: 400;
    font-size: 16pt; }

  #carousel-header-captions {
    margin-bottom: 90px;
    position: static; } }
/********************** END CAROUSEL.scss ********************/
/********************** NEWS.scss ********************/
.news-box {
  margin-bottom: 60px; }

.news-media-container {
  padding-left: 5px; }

.article-date {
  margin-bottom: 14px; }

.teaser {
  font-weight: 400;
  font-size: 13.4pt; }

.news-rel-files {
  padding: 15px;
  border: 1px solid #eee;
  margin-bottom: 15px; }

.news-rel {
  margin-bottom: 30px; }

.news-rel h2 {
  margin-bottom: 10px;
  font-size: 17pt; }

.news-single-content h2 {
  font-size: 17pt;
  margin-bottom: 12px; }

.news-links {
  list-style-type: none; }

.news-pagination-container {
  height: 2em;
  vertical-align: bottom; }

.news-pagination {
  float: right;
  font-size: 12pt;
  height: 100%;
  vertical-align: bottom; }

.pagination-underline {
  border-bottom: 1px solid #bdbdbd;
  padding-bottom: 2px;
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 12px; }

.news .article h3 {
  margin-bottom: 10px; }

h2.news-header {
  float: left;
  margin-bottom: 0;
  vertical-align: bottom;
  display: inline-block;
  box-sizing: border-box; }

.news-pagination-container:after, .news-pagination:after, .news-header:after {
  height: 100%;
  content: '';
  font-size: 0;
  vertical-align: bottom;
  display: inline-block;
  box-sizing: border-box; }

.news-date {
  position: relative;
  background: #a4a4a4;
  width: 100%; }

.news-date p {
  position: absolute;
  top: 15px;
  left: 0px;
  width: 6.2em;
  background-color: #196ca1;
  background-color: rgba(25, 108, 161, 0.7);
  color: white;
  padding-left: 6px;
  text-align: left; }

.browseBox {
  margin-right: 15px; }

.news-img {
  margin-bottom: 15px; }

.preview-color-intern {
  background-color: #196ca1;
  background-color: rgba(25, 108, 161, 0.7); }

.icon-pagination-next:before {
  content: "\e62c";
  font-size: 0.8em; }

.icon-pagination-prev:before {
  content: "\e630";
  font-size: 0.8em; }

.icon-pagination-first:before {
  content: "\e640";
  font-size: 0.8em; }

.icon-pagination-last:before {
  content: "\e641";
  font-size: 0.8em; }

.category {
  text-transform: uppercase;
  font-size: 9pt;
  overflow: hidden;
  max-height: 14pt;
  line-height: 14pt; }

.category-intern, .category-intern-strecke {
  background: #196ca1;
  width: 10px;
  height: 4px; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
  max-width: 100%; }

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* EVENT-CALENDAR */
ul.event-pager {
  list-style-type: none;
  padding: 0;
  margin: 0 0 0 0;
  text-align: center; }

ul.event-pager li {
  display: inline; }

#event-table {
  border-collapse: separate;
  border-spacing: 2px;
  border: 1px solid #7b7b7b; }

#event-table tr.title th {
  border-bottom: 1px solid #7b7b7b; }

td.curmonth {
  background-color: #0093be;
  padding: 2px; }

td.today {
  /*background: none repeat scroll 0 0 #0063a6;*/
  background-color: #7b7b7b; }

#event-table td {
  color: white;
  padding: 4px;
  vertical-align: middle;
  text-align: center; }

@media screen and (min-width: 991px) and (max-width: 1199px) {
  #event-table td, #event-table th {
    font-size: 0.8m;
    padding: 0; } }
#event-table td a {
  color: white;
  text-decoration: underline; }

#event-table tbody tr th {
  padding: 5px; }

.termin {
  display: none; }

ul.infos {
  list-style-type: none; }

/********************** END NEWS.scss ********************/
.tx-irfaq-pi1 ul.tx-irfaq-questions-list {
  margin-bottom: 75px; }

.tx-irfaq-pi1 ul li a p.bodytext {
  display: inline;
  font-weight: bold;
  margin: 0; }

.tx-irfaq-pi1 ul li a {
  text-decoration: none; }

.tx-irfaq-pi1 ul li a:hover {
  text-decoration: underline; }

.tx-irfaq-pi1 .tx-irfaq-answer {
  margin-bottom: 10px; }

.tx-irfaq-pi1 .tx-irfaq-answer h4 p.bodytext {
  display: inline;
  font-weight: bold;
  margin: 0; }

.tx-irfaq-pi1 dt p {
  display: inline;
  font-weight: bold;
  margin: 0; }

.tx-irfaq-pi1 dd {
  margin-left: 15px; }

.tx-irfaq-pi1 dd p {
  margin-top: 0; }

.tx-irfaq-pi1 .additional-info {
  border-top: 1px solid #e4e4e4;
  margin-bottom: 10px; }

.tx-irfaq-pi1 .irfaq-related-faq, .tx-irfaq-pi1 .irfaq-related-links {
  margin-bottom: 15px;
  margin-top: 3px;
  padding-bottom: 0;
  padding-top: 0; }

.tx-irfaq-cleaner {
  clear: left;
  height: 1px; }

.tx-irfaq-dynheader {
  cursor: pointer;
  overflow: hidden; }

tx-irfaq-dynheader a {
  display: table-cell; }

.tx-irfaq-dynans-hidden {
  display: none; }

.tx-irfaq-dynans-visible {
  display: inline; }

.tx-irfaq-toggle-plus {
  background: transparent url("/typo3conf/ext/irfaq/res/plus.gif") no-repeat scroll left center;
  padding-left: 15px; }

.tx-irfaq-toggle-minus {
  background: transparent url("/typo3conf/ext/irfaq/res/minus.gif") no-repeat scroll left center;
  padding-left: 15px; }

.tx-irfaq-toggle-all-hide, .tx-irfaq-toggle-all-show {
  background: transparent none repeat scroll 0 0;
  color: #0063a6;
  border: medium none;
  cursor: pointer; }

[class^="tx-irfaq-toggle-"], .tx-irfaq-dynheader {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.tx-irfaq-toggle-plus {
  background: none; }

.tx-irfaq-toggle-plus:before {
  content: "\e626";
  font-size: 0.5em;
  font-family: 'icomoon'; }

.tx-irfaq-toggle-minus {
  background: none; }

.tx-irfaq-toggle-minus:before {
  content: "\e625";
  font-size: 0.5em;
  font-family: 'icomoon'; }

.tx-irfaq-toggle-faq:before {
  content: "\e61c";
  font-family: 'icomoon'; }

.panel-irfaq {
  margin-bottom: 0.3em; }

.panel-default > .panel-heading {
  color: #0063a6;
  font-size: 1.2em; }

.irfaq-search-form .btn-submit {
  width: 98%; }

/********************** MOBILE.scss ********************/
@media (max-width: 992px) {
  .container {
    width: auto; }

  .right-border {
    margin-top: 25px; }

  #carousel-header-slider {
    margin-bottom: 85px; }

  .breadcrumb-page-container {
    margin-top: 0px; }

  .menu-header-mobile {
    background-color: #FFFFFF;
    margin: 0;
    margin-left: -15px;
    padding-bottom: 10px;
    margin-bottom: 0; }

  .menu-header-mobile img {
    padding-left: 15px; }

  .navbar-toggle.menu-open {
    position: absolute;
    top: 25px;
    right: 30px;
    font-size: 18pt;
    color: #4c4c4c; }

  .icon-cross::before {
    border: 3px solid #4c4c4c;
    border-radius: 50%;
    padding: 5px; }

  .navbar-toggle {
    position: fixed;
    margin: 0;
    top: 55px;
    padding: 0;
    right: 15px;
    z-index: 9000; }

  .icon-mainmenue::before {
    color: #4c4c4c;
    padding: 5px;
    background-color: rgba(255, 255, 255, 0.8); }

  .navbar-uni-mobile .navbar-nav > li > a.link-text {
    text-transform: none; }

  #top-row {
    position: static; }

  body {
    padding-top: 0px; }

  .container-mobile {
    position: static;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%; }

  #menu-container-mobile {
    display: none;
    position: fixed;
    top: 0;
    left: 500px;
    background-color: #909090;
    z-index: 10000;
    padding-right: 0;
    height: 100%;
    width: 100%;
    overflow: auto; }
    #menu-container-mobile img {
      margin-top: 10px; }

  #menu-container-mobile .header-text a {
    color: #FFFFFF;
    position: relative;
    top: 10px;
    margin-right: 70px;
    margin-left: 0px;
    font-size: 16pt; }

  .header-text-container-mobile {
    margin-top: 15px; }
    .header-text-container-mobile .header-text a {
      display: table-cell;
      padding-left: 20px; }

  .header-container-mobile {
    margin-top: 10px; }

  .header-text {
    clear: both;
    padding-left: 0px;
    margin-left: 0px;
    font-size: 14pt;
    font-weight: 500;
    width: auto;
    height: auto;
    line-height: normal; }

  .header-text::before {
    display: inline-block;
    font-family: "icomoon";
    content: "";
    color: #a4a4a4;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10pt; }

  .toprow-mobile {
    padding-right: 0px; }

  #quicklinks-top-mobile {
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: auto;
    display: none;
    background: #0063a6;
    padding-bottom: 5px;
    margin-right: 0;
    margin-top: 0;
    z-index: 10000;
    color: white;
    padding: 10px; }
    #quicklinks-top-mobile > a, #quicklinks-top-mobile a:hover, #quicklinks-top-mobile a:focus, #quicklinks-top-mobile a:active {
      text-decoration: none; }
    #quicklinks-top-mobile > .quicklinks-open {
      position: absolute;
      right: 32px;
      top: 15px;
      font-size: 18pt; }
    #quicklinks-top-mobile .pull-right.icon-navi-close {
      position: absolute;
      right: 40px; }
    #quicklinks-top-mobile .pull-right.icon-navi-open {
      position: absolute;
      right: 40px; }
    #quicklinks-top-mobile .quicklinks-mobile-menu {
      margin-top: 50px; }
    #quicklinks-top-mobile ul.indent > li a > span:before {
      display: inline-block;
      min-width: 20px; }
    #quicklinks-top-mobile a {
      color: white; }
    #quicklinks-top-mobile ul {
      list-style-type: none;
      padding: 0px;
      margin-left: -5px; }
      #quicklinks-top-mobile ul li {
        padding-left: 5px; }
      #quicklinks-top-mobile ul li:hover {
        background-color: white; }
        #quicklinks-top-mobile ul li:hover > a {
          color: #7b7b7b;
          text-decoration: none; }
    #quicklinks-top-mobile ul.indent > li a > span:before {
      display: inline-block;
      min-width: 20px; }

  /*.nav-pills-top-mobile li.open.quicklinks-btn-mobile{
       position: absolute;
       z-index:13000;
   }*/
  .nav-pills-top-mobile {
    height: 37px;
    float: left;
    width: 100%;
    background-color: #0063a6; }
    .nav-pills-top-mobile > .dropdown, .nav-pills-top-mobile .dropdown.open {
      border-right: 1px solid white; }
    .nav-pills-top-mobile > .quicklinks-btn-mobile > a, .nav-pills-top-mobile > .quicklinks-btn-mobile a:hover, .nav-pills-top-mobile > .quicklinks-btn-mobile a:active, .nav-pills-top-mobile > .quicklinks-btn-mobile a:focus {
      text-transform: none; }
    .nav-pills-top-mobile > li {
      height: 35px;
      width: auto;
      min-width: 74px;
      font-size: 11pt;
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 5px;
      margin: 0; }
      .nav-pills-top-mobile > li > a, .nav-pills-top-mobile > li a:hover, .nav-pills-top-mobile > li a:focus, .nav-pills-top-mobile > li a:active {
        min-width: 54px;
        text-align: center;
        color: white;
        text-transform: uppercase;
        background-color: #0063a6;
        border-bottom: none; }
      .nav-pills-top-mobile > li > a.focus {
        min-width: 54px;
        text-align: center;
        color: white;
        text-transform: uppercase;
        background-color: #0063a6; }
      .nav-pills-top-mobile > li > ul.dropdown-menu > li > a, .nav-pills-top-mobile > li > ul.dropdown-menu a:hover, .nav-pills-top-mobile > li > ul.dropdown-menu a:focus, .nav-pills-top-mobile > li > ul.dropdown-menu a:active {
        min-width: 35px;
        text-align: left;
        color: white;
        text-transform: none;
        background-color: #1a74b0;
        border-color: #1a74b0; }
    .nav-pills-top-mobile li.open {
      border: none; }
      .nav-pills-top-mobile li.open > ul.dropdown-menu > li > a, .nav-pills-top-mobile li.open > ul.dropdown-menu a:hover, .nav-pills-top-mobile li.open > ul.dropdown-menu a:focus, .nav-pills-top-mobile li.open > ul.dropdown-menu a:active {
        min-width: 35px;
        text-align: left;
        color: white;
        text-transform: none;
        background-color: #1a74b0;
        border: none; }
      .nav-pills-top-mobile li.open > a, .nav-pills-top-mobile li.open a:hover, .nav-pills-top-mobile li.open a:active, .nav-pills-top-mobile li.open a:focus {
        min-width: 54px;
        text-align: center;
        color: white;
        text-transform: uppercase;
        background-color: #0063a6;
        border: none;
        border-color: #1a74b0; }
    .nav-pills-top-mobile li.open.quicklinks-btn-mobile > a, .nav-pills-top-mobile li.open.quicklinks-btn-mobile a:hover, .nav-pills-top-mobile li.open.quicklinks-btn-mobile a:active, .nav-pills-top-mobile li.open.quicklinks-btn-mobile a:focus {
      text-transform: none; }
    .nav-pills-top-mobile .search-mobile, .nav-pills-top-mobile li.open.search-mobile {
      border-right: 1px solid white; }

  .dropdown-menu-lang {
    background-color: #1a74b0; }

  .navbar-header {
    position: relative;
    padding: 0px;
    margin: 0;
    font-size: 25pt; }

  .navbar-collapse {
    padding-right: 0px;
    padding-left: 10px; }

  .panel-body > ul > li {
    border-bottom: 1px solid #fff; } }
.panel-uni-quicklinks {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0px; }
  .panel-uni-quicklinks .panel-heading {
    border-bottom: 0;
    border-radius: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #0063a6;
    color: white;
    font-size: 14pt;
    line-height: 15pt; }
    .panel-uni-quicklinks .panel-heading + .panel-collapse > .panel-body {
      border: none;
      background-color: #0063a6;
      font-size: 11pt;
      padding: 4px 12px;
      border-top: 1px solid white; }
      .panel-uni-quicklinks .panel-heading + .panel-collapse > .panel-body > ul {
        list-style: none;
        padding: 10px;
        margin-top: 0;
        margin-bottom: 0; }
        .panel-uni-quicklinks .panel-heading + .panel-collapse > .panel-body > ul > li {
          padding-left: 0; }
          .panel-uni-quicklinks .panel-heading + .panel-collapse > .panel-body > ul > li > a {
            color: white; }

.panel-content-mobile-group {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0px; }
  .panel-content-mobile-group > .panel-mobile .panel-heading {
    border-bottom: 0;
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 5px;
    background-color: white;
    -webkit-box-shadow: 0px 10px 7px -10px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 10px 7px -10px rgba(0, 0, 0, 0.75); }
    .panel-content-mobile-group > .panel-mobile .panel-heading h2 {
      font-size: 18pt;
      margin-bottom: 0;
      color: #0063a6; }
      .panel-content-mobile-group > .panel-mobile .panel-heading h2 > a:hover {
        text-decoration: none; }
      .panel-content-mobile-group > .panel-mobile .panel-heading h2 .mobile-slider-icon {
        margin-top: 10px;
        color: #a4a4a4;
        font-size: 14px; }
    .panel-content-mobile-group > .panel-mobile .panel-heading + .panel-collapse > .panel-body {
      border-top: 1px solid white;
      border-bottom: 1px solid white; }

/****************** Mobile Menu ++++******************/
@media (max-width: 1199px) {
  .icon-navi-open:before, .icon-navi-close:before {
    left: 12px;
    position: relative; } }
.navbar-uni-mobile {
  clear: both;
  margin-right: 0; }
  .navbar-uni-mobile a:hover, .navbar-uni-mobile a:focus {
    background-color: #7b7b7b !important; }
  .navbar-uni-mobile li.dropdown-mobile.open a.link-text:hover, .navbar-uni-mobile li.dropdown-mobile.open a.link-text:focus {
    background-color: #0063a6 !important; }
  .navbar-uni-mobile li.dropdown-mobile.open a.toggle-icon:hover, .navbar-uni-mobile li.dropdown-mobile.open a.toggle-icon:focus {
    background-color: #0063a6 !important; }
  .navbar-uni-mobile a.act:hover, .navbar-uni-mobile a.act:focus {
    background-color: #0063a6 !important; }
  .navbar-uni-mobile .navbar-collapse {
    margin-top: 40px;
    min-height: none; }
    @media (min-width: 768px) {
      .navbar-uni-mobile .navbar-collapse {
        margin-top: 44px; } }
  .navbar-uni-mobile .navbar-nav {
    margin-top: 0; }
    .navbar-uni-mobile .navbar-nav > li {
      background-color: #7b7b7b;
      border-bottom: 1px solid white;
      margin-left: 1px;
      clear: both;
      min-height: 34px; }
      .navbar-uni-mobile .navbar-nav > li > a {
        color: #7b7b7b;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 6px;
        padding-bottom: 6px;
        font-size: 14pt;
        text-transform: uppercase;
        display: block;
        position: relative;
        line-height: 1; }
      .navbar-uni-mobile .navbar-nav > li > a.act {
        background-color: #0063a6; }
      .navbar-uni-mobile .navbar-nav > li > a.link-text {
        float: left;
        height: 32px;
        width: 100%;
        margin-bottom: 2px;
        color: white; }
      .navbar-uni-mobile .navbar-nav > li a.toggle-icon {
        position: absolute;
        right: 20px;
        color: white; }
    .navbar-uni-mobile .navbar-nav > li.act {
      background-color: #0063a6; }
    .navbar-uni-mobile .navbar-nav .dropdown-menu .section-header {
      padding-left: 10px;
      margin-top: 15px;
      font-weight: bold; }
    .navbar-uni-mobile .navbar-nav .dropdown-menu a {
      font-size: 11pt;
      padding-left: 10px !important; }
  .navbar-uni-mobile .dropdown-mobile ul {
    list-style: none;
    margin: 0px;
    padding: 0px; }
  .navbar-uni-mobile .dropdown-mobile li {
    margin: 0px;
    padding: 0px;
    display: block;
    text-transform: uppercase;
    background-color: #dddddd; }
  .navbar-uni-mobile .dropdown-mobile li a {
    display: block;
    border-bottom: 2px solid #dddddd;
    color: white !important;
    background-color: #909090; }
  .navbar-uni-mobile .dropdown-mobile li a:hover {
    text-decoration: none; }
  .navbar-uni-mobile .dropdown-mobile li a.act {
    background-color: #0063a6; }
  .navbar-uni-mobile .dropdown-mobile a.level1 {
    padding: 6px; }
  .navbar-uni-mobile .dropdown-mobile a.level1.act {
    padding: 6px;
    font-weight: 400; }
  .navbar-uni-mobile .dropdown-mobile a.level2 {
    padding: 6px 6px 6px 10px;
    margin: 0 0 0 20px;
    text-transform: none; }
  .navbar-uni-mobile .dropdown-mobile a.level2.act {
    background-color: #0063a6;
    color: white; }
  .navbar-uni-mobile .dropdown-mobile a.level3 {
    padding: 6px 6px 6px 14px;
    margin: 0 0 0 40px;
    text-transform: none; }
  .navbar-uni-mobile .dropdown-mobile a.level3.act {
    background-color: #0063a6;
    color: white; }
  .navbar-uni-mobile .dropdown-mobile a.level4 {
    padding: 6px 6px 6px 14px;
    margin: 0 0 0 60px;
    text-transform: none; }
  .navbar-uni-mobile .dropdown-mobile a.level4.act {
    background-color: #0063a6;
    color: white; }

/********************** END MOBILE.scss ********************/
