@font-face {
	font-family: doulosSIL;
	src: url('../fonts/DoulosSIL-Regular.ttf');
}

/* Updates to data base */

.elementChanged {
	background : #feddda;
}

.changesSent {
	background : #feddda;
}

html.no_overflow{
  overflow: hidden;
  touch-action: none;
  -ms-touch-action: none;
}

/* Legend focus */

tr:not(.im_child_legend_element) .focused > td {
	font-weight : bold;
}

/* Rotate table headers */

.matrix {
	width: 100%;
}

.matrix table, .matrix tbody, .matrix tr, .matrix td, .matrix th:not(:first-child), .matrix div, .matrix span {
	vertical-align : middle !important;
	hyphens : none;
}

.matrix tbody {
	height : 600px;
	overflow-y : auto;
	overflow-x : hidden;
}

.matrix tbody, .matrix thead {
	display : block;
}

.matrix th {
  height: 140px;
  white-space: nowrap;
}

.matrix th:not(:first-child) > div {
  transform: 
    translate(12px, 59px)
    rotate(315deg);
}

.matrix th:not(:first-child) div, .matrix td:not(:first-child) div {
	width: 18px;
}

.matrix th:not(:first-child) div {
	margin-right : 1px;
}

.matrix th:first-child {
	vertical-align: bottom;
	text-align: center;
}

.matrix th:first-child div, .matrix td:first-child div {
	width : 200px;
}

.matrix td {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding-right : 0px !important;
}

.matrix td div {
	text-align : center;
}

.matrix th > div > span {
  border-bottom: 1px solid #ccc;
  padding: 1px 1px;
}

/** Chosen like button */
	
.chosen-like-button {
	background-clip: padding-box;
    background-color: #eeeeee;
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-repeat: repeat-x;
    background-size: 100% 19px;
    border: 1px solid #aaa;
    border-radius: 3px;
    box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    color: #333;
    cursor: default;
    line-height: 13px;
    margin: 3px 5px 3px 0;
    max-width: 100%;
    padding: 3px 20px 3px 5px;
    position: relative;
    float: left;
}

.chosen-like-button-del > a.selected {
	background-position : -42px -10px;
}

.chosen-like-button-del > a {
	background: rgba(0, 0, 0, 0) url("http://www.verba-alpina.gwi.uni-muenchen.de/wp-content/plugins/chosen/chosen/chosen-sprite.png") no-repeat scroll -42px 1px;
    display: block;
    font-size: 1px;
    height: 12px;
    position: absolute;
    right: 3px;
    top: 4px;
    width: 12px;
    cursor: pointer;
    box-sizing: border-box;
    line-height: 13px;
}

.eyecatcher {
	display: inline-block;
	/*transform: rotate(45deg);*/
	float: right;
	font-weight : bold;
	border : 2pt solid;
	padding: 0.5em;
	background: #008000;
	color: white;
}

.eyecatcher a:link {
	color: white;
}

.eyecatcher a:visited {
	color: white !important;
}
.eyecatcher a:active {
	color: white;
}

.chosen-container-multi .chosen-choices li.search-choice, #recordSummary {
	font-family: doulosSIL;
}

#tokenAuswahlLex_chosen li {
	font-family: doulosSIL;
}

#translatorList_chosen .chosen-drop, #commTranslatorList_chosen .chosen-drop {
	border-bottom: 0;
	border-top: 1px solid #aaa;
	top: auto;
	bottom: 40px;
}

#translatorList_chosen .chosen-drop {
	border-bottom: 0;
	border-top: 1px solid #aaa;
	top: auto;
	bottom: 40px;
}

li.generalConcept {
	color : grey;
}

li.specificConcept {
	color : black;
}

.galleryContainer {
	display: inline-block;
	position: relative;
}

.galleryContainer p {
	position: absolute;
	background: #fc0;
	top: 3px;
	left: 3px;
}

.fa-stack{
    width: 2.5em;  /*overwrite old fa versions e.g. from wd-cal*/
}

.galleryContainer object {
	position: absolute;
}

@font-face {
    font-family: zrcola;
    src: url(fonts/ZRColaRe.otf);
}

ol.footnotes p {
	margin-bottom : 0;
}

.va-title {
	position : relative;
	font-size: 25px !important;
  -webkit-text-stroke: 0.2px;
  transform-origin: 0 0;
  letter-spacing: 0.02em;
  -webkit-transform:scale(0.92,1); /* Safari and Chrome */
  -moz-transform:scale(0.92,1); /* Firefox */
  -ms-transform:scale(0.2,1); /* IE 9 */
  -o-transform:scale(0.92,1); /* Opera */
  transform:scale(0.92,1); /* W3C */
}

.va-title span.va-rel-link {
	position : absolute;
	top: -100px;
}

.va-marked {
	background : yellow;
}

