/* Set height of body and the document to 100% to enable "full page tabs" */
body, html {
  margin: 0;
  font-family: Arial;
  color: black;
  height: 100%!important;
}

.fulldiv{
    width:100%;
}

.fixedElement {
    background-color:#fff;
    position:static;
    top:0;
    width:100%;
    z-index:100;
    height: 80px;
    border-bottom: grey solid 5px;
}

.hidden {
  height:0;
  width:0;
  visibility: hidden;
  padding:0;
  margin:0;
  float:right;
}   

/* Style tab links */
.tablink {
  background-color: #555;
  color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
  width: 16%;
  height: 75px;
  vertical-align: top;
}

.tablink:hover {
  background-color: #777;
  width: 20%;
}

.tablink:active {
  background-color: #777;
  width: 20%;
}

.floatright{
  float: right;
}

.middle {
    height: 50px;
    vertical-align: middle;
}

.floatleft{
  float: left;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  color: black;
  display: none;
  padding: 100px 20px;
  height: 100%!important;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: space-around;
  justify-content: center;
  align-items: center;
}

#orders {background-color: grey;}
#orderinfo {background-color: grey;}
#stops {background-color: grey;}
#contacts {background-color: grey;}
#rooms {background-color: grey;}
#products {background-color: grey;}
#datetime {background-color: grey;}
#submit {background-color: grey;}

.spacer {
    width: 100%;
    height: 10px;
}

.thick {
    border: 2px #505050 solid;
    border-radius: 15px;
}

.thin {
    border: 1px #505050 solid;
    border-radius: 15px;
}

.grpdiv {
    margin: 5px;
    padding: 10px;
    min-width: 260px;
    background-color: white;
}

.prodsdiv {
    width: 51%;
}

textarea{
    height:80px;
}

.full{
    width: 90%;
}

.fifty {
    width: 50%;
}

.h1 {
    font-size: x-large;
}

.h2 {
    font-size: large;
}

.menu {
    margin: 5px;
    padding: 10px;
}

.minsecdiv {
    margin: 2px;
    padding: 3px;
    min-width: 100px !important;
    max-width: 110px !important;
    margin-top: 10px;
    margin-bottom: 0px;
    background-color: white;
}

.secdiv {
    margin: 5px;
    padding: 10px;
    min-width: 200px !important;
    margin-top: 10px;
    margin-bottom: 0px;
    background-color: white;
}

.indent {
    padding-left: 25px;
    text-align: left;
}

.indentleft {
    padding-left: 15px;
    text-align: left;
}

.grpcontainer {
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: space-around;
    justify-content: center;
    align-items: center;
    min-width: 280px;
}

.seccontainer {
    margin-left: -6px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: space-around;
    justify-content: center;
    align-items: center;
    min-width: 280px;
}

.inseccontainer {
    margin-left: -6px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: space-around;
    justify-content: center;
    align-items: center;
    min-width: 140px;
}

.grphead {
    font-size: 18px;
    font-weight: bold;
    text-align: start;
}

.sechead {
    font-size: 16px;
    font-weight: bold;
    margin-left: -15px;
}

.grpfloat {
    display: unset;
    text-align: start;
    min-width: 300px;
}

.secfloat {
    display: unset;
    text-align: start;
    min-width: 270px;
    min-width: 270px;
}

.insecfloat {
    display: unset;
    text-align: start;
    min-width: 130px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.minsecfloat {
    display: unset;
    text-align: center;
    min-width: 100px !important;
    padding-top: 3px;
    padding-bottom: 3px;
}

.padtop {
    padding-top: 10px; 
}

.center {
    text-align: center;
}

.left {
    text-align: left !important;
}

.right {
    text-align: right !important;
}

.fullinput {
    width: 95%;
    min-width: 200px !important;
}

.halfinput {
    width: 50%;
    min-width: 100px !important;
}

.inlabel {
    display: block;
    text-indent: 0px;
    padding-left: 23px;
    margin-top: -19px;
}

.label {
   
}

.redbg{
background-color: red;    
}

.red{
color: red;    
}

.white{
color: white;    
}

.green{
color: green;    
}

.w1 {
    width: 40%;
}

.w2 {
    width: 50%;
}

.w3 {
    width: 33%;
}

.w4 {
    width: 25%;
}

.w5 {
    width: 20%;
}