

body
{
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
}

html
{
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    /*background-image: url("../Images/EcoBack25.png");*/
}

#layout-grid-8 > article
{
    display: grid;
    grid-template-columns: 50% 25% 24.8%;
    position: relative;
    width: 80%;
    text-align: center;
}

h1
{
    text-align: center;
    font-size: 34px;
    color: #00000;
    margin: 0px;
    padding: 20px;
}

p
{
    font-size: 16px;
    text-align: center;
    color: #000;
}

article:nth-child(even)
{
    margin: 20px;
}

article:nth-child(odd)
{
    margin: 20px;
}
a
{
  color: #b60077;
}

#loginform
{
  padding-top: 10%;
}

#main-content
{
  margin-top: 5px;
  margin-bottom: 5px;
  padding-bottom: 60px;
}

.box
{
    height: 260px;
    /* border: 1px solid red; */
    border-radius: 50px;
    background: #00c9b7;
    box-shadow: 10px 10px 14px 1px rgba(00,00,00,0.2);
}

.box .fas
{
    float: right !important;
    padding: 0px 20px 0px 0px;
    color: #fff;

}

header
{
    padding: 55px;
    height: 20px;
}

footer {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  padding-top: 5px;
  padding-bottom: 1px;
  border-top: 1px dashed #155E52;
}

#center {
  text-align: center;
}

header ul li
{
    display: inline;
    /* color: #ffffff; */
    color: #b60077;
    padding: 20px 30px;
}

input
{
    border-radius: 40px;
    background-color: #f8f8f8;
    border: 1px solid white;
    width: 75%;
    height: 150%;
}
.loginregister
{
  color: #444444;
  font-size: 1.5em;
  font-family: sans-serif, serif;
  width: 40%;
  margin: 0 auto;
  display: block;
  border: none;
}

.form-element
{
  margin-bottom: 5px;
}

.submitButton
{
  width: 55%;
  height: 15%;
  /* height: 100%; */
  /* width: auto; */
}

.btn.btn-info
{
    background-color: #155E52 !important;
    border-color: #155E52 !important;
}

fieldset
{
  margin: 0 auto;
  border: 0;
}
.search-container {
    width: 500px;
    background-color: #00b3ee;
    padding: 30px;
}

.machines_home{
  display: inline-block;
}

.machine_home{
  margin-bottom: 20px;
  display: inline-grid;
}

.table_home {
  margin: 0px 20px 5px 20px;
  float: left;
}

.table_home > caption {
  font-weight: bold;
}

.table_home > tbody > tr > th {
  padding-top: 15px;
}

.table_home_header
{
  margin: 20px 20px 0px 30%;
}

#home_more_info
{
  margin-top: 5px;
  margin-left: 20px;
  max-height: 50px;
  max-width: 390px;
}

.td_machine {
  border: 1px solid #155E52;
  min-width: 50px;
}

td
{
  padding: 5px;
  text-align: center;
}

th
{
  padding: 5px;
  text-align: center;
}
