html, body {
    /* background-color: #ccc; */
}

#page-container {
	position: relative;
	padding-bottom: 60px;
	min-height: 100vh;
}

.page-header {
    padding-top:60px;
    background-color:#fff;
}

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

#editor, #convertedjson {
    position: relative;
    width: 100%;
    height: 500px;
}

.btn-file {
    padding: 2px 12px; 
}

.detailText {
 margin-left: 5px;
}

header {
    margin-top: 60px;
}

/* .codewrapper {
    display: flex;
} */
.codeexample {
    margin: 0 10px
}
header h1 {
    width: 100%;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
/*     color: #fff;
 */    
    -webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
}

.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }


.span_5_of_5 {
	width: 100%;
}
.span_4_of_5 {
	width: 79.68%;
}
.span_3_of_5 {
	width: 59.36%;
}
.span_2_of_5 {
	width: 39.04%;
}
/* .span_1_of_5 {
	width: 18.72%;
} */
.span_1_of_5 {
	width: 18.72%;
}

.info {
	z-index: 9999;
	position: absolute;
    top: 3px;
    left: 10px;
}

.resize {
	z-index: 9999;
	position: absolute;
    top: 3px;
    right: 10px;
    cursor:pointer;
    color: #fff;
}
.flipHoriz {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}
.linangdata {
	z-index: 9999;
	position: absolute;
	width: 50px;
    top: 3px;
    right: 0px;
    cursor:pointer;
    color: #fff;
}


.save {
	/* color: #2ECC40; */
	color: #3D9970;
	font-weight:bold;
}
.icon {
	font-size: 14px;
	color: #fff;
}

.close {
  /* position: fixed; */
  top: 3px;
  left: 7px;
}

.code-textarea {
	padding-top: 5px;
}
textarea {
   resize: none;
}

.formatter-container {
	margin-left:35px;
}

#formatter {
	width: 295px; 
	min-width: 295px; 
	font: 14px "Roboto-Regular", Roboto-Regular, Arial, helvetica, sans-serif;
	margin: 0;
	padding: 5px;
}

#formatter.large {
	 width: 100%;
} 

.CodeMirror {
    font-family: monospace;
    height: 450px;
    color: black;
}

#formatter h1 {
  font-size: 22px;
}
#formatter p {
  font: 14px Arial, Sans-Serif;
}
#formatter a {
  color: black;
  outline: none;
  text-decoration: none;
}
#formatter input:disabled {
  color: #000000;
}
#formatter textarea:disabled {
  color: #000000;
}

audio, canvas, video {
    display: inline-block;
}

img {
    border: none;
    vertical-align: middle;
} 

.clear {
    *zoom: 1;           /* for IE 6/7 */
}

.clear:before, .clear:after {
    height: 0; 
    content: "";
    font-size: 0;
    display: table;
    line-height: 0;     /* for Opera */
    visibility: hidden;
}

.clear:after {
    clear: both;
}

.btns {
    padding-top: 0;
    min-height:80px;
}

.btns button {
    padding: 2px 8px;
}
.layout > header, .btns {
    padding: 15px 0;
    width: 90%;
   /*  margin: 0 auto; */
}
.layout > header > h1 {
    font-size: 20px;
    margin-bottom: 10px;
}

