/*!
 * This file is part of the TYPO3 CMS project.
 *
 * It is free software; you can redistribute it and/or modify it under
 * the terms of the GNU General Public License, either version 2
 * of the License, or any later version.
 *
 * For the full copyright and license information, please read the
 * LICENSE.txt file that was distributed with this source code.
 *
 * The TYPO3 project - inspiring people to share!
 */
/*! 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;
}
/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../../../../../../typo3/sysext/t3skin/Resources/Public/Fonts/FontAwesome/fontawesome-webfont.eot?v=4.4.0');
  src: url('../../../../../../typo3/sysext/t3skin/Resources/Public/Fonts/FontAwesome/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('../../../../../../typo3/sysext/t3skin/Resources/Public/Fonts/FontAwesome/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('../../../../../../typo3/sysext/t3skin/Resources/Public/Fonts/FontAwesome/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('../../../../../../typo3/sysext/t3skin/Resources/Public/Fonts/FontAwesome/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('../../../../../../typo3/sysext/t3skin/Resources/Public/Fonts/FontAwesome/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right,
#typo3-docheader .right {
  float: right;
}
.pull-left,
#typo3-docheader .left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
@font-face {
  font-family: 'Share';
  src: url('../../../../../../typo3/sysext/t3skin/Resources/Public/Fonts/Share/share-bold-webfont.eot');
  src: url('../../../../../../typo3/sysext/t3skin/Resources/Public/Fonts/Share/share-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../../../../../../typo3/sysext/t3skin/Resources/Public/Fonts/Share/share-bold-webfont.woff') format('woff'), url('../../../../../../typo3/sysext/t3skin/Resources/Public/Fonts/Share/share-bold-webfont.ttf') format('truetype'), url('../../../../../../typo3/sysext/t3skin/Resources/Public/Fonts/Share/share-bold-webfont.svg#Share-BoldRegular') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Share';
  src: url('../../../../../../typo3/sysext/t3skin/Resources/Public/Fonts/Share/share-italic-webfont.eot');
  src: url('../../../../../../typo3/sysext/t3skin/Resources/Public/Fonts/Share/share-italic-webfont.eot?#iefix') format('embedded-opentype'), url('../../../../../../typo3/sysext/t3skin/Resources/Public/Fonts/Share/share-italic-webfont.woff') format('woff'), url('../../../../../../typo3/sysext/t3skin/Resources/Public/Fonts/Share/share-italic-webfont.ttf') format('truetype'), url('../../../../../../typo3/sysext/t3skin/Resources/Public/Fonts/Share/share-italic-webfont.svg#Share-ItalicRegular') format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Share';
  src: url('../../../../../../typo3/sysext/t3skin/Resources/Public/Fonts/Share/share-regular-webfont.eot');
  src: url('../../../../../../typo3/sysext/t3skin/Resources/Public/Fonts/Share/share-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../../../../../../typo3/sysext/t3skin/Resources/Public/Fonts/Share/share-regular-webfont.woff') format('woff'), url('../../../../../../typo3/sysext/t3skin/Resources/Public/Fonts/Share/share-regular-webfont.ttf') format('truetype'), url('../../../../../../typo3/sysext/t3skin/Resources/Public/Fonts/Share/share-regular-webfont.svg#Share-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Share';
  src: url('../../../../../../typo3/sysext/t3skin/Resources/Public/Fonts/Share/share-bolditalic-webfont.eot');
  src: url('../../../../../../typo3/sysext/t3skin/Resources/Public/Fonts/Share/share-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('../../../../../../typo3/sysext/t3skin/Resources/Public/Fonts/Share/share-bolditalic-webfont.woff') format('woff'), url('../../../../../../typo3/sysext/t3skin/Resources/Public/Fonts/Share/share-bolditalic-webfont.ttf') format('truetype'), url('../../../../../../typo3/sysext/t3skin/Resources/Public/Fonts/Share/share-bolditalic-webfont.svg#Share-BoldItalicRegular') format('svg');
  font-weight: bold;
  font-style: italic;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: #000000;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #212424;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #000000;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 2px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.5;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 18px;
  margin-bottom: 18px;
  border: 0;
  border-top: 1px solid #7a7a7a;
}
.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: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #737373;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 18px;
  margin-bottom: 9px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 9px;
  margin-bottom: 9px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 27px;
}
h2,
.h2 {
  font-size: 19px;
}
h3,
.h3 {
  font-size: 17px;
}
h4,
.h4 {
  font-size: 15px;
}
h5,
.h5 {
  font-size: 12px;
}
h6,
.h6 {
  font-size: 11px;
}
p {
  margin: 0 0 9px;
}
.lead {
  margin-bottom: 18px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 18px;
  }
}
small,
.small {
  font-size: 91%;
}
mark,
.mark {
  background-color: #fbefdd;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #737373;
}
.text-primary {
  color: #0078e6;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #005db3;
}
.text-success {
  color: #79a548;
}
a.text-success:hover,
a.text-success:focus {
  color: #5f8139;
}
.text-info {
  color: #6daae0;
}
a.text-info:hover,
a.text-info:focus {
  color: #4392d7;
}
.text-warning {
  color: #e8a33d;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #d88b1a;
}
.text-danger {
  color: #c83c3c;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #a32e2e;
}
.bg-primary {
  color: #fff;
  background-color: #0078e6;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #005db3;
}
.bg-success {
  background-color: #d1e2bd;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #b8d39a;
}
.bg-info {
  background-color: #ebf3fb;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #c1dbf2;
}
.bg-warning {
  background-color: #fbefdd;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f6d9af;
}
.bg-danger {
  background-color: #efc7c7;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e49f9f;
}
.page-header {
  padding-bottom: 8px;
  margin: 36px 0 18px;
  border-bottom: 1px solid #f5f5f5;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 9px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 18px;
}
dt,
dd {
  line-height: 1.5;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 70px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 90px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #d7d7d7;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 9px 18px;
  margin: 0 0 18px;
  font-size: 15px;
  border-left: 5px solid #f5f5f5;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.5;
  color: #d7d7d7;
}
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 #f5f5f5;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 18px;
  font-style: normal;
  line-height: 1.5;
}
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: 2px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 2px;
  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: 8.5px;
  margin: 0 0 9px;
  font-size: 11px;
  line-height: 1.5;
  word-break: break-all;
  word-wrap: break-word;
  color: #5a5a5a;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 2px;
}
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;
}
@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;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.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-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 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-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: #fafafa;
}
caption {
  padding-top: 6px;
  padding-bottom: 6px;
  color: #737373;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 18px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 6px;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #cccccc;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #cccccc;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #cccccc;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 6px;
}
.table-bordered {
  border: 1px solid #cccccc;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #cccccc;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f7f7f7;
}
.table-hover > tbody > tr:hover {
  background-color: #ededed;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #ededed;
}
.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: #e0e0e0;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #d1e2bd;
}
.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: #c4dbab;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #ebf3fb;
}
.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: #d6e7f6;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fbefdd;
}
.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: #f8e4c6;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #efc7c7;
}
.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: #eab3b3;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 13.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #cccccc;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 18px;
  font-size: 18px;
  line-height: inherit;
  color: #5a5a5a;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 12px;
  line-height: 1.5;
  color: #333333;
}
.form-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 6px;
  font-size: 12px;
  line-height: 1.5;
  color: #333333;
  background-color: #fefefe;
  background-image: none;
  border: 1px solid #bbbbbb;
  border-radius: 2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #aaaaaa;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(170, 170, 170, 0.6);
}
.form-control::-moz-placeholder {
  color: #d7d7d7;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #d7d7d7;
}
.form-control::-webkit-input-placeholder {
  color: #d7d7d7;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #f5f5f5;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 32px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 26px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 41.2px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 18px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 30px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 26px;
  padding: 4px 4px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 2px;
}
select.input-sm {
  height: 26px;
  line-height: 26px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 26px;
  padding: 4px 4px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 2px;
}
.form-group-sm select.form-control {
  height: 26px;
  line-height: 26px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 26px;
  min-height: 29px;
  padding: 5px 4px;
  font-size: 11px;
  line-height: 1.5;
}
.input-lg {
  height: 41.2px;
  padding: 12px 12px;
  font-size: 15px;
  line-height: 1.3333333;
  border-radius: 2px;
}
select.input-lg {
  height: 41.2px;
  line-height: 41.2px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 41.2px;
  padding: 12px 12px;
  font-size: 15px;
  line-height: 1.3333333;
  border-radius: 2px;
}
.form-group-lg select.form-control {
  height: 41.2px;
  line-height: 41.2px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 41.2px;
  min-height: 33px;
  padding: 13px 12px;
  font-size: 15px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 40px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 41.2px;
  height: 41.2px;
  line-height: 41.2px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 26px;
  height: 26px;
  line-height: 26px;
}
.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: #79a548;
}
.has-success .form-control {
  border-color: #79a548;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #5f8139;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #abcb88;
}
.has-success .input-group-addon {
  color: #79a548;
  border-color: #79a548;
  background-color: #d1e2bd;
}
.has-success .form-control-feedback {
  color: #79a548;
}
.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: #e8a33d;
}
.has-warning .form-control {
  border-color: #e8a33d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #d88b1a;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f3ce98;
}
.has-warning .input-group-addon {
  color: #e8a33d;
  border-color: #e8a33d;
  background-color: #fbefdd;
}
.has-warning .form-control-feedback {
  color: #e8a33d;
}
.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: #c83c3c;
}
.has-error .form-control {
  border-color: #c83c3c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #a32e2e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #de8c8c;
}
.has-error .input-group-addon {
  color: #c83c3c;
  border-color: #c83c3c;
  background-color: #efc7c7;
}
.has-error .form-control-feedback {
  color: #c83c3c;
}
.has-feedback label ~ .form-control-feedback {
  top: 23px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #404040;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 25px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@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: 13px;
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 5px;
    font-size: 11px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 6px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333333;
  background-color: #eeeeee;
  border-color: #bbbbbb;
}
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #d5d5d5;
  border-color: #7b7b7b;
}
.btn-default:hover {
  color: #333333;
  background-color: #d5d5d5;
  border-color: #9c9c9c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #d5d5d5;
  border-color: #9c9c9c;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #c3c3c3;
  border-color: #7b7b7b;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #eeeeee;
  border-color: #bbbbbb;
}
.btn-default .badge {
  color: #eeeeee;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #0078e6;
  border-color: #006bcd;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #005db3;
  border-color: #00284d;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #005db3;
  border-color: #004b8f;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #005db3;
  border-color: #004b8f;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #004b8f;
  border-color: #00284d;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #0078e6;
  border-color: #006bcd;
}
.btn-primary .badge {
  color: #0078e6;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #79a548;
  border-color: #6c9340;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #5f8139;
  border-color: #2b3a1a;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #5f8139;
  border-color: #4d692e;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #5f8139;
  border-color: #4d692e;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #4d692e;
  border-color: #2b3a1a;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #79a548;
  border-color: #6c9340;
}
.btn-success .badge {
  color: #79a548;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #6daae0;
  border-color: #589edc;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #4392d7;
  border-color: #205e94;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #4392d7;
  border-color: #2b80cb;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #4392d7;
  border-color: #2b80cb;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #2b80cb;
  border-color: #205e94;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #6daae0;
  border-color: #589edc;
}
.btn-info .badge {
  color: #6daae0;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #e8a33d;
  border-color: #e59826;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #d88b1a;
  border-color: #7d510f;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #d88b1a;
  border-color: #b87716;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #d88b1a;
  border-color: #b87716;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #b87716;
  border-color: #7d510f;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #e8a33d;
  border-color: #e59826;
}
.btn-warning .badge {
  color: #e8a33d;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #c83c3c;
  border-color: #b73434;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #a32e2e;
  border-color: #531818;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #a32e2e;
  border-color: #872626;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #a32e2e;
  border-color: #872626;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #872626;
  border-color: #531818;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #c83c3c;
  border-color: #b73434;
}
.btn-danger .badge {
  color: #c83c3c;
  background-color: #ffffff;
}
.btn-link {
  color: #212424;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #000000;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #d7d7d7;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 12px 12px;
  font-size: 15px;
  line-height: 1.3333333;
  border-radius: 2px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 4px 4px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 2px 4px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 2px;
}
.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;
  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;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  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: 12px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  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: 8px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  color: #5a5a5a;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #4d4d4d;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #0078e6;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #d7d7d7;
}
.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: 11px;
  line-height: 1.5;
  color: #d7d7d7;
  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: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .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-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .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 .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 {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.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: 2px;
  border-top-left-radius: 2px;
  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: 2px;
  border-bottom-left-radius: 2px;
}
.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-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[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 {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 41.2px;
  padding: 12px 12px;
  font-size: 15px;
  line-height: 1.3333333;
  border-radius: 2px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 41.2px;
  line-height: 41.2px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 26px;
  padding: 4px 4px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 2px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 26px;
  line-height: 26px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 6px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  color: #333333;
  text-align: center;
  background-color: #f5f5f5;
  border: 1px solid #bbbbbb;
  border-radius: 2px;
}
.input-group-addon.input-sm {
  padding: 4px 4px;
  font-size: 11px;
  border-radius: 2px;
}
.input-group-addon.input-lg {
  padding: 12px 12px;
  font-size: 15px;
  border-radius: 2px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 6px 12px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.nav > li.disabled > a {
  color: #d7d7d7;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #5a5a5a;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #f5f5f5;
  border-color: #212424;
}
.nav .nav-divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #cccccc;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.5;
  border: 1px solid transparent;
  border-radius: 2px 2px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #d7d7d7 #d7d7d7 #cccccc;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #000000;
  background-color: #ededed;
  border: 1px solid #cccccc;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 2px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #cccccc;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #cccccc;
    border-radius: 2px 2px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #cccccc;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 2px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #0078e6;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 2px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #cccccc;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #cccccc;
    border-radius: 2px 2px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #cccccc;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 45px;
  margin-bottom: 18px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 2px;
  }
}
@media (min-width: 768px) {
  .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.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: 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-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 13.5px 15px;
  font-size: 15px;
  line-height: 18px;
  height: 45px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .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: 5.5px;
  margin-bottom: 5.5px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
}
.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: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 6.75px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 18px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 18px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 13.5px;
    padding-bottom: 13.5px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 6.5px;
  margin-bottom: 6.5px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 6.5px;
  margin-bottom: 6.5px;
}
.navbar-btn.btn-sm {
  margin-top: 9.5px;
  margin-bottom: 9.5px;
}
.navbar-btn.btn-xs {
  margin-top: 11.5px;
  margin-bottom: 11.5px;
}
.navbar-text {
  margin-top: 13.5px;
  margin-bottom: 13.5px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left;
    float: left !important;
  }
  .navbar-right {
    float: right;
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: #ebebeb;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #dfdfdf;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: #d2d2d2;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #dfdfdf;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: #ebebeb;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #dfdfdf;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: #d2d2d2;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #111111;
  border-color: none;
}
.navbar-inverse .navbar-brand {
  color: #dddddd;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #dddddd;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #c8c8c8;
  background-color: #323232;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #323232;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #4d4d4d;
  background-color: #000000;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #000000;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #323232;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: none;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: none;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #dddddd;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #c8c8c8;
    background-color: #323232;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #323232;
  }
  .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: #4d4d4d;
    background-color: #000000;
  }
}
.navbar-inverse .navbar-link {
  color: #dddddd;
}
.navbar-inverse .navbar-link:hover {
  color: #c8c8c8;
}
.navbar-inverse .btn-link {
  color: #dddddd;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #c8c8c8;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #4d4d4d;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 18px 0;
  border-radius: 2px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 6px;
  line-height: 1.5;
  text-decoration: none;
  color: #212424;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #000000;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #ffffff;
  background-color: #0078e6;
  border-color: #0078e6;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #d7d7d7;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 12px 12px;
  font-size: 15px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 4px 4px;
  font-size: 11px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default,
.label-obsolete,
.label-experimental,
.label-test,
.label-excludeFromUpdates {
  background-color: #d7d7d7;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #bebebe;
}
.label-primary {
  background-color: #0078e6;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #005db3;
}
.label-success,
.label-stable {
  background-color: #79a548;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #5f8139;
}
.label-info {
  background-color: #6daae0;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #4392d7;
}
.label-warning,
.label-beta {
  background-color: #e8a33d;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #d88b1a;
}
.label-danger,
.label-alpha {
  background-color: #c83c3c;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #a32e2e;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #737373;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #212424;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 18px;
  line-height: 1.5;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 2px;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #212424;
}
.thumbnail .caption {
  padding: 9px;
  color: #000000;
}
.alert {
  padding: 11px;
  margin-bottom: 18px;
  border: 1px solid transparent;
  border-radius: 2px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 31px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #79a548;
  border-color: transparent;
  color: #ffffff;
}
.alert-success hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.alert-success .alert-link {
  color: #e6e6e6;
}
.alert-info {
  background-color: #6daae0;
  border-color: transparent;
  color: #ffffff;
}
.alert-info hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.alert-info .alert-link {
  color: #e6e6e6;
}
.alert-warning {
  background-color: #e8a33d;
  border-color: transparent;
  color: #ffffff;
}
.alert-warning hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.alert-warning .alert-link {
  color: #e6e6e6;
}
.alert-danger {
  background-color: #c83c3c;
  border-color: transparent;
  color: #ffffff;
}
.alert-danger hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.alert-danger .alert-link {
  color: #e6e6e6;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 18px;
  margin-bottom: 18px;
  background-color: #f5f5f5;
  border-radius: 2px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 11px;
  line-height: 18px;
  color: #ffffff;
  text-align: center;
  background-color: #0078e6;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #79a548;
}
.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #6daae0;
}
.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #e8a33d;
}
.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #c83c3c;
}
.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
a.list-group-item,
button.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #f5f5f5;
  color: #d7d7d7;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #d7d7d7;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #0078e6;
  border-color: #0078e6;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #b3dbff;
}
.list-group-item-success {
  color: #79a548;
  background-color: #d1e2bd;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #79a548;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #79a548;
  background-color: #c4dbab;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #79a548;
  border-color: #79a548;
}
.list-group-item-info {
  color: #6daae0;
  background-color: #ebf3fb;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #6daae0;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #6daae0;
  background-color: #d6e7f6;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #6daae0;
  border-color: #6daae0;
}
.list-group-item-warning {
  color: #e8a33d;
  background-color: #fbefdd;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #e8a33d;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #e8a33d;
  background-color: #f8e4c6;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #e8a33d;
  border-color: #e8a33d;
}
.list-group-item-danger {
  color: #c83c3c;
  background-color: #efc7c7;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #c83c3c;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #c83c3c;
  background-color: #eab3b3;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #c83c3c;
  border-color: #c83c3c;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 18px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  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 #dddddd;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #cccccc;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 18px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 2px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #cccccc;
}
.panel-default > .panel-heading {
  color: #5a5a5a;
  background-color: #dddddd;
  border-color: #cccccc;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #cccccc;
}
.panel-default > .panel-heading .badge {
  color: #dddddd;
  background-color: #5a5a5a;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #cccccc;
}
.panel-primary {
  border-color: #0078e6;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #0078e6;
  border-color: #0078e6;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #0078e6;
}
.panel-primary > .panel-heading .badge {
  color: #0078e6;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #0078e6;
}
.panel-success {
  border-color: #79a548;
}
.panel-success > .panel-heading {
  color: #79a548;
  background-color: #d1e2bd;
  border-color: #79a548;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #79a548;
}
.panel-success > .panel-heading .badge {
  color: #d1e2bd;
  background-color: #79a548;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #79a548;
}
.panel-info {
  border-color: #6daae0;
}
.panel-info > .panel-heading {
  color: #6daae0;
  background-color: #ebf3fb;
  border-color: #6daae0;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #6daae0;
}
.panel-info > .panel-heading .badge {
  color: #ebf3fb;
  background-color: #6daae0;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #6daae0;
}
.panel-warning {
  border-color: #e8a33d;
}
.panel-warning > .panel-heading {
  color: #e8a33d;
  background-color: #fbefdd;
  border-color: #e8a33d;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #e8a33d;
}
.panel-warning > .panel-heading .badge {
  color: #fbefdd;
  background-color: #e8a33d;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #e8a33d;
}
.panel-danger {
  border-color: #c83c3c;
}
.panel-danger > .panel-heading {
  color: #c83c3c;
  background-color: #efc7c7;
  border-color: #c83c3c;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #c83c3c;
}
.panel-danger > .panel-heading .badge {
  color: #efc7c7;
  background-color: #c83c3c;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #c83c3c;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #fafafa;
  border: 1px solid #cccccc;
  border-radius: 2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 2px;
}
.well-sm {
  padding: 9px;
  border-radius: 2px;
}
.close {
  float: right;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5000;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.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 {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 12px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 1px 1px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.tooltip.top {
  margin-top: -3px;
  padding: 3px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 3px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 3px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #333333;
  border-radius: 2px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -3px;
  border-width: 3px 3px 0;
  border-top-color: #333333;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 3px;
  margin-bottom: -3px;
  border-width: 3px 3px 0;
  border-top-color: #333333;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 3px;
  margin-bottom: -3px;
  border-width: 3px 3px 0;
  border-top-color: #333333;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -3px;
  border-width: 3px 3px 3px 0;
  border-right-color: #333333;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -3px;
  border-width: 3px 0 3px 3px;
  border-left-color: #333333;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -3px;
  border-width: 0 3px 3px;
  border-bottom-color: #333333;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 3px;
  margin-top: -3px;
  border-width: 0 3px 3px;
  border-bottom-color: #333333;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 3px;
  margin-top: -3px;
  border-width: 0 3px 3px;
  border-bottom-color: #333333;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    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: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  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: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 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;
  }
}
.autocomplete {
  position: relative;
}
.autocomplete-results {
  z-index: 1000;
  position: absolute;
  margin: 5px 0;
  top: 100%;
  right: 0;
  border: 1px solid #dddddd;
  border-radius: 2px;
  background-color: #ffffff;
  overflow: hidden;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.25);
}
.autocomplete-suggestion {
  border-top: 1px solid #dddddd;
}
.autocomplete-suggestion:first-child {
  border-top: none;
}
.autocomplete-suggestion-link {
  padding: 5px 13px 5px 28px;
  display: block;
  text-decoration: none;
}
.autocomplete-selected .autocomplete-suggestion-link,
.autocomplete-suggestion-link:hover {
  background-color: #fafafa;
  text-decoration: none;
}
.autocomplete-info {
  padding: 5px 15px;
}
.avatar {
  position: relative;
  display: inline-block;
  height: 32px;
  width: 32px;
  vertical-align: middle;
}
.avatar-image {
  display: block;
  height: 32px;
  width: 32px;
  overflow: hidden;
  border-radius: 50%;
}
.avatar-image:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.avatar-image > img {
  width: 100% !important;
  height: auto !important;
}
.avatar-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 16px;
  width: 16px;
}
.dropdown-toggle > .avatar {
  height: 28px;
  width: 28px;
  float: left;
  margin-right: 0.5em;
  margin-top: -5px;
}
.dropdown-toggle .avatar-image {
  height: 28px;
  width: 28px;
}
.callout {
  background-color: #f0f0f0;
  border-left: 3px solid #cccccc;
  margin: 20px 0;
  padding: 20px;
  color: #333333;
}
.callout .media {
  margin: 0;
}
.callout .media .fa-stack {
  color: #ffffff;
}
.callout .media .fa-stack > .fa:first-child {
  color: #cccccc;
}
.callout .media-body {
  vertical-align: middle;
}
.callout-icon {
  margin-top: -2px;
}
.callout-title {
  font-size: 1.3em;
  margin: 0 0 0.5em;
}
.callout-body > *:last-child {
  margin-bottom: 0;
}
.callout-success {
  background-color: #d1e2bd;
  border-color: #79a548;
  color: #333333;
}
.callout-success .media {
  margin: 0;
}
.callout-success .media .fa-stack {
  color: #ffffff;
}
.callout-success .media .fa-stack > .fa:first-child {
  color: #79a548;
}
.callout-info {
  background-color: #ebf3fb;
  border-color: #6daae0;
  color: #333333;
}
.callout-info .media {
  margin: 0;
}
.callout-info .media .fa-stack {
  color: #ffffff;
}
.callout-info .media .fa-stack > .fa:first-child {
  color: #6daae0;
}
.callout-warning {
  background-color: #fbefdd;
  border-color: #e8a33d;
  color: #333333;
}
.callout-warning .media {
  margin: 0;
}
.callout-warning .media .fa-stack {
  color: #ffffff;
}
.callout-warning .media .fa-stack > .fa:first-child {
  color: #e8a33d;
}
.callout-danger {
  background-color: #efc7c7;
  border-color: #c83c3c;
  color: #333333;
}
.callout-danger .media {
  margin: 0;
}
.callout-danger .media .fa-stack {
  color: #ffffff;
}
.callout-danger .media .fa-stack > .fa:first-child {
  color: #c83c3c;
}
.callout-notice {
  background-color: #f9f9f9;
  border-color: #a0a0a0;
  color: #333333;
}
.callout-notice .media {
  margin: 0;
}
.callout-notice .media .fa-stack {
  color: #ffffff;
}
.callout-notice .media .fa-stack > .fa:first-child {
  color: #a0a0a0;
}
.icon {
  position: relative;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: -22%;
}
.icon svg,
.icon img {
  display: block;
  height: 100%;
  width: 100%;
  transform: translate3d(0, 0, 0);
}
.icon * {
  display: block;
  line-height: inherit;
}
.icon-markup {
  position: absolute;
  display: block;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.icon-overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 68.75%;
  width: 68.75%;
  text-align: center;
}
.icon-color {
  fill: currentColor;
}
.icon-spin .icon-markup {
  animation: icon-spin 2s infinite linear;
}
@keyframes icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.icon-state-disabled .icon-markup {
  opacity: 0.5;
}
.icon-size-small {
  height: 16px;
  width: 16px;
  line-height: 16px;
}
.icon-size-small .icon-unify {
  line-height: 16px;
  font-size: 14px;
}
.icon-size-small .icon-overlay .icon-unify {
  line-height: 10px;
  font-size: 9px;
}
.icon-size-default {
  height: 32px;
  width: 32px;
  line-height: 32px;
}
.icon-size-default .icon-unify {
  line-height: 32px;
  font-size: 28px;
}
.icon-size-default .icon-overlay .icon-unify {
  line-height: 20px;
  font-size: 18px;
}
.icon-size-large {
  height: 48px;
  width: 48px;
  line-height: 48px;
}
.icon-size-large .icon-unify {
  line-height: 48px;
  font-size: 42px;
}
.icon-size-large .icon-overlay .icon-unify {
  line-height: 30px;
  font-size: 26px;
}
.icon-actions-edit-copy-release,
.icon-actions-edit-cut-release,
.icon-status-status-current,
.icon-status-dialog-error,
.icon-status-status-permission-denied {
  color: #c83c3c;
}
.icon-status-status-sorting-light-asc,
.icon-status-status-sorting-light-desc {
  color: #fff;
}
.icon-status-status-sorting-asc,
.icon-status-status-sorting-desc {
  color: #737373;
}
.icon-status-dialog-information {
  color: #6daae0;
}
.icon-status-dialog-ok,
.icon-status-status-permission-granted {
  color: #79a548;
}
.icon-status-dialog-notification {
  color: #333333;
}
.icon-status-dialog-warning {
  color: #e8a33d;
}
.diff {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  display: table;
}
.diff-item {
  display: table-row;
}
.diff-item + .diff-item {
  border-top: 1px solid #cccccc;
}
.diff-item-title,
.diff-item-result {
  padding: 10px;
  display: table-cell;
}
.diff-item-title {
  background-color: #fafafa;
  padding-right: 10px;
  font-style: italic;
  white-space: nowrap;
}
.diff-item-result {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  width: 100%;
  white-space: pre;
  word-break: break-all;
  word-wrap: break-word;
}
.diff-item-result del {
  color: #c80c05;
  background-color: #fff6f6;
  text-decoration: none;
}
.diff-item-result ins {
  color: #44a512;
  background-color: #ebfce3;
  text-decoration: none;
}
.diff-item-result.diff-item-result-inline {
  white-space: normal;
}
.module {
  height: 100%;
  width: 100%;
  background-color: #ffffff;
}
.module-loading-indicator {
  min-height: 5px;
  width: 100%;
  z-index: 999999;
}
.module-loading-indicator.nprogress-custom-parent {
  position: fixed;
  top: 0;
}
.module-docheader {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  min-height: 65px;
  z-index: 300;
  background-color: #eeeeee;
  border-bottom: 1px solid #c3c3c3;
  padding: 0 24px;
  transition: margin-top 0.3s ease-in-out;
}
.module-docheader .module-docheader-bar {
  min-height: 26px;
  margin: 4px 0;
  line-height: 26px;
}
.module-docheader .module-docheader-bar label {
  margin-top: 0;
  margin-bottom: 0;
}
.module-docheader .module-docheader-bar .form-group {
  vertical-align: top;
  margin: 0;
}
@media (min-width: 768px) {
  .module-docheader .module-docheader-bar .form-group {
    display: inline-block;
  }
}
.module-docheader .module-docheader-bar .form-group .form-control {
  vertical-align: top;
}
.module-docheader .module-docheader-bar .form-inline-spaced {
  margin: 0;
}
.module-docheader .module-docheader-bar .panel {
  background-color: transparent;
  margin: 0;
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-radius: 0;
  margin-left: -24px;
  margin-right: -24px;
  background-color: #fafafa;
  box-shadow: none;
}
.module-docheader .module-docheader-bar .panel .panel-body {
  padding: 8px 24px;
}
.module-docheader .module-docheader-bar-search {
  margin-bottom: 0;
}
.module-docheader .module-docheader-bar-column-left {
  float: left;
}
.module-docheader .module-docheader-bar-column-right {
  float: right;
}
.module-body {
  padding: 24px 24px;
}
.module-body > .callout:first-child {
  margin-top: 0;
}
.module-docheader + .module-body {
  padding-top: 89px;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after,
.module-docheader:after,
.module-docheader .module-docheader-bar:after,
.pagination-block:after,
.typo3-login-copyright-link:after,
.form-irre-header-body dl dd:after,
[id="typo3-menu"] .typo3-module-menu-group-header:after,
[id="typo3-menu"] .typo3-module-menu-item-link:after,
.t3-page-ce .t3-page-ce-header:after,
.typo3-topbar-navigation-items .dropdown-list > li:after,
.typo3-topbar-navigation-items .dropdown-list .modlink:after,
#typo3-debug-console .topbar:after,
.distribution-holder:after,
.distribution-detail:after {
  content: "";
  display: table;
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right,
#typo3-docheader .right {
  float: right !important;
}
.pull-left,
#typo3-docheader .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,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 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;
  }
}
/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.37
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #cccccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #cccccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 2px;
}
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #d7d7d7;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #f5f5f5;
}
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #d7d7d7;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #f5f5f5;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #d7d7d7;
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #0078e6;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #0078e6;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #d7d7d7;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 2px;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: #f5f5f5;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #0078e6;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #d7d7d7;
}
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #d7d7d7;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}
.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
/*!
 * Cropper v@VERSION
 * https://github.com/fengyuanchen/cropper
 *
 * Copyright (c) 2014-@YEAR Fengyuan Chen and contributors
 * Released under the MIT license
 *
 * Date: @DATE
 */
