@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Manrope&display=swap');
html {
	font-family:'Manrope', Arial, Helvetica, sans-serif;
}
#headerContainer {
	height:248px;
}
hr {height:1px; background-color:#eee; border:none;}

.arriba-izquierda{
	position:absolute; 
	top:300px; 
	left:300px; 
	width:200px; 
	height:265px; 
	border:#ddd 1px solid; 
	background-color:#eee; 
	text-align:center; 
	box-shadow: #ddd 5px 5px 5px; 
	border-radius: 5px; 
	display:none;
}
.arriba-izquierda:before {
    content: "";
    position: absolute;
    top: -25px;
    left: 75px;
    width: 0;
    height: 0;
    border-width: 0 25px 25px;
    border-style: solid;
    border-color: transparent transparent #eee;
}

.key {
	background-color:#fff;
	border-radius:5px;
	display:inline-block;
	width:60px;
	height:60px;
	margin: 3px 1px;
	font-size: 40px;
	line-height: 60px;
	user-select: none;
	cursor:pointer;
}

.key.pressed{
	background-color:#999999;
}

.simCanvas {
	max-width:100%;
	max-height: calc(100vh - 417px);
}
.simZoom {
	max-height: calc(100vh - 435px);
}

.customInputBox_bg{
	display:none;
    opacity: 0;
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 1040;
    background-color: #000;
    transition: opacity 0.15s linear 0s;
}

.customInputBox_base{
    display: none;
    padding-right: 16px;
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 1;
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 1050;
    outline: 0px none;
    transition: opacity 0.15s linear 0s;
}

.customInputBox_dialog{
	transition: transform 0.2s ease-out;
	transform: translate(0px, -800px);
    width: 400px;
    margin: 30px auto;
    position: relative;
}

.customInputBox_content{
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
    position: relative;
    background-color: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    background-clip: padding-box;
    outline: 0px none;
}

.customInputBox_xbt{
	position:absolute;
	right:0px;
	top:0px;
	width:30px;
	height:30px;
	cursor:pointer;
	background-image:url(../images/close_button.png);
	background-repeat:no-repeat;
	background-position:center;
}

.getIn {
    transform: translate(0px, 0px);
}
#IBModelos_content img {margin:10px 5px; cursor:pointer;}
#IBModelos_content img:hover {margin:9px 4px; border:#F03 1px solid;}

.flexcontainer {
  display: flex;
  flex-direction: row;
  align-items: normal;
  width: 100%;
  max-width: 780px;
  text-align: center;
  margin-bottom: 10px;
  height:35px;
}
.solapero {
  position: relative;
  text-align: center;
  line-height: 30px;
  margin-top: 3px;
  padding-bottom: 3px;
  font-size: 16px;
  max-width: 780px;
}
#solapa1.activenext {
  min-width: 3%;
  border-bottom-right-radius: 5px;
  border-right: none;
  border-bottom: #ccc 1px solid;
  margin-right: -1px;
}
#solapa1 {
  min-width: 3%;
  border-bottom-right-radius: 0px;
  border-right: none;
  border-bottom: #ccc 1px solid;
  margin-right: -1px;
}
.solapa.active {
  border-top: #ccc 1px solid;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-right: #ccc 1px solid;
  border-left: #ccc 1px solid;
  border-bottom: none;
  padding: 3px 10px 0px 10px;
  margin-top: 0px;
  margin-bottom: 3px;
  font-weight: 400;
  width: 24%;
  color:#000;
  cursor: default;
}
.solapa {
  cursor: pointer;
  border-top: #ccc 1px solid;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0px;
  border-right: #ccc 1px solid;
  border-left: #ccc 1px solid;
  border-bottom: #ccc 1px solid;
  margin-left: -1px;
  width: 24%;
  padding-left: 10px;
  padding-right: 10px;
  color:#666;
}
.solapa.activeprev {
  border-top: #ccc 1px solid;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0px;
  border-right: #ccc 1px solid;
  border-left: #ccc 1px solid;
  border-bottom: #ccc 1px solid;
  margin-left: -1px;
  width: 24%;
  padding-left: 10px;
  padding-right: 10px;
}
#solapa4 {
  min-width: 50%;
  border-bottom: #ccc 1px solid;
}
.boton_material.selected {
	background-color:cyan;
}

.divModulos {margin:20px; border:#eee 1px solid; text-align:center;}

span {opacity:0.6;}


@media (max-width: 1300px){
	.modulos {max-width:18vh;}
	.divModulos {max-width:18vh; font-size:12px; margin: 10px}
}

@media screen and (orientation:landscape) and (max-height:500px) {
	#logo {height:50px}
	#headerContainer {
		height:130px;
	}
}
