@charset "UTF-8";
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa, .boxdiv.disabled .checkbox,
.tree.disabled > label .checkbox {
  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;
  transform: translate(0, 0); }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.2857142857em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left, .boxdiv.disabled .pull-left.checkbox,
.tree.disabled > label .pull-left.checkbox {
  margin-right: .3em; }
.fa.pull-right, .boxdiv.disabled .pull-right.checkbox,
.tree.disabled > label .pull-right.checkbox {
  margin-left: .3em; }

.fa-spin {
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }
@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  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; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before, .boxdiv.disabled .checkbox:before,
.tree.disabled > label .checkbox:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-genderless:before,
.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

@font-face {
  font-family: "Source Sans Pro";
  src: url(SourceSansPro-Regular.otf); }
@font-face {
  font-family: "Source Sans Pro";
  src: url(SourceSansPro-Semibold.otf);
  font-weight: bold; }
* {
  box-sizing: border-box; }

html {
  background-color: white; }

body {
  font-family: 'Source Sans Pro',Helvetica, Arial, Verdana, sans-serif;
  font-size: 13px;
  margin: 0;
  overflow-x: hidden;
  background-color: white; }

ul, ol {
  list-style: none;
  padding-left: 0; }

a {
  cursor: pointer;
  text-decoration: none;
  color: navy; }
  a:link {
    color: navy; }
  a:visited {
    color: purple; }
  a:hover {
    color: indianred; }

a.btn {
  color: #333; }

#welcome {
  padding: 0.2em; }

.radio, .checkbox {
  display: inherit;
  min-height: initial;
  margin-top: initial;
  margin-bottom: initial; }

label {
  font-weight: initial;
  margin-bottom: 0; }

.welcome-header {
  padding: 0.7em; }

.ui-widget {
  font-family: inherit; }

sup {
  line-height: 0px; }

img {
  border: 0px; }

/* unvisited link */
/* visited link */
/* mouse over link */
.link {
  color: navy !important;
  cursor: pointer; }
  .link:hover {
    color: indianred !important; }

.radialBkg {
  background-image: radial-gradient(ellipse at center, #f9fdff 56%, #ebf0f4 100%); }

.inline_block {
  display: inline-block;
  vertical-align: middle; }

.invalid_input {
  border-color: red; }

.color_blue {
  background-color: #D0D7F0; }

.color_blue_light {
  background-color: #ebeefa; }

.color_purple {
  background-color: #F7D1E4; }

.color_purple_light {
  background-color: #f7edf3; }

.color_green {
  background-color: #EDFCD5; }

.color_green_light {
  background-color: #f7fceb; }

.color_yellow {
  background-color: #FFF3D8; }

.color_yellow_light {
  background-color: #fffaed; }

.color_azure {
  background-color: #CAEEE8; }

.color_azure_light {
  background-color: #edf7f5; }

.color_red {
  background-color: #FFDDD8; }

.color_red_light {
  background-color: #fcece8; }

.color_white {
  background-color: white; }

.color_unfocused {
  background-color: #EEEEEE; }

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-size: 1em;
  font-family: inherit; }

#header_left {
  float: left; }
  #header_left > a {
    margin-right: 10px; }

#search_history {
  margin-right: 8px;
  margin-top: 45px;
  max-width: 150px;
  position: absolute;
  right: 0;
  bottom: 3px; }
  #search_history > option:first-child {
    color: grey; }
  #search_history:empty {
    visibility: hidden; }

#top_bar {
  width: 100%;
  background-image: linear-gradient(to top, #fcfafc 0%, #d9d9d9 100%);
  padding: 6px 5px 5px 8px; }

/*match placeholder/watermark padding to border+padding for input element*/
label.placeholder {
  cursor: text;
  padding: 4px 4px 4px 4px;
  color: #999999; }

/* html5 placeholder support */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input:placeholder, textarea:placeholder {
  color: #999999; }

#search_options {
  border-top: none;
  padding: 8px;
  background-image: none;
  margin-bottom: 8px; }
  #search_options select {
    margin-right: 5px; }
  #search_options > div {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px; }

.click-cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  z-index: 100;
  opacity: 0.6; }

#corpus_id {
  font-family: monospace; }

#cqp_string {
  font-family: monospace;
  width: 100%; }

#header {
  width: 100%;
  margin: 0;
  position: relative; }

#content {
  padding: 0 8px 8px 8px; }

.lang_selected {
  color: black; }

#languages {
  margin-top: -1px; }

#languages, #login {
  float: right;
  margin-right: 8px; }

#query_table {
  white-space: nowrap;
  margin-bottom: 15px;
  overflow-x: auto;
  overflow-y: hidden; }

.lang_row {
  overflow: auto;
  white-space: nowrap;
  margin-bottom: 15px;
  padding: 8px; }

#query_table > select {
  margin-left: 2px;
  display: block; }

.lang_row > select {
  margin-left: 2px;
  display: block; }
.lang_row:nth-child(2n) {
  background-color: #F5F5F5; }

.extended .search_submit {
  display: inline;
  vertical-align: super; }
  .extended .search_submit .btn-group {
    display: inline; }

.date_interval_arg_type .section {
  margin-top: 1em; }
.date_interval_arg_type button {
  min-width: 70px;
  text-align: left; }

.date_interval.popper_menu {
  width: auto;
  padding: 1em; }

time-interval .timepicker {
  display: inline-block;
  vertical-align: middle; }
time-interval .fa-clock-o {
  vertical-align: middle;
  color: #333; }
time-interval .time {
  margin: 0 auto;
  width: 60%; }

#advanced pre {
  white-space: inherit; }

.mode-parallel #linkedLang {
  display: inline; }
.mode-parallel .context_select, .mode-parallel .within_select {
  display: none; }
