
.strongspane{
	margin:auto;
}
.strongs_next_prev{
	display:flex;
	justify-content:space-around;
}
/*.prearrow,.nextarrow{*/
/*   font: 15px Arial, sans-serif;*/
/*}*/
.entrytop:hover,.entrytop:hover span {
	color:#D97441!important;
}
.entryid.count{
    font-size:12px;
    padding:0;
}
.conc_numb{
    margin-top:4px;
}
.strongs_middle{
        position: absolute;
    font-weight: bolder;
    color: #5c6e58;
    font-family: 'Sawarabi Gothic', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 29px;
    font-size: 1.2em;
    z-index: 3;
    line-height: 1.7em;
    padding: 2px 10px 3px;
    margin-bottom: 3px;
    height: 27px;
    border: 1px solid rgba(73, 73, 73, 0.425);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    background-color: #d9e6ce;

}
.strongs_prev,.strongs_next{
    position: absolute;
    font-weight: bolder;
    color: #ffffff;
    font-family: 'Sawarabi Gothic', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 14px;
    font-size: 1em;
    z-index: 3;
    line-height: 1.7em;
    padding: 2px 10px 3px;
    margin-bottom: 3px;
    height: 22px;
    border: 1px solid rgba(73, 73, 73, 0.425);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    background-color: #9fba8a;
}
.strongs_prev{
    top: -10px;
    left: 17px;
}
.strongs_next{
    top: -10px;
    right: 17px;
}
/*.sprev a,.snext a{*/
/*padding-bottom:1px;*/

/*}*/
.strongs_prev:hover,.strongs_next:hover{
	text-decoration: none;
}
.chapter_navi {
	font-weight: bold;
	font-size: 20px;
	margin:0 0 8px 0;
	padding: 6px;
	border-bottom: 1px solid #555;
	background-color: #bbe09933;
}
.getpages{
	margin:0 auto;
	display:flex;
	flex-direction:row;
	justify-content:center;
	align-items:center;
	width:60%;
}
.title_area {
	text-align: center;
	margin: 20px 0;
}
.title_container {
	display:flex;
	flex-flow:column wrap;
}
.bottom_area {
	text-align: center;
	margin: 30px 0;
	border-top: 1px solid #555;
}
.lexicon_title {
	color: #555;
	font-size: 20px;
	font-weight: bolder;
	margin:0;
	margin-bottom:0;
	padding: 6px;
	text-align: center;
	font-family: 'Sawarabi Gothic', sans-serif;
}
.load_strongs_results{
    width:100%;
}
.data_wrapper{
    display: flex;
    justify-content: center;
    height: auto;
    margin: auto;
    background-color: #f7f7f7;
    border: 1px solid #007799;
    box-shadow: rgb(0 0 0 / 10%) 0px 1px 3px 0px, rgb(0 0 0 / 6%) 0px 1px 2px 0px;
    border-radius: 4px;
}
.data_search_wrap *{
    font-size:18px!important;
}