.cropper-container {
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.cropper-container img {
  display: block;
  image-orientation: 0deg !important;
  width: 100%;
  height: 100%;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: none !important;
  max-height: none !important;
}
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cropper-drag-box {
  background-color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
}
.cropper-modal {
  background-color: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.cropper-view-box {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 1px solid #6699ff;
  outline-color: rgba(102, 153, 255, 0.75);
}
.cropper-dashed {
  position: absolute;
  display: block;
  border: 0 dashed #fff;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.cropper-dashed.dashed-h {
  top: 33.33333333%;
  left: 0;
  width: 100%;
  height: 33.33333333%;
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.cropper-dashed.dashed-v {
  top: 0;
  left: 33.33333333%;
  width: 33.33333333%;
  height: 100%;
  border-right-width: 1px;
  border-left-width: 1px;
}
.cropper-face,
.cropper-line,
.cropper-point {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  filter: alpha(opacity=10);
}
.cropper-face {
  top: 0;
  left: 0;
  cursor: move;
  background-color: #fff;
}
.cropper-line {
  background-color: #6699ff;
}
.cropper-line.line-e {
  top: 0;
  right: -3px;
  width: 5px;
  cursor: e-resize;
}
.cropper-line.line-n {
  top: -3px;
  left: 0;
  height: 5px;
  cursor: n-resize;
}
.cropper-line.line-w {
  top: 0;
  left: -3px;
  width: 5px;
  cursor: w-resize;
}
.cropper-line.line-s {
  bottom: -3px;
  left: 0;
  height: 5px;
  cursor: s-resize;
}
.cropper-point {
  width: 5px;
  height: 5px;
  background-color: #6699ff;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.cropper-point.point-e {
  top: 50%;
  right: -3px;
  margin-top: -3px;
  cursor: e-resize;
}
.cropper-point.point-n {
  top: -3px;
  left: 50%;
  margin-left: -3px;
  cursor: n-resize;
}
.cropper-point.point-w {
  top: 50%;
  left: -3px;
  margin-top: -3px;
  cursor: w-resize;
}
.cropper-point.point-s {
  bottom: -3px;
  left: 50%;
  margin-left: -3px;
  cursor: s-resize;
}
.cropper-point.point-ne {
  top: -3px;
  right: -3px;
  cursor: ne-resize;
}
.cropper-point.point-nw {
  top: -3px;
  left: -3px;
  cursor: nw-resize;
}
.cropper-point.point-sw {
  bottom: -3px;
  left: -3px;
  cursor: sw-resize;
}
.cropper-point.point-se {
  right: -3px;
  bottom: -3px;
  width: 20px;
  height: 20px;
  cursor: se-resize;
  opacity: 1;
  filter: alpha(opacity=100);
}
.cropper-point.point-se:before {
  position: absolute;
  right: -50%;
  bottom: -50%;
  display: block;
  width: 200%;
  height: 200%;
  content: " ";
  background-color: #6699ff;
  opacity: 0;
  filter: alpha(opacity=0);
}
@media (min-width: 768px) {
  .cropper-point.point-se {
    width: 15px;
    height: 15px;
  }
}
@media (min-width: 992px) {
  .cropper-point.point-se {
    width: 10px;
    height: 10px;
  }
}
@media (min-width: 1200px) {
  .cropper-point.point-se {
    width: 5px;
    height: 5px;
    opacity: 0.75;
    filter: alpha(opacity=75);
  }
}
.cropper-bg {
  background-image: url("../img/bg.png");
}
.cropper-invisible {
  opacity: 0;
  filter: alpha(opacity=0);
}
.cropper-hide {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: auto!important;
  height: auto!important;
  min-width: 0!important;
  min-height: 0!important;
  max-width: none!important;
  max-height: none!important;
  opacity: 0;
  filter: alpha(opacity=0);
}
.cropper-hidden {
  display: none !important;
}
.cropper-move {
  cursor: move;
}
.cropper-crop {
  cursor: crosshair;
}
.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}
/**
 * original color: #29d
 * modified for less with the @nprogress-color
 * variable by the TYPO3 CMS team to adapt
 * to the styles of TYPO3
 */
/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}
#nprogress .bar {
  background: #ff8700;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
}
/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #ff8700, 0 0 5px #ff8700;
  opacity: 1.0;
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #ff8700;
  border-left-color: #ff8700;
  border-radius: 50%;
  animation: nprogress-spinner 400ms linear infinite;
}
.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}
@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.t3-row-header {
  background-color: #666;
  padding: 6px;
}
.t3-row-header a,
.t3-row-header a:hover {
  color: #fff;
}
.tableheader td {
  padding: 6px;
}
.typo3-tstemplate-ceditor-control {
  cursor: pointer;
}
.bgColor-20 {
  background-color: #e3dfdb;
}
.bgColor2 {
  background-color: #585858;
  color: #ffffff;
}
.bgColor3 {
  background-color: #f6f2e6;
}
.bgColor3-20 {
  background-color: #f7f7f7;
}
.bgColor4 {
  background-color: #f1f1f1;
  color: #212424;
}
.bgColor4-20 {
  background-color: #f8f9fa;
}
.bgColor5 {
  background-color: #9b9b9b;
}
.bgColor6 {
  background-color: #f7f7f7;
}
#typo3-messages {
  margin-bottom: 10px;
}
.typo3-message {
  padding: 11px;
  margin-bottom: 18px;
  border: 1px solid transparent;
  border-radius: 2px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  border: 0;
  background-position: 10px 12px;
  background-repeat: no-repeat;
  padding: 12px 12px 12px 36px;
}
.typo3-message h4 {
  margin-top: 0;
  color: inherit;
}
.typo3-message .alert-link {
  font-weight: bold;
}
.typo3-message > p,
.typo3-message > ul {
  margin-bottom: 0;
}
.typo3-message > p + p {
  margin-top: 5px;
}
.typo3-message a {
  color: inherit;
  text-decoration: underline;
}
.typo3-message .media {
  margin: 0;
}
.typo3-message .media .fa-stack > .fa:first-child {
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.typo3-message .media-body {
  vertical-align: middle;
}
.typo3-message .message-header {
  font-weight: bold;
  margin-bottom: 9px;
}
.typo3-message ul,
.typo3-message ol {
  padding-left: 16px;
}
.typo3-message .message-header {
  display: block;
}
.typo3-message .t3-icon-actions-message-close {
  cursor: pointer;
  float: right;
}
.typo3-message li {
  margin-bottom: 10px;
  list-style: disc;
}
.typo3-message a {
  text-decoration: underline;
}
.message-notice {
  color: #777;
  background-color: #f6f7fa;
  background-image: url('../../../../icons/gfx/notice.png');
  border-color: #c2cbcf;
}
.message-notice a {
  color: #777;
}
.message-information {
  background-color: #6daae0;
  border-color: transparent;
  color: #ffffff;
  background-image: url('../../../../icons/gfx/information.png');
}
.message-information hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.message-information .alert-link {
  color: #e6e6e6;
}
.message-information a {
  color: #4c73a1;
}
.message-ok {
  background-color: #79a548;
  border-color: transparent;
  color: #ffffff;
  background-image: url('../../../../icons/gfx/ok.png');
}
.message-ok hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.message-ok .alert-link {
  color: #e6e6e6;
}
.message-ok a {
  color: #3b7826;
}
.message-warning {
  background-color: #e8a33d;
  border-color: transparent;
  color: #ffffff;
  background-image: url("../../../../icons/gfx/warning.png");
}
.message-warning hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.message-warning .alert-link {
  color: #e6e6e6;
}
.message-warning a {
  color: #9e7d4a;
}
.message-error {
  background-color: #c83c3c;
  border-color: transparent;
  color: #ffffff;
  background-image: url('../../../../icons/gfx/error.png');
}
.message-error hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.message-error .alert-link {
  color: #e6e6e6;
}
.message-error a {
  color: #aa0225;
}
div#typo3-docbody {
  bottom: 0;
  overflow: auto;
  position: absolute;
  top: 51px;
  width: 100%;
}
.t3-help-link span.t3-help-inline {
  display: none;
}
.t3-help-link:hover span.t3-help-inline {
  display: block;
}
@media print {
  div#typo3-docbody {
    overflow: visible;
  }
}
.text-monospace {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.text-normal {
  font-weight: normal;
}
.text-pre-wrap {
  white-space: pre-wrap;
}
.lead {
  font-size: 1.25em;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .dl-horizontal-wide dt {
    width: 115px;
  }
  .dl-horizontal-wide dd {
    margin-left: 135px;
  }
}
[id=typo3-side-menu],
[id=typo3-docbody],
[id=typo3-navigationContainer] .x-panel-body,
[id=typo3-pagetree-tree] .x-panel-body,
[id=typo3-module-menu] .x-panel-body,
[id=typo3-pagetree-filteringTree] .x-panel-body,
[id=typo3-debug-console] .messages,
iframe,
.x-viewport,
.x-viewport body,
.table-fit,
.t3-page-ce {
  transform: translate3d(0, 0, 0);
}
.collapse-horizontal {
  height: auto;
  width: 0;
  vertical-align: middle;
  overflow: hidden;
}
.collapse-horizontal.in {
  display: inline-block;
  width: auto;
}
.collapse-horizontal.collapsing {
  display: inline-block;
  width: 0;
  transition-property: width, visibility;
}
.collapse {
  display: block;
  height: 0;
  overflow: hidden;
}
.collapse.in {
  height: auto;
}
.cropper-line {
  background-color: #FFFFFF;
}
.cropper-point {
  background-color: #FFFFFF;
}
.cropper-point.point-se:before {
  background-color: #FFFFFF;
}
.cropper-view-box {
  outline: 1px dashed #6699ff;
  outline-color: #ffffff;
}
.cropper-bg {
  background-image: url("../Images/cropper-background.png");
}
.cropper-preview-container {
  overflow: hidden;
  position: relative;
}
.cropper-preview-container img {
  display: block;
  position: absolute;
  width: 100%;
  min-width: 0!important;
  min-height: 0!important;
  max-width: none!important;
  max-height: none!important;
}
.ratio-buttons .btn.btn-default {
  margin-bottom: 5px;
}
.typo3-csh-inline {
  padding: 4px;
}
table.typo3-csh-inline {
  margin: 5px 4px 20px 0;
}
table.typo3-csh-inline a.typo3-csh-link {
  float: none;
  margin-right: 0;
}
a.typo3-csh-link .typo3-csh-inline {
  display: none;
  position: absolute;
  width: 200px;
  z-index: 100;
}
a.typo3-csh-link .typo3-csh-inline.show-right {
  right: 10px;
}
table.typo3-csh-inline a.typo3-csh-link,
table.typo3-csh-inline span.t3-row-header,
span.typo3-csh-inline span.t3-row-header,
a.typo3-csh-link span.typo3-csh-inline span.t3-row-header {
  display: block;
}
a.typo3-csh-link:hover .typo3-csh-inline {
  display: block;
}
.typo3-csh-inline h2.t3-row-header {
  margin: 0;
  height: auto;
}
table.typo3-csh-inline a.typo3-csh-link {
  height: 16px;
}
table.typo3-csh-inline tr td h4 {
  margin-top: 0;
  margin-bottom: 0;
}
table.typo3-csh-inline span.paragraph,
a.typo3-csh-link span.typo3-csh-inline span.paragraph {
  display: block;
  padding: 3px;
}
img.typo3-csh-icon {
  vertical-align: middle;
}
div.typo3-view-help {
  margin: 0;
  width: 100%;
}
div.typo3-view-help h1 {
  background: none;
  margin-bottom: 0;
  padding: 10px;
  color: #000;
  text-align: left;
}
div.typo3-view-help h2 {
  margin-top: 0;
  padding: 4px 2px 4px 10px;
}
div.typo3-view-help h3 {
  padding: 5px 10px;
}
div.typo3-view-help h4 {
  padding: 2px 10px;
}
div.typo3-view-help p {
  margin: 4px 4px 12px 10px;
}
div.typo3-view-help p.c-nav a {
  background-color: transparent;
}
div.typo3-view-help div.c-toc {
  padding-left: 6px;
}
div.typo3-view-help div.c-toc p {
  margin: 0;
}
div.typo3-view-help .manual-title,
div.typo3-view-help .introduction {
  padding: 0 12px 6px;
}
div.typo3-view-help img.c-inlineimg {
  margin-left: 10px;
}
div.typo3-view-help p div.c-toc {
  background: none;
  border: none;
}
div.typo3-view-help a {
  text-decoration: underline;
}
.t3-help-inline {
  padding: 4px;
}
table.t3-help-inline {
  margin: 3px 4px 20px 0;
  background-color: #ffffc7;
  border: 1px solid #cccccc;
}
table.t3-help-inline a.t3-help-link {
  float: none;
  margin-right: 0;
  height: 16px;
}
table.t3-help-inline tr td h4 {
  margin-top: 0;
  margin-bottom: 0;
}
table.t3-help-inline a.t3-help-link,
table.t3-help-inline span.t3-row-header,
span.t3-help-inline span.t3-row-header,
a.t3-help-link span.t3-help-inline span.t3-row-header {
  display: block;
}
a.t3-help-link .t3-help-inline {
  display: none;
  position: absolute;
  width: 200px;
  z-index: 100;
  background: #ffffc7;
  color: #000000;
  font-weight: normal;
}
a.t3-help-link .t3-help-inline.show-right {
  right: 10px;
}
a.t3-help-link:hover .t3-help-inline {
  display: block;
}
.t3-help-inline h2.t3-row-header {
  margin: 0;
  height: auto;
}
table.t3-help-inline span.paragraph,
a.t3-help-link span.t3-help-inline span.paragraph {
  display: block;
  padding: 3px;
}
img.t3-help-icon {
  vertical-align: middle;
}
div.t3-view-help {
  margin: 0;
  width: 100%;
}
div.t3-view-help h1 {
  margin-bottom: 0;
  padding: 10px;
}
div.t3-view-help h2 {
  margin-top: 0;
  padding: 4px 2px 4px 10px;
}
div.t3-view-help h3 {
  padding: 5px 10px;
}
div.t3-view-help h4 {
  padding: 2px 10px;
}
div.t3-view-help p {
  margin: 4px 4px 12px 10px;
}
div.t3-view-help .c-toc {
  padding-left: 6px;
}
div.t3-view-help .c-toc p {
  margin: 0;
}
div.t3-view-help .manual-title,
div.t3-view-help .introduction {
  padding: 0 12px 6px;
}
div.t3-view-help img.c-inlineimg {
  margin-left: 10px;
}
.x-tip.typo3-csh-tooltip .x-tip-tl,
.x-tip.typo3-csh-tooltip .x-tip-cl {
  padding-left: 8px;
}
.x-tip.typo3-csh-tooltip .x-tip-tr,
.x-tip.typo3-csh-tooltip .x-tip-cr {
  padding-right: 8px;
}
.typo3-csh-inline {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  line-height: 16px;
}
table.typo3-csh-inline {
  background-color: #ffffc7;
  border: 1px solid #cccccc;
}
a.typo3-csh-link .typo3-csh-inline {
  background-color: #ffffc7;
  border: 1px solid #cccccc;
  color: #000000;
  font-weight: normal;
}
img.typo3-csh-icon {
  cursor: help;
}
a.typo3-csh-link {
  white-space: normal;
}
.t3-help-inline {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  line-height: 16px;
}
p.t3-help-short.tipIsLinked {
  cursor: pointer;
}
.t3-help-teaser,
.t3-help-teaser label,
.t3-help-teaser-icon,
img.t3-help-icon {
  cursor: help;
}
a.t3-help-link {
  white-space: normal;
}
.typo3-CSM-wrapperCM {
  background: #fff;
  border: #b6b6b6 1px solid;
}
table.typo3-CSM tr.typo3-CSM-itemRow td {
  padding: 2px 6px;
}
table.typo3-CSM tr.typo3-CSM-itemRow td .t3-icon {
  vertical-align: bottom;
}
table.typo3-CSM tr.typo3-CSM-itemRow td img {
  display: block;
}
table.typo3-CSM tr.typo3-CSM-itemRow:hover {
  background-color: #e9e9e9;
}
table.typo3-CSM td.typo3-CSM-item {
  white-space: nowrap;
}
table.typo3-CSM tr.typo3-CSM-itemRow {
  cursor: pointer;
}
table.typo3-CSM tr.bgColor2 {
  background-color: #b6b6b6;
}
body#typo3-alt-clickmenu-php {
  margin-top: 10px;
}
#contentMenu0 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
div#contentMenu0 {
  position: absolute;
  z-index: 300;
}
div#contentMenu1 {
  position: absolute;
  z-index: 310;
}
#typo3-docheader {
  background: #eeeeee;
}
#typo3-docheader img,
#typo3-docheader input {
  cursor: pointer;
}
#typo3-docheader .t3-icon {
  margin-bottom: 3px;
}
#typo3-docheader .left .t3-icon {
  margin-right: 6px;
}
#typo3-docheader .right .t3-icon {
  margin-left: 6px;
}
#typo3-docheader .buttongroup {
  float: left;
  margin-right: 6px;
}
#typo3-docheader .buttongroup .c-inputButton {
  color: inherit;
  padding: 0;
}
#typo3-docheader .buttongroup input.c-inputButton {
  text-indent: -1000px;
}
#typo3-docheader select {
  margin-right: 12px;
}
#typo3-docheader a {
  color: #2d2d2d;
}
#typo3-docheader a:hover {
  color: #000;
}
#typo3-docheader a.active {
  color: #c3c3c3;
}
#typo3-docheader a.active span {
  cursor: default;
}
#typo3-docheader .typo3-docheader-functions,
#typo3-docheader .typo3-docheader-buttons {
  color: #2d2d2d;
  overflow: hidden;
  padding: 0 24px;
}
#typo3-docheader .typo3-docheader-functions {
  height: 27px;
  line-height: 27px;
}
#typo3-docheader .typo3-docheader-functions select {
  color: #2d2d2d;
}
#typo3-docheader .typo3-docheader-buttons {
  height: 22px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: 1px solid #C3C3C3;
}
#typo3-navigationContainer-xcollapsed:before {
  content: "";
  position: absolute;
  top: 0;
  width: 8px;
  height: 100%;
  background-color: #626262;
  border-right: 1px solid #444444;
  border-left: 1px solid #111111;
  box-shadow: 3px 0 0 rgba(0, 0, 0, 0.15);
}
.x-panel-body .x-layout-cmini-west .x-layout-mini,
.x-panel-body .x-layout-split-west .x-layout-mini {
  top: 50%;
  margin-top: -40px;
}
.typo3-btn-collapse-page-tree,
.x-layout-split-west .x-layout-mini,
.x-layout-cmini-west .x-layout-mini {
  height: 80px;
  width: 14px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background: none;
  border: 1px solid #c3c3c3;
  border-left: 1px solid #f5f5f5;
  display: block;
  font-size: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.typo3-btn-collapse-page-tree:after,
.x-layout-split-west .x-layout-mini:after,
.x-layout-cmini-west .x-layout-mini:after {
  font-family: 'FontAwesome';
  content: "\f0d9";
  position: absolute;
  top: 50%;
  display: block;
  width: 100%;
  margin-top: -1px;
  color: #000;
  font-size: 12px;
  vertical-align: middle;
  text-align: center;
}
.x-layout-split-west .x-layout-mini {
  background-color: #f5f5f5;
}
.x-layout-split-west .x-layout-mini:hover {
  background-color: #e8e8e8;
}
.x-layout-cmini-west .x-layout-mini {
  background-color: #626262;
  margin-left: 7px;
  border: 1px solid #444444;
  border-left: 0;
}
.x-layout-cmini-west .x-layout-mini:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: #6f6f6f;
}
.x-layout-cmini-west .x-layout-mini:after {
  margin-top: -9px;
  color: #fff;
  content: "\f0da";
}
ul.typo3-messages {
  padding: 0;
}
.alert-notice {
  background-color: #333333;
  border-color: transparent;
  color: #ffffff;
}
.alert-notice hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.alert-notice .alert-link {
  color: #e6e6e6;
}
.alert {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  border: 0;
}
.alert a {
  color: inherit;
  text-decoration: underline;
}
.alert .media {
  margin: 0;
}
.alert .media .fa-stack > .fa:first-child {
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.alert .media-body {
  vertical-align: middle;
}
.alert-title {
  font-size: 1.12em;
  font-weight: bold;
  margin: 0 0 0.25em;
}
.alert-body,
.alert-message {
  margin: 0;
  font-size: .9em;
}
.alert-body > *:last-child,
.alert-message > *:last-child {
  margin-bottom: 0;
}
.alert-body > ul,
.alert-message > ul {
  padding-left: 1.5em;
}
.alert-dismissible .close {
  opacity: 0.5;
  filter: alpha(opacity=50);
  padding: 1px;
  top: -3px;
  right: -22px;
  color: inherit;
}
.alert-dismissible .close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  color: inherit;
}
#alert-container {
  width: 400px;
  position: absolute;
  right: 5px;
  top: 46px;
  z-index: 10000;
}
#alert-container .alert {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 0 0 rgba(0, 0, 0, 0.15);
  position: relative;
  margin: 5px auto;
}
#alert-container .alert.fade.in {
  opacity: 0.95;
  filter: alpha(opacity=95);
}
.modal.t3-modal-notice .modal-header {
  background-color: #eeeeee;
  color: #333333;
  border-bottom-color: #bbbbbb;
}
.modal.t3-modal-info .modal-header {
  background-color: #6daae0;
  color: #ffffff;
  border-bottom-color: #589edc;
}
.modal.t3-modal-success .modal-header {
  background-color: #79a548;
  color: #ffffff;
  border-bottom-color: #6c9340;
}
.modal.t3-modal-warning .modal-header {
  background-color: #e8a33d;
  color: #ffffff;
  border-bottom-color: #e59826;
}
.modal.t3-modal-danger .modal-header {
  background-color: #c83c3c;
  color: #ffffff;
  border-bottom-color: #b73434;
}
.modal .close {
  color: inherit;
  padding: 0;
  margin: 0;
  text-shadow: rgba(0, 0, 0, 0.5) 0px 0px 3px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-user-select: 'none';
  -moz-user-select: 'none';
  -ms-user-select: 'none';
  user-select: 'none';
}
.modal .close:hover,
.modal .close:active,
.modal .close:hover {
  box-shadow: none;
  outline: none;
  background: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
.modal-header,
.modal-footer {
  padding: 10px 15px;
}
.modal-footer .btn {
  margin-right: 0;
  min-width: 100px;
}
.modal-content {
  transition: margin-top 0.1s ease-in;
  border: none;
  overflow: hidden;
}
.modal-content .loadmessage {
  text-align: center;
  color: #1e1e1e;
}
.modal-resize.fade .modal-dialog {
  transition-property: height, width;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.modal-image-manipulation .modal-body .col-lg-12 {
  padding-right: 450px;
}
.modal-image-manipulation .modal-body .col-lg-12 .panel {
  margin: 0;
  width: 400px;
  position: absolute;
  top: 0px;
  right: 15px;
}
.modal.modal-dark {
  color: #FFF;
}
.modal.modal-dark .modal-content {
  background-color: #212424;
}
.modal.modal-dark .modal-header {
  color: #FFF;
  background-color: #484848;
  border-bottom-color: #000000;
}
.modal.modal-dark .modal-body,
.modal.modal-dark .modal-footer {
  background-color: #212424;
  color: #FFF;
}
.modal.modal-dark .modal-footer {
  border-top: none;
}
.modal-panel .modal-panel-body {
  float: left;
  width: 400px;
}
.modal-panel .modal-panel-sidebar-right {
  width: 300px;
  float: right;
  border-left: 1px solid #000000;
}
.modal-image-manipulation .modal-panel-body {
  padding: 20px;
}
.modal-image-manipulation .modal-panel-body img {
  max-width: 100%;
}
#typo3-pagetree {
  height: 100%;
}
#typo3-pagetree .x-panel-bwrap,
#typo3-pagetree .x-panel-body {
  height: 100%;
}
#typo3-pagetree ul {
  padding-left: 0;
  list-style: none;
}
#typo3-pagetree .x-toolbar {
  padding: 0;
  border: none;
}
#typo3-pagetree ul.x-tree-root-ct {
  padding-top: 24px;
  margin-bottom: 50px;
}
#typo3-pagetree .x-panel-body {
  background: none;
}
#typo3-pagetree .x-tree-node .x-tree-node-el {
  line-height: 18px;
  height: 20px;
  margin-right: 3px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
}
#typo3-pagetree .x-tree-node .x-tree-node-over,
#typo3-pagetree .x-tree-node .x-tree-selected {
  border-bottom: 1px solid #d7d7d7;
  border-top: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
}
#typo3-pagetree .x-tree-node .x-tree-node-over {
  background-color: #f2f2f2;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