.mode-parallel .results_table .odd {
  background-color: #FFF3D8; }
.mode-parallel .results_table .even {
  background-color: #fff9ec; }

.mode-parallel_fin #linkedLang {
  display: inline; }
.mode-parallel_fin .context_select, .mode-parallel_fin .within_select {
  display: none; }
.mode-parallel_fin .results_table .odd {
  background-color: #FFF3D8; }
.mode-parallel_fin .results_table .even {
  background-color: #fff9ec; }

.lang_row + #removeLang {
  display: inline; }

.statisticWords {
  border-style: hidden; }

.searchForWordformInCorpus, .corpusTitleHeader {
  cursor: pointer; }

.ext {
  margin-right: 0px; }

.scroll_checkboxes {
  width: 480px;
  height: 33px;
  overflow: hidden;
  margin-bottom: 2px;
  vertical-align: bottom; }

.buttonlink {
  padding: .4em 1em .4em 20px;
  color: #222222;
  text-decoration: none;
  position: relative;
  white-space: nowrap; }
  .buttonlink:link, .buttonlink:visited {
    color: #222222; }
  .buttonlink:hover {
    color: #444444; }

.numberOfChildren {
  color: #888888; }

.webkit .hp_topframe > div {
  margin-top: 1px; }

#corpusbox {
  cursor: pointer; }
  #corpusbox .hp_topframe {
    width: 480px;
    padding: .5em 1em .5em 20px;
    color: #222222;
    text-decoration: none;
    position: relative;
    text-size: .6em; }
    #corpusbox .hp_topframe:link, #corpusbox .hp_topframe:visited {
      color: #222222; }
    #corpusbox .hp_topframe:hover {
      color: #444444; }
    #corpusbox .hp_topframe span.ui-icon {
      margin: 0 5px 0 0;
      position: absolute;
      left: .2em;
      top: 50%;
      margin-top: -8px; }

.popupchecks {
  z-index: 9999;
  max-height: 600px;
  width: 480px;
  border: solid thin #CCCCCC;
  background-color: #FEFEFE;
  overflow-y: auto;
  overflow-x: hidden;
  display: none;
  padding: 10px;
  position: absolute; }
  .popupchecks .buttons {
    margin: 10px 0;
    display: inline-block;
    vertical-align: top;
    font-size: .8em; }
    .popupchecks .buttons button {
      display: block;
      margin-bottom: 5px;
      width: 100%;
      text-align: left; }
      .popupchecks .buttons button .fa, .popupchecks .buttons button .boxdiv.disabled .checkbox, .boxdiv.disabled .popupchecks .buttons button .checkbox,
      .popupchecks .buttons button .tree.disabled > label .checkbox,
      .tree.disabled > label .popupchecks .buttons button .checkbox {
        margin-right: 3px; }

.corpusInfoSpace {
  display: none;
  border: 1px solid #CCCCCC;
  z-index: 10000;
  min-width: 30px;
  min-height: 30px;
  max-width: 33%;
  position: absolute;
  left: 615px;
  background-color: white;
  padding-right: 4px; }
  .corpusInfoSpace .popup_icon {
    margin-right: 4px;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-top: -1px; }

.tree {
  margin-top: 1px;
  margin-bottom: -3px;
  margin-left: 2px;
  padding-top: 3px;
  padding-bottom: 1px;
  overflow-x: hidden; }

.collapsed {
  margin-bottom: 0px; }

.boxdiv {
  margin-top: 2px;
  background-color: #F6F6F6;
  padding-top: 3px;
  padding-bottom: 1px;
  margin-bottom: 2px; }
  .boxdiv.disabled {
    color: grey; }
    .boxdiv.disabled img {
      display: none; }

.hplabel {
  padding: 2px 6px 0px 6px; }

.boxlabel {
  padding: 2px 6px 0px 6px; }
  .boxlabel > span {
    background: #FFFFFF; }

.checkbox {
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: middle; }
  .checkbox.checked {
    background: url("../img/checked.png") no-repeat; }
  .checkbox.unchecked {
    background: url("../img/unchecked.png") no-repeat; }
  .checkbox.intermediate {
    background: url("../img/intermediate.png") no-repeat; }

.boxdiv.disabled .checkbox,
.tree.disabled > label .checkbox {
  background: none;
  margin-bottom: 3px;
  text-align: center; }

.query_footer {
  background-color: #e1e1e1;
  padding: 1px 8px 8px 8px;
  margin-bottom: 5px;
  width: 50%;
  display: table; }

.ui-autocomplete-tall {
  max-height: 335px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
  /* add padding to account for vertical scrollbar */
  padding-right: 20px; }

.ui-preloader {
  position: absolute;
  width: 20px;
  height: 20px;
  overflow: hidden;
  background-size: 18px 18px; }

.image_button:hover {
  cursor: pointer; }

td {
  margin: 0px; }

table {
  margin: 0px 10px;
  padding: 0px 5px; }

.insert_token {
  position: relative;
  top: 54px;
  margin-left: 10px;
  font-weight: bold;
  color: #555; }
  .insert_token:hover {
    color: #333; }
  .insert_token .plus-btn {
    position: relative;
    top: 3px; }

.query_token {
  background-color: #e1e1e1;
  display: inline-block;
  vertical-align: top;
  padding: 5px;
  border: 1px solid #999;
  margin-left: 0;
  margin-right: 10px;
  margin-bottom: 5px;
  box-shadow: 2px 2px 3px grey; }
  .query_token .close_btn {
    cursor: pointer;
    float: right;
    opacity: 1;
    transition: opacity 200ms ease;
    font-size: 15px; }
  .query_token:only-of-type .close_btn {
    opacity: 0;
    cursor: default;
    transition: opacity 200ms ease; }
  .query_token .remove_arg {
    position: relative;
    top: 15px;
    opacity: 1;
    transition: opacity 200ms ease; }
  .query_token .insert_arg {
    float: left;
    height: 20px; }
  .query_token .arg_selects.date_interval .arg_opts {
    display: none; }
  .query_token .arg_type {
    display: inline-block;
    vertical-align: middle;
    width: 160px; }
  .query_token .arg_opts {
    margin-left: 5px; }
  .query_token input.arg_value {
    width: 95%; }
  .query_token .arg_value {
    max-width: 300px; }
  .query_token select.arg_value option {
    padding-top: 1px;
    padding-bottom: 1px; }
  .query_token .btn-icon {
    vertical-align: top;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    right: -4px;
    top: -5px; }
  .query_token .left_col {
    display: inline-block;
    vertical-align: top;
    min-width: 16px; }
  .query_token .repeat {
    float: right;
    margin-right: 25px; }
    .query_token .repeat input {
      max-width: 30px;
      -moz-appearance: textfield; }
  .query_token .token_header {
    padding-bottom: 3px;
    cursor: move; }
  .query_token .token_footer {
    font-size: .8em; }
  .query_token .token-cog-btn {
    width: 20px;
    height: 20px;
    float: right; }
    .query_token .token-cog-btn i {
      position: relative;
      top: 0px;
      left: -2px;
      font-size: 14px; }
  .query_token .close_token {
    border-radius: 20px;
    color: black;
    background-color: #f2f7ff;
    border: thin lightgrey solid;
    padding-left: 5px;
    padding-right: 2px;
    cursor: default; }
    .query_token .close_token i {
      cursor: pointer; }
  .query_token .lower_footer {
    text-align: right;
    margin-top: 2px; }
  .query_token #opt_menu {
    display: none;
    font-size: .8em;
    cursor: pointer;
    width: 100px; }

.cqp_toggle {
  margin-top: 5px;
  margin-bottom: 5px; }

#results-stats {
  overflow-x: hidden; }

.lemgram_help {
  text-transform: capitalize;
  white-space: nowrap;
  margin-top: 10px;
  margin-bottom: 20px; }
  .lemgram_help > span {
    padding: 10px 10px; }
  .lemgram_help .hit.lemgram {
    text-transform: initial; }

.activate_word_pic {
  margin-top: 1em; }

.word-pic-kwic-example {
  cursor: pointer; }

.lemgram_result {
  float: left;
  padding-top: 4px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 2px;
  counter-reset: wordpic; }
  .lemgram_result table {
    padding: 0 0;
    margin: 0 0; }

.waiting-first {
  transition: opacity 200ms;
  opacity: 0.5; }

.table_scrollarea {
  overflow: auto;
  clear: both;
  overflow-y: hidden;
  -ms-overflow-y: hidden;
  transition: opacity 200ms;
  margin-bottom: 1em; }
  .table_scrollarea.paging {
    opacity: 0.5 !important; }

.results_table {
  padding-left: 0;
  margin-left: 0; }
  .results_table td {
    white-space: nowrap;
    border: none; }

.hits_picture tr {
  height: 18px; }
.hits_picture .odd {
  background-color: #dde9ff; }
.hits_picture .even {
  background-color: #f2f7ff; }

#display_word {
  margin: auto 0; }

.table_scrollarea + .pager-wrapper {
  margin-top: 15px; }

.loading .reading_btn {
  display: none; }

.pager-wrapper:empty ~ .reading_btn {
  margin-left: 0; }

.reading_btn {
  margin-left: 1em;
  display: none;
  vertical-align: middle;
  margin-top: 3px;
  white-space: nowrap; }
  .reading_btn .show_reading {
    line-height: 1.1; }

.not_loading .reading_btn {
  display: inline; }

.reading_mode .reading_btn.show_reading,
.reading_btn.hide_reading,
.zero_results .reading_btn {
  display: none; }

.reading_mode .reading_btn.hide_reading {
  display: inline; }

.results_table.reading {
  margin-left: 10%; }
  .results_table.reading p {
    display: block;
    padding: 1em !important;
    width: 510px;
    margin: 0; }

.results_table .odd {
  background-color: #dde9ff; }
.results_table .even {
  background-color: #f2f7ff; }

.reading_match {
  font-weight: bold;
  color: black !important; }

.result_table td {
  white-space: nowrap; }

.left {
  text-align: right;
  vertical-align: text-top; }

.match {
  font-weight: bold;
  vertical-align: text-top;
  text-align: center;
  padding: 0 4px; }

.corpus_title {
  font-weight: bold;
  vertical-align: text-top;
  text-align: center;
  padding: 0 4px;
  font-weight: normal;
  font-variant: small-caps;
  color: #666;
  font-size: 12px;
  display: block;
  margin: 0 -150px;
  padding: 3px 0; }

.not_corpus_info .corpus_title, .not_corpus_info .empty_td {
  display: none; }

.corpus_info {
  background-color: white !important; }

.reading_mode .corpus_title {
  margin: 0;
  font-size: 3em;
  text-align: left; }

.reading_mode .no_context .corpus_title {
  left: 0; }

.corpus_title_warn {
  margin-right: -100px;
  position: relative;
  left: 10px;
  font-variant: normal; }

.reading_mode .corpus_title_warn {
  font-size: 12px;
  display: block; }

.webkit .reading_mode .no_context .corpus_title_warn {
  margin-bottom: -40px; }

.corpus_title_warn:before {
  content: "("; }
.corpus_title_warn:after {
  content: ")"; }

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

.extra {
  color: #e1e1e1; }

.alt {
  background-color: #dde9ff; }
  .alt td {
    border: none; }

.attr {
  display: none;
  font-size: xx-small;
  vertical-align: bottom; }

.sentence img {
  border-width: 0px; }

.word {
  cursor: pointer; }
  .word.punct {
    margin-left: -3px; }
  .word:hover {
    color: indianred; }

.match_sentence {
  color: black !important; }

.reading_mode .word {
  color: #666; }

.matching_sentence {
  color: black !important; }

.word_selected {
  border-radius: 10px;
  padding-left: 3px;
  margin-left: -3px; }
  .word_selected:hover {
    color: indianred; }

.link_selected {
  background-color: #445596;
  border-radius: 11px;
  color: white !important; }

.token_selected {
  color: #fff !important;
  background-color: #666; }

.aux_selected {
  color: #000;
  background-color: #FFDDD8; }

#result-container {
  clear: both;
  min-height: 400px; }

#json-link {
  float: right;
  clear: both; }
  #json-link img {
    border: 0px; }

.loading #download-links-container {
  display: none; }

#download-links {
  float: right; }

#frontendDownloadLinks {
  float: right; }

.download_link img {
  border: 0px; }

.loading .download_link {
  display: none; }

#columns {
  position: relative;
  max-height: 600px; }

#left-column {
  position: absolute;
  left: 0px;
  right: 0;
  transition: right 300ms; }
  #left-column.sidebar_visible {
    right: 258px;
    transition: right 300ms; }

#sidebar {
  position: absolute;
  right: 0px;
  width: 250px;
  padding: 5px 0px 5px 5px;
  right: -268px;
  transition: right 300ms; }
  #sidebar.visible {
    transition: right 300ms;
    right: 0; }
  #sidebar.visible.fixed {
    right: 8px;
    position: fixed;
    top: 8px;
    overflow-y: auto;
    max-height: 100%; }
  #sidebar:empty {
    padding: 0;
    border: none; }