.entry-content a:not(.hLink, encyLink) {text-decoration : underline;}
.entry-content a:not(.hLink):link {color: #3CB371}
.entry-content a:not(.hLink):visited {color: #3CB371}

.bibl {
	color: #5E99BD;
/*	text-decoration: underline; */
	cursor: pointer;
}

table.second_table .bibl {
	color: white;
	text-decoration: underline;
}

.vaabr, .sabr, .iso {
	color: grey /*#3CB371*/;
/*	text-decoration: underline;*/
	cursor: pointer;
}

.clickable-row{
	cursor: pointer;
}

.clickable-row:hover{
	opacity: 0.95;
}

.recordBox {
	width: 500px;
}

.corrTable {
	margin-bottom: 50px;
}

.corrTable td,.corrTable th {
	padding: 5px;
	vertical-align: middle;
}

.conceptSelect {
	max-width: 600px;
}

.corrField {
	margin-left: 5px;
	margin-right: 5px;
	border: solid black 1px;
	border-radius: 5px;
	padding: 5px;
	font-size: 18px;
	cursor: pointer;
	font-family: doulosSIL;
}

.corrFieldFixd {
	cursor: not-allowed;
}

.corrFieldToken {
	background: lightgrey;
}

#corrTokenTable {
	border: 1px solid black;
}

#corrTokenTable td {
	padding: 10px;
	text-align: center;
}

#corrTokenTable td.activeTarget {
	background: yellow;	
}

.corrFieldSep {
	padding-left: 10px;
	padding-right: 10px;
	background: #eeeeee;
}

.corrFieldConcept {
	background: #88edf9;
}

.corrFieldType {
	background: #22dd5f;
}

.corrFieldConcept span, .corrFieldType span {
	position: absolute;
	top: -8px;
	right: -4px;
	background: #f7facf;
	border: 1px solid black;
	border-radius: 5px;
	font-size: 60%;
	padding: 1px;
}

.corrFieldConcept span:hover, .corrFieldType span:hover {
	background: lightgrey;	
}

td.blocked {
	background: #adadad;
}

.corrPlus {
	background: #f7facf;
	border-radius: 50%;
	width: 1.4em;
	line-height: 60%;
	margin: auto;
}

.corrPlus:hover {
	background: lightgrey;
}

#entryList a {
	line-height: 1.3em;
}

img.missingTranslation {
	width: 10px;
	height: 10px;
	margin-right: 4px;	
}

.hLink {
	color: black;
}

img.orcid {
	height: 1em;
	margin-left: 0.5em;
	border: 0px;
	box-shadow: none;
}

.entry-content table.ruleTable {
	width: initial;
}

.entry-content table.ruleTable td.imageTranscriptionRule{
	font-size: 300%;
	font-family: doulosSIL;
	padding: 0px;
}

.entry-content table.ruleTable tr{
	line-height: 1;
}

.entry-content table.ruleTable td.imageTranscriptionRule img{
	height: 1em;
}

.sim_row_eq {
	background: Aquamarine ;
}

.sim_row_diff {
	background: LightCoral ;
}

body.lex{
    overflow-x: hidden;
}

body.lex #content{
  overflow: hidden;
}


body.lex::-webkit-scrollbar {
    width: 10px;
    background-color: transparent;
}

body.lex::-webkit-scrollbar-thumb {
    background-color: #a9a9a9;
    border-radius: 4px;
}


#page.lex{
	max-width: 100% !important;
	background: transparent;
    overflow-x: hidden;
}


.entry-header.glossary{
    margin-bottom: 0px;
    display: inline-block;
    margin-left: 10px;
}

.entry-header.glossary .missingTranslation{
  position: relative;
  top: -1px;

}


#lextitellist .missingTranslation{
    top: -3px;
}

.entry-title.va-title.glossary{
margin-top: 0px;
margin-bottom: 0px;
}

.blue{
    color: blue;
}

.red{
    color: red;
}

.lemon{
    background: LemonChiffon;
}

.lex .blue{
    color: #45c0ef;
}

.lex .red{
    color: #f34242;
}

.lex .lemon{
    color: black;
}

.entry-content.methodology-text.glossary h1{
  font-family: Quicksand;

}

.entry-content.methodology-text.glossary h2{
   font-family: Quicksand;
}

.entry-content.methodology-text.glossary h3{
   font-family: Quicksand;
}

.entry-content.methodology-text.glossary h4{
  font-family: Quicksand;
} 

.lex_header{
    left: 0;
    position: fixed;
    top: 45px;
    right: 0;
    height: 170px;
   -webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.11);
    -moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.11);
    box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.11);
    background: #dbe1e6;
    z-index: 2;   
    transition: all 0.3s ease 0s;
    -webkit-backface-visibility: hidden;
}

.lex_scrollup{
   position: fixed;
    right: 0;
    bottom: 0;
    font-size: 20px;
    padding: 12px;
    padding-right: 15px;
    display: none;
    cursor: pointer;
     z-index: 100;
}

.lex_close_all{
    position: fixed;
    right: 2.5px;
    bottom: 28px;
    font-size: 20px;
    padding: 12px;
    padding-right: 15px;
    display: none;
    cursor: pointer;
    z-index: 100;
}

.lexlogowrapper{
  display: inline-block;
   position: relative;
   transition: all 0.3s ease 0s;
}

.lex_header.shift{
   padding-left: 0%;
}

.lexlogo_text{
   font-family: 'Kabel VA', sans-serif;
}

.lexlogo.lexlogo{
 position: relative;
 transition: all 0.3s ease 0s;
 left: 0;
}

.lexlogowrapper.shift .lexlogo.lexlogo{
  margin-left: 0px;
}

