@charset "utf-8";
/* CSS Document */
body{
	padding: 0;
	margin: 0;
	font-size:14px;
	height: 100%;
	font-family:Arial, Helvetica, sans-serif;
}
html {
	height: 100%;
}
.input-area {
	width: 40%;
	box-sizing: border-box;
	height: 100%;
	overflow:auto;
	border-right: dashed 1px #eee;
	float: left;
}
form {
	float: left;
	width: 100%;
	height: 100%;
}
.notification-area {
	width: 100%;
	float: left;
	display:none;
	box-sizing: border-box;
	height: 98px;
	overflow: hidden;
	color: #fff;
	box-sizing: border-box;
	padding: 10px;
	padding-top: 0px;
	padding-bottom: 12px;
	padding-left: 15px;
}
.jsonstring-area {
	width: 100%;
	float: left;
	border-bottom: dashed 1px #ddd;
	background: #fff;
	box-sizing: border-box;
	display: none;
	height: 49px;
	overflow: hidden;
	color: #fff;
	box-sizing: border-box;
	padding: 10px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 15px;
}
.jsonstring-area.highlight {
	background:#FFC;
}
.input-save {
	float: left;
	width: 70%;
	display: none;
	margin-right: 15px;
}
.input-save.show {
	display: block;
}
.input-save-btn input {
	cursor: pointer;
}
.urlShare {
	float: left;
	width: 90px;
	padding-top: 4px;
	color: #666;
}
.input-save input {
	width: calc(100% - 115px);
	border:solid 1px #aaa;
	border-radius:3px;
	padding: 3px;
	padding-left: 7px;
	height: 15px;
	font-size: 12px;
	background: #fff;
}
.input-save input:focus {
	outline: none;
}
.notification-area.with-error {
	background: #FBE3E4;
	color: #c9302c;
}
.notification-area.with-success {
	background: #5cb85c;
}
.input-area textarea {
	height: 99%;
	width: 100%;
	margin: 0px;
	padding: 15px;
	padding-bottom: 60px;
	box-sizing:border-box;
	border: 0px;
	font-family:"Courier New", Courier, monospace;
	resize: none;
}
.input-area textarea::-webkit-input-placeholder { 
	font-size: 14px;
	color: #aaa;
	font-family:"Courier New", Courier, monospace;
}
.input-area textarea::-moz-placeholder {
	color: #aaa;
	font-size: 14px;
	font-family:"Courier New", Courier, monospace;
}
.input-area textarea:focus {
	outline: none;
}
.output-area {
	width: 60%;
	height: 100%;
	position: relative;
	box-sizing: border-box;
	overflow:hidden;
	float: left;
}
.json-container ul {
	margin: 0;
	padding: 0;
	padding-left: 25px;
	list-style: none;
	border-left: 1px dotted #ccc;
}
.json-container ul.hovering-node {
	border-left: 1px solid #999;
}
.json-container {
	float: left;
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	height: calc(100% - 89px);
	overflow: auto;
}
.json-container.whitespaced {
	white-space: pre-wrap;
	font-family:"Courier New", Courier, monospace;
	font-size: 13px;
	line-height: 18px;
	color: #777;
}
.json-container ul li {
	margin-top: 5px;
	margin-bottom: 5px;
}
a {
	text-decoration: none;
	color: #007fff;
}
.json-property {
	font-size: 13px;
}
.danger {
	color:#cc0000;
}
.json-property-key {
	color: #3c73c3;
}
.json-property-value {
	color:#0C3;
}
.json-property-value.null-value {
	color: #aaa;
	font-style:italic;
}
.json-property-value.string-value:before,.json-property-value.string-value:after {
	content: '"';
}
.json-property-value.boolean-value {
	color:#c4a000;
}
.json-property-value.integer-value {
	color: #e6005c;
}
.json-node-opening {
	color: #3c73c3;
}
.json-node-closing {
	color: #3c73c3;
}
.json-node-opening.with-array {
	color:#cc0000;
}
.json-node-closing.with-array {
	color:#cc0000;
}
.json-container .json-key-value:after {
	content: ",";
	color: #3c73c3;
}
.json-container .json-key-value:last-child:after {
	content: "";
}
.json-container span.json-property-key:after {
	 content: '" : ';
}
.json-container span.json-property-key.with-array:after {
	content: '" : ';
}
.json-container span.json-property-key.with-object:after {
	content: '" : ';
}
.json-container span.json-property-key:before {
	content: '"';
}
.json-container span.json-property-key.blank-key:before {
	content: '';
}
.json-container span.json-property-key.blank-key:after {
	content: '';
}
.json-container .json-expand-plus a i {
	margin-right: 3px;
}
.footer-area {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 40px;
	box-sizing:border-box;
	padding: 13px;
	background: #333;
	font-size: 12px;
	color: #ccc;
}
.footer-area a {
	color: rgb(35, 190, 226);
}
.footer-area a:hover {
	text-decoration: underline;
}
.footer-left {
	float: left;
	width: 33%;
}
.footer-center {
	float: left;
	width: 33%;
	text-align: center;
}
.footer-center h1 {
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
.footer-right {
	float: right;
	text-align: right;
	width: 33%;
}
.footer-right ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.footer-right ul li {
	display: inline-block;
	padding-left: 5px;
}
.overlay {
	position:fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	display: none;
	z-index:1;
	opacity: 0.6;
}
.overlay.show {
	display: block;
}
.overlay-box.show {
	display: block;
}
.overlay-box,.overlay-box-how {
	width: 560px;
	display: none;
	height: 550px;
	margin-left: -280px;
	margin-top: -275px;
	border-radius: 10px;
	padding: 25px;
	box-sizing:border-box;
	background: #fff;
	position: fixed;
	overflow: auto;
	left:50%;
	font-size: 14px;
	line-height: 22px;
	z-index: 2;
	top: 50%;
}
.overlay-box-how {
	height: 440px;
	margin-top: -220px;
}
.common-box-o h2 {
	margin: 0;
	font-size: 28px;
	font-weight: normal;
	font-family:"Courier New", Courier, monospace;
}
.smallTxt {
	color:#f7572f;
	font-size: 16px;
}
.content-well {
	background: #f6f6f6;
	padding: 10px;	
	box-sizing:border-box;
	border-radius: 5px;
}
.content-well p{
	margin: 0;
	padding: 0;
}
.hint {
	color: #888;
	font-size: 12px;
}
.subtitle {
	font-size: 15px;
}
.cross-sign {
	position: absolute;
	right: 20px;
	font-size: 15px;
	top: 0;
	font-weight: bold;
}
.cross-bottom-box {
	color: #f7572f;
}
.main-seprator {
	color: #f2f2f2;
	margin: 0;
	padding: 0;
	border:solid 1px;
}
.common-box-o ol,.content-area-common ol {
	margin: 0;
	padding: 0;
	margin-left: 15px;
	margin-top: 15px;
}
.common-box-o ol li,.content-area-common ol li {
	margin-bottom: 10px;
}
.overlay-box-how h1 {
	margin-bottom: 15px;
}
.common-box-o ul,.content-area-common ul {
	margin: 0;
	padding:0;
	margin-left: 15px;
	margin-top: 15px;
}
.footer-center h1 a {
	color: #ccc;
}
.container {
	margin: auto;
	width: 900px;
}
.clearfix {
	clear: both;
}
.container h1 {
	font-family:"Courier New", Courier, monospace;
	color: #333;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: dashed 1px #333;
	font-weight: normal;
}
.content-area-common {
	line-height: 22px;
}
ul.leftindentul {
	margin-left: 30px;
}
.errorJsLine{
	background: #FBE3E4;
    display: block;
	padding: 2px;
	padding-left: 7px;
	color: #000;
	padding-right: 7px;
}
.notification-area-outer {
	position: relative;
	float: left;
    width: 100%;
}
.vlinkjson {
	position: absolute;
	right: 5px;
	top: 5px;
	font-size: 11px;
	color: #c9302c;
}
.vlinkjson:hover {
	text-decoration: underline;
}