.data_main{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
	margin:0 0 5px 0;
	width:100%;
	height:auto;

}
.navwrapper {
max-width:900px;
  
}
.word_pane {
	width:100%;
	border-radius: 4px;
	color: #555;
	text-align: center;
	font-family: arial,helvetica,sans serif;
	font-size: 1em;
	font-weight: bold;
	background-color: #f7f7f7;
}
.orig_other{
	width:100%;
	border-radius: 4px;
	color: #555;
	border:1px solid rgba(73, 73, 73, 0.425);
	box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
	margin:5px 0 4px 0;
	text-align: center;
	font-family: arial,helvetica,sans serif;
	font-size: 1em;
	font-weight: bold;
	background-color: #f7f7f7;
}
.topstrongs{
	color:#007799;
}
.topstrongs a:hover{
 	cursor:pointer;
	color:#D97441 !important;
}
.strongs_result{
	display:flex;
	flex-direction:row;
	justify-content:center;
	font-family: arial,helvetica,sans serif;
	align-items:center;
	width:100%;
	background-color: #c1d4b3;
	border-radius:2px 2px 0 0;
	border-bottom: 1px solid rgba(73, 73, 73, 0.425);
	padding:4px 0;
	margin-bottom: 10px;
	position:relative;
}
.root_title,.pos_title,.def_title,.translit_title,.orig_title,.other_title,.prefix_title,.jp_list{
	display:flex;
	justify-content:center;
	align-items:center;
	width:100%;
	padding:6px 0;
	border-bottom: 1px solid rgba(73, 73, 73, 0.425);
    background-color: #d9e6ce;
    color: #15596c;
	border-radius:4px 4px 0 0;
	height:16px;
	font-family: arial,helvetica,sans serif;
}
.prefix_title{
    margin-bottom:16px;
}
.other_title{
	border-radius: 0;
}
#occur_results,#parse_results{
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	width:100%;
	background-color: #f7f7f7;
	border-radius:2px 2px 0 0;
	padding:4px 0;
	font-family: arial,helvetica,sans serif;
}
#greek_result{
	padding:2px 0 4px 0;
	width:100%;
	height:40px;
	font-size: 1.7em;
	line-height:1.7em;
	color:#526346;
	font-family: 'Noto Serif', serif;

	border-radius: 4px;
}
.origbox{
	display:flex;
	justify-content:center;
	align-items:center;
	padding:2px 0 4px 0;
	width:100%;
	height:40px;
	border-radius: 4px;
}
.winfo{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:center;
}
#greek_orig{
	font-size: 1.7em;
	line-height:1.7em;
	height:40px;

	color:#526346;

}
#greek_orig a{
font-family: 'Noto Serif', serif;
}
#greek_orig a:hover{
	cursor : pointer;
	color: #D97441;
}
.nolink{
	cursor : default;
	color: #FF2525;
	pointer-events:none;
}
.partofsp,.parsetop{
	color:#007799;
}
.strongs_ref{
	color:#007799;

}
.strongs_ref:hover{
	color:#D97441;
}
.grammar_pane {
	display:flex;
	flex-direction:row;
	flex-wrap: wrap;
	justify-content: space-between;
	width:99%;
	border-radius: 4px;
	color: #555;
	text-align: center;
	font-family: arial,helvetica,sans serif;
	font-size: 1em;
	font-weight: bold;
}
.translit_box,.pos_box,.def_box,.root_box{
    display:flex;
    flex-direction:column;
	width:49.5%;
	font-family: arial,helvetica,sans serif;
	background-color: #f7f5f5;
	border:1px solid rgba(73, 73, 73, 0.425);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05);
	border-radius: 4px;
	margin:5px 0 4px 0;
}
#translit_result,#pos_result,#def_result,#root_result{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	height:100%;
	font-family: arial,helvetica,sans serif;
	padding: 10px 23px;
	min-height:25px;
	border-radius:0 0 2px 2px;
}
.inflectionbox,.prefixbox,.translbox{
	color:#555;
	font-weight: bold;
	width:98.9%;
	font-family: arial,helvetica,sans serif;
	background-color: #f7f5f5;
	border:1px solid rgba(73, 73, 73, 0.425);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05);
	border-radius: 4px;
	margin:5px 0 4px 0;
}
#other_var,#prefixes,#translations{
	padding:8px;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:flex-start;
	font-family: arial,helvetica,sans serif;
	height:auto;
}
.hideContent,.hideContent2,.hideContent3 {
	overflow: hidden;
	max-height: 99px;
	-webkit-mask-image: linear-gradient(to bottom, black 89%, transparent 100%);
	mask-image: linear-gradient(to bottom, black 89%, transparent 100%);
}
.showContent {
	max-height: 1000px;
	-webkit-mask-image: none;
	mask-image: none;
}
.showmore,.showmore2,.showmore3{
	display: flex;
	margin: 5px auto 5px auto;
	padding: 3px 10px 2px 8px;
	color: #5C6E58;
	cursor: pointer;
	border-radius: 4px;
	border: 1px solid rgba(73, 73, 73, 0.425);
	box-shadow: rgba(50, 50, 93, 0.25) 0px 4px 4px -2px, rgba(0, 0, 0, 0.3) 0px 3px 2px -3px;
	background-color: #f6f6f6;
	cursor:pointer;
}
.showmore:hover,.showmore2:hover{
	color: #D97441;
	cursor: pointer;
	border-radius: 4px;
	border:1px solid rgba(73, 73, 73, 0.425);
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 2px -2px, rgba(0, 0, 0, 0.3) 0px 2px 2px -3px;
	background-color: #e9e8e8;
}
.showbutton{
	width:100%;
	display:flex;
	flex-direction:row;
	justify-content:center;
	padding:10px 0;
}
.inflect_flex,.prefix_flex,.transl_flex{
	display:flex;
	align-items:center;
	justify-content:center;
	width:25%;
	font-size:14px;
	padding:4px 0;
	color:#007799;
}
.forms{
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	padding-bottom:10px;
}
.otherforms{
	align-items:center;
	justify-content:center;
	font-size:16px;
}
.inflectnum,.transnum{
	align-items:center;
	justify-content:center;
	font-size:16px;
	color:#007799;
}
.book_parse,.versetotal,.totaluse{
	color:#007799;
	font-weight:600;
}
.other_inflect,.prefix_detail{
	align-items:center;
	justify-content:center;
}
.other_inflect a,.prefix_detail{
	align-items:center;
	justify-content:center;
	font-family: arial,helvetica,sans serif;
	color: #41470d;
	font-size:15px;
}
.other_transl a{
	align-items:center;
	justify-content:center;
	font-family: arial,helvetica,sans serif;
	color: #41470d;
	font-size:12px;
}
.prefix_strongs{

	font-size:13px;
}
.other_inflect a:hover,.prefix_detail:hover,.other_transl a:hover{
	cursor : pointer;
	color: #D97441;
}
/*****************Verse Results*****************/
.versenavi{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	width:100%;
	align-items:center;
	padding:10px 0;
}
/* Dropdown Button */
.dropbtn {
	color: #41470d;
	font-size: 1em;
	line-height: 24px;
	font-weight: normal;
	text-align: center;
	width: 164px;
	height:34px;
	padding: 0 7px;
	border-radius: 3px;
	box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 3px 1px;
	border: 1px solid rgba(0, 28, 51, 0.356);
	background: #c1d4b3;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
	position: relative;
	display: flex;
	justify-content:center;
}
.dropwrap {
	position: relative;
	display: flex;
	width:40%;
	justify-content:flex-end;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	display:none;
	position: absolute;
	margin-top:34px;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 3px 1px;
	padding: 0 0 5px 0;
	color: #41470d;
	width: 162px;
	border-radius: 5px;
	background-color: #d1e0c7;
	border: 1px solid rgba(73, 73, 73, 0.425);
	z-index: 99;
	overflow-x: hidden;
		max-height: 0px;
	 opacity: 0;
}

