@CHARSET "ISO-8859-1";

body {
	font-family: Arial, Helvetica, sans-serif;
}
.filtering {
  margin-top: 10px;
  margin-bottom: 10px;
}

.errmsg {
	color: red;
}
.msg {
	margin: 5px;
}
.inact {
	background-color: lightgrey;
}
.noted {
	font-weight: bold;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

li {
	margin: 5px;
	padding: 5px;
	width: 300px;
}
.titlecontent {
	font-size: 12px;
	display: flex;
	justify-content: right;
	flex-direction: row;
}
.filtering br { 
	margin-top: 10px; 
}
.filtering button {
    background-color: #3877b5;
	color: white;
	padding: 11px;
	font-size: 16px;
	border: 1pt;
    cursor: pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
}
.filtering input[type=reset] {
	background-color: #3877b5;
	color: white;
	padding: 11px;
	font-size: 16px;
	border: 1pt;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
}
#sortable {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 50%;
}

#sortable li {
	margin: 0 3px 3px 3px;
	font-size: 17px;
	height: 16px;
}

.sortitem {
	margin: 0 3px 3px 3px;
	background: lightyellow;
	border: 1px solid #DDDDDD;
	color: #333333;
	height: 16px;
	width: 700px;;
}

.vertical::before {
	content: "\a";
	white-space: pre;
}

#showif {
	display: none;
}

#previewbtn {
	float: left;
	color: blue;
	font-size: 16px;
}

label {
	display: inline-block;
}

.model .ui-dialog-titlebar-close {
	display: none;
}

.dropbtn {
	background-color: #3877b5;
	color: white;
	padding: 11px;
	font-size: 16px;
	border: 1pt;
}

.dropbtn a {
	background-color: #3877b5;
	color: white;
	padding: 11px;
	font-size: 16px;
	border: 1pt;
	text-decoration: none;
}

.footer {
	font-size: 8px;
//	 position: absolute;
 // bottom: 0;
//  width: 100%;
//  height: 2.5rem;            /* Footer height */
}

.dropdown {
	position: relative;
	display: inline-block;
	z-index: 999;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 999;
}

.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

.dropdown-content a:hover {
	background-color: #ddd;
}

.dropdown:hover .dropdown-content {
	display: block;
}

.dropdown:hover .dropbtn {
	background-color: #89b2da;
}

.radartitle {
	color: black;
}

.flex-container2 {
	display: flex;
	justify-content: left;
	flex-direction: row;
}

.flex-item {
	align-items: left;
	margin: 5px;
}

.topiccontr>div {
	flex: 1;
	align-items: left;
	width: 250px;
	height: 500px;
	overflow-x: hidden;
	overflow-y: auto;
	text-align: left;
	padding: 20px;
}

.treecontr>div {
	flex: 2;
	align-items: left;
	width: 500px;
	height: 500px;
	overflow-x: hidden;
	overflow-y: auto;
	text-align: left;
	padding: 20px;
}

.questcontr>div {
	flex: 3;
	align-items: left;
	width: 750px;
	height: 500px;
	overflow-x: hidden;
	overflow-y: auto;
	text-align: left;
	padding: 20px;
}

.jander2 {
	font-weight: bold;
}

.divTable {
	display: table;
	width: 100%;
}

.divTableRow {
	display: table-row;
}

.divTableHeading {
	background-color: red;
	display: table-header-group;
}

.divTableCell, .divTableHead {
	border: 1px solid #999999;
	display: table-cell;
	padding: 3px 10px;
}

.divTableHeading {
	background-color: red;
	display: table-header-group;
	font-weight: bold;
}

.divTableFoot {
	background-color: red;
	display: table-footer-group;
	font-weight: bold;
}

.divTableBody {
	display: table-row-group;
}

.textbox {
	border: 2px solid #ccc;
	border-radius: 4px;
	background-color: #f8f8f8;
}

.qtext {
	border: 2px solid #ccc;
	border-radius: 4px;
	resize: none;
}

.qnote {
	border: 2px solid #ccc;
	border-radius: 4px;
	background-color: #f8f8f8;
}

.wrapper {
	border: 1px solid #4b00ff;
	border-right: 0;
}

canvas#signature-pad {
	background: #fff;
	width: 100%;
	height: 100%;
	cursor: crosshair;
}

button#clear {
	height: 100%;
	border: 1px solid transparent;
	color: #fff;
	font-weight: 600;
	cursor: pointer;
}

button#clear span {
	transform: rotate(90deg);
	display: block;
}
.reclist {
	float: left;
	width: 100%;
}
.notelist {
	float: left;
	width: 100%;
}
.diagbtn {
	margin:3px; 
	width: 150px;
}
#previewbtn {
	background-color: #4CAF50; 
	font-size: 20px; 
	width: 300px; 
	height: 40px; 
	color: white;
	margin-right: 5px;
}
#saveq {
	background-color: red; 
	font-size: 20px; 
	width: 300px; 
	height: 40px;
}

fieldset {
    margin-left: 45px;
}
#recommendSearchTable {
	width: 1500px;
	height: 500px;
	overflow: auto;
}
.wraptext {
	width: 25%;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;;
}
div.jtable-main-container table.jtable tbody>tr.jtable-row-even {
	background: #b5d3ff;
}