.lexlogowrapper.shift .lexsearch{
  margin-left: 0px;
}

.lex_header_cover{
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(http://localhost/VA/wp-content/uploads/21_2_titel.jpg) center center fixed;
    filter: grayscale(100%);
}

.lex_main_load_cover{
    display: none;
    position: fixed;
    width: 75%;
    height: 100%;
    top: 0;
    left: 25%;
    background: transparent;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.lex_main_load_cover.gallery{
 position: absolute;
}

.lex_main_load_cover .sk-fading-circle .sk-circle:before{
  background-color: #636363;
}


.lex_header_inner{
    padding-right: 15px;
    padding-left: 15px;
    top:28px;
    position: relative;
}

.entry-content.lex{
    left: 25%;
    width: 75%;
    position: relative;
    height: calc(100% - 215px);
    right: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    word-break: break-word;
    margin-top: 215px;
    padding-right: 20px;
    padding-left: 20px;
    overflow-x: hidden;
    padding-top: 25px;
    transition:  all 0.3s ease 0s;
    -webkit-backface-visibility: hidden;
    color: #242424;
}

.lexhead{
    font-family: 'Quicksand', serif;
    font-size: 65px;
    z-index: 3;
    margin-bottom: 12px;
}


.lexcontent{
    max-width: 1000px;
    min-width: 300px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.lex .lmu_signum_bg{
	opacity: 0.05;
}

.lex_articles{
    padding-left: 10px;
    padding-right: 10px;
    z-index: 1;
    position: relative;
    -webkit-backface-visibility: hidden;
}

.lex_articles:focus{
   outline: none;
}

.lexsearch{
    display: flex;
    border: 1px solid #444444;
    box-shadow: none;
    width: 690px;
    border-radius: 24px;
    z-index: 3;
    height: 44px;
    margin-bottom: 25px;
    margin-left: 5px;
  /*  position: -webkit-sticky;
    position: sticky;
    top: 0px;*/
    z-index: 2;
}

.sub_head_content .fas{
  width: 16px;
  height: 16px;
}

.secRowLoading{
    width: 100%;
    position: absolute;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1a67c75c;
    border-top: 1px solid transparent;
}

.lexsearch > div{
	color: transparent;
    flex: 100%;
    white-space: pre;
    display: flex;
    align-items: center;
    position: relative;
}

.lexsearch input{
	background-color: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    color: rgba(0,0,0,.87);
    word-wrap: break-word;
    outline: none;
    display: flex;
    flex: 100%;
    -webkit-tap-highlight-color: transparent;
    height: 34px;
    font-size: 16px;
    margin: 0 auto;
    margin-left: 15px;
    border-right: 1px solid #757575;
}

.lexsearch input::placeholder{
	font-size: 14px;
	color: #444;
	opacity: 1.0;
}

.lexsearch i{
    color: #444444;
    font-size: 20px;
    display: flex;
    right: 16px;

}

.lexsearch input.red::placeholder{
  color: red;
}

.lexsearch .fa-search:hover{
	cursor: pointer;
}

.front .highlight{
    background: #f1d44a6b;
}

.front_image{
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    opacity: 0.25;
    position: absolute;
    background-position: center;
}

.lex_edit button{
    color: #444444;
    font-size: 14px;
    padding: 0;
    position: relative;
    top: inline-flex;
    top: -2px;
}

.lex_comment_id{
    font-size: 12px;
}

.lex_article .sep{
    border-left: 1px solid;
    margin-left: 5px;
    margin-right: 5px;
}

.lex_article.meth .content{
    padding-right: 0px;
}

.lex .va-title{
	font-family: Helvetica, sans-serif;
}

/*.entry-content.lex::-webkit-scrollbar {
    width: 10px;
    background-color: transparent;
}

.entry-content.lex::-webkit-scrollbar-thumb {
    background-color: #a9a9a9;
    border-radius: 4px;
}*/

.lexstartcontent{
    display: none;
    backface-visibility: hidden;
}

.lex_edit{
    width: 25px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.lexsidebar{
	position: fixed;
    overflow: hidden;
    min-width: 190px;
    width: 25%;
    left: 0;
    bottom: 0;
    background-color: #272d37f0;
    height: calc(100% - 45px);
    z-index: 4;
    -webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.15);
    box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.15);
    transition: left 0.4s ease-out;
}

.lexlisthr{
    margin: 0px;
    width: 20px;
    background: #647086;
    position: absolute;
    bottom: 0px;
}

html.tour{
    overflow: hidden !important;
}


html.tour body{
    overflow: hidden !important;
}


.lex_abc{
    color: #7d899e;
    position: absolute;
    display: flex;
    width: 34px;
    height: calc(100% - 15px);
    border-right: 1px solid #647086;
    flex-direction: column;
    justify-content: space-around;
    top: 1px;
    align-items: center;
    padding-bottom: 5px;
    min-height: 600px;
    max-height: 1500px;
}  

.lex_abc > div{
    display: flex;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    justify-content: center;
    height: 100%;
    align-items: center;
    position: relative;
}

.abc_wrap{
    height: calc(100% - 65px);
    position: absolute;
    width: 35px;
    overflow-y: hidden;
    top:65px !important;
    overflow-x: hidden;
}


.abc_wrap::-webkit-scrollbar {
    width: 6px;
    background-color: transparent;
}

.abc_wrap::-webkit-scrollbar-thumb {
    background-color: #647086a1;
    border-radius: 4px;
}

.lex_abc > div.active{
    cursor: pointer;
}

.lex_abc > div.active:hover{
    color: white;
}

.lex_abc > div:not(.active){
    color: #525b6b;
}

/*.lex_abc > div{
  border-bottom: 1px solid #647086;
}*/

#scrollArea{
    width: 100%;
    height: calc(100% - 75px);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
     margin-top: 15px;
     padding-left: 25px;
}

.lex_slide_uncollapse{
    position: fixed;
    color: white;
    font-size: 20px;
    top: 50px;
    z-index: 10;
    left: 5px;
    color: #647086;
    padding: 7px;
    cursor: pointer;
    display: none;
}

.lex_slide_collapse{
  position: absolute;
  font-size: 20px;
  color: #647086;
  right: 0px;
  top: 12px;
  cursor: pointer;
  padding: 7px;
  padding-right: 10px;
}

.lex_load_cover{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    color: black;
    z-index: 20;
    height: 100%;
    margin: auto;
    background: rgb(20,20,20);
    background: linear-gradient(180deg, rgba(20,20,20,0) 0%, rgba(20,20,20,0.5032387955182073) 25%, rgba(20,20,20,0.6208858543417367) 50%, rgba(20,20,20,0.5032387955182073) 75%, rgba(20,20,20,0) 100%);
    left: 0px;
}

.lex_load_cover .spinnerarea{
    position: absolute;
    margin: auto;
    width: 40px;
    height: 40px;
    bottom: 40px;
    top: 0px;
    left: 0px;
    right: 0px;
}

.sk-fading-circle {
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #aaa;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
          animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); 
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); 
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; 
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; 
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; 
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; 
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; 
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; 
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; 
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; } 
}

