/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url(fonts/fontawesome-webfont.eot?v=4.2.0);
  src: url(fonts/fontawesome-webfont.eot?#iefix&v=4.2.0) format('embedded-opentype'), url(fonts/fontawesome-webfont.woff?v=4.2.0) format('woff'), url(fonts/fontawesome-webfont.ttf?v=4.2.0) format('truetype'), url(fonts/fontawesome-webfont.svg?v=4.2.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;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: .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: .14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: 0.1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -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 {
  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: #fff;
}
.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:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.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 {
  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-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";
}
/*!
 * Bootstrap v3.1.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
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,
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: 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 {
  -moz-box-sizing: content-box;
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
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;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  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 {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
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: #999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
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: 10px;
  margin-bottom: 10px;
}
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: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.list-inline > li:first-child {
  padding-left: 0;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 0) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
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.428571429;
  color: #999;
}
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 #eee;
  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';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@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: 0;
}
.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: 0;
}
.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: 0;
  }
  .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: 0;
  }
  .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: 0;
  }
  .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: 0;
  }
  .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: 0;
  }
  .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: 0;
  }
  .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 {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.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 #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.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 #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  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: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.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: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  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: 14px;
  line-height: 1.428571429;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control:-moz-placeholder {
  color: #999;
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="date"] {
  line-height: 34px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .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;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(fonts/glyphicons-halflings-regular.eot);
  src: url(fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(fonts/glyphicons-halflings-regular.woff) format('woff'), url(fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999;
}
.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: 12px;
  line-height: 1.428571429;
  color: #999;
}
.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 solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 0) {
  .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:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.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 > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  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: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child: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%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
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: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
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 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .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 {
  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: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  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: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}
.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: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.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: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 0) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 0) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  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: 0) {
  .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;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 0) {
  .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: 0) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 0) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 0) {
  .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: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: none;
}
.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: 0) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: -1px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 0) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 0) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .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;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: -1px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 0) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 0) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.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: #e7e7e7;
  color: #555;
}
@media (max-width: -1px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: -1px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #428bca;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
  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: #999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.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: 3px;
}
.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: 3px;
}
.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: 3px;
}
.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: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.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 > 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,
.panel > .table-bordered > tfoot > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:first-child > th,
.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 > tfoot > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:first-child > td {
  border-top: 0;
}
.panel > .table-bordered > thead > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .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: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: .5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  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;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: .9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.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: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  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: #fff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  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: #fff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  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: #fff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: .5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  color: #fff;
  text-decoration: none;
  opacity: .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%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
.navigationPanel .fa,
.cubeNavigationBar .fa,
.cube-dialog .modalcubeframe .fa,
.groupicon .fa {
  font-size: 16px;
  cursor: pointer;
  width: 16px;
}
.groupicon .fa {
  color: #555;
}
.groupicon .fa-check,
.cubecontextmenuelement .fa-check,
.quick-access-toolbar .fa-check {
  font-size: 10px !important;
  text-align: center;
  line-height: 16px;
  width: 16px;
  height: 16px;
  overflow: hidden;
  display: block;
  color: #333333;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled] {
  cursor: auto;
}
::-ms-clear {
  display: none;
}
body {
  background-color: #fefefe;
  color: #000;
  font-family: Segoe UI, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: normal;
}
body * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body iframe {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
*,
*:focus,
a:focus {
  outline: none;
}
button:focus,
INPUT[type='checkbox']:focus,
INPUT[type='radio']:focus {
  outline: 1px dotted Gray;
  outline-offset: 0;
}
TEXTAREA,
INPUT[type='text'],
INPUT[type='password'],
SELECT,
.removeable-select {
  font-size: 100%;
  border: 1px solid #adadad;
  background: #fff;
  outline: 0;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  padding: 1px;
}
TEXTAREA:hover,
INPUT[type='text']:hover,
INPUT[type='password']:hover,
SELECT:hover,
.removeable-select:hover {
  border-color: #878787;
}
TEXTAREA:focus,
INPUT[type='text']:focus,
INPUT[type='password']:focus,
SELECT:focus,
.removeable-select:focus {
  border-color: #83bafc;
}
INPUT[type='checkbox'],
INPUT[type='radio'] {
  margin: 0 4px 0 2px;
}
.button-as-label {
  display: inline-block;
  border: none;
  background: transparent;
  padding: 0;
}
.maskrenderer INPUT[type='checkbox'],
.maskrenderer INPUT[type='radio'],
label {
  margin: 0;
}
.cube-Image,
.cube-Image16,
.cube-Image32 {
  border: 0;
}
.cube-Image16 {
  background-size: 16px 16px;
  background-position: center;
  width: 16px;
  height: 16px;
}
.cube-Image32 {
  width: 32px;
  height: 32px;
}
img {
  display: block;
}
h2 {
  font-weight: normal;
}
label {
  font-weight: normal !important;
}
table {
  font-size: 100%;
  border-collapse: separate;
}
#hitlistbody > .grouprow img {
  display: inline;
  vertical-align: middle;
}
.gwt-Button,
.gwt-PushButton {
  line-height: 20px;
  cursor: pointer;
  padding: 4px 6px 3px 6px;
  margin: 0 2px;
  border: 2px solid transparent;
  background-color: #407ABF;
  color: #fff;
  display: block;
  white-space: nowrap;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.gwt-Button:hover,
.gwt-PushButton:hover {
  background-color: #6695cc;
}
.gwt-Button:focus,
.gwt-PushButton:focus {
  outline: 1px dotted #fff;
  outline-offset: -2px;
}
.gwt-Button[disabled] img,
.gwt-PushButton[disabled] img,
.gwt-Button-up-disabled img,
.gwt-PushButton-up-disabled img {
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.gwt-Button[disabled],
.gwt-PushButton[disabled],
.gwt-Button-up-disabled,
.gwt-PushButton-up-disabled,
.gwt-Button[disabled]:hover,
.gwt-PushButton[disabled]:hover,
.gwt-Button-up-disabled:hover,
.gwt-PushButton-up-disabled:hover,
.gwt-Button[disabled]:focus,
.gwt-PushButton[disabled]:focus,
.gwt-Button-up-disabled:focus,
.gwt-PushButton-up-disabled:focus {
  background-color: #f2f2f2;
  color: #000;
  cursor: default;
  outline: none;
}
.gwt-CheckBox {
  z-index: 20;
  white-space: nowrap;
}
.gwt-CheckBox > * {
  vertical-align: middle;
  display: inline;
}
.dialog-CheckBox {
  z-index: 20;
}
.gwt-ControlPanel {
  z-index: 20;
}
.gwt-FileUpload {
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all;
}
.gwt-CustomImage {
  border: none;
  width: 16px;
  height: 16px;
}
.dialog-Label {
  z-index: 20;
  font-size: 8pt;
  line-height: 8pt;
}
.gwt-Label {
  z-index: 20;
}
.gwt-Label-bold {
  font-weight: bold;
}
.gwt-ListBox {
  font-size: 1.0em;
}
.dialog-ListBox {
  z-index: 20;
}
.maskrenderer {
  padding-left: 5px;
  padding-top: 5px;
}
.gwt-MenuBar {
  overflow: auto;
  background-color: #FFFFFF;
  border: 1px solid #cccccc;
  cursor: default;
}
.gwt-MenuBar .gwt-MenuItem {
  padding: 1px 4px 1px 4px;
  cursor: default;
  white-space: nowrap;
}
.gwt-MenuBar .gwt-MenuItem-selected {
  color: #000000 !important;
  background-color: #a1c4ed !important;
}
.gwt-PasswordTextBox {
  font-size: 1.0em;
}
.gwt-RadioButton > * {
  vertical-align: middle;
}
.gwt-TextArea {
  z-index: 20;
}
.gwt-SuggestBox {
  z-index: 100;
}
.dialog-textbox {
  z-index: 20;
}
.dialog-TextArea {
  z-index: 20;
}
.dialog-TextBox {
  z-index: 20;
}
.gwt-Tree {
  padding: 1px 0 2px 0;
}
.gwt-Tree > div > table {
  white-space: nowrap;
  border-collapse: collapse;
}
.gwt-Tree > div > table > tbody > tr > td {
  padding: 0;
  display: inline-block;
}
.gwt-TreeItem > table {
  white-space: nowrap;
  border-collapse: collapse;
}
.gwt-TreeItem > table > tbody > tr > td {
  padding: 0;
  display: inline-block;
}
.gwt-TreeItem * {
  white-space: pre;
}
.gwt-TreeItem {
  vertical-align: middle;
}
.gwt-TreeItem:hover {
  color: #000 !important;
  background-color: #d0e1f6 !important;
  color: #000;
}
.gwt-TreeItem > .draggetterpanel {
  border: 1px solid transparent;
}
.gwt-TreeItem-selected > .draggetterpanel {
  border: 1px dotted #666666;
}
.cubeTreeItemSelected {
  color: #000000 !important;
  background-color: #a1c4ed !important;
}
.imageCheckBox {
  width: 13px;
  height: 13px;
  background: url(../images/imageCheckBox.png) no-repeat;
  background-position: left top;
  margin-left: 2px;
  margin-right: 2px;
  overflow: hidden;
  font-size: 1px;
}
.imageCheckBoxDisabled {
  background-position: right top;
}
.imageCheckBoxHover {
  background-position: center top;
}
.imageCheckBoxChecked {
  background-position: left bottom;
}
.imageCheckBoxCheckedDisabled {
  background-position: right bottom;
}
.imageCheckBoxCheckedHover {
  background-position: center bottom;
}
.fav-tree .gwt-TreeItem {
  margin-left: -5px;
}
.fav-tree .imageAutostartOverlay:before {
  content: url(../images/icons2015/AutostartTriangle.png);
  margin-left: -12px;
  position: absolute;
}
html[dir='rtl'] .fav-tree .imageAutostartOverlay:before {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.vertical-split-panel > .split-panel-splitter {
  width: 100%;
}
.vertical-split-panel > .split-panel-splitter > * {
  cursor: row-resize;
  border-width: 1px 0 1px 0;
  background-image: url(../images/splitterV.png);
  background-repeat: no-repeat;
  background-position: center center;
  left: 0;
  right: 0;
  bottom: 0;
}
.vertical-split-panel > *:nth-child(2),
.vertical-split-panel > *:nth-child(3) {
  left: 0;
  right: 0;
}
.vertical-split-panel.hide-first-container > *:nth-child(2) {
  height: 0%;
}
.vertical-split-panel.hide-second-container > *:nth-child(3) {
  height: 0%;
}
.horizontal-split-panel > .split-panel-splitter {
  height: 100%;
}
.horizontal-split-panel > .split-panel-splitter > * {
  cursor: col-resize;
  border-width: 0 1px 0 1px;
  background-image: url(../images/splitterH.png);
  background-repeat: no-repeat;
  background-position: center center;
  top: 0;
  right: 0;
  bottom: 0;
}
.horizontal-split-panel > *:nth-child(2),
.horizontal-split-panel > *:nth-child(3) {
  top: 0;
  bottom: 0;
}
.horizontal-split-panel.hide-first-container > *:nth-child(2) {
  width: 0%;
}
.horizontal-split-panel.hide-second-container > *:nth-child(3) {
  width: 0%;
}
.split-panel {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.split-panel-splitter {
  max-width: 100%;
  max-height: 100%;
  position: relative;
}
.split-panel-splitter > * {
  border-style: dotted;
  border-color: #999999;
  background-color: #FFFFFF;
  position: absolute;
}
.split-panel-splitter.disabled > * {
  cursor: default;
  background-image: none;
}
.split-panel-splitter.splitter-no-border > * {
  background-color: transparent;
  border: none;
}
.split-panel > * {
  overflow: hidden;
  position: absolute;
}
.split-panel > *:nth-child(2) > *,
.split-panel > *:nth-child(3) > * {
  width: 100%;
  height: 100%;
}
.split-panel.hide-first-container > *:nth-child(3) {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
}
.split-panel.hide-first-container > .split-panel-splitter {
  display: none;
}
.split-panel.hide-second-container > *:nth-child(2) {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
}
.split-panel.hide-second-container > .split-panel-splitter {
  display: none;
}
.gwt-SuggestBoxPopup {
  background-color: white;
  z-index: 30;
}
.gwt-SuggestBoxPopup .item {
  padding: 2px;
}
.gwt-SuggestBoxPopup .item-selected {
  color: #000000 !important;
  background-color: #a1c4ed !important;
}
.cell {
  border-top: none;
  border-left: none;
  border-right: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  padding: 0 2px 0 6px;
}
#mainForm {
  display: inline-block;
}
#hitlistbody .grid-checkbox {
  background-image: url(../images/checkbox/checkbox.gif);
}
#hitlistbody .grid-checkbox,
#hitlistbody .grid-checkbox-checked {
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 14px;
}
#hitlistbody .grid-checkbox-checked {
  background-image: url(../images/checkbox/checkboxchecked.gif);
}
.grid-cell-width-container {
  position: absolute;
  left: 30px;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.grid-cell-width-container > div {
  position: absolute;
  padding: 2px 2px 2px 6px;
  white-space: nowrap;
  overflow: hidden;
  max-height: 10px;
}
#hitlistbody > tbody > tr > *:not(.darkzoneDheadertop) {
  border: none;
  vertical-align: middle;
  line-height: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 2px 2px 2px 6px;
}
#hitlistbody > tbody.new-grid-item-left-line > tr > td:nth-child(2),
#hitlistbody > tbody.new-grid-item-left-line > tr > td.grouprow {
  padding-left: 2px;
  border-left: 3px solid #407ABF;
}
#hitlistbody > tbody.new-grid-item-animation > tr {
  -webkit-animation: fadeinbackground 2s ease-in;
  -moz-animation: fadeinbackground 2s ease-in;
  -o-animation: fadeinbackground 2s ease-in;
  animation: fadeinbackground 2s ease-in;
}
#hitlistbody > tbody.new-grid-item-animation > tr > td {
  background-color: transparent !important;
}
#hitlistbody > tbody.new-grid-item-animation > tr:after {
  background-color: transparent !important;
}
#hitlistbody > tbody.grid-blank-row {
  height: 0;
}
#hitlistbody > tbody.grid-blank-row > tr > td {
  padding: 0;
  border-bottom: 1px solid #c6c6c6;
}
#hitlistbody.display-bottom-border > tbody > tr > td:not(.darkzoneDheadertop),
#hitlistbody.display-bottom-border > tbody > tr:after {
  border-bottom: 1px solid #CCC;
}
.hitlistbody.display-right-border > tbody > tr > td:not(.no-right-border),
#hitlistbody.display-right-border > tbody > tr:after {
  border-right: 1px solid #CCC !important;
}
.scrollPanel {
  border: solid 1px;
  border-color: #C0C0C0;
}
.displayType {
  white-space: nowrap;
  padding-left: 3px;
}
.defaultDisplayType {
  white-space: nowrap;
  font-weight: bold;
  padding-left: 3px;
}
.pointerDefaultDisplayType {
  cursor: pointer;
  padding-left: 3px;
  white-space: nowrap;
  font-weight: bold;
}
.pointerDisplayType {
  cursor: pointer;
  white-space: nowrap;
  padding-left: 3px;
}
.defaultDescription {
  padding-left: 3px;
  font-weight: bold;
}
.description {
  padding-left: 3px;
}
.pointerDefaultDescription {
  padding-left: 3px;
  cursor: pointer;
  font-weight: bold;
}
.pointerDescription {
  padding-left: 3px;
  cursor: pointer;
}
tbody.darkzone > tr {
  background-color: #ecf2f9;
}
tbody.palezone > tr {
  background-color: #fff;
}
tbody.darkzone > tr > *,
tbody.palezone > tr > *,
tbody.darkzone > tr:after,
tbody.palezone > tr:after {
  background-color: inherit;
  font-weight: normal;
  font-style: normal;
  font-size: 0.95em;
}
tbody.darkzone:hover > tr > *,
tbody.palezone:hover > tr > *,
tbody.darkzone:hover > tr:after,
tbody.palezone:hover > tr:after {
  color: #000 !important;
  background-color: #f5f5f5 !important;
}
tbody.darkzone.rowselected > tr > *,
tbody.palezone.rowselected > tr > *,
tbody.darkzone.rowselected > tr:after,
tbody.palezone.rowselected > tr:after {
  color: #000 !important;
  background-color: #cde3fe !important;
}
.aggregationcolumnheader {
  text-align: center;
  min-width: 60px;
  height: 38px !important;
}
.aggregationheaderempty-second > * {
  height: 38px !important;
}
.aggregationcolumnheaderinterval {
  line-height: 15px;
  text-align: center;
}
.aggregationrow {
  font-weight: normal;
  font-style: normal;
  font-size: 0.95em;
}
.aggregationresultrow {
  font-weight: bold;
  font-style: normal;
  font-size: 0.95em;
  text-align: right ;
  background-color: #eeeeee;
  line-height: 22px;
}
.aggregationresultrowcolumn {
  background-color: #eeeeee;
}
.aggregationresultrowcolumn,
.aggregationresultrowcolumn:hover,
.aggregationresultrowcolumn.cellselected {
  font-weight: bold !important;
  font-style: normal !important;
  font-size: 0.95em !important;
  text-align: right  !important;
  white-space: nowrap;
}
.aggregationresultrowcolumn:hover {
  color: #000 !important;
  background-color: #d9d9d9 !important;
}
.aggregationresultrowcolumn.cellselected {
  color: #000 !important;
  background-color: #cccccc !important;
}
.aggregationresultcolumn,
.aggregationresultcolumn:hover,
.aggregationresultcolumn.cellselected {
  border-left: 1px solid #CCC !important;
  border-right: 1px solid #CCC !important;
  background-color: #ecf2f9;
  font-weight: bold !important;
  text-align: right  !important;
}
.aggregationresultcolumn:hover {
  color: #000 !important;
  background-color: #e2e2e2 !important;
}
.aggregationresultcolumn.cellselected {
  color: #000000 !important;
  background-color: #b4d6fd !important;
}
.aggregationcategorycolumn,
.aggregationcategorycolumn:hover,
.aggregationcategorycolumn.cellselected {
  border-right: 1px solid #CCC !important;
  background-color: #ecf2f9;
  font-weight: bold !important;
  text-align: left  !important;
}
.aggregationcategorycolumn:hover {
  color: #000 !important;
  background-color: #e2e2e2 !important;
}
.aggregationcategorycolumn.cellselected {
  color: #000000 !important;
  background-color: #b4d6fd !important;
}
.aggregationfiltercolumn,
.aggregationfiltercolumn:hover,
.aggregationfiltercolumn.cellselected {
  text-align: right  !important;
}
.aggregationfiltercolumn:hover {
  color: #000 !important;
  background-color: #eeeeee !important;
}
.aggregationfiltercolumn.cellselected {
  background-color: #cde3fe !important;
}
.aggregationfiltercolumn.criticalvalue {
  font-weight: bold !important;
  color: #B81B46 !important;
}
.aggregationfiltercolumn.criticalinterval {
  background-color: #FEEFB3;
}
.aggregationfiltercolumn.criticalinterval.cellselected {
  background-color: #c8ddba !important;
}
.aggregationfiltercolumn.criticalinterval.cellselected:hover {
  background-color: #c8ddba !important;
}
.aggregationfiltercolumn.criticalinterval:hover {
  background-color: #e2e2e2 !important;
}
.aggregationheaderinterval,
.aggregationheaderempty {
  border-right: 1px solid #CCC !important;
  background-color: #eeeeee !important;
}
.aggregationheaderinterval {
  text-align: center;
}
.resultlistaggregationrowgroup {
  background-color: #eeeeee;
}
.resultlistaggregationrowgroup,
.resultlistaggregationrowgroup:hover,
.resultlistaggregationrowgroup.cellselected {
  font-weight: bold;
  font-style: normal;
  font-size: 0.95em;
  white-space: nowrap;
}
.resultlistaggregationrowtotal {
  background-color: #dddddd;
}
.resultlistaggregationrowtotal,
.resultlistaggregationrowtotal:hover,
.resultlistaggregationrowtotal.cellselected {
  font-weight: bold;
  font-style: normal;
  font-size: 0.95em;
  white-space: nowrap;
}
.warning {
  color: #eab766;
}
.nonselect {
  font-weight: normal;
  font-style: normal;
  font-size: 0.95em;
  background-color: #cccccc;
  color: #404040;
}
.nonselect.rowselected {
  color: #262626 !important;
  font-weight: normal;
  font-style: normal;
  font-size: 0.95em;
  background-color: #b3b3b3 !important;
}
.highlightzone {
  color: #000000 !important;
  background-color: #a1c4ed !important;
}
.darkzoneheader {
  font-size: 0.95em;
  font-weight: bold;
  font-style: normal;
  background-color: #f2f2f2;
  color: #000;
}
.boldzone {
  font-weight: bold;
}
td.cellnoborder {
  padding: 0 2px 0 6px;
  border-right-style: none;
}
.multivaluecellnoborder {
  background-color: #FFF;
  color: black;
  width: 100%;
}
td.multivaluecelltd {
  color: black;
  vertical-align: middle;
  padding: 0;
}
div.multivaluecell {
  padding: 0 14px 0 0;
  white-space: nowrap;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
}
div.multivaluecell:before {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: #FFF;
  content: '';
  width: 12px;
  transition: background 0.3s ease-in-out 0s;
}
div.multivaluecell:after {
  position: absolute;
  right: 2px;
  top: 50%;
  -webkit-transform: translate(0px, -25%);
  -moz-transform: translate(0px, -25%);
  -o-transform: translate(0px, -25%);
  -ms-transform: translate(0px, -25%);
  transform: translate(0px, -25%);
  border: 4px;
  border-style: solid;
  border-color: #999 transparent transparent;
  content: '';
  transition: border-top-color 0.3s ease-in-out 0s;
}
div.multivaluecell:hover:before {
  background: #cccccc;
}
div.multivaluecell:hover:after {
  border-top-color: #000;
}
.multivaluePopUpPanel {
  background: #fff;
  -webkit-box-shadow: 0px 1px 5px rgba(20, 20, 20, 0.5);
  -moz-box-shadow: 0px 1px 5px rgba(20, 20, 20, 0.5);
  box-shadow: 0px 1px 5px rgba(20, 20, 20, 0.5);
}
.multivaluePopUpPanel table {
  width: 100%;
  padding: 1px;
}
.multivaluePopUpPanel table td {
  white-space: nowrap;
}
.boldcell {
  font-weight: bold;
  padding: 0 2px 0 6px;
  border-top: none;
  border-left-style: none;
  border-right: 1px solid Gray;
  border-bottom: 1px solid Gray;
}
.zoneheadertop {
  font-weight: bold;
  text-decoration: none;
  font-size: 0.95em;
  padding: 0 !important;
  border: none !important;
}
.darkzoneDheadertop {
  font-weight: normal;
  text-decoration: none;
  border: 0 !important;
  padding: 0 !important;
  height: 22px;
  color: #000;
}
.darkzoneDheadertop > * {
  z-index: 2;
  background-color: #f2f2f2;
  border-bottom: 1px solid #aaaaaa !important;
  line-height: 25px;
  height: 26px;
  position: relative;
}
.darkzoneDheadertop > *:not(td) {
  display: block;
}
.darkzoneDheadertop > * > * {
  height: 100%;
}
.darkzoneDheadertop > *:hover {
  -webkit-transition: background-color 0.25s ease 0s;
  -moz-transition: background-color 0.25s ease 0s;
  -o-transition: background-color 0.25s ease 0s;
  transition: background-color 0.25s ease 0s;
  background-color: #FFF;
}
.darkzoneDheadertop td {
  padding: 0 !important;
  border: 0 !important;
  white-space: nowrap;
}
.resultFilterTd {
  width: 16px;
}
.filter-column-cutted {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.filter-column-cutted > * {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.darkzoneDheadertoptable {
  width: 100%;
}
.darkzoneDheadertoptable:hover .resultFilterIcon {
  opacity: 1;
}
.darkzoneDheadertoptable > tbody > tr > td:first-child {
  vertical-align: middle;
}
.darkzoneDheadertoptable > tbody > tr > td:first-child > * {
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}
.darkzoneDheaderbottom {
  background-color: #BFDBFF;
  text-decoration: none;
  font-size: 0.95em;
}
.grouprow {
  background-color: #fff;
  padding: 0 2px 0 6px;
  border-top: none;
  border-left-style: none;
  border-right-color: Gray;
  border-bottom: Gray;
  font-size: 0.95em;
  font-weight: bold;
}
.filterInfo {
  padding: 4px 2px;
  margin-top: 15px;
}
.filterInfo img {
  display: inline;
  vertical-align: middle;
  cursor: pointer;
}
.filterInfo a {
  text-decoration: none;
}
.filterInfo-entry {
  background-color: #FFF;
  display: inline-block;
  font-size: 0.9em;
  padding: 2px;
  border: 1px solid #CCC;
}
.filterInfo-entry:not(:first-child) {
  margin-left: 2px;
}
a {
  color: #000000;
  text-decoration: none;
}
.navigationspace {
  padding: 1px 0;
}
.navigationspaceParent {
  background: linear-gradient(to bottom, #fff 0, #fcfcfc 100%);
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  width: 100%;
  height: 85px;
}
.MouseLeave {
  border-color: black;
  border: solid 1px;
}
.MouseEnter {
  border-color: black;
  border: solid 2px;
}
.clickable-image {
  cursor: pointer;
}
.clickable-image.fa {
  color: #407ABF;
}
.clickable-image.fa:hover {
  color: #808080;
}
.non-clickable {
  cursor: not-allowed;
}
.scrollPanePopup {
  background: #ffffff;
  z-index: 100;
  -webkit-box-shadow: 0px 1px 10px rgba(20, 20, 20, 0.5);
  -moz-box-shadow: 0px 1px 10px rgba(20, 20, 20, 0.5);
  box-shadow: 0px 1px 10px rgba(20, 20, 20, 0.5);
}
.tooltipPanePopup {
  background: #ffffff;
  border: 1px outset;
  padding: 5px 10px;
  z-index: 100;
}
.cubetab-splitpanel {
  margin: 5px;
  background-color: #ffffff;
  width: 100%;
}
.modalcubeframe {
  overflow: hidden;
}
.modalcubeframe > tbody > tr > td:first-child,
.modalcubeframe > tbody > tr > td:last-child {
  min-width: 4px;
}
.modalcubeframe > tbody > tr:last-child td {
  height: 4px;
}
.navigation {
  font-size: 1.0em;
  cursor: pointer;
}
.navigation a {
  text-decoration: none;
  color: black;
  cursor: pointer;
}
.navigation a:hover {
  color: #1641AF;
  cursor: pointer;
}
.group {
  border-top: 0 solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid #dddddd;
  padding-right: 1px;
}
.group-action {
  margin-top: 1px;
  padding: 0 10px;
  height: 63px;
}
.group .group-title {
  margin-top: 2px;
  width: 100%;
}
.group .group-title-label {
  font-size: 0.9em;
  text-align: center;
  white-space: nowrap;
  height: 16px;
  line-height: 16px;
  vertical-align: bottom;
  color: #808080;
}
.group:hover .groupDialogIcon {
  background-color: #eeeeee;
}
.group:not(.display-groupDialogIcon) .groupDialogIcon {
  display: none;
}
.group .groupDialogIcon {
  background-image: url(../images/openribbondialog.gif);
  width: 16px;
  height: 16px;
  cursor: pointer;
  -webkit-transition: background-color 0.25s ease 0s;
  -moz-transition: background-color 0.25s ease 0s;
  -o-transition: background-color 0.25s ease 0s;
  transition: background-color 0.25s ease 0s;
}
html[dir='rtl'] .group .groupDialogIcon {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.group .groupDialogIcon:hover {
  background-color: #CCC;
}
.ribbon-Label {
  text-decoration: none;
  font-size: 0.9em;
  display: inline-block;
}
.groupicon,
.DropDownGroupIcon {
  font-size: 0.9em;
  border: 1px solid transparent;
  cursor: pointer;
  display: block;
}
.groupicon .cube-Image,
.DropDownGroupIcon .cube-Image {
  width: 16px;
  height: 16px;
}
.groupicon .itemText,
.DropDownGroupIcon .itemText {
  padding-left: 3px;
}
.groupicon td,
.DropDownGroupIcon td {
  padding: 1px;
  vertical-align: middle;
}
.groupicon-hover,
.DropDownGroupIcon-hover,
.groupicon-selected,
.DropDownGroupIcon-selected,
.groupicon-active,
.DropDownGroupIcon-active {
  border-color: #8bb6e9;
  background-color: #a1c4ed;
  margin: 0;
}
.groupicondisabled,
.DropDownGroupIcondisabled {
  background-color: transparent;
  border-color: transparent;
  cursor: default;
  color: #808080;
}
.groupicondisabled .cube-Image16,
.DropDownGroupIcondisabled .cube-Image16,
.groupicondisabled .cube-Image,
.DropDownGroupIcondisabled .cube-Image,
.groupicondisabled .fa,
.DropDownGroupIcondisabled .fa {
  opacity: 0.5;
}
.groupicon32 {
  font-size: 0.9em;
  padding: 0 2px;
  border: 1px solid transparent;
  cursor: pointer;
  display: inline-block;
}
.groupicon32-hover,
.groupicon32-active {
  border-color: #8bb6e9;
  background-color: #a1c4ed;
}
.groupicon32disabled {
  background-color: transparent;
  border-color: transparent;
  cursor: default;
  color: #808080;
}
.groupicon32disabled .cube-Image32 {
  opacity: 0.5;
}
.groupicon32 .cube-Image {
  width: 32px;
  height: 32px;
}
.groupicon32 .itemText {
  white-space: nowrap;
}
.groupicon32 .itemText span {
  display: block;
}
.groupicon32 .itemText.ellipsis {
  width: 90px;
  max-width: 90px;
}
.representationSelector .groupicon32 .itemText {
  white-space: nowrap;
}
.groupicon32Table {
  height: 58px;
}
.groupicon32TableWithText > tbody > tr:first-child > td {
  height: 39px;
  padding-top: 3px;
}
.navigationPanel .gwt-ControlPanel {
  padding: 0 4px 0 0;
}
.navigationPanel .gwt-ListBox {
  margin: 2px 2px;
}
#searchMaximumHits {
  margin-left: 4px;
}
#searchTime {
  margin-left: 4px;
}
.loginimage {
  display: none;
  background: white;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url(../images/loginicon.gif);
  border: 1px;
  width: 80px;
  height: 139px;
}
.cube-dialog {
  z-index: 19;
  overflow: auto;
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 10px rgba(20, 20, 20, 0.5);
  -moz-box-shadow: 0px 1px 10px rgba(20, 20, 20, 0.5);
  box-shadow: 0px 1px 10px rgba(20, 20, 20, 0.5);
}
.cube-dialog.top-dialog {
  z-index: 22;
}
.pop-over-display ~ .top-dialog {
  z-index: 24;
}
.pop-over-display ~ .backgroundoverlay {
  z-index: 23;
}
.dialogTop,
.dialogBottom,
.dialogMiddleLeft,
.dialogMiddleRight {
  display: none;
}
.cube-dialog-transparent {
  background: none;
}
.cube-dialog .modalcubeframe {
  background-color: #FFFFFF;
}
.cube-dialog td.Caption {
  color: #fff;
  background-color: #407ABF;
  font-weight: bold;
  cursor: default;
}
.cube-dialog td.Caption .modalcube-caption-table {
  position: relative;
  height: 24px;
}
.cube-dialog td.Caption .modalcube-caption-table .Caption {
  padding-right: 23px;
  padding-left: 3px;
  line-height: 22px;
  width: auto !important;
  white-space: nowrap;
}
.cube-dialog td.Caption .modalcube-caption-table .fa {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 22px;
  font-size: inherit;
  height: 22px;
  line-height: 22px;
}
.cube-dialog td.Caption .modalcube-caption-table .fa:hover {
  background: #fff;
  color: #407ABF;
}
.cube-dialog td.Caption .modalcube-caption-table.caption-ellipsis {
  overflow: hidden;
}
.cube-dialog td.Caption .modalcube-caption-table.caption-ellipsis .Caption {
  position: absolute;
  top: 1px;
  left: 0;
  right: 0;
}
.cube-dialog .tab-22 {
  width: 4px;
  height: 4px;
  font-size: 1px;
}
.cube-dialog .ContentBackground {
  background-color: #FFFFFF;
}
.cube-dialogmainpanel {
  width: 100%;
  height: 100%;
  padding: 8px;
}
.cube-dialogmainpanel-type-image {
  margin-right: 10px;
}
.cube-dialogmainpanel table {
  border-spacing: 2px;
}
.cube-dialogmainpanel fieldset {
  margin: 0;
}
.login-dialog .cube-dialogmainpanel {
  width: 1px;
  height: auto;
}
.login-dialog .login-dialog-form-table {
  padding: 0 32px;
  width: 1px;
}
.login-dialog .login-dialog-form-table > tbody > tr > td {
  padding-bottom: 3px;
}
.login-dialog .login-dialog-form-table > tbody > tr > td:first-child {
  white-space: nowrap;
}
.login-dialog .login-dialog-form-table .gwt-Label-bold {
  padding-right: 5px;
}
.login-dialog .login-dialog-form-table button {
  line-height: 20px;
  cursor: pointer;
  padding: 4px 6px 3px 6px;
  margin: 0 2px;
  border: 2px solid transparent;
  background-color: #407ABF;
  color: #fff;
  display: block;
  white-space: nowrap;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  margin: 3px 0 0;
  width: 200px;
}
.login-dialog .login-dialog-form-table button:hover {
  background-color: #6695cc;
}
.login-dialog .login-dialog-form-table button:focus {
  outline: 1px dotted #fff;
  outline-offset: -2px;
}
.login-dialog .login-dialog-form-table button[disabled] img,
.login-dialog .login-dialog-form-table button-up-disabled img {
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.login-dialog .login-dialog-form-table button[disabled],
.login-dialog .login-dialog-form-table button-up-disabled,
.login-dialog .login-dialog-form-table button[disabled]:hover,
.login-dialog .login-dialog-form-table button-up-disabled:hover,
.login-dialog .login-dialog-form-table button[disabled]:focus,
.login-dialog .login-dialog-form-table button-up-disabled:focus {
  background-color: #f2f2f2;
  color: #000;
  cursor: default;
  outline: none;
}
.login-dialog .login-dialog-form-table input[type=text],
.login-dialog .login-dialog-form-table input[type=password],
.login-dialog .login-dialog-form-table select {
  padding: 3px;
  width: 200px;
}
.login-dialog .copyright {
  padding: 4px 2px 2px 2px;
  color: #000;
  font-size: 80%;
}
.cube-dialogmainpanel {
  padding: 8px;
}
.cube-dialogmainpanel-type-image {
  margin-right: 10px;
}
.cube-dialogmainpanel table {
  border-spacing: 2px;
}
.cube-dialog-gwt-buttons .gwt-Button,
.cube-dialog-gwt-buttons .gwt-PushButton {
  line-height: 20px;
  cursor: pointer;
  padding: 4px 6px 3px 6px;
  margin: 0 2px;
  border: 2px solid transparent;
  background-color: #c6d7ec;
  color: #000;
  display: block;
  white-space: nowrap;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  line-height: normal;
  margin: 0;
  min-height: 26px;
}
.cube-dialog-gwt-buttons .gwt-Button:hover,
.cube-dialog-gwt-buttons .gwt-PushButton:hover {
  background-color: #ecf2f9;
}
.cube-dialog-gwt-buttons .gwt-Button:focus,
.cube-dialog-gwt-buttons .gwt-PushButton:focus {
  outline: 1px dotted #000;
  outline-offset: -2px;
}
.cube-dialog-gwt-buttons .gwt-Button[disabled] img,
.cube-dialog-gwt-buttons .gwt-PushButton[disabled] img,
.cube-dialog-gwt-buttons .gwt-Button-up-disabled img,
.cube-dialog-gwt-buttons .gwt-PushButton-up-disabled img {
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.cube-dialog-gwt-buttons .gwt-Button[disabled],
.cube-dialog-gwt-buttons .gwt-PushButton[disabled],
.cube-dialog-gwt-buttons .gwt-Button-up-disabled,
.cube-dialog-gwt-buttons .gwt-PushButton-up-disabled,
.cube-dialog-gwt-buttons .gwt-Button[disabled]:hover,
.cube-dialog-gwt-buttons .gwt-PushButton[disabled]:hover,
.cube-dialog-gwt-buttons .gwt-Button-up-disabled:hover,
.cube-dialog-gwt-buttons .gwt-PushButton-up-disabled:hover,
.cube-dialog-gwt-buttons .gwt-Button[disabled]:focus,
.cube-dialog-gwt-buttons .gwt-PushButton[disabled]:focus,
.cube-dialog-gwt-buttons .gwt-Button-up-disabled:focus,
.cube-dialog-gwt-buttons .gwt-PushButton-up-disabled:focus {
  background-color: #f2f2f2;
  color: #000;
  cursor: default;
  outline: none;
}
.cube-dialog-visibility-hidden {
  visibility: hidden !important;
}
.cubeframeResizeWidth {
  cursor: e-resize;
  width: 4px;
  position: absolute;
  top: 24px;
  right: 0;
  bottom: 11px;
}
.cubeframeResizeHeight {
  cursor: n-resize;
  height: 4px;
  position: absolute;
  right: 11px;
  bottom: 0;
  left: 0;
}
.cubeframeResizeCorner {
  display: none;
}
.cubeframeResizeCornerRight {
  width: 4px;
  height: 11px;
  right: 0;
  bottom: 0;
  border-right: 1px dotted #000000;
  cursor: se-resize;
  position: absolute;
}
.cubeframeResizeCornerBottom {
  right: 0;
  bottom: 0;
  border-bottom: 1px dotted #000000;
  cursor: se-resize;
  position: absolute;
  width: 11px;
  height: 4px;
}
.topNavigationTab {
  font-size: 1.1em;
  height: 31px;
  background-color: #f0f0f0;
  color: #264973;
  border-top: 2px solid #f0f0f0;
  border-bottom: 1px solid #CCC;
  padding: 0 15px;
  cursor: pointer;
  line-height: 27px;
  vertical-align: middle;
}
.topNavigationTab:hover {
  border-color-top: #e3e3e3;
  background-color: #e3e3e3;
}
.topNavigationTab-selected {
  background-color: #fff;
  border-top-color: #407ABF;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  border-bottom-color: #fff;
  cursor: default;
}
.topNavigationTab-selected:hover {
  border-top-color: #407ABF;
  background-color: #fff;
}
.topNavigationTabMainLabel {
  white-space: nowrap;
}
.topNavigationTab-selected tbody {
  padding: 5px 5px 10px 5px;
  background-color: #fff;
  color: #407ABF;
  vertical-align: bottom;
  overflow: hidden;
}
.navigationPanel-collapsed .topNavigationTab {
  border-bottom-color: #CCC;
  cursor: pointer;
}
.cube-dialogmainpanel > tbody > tr > td,
.cell-space > tbody > tr > td {
  padding-top: 2px;
  padding-left: 2px;
}
.cube-dialogmainpanel > tbody > tr > td:first-child,
.cell-space > tbody > tr > td:first-child {
  padding-left: 0;
}
.cube-dialogmainpanel > tbody > tr:first-child > td,
.cell-space > tbody > tr:first-child > td {
  padding-top: 0;
}
.cube-dialogmain td {
  vertical-align: top;
}
.light-panel {
  display: block;
  background-color: #f0f0f0;
}
.light-panel-active {
  background-color: #cccccc;
}
.cubedialog tr .tabheader {
  font-size: 1.0em;
  font-weight: bold;
  height: 20px;
  background: url(../images/ScreenShot205.gif) repeat-x top left;
  vertical-align: middle;
}
.GWTCDatePicker .Cal_Buttons {
  width: 100%;
  vertical-align: middle;
}
.GWTCDatePicker .Cal_Buttons .Cal_Header {
  text-align: center;
  white-space: nowrap;
}
.GWTCDatePicker .Cal_Grid {
  width: 200px;
}
.GWTCDatePicker .Cal_Grid tbody > tr > td {
  width: 14.2857%;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
}
.GWTCDatePicker .Cal_Grid tbody > tr > td,
.GWTCDatePicker .Cal_Grid tbody > tr > td > div {
  line-height: 1.8;
}
.GWTCDatePicker .Cal_Grid tbody > tr > td:first-child {
  border-left: none;
}
.GWTCDatePicker .Cal_Grid tbody > tr:first-child > td {
  border-top: none;
}
.GWTCDatePicker .Cal_Grid td.Cal_CellDayNames {
  text-align: center;
  background: #cccccc;
  color: #1a1a1a;
}
.GWTCDatePicker .Cal_Grid .Cal_CellDays {
  background-color: #f2f2f2;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background-color 0.25s ease 0s;
  -moz-transition: background-color 0.25s ease 0s;
  -o-transition: background-color 0.25s ease 0s;
  transition: background-color 0.25s ease 0s;
}
.GWTCDatePicker .Cal_Grid .Cal_CellDays:hover {
  background-color: #cccccc;
}
.GWTCDatePicker .Cal_Grid .Cal_CellDays:active,
.GWTCDatePicker .Cal_Grid .Cal_CellDays:active:hover {
  cursor: wait;
  color: #000000 !important;
  background-color: #a1c4ed !important;
}
.GWTCDatePicker .Cal_Grid .Cal_Selected {
  cursor: default;
  color: #000000 !important;
  background-color: #a1c4ed !important;
}
.GWTCDatePicker .Cal_Grid .Cal_Today {
  font-weight: bold;
}
.GWTCDatePicker .Cal_Grid .Cal_InvalidDay {
  cursor: default;
  text-decoration: line-through;
}
.GWTCDatePicker .Cal_Grid .Cal_InvalidDay,
.GWTCDatePicker .Cal_Grid .Cal_InvalidDay:hover {
  background-color: #f2f2f2;
}
.GWTCDatePicker .Cal_Grid .Cal_CellEmpty {
  content: " ";
  cursor: default;
}
.gwt-login-servererror {
  margin-bottom: 10px;
  color: red;
}
#slider-header {
  border-top: 1px solid #CCC;
  height: 17px;
  background-color: #eeeeee;
  overflow: hidden;
  table-layout: fixed;
}
div#slider-container {
  position: absolute;
  height: 73px;
  background-color: #eeeeee;
  width: 500px;
}
div#sliderbar {
  position: absolute;
}
div.slideYear,
div.slideLeapYear,
div.slideWeek {
  position: relative;
  float: left ;
  display: inline;
  font-size: .8em;
  font-weight: bold;
  color: black;
}
div.slideYear,
div.slideLeapYear {
  line-height: 1.2;
  height: 24px;
  background-position: 0 0;
}
div.slideYear {
  background: url(../images/timeline/monthnoleapyear.gif) repeat-x;
}
div.slideLeapYear {
  background: url(../images/timeline/monthleapyear.gif) repeat-x;
}
div.slideWeek {
  height: 12px;
  background: url(../images/timeline/week4bigyear.gif) repeat-x;
}
div.sliderTimeRange {
  color: #000000 !important;
  background-color: #a1c4ed !important;
}
.slider-refactorbutton {
  border: 1px solid #ABC1DE;
  background-color: #D5E4F2;
}
.slider-refactorbutton-hover {
  border: 1px solid #FFBD69;
  background-color: #FFEDB2;
}
.controlContainer,
.categoryTreeNonCompact,
.DBRSNonCompact,
.ClassificationSchemeViewNonCompact {
  border: 1px solid #adadad;
}
.categoryTreeDialog {
  background-color: white;
}
.element-read-only {
  color: #404040;
  background-color: #cccccc;
  border-color: #b3b3b3;
}
.element-mandatory {
  color: #5a4803;
  background-color: #FBE694;
  border-color: #f9d859;
}
.element-disabled {
  color: #808080;
  background-color: #FFF;
  border-color: #f2f2f2;
  cursor: auto;
}
.element-disabled img {
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.element-invalid {
  color: #860707;
  background-color: #F99393;
  border-color: #f87b7b;
}
input[type='text'].element-read-only,
select.element-read-only,
textarea.element-read-only {
  color: #404040;
  background-color: #cccccc;
  border-color: #b3b3b3;
}
input[type='text'].element-mandatory,
select.element-mandatory,
textarea.element-mandatory {
  color: #5a4803;
  background-color: #FBE694;
  border-color: #f9d859;
}
input[type='text'].element-mandatory:hover,
select.element-mandatory:hover,
textarea.element-mandatory:hover {
  border-color: #f6c70f;
}
input[type='text'].element-mandatory:focus,
select.element-mandatory:focus,
textarea.element-mandatory:focus {
  border-color: #b28f07;
}
input[type='text'].element-disabled,
select.element-disabled,
textarea.element-disabled {
  color: #808080;
  background-color: #FFF;
  border-color: #f2f2f2;
  cursor: auto;
}
input[type='text'].element-disabled img,
select.element-disabled img,
textarea.element-disabled img {
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
input[type='text'].element-invalid,
select.element-invalid,
textarea.element-invalid {
  color: #860707;
  background-color: #F99393;
  border-color: #f87b7b;
}
.invalid-label {
  white-space: nowrap;
  color: #cc0000;
}
input[type='text'][disabled],
input[type='password'][disabled],
.textfielddisabled,
select[disabled],
textarea[disabled],
.element-disabled {
  color: #808080;
  background-color: #FFF;
  border-color: #f2f2f2;
}
input[type='text'][disabled] img,
input[type='password'][disabled] img,
.textfielddisabled img,
select[disabled] img,
textarea[disabled] img,
.element-disabled img {
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
input[type='text'][disabled]:hover,
input[type='password'][disabled]:hover,
.textfielddisabled:hover,
select[disabled]:hover,
textarea[disabled]:hover,
.element-disabled:hover,
input[type='text'][disabled]:focus,
input[type='password'][disabled]:focus,
.textfielddisabled:focus,
select[disabled]:focus,
textarea[disabled]:focus,
.element-disabled:focus {
  border-color: #f2f2f2;
}
.dialog-ControlIconPanel {
  border-style: solid;
  border-color: #adadad;
  border-width: 1px;
  background-color: #FFF;
  -webkit-transition: background-color 0.25s ease 0s;
  -moz-transition: background-color 0.25s ease 0s;
  -o-transition: background-color 0.25s ease 0s;
  transition: background-color 0.25s ease 0s;
}
.dialog-ControlIconPanel:not(.no-value-widget) {
  border-left-width: 0;
}
.dialog-ControlIconPanel:hover {
  background-color: #e6e6e6;
  cursor: pointer;
}
.dialog-ControlIconPanel.element-read-only {
  color: #404040;
  background-color: #cccccc;
  border-color: #b3b3b3;
  background-color: #f2f2f2;
  -webkit-transition: background-color 0.25s ease 0s;
  -moz-transition: background-color 0.25s ease 0s;
  -o-transition: background-color 0.25s ease 0s;
  transition: background-color 0.25s ease 0s;
}
.dialog-ControlIconPanel.element-read-only:hover {
  background-color: #d9d9d9;
  cursor: pointer;
}
.dialog-ControlIconPanel.element-mandatory {
  color: #5a4803;
  background-color: #FBE694;
  border-color: #f9d859;
  background-color: #fef7de;
  -webkit-transition: background-color 0.25s ease 0s;
  -moz-transition: background-color 0.25s ease 0s;
  -o-transition: background-color 0.25s ease 0s;
  transition: background-color 0.25s ease 0s;
}
.dialog-ControlIconPanel.element-mandatory:hover {
  background-color: #fcecad;
  cursor: pointer;
}
.dialog-ControlIconPanel.element-mandatory:hover {
  background-color: #fcecad;
  cursor: pointer;
}
.dialog-ControlIconPanel.element-disabled {
  color: #808080;
  background-color: #FFF;
  border-color: #f2f2f2;
  cursor: auto;
}
.dialog-ControlIconPanel.element-disabled img {
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.dialog-ControlIconPanel.element-invalid {
  color: #860707;
  background-color: #F99393;
  border-color: #f87b7b;
  background-color: #fddbdb;
  -webkit-transition: background-color 0.25s ease 0s;
  -moz-transition: background-color 0.25s ease 0s;
  -o-transition: background-color 0.25s ease 0s;
  transition: background-color 0.25s ease 0s;
}
.dialog-ControlIconPanel.element-invalid:hover {
  background-color: #faabab;
  cursor: pointer;
}
.checkinDialog {
  padding-left: 2px;
  padding-right: 10px;
}
.innerCheckinDialogPanel {
  padding-left: 10px;
  margin: 5px;
}
.checkinDialogRetentionDateStyle {
  padding: 5px;
  width: 300px;
}
.innerCheckinDialogElementSpace {
  margin-top: 8px;
}
.checkinDialogHeadline {
  margin-top: 12px;
  font-weight: bold;
}
.shortcuts {
  height: 100%;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #666666;
}
.exportView {
  background-color: #d6dff5;
  white-space: nowrap;
}
.exportView .exportLink {
  text-decoration: underline;
}
.resultiframe {
  border: none;
  border-color: #ffffff;
}
.login-webcubegif {
  -webkit-box-shadow: 0px 1px 10px rgba(20, 20, 20, 0.5);
  -moz-box-shadow: 0px 1px 10px rgba(20, 20, 20, 0.5);
  box-shadow: 0px 1px 10px rgba(20, 20, 20, 0.5);
}
.login-webcubeinfo {
  color: #0070BC;
  font-weight: bold;
  font-size: 9pt;
}
.aboutContent {
  color: #407ABF;
  white-space: nowrap;
}
.aboutContent .aboutimage {
  background-image: url(../images/aboutlogo2.png);
  background-size: 100%;
  height: 310px;
  width: 59px;
  margin-right: 15px;
}
.aboutContent .productName {
  color: #407ABF;
  font-size: 20px;
  margin-bottom: 5px;
  white-space: nowrap;
}
.aboutContent .bold {
  margin-right: 3px;
}
.aboutContent .hrstyle {
  border-top: 1px solid #CCC;
  widht: 100%;
  height: 5px;
  margin-top: 5px;
}
.aboutContent .infopair {
  margin-right: 15px;
}
.aboutContent .aboutOtherSoftware {
  color: #407ABF;
  font-size: 0.9em;
  width: 100%;
  height: 140px;
  padding: 3px;
}
.aboutContent .aboutOtherSoftwareScrollPanel {
  border: 1px solid #CCC;
}
.scroller,
.spinner-icon {
  border: 1px solid #adadad;
  background-color: #FFF;
  -webkit-transition: background-color 0.25s ease 0s;
  -moz-transition: background-color 0.25s ease 0s;
  -o-transition: background-color 0.25s ease 0s;
  transition: background-color 0.25s ease 0s;
}
.scroller:hover,
.spinner-icon:hover {
  background-color: #e6e6e6;
  cursor: pointer;
}
.vScroller {
  width: 16px;
  height: 20px;
  padding: 5px 4px;
  border: 1px solid #CCC;
  background: url(../images/scroller/vscrollerbg.gif) repeat-x;
}
.vScrollerHover {
  background-image: url(../images/scroller/vscrollerbghover.gif);
  cursor: pointer;
}
.vScrollerDisabled {
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  background-image: url(../images/scroller/vscrollerbg.gif);
  cursor: auto;
}
.scollPane {
  height: 60px;
  min-width: 96px;
}
.dragcounter {
  color: #FFF;
  background-color: #4b8edd;
  border: 1px dotted #666666;
  padding: 1px 2px;
  white-space: nowrap;
}
.crumbProposalOpener {
  background: url(../images/icons2015/breadcrumbShowPanel.png);
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 !important;
  height: 24px;
  background-color: #FFF;
  -webkit-transition: background-color 0.25s ease 0s;
  -moz-transition: background-color 0.25s ease 0s;
  -o-transition: background-color 0.25s ease 0s;
  transition: background-color 0.25s ease 0s;
  width: 16px;
  border-right: 1px solid #CCC;
}
.crumbProposalOpener:hover {
  background-color: #e6e6e6;
  cursor: pointer;
}
.crumbProposalOpener-active {
  background-image: url(../images/icons2015/breadcrumbHidePanel.png);
}
.crumbLabel {
  padding: 4px;
  font-weight: normal;
  font-style: normal;
  font-size: 0.95em;
  border-right: 1px solid #CCC;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 !important;
  height: 24px;
  background-color: #FFF;
  -webkit-transition: background-color 0.25s ease 0s;
  -moz-transition: background-color 0.25s ease 0s;
  -o-transition: background-color 0.25s ease 0s;
  transition: background-color 0.25s ease 0s;
  white-space: nowrap;
}
.crumbLabel:hover {
  background-color: #e6e6e6;
  cursor: pointer;
}
.maincrumb {
  background: url(../images/icons2015/breadcrumbActive.png);
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 !important;
  height: 24px;
  background-color: #FFF;
  -webkit-transition: background-color 0.25s ease 0s;
  -moz-transition: background-color 0.25s ease 0s;
  -o-transition: background-color 0.25s ease 0s;
  transition: background-color 0.25s ease 0s;
  border-right: 1px solid #CCC;
  width: 29px;
}
.maincrumb:hover {
  background-color: #e6e6e6;
  cursor: pointer;
}
.cubebreadcrumb-container {
  border-bottom: 1px solid #CCC;
}
.cubebreadcrumb-container .cubebreadcrumb {
  height: 24px;
}
.cubeVerticalPanel :last-child > .cubebreadcrumb-container {
  border-top: 1px solid #CCC;
  border-bottom: 0;
}
.breadcrumb-showHitlistButton {
  background: url(../images/icons2015/resultlist_16.png);
  background-position: center;
  background-repeat: no-repeat;
  border-right: 1px solid #CCC;
  cursor: pointer;
  background-color: #FFF;
  -webkit-transition: background-color 0.25s ease 0s;
  -moz-transition: background-color 0.25s ease 0s;
  -o-transition: background-color 0.25s ease 0s;
  transition: background-color 0.25s ease 0s;
}
.breadcrumb-showHitlistButton:hover {
  background-color: #e6e6e6;
  cursor: pointer;
}
.breadcrumb-refreshHitlistButton {
  background: url(../images/icons2015/refreshlist_16.png);
  background-position: center;
  background-repeat: no-repeat;
  border-right: 1px solid #CCC;
  cursor: pointer;
  background-color: #FFF;
  -webkit-transition: background-color 0.25s ease 0s;
  -moz-transition: background-color 0.25s ease 0s;
  -o-transition: background-color 0.25s ease 0s;
  transition: background-color 0.25s ease 0s;
}
.breadcrumb-refreshHitlistButton:hover {
  background-color: #e6e6e6;
  cursor: pointer;
}
.rightscheckbox {
  background: url(../images/checkbox/checkbox.gif);
}
.rightscheckbox-checked {
  background: url(../images/checkbox/checkboxchecked.gif);
}
.rightscheckbox-checkedgray {
  background: url(../images/checkbox/checkboxcheckedgray.gif);
}
.rightscheckbox-gray {
  background: url(../images/checkbox/checkboxcheckedgray.gif);
}
.mruPanel {
  width: 320px;
  height: 250px;
  margin: 0 5px;
}
.mruPanel .listTable > tbody > tr > td > .clickable-image {
  font-size: 80%;
  padding: 3px;
}
.mruPanel .listTable > tbody > tr > td > .clickable-image:hover {
  color: #000 !important;
  background-color: #d0e1f6 !important;
}
.mruPanel .listTable > tbody > tr > td > .clickable-image:focus {
  color: #000000 !important;
  background-color: #a1c4ed !important;
}
.mruPanel .listTable > tbody > tr:nth-child(odd) > td {
  background-color: #fff;
}
.mruPanel .listTable > tbody > tr:nth-child(even) > td {
  background-color: #ecf2f9;
}
.mruPanel .listTable > tbody > tr:nth-child(even):hover > td,
.mruPanel .listTable > tbody > tr:nth-child(odd):hover > td {
  background-color: #a1c4ed;
}
.cross-referenced-panel {
  max-width: 350px;
  max-height: 600px;
  overflow: auto;
}
.cross-referenced-panel .listTable > tbody > tr > td > .clickable-image {
  border: 1px solid transparent;
  font-size: 0.9em;
  padding: 1px;
}
.cross-referenced-panel .listTable > tbody > tr > td > .clickable-image:hover {
  color: #000 !important;
  background-color: #d0e1f6 !important;
}
.cross-referenced-panel .listTable > tbody > tr > td > .clickable-image:focus {
  color: #000000 !important;
  background-color: #a1c4ed !important;
}
.cross-referenced-panel .listTable > tbody > tr > td > .clickable-image:hover {
  border-color: #8bb6e9;
  background-color: #a1c4ed;
}
.cross-referenced-panel-empty {
  padding: 5px;
  color: #999;
}
.draggetterpanel {
  cursor: pointer;
}
.draggetterpanel-darghover {
  color: #000000 !important;
  background-color: #a1c4ed !important;
}
.rpcexceptionbox {
  border: none;
  overflow: auto;
  resize: none;
}
.CharacterizingWordPopup {
  z-index: 21;
  border: 1px solid #CCC;
  background-color: #eeeeee;
}
.CharacterizingWordPopup-transparent {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.CharacterizingWord-selected {
  color: #000000 !important;
  background-color: #a1c4ed !important;
}
.CharacterizingWords-InfoLabel {
  font-style: italic;
  font-size: 0.8em;
  color: #666666;
}
.hitlistbodyTop {
  border-top: 1px solid Gray;
}
.resultgroup {
  height: 22px;
  padding: 2px 3px;
  width: 100px;
  font-size: 0.9em;
  color: #000;
  border: 1px solid #CCC;
  background-color: #f2f2f2;
  cursor: pointer;
}
.resultgroup:hover {
  -webkit-transition: background-color 0.25s ease 0s;
  -moz-transition: background-color 0.25s ease 0s;
  -o-transition: background-color 0.25s ease 0s;
  transition: background-color 0.25s ease 0s;
  background-color: #FFF;
}
.resultzone {
  line-height: 22px;
  padding-left: 2px;
  border-right: 1px solid Gray;
  border-bottom: 1px solid Gray;
  background-image: none;
  font-size: 0.9em;
  color: #000;
}
.resultcolumn {
  height: 18px;
  background-image: none;
  font-size: 0.9em;
}
.resultcolumnpanel {
  background-image: url(../images/grid/columnsbg.gif);
  background-repeat: repeat-x;
}
.resultgrouppanel {
  color: #808080;
  background: #fcfcfc;
  border-bottom: 1px solid #dddddd;
}
.resultgrouppanel-emptyText {
  white-space: nowrap;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
.resultgrouppanel-drop {
  color: #808080;
  color: #000000 !important;
  background-color: #a1c4ed !important;
  border-bottom: 1px solid #999;
}
.resultResizeIcon {
  border-right: 1px solid #cccccc;
  height: 22px;
  width: 4px;
}
.resultResizeIcon:hover {
  cursor: e-resize;
}
.resultResizeIconTd {
  white-space: nowrap;
  vertical-align: middle;
  width: 4px;
}
.resultResizeIcon.aggregation {
  height: 38px !important;
}
.defaultCursor,
.defaultCursor:hover {
  cursor: default;
}
.resultgroupline {
  width: 54px;
  height: 3px;
  border-bottom: 1px solid #3F79B3;
  border-left: 1px solid #3F79B3;
}
.resultgroupASC:before {
  background: url(../images/groupASC.gif) top center no-repeat;
  position: absolute;
  content: "";
  width: 7px;
  height: 4px;
  overflow: hidden;
  top: 1px;
  left: 50%;
  -webkit-transform: translate(-50%, 0) ;
  -moz-transform: translate(-50%, 0) ;
  -o-transform: translate(-50%, 0) ;
  -ms-transform: translate(-50%, 0) ;
  transform: translate(-50%, 0) ;
}
.resultgroupDESC {
  position: relative;
}
.resultgroupDESC:before {
  background: url(../images/groupDESC.gif) top center no-repeat;
  position: absolute;
  content: "";
  width: 7px;
  height: 4px;
  overflow: hidden;
  top: 1px;
  left: 50%;
  -webkit-transform: translate(-50%, 0) ;
  -moz-transform: translate(-50%, 0) ;
  -o-transform: translate(-50%, 0) ;
  -ms-transform: translate(-50%, 0) ;
  transform: translate(-50%, 0) ;
}
.sortingiconposition:before {
  left: 25% !important;
}
.resultCollapsAll {
  width: 16px;
  height: 16px;
  background-image: url(../images/icons2015/grid/collapseall_16.png);
}
.resultExpandAll {
  width: 16px;
  height: 16px;
  background-image: url(../images/icons2015/grid/expandall_16.png);
}
.resultGroupDropPlaceIcon {
  width: 11px;
  height: 39px;
  z-index: 25;
  background-image: url(../images/grid/groupPlaceIcon.gif);
}
.resultFilterIcon {
  width: 16px;
  height: 25px;
  background-image: url(../images/icons2015/controls/ddpicon.gif);
  opacity: 0;
  background-position: center;
  background-color: #FFF;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  -webkit-transition: background-color 0.25s ease 0s;
  -moz-transition: background-color 0.25s ease 0s;
  -o-transition: background-color 0.25s ease 0s;
  transition: background-color 0.25s ease 0s;
}
.resultFilterIcon:hover {
  background-color: #e6e6e6;
  cursor: pointer;
}
.resultFilterIcon-hover {
  width: 15px;
  height: 14px;
  background-image: url(../images/grid/filterIconhover.gif);
}
.resizesplitter {
  position: absolute;
  z-index: 500;
  top: 0;
  left: 0;
  width: 3px;
  height: 500px;
  background-color: #666666;
}
.dialogCloseButton {
  margin: 0 4px 4px 2px;
  cursor: pointer;
  width: 20px;
  height: 18px;
  background-image: url(../images/dialog/closedialog.gif);
}
.dialogCloseButton-hover {
  width: 20px;
  height: 18px;
  background-image: url(../images/dialog/closedialoghover.gif);
}
.cubeDialog-setting {
  margin: 5px;
}
.cubeDialog-setting > div {
  color: #407ABF;
  font-weight: bold;
  white-space: nowrap;
}
.cubeDialog-setting-disabled > div {
  color: #cccccc;
  font-weight: bold;
  white-space: nowrap;
}
.docComponent {
  background: #FFFFFF;
}
.docComponent-iframe {
  visibility: visible;
  width: 100% !important;
  height: 100% !important;
}
.fadeOut .docComponent-iframe {
  visibility: unset;
}
.dropElement {
  padding-left: 0;
}
.gwt-TabBar .ellipsis {
  text-align: center;
}
.resultcolumnpanel .ellipsis {
  padding-left: 2px;
}
.ellipsis-stretched {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.ellipsis,
.ellipsis-stretched > * {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  -moz-binding: url(../ellipsis.xml#ellipsis);
}
.dialogResizeIcon {
  background-image: url(../images/dialog/dialogresize.gif);
  width: 9px;
  height: 9px;
}
.quicksearch-view-table {
  position: relative;
  z-index: 2;
  padding-left: 1px;
  padding-right: 1px;
}
.quicksearch-view-table input {
  border: 0;
  padding: 0;
  margin: 0;
  background-color: transparent;
  outline: 0;
}
.quicksearch-view-table input:focus,
.quicksearch-view-table input:hover {
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.quicksearch-view-table .shortcut input {
  color: #666666;
  font-style: italic;
}
.quicksearch-view-table .gwt-SuggestBox {
  margin-left: 2px;
}
.quicksearch-view-table .gwt-SuggestBox input {
  width: 100%;
}
.quicksearch-view-table td * {
  font-size: 12px;
  line-height: 15px;
}
.quicksearch-view-table .fa {
  font-size: 14px;
}
.quicksearch-view-table-inner {
  background-color: #ffffff;
  border: 1px solid #83bafc;
  width: 100%;
}
.quicksearch-view-table-inner > tbody > tr > td > * {
  margin: 2px 0;
}
.quicksearch-view-table-inner:hover {
  border-color: #9cc8fc;
}
.quicksearch-view-table-pop-up .gwt-MenuBar {
  border-top: 0;
}
.quicksearch-view-table-active .quicksearch-view-table-inner {
  border-color: #83bafc;
  -webkit-box-shadow: 0px 0px 3px 1px #83bafc inset;
  -moz-box-shadow: 0px 0px 3px 1px #83bafc inset;
  box-shadow: 0px 0px 3px 1px #83bafc inset;
}
.global-quicksearch-overlayer {
  display: none;
}
.darkzone-closed,
.darkzone-open,
.palezone-closed,
.palezone-open {
  border: 1px solid #000000;
  margin-top: 5px;
}
.exportDocumentScrollPanel {
  margin-top: 5px;
}
.exportDocumentScrollPanel .gwt-Label {
  white-space: nowrap;
}
.exportDocumentScrollPanel tbody > tr:first-child > td > .palezone {
  margin-top: 0;
}
.cube-dialogmainpanel-exportview .scroller {
  margin-left: 18px;
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  height: 64px;
  min-width: 300px;
  border: 1px solid #000000;
}
.cube-dialogmainpanel-exportview .header {
  outline: 0;
}
.cube-dialogmainpanel-exportview .representationpanel,
.cube-dialogmainpanel-exportview .partdocumentpanel {
  margin-left: 18px;
}
.cube-dialogmainpanel-exportview {
  margin-left: 18px;
}
.exportViewNoLeftSpaceForPartDocuments .partdocumentpanel {
  margin-left: 0;
}
.cube-dialogmainpanel-exportview .exportview {
  max-width: 700px;
  max-height: 700px;
}
.linkcursor {
  cursor: pointer;
}
.cube-loadingribbon .gwt-Label {
  margin: 5px;
}
.cubeUnavailableErrorPanel {
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
  z-index: 2147483646;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
}
.cubeUnavailableError {
  z-index: 2147483647;
  position: absolute;
  left: 50px;
  top: 50px;
  width: 600px;
  color: #ffffff;
  font-weight: bold;
}
.cubeUnavailableErrorText {
  font-size: 15px;
}
.cubeUnavailableErrorTextHeadline {
  font-size: 30px;
}
.groupicon32FlowPanel {
  white-space: normal;
}
.nowrap {
  white-space: nowrap;
}
.labelPadding {
  padding-left: 5px;
}
.autoscroll {
  overflow: auto;
}
.seperator {
  width: 10px;
}
.recordquicksearch-settingsButton {
  background: url(../images/icons2015/wb_content_filter.png);
  border-left: 1px solid #CCC;
  width: 24px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 !important;
  height: 24px;
  background-color: #FFF;
  -webkit-transition: background-color 0.25s ease 0s;
  -moz-transition: background-color 0.25s ease 0s;
  -o-transition: background-color 0.25s ease 0s;
  transition: background-color 0.25s ease 0s;
  background-color: transparent;
}
.recordquicksearch-settingsButton:hover {
  background-color: #e6e6e6;
  cursor: pointer;
}
.recordquicksearch-revertModificationButton {
  background: url(../images/icons2015/DlgReset.png);
  border-left: 1px solid #CCC;
  width: 24px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 !important;
  height: 24px;
  background-color: #FFF;
  -webkit-transition: background-color 0.25s ease 0s;
  -moz-transition: background-color 0.25s ease 0s;
  -o-transition: background-color 0.25s ease 0s;
  transition: background-color 0.25s ease 0s;
  background-color: transparent;
}
.recordquicksearch-revertModificationButton:hover {
  background-color: #e6e6e6;
  cursor: pointer;
}
.recordquicksearchgreytext input {
  color: #999999;
}
.gwt-PopupPanel {
  z-index: 101;
}
.classificationSchemeLabel {
  background-color: #f0f0f0;
  padding-top: 2px;
  padding-left: 2px;
}
.cellMargin {
  margin: 4px;
}
.cellMarginTable {
  margin: 4px;
}
.cellMarginTable tr:not(:first-child) > td {
  padding-top: 4px;
}
.cellMarginTable td:not(:first-child) {
  padding-left: 4px;
}
.cellMarginLeft {
  margin-left: 3px;
}
.cellMarginBottomExtra {
  margin-bottom: 23px;
}
.settings-legend {
  height: 125px;
}
.settings-legend-large {
  height: 140px;
}
fieldset {
  border: 1px solid #ddd;
  padding: 5px;
  margin: 5px;
}
fieldset legend {
  width: auto;
  margin-bottom: auto;
  font-size: 12px;
  border-bottom: 1px solid transparent;
  padding: 0 2px;
  white-space: nowrap;
}
.fieldset-control {
  padding: 0 1px 1px;
  margin-top: -2px;
}
.fieldset-control fieldset {
  margin: 0;
  height: 100%;
  display: block;
}
.extra-panel {
  padding-top: 2px;
}
.extra-panel-inner {
  border: 1px solid #CCC;
  padding: 5px 5px 5px 10px;
  background: linear-gradient(to bottom, #fff 0%, #f7f7f7 100%);
}
.extra-panel .toplabel-margin {
  margin-left: 4px !important;
}
.extra-panel .simpleTabPanelTitle {
  border: 1px solid transparent;
  margin: 1px 1px;
  color: #000;
  background-color: #f2f2f2;
  position: relative;
  display: inline-block;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  padding: 7px 20px;
  z-index: auto;
}
.extra-panel .simpleTabPanelTitle .tabWidgetContent {
  margin: 0 0;
  position: relative;
}
.extra-panel .simpleTabPanelTitle:hover {
  background-color: #e5e5e5;
  color: #000;
}
.extra-panel .simpleTabPanelTitle .tabWidgetTypeImage {
  display: none;
}
.extra-panel .simpleTabPanelTitle .tabWidgetTextContainer {
  margin-left: 4px;
}
.extra-panel .simpleTabPanelTitleActive {
  border: 1px solid transparent;
  margin: 1px 1px;
  color: #000;
  background-color: #f2f2f2;
  position: relative;
  display: inline-block;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  background-color: #407ABF;
  color: #fff;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.extra-panel .simpleTabPanelTitleActive .tabWidgetContent {
  margin: 7px 20px;
  position: relative;
}
.extra-panel .simpleTabPanelTitleActive:hover {
  background-color: #e5e5e5;
  color: #000;
}
.extra-panel .simpleTabPanelTitleActive .tabWidgetTypeImage {
  display: none;
}
.extra-panel .simpleTabPanelTitleActive .tabWidgetTextContainer {
  margin-left: 4px;
}
.extra-panel .simpleTabPanelTitleActive:hover {
  background-image: none;
  background-color: #6695cc;
  color: #fff;
}
.extra-panel td.simpleTabPanelContent {
  padding-top: 3px;
}
.extra-panel td.simpleTabPanelContent legend {
  font-weight: bold;
}
.extra-panel td.simpleTabPanelContent .settings-content-table > tbody > tr:nth-child(2) > td {
  vertical-align: bottom !important;
}
.extra-panel td.simpleTabPanelContent fieldset > table,
.extra-panel td.simpleTabPanelContent fieldset > table select:not(.cellMargin) {
  min-width: 100%;
}
.extra-panel td.simpleTabPanelContent fieldset > select {
  min-width: 100%;
}
.extra-panel td.simpleTabPanelContent fieldset .cellMargin {
  -lh-property: 0;
min-width:-webkit-calc(100% - 8px);
min-width:-moz-calc(100% - 8px);
min-width:calc(100% - 8px);
;
}
.breakword {
  word-wrap: break-word;
  overflow: hidden;
}
.smallText {
  font-size: 1px;
}
.bottomDistance {
  margin-bottom: 8px;
}
.solidBorder {
  border: 1px solid Gray !important;
}
.solidBorderLight {
  border: 1px solid #dddddd !important;
}
.changeDescriptorLabel {
  padding: 0 10px 0 0;
}
.containerBorder {
  border-top: solid Gray 1px;
}
.docoverview-panel {
  margin: 9px 0 0 10px;
}
.docoverview-div {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  margin: 1px;
  border: 1px dotted transparent;
}
.docoverview-div > div.docoverview-img-label {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 10px;
  margin-left: 2px;
}
.docoverview-div:focus {
  border: 1px dotted #808080;
}
.docoverview-div .docoverview-img-outer-div {
  border: 2px solid #EDEDED;
  height: auto;
  border-radius: 3px;
}
.docoverview-div .docoverview-img-outer-div.docoverview-select-doc {
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: 0 0 5px rgba(82, 168, 236, 0.6);
}
.docoverview-div .docoverview-img-outer-div.docoverview-img-holder {
  background-color: #ccc;
  border: 2px solid #ddd;
  border-radius: 4px;
  border-color: #fff;
  display: inline-block;
  line-height: 1.42857;
  max-width: 100%;
  transition: all 0.2s ease-in-out 0s;
}
.docoverview-div .docoverview-img {
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-width: 0;
  border-top-width: 0;
  border-radius: 4px;
  display: inline-block;
  height: auto;
  line-height: 1.42857;
  max-width: 100%;
  transition: all 0.2s ease-in-out 0s;
}
.docoverview-div .docoverview-holder-label {
  font-size: 10px;
  white-space: pre-wrap;
  margin-left: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.docoverview-div .docoverview-table {
  border-spacing: 0;
}
.docoverview-div .docoverview-scale-img {
  width: 100%;
  height: auto;
}
.docoverview-div .docoverview-table-with-img {
  background-color: #F0F0F0;
}
.docoverview-div .docoverview-img-container {
  width: 100%;
  margin: 0 auto;
}
.thumbnail-panel {
  margin: 1px 0 0 1px;
}
.thumbnail-div {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  margin: 1px;
  border: 1px dotted transparent;
}
.thumbnail-div > div.thumb-img-label {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 10px;
  white-space: nowrap;
}
.thumbnail-div:focus {
  border: 1px dotted #808080;
}
.thumbnail-div .thumb-img-outer-div {
  border: 2px solid rgba(184, 184, 184, 0.8);
  height: auto;
  border-radius: 3px;
  box-shadow: 0 0 5px 1px rgba(184, 184, 184, 0.6);
  -webkit-box-shadow: 0 0 5px 1px rgba(184, 184, 184, 0.6);
  -moz-box-shadow: 0 0 5px 1px rgba(184, 184, 184, 0.6);
}
.thumbnail-div .thumb-img-outer-div.select-part-thumbnail {
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: 0 0 5px 1px rgba(82, 168, 236, 0.6);
  -webkit-box-shadow: 0 0 5px 1px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: 0 0 5px 1px rgba(82, 168, 236, 0.6);
}
.thumbnail-div .thumb-img-outer-div.thumb-img-holder {
  background-color: #ccc;
  border: 2px solid #ddd;
  border-radius: 4px;
  border-color: #fff;
  line-height: 1.42857;
  max-width: 100%;
  transition: all 0.2s ease-in-out 0s;
}
.thumbnail-div .thumb-img {
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-width: 0;
  border-top-width: 0;
  border-radius: 1px;
  height: auto;
  line-height: 1.42857;
  max-width: 100%;
  transition: all 0.2s ease-in-out 0s;
  -ms-interpolation-mode: bicubic;
  /* Better image scaling in IE */
}
.thumbnail-div .thumb-holder-label {
  font-size: 10px;
  white-space: pre-wrap;
  margin-left: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.thumbnail-div .thumb-table {
  border-spacing: 0;
}
.thumbnail-div .thumb-table-inner-div {
  height: auto;
}
.ViewerBottomToolbar {
  position: absolute;
  height: 24px;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border-top: 1px solid #cccccc;
  background: linear-gradient(to bottom, #ebebeb 0%, #dedede 100%);
}
.ViewerBottomToolbar .pageTextBox {
  width: 70px;
}
.ViewerBottomToolbar > table {
  line-height: 16px;
}
.ViewerBottomToolbar .instant-viewer-icon .fa {
  line-height: 12px;
  vertical-align: -3px;
}
.ViewerBottomToolbar .representationListBox {
  max-width: 140px;
}
.ViewerBottomToolbar .button {
  padding: 4px;
}
.ViewerBottomToolbar .button:hover,
.ViewerBottomToolbar .button-selected {
  padding: 4px;
  background-color: #FFDF71;
}
.Viewer {
  background-color: #F0F0F0;
}
.ViewerDocumentPanel {
  position: absolute !important;
  height: calc(100% - 24px) !important;
  background-color: #F0F0F0;
  bottom: 24px;
  top: 0;
  left: 0;
  right: 0;
}
.ViewerBottomToolbar .sliderArea {
  background-image: url(../images/viewer/scale.png);
}
.zoomslider {
  position: relative;
  margin-left: 4px;
  margin-right: 4px;
}
.zoomslider .sliderPanel {
  margin-left: 4px;
  margin-right: 4px;
  height: 20px;
}
.zoomslider .slider {
  position: absolute;
  left: 0;
  top: 5px;
  height: 13px;
  width: 9px;
  background-image: url(../images/viewer/slider.png);
}
.zoomslider .sliderArea {
  position: absolute;
  left: 0;
  top: 13px;
  height: 2px;
  width: 91px;
  margin-left: 5px;
  margin-right: 5px;
  background-image: url(../images/viewer/scale.png);
}
.zoomslider .sliderAreaMiddle {
  position: absolute;
  left: 51px;
  top: 10px;
  height: 8px;
  width: 2px;
  background-image: url(../images/viewer/scalemiddle.png);
}
.ViewerMoveDocument {
  cursor: url(../images/viewer/handcursor.png), pointer;
}
.ViewerSectionPanel {
  position: absolute;
  z-index: 500;
  border: 1px dotted #000000;
}
.annotationgroupflow {
  max-width: 130px;
  min-width: 130px;
  white-space: normal;
  text-align: left ;
}
.annotationgroupflow .groupicon {
  height: 22px;
  margin-left: 1px;
  margin-right: 1px;
  padding: 1px;
}
.annotationgroupflow > *:nth-child(n) {
  vertical-align: top;
  display: inline-block;
  margin-bottom: 1px;
}
.annotationgroupflow > *:nth-child(n) select {
  margin: 0px;
  padding: 0px;
}
.ribbonCompactView .annotationgroupflow {
  max-width: 192px;
  min-width: 192px;
}
.widgetcombo {
  height: 20px;
}
.widgetcombo-option {
  padding: 1px;
  border: 1px solid #FFFFFF;
}
.widgetcombo-option:hover,
.widgetcombo-option:focus {
  border: 2px solid #3399FF;
  box-shadow: 0 0 1px 1px #ffffff inset;
  padding: 0;
}
.widgetcombo-popup {
  border: 1px solid #c8c8c8;
  background-color: #FFFFFF;
  z-index: 999999;
}
.widgetcombo-dropdown {
  border: 1px solid #c8c8c8;
}
.widgetcombo-dropdown-image {
  border: 1px solid #c8c8c8;
  width: 16px;
  height: 16px;
}
.widgetcombo-dropdown:hover,
.widgetcombo-dropdown:focus {
  border: 1px solid #3399FF;
}
.widgetcombo-dropdown .widgetcombo-option {
  border: 2px solid #ffffff;
  padding: 0;
}
.widgetcombo-scrollpanel {
  overflow-x: hidden !important;
}
.iconpicker {
  height: 20px;
}
.iconpicker-option {
  width: 50px;
  padding: 1px;
  border: 1px solid #FFFFFF;
}
.iconpicker-option:hover,
.iconpicker-option:focus {
  border: 2px solid #3399FF;
  box-shadow: 0 0 1px 1px #ffffff inset;
  padding: 0;
}
.iconpicker-popup {
  border: 1px solid #c8c8c8;
  background-color: #FFFFFF;
  width: 70px;
  z-index: 999999;
}
.iconpicker-dropdown {
  border: 1px solid #c8c8c8;
}
.iconpicker-dropdown-image {
  border: 1px solid #c8c8c8;
  width: 16px;
  height: 16px;
}
.iconpicker-dropdown:hover,
.iconpicker-dropdown:focus {
  border: 1px solid #3399FF;
}
.iconpicker-dropdown .iconpicker-option {
  border: 2px solid #ffffff;
  padding: 0;
}
.iconpicker-scrollpanel {
  overflow-x: hidden !important;
}
.colorbox {
  height: 20px;
}
.colorbox-color {
  height: 20px;
  width: 50px;
  padding: 1px;
  border: 1px solid #FFFFFF;
}
.colorbox-color:hover,
.colorbox-color:focus {
  border: 2px solid #3399FF;
  box-shadow: 0 0 1px 1px #ffffff inset;
  padding: 0;
}
.colorbox-popup {
  border: 1px solid #c8c8c8;
  background-color: #FFFFFF;
  width: 70px;
}
.colorbox-dropdown {
  border: 1px solid #c8c8c8;
}
.colorbox-dropdown-image {
  border: 1px solid #c8c8c8;
  width: 16px;
  height: 16px;
}
.colorbox-dropdown:hover,
.colorbox-dropdown:focus {
  border: 1px solid #3399FF;
}
.colorbox-dropdown .colorbox-color {
  border: 2px solid #ffffff;
  padding: 0;
}
.colorbox-scrollpanel {
  overflow-x: hidden !important;
}
.PropertyPanel {
  height: 100%;
  width: 100%;
  background: #fff;
  border: 0 solid transparent;
}
.PropertyPanel .propertyItem {
  background-color: #f0f0f0;
  border: 1px solid #f0f0f0;
  overflow: hidden;
}
.PropertyPanel .propertyItemDisabled .propertyItemTextContainer .propertyItemLabel,
.PropertyPanel .propertyItemDisabled .propertyItemValueContainer .propertyItemLabel {
  background-color: #fff;
  color: #808080;
  -webkit-user-select: element;
  -moz-user-select: element;
  -ms-user-select: element;
  user-select: element;
}
.PropertyPanel .propertyItemSelected .propertyItemTextContainer .propertyItemLabel,
.PropertyPanel .propertyItemSelected .propertyItemValueContainer .propertyItemLabel {
  color: #000000 !important;
  background-color: #a1c4ed !important;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.PropertyPanel .propertyItemTextContainer {
  overflow: hidden;
  float: left ;
  width: 50%;
  border-right: 1px solid #f0f0f0;
}
.PropertyPanel .propertyItemTextContainer .propertyItemLabel {
  background-color: #fff;
}
.PropertyPanel .propertyItemValueContainer {
  overflow: hidden;
  float: left ;
  width: 49.99%;
}
.PropertyPanel .propertyItemValueContainer .propertyItemLabel {
  background-color: #fff;
}
.PropertyPanel .propertyItemLabel {
  -webkit-transition: background-color 0.1s ease;
  -moz-transition: background-color 0.1s ease;
  -o-transition: background-color 0.1s ease;
  transition: background-color 0.1s ease;
  white-space: nowrap;
  padding: 2px 0 2px 5px;
}
.PropertyPanel .propertyItemExpanded {
  position: relative;
  overflow: hidden;
}
.PropertyPanel .propertyItemExpandedPicker {
  background: #cccccc;
  position: absolute;
  right: 0;
  padding: 0 2px 0 2px;
  cursor: pointer;
}
.PropertyPanel .propertyCellName {
  color: #000;
  background: #fff;
  border: none;
  height: 23px !important;
  border-bottom: 1px solid #CCC;
}
.PropertyPanel .propertyCellName * {
  border-color: #CCC;
}
.PropertyPanel .propertyCellName .propertyItemValueContainer {
  background-color: transparent;
}
.PropertyPanel .propertyCellName .gwt-Label {
  padding: 0;
}
.PropertyPanel .propertyCellName .propertyItemLabel {
  background-color: transparent;
  padding: 0 5px;
  line-height: 22px;
  height: 22px;
  vertical-align: middle;
}
.PropertyPanel .propertyCellName .propertyItemValueContainer {
  background-color: transparent;
  padding: 0;
}
.PropertyPanel .propertyGroup {
  background: #f0f0f0;
}
.PropertyPanel .propertyGroupTitle .gwt-Label {
  padding: 2px;
  background: #f0f0f0;
  background-image: url(../images/minus.gif);
  background-repeat: no-repeat;
  background-position: 2px center;
  padding-left: 20px;
  white-space: nowrap;
  font-weight: bold;
}
.PropertyPanel .propertyGroupTitleCollapsed .gwt-Label {
  background-image: url(../images/plus.gif);
}
.PropertyPanel .propertyToolTipTitle {
  cursor: default;
  background: #f0f0f0;
  width: 100%;
  padding: 2px 5px;
  line-height: 1;
  font-weight: bold;
}
.PropertyPanel .propertyToolTipTitle .gwt-Label:before {
  font-family: FontAwesome;
  content: "\f105";
  display: inline-block;
  margin-right: 3px;
}
.PropertyPanel .propertyToolTipDescription {
  cursor: default;
  width: 100%;
  padding: 3px;
  background: #f0f0f0;
}
.notifiactionSearchLayout {
  background: #f0f0f0;
}
.viewertitle {
  border: 1px solid #767676;
  color: #575757;
  -webkit-box-shadow: 0px 1px 5px rgba(20, 20, 20, 0.5);
  -moz-box-shadow: 0px 1px 5px rgba(20, 20, 20, 0.5);
  box-shadow: 0px 1px 5px rgba(20, 20, 20, 0.5);
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  background: linear-gradient(to bottom, #ffffff 0, #E4E5F0 100%);
  z-index: 21;
  padding: 3px;
}
.viewerDialogButton {
  width: auto;
}
.topSpace {
  margin-top: 5px;
}
.topSpace-large-inline {
  display: inline-block;
  margin-top: 10px;
}
.topSpace {
  margin-top: 5px;
}
.rightSpace {
  margin-right: 5px;
}
.bottomSpace {
  padding-bottom: 5px;
  display: block;
}
.leftSpace {
  margin-left: 5px;
}
.notification-search-grid {
  padding: 3px;
}
.notification-search-grid > tbody > tr > td {
  padding-left: 12px;
}
.notification-search-grid > tbody > tr > td:first-child {
  padding-left: 0;
}
.notificationSearch {
  width: 250px;
}
.notificationSearchButton {
  width: 30px;
}
.notificationListBoxDataBases {
  width: 250px;
}
#hitlistbody.display-right-border > #headerRow > tr > .dummy-fullsize-cell {
  border-right: 1px solid #CCC !important;
}
#headerRow > tr > td {
  cursor: default;
}
#headerRow > tr > .gridColumnGroupSpace {
  border-right: 1px solid transparent !important;
  width: 17px;
  min-width: 17px;
  font-size: 1px;
  color: transparent;
}
#headerRow > tr > .gridColumnGroupSpace-right-border {
  border-right-color: #CCC !important;
}
#headerRow > tr > .grid-drag-cell {
  -webkit-transition: background-color 0.25s ease 0s;
  -moz-transition: background-color 0.25s ease 0s;
  -o-transition: background-color 0.25s ease 0s;
  transition: background-color 0.25s ease 0s;
}
#headerRow > tr > .grid-drag-cell #colFilterDiv0,
#headerRow > tr > .grid-drag-cell #drag-grid {
  position: relative;
}
#headerRow > tr > .grid-drag-cell #colFilterDiv0:after,
#headerRow > tr > .grid-drag-cell #drag-grid:after {
  content: "";
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  position: absolute;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  top: 1px;
  right: -2px;
  bottom: 1px;
  left: -2px;
  border: 1px dashed #999;
  pointer-events: none;
  z-index: 1;
}
#headerRow > tr > .grid-drag-cell #drag-grid:after {
  left: 1px;
  right: 1px;
}
#headerRow > tr > .grid-drag-cell:hover {
  background: #cccccc;
  cursor: move;
}
#headerRow > tr > .grid-drag-cell:hover > * {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#headerRow > tr > .darkzoneDheadertop {
  border-bottom: 0;
  border-right: none !important  ;
}
#headerRow > tr > .fixed-column.no-fixed-border > *,
#headerRow > tr > .fixed-column.dummy-fullsize-cell > * {
  border-right-style: none !important;
}
#headerRow > tr > .fixed-column > * {
  border-right: 1px solid #CCC !important;
}
#headerRow > tr > .fixed-column .resultFilterIcon {
  border-right-style: none !important;
}
.mvsHitlistTable #mainForm,
.mvsHitlistTable #hitlistbodydiv {
  display: block;
}
.mvsHitlistTable #hitlistbody {
  width: 100%;
}
.mvsHitlistTable .colStyle0 {
  overflow: visible;
  min-width: 1px;
  width: 1px;
}
.mvsHitlistTable .colStyle1 {
  max-width: 100% !important;
}
#hitlistbody #headerRow > td > div {
  padding-left: 1px;
}
.fileDropPanelFrame {
  width: 100%;
  height: 100%;
  border: 0;
}
.fileDropPanel body {
  background: #d9e4f2;
  color: #999999;
  margin: 0;
  overflow: hidden;
}
.fileDropPanel #fileDropPanelMain {
  border: 2px dashed #5394D1;
  width: 100%;
  position: absolute;
  height: 100%;
}
.fileDropPanel .fileDropPanelFileNameOuter {
  display: table;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.fileDropPanel .fileDropPanelDragOver {
  background: #F8FFA3;
}
.fileDropPanel #fileDropPanelClose {
  display: table-cell;
  vertical-align: middle;
  visibility: hidden;
  position: relative;
  color: #CC0000;
  padding-left: 5px;
}
.fileDropPanel #fileDropPanelClose span {
  cursor: pointer;
}
.fileDropPanel #fileDropPanelClose span:hover {
  text-decoration: underline;
}
#fileDropPanelFileName {
  color: #000000;
  font-size: 1em;
  display: table-cell;
  vertical-align: middle;
  text-align: left ;
  padding-left: 10px;
  width: 1px;
  white-space: nowrap;
}
#fileDropPanelFileName img {
  display: inline;
}
#fileDropPanelTextOuter {
  display: table;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
}
#fileDropPanelTextOuter > div {
  display: table-cell;
  vertical-align: middle;
}
.fileDropPanelDropFileText {
  cursor: default;
  padding-bottom: 3px;
  font-size: 1.3em;
}
.fileDropPanelSelectFileText span {
  cursor: pointer;
  color: #407ABF;
}
.fileDropPanelSelectFileText span:hover {
  text-decoration: underline;
}
.cubeTabPanel {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.cubeTabPanel > * {
  top: 0;
}
.cubeTabPanelIsEmpty:not(.cubeTabPanelRoot),
.cubeTabPanelRoot.cubeTabPanelIsEmpty > *:not(.global-quicksearch) {
  visibility: hidden;
}
.cubeTabPanelScroller button:focus {
  outline: none;
  opacity: .82;
}
.cubeTabContentWidget > .cubeTabContentWidget {
  width: 100%;
  height: 100%;
}
.cubeTabPanelContentWidgetContainer {
  height: 100%;
  border: 1px solid #CCC;
  border-top-color: #bbbbbb;
  background: transparent;
  position: relative;
}
.cubeTabPanelContentWidgetContainer > .cubeTabContentWidget {
  position: absolute;
  top: 0;
  left: calc(-100% - 10px) !important;
  width: 100%;
  bottom: 0;
  overflow: hidden;
  border-top: 0;
  background: transparent;
}
.cubeTabPanelContentWidgetContainer > .cubeTabContentWidgetSelected {
  left: 0 !important;
  visibility: visible;
  background-color: #ffffff;
  z-index: 1;
}
.cubeTabPanelContentWidgetContainer > .cubeTabContentWidget:not(.cubeTabContentWidgetSelected),
.cubeTabPanelContentWidgetContainer > .cubeTabContentWidget:not(.cubeTabContentWidgetSelected) .cubeTabContentWidgetSelected {
  visibility: hidden;
}
.edge .cubeTabPanelContentWidgetContainer > .cubeTabContentWidget:not(.cubeTabContentWidgetSelected) iframe {
  visibility: visible;
}
.cubeTabPanelScrollerRoot + .cubeTabPanelContentWidgetContainer {
  top: 26px;
}
.cubeTabPanelScrollerRoot {
  z-index: 2;
}
.cubeTabPanelScrollerRoot .draggetterpanel .tabWidget {
  margin-right: 4px;
  color: #808080;
  background-color: #f2f2f2;
  border: 1px solid #eeeeee;
  border-bottom: 1px solid transparent;
  overflow: hidden;
  cursor: pointer;
  border-bottom: 0 !important;
  line-height: 23px;
}
.cubeTabPanelScrollerRoot .draggetterpanel .tabWidget:hover {
  color: #808080;
  background-color: #e5e5e5;
}
.cubeTabPanelScrollerRoot .draggetterpanel .tabWidget .tabWidgetContent {
  opacity: .6;
  border-top: 2px solid transparent;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
  padding-bottom: 0 !important;
}
.cubeTabPanelScrollerRoot .draggetterpanel .tabWidget .tabWidgetContent:hover {
  opacity: 1;
}
.cubeTabPanelScrollerRoot .draggetterpanel .tabWidget .tabWidgetContent .tabWidgetTypeImage {
  left: 3px;
  top: 50%;
  margin-top: -8px;
}
.cubeTabPanelScrollerRoot .draggetterpanel:last-child .tabWidget {
  margin-right: 0;
}
.cubeTabPanelScrollerRoot .draggetterpanel .tabWidgetSelected {
  margin-right: 4px;
  color: #000;
  background-color: #fff;
  border: 1px solid #CCC;
  border-left-color: #bbbbbb;
  border-right-color: #bbbbbb;
  border-bottom: 1px solid #fff;
  cursor: default;
}
.cubeTabPanelScrollerRoot .draggetterpanel .tabWidgetSelected:hover {
  color: #000;
  background-color: #fff;
}
.cubeTabPanelScrollerRoot .draggetterpanel .tabWidgetSelected .tabWidgetContent {
  opacity: 1;
  border-top-color: #407ABF;
}
.tabWidgetTextContainer {
  margin: 0 16px 0 20px;
  position: relative;
  text-align: center;
}
.tabWidgetTextContainer div {
  white-space: nowrap;
  vertical-align: baseline;
}
.tabWidget .tabWidgetTypeImage {
  position: absolute;
  padding-top: 0;
  left: 0;
}
.tabWidgetCount {
  position: absolute;
  right: 0;
  top: 3px;
  z-index: 1;
  padding: 0 7px;
  background: #cccccc;
  color: #000;
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
  margin-left: 2px;
  line-height: 16px !important;
}
.tabWidget {
  position: relative;
}
.tabWidget .fa-times {
  top: 0;
  bottom: 0;
  position: absolute;
  right: 1px;
  cursor: pointer;
}
.tabWidget .fa-times:hover {
  color: #c00;
}
.tabWidget .fa-times:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) ;
  -moz-transform: translate(-50%, -50%) ;
  -o-transform: translate(-50%, -50%) ;
  -ms-transform: translate(-50%, -50%) ;
  transform: translate(-50%, -50%) ;
}
.tabWidgetHasNoTypeImage .tabWidgetTextContainer {
  margin-left: 2px;
}
.tabWidgetHasNoCloseImage .tabWidgetTextContainer {
  margin-right: 4px;
}
.tabWidgetDisabled {
  color: #808080 !important;
}
.tabWidgetTextDisplayedInline .tabWidgetTextContainer {
  text-align: center;
  white-space: nowrap;
}
.tabWidgetTextDisplayedInline .tabWidgetTextContainer > * {
  position: static;
  display: inline-block;
  right: auto;
  top: auto;
  width: auto;
}
.mobile-tab-panel {
  height: 100%;
}
.mobile-tab-panel .mobile-icon-tab-widget {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-align: center;
  margin-top: 6px;
}
.mobile-tab-panel .mobile-icon-tab-widget ~ .tabWidgetCloseImage {
  bottom: inherit;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
}
.mobile-tab-panel .mobile-icon-tab-widget > * {
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  color: #FFF;
}
.mobile-tab-panel .mobile-icon-tab-widget > *:not(.cube-Image16):not(.cube-Image32) {
  background: #666666;
}
.mobile-tab-panel .mobile-icon-tab-widget > *.cube-Image16,
.mobile-tab-panel .mobile-icon-tab-widget > *.cube-Image32 {
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.mobile-tab-panel-left-panel {
  height: 100%;
  border-left: 1px solid #CCC;
  background: #FFF;
}
.mobile-tab-panel-left-panel > * {
  height: auto !important;
}
.mobile-tab-panel-left-panel .tabWidget {
  background: #FFF;
  min-width: 100%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: inline-block;
}
.mobile-tab-panel-left-panel .tabWidget .tabWidgetTypeImage {
  display: none;
}
.mobile-tab-panel-left-panel .tabWidget .tabWidgetTextContainer {
  max-width: 100px;
  margin: 6px 2px;
}
.mobile-tab-panel-left-panel .tabWidget .tabWidgetTextContainer > * {
  max-width: 100%;
}
.mobile-tab-panel-left-panel .tabWidget .tabWidgetTextContainer > .button-as-label {
  padding-right: 0px!important;
}
.mobile-tab-panel-left-panel .tabWidget .tabWidgetTextContainer > .tabWidgetCount {
  position: absolute;
  right: 10px;
  top: -46px;
  background-color: white;
  border: 2px solid #3e78b3;
  color: #3e78b3;
  font-weight: bold;
}
.mobile-tab-panel-left-panel .tabWidget:hover {
  background: #f0f0f0;
}
.mobile-tab-panel-left-panel .tabWidgetSelected .mobile-icon-tab-widget {
  -webkit-transform: translate(0px, 3px) scale(1.2);
  -moz-transform: translate(0px, 3px) scale(1.2);
  -o-transform: translate(0px, 3px) scale(1.2);
  -ms-transform: translate(0px, 3px) scale(1.2);
  transform: translate(0px, 3px) scale(1.2);
}
.mobile-tab-panel-left-panel .tabWidgetSelected,
.mobile-tab-panel-left-panel .tabWidgetSelected:hover {
  background: #e8e8e8;
}
.mobile-tab-panel-tab-content-container {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.mobile-tab-panel-tab-content-container > * {
  position: absolute !important;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.mobile-tab-panel-tab-content-container > *:not(.cubeTabContentWidgetSelected) {
  left: -100% !important;
}
.touch-active .mobile-tab-panel-tab-content-container {
  background: #f0f0f0;
}
.touch-active .mobile-tab-panel-tab-content-container > * {
  background: #FFF;
}
.scroller-panel-without-scrollbar.cubeTabPanelHasScrolling .back-scroller,
.scroller-panel-without-scrollbar.cubeTabPanelHasScrolling .forward-scroller {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: default;
}
.scroller-panel-without-scrollbar.cubeTabPanelHasScrolling .back-scroller:not(.cubeTabPanelScrollerDisabled):hover,
.scroller-panel-without-scrollbar.cubeTabPanelHasScrolling .forward-scroller:not(.cubeTabPanelScrollerDisabled):hover {
  background: #f0f0f0;
  cursor: pointer;
}
.scroller-panel-without-scrollbar.cubeTabPanelHasScrolling .back-scroller:before,
.scroller-panel-without-scrollbar.cubeTabPanelHasScrolling .forward-scroller:before {
  position: absolute;
  left: 50%;
  width: 20px;
  margin-left: -10px;
  top: 50%;
  height: 20px;
  margin-top: -10px;
  text-align: center;
  line-height: 20px;
  font-size: 20px;
}
.scroller-panel-without-scrollbar.cubeTabPanelHasScrolling.horrizontal .back-scroller {
  width: 25px;
  height: 100%;
  border-right: 1px solid #CCC;
}
.scroller-panel-without-scrollbar.cubeTabPanelHasScrolling.horrizontal .forward-scroller {
  width: 25px;
  height: 100%;
  border-left: 1px solid #CCC;
}
.scroller-panel-without-scrollbar.cubeTabPanelHasScrolling.vertical .back-scroller {
  width: 100%;
  height: 25px;
  border-bottom: 1px solid #CCC;
  vertical-align: middle;
}
.scroller-panel-without-scrollbar.cubeTabPanelHasScrolling.vertical .forward-scroller {
  width: 100%;
  height: 25px;
  border-top: 1px solid #CCC;
  vertical-align: middle;
}
.scroller-panel-without-scrollbar.cubeTabPanelHasScrolling .cubeTabPanelScrollerDisabled:before {
  opacity: .25;
}
.scroller-panel-without-scrollbar.horrizontal .scroll-container {
  overflow-x: scroll;
  overflow-y: hidden;
  width: 100%;
}
.scroller-panel-without-scrollbar.horrizontal .content-container {
  white-space: nowrap;
  display: inline-block;
}
.scroller-panel-without-scrollbar.horrizontal .content-container > * {
  display: inline-block;
  vertical-align: middle;
}
.scroller-panel-without-scrollbar.vertical {
  height: 100%;
}
.scroller-panel-without-scrollbar.vertical .scroll-container {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100%;
}
.scroller-panel-without-scrollbar:not(.cubeTabPanelHasScrolling) > * > .back-scroller,
.scroller-panel-without-scrollbar:not(.cubeTabPanelHasScrolling) > * > .forward-scroller {
  display: none !important;
}
.touch-overlay-container {
  position: absolute;
  z-index: 130;
}
.touch-overlay-container.horrizontal {
  margin-top: -70px;
  transform: translate(-50%, 0);
  white-space: nowrap;
}
.touch-overlay-container.horrizontal > *:not(:first-child) {
  margin-left: 20px;
}
.touch-overlay-container:not(.horrizontal) {
  margin-left: -70px;
  transform: translate(0, -50%);
}
.touch-overlay-container:not(.horrizontal) > *:not(:first-child) {
  margin-top: 20px;
}
.touch-overlay-container:not(.horrizontal) > * {
  display: block;
}
.touch-overlay-container > * {
  background: #333333;
  color: #fff;
  border-radius: 30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 15px;
  text-align: center;
  transition: all 0.5s ease;
  transform: scale(0);
  opacity: 0;
}
.touch-overlay-container > *.touched {
  background: blue;
}
.touch-overlay-container.active > * {
  opacity: 1;
  transform: scale(1);
}
.touch-overlay-container.do-hidding > * {
  opacity: 0;
  transform: scale(0);
}
.drag-status-touch {
  position: absolute;
  z-index: 40;
  top: 0;
  left: 0;
  font-size: 25px;
  width: 40px;
  line-height: 40px;
  height: 40px;
  border: 1px solid transparent;
  background: #fff;
  text-align: center;
  border-radius: 20px;
  opacity: 0.7;
}
.drag-status-touch.fa-ban {
  color: #cc0000;
  border-color: #cc0000;
}
.drag-status-touch:not(.fa-ban) {
  border-color: #407ABF;
  color: #407ABF;
}
.hideCubeTabScroller > .cubeVerticalPanelEntry > .cubeHorizontalPanel > .cubeHorizontalPanelEntry > .cubeTabPanelScroller {
  overflow: hidden;
  height: 0;
}
.hideCubeTabScroller > .cubeVerticalPanelEntry > .cubeTabPanelContentWidgetContainer {
  border-top: none !important;
}
.tab-pills {
  position: relative;
  height: 100%;
}
.tab-pills .cubeTabPanelScroller {
  padding: 2px 2px 3px 3px;
  border-bottom: 1px solid #CCC;
}
.tab-pills .cubeTabPanelScroller .tabWidget {
  border: 1px solid transparent;
  margin: 1px 1px;
  color: #000;
  background-color: #f2f2f2;
  position: relative;
  display: inline-block;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.tab-pills .cubeTabPanelScroller .tabWidget .tabWidgetContent {
  margin: 3px 3px;
  position: relative;
}
.tab-pills .cubeTabPanelScroller .tabWidget:hover {
  background-color: #e5e5e5;
  color: #000;
}
.tab-pills .cubeTabPanelScroller .tabWidget .tabWidgetTypeImage {
  display: none;
}
.tab-pills .cubeTabPanelScroller .tabWidget .tabWidgetTextContainer {
  margin-left: 4px;
}
.tab-pills > .cubeTabPanelScroller .tabWidgetSelected {
  background-color: #407ABF;
  color: #fff;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.tab-pills > .cubeTabPanelScroller .tabWidgetSelected:hover {
  background-image: none;
  background-color: #6695cc;
  color: #fff;
}
.tab-pills > .cubeTabPanelScroller .tabWidgetSelected .tabWidgetCount {
  top: 0;
  background-color: #fff;
  color: #407ABF;
}
.tab-pills.display-tab-images .tabWidget {
  border: 1px solid transparent;
  margin: 1px 1px;
  color: #000;
  background-color: #f2f2f2;
  position: relative;
  display: inline-block;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.tab-pills.display-tab-images .tabWidget .tabWidgetContent {
  margin: 1px 1px;
  position: relative;
}
.tab-pills.display-tab-images .tabWidget:hover {
  background-color: #e5e5e5;
  color: #000;
}
.tab-pills.display-tab-images .tabWidget .tabWidgetTypeImage {
  display: none;
}
.tab-pills.display-tab-images .tabWidget .tabWidgetTextContainer {
  margin-left: 4px;
}
.tab-pills.display-tab-images .tabWidget .tabWidgetTextContainer {
  padding: 2px;
}
.tab-pills.display-tab-images .tabWidget:not(.tabWidgetHasNoTypeImage) .tabWidgetTypeImage {
  display: block;
  padding: 2px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-position: center;
  background-repeat: no-repeat;
}
.tab-pills.display-tab-images .tabWidget:not(.tabWidgetHasNoTypeImage) .tabWidgetTextContainer {
  margin-left: 20px;
}
.tab-pills.display-tab-images .tabWidget.tabWidgetSelected {
  background-color: #407ABF;
  color: #fff;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.tab-pills.display-tab-images .tabWidget.tabWidgetSelected:hover {
  background-image: none;
  background-color: #6695cc;
  color: #fff;
}
.tab-pills.display-tab-images .tabWidget.tabWidgetSelected .tabWidgetTypeImage {
  background-color: #FFF;
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
}
.tab-level-2 > .cubeVerticalPanelEntry.display-tab-images .tabWidget .tabWidgetTextContainer {
  padding: 0;
}
.tab-level-2 > .cubeVerticalPanelEntry > .cubeTabPanelContentWidgetContainer {
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.tab-level-2 > .cubeVerticalPanelEntry > .cubeHorizontalPanel > .cubeHorizontalPanelEntry > .cubeTabPanelScroller {
  top: 0;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  background-color: #f0f0f0;
  background: linear-gradient(to bottom, #ffffff, #fcfcfc, #ffffff);
  border-bottom: 0;
}
.tab-level-2 > .cubeVerticalPanelEntry > .cubeHorizontalPanel > .cubeHorizontalPanelEntry > .cubeTabPanelScroller .content-container {
  padding-right: 3px;
}
.tab-level-2 > .cubeVerticalPanelEntry > .cubeHorizontalPanel > .cubeHorizontalPanelEntry > .cubeTabPanelScroller .draggetterpanel {
  position: relative;
  overflow: hidden;
}
.tab-level-2 > .cubeVerticalPanelEntry > .cubeHorizontalPanel > .cubeHorizontalPanelEntry > .cubeTabPanelScroller .draggetterpanel > .tabWidget {
  margin: 3px 0 3px 3px;
  padding: 0 4px;
  text-align: center;
  border: 1px solid #cccccc;
  border-radius: 0;
  color: black;
  background-color: #e5e5e5;
}
.tab-level-2 > .cubeVerticalPanelEntry > .cubeHorizontalPanel > .cubeHorizontalPanelEntry > .cubeTabPanelScroller .draggetterpanel > .tabWidget:hover {
  background-color: #f2f2f2;
}
.tab-level-2 > .cubeVerticalPanelEntry > .cubeHorizontalPanel > .cubeHorizontalPanelEntry > .cubeTabPanelScroller .draggetterpanel > .tabWidget.tabWidgetSelected {
  background-color: #407ABF;
  color: #fff;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  border-color: #e8e8e8;
}
.tab-level-2 > .cubeVerticalPanelEntry > .cubeHorizontalPanel > .cubeHorizontalPanelEntry > .cubeTabPanelScroller .draggetterpanel > .tabWidget.tabWidgetSelected:hover {
  background-image: none;
  background-color: #6695cc;
  color: #fff;
}
.tab-level-2 > .cubeVerticalPanelEntry > .cubeHorizontalPanel > .cubeHorizontalPanelEntry > .cubeTabPanelScroller .draggetterpanel > .tabWidget .tabWidgetTextContainer {
  left: 1px;
}
.tab-level-2 > .cubeVerticalPanelEntry > .cubeHorizontalPanel > .cubeHorizontalPanelEntry > .cubeTabPanelScroller .draggetterpanel > .tabWidget .tabWidgetContent {
  margin-top: 0;
  margin-bottom: 0;
}
.tab-level-2 > .cubeVerticalPanelEntry > .cubeHorizontalPanel > .cubeHorizontalPanelEntry > .cubeTabPanelScroller .draggetterpanel > .tabWidget .tabWidgetContent > .tabWidgetTypeImage {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.tab-level-2 > .cubeVerticalPanelEntry > .cubeHorizontalPanel > .cubeHorizontalPanelEntry > .cubeTabPanelScroller .draggetterpanel > .tabWidget:before {
  content: '';
  position: absolute;
  right: -1px;
  top: -1px;
  border-width: 7px;
  border-color: #cccccc transparent transparent;
  border-style: solid;
  z-index: 0;
  -webkit-transform: translate(50%, 0px) ;
  -moz-transform: translate(50%, 0px) ;
  -o-transform: translate(50%, 0px) ;
  -ms-transform: translate(50%, 0px) ;
  transform: translate(50%, 0px) ;
}
.tab-level-2 > .cubeVerticalPanelEntry > .cubeHorizontalPanel > .cubeHorizontalPanelEntry > .cubeTabPanelScroller .draggetterpanel > .tabWidget.tabWidgetSelected:before {
  border-color: #e8e8e8 transparent transparent;
}
.tab-level-2 > .cubeVerticalPanelEntry > .cubeHorizontalPanel > .cubeHorizontalPanelEntry > .cubeTabPanelScroller .draggetterpanel > .tabWidget:after {
  content: '';
  position: absolute;
  right: -1px;
  top: -1px;
  border-width: 6px;
  border-color: #fefefe transparent transparent;
  border-style: solid;
  z-index: 1;
  -webkit-transform: translate(50%, 0px) ;
  -moz-transform: translate(50%, 0px) ;
  -o-transform: translate(50%, 0px) ;
  -ms-transform: translate(50%, 0px) ;
  transform: translate(50%, 0px) ;
}
.tab-level-2 > .cubeVerticalPanelEntry > .cubeHorizontalPanel > .cubeHorizontalPanelEntry > .cubeTabPanelScroller .draggetterpanel > .tabWidget .tabWidgetTextContainer > * {
  line-height: 26px;
}
.tab-level-3 > .cubeVerticalPanelEntry > .cubeTabPanelContentWidgetContainer {
  border-width: 1px 0 0;
}
.tab-level-3 > .cubeVerticalPanelEntry > .cubeHorizontalPanel > .cubeHorizontalPanelEntry > .cubeTabPanelScroller {
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  border: none;
}
.tab-level-3 > .cubeVerticalPanelEntry > .cubeHorizontalPanel > .cubeHorizontalPanelEntry > .cubeTabPanelScroller .draggetterpanel > .tabWidget .tabWidgetContent {
  line-height: 24px;
}
.tab-level-3 > .cubeVerticalPanelEntry > .cubeHorizontalPanel > .cubeHorizontalPanelEntry > .cubeTabPanelScroller .draggetterpanel > .tabWidget.tabWidgetSelected:not(.tabWidgetHasNoCloseImage) {
  background-color: #407ABF;
  color: #fff;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  border-color: #e8e8e8;
}
.tab-level-3 > .cubeVerticalPanelEntry > .cubeHorizontalPanel > .cubeHorizontalPanelEntry > .cubeTabPanelScroller .draggetterpanel > .tabWidget.tabWidgetSelected:not(.tabWidgetHasNoCloseImage):hover {
  background-image: none;
  background-color: #6695cc;
  color: #fff;
}
.tab-level-3 > .cubeVerticalPanelEntry > .cubeHorizontalPanel > .cubeHorizontalPanelEntry > .cubeTabPanelScroller .draggetterpanel > .tabWidget.tabWidgetHasNoCloseImage {
  margin: 0;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 1px;
  border: none;
  border-radius: 0;
  background-color: transparent;
  background-image: none;
  opacity: .7;
}
.tab-level-3 > .cubeVerticalPanelEntry > .cubeHorizontalPanel > .cubeHorizontalPanelEntry > .cubeTabPanelScroller .draggetterpanel > .tabWidget.tabWidgetHasNoCloseImage:hover {
  opacity: 1;
}
.tab-level-3 > .cubeVerticalPanelEntry > .cubeHorizontalPanel > .cubeHorizontalPanelEntry > .cubeTabPanelScroller .draggetterpanel > .tabWidget.tabWidgetHasNoCloseImage .tabWidgetCount {
  top: 0;
  border: 1px solid transparent;
}
.tab-level-3 > .cubeVerticalPanelEntry > .cubeHorizontalPanel > .cubeHorizontalPanelEntry > .cubeTabPanelScroller .draggetterpanel > .tabWidget.tabWidgetHasNoCloseImage:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0;
  height: 2px;
  box-sizing: border-box;
  z-index: 2;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.tab-level-3 > .cubeVerticalPanelEntry > .cubeHorizontalPanel > .cubeHorizontalPanelEntry > .cubeTabPanelScroller .draggetterpanel > .tabWidget.tabWidgetHasNoCloseImage.tabWidgetSelected {
  color: #407ABF;
  opacity: 1;
}
.tab-level-3 > .cubeVerticalPanelEntry > .cubeHorizontalPanel > .cubeHorizontalPanelEntry > .cubeTabPanelScroller .draggetterpanel > .tabWidget.tabWidgetHasNoCloseImage.tabWidgetSelected:after {
  background-color: #569ff6;
  border-bottom: 1px solid #0d76f2;
  left: 0;
  right: 0;
}
.tab-level-3 > .cubeVerticalPanelEntry > .cubeHorizontalPanel > .cubeHorizontalPanelEntry > .cubeTabPanelScroller .draggetterpanel > .tabWidget.tabWidgetHasNoCloseImage.tabWidgetSelected .tabWidgetCount {
  top: 0;
  border: 1px solid #CCC;
  background: transparent;
}
.tab-level-3 > .cubeVerticalPanelEntry > .cubeHorizontalPanel > .cubeHorizontalPanelEntry > .cubeTabPanelScroller .tabWidgetTextContainer > * {
  vertical-align: middle;
}
.tab-level-3 > .cubeVerticalPanelEntry > .cubeHorizontalPanel > .cubeHorizontalPanelEntry > .cubeTabPanelScroller .folder_cover_button_container {
  display: none;
}
.tab-level-2.tab-pills,
.tab-level-3.tab-pills {
  border: none;
}
.tab-level-3 .coverTitle {
  padding-left: 21px;
  font-size: 15px;
  line-height: 32px;
  vertical-align: middle;
  cursor: default;
  border-bottom: 1px solid #bbbbbb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tab-level-2 .tabWidgetCloseImage,
.tab-level-3 > cubeTabPanelScroller .tabWidgetCloseImage {
  top: 50%;
  right: -2px;
  margin-bottom: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cubeHasQuickSearch .tab-level-3 > .cubeVerticalPanelEntry > .cubeTabPanelContentWidgetContainer {
  border-top-width: 0;
}
.cubeTabPanelInvisibleButton {
  position: relative;
  z-index: -1;
  width: 100%;
  height: 0px;
  opacity: 0;
  border: 0px;
  margin: 0px;
}
.cubeTabPanelSelector {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 1px 10px rgba(20, 20, 20, 0.5);
  -moz-box-shadow: 0px 1px 10px rgba(20, 20, 20, 0.5);
  box-shadow: 0px 1px 10px rgba(20, 20, 20, 0.5);
  border-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  max-width: 250px;
  max-height: 80%;
  z-index: 21;
  overflow: auto !important;
}
.cubeTabPanelSelector button {
  display: block;
  width: 100%;
  text-align: left ;
  white-space: nowrap;
  padding: 5px;
}
.cubeTabPanelSelector button > div,
.cubeTabPanelSelector button > img {
  display: inline;
  margin: 5px;
}
.cubeTabPanelSelector button > div {
  max-width: 200px;
}
.cubeTabPanelSelector button:hover {
  color: #000 !important;
  background-color: #d0e1f6 !important;
}
.cubeTabPanelSelector button:focus {
  color: #000000 !important;
  background-color: #a1c4ed !important;
}
.ribbon-toggle {
  right: 0px;
  width: 25px;
  z-index: 2;
  cursor: pointer;
  height: 100%;
  border: solid #CCC;
  border-bottom-color: #CCC;
  border-width: 0 0 1px 1px;
  -webkit-transition: background-color 0.2s ease-in;
  -moz-transition: background-color 0.2s ease-in;
  -o-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
  background-color: #FFF;
  -webkit-transition: background-color 0.25s ease 0s;
  -moz-transition: background-color 0.25s ease 0s;
  -o-transition: background-color 0.25s ease 0s;
  transition: background-color 0.25s ease 0s;
}
.ribbon-toggle:hover {
  background-color: #e6e6e6;
  cursor: pointer;
}
.ribbon-toggle:before {
  content: "";
  height: 2px;
  width: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -4px;
  margin-top: -4px;
  background-color: #407ABF;
}
.ribbon-toggle:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -4px;
  margin-top: -1px;
  border: 4px solid;
  border-color: #407ABF transparent transparent transparent;
}
.navigation-container .ribbon-toggle {
  border-width: 1px 1px 0 0;
}
body:not(.navigationPanel-hidden) .cubeTabPanelRoot.has-ribbon.hide-ribbon > .cubeVerticalPanelEntry > .navigation-container {
  display: none;
}
body:not(.navigationPanel-hidden) .cubeTabPanelRoot.has-ribbon.force-ribbon-display .force-ribbon-display > .cubeVerticalPanelEntry > .has-quick-access-toolbar {
  display: none;
}
body:not(.navigationPanel-hidden) .cubeTabPanelRoot.has-ribbon.hide-ribbon-toggle > .cubeVerticalPanelEntry > .navigation-container > .cubeHorizontalPanelEntry > .ribbon-toggle {
  display: none;
}
body:not(.navigationPanel-hidden) .cubeTabPanelRoot.has-ribbon.hide-ribbon-toggle > .ribbon-toggle {
  display: none;
}
.global-quicksearch {
  z-index: initial;
}
.cubeTabPanelRoot:not(.has-ribbon) > .navigationPanel {
  display: none;
}
.cubeTabPanelRoot.has-global-quicksearch .global-quicksearch {
  padding-right: 0;
  padding-left: 0;
  visibility: visible;
  z-index: 3;
  display: inline-block;
}
.cubeTabPanelRoot.has-global-quicksearch .global-quicksearch > table {
  margin-left: 1px;
  width: 200px;
}
.cubeTabPanelRoot.has-global-quicksearch.cubeTabPanelHasScrolling > .cubeTabPanelRightScroller,
.cubeTabPanelRoot.has-global-quicksearch.cubeTabPanelHasScrolling > .cubeTabPanelScroller {
  margin-right: 200px;
}
.cubeTabPanelRoot.global-quicksearch-compact .global-quicksearch > table {
  -webkit-transform: translate(100%, 0px) ;
  -moz-transform: translate(100%, 0px) ;
  -o-transform: translate(100%, 0px) ;
  -ms-transform: translate(100%, 0px) ;
  transform: translate(100%, 0px) ;
  -webkit-transition: all 0.2s ease-in 0.5s;
  -moz-transition: all 0.2s ease-in 0.5s;
  -o-transition: all 0.2s ease-in 0.5s;
  transition: all 0.2s ease-in 0.5s;
}
.cubeTabPanelRoot.global-quicksearch-compact .global-quicksearch-overlayer {
  position: absolute;
  background: red;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
  -webkit-transition: all 0.2s ease-in 0.5s;
  -moz-transition: all 0.2s ease-in 0.5s;
  -o-transition: all 0.2s ease-in 0.5s;
  transition: all 0.2s ease-in 0.5s;
}
.cubeTabPanelRoot.global-quicksearch-compact .global-quicksearch-overlayer * {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) ;
  -moz-transform: translate(-50%, -50%) ;
  -o-transform: translate(-50%, -50%) ;
  -ms-transform: translate(-50%, -50%) ;
  transform: translate(-50%, -50%) ;
}
.cubeTabPanelRoot.global-quicksearch-compact .global-quicksearch:hover .global-quicksearch-overlayer,
.cubeTabPanelRoot.global-quicksearch-compact .global-quicksearch.quicksearch-view-table-active .global-quicksearch-overlayer {
  opacity: 0;
}
.cubeTabPanelRoot.global-quicksearch-compact .global-quicksearch:hover > table,
.cubeTabPanelRoot.global-quicksearch-compact .global-quicksearch.quicksearch-view-table-active > table {
  -webkit-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
.cubeTabPanelRoot > .cubeVerticalPanelEntry > .cubeTabPanelContentWidgetContainer .maskrenderer .tabWidget {
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  margin-right: 4px;
  color: #808080;
  background-color: #f2f2f2;
  border: 1px solid #eeeeee;
  border-bottom: 1px solid transparent;
  overflow: hidden;
  cursor: pointer;
  border-bottom: none;
  display: block;
}
.cubeTabPanelRoot > .cubeVerticalPanelEntry > .cubeTabPanelContentWidgetContainer .maskrenderer .tabWidget:hover {
  color: #808080;
  background-color: #e5e5e5;
}
.cubeTabPanelRoot > .cubeVerticalPanelEntry > .cubeTabPanelContentWidgetContainer .maskrenderer .tabWidget .tabWidgetContent {
  padding: 0 1px 0 0;
  margin-left: 3px;
  position: relative;
  height: 19px;
  line-height: 19px;
  margin: 0;
}
.cubeTabPanelRoot > .cubeVerticalPanelEntry > .cubeTabPanelContentWidgetContainer .maskrenderer .draggetterpanel:last-child .tabWidget {
  margin-right: 0;
}
.cubeTabPanelRoot > .cubeVerticalPanelEntry > .cubeTabPanelContentWidgetContainer .maskrenderer .cubeTabPanelScroller {
  border: 0;
  padding: 0;
}
.cubeTabPanelRoot > .cubeVerticalPanelEntry > .cubeTabPanelContentWidgetContainer .maskrenderer .tabWidgetSelected {
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  margin-right: 4px;
  color: #000;
  background-color: #fff;
  border: 1px solid #CCC;
  border-left-color: #bbbbbb;
  border-right-color: #bbbbbb;
  border-bottom: 1px solid #fff;
  cursor: default;
  border-bottom: none;
}
.cubeTabPanelRoot > .cubeVerticalPanelEntry > .cubeTabPanelContentWidgetContainer .maskrenderer .tabWidgetSelected:hover {
  color: #000;
  background-color: #fff;
}
.div-panel-full-sized:not(.style-ignored) {
  display: flex;
}
.div-panel-full-sized:not(.style-ignored) > * {
  position: relative;
}
.div-panel-full-sized:not(.style-ignored) > *:not(.div-panel-full-sized-entry) {
  display: flex;
}
.div-panel-full-sized:not(.style-ignored) > *.div-panel-full-sized-entry {
  flex-grow: 1;
  flex: 1;
  display: flex;
  overflow: hidden;
}
.div-panel-full-sized:not(.style-ignored) > *.div-panel-full-sized-entry.scrollable {
  overflow: auto;
}
.div-panel-full-sized:not(.style-ignored):not(.expand-to-parent) > .div-panel-full-sized-entry > * {
  height: auto;
}
.div-panel-full-sized.expand-to-parent:not(.style-ignored),
.div-panel-full-sized.expand-to-parent:not(.style-ignored) > .div-panel-full-sized-entry > * {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.div-panel-full-sized.expand-to-parent:not(.style-ignored) .div-panel-full-sized-entry.scrollable {
  overflow: hidden;
}
.div-panel-full-sized.expand-to-parent:not(.style-ignored) .div-panel-full-sized-entry.scrollable > * {
  overflow: auto;
}
.div-panel-full-sized.cubeVerticalPanel:not(.style-ignored) {
  flex-flow: column;
  height: 100%;
}
.div-panel-full-sized.cubeVerticalPanel:not(.style-ignored) > .div-panel-full-sized-entry {
  height: auto !important;
}
.div-panel-full-sized.cubeVerticalPanel:not(.style-ignored) > *:not(.div-panel-full-sized-entry) > * {
  width: 100%;
}
.div-panel-full-sized.cubeHorizontalPanel:not(.style-ignored) {
  flex-flow: row;
  width: 100%;
}
.div-panel-full-sized.cubeHorizontalPanel:not(.style-ignored) > *:not(.div-panel-full-sized-entry) > * {
  display: flex;
  flex-grow: 1;
  height: auto !important;
}
.div-panel-full-sized.style-ignored > .div-panel-full-sized-entry {
  height: 100%;
}
* {
  -webkit-overflow-scrolling: touch;
}
.cubeNavigationBar {
  border: 1px solid #CCC;
  background: #FFFFFF;
}
.cubeNavigationBarCaption,
.cubeNavigationBarEntry {
  height: 28px;
  background: linear-gradient(to bottom, #fff 0%, #f7f7f7 100%);
  color: #4d4d4d;
  padding: 5px 3px 3px 3px;
  white-space: nowrap;
  font-size: 1.1em;
}
.cubeNavigationBarCaption:hover,
.cubeNavigationBarEntry:hover {
  background: linear-gradient(to bottom, #fafafa 0%, #f2f2f2 100%);
}
.cubeNavigationBarCaption {
  font-size: 1.1em;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  cursor: default;
  height: 28px;
  line-height: 28px;
}
.cubeNavigationBarOverFlowContainer {
  border-top: 1px solid #CCC;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: auto;
  z-index: 2;
}
.cubeNavigationBarTinyEnabled .cubeNavigationBarOverFlowContainer {
  padding-left: 2px;
}
.cubeNavigationBarEntry {
  position: relative;
  cursor: pointer;
  border-top: 1px solid #CCC;
}
.cubeNavigationBarEntry img {
  position: absolute;
  left: 8px;
  cursor: pointer;
}
.cubeNavigationBarEntry div.gwt-Label {
  padding: 0 0 4px 5px;
  display: inline-block;
  cursor: pointer;
}
.cubeNavigationBarEntry > .fa {
  transition: none;
}
.cubeNavigationBarOverFlowContainer {
  background-color: #fefefe;
}
.tiny-navigationbar-container {
  width: 0;
  display: none;
}
.cubeNavigationBarTinyEnabled .tiny-navigationbar-container {
  width: 32px;
  height: 100%;
  display: block;
  overflow: hidden;
  border-right: 1px solid #CCC;
  box-sizing: border-box;
}
.cubeNavigationBarTinyEnabled .cubeNavigationBarCaption {
  padding-left: 42px;
  height: 28px;
  line-height: 28px;
}
.cubeNavigationBarTinyEnabled .cubeNavigationBarCaption .fa {
  line-height: 28px;
}
.cubeNavigationbarCollapsed .cubeNavigationBarCaption {
  padding: 0;
}
.cubeNavigationbarCollapsed .cubeNavigationBarCaption .gwt-Label {
  width: 0;
  overflow: hidden;
}
.cubeTinyNavigationBar {
  display: none;
}
.cubeVerticalPanelEntry:last-child > .cubeNavigationBarEntry {
  border-bottom: none;
}
.cubeNavigationBarTinyEnabled .navigationbar-caption-parent {
  height: 28px;
  line-height: 28px;
}
.cubeNavigationBarTinyEnabled .cubeTinyNavigationBar {
  position: absolute;
  width: 100%;
  height: auto;
  display: block;
  border-top: none;
  right: 0px;
}
.cubeNavigationBarTinyEnabled .cubeTinyNavigationBar .cubeVerticalPanelEntry {
  display: block;
  overflow: hidden;
  width: 32px;
  cursor: pointer;
}
.cubeNavigationBarTinyEnabled .cubeTinyNavigationBar .cubeVerticalPanelEntry:last-child > .cubeNavigationBarEntry {
  border-bottom: 1px solid #CCC;
}
.cubeNavigationBarTinyEnabled .cubeTinyNavigationBar .navigationbar-window-parent {
  display: none;
  min-width: 235px;
  -webkit-transform: scale(0 1);
  -moz-transform: scale(0 1);
  -o-transform: scale(0 1);
  -ms-transform: scale(0 1);
  transform: scale(0 1);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -o-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}
.cubeNavigationBarTinyEnabled .cubeTinyNavigationBar .navigationbar-window-parent .navigationbar-window {
  display: none;
}
.cubeNavigationBarTinyEnabled .cubeTinyNavigationBar .cubeNavigationBarEntry {
  height: auto;
  display: block;
  padding-bottom: 4px;
  position: relative;
  background-color: #f0f0f0;
  background: linear-gradient(to right, #f0f0f0, #fcfcfc 32px);
}
.cubeNavigationBarTinyEnabled .cubeTinyNavigationBar .cubeNavigationBarEntry:hover {
  background-color: #f5f5f5;
  background: linear-gradient(to left, #f5f5f5, #ffffff 32px);
  color: #407ABF;
}
.cubeNavigationBarTinyEnabled .cubeTinyNavigationBar .cubeNavigationBarEntry:hover .fa {
  opacity: 1;
  color: #407ABF;
}
.cubeNavigationBarTinyEnabled .cubeTinyNavigationBar .cubeNavigationBarEntry .fa {
  display: block;
  margin: 4px 1px 5px 3px;
  opacity: .7;
  color: initial;
  z-index: 3;
  position: relative;
  cursor: pointer;
}
.cubeNavigationBarTinyEnabled .cubeTinyNavigationBar .cubeNavigationBarEntry .gwt-Label {
  display: inline-block;
  -webkit-transform: translate3d(0px, 100%, 0) rotate(-90deg);
  -moz-transform: translate3d(0px, 100%, 0) rotate(-90deg);
  -o-transform: translate3d(0px, 100%, 0) rotate(-90deg);
  -ms-transform: translate3d(0px, 100%, 0) rotate(-90deg);
  transform: translate3d(0px, 100%, 0) rotate(-90deg);
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  white-space: nowrap;
  text-align: left;
  padding: 1px;
  margin: 0 0 5px 0;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
.cubeNavigationBarTinyEnabled .cubeTinyNavigationBar .cubeNavigationBarEntry .gwt-Label:before {
  content: '';
  float: left ;
  margin-top: 100%;
}
.cubeNavigationBarTinyEnabled .cubeTinyNavigationBar .cubeNavigationBarEntry .gwt-Label:after {
  content: '';
  float: left ;
  margin-top: 100%;
}
.cubeNavigationBarTinyEnabled .cubeTinyNavigationBar .cubeNavigationBarEntry:before {
  content: '';
  position: absolute;
  height: 100%;
  border-left: 1px solid #CCC;
  right: 0;
  top: 0;
  z-index: 3;
}
.cubeNavigationBarTinyEnabled .cubeTinyNavigationBar .cubeNavigationBarEntry:after {
  content: '';
  position: absolute;
  height: 0;
}
.cubeNavigationBarTinyEnabled .cubeTinyNavigationBar .cubeNavigationBarEntry.cubeNavigationBarEntrySelected {
  background-color: #fefefe;
  background: linear-gradient(to right, #f1f1f1 0, #fefefe 32px);
  color: #404040;
}
.cubeNavigationBarTinyEnabled .cubeTinyNavigationBar .cubeNavigationBarEntry.cubeNavigationBarEntrySelected .fa {
  opacity: 1;
  color: #407ABF;
}
.cubeNavigationBarTinyEnabled .cubeTinyNavigationBar .cubeNavigationBarEntry.cubeNavigationBarEntrySelected:before {
  border: none;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background-color: transparent;
  border-left: 1px solid #e8e8e8;
  z-index: 0;
}
.cubeNavigationBarTinyEnabled .cubeTinyNavigationBar .cubeNavigationBarEntry.cubeNavigationBarEntrySelected:after {
  z-index: 43;
  border: none;
  left: 0;
  top: 100%;
  width: 32px;
  height: 4px;
  background-color: #999;
  background: linear-gradient(to bottom, #999, #fff);
  opacity: .8;
}
.cubeNavigationBar .switch-button-container {
  width: 100%;
  border-bottom: 1px solid #CCC;
  background-color: #fff;
  display: table;
  cursor: pointer;
}
.cubeNavigationBar .switch-button-container .fa {
  font-size: 10px;
  color: #666666;
  opacity: 1;
  display: table-cell;
  text-align: right ;
  vertical-align: middle;
  padding-right: 4px;
  position: absolute;
  right: 0;
  top: 0;
  background: linear-gradient(to bottom, #fff 0%, #f7f7f7 100%);
}
.cubeNavigationBar .switch-button-container:hover .fa {
  background: linear-gradient(to bottom, #fafafa 0%, #f2f2f2 100%);
}
.cubeNavigationBarTinyEnabled.tiny-navigationbar-pinned .switch-button-container .fa {
  color: #0d76f2;
}
.cubeNavigationBarTinyEnabled.tiny-navigationbar-pinned .switch-button-container:hover .fa {
  color: #0d76f2;
  opacity: .8;
}
.cubeNavigationBarTinyEnabled .switch-button-container {
  border-bottom: none;
}
.cubeNavigationBarClassicMode .switch-button-container {
  display: none;
}
.cubeNavigationBarEntrySelected {
  background: linear-gradient(to bottom, #5387c5 0%, #407ABF 100%);
  color: #fff;
  border-bottom: none;
  padding-bottom: 4px;
}
.cubeNavigationBarEntrySelected:hover {
  background: linear-gradient(to bottom, #5387c5 0%, #407ABF 100%);
}
.cubeNavigationBarTinyEnabled .cubeNavigationBarOverFlowContainer.transitionEffect,
.cubeNavigationBarTinyEnabled .cubeNavigationBarOverFlowContainer.transitionEffectBack {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.cubeNavigationBarTinyEnabled .cubeNavigationBarOverFlowContainer:before {
  content: '';
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fefefe;
  opacity: 0;
  pointer-events: none;
  touch-action: none;
  z-index: 1;
  transition: opacity 0.1s ease-in-out;
}
.cubeNavigationBarTinyEnabled .cubeNavigationBarOverFlowContainer.transitionEffectBack:before {
  opacity: 0;
  display: inline-block;
}
.cubeNavigationBarTinyEnabled .cubeNavigationBarOverFlowContainer.transitionEffect:before {
  opacity: 1;
  display: inline-block;
}
.cubeNavigationBarTinyEnabled.tiny-navigationbar-pinned .cubeTinyNavigationBar .cubeNavigationBarEntrySelected,
.cubeNavigationBarTinyEnabled.cubeNavigationBarModernStyle .cubeTinyNavigationBar .cubeNavigationBarEntrySelected {
  color: #fff;
  background-color: #407ABF;
  background: linear-gradient(to right, #5387c5 0, #407ABF 32px);
}
.cubeNavigationBarTinyEnabled.tiny-navigationbar-pinned .cubeTinyNavigationBar .cubeNavigationBarEntrySelected .fa,
.cubeNavigationBarTinyEnabled.cubeNavigationBarModernStyle .cubeTinyNavigationBar .cubeNavigationBarEntrySelected .fa {
  opacity: 1;
  color: #fefefe;
}
.cubeNavigationBarTinyEnabled.tiny-navigationbar-pinned .cubeTinyNavigationBar .cubeNavigationBarEntrySelected:before,
.cubeNavigationBarTinyEnabled.cubeNavigationBarModernStyle .cubeTinyNavigationBar .cubeNavigationBarEntrySelected:before {
  display: none;
}
.cubeNavigationBarTinyEnabled.tiny-navigationbar-pinned .cubeTinyNavigationBar .cubeNavigationBarEntrySelected:after,
.cubeNavigationBarTinyEnabled.cubeNavigationBarModernStyle .cubeTinyNavigationBar .cubeNavigationBarEntrySelected:after {
  border-color: transparent #fefefe transparent transparent;
  border-width: 8px;
  border-style: solid;
  top: 50%;
  left: 32px;
  -webkit-transform: translate(-16px, -50%);
  -moz-transform: translate(-16px, -50%);
  -o-transform: translate(-16px, -50%);
  -ms-transform: translate(-16px, -50%);
  transform: translate(-16px, -50%);
  z-index: 50;
  width: 0;
  height: 0;
  background-color: transparent;
  background-image: none;
  opacity: 1;
}
.cubeNavigationBarTinyEnabled.tiny-navigationbar-pinned .cubeTinyNavigationBar .cubeNavigationBarEntrySelected:hover,
.cubeNavigationBarTinyEnabled.cubeNavigationBarModernStyle .cubeTinyNavigationBar .cubeNavigationBarEntrySelected:hover {
  background-color: #5387c5;
  background: linear-gradient(to left, #407abf 0, #5387c5 32px);
}
.cubeNavigationBar .switch-button-container .fa.fa-thumb-tack {
  font-size: 12px;
}
.cubeNavigationBarEntry:hover {
  background-color: #ffffff;
}
.cubeNavigationBarEntrySelected:hover {
  background-color: #407ABF;
}
.cubeNavigationBarTinyEnabled .cubeTinyNavigationBar .cubeNavigationBarEntry.cube_navigation_entry_small:not(.cubeIconPriorityEntry) > *.fa {
  display: none;
}
.cubeNavigationBarTinyEnabled .cubeTinyNavigationBar .cubeNavigationBarEntry.cube_navigation_entry_small.cubeIconPriorityEntry > * ~ .gwt-Label {
  display: none;
  margin-bottom: 0;
  margin-right: 0;
}
.documentArchiveVerticalPanelHasFileDropPanel > div:first-child .fileDropPanelFrame {
  height: 55px;
}
.colorpopup {
  background-color: #FFFFFF;
  border: 1px solid #666666;
  z-index: 102;
}
.colorpopup td {
  border-width: 1px;
  border-style: solid;
  border-color: #A0A0A0 #FFFFFF #FFFFFF #A0A0A0;
}
.colorpopup .selected {
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
}
.colorpopup .coloritem {
  width: 16px;
  height: 16px;
  border-width: 1px;
  border-style: solid;
  border-color: #696969 #E3E3E3 #E3E3E3 #696969;
  cursor: pointer;
}
.colorpopup .coloritem-selected {
  border: 1px dotted #000000;
}
.inlineMessageDisplay {
  padding: 5px;
  font-size: 0.9em;
}
.inlineMessageDisplay .cube-Image {
  padding-right: 5px;
}
.canvasNotSupported {
  background-color: #FFFFFF;
}
.canvasNotSupportedInfo {
  padding: 20px;
  margin: 10px;
  font-weight: bold;
}
.canvasNotSupportedInfo .infotext {
  color: #333366;
  text-align: center;
  font-weight: bold;
}
.canvasNotSupportedInfo .openMessage {
  margin-top: 5px;
  color: red;
  text-decoration: underline;
  cursor: pointer;
  text-align: center;
}
.viewer-loadingpanel {
  z-index: 500;
  position: absolute;
  height: 31px;
  background-color: #FFFFFF;
  padding-left: 5px;
  padding-right: 5px;
}
.widgetWithState,
.imageWithStateHover > .cube-Image16,
.imageWithStateHover > tbody > tr > td > .cube-Image16 {
  cursor: pointer;
  padding: 2px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widgetWithState:hover,
.imageWithStateHover > .cube-Image16:hover,
.imageWithStateHover > tbody > tr > td > .cube-Image16:hover {
  padding: 1px;
  border: 1px solid Gray;
}
.widgetWithStateActive,
.widgetWithStateActive:hover {
  padding: 1px;
  border: 1px solid Gray;
  color: #000000 !important;
  background-color: #a1c4ed !important;
}
.cubetable {
  border-style: solid;
  border-color: #f0f0f0;
  border-width: 0;
  border-collapse: collapse;
}
.cubetable > tr > td,
.cubetable > tbody > tr > td {
  border-style: solid;
  border-color: #f0f0f0;
  border-width: 0 0 1px 1px;
  padding: 2px 2px 2px 2px;
}
.cubetable > tr > td input[type=text],
.cubetable > tbody > tr > td input[type=text],
.cubetable > tr > td select,
.cubetable > tbody > tr > td select {
  border: none;
}
.cubetable .darkzone {
  background-color: #ecf2f9;
}
.cubetable .palezone {
  background-color: #fff;
}
.cubetable .darkzone > td,
.cubetable .palezone > td {
  background-color: inherit;
  font-weight: normal;
  font-style: normal;
  font-size: 0.95em;
}
.cubetable .darkzone:hover,
.cubetable .palezone:hover {
  color: #000 !important;
  background-color: #f5f5f5 !important;
}
.cubetable .darkzone.rowselected,
.cubetable .palezone.rowselected {
  color: #000 !important;
  background-color: #cde3fe !important;
}
.cubetable > tr > td:first-child,
.cubetable > tbody > tr > td:first-child {
  border-width: 0 0 1px 0;
}
.cubetable .darkzoneDheadertop {
  border-bottom: 1px solid #CCC !important;
  padding-left: 1px !important;
}
.cubetable .darkzoneDheadertop .column-header {
  width: 100%;
}
.cubetable .darkzoneDheadertop:not(:last-child) {
  border-right: 1px solid #CCC !important;
}
.sortAsc {
  background-image: url(../images/RL_AufsteigendSortiert.gif);
  width: 16px;
  height: 16px;
}
.sortDesc {
  background-image: url(../images/RL_AbsteigendSortiert.gif);
  width: 16px;
  height: 16px;
}
.noLayoutSpace {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.outer-compact-navi-tab-container {
  display: flex;
}
.cubeCompactNavigationTabContainer {
  border-right-width: 2px;
  display: flex;
  flex-direction: column;
}
.cubeCompactNavigationTabContainer:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  background: #CCC;
  z-index: 3;
}
.cubeCompactNavigationTabContainer:after {
  content: '';
  top: 100%;
  left: 0;
  position: absolute;
  border-top: 1px solid #CCC;
  width: 100%;
}
.cubeCompactNavigationTabContainer .cubeCompactNavigationTab {
  cursor: pointer;
  flex-grow: .5;
  display: flex;
  margin-right: 1px;
  margin-bottom: 1px;
  left: 1px;
  background-color: #e8e8e8;
  border: 1px solid #e8e8e8;
  border-right: 1px solid #cccccc;
  font-size: 12px;
  padding: 0 9px 0 5px;
  text-align: right ;
  position: relative;
  color: #111;
}
.cubeCompactNavigationTabContainer .cubeCompactNavigationTab > * {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: right;
  flex-grow: 1;
}
.cubeCompactNavigationTabContainer .cubeCompactNavigationTab:not(.cubeCompactNavigationTabSelected):hover {
  background-color: #f0f0f0;
  color: #333333;
}
.cubeCompactNavigationTabContainer .cubeCompactNavigationTab:before {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  margin-top: -6px;
  border: 6px solid transparent;
  border-right-color: #666666;
  z-index: 5;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translate(50%, 0px) scale(0);
  -moz-transform: translate(50%, 0px) scale(0);
  -o-transform: translate(50%, 0px) scale(0);
  -ms-transform: translate(50%, 0px) scale(0);
  transform: translate(50%, 0px) scale(0);
}
.cubeCompactNavigationTabContainer .cubeCompactNavigationTab:after {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  margin-top: -5px;
  border: 5px solid transparent;
  border-right-color: #fff;
  z-index: 6;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translate(50%, 0px) scale(0);
  -moz-transform: translate(50%, 0px) scale(0);
  -o-transform: translate(50%, 0px) scale(0);
  -ms-transform: translate(50%, 0px) scale(0);
  transform: translate(50%, 0px) scale(0);
}
.cubeCompactNavigationTabContainer .cubeCompactNavigationTab:first-child {
  margin-top: 1px;
}
.cubeCompactNavigationTabContainer .cubeCompactNavigationTabSelected {
  background-color: #cccccc;
  border: 1px solid #999;
  left: 1px;
  z-index: 4;
}
.cubeCompactNavigationTabContainer .cubeCompactNavigationTabSelected:hover {
  background-color: #d4d4d4;
}
.cubeCompactNavigationTabContainer .cubeCompactNavigationTabSelected:before {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
.cubeCompactNavigationTabContainer .cubeCompactNavigationTabSelected:after {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
.compact-ribbon-has-3tabs .cubeCompactNavigationTab {
  flex-grow: .3;
}
.compact-ribbon-has-3tabs .cubeCompactNavigationTabSelected {
  flex-grow: .4;
}
#gridFocusPanel {
  position: absolute;
  background: transparent;
  z-index: -1;
  width: 1px;
  height: 10px;
  outline: 0;
  font-size: 1px;
}
.smartGridContainer {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.smartGridContainer .inner-container {
  -webkit-transition: height 0.25s ease 0s;
  -moz-transition: height 0.25s ease 0s;
  -o-transition: height 0.25s ease 0s;
  transition: height 0.25s ease 0s;
}
.smartGridContainer .inner-container.grid-frame-full-screen-width iframe {
  min-width: 100%;
}
.smartGridContainer .instant-filter-panel {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  height: 0px;
  background: #dddddd;
  -webkit-transition: background-color 0.25s ease 0s;
  -moz-transition: background-color 0.25s ease 0s;
  -o-transition: background-color 0.25s ease 0s;
  transition: background-color 0.25s ease 0s;
  white-space: nowrap;
  vertical-align: middle;
}
.smartGridContainer .instant-filter-panel * {
  margin: 0;
}
.smartGridContainer .instant-filter-panel .instant-filter-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1px;
}
.smartGridContainer .instant-filter-panel .instant-filter-table > tbody > tr > td:not(:nth-child(3)) {
  width: 1px;
}
.smartGridContainer .instant-filter-panel .instant-filter-table > tbody > tr > td * {
  line-height: 22px;
}
.smartGridContainer .instant-filter-panel input {
  height: 22px;
  margin-left: 2px;
  line-height: 20px;
  width: 300px;
  max-width: 100%;
  float: left ;
}
.smartGridContainer .instant-filter-panel .instant-filter-count {
  color: #407ABF;
  padding: 0 3px 0 4px;
}
.smartGridContainer .instant-filter-panel .instant-filter-count:empty {
  overflow: hidden;
  width: 0;
  padding: 0;
}
.smartGridContainer .instant-filter-panel .instant-filter-inner-container {
  width: 100%;
  table-layout: fixed;
  min-width: 40px;
}
.smartGridContainer .instant-filter-panel .instant-filter-closer {
  text-align: center;
  color: #407ABF;
  cursor: pointer;
  margin: 0 1px;
  height: 22px;
  width: 22px;
  -webkit-transition: background-color 0.25s ease 0s;
  -moz-transition: background-color 0.25s ease 0s;
  -o-transition: background-color 0.25s ease 0s;
  transition: background-color 0.25s ease 0s;
}
.smartGridContainer .instant-filter-panel .instant-filter-closer:hover {
  background-color: #999;
}
.smartGridContainer.instant-filter-active .inner-container {
  height: calc(100% - 25px) !important;
}
.smartGridContainer.instant-filter-active .instant-filter-panel {
  height: 25px;
  border-top: 1px solid #CCC;
  padding-right: 2px;
}
.instant-active .highlight {
  color: #000;
  background: #fd0;
}
.smartGridCustomResultViewFrame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  z-index: 21;
  background-color: #FFFFFF;
}
.cubeFrameDiv {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border: 1px solid #CCC;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cubeFrameDiv > div {
  position: absolute;
}
.cubeFrameDivTopLeft,
.cubeFrameDivTopMiddle,
.cubeFrameDivTopRight,
.cubeFrameDivCaptionLeft,
.cubeFrameDivCaptionRight,
.cubeFrameDivContentLeft,
.cubeFrameDivContentRight,
.cubeFrameDivBottomLeft,
.cubeFrameDivBottomMiddle,
.cubeFrameDivBottomRight {
  display: none;
}
.cubeFrameDivCaptionMiddle {
  top: 0;
  height: 22px;
  line-height: 22px;
  right: 0;
  left: 0;
  padding: 0 2px;
  background-color: #407ABF;
  color: #fff;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cubeFrameDivContentMiddle {
  top: 22px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  background-color: #FFFFFF;
}
.whiteSpacePre {
  white-space: pre;
}
::-webkit-input-placeholder {
  font-style: italic;
}
::-moz-placeholder {
  font-style: italic;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
:-ms-input-placeholder {
  font-style: italic;
}
.TreeGrid {
  background-color: #FFFFFF;
  font-size: 8pt;
  height: 100%;
}
.TreeGrid .header {
  background: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  line-height: 21px;
}
.TreeGrid .header > * {
  border-bottom: 1px solid #CCC;
}
.TreeGrid .headercolumn {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 1px;
  padding-bottom: 1px;
  vertical-align: middle;
  border-right: 1px solid #CCC;
}
.TreeGrid .headerspace {
  left: 0;
  right: 0;
  min-width: 25px;
}
.TreeGrid .content {
  border-collapse: collapse;
  color: #000000;
  margin-left: 4px;
  margin-top: 3px;
  margin-bottom: 3px;
}
.TreeGrid .content TR {
  border-style: solid;
  border-color: transparent;
  border-top: 1px;
  border-left: 1px;
  border-right: 1px;
  border-bottom: 0;
  line-height: 8pt;
}
.TreeGrid .content TR:hover {
  color: #000 !important;
  background-color: #d0e1f6 !important;
}
.TreeGrid .content TR.rowselected {
  color: #000 !important;
  background-color: #f0f0f0 !important;
}
.TreeGrid .content TR.rowselected:focus {
  color: #000000 !important;
  background-color: #a1c4ed !important;
}
.TreeGrid .gwt-SplitLayoutPanel-HDragger {
  background-image: none;
  border: 0;
  background: transparent;
}
.gwt-SplitLayoutPanel-HDragger {
  cursor: col-resize;
}
.expandingimage {
  width: 9px;
  height: 9px;
  margin: 3px;
  float: left ;
}
.collapsed .expandingimage {
  background: url(../images/grid/treegrid/plus.png);
}
.expanded .expandingimage {
  background: url(../images/grid/treegrid/minus.png);
}
.gwt-SplitLayoutPanel-HDragger {
  border-style: dotted;
  border-color: #CCC;
  background: #FFFFFF;
  cursor: col-resize;
  width: 7px;
  border-width: 0 1px 0 1px;
  background-image: url(../images/splitterH.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.gwt-SplitLayoutPanel-VDragger {
  border-style: dotted;
  border-color: #CCC;
  background: #FFFFFF;
  cursor: row-resize;
  height: 7px;
  border-width: 1px 0 1px 0;
  background-image: url(../images/splitterV.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.viewerMainScrollPanel {
  width: 100%;
  height: 100%;
}
.viewerMainScrollPanel div {
  height: 100%;
}
.viewerMainScrollPanel .error-panel {
  position: absolute;
  left: 0 !important;
  top: 0 !important;
  right: 0;
  bottom: 0;
  z-index: 5;
  /*width:100%;*/
  height: auto;
  padding: 50px;
  background-color: #ffffff;
  text-align: left ;
}
html[dir='rtl'] .viewerMainScrollPanel .error-panel {
  direction: rtl;
}
.viewerMainScrollPanel .error-panel .image-text-panel {
  white-space: nowrap;
}
.viewerMainScrollPanel .error-panel .image-text-panel table {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
}
.viewerMainScrollPanel .error-panel .image-text-panel .file-name-label {
  white-space: nowrap;
  font-size: 14px;
  color: #000;
}
.viewerMainScrollPanel .error-panel .image-text-panel .file-size-label {
  white-space: nowrap;
  font-size: 12px;
  margin-left: 5px;
  color: #999;
}
.viewerMainScrollPanel .error-panel .image-text-panel .file-image {
  margin-right: 5px;
  width: 32px;
  height: 32px;
  background-size: contain;
  display: inline-block;
}
.viewerMainScrollPanel .error-panel .image-text-panel .spacer {
  border-top: 1px solid #ccc;
  margin-top: 10px;
  text-align: center;
  display: table;
  width: 100%;
  color: #ccc;
  font-size: 20px;
}
.viewerMainScrollPanel .error-panel .image-text-panel .spacer div {
  display: table-cell;
  vertical-align: middle;
}
.linkStyle {
  cursor: pointer;
  color: #407ABF;
}
.linkStyle:hover {
  color: #808080;
}
.leftCharSpace {
  margin-left: 3px;
}
.mainSplitPanel {
  border-top: 2px solid transparent;
}
.number-spinner {
  position: relative;
}
.number-spinner input {
  margin-right: 10px;
}
.number-spinner-inner {
  width: 10px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #adadad;
}
.number-spinner-inner .spinner-icon {
  cursor: pointer;
  position: absolute;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  border-left-width: 0;
  -lh-property: 0;
height:-webkit-calc(50% - 0.5px);
height:-moz-calc(50% - 0.5px);
height:calc(50% - 0.5px);
;
}
.number-spinner-inner .spinner-icon-up {
  top: 0;
  border-bottom: 0;
}
.number-spinner-inner .spinner-icon-down {
  bottom: 0;
  border-top: 0;
}
.smart-grid-extra-buttons {
  position: absolute;
  top: -1px;
  right: 17px;
  z-index: 22;
  background: #FFF;
  height: 33px;
}
.smart-grid-extra-buttons > tbody > tr > td:first-child {
  border-left: 1px solid #dddddd;
  padding-left: 1px;
}
.smart-grid-extra-buttons > tbody > tr > td .drop-down-icon {
  width: 8px;
  margin-left: 1px;
}
.smart-grid-extra-buttons > tbody > tr > td > * {
  margin: 1px 3px 0 0;
  font-size: 140%;
  padding: 1px;
  -webkit-transition: background-color 0.25s ease 0s;
  -moz-transition: background-color 0.25s ease 0s;
  -o-transition: background-color 0.25s ease 0s;
  transition: background-color 0.25s ease 0s;
  border: 1px solid transparent;
  cursor: pointer;
  line-height: 16px;
  height: 22px;
}
.smart-grid-extra-buttons > tbody > tr > td > * .itemText,
.smart-grid-extra-buttons > tbody > tr > td > * td {
  padding: 0;
}
.smart-grid-extra-buttons > tbody > tr > td > * .fa {
  color: #999;
  font-size: 16px;
  width: 16px;
  line-height: 16px;
}
.smart-grid-extra-buttons > tbody > tr > td > *:hover,
.smart-grid-extra-buttons > tbody > tr > td > *.DropDownGroupIcon-active {
  border-color: #8bb6e9;
  background-color: #a1c4ed;
}
.smart-grid-extra-buttons > tbody > tr > td > *:hover .fa,
.smart-grid-extra-buttons > tbody > tr > td > *.DropDownGroupIcon-active .fa {
  color: #666666;
}
.smart-grid-extra-buttons > tbody > tr > td:first-child > * {
  margin-left: 1px;
}
.smart-grid-extra-buttons.hide-grid-special-elements .grid-layout-drop-down {
  display: none;
}
.annotation-overview-tooltip {
  border: 1px solid #767676;
  color: #575757;
  z-index: 100;
  -webkit-box-shadow: 0px 1px 5px rgba(20, 20, 20, 0.5);
  -moz-box-shadow: 0px 1px 5px rgba(20, 20, 20, 0.5);
  box-shadow: 0px 1px 5px rgba(20, 20, 20, 0.5);
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  background: linear-gradient(to bottom, #ffffff 0, #E4E5F0 100%);
}
.annotation-overview-tooltip .annotation-content-table tr > td {
  padding: 3px;
  vertical-align: top;
}
.annotation-overview-tooltip .annotation-content-table tr > td:nth-child(2) > div {
  margin-top: -2px;
  white-space: nowrap;
}
.cube-tooltip {
  border: 1px solid #767676;
  padding: 2px 5px 2px 5px;
  color: #575757;
  z-index: 100;
  -webkit-box-shadow: 0px 1px 5px rgba(20, 20, 20, 0.5);
  -moz-box-shadow: 0px 1px 5px rgba(20, 20, 20, 0.5);
  box-shadow: 0px 1px 5px rgba(20, 20, 20, 0.5);
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  background: linear-gradient(to bottom, #ffffff 0, #E4E5F0 100%);
  opacity: 1;
}
.cube-tooltip-hide {
  opacity: 0 !important;
  transition: opacity 0.5s linear;
}
.fa.fa-disabled,
.fa.fa-disabled:hover {
  color: #cccccc;
  cursor: auto;
}
.instant-viewer {
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.instant-viewer-top-panel {
  display: table;
  width: 100%;
  background-color: #407ABF;
  color: #fff;
  height: 30px;
  padding-left: 5px;
}
.instant-viewer-top-panel > * {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  text-align: center;
}
.instant-viewer-close-container {
  white-space: nowrap;
  padding: 0 5px;
  border-style: solid;
  border-color: #3a6eac;
  border-width: 1px 0 1px 1px;
  background: #5b8dc8;
  color: #FFFFFF;
  border-radius: 10px 0 0 10px;
  line-height: 26px;
  height: 26px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  font-size: 12px;
}
.instant-viewer-close-container-outer {
  width: 1px;
  padding: 1px 0 1px 5px;
  cursor: pointer;
}
.instant-viewer-close-container > * {
  display: inline;
}
.instant-viewer-close-container .fa {
  min-width: 26px;
  width: 26px;
  font-size: 18px;
  text-align: center;
  vertical-align: -1px;
  display: inline-block;
}
.instant-viewer-close-container:hover {
  color: #FFFFFF;
  background: #6695cc;
}
.instant-viewer-close-container:hover .fa {
  font-size: 24px;
  vertical-align: -3px;
}
.instant-viewer-content {
  position: absolute;
  top: 30px;
  right: 0;
  left: 0;
  bottom: 0;
  background: #FFFFFF;
}
.instant-viewer-content .cube-loadingpanel {
  z-index: -1;
}
.instant-viewer-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.glass-tab-selector {
  z-index: 100;
}
.glass-tab-background-image {
  position: relative;
  z-index: -1;
}
.permanent-center-popup-outer {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.permanent-center-popup-inner {
  display: table;
  width: 100%;
  height: 100%;
}
.permanent-center-popup-inner2 {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.permanent-center-popup-inner3 {
  bottom: 0;
}
.glass-tab-selector {
  border: 1px solid #000000;
  border-radius: 10px;
  bottom: 0;
  box-shadow: 5px 5px 15px #000000;
  display: inline-block;
  background-color: rgba(247, 247, 247, 0.9);
}
.glass-tab-selector .glass-tab-label {
  font-size: 15px;
  text-align: center;
  margin: 10px;
  text-shadow: 1px 1px 1px #C6C6C6;
  z-index: 1;
  position: relative;
}
.glass-tab-selector .glass-tab-item {
  position: relative;
  width: 155px;
  float: left ;
  margin: 10px;
  z-index: 1;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 1px 5px rgba(20, 20, 20, 0.5);
  -moz-box-shadow: 0px 1px 5px rgba(20, 20, 20, 0.5);
  box-shadow: 0px 1px 5px rgba(20, 20, 20, 0.5);
  border: 1px solid rgba(20, 20, 20, 0.5);
  background-color: #FFFFFF;
  background-image: url(../images/load_indicator_big.gif);
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
}
.glass-tab-selector .glass-tab-item-type {
  background: none repeat scroll 0 0 rgba(187, 187, 187, 0.7);
  border: 1px solid rgba(20, 20, 20, 0.5);
  border-radius: 2px;
  left: -5px;
  position: absolute;
  top: -5px;
  z-index: 2;
}
.glass-tab-selector .glass-tab-item-type-inner {
  width: 16px;
  height: 16px;
  margin: 1px;
}
.glass-tab-selector .glass-tab-item-text {
  background-color: rgba(187, 187, 187, 0.7);
  bottom: 0;
  position: absolute;
  text-align: center;
  white-space: nowrap;
  width: 100%;
  z-index: 1;
  padding-left: 2px;
  padding-right: 2px;
}
.glass-tab-selector .glass-tab-item:hover {
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 1px 5px #d0e1f6;
  -moz-box-shadow: 0px 1px 5px #d0e1f6;
  box-shadow: 0px 1px 5px #d0e1f6;
  border: 1px solid #d0e1f6;
}
.glass-tab-selector .glass-tab-item:hover .glass-tab-item-type,
.glass-tab-selector .glass-tab-item:hover .glass-tab-item-text {
  border: 1px solid #d0e1f6;
  background: none repeat scroll 0 0 #d0e1f6;
}
.glass-tab-selector .glass-tab-item:focus {
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 1px 5px #a1c4ed;
  -moz-box-shadow: 0px 1px 5px #a1c4ed;
  box-shadow: 0px 1px 5px #a1c4ed;
  border: 1px solid #a1c4ed;
}
.glass-tab-selector .glass-tab-item:focus .glass-tab-item-type,
.glass-tab-selector .glass-tab-item:focus .glass-tab-item-text {
  border: 1px solid #a1c4ed;
  background: none repeat scroll 0 0 #a1c4ed;
}
.glass-tab-selector .glass-tab-item .glass-tab-item-image {
  background-color: #ffffff;
}
.websocketuseritemself {
  color: red;
}
.websocketuserlistmenu {
  background: transparent;
  z-index: 101;
  line-height: 1.5;
}
.websocketuserlistmenu > .popupContent > table {
  border-spacing: 5px;
}
.websocketuserlistmenugrid {
  padding: 1px;
  border: 1px solid #CCC;
  background: #fff;
  width: 100%;
  -webkit-box-shadow: 0px 1px 5px rgba(20, 20, 20, 0.5);
  -moz-box-shadow: 0px 1px 5px rgba(20, 20, 20, 0.5);
  box-shadow: 0px 1px 5px rgba(20, 20, 20, 0.5);
}
.drop-possible {
  color: #000000 !important;
  background-color: #a1c4ed !important;
  cursor: auto !important;
}
.drop-impossible {
  cursor: auto !important;
}
.number-field {
  text-align: right ;
}
.hidden-file-upload-holder {
  position: relative;
  overflow: hidden;
}
.hidden-file-upload {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  width: 0px;
  height: 0px;
  filter: alpha(opacity=0);
}
.more-space-left-right {
  margin-left: 1px;
  margin-right: 1px;
}
.reminder-panel .reminder-unitbox,
.appointment-panel .reminder-unitbox,
.reminder-panel .appointment-unitbox,
.appointment-panel .appointment-unitbox {
  margin-left: 5px;
}
.reminder-panel .reminder-timebox,
.appointment-panel .reminder-timebox,
.reminder-panel .appointment-timebox,
.appointment-panel .appointment-timebox {
  width: 100px;
}
.reminder-panel .reminder-reason,
.appointment-panel .reminder-reason,
.reminder-panel .appointment-reason,
.appointment-panel .appointment-reason {
  width: 360px;
  height: 60px;
}
.reminder-panel .gwt-ControlPanel,
.appointment-panel .gwt-ControlPanel {
  width: 100px;
}
.reminder-panel .number-spinner,
.appointment-panel .number-spinner {
  width: 58px;
}
.reminder-panel .number-spinner input,
.appointment-panel .number-spinner input {
  height: 22px;
  width: 58px;
}
.reminder-panel .label-at-date,
.appointment-panel .label-at-date {
  min-width: 50px;
}
.reminder-panel .label-in,
.appointment-panel .label-in {
  margin-left: 5px;
}
.reminder-panel .label-at-time,
.appointment-panel .label-at-time {
  min-width: 50px;
}
.appointment-dlg .label-prio,
.appointment-dlg .label-finished {
  width: 110px;
  margin-left: 7px;
  marging-top: 3px;
  marging-bottom: 3px;
}
.appointment-dlg .number-spinner-finished {
  width: 105px;
}
.appointment-dlg .number-spinner-finished input {
  height: 22px;
  width: 105px;
}
.appointment-dlg .prio-box {
  width: 130px;
}
.editable-timebox {
  position: relative;
}
.editable-timebox .timeselector {
  z-index: 1;
  width: 100px;
  height: 20px;
}
.editable-timebox .timeeditfield {
  position: absolute;
  z-index: 2;
  top: 1px;
  left: 1px;
  border: 0px none;
  width: 75px !important;
  height: 18px;
}
.three-state-checkbox {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.three-state-checkbox input {
  margin: 0;
}
.three-state-checkbox .indeterminate .indeterminatePanel {
  position: absolute;
  background: #407ABF;
  top: 2px;
  right: 2px;
  bottom: 5px;
  left: 2px;
}
.three-state-checkbox .checked .indeterminatePanel {
  display: none;
}
.three-state-checkbox .unchecked .indeterminatePanel {
  display: none;
}
.three-state-checkbox .gwt-Label {
  cursor: default;
  padding-left: 3px;
}
.receiver-panel .gwt-TextArea,
.receiver-panel .gwt-SuggestBox,
.receiver-panel .gwt-TextBox {
  z-index: 20;
  width: 320px;
}
.receiver-panel .appointment-Button {
  background-image: url(../images/icons2015/taskplanning_16.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left center;
  border: none;
  cursor: pointer;
  height: 28px;
  padding-left: 20px;
  vertical-align: middle;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.receiver-panel .appointment-Button:hover {
  background-color: #a1c4ed;
}
.receiver-panel .appointment-Button:disabled {
  background-color: transparent;
  border-color: transparent;
  cursor: default;
  color: #999;
  opacity: 0.5;
}
.receiver-panel .buttons-panel {
  padding: 0;
  width: 100%;
}
.receiver-panel .ok-panel {
  padding-top: 10px;
}
.receiver-panel .appointment-panel {
  padding-top: 10px;
  width: 65px;
}
.receiver-panel td {
  vertical-align: top;
}
.receiver-panel .gwt-Button,
.receiver-panel .gwt-PushButton {
  line-height: 20px;
  cursor: pointer;
  padding: 4px 6px 3px 6px;
  margin: 0 2px;
  border: 2px solid transparent;
  background-color: #407ABF;
  color: #fff;
  display: block;
  white-space: nowrap;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.receiver-panel .gwt-Button:hover,
.receiver-panel .gwt-PushButton:hover {
  background-color: #6695cc;
}
.receiver-panel .gwt-Button:focus,
.receiver-panel .gwt-PushButton:focus {
  outline: 1px dotted #fff;
  outline-offset: -2px;
}
.receiver-panel .gwt-Button[disabled] img,
.receiver-panel .gwt-PushButton[disabled] img,
.receiver-panel .gwt-Button-up-disabled img,
.receiver-panel .gwt-PushButton-up-disabled img {
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.receiver-panel .gwt-Button[disabled],
.receiver-panel .gwt-PushButton[disabled],
.receiver-panel .gwt-Button-up-disabled,
.receiver-panel .gwt-PushButton-up-disabled,
.receiver-panel .gwt-Button[disabled]:hover,
.receiver-panel .gwt-PushButton[disabled]:hover,
.receiver-panel .gwt-Button-up-disabled:hover,
.receiver-panel .gwt-PushButton-up-disabled:hover,
.receiver-panel .gwt-Button[disabled]:focus,
.receiver-panel .gwt-PushButton[disabled]:focus,
.receiver-panel .gwt-Button-up-disabled:focus,
.receiver-panel .gwt-PushButton-up-disabled:focus {
  background-color: #f2f2f2;
  color: #000;
  cursor: default;
  outline: none;
}
.refinement-panel .gwt-TextArea,
.refinement-panel .gwt-SuggestBox,
.refinement-panel .gwt-TextBox {
  z-index: 20;
  width: 420px;
}
.refinement-panel .gwt-flexTableScrollPanel {
  width: 420px;
  border: 1px solid #CCC;
}
.refinement-panel .refinement-grid {
  width: 100%;
  height: 100%;
}
.refinement-panel .refinement-grid tr:nth-child(n+2) > td > div:first-child {
  display: table;
  width: 100%;
}
.refinement-panel .refinement-grid .gwt-Label {
  white-space: nowrap;
}
.refinement-panel .refinement-grid .header-checkbox {
  padding-left: 5px;
}
.refinement-panel .buttons-panel {
  padding: 0;
  width: 100%;
}
.refinement-panel .ok-panel {
  padding-top: 10px;
}
.refinement-panel td {
  vertical-align: top;
}
.refinement-panel .gwt-Button,
.refinement-panel .gwt-PushButton {
  line-height: 20px;
  cursor: pointer;
  padding: 4px 6px 3px 6px;
  margin: 0 2px;
  border: 2px solid transparent;
  background-color: #407ABF;
  color: #fff;
  display: block;
  white-space: nowrap;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.refinement-panel .gwt-Button:hover,
.refinement-panel .gwt-PushButton:hover {
  background-color: #6695cc;
}
.refinement-panel .gwt-Button:focus,
.refinement-panel .gwt-PushButton:focus {
  outline: 1px dotted #fff;
  outline-offset: -2px;
}
.refinement-panel .gwt-Button[disabled] img,
.refinement-panel .gwt-PushButton[disabled] img,
.refinement-panel .gwt-Button-up-disabled img,
.refinement-panel .gwt-PushButton-up-disabled img {
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.refinement-panel .gwt-Button[disabled],
.refinement-panel .gwt-PushButton[disabled],
.refinement-panel .gwt-Button-up-disabled,
.refinement-panel .gwt-PushButton-up-disabled,
.refinement-panel .gwt-Button[disabled]:hover,
.refinement-panel .gwt-PushButton[disabled]:hover,
.refinement-panel .gwt-Button-up-disabled:hover,
.refinement-panel .gwt-PushButton-up-disabled:hover,
.refinement-panel .gwt-Button[disabled]:focus,
.refinement-panel .gwt-PushButton[disabled]:focus,
.refinement-panel .gwt-Button-up-disabled:focus,
.refinement-panel .gwt-PushButton-up-disabled:focus {
  background-color: #f2f2f2;
  color: #000;
  cursor: default;
  outline: none;
}
.wrapper-dropdown-2 {
  /* Size and position */
  position: relative;
  /* Enable absolute positioning for children and pseudo elements */
  margin: 0 auto;
  padding: 10px 15px;
  /* Styles */
  background: #fff;
  /*border-left: 5px solid grey;*/
  cursor: pointer;
  outline: none;
  overflow: hidden;
}
.wrapper-dropdown-2:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -3px;
  border-width: 3px 3px 0 3px;
  border-style: solid;
  border-color: grey transparent;
}
.wrapper-dropdown-2 .dropdown {
  /* Size & position */
  position: fixed;
  padding-left: 0px;
  z-index: 30;
  /* Styles */
  background: white;
  transition: all 0.3s ease-out;
  list-style: none;
  /* Hiding */
  opacity: 0;
  pointer-events: none;
}
.edge .wrapper-dropdown-2:not(.active) .dropdown,
.ie .wrapper-dropdown-2:not(.active) .dropdown {
  position: absolute;
}
.wrapper-dropdown-2 .dropdown li a {
  display: block;
  text-decoration: none;
  color: #333;
  border-left: 5px solid ;
  padding: 10px;
  transition: all 0.3s ease-out;
}
.wrapper-dropdown-2 .dropdown li i {
  margin-right: 5px;
  color: inherit;
  vertical-align: middle;
}
/* Hover state */
.wrapper-dropdown-2 .dropdown li:hover a {
  color: grey;
}
.wrapper-dropdown-2.active {
  overflow: visible;
}
.wrapper-dropdown-2.active:after {
  border-width: 0 3px 3px 3px;
}
.wrapper-dropdown-2:not(.active) .dropdown {
  overflow: hidden;
  height: 0;
}
.wrapper-dropdown-2.active .dropdown {
  opacity: 1;
  pointer-events: auto;
}
.priority-list-box .wrapper-dropdown-2 .dropdown li a {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: -5px;
}
.priority-list-box .wrapper-dropdown-2 .dropdown li:nth-child(1) a {
  border-left-color: #F00;
}
.priority-list-box .wrapper-dropdown-2 .dropdown li:nth-child(2) a {
  border-left-color: #FF4040;
}
.priority-list-box .wrapper-dropdown-2 .dropdown li:nth-child(3) a {
  border-left-color: #FF8080;
}
.priority-list-box .wrapper-dropdown-2 .dropdown li:nth-child(4) a {
  border-left-color: #FFC0C0;
}
.priority-list-box button {
  display: inline-block;
}
.priority-list-box td:nth-child(2) span {
  white-space: nowrap;
  font-size: 0.9em;
  margin-left: 5px;
}
.priority-list-box .wrapper-dropdown-2 {
  padding-left: 0px;
  padding-right: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
  background: transparent;
}
.dropdown-menu > .single-line > a {
  padding: 3px 20px 3px 10px;
}
.dropdown-menu > .single-line > a > img {
  display: inline-block;
  margin-right: 10px;
}
.has-img-column > .dropdown-menu > li:not(.single-line) > a {
  padding: 3px 20px 3px 39px;
}
.centered-inline {
  display: inline-block;
}
.ribbon-element {
  position: relative;
}
.ribbon-element:not(.ribbon-element-custom-click) .ribbon-element-inner:hover {
  background-color: #8bb6e9;
}
.ribbon-element:not(.ribbon-element-custom-click) .ribbon-element-inner:hover * {
  background-color: #a1c4ed;
}
.ribbon-element-image {
  z-index: 1;
  height: 39px;
  overflow: hidden;
}
.ribbon-element-image > .button-as-label {
  border: 0;
  padding: 0;
}
.ribbon-element-image > .button-as-label * {
  padding: 0 !important;
}
.ribbon-element-image > .button-as-label table,
.ribbon-element-image > .button-as-label td {
  height: auto !important;
}
.ribbon-element-image > .button-as-label tr:last-child {
  display: none;
}
.ribbon-element-image:hover {
  background: #a1c4ed;
}
.ribbon-element-image > * {
  padding-top: 3px !important;
  display: inline-block;
}
.ribbon-element-text {
  z-index: 1;
  padding: 0 1px;
}
.ribbon-element-text:hover {
  background: #a1c4ed;
}
.ribbon-element-text > *:last-child {
  display: inline;
}
.ribbon-element-text > *:last-child:after {
  border-width: 3px;
  border-color: Gray transparent transparent;
  border-style: solid;
  content: '';
  font-size: 2px;
  margin-left: 2px;
  display: inline-block;
}
.text-one-line .ribbon-element-text > *:last-child:after {
  display: block;
  width: 6px;
  margin-left: calc(50% - 3px) ;
  margin-top: 7px;
  padding-bottom: 2px;
}
.ribbon-element-button {
  position: absolute;
  background: transparent;
  border: 0;
  z-index: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  padding: 0;
}
.ribbon-element-inner {
  font-size: 0.9em;
  border: 1px solid transparent;
  cursor: pointer;
  text-align: center;
}
.ribbon-element-inner:hover {
  border-color: #8bb6e9;
}
.ribbon-element-inner:hover .ribbon-element-button {
  z-index: -1;
}
.ribbon-element-expand {
  display: none;
}
.ribbon-element.disabled {
  color: #999;
}
.ribbon-element.disabled:hover,
.ribbon-element.disabled:hover * {
  border-color: transparent;
  background-color: transparent !important;
  cursor: auto;
}
.ribbon-element.disabled .ribbon-element-image {
  opacity: 0.5;
}
.ribbon-element.disabled .ribbon-element-text > *:last-child:after {
  border-color: gray transparent transparent;
}
.ribbon-element-visible .ribbon-element-inner {
  border-color: #8bb6e9;
  background: #a1c4ed;
}
.ribbon-element-visible .ribbon-element-expand {
  display: block;
  position: fixed;
  background: #fff;
  z-index: 21;
  border: 1px solid #CCC;
  padding: 1px 0 0 1px;
}
.ribbon-element-visible .ribbon-element-expand > * {
  margin: 0 1px 1px 0;
  display: block;
}
.ribbon-element-visible .ribbon-element-expand > * > * {
  min-width: 100%;
}
.ribbon-element-visible .ribbon-element-expand > *.separator {
  display: block;
  height: 1px;
  background: #CCC;
  margin: 5px 6px 5px 22px;
}
.ribbon-element-visible .ribbon-element-expand.large-elements {
  white-space: nowrap;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 132px;
}
.ribbon-element-visible .ribbon-element-expand.large-elements > * {
  display: inline-block;
}
.ribbon-element-visible .ribbon-element-expand.large-elements > * > * {
  margin: 0px;
}
.ribbon-element-visible .ribbon-element-expand.large-elements > *:nth-child(6n) {
  display: block;
}
.ribbon-element-visible .ribbon-element-expand-empty {
  display: none !important;
}
.ribbon-element-expanded .top-bar-inner {
  z-index: auto !important;
}
.ribbon-element-expanded .backgroundoverlay {
  z-index: 20 !important;
}
.comment-panel .mce-tinymce {
  border-top-width: 0 !important;
}
.comment-panel,
.ratings-panel {
  background-color: #FFFFFF;
}
.comment-panel .mce-tinymce,
.ratings-panel .mce-tinymce {
  height: auto ! important;
  width: 100% ! important;
  position: absolute ! important;
  left: 0 ! important;
  top: 0 ! important;
  bottom: 0 ! important;
  border-color: #CCC;
}
.comment-panel .mce-tinymce .mce-panel,
.ratings-panel .mce-tinymce .mce-panel {
  border-color: #CCC;
}
.comment-panel .has-extra-bar .mce-toolbar.subject-toolbar .mce-btn-group,
.ratings-panel .has-extra-bar .mce-toolbar.subject-toolbar .mce-btn-group {
  width: 100%;
}
.comment-panel .has-extra-bar .mce-title-box,
.ratings-panel .has-extra-bar .mce-title-box {
  height: 22px;
  width: 100%;
  padding: 0;
  margin-left: -3px;
  margin-top: -3px;
  margin-bottom: 3px;
}
.comment-panel .has-extra-bar .mce-title-box:disabled,
.ratings-panel .has-extra-bar .mce-title-box:disabled {
  background-color: #efefef;
}
.comment-panel .has-extra-bar .mce-edit-area,
.ratings-panel .has-extra-bar .mce-edit-area {
  top: 54px ! important;
}
.comment-panel .title-input,
.ratings-panel .title-input {
  width: 100%;
  position: absolute;
  height: 20px;
}
.comment-panel .mce-edit-area,
.ratings-panel .mce-edit-area {
  position: absolute ! important;
  top: 28px ! important;
  bottom: 0 ! important;
  width: 100% ! important;
  height: auto ! important;
}
.comment-panel .mce-flow-layout-item.mce-last,
.ratings-panel .mce-flow-layout-item.mce-last {
  position: absolute;
  right: 0;
}
.comment-panel .mce-i-comment-apply,
.ratings-panel .mce-i-comment-apply {
  background: url(../images/comment/comment_apply_16.png) no-repeat scroll 0 3px rgba(0, 0, 0, 0) ! important;
  height: 20px ! important;
}
.comment-panel .mce-i-comment-revoke,
.ratings-panel .mce-i-comment-revoke {
  background: url(../images/comment/comment_revoke_16.png) no-repeat scroll 0 3px rgba(0, 0, 0, 0) ! important;
  height: 20px ! important;
}
.comment-panel .mce-i-redo:before,
.ratings-panel .mce-i-redo:before {
  content: url(../images/icons2015/editor/redo_16.png);
}
.comment-panel .mce-i-undo:before,
.ratings-panel .mce-i-undo:before {
  content: url(../images/icons2015/editor/undo_16.png);
}
.comment-panel .mce-i-bold:before,
.ratings-panel .mce-i-bold:before {
  content: url(../images/icons2015/editor/text_bold_16.png);
}
.comment-panel .mce-i-italic:before,
.ratings-panel .mce-i-italic:before {
  content: url(../images/icons2015/editor/text_italic_16.png);
}
.comment-panel .mce-i-strikethrough:before,
.ratings-panel .mce-i-strikethrough:before {
  content: url(../images/icons2015/editor/text_strikethrough_16.png);
}
.comment-panel .mce-i-underline:before,
.ratings-panel .mce-i-underline:before {
  content: url(../images/icons2015/editor/text_underline_16.png);
}
.comment-panel .mce-i-forecolor:before,
.ratings-panel .mce-i-forecolor:before {
  content: url(../images/icons2015/editor/text_fontcolor_16.png);
}
.comment-panel .mce-i-alignleft:before,
.ratings-panel .mce-i-alignleft:before {
  content: url(../images/icons2015/editor/text_align_left_16.png);
}
.comment-panel .mce-i-aligncenter:before,
.ratings-panel .mce-i-aligncenter:before {
  content: url(../images/icons2015/editor/text_align_center_16.png);
}
.comment-panel .mce-i-alignright:before,
.ratings-panel .mce-i-alignright:before {
  content: url(../images/icons2015/editor/text_align_right_16.png);
}
.comment-panel .mce-colorbutton .mce-preview,
.ratings-panel .mce-colorbutton .mce-preview {
  margin-top: 5px;
  height: 4px;
}
.comment-panel .mce-tooltip,
.ratings-panel .mce-tooltip {
  border: 1px solid #767676;
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
}
.comment-panel .mce-tooltip .mce-tooltip-inner,
.ratings-panel .mce-tooltip .mce-tooltip-inner {
  color: #575757;
  background: linear-gradient(to bottom, #ffffff 0, #E4E5F0 100%);
}
.comment-panel .no-comments-available-label,
.ratings-panel .no-comments-available-label {
  color: #333333;
}
.comment-panel .additional-element,
.ratings-panel .additional-element {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
}
.comment-panel .additional-element .additional-element-flow-panel,
.ratings-panel .additional-element .additional-element-flow-panel {
  position: relative;
  overflow: hidden;
  font-family: 'Segoe UI', Tahoma, Arial, Helvetica, sans-serif ! important;
  font-style: italic;
  font-weight: 400;
  width: 100%;
  color: #333333;
  cursor: default;
}
.comment-panel .additional-element .additional-element-flow-panel,
.ratings-panel .additional-element .additional-element-flow-panel {
  line-height: 20px;
  height: 20px;
  font-size: 12px;
}
.comment-panel .additional-element .additional-element-flow-panel .additional-element-info,
.ratings-panel .additional-element .additional-element-flow-panel .additional-element-info {
  width: 100%;
}
.comment-panel .additional-element .comment-title,
.ratings-panel .additional-element .comment-title {
  margin-top: 4px;
  margin-bottom: 6px;
  font-style: italic;
  font-weight: 600;
}
.comment-panel .additional-element .additional-element-flow-panel > div:first-child,
.ratings-panel .additional-element .additional-element-flow-panel > div:first-child {
  top: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
}
.comment-panel .additional-element .additional-element-flow-panel > div:nth-child(2),
.ratings-panel .additional-element .additional-element-flow-panel > div:nth-child(2) {
  top: 0;
  right: 0;
  background-color: #ffffff;
  position: absolute;
}
.comment-panel .additional-element .additional-element-flow-panel .user-label,
.ratings-panel .additional-element .additional-element-flow-panel .user-label {
  font-weight: bold;
  white-space: nowrap;
}
.comment-panel .additional-element .additional-element-flow-panel .user,
.ratings-panel .additional-element .additional-element-flow-panel .user {
  margin-left: 10px;
  white-space: nowrap;
}
.comment-panel .additional-element .additional-element-flow-panel .creation-date-label,
.ratings-panel .additional-element .additional-element-flow-panel .creation-date-label {
  margin-left: 20px;
  font-weight: bold;
  white-space: nowrap;
}
.comment-panel .additional-element .additional-element-flow-panel .creation-date,
.ratings-panel .additional-element .additional-element-flow-panel .creation-date {
  margin-left: 10px;
  white-space: nowrap;
}
.comment-panel .additional-element .additional-element-flow-panel .spacer,
.ratings-panel .additional-element .additional-element-flow-panel .spacer {
  width: 100%;
}
.comment-panel .additional-element .additional-element-flow-panel .edit-button,
.ratings-panel .additional-element .additional-element-flow-panel .edit-button {
  white-space: nowrap;
}
.comment-panel .additional-element .additional-element-flow-panel .delete-button,
.ratings-panel .additional-element .additional-element-flow-panel .delete-button {
  white-space: nowrap;
  background: transparent;
  border: 0;
  outline: none;
  padding-left: 4px;
  color: #555;
  cursor: pointer;
}
.comment-panel .additional-element .additional-element-flow-panel td.info-widget-parent,
.ratings-panel .additional-element .additional-element-flow-panel td.info-widget-parent {
  width: 100%;
}
.comment-panel .additional-element .additional-element-flow-panel td.info-widget-parent .info-widget > div,
.ratings-panel .additional-element .additional-element-flow-panel td.info-widget-parent .info-widget > div {
  display: inline-block;
}
.comment-panel .additional-element .comment-box,
.ratings-panel .additional-element .comment-box {
  width: 100%;
  min-height: 36px;
  cursor: default;
}
.comment-panel .additional-element .comment-box .user-picture-parent,
.ratings-panel .additional-element .comment-box .user-picture-parent {
  width: 1%;
  white-space: nowrap;
}
.comment-panel .additional-element .comment-box .user-picture-parent-hidden,
.ratings-panel .additional-element .comment-box .user-picture-parent-hidden {
  display: none;
}
.comment-panel .additional-element .comment-box .user-picture,
.ratings-panel .additional-element .comment-box .user-picture {
  margin-right: 10px;
  margin-top: 2px;
  width: 36px;
  height: 36px;
  position: relative;
}
.comment-panel .additional-element .comment-box .comment-parent,
.ratings-panel .additional-element .comment-box .comment-parent {
  border-bottom: 1px solid #CCC;
  vertical-align: middle ! important;
  position: relative;
}
.comment-panel .additional-element .comment-box .comment,
.ratings-panel .additional-element .comment-box .comment {
  font-family: 'times new roman';
  font-size: 12pt;
  padding-bottom: 0;
  margin-bottom: 5px;
  overflow: hidden;
  min-height: 36px;
}
.comment-panel .additional-element .comment-box .comment::after,
.ratings-panel .additional-element .comment-box .comment::after {
  opacity: 0;
  transition: opacity 0.2s;
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 100%;
  background: linear-gradient(transparent, white);
  content: '';
}
.comment-panel .additional-element.comment-collapsed .comment::after,
.ratings-panel .additional-element.comment-collapsed .comment::after {
  opacity: 1;
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 100%;
  background: linear-gradient(transparent, white);
  content: '';
}
.ratings-panel .info-widget > .status {
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px;
}
.ratings-panel .gwt-Label,
.ratings-panel .your-rating-label {
  font-size: larger;
}
.ratings-panel .label-container,
.ratings-panel .your-rating-label {
  opacity: 0.9;
  cursor: default;
}
.ratings-panel .label-container:hover,
.ratings-panel .your-rating-label:hover {
  opacity: 1;
}
.ratings-panel .your-rating-label {
  display: block;
  text-align: center;
  padding: 2px;
}
.ratings-panel .concealed {
  opacity: 0 ! important;
}
.ratings-panel .stars-label {
  display: block;
  margin: 2px;
  text-align: center;
  vertical-align: middle;
  font-style: italic;
  opacity: 0.9;
}
.ratings-panel .panel-entry-with-right-margin {
  right: 4px;
  margin-right: 4px;
  margin-left: 4px;
  position: relative;
}
.ratings-panel .stars-widget {
  padding-left: 24px;
  padding-right: 24px;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  position: relative;
}
.ratings-panel .mce-tinymce {
  left: 0px ! important;
  top: 0 ! important;
  border-color: #adadad;
}
.ratings-panel .rate-overlay {
  position: absolute;
  font-size: 14px;
  color: #333;
  background-color: #fefefe;
  border-left: 2px dotted #999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  resize: vertical;
  -webkit-justify-content: center;
  justify-content: center;
  opacity: 0;
  cursor: default;
  -webkit-transition: opacity 0.125s ease-in-out;
  -moz-transition: opacity 0.125s ease-in-out;
  -o-transition: opacity 0.125s ease-in-out;
  transition: opacity 0.125s ease-in-out;
}
.ratings-panel .rate-overlay .please-rate {
  margin: 24px;
  margin-left: 24px;
  position: absolute;
  top: 36px;
  opacity: 0;
  -webkit-transition: margin 0.5s ease-in-out, opacity 0.5s ease-in-out;
  -moz-transition: margin 0.5s ease-in-out, opacity 0.5s ease-in-out;
  -o-transition: margin 0.5s ease-in-out, opacity 0.5s ease-in-out;
  transition: margin 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
.ratings-panel .rate-overlay .please-rate i {
  vertical-align: middle;
  color: #aaa;
}
.ratings-panel .rate-overlay .please-rate span {
  font-size: 14px;
  margin-left: 0px;
  -webkit-transition: margin-left 0.5s ease-in-out;
  -moz-transition: margin-left 0.5s ease-in-out;
  -o-transition: margin-left 0.5s ease-in-out;
  transition: margin-left 0.5s ease-in-out;
  color: #000;
  display: inline-table;
  vertical-align: middle;
}
.ratings-panel .rate-overlay .please-rate span span {
  font-style: italic;
  display: block;
  text-align: right ;
}
.ratings-panel .rate-overlay.animate-in {
  opacity: 0.94;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}
.ratings-panel .rate-overlay.animate-in .please-rate {
  opacity: 1;
  margin-left: 9.168px;
  -webkit-transition-delay: 0.125s;
  -moz-transition-delay: 0.125s;
  -o-transition-delay: 0.125s;
  transition-delay: 0.125s;
}
.ratings-panel .rate-overlay.animate-in .please-rate > span {
  margin-left: 15.072px;
}
.ratings-panel .rate-overlay[hidden] {
  display: none;
}
.ratings-panel .rate-subject-frame,
.ratings-panel .rate-comment-frame {
  padding: 0 0 5px 0;
}
.ratings-panel .rate-subject-section,
.ratings-panel .rate-comment-section {
  width: 100%;
}
.ratings-panel .rate-subject-input {
  width: 100%;
}
.ratings-panel .rate-subject-input:disabled {
  background-color: #efefef;
  border-color: #cbcbcb;
}
.ratings-panel .rate-subject-input:hover {
  border-color: #adadad;
}
.ratings-panel .ratings-listing-overview .rating-display {
  margin-bottom: 7px;
}
.ratings-panel .additional-element .rating-display {
  vertical-align: text-bottom;
  margin: 0 6px;
}
.ratings-panel .main-rating-dialog {
  margin-left: 16px;
}
.ratings-panel .main-rating-dialog > div {
  display: inline-block;
}
.ratings-panel .main-rating-dialog .ratings-listing-overview {
  transform: translateY(5px);
}
.ratings-panel .main-rating-dialog .main-rating-dialog-buttons {
  position: absolute;
  top: 0;
  height: 163px;
  line-height: 163px;
}
.ratings-panel .main-rating-dialog .main-rating-dialog-buttons .options-label {
  display: none;
}
.ratings-panel .main-rating-dialog .main-rating-dialog-buttons > button,
.ratings-panel .main-rating-dialog .main-rating-dialog-buttons > div {
  display: inline-block;
  vertical-align: middle;
}
.ratings-panel .rate-stars-selection {
  position: relative;
  display: inline-block !important;
  padding-top: 88px;
}
.ratings-panel .rate-main-input .gwt-Label {
  display: inline-block;
}
.ratings-panel .char-limit {
  font-style: italic;
  font-size: inherit;
  opacity: 0.9;
}
.ratings-panel .average-stars-widget {
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ratings-panel .average-stars-widget .contextLabel {
  padding-bottom: 2px;
  font-size: larger;
}
.ratings-panel .rate-dialog {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.ratings-panel .rate-dialog .control-buttons > button {
  display: inline-block;
}
.ratings-panel .rate-dialog .apply-revoke-panel {
  background: none;
  border: none;
  text-align: center;
  -webkit-transform: translateX(-111px) ;
  -moz-transform: translateX(-111px) ;
  -o-transform: translateX(-111px) ;
  -ms-transform: translateX(-111px) ;
  transform: translateX(-111px) ;
  z-index: 42;
}
.ratings-panel .mce-flow-layout-item.mce-last {
  position: inherit ! important;
  right: auto !important;
}
.highlight-animation {
  -webkit-animation: fadeinbackground 2s ease-in;
  -moz-animation: fadeinbackground 2s ease-in;
  -o-animation: fadeinbackground 2s ease-in;
  animation: fadeinbackground 2s ease-in;
}
.comment-panel-with-extra-apply-and-revoke-panel .mce-tinymce {
  bottom: 40px ! important;
}
.comment-panel-with-extra-apply-and-revoke-panel .apply-revoke-panel {
  position: absolute;
  text-align: center;
  border: 1px solid #CCC;
  border-bottom-width: 0;
  background-color: #f0f0f0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 5px;
}
.comment-panel-with-extra-apply-and-revoke-panel .apply-revoke-panel button {
  display: inline-block;
}
.comment-panel-with-extra-apply-and-revoke-panel .apply-revoke-panel .apply-button {
  background-image: url(../images/comment/comment_apply_16.png);
  background-repeat: no-repeat;
  padding-left: 20px;
  background-position: left center;
}
.comment-panel-with-extra-apply-and-revoke-panel .apply-revoke-panel .revoke-button {
  background-image: url(../images/comment/comment_revoke_16.png);
  background-repeat: no-repeat;
  padding-left: 20px;
  background-position: left center;
}
.comment-panel-with-extra-apply-and-revoke-panel .mce-flow-layout-item.mce-last {
  position: inherit !important;
  right: auto !important;
}
.forgot-password {
  padding-top: 10px;
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 0px;
  min-width: 350px;
}
.forgot-password .message {
  padding-bottom: 5px;
}
.forgot-password .succeeded-message {
  min-width: 400px;
}
.forgot-password .main-message {
  padding: 5px;
}
.forgot-password .systeminfo {
  color: #a0a0a0;
}
.forgot-password .gwt-Button {
  display: inline-block;
}
.forgot-password fieldset {
  border: none;
  padding: 5px;
}
.forgot-password fieldset .headline {
  display: none;
  font-size: 20px;
  padding-bottom: 5px;
  color: #407ABF;
}
.forgot-password .wrong-value .message {
  color: red;
}
.forgot-password .wrong-value input,
.forgot-password .wrong-value textarea,
.forgot-password .wrong-value iframe {
  border: 1px dotted red;
  margin: -1px;
}
.forgot-password .label-div {
  position: absolute;
  display: inline;
  width: 200px;
}
.forgot-password .content-div {
  display: inline;
  width: 300px;
}
.forgot-password .content-div input {
  height: 35px;
  font-size: 1.5em;
  width: 100%;
}
.forgot-password .content-div input::-webkit-input-placeholder {
  color: #a0a0a0;
  font-size: 12px;
  line-height: 23px;
  padding-left: 5px;
}
.forgot-password .content-div input::-moz-placeholder {
  color: #a0a0a0;
  font-size: 12px;
  line-height: 23px;
  padding-left: 5px;
}
.forgot-password .content-div input:-ms-input-placeholder {
  color: #a0a0a0;
  font-size: 12px;
  line-height: 23px;
  padding-left: 5px;
}
.forgot-password .captcha {
  margin-left: 200px;
}
.forgot-password #recaptcha_image {
  margin-bottom: 10px;
  line-height: 12px;
  text-align: center;
  width: auto !important;
}
.forgot-password #recaptcha_image img {
  display: inline-block;
}
.forgot-password a {
  cursor: pointer;
  margin: 5px;
  display: inline-block;
  color: #407ABF;
  text-decoration: underline;
}
.forgot-password .send-fieldset {
  text-align: right ;
  background-color: #ffffff;
}
.forgot-password .system-fieldset .systeminfo {
  white-space: nowrap;
}
.link-forgot-password {
  cursor: pointer;
  margin-bottom: 5px;
  display: inline-block;
  color: #407ABF;
  font-weight: bold;
  text-decoration: underline;
}
.widget-expander {
  display: block;
  margin: 1px 0;
}
.widget-expander-top {
  padding: 6px 2px;
  background-color: #f0f0f0;
  cursor: pointer;
  white-space: nowrap;
  position: relative;
}
.widget-expander-top > * {
  display: inline-block;
}
.widget-expander-top .fa {
  color: #666666;
}
.widget-expander:hover .widget-expander-top {
  background-color: #f0f0f0;
}
.widget-expander-label {
  padding-left: 5px;
}
.widget-expander-switch.fa {
  color: #999;
}
.widget-expander-content-container {
  padding-left: 3px;
}
.widget-expander:not(.expanded) > .widget-expander-content-container {
  overflow: hidden;
  height: 0;
}
.widget-expander-custom-click .widget-expander-switch.fa {
  color: transparent;
}
.widget-expander-corner-image {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #f0f0f0;
}
.widget-expander-corner-image-entry-container {
  cursor: pointer;
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  display: inline-block;
  -webkit-transition: opacity 0.25s ease 0s;
  -moz-transition: opacity 0.25s ease 0s;
  -o-transition: opacity 0.25s ease 0s;
  transition: opacity 0.25s ease 0s;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  position: relative;
  width: 26px;
  overflow: hidden;
}
.widget-expander-corner-image-entry-container:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  background: transparent;
}
.widget-expander-corner-image-entry-container > * {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) ;
  -moz-transform: translate(-50%, -50%) ;
  -o-transform: translate(-50%, -50%) ;
  -ms-transform: translate(-50%, -50%) ;
  transform: translate(-50%, -50%) ;
}
.cube-record-root {
  position: absolute;
  overflow: hidden;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.cube-record-root .fa {
  font-size: 14px;
}
.cube-record-root .widget-expander-content-container {
  position: absolute;
  overflow: auto;
  left: 0;
  right: 0;
  top: 31px;
  bottom: 0;
}
.cube-record-root .widget-expander-content-container > .gwt-Tree {
  display: inline-block ! important;
}
.cube-record-root .widget-expander-corner-image {
  padding: 2px 4px 2px 0;
}
.cube-record-root .widget-expander-corner-image .widget-expander-corner-image-entry-container {
  font-size: 18px;
  opacity: 1;
  border: 1px solid Gray;
  border-radius: 50%;
  background-color: #fefefe;
}
.cube-record-root .widget-expander-corner-image:hover .widget-expander-corner-image-entry-container {
  border: 1px solid #bbbbbb;
  opacity: 1;
}
.hitlist-hierarchy-open,
.hitlist-hierarchy-close {
  width: 16px;
  height: 16px;
  background-color: red;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.hitlist-hierarchy-open {
  background: url(../images/png/treeClosed.png);
}
.hitlist-hierarchy-close {
  background: url(../images/png/treeOpen.png);
}
.animation-ease-in {
  -webkit-transition: all 0.5s ease-in 0s;
  -moz-transition: all 0.5s ease-in 0s;
  -o-transition: all 0.5s ease-in 0s;
  transition: all 0.5s ease-in 0s;
}
.rotate90 {
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(90deg);
}
.rotate180 {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}
.rotate270 {
  -ms-transform: rotate(270deg);
  /* IE 9 */
  -webkit-transform: rotate(270deg);
  /* Chrome, Safari, Opera */
  transform: rotate(270deg);
}
.taskrefineoverview {
  padding-left: 6px;
  padding-right: 20px;
  padding-top: 6px;
  padding-bottom: 20px;
  margin: 5px;
  border: 0;
}
.delegate-dialog-grid tr:first-child > td {
  padding-bottom: 5px;
}
.delegate-dialog-grid input[type="text"] {
  margin-left: 10px;
  width: 300px;
}
.additional-element-settings-fieldset {
  height: 70px;
}
.cubecontextmenuelement img,
.cubecontextmenuelement .fa {
  margin: 1px;
  margin-right: 3px;
}
.cubecontextmenuelement-active img {
  margin: 0;
  border-size: 1px;
  border-style: solid;
  border-color: #8bb6e9;
  background-color: #a1c4ed;
}
.cubecontextmenu-section {
  position: relative;
  top: 0;
  left: 0;
}
.cubecontextmenu-section.bottom-separator {
  padding-bottom: 4px;
  margin-bottom: 4px;
}
.cubecontextmenu-section.bottom-separator:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 24px;
  right: 0px;
  background-color: transparent;
  background-image: url(../images/contextmenu/seperator-dotted.png);
  height: 1px;
}
.cubecontextmenu-section.top-separator {
  margin-top: 4px;
  padding-top: 4px;
}
.cubecontextmenu-section.top-separator:before {
  content: '';
  position: absolute;
  top: 0;
  left: 24px;
  right: 0px;
  background-color: transparent;
  background-image: url(../images/contextmenu/seperator-dotted.png);
  height: 1px;
}
.cubecontextmenu-section[disabled] > * {
  opacity: 0.5;
}
.start-cc-process-panel .row-full-line {
  width: 100%;
  min-width: 400px;
}
.start-cc-process-panel .row-full-line input,
.start-cc-process-panel .row-full-line textarea {
  width: 100%;
}
.collaboration-directory-tree.hide-level1 {
  margin-left: -20px;
}
.collaboration-directory-tree.hide-level1 > div > table {
  display: none;
}
.collaboration-directory-tree.hide-level2 {
  margin-left: -36px;
}
.collaboration-directory-tree.hide-level2 > div > div > div > table {
  display: none;
}
.collaboration-directory-tree.hide-level3 {
  margin-left: -53px;
}
.collaboration-directory-tree.hide-level3 > div > div > div > div > div > table {
  display: none;
}
.my-projects-tree .gwt-TreeItem {
  cursor: pointer;
}
.filter-rules-dlg .name-panel,
.filter-rules-dlg .database-panel {
  width: 100%;
  margin-bottom: 10px;
}
.filter-rules-dlg .name-panel tr > td:first-child,
.filter-rules-dlg .database-panel tr > td:first-child {
  width: 250px;
}
.filter-rules-dlg .name-panel input,
.filter-rules-dlg .database-panel input,
.filter-rules-dlg .name-panel select,
.filter-rules-dlg .database-panel select {
  width: 100%;
}
.filter-rules-dlg .filter-grid-scroll-panel {
  width: 740px;
  height: 360px;
  border: 1px solid #CCC;
}
.filter-rules-dlg .filter-grid-scroll-panel .filter-grid {
  width: 100%;
  height: 100%;
}
.filter-rules-dlg .filter-grid-scroll-panel .filter-grid tr:nth-child(n+2) > td > div:first-child {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.filter-rule-dlg .descriptors-grid-scroll-panel {
  margin-top: 5px;
  margin-bottom: 10px;
  width: 500px;
  height: 120px;
  border: 1px solid #CCC;
}
.filter-rule-dlg .descriptors-grid-scroll-panel .descriptors-grid {
  width: 100%;
  height: 100%;
}
.filter-rule-dlg .descriptors-grid-scroll-panel .descriptors-grid tr:nth-child(n+2) > td > div:first-child {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.filter-rule-dlg .captionAddButtonTable {
  width: 500px;
}
.filter-rule-dlg .captionAddButtonTable tr > td:nth-child(1) {
  vertical-align: bottom !important;
}
.filter-rule-dlg .captionAddButtonTable tr > td:nth-child(2) {
  width: 10px;
}
.filter-rule-dlg .selected-user-grid-scroll-panel {
  margin-top: 5px;
  width: 500px;
  height: 250px;
  border: 1px solid #CCC;
}
.filter-rule-dlg .selected-user-grid-scroll-panel .selected-user-grid {
  width: 100%;
  height: 100%;
}
.filter-rule-dlg .selected-user-grid-scroll-panel .selected-user-grid tr:nth-child(n+2) > td > div:first-child {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.filter-rule-dlg .mail-and-copy-panel {
  margin-bottom: 20px;
  margin-top: 5px;
  display: table;
  border-spacing: 5px;
  border-collapse: separate;
  margin-left: -5px;
  margin-right: -5px;
  width: 510px;
}
.filter-rule-dlg .mail-and-copy-panel.expand .copy-panel {
  vertical-align: middle;
}
.filter-rule-dlg .mail-and-copy-panel.expand .copy-panel .copy-image {
  line-height: 32px;
  font-size: 32px;
  display: block;
  text-align: center;
  float: none;
  margin-right: 25px;
  margin-left: 25px;
}
.filter-rule-dlg .mail-and-copy-panel .mail-options-panel {
  display: table-cell;
  margin-right: 5px;
  vertical-align: middle;
  min-height: 100%;
  overflow: hidden;
  width: 465px;
  border: 1px solid #CCC;
  background-color: #f0f0f0;
}
.filter-rule-dlg .mail-and-copy-panel .mail-options-panel .widget-expander-top {
  height: 100%;
  background: none!important;
}
.filter-rule-dlg .mail-and-copy-panel .mail-options-panel.expanded {
  background-color: #ffffff!important;
}
.filter-rule-dlg .mail-and-copy-panel .mail-options-panel.expanded .widget-expander-content-container {
  border-top: 1px solid #CCC;
  padding-bottom: 4px;
}
.filter-rule-dlg .mail-and-copy-panel .mail-options-panel span {
  display: block;
}
.filter-rule-dlg .mail-and-copy-panel .copy-panel {
  display: table-cell;
  max-width: 145px;
  min-height: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #CCC;
  background-color: #f0f0f0;
  padding: 6px 2px;
  cursor: pointer;
}
.filter-rule-dlg .mail-and-copy-panel .copy-panel .copy-image {
  margin-left: 5px;
  line-height: 16px;
  font-size: 16px;
  width: auto;
  box-shadow: 0px 0 3px 3px white;
  color: #666666;
  background-color: #ffffff;
  display: inline-block;
  text-align: left ;
  float: left ;
}
.filter-rule-dlg .cubeTabPanel {
  width: 480px;
  height: 590px;
}
.filter-rule-entry-dlg .field-label {
  min-width: 110px;
}
.filter-rule-entry-dlg .control {
  min-width: 350px;
}
.filter-rule-entry-dlg .from-control,
.filter-rule-entry-dlg .from-label {
  min-width: 215px;
}
.filter-rule-entry-dlg .to-control,
.filter-rule-entry-dlg .to-label {
  margin-left: 20px;
  min-width: 215px;
}
.filter-rule-entry-dlg .multivalue-control {
  min-width: 325px;
  height: 20px;
}
.filter-rule-entry-dlg .dialog-ControlIconPanel {
  height: 20px;
}
.filter-rule-index-dlg .field-label {
  min-width: 110px;
}
.dialog-control-space-top {
  margin-top: 10px !important;
}
.dialog-control-space-right {
  margin-right: 10px !important;
}
.dialog-control-space-bottom {
  margin-bottom: 10px !important;
}
.dialog-control-space-left {
  margin-left: 10px !important;
}
.dialog-control-space-left-large {
  margin-left: 20px !important;
}
.jumpto-panel .gwt-TextArea,
.jumpto-panel .gwt-SuggestBox,
.jumpto-panel .gwt-TextBox {
  z-index: 20;
  width: 500px;
}
.jumpto-panel .gwt-flexTableScrollPanel {
  width: 500px;
  height: 150px;
  border: 1px solid #CCC;
}
.jumpto-panel .filter-grid {
  width: 100%;
  height: 100%;
}
.jumpto-panel .filter-grid tr:nth-child(n+2) > td > div:first-child {
  display: table;
  width: 100%;
}
.jumpto-panel .filter-grid .gwt-Label {
  white-space: nowrap;
}
.hide-invite-user-entry .invite-user-entry {
  display: none;
}
.top-bar .fa:not(.fa-spin) {
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
}
.image-container-with-loader {
  position: relative;
}
.image-container-with-loader .loading-image {
  position: absolute;
}
.image-container-with-loader.loading :not(.loading-image) {
  opacity: 0;
}
table {
  max-width: none;
}
.small-button {
  white-space: nowrap;
  padding: 3px 5px;
  display: inline-block;
  color: #555;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  margin: 0 2px;
  border: 1px solid #ddd;
  background-color: #fff;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.small-button:hover {
  background-color: #eee;
}
.cube-inline-warn {
  background-color: #fcf8e3;
  border: 1px solid #faebcc;
  color: #8a6d3b;
  padding: 8px 2px;
}
.cube-inline-warn .gwt-Label {
  padding: 4px 0;
}
.cube-inline-warn .small-button {
  margin: 0 0 0 2px;
}
.cube-inline-warn-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 40px;
  z-index: 500;
  -webkit-transition: height 0.25s ease 0s;
  -moz-transition: height 0.25s ease 0s;
  -o-transition: height 0.25s ease 0s;
  transition: height 0.25s ease 0s;
  overflow: hidden;
}
.cube-inline-warn-overlay:not(.active) {
  height: 0px;
  padding: 0px;
  border: none;
}
#hitlisttable {
  min-width: 100%;
}
.grid-iframe {
  width: 100%;
}
.display-fixed-column-only #hitlistbody {
  min-width: 100%;
}
.display-fixed-column-only #hitlistbody > tbody > tr > td {
  width: 1px;
}
.display-fixed-column-only #hitlistbody > tbody > tr > td:last-child {
  width: auto;
}
.display-fixed-column-only #headerRow {
  display: none;
}
.grid-user-pic-container {
  width: 36px;
  height: 36px;
}
.grid-user-pic-container > div {
  position: absolute;
  white-space: nowrap;
}
.grid-user-pic-container .grid-user-pic {
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  /*		.cubeTransition(all);//ie performance problem*/
  width: 36px;
  height: 36px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #CCC;
  -moz-background-size: cover;
}
.grid-user-pic-container .grid-user-info {
  display: none;
}
.grid-user-pic-container .grid-user-info-user {
  font-size: 120%;
  color: #407ABF;
}
.grid-user-pic-container:hover > div {
  background: #FFF;
  margin-top: -20px;
  z-index: 3;
  display: table;
  border: 2px solid #CCC;
}
.grid-user-pic-container:hover > div > * {
  display: table-cell;
  vertical-align: middle;
}
.grid-user-pic-container:hover .grid-user-pic {
  height: 72px;
  width: 72px;
  margin: 1px;
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
}
.grid-user-pic-container:hover .grid-user-info {
  padding: 4px;
}
.grid-div-table {
  display: table;
}
.grid-div-table > * {
  display: table-cell;
  vertical-align: middle;
}
.grid-div-table > *:empty {
  display: none;
}
.grid-div-table > *:not(:first-child):not(.space-block) {
  padding-left: 4px;
}
.hide-user-pic-cell .user-pic-cell {
  display: none;
}
#hitlistbody.hide-footnotes > tbody > .footnote > .cell > div {
  display: none;
}
.hide-hotspot .hotspot {
  display: none;
}
#hitlistbodydiv {
  display: inline-block;
}
.addional-grid-row {
  text-align: left ;
}
.addional-grid-row > td {
  padding-top: 5px ! important;
}
.checkout-tab-image {
  background: url(../images/icons2015/grid/DocCheckedOutSelf.png) no-repeat !important;
}
.smartDeleteButton {
  color: #407abf;
}
.smartDeleteButton:hover {
  transform: scale(1.1);
  color: #c00;
}
.iconcolumnheader {
  min-width: 20px;
}
.numbercolumnheader {
  min-width: 20px;
}
.checkbox-reordable-panel {
  width: 100%;
}
.checkbox-reordable-panel > tbody > tr > td:last-child {
  width: 1px;
}
.checkbox-reordable-panel-container {
  min-width: 200px;
  overflow: auto;
  max-height: 200px;
  border: 1px solid Gray !important;
  padding: 0 1px 1px;
}
.checkbox-reordable-panel-container.move-active > :not(.entry-reordable) {
  cursor: not-allowed;
}
.checkbox-reordable-panel-container.move-forbidden,
.checkbox-reordable-panel-container.move-forbidden * {
  cursor: not-allowed !important;
}
.checkbox-reordable-panel-entry {
  position: relative;
  white-space: nowrap;
  margin-top: 1px;
  cursor: default;
  height: 18px;
}
.checkbox-reordable-panel-entry:hover {
  background: #f5f5f5;
}
.checkbox-reordable-panel-entry > * {
  display: inline-block;
  line-height: 18px;
  height: 18px;
}
.checkbox-reordable-panel-entry > * input {
  margin-top: -3px;
}
.checkbox-reordable-panel-entry.entry-reordable {
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  cursor: move;
}
.checkbox-reordable-panel-entry.entry-reordable .gwt-Label {
  padding-right: 12px;
}
.checkbox-reordable-panel-entry.entry-reordable .gwt-Label:before {
  width: 2px;
  height: 4px;
  z-index: 2;
  content: "";
  top: 50%;
  margin-top: -2px;
  background: Gray;
  right: 4px;
  position: absolute;
}
.checkbox-reordable-panel-entry.entry-reordable .gwt-CheckBox {
  cursor: default;
}
.checkbox-reordable-panel-entry.entry-reordable .gwt-CheckBox:before {
  z-index: 2;
  content: "";
  top: 50%;
  margin-top: -9px;
  border: 4px solid;
  border-color: transparent transparent Gray;
  right: 1px;
  position: absolute;
}
.checkbox-reordable-panel-entry.entry-reordable .gwt-CheckBox:after {
  z-index: 2;
  content: "";
  top: 50%;
  margin-top: 1px;
  border: 4px solid;
  border-color: Gray transparent transparent;
  right: 1px;
  position: absolute;
}
.checkbox-reordable-panel-entry.before:before {
  z-index: 2;
  content: "";
  left: 0;
  right: 0;
  position: absolute;
  background: Gray;
  height: 1px;
  top: -1px;
}
.checkbox-reordable-panel-entry.before:after {
  z-index: 2;
  content: "";
  right: 0;
  border: 5px solid;
  border-color: transparent Gray transparent transparent;
  top: -5px;
  position: absolute;
}
.checkbox-reordable-panel-entry.before .gwt-Label:after {
  z-index: 2;
  content: "";
  left: 0;
  border: 5px solid;
  border-color: transparent transparent transparent Gray;
  top: -5px;
  position: absolute;
}
.checkbox-reordable-panel-entry.after:before {
  z-index: 2;
  content: "";
  left: 0;
  right: 0;
  position: absolute;
  background: Gray;
  height: 1px;
  bottom: -1px;
}
.checkbox-reordable-panel-entry.after:after {
  z-index: 2;
  content: "";
  right: 0;
  border: 5px solid;
  border-color: transparent Gray transparent transparent;
  bottom: -6px;
  position: absolute;
}
.checkbox-reordable-panel-entry.after .gwt-Label:after {
  z-index: 2;
  content: "";
  left: 0;
  border: 5px solid;
  border-color: transparent transparent transparent Gray;
  bottom: -6px;
  position: absolute;
}
.checkbox-reordable-panel-entry.selected {
  background: #f0f0f0;
}
.checkbox-reordable-panel-entry.selected:focus {
  background: #cde3fe;
}
.checkbox-reordable-panel-btn-panel {
  margin-left: 10px;
}
.checkbox-reordable-panel-btn-panel > *:not(:first-child) {
  margin-top: 4px;
}
.audit-trail-column-change-table {
  width: 400px;
}
.mve-dlg-container {
  position: relative;
}
.mve-dlg-container .mve-dlg-btn {
  position: absolute;
  top: 1px;
  right: 1px;
  height: 18px;
  overflow: hidden;
  width: 18px;
  color: #407ABF;
  cursor: pointer;
}
.mve-dlg-container .mve-dlg-btn .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 14px !important;
  margin-top: -7px;
  margin-left: -7px;
}
.mve-dlg-container input.mve-dlg-input {
  height: 19px;
  padding-right: 18px;
  border-bottom: 0;
  display: block;
  width: 100%;
}
.mve-dlg-container .mve-dlg-input + .removeable-select {
  height: calc(100% - 19px);
}
.mve-dlg-container:not(.disabled) input.mve-dlg-input:hover + select {
  border-top-color: #878787 !important;
}
.mve-dlg-container:not(.disabled) input.mve-dlg-input:focus + select {
  border-top-color: #83bafc !important;
}
.mve-dlg-container.proposal .gwt-ControlPanel {
  width: 100%;
  height: 18px;
}
.mve-dlg-container.proposal .gwt-ControlPanel > tbody > tr > td:last-child {
  width: 1px;
}
.mve-dlg-container.proposal .gwt-ControlPanel .dialog-textbox {
  height: 19px !important;
  width: 100% !important;
  border-bottom: 0;
  padding-right: 18px;
}
.mve-dlg-container.proposal .gwt-ControlPanel .dialog-ControlIconPanel {
  border-bottom: 0;
  height: 19px !important;
}
.mve-dlg-container.proposal > .mve-dlg-btn {
  right: 26px;
}
.mve-dlg-container.disabled .dialog-ControlIconPanel,
.mve-dlg-container.disabled .dialog-ControlIconPanel:hover {
  color: #808080;
  background-color: #FFF;
  border-color: #f2f2f2;
  cursor: default;
}
.mve-dlg-container.disabled .dialog-ControlIconPanel img,
.mve-dlg-container.disabled .dialog-ControlIconPanel:hover img {
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.mve-dlg-container.disabled .mve-dlg-btn {
  cursor: default;
  opacity: .4;
}
.mve-dlg-container select {
  width: 300px;
}
.element-disabled > .mve-dlg-container > .mve-dlg-btn {
  cursor: default;
  opacity: .4;
}
.editablecontent-in-grid * {
  vertical-align: middle;
}
.corner-logout {
  position: absolute;
  top: 1px;
  right: -24px;
  width: 25px;
  z-index: 2;
  cursor: pointer;
  height: 58px;
  border-left: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  -webkit-transition: background-color 0.2s ease-in;
  -moz-transition: background-color 0.2s ease-in;
  -o-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
  background-color: #FFF;
  -webkit-transition: background-color 0.25s ease 0s;
  -moz-transition: background-color 0.25s ease 0s;
  -o-transition: background-color 0.25s ease 0s;
  transition: background-color 0.25s ease 0s;
}
.corner-logout:hover {
  background-color: #e6e6e6;
  cursor: pointer;
}
.corner-logout:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -6px;
  font-size: 14px !important;
}
.navigationPanel.has-corner-logout {
  margin-right: 24px;
  -lh-property: 0;
width:-webkit-calc(100% - 24px);
width:-moz-calc(100% - 24px);
width:calc(100% - 24px);
;
}
.cubeTabContentWidgetContainer {
  height: 100%;
}
.tab-container {
  position: relative;
  height: 100%;
  overflow: hidden;
  background: #FFF;
}
.tab-container .navigation-container .ribbon-toggle {
  border-width: 0 0 0 1px;
}
.tab-container > .cubeTabContentWidget {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.tab-container:not(.hide-ribbon) > .cubeVerticalPanelEntry > .cubeTabContentWidget {
  border-top: 1px solid #CCC;
}
.tab-container:not(.hide-ribbon) > .cubeVerticalPanelEntry:first-child .ribbon-toggle {
  border-bottom: 0;
}
.tab-container > .cubeVerticalPanelEntry:first-child .navigationPanel .ribbonCompactViewTabPanel {
  border: 0;
}
.tab-container.hide-ribbon > .cubeVerticalPanelEntry:first-child {
  display: none;
}
.tab-container.hide-ribbon-toggle .ribbon-toggle {
  display: none;
}
.tab-container.hide-ribbon > .cubeVerticalPanelEntry > .navigation-container {
  display: none;
}
.tab-container.force-ribbon-display .force-ribbon-display > .cubeVerticalPanelEntry > .has-quick-access-toolbar {
  display: none;
}
.tab-container.hide-ribbon-toggle > .cubeVerticalPanelEntry > .navigation-container > .cubeHorizontalPanelEntry > .ribbon-toggle {
  display: none;
}
.tab-container.hide-ribbon-toggle > .ribbon-toggle {
  display: none;
}
.control-has-picture {
  overflow: hidden;
  padding: 0;
}
.control-has-picture > img {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  top: 150%;
  left: 150%;
  display: inline-block;
  position: absolute;
}
.control-has-picture.img-loaded > span {
  display: none;
}
.control-has-picture.img-loaded > img {
  position: static;
  max-width: 100%;
  max-height: 100%;
  opacity: 1;
}
input[type=file] {
  overflow: hidden;
  max-width: 300px;
}
.removeable-select {
  overflow: auto;
  height: 100%;
}
.removeable-select .removableoption {
  position: relative;
  padding-right: 20px;
  line-height: 14px;
  margin-left: 1px;
  padding-left: 1px;
  border: 1px solid transparent;
}
.removeable-select .removableoption > div {
  white-space: pre;
  display: inline-block;
}
.removeable-select .removableoption:hover {
  color: #000 !important;
  background-color: #f5f5f5 !important;
}
.removeable-select .removableoption:hover > .closeimage {
  display: inline-block;
}
.removeable-select .removableoption:focus {
  color: #000 !important;
  background-color: #cde3fe !important;
  border: 1px dotted #000000;
}
.removeable-select .removableoption.removeable-item-selected {
  color: #000 !important;
  background-color: #cde3fe !important;
}
.removeable-select .removableoption > .closeimage {
  position: absolute;
  display: none;
  right: 1px;
  width: 12px;
  font-size: 18px;
  color: #CC4C33;
  cursor: pointer;
}
.removeable-select.element-read-only .closeimage {
  display: none !important;
}
.mve-context-menu .fa-times {
  color: #CC4C33;
  font-size: 18px;
  width: 18px;
}
.mve-context-menu .fa-plus {
  color: #407ABF;
  font-size: 18px;
  width: 18px;
}
.mainTreeContainer {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.mainTreeContainer > .inner-container {
  -webkit-transition: height 0.25s ease 0s;
  -moz-transition: height 0.25s ease 0s;
  -o-transition: height 0.25s ease 0s;
  transition: height 0.25s ease 0s;
}
.mainTreeContainer > .instant-filter-panel {
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  height: 0px;
  background: #dddddd;
  white-space: nowrap;
  vertical-align: middle;
}
.mainTreeContainer > .instant-filter-panel .instant-filter-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1px;
}
.mainTreeContainer > .instant-filter-panel .instant-filter-table > tbody > tr > td {
  line-height: 22px;
}
.mainTreeContainer > .instant-filter-panel .instant-filter-table > tbody > tr > td:not(:nth-child(3)) {
  width: 1px;
}
.mainTreeContainer > .instant-filter-panel .instant-filter-table > tbody > tr > td > .instant-filter-inner-container {
  width: 100%;
  table-layout: fixed;
  min-width: 40px;
}
.mainTreeContainer > .instant-filter-panel .instant-filter-table > tbody > tr > td > .instant-filter-count {
  color: #407ABF;
  padding: 0 3px 0 4px;
}
.mainTreeContainer > .instant-filter-panel .instant-filter-table > tbody > tr > td > .instant-filter-count:empty {
  overflow: hidden;
  width: 0;
  padding: 0;
}
.mainTreeContainer > .instant-filter-panel .instant-filter-table > tbody > tr > td > .instant-filter-closer {
  text-align: center;
  color: #407ABF;
  cursor: pointer;
  margin: 0 1px;
  line-height: 22px;
  height: 22px;
  width: 22px;
  -webkit-transition: background-color 0.25s ease 0s;
  -moz-transition: background-color 0.25s ease 0s;
  -o-transition: background-color 0.25s ease 0s;
  transition: background-color 0.25s ease 0s;
}
.mainTreeContainer > .instant-filter-panel .instant-filter-table > tbody > tr > td > .instant-filter-closer:hover {
  background-color: #999;
}
.mainTreeContainer > .instant-filter-panel input {
  height: 22px;
  margin-left: 2px;
  line-height: 20px;
  width: 300px;
  max-width: 100%;
  float: left ;
}
.mainTreeContainer.instant-filter-active > .inner-container {
  height: calc(100% - 25px) !important;
}
.mainTreeContainer.instant-filter-active > .instant-filter-panel {
  height: 25px;
  border-top: 1px solid #CCC;
  padding-right: 2px;
}
.max-height-100,
.max-height-100 > * {
  height: 100%;
}
.errorpage body {
  text-align: center;
  align: center;
  margin: 10px;
  background: #eee;
  font-size: 14px;
}
.errorpage table {
  border-spacing: 5px 5px;
  border-collapse: separate;
}
.errorpage #stack {
  text-align: left ;
}
.errorpage #outer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #ccc;
  background: #fff;
}
.errorpage #inner {
  text-align: right ;
  width: 100%;
}
.errorpage #inner div {
  display: inline-block;
}
.errorpage .Caption {
  background-color: #407abf;
  color: #fff;
  text-align: left ;
  padding: 5px;
  padding-left: 10px;
}
.errorpage .content {
  padding: 10px;
}
.errorpage .content td {
  text-align: left ;
}
.errorpage textarea {
  width: 660px;
  height: 300px;
  direction: ltr;
}
.total-aggregation-extra-column > tr > td {
  padding: 0 !important;
  line-height: 4px !important;
}
.dialog-header-table {
  margin-bottom: 10px;
}
.dialog-radio-option {
  border: 1px solid #eeeeee;
  padding: 5px;
  margin-bottom: 2px;
  width: 100%;
  cursor: pointer;
}
.dialog-radio-option:hover {
  border: 1px solid #a1c4ed;
}
.dialog-radio-option:hover .fa {
  color: #407ABF;
}
.dialog-radio-option .fa {
  margin-right: 2px;
  color: #7F7F83;
}
.dialog-radio-option:focus {
  outline: 1px dotted;
  outline-offset: 0px;
  border: 1px solid #a1c4ed;
  color: #407ABF;
}
.dialog-radio-option:focus .fa {
  color: #407ABF;
}
.dialog-info-subtext {
  font-size: 11px;
  padding-top: 2px;
  margin-left: 18px;
}
.dialog-button-panel {
  padding-right: 5px;
}
.checked-out-list td {
  cursor: pointer;
}
.checked-out-list td:hover {
  color: #000 !important;
  background-color: #d0e1f6 !important;
}
.full-size-element {
  min-width: 100%;
}
#mainForm.full-size-element > #hitlistbodydiv,
#mainForm.full-size-element > #hitlistbodydiv > #hitlistbody {
  min-width: 100%;
}
#mainForm.full-size-element > #hitlistbodydiv > #hitlistbody > #headerRow > tr > .dummy-fullsize-cell {
  width: 100%;
  min-width: 100%;
}
#mainForm.full-size-element > #hitlistbodydiv > #hitlistbody > #headerRow > tr > .dummy-fullsize-cell > .column-filter-outer > table > tbody > tr > td > div {
  display: none;
}
#mainForm.full-size-element .user-pic-cell,
#mainForm.full-size-element .cell,
#mainForm.full-size-element .activity-feed-empty-row {
  width: 1px;
  min-width: 1px;
}
#mainForm.full-size-element > #hitlistbodydiv > #hitlistbody > .darkzone > tr:after,
#mainForm.full-size-element > #hitlistbodydiv > #hitlistbody > .palezone > tr:after,
#mainForm.full-size-element > #hitlistbodydiv > #hitlistbody > .aggregation-zone > tr:after,
#mainForm.full-size-element > #hitlistbodydiv > #hitlistbody > .aggregationrow > tr:after,
#mainForm.full-size-element > #hitlistbodydiv > #hitlistbody > .total-aggregation-extra-column > tr:after,
#mainForm.full-size-element > #hitlistbodydiv > #hitlistbody > .grouprow > tr:after {
  width: 1px;
  min-width: 1px;
  display: table-cell;
  width: 100%;
  min-width: 100%;
  content: '';
}
#mainForm.full-size-element > #hitlistbodydiv > #hitlistbody > .darkzone > .addional-grid-row:after,
#mainForm.full-size-element > #hitlistbodydiv > #hitlistbody > .palezone > .addional-grid-row:after,
#mainForm.full-size-element > #hitlistbodydiv > #hitlistbody > .aggregation-zone > .addional-grid-row:after,
#mainForm.full-size-element > #hitlistbodydiv > #hitlistbody > .aggregationrow > .addional-grid-row:after,
#mainForm.full-size-element > #hitlistbodydiv > #hitlistbody > .total-aggregation-extra-column > .addional-grid-row:after,
#mainForm.full-size-element > #hitlistbodydiv > #hitlistbody > .grouprow > .addional-grid-row:after {
  display: none;
}
#mainForm.full-size-element > #hitlistbodydiv > #hitlistbody > tbody > .aggregationresultrow:after,
#mainForm.full-size-element > #hitlistbodydiv > #hitlistbody > tbody > .aggregation-result-row:after {
  width: 1px;
  min-width: 1px;
  display: table-cell;
  width: 100%;
  min-width: 100%;
  content: '';
  background-color: #eeeeee;
}
#mainForm.full-size-element > #hitlistbodydiv > #hitlistbody > tbody > .aggregationresultrow:after,
#mainForm.full-size-element > #hitlistbodydiv > #hitlistbody > tbody > .aggregation-result-row:after,
#mainForm.full-size-element > #hitlistbodydiv > #hitlistbody > tbody > .aggregationresultrow:after:hover,
#mainForm.full-size-element > #hitlistbodydiv > #hitlistbody > tbody > .aggregation-result-row:after:hover,
#mainForm.full-size-element > #hitlistbodydiv > #hitlistbody > tbody > .aggregationresultrow:after.cellselected,
#mainForm.full-size-element > #hitlistbodydiv > #hitlistbody > tbody > .aggregation-result-row:after.cellselected {
  font-weight: bold !important;
  font-style: normal !important;
  font-size: 0.95em !important;
  text-align: right  !important;
  white-space: nowrap;
}
#mainForm.full-size-element > #hitlistbodydiv > #hitlistbody > tbody > .aggregationresultrow:after:hover,
#mainForm.full-size-element > #hitlistbodydiv > #hitlistbody > tbody > .aggregation-result-row:after:hover {
  color: #000 !important;
  background-color: #d9d9d9 !important;
}
#mainForm.full-size-element > #hitlistbodydiv > #hitlistbody > tbody > .aggregationresultrow:after.cellselected,
#mainForm.full-size-element > #hitlistbodydiv > #hitlistbody > tbody > .aggregation-result-row:after.cellselected {
  color: #000 !important;
  background-color: #cccccc !important;
}
#mainForm.full-size-element > #hitlistbodydiv > #hitlistbody > .aggregation-zone > tr:after {
  background-color: #eeeeee;
}
#mainForm.full-size-element > #hitlistbodydiv > #hitlistbody > .aggregation-zone > tr:after,
#mainForm.full-size-element > #hitlistbodydiv > #hitlistbody > .aggregation-zone > tr:after:hover,
#mainForm.full-size-element > #hitlistbodydiv > #hitlistbody > .aggregation-zone > tr:after.cellselected {
  font-weight: bold;
  font-style: normal;
  font-size: 0.95em;
  white-space: nowrap;
}
#mainForm.full-size-element > #hitlistbodydiv > #hitlistbody > .aggregation-zone-total > tr:after {
  background-color: #dddddd;
}
#mainForm.full-size-element > #hitlistbodydiv > #hitlistbody > .aggregation-zone-total > tr:after,
#mainForm.full-size-element > #hitlistbodydiv > #hitlistbody > .aggregation-zone-total > tr:after:hover,
#mainForm.full-size-element > #hitlistbodydiv > #hitlistbody > .aggregation-zone-total > tr:after.cellselected {
  font-weight: bold;
  font-style: normal;
  font-size: 0.95em;
  white-space: nowrap;
}
#mainForm.full-size-element > #hitlistbodydiv > #hitlistbody > #headerRow > tr:after {
  display: none;
}
#mainForm.responsive-grid .responsive-name {
  display: none;
}
@media screen and (max-width: 768px) {
  #mainForm.responsive-grid > #hitlistbodydiv > #hitlistbody {
    /*special for auditrail grid*/
    /*special for auditrail grid*/
  }
  #mainForm.responsive-grid > #hitlistbodydiv > #hitlistbody > #headerRow > tr > td {
    display: none;
  }
  #mainForm.responsive-grid > #hitlistbodydiv > #hitlistbody > #headerRow > tr > td.fixed-column,
  #mainForm.responsive-grid > #hitlistbodydiv > #hitlistbody > #headerRow > tr > td.gridColumnGroupSpace {
    display: table-cell;
  }
  #mainForm.responsive-grid > #hitlistbodydiv > #hitlistbody > #headerRow > tr > td.dummy-fullsize-cell {
    display: none;
  }
  #mainForm.responsive-grid > #hitlistbodydiv > #hitlistbody > .darkzone > tr,
  #mainForm.responsive-grid > #hitlistbodydiv > #hitlistbody > .palezone > tr {
    display: block;
    width: 100%;
    min-width: 100%;
  }
  #mainForm.responsive-grid > #hitlistbodydiv > #hitlistbody > #headerRow > tr {
    display: block;
    width: 100%;
    min-width: 100%;
  }
  #mainForm.responsive-grid > #hitlistbodydiv > #hitlistbody .cell {
    display: block;
    width: 100%;
    min-width: 100%;
  }
  #mainForm.responsive-grid > #hitlistbodydiv > #hitlistbody .cell.responsive {
    border-bottom-color: #dddddd;
  }
  #mainForm.responsive-grid > #hitlistbodydiv > #hitlistbody .cell:last-child {
    border-bottom-color: #CCC;
  }
  #mainForm.responsive-grid > #hitlistbodydiv > #hitlistbody .addional-grid-row {
    background-color: #ecf2f9;
  }
  #mainForm.responsive-grid > #hitlistbodydiv > #hitlistbody .addional-grid-row > td {
    display: block;
  }
  #mainForm.responsive-grid > #hitlistbodydiv > #hitlistbody .grouprow .cell,
  #mainForm.responsive-grid > #hitlistbodydiv > #hitlistbody .fixed-cell {
    display: table-cell;
  }
  #mainForm.responsive-grid > #hitlistbodydiv > #hitlistbody .resultResizeIcon {
    pointer-events: none;
  }
  #mainForm.responsive-grid > #hitlistbodydiv > #hitlistbody .responsive-name {
    display: inline-block;
    text-align: left ;
    width: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    margin-right: 4px;
  }
  #mainForm.responsive-grid > #hitlistbodydiv > #hitlistbody .palezone > tr:after,
  #mainForm.responsive-grid > #hitlistbodydiv > #hitlistbody .darkzone > tr:after,
  #mainForm.responsive-grid > #hitlistbodydiv > #hitlistbody .grouprow > tr:after,
  #mainForm.responsive-grid > #hitlistbodydiv > #hitlistbody .aggregation-zone > tr:after,
  #mainForm.responsive-grid > #hitlistbodydiv > #hitlistbody .total-aggregation-extra-column > tr:after {
    display: none;
  }
  #mainForm.responsive-grid > #hitlistbodydiv > #hitlistbody .aggregationresultrow:after,
  #mainForm.responsive-grid > #hitlistbodydiv > #hitlistbody .aggregation-result-row:after {
    display: none;
  }
  #mainForm.responsive-grid > #hitlistbodydiv > #hitlistbody .fixed-column {
    width: 100%;
    min-width: 100%;
  }
  #mainForm.responsive-grid > #hitlistbodydiv > #hitlistbody .user-pic-cell {
    width: 1px;
    min-width: 1px;
  }
  #mainForm.responsive-grid > #hitlistbodydiv > #hitlistbody .gridColumnGroupSpace {
    width: 50px;
  }
  #mainForm.responsive-grid > #hitlistbodydiv > #hitlistbody .cell.responsive:last-child {
    border-bottom-color: #dddddd;
  }
  #mainForm.responsive-grid > #hitlistbodydiv > #hitlistbody.hide-footnotes .cell.responsive:last-child {
    border-bottom-color: #CCC;
  }
  #mainForm.responsive-grid > #hitlistbodydiv > #hitlistbody .rowselected .cell.responsive {
    border-bottom-color: #CCC;
  }
  #mainForm.responsive-grid.full-size-element > #hitlistbodydiv > #hitlistbody .cell {
    min-width: 100%;
  }
  #mainForm.responsive-grid.full-size-element > #hitlistbodydiv > #hitlistbody .user-pic-cell {
    width: 1px;
    min-width: 1px;
  }
  #mainForm.responsive-grid.full-size-element > #hitlistbodydiv > #hitlistbody > #headerRow > tr > td.fixed-column {
    min-width: 100%;
  }
  #mainForm.responsive-grid.full-size-element > #hitlistbodydiv > #hitlistbody > #headerRow > tr > td.user-pic-cell {
    width: 44px;
    min-width: 44px;
  }
  #mainForm.responsive-grid.full-size-element > #hitlistbodydiv > #hitlistbody > #headerRow > tr > td.gridColumnGroupSpace {
    width: 12px;
    min-width: 12px;
  }
}
.tree-row-initial-space-second {
  min-width: 50px;
}
.no-wide-indentation .tree-row-initial-space-second {
  min-width: 0;
}
.tree-row-initial-space-first {
  width: 25px;
}
.select-document-templates-dlg .document-templates-list {
  min-width: 250px;
  width: 100%;
}
.no-right-border {
  border-right-style: none !important;
}
.zero-height-and-hidden {
  height: 0;
  overflow: hidden;
}
.zero-height-and-hidden > * {
  vertical-align: top;
}
.grid-font-icon {
  position: relative;
  z-index: 1;
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  line-height: 16px;
}
#hitlistbody.hide-footnotes > tbody > .footnote > .cell {
  height: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-bottom-width: 0 !important;
}
.grid-ellipsis {
  vertical-align: middle;
  overflow: hidden;
  position: relative;
}
.grid-ellipsis > * {
  white-space: normal;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.grid-ellipsis > * > * {
  display: block;
}
.grid-ellipsis > * > *.inline {
  display: inline;
}
.grid-ellipsis > *.cutted:after {
  content: "...";
}
.width-small {
  width: 40px;
}
.smart-grid-popup-panel .gwt-MenuItem {
  white-space: pre;
}
.gwt-Mask .dialog-Button {
  white-space: pre-wrap;
  overflow: hidden;
}
.gwt-Mask .dialog-formatted-label > :not(.auto-size) {
  overflow: hidden;
}
.gwt-Mask .dialog-formatted-label > .auto-size {
  vertical-align: top;
  display: inline-block;
  white-space: nowrap;
}
.splitter-moving .fix-pos-on-splitter-move {
  position: absolute;
  top: -100%;
}
.force-rerendering .cubeVerticalOuterMainPanel {
  transform: translateZ(0);
}
.italic,
.italic td {
  font-style: italic !important;
}
.bold,
.bold td {
  font-weight: bold !important;
}
.underline,
.underline td {
  text-decoration: underline !important;
}
.touch-mode .PropertyPanel .propertyItemExpandedPicker {
  padding-left: 8px;
  padding-right: 8px;
}
.touch-mode .PropertyPanel .propertyItemTextContainer,
.touch-mode .PropertyPanel .propertyItemValueContainer,
.touch-mode .PropertyPanel .propertyGroup {
  line-height: 38px;
}
.touch-mode .PropertyPanel .propertyCellName {
  height: 38px !important;
}
.touch-mode .PropertyPanel .propertyCellName > * > * {
  line-height: 37px;
  height: 37px;
}
.touch-mode .top-bar .navbar-nav {
  height: 38px;
}
.touch-mode .top-bar .navbar-brand,
.touch-mode .top-bar .navbar-default ul.navbar-nav > li > a {
  line-height: 28px;
}
.touch-mode .top-bar .top-bar-overlay-widget {
  top: 38px;
}
.touch-mode .tiny-navigationbar-container {
  width: 40px;
}
.touch-mode .cubeTinyNavigationBar > .cubeVerticalPanelEntry {
  width: 40px;
}
.touch-mode .cubeTinyNavigationBar > .cubeVerticalPanelEntry > * > .fa {
  width: 26px;
  text-align: center;
}
.touch-mode .cubeTinyNavigationBar > .cubeVerticalPanelEntry > * > *:not(.fa) {
  line-height: 26px;
  vertical-align: middle;
}
.touch-mode .cubeNavigationBarEntrySelected:after {
  left: 40px !important;
}
.touch-mode .gwt-TreeItem,
.touch-mode .gui-object {
  line-height: 3;
}
.touch-mode .hitlistbody > tbody > tr > td:not(.darkzoneDheadertop) {
  line-height: 36px;
}
.touch-mode .hitlistbody #headerRow > tr > td > * {
  height: 37px;
}
.touch-mode .hitlistbody #headerRow > tr > td > *,
.touch-mode .hitlistbody #headerRow > tr > td .darkzoneDheadertoptable {
  line-height: 36px;
}
.touch-mode .cubeTabPanelScroller .tabWidget > .tabWidgetContent {
  line-height: 30px;
}
.touch-mode .cubeTabPanelScroller .tabWidget .tabWidgetCloseImage {
  width: 32px;
}
.touch-mode .cubeTabPanelScroller .tabWidget:not(.tabWidgetHasNoCloseImage) .tabWidgetTextContainer {
  margin-right: 32px;
}
.touch-mode .quicksearch-view-table {
  vertical-align: middle;
}
.touch-mode .quicksearch-view-table td * {
  line-height: 26px;
}
.touch-mode .cubecontextmenugrid .groupicon,
.touch-mode .cubecontextmenugrid .cubecontextmenuelement {
  line-height: 29px;
}
.touch-mode.ribbonCompactView .navigationspace {
  height: 60px;
}
.touch-mode .navigationspaceParent .group-action {
  height: 58px;
}
.touch-mode .navigationspaceParent .navigationspace .groupicon,
.touch-mode .navigationspaceParent .navigationspace .DropDownGroupIcon {
  line-height: 2;
  height: 29px;
}
.touch-mode .navigationspaceParent .navigationspace .groupicon .cube-Image16,
.touch-mode .navigationspaceParent .navigationspace .DropDownGroupIcon .cube-Image16 {
  width: 16px;
  height: 16px;
}
.touch-mode .quick-access-toolbar .entries-outer {
  height: 32px;
}
.touch-mode .quick-access-toolbar .entry {
  height: 25px;
}
.touch-mode .quick-access-toolbar .entry > * {
  line-height: 25px;
}
.touch-mode .quick-access-toolbar .expander-panel {
  top: 31px;
}
.touch-mode .quick-access-toolbar .expander {
  height: 31px;
  width: 31px;
  line-height: 30px;
}
.touch-mode.drag-status-panel-active .gwt-TreeItem > .drop-possible {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: -webkit-transform 0.2s ease;
  -moz-transition: -moz-transform 0.2s ease;
  -o-transition: -o-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease,-moz-transform 0.2s ease,-o-transform 0.2s ease,transform 0.2s ease;
}
.touch-mode.edge select {
  -ms-overflow-style: scrollbar;
  overflow: auto;
}
@-webkit-keyframes wobble1 {
  0% {
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    transform: rotate(-1deg);
    animation-timing-function: ease-in;
  }
  50% {
    -webkit-transform: rotate(1.5deg);
    -moz-transform: rotate(1.5deg);
    -o-transform: rotate(1.5deg);
    -ms-transform: rotate(1.5deg);
    transform: rotate(1.5deg);
    animation-timing-function: ease-out;
  }
}
@keyframes wobble1 {
  0% {
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    transform: rotate(-1deg);
    animation-timing-function: ease-in;
  }
  50% {
    -webkit-transform: rotate(1.5deg);
    -moz-transform: rotate(1.5deg);
    -o-transform: rotate(1.5deg);
    -ms-transform: rotate(1.5deg);
    transform: rotate(1.5deg);
    animation-timing-function: ease-out;
  }
}
.wobble {
  animation-delay: -0.3s;
  animation-duration: 0.28s;
  animation-name: wobble1;
  animation-iteration-count: infinite;
  -webkit-animation-delay: -0.3s;
  -webkit-animation-duration: 0.28s;
  -webkit-animation-name: wobble1;
  -webkit-animation-iteration-count: infinite;
  transform-origin: 50% 10%;
}
@-webkit-keyframes fadeinbackground {
  0% {
    background: transparent !important;
  }
  50% {
    background: #ffffcc;
  }
}
@keyframes fadeinbackground {
  0% {
    background: transparent !important;
  }
  50% {
    background: #ffffcc;
  }
}
@keyframes glow {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    opacity: 0.5;
  }
}
@-webkit-keyframes glow {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    opacity: 0.5;
  }
}
.glow {
  opacity: 0.5;
  animation: glow 1.5s infinite;
  -webkit-animation: glow 1.5s infinite;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  opacity: 1;
  -webkit-animation: fadeIn ease-in 1s;
  animation: fadeIn ease-in 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  opacity: 0;
  -webkit-animation: fadeOut ease-in 1s;
  animation: fadeOut ease-in 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  visibility: hidden;
  -webkit-transition: visibility 0s 1s;
  -moz-transition: visibility 0s 1s;
  -o-transition: visibility 0s 1s;
  transition: visibility 0s 1s;
}
@keyframes blinkIn {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blinkIn {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.blinkIn {
  opacity: 0;
  -webkit-animation: blinkIn ease-in 1s;
  animation: blinkIn ease-in 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@keyframes slide-keyframes {
  100% {
    margin: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@-webkit-keyframes slide-keyframes {
  100% {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    margin: 0;
  }
}
.slide-down,
.slide-down-left,
.slide-down-right,
.slide-left {
  -webkit-animation: slide-keyframes ease-in 0.5s;
  -moz-animation: slide-keyframes ease-in 0.5s;
  -o-animation: slide-keyframes ease-in 0.5s;
  animation: slide-keyframes ease-in 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.slide-down {
  -webkit-transform: translate(0, -50%) scale(1, 0);
  -moz-transform: translate(0, -50%) scale(1, 0);
  -o-transform: translate(0, -50%) scale(1, 0);
  -ms-transform: translate(0, -50%) scale(1, 0);
  transform: translate(0, -50%) scale(1, 0);
  margin-top: 1px;
}
.slide-down-left {
  -webkit-transform: translate(50%, -50%) scale(0);
  -moz-transform: translate(50%, -50%) scale(0);
  -o-transform: translate(50%, -50%) scale(0);
  -ms-transform: translate(50%, -50%) scale(0);
  transform: translate(50%, -50%) scale(0);
  margin-right: 1px;
}
.slide-left {
  -webkit-transform: translate(50%, 0px) scale(0, 1);
  -moz-transform: translate(50%, 0px) scale(0, 1);
  -o-transform: translate(50%, 0px) scale(0, 1);
  -ms-transform: translate(50%, 0px) scale(0, 1);
  transform: translate(50%, 0px) scale(0, 1);
  margin-right: 1px;
}
.slide-down-right {
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  margin-right: 1px;
}
.animation-delay {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.animation-faster {
  -webkit-animation-duration: 0.25s;
  -moz-animation-duration: 0.25s;
  -o-animation-duration: 0.25s;
  animation-duration: 0.25s;
}
@keyframes marquee {
  from {
    -webkit-transform: translateX(100%) ;
    -moz-transform: translateX(100%) ;
    -o-transform: translateX(100%) ;
    -ms-transform: translateX(100%) ;
    transform: translateX(100%) ;
  }
  to {
    -webkit-transform: translateX(-100%) ;
    -moz-transform: translateX(-100%) ;
    -o-transform: translateX(-100%) ;
    -ms-transform: translateX(-100%) ;
    transform: translateX(-100%) ;
  }
}
@-webkit-keyframes marquee {
  from {
    -webkit-transform: translateX(100%) ;
    -moz-transform: translateX(100%) ;
    -o-transform: translateX(100%) ;
    -ms-transform: translateX(100%) ;
    transform: translateX(100%) ;
  }
  to {
    -webkit-transform: translateX(-100%) ;
    -moz-transform: translateX(-100%) ;
    -o-transform: translateX(-100%) ;
    -ms-transform: translateX(-100%) ;
    transform: translateX(-100%) ;
  }
}
.marquee {
  -webkit-animation: marquee linear 0;
  animation: marquee linear 0;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  white-space: nowrap;
  display: inline-block;
}
@-webkit-keyframes loaderAnimation {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes loaderAnimation {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes touched {
  0% {
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    transform: rotate(-1deg);
    animation-timing-function: ease-in;
  }
  50% {
    -webkit-transform: rotate(1.5deg);
    -moz-transform: rotate(1.5deg);
    -o-transform: rotate(1.5deg);
    -ms-transform: rotate(1.5deg);
    transform: rotate(1.5deg);
    animation-timing-function: ease-out;
  }
}
@keyframes touched {
  0% {
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    transform: rotate(-1deg);
    animation-timing-function: ease-in;
  }
  50% {
    -webkit-transform: rotate(1.5deg);
    -moz-transform: rotate(1.5deg);
    -o-transform: rotate(1.5deg);
    -ms-transform: rotate(1.5deg);
    transform: rotate(1.5deg);
    animation-timing-function: ease-out;
  }
}
.touched {
  -webkit-animation: touched ease-in 1s;
  animation: touched ease-in 1s;
  animation: glow 1.5s infinite;
  -webkit-animation: glow 1.5s infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.pop-over-display {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 22;
  font-size: 13px;
  padding: 0 0 10px 0;
}
.pop-over-display > div {
  white-space: nowrap;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #FFF;
  padding: 10px;
  position: relative;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}
.pop-over-display > div:after {
  position: absolute;
  content: "";
  border-color: #FFF transparent transparent;
  border-width: 13px;
  border-style: solid;
  bottom: -26px;
  left: 10px;
}
.pop-over-display > div:before {
  position: absolute;
  content: "";
  border-color: rgba(0, 0, 0, 0.2) transparent transparent;
  border-width: 14px;
  border-style: solid;
  bottom: -28px;
  left: 9px;
}
.pop-over-display.top {
  margin: 0 0 0 0;
}
.pop-over-display.top > div:after {
  border-color: #FFF transparent transparent;
  bottom: -26px;
  top: auto;
}
.pop-over-display.top > div:before {
  border-color: rgba(0, 0, 0, 0.2) transparent transparent;
  bottom: -28px;
  top: auto;
}
.pop-over-display.bottom {
  margin: 15px 0 0 0;
}
.pop-over-display.bottom > div:after {
  border-color: transparent transparent #FFF transparent;
  top: -26px;
  bottom: auto;
}
.pop-over-display.bottom > div:before {
  border-color: transparent transparent rgba(0, 0, 0, 0.2) transparent;
  top: -28px;
  bottom: auto;
}
.pop-over-display.bottom.right-aligned > div:after,
.pop-over-display.top.right-aligned > div:after {
  left: auto;
  right: 10px;
}
.pop-over-display.bottom.right-aligned > div:before,
.pop-over-display.top.right-aligned > div:before {
  left: auto;
  right: 9px;
}
.pop-over-display.bottom.left-aligned > div:after,
.pop-over-display.top.left-aligned > div:after {
  right: auto;
  left: 10px;
}
.pop-over-display.bottom.left-aligned > div:before,
.pop-over-display.top.left-aligned > div:before {
  right: auto;
  left: 9px;
}
.pop-over-display.bottom.center-aligned > div:after,
.pop-over-display.top.center-aligned > div:after {
  right: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.pop-over-display.bottom.center-aligned > div:before,
.pop-over-display.top.center-aligned > div:before {
  right: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.pop-over-display.center {
  left: 50%;
  top: 50%;
  padding-bottom: 0;
  outline: 1px solid transparent;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pop-over-display.center > div:after,
.pop-over-display.center > div:before {
  border-width: 0;
}
.pop-over-display.right.top-aligned,
.pop-over-display.left.top-aligned {
  margin: 18px 0 0 0;
}
.pop-over-display.right.top-aligned > div:after,
.pop-over-display.left.top-aligned > div:after {
  bottom: 10px;
  top: auto;
}
.pop-over-display.right.top-aligned > div:before,
.pop-over-display.left.top-aligned > div:before {
  bottom: 9px;
  top: auto;
}
.pop-over-display.right.bottom-aligned,
.pop-over-display.left.bottom-aligned {
  margin: -32px 0 0 0;
}
.pop-over-display.right.bottom-aligned > div:after,
.pop-over-display.left.bottom-aligned > div:after {
  top: 10px;
  bottom: auto;
}
.pop-over-display.right.bottom-aligned > div:before,
.pop-over-display.left.bottom-aligned > div:before {
  top: 9px;
  bottom: auto;
}
.pop-over-display.right.middle-aligned > div:after,
.pop-over-display.left.middle-aligned > div:after {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  bottom: auto;
}
.pop-over-display.right.middle-aligned > div:before,
.pop-over-display.left.middle-aligned > div:before {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  bottom: auto;
}
.pop-over-display.right {
  padding: 0 0 0 13px;
}
.pop-over-display.right > div:after {
  border-color: transparent #FFF transparent transparent;
  right: auto;
  left: -26px;
}
.pop-over-display.right > div:before {
  border-color: transparent rgba(0, 0, 0, 0.2) transparent transparent;
  right: auto;
  left: -28px;
}
.pop-over-display.left {
  padding: 0 13px 0 0;
}
.pop-over-display.left > div:after {
  border-color: transparent transparent transparent #FFF;
  left: auto;
  right: -26px;
}
.pop-over-display.left > div:before {
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.2);
  left: auto;
  right: -28px;
}
div.pop-over-close {
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  font-size: 17px;
  padding: 5px;
  color: #999;
}
div.pop-over-close:hover {
  color: #666666;
}
.pop-over-button {
  display: inline-block;
  background: rgba(0, 0, 0, 0.1);
  padding: 4px 5px;
  margin-top: 8px;
  cursor: pointer;
}
.pop-over-button:hover {
  background: rgba(0, 0, 0, 0.2);
}
.pop-over-line {
  color: #000;
  display: block;
  padding-top: 8px;
}
.pop-over-line:first-child {
  padding-top: 0;
}
.pop-over-title {
  font-weight: bold;
  color: #666666;
  padding-bottom: 8px;
  display: block;
}
.pop-over-link {
  display: inline-block;
  color: #407ABF;
  cursor: pointer;
}
.pop-over-link:hover {
  text-decoration: underline;
}
.pop-over-title2 {
  font-weight: bold;
  color: #666666;
  padding: 6px 3px;
  background: #f0f0f0;
  display: block;
  margin-top: 8px;
}
.pop-over-table {
  width: 100%;
}
.pop-over-table tr td {
  padding: 0 3px 4px;
  background: #f0f0f0;
}
.userInput {
  border: 1px solid #adadad;
  background: #FFF;
  min-width: 450px;
  max-width: 600px;
  position: relative;
  font-size: 13px;
  padding-bottom: 2px;
  padding-left: 2px;
}
.userInput .user-input-icon {
  display: inline-block;
  width: 16px;
  height: 28px;
  margin-right: 2px;
  background-position: center;
  background-repeat: no-repeat;
}
.userInput input {
  padding: 0 5px;
  display: inline-block;
  background: #fff;
  border: 0;
  margin-top: 2px;
  min-width: 100px;
  line-height: 28px;
  vertical-align: middle;
  height: 28px;
}
.userInput input.invalid {
  color: red;
}
.userInput input::-webkit-input-placeholder {
  color: #999;
}
.userInput input::-moz-placeholder {
  color: #999;
}
.userInput input:-ms-input-placeholder {
  color: #999;
}
.userInput-proposal {
  position: absolute;
  overflow: auto;
  background: #fff;
  border: 1px solid #ccc;
  border-top: 0;
  max-height: 0;
  opacity: 0;
  -webkit-transition: max-height 0.2s linear, opacity 0.2s linear;
  -moz-transition: max-height 0.2s linear, opacity 0.2s linear;
  -o-transition: max-height 0.2s linear, opacity 0.2s linear;
  transition: max-height 0.2s linear, opacity 0.2s linear;
  z-index: 40;
}
.userInput-proposal.open {
  max-height: 350px;
  opacity: 1;
}
.userInput-proposal > div > div {
  line-height: 28px;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
}
.userInput-proposal > div > div.clickable {
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.userInput-proposal > div > div.clickable.selected {
  background: #eeeeee;
}
.userInput-proposal > div > div.clickable:hover {
  background: #dddddd;
}
.userInput-proposal > div > div > * {
  line-height: 28px;
  vertical-align: middle;
  display: inline-block;
}
.userInput-proposal.custom.no-text {
  overflow: hidden;
  height: 0;
}
.userInput-proposal-text {
  padding: 0 2px;
}
.userInput-proposal-icon {
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 2px;
}
.userInput .entry-container {
  display: inline;
}
.userInput .entry-container > * {
  display: inline;
}
.userInput.cut-height .entry-container {
  max-height: 90px;
  overflow: auto;
  display: block;
}
.userInput.cut-height input {
  width: 100%;
}
.userInput .entry {
  display: inline-block;
  margin-top: 2px;
  margin-right: 2px;
  padding-left: 5px;
  background: #eeeeee;
  white-space: nowrap;
  vertical-align: middle;
}
.userInput .entry .text {
  text-overflow: ellipsis;
  max-width: 250px;
  overflow: hidden;
}
.userInput .entry.invalid .text,
.userInput .entry.info .text {
  line-height: 17px;
  border-bottom: 1px solid #c00;
}
.userInput .entry span {
  display: inline-block;
  vertical-align: middle;
  line-height: 28px;
}
.userInput .entry .fa-times {
  font-size: inherit;
  width: 26px;
  height: 28px;
  line-height: 28px;
  color: #666666;
  margin-left: 2px;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.userInput .entry .fa-times:hover {
  color: #eeeeee;
  background: #666666;
}
.userInput-orga-container {
  position: relative;
  padding-right: 34px;
  display: inline-block;
}
.userInput-orga-container .userInput-orga-opener {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 34px;
  text-align: center;
  cursor: pointer;
  background-color: #FFF;
  -webkit-transition: background-color 0.25s ease 0s;
  -moz-transition: background-color 0.25s ease 0s;
  -o-transition: background-color 0.25s ease 0s;
  transition: background-color 0.25s ease 0s;
  border: solid 1px #adadad;
  border-left: 0  ;
}
.userInput-orga-container .userInput-orga-opener-inner {
  position: absolute;
  right: 0;
  left: 0;
  height: 34px;
  top: 50%;
  margin-top: -17px;
  z-index: 1;
}
.userInput-orga-container .userInput-orga-opener-inner > * {
  background: #666666;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 15px;
  left: 15px;
}
.userInput-orga-container .userInput-orga-opener-inner:before {
  content: "";
  background: #666666;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 15px;
  left: 9px;
  z-index: 2;
}
.userInput-orga-container .userInput-orga-opener-inner:after {
  content: "";
  background: #666666;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 21px;
  bottom: 15px;
  z-index: 2;
}
.userInput-orga-container .userInput-orga-opener:hover {
  background-color: #e6e6e6;
  cursor: pointer;
}
.userInput-orga-container .cubeTabPanel {
  border: 1px solid #CCC;
  height: 200px;
}
.userInput-orga-container .cubeTabPanel > .cubeTabPanelContentWidgetContainer {
  border: 0;
}
.quick-access-toolbar {
  position: relative;
  white-space: nowrap;
}
.quick-access-toolbar-outer {
  width: 100%;
}
.quick-access-toolbar .entries-outer {
  z-index: 22;
  height: 25px;
  border-bottom: solid 1px #bbbbbb;
  overflow: hidden;
}
.quick-access-toolbar .entries-inner {
  padding: 1px 24px 1px 1px;
  position: absolute;
}
.quick-access-toolbar .entries-inner > .cutted {
  display: none;
}
.quick-access-toolbar-entry-container .entry {
  display: inline-block;
  padding: 1px 0 1px 3px;
  border: 1px solid transparent;
  height: 18px;
  margin-left: 1px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.quick-access-toolbar-entry-container .entry:first-child {
  margin-left: 0;
}
.quick-access-toolbar-entry-container .entry.hidden {
  display: none;
}
.quick-access-toolbar-entry-container .entry.hide-text > .text {
  display: none;
}
.quick-access-toolbar-entry-container .entry.drop-down {
  padding-right: 15px;
  position: relative;
}
.quick-access-toolbar-entry-container .entry.drop-down .drop-down-container {
  position: absolute;
  z-index: 21;
  background: #FFF;
  border: 1px solid #CCC;
  padding: 2px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
  cursor: default;
  top: 23px;
  left: -1px;
}
.quick-access-toolbar-entry-container .entry.drop-down .drop-down-container > .entry {
  display: block;
  margin: 0;
  margin-top: 1px;
}
.quick-access-toolbar-entry-container .entry.drop-down .drop-down-container > .entry:first-child {
  margin-top: 0;
}
.quick-access-toolbar-entry-container .entry.drop-down .drop-down-container > .entry .text,
.quick-access-toolbar-entry-container .entry.drop-down .drop-down-container > .entry .image {
  display: inline-block;
}
.quick-access-toolbar-entry-container .entry.drop-down .drop-down-container > .entry.invalid {
  text-decoration: underline;
}
.quick-access-toolbar-entry-container .entry.drop-down:before {
  position: absolute;
  content: '';
  right: 6px;
  border: 3px solid;
  border-color: #000 transparent transparent transparent;
  top: 50%;
  margin-top: -2px;
}
.quick-access-toolbar-entry-container .entry.disabled {
  color: #999;
}
.quick-access-toolbar-entry-container .entry.disabled > .image > *,
.quick-access-toolbar-entry-container .entry.disabled:before {
  opacity: 0.5;
}
.quick-access-toolbar-entry-container .entry:not(.disabled) {
  cursor: pointer;
}
.quick-access-toolbar-entry-container .entry:not(.disabled):hover,
.quick-access-toolbar-entry-container .entry:not(.disabled).active,
.quick-access-toolbar-entry-container .entry:not(.disabled).open {
  border-color: #8bb6e9;
  background-color: #a1c4ed;
}
.quick-access-toolbar-entry-container .entry > .text,
.quick-access-toolbar-entry-container .entry > .image {
  display: inline-block;
  vertical-align: middle;
}
.quick-access-toolbar-entry-container .entry > .text {
  margin-right: 3px;
}
.quick-access-toolbar-entry-container .entry > .image > * {
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  color: #555;
  font-size: 16px;
  margin-right: 3px;
}
.quick-access-toolbar .expander {
  position: absolute;
  right: 0px;
  cursor: pointer;
  width: 25px;
  line-height: 24px;
  height: 24px;
  text-align: center;
  overflow: hidden;
  transition: all 0.3s ease-out;
  font-size: 14px;
  color: #666666;
  border-bottom: 0;
  z-index: 23;
  background: #FFF;
  border-left: 1px solid #CCC;
}
.quick-access-toolbar .expander:hover {
  color: #999;
}
.quick-access-toolbar .expander.open {
  color: #407ABF;
  background-color: #CCC;
}
.quick-access-toolbar-admin-mode {
  border-bottom: 1px solid #CCC;
  height: 25px;
  overflow: hidden;
  background-color: #f8f8f8;
  padding-left: 1px;
  transition: background 0.3s ease-out;
}
.quick-access-toolbar-admin-mode-place-holder {
  margin-top: 1px;
  position: absolute;
  padding: 2px 3px;
  color: #CCC;
  transition: all 0.3s ease-out;
  opacity: 0;
}
.quick-access-toolbar-admin-mode-place-holder.enabled {
  opacity: 1;
}
.quick-access-toolbar-admin-mode-settings {
  position: absolute;
  top: 0;
  right: 0;
  transition: opacity 0.3s ease-out;
  opacity: 0;
  white-space: nowrap;
}
.quick-access-toolbar-admin-mode-settings .fa {
  font-size: 16px;
  background: #fefefe;
  width: 25px;
  line-height: 24px;
  height: 24px;
  text-align: center;
  overflow: hidden;
  transition: all 0.3s ease-out;
  font-size: 14px;
  color: #666666;
}
.quick-access-toolbar-admin-mode-settings.enabled {
  opacity: 1;
}
.quick-access-toolbar-admin-mode-settings.enabled .fa:hover {
  color: #407ABF;
  cursor: pointer;
  background: #CCC;
}
.quick-access-toolbar-admin-mode .entry {
  margin-top: 1px;
  display: inline-block;
  text-decoration: none;
  padding: 1px 3px;
  position: relative;
  transition: all 0.3s ease-out;
  border: 1px solid transparent;
}
.quick-access-toolbar-admin-mode .entry.drop-down {
  padding-right: 15px;
  position: relative;
}
.quick-access-toolbar-admin-mode .entry.drop-down:before {
  position: absolute;
  content: '';
  right: 6px;
  border: 3px solid;
  border-color: #000 transparent transparent transparent;
  transition: all 0.3s ease-out;
  top: 50%;
  margin-top: -2px;
}
.quick-access-toolbar-admin-mode .entry > .remove-icon {
  transition: opacity 0.3s ease-out;
  color: #cc0000 ! important;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  margin-left: -8px;
  width: 16px;
  height: 16px;
  overflow: hidden;
  font-size: 16px;
}
.quick-access-toolbar-admin-mode .entry:not(.disabled):hover {
  cursor: pointer;
  animation: none;
  color: rgba(0, 0, 0, 0.1);
  border-color: #CCC;
}
.quick-access-toolbar-admin-mode .entry:not(.disabled):hover > .entry-image,
.quick-access-toolbar-admin-mode .entry:not(.disabled):hover:before {
  opacity: .1;
}
.quick-access-toolbar-admin-mode .entry:not(.disabled):hover > .remove-icon {
  opacity: 1;
}
.quick-access-toolbar-admin-mode .entry-text {
  display: inline-block;
  vertical-align: middle;
}
.quick-access-toolbar-admin-mode .entry-image {
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  color: #555;
  font-size: 16px;
  transition: opacity 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}
.quick-access-toolbar-admin-mode-drag-active .backgroundoverlay {
  display: none;
}
.quick-access-toolbar-admin-mode-drag-active.top-bar-backgroundoverlay .top-bar-outer,
.quick-access-toolbar-admin-mode-drag-active.top-bar-backgroundoverlay .top-bar {
  bottom: auto;
}
.quick-access-toolbar-admin-mode-drag-active .quick-access-toolbar-admin-mode .entry > *:not(.remove-icon),
.quick-access-toolbar-admin-mode-drag-active .quick-access-toolbar-admin-mode .entry:before {
  opacity: 0.075;
}
.quick-access-toolbar-admin-mode-drag-active .quick-access-toolbar-admin-mode .quick-access-toolbar-admin-mode-settings .fa {
  display: none;
}
.quick-access-toolbar-admin-mode-drag-active .quick-access-toolbar-admin-mode .quick-access-toolbar-admin-mode-place-holder {
  opacity: 1;
  color: #999;
}
.quick-access-toolbar-admin-mode-drag-active .quick-access-toolbar-admin-mode.drag-over {
  background-color: #cde3fe;
}
.expander-panel {
  white-space: nowrap;
  position: absolute;
  z-index: 21;
  background: #FFF;
  border: 1px solid #CCC;
  padding: 2px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
  top: 24px;
  right: -1px;
}
.expander-panel > .entry {
  display: block;
  margin: 0;
  margin-top: 1px;
}
.expander-panel > .entry:first-child {
  margin-top: 0;
}
.expander-panel > .entry .text,
.expander-panel > .entry .image {
  display: inline-block;
}
.expander-panel > .entry.invalid {
  text-decoration: underline;
}
.expander-panel .entry {
  padding: 1px 1px 1px 10px;
}
.expander-panel .entry.drop-down:before {
  right: auto;
  left: 0;
  border-color: transparent #000 transparent transparent;
}
.expander-panel .entry.drop-down .drop-down-container {
  -webkit-box-shadow: -3px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -3px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: -3px 0px 5px 0px rgba(0, 0, 0, 0.3);
  top: -4px;
  left: auto;
  right: calc(100% + 2px);
}
.collaboration-mode .cubeNavigationBar .cubeVerticalPanelEntry:not(.cubeVerticalPanelEntryFullSized):not(.div-panel-full-sized-entry) {
  display: none;
}
.collaboration-mode .cubeNavigationBar .cubeNavigationBarOverFlowContainer {
  border: none;
}
.chrome .three-state-checkbox .indeterminate .indeterminatePanel {
  top: 2px;
  right: 3px;
  bottom: 6px;
  left: 2px;
}
.ie .gwt-Button:focus,
.ie .gwt-PushButton:focus,
.ie .login-dialog .login-dialog-form-table button:focus {
  outline-color: #000;
}
.ie .glass-tab-selector .glass-tab-item {
  border-radius: 0 !important;
}
table[cellspacing="0"] {
  border-spacing: 0px;
}
table[cellspacing="1"] {
  border-spacing: 1px;
}
table[cellspacing="2"] {
  border-spacing: 2px;
}
table[cellspacing="3"] {
  border-spacing: 3px;
}
table[cellspacing="4"] {
  border-spacing: 4px;
}
table[cellspacing="5"] {
  border-spacing: 5px;
}
table[cellspacing="6"] {
  border-spacing: 6px;
}
table[cellspacing="7"] {
  border-spacing: 7px;
}
table[cellspacing="8"] {
  border-spacing: 8px;
}
table[cellspacing="9"] {
  border-spacing: 9px;
}
table[cellspacing="10"] {
  border-spacing: 10px;
}
html[dir='rtl'],
body[dir='rtl'] {
  /*//rtl bootstrap overrides ///////////////////////*/
}
html[dir='rtl'] .cubeNavigationBarTinyEnabled .tiny-navigationbar-container,
body[dir='rtl'] .cubeNavigationBarTinyEnabled .tiny-navigationbar-container {
  direction: ltr;
}
html[dir='rtl'] .cubeNavigationBarTinyEnabled .cubeTinyNavigationBar .cubeNavigationBarEntry .fa,
body[dir='rtl'] .cubeNavigationBarTinyEnabled .cubeTinyNavigationBar .cubeNavigationBarEntry .fa {
  margin: 4px 1px 5px 4px;
}
html[dir='rtl'] .cubeNavigationBarTinyEnabled.tiny-navigationbar-pinned .cubeTinyNavigationBar .cubeNavigationBarEntrySelected:after,
body[dir='rtl'] .cubeNavigationBarTinyEnabled.tiny-navigationbar-pinned .cubeTinyNavigationBar .cubeNavigationBarEntrySelected:after,
html[dir='rtl'] .cubeNavigationBarTinyEnabled.cubeNavigationBarModernStyle .cubeTinyNavigationBar .cubeNavigationBarEntrySelected:after,
body[dir='rtl'] .cubeNavigationBarTinyEnabled.cubeNavigationBarModernStyle .cubeTinyNavigationBar .cubeNavigationBarEntrySelected:after {
  right: auto;
  left: 0;
  -webkit-transform: translate(-1px, -50%);
  -moz-transform: translate(-1px, -50%);
  -o-transform: translate(-1px, -50%);
  -ms-transform: translate(-1px, -50%);
  transform: translate(-1px, -50%);
}
html[dir='rtl'] .widget-expander-corner-image-entry-container > img,
body[dir='rtl'] .widget-expander-corner-image-entry-container > img {
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
  -moz-transform: translate(-50%, -50%) scaleX(-1);
  -o-transform: translate(-50%, -50%) scaleX(-1);
  -ms-transform: translate(-50%, -50%) scaleX(-1);
  transform: translate(-50%, -50%) scaleX(-1);
}
html[dir='rtl'] .Cal_CellDayNames,
body[dir='rtl'] .Cal_CellDayNames {
  direction: rtl;
}
html[dir='rtl'] .gwt-TreeItem,
body[dir='rtl'] .gwt-TreeItem {
  direction: rtl;
}
html[dir='rtl'] .column-filter-outer,
body[dir='rtl'] .column-filter-outer {
  direction: rtl;
}
html[dir='rtl'] .grid-user-pic-container,
body[dir='rtl'] .grid-user-pic-container {
  direction: rtl;
}
html[dir='rtl'] .cube-Image16,
body[dir='rtl'] .cube-Image16,
html[dir='rtl'] .cube-Image32,
body[dir='rtl'] .cube-Image32,
html[dir='rtl'] .gwt-Image,
body[dir='rtl'] .gwt-Image {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
html[dir='rtl'] .grouprow .cell,
body[dir='rtl'] .grouprow .cell {
  direction: rtl;
}
html[dir='rtl'] .grouprow .hitlist-hierarchy-open,
body[dir='rtl'] .grouprow .hitlist-hierarchy-open,
html[dir='rtl'] .grouprow .hitlist-hierarchy-close,
body[dir='rtl'] .grouprow .hitlist-hierarchy-close {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
html[dir='rtl'] .gwt-TreeExpander,
body[dir='rtl'] .gwt-TreeExpander,
html[dir='rtl'] .cubecontextmenu-expander,
body[dir='rtl'] .cubecontextmenu-expander {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
html[dir='rtl'] .fa-caret-right,
body[dir='rtl'] .fa-caret-right,
html[dir='rtl'] .fa-caret-left,
body[dir='rtl'] .fa-caret-left {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
@media (min-width: 0) {
  html[dir='rtl'] .navbar-nav.navbar-right:last-child,
  body[dir='rtl'] .navbar-nav.navbar-right:last-child {
    margin-left: -15px;
    margin-right: initial !important;
  }
}
@media (min-width: 0) {
  html[dir='rtl'] .navbar-right,
  body[dir='rtl'] .navbar-right {
    float: left !important;
  }
}
@media (min-width: 0) {
  html[dir='rtl'] .navbar-right .dropdown-menu,
  body[dir='rtl'] .navbar-right .dropdown-menu {
    right: auto;
    left: 0;
  }
}
html[dir='rtl'] .caret,
body[dir='rtl'] .caret {
  margin-left: 0;
  margin-right: 2px;
}
.cubeVerticalOuterMainPanel {
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.cubeVerticalOuterMainPanel,
.cubeVerticalOuterMainPanel > .cubeVerticalPanelEntry {
  transition: all 0.5s linear 0s;
}
.navigationPanel {
  width: 100%;
  table-layout: fixed;
}
.navigationPanelTop {
  font-size: 1em;
  background-color: #f0f0f0;
  width: 100%;
  height: 33px;
}
.navigationPanelTop .navigationPlaceholder {
  font-size: 1px;
}
.navigationPanelTop > tbody > tr > td {
  border-bottom: 1px solid #CCC;
}
.navigationPanelTop > tbody > tr > td:nth-child(2) {
  border-bottom: 0;
}
.navigationPanelTop .navpanel {
  padding: 6px 1px 0 0;
}
.navigationPanelTop .navpanel .quicksearch-view-table {
  width: 300px;
}
.navigationPanelTop .collapseImage * {
  font-size: 10px;
  color: #666666;
}
.html5viewer-dropzone {
  background-color: #ffffff;
  color: #000000;
}
.top-bar {
  z-index: 21;
}
.top-bar,
.top-bar .top-bar-inner {
  position: relative;
}
.top-bar.ribbon-collapsed .navigationspaceParent {
  position: absolute;
  width: 100%;
}
.top-bar-outer {
  z-index: 21;
}
body:not(.top-bar-collapsed) .top-bar-tongue {
  display: none;
}
.navbar {
  min-height: 0;
}
.navbar-header {
  position: absolute;
  z-index: 1;
  background-color: #407ABF;
}
ul.navbar-nav {
  height: 30px;
  white-space: nowrap;
}
ul.navbar-nav > li {
  display: table-cell;
  float: none;
}
.navbar-default {
  width: 100%;
  border-width: 0 0 1px 0;
  margin-bottom: 0px;
  background-color: #407ABF;
  height: auto;
  border: 0;
  border-radius: 0;
  z-index: 5;
}
.navbar-default ul.navbar-nav > li > a {
  cursor: pointer;
  padding: 5px 10px;
  color: #fff;
  font-size: 120%;
}
.navbar-default ul.navbar-nav > li > a:hover {
  color: #8cafd9;
}
.navbar-default ul.navbar-nav > li > a .gwt-Label {
  display: inline;
}
.navbar-default .navbar-brand {
  padding: 5px;
  color: #fff;
  cursor: default;
}
.navbar-default .navbar-brand:hover {
  color: #fff;
}
.top-bar-docked > .navbar-default {
  background: #407abf;
}
.top-bar-inner {
  -webkit-transition: height 0.4s ease;
  -moz-transition: height 0.4s ease;
  -o-transition: height 0.4s ease;
  transition: height 0.4s ease;
  background-color: #fefefe;
}
.top-bar-tongue {
  text-align: center;
  cursor: pointer;
  color: #fff;
  font-size: 80%;
  width: 100px;
  position: absolute;
  right: 50%;
  margin-right: -50px;
  height: 12px;
  overflow: hidden;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.top-bar-tongue-inner {
  position: absolute;
  top: 0;
  z-index: -1;
  background: transparent;
  border-style: solid;
  border-color: #407ABF transparent transparent transparent;
  border-width: 12px;
  width: 100%;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #fff;
}
.top-bar:hover .top-bar-tongue,
.top-bar-docked .top-bar-tongue,
.top-bar-overlay .top-bar-tongue {
  opacity: 0.3;
}
.top-bar-docked .top-bar-inner,
.top-bar-overlay .top-bar-inner {
  overflow: visible;
}
.top-bar .dropdown-menu {
  background: rgba(255, 255, 255, 0.8);
}
.navigationPanel-hidden .navigationPanelTop {
  display: none;
}
.top-bar-overlay-widget {
  position: absolute;
  top: 30px;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 21;
  overflow-y: auto;
}
.top-bar-overlay-widget-inner {
  display: inline-block;
}
.top-bar nav {
  min-width: 200px;
}
body.top-bar-collapsed .top-bar-outer {
  height: 2px;
}
body.top-bar-collapsed:not(.top-bar-backgroundoverlay) .top-bar .top-bar-inner {
  -webkit-transition: max-height 0.7s ease;
  -moz-transition: max-height 0.7s ease;
  -o-transition: max-height 0.7s ease;
  transition: max-height 0.7s ease;
  -webkit-transition: height 0.7s ease;
  -moz-transition: height 0.7s ease;
  -o-transition: height 0.7s ease;
  transition: height 0.7s ease;
  height: 2px;
  max-height: 2px;
  overflow: hidden;
}
body.top-bar-collapsed:not(.top-bar-backgroundoverlay) .top-bar:hover .top-bar-inner {
  height: 100%;
  max-height: 1000px;
}
.top-bar-backgroundoverlay .top-bar-outer {
  position: static;
}
.top-bar-backgroundoverlay .top-bar {
  position: static;
}
.top-bar-backgroundoverlay .top-bar .backgroundoverlay {
  z-index: 1;
}
.top-bar-backgroundoverlay .backgroundoverlay-ribbon .top-bar-inner {
  z-index: 4;
}
.top-bar-backgroundoverlay .backgroundoverlay-ribbon .top-bar-tongue {
  margin-top: 85px;
  z-index: 4;
}
.top-bar-backgroundoverlay .backgroundoverlay-ribbon .backgroundoverlay {
  z-index: 3;
}
.dropdown-menu > li > a {
  cursor: pointer;
}
.dropdown-menu > li > a:hover {
  color: #000 !important;
  background-color: #d0e1f6 !important;
}
.dropdown-menu > li > a:focus {
  color: #000000 !important;
  background-color: #a1c4ed !important;
}
.topbar-entry-hidden {
  width: 0;
  max-width: 0;
  white-space: nowrap;
  overflow: hidden;
}
.toolbox-mode-label {
  background: #FFF;
  color: #B74040;
  margin-left: 5px;
  display: inline-block;
  height: 23px;
  line-height: 23px;
  vertical-align: top;
  padding: 0 6px;
  font-size: 13px;
  -webkit-box-shadow: 0px 0px 2px #407abf inset;
  -moz-box-shadow: 0px 0px 2px #407abf inset;
  box-shadow: 0px 0px 2px #407abf inset;
}
.toolbox-mode-label.fa:before {
  padding-right: 4px;
}
.layout-container {
  /* copied from bootstrap styles */
  display: block;
  padding: 0 20px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  line-height: 1;
  margin-left: -3px;
  position: relative;
  cursor: default;
}
.layout-container-inner {
  position: absolute;
  background: red;
  white-space: nowrap;
  padding: 7px 0 0 3px;
  -lh-property: 0;
right:-webkit-calc(100% - 3px);
right:-moz-calc(100% - 3px);
right:calc(100% - 3px);
;
  top: -10px;
  background: rgba(255, 255, 255, 0.8);
  height: 34px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 0  ;
  border-radius: 4px 0 0 4px;
}
.layout-container-inner > * {
  width: 18px;
  height: 18px;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.25);
  margin-left: 2px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.layout-container-inner > *:before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: -7px;
  border: 5px solid;
  border-color: #CCC transparent transparent transparent;
  width: 10px;
  height: 10px;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  opacity: 0;
}
.layout-container-inner > *:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: -7px;
  border: 5px solid;
  border-color: transparent transparent #CCC transparent;
  width: 10px;
  height: 10px;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  opacity: 0;
}
.layout-container-inner > *:hover:before,
.layout-container-inner > *:hover:after {
  opacity: 1;
}
.cube-carousel .carousel-control,
.groups-carousel .carousel-control {
  width: 23px;
  position: absolute;
  color: #FFFFFF;
  background-image: none;
  background-color: rgba(64, 122, 191, 0.8);
  margin-top: -5px;
}
.cube-carousel .carousel-control .left:hover,
.groups-carousel .carousel-control .left:hover {
  background-color: rgba(64, 122, 191, 0.9);
}
.cube-carousel .carousel-control .right:hover,
.groups-carousel .carousel-control .right:hover {
  background-color: rgba(64, 122, 191, 0.9);
}
.cube-carousel-scroller {
  position: relative;
  left: 0;
  top: 0;
  transition: left 0.6s ease-in-out 0s;
  text-align: left ;
  white-space: nowrap;
}
.cube-carousel {
  position: relative;
  overflow: hidden;
}
.carousel-group-label {
  background-color: #F0F2F5;
  color: #1E395B;
  font-size: larger;
}
.carousel-group-items > .button-outerdiv {
  width: 100px;
}
.carousel-group-items > .button-outerdiv > div {
  text-overflow: ellipsis;
  overflow: hidden;
}
.carousel-group-items > .button-outerdiv > img {
  display: inline;
}
.carousel-group-items,
.carousel-group-items-active {
  display: block;
  text-align: left ;
}
.carousel-group-items > .btn,
.carousel-group-items-active > .btn {
  border: none;
}
.carousel-group-items > .btn:hover,
.carousel-group-items-active > .btn:hover,
.carousel-group-items > .btn:active,
.carousel-group-items-active > .btn:active {
  background-color: #a1c4ed;
}
.carousel-inner {
  padding-bottom: 5px;
}
.carousel-inner .groupicon32 {
  vertical-align: top;
}
.carousel-inner .groupicon32:hover {
  color: #000 !important;
  background-color: #d0e1f6 !important;
}
.carousel-inner .groupicon32:focus {
  color: #000000 !important;
  background-color: #a1c4ed !important;
}
.carousel-inner .groupicon32 .itemText {
  width: 120px;
  max-width: 120px;
}
.carousel-inner .groupicon32-hover {
  border-color: transparent !important;
  background-color: transparent !important;
}
.carousel-inner .groupicon32:hover {
  border-color: #8bb6e9 !important;
}
.carousel-inner > .item {
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 5px;
  padding-top: 5px;
}
@media (min-width: 970px) {
  .carousel-inner > .item {
    display: block ! important;
    transition: none;
  }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0;
  }
  .carousel-inner > .active.left {
    left: auto;
  }
  .carousel-inner > .active.right {
    left: auto;
    right: auto;
  }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: static;
    top: auto;
    width: auto;
    left: auto;
  }
  .carousel-control {
    display: none ! important;
  }
  .carousel-group-items,
  .carousel-group-items-active {
    text-align: left ;
  }
  .carousel-group-label {
    margin-left: 0;
    margin-right: 0;
  }
}
.groups-carousel {
  background: rgba(255, 255, 255, 0.8);
  color: #000000;
  text-align: left ;
  -webkit-box-shadow: 0px 1px 10px rgba(20, 20, 20, 0.5);
  -moz-box-shadow: 0px 1px 10px rgba(20, 20, 20, 0.5);
  box-shadow: 0px 1px 10px rgba(20, 20, 20, 0.5);
  border-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 20px;
  margin-right: 20px;
}
.groups-carousel .carousel-group-label {
  background-color: #F0F2F5;
  color: #1E395B;
}
.groups-carousel .left {
  left: -15px;
}
.groups-carousel .left > span {
  left: 2px;
}
.groups-carousel .right {
  right: -15px;
}
.groups-carousel .right > span {
  right: 2px;
}
.groups-carousel .row,
.groups-carousel .col-md-12 {
  padding-right: 0;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
}
.task-graph-view {
  position: relative;
  font-size: 13px;
  line-height: 16px;
  cursor: default;
}
.task-graph-view .backgroundtitle {
  margin: 10px;
  margin-top: 0;
  font-size: 2.4em;
  line-height: 2.4em;
  font-weight: 500;
  color: #cccccc;
  opacity: .8;
  position: absolute;
}
.task-graph-view .intermediate_point {
  position: absolute;
  cursor: default;
  z-index: 8;
  width: 1px;
  height: 1px;
}
.task-graph-view .tasknode {
  position: absolute;
  cursor: default;
  z-index: 8;
  opacity: 0.9;
}
.task-graph-view .tasknode .tasknode-inner {
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid #333333;
  overflow: hidden;
  border-radius: 12px;
  background: transparent;
  background: linear-gradient(#fafafa, #f0f0f0);
  padding: 0 4px 0 4px;
}
.task-graph-view .tasknode .tasknode-inner > * {
  max-width: 100%;
}
.task-graph-view .tasknode .tasknode-inner .task-title {
  text-align: center;
  color: #000;
  white-space: pre-wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 48px;
}
.task-graph-view .tasknode .tasknode-inner:after {
  content: '';
  display: block;
  width: 1px;
  height: 17px;
}
.task-graph-view .tasknode.element_selected .tasknode-inner {
  outline: 1px solid lightgreen;
  border-style: dashed;
}
.task-graph-view .tasknode .node-header {
  -webkit-align-self: stretch;
  align-self: stretch;
  color: #666666;
  margin-top: 4px;
  line-height: .8em;
  white-space: nowrap;
}
.task-graph-view .tasknode .node-header .node-symbol {
  display: inline;
  font-size: .2in;
  float: left ;
  min-width: 0.23in;
  width: 0.23in;
  height: 0.23in;
  background-color: transparent;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  opacity: 0.75;
}
.task-graph-view .tasknode .node-header .task-receiver {
  display: block;
  font-size: 11px;
  height: 22px;
  line-height: 13px;
  white-space: nowrap;
}
.task-graph-view .tasknode .node-header .task-receiver .node-symbol {
  background-image: url(../images/taskgraph/workbasket2.svg) ! important;
  display: block;
}
.task-graph-view .tasknode .node-header .task-receiver .name {
  margin-left: 1px;
  display: block;
  padding-right: 3px;
  white-space: pre-line;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 26px;
}
.task-graph-view .tasknode .node-header .task-receiver[from-allowed] .node-symbol {
  background-image: url(../images/taskgraph/workbasket2-dashed.svg) ! important;
}
.task-graph-view .tasknode[data-node-type="human_task"] .node-header .node-symbol {
  background-image: url(../images/taskgraph/person.svg);
}
.task-graph-view .tasknode[data-node-type="statechart"] .node-header .node-symbol {
  background-image: url(../images/taskgraph/statechart.svg);
}
.task-graph-view .tasknode[data-node-type="dependency"] .node-header .node-symbol {
  background-image: url(../images/taskgraph/dependencychart.svg);
}
.task-graph-view .tasknode[data-node-type="agent"] .node-header .node-symbol {
  background-image: url(../images/taskgraph/cogwheels.svg);
}
.task-graph-view .tasknode[data-node-type="agent"] .node-header .task-receiver .node-symbol {
  display: none;
}
.task-graph-view .tasknode[data-node-type="referenced"] .node-header .node-symbol {
  background-image: url(../images/taskgraph/referenced.svg);
}
.task-graph-view .tasknode[data-node-type="bpmn2"] .node-header .node-symbol {
  background-image: url(../images/taskgraph/person.svg);
}
.task-graph-view .tasknode .duration {
  color: #666666;
  position: absolute;
  left: 8px;
  bottom: 2px;
  font-size: 10px;
  line-height: 10px;
  -lh-property: 0;
width:-webkit-calc(100% -@durationPaddingLeft*2);
width:-moz-calc(100% -@durationPaddingLeft*2);
width:calc(100% -@durationPaddingLeft*2);
;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 20px;
  min-height: 21px;
}
.task-graph-view .tasknode .decision-definitions {
  background-image: url(../images/taskgraph/decisionsign.svg);
  background-color: transparent;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: .23in;
  height: .23in;
  position: absolute;
  right: 4px;
  bottom: 4px;
  opacity: 0.75;
}
.task-graph-view .tasknode .status-display {
  display: none;
  background: linear-gradient(#fcfcfc, #f7f7f7);
  border: 1px solid #333333;
  border-radius: 100%;
  width: .31in;
  height: .31in;
  position: absolute;
  top: 0;
  left: 100%;
  -webkit-transform: translate(-50%, -50%) ;
  -moz-transform: translate(-50%, -50%) ;
  -o-transform: translate(-50%, -50%) ;
  -ms-transform: translate(-50%, -50%) ;
  transform: translate(-50%, -50%) ;
  text-align: center;
  color: #666666;
  font-size: .25in;
}
.task-graph-view .tasknode[data-status="active"] .status-display,
.task-graph-view .tasknode[data-status="waiting_for_subtask_completion"] .status-display,
.task-graph-view .tasknode[data-status="ready"] .status-display,
.task-graph-view .tasknode[data-status="ignored"] .status-display,
.task-graph-view .tasknode[data-status="skipped"] .status-display {
  background: linear-gradient(#FEF7A2, #FEDB86);
}
.task-graph-view .tasknode[data-status="completed"] .status-display {
  background: linear-gradient(#D0F6E2, #A4F0C5);
}
.task-graph-view .tasknode[data-status="ready_with_missing_receiver"] .status-display,
.task-graph-view .tasknode[data-status="not_executable_completed"] .status-display,
.task-graph-view .tasknode[data-status="canceled"] .status-display,
.task-graph-view .tasknode[data-status="agent_failed"] .status-display,
.task-graph-view .tasknode[data-status="completed_with_error"] .status-display,
.task-graph-view .tasknode[data-status="not_executable"] .status-display {
  background: linear-gradient(#FECACA, #FE8D8D);
}
.task-graph-view .tasknode[data-status] .status-display {
  display: inline-block;
}
.task-graph-view .tasknode[data-status] .status-display > .icon {
  width: .23in;
  height: .23in;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) ;
  -moz-transform: translate(-50%, -50%) ;
  -o-transform: translate(-50%, -50%) ;
  -ms-transform: translate(-50%, -50%) ;
  transform: translate(-50%, -50%) ;
  background-color: transparent;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  opacity: 0.75;
}
.task-graph-view .tasknode[data-status="active"] .status-display > .icon {
  background-image: url(../images/taskgraph/status_active.svg);
}
.task-graph-view .tasknode[data-status="disabled"] .status-display > .icon {
  background-image: url(../images/taskgraph/status_disabled.svg);
}
.task-graph-view .tasknode[data-status="waiting"] .status-display > .icon {
  background-image: url(../images/taskgraph/status_waiting.svg);
}
.task-graph-view .tasknode[data-status="ready"] .status-display > .icon {
  background-image: url(../images/taskgraph/status_ready.svg);
}
.task-graph-view .tasknode[data-status="ready_with_missing_receiver"] .status-display > .icon {
  background-image: url(../images/taskgraph/status_ready_with_missing_receiver.svg);
}
.task-graph-view .tasknode[data-status="waiting_for_subtask_completion"] .status-display > .icon {
  background-image: url(../images/taskgraph/status_waiting_for_subtask_completion.svg);
}
.task-graph-view .tasknode[data-status="agent_failed"] .status-display > .icon {
  background-image: url(../images/taskgraph/status_agent_failed.svg);
}
.task-graph-view .tasknode[data-status="completed"] .status-display > .icon {
  background-image: url(../images/taskgraph/status_completed.svg);
}
.task-graph-view .tasknode[data-status="completed_with_error"] .status-display > .icon {
  background-image: url(../images/taskgraph/status_completed_with_error.svg);
}
.task-graph-view .tasknode[data-status="canceled"] .status-display > .icon {
  background-image: url(../images/taskgraph/status_canceled.svg);
}
.task-graph-view .tasknode[data-status="skipped"] .status-display > .icon {
  background-image: url(../images/taskgraph/status_skipped.svg);
}
.task-graph-view .tasknode[data-status="not_executable"] .status-display > .icon {
  background-image: url(../images/taskgraph/status_not_executable.svg);
}
.task-graph-view .tasknode[data-status="ignored"] .status-display > .icon {
  background-image: url(../images/taskgraph/status_ignored.svg);
}
.task-graph-view .tasknode[data-status="not_executable_completed"] .status-display > .icon {
  background-image: url(../images/taskgraph/status_not_executable_completed.svg);
}
.task-graph-view .tasknode .reference-mark {
  opacity: 0;
  color: #666666;
  cursor: default;
  text-align: center;
  padding: 0in .03in;
  border: 1px solid #666666;
  border-bottom: none;
  -webkit-transform: translate(-50%, -100%) ;
  -moz-transform: translate(-50%, -100%) ;
  -o-transform: translate(-50%, -100%) ;
  -ms-transform: translate(-50%, -100%) ;
  transform: translate(-50%, -100%) ;
  position: absolute;
  left: 50%;
}
.task-graph-view .tasknode[data-node-type="statechart"] > .reference-mark,
.task-graph-view .tasknode[data-node-type="dependency"] > .reference-mark {
  opacity: 0.75;
}
.task-graph-view .tasknode[data-node-type="statechart"] > .reference-mark ~ .duration,
.task-graph-view .tasknode[data-node-type="dependency"] > .reference-mark ~ .duration {
  -lh-property: 0;
width:-webkit-calc(50% - 17px);
width:-moz-calc(50% - 17px);
width:calc(50% - 17px);
;
}
.task-graph-view svg.state_transition_arrow path {
  stroke: #333333;
  stroke-width: 1px;
  fill: #333333;
}
.task-graph-view[data-diagram-type="dependency"] svg.state_transition_arrow path[fill="none"] {
  stroke-dasharray: 6, 3;
}
.task-graph-view .state_endpoint svg * {
  opacity: 0;
}
.task-graph-view .state_endpoint.transition_active svg * {
  stroke: #333333;
  stroke-width: 1px;
  fill: red;
}
.task-graph-view .jsplumb-drag-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.task-graph-view .jsplumb-connector {
  z-index: 4;
}
.task-graph-view .jsplumb-endpoint {
  z-index: 16;
}
.task-graph-view .jsplumb-overlay {
  color: #666666;
  font-size: 12px;
  line-height: 16px;
  opacity: .8;
  z-index: 8;
  white-space: pre-line;
  width: 114px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 48px;
}
.task-graph-view .jsplumb-overlay.pos-east {
  -webkit-transform: translate(-50%, -100%) !important;
  -moz-transform: translate(-50%, -100%) !important;
  -o-transform: translate(-50%, -100%) !important;
  -ms-transform: translate(-50%, -100%) !important;
  transform: translate(-50%, -100%) !important;
  padding-bottom: 7.5px;
  text-align: left;
  padding-left: 5px;
}
.task-graph-view .jsplumb-overlay.pos-west {
  -webkit-transform: translate(-50%, -100%) !important;
  -moz-transform: translate(-50%, -100%) !important;
  -o-transform: translate(-50%, -100%) !important;
  -ms-transform: translate(-50%, -100%) !important;
  transform: translate(-50%, -100%) !important;
  padding-bottom: 7.5px;
  text-align: left;
  text-align: right;
  padding-right: 5px;
}
.task-graph-view .jsplumb-overlay.pos-south-east {
  -webkit-transform: translate(0%, -100%) !important;
  -moz-transform: translate(0%, -100%) !important;
  -o-transform: translate(0%, -100%) !important;
  -ms-transform: translate(0%, -100%) !important;
  transform: translate(0%, -100%) !important;
  padding-left: 5px;
  padding-bottom: 5px;
  text-align: left;
}
.task-graph-view .jsplumb-overlay.pos-south-west {
  -webkit-transform: translate(-100%, -100%) !important;
  -moz-transform: translate(-100%, -100%) !important;
  -o-transform: translate(-100%, -100%) !important;
  -ms-transform: translate(-100%, -100%) !important;
  transform: translate(-100%, -100%) !important;
  padding-right: 5px;
  padding-bottom: 5px;
  text-align: right;
}
.task-graph-view .jsplumb-overlay.pos-north-west {
  -webkit-transform: translate(0%, -100%) !important;
  -moz-transform: translate(0%, -100%) !important;
  -o-transform: translate(0%, -100%) !important;
  -ms-transform: translate(0%, -100%) !important;
  transform: translate(0%, -100%) !important;
  padding-left: 5px;
  padding-bottom: 5px;
  text-align: left;
}
.task-graph-view .jsplumb-overlay.pos-south {
  -webkit-transform: translate(0%, -50%) !important;
  -moz-transform: translate(0%, -50%) !important;
  -o-transform: translate(0%, -50%) !important;
  -ms-transform: translate(0%, -50%) !important;
  transform: translate(0%, -50%) !important;
  padding-left: 5px;
  text-align: left;
}
.task-graph-view .jsplumb-overlay.pos-north {
  -webkit-transform: translate(-100%, -50%) !important;
  -moz-transform: translate(-100%, -50%) !important;
  -o-transform: translate(-100%, -50%) !important;
  -ms-transform: translate(-100%, -50%) !important;
  transform: translate(-100%, -50%) !important;
  padding-right: 5px;
  text-align: right;
}
.task-graph-view .jsplumb-overlay.pos-north-east {
  -webkit-transform: translate(-100%, -100%) !important;
  -moz-transform: translate(-100%, -100%) !important;
  -o-transform: translate(-100%, -100%) !important;
  -ms-transform: translate(-100%, -100%) !important;
  transform: translate(-100%, -100%) !important;
  padding-right: 5px;
  padding-bottom: 5px;
  text-align: right;
}
html[dir='rtl'] .rating-widget,
html[dir='rtl'] .rating-display {
  direction: rtl;
}
.rating-display {
  display: inline-block;
  vertical-align: middle;
}
.stars-widget {
  display: inline-block;
  position: absolute;
  text-align: center;
  top: 31px;
}
.stars-widget .rating-display {
  vertical-align: middle;
}
.stars-widget .rating-display.interactive .rating {
  background-image: url(../images/rating/star-blue.svg);
}
.ratings-listing-overview {
  text-align: center;
  width: 192px;
  height: 100%;
}
.ratings-listing-overview .ratings-overview {
  margin: 16px;
}
.ratings-listing-overview .ratings-overview .show-all-ratings {
  margin-top: 16px;
}
.ratings-listing-overview .ratings-overview .show-all-ratings::before {
  display: inline ! important;
}
.rating-widget,
.rating-display {
  cursor: default;
  background-color: transparent;
  background-image: url(../images/rating/star-grey.svg);
  background-repeat: repeat-x;
  background-size: 16px;
  height: 16px;
  width: 80px;
  text-align: left ;
}
.rating-widget .rating,
.rating-display .rating {
  width: 0;
  height: 16px;
  overflow: hidden;
  background-image: url(../images/rating/star-gold.svg);
  background-repeat: repeat-x;
  background-size: 16px;
  background-position: left top;
}
.rating-widget.big-stars,
.rating-display.big-stars {
  height: 24px;
  width: 120px;
  background-size: 24px;
}
.rating-widget.big-stars .rating,
.rating-display.big-stars .rating {
  height: 24px;
  width: 120px;
  background-size: 24px;
}
.rating-widget.very-big-stars,
.rating-display.very-big-stars {
  height: 32px;
  width: 160px;
  background-size: 32px;
}
.rating-widget.very-big-stars .rating,
.rating-display.very-big-stars .rating {
  height: 32px;
  width: 160px;
  background-size: 32px;
}
.average-stars-widget .contextLabel,
.average-stars-widget .rating {
  cursor: default;
}
.zero-ratings {
  opacity: .5;
}
.ratings-overview {
  text-align: center;
  cursor: default;
}
.ratings-overview > div {
  margin-bottom: 14px;
}
.ratings-overview > div.show-all-ratings {
  margin-bottom: 4px;
  width: 160px;
  height: 34px;
  position: relative;
}
.ratings-overview > div.show-all-ratings > span {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  white-space: pre-wrap;
}
.ratings-overview > div.show-all-ratings::before {
  content: " ";
  display: inline-block;
  height: 100%;
  width: 1%;
  vertical-align: middle;
}
.ratings-overview .ratings-table {
  display: table;
}
.ratings-overview .ratings-table > div {
  display: table-row;
}
.ratings-overview .ratings-table > div:not(.disabled) {
  cursor: pointer;
}
.ratings-overview .ratings-table > div:not(.disabled) > span {
  color: #407ABF;
}
.ratings-overview .ratings-table > div:not(.disabled):hover > span {
  color: #D64D29;
  text-decoration: underline;
}
.ratings-overview .ratings-table > div.disabled {
  cursor: default;
}
.ratings-overview .ratings-table > div > span {
  text-align: left ;
  display: table-cell;
  margin: 0 1em;
}
.ratings-overview .ratings-table > div .ratings-bar {
  width: 80px;
  height: 16px;
  vertical-align: middle;
  background-color: #eeeeee;
  background: linear-gradient(#eeeeee, #fbfbfb);
  display: inline-block;
  text-align: left ;
}
.ratings-overview .ratings-table > div .ratings-bar span {
  width: 0;
  height: 16px;
  display: inline-block;
  background-color: #febc52;
  background: linear-gradient(#ffe3b7, #febc52);
  outline: 1px transparent;
}
.ratings-overview .ratings-table > div .ratings-bar span.animated-growth {
  -webkit-transition: width 0.4s ease-in-out;
  -moz-transition: width 0.4s ease-in-out;
  -o-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}
.ratings-overview .ratings-table.loading-animation > .ratings-row > .stars-label,
.ratings-overview .ratings-table.loading-animation > .ratings-row > .num-ratings {
  opacity: .4;
}
.ratings-overview .ratings-table.loading-animation > .ratings-row > .ratings-bar span {
  width: 100%;
  height: 13px;
  opacity: 0.9;
  vertical-align: middle;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  background: linear-gradient(#cccccc, #d9d9d9, #cccccc);
  -webkit-animation: running-lights 1.2s ease-in-out 0s infinite;
  -moz-animation: running-lights 1.2s ease-in-out 0s infinite;
  -o-animation: running-lights 1.2s ease-in-out 0s infinite;
  animation: running-lights 1.2s ease-in-out 0s infinite;
  -webkit-animation-fill-mode: none;
  -moz-animation-fill-mode: none;
  -o-animation-fill-mode: none;
  animation-fill-mode: none;
}
.ratings-overview .ratings-table.loading-animation > .ratings-row:nth-child(2) .ratings-bar span {
  -webkit-animation-delay: -1.1s;
  -moz-animation-delay: -1.1s;
  -o-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.ratings-overview .ratings-table.loading-animation > .ratings-row:nth-child(3) .ratings-bar span {
  -webkit-animation-delay: -1s;
  -moz-animation-delay: -1s;
  -o-animation-delay: -1s;
  animation-delay: -1s;
}
.ratings-overview .ratings-table.loading-animation > .ratings-row:nth-child(4) .ratings-bar span {
  -webkit-animation-delay: -0.9s;
  -moz-animation-delay: -0.9s;
  -o-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.ratings-overview .ratings-table.loading-animation > .ratings-row:nth-child(5) .ratings-bar span {
  -webkit-animation-delay: -0.8s;
  -moz-animation-delay: -0.8s;
  -o-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@keyframes running-lights {
  0% {
    opacity: 0.9;
    -webkit-transform: scaleX(0.7);
    -moz-transform: scaleX(0.7);
    -o-transform: scaleX(0.7);
    -ms-transform: scaleX(0.7);
    transform: scaleX(0.7);
  }
  20% {
    opacity: 0.3;
    -webkit-transform: scaleX(0.333);
    -moz-transform: scaleX(0.333);
    -o-transform: scaleX(0.333);
    -ms-transform: scaleX(0.333);
    transform: scaleX(0.333);
  }
  40% {
    opacity: 0.9;
    -webkit-transform: scaleX(0.7);
    -moz-transform: scaleX(0.7);
    -o-transform: scaleX(0.7);
    -ms-transform: scaleX(0.7);
    transform: scaleX(0.7);
  }
  100% {
    opacity: 0.9;
    -webkit-transform: scaleX(0.7);
    -moz-transform: scaleX(0.7);
    -o-transform: scaleX(0.7);
    -ms-transform: scaleX(0.7);
    transform: scaleX(0.7);
  }
}
.ratings-overview .show-all-ratings {
  text-align: center;
  cursor: pointer;
  color: #407ABF;
}
.ratings-overview .show-all-ratings:hover {
  color: #D64D29;
  text-decoration: underline;
}
.ratings-overview .loading-animation-dots {
  display: block ! important;
  width: 40%;
  height: 16px;
  -webkit-transform: translate(-50%, -50%) ;
  -moz-transform: translate(-50%, -50%) ;
  -o-transform: translate(-50%, -50%) ;
  -ms-transform: translate(-50%, -50%) ;
  transform: translate(-50%, -50%) ;
  position: absolute;
  top: 1em;
  left: 50%;
  text-align: left ;
}
.ratings-overview .loading-animation-dots span {
  background: #222;
  border-radius: 3px ! important;
  position: absolute;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0 0 20%;
  -webkit-animation: loading 1.2s ease-in-out -0.6s infinite alternate;
  -moz-animation: loading 1.2s ease-in-out -0.6s infinite alternate;
  -o-animation: loading 1.2s ease-in-out -0.6s infinite alternate;
  animation: loading 1.2s ease-in-out -0.6s infinite alternate;
  -webkit-animation-fill-mode: none;
  -moz-animation-fill-mode: none;
  -o-animation-fill-mode: none;
  animation-fill-mode: none;
  opacity: 0;
}
.ratings-overview .loading-animation-dots span:nth-child(2) {
  -webkit-animation: loading 1.2s ease-in-out -0.4s infinite alternate;
  -moz-animation: loading 1.2s ease-in-out -0.4s infinite alternate;
  -o-animation: loading 1.2s ease-in-out -0.4s infinite alternate;
  animation: loading 1.2s ease-in-out -0.4s infinite alternate;
  margin-left: 40%;
}
.ratings-overview .loading-animation-dots span:nth-child(3) {
  -webkit-animation: loading 1.2s ease-in-out -0.2s infinite alternate;
  -moz-animation: loading 1.2s ease-in-out -0.2s infinite alternate;
  -o-animation: loading 1.2s ease-in-out -0.2s infinite alternate;
  animation: loading 1.2s ease-in-out -0.2s infinite alternate;
  margin-left: 60%;
}
.ratings-overview .loading-animation-dots span:nth-child(4) {
  -webkit-animation: loading 1.2s ease-in-out 0s infinite alternate;
  -moz-animation: loading 1.2s ease-in-out 0s infinite alternate;
  -o-animation: loading 1.2s ease-in-out 0s infinite alternate;
  animation: loading 1.2s ease-in-out 0s infinite alternate;
  margin-left: 80%;
}
@-webkit-keyframes loading {
  from {
    opacity: 0;
    margin-left: 10%;
  }
  50% {
    opacity: .8;
    margin-left: 50%;
  }
  to {
    opacity: 0;
    margin-left: 90%;
  }
}
@keyframes loading {
  from {
    opacity: 0;
    margin-left: 10%;
  }
  50% {
    opacity: .8;
    margin-left: 50%;
  }
  to {
    opacity: 0;
    margin-left: 90%;
  }
}
/*! gridster.js - v0.6.10 - 2016-01-19 - * https://dsmorse.github.io/gridster.js/ - Copyright (c) 2016 ducksboard; Licensed MIT */
.gridster {
  position: relative;
}
.gridster > * {
  -webkit-transition: height .4s,width .4s;
  -moz-transition: height .4s,width .4s;
  -o-transition: height .4s,width .4s;
  -ms-transition: height .4s,width .4s;
  transition: height 0.4s, width 0.4s;
}
.gridster .gs-w {
  z-index: 2;
  position: absolute;
}
.gridster .preview-holder {
  z-index: 1;
  position: absolute;
  background-color: #fff;
  border-color: #fff;
  opacity: 0.3;
}
.gridster .player-revert {
  z-index: 10!important;
  -webkit-transition: left .3s,top .3s!important;
  -moz-transition: left .3s,top .3s!important;
  -o-transition: left .3s,top .3s!important;
  transition: left 0.3s, top 0.3s !important;
}
.gridster.collapsed {
  height: auto !important;
}
.gridster.collapsed .gs-w {
  position: static !important;
}
.ready .gs-w:not(.preview-holder),
.ready .resize-preview-holder {
  -webkit-transition: opacity .3s,left .3s,top .3s,width .3s,height .3s;
  -moz-transition: opacity .3s,left .3s,top .3s,width .3s,height .3s;
  -o-transition: opacity .3s,left .3s,top .3s,width .3s,height .3s;
  transition: opacity 0.3s, left 0.3s, top 0.3s, width 0.3s, height 0.3s;
}
.gridster .dragging,
.gridster .resizing {
  z-index: 10!important;
  -webkit-transition: all 0s!important;
  -moz-transition: all 0s!important;
  -o-transition: all 0s!important;
  transition: all 0s !important;
}
.gs-resize-handle {
  position: absolute;
  z-index: 1;
}
.gs-resize-handle-both {
  width: 20px;
  height: 20px;
  bottom: -8px;
  right: -8px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pg08IS0tIEdlbmVyYXRvcjogQWRvYmUgRmlyZXdvcmtzIENTNiwgRXhwb3J0IFNWRyBFeHRlbnNpb24gYnkgQWFyb24gQmVhbGwgKGh0dHA6Ly9maXJld29ya3MuYWJlYWxsLmNvbSkgLiBWZXJzaW9uOiAwLjYuMSAgLS0+DTwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DTxzdmcgaWQ9IlVudGl0bGVkLVBhZ2UlMjAxIiB2aWV3Qm94PSIwIDAgNiA2IiBzdHlsZT0iYmFja2dyb3VuZC1jb2xvcjojZmZmZmZmMDAiIHZlcnNpb249IjEuMSINCXhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbDpzcGFjZT0icHJlc2VydmUiDQl4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjZweCIgaGVpZ2h0PSI2cHgiDT4NCTxnIG9wYWNpdHk9IjAuMzAyIj4NCQk8cGF0aCBkPSJNIDYgNiBMIDAgNiBMIDAgNC4yIEwgNCA0LjIgTCA0LjIgNC4yIEwgNC4yIDAgTCA2IDAgTCA2IDYgTCA2IDYgWiIgZmlsbD0iIzAwMDAwMCIvPg0JPC9nPg08L3N2Zz4=);
  background-position: top left;
  background-repeat: no-repeat;
  cursor: se-resize;
  z-index: 20;
}
.gs-resize-handle-x {
  top: 0;
  bottom: 13px;
  right: -5px;
  width: 10px;
  cursor: e-resize;
}
.gs-resize-handle-y {
  left: 0;
  right: 13px;
  bottom: -5px;
  height: 10px;
  cursor: s-resize;
}
.gs-w:hover .gs-resize-handle,
.resizing .gs-resize-handle {
  opacity: 1;
}
.gs-resize-handle,
.gs-w.dragging .gs-resize-handle {
  opacity: 0;
}
.gs-resize-disabled .gs-resize-handle,
[data-max-sizex="1"] .gs-resize-handle-x,
[data-max-sizey="1"] .gs-resize-handle-y,
[data-max-sizey="1"][data-max-sizex="1"] .gs-resize-handle {
  display: none !important;
}
.gridster {
  margin: 0 auto;
  min-height: 98%;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
  cursor: default;
}
.gridster .dragLabel {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  background-color: white;
  border-radius: 3px;
  border: 1px solid transparent;
  border-color: #ccc;
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
}
.gridster .dragbutton {
  cursor: move;
}
.gridster iframe.dashboardiFrame {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
.gridster .panelButtonGroup {
  position: absolute;
  background-color: white;
}
.gridster .panelButtonGroup.btn-group-xs > .btn {
  font-size: 80%;
}
.gridster .panelButtonGroupTop {
  position: absolute;
  background-color: white;
  top: -24px;
  left: 0px;
  border-radius: 15px 15px 0px 0px;
  padding: 1px 12px;
  -webkit-box-shadow: 0px -3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px -3px 5px rgba(0, 0, 0, 0.3);
}
.gridster .panelButtonGroupTop.btn-group-xs > .btn {
  font-size: 80%;
}
.gridster .panelButtonGroupBottom {
  position: absolute;
  background-color: white;
  bottom: -24px;
  left: 0px;
  border-radius: 0px 0px 15px 15px;
  padding: 1px 12px;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
}
.gridster .panelButtonGroupBottom.btn-group-xs > .btn {
  font-size: 80%;
}
.gridster .panelButtonGroupBottomInside {
  position: absolute;
  background-color: white;
  bottom: 0;
  left: 0px;
  border-radius: 15px 15px 0px 0px;
  padding: 1px 12px;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
}
.gridster .panelButtonGroupBottomInside.btn-group-xs > .btn {
  font-size: 80%;
}
.gridster .panelButtonGroupLeft {
  position: absolute;
  background-color: white;
  width: 25px;
  top: 0px;
  left: -24px;
  border-radius: 15px 0px 0px 15px;
  padding: 12px 1px;
  -webkit-box-shadow: -3px 0px 5px rgba(0, 0, 0, 0.3);
  box-shadow: -3px 0px 5px rgba(0, 0, 0, 0.3);
}
.gridster .panelButtonGroupLeft.btn-group-xs > .btn {
  font-size: 80%;
}
.gridster .gridster_overlay_fix {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
  opacity: 0;
  display: none;
}
.gridster .dashboardTextBackgroundLabel {
  font-size: large;
  text-align: center;
  vertical-align: middle;
  line-height: 300px;
  cursor: default;
  color: grey;
}
.gridster .dashboardEmptyElement {
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: table;
  text-align: center;
}
.gridster .dashboardEmptyElementBackgroundLabel {
  display: table-cell;
  font-weight: normal;
  vertical-align: middle;
  color: grey;
}
.gridster .dashboardEmptyElementBackgroundLabel button.btn {
  padding: 3px 6px 1px;
  margin-left: 5px;
  margin-bottom: 6px;
  position: relative;
}
.gridster .gs-w {
  background: #f0f0f0;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.gridster .player {
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  background: #7F7F83;
}
.gridster .preview-holder {
  border: none !important;
  border-radius: 0 !important;
  background: #407ABF !important;
}
.gridster > ul {
  list-style: none;
  background-color: rgba(0, 0, 0, 0);
  padding: 0px 0px;
}
.gridster > ul > li {
  list-style: none;
}
.gridster > ul > li .smallViewIcon {
  width: 32px;
  height: 32px;
}
.gridster .hitlistElement_SmallViewPanel .hitCountlabel {
  font-size: 2em;
  font-weight: bold;
}
.gridster .hitlistElement_SmallViewPanel img {
  margin-right: 0.3em;
}
.gridster-box {
  position: relative;
  width: 100%;
  height: 100%;
}
.radioimage input {
  position: absolute;
  z-index: 999;
  margin: 5px 0 0 12px;
}
.radioimage input:active + label .radioimagelabel {
  opacity: .9;
}
.radioimage input:checked + label .radioimagelabel {
  -webkit-filter: none;
  -moz-filter: none;
  filter: none;
}
.radioimage {
  white-space: pre;
}
.radioimagelabel {
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  -webkit-filter: brightness(1.8) grayscale(1) opacity(0.7);
  -moz-filter: brightness(1.8) grayscale(1) opacity(0.7);
  filter: brightness(1.8) grayscale(1) opacity(0.7);
}
.radioimagelabel ~ span {
  padding-left: 5px;
}
.radioimagelabel:hover {
  -webkit-filter: brightness(1.2) grayscale(0.5) opacity(0.9);
  -moz-filter: brightness(1.2) grayscale(0.5) opacity(0.9);
  filter: brightness(1.2) grayscale(0.5) opacity(0.9);
}
.fillWithEmptyElementsCheckbox {
  display: block;
  padding-left: 10px;
  padding-bottom: 1em;
}
.dashboardWizardDialog .wizard_dialog_tabs_row {
  height: 3em;
}
.dashboardWizardDialog .gwt-Tree .gwt-TreeItem {
  border: 1px solid transparent;
}
.dashboardWizardDialog .gwt-Tree .gwt-TreeItem-selected {
  border: 1px dotted #666666;
  color: #000000 !important;
  background-color: #a1c4ed !important;
}
.dashboardWizardDialog .highlight {
  color: #000;
  background: #fd0;
}
.dashboardElementHeader {
  overflow: hidden;
  font-size: 1em;
  border-bottom: 0px solid;
  border-color: #CCC;
  background-color: #407ABF;
  color: #fff;
}
.header-button-container {
  float: right;
  position: absolute;
}
.dashboardElementHeaderSmall button[type=button] {
  font-size: 70%;
  padding: 0 3px;
  line-height: normal;
}
.dashboardElementHeaderSmall .header-button-container {
  line-height: 1;
  top: -2px;
  right: 1px;
}
.dashboardElementHeaderMedium button[type=button] {
  font-size: 80%;
  padding: 1px 4px;
}
.dashboardElementHeaderMedium .header-button-container {
  top: 0;
  right: 1px;
}
.dashboardElementHeaderMedium table {
  padding: 1px;
}
.dashboardElementHeaderLarge button[type=button] {
  font-size: 100%;
}
.dashboardElementHeaderLarge .header-button-container {
  top: 2px;
  right: 2px;
}
.dashboardElementHeaderLabelSmall {
  font-size: 80%;
}
.dashboardElementHeaderLabelMedium {
  font-size: 100%;
}
.dashboardElementHeaderLabelLarge {
  font-size: 140%;
}
.dashboardElementHeaderLabelLarge.fontSizeMedium {
  font-size: 100%;
}
.dashboardElementHeader.normal {
  font-size: 1em;
}
.dashboardElementHeader.minimized {
  font-size: 0.9em;
}
.dashboard-tab-closing .gridster > ul > li {
  opacity: .1;
}
.dashboard-tab-closing .gridster > ul > li.tab-current-focused {
  opacity: 1;
}
.dashboardDropZone {
  font-weight: bold;
  text-align: center;
  display: inline-block;
  overflow: hidden;
  position: relative;
  border: 0px;
  border-radius: 0px;
}
.dashboardDropZoneOverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  cursor: pointer;
}
.dashboardDropZoneHover {
  background-color: #FFA500 !important;
}
.dashboardDropZoneHover .dropZoneEntry {
  border: 2px dashed #407ABF;
}
.dashboardDropZoneHover .gwt-Label {
  color: #000000 !important;
}
.navigationActionVerticalPanel {
  width: 100%;
  margin-top: 1em;
  padding-left: 1em;
  padding-right: 1em;
}
.navigationActionElementGroup {
  width: 100%;
  height: 2.5em;
  cursor: pointer;
}
.navigationActionElementGroup td:first-child {
  width: 2em;
}
.navigationActionElementGroup td {
  padding-left: 5px;
}
.dashboardDropZoneHover td {
  padding-left: 3px;
}
.dropZoneEntry {
  width: 100%;
  height: 100%;
}
.navigationActionElementGroup:hover {
  background-color: #d0e1f6 !important;
}
.dashboardNavigationQuicksearch {
  position: relative;
  width: 100%;
  margin-top: 1em;
  padding-left: 1em;
  padding-right: 1em;
}
.floatingMessagePanel {
  width: 100%;
  z-index: 20;
  position: absolute;
  top: 0;
}
.floatingMessageContainer {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
  color: #000000;
  text-align: center;
  -webkit-box-shadow: 0px 1px 10px rgba(20, 20, 20, 0.5);
  -moz-box-shadow: 0px 1px 10px rgba(20, 20, 20, 0.5);
  box-shadow: 0px 1px 10px rgba(20, 20, 20, 0.5);
  padding: 0.7em;
}
.floatingMessageContent {
  padding-right: 16px;
}
.floatingMessageContainerButton {
  font-weight: bold;
  text-decoration: underline;
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.floatingMessageContainerText {
  font-weight: bold;
  position: relative;
  padding-right: 5px;
  display: inline-block;
}
.floatingMessageCloseButton {
  font-size: medium;
  float: right;
  position: relative;
  cursor: pointer;
  margin-right: -16px;
}
.clearfix:after {
  clear: both;
}
.floatingMessageCloseButton:hover {
  color: #c00;
}
.publishErrorLabel {
  color: #FF0000;
}
.couldNotLoadElement {
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-weight: bold;
  background-color: #FFFFFF;
  word-wrap: break-word;
}
.couldNotLoadElement .errorDetails {
  width: 100%;
  height: 100%;
  margin: 0px;
  line-height: 0;
}
.couldNotLoadElement .errorDetails textarea {
  width: 100%;
  height: 100%;
  border-width: 0px;
  resize: none;
  font-weight: normal;
  line-height: 1.5;
}
.couldNotLoadElement td {
  text-align: center;
  padding: 5px;
}
.couldNotLoadElement .smallView {
  font-size: 1.3em;
}
.pinned .fa {
  color: #0d76f2;
}
.pinned:hover .fa {
  color: #0d76f2;
  opacity: .8;
}
.btnGroupPin .fa.fa-thumb-tack {
  min-width: 1em;
}
.gs-resize-handle-both {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIEZpcmV3b3JrcyBDUzYsIEV4cG9ydCBTVkcgRXh0ZW5zaW9uIGJ5IEFhcm9uIEJlYWxsIChodHRwOi8vZmlyZXdvcmtzLmFiZWFsbC5jb20pIC4gVmVyc2lvbjogMC42LjEgIC0tPg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgaWQ9IlVudGl0bGVkLVBhZ2UlMjAxIiB2aWV3Qm94PSIwIDAgNiA2IiBzdHlsZT0iYmFja2dyb3VuZC1jb2xvcjojZmZmZmZmMDAiIHZlcnNpb249IjEuMSINCgl4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIg0KCXg9IjBweCIgeT0iMHB4IiB3aWR0aD0iOHB4IiBoZWlnaHQ9IjhweCINCj4NCgk8ZyBvcGFjaXR5PSIxIj4NCgkJPHBhdGggZD0iTSA2IDYgTCAwIDYgTCAwIDQuMiBMIDQgNC4yIEwgNC4yIDQuMiBMIDQuMiAwIEwgNiAwIEwgNiA2IEwgNiA2IFoiIGZpbGw9IiMwMDAwMDAiLz4NCgk8L2c+DQo8L3N2Zz4=);
  background-repeat: no-repeat;
  bottom: -13px;
  right: -13px;
}
.plusIconFontColor {
  color: #56AD89 !important;
}
.layout label div,
.elementType label div {
  margin-left: 32px;
}
.layout label span,
.elementType label span {
  text-align: center;
  width: 100%;
  display: block;
}
.mruPanel > div {
  width: 100%;
  height: 100%;
}
.fa-rotate-45 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.5);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fa-rotate-135 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1.5);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cubecontextmenu {
  background: transparent;
  z-index: 101;
  line-height: 1.5;
}
.cubecontextmenu > .popupContent > table {
  border-spacing: 20px;
}
.cubecontextmenugrid {
  padding: 1px;
  border: 1px solid #CCC;
  background: #fff;
  width: 100%;
  -webkit-box-shadow: 0px 1px 5px rgba(20, 20, 20, 0.5);
  -moz-box-shadow: 0px 1px 5px rgba(20, 20, 20, 0.5);
  box-shadow: 0px 1px 5px rgba(20, 20, 20, 0.5);
}
.cubecontextmenugrid .groupicon {
  min-width: 100%;
}
.cubecontextmenu:not(.animate) {
  visibility: hidden;
}
.cubecontextmenuelement {
  border-top: 1px solid transparent;
}
.cubecontextmenuelementtext {
  font-weight: normal;
  font-style: normal;
  text-align: left ;
  padding: 2px 6px 2px 2px;
  white-space: nowrap;
}
.cubecontextmenuelementimage {
  background-color: transparent;
  padding: 2px 0 2px 2px;
}
.cubecontextmenuelement-hover {
  background: #a1c4ed;
  cursor: pointer;
}
.backgroundoverlay {
  position: absolute;
  z-index: 20;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  text-align: center;
  -webkit-transition: background-color 0.25s ease 1s;
  -moz-transition: background-color 0.25s ease 1s;
  -o-transition: background-color 0.25s ease 1s;
  transition: background-color 0.25s ease 1s;
}
.backgroundoverlay-light {
  background-color: rgba(254, 254, 254, 0.4);
}
.backgroundoverlay-dark {
  background-color: rgba(0, 0, 0, 0.4);
}
.behind-frame {
  z-Index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
}
.behind-frame-outer {
  position: relative;
  text-align: left ;
}
li.behind-frame-outer {
  z-Index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  top: 0;
}
.drag-status-panel-active .backgroundoverlay {
  display: none;
}
.drag-status-panel-active .top-bar {
  bottom: auto !important;
  height: auto !important;
}
.drag-status-panel-active .fa-spin {
  animation: none !important;
}
.loading-panel-active .loading-panel-backgroundoverlay {
  z-index: 99999;
  background-image: url(../images/blank.gif);
}
.cube-loadingpanel {
  z-index: 100000;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -40px;
  margin-left: -40px;
  opacity: 1;
  -webkit-animation: loaderAnimation ease-in 1.5s;
  animation: loaderAnimation ease-in 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}
.cube-loadingpanel .modalcubeframe tr td {
  display: none;
}
.cube-loadingpanel .modalcubeframe tr td.ContentBackground {
  display: table-cell;
}
.cube-loadingpanel .loader-content-panel {
  text-align: center;
  font-size: 34px;
  line-height: 1px;
}
.cube-loadingpanel .loader-content-panel * {
  vertical-align: middle;
  display: inline-block;
}
.cube-loadingpanel .loader-content-panel .fa {
  animation: 1s linear 0s normal none infinite fa-spin;
  margin-right: 5px;
}
.cube-loadingpanel .loader-content-panel .gwt-InlineLabel {
  font-size: 55%;
}
.ribbonCompactViewTabPanel {
  border-style: solid;
  border-color: #CCC;
  border-bottom-color: #CCC;
  border-width: 1px 1px 0;
}
.top-bar .ribbonCompactViewTabPanel {
  border-width: 1px;
}
.ribbonCompactView .navigationspaceParent {
  padding: 0;
  border: 0;
  background-position: center;
}
body:not(.touch-mode) .ribbonCompactView .navigationspaceParent * {
  line-height: 1;
}
.ribbonCompactView .group {
  position: relative;
  padding-bottom: 0;
}
.ribbonCompactView .group-action {
  margin-bottom: 1px;
  height: 57px;
}
.ribbonCompactView .group.display-groupDialogIcon .group-action {
  padding-right: 12px;
}
.ribbonCompactView .group .groupDialogIcon {
  position: absolute;
  right: 0;
  bottom: 0;
  background-position: center;
  width: 12px;
  height: 12px;
  margin-left: 1px;
}
.ribbonCompactView .seperator {
  height: 52px;
}
.ribbonCompactView .navigationspaceParent {
  height: auto;
}
.ribbonCompactView .navigationspace {
  padding: 0;
  height: 59px;
}
.ribbonCompactView .navigationPanel {
  min-height: 59px;
}
.ribbonCompactView .navigationspace input[type=checkbox] {
  margin: 0 4px 0 0;
}
.ribbonCompactView .navigationspace .cube-Image16 {
  width: 14px;
  height: 14px;
}
.ribbonCompactView .navigationspace .gwt-ListBox {
  margin-top: 0;
  margin-bottom: 0;
}
.ribbonCompactView .groupicon32TableWithText > tbody > tr:first-child > td {
  height: 38px;
}
.ribbonCompactView .groupicon32Table {
  height: 54px;
}
.ribbonCompactView .scollPane {
  height: 54px;
}
.ribbonCompactView .vScroller {
  padding-top: 4px;
  padding-bottom: 4px;
  height: 18px;
}
.ribbonCompactView.noLayoutSpace .navigationPanel > tbody > tr:first-child > td {
  border-top: 0;
}
.ribbonCompactView.noLayoutSpace .ribbonCompactViewTabPanel {
  border-top: 0;
  border-right: 0;
  border-left: 0;
}
.ribbonCompactView.noLayoutSpace .mainSplitPanel {
  padding-top: 0;
}
.ribbonCompactView .groupicon32 .itemText span {
  display: inline;
}
.ribbonCompactView .groupicon32 .itemText span:before {
  content: "\00a0";
}
.ribbonCompactView .ribbon-element-image {
  height: 35px;
}
.ribbonCompactView .ribbon-element-text {
  white-space: nowrap;
  padding: 1px;
  padding-top: 3px;
  height: 19px;
}
.ribbonCompactView .ribbon-element-text * {
  display: inline;
}
.ribbonCompactView .ribbon-element-text *:nth-child(2)::before {
  content: " ";
}
.ribbonCompactView.navigationPanel-hidden .cubeTabPanelRoot > .ribbon-toggle,
.ribbonCompactView.navigationPanel-hidden .cubeTabPanelRoot > .navigationPanel {
  display: none;
}
.no-top-bar .top-bar .navbar {
  display: none;
}
.no-top-bar.navigationPanel-hidden .cubeVerticalOuterMainPanel {
  margin-top: -2px;
}
.noTabView .cubeTabPanelScrollerRoot {
  display: none;
}
.noTabView.cubeVerticalOuterMainPanel {
  margin-top: -2px;
}
.noTabView .cubeTabPanelRoot > .cubeVerticalPanelEntry > .cubeTabPanelContentWidgetContainer {
  border-top: 0;
}
.noTabView .mainSplitPanel {
  border-top: 0;
}
.layout-select-main1:before,
.layout-select-main1:after {
  opacity: 1;
}