.external_link {
  display: none; }

#sidebar li:hover .external_link {
  background-image: url("../img/fish_icon.png");
  background-origin: content-box;
  background-repeat: no-repeat;
  display: inline-block !important;
  vertical-align: middle;
  height: 12px;
  width: 20px;
  background-size: 20px;
  margin-left: 2em;
  position: relative;
  cursor: pointer; }

#sidbar_info {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 3px;
  left: 5px;
  opacity: 0.8;
  margin-top: -4px; }

.kwic_sidebar {
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: #999; }

#sidebar div {
  margin-bottom: 10px; }
#sidebar p {
  margin: 0 0 0 0; }
#sidebar ul {
  margin-top: 0;
  margin-bottom: 2px;
  padding-left: 20px;
  list-style: none;
  line-height: 16px; }
#sidebar #selected_sentence > h4:last-child {
  display: none; }

.video-modal-bootstrap {
  top: 25%; }

#dialog ol {
  margin: 10px 0;
  font-size: 12px;
  list-style: decimal; }
  #dialog ol > li {
    padding: 5px 0;
    line-height: 18px; }

span.absStat {
  color: #999999; }

a.absStat {
  color: #999999; }
  a.absStat:hover {
    color: indianred; }
a.relStat {
  color: #000000; }
  a.relStat:hover {
    color: indianred; }

.word_column {
  text-align: left; }

.linked_sentence {
  overflow-x: visible;
  font-weight: normal;
  color: #999;
  font-style: italic;
  position: relative; }
  .linked_sentence .left, .linked_sentence .match, .linked_sentence .right {
    display: none; }

#about_body {
  position: relative; }
  #about_body:after {
    content: "";
    z-index: 0;
    position: absolute;
    top: 245px;
    right: 0;
    background-size: contain;
    height: 430px;
    width: 230px; }

#about_content ul {
  padding-left: 10px;
  margin-top: 8px; }

