html, body {
    /* background-color: #ccc; */
}

.btn-file {
    padding: 2px 12px; 
}

#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 {
    position: relative;
    
    width: 100%;
    height: 400px;
}

.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;
}


#formatterFooter {
  bottom: 5px;
  left: 5px;
  position: absolute;
}
#formatterFooter #linangdata {
  color: #337ab7;
  font-size: medium;
  outline: none;
  text-decoration: underline;
}

.stickyLeft { 
    position:relative;
} 
@media ( min-width: 992px ) { 
    .stickyLeft { 
        position:fixed;
        top:340px;
        left:0; 
    } 
}

@media ( max-width: 621px ) { .adslot_desktop_only { display: none; } }

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}

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;
}

.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;
}