#typo3-pagetree .x-tree-node .x-tree-selected {
  background-color: #fff;
}
#typo3-pagetree .x-tree-node .x-tree-selected.x-tree-node-over {
  background-image: none;
  border-radius: 0;
}
#typo3-pagetree .x-tree-node-readableRootline {
  padding: 10px 0 3px 10px;
}
#typo3-pagetree .x-unselectable,
#typo3-pagetree .x-unselectable * {
  cursor: pointer;
}
#typo3-pagetree .ver-element,
#typo3-pagetree .ver-versions,
#typo3-pagetree .ver-page {
  background-color: #f7c898;
}
#typo3-pagetree .x-tree-node-over.ver-element,
#typo3-pagetree .x-tree-node-over.ver-versions,
#typo3-pagetree .x-tree-node-over.ver-page,
#typo3-pagetree .x-tree-selected.ver-element,
#typo3-pagetree .x-tree-selected.ver-versions,
#typo3-pagetree .x-tree-selected.ver-page {
  background-color: #fee4c9;
}
#typo3-pagetree .typo3-pagetree-filteringTree-highlight {
  background-color: #f48e0c;
  color: #FFF;
  padding: 0;
}
.x-tree-lines .typo3-pagetree-node-notExpandable .x-tree-ec-icon {
  visibility: hidden;
}
.x-tree-lines .typo3-pagetree-node-notExpandable ul .x-tree-ec-icon {
  visibility: visible;
}
.x-tree-node a .typo3-pagetree-status,
.x-dd-drag-ghost a .typo3-pagetree-status {
  padding: 0;
  margin: 0 3px 0 0;
}
.typo3-pagetree-tree-copy {
  color: #666;
  margin-top: 5px;
}
.x-dd-drag-ghost-pagetree-text {
  display: inline-block;
  vertical-align: middle;
}
.x-dd-drag-ghost-pagetree,
.x-dd-drag-ghost {
  padding-bottom: 5px;
}
.x-dd-drop-icon {
  padding-top: 6px;
}
.x-dd-drag-ghost-pagetree span {
  margin: 3px 3px 0 3px;
}
.x-dd-drag-ghost {
  background-color: inherit;
  border: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.x-dd-drag-ghost span {
  margin: 0 1px 0 3px;
}
.x-dd-drop-nodrop {
  background-color: #f6d3cf;
  border: 1px solid #d66c68;
}
.typo3-pagetree-deletionDropZone-proxyOver,
.x-tree-drop-ok-append,
.x-tree-drop-ok-between,
.x-tree-drop-ok-below,
.x-tree-drop-ok-above {
  background-color: #dce8f4;
  border: 1px solid #9eb2c5;
}
.x-dd-drop-nodrop .x-dd-drop-icon {
  background-image: url(../../../../t3skin/images/icons/apps/pagetree-drag-place-denied.png);
}
.x-tree-drop-ok-append.typo3-pagetree-copy .x-dd-drop-icon {
  background-image: url(../../../../t3skin/images/icons/apps/pagetree-drag-new-inside.png);
}
.x-tree-drop-ok-below.typo3-pagetree-copy .x-dd-drop-icon {
  background-image: url(../../../../t3skin/images/icons/apps/pagetree-drag-copy-below.png);
}
.x-tree-drop-ok-above.typo3-pagetree-copy .x-dd-drop-icon {
  background-image: url(../../../../t3skin/images/icons/apps/pagetree-drag-copy-above.png);
}
.x-tree-drop-ok-between.typo3-pagetree-copy .x-dd-drop-icon {
  background-image: url(../../../../t3skin/images/icons/apps/pagetree-drag-new-between.png);
}
.x-tree-drop-ok-append .x-dd-drop-icon {
  background-image: url(../../../../t3skin/images/icons/apps/pagetree-drag-move-into.png);
}
.x-tree-drop-ok-between .x-dd-drop-icon {
  background-image: url(../../../../t3skin/images/icons/apps/pagetree-drag-move-between.png);
}
.x-tree-drop-ok-below .x-dd-drop-icon {
  background-image: url(../../../../t3skin/images/icons/apps/pagetree-drag-move-below.png);
}
.x-tree-drop-ok-above .x-dd-drop-icon {
  background-image: url(../../../../t3skin/images/icons/apps/pagetree-drag-move-above.png);
}
#typo3-pagetree .x-tree-node .x-tree-drag-insert-below,
.x-tree-node div.x-tree-drag-insert-below,
.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-below a {
  border-bottom: 1px solid #9eb2c5;
}
#typo3-pagetree .x-tree-node .x-tree-drag-insert-above,
.x-tree-node .x-tree-drag-insert-above,
.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-above a {
  border-top: 1px solid #9eb2c5;
}
.x-tree-node .x-tree-drag-append {
  background: #d7e4f1;
}
.x-tree-node .x-tree-drag-append a span {
  background-color: inherit;
  border: none;
}
.typo3-pagetree-toppanel {
  padding: 0 10px;
  border-bottom: 1px solid #c3c3c3;
}
.typo3-pagetree-toppanel .btn {
  line-height: 16px;
}
.typo3-pagetree-toppanel .x-toolbar {
  padding: 0;
  border: 0!important;
}
.typo3-pagetree-toppanel .x-toolbar-left-row .btn {
  margin-right: 4px;
}
.typo3-pagetree-toppanel .x-toolbar-right-row .btn {
  margin-left: 4px;
}
.typo3-pagetree-toppanel .x-panel-body,
.typo3-pagetree-toppanel .x-panel-tbar {
  margin: 4px 0;
  min-height: 26px;
  height: auto!important;
}
.typo3-pagetree-toppanel .x-panel-bwrap {
  height: auto!important;
  overflow: visible;
}
.typo3-pagetree-toppanel .x-btn button {
  padding: 0;
  font-size: inherit;
}
.typo3-pagetree-toppanel-filter {
  width: 100%!important;
  height: 26px!important;
  padding-right: 25px;
  padding-left: 8px;
  box-sizing: inherit;
}
.typo3-pagetree-toppanel-filter-clear {
  position: absolute;
  right: 5px;
  top: 50%;
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
}
.typo3-pagetree-toppanel-item .x-form-field-wrap {
  width: 100%!important;
}
.typo3-pagetree-toppanel-item .x-panel-body {
  margin: 0;
}
.typo3-pagetree-toppanel-drag-node {
  cursor: move;
  padding: 5px;
  border: none;
  background: none;
  font-size: 11px;
  line-height: 16px;
}
#typo3-pagetree-deletionDropZone {
  color: #FFF;
  background-color: #585858;
  box-shadow: inset 0 2px 5px #414141;
}
#typo3-pagetree-deletionDropZone p {
  padding: 5px;
}
#typo3-pagetree-deletionDropZone #typo3-pagetree-deletionDropZone-text {
  cursor: default;
  font-size: .9em;
  padding: 0 0 0 5px;
  display: inline;
}
.typo3-pagetree-deletionDropZone-restore {
  background-color: #d5d5d5;
  background-image: url('../../../../images/backgrounds/button.png');
  background-repeat: repeat-x;
  background-image: linear-gradient(center top, #f6f6f6 10%, #d5d5d5 90%);
  border: 1px solid #7c7c7c;
  border-radius: 1px;
  color: #434343;
  cursor: pointer;
  display: inline-block;
  padding: 0 6px;
  margin-left: 24px;
}
.typo3-pagetree-deletionDropZone-restore:hover {
  background-color: #c8c8c8;
  background-image: url('../../../../images/backgrounds/button-hover.png');
  background-image: linear-gradient(center top, #f6f6f6 10%, #c8c8c8 90%);
  background-position: bottom;
  background-repeat: repeat-x;
  border: 1px solid #737f91;
  color: #1e1e1e;
}
.typo3-pagetree-deletionDropZone-restoreText {
  display: inline-block;
  padding: 4px 4px 4px 18px;
  background: transparent url('../../../../images/spinner/d5d5d5.gif') no-repeat 0 3px;
}
.typo3-pagetree-deletionDropZone-proxyOver .x-dd-drop-icon {
  background-image: url(../../../../images/icons/actions/edit-delete.png);
}
#typo3-pagetree .typo3-pagetree-deletionDropZone-activateProxyOver {
  background-color: #644d2d;
}
.x-tree-node-readableRootline {
  font-style: italic;
}
[id=typo3-pagetree-indicatorBar] .alert {
  margin: 10px 10px 0;
}
.x-shadow {
  z-index: 40 !important;
}
[id=typo3-pagetree-indicatorBar-temporaryMountPoint] .media-right {
  position: absolute;
  right: 16px;
  -ms-transform: translateY(-100%);
      transform: translateY(-100%);
  background-color: #6daae0;
}
#typo3-browse-links-php {
  background: #ececec;
  background-image: linear-gradient(center top, #ffffff 30px, #ececec 130px);
  background-repeat: repeat-x;
  width: 100%;
  padding-top: 5px;
}
#typo3-browse-links-php #typo3-messages {
  margin: 0px;
  padding: 10px;
}
table#typo3-curUrl {
  font-weight: bold;
  margin: 10px 0 2px 10px;
  width: 100%;
}
table#typo3-curUrl input {
  margin-right: 5px;
}
table#typo3-RTElinkMenu tr td {
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  width: 15%;
}
table#typo3-linkTarget {
  margin-bottom: 25px;
}
#typo3-browse-links-php form,
table#typo3-linkPages tr td.c-wCell,
table#typo3-linkFiles tr td.c-wCell,
table#typo3-EBrecords tr td.c-wCell,
table#typo3-EBfiles tr td.c-wCell,
table#typo3-uplFiles tr td.c-wCell,
table#typo3-crFolder tr td.c-wCell {
  padding: 0 10px;
}
table#typo3-uplFiles tr td.c-hCell,
table#typo3-crFolder tr td.c-hCell {
  padding-bottom: 5px;
  padding-top: 5px;
}
table#typo3-linkPages h3,
table#typo3-linkFiles h3,
table#typo3-EBrecords h3,
table#typo3-EBfiles h3,
table#typo3-uplFiles h3,
table#typo3-crFolder h3 {
  padding: 0;
}
table#typo3-uplFiles #c-override {
  padding: 5px 0;
}
table#typo3-uplFiles #c-override label {
  display: block;
  padding-left: 15px;
  text-indent: -15px;
}
table#typo3-uplFiles #c-override input {
  vertical-align: bottom;
  position: relative;
  top: -1px;
  *overflow: hidden;
}
table#typo3-EBfiles div#filelist {
  margin-left: 10px;
}
table#typo3-EBfiles div#currentFolderHeader {
  margin-bottom: 5px;
  height: 19px;
  vertical-align: middle;
}
table#typo3-EBfiles .filelistThumbnail img {
  margin-left: 17px;
}
body#typo3-browse-links-php img,
body#ext-rte-app-rte-select-image-php img {
  vertical-align: middle;
}
table#typo3-linkMail,
table#typo3-linkURL,
table#typo3-linkTarget {
  margin-top: 5px;
}
input.typo3-link-input {
  width: 250px;
}
table#typo3-linkPages tr td.c-wCell,
table#typo3-linkFiles tr td.c-wCell,
table#typo3-EBrecords tr td.c-wCell,
table#typo3-EBfiles tr td.c-wCell {
  white-space: nowrap;
}
body#ext-rte-app-rte-select-image-php a {
  text-decoration: none;
}
body#ext-rte-app-rte-select-image-php table tr td table tr.bgColor4 td a {
  text-decoration: underline;
}
.slider {
  display: inline-block;
  position: relative;
}
.slider input {
  display: none;
}
.slider .tooltip.top {
  margin-top: -36px;
}
.slider .tooltip-inner {
  white-space: nowrap;
}
.slider .hide {
  display: none;
}
.form-wizards-items > .slider.slider-horizontal {
  margin-left: 8px;
  margin-right: 8px;
}
.slider-track {
  position: absolute;
  cursor: pointer;
  background-color: #dddddd;
  border-radius: 2px;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.25);
}
.slider-track-low,
.slider-track-high {
  position: absolute;
  background: transparent;
  box-sizing: border-box;
  border-radius: 2px;
}
.slider-handle {
  position: absolute;
  background-color: #eeeeee;
  border: 1px solid #959595;
  border-radius: 2px;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}