.login-modal-header {
  padding-top: 3px;
  padding-bottom: 3px; }
  .login-modal-header .login-header {
    font-weight: bold; }

#login_popup {
  min-height: 190px; }
  #login_popup * {
    display: block; }
  #login_popup label {
    margin-top: 5px; }
  #login_popup .err_msg {
    font-size: .8em;
    color: red; }
  #login_popup .password-reset {
    font-size: 0.7em;
    float: right; }
  #login_popup input[type=text] {
    width: 100%; }
  #login_popup input[type=password] {
    width: 100%; }
  #login_popup input[type=submit] {
    margin-top: 5px;
    float: right; }
  #login_popup .save-login {
    display: inline;
    font-size: 0.9em; }

#cite {
  float: right;
  margin-right: 8px;
  margin-left: 3px; }

/* when selecting a word, not a lemgram, this pops up. */
.lemgram_select {
  margin-top: 8px; }

label[for=lemgram_select]:before {
  display: block; }

#highlight {
  position: absolute;
  background-color: #FFF3D8;
  border-radius: 5px; }

.inline_list {
  margin: 0;
  padding: 0; }
  .inline_list li {
    display: inline-block;
    vertical-align: middle; }

.msie8 .inline_list li {
  display: inline; }

.inline_list span {
  padding: 0 5px;
  color: grey; }

#mode_switch {
  margin: 0;
  margin-right: 10px;
  float: left;
  padding-left: 0; }
  #mode_switch a:visited {
    color: navy; }
  #mode_switch a:hover {
    color: indianred; }
  #mode_switch li.visible {
    display: inline-block;
    vertical-align: middle; }
  #mode_switch li.selected a {
    color: black; }
  #mode_switch li.visible:after {
    content: "|";
    margin: 0 0.3em;
    color: grey; }
  #mode_switch li:last-child:after {
    display: none; }
  #mode_switch li .dropdown-toggle {
    background-color: transparent; }
  #mode_switch li.menu_more {
    margin-left: -3px; }
    #mode_switch li.menu_more a {
      background: rgba(0, 0, 0, 0); }
    #mode_switch li.menu_more i {
      padding-left: 5px; }

.radioList_selected {
  color: black !important;
  cursor: default; }

.custom_anchor {
  padding-right: 8px !important; }

.tabClose {
  padding: 0 !important;
  margin-right: 6px;
  cursor: pointer !important; }

.hits_picture_table {
  border: 1px solid lightgrey;
  width: 100%;
  padding: 0px; }

.hits_picture {
  cursor: pointer;
  position: absolute;
  right: 10px;
  left: 280px;
  top: -1px;
  transition: left 400ms ease; }

#showLineDiagram {
  position: relative;
  top: 3px; }

.right_col {
  padding-right: 2px; }

.ie8 .right_col .input {
  float: right; }

.query_arg {
  border-radius: 2px;
  padding: 5px;
  background-color: #f7fceb;
  border: solid 1px #999;
  margin-bottom: 5px;
  padding-right: 13px; }

.or_arg {
  margin-bottom: 5px; }
  .or_arg .fa-info-circle {
    cursor: pointer;
    margin-left: 5px; }

.query_arg:only-of-type .or_arg:only-child .remove_arg {
  cursor: default;
  opacity: 0;
  transition: opacity 200ms ease; }

.arg_header {
  opacity: 0;
  transition: opacity 200ms ease;
  margin-bottom: 1px; }

.or_arg:not(:only-child):first-child .arg_header {
  opacity: 1;
  transition: opacity 200ms ease; }

.arg_header {
  font-size: 10px; }

.insert_or {
  padding-top: 6px;
  right: 0;
  cursor: pointer;
  float: right; }

#time {
  margin-top: 10px;
  display: inline-block;
  vertical-align: middle; }

