html, body {
	margin: 1px;
}

button:disabled,
input[type=button]:disabled,
button[disabled]{
	border: 1px solid #999999;
	background-color: #cccccc;
	color: #999;
}
.page_box{
	min-width:20px;
	height:20px;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #c0c0c0;
	margin: 5px;
	display: inline-block;
}
/*link as button */
.linkasbutton {
	display: block;
	width: 180px;
	height: 30px;
	background: #fff;
	padding: 6px;
	text-align: center;
	text-decoration: none !important;
	border-radius: 5px;
	color:#800000;
	border:1px solid #ddd;
}

.button_div {padding:8px; display:inline;}
.button_div a{text-decoration: none !important; color:black !important;}

.row.content {height:auto;}
.content{padding: 8px;}
/* Set gray background color and 100% height */


#topnav {
	background-color: #7B0010;
	color:#fff;
}

#toolbar{
	padding: 5px;
}

#topmenuweis{
	width:450px;
	padding:5px;
	background-color:#FFFFF0 ;
}
#logo{
	padding-top:25px;
	padding-bottom:20px;
	margin:auto;
	width:135px;
}
#leftmenu{
	padding-left:20px;
	margin:5px;
	margin-right:10px;
}
#leftmenu2{
	padding: 10px;
	display:none;
}

.menue{
	background-color: #fff;
	padding: 3px;
	overflow-y: auto;
	/*max-height: 680px;*/
}
.menue table{border-collapse: collapse;}
.menue td{border-spacing:5px; padding: 2px;}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
	border: none;
}

#loading{
	padding-top:25px;
	padding-bottom:20px;
	text-align: center;
	margin:auto;
	width:200px;
	height:168px;
}

#button_clone {
	border: 1px solid #c0c0c0;
	background-color: #ddd;
	padding: 8px;
	width: 250px;
	margin-bottom: 10px;
}
#middle_data{
	max-height: 180px;
	overflow: hidden;
}

#right_data{
	max-height: 180px;
	overflow: hidden;
}

#symptom_data{
	border-right: 1px solid #bbb;
	padding-right:5px;
	max-height: 600px;
	overflow: auto;
}

#remedy_data{
/*	max-height: 600px;
	overflow: auto; */
}
#model_data{
	max-height: 180px;
	overflow: hidden;
	border: 1px solid #ddd;
	padding: 10px;
}

#top{
	padding-top: 5px;
}

.plink_modeldata {
	width:20px;
	float: right;
}

.hitlistdata{
	padding:20px;
}


.modelrecherch {
	padding: 20px;

}

.modeldata{
	padding:20px;
}
.modeldata td{
	padding:2px;
}

.frame_title{
	border:1px solid #bbb;
	padding:5px;
	background-color: #eee;
}

.wider{
	padding-top:5px;
	padding-bottom: 5px;
}

.wider2{
	padding-top:5px;
	padding-bottom: 8px;
	border-top: 8px;
	border-bottom: solid 1px #eee;
}

.rightcontent{
	padding-left:215px;
	padding-right: 15px;
}

.smalllogo{
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
}

.username {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	text-align: center;
	font-size: 120% !important;
}

.table-borderless td,
.table-borderless th {
	border: 0;
}
.divaligment{
	text-align: right;
}

div.borderleft{
	border-left:2px solid #ffffff !important;
}

div.mobilefooter{ text-align: center;}
.content2 {padding:15px;}

.forum_pinboardsearch_keyword{background-color:#FFFF99;font-size:13pt;font-family:Arial;max-width:500px;}

/* On small screens, set height to 'auto' for the grid */
@media screen and (max-width: 767px) {
	.row.content {height: auto;}
	.divaligment{ text-align: left;}
}

@media screen and (min-width: 767px) {
	.rightcontent{
		/*overflow: auto;*/
	}
}


@media only screen and (max-width: 767px) {
	.rightcontent{
		padding-left:5px;
		padding-right: 5px;
		/*overflow: auto;*/
	}
	#leftmenu{
		display: none;
	}
	#topservice{
		display: none;
	}
	#leftmenu2{
		display: block;
	}
	#topnav {
		margin-left: -30px !important;
		margin-right: -20px ;
	}
	.topheader{background-color: #800000 !important;}
	.forum_pinboardsearch_keyword{
		max-width:300px;
	}
}

@-webkit-keyframes invalid {
	from { background-color: #666; }
	to { background-color: inherit; }
}
@-moz-keyframes invalid {
	from { background-color: #666; }
	to { background-color: inherit; }
}
@-o-keyframes invalid {
	from { background-color: #666; }
	to { background-color: inherit; }
}
@keyframes invalid {
	from { background-color:  #666; }
	to { background-color: inherit; }
}
.invalid {
	-webkit-animation: invalid 1s infinite; /* Safari 4+ */
	-moz-animation:    invalid 1s infinite; /* Fx 5+ */
	-o-animation:      invalid 1s infinite; /* Opera 12+ */
	animation:         invalid 1s infinite; /* IE 10+ */
}

.nocollapse table{border-collapse: separate;}
.childcat{
	padding-left: 8px;
	font-style: italic;
	font-size: 95%;
}
.parentcat{
	font-weight: bold;
}

.breadcrumb{
	background-color:white;
	margin-bottom: 0px;
	padding-left:0px;
}
.breadcrumb a{
	color: black !important;
	text-decoration: none !important;
}

.pagination > li > a
{
	background-color: white;
	color: black;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
	color: #4c4d52;
	background-color: #eee;
	border-color: #ddd;
}

.pagination > .active > a
{
	color: white;
	background-color: black;
	border: solid 1px #e0eef9;
}

.pagination > .active > a:hover
{
	background-color: black;
	border: solid 1px #e0eef9;
}