:root {
  --primary: #a61b2d;
  --fontcolor: #eae8e1;
  --white:#ffffff;
}
html, body {
  height: 100%;
  margin: 0;
}

body {
    margin:0;
    padding: 0;
    display: grid;
    /* grid-template-rows: 1fr auto; */
    overflow-x: hidden;
    font-family: "Roboto","Lucida Grande","DejaVu Sans","Bitstream Vera Sans",Verdana,Arial,sans-serif;
    font-size:16px
}
  
/* header content */
.header{
    background-color: var(--primary);
    text-align: center;
    padding:10px;
    height:110px;
    font-size: 20px;
    color:var(--fontcolor);
}

.left{
  text-align:left;
  float:left;

  }
  .right{
    padding-right: 30px;
    line-height: 30px;
    padding-top: 10px;
    float:right;
    text-align:right;
  }
/* End header content */

.container {
    max-width: 100%;
    padding: 0;
    /* margin-top:10px; */
    margin:0;
    flex-grow: 1;
    /* min-height: 400px; */
    text-align: center;
    line-height: 400px;
    
}
.halos_main{
  background-color: var(--primary);
  max-width: 100%;
  max-height: 100%;
}

.halos-content{
    line-height: 30px;
    text-align: center;
    padding: 10px 10px 30px 10px;
    min-height:400px;
    overflow-y: auto
}
.halos-nofound,.error {
  display: flex;
  justify-content: center;
  align-items: center;
  
}

.halos-nofound{
  line-height: 30px;
  text-align: left;
  padding: 30px;
  overflow-y: auto;
  /* min-height:400px; */
  font-size:20px;
 
}
  .footer{
    height: 100px;
    background-color: var(--primary);
    width: 100%; 
    text-align: center;
    color: var(--fontcolor);
    line-height: 30px;
  }

  .constate_test{
    width:100%;
    min-height: 30px;
  }
  .warning-area{
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding:10px;
    color: var(--primary)
  }

.halos-submit{
  background-color: var(--primary);
  padding: 10px 15px;
  border: none;
  border-radius: 4px;
  color: var(--fontcolor);
  cursor: pointer;
}

form{
  text-align: center;
  padding-top: 30px;
}


#pageloader
{
  background: var(--white);
  display: none;
  height: 100%;
  width: 100%;
  z-index: 9999;
  text-align: center;
}


.error_message{
  color:var(--primary);
  font-weight:bold;
  line-height: 30px;
  text-align: center;
  padding:30px;
  font-size:20px;
}
.error{
  line-height: 30px;
  text-align: center;
  padding:30px;
  font-size:20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

  a {
    color: white;
  }

.testiframe{
  border:none;
  min-height: 768px;
  min-width:1024px
}
@media only screen and (max-width: 636px) {
  .header{
    height:180px
  }
  .logo-content {height: 160px; line-height: 30px;text-align: center;} 
  .left{
    text-align:center;
    /* float:left; */
    width:100%
    }
    .right{
      padding: 0px;
      text-align: center;
      line-height: 29px;
      text-align:center;
      width:100%;
      line-height: 29px;
    }
    .testiframe{
      min-width: 100%;
      min-height:100%
    }
}

@media only screen and (min-width: 636px) and (max-width:767px){
  .halos-content{
    min-height:750px;
  }
  .testiframe{
    min-height:636px;
    min-width: 636px;
  }
}

@media only screen and (min-width: 768px) and (max-width:1024px){
  .halos-content{
    min-height:800px;
  }
  .testiframe{
    min-width: 768px;
    min-height:1024px
  }
}