/* Links inside the dropdown */
.dropdown-content span {
	display:flex;
	align-items:center;
	justify-content:center;
	position: relative;
	padding: 8px 9px;
	margin: 5px 6px;
	line-height: 1.42857143;
	color: #f6f6f6;
	width: 114px;
	height:14px;
	text-decoration: none;
	border-radius: 5px;
	background-color: #849e71;
	font-family: 'Sawarabi Gothic', sans-serif;
	box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 3px 1px;
	border: 1px solid rgba(0, 28, 51, 0.356);
}
/* Change color of dropdown links on hover */
.dropdown-content span:hover,.changebook.active {
	z-index: 2;
	color: #41470d;
	cursor: pointer;
	background-color: #c1d4b3;
	border: 1px solid rgba(73, 73, 73, 0.425);
	box-shadow:none;
}
.changebook.active {
	z-index: 2;
	color: #41470d;
	cursor: normal;
	pointer-events: none;
	background-color: #c1d4b3;
	border: 1px solid rgba(73, 73, 73, 0.425);
	box-shadow:none;
}
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
	display: flex;
	border-radius: 0 0 5px 5px;
	max-height: 294px;
	animation: bookappear 200ms;
	 opacity: 1;
}
@keyframes bookappear { 
  0% {
      
    opacity: 0;
     max-height:0px;
  }
  100% {
    opacity: 1;
     max-height: 294px;
  }
}