.lex_load_cover i{
  position: absolute;

  top:0;
  left:0;
  right: 0;
  bottom: 30;
  font-size: 30px;
  height: 30px;
  width: 30px;
  color:rgb(120,120,120);
}

#lextitellist .title-string img.noTranslationImg {
    padding-right: 5px;
}

.lexlist{
	  padding: 10px;
    width: 100%;
    bottom: 0;
    border: none !important;
    outline: none !important;
    padding-top: 0px;
    padding-left: 15px;
    padding-right: 15px;
}


.lexsidebar #scrollArea::-webkit-scrollbar {
    width: 10px;
    background-color: transparent;
}

.lexsidebar  #scrollArea::-webkit-scrollbar-thumb {
    background-color: #647086;
    border-radius: 4px;
}

.lexsidebar li{
    font-family: Quicksand;
    padding-left: 8px;
    border-bottom: 1px solid #647086;
    overflow: hidden;
    color: white;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 34px;
    display: inline-flex;
    width: 100%;
    align-items: center;
}

.lexsidebar li .title-string{
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-flex;
    padding-right: 10px;
    max-width: calc(100% - 10px);
    align-items: center;

}

.lexsidebar li .title-string .name{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-x: hidden;
    padding-right: 5px;
    height: 16px;
    margin-top: 2px;
}

.lexsidebar li .title-string .type{
    margin-top: 2px; 
    padding-left: 5px;
} 

.active .list_marker{
    display: inline;
}

.lexlist .active .list_marker{
    display: inline-flex;
    height: 20px;
}


.list_marker{
    position: relative;
    margin-right: 5px;
    display: none;
}

.type_C{
  border-color: #00658c !important;
}

.type_L,.type_A{
  border-color:#004763 !important;
}

.type_B{
  border-color: #002e40 !important; 
}

.type_C .front, .type_C .back{
  border-color: #00658c !important;
}
 
.type_L .front, .type_L .back{
  border-color:#004763 !important;
}

.type_B .front, .type_B .back{
  border-color: #002e40 !important; 
}

.meth .type_A{
   border-color:#396c24 !important; 
}

.list_marker {
   border-left: 5px solid;
}



.lexsidebar li:hover{
	cursor: pointer;
}

.lexsidebar li .desc{
	display: none;
}

.lexsidebar li .type{
	font-size: 12px;
	font-style: italic;
	color:#647086;
    font-weight: 500;
}

.lexsidebar .search{
    padding-left: 10px;
    padding-right: 10px;
}    

.lexsidebar .search input {
  	background-color: transparent;
    color: #fff;
    border: none;
    border-bottom: 1px solid;
    border-color: #7d899e;
    margin-top: 20px;
    border-radius: 0px;
    padding-left: 20px;
    width: calc(100% - 15px);
}

.lexsidebar li:last-child {
	border-bottom: none;
}

.lexsidebar .search input::placeholder {
color: #7d899e;
}

.lexsidebar .search i.fas{
	position: absolute;
    display: flex;
    top: 28px;
    color: #7d899e;
}

.lexsearch button{
  color: white; 
  padding: 12px 16px; 
  padding-right: 20px;
}

.lexgradient {
    width: calc(100% - 20px);
    height: 105px;
    position: fixed;
    background: rgb(225,228,231);
    background: linear-gradient(180deg, rgb(215, 224, 230,1) 80%, rgba(15, 224, 230,0) 100%);
    z-index: 2;
    left: 0;
    top: 45px;
}

