html,
body {
    height: 100%;
}
html {
    display: table;
    margin: auto;
    //font-family: Calibri, GillSans, Trebuchet, sans-serif;
}
body {
    display: table-cell;
    vertical-align: middle;
    background-image: url("../images/orange.jpg");
}

a {
  color: #EF7D00;
}
.dropdown-content li>a, .dropdown-content li>span {
  color: #EF7D00;
}
span.menuorange {
  color: #EF7D00;
  padding-left: 48px !important;
}


.btn, .btn-large  {
    background-color: #95C11F;
	color: white;
}
.btn:hover, .btn-large:hover  {
    background-color: #9EBC4B;
	color: white;
}
.btn_s12 {
  width: 100%;	
  text-align: center;
  display: inline-grid;
  text-transform: uppercase;
  margin-bottom: 15px;
}



i.material-icons2 {
	vertical-align: middle;
}

fieldset {
  margin: 5px;
  background-color: white;
  border: 1px solid #c0c0c0;
}

.margin2 {
  margin: 0 !important;
}

.input-field {
  margin-top: 1rem;
}

.input-field input, .input-field textarea {
  background: none;	
}

.material-tooltip {
  font-family: "Roboto", sans-serif;
  font-size: 90%;
}

#modal
 {
 visibility:hidden;
 display:none;
 position:fixed;
 top: 0%;
 left: 0%;
 width:100%;
 height:100%;
 z-index: 98;
 background-color:black;
 opacity:0.5;
}

.popupwrapper
{
 display: flex;
 align-items: center;
 justify-content: center;
}

.popup
{
 position: fixed;
 background-color:#F8F8F8;
 border-radius:3px;
 box-shadow:0px 0px 10px 0px #424242;
 padding:10px;
 box-sizing:border-box;
 visibility:hidden;
 display:none;
 z-index:99;
}

.popup .close
{
 width:15px;
 height:15px;
}

.wider
{
 min-width:400px;
}

#loading
{
 position: absolute;
 background-color:#FFFFFF;
 border-radius:3px;
 box-shadow:0px 0px 10px 0px #CC6600;
 padding:10px;
 box-sizing:border-box;
 visibility:hidden;
 display:none;
 z-index:255;
 opacity: 0.8;
}

label.error {
  text-align: right;
  float: right;
  position: relative;
  top: -50px;
  left: -10px !important;
  color:red;
  font-size: 75%;
  background: none !important;
}

input[type=submit] {
    background:none; 
    border: none;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    outline: 0;
    padding: 0 2rem;
    text-transform: uppercase;
    text-decoration: none;
    font-style: normal;        
}

a.dropdown-trigger {
  white-space: nowrap;
  margin-right : 10px; 
  margin-left : 10px; 
}

ul.dropdown-content a {
  white-space: nowrap;
}



