﻿body {
	margin: 6px;
}
textarea{
border:1px solid #333333;
box-shadow: 2px 2px 5px #cccccc;
border-radius:6px;
padding:4px;
}
.btbar {
	padding: 4px;
	background-color: #d6eaf8 ;
}
.btbarpe {
	padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;


}
.btbarpe .boton{
margin-left:10px;
}
.textpl {
	width: 31%;
	height: 200px;
	margin-left: .2%;
	float:left;
border:1px solid #aaaaaa;
}
.intpl{
border:1px solid #aaaaaa;
padding:4px;
width:90%;
font-size:1em;
border-radius:6px;
}
.bndrexe{
margin-top:10px;
  display: flex;
  align-items: center;
    justify-content: center;

}
.templ {
display:none;
background-color: #d6eaf8 ;
	margin-top:0px;
	padding:6px;

}
.ntempl{
	display: flex;
	margin-top: 1rem;
	flex-direction: row;
	flex-wrap: no-wrap;
	margin-bottom:4px;


}
.conf {
	margin-top: 0px;
	width: 99.5%;
	padding: 4px;
	display: block;
	background-color: #d6eaf8 ;

}



.boton {
	text-align: center;
	display: inline-block;
	cursor: pointer;
	padding: 0.5em 0.7em;
	font-size: 1rem;
	color: #111111;
	background-color:  #07fa93 ;
	border-radius: 3px;
	user-select: none;
	border: 1px solid #555555;
}

.openfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.base {
	margin-top: 6px;
	text-align: center;
	margin-bottom: 30px;
}

label.boton {
	right: 10px;
}

.label {
	vertical-align: top;
	font-size: 2em;
}

.selector input[type="file"] {
	opacity: 0;
	height: 0;
	display: none;
}

.textcode {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	height: 360px;
}

.modal {
	display: none;
	position: fixed;
	z-index: 3000;
	padding-top: 0px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.5);
	padding-top: 50px;
	transition: display 3s;
}

.contenAxuda {
	position: relative;
	background-color: white;
	margin: auto;
	padding: 20px;
	width: 80%;
	height:80%;
	overflow: scroll;

}

.pecharAxuda {
	color: black;
	float: right;
	font-size: 30px;
	font-weight: bold;
}

.pecharAxuda:hover,
.pecharAxuda:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.visibleAxuda {
	display: block;

}

.visibleTempl {
	opacity: 1;
	display: block;
	transition: all 1s ease;
}

.gardaCode {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pebar {
	margin-top: 60px;
	padding: 4px;
	background-color:   #d6eaf8  ;
	height: 20px;
	font-size:0.7em;
}
.cllabel{
display: inline-block;
  position: relative;
  padding-left: 14px;
  cursor: pointer;
  font-size: 14px;
  user-select: none;
    margin-right:10px;

}
.clcheck {
 transform: scale(2);
}