.lex_wiki a{
    color: #003a50 !important;
}

.lex_button_container{
    display: inline-block;
    float: right;
}

.lex_button_container.bback .lex_edit button{
    color: white;
}

.flipbutton:active{
  transform: scale(0.95);
  transition: all 0.2s ease;
}

.flipbutton {
    position: absolute;
    right: -15px;
    border: 1px solid;
    font-size: 12px;
    z-index: 2;
    background: #483030;
    top: 50px;
    padding: 2px 5px 2px 5px;
    box-shadow: -3px 3px 3px 0px rgba(0,0,0,0.15);
    background: #dbe1e6;
    color:white;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border-top-right-radius: 2px;
}


.flipbutton.type_C{
  color: #00658c !important;
}
 
.flipbutton.type_L,.flipbutton.type_A{
  color:#004763 !important;
}

.flipbutton.type_B {
  color: #002e40 !important; 
}

.flipbutton .arrow{
    width: 0;
    height: 0;
    line-height: 0;
    border-right: 15px solid transparent;
    border-top: 7px solid #5f5f5f;
    right: -1px;
    position: absolute;
    bottom: -8px;
}


.lex_article{
    margin-bottom: 25px;
    background: transparent;
    position: relative;
    transition: all .5s ease-in-out;
    opacity: 0;
    perspective: 3000px !important;
    max-height: 209px;
    backface-visibility: hidden;
}



.lex_article:hover .flipbutton{
    cursor: pointer;
}

 
.hiddenbackcontent{
    display: none;
    padding: 5px;
    margin-right: 25px;
}




.hiddenbackcontent th{
    color: white !important;
}

.hiddenbackcontent td{
     color: white !important;
}

.sub_head_content{
    display: inline-block;
    cursor: pointer;
}

.lex_article .f_content, .b_content{
    box-sizing:border-box;
    padding: 10px 15px 10px 15px;
}

.lex_article .f_content td{
    border-top: 1px solid #717171;
  }

 .lex_article .f_content tbody tr:last-child td{
   border-bottom:  1px solid #717171; 
 }    
 
.lex_article .f_content table{
 width: calc(100% - 10px);
 margin-top: 5px;
}

.lex_article.toggle_scale{
  transform: scale(0.9);
}



.lex_article .front, .back{

    -webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.11);
    -moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.11);
    box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.11);
    background: #dbe1e6;
    border-left: 10px solid #00658c;
    border-radius: 4px;
    overflow: hidden;
    max-height: 209px;
    width: 100%;
    top: 0px;
}

.lex_article.meth  .front,  .lex_article.meth .back{
    border-left-color: #396c24;
}



.lex_article.overflow .front{
    transition: all .5s ease-in-out;   
}

.lex_article .back{
    display: none;
    font-size: 12px; 
    background-color: #323741;
    color: white;
}


.lex_article.show {
  opacity: 1;
}


.lex_article.open{
  transition: all .5s ease-in-out;
}

.lex_article.open .front{
  transition: all .5s ease-in-out;
}

.lex_article.open .lex_read_more{
  transition: all .5s ease-in-out;
}


.lexfooter{
    position: relative;
}

.lex_read_more{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0px;
    text-align: center;
    background: rgb(219,225,230);
    background: linear-gradient(180deg, rgba(219,225,230,0) 0%, rgba(219,225,230,1) 70%);
    height: 50px;
    display: flex;
    align-items: end;
    justify-content: center;
    cursor: pointer;
    border-bottom-right-radius: 4px;
}

.lex_read_more.no_grad{
    background: transparent;
}


.lex_read_more span{
    bottom: 0;
    position: absolute;
    font-style: italic;
}


.lex_articles .lex_article:last-child{
    border-bottom: none;
}

.lex_head_container{
    display: inline-block;
    width: 75%;
}

.lex_article .head{
    font-size: 22px;
    font-family: 'Quicksand', serif;
    font-weight: 500;
}

.lex_article .sub_head{
    font-size: 16px;
    font-family: 'Quicksand', serif;
   /* -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;*/      
               
}

#help_overlay{
  position: fixed;
  width: 40px;
  height: 60px;
  z-index: 10;
  bottom: 0;
  color: #56585a;
  right: 15px;
  display: flex;
  font-size: 35px;
  align-items: center;
  justify-content: center;
  opacity: 0.9;
}



.back .back_body{
    padding: 5px;
}

.lex_wiki{
    font-size: 12px;
}

.lex_id{
    font-size: 10px;
    padding: 2px 5px 2px 5px;
    position: relative;
    margin-left: 5px;
    color: #444;
    box-shadow: inset 0 0 0 1px #444;
    border: 1px solid transparent;
}

.lex_head_container .lex_id{    
  top: -3px;
}

.back .lex_id{
    color: white;
    box-shadow: inset 0 0 0 1px white;
}

.lex_article .head .desc{
    font-size: 13px;
    font-family: 'Quicksand', serif;
    font-weight: 500;
    color:#444;
    font-style: italic;
    max-width: 75%;
}

.lex-search-spinner{
  font-size: 20px !important;
  color: #222 !important;
}

.lex_article .content{
   padding: 5px;
   padding-left: 0px;
   padding-right: 0px;
}