#time_inputs input {
  border: none;
  font-weight: bold;
  width: 30px; }

#time_graph {
  display: inline-block;
  vertical-align: middle;
  width: 335px;
  height: 70px;
  margin-bottom: 1em; }

#rest_time_graph {
  display: inline-block;
  vertical-align: middle;
  height: 70px;
  width: 5px;
  position: relative;
  bottom: 20px; }

#time_slider {
  display: inline-block;
  vertical-align: middle;
  width: 250px;
  margin-right: 10px; }

.exportTimeStatsSection {
  margin-top: 2em; }

.export.btn {
  margin-right: 1em; }

.ui-slider-handle {
  border-radius: 20px; }

.sidebar_url {
  white-space: nowrap; }

.arcDiagramPicture {
  cursor: pointer;
  margin-bottom: -2px;
  padding-left: 5px;
  padding-right: 5px; }

.c0 {
  position: relative; }

.arcDiagramPicture {
  position: absolute;
  right: 0; }

.lemgram_section {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px; }

.tableContainer {
  margin-bottom: 15px;
  display: inline-block;
  vertical-align: top;
  padding: 10px;
  border: solid 1px lightgray;
  margin-right: 20px; }
  .tableContainer > .header {
    color: #333;
    font-size: 1.1em;
    margin-bottom: 1em;
    font-family: Lucida Grande, sans-serif; }

.explanation {
  font-size: 12px;
  padding: 0 20px; }

.ui-dialog ul, ol {
  padding-left: 0; }

.ui-dialog li {
  margin-bottom: 3px; }

.autocomplete-item-disabled a {
  font-style: italic;
  color: indianred;
  opacity: 0.7; }

#showLineDiagram {
  display: none; }

.lab #showLineDiagram {
  display: inline; }

#labs_logo {
  display: none; }

.lab #labs_logo {
  display: inline-block;
  vertical-align: bottom; }

#korplink {
  display: none; }

.lab #korplablink {
  display: none; }
.lab #korplink {
  display: block; }

#cog {
  float: right;
  margin-top: -6px;
  cursor: pointer;
  height: 26px; }

#cog_menu {
  position: absolute;
  font-size: inherit;
  text-align: right; }

.ui-menu {
  box-shadow: 2px 2px 3px grey;
  z-index: 999; }

.korp_fail {
  height: 146px;
  width: 290px; }

.fail_text {
  margin: 1em 0 0 1em;
  vertical-align: top;
  font-family: Garamond,Cochin,Serif;
  font-size: 1.3em; }

.error_msg ~ * {
  display: none !important; }

.msd_sidebar {
  font-size: 0.8em; }

#korp-simple #simple_text {
  position: relative;
  margin-top: 2px;
  display: inline-block;
  vertical-align: middle; }
#korp-simple .simple_form {
  float: left; }
#korp-simple .opts {
  margin-top: 1em;
  margin-bottom: 1em; }
#korp-simple #similar_wrapper {
  margin-left: 3em;
  float: right;
  vertical-align: top;
  text-align: right; }
  #korp-simple #similar_wrapper .btn_header {
    font-size: 1.1em; }
  #korp-simple #similar_wrapper button {
    display: block; }

.modal {
  max-height: initial;
  overflow-y: auto;
  border-radius: 3px;
  font-size: 1.3em; }

.modal-header h3, .modal-header h2 {
  font-weight: normal; }

.modal-header {
  display: block; }
  .modal-header > * {
    display: inline-block;
    width: 49%; }
  .modal-header .close-x {
    text-align: right;
    font-size: 2em;
    cursor: pointer; }
    .modal-header .close-x:hover {
      color: darkgrey; }

.modal.fade.in {
  top: 90px;
  margin-top: 0; }

body.modal-open {
  overflow: hidden; }

.modal-body {
  max-height: 710px;
  min-height: 300px; }

.related.modal .modal-body {
  overflow: auto; }
  .related.modal .modal-body ul {
    display: flex;
    flex-direction: column;
    height: 160px;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start; }
    .related.modal .modal-body ul li {
      margin-right: 1em; }
.related.modal .col .header {
  font-size: 1.1em; }

.search_submit {
  display: inline;
  margin-right: 5px; }

.search_tabs .nav.nav-tabs li:nth-child(4) {
  margin-left: 1em; }
.search_tabs .tab-content {
  overflow: visible; }
.search_tabs .search_compare {
  padding-top: 1em; }
  .search_tabs .search_compare button.delete {
    float: right; }
    .search_tabs .search_compare button.delete .fa, .search_tabs .search_compare button.delete .boxdiv.disabled .checkbox, .boxdiv.disabled .search_tabs .search_compare button.delete .checkbox,
    .search_tabs .search_compare button.delete .tree.disabled > label .checkbox,
    .tree.disabled > label .search_tabs .search_compare button.delete .checkbox {
      margin-right: 0.8em; }
  .search_tabs .search_compare button.search {
    margin-top: 2em;
    display: block; }
  .search_tabs .search_compare select {
    margin: 0 5px; }

option[value^='? string:sentence ?'] {
  display: none; }

.nav-tabs li.disabled {
  opacity: 0.6; }

#results-wrapper .nav-tabs li:nth-child(4) {
  margin-left: 1em; }

.val_mod {
  letter-spacing: 1px;
  font-size: .8em;
  cursor: pointer;
  margin-right: 1px; }

.mod_menu {
  cursor: default;
  position: absolute;
  font-size: .9em; }

