.etabs {
	position:relative;
	left:1030px;
}

.etabs .tab {
	border-radius: 5px 5px 0 0;
	color:#FFF;
	border:0;
	margin:-1px;
}

.tab-container .etabs .tab.active {
	color:none;
	border:0;
}

.tab-container .etabs .tab {
	border:0 !important;
}

.etabs .tab a {
	text-decoration: none;
	border:none;
	color:#FFF;
}

.etabs .tab a:hover {
	text-decoration: none;
}

.panel-container div {
	border:none;
	border-radius:0 0 10px 10px;
}

.tab1 {
	background: #86cbc3;
}

.tab2 {
	background: #f5d774;
}
.tab3 {
	background: #d0afd7;
}
.tab4 {
	background: #e69890;
}
.tab5 {
	background: #a1c982;
}

#tabs1 {
	background: #86cbc3 !important;
}

#tabs2 {
	background: #f5d774;
}

#tabs3 {
	background: #d0afd7;
}

#tabs4 {
	background: #e69890;
}

#tabs5 {
	background: #a1c982;
}

#inputs {
	position:relative;
	display: inline-block;
	bottom:120px;
}

#tabs3 #inputs {
	bottom:40px;
}

#inputs input {
	margin:20px;
	padding:10px;
	font-size: 2em;
	color:#000;
	display: block;
	width:400px;
	height:50px;
	border-radius: 10px;
	border:dashed 4px #a3a3a3;
	background: #fff;
}

#inputs textarea {
	margin:20px;
	padding:10px;
	font-size: 2em;
	color:#000;
	display: block;
	width:400px;
	height:300px;
	border-radius: 10px;
	border:dashed 5px #a3a3a3;
	background: #fff;
}

.panel-container .titulo {
	padding-top:20px;
	font-size: 2.6em;
	color:#5F5F5F;
	display:block;
	text-align: center;
}

#dr {
	position: absolute;
	width:100%;
	top:215px;
	left:25px;
}

#dr div{
	position:absolute;
}

#back {
	height:450px;
	width:250px;
	border-radius: 10px;
	background: #FFF;
	border:dashed 3px #fdc500;
	position:absolute;
	right:81px;
	top:55px;
}

.drop {
	width:195px;
	height:58px;
}

.droppeq {
	width:78px;
	height:47px;
}

.drag {
	width:210px;
	height:53px;
	background: #fdc500;
	color:#000;
	border:solid 4px white !important;
	border-radius: 10px !important;
	font-size: 1.8em;
	font-weight: 700;
	text-align: center;
	line-height: 45px;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	cursor: pointer;
	padding-top: 5px;
}

.dragpeq {
	width:90px;
	height:55px;
	background: #fdc500;
	color:#000;
	border:solid 4px white !important;
	border-radius: 10px !important;
	font-size: 1.5em;
	font-weight: 700;
	text-align: center;
	line-height: 23px !important;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}