* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
html {
	scroll-behavior: smooth;
	 -webkit-text-size-adjust: none; 
}

body {
	font-family: arial;
	font-size: 14px;
}

.row {
	margin: 0;
}

#center h1 {
    margin: 30px -20px 15px -20px;
    background: #333;
    color: #FFF;
    padding: 20px;
}

.text-center { text-align: center; }

.filterform_app_item {
    padding: 5px;
    background: #FFF;
    margin-bottom: 1px;
}

.filterform_app_item input { margin-right: 10px; }

.filterform_app_outer {
    padding: 20px 0px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.chapterbookmark {
    background: #DDD;
	font-weight: bold;
	display: block;
	padding: 5px 2px 5px 5px;
	font-size: 16px;
	cursor: pointer;
	border-top: 2px solid #888;
	margin-top: 5px;
}


    

.intro_lb { z-index: 230; position: absolute; left: 0px; top:0px; right: 0px; min-height: 100%; padding: 30px 30px 30px 30px; border: 1px solid #EEE; background: #FFF;}
.intro_inner { max-width: 800px; margin: auto; }
.intro_lb h1 { padding: 20px 20px 20px 0px; cursor: pointer; position: relative; }
.intro_lb .fa-chevron-down { margin-right: 10px; font-weight: normal; color: #2d5cb9;  position: absolute; right: 0px; top: 0px; transform: rotate(90deg); transition: transform 0.5s;}
.intro_lb .open .fa-chevron-down { transform: rotate(0deg);}
.intro_lb h2 { padding: 20px 20px 20px 0px; }
.intro_lb h3 { padding: 15px 10px 10px 0px; }
.intro_lb p { line-height: 1.5; margin-bottom: 8px; }
.intro_lb .button { border: 0px;
    padding: 9px 30px;
    background: #2d5cb9;
    font-size: 20px;
    line-height: 1.5;
    display: block;
    color: #FFF;
    cursor: pointer;
    transition: box-shadow 1s;
    box-shadow: 1px 1px 1px transparent;
    border-radius: 3px;
    text-decoration: none;
    text-align: center;
    margin: 50px 30px 40px 30px;
}

.isnew .substname span { display: block; padding: 2px; } 
.isnew .substname p { font-weight: normal; border-top: 1px solid #CCC; font-size: 12px; padding: 2px;}


.appendix_lb { z-index: 230; position: fixed; left: 50%; transform: translateX(-50%); width: 100%; height: 90%; top:20px; border: 1px solid #EEE; background: #FFF; box-shadow: 0px 0px 30px #000}
.appendix_lb .inner { padding: 0px 30px 30px 30px; position: relative; top: 30px; height: calc(100% - 80px); left: 0px; right: 0px; overflow-y: scroll; }
.closebtn { position: absolute; right: 25px; top: 10px; cursor: pointer; }
.appendix_lb td { padding: 10px; }

.opt .fa {
	color: #FFF;
	cursor: pointer;
	text-align: center;
	font-size: 20px;
	background: #2d5cb9;
	border-radius: 20px;
	display: inline-block;
	width: 30px;
	line-height: 30px;
	opacity: 0.5;
	cursor: pointer;
	transition: opacity 0.5s;
}

.opt .fa:hover {
	opacity: 1;
}

.chapter_head {
	background: #2d5cb9;
	color: #FFF;
	padding: 10px;
	font-size: 20px;
}

.chapter_head.chapter_current {
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 100;
}

.group_head {
	background: #DDD;
	padding: 10px;
	font-weight: bold;
	color: #2d5cb9;
	border: 1px solid #AAA;
	border-bottom: 0px;
}

.group_outer {
	margin-bottom: 10px;
}

.group_uses p,
.group_techs p {
	color: #444;
	line-height: 1.5;
	font-size: 95%;
	background: #EEE;
}

.group_desc {
	padding: 10px;
	border-left: 1px solid #AAA;
	color: #444;
	line-height: 1.5;
	font-size: 95%;
	background: #EEE;
	border-right: 1px solid #AAA;
}

.group_uses {
	border-left: 1px solid #AAA;
	border-right: 1px solid #AAA;
}

.group_uses,
.group_techs {
	padding: 10px;
	background: #EEE;
}

.group_uses p.label { color: #333; font-weight: bold; }

.small { font-size: 10px; } 

.contentblock { max-height: 0px; overflow: hidden; display: block; transition: max-height 1s; }
.contentblock.open { max-height: 1000px; }

.outer {}

.subst {
	width: 100%;
	table-layout: fixed;
}

.subst > .col {
	border: 1px solid #AAA;
	padding: 10px;
}

.substhead .col {
	font-weight: bold;
}

.substhead .col p {
	font-weight: normal;
	font-size: 80%;
}

.closer {
	position: absolute;
	left: -20px;
	top: -20px;
	font-size: 20px;
	text-align: center;
	line-height: 40px;
	background: #333;
	color: #FFF;
	height: 40px;
	width: 40px;
	border-radius: 20px;
	cursor: pointer;
}

.form_search_outer {
	margin-bottom: 20px;
	padding: 10px;
	position: fixed;
	margin-left: 20px;
	max-width: 13%;
}

button {
	cursor: pointer;
}

.form_search_outer button {
	width: 100%;
}

input[type="text"] {
	padding: 5px;
	font-size: 14px;
	margin-bottom: 5px;
	background: #FFF;
	max-width: 100%;
	box-sizing: border-box;
	width: 100%;
}

button, .btn {
	border: 0px;
	background: #2d5cb9;
	padding: 5px 10px;
	color: #FFF;
	text-decoration: none;
	/*box-shadow: 1px 1px 1px #FFF;*/
	transition: box-shadow 1s;
	font-size: 12px;
}

.btn { display: block; }

button:hover, .btn:hover {
	box-shadow: 1px 1px 1px #333;
}

.uses_detail {
	position: absolute;
	background: #FFF;
	z-index: 30;
	padding: 20px;
	box-shadow: 0px 0px 20px #333;
	width: 300px;
	margin-left: 15px;
	margin-top: -15px;
	line-height: 1.5;
}

.msg_info {
	background-color: #CDF;
	border: 1px solid #9AF;
	padding: 8px;
	margin: 8px;

}

#leftSidebar .mrsl_outer { z-index: 2; position: relative; }



.text_left {
	text-align: left;
}

.button_right {
	float: right;
}

.clear {
	clear: both;
}

.bxslider .item {
	padding-top: 70px;
}

.bxslider .item img {
	transform: translateY(-50%);
}

.bx-wrapper {
	height: 150px;
	overflow: hidden;
}

.currentChapter {
	position: fixed;
	left: 15px;
	background: #2d5cb9;
	color: white;
	padding: 10px 10px;
	top: 295px;
	max-width: 280px;
	width: 100%;
}

.headerChoice {
	display: flex;
	background: #2d5cb9;
	color: white;
	font-size: 20px;
	padding: 10px;
}

.chapterList {
	flex-grow: 1;
}

a.currentChapterList {
	color: white;
	text-decoration: none;
}

.header {
	font-size: 20px;
	margin-bottom: 10px;
}

.mainTopic {
	display: flex;
	padding: 0 10px 10px 10px;
	margin-bottom: 10px;
}

.selectedTopic {
	flex-grow: 1;
	padding: 5px;
	color: white;
	font-size: 20px;
	text-align: center;
	background-color: #888;
	margin: 1px;
	cursor: pointer;
}

.selectedTopic.selected {
	opacity: 1;
	background-color: #2d5cb9;
}

.topic_content .loading {
	position: relative;
	top: 100px;
	width: 100px;
	margin: auto;
	height: 100px;
	border-radius: 50px;
	border: 2px solid #2d5cb9;
	line-height: 100px;
	text-align: center;
}

.chapter_title {
	font-weight: bold;
	font-size: 16px;
	line-height: 1.4;
}

.chapterChoice {
	position: fixed;
	left: 0;
	top: 220px;
	max-width: 25%;
	height: calc(100% - 220px);
	width: 25%;
	transition: top 1s;
}

.chapterChoice.scrolled {
	top: 0px;
	height: 100%;
	transition: top 1s;
}

.chapter_content li {
	padding: 3px;
	font-size: 13px;
}

.currentChapterChoice {
	background: #2d5cb9;
	color: white;
	padding: 5px 10px;
	margin-bottom: 5px;
}

.chapter_content {
	max-height: 0px;
	height: 100%;
	overflow: hidden;
}

.currentChapterChoice.isopen {
	max-height: 100%;
}

.chapter_content.isopen {
	max-height: 100%;
	height: 100%;
	padding: 5px 10px;
	animation: fadeinAnimation 1.2s;
}

#center {
    box-shadow: 0px 0px 30px #AAA;
    z-index: 100;
	padding: 20px;
	background: #FFF;
}

#rightSidebar, #leftSidebar {
background: #F5F5F5; overflow: hidden;
}

.applicability { font-size: 12px; }

.applicability .col {
    border: 0px;
    padding: 2px;
    border-bottom: 1px solid #DDD;
}

.applicability .ltrow:last-child .col {
    border: 0px;
}

@keyframes fadeinAnimation {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.logo { max-width: 200px; width: 100%; }

#leftSidebar { width: 17%; }
#center { max-width: 66%; }

#navbutton {
	position: absolute;
	z-index: 100;
	top: 20px;
	right: 20px;
}

#navbutton > div {
	width: 30px;
	height: 4px;
	background-color: #333;
	margin: 5px 0;
	transition: 0.4s;
}

.change .bar1 {
	-webkit-transform: rotate(-45deg) translate(-4px, 6px);
	transform: rotate(-45deg) translate(-4px, 6px);
}

.change .bar2 {
	opacity: 0;
}

.change .bar3 {
	-webkit-transform: rotate(45deg) translate(-8px, -8px);
	transform: rotate(45deg) translate(-8px, -8px);
}

.hide {
	display:none;
}

.width-100 {
	max-width: 100%!important;
}

#leftSidebar.resized-mobile {
    position: absolute;
    z-index: 1000;
    height: 100vh;
    background-color: #fff!important;
    width: 270px;
}

#footer {
    background-color: #333;
    color: #fff;
    padding: 30px;
    margin-left: -30px;
    margin-right: -30px;
    margin-top: 70px;
    font-size: 12px;
}

.area_header {
    background-color: #2d5cb9;
    color: #fff;
    padding: 30px;
    font-size: 40px;
    text-align: center;
    margin-top: 15px;
    margin-left: -30px;
    margin-right: -30px;
}

#footer a {
    color: #fff;
    text-decoration: underline;
}

#footer .inner_text { max-width: 800px; margin: auto; }

/*.mrslcontent { display: none; }
.mrslcontent.loaded { display: flex; }*/

.mrslcontent { display: flex; }

.filter_translation {
	padding: 30px 0px 15px 0px;
}
#leftSidebar .btn { margin-bottom: 5px; }

@media (max-height: 800px)
{

	.filterform_app_outer { margin: 0px; padding: 10px 0px; }
	.filter_translation { padding: 10px 0px 10px 0px; }
	.chapterbookmark { font-size: 13px; }
	#leftSidebar .btn { padding: 5px; }
}

@media(max-width: 1800px)
{
	#center { max-width: 81%; }
}

@media(max-width: 1440px)
{
	.substhead .col {
		font-weight: bold;
		font-size: 12px;
	}
}

@media(max-width: 800px)
{
	.lttable .col { display: block; }
	.subst {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 20px;
		box-shadow: 0px 0px 4px #AAA;
	}
	.substhead {
		display: none;
	}
	.subst > .col { width: 100%; }
	.subst > .col.substname { width: 40%; }
	.subst > .col.substcas { width: 60%; }
	.subst > .col.substname { font-weight: bold; overflow: hidden; }
}
