
.filediv>p {
  background: #ddeef9;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  list-style-type: none;
}
.radio-box{
  display: flex;
}
.wizard-form-field input:read-only {
    cursor: pointer;
}
.help-block {
  color: red;
}

.filediv img {
  height: 64px;
  order: 1;
  margin: 10px;
  border: 1px dotted black;
}

.filediv p {
  line-height: 32px;
  padding-left: 10px;
}

#pageloader
{
  background: rgba( 255, 255, 255, 0.8 );
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999;
}

#pageloader img, figcaption
{
  left: 50%;
  margin-left: -32px;
  margin-top: -32px;
  position: fixed;
  top: 50%;
}
#pageloader figcaption
{
  left: 48%;
  margin-left: -32px;
  margin-top: -32px;
  position: fixed;
  top: 60%;
}
 
 /* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}