.slider-handle:hover,
.slider-handle:focus,
.slider-handle:active {
  background-color: #d5d5d5;
  border-color: #767676;
}
.slider-handle:before,
.slider-handle:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #333333;
}
.slider-selection {
  position: absolute;
  background-color: #999999;
  border-radius: 2px;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.25);
}
.slider-tick {
  position: absolute;
  background-color: #c4c4c4;
}
.slider-tick.in-selection {
  background-color: #808080;
}
.slider-horizontal {
  width: 210px;
  height: 32px;
}
.slider-horizontal .slider-selection,
.slider-horizontal .slider-track-low,
.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}
.slider-horizontal .slider-track {
  top: 50%;
  left: 0;
  margin-top: -8px;
  height: 16px;
  width: 100%;
}
.slider-horizontal .slider-tick {
  height: 16px;
  width: 1px;
}
.slider-horizontal .slider-tick[style="left: 0%;"],
.slider-horizontal .slider-tick[style="left: 100%;"] {
  display: none;
}
.slider-horizontal .slider-handle {
  top: 50%;
  height: 20px;
  width: 16px;
  margin-top: -10px;
  margin-left: -8px;
}
.slider-horizontal .slider-handle:before,
.slider-horizontal .slider-handle:after {
  height: 50%;
  width: 2px;
  top: 25%;
}
.slider-horizontal .slider-handle:before {
  left: 4px;
}
.slider-horizontal .slider-handle:after {
  right: 4px;
}
.slider-vertical {
  width: 32px;
  height: 210px;
}
.slider-vertical .slider-selection,
.slider-vertical .slider-track-low,
.slider-vertical .slider-track-high {
  width: 100%;
  left: 0;
  right: 0;
}
.slider-vertical .slider-selection {
  bottom: 0;
}
.slider-vertical .slider-track {
  top: 0;
  left: 50%;
  margin-left: -8px;
  height: 100%;
  width: 16px;
}
.slider-vertical .slider-tick {
  height: 1px;
  width: 16px;
}
.slider-vertical .slider-tick[style="top: 0%;"],
.slider-vertical .slider-tick[style="top: 100%;"] {
  display: none;
}
.slider-vertical .slider-handle {
  left: 50%;
  height: 16px;
  width: 20px;
  margin-top: -8px;
  margin-left: -10px;
}
.slider-vertical .slider-handle:before,
.slider-vertical .slider-handle:after {
  height: 2px;
  width: 50%;
  left: 25%;
}
.slider-vertical .slider-handle:before {
  top: 4px;
}
.slider-vertical .slider-handle:after {
  bottom: 4px;
}
.slider-vertical .slider-selection {
  left: 0;
  right: 0;
}
.slider-disabled .slider-handle {
  background-color: #c83c3c;
  border: 1px solid #7b2323;
}
.slider-disabled .slider-handle:hover,
.slider-disabled .slider-handle:focus,
.slider-disabled .slider-handle:active {
  background-color: #a32e2e;
  border-color: #4c1515;
}
.slider-disabled .slider-handle:before,
.slider-disabled .slider-handle:after {
  background-color: #ffffff;
}
.slider-disabled .slider-track {
  cursor: not-allowed;
}
span.checkbox-spinner {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px;
}
.nav-tabs {
  border-radius: 2px 2px 0 0;
  background-color: #ededed;
}
.nav-tabs > li + li {
  margin-left: 2px;
}
.nav-tabs > li > a {
  margin-right: 0;
  transition: all 0.25s ease-in-out;
}
.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover {
  border-color: #d7d7d7 #d7d7d7 #cccccc;
  background: #e1e1e1;
}
.nav-tabs > li[class*="has-"] > a:before {
  font-family: FontAwesome;
  margin-right: 2px;
  margin-top: -2px;
  vertical-align: middle;
  font-size: 10px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  width: 15px;
  height: 15px;
  display: inline-block;
  transition: all 0.25s ease-in-out;
}
.nav-tabs > li.has-validation-error > a {
  background-color: #c83c3c;
  border-color: #a32e2e;
  color: #fff;
}
.nav-tabs > li.has-validation-error > a:focus,
.nav-tabs > li.has-validation-error > a:hover {
  color: #fff;
  background-color: #ce5050;
  border-color: #b73434;
}
.nav-tabs > li.has-validation-error > a:before {
  content: "\f12a";
}
.nav-tabs > li.has-validation-error.active > a {
  color: inherit;
  background-color: #fafafa;
}
.nav-tabs > li.has-validation-error.active > a:before {
  background-color: #c83c3c;
  color: #ffffff;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:active,
.nav-tabs > li.active > a:hover {
  border: 1px solid #cccccc;
  border-bottom-color: #fafafa;
  background-color: #fafafa;
}
.tab-content > .tab-pane {
  display: block;
  height: 0;
  width: 0;
  overflow: hidden;
}
.tab-content > .tab-pane.active {
  height: auto;
  width: auto;
  overflow: visible;
}
.t3-overview-list dt {
  padding: 0 0 2px 20px;
}
.t3-overview-list dt img {
  vertical-align: middle;
  margin-right: 5px;
}
.t3-overview-list dd {
  margin: 2px 0 15px 20px;
  padding-left: 22px;
}
table {
  background: transparent;
  font-size: inherit;
  line-height: inherit;
}
.table {
  background-color: #fafafa;
  border: 1px solid #cccccc;
}
.table .table {
  margin: 0;
}
.table .table + .table {
  margin-top: 6px;
}
.table * {
  box-sizing: border-box;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th {
  white-space: nowrap;
  vertical-align: middle;
}
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  vertical-align: middle;
}
.table > thead > tr {
  background-color: #ededed;
}
.table > thead > tr th,
.table > thead > tr td {
  border-bottom: 1px solid #cccccc;
}
.table > thead > tr th i,
.table > thead > tr td i {
  font-weight: normal;
}
.table .btn-group > .btn-group,
.table .btn-group > .btn {
  float: none;
}
.table .btn-default {
  color: #333333;
  background-color: #dedede;
  border-color: #c4c4c4;
}
.table .btn-default:focus,
.table .btn-default.focus {
  color: #333333;
  background-color: #c4c4c4;
  border-color: #858585;
}
.table .btn-default:hover {
  color: #333333;
  background-color: #c4c4c4;
  border-color: #a6a6a6;
}
.table .btn-default:active,
.table .btn-default.active,
.open > .dropdown-toggle.table .btn-default {
  color: #333333;
  background-color: #c4c4c4;
  border-color: #a6a6a6;
}
.table .btn-default:active:hover,
.table .btn-default.active:hover,
.open > .dropdown-toggle.table .btn-default:hover,
.table .btn-default:active:focus,
.table .btn-default.active:focus,
.open > .dropdown-toggle.table .btn-default:focus,
.table .btn-default:active.focus,
.table .btn-default.active.focus,
.open > .dropdown-toggle.table .btn-default.focus {
  color: #333333;
  background-color: #b3b3b3;
  border-color: #858585;
}
.table .btn-default:active,
.table .btn-default.active,
.open > .dropdown-toggle.table .btn-default {
  background-image: none;
}
.table .btn-default.disabled:hover,
.table .btn-default[disabled]:hover,
fieldset[disabled] .table .btn-default:hover,
.table .btn-default.disabled:focus,
.table .btn-default[disabled]:focus,
fieldset[disabled] .table .btn-default:focus,
.table .btn-default.disabled.focus,
.table .btn-default[disabled].focus,
fieldset[disabled] .table .btn-default.focus {
  background-color: #dedede;
  border-color: #c4c4c4;
}
.table .btn-default .badge {
  color: #dedede;
  background-color: #333333;
}
.table .pagination {
  margin: 0;
}
.table .col-icon {
  text-align: center;
}
.table .col-icon .t3-icon {
  margin: 0;
}
.table .col-icon,
.table .col-checkbox {
  padding-right: 0;
}
.table .col-title {
  width: 99%;
}
.table .col-nowrap,
.table .col-control,
.table .col-clipboard {
  white-space: nowrap!important;
}
.table .col-control,
.table .col-clipboard {
  text-align: right;
}
.table .col-control {
  padding: 4px 6px;
}
.table .col-border-left {
  border-left: 1px solid #cccccc;
}
.table .col-min {
  min-width: 150px;
}
.table-fixed {
  word-wrap: break-word;
  word-break: break-all;
  table-layout: fixed;
}
.table-white {
  background-color: #fff;
}
.table-transparent {
  background-color: transparent;
}
.table-center th,
.table-center td {
  text-align: center;
}
.table-basic {
  width: 100%;
}
.table-basic th,
.table-basic td {
  vertical-align: middle;
}
.table-vertical-top > thead > tr > th,
.table-vertical-top > tbody > tr > th,
.table-vertical-top > tfoot > tr > th,
.table-vertical-top > thead > tr > td,
.table-vertical-top > tbody > tr > td,
.table-vertical-top > tfoot > tr > td {
  vertical-align: top;
}
.table-vertical-bottom > thead > tr > th,
.table-vertical-bottom > tbody > tr > th,
.table-vertical-bottom > tfoot > tr > th,
.table-vertical-bottom > thead > tr > td,
.table-vertical-bottom > tbody > tr > td,
.table-vertical-bottom > tfoot > tr > td {
  vertical-align: bottom;
}
.table-no-borders {
  border: none;
}
.table-no-borders > thead > tr > th,
.table-no-borders > tbody > tr > th,
.table-no-borders > tfoot > tr > th,
.table-no-borders > thead > tr > td,
.table-no-borders > tbody > tr > td,
.table-no-borders > tfoot > tr > td {
  border: none;
  padding: 2px;
}
.table-fit {
  width: 100%;
  margin-bottom: 1.5em;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  border: 1px solid #ddd;
}
.table-fit > .dataTables_wrapper > .table,
.table-fit > .table {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
}
.table-fit > .dataTables_wrapper > .table colgroup:first-child + tbody tr:first-child th,
.table-fit > .table colgroup:first-child + tbody tr:first-child th,
.table-fit > .dataTables_wrapper > .table tbody:first-child tr:first-child th,
.table-fit > .table tbody:first-child tr:first-child th,
.table-fit > .dataTables_wrapper > .table colgroup:first-child + tbody tr:first-child td,
.table-fit > .table colgroup:first-child + tbody tr:first-child td,
.table-fit > .dataTables_wrapper > .table tbody:first-child tr:first-child td,
.table-fit > .table tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-fit > .dataTables_wrapper > .table tr > th,
.table-fit > .table tr > th,
.table-fit > .dataTables_wrapper > .table tr > td,
.table-fit > .table tr > td {
  white-space: nowrap;
}
.table-fit > .dataTables_wrapper > .table tr > th:first-child,
.table-fit > .table tr > th:first-child,
.table-fit > .dataTables_wrapper > .table tr > td:first-child,
.table-fit > .table tr > td:first-child {
  border-left: 0;
}
.table-fit > .dataTables_wrapper > .table tr > th:last-child,
.table-fit > .table tr > th:last-child,
.table-fit > .dataTables_wrapper > .table tr > td:last-child,
.table-fit > .table tr > td:last-child {
  border-right: 0;
}
.table-fit > .dataTables_wrapper > .table tr:last-child th,
.table-fit > .table tr:last-child th,
.table-fit > .dataTables_wrapper > .table tr:last-child td,
.table-fit > .table tr:last-child td {
  border-bottom: 0;
}
.table-fit-wrap > .table tr > th,
.table-fit-wrap > .table tr > td {
  white-space: normal;
}
.table-fit-inline-block {
  max-width: 100%;
  width: auto;
  display: inline-block;
  margin: 0;
}
.table-fit-inline-block > .table {
  width: auto;
}
.table-fit-block {
  max-width: 100%;
  width: auto;
  display: block;
  margin: 0;
}
.table-fit-block > .table {
  width: auto;
}
.table-spacer-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}
.tooltip-inner {
  padding: 5px 10px;
}
.panel {
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
}
.panel.ui-sortable-helper {
  border-style: dashed;
}
.panel .panel-heading {
  font-weight: bold;
}
.panel-carousel {
  padding: 15px;
}
.panel-heading {
  position: relative;
}
.panel-heading[data-toggle="formengine-flex"],
.panel-heading[data-toggle="formengine-inline"] {
  cursor: pointer;
}
.panel-condensed .panel-heading {
  padding: 5px;
}
.panel-heading-collapse-indicator {
  position: absolute;
  left: 2px;
  margin-top: -2px;
  top: 50%;
}
.panel-collapsed .panel-heading .caret {
  transition: all 0.25s ease-in-out;
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.panel-collapsed .panel-collapse {
  display: none;
  visibility: hidden;
}
.panel > .alert,
.panel-collapse > .alert {
  border: none;
  border-top: 1px solid #cccccc;
  margin: 0;
  padding: 9px 12px;
}
.panel > .form-section,
.panel-collapse > .form-section,
.panel > .tab-content > .form-section,
.panel-collapse > .tab-content > .form-section,
.panel > .tab-content > .tab-pane > .form-section,
.panel-collapse > .tab-content > .tab-pane > .form-section {
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.panel > .nav-tabs,
.panel-collapse > .nav-tabs {
  border-top: 1px solid #cccccc;
  padding-top: 8px;
}
.panel > .nav-tabs > li,
.panel-collapse > .nav-tabs > li {
  margin-left: -1px;
}
.panel > .table,
.panel-collapse > .table,
.panel > .table-fit,
.panel-collapse > .table-fit {
  border: 0;
  margin: 0;
}
.recordlist .table-fit {
  margin-bottom: 0;
}
.panel-hover .panel-default:hover > .panel-heading {
  background-color: #e5e5e5;
}
.panel-space {
  margin: 3em 0;
}
.panel-tab {
  border-radius: 0;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.panel-tab + .panel-tab,
.panel-tab + .form-section {
  margin-top: -19px;
}
.tab-pane > .panel-tab:first-child {
  border-top: none;
}
.panel-lg .panel-body {
  padding: 35px;
}
.panel-lg .panel-heading,
.panel-lg .panel-footer {
  padding: 18px 35px;
}
.panel-lg .panel-carousel {
  padding: 35px;
}
.popover {
  padding: 0;
}
.popover-title {
  font-size: 15px;
  border-bottom: 0;
  padding: 12px 14px;
}
.popover-content p {
  margin: 0;
}
.popover .close {
  margin-right: 10px;
  margin-top: 10px;
}
.popover.bottom .arrow:after {
  border-bottom-color: #f7f7f7;
}
.popover.no-title .arrow:after {
  border-bottom-color: #ffffff;
}
.typo3-TCEforms {
  width: 100%;
}
.t3-form-field-container {
  display: block;
}
.typo3-TCEforms .typo3-csh-link {
  margin-left: 5px;
}
.t3-form-field-container-inline-placeHolder .t3-form-field-header-inline > span {
  display: none;
}
.sortableHandle {
  cursor: move;
}
.t3-flex-section {
  clear: both;
  margin: 5px 0;
}
.t3-form-field-header-flexsection {
  width: 100%;
  height: 16px;
}
.t3-form-field-add-flexsection {
  border-top: 1px solid #cdcdcd;
  padding: 10px 5px 5px 0;
}
.t3-form-flex,
.t3-form-field-container-flexsections {
  margin: 5px 0;
  clear: both;
}
.t3-flex-section-content,
.t3-form-field-record-flexsection {
  background: #eee;
  padding: 5px 0;
}
.t3-flex-section-content > div,
.t3-form-field-record-flexsection > div {
  margin: 0 10px;
}
.t3-flex-section-header-preview {
  font-style: italic;
  width: 100px;
  display: inline-block;
  padding-left: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
img.t3-tceforms-sysfile-imagepreview {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
* html div#typo3-docbody .typo3-TCEforms {
  margin-top: 20px;
}
.typo3-TCEforms img[src*="clear.gif"] {
  z-index: 0;
}
table#typo3-altdoc-header input,
.c-inputButton {
  background: none;
  border: 0;
}
.t3-tceforms-input-wrapper-datetime .t3-icon-edit-pick-date {
  top: -4px;
}
.typo3-TCEforms table#typo3-altdoc-header input:hover,
.c-inputButton:hover {
  background: none;
  border: 0;
}
.typo3-TCEforms span.typo3-TCEforms-newToken {
  color: #990000;
  font-weight: bold;
}
.typo3-TCEforms span.typo3-TCEforms-helpText {
  background: transparent;
  color: #fff;
}
table.typo3-TCEforms-select-checkbox {
  background-color: #ffffff;
  border: 1px solid #aaa;
}
.typo3-TCEforms table.typo3-TCEforms-select-checkbox tr.c-header td {
  background-color: #fff;
  font-weight: bold;
}
.typo3-TCEforms table.typo3-TCEforms-select-checkbox tr:nth-child(2n) {
  background-color: #f7f7f7;
}
.typo3-TCEforms table.typo3-TCEforms-select-checkbox tr.c-selectedItem {
  background-color: #d8ecd0;
}
.typo3-TCEforms table.typo3-TCEforms-select-checkbox tr.c-invalidItem {
  color: #dddddd;
}
.typo3-TCEforms table.typo3-TCEforms-select-checkbox tr:hover {
  background-color: #dedede;
}
.typo3-TCEforms table.typo3-TCEforms-select-checkbox tr.c-selectedItem:hover {
  background-color: #abd99a;
}
.typo3-TCEforms table.typo3-TCEforms-select-checkbox tr.c-invalidItem:hover {
  background-color: transparent;
}
.typo3-TCEforms table.typo3-TCEforms-select-checkbox tr td.c-labelCell {
  white-space: nowrap;
}
.t3-form-original-language {
  background-color: #dadada;
  border: 1px solid #c0c0c0;
  padding: 2px;
  font-size: 0.9em;
  margin-top: 4px;
}
.t3-form-original-language-diff {
  border: 1px solid #c0c0c0;
  font-size: 0.9em;
  margin-top: 4px;
}
.t3-form-original-language-diffheader {
  background-color: #efc7c7;
  font-weight: bold;
  padding: 2px;
}
a.t3-form-original-language-diffheader:hover,
a.t3-form-original-language-diffheader:focus {
  background-color: #e49f9f;
}
.t3-form-original-language-diffcontent {
  padding: 2px;
}
.t3-form-original-language .icon {
  margin-right: 5px;
}
.typo3-TCEforms .typo3-TCEforms-checkboxArray td {
  padding-right: 5px;
}
div.typo3-TCEforms-suggest-choises a {
  cursor: pointer;
}
div.t3-form-field-container:first-child .t3-form-field-label-flex {
  border-top: 0;
}
.t3-form-field-container-inline-hidden,
.t3-form-field-container-inline-placeHolder {
  opacity: 0.3;
}
.t3-form-field-header-inline table {
  vertical-align: top;
}
.t3-tceforms-fieldReadOnly span.t3-icon {
  position: absolute;
  right: 3px;
  top: 4px;
}
.t3-tceforms-widget-null-wrapper + .t3-form-field-item {
  display: inline-block;
}
.t3-form-field-disable {
  display: none;
}
.t3js-formengine-field-item.disabled {
  position: relative;
}
.t3js-formengine-field-item.disabled .t3-form-field-disable {
  z-index: 100;
  background: #fafafa;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.t3-form-field-eval-null-checkbox {
  z-index: 150;
}
.t3-form-palette-field-label {
  text-indent: 2px;
}
.t3-form-field-item .x-tree input.x-tree-node-cb {
  height: auto;
  margin: 0 0 0 1px;
  vertical-align: middle;
}
.t3-form-field-label.t3-form-field-state-changed {
  color: #004fb0;
}
.table-icons td img {
  max-width: 128px;
  max-height: 128px;
}
.list-tree,
.list-tree ul {
  margin-left: 8px;
  padding: 0;
  list-style: none;
  position: relative;
}
.list-tree:before,
.list-tree ul:before {
  content: "";
  display: block;
  width: 0;
  position: absolute;
  top: 0;
  bottom: 11px;
  left: 0;
  margin-bottom: -2px;
  border-left: 1px dotted #666666;
}
.list-tree li {
  margin: 0;
  padding-left: 16px;
  line-height: 21px;
  position: relative;
}
.list-tree li.active > .list-tree-group:before {
  content: '';
  position: absolute;
  right: -6px;
  left: -6px;
  top: -1px;
  bottom: -1px;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.25);
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 2px;
}
.list-tree li:before {
  content: '';
  display: block;
  width: 9px;
  height: 0;
  border-top: 1px dotted #666666;
  margin-top: -2px;
  position: absolute;
  top: 12px;
  left: 2px;
}
.list-tree li:last-child:before {
  background: white;
  height: auto;
  left: 0;
  width: 11px;
  bottom: 0;
}
.list-tree li .icon {
  margin-right: 2px;
}
.list-tree-group {
  position: relative;
  display: block;
  white-space: nowrap;
}
.list-tree-group > span {
  position: relative;
}
.list-tree-value {
  font-weight: bold;
}
.list-tree-icon {
  top: -2px;
}
.list-tree-show {
  float: right;
  margin-left: 6px;
}
.list-tree-control {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  display: block;
  float: left;
  margin-top: 1px;
  margin-left: -26px;
  text-align: center;
  line-height: 20px;
  width: 20px;
  height: 20px;
}
.list-tree-control:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -6px;
  width: 12px;
  height: 12px;
}
.list-tree-control:active,
.list-tree-control:focus,
.list-tree-control:hover {
  outline: none;
  text-decoration: none;
}
.list-tree-control > .fa {
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.list-tree-control > .fa:before {
  width: 12px;
  height: 12px;
  background-color: white;
  display: block;
}
.list-tree-control.list-tree-control-open > .fa:before {
  content: "\f0d7";
}
.list-tree-control.list-tree-control-closed > .fa:before {
  content: "\f0da";
}
.list-tree-root {
  margin-left: 0;
}
.list-tree-root:before {
  display: none;
}
.list-tree-root > li {
  padding-left: 20px;
}
.list-tree-root > li:before {
  display: none;
}
.list-tree-root > li.list-tree-path {
  margin-left: -20px;
}
.list-tree-root > li > .list-tree-group > .list-tree-control {
  margin-left: -20px;
}
.list-tree-root > li > .list-tree-group > .list-tree-control:before {
  background-color: transparent;
}
.list-tree-root-clean > li {
  padding-left: 0;
}
[id=imp-exp-mod] .list-tree li:last-child:before,
[id=imp-exp-mod] .list-tree-control > .fa:before {
  background-color: #f1f1f1;
}
[id=typo3-browse-links-php] .list-tree li:last-child:before,
[id=typo3-browse-links-php] .list-tree-control > .fa:before {
  background-color: #ececec;
}
[id=ext-backend-Modules-FileSystemNavigationFrame-index-php] .list-tree li:last-child:before,
[id=ext-backend-Modules-FileSystemNavigationFrame-index-php] .list-tree-control > .fa:before {
  background-color: #f5f5f5;
}
[id=ext-backend-Modules-FileSystemNavigationFrame-index-php] .module-body {
  padding-left: 10px;
  padding-right: 10px;
}
[id=ext-lowlevel-Modules-Configuration-index-php] .active > .list-tree-group {
  display: inline-block;
  color: #c83c3c;
}
.treeline-icon {
  position: relative;
  display: block;
  float: left;
  margin-top: -6px;
  margin-bottom: -6px;
  margin-right: 2px;
  padding: 0;
  height: 31px;
  width: 16px;
  white-space: nowrap;
  overflow: hidden;
}
.treeline-icon:after,
.treeline-icon:before {
  position: absolute;
  content: '';
  left: 50%;
}
.treeline-icon:before {
  top: 0;
  height: 100%;
  width: 2px;
  margin-left: -1px;
  border-left: 1px dotted #666666;
}
.treeline-icon:after {
  border-top: 1px dotted #666666;
  height: 2px;
  width: 100%;
  top: 50%;
  margin-top: -1px;
}
.treeline-icon-jointop:before {
  top: 50%;
}
.treeline-icon-joinbottom:before {
  top: -50%;
}
.treeline-icon-line:after {
  display: none;
}
.treeline-icon-blank {
  display: none;
}
.treeline-icon-clear:before,
.treeline-icon-clear:after {
  display: none;
}
#typo3-pagetree #typo3-docheader div.buttonsright {
  margin-right: 3px;
}
body#typo3-alt-db-navframe-php div.c-notice {
  border: 1px solid black;
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 5px 5px 5px 5px;
  width: 95%;
}
body#typo3-pagetree {
  margin: 0;
  padding: 0;
}
#typo3-pagetree #typo3-inner-docbody {
  padding: 10px 0;
}
ul.tree {
  line-height: 12px;
  list-style: none;
  clear: both;
  margin: 16px 0 0 10px;
  padding: 0;
}
ul.tree a {
  text-decoration: none;
}
ul.tree a.pm {
  cursor: pointer;
}
ul.tree div.treeLinkItem {
  display: block;
  min-height: 16px;
  padding-right: 2px;
}
ul.tree ul {
  padding: 0 0 0 19px;
  margin: 0;
  list-style: none;
}
ul.tree ul li {
  padding: 0;
  margin: 0;
  white-space: nowrap;
  list-style: none;
}
ul.tree ul li.active div.treeLinkItem {
  background-color: #fff;
  boder: 1px solid #d7d7d7;
  border-right: 0;
}
ul.tree ul li.active li div.treeLinkItem {
  margin: 0;
  background-color: transparent;
  border-width: 0;
}
ul.tree ul li.expanded ul {
  background: transparent url('../../../../icons/gfx/ol/line.gif') left top repeat-y;
}
ul.tree ul li.last > ul {
  background: none;
}
ul.tree li.active span a,
ul.tree ul li.active span a {
  font-weight: bold;
}
ul.tree li.active ul span a,
ul.tree ul li.active ul span a {
  font-weight: normal;
}
ul #pages0_0 > ul {
  padding-left: 0;
}
ul.tree li.active div.treeLinkItem {
  margin: -1px 0 -1px -1px;
}
span.dragIcon {
  display: inline-block;
  height: 16px;
}
ul.tree div.treeLinkItem span.dragId,
ul.tree div.treeLinkItem span.dragTitle,
ul.tree div.treeLinkItem img {
  vertical-align: middle;
}
ul.tree div.treeLinkItem span.dragIcon {
  vertical-align: top;
}
#dragIcon {
  position: absolute;
  visibility: hidden;
  z-index: 20;
  filter: alpha(opacity=50);
  opacity: 0.5;
  white-space: nowrap;
}
#typo3-pagetree-deletionDropZone .x-panel-body {
  background-position: right;
  background-repeat: repeat-y;
}
[id=ext-backend-Modules-FileSystemNavigationFrame-index-php],
[id=ext-backend-Modules-FileSystemNavigationFrame-index-php] .module-body,
[id=typo3-pagetree-treeContainer] {
  background-color: #f5f5f5;
}
[id=ext-backend-Modules-FileSystemNavigationFrame-index-php] .module-docheader {
  padding-left: 10px;
  padding-right: 10px;
}
.x-layout-split {
  width: 1px;
  background-color: #c3c3c3;
}
.ui-block {
  text-align: center;
  padding-top: 200px;
  position: absolute;
  z-index: 3000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.pagination .t3-icon {
  margin: 0;
}
.pagination .paginator-input {
  display: inline-block;
  width: auto;
  margin: -6px 0;
}
.pagination-block {
  display: block;
}
.fieldSelectBox .table-scrollable {
  overflow: auto;
  max-height: 210px;
}
.fieldSelectBox table .col-title {
  padding: 0 6px;
}
.fieldSelectBox table .label-block {
  line-height: 32px;
  height: 32px;
}
.label-inline,
.label-block {
  margin: 0;
  font-weight: normal;
}
.label-block {
  display: block;
}
.label-space-left {
  margin-left: 1em;
}
.label-space-right {
  margin-right: 1em;
}
.badge-info {
  background-color: #6daae0;
}
a.badge-info:hover,
a.badge-info:focus {
  background-color: #4392d7;
}
.badge-success {
  background-color: #79a548;
}
a.badge-success:hover,
a.badge-success:focus {
  background-color: #5f8139;
}
.badge-warning {
  background-color: #e8a33d;
}
a.badge-warning:hover,
a.badge-warning:focus {
  background-color: #d88b1a;
}
.badge-danger {
  background-color: #c83c3c;
}
a.badge-danger:hover,
a.badge-danger:focus {
  background-color: #a32e2e;
}
.btn-sm,
.btn-group-sm > .btn {
  height: 26px;
}
.btn-group {
  font-size: 0;
}
.btn-group .collapse + .btn.collapsed:last-child {
  border-radius: 2px;
}
.btn-group .btn-default.disabled {
  color: #999;
}
.btn-radio input[type="radio"],
.btn-checkbox input[type="radio"],
.btn-radio input[type="checkbox"],
.btn-checkbox input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-radio .fa:before,
.btn-checkbox .fa:before {
  content: "\f096";
}
.btn-radio input[type=radio]:checked + .fa:before,
.btn-checkbox input[type=radio]:checked + .fa:before,
.btn-radio input[type=checkbox]:checked + .fa:before,
.btn-checkbox input[type=checkbox]:checked + .fa:before {
  content: "\f00c";
}
.dropzone {
  position: relative;
  cursor: pointer;
  margin: 15px 0;
  padding: 1.25em;
  padding-right: 46px;
  color: #333333;
  border: 1px dashed #cccccc;
  transition: all 0.3s ease-in-out;
}
.dropzone:hover {
  border-color: #999999;
}
.dropzone-mask {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.dropzone-close {
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px;
  height: 26px;
  width: 26px;
  font-family: FontAwesome;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
  overflow: hidden;
  background-color: #eaeaea;
  color: #333333;
}
.dropzone-close:hover {
  color: #ffffff;
  background-color: #c83c3c;
}
.dropzone-close:before {
  content: "\f00d";
}
.dropzone-hint {
  display: table;
}
.dropzone-hint-media,
.dropzone-hint-body {
  display: table-cell;
  vertical-align: middle;
}
.dropzone-hint-body *:first-child {
  margin-top: 0;
}
.dropzone-hint-body *:last-child {
  margin-bottom: 0;
}
.dropzone-hint-media {
  padding-right: 1em;
}
.dropzone-hint-icon {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  background-color: #eeeeee;
  border-radius: 50%;
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
}
.dropzone-hint-icon:before {
  content: "\f093";
}
.dropzone-hint-title {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 0.25em;
}
.drop-status-ok .dropzone-hint-icon {
  color: #ffffff;
  background: #79a548;
}
.drop-in-progress .dropzone-hint-icon:before {
  content: "\f063";
}
.upload-queue {
  margin: 15px 0;
}
.upload-queue-progress {
  position: relative;
  padding: 5px;
  color: #ffffff;
  background-color: #999999;
  border: 1px solid rgba(0, 0, 0, 0.15);
  text-align: right;
}
.upload-queue-progress-bar {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #79a548;
}
.upload-queue-progress-percentage,
.upload-queue-progress-message {
  display: inline;
  position: relative;
  z-index: 2;
}
.upload-file-picker {
  position: fixed;
  bottom: 0;
  right: 0;
  height: 1px;
  width: 1px;
  visibility: hidden;
}
.uploading .upload-queue-progress-bar {
  background-color: #6daae0;
}
.error .upload-queue-progress-bar {
  background-color: #c83c3c;
}
.t3-icon {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  background-image: url('../../../icons/gfx/icon_fatalerror.gif');
  background-repeat: no-repeat;
  margin-right: 2px;
  width: 16px;
  height: 16px;
  text-align: center;
}
.t3-icon.fa {
  background: none;
  font-size: 14px;
}
.t3-icon .c-inputButton {
  width: 16px;
  height: 16px;
  display: inline-block;
}
.t3-icon-overlay {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  text-decoration: none;
  padding: 0;
}
.t3-icon-empty {
  background-image: none;
}
.typo3-login {
  background-color: #eeeeee;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  width: 100%;
  min-height: 100%;
  height: 100%;
}
.typo3-login-container {
  display: table-cell;
  vertical-align: middle;
}
.typo3-login-wrap {
  max-width: 360px;
  margin: 0 auto;
}
.typo3-login-links {
  padding-top: inherit;
  margin-top: 20px;
  margin-bottom: 20px;
}
.typo3-login-links .disabled {
  cursor: not-allowed !important;
  text-decoration: none!important;
  color: #737373 !important;
}
.typo3-login-links .disabled span {
  cursor: inherit;
}
.typo3-login-logo {
  margin-bottom: 30px;
}
.typo3-login-logo > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.typo3-login-news-heading {
  font-size: 14px;
  line-height: 1.3em;
  margin-top: 0;
}
.panel-login {
  border-color: #d5d5d5;
  border-radius: 5px;
}
.panel-login .panel-heading {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.panel-login .panel-body {
  border-bottom: 3px solid #ff8800;
}
.panel-login .panel-footer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.panel-login a {
  font-weight: bold;
}
@media (max-width: 767px) {
  .panel-login {
    margin-bottom: 0;
  }
}
.input-login {
  border-color: #cccccc;
  box-shadow: none;
  height: 41.2px;
  padding: 12px 12px;
  font-size: 12px;
  line-height: 1.3333333;
  border-radius: 2px;
}
select.input-login {
  height: 41.2px;
  line-height: 41.2px;
}
textarea.input-login,
select[multiple].input-login {
  height: auto;
}
.input-login:focus {
  box-shadow: none;
}
.btn-login {
  padding: 12px 12px;
  font-size: 12px;
  line-height: 1em;
  border-radius: 2px;
  color: #ffffff;
  background-color: #ff8800;
  border-color: rgba(0, 0, 0, 0.1);
  line-height: 1.3em;
}
.btn-login:focus,
.btn-login.focus {
  color: #ffffff;
  background-color: #cc6d00;
  border-color: rgba(0, 0, 0, 0.1);
}
.btn-login:hover {
  color: #ffffff;
  background-color: #cc6d00;
  border-color: rgba(0, 0, 0, 0.1);
}
.btn-login:active,
.btn-login.active,
.open > .dropdown-toggle.btn-login {
  color: #ffffff;
  background-color: #cc6d00;
  border-color: rgba(0, 0, 0, 0.1);
}
.btn-login:active:hover,
.btn-login.active:hover,
.open > .dropdown-toggle.btn-login:hover,
.btn-login:active:focus,
.btn-login.active:focus,
.open > .dropdown-toggle.btn-login:focus,
.btn-login:active.focus,
.btn-login.active.focus,
.open > .dropdown-toggle.btn-login.focus {
  color: #ffffff;
  background-color: #a85a00;
  border-color: rgba(0, 0, 0, 0.1);
}
.btn-login:active,
.btn-login.active,
.open > .dropdown-toggle.btn-login {
  background-image: none;
}
.btn-login.disabled:hover,
.btn-login[disabled]:hover,
fieldset[disabled] .btn-login:hover,
.btn-login.disabled:focus,
.btn-login[disabled]:focus,
fieldset[disabled] .btn-login:focus,
.btn-login.disabled.focus,
.btn-login[disabled].focus,
fieldset[disabled] .btn-login.focus {
  background-color: #ff8800;
  border-color: rgba(0, 0, 0, 0.1);
}
.btn-login .badge {
  color: #ff8800;
  background-color: #ffffff;
}
.btn-login:active,
.btn-login:active:focus,
.btn-login:active:hover,
.btn-login:focus,
.btn-login:hover,
.btn-login:visited {
  background-color: #ff8800;
}
.btn-login:active:focus,
.btn-login:focus {
  outline: none;
}
.btn-login:hover {
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.125);
}
.btn-login:active:focus,
.btn-login:active:hover {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-login:focus {
  box-shadow: none;
}
.typo3-login-carousel-control {
  top: 50%;
  margin-top: -30px;
  height: 60px;
  line-height: 60px;
  width: 10px;
  background-color: #ffffff;
  text-align: center;
  position: absolute;
  opacity: 0.25;
  filter: alpha(opacity=25);
  transition: opacity 0.2s ease-in-out;
}
.typo3-login-carousel-control:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.typo3-login-carousel-control.left {
  left: -10px;
  border: 1px solid #d5d5d5;
  border-right: 0;
  border-radius: 2px 0 0 2px;
}
.typo3-login-carousel-control.right {
  right: -10px;
  border: 1px solid #d5d5d5;
  border-left: 0;
  border-radius: 0 2px 2px 0;
}
@media (min-width: 768px) {
  .typo3-login-carousel-control {
    width: 20px;
  }
  .typo3-login-carousel-control.left {
    left: -20px;
  }
  .typo3-login-carousel-control.right {
    right: -20px;
  }
}
.typo3-login-copyright-link > img {
  float: right;
  margin-top: -4px;
}
.typo3-login-copyright-text {
  margin-top: 18px;
  color: #444444;
}
.typo3-login-copyright-text .fa {
  font-size: 13px;
}
.typo3-login-copyright-text > *:first-child {
  margin-top: 0;
}
.typo3-login-copyright-text > *:last-child {
  margin-bottom: 0;
}
div.typo3-noDoc {
  margin-left: 10px;
  margin-top: 5px;
  width: 740px;
}
div.typo3-noDoc h2 {
  width: 740px;
}
div.typo3-fullDoc {
  height: 100%;
  width: 100%;
}
div#typo3-docbody {
  position: absolute;
  top: 49px;
  bottom: 0;
  overflow: auto;
  width: 100%;
  z-index: 2;
}
[id=typo3-inner-docbody] {
  padding: 24px;
  margin-top: 0;
  transition: border 0.2s ease;
}
body#typo3-show-item-php {
  padding: 12px 24px;
}
.shadow-box-bottom-424 {
  height: 3px;
  background: url('../../../../images/shadows/box-bottom-424.png') top center no-repeat;
}
.shadow-box-top-428 {
  height: 4px;
  background: url('../../../../images/shadows/box-top-428.png') bottom center no-repeat;
}
h1 {
  font-family: Share, Verdana, Arial, Helvetica, sans-serif;
  font-variant: normal;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 22px;
}
h2 {
  margin: 24px 0 12px 0;
}
h3 {
  margin: 24px 0 12px 0;
}
ul,
ol,
blockquote {
  margin-bottom: 9px;
}
ul,
ol {
  padding-left: 3em;
}
pre {
  margin: 0;
}
hr,
div.hr {
  background: none;
  border: none;
  height: 1px;
}
.divider {
  padding-bottom: 12px;
}
li.divider {
  padding: 0;
}
a span {
  cursor: pointer;
}
video {
  background-color: #000;
}
img.absmiddle {
  vertical-align: middle;
}
.smallCheckboxes {
  height: 12px;
  margin: 0px;
  width: 12px;
}
.alignToInputText,
.alignToInputText:hover {
  margin-top: 5px;
  margin-right: 2px;
  vertical-align: top;
}
.nowrap {
  white-space: nowrap;
}
tr:hover .t3-page-ce a,
tr:hover .x-tree a {
  text-decoration: none;
}
a.t3-link {
  text-decoration: underline;
}
em {
  font-style: italic;
}
.typo3-app-icon {
  position: relative;
  display: inline-block;
  padding: 0;
  height: 32px;
  width: 32px;
  overflow: hidden;
  border-radius: 2px;
  background-color: #484848;
  vertical-align: middle;
}
.typo3-app-icon > span {
  display: table;
  height: 100%;
  width: 100%;
}
.typo3-app-icon > span > span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.typo3-app-icon img {
  max-height: 32px;
  max-width: 32px;
  margin: 0 auto;
}
.typo3-app-icon .fa {
  font-size: 21px;
  vertical-align: middle;
}
.typo3-app-icon:after {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}
.section {
  margin-bottom: 15px;
}
.diff-r {
  color: red;
}
div.diff-r {
  background-color: red;
  color: black;
}
.diff-g {
  color: green;
}
div.diff-g {
  background-color: green;
  color: black;
}
div.diff-r,
div.diff-g {
  padding: 3px;
}
.t3-overview-list dt {
  font-weight: bold;
}
.c-na {
  color: #666;
  font-style: italic;
}
.not-found a {
  color: #cccccc;
}
table.warningbox {
  border: solid 2px black;
  background-color: yellow;
  margin: 20px 0;
}
table.warningbox td {
  padding: 20px;
  font-weight: bold;
}
table.warningbox td a {
  text-decoration: underline;
}
div.warningbox {
  border: solid 2px black;
  background-color: yellow;
  font-weight: bold;
  margin: 10px 0;
  padding: 10px;
}
span.warningboxheader {
  margin-left: 5px;
}
.t3-btn {
  cursor: pointer;
}
.element-browser-section {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 30px;
  margin: 0 15px 30px 15px;
}
*::-ms-clear {
  display: none;
}
#typo3-docbody form {
  margin-bottom: 1.25em;
}
a.typo3-goBack {
  font-weight: bold;
}
a.typo3-goBack img {
  margin-right: 5px;
  vertical-align: middle;
}
span.typo3-moduleHeader img {
  margin-right: 4px;
  vertical-align: middle;
}
.has-change .help-block,
.has-change .control-label,
.has-change .radio,
.has-change .checkbox,
.has-change .radio-inline,
.has-change .checkbox-inline,
.has-change.radio label,
.has-change.checkbox label,
.has-change.radio-inline label,
.has-change.checkbox-inline label {
  color: #6daae0;
}
.has-change .form-control {
  border-color: #6daae0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-change .form-control:focus {
  border-color: #4392d7;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c1dbf2;
}
.has-change .input-group-addon {
  color: #6daae0;
  border-color: #6daae0;
  background-color: #ebf3fb;
}
.has-change .form-control-feedback {
  color: #6daae0;
}
.has-change .thumbnail-status {
  border: 1px solid #6daae0;
}
.has-change.has-error .help-block,
.has-change.has-error .control-label,
.has-change.has-error .radio,
.has-change.has-error .checkbox,
.has-change.has-error .radio-inline,
.has-change.has-error .checkbox-inline,
.has-change.has-error.radio label,
.has-change.has-error.checkbox label,
.has-change.has-error.radio-inline label,
.has-change.has-error.checkbox-inline label {
  color: #c83c3c;
}
.has-change.has-error .form-control {
  border-color: #c83c3c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-change.has-error .form-control:focus {
  border-color: #a32e2e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #de8c8c;
}
.has-change.has-error .input-group-addon {
  color: #c83c3c;
  border-color: #c83c3c;
  background-color: #efc7c7;
}
.has-change.has-error .form-control-feedback {
  color: #c83c3c;
}
.input-group-icon {
  width: 32px;
  vertical-align: middle;
}
.input-group-icon img {
  width: 100%;
  max-height: 18px;
}
.input-group-addon {
  min-width: 2.5em;
}
label .icon img {
  pointer-events: none;
}
.form-control {
  min-width: 120px;
}
.form-control-adapt {
  width: auto;
  max-width: 100%;
}
.form-control-wrap {
  margin: 9px 0;
}
.form-control-holder {
  position: relative;
}
.row > .form-group > .form-control-wrap {
  margin-bottom: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  color: #737373;
}
.form-group.has-error label:before {
  font-family: FontAwesome;
  font-size: 12px;
  margin-right: 5px;
  text-align: center;
  content: "\f071";
  color: #c83c3c;
  display: inline-block;
}
.form-group.has-error .btn-toolbar label:before {
  font-family: inherit;
  font-size: inherit;
  margin-right: inherit;
  text-align: inherit;
  content: '';
  color: inherit;
  display: block;
}
.form-group.has-error .input-group-btn label {
  border-color: #c83c3c;
}
.form-group.has-error .input-group-btn label .t3-icon {
  color: #c83c3c;
}
.form-group.has-error .input-group-btn label:before {
  font-family: inherit;
  font-size: inherit;
  margin-right: inherit;
  text-align: inherit;
  content: '';
  color: inherit;
  display: block;
}
select.form-control[multiple],
select.form-control[size] {
  min-height: 156px;
  width: 100%!important;
}
select.form-control[size="1"] {
  height: 32px;
  min-height: 0;
}
select.form-control[size="1"],
select.form-control:not([size]) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
select.form-control[size="1"]::-ms-expand,
select.form-control:not([size])::-ms-expand {
  display: none;
}
select.form-control[size="1"]:not(.form-select-no-siblings),
select.form-control:not([size]):not(.form-select-no-siblings) {
  background-image: url('../../../../../../typo3/sysext/core/Resources/Public/Icons/T3Icons/actions/actions-view-list-expand.svg');
  background-position: right 4px center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  padding-right: 24px;
}
select.form-control[size="1"].input-sm,
select.form-control:not([size]).input-sm,
.form-group-sm select.form-control[size="1"],
.form-group-sm select.form-control:not([size]) {
  line-height: 16px;
}
select.form-control > optgroup {
  margin-top: 9px;
}
select.form-control > optgroup:first-child {
  margin-top: 0;
}
select.form-control option {
  padding-top: 2px;
  padding-bottom: 2px;
}
select.icon-select option {
  padding-left: 22px;
}
.form-control-clearable {
  position: relative;
}
.form-control-clearable .form-control {
  padding-right: 2.3em;
}
.form-control-clearable .close {
  position: absolute;
  z-index: 3;
  font-size: 1.2em;
  top: 50%;
  right: 0.5em;
  margin-top: -0.55em;
}
.form-control-clearable .close:before {
  line-height: 1.5em;
}
.input-group .form-control-clearable {
  display: table-cell;
}
.input-group .form-control-clearable .form-control {
  display: block;
}
.form-notice-capslock {
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: -10px;
  height: 20px;
  width: 20px;
  padding: 3px;
  z-index: 10;
  background-color: #fff;
}
.form-notice-capslock > img {
  display: block;
  opacity: 0.5;
}
.form-inline-spaced {
  margin: 0 -0.5em 18px;
}
.form-inline-spaced .form-group {
  margin: 0.5em 0.5em 0;
}
.form-inline-spaced .form-group label {
  margin-right: 0.5em;
}
.form-group-dashed + .form-group-dashed {
  padding-top: 15px;
  border-top: 1px dashed #ccc;
}
.form-section {
  border: 1px solid #cccccc;
  background-color: #fafafa;
  padding: 15px 12px 3px;
}
.form-section + .form-section {
  margin-top: -1px;
}
.tab-pane > .form-section:first-child {
  border-top: none;
}
.form-section-headline {
  margin-top: 0;
  margin-bottom: 10px;
}
.form-wizards-wrap.form-wizards-top > .form-wizards-items {
  margin-bottom: 9px;
}
.form-wizards-wrap.form-wizards-bottom > .form-wizards-element {
  margin-bottom: 9px;
}
.form-wizards-wrap.form-wizards-aside {
  display: table;
  width: 100%;
}
.form-wizards-wrap.form-wizards-aside > .form-wizards-element {
  width: 100%;
}
.form-wizards-wrap.form-wizards-aside > .form-wizards-element,
.form-wizards-wrap.form-wizards-aside > .form-wizards-items {
  display: table-cell;
  vertical-align: top;
}
.form-wizards-wrap.form-wizards-aside > .form-wizards-items {
  white-space: nowrap;
  padding-left: 5px;
}
.form-wizards-element > .table-fit {
  margin-bottom: 9px;
}
.form-irre-header {
  display: table;
  margin: -5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form-irre-header-cell {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
  padding: 5px;
}
.form-irre-header-body {
  width: 100%;
  font-weight: normal;
  white-space: normal;
}
.form-irre-header-body dl {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .form-irre-header-body dl dt {
    float: left;
    width: 70px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .form-irre-header-body dl dd {
    margin-left: 90px;
  }
}
@media (min-width: 768px) {
  .form-irre-header-body dl dt {
    text-align: left;
  }
}
.form-irre-header-icon {
  padding-right: 0;
}
.form-irre-header-control {
  cursor: auto;
}
.form-irre-header-control .btn-group > .btn {
  float: none;
}
.form-multigroup-wrap {
  width: 100%;
  display: table;
}
.form-multigroup-wrap .form-multigroup-item {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}
.form-multigroup-wrap .form-multigroup-item + .form-multigroup-item {
  padding-left: 5px;
}
.form-multigroup-wrap .form-multigroup-item-wizard {
  margin-bottom: 5px;
}
.form-multigroup-wrap .form-multigroup-item-wizard + select.form-control[multiple],
.form-multigroup-wrap .form-multigroup-item-wizard + select.form-control[size] {
  min-height: 125px;
}
.form-multigroup-wrap .form-wizards-wrap {
  width: 100%;
}
.radio-row,
.checkbox-row {
  margin-top: 10px;
  margin-bottom: 5px;
}
.radio-column,
.checkbox-column {
  margin-bottom: 5px;
}
.radio-column > .radio,
.checkbox-column > .radio,
.radio-column > .checkbox,
.checkbox-column > .checkbox {
  margin: 0;
}
.radio-inline.radio,
.checkbox-inline.radio,
.radio-inline.checkbox,
.checkbox-inline.checkbox {
  display: block;
  margin-left: 0;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0;
}
@media (max-width: 767px) {
  .radio-inline.radio + .radio,
  .checkbox-inline.radio + .radio,
  .radio-inline.checkbox + .radio,
  .checkbox-inline.checkbox + .radio,
  .radio-inline.radio + .checkbox,
  .checkbox-inline.radio + .checkbox,
  .radio-inline.checkbox + .checkbox,
  .checkbox-inline.checkbox + .checkbox {
    margin-top: -5px;
  }
}
@media (min-width: 768px) {
  .radio-inline.radio,
  .checkbox-inline.radio,
  .radio-inline.checkbox,
  .checkbox-inline.checkbox {
    display: inline-block;
    margin-top: 10px;
  }
  .radio-inline.radio label,
  .checkbox-inline.radio label,
  .radio-inline.checkbox label,
  .checkbox-inline.checkbox label {
    white-space: nowrap;
  }
}
textarea.formengine-textarea {
  resize: none;
}
body#typo3-backend-php {
  margin: 0;
  padding: 0;
}
#typo3-main-container {
  clear: both;
}
#typo3-top {
  margin-left: 160px;
}
iframe {
  width: 100%;
}
#typo3-side-menu,
iframe {
  height: 100%;
  overflow: auto;
}
[id="typo3-module-menu"] {
  background: #222222;
  color: #ffffff;
}
[id="typo3-module-menu-xsplit"] {
  z-index: 10;
  width: 1px;
  background-color: #2b2b2b;
  box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.5);
}
[id="typo3-module-menu-xsplit"]:hover {
  box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.9);
}
[id="typo3-module-menu-xsplit"] .x-layout-mini-wrapper {
  left: -7px;
  width: 15px;
}
[id="typo3-menu"] {
  padding-left: 0;
  list-style: none;
}
[id="typo3-menu"] .typo3-module-menu-group-container {
  clear: both;
  padding-left: 0;
  list-style: none;
  padding-right: 15px;
}
[id="typo3-menu"] .typo3-module-menu-group {
  transition: background-color 0.4s ease-in-out;
  position: relative;
  color: #ffffff;
  background-color: #222222;
  border-top: 1px solid #2b2b2b;
  border-bottom: 1px solid #111111;
  padding: 5px 0;
}
[id="typo3-menu"] .typo3-module-menu-group.expanded {
  background-color: #222222;
}
[id="typo3-menu"] .typo3-module-menu-group-header {
  position: relative;
  cursor: pointer;
  display: block;
  padding: 4px 9px;
  text-transform: uppercase;
}
[id="typo3-menu"] .typo3-module-menu-item {
  margin: 1px 0;
}
[id="typo3-menu"] .typo3-module-menu-item-link {
  position: relative;
  cursor: pointer;
  display: block;
  padding: 4px 9px;
  color: #aaaaaa;
  border-radius: 0 2px 2px 0;
  text-decoration: none;
}
[id="typo3-menu"] .typo3-module-menu-item-link:focus,
[id="typo3-menu"] .typo3-module-menu-item-link:hover {
  outline: none;
  color: #ffffff;
  background-color: #2a2a2a;
}
[id="typo3-menu"] .typo3-module-menu-item.active .typo3-module-menu-item-link {
  color: #ffffff;
  background-color: #484848;
}
[id="typo3-menu"] .typo3-module-menu-group-icon,
[id="typo3-menu"] .typo3-module-menu-item-icon {
  float: left;
  margin-right: 10px;
}
[id="typo3-menu"] .typo3-module-menu-group-icon {
  background-color: transparent;
}
[id="typo3-menu"] .typo3-module-menu-group-icon > span {
  line-height: 32px;
}
[id="typo3-menu"] .typo3-module-menu-group-icon > span > .t3-icon {
  width: 32px;
  height: 32px;
}
[id="typo3-menu"] .typo3-module-menu-group-icon > span > .t3-icon:before {
  line-height: 32px;
}
[id="typo3-menu"] .typo3-module-menu-group-icon:after {
  display: none;
}
[id="typo3-menu"] .typo3-module-menu-group-title,
[id="typo3-menu"] .typo3-module-menu-item-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-top: 7px;
  display: block;
  overflow: hidden;
  *zoom: 1;
}
[id="typo3-menu"] .typo3-module-menu-group-title {
  padding-right: 20px;
}
[id="typo3-menu"] .typo3-module-menu-group-title .caret {
  transition: all 0.25s ease-in-out;
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  top: 15px;
  right: 18px;
}
[id="typo3-menu"] .expanded .typo3-module-menu-group-title .caret {
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.typo3-module-menu-snapped .typo3-module-menu-group-container {
  padding-right: 0;
}
.typo3-module-menu-snapped .typo3-module-menu-item-link {
  border-radius: 0;
}
.typo3-module-menu-snapped .typo3-module-menu-group-title,
.typo3-module-menu-snapped .typo3-module-menu-item-title {
  display: none;
}
.query-builder .form-inline > .form-control-clearable {
  display: inline;
}
.query-builder .form-group-with-button-addon .input-group {
  margin-bottom: 10px;
}
.query-builder .form-group-with-button-addon .input-group .input-group-addon {
  padding: 0 0 0 1px;
}
.query-builder .form-group-with-button-addon .input-group .input-group-addon .btn-default {
  border: 0;
}
.query-builder .from-control-operator {
  width: 70px;
  min-width: 70px;
}
.query-builder .action-button-group {
  margin: 10px 0;
}
.query-builder .row-group {
  margin: 10px 0;
  padding: 10px;
  border-color: #999;
  box-shadow: 0px 2px 5px 0px #999999;
}
.query-builder .indent {
  padding-left: 20px;
}
.tx_recycler_recycler tr.collapse {
  display: none;
}
.tx_recycler_recycler tr.collapse.in {
  display: table-row;
}
.tx_scheduler_mod1 .table td {
  vertical-align: top;
}
.tx_scheduler_mod1 .table span.name {
  display: block;
}
.tx_scheduler_mod1 .table span.description {
  font-style: italic;
  white-space: normal;
  color: #737373;
}
.tstemplate-constanteditor .input-group.userTS .input-group-addon.colorbox {
  display: inline-block;
  height: 100%;
  position: absolute;
}
.t3-grid-table {
  border-collapse: separate;
  border-spacing: 10px 0;
  min-width: 100%;
  table-layout: fixed;
}
.t3-grid-container {
  margin: 0px -10px 18px;
}
.t3-grid-cell {
  background-color: #fafafa;
  border-bottom: 1px solid #cdcdcd;
}
.t3-grid-cell-restricted {
  background-color: #efc7c7;
}
.t3-grid-cell-unassigned {
  background: url('../../../../images/backgrounds/layout-not-assigned.png') repeat;
}
.t3-page-columns {
  min-width: 100%;
}
.t3-page-column {
  min-width: 150px;
  max-width: 300px;
}
.t3-page-column > h2 {
  margin: 0;
}
.t3-page-column-header-icons {
  visibility: hidden;
  position: absolute;
  right: 0;
}
.t3-page-column-header {
  padding: 20px 10px 5px 10px;
  position: relative;
  background: #ffffff;
  border-bottom: 1px solid #cdcdcd;
  color: #999999;
  text-align: left;
}
.t3-page-column-header a {
  position: relative;
}
.t3-page-column-header:hover .t3-page-column-header-icons {
  visibility: visible;
}
.t3-page-columns-mode img.c-divider {
  margin: 10px 0 5px 0;
}
.t3-page-lang-copyce {
  margin: 10px;
}
.t3-page-ce-wrapper {
  min-height: 2em;
}
.t3-page-ce {
  transition: opacity 0.15s ease-in;
  margin: 10px;
}
.t3-page-ce.active-drag {
  z-index: 4500;
}
.t3-page-ce * {
  border-spacing: 0;
}
.t3-page-ce > .t3-page-ce {
  margin-left: 0;
  margin-right: 0;
}
.t3-page-ce .t3-page-ce-body-inner {
  padding: 10px;
  word-wrap: break-word;
}
.t3-page-ce .t3-page-ce-header {
  transition: background 0.15s ease-in;
  padding: 5px;
  border: 1px solid #cccccc;
  border-bottom: 0;
  border-radius: 2px 2px 0 0;
  background: #eaeaea;
}
.t3-page-ce .t3-page-ce-header-icons-left {
  float: left;
}
.t3-page-ce .t3-page-ce-header-icons-left > a {
  display: inline-block;
  padding: 4px 4px;
}
.t3-page-ce .t3-page-ce-header-icons-right {
  transition: opacity 0.15s ease-in;
  opacity: 0.3;
  float: right;
}
.t3-page-ce .t3-page-ce-body {
  margin-bottom: 10px;
  border: 1px solid #cccccc;
  border-top: 0;
  border-radius: 0 0 2px 2px;
  background-color: #ffffff;
}
.t3-page-ce .t3-page-ce-footer {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 11px;
  padding: 5px 10px;
  background: #fafafa;
}
.t3-page-ce:hover .t3-page-ce-header {
  background: #d0d0d0;
}
.t3-page-ce:hover .t3-page-ce-header,
.t3-page-ce:hover .t3-page-ce-body {
  border-color: #aaaaaa;
}
.t3-page-ce:hover .t3-page-ce-body {
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
}
.t3-page-ce:hover .t3-page-ce-header-icons-right {
  opacity: 1;
}
.t3-page-ce-danger:hover .t3-page-ce-header {
  background-color: #a32e2e;
  border-color: #a32e2e;
}
.t3-page-ce-danger:hover .t3-page-ce-body {
  border-color: #a32e2e;
}
.t3-page-ce-danger .t3-page-ce-header {
  background-color: #c83c3c;
  border-color: #c83c3c;
}
.t3-page-ce-danger .t3-page-ce-header:hover {
  background-color: #a32e2e;
  border-color: #a32e2e;
}
.t3-page-ce-danger .t3-page-ce-body {
  border-color: #c83c3c;
}
.t3-page-ce-hidden {
  opacity: 0.4;
  transition: opacity 0.15s ease-in;
}
.t3-page-ce-hidden:hover {
  opacity: 1.0;
}
.t3-page-ce-dropzone-available.active,
.t3-page-ce-dropzone-possible {
  border: 1px dashed #79a548;
  border-radius: 2px;
  background-color: #d1e2bd;
}
.t3-page-ce-dropzone-available.active {
  height: 2em;
}
.t3-page-ce-dropzone-possible {
  margin: 10px;
}
.t3-page-ce-dragitem .t3-page-ce-header-draggable:hover {
  cursor: move;
}
.t3-is-dragged .t3-page-ce-body {
  max-height: 225px;
  overflow: hidden;
}
.t3-page-ce-dropzone-available.active,
.t3-page-ce-dropzone-possible {
  max-height: 225px;
}
[id="typo3-topbar"],
[id="typo3-topbar"] .x-panel-body {
  min-width: 1000px;
}
[id="typo3-topbar"] {
  height: 45px;
  position: relative;
  background-color: #111111;
  color: #dddddd;
}
[id="typo3-topbar"] .x-panel-bwrap,
[id="typo3-topbar"] .x-panel-body {
  overflow: visible;
}
.typo3-in-workspace [id="typo3-topbar"] {
  background-color: #6d860d;
}
.typo3-in-workspace [id="typo3-topbar"] .typo3-topbar-site-name {
  color: #fff;
}
.typo3-topbar-container {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 45px;
  position: relative;
}
.typo3-topbar-site {
  display: table;
  padding: 0;
  height: 45px;
  float: left;
}
.typo3-topbar-site-logo,
.typo3-topbar-site-name {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.typo3-topbar-site-logo {
  background-color: #111111;
  width: 51px;
  box-shadow: 2px 0px 0px rgba(0, 0, 0, 0.15);
}
.typo3-topbar-site-logo:hover {
  background-color: #333333;
}
.typo3-topbar-site-logo > img {
  max-height: 50px;
}
.typo3-topbar-site-name {
  cursor: default;
  padding: 0 15px;
}
.typo3-topbar-navigation {
  color: #dddddd;
  background-color: #222222;
  float: right;
}
.typo3-topbar-navigation .shortcut {
  min-width: 180px;
}
.typo3-topbar-navigation .shortcut-form {
  padding: 16px;
  margin: 4px -16px;
  border-top: 1px solid #373737;
  background-color: #2b2b2b;
  border-bottom: 1px solid #111111;
}
.typo3-topbar-navigation-items {
  height: 45px;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  float: left;
}
.typo3-topbar-navigation-items .icon-color {
  fill: #dddddd;
}
.typo3-topbar-navigation-items a {
  color: #dddddd;
  text-decoration: none;
}
.typo3-topbar-navigation-items > li {
  float: left;
  height: 45px;
}
.typo3-topbar-navigation-items > li > a {
  position: relative;
  display: block;
  padding: 13.5px 10px;
  border-left: 1px solid #2b2b2b;
  border-right: 1px solid #111111;
}
.typo3-topbar-navigation-items > li > a:hover,
.typo3-topbar-navigation-items > li > a:focus,
.typo3-topbar-navigation-items > li > a:active {
  color: #ffffff;
  background-color: #333333;
  border-left-color: #3b3b3b;
}
.typo3-topbar-navigation-items > li.open > a {
  color: #ffffff;
  background-color: #484848;
  border-left-color: #505050;
}
.typo3-topbar-navigation-items .dropdown {
  min-width: 45px;
  text-align: center;
}
.typo3-topbar-navigation-items .dropdown > a > .fa {
  font-size: 16px;
  margin: 0;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: auto;
  height: auto;
}
.typo3-topbar-navigation-items .dropdown > a .icon-size-default .icon-unify,
.typo3-topbar-navigation-items .dropdown > a .icon-size-small .icon-unify {
  line-height: 16px;
  font-size: 16px;
}
.typo3-topbar-navigation-items .dropdown-toggle {
  position: relative;
}
.typo3-topbar-navigation-items .dropdown-toggle .badge {
  display: none;
  font-size: 10px;
  min-width: 15px;
  height: 15px;
  position: absolute;
  padding: 0;
  border-radius: 2px;
  line-height: 15px;
  bottom: 5px;
  right: 5px;
}
.typo3-topbar-navigation-items .live-search-wrapper + .dropdown-menu {
  width: 100%;
}
.typo3-topbar-navigation-items .live-search-wrapper + .dropdown-menu .dropdown-list {
  position: relative!important;
}
.typo3-topbar-navigation-items .dropdown-menu {
  left: auto;
  right: 0;
  margin: 0;
  z-index: 2000;
  padding: 8px 16px;
  color: #dddddd;
  background-color: #222222;
  border-color: #111111;
  border-top: 1px solid #444444;
  border-left: 0;
  border-right: 0;
  border-radius: 0 0 2px 2px;
  box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.15);
}
.typo3-topbar-navigation-items .dropdown-menu a {
  color: #dddddd;
  white-space: nowrap;
}
.typo3-topbar-navigation-items .dropdown-menu > *:last-child {
  margin-bottom: 0;
}
.typo3-topbar-navigation-items .dropdown-list {
  padding-left: 0;
  list-style: none;
}
.typo3-topbar-navigation-items .dropdown-list > li {
  position: relative;
}
.typo3-topbar-navigation-items .dropdown-list > li.active .dropdown-list-link {
  background-color: #484848;
  color: #ffffff;
}
.typo3-topbar-navigation-items .dropdown-list > li + li {
  margin-top: 1px;
}
.typo3-topbar-navigation-items .dropdown-list > li.divider + li {
  margin-top: 0;
}
.typo3-topbar-navigation-items .dropdown-list .divider {
  border-top: 1px solid #111111;
  background-color: #2b2b2b;
  margin: 8px -16px;
  padding: 1px 0 0;
}
.typo3-topbar-navigation-items .dropdown-list .modlink {
  width: 210px;
}
.typo3-topbar-navigation-items .dropdown-list .modlink .submodule-icon {
  float: left;
  margin-right: 10px;
}
.typo3-topbar-navigation-items .dropdown-list .modlink .submodule-label {
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-top: 7px;
  display: block;
  overflow: hidden;
  *zoom: 1;
}
.typo3-topbar-navigation-items .dropdown-list .dropdown-header {
  font-size: 1em;
  margin-left: -16px;
  margin-right: -16px;
  padding: 8px 16px;
}
.typo3-topbar-navigation-items .dropdown-list .dropdown-intro,
.typo3-topbar-navigation-items .dropdown-list .dropdown-info {
  color: #aaaaaa;
  margin-left: -16px;
  margin-right: -16px;
  padding: 8px 16px;
}
.typo3-topbar-navigation-items .dropdown-list .dl-horizontal dt {
  width: 140px;
  text-align: left;
  font-weight: normal;
}
.typo3-topbar-navigation-items .dropdown-list .dl-horizontal dd {
  margin-left: 150px;
  width: 170px;
  word-wrap: break-word;
}
.typo3-topbar-navigation-items .dropdown-list-link {
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  color: #dddddd;
  margin-left: -16px;
  margin-right: -16px;
  padding: 4px 16px;
}
.typo3-topbar-navigation-items .dropdown-list-link:hover {
  color: #ffffff;
  background-color: #333333;
}
.typo3-topbar-navigation-items .dropdown-list-link .badge {
  background-color: #c83c3c;
  color: #ffffff;
}
.typo3-topbar-navigation-items .dropdown-list-link-edit,
.typo3-topbar-navigation-items .dropdown-list-link-delete,
.typo3-topbar-navigation-items .dropdown-list-link-close {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -8px;
  padding: 0;
  text-align: center;
  line-height: 26px;
  width: 26px;
  height: 26px;
}
.typo3-topbar-navigation-items .dropdown-list-link-edit:hover,
.typo3-topbar-navigation-items .dropdown-list-link-delete:hover,
.typo3-topbar-navigation-items .dropdown-list-link-close:hover {
  background-color: #333333;
}
.typo3-topbar-navigation-items .dropdown-list-link-edit {
  right: 18px;
}
.typo3-topbar-navigation-items .dropdown-list-link-delete:hover,
.typo3-topbar-navigation-items .dropdown-list-link-close:hover {
  background-color: #c83c3c;
}
.typo3-topbar-navigation-items .dropdown-link-list-add-close {
  padding-right: 50px;
}
.typo3-topbar-navigation-items .dropdown-link-list-add-editdelete {
  padding-right: 85px;
}
.typo3-topbar-navigation-items .topbar-workspaces-title {
  margin-left: 3px;
}
.typo3-topbar-navigation-search {
  position: relative;
  padding: 0;
  margin: 0;
}
.typo3-topbar-navigation-search .form-group {
  margin-top: 0;
  margin-bottom: 0;
}
.typo3-topbar-navigation-search .form-group:before {
  content: "\f002";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -8px;
  z-index: 1;
}
.typo3-topbar-navigation-search .form-group button.close {
  opacity: 1;
  color: #dddddd;
  text-shadow: none;
}
.typo3-topbar-navigation-search .form-control {
  background-color: #222222;
  color: #dddddd;
  height: 45px;
  width: 300px;
  padding: 14px 30px 13px 35px;
  border: none;
  border-left: 1px solid #2b2b2b;
  border-radius: 0;
}
.typo3-topbar-navigation-search .form-control:hover {
  border-left-color: #373737;
  background-color: #333333;
}
.typo3-topbar-navigation-search .form-control:focus {
  outline: none;
  border-left-color: #515151;
  background-color: #484848;
  box-shadow: none;
}
.typo3-topbar-navigation-search .form-control + .t3-icon {
  text-align: center;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-right: 0;
  margin-top: -8px;
}
.typo3-topbar-navigation-search .dropdown-menu {
  left: auto!important;
  width: 350px;
}
.typo3-topbar-navigation-search .dropdown-list-link {
  max-width: none;
}
.typo3-topbar-navigation-search .dropdown-list-link .typeahead-highlight {
  font-weight: normal;
}
#typo3-cms-backend-backend-toolbaritems-shortcuttoolbaritem .dropdown-list {
  max-height: 270px;
  overflow: hidden;
  overflow-y: auto;
  padding-right: 10px;
}
#typo3-debug-console {
  background-color: #f5f5f5;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 1000;
  border: 1px solid #b1b1b1;
}
#typo3-debug-console .topbar {
  background-color: #d7d7d7;
  padding: 6px 6px;
  border-bottom: 1px solid #b1b1b1;
}
#typo3-debug-console .topbar .badge {
  margin-left: 6px;
}
#typo3-debug-console .messages {
  padding: 6px 6px;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  height: 250px;
  overflow: auto;
}
#typo3-debug-console .messages .table {
  width: auto;
}
#typo3-debug-console .messages p {
  margin: 0;
}
#typo3-debug-console .messages p strong {
  padding-right: 4px;
}
.typo3-dblist-sysnotes {
  margin-top: 15px;
}
.typo3-dblist-sysnotes .panel-sysnote {
  border: 0;
}
.typo3-dblist-sysnotes .panel-sysnote .panel-heading {
  padding: 5px;
}
.typo3-dblist-sysnotes .panel-sysnote .panel-heading .typeicon {
  padding: 4px 4px 12px 4px;
}
.typo3-dblist-sysnotes .panel-sysnote .panel-heading .typeicon .icon {
  margin-top: 5px;
}
.typo3-dblist-sysnotes .panel-sysnote .panel-body h4 {
  margin-top: 0;
}
.typo3-dblist-sysnotes .panel-sysnote .panel-body h4 span {
  font-style: italic;
}
.typo3-dblist-sysnotes .panel-sysnote-category-1 {
  background-color: #ebf3fb;
  color: #333333;
}
.typo3-dblist-sysnotes .panel-sysnote-category-2 {
  background-color: #fbefdd;
  color: #333333;
}
.typo3-dblist-sysnotes .panel-sysnote-category-3 {
  background-color: #f9f9f9;
  color: #333333;
}
.typo3-dblist-sysnotes .panel-sysnote-category-4 {
  background-color: #d1e2bd;
  color: #333333;
}
.typo3-extensionmanager-headerRowLeft {
  float: left;
}
.typo3-extensionmanager-headerRowRight {
  float: right;
}
.ui-toolbar {
  margin-bottom: 5px;
}
.ui-toolbar .dataTables_filter {
  float: left;
}
.dataTables_info {
  display: none;
}
.dataTables_paginate {
  float: left;
  margin: 10px 0 0;
}
.uploadForm {
  background-color: #ededed;
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  padding: 12px;
  margin-bottom: 24px;
}
.uploadForm form .control-group {
  clear: both;
  margin-bottom: 5px;
}
.uploadForm form label {
  float: left;
  height: 20px;
  padding: 4px 0;
  line-height: 20px;
  width: 90px;
}
.uploadForm form .control {
  min-height: 20px;
  padding: 4px 0;
  margin-left: 110px;
}
.distribution {
  border: 1px solid #cfcfcf;
  background-color: #f5f5f5;
  margin-bottom: 20px;
  margin-left: 20px;
  width: 300px;
  float: left;
}
.distribution:hover {
  background-color: #ededed;
}
.distribution:hover .distribution-hover {
  top: 0px;
  opacity: 1;
}
.distribution:hover .distribution-more {
  text-decoration: underline;
}
.distribution .typo3-dependency-version {
  position: absolute;
  right: 0px;
}
.distribution-holder {
  margin-top: 1em;
  bottom: 0px;
  margin-left: -20px;
}
.distribution-image {
  position: relative;
  width: 300px;
  height: 225px;
  overflow: hidden;
}
.distribution-image img {
  display: block;
  height: 100%;
  width: 100%;
}
.distribution-hover {
  background-color: #f5f5f5;
  position: absolute;
  top: 100%;
  left: 0px;
  width: 300px;
  height: 225px;
  overflow: hidden;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.distribution-hover-inner {
  padding: 15px;
}
.distribution-meta {
  border-top: 1px solid #dcdcdc;
  padding: 15px;
}
.distribution-meta .distribution-title {
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
}
.distribution-meta .distribution-install {
  margin-top: 0.5em;
}
.distribution-detail {
  min-width: 750px;
}
.distribution-detail-previewpane {
  float: left;
  margin-right: 30px;
}
.distribution-detail-preview {
  display: block;
  border: 1px solid #cfcfcf;
}
.distribution-detail-body {
  overflow: hidden;
  zoom: 1;
}
.distribution-detail-header {
  margin-bottom: 2.5em;
}
.distribution-detail-header h1 {
  margin-bottom: 0.5em;
}
.distribution-detail-header p {
  padding: 0px;
  max-width: 500px;
  margin-bottom: 1.25em;
}
.distribution-detail-summary {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}
.distribution-installed hr {
  margin: 2.5em 0;
  border: 0;
  border-top: 1px solid #cfcfcf;
}
.ui-widget-header {
  background: none;
  border: none;
  font-weight: normal;
}
.dataTables_info {
  font-size: 10px;
  color: #444;
  float: left;
}
.paging_two_button .ui-button {
  float: left;
  cursor: pointer;
}
.paging_full_numbers {
  float: right;
}
.paging_full_numbers .ui-button {
  padding: 2px 6px;
  margin: 0;
  cursor: pointer;
  color: #333 !important;
}
.dataTables_paginate {
  width: auto;
}
.dataTables_paginate .ui-button {
  margin-right: -0.1em !important;
}
.typo3-extension-list .ext-icon {
  max-height: 16px;
  max-width: 16px;
}
.typo3-extension-list tr.installed td {
  background-color: #c8ffaa;
}
.typo3-extension-list tr.available td {
  background-color: #E1E1aa;
}
.typo3-extension-list .inactive {
  color: #aaaaaa;
}
.typo3-extension-list .insecure {
  color: #ff2262;
}
.typo3-extension-list .insecure a {
  color: inherit;
}
.typo3-extension-list .outdated {
  color: #0c08ff;
}
.typo3-extension-list .outdated a {
  color: inherit;
}
.typo3-extension-list .author {
  display: none;
}
#extensionUploadForm div.control-group:last-child {
  margin-bottom: 0;
}
.headerTooltip {
  box-shadow: 2px 2px 11px #666666;
  display: none;
  width: 150px;
  background-color: #ffa;
  border: 1px solid #cc9;
  padding: 3px;
  font-size: 13px;
  z-index: 1000;
}
#terTableWrapper {
  position: relative;
  margin-top: 1em;
}
#terTableWrapper .splash-receivedata {
  display: none;
  position: absolute;
  top: 50px;
  left: 50%;
  margin: 0 0 0 -150px;
}
#terTableWrapper .splash-receivedata a {
  display: inline-block;
  width: 200px;
  vertical-align: top;
  padding: 3px 20px;
}
#terTableWrapper .splash-receivedata.is-shown {
  display: block;
}
#terTableWrapper .spinner {
  display: inline-block;
}
#terTableWrapper .ui-icon {
  width: 16px;
  height: 16px;
}
.time-since-last-update {
  font-weight: bold;
  padding-right: 0.4em;
  cursor: help;
}
.is-loading {
  opacity: 0;
}
.is-hidden {
  display: none;
}
.versions-all {
  display: inline-block;
  width: 20px;
  text-indent: -200px;
  overflow: hidden;
}
.currentVersionInfo {
  padding: 0 0 20px 0;
}
.currentVersionInfo td {
  padding: 4px 0;
}
.currentVersionInfo th {
  font-weight: normal;
  color: #8c8c8c;
  padding: 4px 20px 4px 0;
}
span.ter-ext-state {
  padding: 0 0 0 5px;
  font-weight: bold;
  text-transform: capitalize;
}
#typo3-docbody form.download {
  margin-bottom: 0;
}
.typo3-extensionmanager-headerRowLeft {
  display: inline-block;
}
.typo3-extensionmanager-headerRowLeft .typo3-extensionmanager-searchTerFieldWrapper {
  display: inline-block;
  position: relative;
}
.typo3-extensionmanager-headerRowLeft .typo3-extensionmanager-searchTerFieldWrapper input {
  height: 15px;
}
.typo3-extensionmanager-headerRowLeft .typo3-extensionmanager-searchTerFieldWrapper .t3-icon-input-clear {
  position: absolute;
  right: 3px;
  top: 4px;
}
div.typo3-module-lang table.t3-datatable {
  width: 100% !important;
}
div.typo3-module-lang table.t3-datatable th.sorting,
div.typo3-module-lang table.t3-datatable th.sorting_asc,
div.typo3-module-lang table.t3-datatable th.sorting_desc {
  cursor: pointer;
}
div.typo3-module-lang table.t3-datatable tr > .extensionName {
  padding-left: 0 !important;
}
div.typo3-module-lang table.t3-datatable tr > .dt-center {
  text-align: center;
}
div.typo3-module-lang table.t3-datatable tr.disabled {
  color: #aaaaaa;
}
div.typo3-module-lang table.t3-datatable tr.disabled a.deactivateLanguageLink,
div.typo3-module-lang table.t3-datatable tr.disabled a.updateLanguageLink,
div.typo3-module-lang table.t3-datatable tr.disabled a.updateTranslationLink {
  display: none;
}
div.typo3-module-lang table.t3-datatable tr.enabled a.activateLanguageLink {
  display: none;
}
div.typo3-module-lang table.t3-datatable tr div.progressBar {
  display: none;
}
div.typo3-module-lang table.t3-datatable tr div.progressBar .progress {
  position: relative;
}
div.typo3-module-lang table.t3-datatable tr div.progressBar .progress .progress-text {
  position: absolute;
  color: #FFFFFF;
  text-align: center;
  width: 100%;
  text-shadow: 0 0 6px #000000;
}
div.typo3-module-lang table.t3-datatable tr.processing div.progressBar,
div.typo3-module-lang table.t3-datatable tr.complete div.progressBar {
  display: inline;
  cursor: default;
}
div.typo3-module-lang table.t3-datatable tr.processing a.updateLanguageLink,
div.typo3-module-lang table.t3-datatable td.processing a.updateLanguageLink,
div.typo3-module-lang table.t3-datatable tr.complete a.updateLanguageLink,
div.typo3-module-lang table.t3-datatable td.complete a.updateLanguageLink,
div.typo3-module-lang table.t3-datatable tr.processing a.updateTranslationLink,
div.typo3-module-lang table.t3-datatable td.processing a.updateTranslationLink,
div.typo3-module-lang table.t3-datatable tr.complete a.updateTranslationLink,
div.typo3-module-lang table.t3-datatable td.complete a.updateTranslationLink {
  display: none;
}
div.typo3-module-lang table.t3-datatable td span.loading,
div.typo3-module-lang table.t3-datatable td span.complete {
  display: none;
}
div.typo3-module-lang table.t3-datatable td.actions span {
  cursor: pointer;
}
div.typo3-module-lang table.t3-datatable td.processing span.loading {
  display: inline;
  cursor: default;
}
div.typo3-module-lang table.t3-datatable td.processing span.loading .t3-icon {
  cursor: default;
  width: 14px;
  height: 14px;
  margin: 0;
}
div.typo3-module-lang table.t3-datatable td.complete span.complete {
  display: inline;
}
div.typo3-module-lang table.t3-datatable div.progress {
  margin-bottom: 0;
}
div.typo3-module-lang div.menuItems.processing span.updateItem {
  display: none;
}
div.typo3-module-lang div.menuItems.processing span.loadingItem,
div.typo3-module-lang div.menuItems.processing span.cancelItem {
  display: inline;
}
div.typo3-module-lang div.menuItems span.loadingItem,
div.typo3-module-lang div.menuItems span.cancelItem {
  display: none;
}
div.typo3-module-lang div.menuItems span.loadingItem .t3-icon,
div.typo3-module-lang div.menuItems span.cancelItem .t3-icon {
  height: 14px;
  width: 14px;
}
div.typo3-module-lang div.menuItems span.updateItem,
div.typo3-module-lang div.menuItems span.cancelItem {
  cursor: pointer;
}
div.typo3-module-lang .div.dataTables_filter input {
  margin-left: 3px;
}
div.typo3-module-lang div.progress-bar {
  background-color: #222222;
}
.beuser-legend {
  margin-bottom: 18px;
}
.beuser-legend .pull-left {
  margin-right: 0.5em;
}
.beuser-legend td {
  overflow: hidden;
}
.beuser-legend .t3-icon {
  margin-right: 0;
}
.beuser-legend .number {
  border: 1px solid #000000;
  border-radius: 2px;
  width: 16px;
  height: 16px;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
  margin-left: 10px;
  line-height: 14px;
  font-weight: bold;
}
.beuser-legend .edge span {
  width: 1px;
  height: 10px;
  background: #000000;
  display: block;
  margin-top: 8px;
  margin-left: 6px;
}
.beuser-legend .edge span span {
  width: 10px;
  height: 1px;
  margin-left: 1px;
}
.beuser-legend .hr span {
  width: 20px;
  height: 1px;
  background: #000000;
  display: block;
  margin-top: -1px;
  margin-left: -4px;
}
.beuser-legend .vr span {
  width: 1px;
  height: 20px;
  background: #000000;
  margin-top: -2px;
  margin-left: 6px;
  display: block;
}
.col-icon img {
  max-width: 28px;
  max-height: 28px;
}
.localization-wizard .option {
  margin-bottom: 4px;
}
.workspace-info {
  padding: 7px;
}
.workspace-overview td {
  vertical-align: top;
}
input.c-inputButton,
img.c-inputButton {
  margin-right: 2px;
  vertical-align: middle;
}
table.typo3-dblist tr.c-table-row-spacer td {
  display: none;
}
table.typo3-dblist tr td div.typo3-DBctrl {
  height: 16px;
  min-width: 252px;
}
table.typo3-dblist tr td div.typo3-clipCtrl {
  height: 16px;
  min-width: 72px;
}
table.typo3-dblist tr td .typo3-DBctrl .typo3-ctrl-versioning {
  display: block;
  float: left;
  height: 16px;
  margin: 0 1px;
  width: 16px;
}
table.typo3-dblist tr td .typo3-DBctrl .typo3-ctrl-versioning-hidden {
  visibility: hidden;
}
table.typo3-dblist tr td.col-icon {
  vertical-align: middle;
  width: 20px;
}
table.typo3-dblist tr td.col-icon a img.collapseIcon {
  margin: 1px 0 0 2px;
}
table.typo3-dblist tr td.col-title {
  overflow: hidden;
  vertical-align: middle;
  width: 350px;
}
table.typo3-dblist tr td.col-title.localization {
  padding-left: 18px;
}
table.typo3-dblist tr td.col-control {
  width: 250px;
}
table.typo3-dblist tr td.col-control-space {
  width: 4px;
}
table.typo3-dblist tr td.col-clipboard {
  width: 74px;
}
table#typo3-dblist-fieldSelect {
  margin-top: 20px;
}
table.typo3-dblist-overview {
  margin-top: 10px;
  margin-left: 1px;
  width: 410px;
}
table.typo3-dblist-overview td.c-tableDescription {
  padding-left: 10px;
}
table.typo3-dblist-overview td.c-tableDescription img {
  margin-right: 10px;
}
div#typo3-newRecordLink,
div.typo3-newRecordLink,
div.typo3-localizationLink,
div.typo3-synchronizationLink {
  display: inline;
}
div#typo3-newRecordLink img,
div.typo3-newRecordLink img,
div.typo3-localizationLink img,
div.typo3-synchronizationLink img {
  margin-right: 5px;
  vertical-align: middle;
}
input.smallCheckboxes {
  height: 12px;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  width: 12px;
}
div.typo3-listOptions {
  margin: 0 0 24px 0;
}
.t3-list-table-header-icon-down {
  display: inline-block;
  height: 6px;
  padding: 5px 4px;
  width: 9px;
}
.t3-list-table-header-icon-right {
  display: inline-block;
  height: 8px;
  padding: 4px 5px;
  width: 7px;
}
.db_list-searchbox-toolbar .form-inline {
  margin-top: -0.5em;
  margin-bottom: 0;
}
.typo3-docheader-buttons + .db_list-searchbox-toolbar {
  box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.15);
  position: absolute;
  z-index: 999;
  width: 100%;
}
.typo3-docheader-buttons + .db_list-searchbox-toolbar .panel {
  border-radius: 0;
  border: 0;
  margin: 0;
}
.typo3-docheader-buttons + .db_list-searchbox-toolbar .panel-default {
  background-color: #eee;
}
#typo3-browse-links-php .db_list-searchbox-toolbar form {
  padding: 0;
}
#typo3-browse-links-php .db_list-searchbox-toolbar .panel {
  margin: 0.5em 0;
}
pre.ts-hl {
  font-family: "Lucida Console", "Lucida Sans Typewriter", "Bitsream Vera Sans Mono", monospace;
}
pre.ts-hl .ts-operator {
  color: black;
  font-weight: bold;
}
pre.ts-hl .ts-value {
  color: #cc0000;
}
pre.ts-hl .ts-objstr {
  color: #0000cc;
}
pre.ts-hl .ts-value_copy {
  color: #006600;
}
pre.ts-hl .ts-value_unset,
pre.ts-hl .ts-ignored,
pre.ts-hl .ts-default {
  background-color: #66cc66;
}
pre.ts-hl .ts-comment {
  color: #666;
  font-style: italic;
}
pre.ts-hl .ts-condition {
  background-color: maroon;
  color: #fff;
  font-weight: bold;
}
pre.ts-hl .ts-error {
  background-color: yellow;
  border: 1px red dashed;
  font-weight: bold;
  color: #000;
}
pre.ts-hl .ts-linenum {
  background-color: #eee;
  color: #212424;
}
#typo3-pagetree .workspace-info {
  background-color: #ffec97;
  font-weight: bold;
}
