@charset "UTF-8";
body {
/* 	font-family: 微软雅黑, monospace, Arial, sans-serif, 黑体; */
}
.head {
  height: 70px;
  line-height: 70px;
  margin-bottom: 0;
  padding-left: 0; 
}
.container {
	font-family: Helvetica,'Courier New', 微软雅黑, monospace, Arial, sans-serif, 黑体;
}
.footer {
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
	bottom: 0;
	left: 0;
	text-align: center;
	color: #515D6D;
	margin-top: 140px;
	margin-bottom: 18px;   
}
.clear {
	clear: both;
}
.dl {
    border: 1px solid #c0c0c0;
    border-radius: 4px;
    padding: 3px;     
    background-color: #EEE; 
    display: inline-block; 
    width: 100%; 
}
.dl .lines {
    margin-top: 0px;
    width: 50px;
    float: left;
    overflow: hidden; 
    border-right: 1px solid #c0c0c0;
    margin-right: 10px;
}
.fa{
	padding-right: 2px; 
	cursor:pointer;
}
.fw {
	font-weight: bold;
	font-family: Menlo,Monaco,Consolas,"Helvetica Neue",Helvetica,"Courier New",'微软雅黑', monospace, Arial,sans-serif,'黑体';
} 

.key {
	color: #982795; 
}

.other {
	font-weight: bold;
	font-family: Menlo,Monaco,Consolas,"Helvetica Neue",Helvetica,"Courier New",'微软雅黑', monospace, Arial,sans-serif,'黑体';
	color: black;
}

.boolean {
	color: rgba(204, 0, 0, 0.88);   
}

.string {
	color: #248663;   
}

.number {
	color: rgba(1, 48, 97, 0.88);;   
}

.url {
	color: rgba(42, 109, 232, 0.91); 
}
.error {
	border-radius: 4px;
	padding: 15px;
	border: 1px solid #c0c0c0;
	margin: 10px 0px 10px;
	color: #a94442;
	background-color: #f2dede;
}
.fright{
	float: right; 
}
.margin-div{
	padding: 10px 0px 10px;
}
.div-border{
	border: 1px solid #c0c0c0;
	border-radius: 4px;
}
.linedwrap {
	width:100%;
	border: 1px solid #c0c0c0;
	padding: 2px;
	display: inline-block;
	background-color: #F5F5F5; 
	border-radius: 4px;
	line-height : 0px;
	margin : 0px 0px 10px;
}
.linedwrap .codelines .lineno {
	font-size: 16px !important;
    font-family: monospace !important;
    line-height: normal !important; 
    height: 20px !important;
    color: #AAAAAA;
	padding-right: 0.3em;
	padding-top: 0.1em;
	text-align: right;
	white-space: nowrap;
} 
.linedwrap textarea { 
	line-height : 20px; 
	padding : 0px 0.3em 0px;
	border: 0;
	outline: none;
    background-color: #F5F5F5; 
	font-size: 14px !important;  
	color: #151417;
	width: 100%;
}

.linedwrap .lines {
	margin-top: 0px;
	float: left;
	overflow: hidden;
	border-right: 1px solid #c0c0c0;
}
.linedwrap .codelines .lineselect {
	color: red;
	font-weight : bold;
}
.dr{
    background-color: #F5F5F5; 
	overflow: auto;
	line-height : 20px;   
	padding-left: 3px;
	outline: none; 
	overflow-x:hidden;
}
