@import url("./Acme_Repeating_Section.css");

.acmeYesNoIcon {
   background-image: url('./selectMany.gif') !important;
   background-size: 16px !important;
   width: 16px;
   height: 16px;
}

.acmeSelectIcon {
   background-image: url('./list--dropdown.svg') !important;
   background-size: 16px !important;
   width: 16px;
   height: 16px;
}

.acmePageNavHeaderIcon {
   background-image: url('./floating-ip.svg') !important;
   background-size: 16px !important;
}

.acmeNumberIcon {
   background-image: url('./number.gif') !important;
   background-size: 16px !important;
   width: 16px;
   height: 16px;
}

.acmeDateIcon {
   background-image: url('./date.png') !important;
   background-size: 16px !important;
   width: 16px;
   height: 16px;
}

.acmeTimeIcon {
   background-image: url('./time.png') !important;
   background-size: 16px !important;
   width: 16px;
   height: 16px;
}

.acmeTimeStampIcon {
   background-image: url('./timeStamp.png') !important;
   background-size: 16px !important;
   width: 16px;
   height: 16px;
}

.acmeBooleanIcon {
   background-image: url('./boolean.png') !important;
   background-size: 16px !important;
   width: 16px;
   height: 16px;
}

.acmeStringIcon {
   background-image: url('./string.png') !important;
   background-size: 16px !important;
   width: 16px;
   height: 16px;
}

.acmeZipIcon {
   background-image: url('./zip.png') !important;
   background-size: 16px !important;
   width: 16px;
   height: 16px;
}

.acmeEmailIcon {
   background-image: url('./email.png') !important;
   background-size: 16px !important;
   width: 16px;
   height: 16px;
}

.acmeDecimalIcon {
   background-image: url('./decimal.png') !important;
   background-size: 16px !important;
   width: 16px;
   height: 16px;
}
.acmePageNavHeader {
   display: flex;
   flex-direction: row;
   justify-content: center;
}

.acmePageNavHeader button {
   margin: 8px;
}

.acmecheckBox{
   display: inline-block;
   position: relative;
   padding-left: 25px;
   margin-bottom: 4px;
   cursor: pointer;
   font-weight: normal !important;
   user-select: none;
}

.acmecheckBox input {
  margin-right: 5px;
  vertical-align: middle;
 }

 .acmeRadioButton {
   display: block;
   position: relative;
   padding-left: 25px;
   margin-bottom: 4px;
   cursor: pointer;
   font-size: 22px;
   user-select: none;
 }

 .acmeRadioButton input {
  margin-right: 5px;
 }
 