slider {
  display: inline-block;
  position: relative;
  height: 5px;
  width: 100%;
  margin: 25px 5px 25px 5px;
  vertical-align: middle; }
  slider span {
    white-space: nowrap;
    position: absolute;
    display: inline-block; }
    slider span.base {
      width: 100%;
      height: 100%;
      padding: 0; }
    slider span.bar {
      width: 100%;
      height: 100%;
      z-index: 0;
      border-radius: 1em/1em;
      background-image: linear-gradient(to top, #cccccc, #ffffff);
      box-shadow: inset 0 1px 3px rgba(10, 10, 10, 0.5); }
      slider span.bar.selection {
        width: 0%;
        z-index: 1;
        background-image: linear-gradient(to top, #ababab, #c6c6c6);
        box-shadow: none; }
    slider span.pointer {
      cursor: pointer;
      width: 15px;
      height: 15px;
      top: -5px;
      background: linear-gradient(to left, #ffffff, #dfdfdf);
      border-top: 1px solid #ddd;
      border: 1px solid #666;
      z-index: 14;
      border-radius: 1em/1em;
      box-shadow: 2px 2px 3px grey; }
      slider span.pointer:after {
        box-shadow: inset 2px 2px 5px; }
      slider span.pointer:hover:after {
        background-color: #000; }
      slider span.pointer.active:hover:after {
        background-color: #f00; }
    slider span.bubble {
      cursor: default;
      top: -22px;
      padding: 1px 3px 1px 3px;
      font-size: 0.7em;
      font-family: sans-serif; }
      slider span.bubble.selection {
        top: 15px; }
      slider span.bubble.limit {
        color: #808080; }

.val_mod.insensitive {
  color: lightgrey; }
.val_mod.sensitive {
  color: black; }
  .val_mod.sensitive + .mod_menu li:first-of-type a {
    text-decoration: underline; }
.val_mod.insensitive + .mod_menu li:nth-of-type(2) a {
  text-decoration: underline; }

.enumerate {
  counter-increment: wordpic; }
  .enumerate:before {
    content: counter(wordpic) "."; }

#showBarPlot {
  display: none; }

.korp-warning {
  max-width: 500px; }

warning ~ * {
  display: none !important; }

#wordPicSettings {
  float: right; }
  #wordPicSettings #numberHitsSelect {
    margin-top: 10px; }

.nav-tabs li {
  position: relative; }

.tab_progress {
  height: 2px;
  background-color: darkblue;
  max-width: 100%;
  min-width: 3%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; }

.not_loading .tab_progress {
  display: none; }

.not_loading .hits_picture {
  left: 180px;
  transition: width 400ms ease; }

.results-kwic .controls_n {
  margin-right: 5px;
  min-width: 125px; }
.results-kwic .pager-wrapper {
  display: inline; }
.results-kwic .result_controls {
  position: relative; }
  .results-kwic .result_controls > * {
    display: inline-block;
    vertical-align: bottom; }
.results-kwic .result_controls, .results-kwic .pager-wrapper {
  margin-bottom: 8px; }
.results-kwic .pagination {
  height: auto;
  margin: 0;
  margin-bottom: 8px;
  display: inline-block;
  vertical-align: initial; }
  .results-kwic .pagination li.active {
    font-weight: bold; }
  .results-kwic .pagination a, .results-kwic .pagination span {
    border-width: 1px;
    line-height: 18px;
    padding: 0 8px;
    color: #555;
    float: initial;
    display: inline-block; }
  .results-kwic .pagination .active a {
    color: white; }
.results-kwic .page_input {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1em; }
  .results-kwic .page_input span {
    color: #666; }
  .results-kwic .page_input input {
    width: 45px;
    text-align: center; }
.results-kwic.loading .controls_n {
  color: darkgrey;
  font-style: italic; }

.arg_value .from, .arg_value .to {
  width: 50px; }
.arg_value .from {
  float: left; }
.arg_value .to {
  float: right;
  text-align: left; }

.arg_val_container {
  margin-top: 2px; }
  .arg_val_container select {
    max-width: 100%; }

.ui-autocomplete-category {
  font-size: .7em;
  text-transform: uppercase;
  color: grey;
  letter-spacing: 1.1; }

#keyboard {
  cursor: pointer;
  padding: 0 3px;
  display: none; }

#char_table {
  display: none; }

.specialkey {
  width: 12px;
  text-align: center;
  cursor: pointer; }

#deptree_popup {
  display: none;
  overflow-y: hidden; }
  #deptree_popup iframe {
    border: none;
    height: 400px; }
  #deptree_popup .info:empty {
    display: block;
    height: 1.3em; }

.smoother.ui-slider {
  width: 200px; }

.legend {
  float: right;
  margin-bottom: 1em; }
  .legend .action {
    opacity: 0.5 !important;
    color: white; }

.slick-viewport .slick-cell-checkboxsel input {
  margin-left: 6px; }

#myGrid .slick-header-column input[type="checkbox"] {
  margin-left: 4px; }

.graph_btn_icon svg {
  margin-top: -6px;
  margin-bottom: -6px;
  margin-left: -8px; }

.chart_container {
  position: relative; }
  .chart_container .preloader {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(70, 130, 180, 0.7);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    opacity: 0;
    transition: opacity 500ms; }
    .chart_container .preloader.loading {
      opacity: 1;
      transition: opacity 500ms; }
    .chart_container .preloader i {
      z-index: 1000; }

.graph_tab {
  min-height: 430px; }

.graph_header .controls {
  float: left; }

.stats_header {
  margin-bottom: 1em; }
  .stats_header > * {
    display: inline-block;
    vertical-align: top; }

.reading_mode .show_deptree {
  display: none; }

.form-table .preview {
  display: none; }

.rickshaw_graph .empty_area {
  background-color: #999;
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: 0.2;
  z-index: 1; }
.rickshaw_graph .detail .x_label {
  top: -26px; }
.rickshaw_graph .x_tick {
  border-left: none; }
  .rickshaw_graph .x_tick .title {
    bottom: -1.1em !important;
    left: -1.3em; }
.rickshaw_graph .detail {
  z-index: 101; }
.rickshaw_graph svg {
  position: relative;
  z-index: 100; }

.rickshaw_legend .line {
  white-space: nowrap; }

.form-bar .rickshaw_graph .x_tick .title {
  left: 0; }

.y_ticks.plain g:first-of-type text {
  display: none; }

.form-bar .legend li:last-child:not(:only-child) {
  display: none; }

.form_switch {
  display: inline-block;
  vertical-align: bottom; }

line.tick {
  display: none; }

.dot.active {
  cursor: pointer; }

.preview {
  margin-top: 30px; }

#main > #msd_popup {
  display: none !important; }

.msd-modal {
  overflow-y: scroll; }

.popupchecks .header {
  white-space: nowrap; }

.ui-button-text-only .ui-button-text {
  padding: 0; }