.lex_article .content{
    padding-right: 35px;
}

.lex_image_btn{
  color: rgb(68, 68, 68);
  font-size: 16px;
}

#lexImageModal .modal-body
{
 padding: 0px;
}



#lexImageModal .modal-title
{
 display: inline-block;
}

#lexImageModal .carousel-cover{
    position: absolute;
    width: 100%;
    height: 400px;
    top: 0px;
    left: 0px;
    background: #fff;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

#lexImageModal .carousel-indicators .active {
    background-color: #fff;
}

#lexImageModal .carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 15px;
    height: 5px;
    margin: 3px !important;
    text-indent: -999px;
    background-color: rgba(255,255,255,.5);
    border: none;
}

#lexImageModal .cc_control{
    position: absolute;
    top: calc(50% - 30px);
    font-size: 24px;
    color: #fff;
    opacity: 0.7;
    margin-left: 10px;
    margin-right: 10px;
}

#lexImageModal .cc_control:hover{
  opacity: 1.0;
}

#lexImageModal .carousel-control-prev {

}

#lexImageModal .carousel-control-next{

}



#lexImageModal .lex_carousel_img{
    width: auto;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

.actionbtn {
  border: none;
  background: transparent !important;
  transition: all .08s ease-in-out;
  cursor: default;
}

.actionbtn:hover{
background: transparent;
transform: scale(1.2);
cursor: pointer; 
}

.actionbtn.no_hover{
  transform: scale(1.0);
  cursor: default;
}

.actionbtn:active{
	transform: scale(1.0);
	background: transparent;
	box-shadow: none;
}

.actionbtn:focus{
	border: none;
	background: transparent;
	outline:0;
}

.lexmenubtn{
	display: none;	
    font-size: 20px;
}

.lexmenubtn > i{
    color: #444444;
    font-size: 20px;
    display: flex;
    right: 16px;
}


.lexsep{
  height: 34px;
  border-left: 1px solid #757575;
}

.mobile_sidebar_bg{
    width: 100%;
    height: 100%;
    position: fixed;
    background: black;
    opacity: 0.4;
    z-index: 3;
    display: none;
    top: 0px;
}

.lexlogo{
	 opacity: 0.78;
    height: 65px;
    margin-left: 2px;
    margin-top: 3px;
    transition: all 0.3s ease 0s;
   -webkit-backface-visibility: hidden;
   display: inline-block;
}

.lexlogo.fadeOut{
  opacity: 0.0;
}

.lexlogo_text{
  transition: all 0.3s ease 0s;
}

.lexlogo_text.fadeOut{
  opacity: 0.0;
}

.backtable{
   /* table-layout: fixed;*/
    transform: translate3d(0, 0, 0);
}

.backtable th{
  font-size: 10px;
}

.back.table_open{
transform: initial !important;
backface-visibility: initial !important;
transform-style: initial !important;
}

.backtable, .backtable th, .backtable tr:not(.second_row), .backtable td{
  background-color: transparent !important;
  color: white !important;
  font-family: 'Quicksand', serif !important;
  border-bottom: 1px solid white !important;
}

.backtable th{
  font-weight: 300;
}

.backtable div:focus, .backtable th:focus, .backtable tr:focus, .backtable td:focus{
  border: none !important; 
  outline:0 !important;
}

.backtable > tbody > tr:not(.second_row):hover > td:not(.no_hover){
  cursor: pointer;
}

.no_hover td:hover{
  cursor: default !important;
}

.backtable > tbody > tr.active:not(.second_row) > td{
   border-bottom: 1px solid transparent !important;
}

.backtable td{
    border-bottom: 1px solid white;
    max-width: 300px;
    min-width: 50px;
}

.second_row{
    background: #1a67c75c;
}

.second_row > td{
  padding-left: 10px;
}

.second_table{
  table-layout: fixed;
  margin-bottom: 5px !important;
  background: transparent;
}

.second_table td {
   color: #ffffff !important;
   border-color: #989ba0  !important;
   font-weight: 500;
   opacity: 0.5;
}

.second_table th{
    color: #ffffff  !important;
    border-color: #989ba0   !important;
    border-bottom: 1px solid #989ba0   !important;
    font-weight: 500;
    opacity: 0.5;
}

.second_table th:focus{
   border-bottom: 1px solid #989ba0 !important;
}


.second_table tr:last-child td{
 border-bottom: 1px solid transparent !important;
}


.sidebarCollapse #scrollLex{
  width: 100%;
  left: 0px;
}


.va_version_container{
      width: 100%;
    height: 100vh;
    position: absolute;
}



.va_versions{
    margin: 0 auto;
    width: 100%;
    height: auto;
    max-width: 1000px;
    position: relative;
    top: 186px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
}

.va_versions .version_div{
    position: absolute;
    top: 30px;
    left: 20px;
    font-size: 20px;
    font-family: 'Quicksand';
    color: white;
    z-index: 10;
}

.va_versions .lex_article{
 opacity: 1;
}

.va_versions .vaabr{
    color: #09dd7b;
}

.va_versions a{
    color: #35c7ff;
}

.va_versions .lex_article:hover{
  cursor: pointer;
 /* transform: scale(1.02);
  transition-duration: 0.2s;*/
}