/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
	background-color: #849e71;
	border-radius: 5px 5px 0 0;
	color: #f6f6f6;
	cursor: pointer;
}
.dropdown-content::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 5px;
	background-color: #ececec;
}
.dropdown-content::-webkit-scrollbar{
	width: 12px;
	border-radius: 5px;
	background-color: #ececec;
}
.dropdown-content::-webkit-scrollbar-thumb{
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #849e71;
}
.contents_wrapper,.concord_wrapper{
	box-shadow: none;
	background-color: transparent;
	border: 0;
	border-radius: 0;
	max-width: 900px;
	margin: auto;
}
.strongs_navi {
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	margin:0;
	width:100%;
	padding: 6px 0 6px 0;
}
.strongs_navi a{
	
	text-decoration: none;
}
.strongs_navi a:hover {
	color: #D97441;

}
.verse_box{
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
	background-color:#f7f7f7;
	margin:35px auto 100px;
	border: 1px solid rgba(73, 73, 73, 0.425);
	border-radius: 4px;
	max-width: 900px;
	position:relative;
}
.concord_box{
width:90%;
	margin:10px auto;

	/*max-width: 900px;*/
	/*margin: auto;
	*/
}
.contents_wrapper,.verses_wrapper,.concord_wrapper {
	margin:auto;
	max-width:900px;
}
.flex-container {
	display: -ms-flexbox;
	display: flex;
	flex-wrap:wrap;
	flex-direction:column;
}
.expanderHead {
	display:none;
}
.number_pane{
	display:flex;
	align-items: center;
	justify-content: center;

	height:30px;
	padding-left:15px;
	margin:0 3px;
}
.lex_number_pane{
	display:flex;
	align-items: center;
	justify-content: center;

	margin:auto;
	border:1px solid rgba(73, 73, 73, 0.425);
	border-radius:4px 4px 0 0;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 4px 4px -2px, rgba(0, 0, 0, 0.3) 0px 3px 2px -3px;
	background-color:#c1d4b3;
}
.highlight::before {
pointer-events: none;
    content: '';
    position: absolute;
    top: 11px;
    right: -12px;
    bottom: -24px;
    left: -12px;
    border: 2px dotted #b1c5cf;
    border-radius: 8px;
}
.ch_vs_result{
    position: absolute;
    top: 10px;
    left: 17px;
    font-weight: bolder;
    color: #ffffff;
    font-family: 'Sawarabi Gothic', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    font-size: 1em;
    z-index: 3;
    line-height: 1.7em;
        padding: 3px 15px 5px;
    margin-bottom: 3px;
    min-height: 22px;
    border: 1px solid rgba(73, 73, 73, 0.425);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    background-color: #9fba8a;
}
.ch_vs_result a{
        color: #ffffff;
        text-decoration:none;
}
.ch_vs_result:hover a{
       color: #007799;
}
.ch_vs_result:hover,.strongs_prev:hover,.strongs_next:hover{
    transform:scale(1.1);
    color: #007799;
    background-color: #dbebd0;
}
.conc_result{

	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	margin:auto;
	font-size: 16px;
	line-height: 1.6em;
	font-weight: bold;
	color: #41470d;
	text-align: center;
}
.numj{
	display:none;
}
.top_flex{
	display:flex;
	flex-drection:column;
	align-items:center;
	justify-content:center;
}
.interlin_pane {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	border-radius:4px 4px 0 0;
	border-bottom: 1px solid #8f8f8f;
	margin:0 3px 0;
	padding: 10px;
	background-color:white;
	background-image:none !important;
	box-shadow: none;
}
.tbl-1stletter {
	float: none;
}
.tbl-float {
	float: none;
}
.trans_pane{
	justify-content:center;
	border-top:0;
}
.transj{
	display:flex !important;

	margin:0 3px 12px;
	padding:6px 12px;
	border-radius: 0 0 4px 4px;
	border:1px solid rgba(73, 73, 73, 0.425);
	box-shadow: rgba(50, 50, 93, 0.25) 0px 3px 3px -2px, rgba(0, 0, 0, 0.3) 0px 3px 2px -3px;
	background-color: #bbe09923;
}
.color {
	color: red;
}
@media only screen and (max-width: 900px){
	/*.expanderHead,.expanderHead2 {*/
	/*	display: flex;*/
	/*	margin: 5px auto 5px auto;*/
	/*	padding: 3px 10px 2px 8px;*/
	/*	color: #5C6E58;*/
	/*	cursor: pointer;*/
	/*	border-radius: 4px;*/
	/*	border: 1px solid rgba(73, 73, 73, 0.425);*/
	/*	box-shadow: rgba(50, 50, 93, 0.25) 0px 4px 4px -2px, rgba(0, 0, 0, 0.3) 0px 3px 2px -3px;*/
	/*	background-color: #f6f6f6;*/
	/*}*/
	/*.expanderHead:hover,.expanderHead2:hover{*/
	/*	color: #D97441;*/
	/*	cursor: pointer;*/
	/*	border-radius: 4px;*/
	/*	border:1px solid rgba(73, 73, 73, 0.425);*/
	/*	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 2px -2px, rgba(0, 0, 0, 0.3) 0px 2px 2px -3px;*/
	/*	background-color: #e9e8e8;*/
	/*}*/
	.interlin_pane {
		padding:1px;
	}
	.inflect_flex,.prefix_flex,.transl_flex{
		width: 33%;
	}
	.number_pane{
		padding-left:8px;
	}
	.contents_wrapper,.concord_wrapper {
		margin-left:1vw;
		margin-right:1vw;
	}
}
@media only screen and (max-width: 767px){
	.translit_box,.pos_box,.def_box,.root_box{
		width:100%;
	}
	.dropwrap {
		width:50%;
	}
	.getpages{
		width:50%;
	}
	.number_pane{
		padding-left:4px;
	}
	.inflect_flex,.prefix_flex,.transl_flex{
		width: 50%;
	}
		.expanderHead,.expanderHead2{
		padding: 6px 10px;
	}
	.strongs_middle{
	    font-size:1em;
	}
}
@media only screen and (max-width: 540px){
    .ch_vs_result{
    left: initial;
    right: initial;
    }
	.dropwrap {
	    justify-content:center;
		width:100%;
		margin-bottom:14px;
		margin-right:3px;
		
	}
	.getpages {
		width: 100%;
	}
}