.ui-button-text-only > .ui-button-text {
  padding: 0.4em 1em; }

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: 0.4em 1em 0.4em 2.1em; }

.time_table {
  width: 100%;
  height: 500px; }

.time_table, .time_table * {
  box-sizing: content-box; }

#myGrid {
  width: 100%;
  height: 500px; }

#myGrid, #myGrid * {
  box-sizing: content-box; }

.loading .exportStatsSection {
  display: none; }

#myGrid .parameter-column {
  background-color: #f2f7ff; }

#myGrid .slick-row:hover .parameter-column {
  background-color: #e6ebff; }

#myGrid .statistics-link {
  color: navy;
  cursor: pointer; }

#myGrid .slick-row:hover .statistics-link {
  color: indianred; }

.ui-widget-header {
  background: url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x scroll 50% 50% #CCCCCC; }

.ui-state-hover {
  background: #e6e6e6 url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; }

.nav.nav-tabs {
  background: url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x scroll 50% 50% #CCCCCC;
  border: 1px solid #AAAAAA;
  border-radius: 2px 2px 0 0;
  color: #222222;
  padding-top: 0.2em; }
  .nav.nav-tabs li {
    cursor: pointer;
    margin-right: 0.2em; }
  .nav.nav-tabs .badge {
    margin-left: 1em; }

.tabbable {
  border: 1px solid #AAAAAA;
  border-radius: 2px 2px 2px 2px;
  color: #222222;
  padding: 3px; }
  .tabbable .tab-content {
    padding: 1em; }
  .tabbable .close_icon {
    cursor: pointer;
    padding-left: 5px; }
  .tabbable .nav.nav-tabs {
    margin: 0;
    padding-left: 0; }
    .tabbable .nav.nav-tabs li {
      background: url("images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% #E6E6E6;
      border: 1px solid #D3D3D3;
      color: #555555;
      font-weight: normal;
      margin-bottom: -1px; }
      .tabbable .nav.nav-tabs li:first-child {
        margin-left: 0.5em; }
      .tabbable .nav.nav-tabs li a {
        padding-bottom: 0.3em !important;
        padding-top: 0.3em !important;
        padding: 0.2em 1em;
        color: #555555;
        margin-bottom: -1px; }
      .tabbable .nav.nav-tabs li.active {
        border-bottom-color: transparent; }

.search_tabs.tabbable {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  border-radius: 0;
  border-color: transparent; }

.nav-tabs > li > a, .nav-pills > li > a {
  margin-right: 0; }

.modal-header_left {
  display: none; }

.compare_result.loading {
  visibility: hidden; }
.compare_result .column {
  display: inline-block;
  vertical-align: top; }
.compare_result .meter {
  cursor: pointer;
  position: relative;
  border: 1px solid rgba(221, 233, 255, 0);
  transition: all 200ms ease; }
  .compare_result .meter:hover {
    color: navy;
    border: 1px solid #aac8ff; }
.compare_result .badge {
  position: absolute;
  right: 0;
  top: 4px; }
.compare_result .background {
  padding: 5px 0; }
.compare_result .column_1 ul {
  background-color: #f1f6ff;
  border: 1px solid #dde9ff; }
  .compare_result .column_1 ul .background {
    background-color: #dde9ff; }
.compare_result .column_2 ul {
  background-color: #fff9ec;
  border: 1px solid #FFF3D8; }
  .compare_result .column_2 ul .background {
    background-color: #FFF3D8; }
.compare_result ul {
  padding: 2px;
  margin-right: 2em;
  width: 400px;
  font-size: 1.1em; }
  .compare_result ul li {
    margin-bottom: 0.5em;
    white-space: nowrap; }

.popover {
  border-radius: 2px; }
  .popover .popover-content {
    padding: 5px; }
  .popover .btn_container {
    margin-top: 1em;
    text-align: right; }

.tab_preloaders {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle; }
  .tab_preloaders .preloader_spinner {
    width: 9px;
    display: inline; }

.close_icon {
  display: inline; }

.tab_spinner {
  display: none;
  width: 13px;
  margin-left: 10px;
  vertical-align: middle; }

.loading .tab_spinner {
  display: inline-block; }

.loading .close_icon {
  display: none; }

.badge {
  padding-right: 6px;
  padding-left: 6px; }

.tab-content {
  overflow: hidden; }

/* Side notes for calling out things
-------------------------------------------------- */
/* Base styles (regardless of theme) */
.bs-callout {
  margin: 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee; }

.bs-callout h4 {
  margin-top: 0; }

.bs-callout p:last-child {
  margin-bottom: 0; }

.bs-callout code,
.bs-callout .highlight {
  background-color: #fff; }

/* Themes for different contexts */
.bs-callout-danger {
  background-color: #fcf2f2;
  border-color: #dFb5b4; }

.bs-callout-warning {
  background-color: #fefbed;
  border-color: #f1e7bc; }

.bs-callout-info {
  background-color: #f0f7fd;
  border-color: #d0e3f0; }

.dropdown-menu {
  border-radius: 2px;
  max-height: 575px;
  overflow-y: auto; }

/* ----------- Newsdesk ----------- */
#news_area {
  float: right;
  margin-right: 4px; }

.newsdesk-new-news {
  font-weight: bold;
  color: #428bca; }

.newsdesk-new-news div {
  background-color: red;
  color: red;
  position: relative;
  background: #ff0000; }

.newsdesk-new-news div:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 0, 0, 0);
  border-right-color: #ff0000;
  border-width: 4px;
  margin-top: -4px; }

.newsdesk-no-new-news {
  font-weight: normal;
  color: #ddd; }

.newsdesk-no-new-news div {
  background-color: #ddd; }

.newsdesk-new-news-item {
  background-color: #ffeeee;
  border-radius: 5px; }

.newsdesk-new-news-item h4 {
  color: red; }

.newsdesk-popover {
  width: 440px;
  max-height: 95%;
  overflow-y: auto; }

.newsdesk-bell {
  float: left;
  margin-top: 4px;
  margin-right: 3px; }

.newsdesk-arrow-box {
  float: left;
  padding-left: 4px;
  padding-right: 4px;
  border-radius: 3px; }

.newsdesk-arrow-box span {
  color: #fff; }

.newsdesk-news-item {
  padding-left: 4px;
  margin-bottom: 4px; }

.newsdesk-opener {
  cursor: pointer; }

.newsdesk-around-items {
  margin: 10px; }

.newsdesk-item-date {
  font-style: italic;
  color: gray; }

/* ----------- Autocompletion ----------- */
.none-to-find {
  color: #aaa; }

.num-to-find {
  visibility: hidden;
  font-size: x-small; }

li.active a span .num-to-find {
  visibility: visible; }

.autoc-spinner {
  margin-left: -20px;
  margin-top: 2px;
  float: left; }

/* Map */
.name_map {
  max-width: 1000px; }

.leaflet-control-layers-toggle {
  background-image: url(../components/leaflet/dist/images/layers.png); }

/* korp multi select directive */
.reduce-attr-select {
  color: #000;
  display: inline-block; }
  .reduce-attr-select .reduce-dropdown-button {
    cursor: pointer;
    width: 100%;
    height: 23px;
    overflow: hidden;
    transition: border-color 200ms; }
    .reduce-attr-select .reduce-dropdown-button .caret {
      right: 7px;
      position: absolute;
      top: 10px; }
    .reduce-attr-select .reduce-dropdown-button:hover {
      border-color: #999; }
  .reduce-attr-select .reduce-dropdown-button-text {
    width: 1000px;
    padding: 2px 5px; }
  .reduce-attr-select .reduce-dropdown-menu {
    width: 100%;
    max-height: 400px; }
    .reduce-attr-select .reduce-dropdown-menu .selected {
      background: #f2f7ff; }
    .reduce-attr-select .reduce-dropdown-menu .attribute {
      cursor: pointer;
      padding: 2px 1px; }
      .reduce-attr-select .reduce-dropdown-menu .attribute:hover {
        background-color: #e6e6e6; }
    .reduce-attr-select .reduce-dropdown-menu .reduce-check {
      margin: 0px;
      margin-top: 4px;
      margin-right: 4px; }
    .reduce-attr-select .reduce-dropdown-menu .reduce-label {
      position: absolute; }
    .reduce-attr-select .reduce-dropdown-menu ul {
      margin: 0;
      padding: 2px; }
    .reduce-attr-select .reduce-dropdown-menu .insensitive-toggle {
      float: right;
      color: black; }
    .reduce-attr-select .reduce-dropdown-menu .insensitive-toggle.selected {
      color: grey; }

/* sidebar video */
#video-container {
  height: 320px;
  width: 568px;
  position: relative; }
  #video-container #extra-controls {
    height: 320px;
    width: 568px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.7); }
    #video-container #extra-controls > * {
      width: 75px;
      height: 75px;
      display: inline-block;
      position: relative;
      cursor: pointer;
      text-align: center;
      color: white;
      font-weight: bold; }
    #video-container #extra-controls .restart {
      top: 35%;
      left: 25%; }
    #video-container #extra-controls .continue {
      top: 35%;
      right: 25%;
      float: right; }
    #video-container #extra-controls .restart-icon, #video-container #extra-controls .continue-icon {
      font-size: 3em;
      display: block; }

#video-meta-container .utterance, #video-meta-container .time {
  font-weight: bold; }
#video-meta-container .time-div {
  padding-top: 15px; }

.or_container .word {
  color: #222222; }

.map-settings-container {
  margin-left: 20px; }
  .map-settings-container .caret {
    margin-left: 10px; }
  .map-settings-container ul {
    margin: 0;
    padding: 2px; }
    .map-settings-container ul .map-selected {
      margin: 0px;
      margin-top: 4px;
      margin-right: 4px; }
    .map-settings-container ul li {
      cursor: pointer;
      padding: 2px 1px;
      white-space: nowrap; }
    .map-settings-container ul .checked {
      color: white; }
    .map-settings-container ul .selected {
      background: #f2f7ff; }
      .map-settings-container ul .selected .checked {
        color: black; }
  .map-settings-container .empty-attribute-list {
    font-style: italic;
    font-size: 12px;
    padding-top: 2px;
    padding-left: 2px; }
  .map-settings-container .btn-container {
    padding: 10px;
    text-align: right; }
  .map-settings-container .map-settings-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb; }
  .map-settings-container .dropdown-menu {
    padding: 0px; }

#mapHeader {
  width: 100%; }
  #mapHeader div.disabled {
    opacity: 0.4; }
  #mapHeader div.mapgroup {
    display: inline-block;
    margin-right: 20px;
    cursor: pointer; }
    #mapHeader div.mapgroup div.swatch {
      display: inline-block;
      margin-right: 5px; }
    #mapHeader div.mapgroup div.cluster-info {
      background-color: rgba(136, 220, 168, 0.6);
      border-radius: 5px; }
  #mapHeader span.check {
    opacity: 0.5 !important;
    color: white; }

.global-filters-container {
  margin-bottom: 10px; }
  .global-filters-container > div {
    margin-bottom: 10px; }

.korp-uib-dropdown-menu {
  margin-top: 7px;
  margin-left: 4px;
  padding: 0px;
  font-weight: bold; }
  .korp-uib-dropdown-menu .selected {
    background: #f2f7ff; }
  .korp-uib-dropdown-menu .attribute {
    padding: 5px; }
  .korp-uib-dropdown-menu .attribute:hover {
    background-color: #e6e6e6; }
  .korp-uib-dropdown-menu ul {
    padding: 0;
    margin: 0; }

.global-filter-toggle {
  margin-left: 5px; }
  .global-filter-toggle .selected-attr-value {
    font-weight: bold;
    padding-left: 4px; }

.input-error {
  border: red 2px solid; }

.sr-only {
  display: none; }

.show-graph-btn.disabled {
  pointer-events: auto; }

.strix-link {
  margin-top: 20px; }

.lemgram-namespace {
  color: #777777; }

.logos {
  position: absolute;
  right: 140px; }
  .logos img {
    padding: 5px;
    height: 45px; }

#contact_us {
  float: right;
  margin-right: 4px; }

.fa-envelope {
  color: #666666; }
