.InputfieldHidden {
  display: none;
}
input[type=text],
input[type=password],
input[type=email],
input[type=date],
.customform textarea {
  min-height: 25px !important;
  width: 100% !important;
  color: #000 !important;
  border-width: 1px !important;
}

.customform label {
  background-color: none !important;
  font-weight: normal !important;
  cursor: default !important;
  color: #000 !important;
}

.customform h5 {
  color: #000;
  font-weight: bold;
}

.navfooter {
  list-style-type: none;
  display: block;
}
.navfooter li {
  display:inline-block;
}
.navfooter li:before {
  content: '\00a0\2022\00a0\00a0';
  color:#999;
  color:rgba(0,0,0,0.5);
  font-size:11px;
}
.navfooter li:first-child:before {
  content: '';
}
.button-feedback{
  z-index: 11;
  background-color: #FF8C00;
  border: none;
   position: fixed;
   margin-left:-100px;
   right:9%;
   width:200px;
   top:125px;
   display: inline-block;
margin-bottom: 0;
font-weight: 400;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
border-radius: 4px;
}
.button-feedback:hover {
  color: #000000;
  background-color: #ffbe15;
}

