body {
  background-color: #F3F3F3;
  font-size: 0.95rem;
}
.header {
  padding: 20px;
  background: #465857;
  color: #fff;
  z-index: 10;
}
.header .container {
  margin-top: 0;
}
.header .logo-wrapper {
  display: flex;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Lido STF", "Times New Roman", serif;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 30px;
  align-items: center;
}
@media screen and (max-width: 550px) {
  .header .logo-wrapper {
    font-size: 1.2rem !important;
  }
}
.header .logo-wrapper .smaller {
  display: block;
  font-size: 1.3rem;
}
.header .logo-wrapper img {
  max-width: 60px;
}
.header .menu-links {
  margin: 25px 0 5px 0;
}
.header .menu-links a {
  padding: 4px 10px;
  margin-right: 5px;
  background: #ffffff4a;
  color: #fff;
  border-radius: 2px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.9rem;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.header .menu-links a img {
  display: none;
}
.header .menu-links a:hover {
  background: #ffffffa1;
  color: #465857;
}
.header .menu-links a.active {
  background: #fff;
  color: #465857;
}
.header .menu-links a.active img {
  display: initial;
}
@media screen and (max-width: 550px) {
  .header {
    padding: 15px 10px;
  }
  .header img {
    max-width: 30px;
  }
}
.container {
  margin-top: 20px;
  width: 100% !important;
  max-width: 1600px !important;
}
.row {
  margin-top: 30px;
  margin-bottom: 30px;
}
.btn,
.form-control,
.list-group-item.active {
  border-radius: 0;
}
.btn-primary {
  background-color: #465857;
  border-color: #465857;
  color: #fff !important;
}
.btn-primary:hover {
  background-color: #5d7473;
  border-color: #516665;
}
.btn-secondary {
  background-color: #F3F3F3;
  border-color: #F3F3F3;
  color: #444;
}
.btn-info {
  color: #465857;
  border-radius: 3px;
  background: #f7f7f7;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.btn-info:hover,
.btn-info:active,
.btn-info:focus {
  background-color: #465857 !important;
  border-color: #465857 !important;
}
a:not([class]) {
  text-decoration: underline;
  color: #474747;
}
a:not([class]):hover {
  color: #7a7a7a;
}
.nav-link {
  color: #465857;
  cursor: pointer;
}
.page-link:active,
.page-link:focus {
  outline: 0 !important;
  box-shadow: none !important;
}
.page-link.active {
  background-color: #465857 !important;
  color: #fff !important;
}
.page-link:active,
.page-link:focus {
  outline: 0;
  box-shadow: none;
  color: #fff;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link,
.badge-primary {
  background-color: #465857;
}
.list-group-item.active {
  border-color: rgba(0, 0, 0, 0.125);
  background-color: #F3F3F3;
}
.list-group .container {
  margin-top: 0;
  margin-bottom: 0;
}
.list-group .container .row {
  margin-top: 5px;
  margin-bottom: 5px;
}
.card {
  border-radius: 0;
}
.card.gray {
  background-color: #f8f8f8;
  border: 0;
}
.card.info-red-card {
  background: #465857;
  border-radius: 3px;
  box-shadow: 0 2px 1px #0000002b;
  color: #fff;
}
@media screen and (max-width: 550px) {
  .card.info-red-card {
    margin-right: -20px;
    margin-left: -20px;
  }
}
.card.info-red-card.sticky {
  position: sticky;
  z-index: 5;
}
@media screen and (max-width: 550px) {
  .card.info-red-card.sticky {
    position: relative;
    top: 0 !important;
  }
}
.card.info-red-card a {
  color: #fff;
}
.card.info-red-card h4 a {
  text-decoration: none;
}
.card.info-red-card .badge.badge-light {
  margin-right: 5px;
  background-color: #ffffff40;
}
.card.info-red-card .text-light {
  color: #ffffffb0 !important;
}
.card.info-red-card p {
  margin-bottom: 0;
}
.card.info-red-card .sub-info {
  max-height: 0;
  margin: 0 -21px 0 -21px;
  padding: 0 20px;
  color: #333;
  background: #fff;
  overflow: hidden;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.card.info-red-card .sub-info a {
  color: #465857;
}
.card.info-red-card .sub-info.visible {
  max-height: 2000px;
  margin: 20px -21px -21px -21px;
  padding: 20px;
}
.card .card-body table {
  margin-bottom: 0;
}
.card .card-body a {
  color: #772122;
}
.narrow-card.card .card-body {
  padding: 0.25rem;
}
.tight-card.card .card-body {
  padding: 0;
}
.card .card-body table {
  width: 100%;
}
.card .card-body table thead {
  background-color: #F3F3F3;
}
.card .card-body table thead td,
.card .card-body table thead th {
  padding: 10px 0;
}
.card .card-body table tr {
  border-bottom: 1px solid #F3F3F3;
}
.card .card-body table tr td {
  padding: 7px 0;
}
.card.collapsible-card,
.card.mobile-menu {
  position: relative;
  -webkit-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  max-height: 46px;
  overflow: hidden;
}
.card.collapsible-card.open,
.card.mobile-menu.open {
  max-height: 5000px;
}
.card.collapsible-card .card-header,
.card.mobile-menu .card-header {
  cursor: pointer;
}
.card.collapsible-card .card-button,
.card.mobile-menu .card-button {
  position: absolute;
  top: 9px;
  right: 9px;
  height: 30px;
  width: 30px;
  padding: 0;
  font-weight: bold;
  line-height: 30px;
  border-radius: 100%;
}
.card.collapsible-card .menu-button,
.card.mobile-menu .menu-button {
  position: absolute;
  top: 12px;
  right: 12px;
  height: 24px;
  width: 25px;
  background: transparent;
  border: 0;
  outline: 0;
}
.card.collapsible-card .menu-button:active,
.card.mobile-menu .menu-button:active,
.card.collapsible-card .menu-button:focus,
.card.mobile-menu .menu-button:focus {
  box-shadow: none;
}
.card.collapsible-card .menu-button:before,
.card.mobile-menu .menu-button:before,
.card.collapsible-card .menu-button:after,
.card.mobile-menu .menu-button:after {
  content: " ";
}
.card.collapsible-card .menu-button span,
.card.mobile-menu .menu-button span,
.card.collapsible-card .menu-button:before,
.card.mobile-menu .menu-button:before,
.card.collapsible-card .menu-button:after,
.card.mobile-menu .menu-button:after {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 4px;
  background: #465857;
}
.card.collapsible-card .menu-button span,
.card.mobile-menu .menu-button span {
  top: 50%;
  margin-top: -2px;
}
.card.collapsible-card .menu-button:before,
.card.mobile-menu .menu-button:before {
  top: 0;
}
.card.collapsible-card .menu-button:after,
.card.mobile-menu .menu-button:after {
  bottom: 0;
}
@media screen and (min-width: 550px) {
  .card.collapsible-card .menu-button,
  .card.mobile-menu .menu-button {
    display: none;
  }
}
@media screen and (min-width: 550px) {
  .card.mobile-menu {
    max-height: 5000px !important;
  }
  .card.mobile-menu .card-button {
    display: none;
  }
}
.autocomplete-input {
  position: relative;
}
.autocomplete-input .autocomplete-list {
  position: absolute;
  left: 0;
  right: 0;
  max-width: 100vw;
  max-height: calc(-100vh);
  margin-top: -4px;
  border-radius: .25rem;
  box-shadow: 0 2px 2px #0000001f;
  color: #474747;
  z-index: 20;
  overflow-y: auto;
}
.sticky .autocomplete-input .autocomplete-list {
  max-height: calc(40vh);
}
.autocomplete-input .autocomplete-list a {
  color: #474747;
}
.autocomplete-input .autocomplete-list a:hover {
  background: #F3F3F3;
}
@media screen and (max-width: 550px) {
  .autocomplete-input.open {
    position: fixed;
    top: 53px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #F3F3F3;
    z-index: 10;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  .autocomplete-input.open input.form-control {
    padding: 1.6rem;
  }
  .autocomplete-input.open .autocomplete-list {
    top: 52px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
  }
}
@media print {
  .hidden-print {
    display: none;
  }
  .full-width-print {
    width: 100% !important;
    max-width: 100%;
  }
}
.dictionary-list .list-group-item > .row {
  margin-top: 0;
  margin-bottom: 0;
}
.dictionary-list .list-group-item p.text-larger {
  font-size: 1.1rem;
}
.dictionary-list .list-group-item .breadcrumb {
  margin-bottom: 0;
  border: 1px solid #ebebeb;
  background-color: #f8f8f8;
}
.loading.dictionary-list .list-group-item {
  padding: 120px 10px 40px 10px;
  background-position: center 30px;
  background-repeat: no-repeat;
  background-image: url('../img/icon-loading.gif');
  color: #818181;
}
.index-column {
  position: sticky;
  top: 118px;
  bottom: 0;
  height: calc(100vh - 118px);
  overflow-y: auto;
  overflow-x: hidden;
  align-self: flex-start;
}
.searchform-sticky.index-column {
  max-height: calc(-50vh);
}
@media screen and (max-width: 550px) {
  .index-column {
    display: none;
    position: absolute;
    top: 166px;
    left: 0;
    right: 0;
    max-height: calc(-66vh);
    min-height: 200px;
    padding-left: 0;
    overflow-y: scroll;
    z-index: 100;
  }
  .index-list-open .index-column {
    display: block;
  }
}
.btn-menu {
  display: inline-block;
  float: left;
  width: 32px;
  height: 32px;
  margin: 3px 20px 0 0;
  padding: 5px 0;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 3px;
  cursor: pointer;
}
@media screen and (max-width: 550px) {
  .btn-menu {
    margin: 3px 0 0 0;
  }
}
.btn-menu:active,
.btn-menu:focus {
  outline: 0;
}
.btn-menu:hover {
  background: #ffffff4f;
  border: 1px solid #6060604f;
}
.app-menu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 500px;
  max-width: 95vw;
  background: #fff;
  border-right: 1px solid #999999;
  box-shadow: 0 2px 8px #00000091;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform: translateX(-110%);
  -moz-transform: translateX(-110%);
  -ms-transform: translateX(-110%);
  transform: translateX(-110%);
  opacity: 0;
  overflow-y: auto;
  z-index: 15;
}
.app-menu.open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.hamburger-icon {
  display: inline-block;
  position: relative;
  width: 25px;
  height: 25px;
}
.hamburger-icon .icon-middle {
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 25px;
  height: 3px;
  background: #fff;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.open.hamburger-icon .icon-middle {
  opacity: 0;
}
.black.hamburger-icon .icon-middle {
  background: #000;
}
.hamburger-icon .icon-before-after:before,
.hamburger-icon .icon-before-after:after {
  content: ' ';
  display: block;
  position: absolute;
  width: 25px;
  height: 3px;
  background: #fff;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}
.black.hamburger-icon .icon-before-after:before,
.black.hamburger-icon .icon-before-after:after {
  background: #000;
}
.hamburger-icon .icon-before-after:before {
  top: 0;
  left: 0;
}
.open.hamburger-icon .icon-before-after:before {
  transform: rotate(45deg);
}
.hamburger-icon .icon-before-after:after {
  top: 18px;
  left: 0;
}
.open.hamburger-icon .icon-before-after:after {
  transform: rotate(-45deg);
}
@media screen and (max-width: 550px) {
  .hidden-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 550px) {
  .hidden-mobile-up {
    display: none !important;
  }
}
.element-notification-message {
  display: inline;
  position: relative;
}
.element-notification-message .element-container {
  display: inline;
}
.element-notification-message .message-container {
  position: absolute;
  min-width: 200px;
  padding: 20px;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  background: #465857;
  border-radius: 3px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.18);
  opacity: 0;
  pointer-events: none;
  z-index: 500;
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  cursor: pointer;
}
.element-notification-message .message-container.visible {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.element-notification-message .message-container .arrow {
  position: absolute;
  width: 0;
  height: 0;
}
.element-notification-message .message-container .arrow.arrow-under {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #465857;
}
.element-notification-message .message-container .arrow.arrow-above {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #465857;
}
.element-notification-message .message-container .arrow.arrow-right {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #465857;
}
.element-notification-message .message-container .arrow.arrow-left {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #465857;
}
.element-notification-message .message-container .close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}
@font-face {
  font-family: 'Lido STF';
  font-weight: 400;
  src: url("lido/Lido-Regular.woff");
}
@font-face {
  font-family: 'Lido STF';
  font-weight: 700;
  src: url("lido/Lido-Bold.woff");
}
@font-face {
  font-family: 'Lido STF';
  font-style: italic;
  font-weight: 400;
  src: url("lido/Lido-Italic.woff");
}
@font-face {
  font-family: 'Lido STF';
  font-weight: 700;
  font-style: italic;
  src: url("lido/Lido-BoldItalic.woff");
}
@font-face {
  font-family: 'Lido STF';
  font-weight: 500;
  src: url("lido/Lido-Medium.woff");
}
@font-face {
  font-family: 'Lido STF';
  font-weight: 500;
  font-style: italic;
  src: url("lido/Lido-MediumItalic.woff");
}
html,
body {
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: 'Roboto', sans-serif;
}
@media screen and (max-width: 550px) {
  html,
  body {
    overflow-x: hidden;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Condensed", "Open Sans", "Lucida Grande", "Helvetica Neue", sans-serif;
  font-weight: 400;
}
h1.highlight,
h2.highlight,
h3.highlight,
h4.highlight,
h5.highlight,
h6.highlight {
  background: #fff9ce;
}
html {
  overflow-x: hidden;
}
.color-orange {
  color: #c88413 !important;
}
.color-blue {
  color: #2171b5 !important;
}
.color-gray {
  color: #6a6a6a !important;
}
.round-green-button {
  padding: 0 25px;
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 36px;
  box-shadow: 0 0px 0px #00000000;
  border-radius: .25rem;
  background: #465857;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.round-green-button:hover {
  box-shadow: 0 2px 5px #0000005e;
}
.btn.btn-primary {
  padding: 0 25px;
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 36px;
  box-shadow: 0 0px 0px #00000000;
  border-radius: .25rem;
  background: #465857;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.btn.btn-primary:hover {
  box-shadow: 0 2px 5px #0000005e;
}
.content-container {
  max-width: 1000px !important;
}
.content-container .box {
  padding: 30px;
  background: #fff;
  border: 1px solid #ebebeb;
  border-top: 0;
}
.content-container .box p:last-child {
  margin-bottom: 0;
}
.content-container .box .links a {
  display: inline-block;
  padding: 4px 9px;
  margin-right: 15px;
  background: #F3F3F3;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.8rem;
}
.search-container {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  padding: 30px 20px 30px 20px;
  background: #F3F3F3;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  box-shadow: 0 0 0;
  color: #fff;
  z-index: 50;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.search-container > .row {
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 550px) {
  .search-container {
    padding: 10px 50px 10px 10px;
    box-shadow: 0 2px 6px #00000040;
  }
}
.search-container.sticky {
  box-shadow: 0 2px 6px #00000040;
}
.search-container .container {
  margin-top: 0;
  max-width: 800px !important;
}
.search-container input.form-control.malid-style {
  background: transparent;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 1px solid #000;
  color: #000;
}
.search-container input.form-control:focus {
  outline: none;
  box-shadow: none;
}
.search-container .search-info {
  margin-top: 5px;
  margin-bottom: -5px;
  color: #555;
  font-size: 0.8rem;
}
@media screen and (max-width: 550px) {
  .search-container .search-info {
    display: none;
  }
}
.link-list a {
  display: block;
}
.malfar-menu ul.menu-main ul.menu-sub {
  max-height: 0;
  margin-left: 20px;
  overflow: hidden;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.malfar-menu ul.menu-main ul.menu-sub .nav-item.selected {
  font-weight: bold;
}
.malfar-menu ul.menu-main li.open > a {
  font-weight: bold;
}
.malfar-menu ul.menu-main li.open ul.menu-sub {
  max-height: 1500px;
}
.index-column {
  padding-bottom: 10px;
}
@media screen and (min-width: 550px) {
  .index-column {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 550px) {
  .searchform-sticky .index-column .card-body {
    max-height: calc(-170vh);
    overflow-y: auto;
  }
}
.index-column ul.nav .list-heading {
  padding: .5rem 1rem;
  background-color: #e6e6e6;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  font-size: 0.8rem;
  font-weight: bold;
}
.index-column ul.nav .list-heading:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.index-column ul.nav .nav-item a {
  border-radius: 0;
  font-size: 0.8rem;
}
.index-column ul.nav .nav-item a.active {
  background-color: #828282;
}
.index-column ul.nav .nav-item a.active:hover {
  background-color: #828282;
}
.index-column ul.nav .nav-item a:hover {
  background-color: #e8e8e8;
}
.main-content-wrapper {
  padding-left: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.125);
}
.main-content-wrapper .main-content {
  margin-left: -1px;
}
@media screen and (max-width: 550px) {
  .main-content-wrapper {
    padding-left: 15px;
  }
}
.flettu-head {
  padding: 15px 15px 5px 15px;
}
.flettu-head h2 {
  font-size: 1.7rem;
}
.flettu-head h2 .relationship-button {
  display: inline-block;
  position: relative;
  top: 5px;
  width: 32px;
  height: 26px;
  margin-left: 10px;
  background-image: url(../img/icon-relationships.png);
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #2c4b4f59;
  border-radius: 4px;
  cursor: pointer;
}
.flettu-head .index-list-button {
  display: block;
  position: relative;
  top: 5px;
  float: left;
  height: 24px;
  width: 38px;
  margin-right: 5px;
  background: transparent;
  border: 0;
  outline: 0;
}
@media screen and (min-width: 550px) {
  .flettu-head .index-list-button {
    display: none;
  }
}
.flettu-head .index-list-button span {
  display: none;
}
.index-pagination {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 20px 0;
  background-color: #F3F3F3;
}
@media screen and (max-width: 550px) {
  .index-pagination {
    left: 0;
    right: 0;
    padding: 10px;
    z-index: 10;
  }
}
.dictionary-info {
  max-height: 0;
  padding: 0 20px;
  color: #333;
  overflow: hidden;
  -webkit-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.dictionary-info a {
  color: #465857;
}
.dictionary-info.visible {
  max-height: 2000px;
}
.dictionary-info * {
  font-family: inherit !important;
}
.dictionary-entry {
  min-height: 35px;
  padding: 0;
}
.dictionary-entry .expanded-content {
  max-height: 0;
  padding: 0 20px;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.dictionary-entry .expanded-content.expanded,
.expand-all .dictionary-entry .expanded-content {
  padding: 10px 20px;
  max-height: 3000px;
  opacity: 1;
}
.dictionary-entry .minified-content {
  padding: 10px 20px;
  font-size: 0.85rem;
  cursor: pointer;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.dictionary-entry .minified-content:hover {
  background-color: #F3F3F3;
  box-shadow: 0 2px 4px #0000002b;
}
.dictionary-entry .minified-content.expanded,
.expand-all .dictionary-entry .minified-content {
  padding: 0 20px;
  max-height: 0;
  opacity: 0;
  pointer-events: none;
}
.dictionary-entry p.extra-lang {
  margin-left: 15px;
}
.dictionary-entry p .entry-row {
  display: block;
  margin-bottom: 10px;
}
.dictionary-entry figure {
  max-width: 100%;
}
.dictionary-entry figure img {
  max-width: 500px;
}
@media screen and (max-width: 550px) {
  .dictionary-entry figure img {
    max-width: 100%;
  }
}
.dictionary-entry .image-thumbs figure img {
  max-width: 150px;
}
.dictionary-entry .entry-lang-name {
  display: block;
  position: relative;
}
.dictionary-entry .entry-lang-name:before {
  content: ' ';
  display: block;
  position: absolute;
  left: -18px;
  top: 7px;
  height: 8px;
  width: 8px;
  background: transparent;
  border-top: 2px solid #9fb09e;
  border-right: 2px solid #9fb09e;
  border-radius: 3px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.dictionary-entry .entry-lang-name.lead:before {
  content: none;
}
.dictionary-entry .float-right {
  position: relative;
}
.cursor-pointer {
  cursor: pointer;
}
.list-group-item:hover {
  z-index: unset;
}
.list-style-buttons {
  margin-bottom: 5px;
  margin-top: -31px;
}
.list-style-buttons .btn {
  position: relative;
  width: 25px;
  height: 25px;
  background-color: transparent;
  background-size: 18px 18px;
  border-radius: 2px;
  border: 1px solid #0000;
}
.list-style-buttons .btn.list-compact {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../img/icon-list-compact.png');
}
.list-style-buttons .btn.list-expanded {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../img/icon-list-expanded.png');
}
.list-style-buttons .btn:active,
.list-style-buttons .btn:focus {
  outline: 0;
  box-shadow: none;
}
.list-style-buttons .btn:hover {
  background-color: #e6e6e6;
}
.list-style-buttons .btn.selected {
  border-color: #b2b2b2;
}
.search-container + .container {
  margin-top: 0;
}
@media screen and (max-width: 550px) {
  .search-container + .container {
    margin-top: 0;
  }
}
.search-container + .container > .row {
  margin-top: 10px;
}
.info-red-card {
  margin-bottom: 10px;
}
@media screen and (max-width: 550px) {
  .info-red-card {
    margin-top: -20px;
  }
}
.site-footer {
  margin-top: 20px;
  padding: 30px 20px;
  text-align: left;
}
@media screen and (max-width: 550px) {
  .site-footer {
    padding: 10px;
  }
}
.site-footer .logos img {
  max-height: 60px;
  max-width: 90vw;
  margin: 0 20px 20px 20px;
}
.site-footer .footer-text {
  position: relative;
  color: #808080;
  font-size: 0.8rem;
}
.nav-pills .dropdown {
  margin-top: 2px;
}
.dropdown .btn-primary {
  padding: 0 25px;
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 36px;
  box-shadow: 0 0px 0px #00000000;
  border-radius: .25rem;
  background: #465857;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #465857;
  background-color: #fff;
  border-color: #e6e6e6;
}
.dropdown .btn-primary:hover {
  box-shadow: 0 2px 5px #0000005e;
}
.show.dropdown .btn-primary,
.dropdown .btn-primary.active,
.dropdown .btn-primary:active {
  color: #465857 !important;
  background-color: #F3F3F3 !important;
  border-color: #bbbbbb !important;
  box-shadow: 0 2px 5px #0000005e !important;
}
.dropdown .dropdown-menu {
  border-radius: 2px;
  box-shadow: 0 2px 2px #0000001f;
  border: 1px solid #dadada;
}
.dropdown .dropdown-item.active,
.dropdown .dropdown-item:active {
  background-color: #465857;
}
.paraTable {
  width: auto !important;
}
.paraTable tr {
  border-bottom: 0 !important;
}
.paraTable tr td {
  padding: 0 5px !important;
}
.paraTable tr td:first-child {
  text-align: right;
}
.tabs-wrapper > .card {
  border-top: 0;
}
.tabs-wrapper > .card .card-body {
  min-height: 250px;
}
.tabs-wrapper .gray-card {
  background: #F3F3F3;
  border-radius: 4px;
  border-color: transparent;
}
.tabs-wrapper .nav-tabs {
  border-bottom: 0;
}
.tabs-wrapper .nav-tabs .nav-link {
  border-right-color: #8080801c;
  border-left: none;
  background: #ffffff6e;
  color: #fff;
  -webkit-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.tabs-wrapper .nav-tabs .nav-link:hover:not(.active) {
  background-color: #8a8a8a !important;
}
.tabs-wrapper .nav-tabs .nav-link.active {
  color: #ffff;
  background-color: #74a2a7;
}
@media screen and (max-width: 550px) {
  .tabs-wrapper .nav-tabs .nav-link {
    margin: 2px;
    border-radius: .25rem;
  }
}
@media screen and (max-width: 550px) {
  .tabs-wrapper .nav-tabs {
    margin-bottom: 2px;
  }
}
.tabs-wrapper .tab-heading {
  position: relative;
  padding: 20px;
  margin: -20px -21px 20px -21px;
  background-color: #74a2a7;
  box-shadow: 0 2px 3px #00000030;
}
.tabs-wrapper .tab-heading h3 {
  margin-bottom: 0;
  color: #fff;
  font-family: Roboto;
  font-size: 1.3rem;
}
.tabs-wrapper .tab-heading .smaller {
  font-size: 60%;
}
.tabs-wrapper .tab-heading .heading-content a {
  padding: 2px 4px;
  color: #585858;
  font-weight: bold;
  text-decoration: none;
  background: #ffffffb3;
  border-radius: 3px;
}
.tabs-wrapper .tab-help {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  min-width: 100px;
  padding: 10px;
  background: #ffffff2e;
  border-radius: 2px;
  color: white;
  font-size: 0.8rem;
}
.tabs-wrapper .tab-help a {
  display: block;
  color: #fff !important;
  text-decoration: none;
}
.tabs-wrapper .tab-help strong {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 1px solid white;
  border-radius: 20px;
  line-height: 17px;
  text-align: center;
}
@media screen and (max-width: 550px) {
  .tabs-wrapper .tab-help {
    position: relative;
    margin-top: 10px;
  }
  .tabs-wrapper .tab-help a {
    display: inline-block;
    margin-right: 5px;
  }
}
.tabs-wrapper .tab-description {
  padding-bottom: 1rem;
  margin-bottom: 0;
}
.tabs-wrapper .tab-description + hr {
  margin-top: 0;
}
.graph-wrapper {
  position: relative;
  height: 600px;
  border: 1px solid #F3F3F3;
  border-radius: 3px;
}
.graph-wrapper.maximized {
  position: fixed;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  height: auto;
  box-shadow: 0 2px 7px #0000000f;
  border-radius: 3px;
  overflow: hidden;
  z-index: 100;
}
.graph-wrapper .graph-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
}
.graph-wrapper .no-results-overlay {
  display: flex;
  position: absolute;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  background: #e9e9e9bd;
  font-size: 1.2rem;
  font-weight: bold;
  color: #3c3c3c;
  z-index: 10;
  pointer-events: none;
}
.graph-wrapper .controls {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 15;
}
.graph-wrapper .graph-legend {
  position: absolute;
  left: 5px;
  bottom: 5px;
  padding: 10px;
  background-color: #ffffffa8;
  border-radius: 3px;
}
.graph-wrapper .graph-legend .legend-item {
  cursor: pointer;
}
.graph-wrapper .graph-legend .legend-item .legend-color {
  display: inline-block;
  position: relative;
  top: -4px;
  width: 18px;
  height: 3px;
  margin-right: 5px;
  border-radius: 2px;
}
.graph-wrapper .graph-legend .legend-item .legend-label {
  font-size: 0.8rem;
}
.graph-wrapper .full-view-button {
  position: absolute;
  top: 10px;
  right: 10px;
}
.graph-wrapper .full-view-button button,
.graph-wrapper .controls button,
.graph-wrapper .full-view-button a,
.graph-wrapper .controls a {
  padding: 3px 8px;
  background-color: #f3f3f3;
  border-radius: 3px;
  border: 1px solid #e4e4e4;
  box-shadow: 0 2px 2px #00000008;
  font-size: 0.8rem;
  cursor: pointer;
}
.graph-wrapper svg text {
  pointer-events: none;
}
.graph-wrapper svg g circle {
  cursor: pointer;
}
.tenging-strik {
  position: relative;
  width: 80%;
  min-width: 50px;
  max-width: 350px;
  margin: 17px 10px 0 10px;
  border-top: 1px dotted #ccc;
}
.tenging-strik span {
  position: absolute;
  top: 0px;
  left: 50%;
  padding: 2px 5px;
  font-size: 0.8rem;
  color: #6f8f8d;
  border: 1px solid #dadada;
  border-radius: 2px;
  background: white;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.tenging-strik:before,
.tenging-strik:after {
  content: " ";
  display: block;
  position: absolute;
  top: -6px;
  width: 10px;
  height: 10px;
  border: 5px solid #ccc;
  border-top-color: transparent;
  border-right-color: transparent;
}
.tenging-strik:after {
  right: 0;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
.tenging-strik:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.tengifletta {
  padding: 4px 10px;
  border-radius: 5px;
  border: 1px solid #dadada;
  background: #fff;
}
a.tengifletta {
  display: block;
  text-decoration: underline !important;
  cursor: pointer;
}
a.tengifletta:hover {
  background-color: #F3F3F3;
}
.tengiflettuleit {
  position: relative;
}
.tengiflettuleit .autocomplete-input {
  display: none;
  position: absolute;
  top: -2px;
  min-width: 300px;
}
.input-visible.tengiflettuleit .autocomplete-input {
  display: block;
}
.connections-container {
  margin-left: 10px;
}
.connections-container .connection-line {
  position: relative;
  height: 60px;
  margin: -11px 5px -14px 5px;
  border-left: 2px solid #ccc;
}
.f .connections-container .connection-line:before,
.f .connections-container .connection-line:after {
  content: " ";
  display: block;
  position: absolute;
  left: -4px;
  width: 5px;
  height: 5px;
  border: 3px solid #ccc;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.connections-container .connection-line:after {
  top: 25px;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
.connections-container .connection-line:before {
  top: -3px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.connections-container .connection-line span {
  position: absolute;
  top: 21px;
  left: 16px;
  color: gray;
  font-size: 10px;
}
.connections-container .connection-item {
  display: inline-block;
  position: relative;
}
.connections-container .connection-item .connection-label {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 5px;
  border: 1px solid #dadada;
  background: #fff;
}
.connections-container .connection-item .connection-dot {
  display: inline-block;
  position: relative;
  left: 1px;
  width: 9px;
  height: 9px;
  margin-right: 14px;
  background: #d9d9da;
  border-radius: 100%;
}
.connections-container .connection-item:first-child .connection-dot,
.connections-container .connection-item:last-child .connection-dot {
  left: 0;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  background: white;
  border: 3px solid #ed9111;
}
.order-form {
  padding: 5px 10px;
  margin: 5px 0;
  background: #F3F3F3;
  border-radius: 3px;
}
.order-form label {
  font-size: 0.8rem;
  color: gray;
}
.order-form select {
  height: auto;
  padding: 2px 5px;
  font-size: 0.8rem;
  border-radius: 2px;
}
table thead th a {
  cursor: pointer;
  text-decoration: none !important;
  border-bottom: 1px dotted;
}
table thead th:first-child {
  padding-left: 10px !important;
}
table td:first-child {
  padding-left: 10px !important;
}
.piechart {
  position: relative;
}
.piechart svg text {
  font-size: 0.7rem;
}
.piechart .graph-legend .legend-item {
  display: inline-block;
  margin: 0 15px 15px 0;
}
.piechart .graph-legend .legend-item .legend-color {
  display: inline-block;
  position: relative;
  top: 4px;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  border-radius: 2px;
}
.piechart .graph-legend .legend-item .legend-label {
  font-size: 0.7rem;
}
.graph-container .hover-info,
.piechart .hover-info {
  position: absolute;
  left: 50%;
  bottom: 20px;
  max-width: 80%;
  padding: 10px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 2px 9px #00000047;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
}
