﻿mark {
	background-color: none;
}

/* docs */
.text-container {
 
  width: 395px;
  background: #fff;
  
  -webkit-box-shadow: rgba(0,0,0,0.4) 0 1px 3px 0;
  -moz-box-shadow: rgba(0,0,0,0.4) 0 1px 3px 0;
  box-shadow: rgba(0,0,0,0.4) 0 1px 3px 0;
  
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  
  float: left;
  margin: 0 0;
}
#text02 {
    margin: 0 20px;
}
#options {
	float: left;
	width: 125px;
	font-size: 11px;
}
#options select {
	width: 100px;
}

.text-header {
    margin: 8px 7px 0 7px;
    overflow: auto;
    height: 28px;
    
  /*
    -webkit-border-radius: 3px 3px 0 0 ;
    -moz-border-radius: 3px 3px 0 0 ;
    border-radius: 3px 3px 0 0 ;    
    
    background: #5B6E8D;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5B6E8D), to(#224272));
    background: -moz-linear-gradient(top left, #5B6E8D, #224272);
    filter: PROGID:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#5B6E8D', EndColorStr='#224272');
*/    
    --border-bottom: solid 1px #eee;
}

.text-content {
  border: solid 1px #C0CCC4;
  color: #111111;
  font-size: 18px;
  height: 400px;
  overflow: auto;
  padding: 0 5px 0 20px;
  margin: 8px;
  background: #ffffff;
}

.text-footer {
  padding: 0 8px 8px 8px;
  color: #333333;
  font-size: 10px;
  line-height: 13px;
  height: 38px;
  font-family: helvetica, Arial;
  
}

.text-footer a {
  color: #333333;
  text-decoration: underline;
}

.text-content p {
  margin: 0 0 15px 0;
}


.text-header input[type=text] {
  display: inline;
  float: left;
  vertical-align: text-bottom;
  border: solid 1px #C0CCC4;
  font-size: 18px;
  height: 22px;
  width: 180px;
  padding: 2px 4px;
  margin: 0 2px;
}

.text-header select {
  display: inline;
  float: right;
  vertical-align: text-bottom;
  border: solid 1px #C0CCC4;
  height: 28px;
  padding: 2px;
  font-size: 16px;
  width: 170px;
  margin: 0 0;
}

.text-header optgroup {
  padding: 0 0 0 4px;
  font-style: normal;
  font-weight: bold;
}

.text-header optgroup option {
  padding: 0 0 0 20px;
  font-style: normal;
  font-weight: normal;
}

.text-header input[type=button] {
  display: none;
}

/* tooltip */
#tooltip {
  display: none;
  position: absolute;
  background-color: #111111;
  opacity: 0.90;
  padding: 10px;
  z-index: 100;
  color: #FCFCFC;
  width: 300px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

#tooltip .tooltip-header {
  font-weight: bold;
  font-size: 18px;
  padding: 0 0 4px 0;
}

#tooltip .tooltip-content {
  max-height: 150px;
  overflow: auto;
  min-height: 60px;
}

#tooltip .tooltip-content a {
  color: #ffffff;
  font-weight: bold;
}

#tooltip .tooltip-content {
  max-height: 150px;
  overflow: auto;
  padding: 8px;
  min-height: 60px;
  background: #ffffff;
  color: #000000;
}

#tooltip .tooltip-close {
  float: right;
  cursor: pointer;
}

/* lexicon */
.tooltip-header .lex-title {
  display: inline;
}

.lex-frequency {
  color: #50AD2D;
  font-size: 110%;
  cursor: pointer;
}

.lex-frequency: hover {
  color: #ffffff;
  background: #50AD2D;
}

.lex-usage ol {
  list-style-type: decimal;
  padding: 0 0 0 10px;
  margin: 0 0 0 10px;
}

.lex-usage li {
  padding: 0 0 0 4px;
}

.lex-usage ol ol {
  list-style-type: lower-alpha;
}

.lex-usage ol ol ol {
  list-style-type: lower-roman;
}

.morphology {
  font-style: italic;
}

/* modal */
#popover {
  z-index: 100;
  padding: 10px;
  width: 600px;
  border: solid 1px #C0CCC4;
  background: #EBF2EE;
  position: absolute;
  display: none;
  -moz-box-shadow: 0 0 10px #333333;
  -webkit-box-shadow: 0 0 10px #333333;
}

#popover header {
  padding: 0 0 4px 0;
}

#popover header input[type=text] {
  font-size: 16px;
  border: solid 1px #C0CCC4;
  background: #ffffff;
  padding: 3px;
}

#popover header .close: hover {
  background: #ff0000;
  color: #ffffff;
  cursor: pointer;
}

#popover section {
  border: solid 1px #C0CCC4;
  color: #111111;
  font-size: 14px;
  font-weight: normal;
  line-height: 130%;
  height: 400px;
  overflow: auto;
  padding: 0 5px 0 20px;
  background: #ffffff;
}

#popover footer {
  ;
}

.usage .verse br {
  display: none;
}

.usage .verse {
  display: block;
  margin: 10px 0 0 0;
  text-indent: 0;
}

.usage .v-num {
  display: block;
  font-weight: bold;
}

.usage .usage-highlight {
  background: #ffff00;
  font-weight: bold;
  color: #000000;
}