.va_versions .lex_article:hover .coverImageVersion{
  opacity: 0.3;
}


.va_versions .lex_article .flipbutton {
    top: 50px;
}

.va_versions .lex_article .flipbutton .text{
   line-height: 20px;
}

.va_versions .lex_article .front{
   height: 200px;
    border-radius: 10px;
}

.va_versions .lex_main_load_cover{
    left: 0;
    z-index: 10;
    width: 100%;
    display: flex;
}

.va_versions .lex_main_load_cover .sk-fading-circle .sk-circle:before {
    background-color: #dbdbdb;
}

.va_version_headline{
    text-align: center;
    top: 82px;
    font-size: 40px;
    font-family: Quicksand;
    padding-bottom: 25px;
    margin: 0 auto;
    color: white;
    display: flex;
    align-self: center;
    justify-content: center;
    width: 100%;
    position: fixed;
}

.va_version_headline .lexlogo{
  opacity: 1.0;
}


.va_version_headline.fadeOut{
  opacity: 0.0;
}

.va_versions .lexArticleVersionImage{
  width: 100%;
  height: 100%;
  position: absolute;
   left: 0px;
}

.va_versions .lex_article .head{
    position: absolute;
    right: 5px;
    top: 10px;
    display: none;
}

.va_versions .img_container{
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position-y: center;
    background-position-x: center;
    left: 0px;
}

.va_versions .coverImageVersion{
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
    left: 0;
    z-index: 1;
    top: 0;
    opacity: 0.35;
}

.va_versions .back_body{
  padding-top: 40px;
  padding-right: 60px;
  padding-left: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 16px;
  overflow-x: hidden;
}

.va_versions .b_content{
 /* min-height: 1000px;*/
}

.va_versions .b_content .b_content_img{
    background-size: cover;
    background-position-y: center;
    background-position-x: center;
    opacity: 0.2;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.va_versions .year .line{
    border-bottom: 2px solid white;
    width: 85px;
    position: relative;
    top: -7px;
    left: 6px;
    display: inline-block;
}

.va_versions .year .line.inset{
     left: 70px;
     top: -5px;
}

.va_versions .year{
    font-size: 28px;
    position: relative;
    display: inline-block;
    left: -85px;
    top: -15px;
    color: white;
    font-family: 'Kabel VA', sans-serif;
    letter-spacing: -0.04em;
}


.va_versions .info_div.langbtn{
    width: 20px;
    bottom: 5px;
    position: absolute;
    left: 20px;
    z-index: 1;
}

.va_versions .info_div.langbtn.pic{
    left: 46px;
}

.va_versions .info_div.langbtn img{
    width: 20px;
}

.charts{

   overflow-x: auto;
   display: flex;
   align-items: flex-start;
   width: calc(100% + 35px);
}


.charts::-webkit-scrollbar {
  height: 8px;
}

/* Track */
.charts::-webkit-scrollbar-track {
  background: transparent; 
}
 
/* Handle */
.charts::-webkit-scrollbar-thumb {
  background: #ffffff75; 
  border-radius: 4px;
}

/* Handle on hover */
.charts::-webkit-scrollbar-thumb:hover {
  background: #9999998c; 
}


.chart_container h4{
/* position: absolute;*/

}

.chart_container{
   min-height: 320px;
    flex-grow: 3;
    margin-bottom: 15px;
    transform-origin: left;
  }

.chart_container:not(:last-child){
    border-right: 1px solid white;
    margin-right: 15px;
}

.timeline_chart{
  position: relative;
  max-width: 300px;
/*  display: inline-flex;*/
}


.va_versions .lex_article .front, .va_versions .lex_article .back{
  max-height: initial;
}

.va_versions  .lex_article .head{
  position: absolute;
}

.va_versions  .f_content, .va_versions .content{
  padding: 0;
}

body.va_version_gallery{
  background-color: #b1b1b1;
}

.va_versions .back_body{
    font-size: 13px;
    font-family: 'Quicksand';
}

.va_versions .back_body h1 {
    font-size: 20px;
    font-family: 'Quicksand';
}

.va_versions .back_body h2{
  margin-top: 10px;
  font-size: 16px;
  margin-bottom: 20px;
}

.va_versions .quant_headline{
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}

.va_versions .back_body ul{
   list-style-type: disc;
    margin-left: 25px;
}



.va_versions .back_body ul li{
  margin-bottom: 5px;
}

.va_versions .wp-caption{
 
  text-align: center;
}

.va_versions .wp-caption-text{
   color: white !important;
}


/*.sidebarCollapse .lexcontent{
  max-width: 1000px;
}*/


@media only screen and (max-width: 1055px) {
     .lexsidebar{
    	width: 35%;
    }

/*    .lex_header{
      padding-left: 35%;
    }*/

    .entry-content.lex{ 
      left: 35%;
      width: 65%;    
      margin-bottom: 20px;
     }

     .lexhead{
    	font-size: 50px;
    }
      .lexsearch {
        width: 500px;
    }
    .lexlogo{
        margin-top: 10px;
        height: 55px;   
        margin-bottom: 5px;
    }
}

@media only screen and (min-width: 769px) {

   .abc_wrap:hover{
      overflow-y: auto;
  }

}
 

@media only screen and (max-width: 768px) {


        .va_version_gallery .back_body{
          font-size: 12px;
        }

        .va_versions .back_body h1,  .va_versions .back_body h2 {
          font-size: 15px;
        }


        .lexsidebar {
    		display: none;
    		width: 100%;
    		background: #272d37;
    		top: 100%;
    		height: calc(100% - 185px);
    		border-top-left-radius: 8px;
    		border-top-right-radius: 8px;
    		transition: all .4s ease-out;
    		-webkit-box-shadow: 0px -1px 17px 0px rgba(0,0,0,0.25);
    		-moz-box-shadow: 0px -1px 17px 0px rgba(0,0,0,0.25);
    		box-shadow: 0px -1px 17px 0px rgba(0,0,0,0.25);
        }

        .lexlogo.lexhead .lexlogo{
          padding: 2px;
        }

        .lex_main_load_cover{
          width: 100%;
          left: 0px;
          top: 0;
          height: 185px;
        }

        .lex_slide_collapse{
          display: none;
        }

        .lex_slide_uncollapse{
          display: none;
        }

        .back{
        	overflow: hidden;
        }

        .back_body{
        	overflow: auto;
        }

        .entry-content.lex{
        	left: 0;
        	width: 100%;
    	  	padding-right: 10px;
        	padding-left: 0px;
        }

        .lexhead{
        	font-size: 45px;
        }

        .lexlogo{
            margin-top: 3px;
            height: 55px;
        }

        .lexmenubtn{
        	display: block;
        }


    .lexsep{
    	display: block !important;	
    }	


    .lex_header {
         left: 0;
         width: 100%;
         padding-left: 0px;
         height: 155px;
      }

    .lex_article .head{
        font-size: 16px;
    }

    .lex_article .head .desc{
      font-size: 11px;
    }

    .lex_article .f_content .content{
      font-size: 12px;
    }

    .lex_article .lexfooter{
      font-size: 12px;
    }

    .sub_head_content{
      font-size: 14px;
    }

    .backtable td{
       font-size: 10px;
    }

    .backtable th{
       font-size: 10px;
       min-width: 90px;
    }

    .lex_abc{
      width: 60px;
    }


    .abc_wrap{
      width: 60px;
      overflow-y: auto;
      z-index: 1;
    }

    .abc_wrap::-webkit-scrollbar-thumb {
        background-color: transparent;
    }

    #scrollArea{
        margin-left: 57px;
        padding-left: 0px;
        width: calc(100% - 70px);
    }

    .lexstartcontent{
      padding-left: 10px;
      padding-right: 10px;
    }

    .lexlisthr{
      width: 37px;
    }



      .lexsearch {
            margin-left: 0px;
      }

    .lex_header_inner{
      padding-left: 0px;
      padding-right: 0px;
    }

}

