/* JSON格式化 Made By 倦意 */
/* 2023/10/25 */
/* CSS */
.linedwrap {
	width: 100%;
	background-color:#EEEEEE;
}

.linedwrap .codelines .lineno {
	font-size: 11pt;
}

#JSONValidate {
	border-radius: 4px;
}

#results{
	margin-top: 5px;
}
.error {
	background: #FBE3E4 !important;
	color: #D12F19 !important;
	border-color: #FBC2C4 !important;
}

.success {
	background: green !important;
	color: white !important;
	border-color: #FBC2C4 !important;
}

.greenBorder {
	border: 1px solid green !important;
}

.redBorder {
	border: 1px solid red !important;
}

.error,
.notice,
.success {
	margin-bottom: 1em !important;
	border: 2px solid #ddd !important;
	padding: .8em !important;
}
.json_input {
	font-size: 13px !important;
	width: 100%;
	height: 300px;
	margin: 0;
	background-color: #EEEEEE;
	border: 1px solid #EEEEEE;
	border-radius: 4px;
	padding: 5px !important;
}

.json_input:focus {
	border-color: transparent;
	outline: none;
	background-color: #EEEEEE;
}

.validateButtons{
	margin-top: 5px;
}
