body {
    margin: 0;
    padding: 0;
    background-color: #00987b;
}
.in-flex {
	flex: 1;
	min-width: 300px;
}
.in-flex:first-child {
	flex: 2;
	padding: 0px;
	margin: 0px;
	margin-bottom: 0px;
}
.in-flex div {
	padding: 0px;
	width: 100%;
}
.div-1 {
	background-color: #17A589;
	height: 80px;
}
.div-2{ 
	background-color: #1ABC9C;
	height: 120px;
}
.div-3 {
	background-color: #17A589;
	height: 40px;
	line-height: 40px;
	color: #FFF;
	text-align: center;
	font-family: Helvetica;
}
.div-4 {
	width: 100%;
	height: 100px;
}
.form-control {
	width: 80%;
	height: 50px;
	border: 0;
	border-radius: 25px;
	font-size: 1em;
	text-align: center;
	margin-top: 35px;
	color: #34495E;
}
::placeholder{
	text-align: center;
	color: #333;
}
.form-alpha {
	width: 50px;
	height: 50px;
	float: right;
    margin-right: 5%;
	border: 0;
	border-radius: 25px;
	font-size: 1em;
	margin-top: 35px;
	transition: background-color 0.2s linear;
	color: #34495E;
}
.form-alpha:hover {
	background-color: #AEB6BF ;
}
form {
	text-align: center;
}
#search {
	position: absolute;
	text-align: center;
	margin-top: 60px;
	margin-left: 12px;
	color: #34495E;
}
#list {
    position: absolute;
    margin-left: 7px;
	margin-top: 7px;
	color: #34495E;
	transition: color 0.2s linear;
}
table {
    padding-top: 20px;
table-layout: auto;
  width: 100%;
  font-family: Helvetica;
  text-align: center;
  font-size: 0.6em;
}
th, td {
  padding: 5px;
}
table, th, td {
    border: 1px solid;
    border-color: #D5D8DC;
    border-collapse: collapse;;
}
.alerta {
    width: 100%;
    height: 100px;
    text-align: center;
    line-height: 100px;
    font-family: Helvetica;
    background-color: #E74C3C;
    color: #FFF;
}
.container-fluid {
    width: 100%;
    line-height: 50px;
    text-align: center;
    font-family: Helvetica;
    background-color: #2ECC71 ;
    color: #FFF;
    font-size: 2em;
    font-weight: bold;
}
.ok {
    font-size: 0.7em;
    font-weight: 400;
}
.btn {
    width: 75px;
    height: 30px;
    background-color: #F2F4F4;
    border-radius: 15px;
    float: right;
    margin-top: 15px;
    margin-right: 3%;
}
h3 {
   font-family: Helvetica;
   font-size: 0.8em;
   font-weight: 400;
   color: #34495E;
   text-align: left;
   margin-left: 30px;
   margin-top: 8px;
}