@media only screen and (max-width: 1150px) {

    .va_versions .year{
        left: -10px;
    }

    .va_versions .year .line.inset{
      left: 0px;
    }

    .chart_container{
            transform: scale(0.8);
    }
}

@media only screen and (max-width: 875px) and (min-width: 768px) {
     .lexsearch {
        width: 450px;
    }
}

@media only screen and (max-height: 800px) {
 
    .abc_wrap {
      font-size: 11px;
     }
}

@media only screen and (min-height: 700px) {
    
}


@media only screen and (max-width: 520px) {
    .lexsearch {
        width: 410px;
    }
    .lexsearch input {
      font-size: 14px;
     }
      .lexsearch input::placeholder {
      font-size: 12px;
     }

     .chart_container{
       transform: scale(0.6);
    }
}

@media only screen and (max-width: 469px) {
   .lexhead{
    	font-size: 35px;
    }
    .lexlogo{
        height: 45px;
        margin-top: 10px;
    }

}

@media only screen and (max-width: 417px) {
    .lexsearch {
        width: 100%;
    }
}

@media only screen and (max-width: 390px) {
    .lexhead{
    	font-size: 30px;
    }

    .no_svg{
        margin-top: 23px;
    }

     .no_svg .lexlogo_text{
        margin-top: 5px;
    }
}

@media only screen and (max-width: 355px) {
    .lexhead:not(.no_svg){
        font-size: 30px;
    }
    .lexhead:not(.no_svg) .lexlogo{
        height: 35px;
        margin-top: 15px;
    }
}

a.encyLink, span.encyLink{
	margin-left: 5pt;
	margin-right: 5pt;
	padding-left : 2pt;
	padding-right : 2pt;
	border-radius: 5pt;
	border: 1pt solid;
	text-decoration: none;
	font-weight: bold;
	font-size: 110%;
}

img.noTranslationImg {
	height: 1em;
}

.doku_example_table th {
	padding: 4px;
}

.doku_example_table {
	font-family: doulosSIL;
}

.entry-content figure {
	text-align: center;
}

.fragment_anchor { 
  content: "";
  display: block;
  height: 45px; 
  margin: -45px 0 0 0;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content table, .entry-content iframe, .entry-content div.wp-caption {
	scroll-margin-top: 60px;
}

.methodology-text p, .methodology-text ul, .methodology-text table {
	margin-top: 1.7rem;
}

.paywall_notice {
	font-size: 0.8em;
}

.vinko_table td {
	padding-right: 10px;
}