.miniform-title-name {
  font-size: 16px;
  font-weight: bold;
}

legend a {
  visibility: hidden;
}

legend.miniform {
  border: 1px solid #600000;
}

legend.miniform:HOVER {
  background-color: #c3c3c3;
}

legend.miniform a {
  color: #600000;
}

.list-controls {
  display: inline-block;
  float: right;
}

div.list-controls > span {
  padding-left: 10px;
  display: inline-block;
  vertical-align: middle;
}

div.list-controls img.excel-icon {
  border: none;
  width: 24px;
  height: 24px;
}

div.list-controls img.csv-icon {
  border: none;
  width: 32px;
}

div.list-controls img.forms-list-icon {
  border: none;
  width: 28px;
}

div.list-controls img.mailing-list-icon {
  border: none;
  width: 28px;
}

.form-footer {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  margin-top: 15px;
  display: inline-block;
  width: 100%;
}

.form-footer input {
  vertical-align: top;
}

.wise-form ul.radio-list li {
  list-style-type: none;
}

.form-row {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
}

.form-row .field label, .form-row .field input {
  vertical-align: middle;
}

.form-row > label,
.ui.form .fields .inline.field > label {
  font-weight: bold;
  display: inline-block;
  width: 90px;
  white-space: normal;
  margin-right: 5px;
  margin-left: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.form-row > ul li {
  list-style-type: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}

.form-row > ul li label {
  font-weight: normal;
}

.form-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.form-wrapper .newcol {
  display: block;
}

.form-row-error label {
  color: #f00;
}

.form-error {
  color: #f00;
  font-style: italic;
  margin-left: 35px;
}

div.wide {
  width: 710px;
}

#filter-header {
  padding-bottom: 15px;
}

/**************************
 * form controls
 **************************/
input[type=text],
input[type=password] {
  font-size: 12px;
}

input[type=text].small,
input[type=password].small {
  width: 50px;
}

input[type=text].medium,
input[type=password].medium,
input.hasDatepicker, {
  width: 125px;
}

input[type=text].long,
input[type=password].long {
  width: 200px;
}

input[type=text].longer,
input[type=password].longer {
  width: 275px;
}

input[type=text],
input[type=password],
input.hasDatepicker {
  border: 1px solid #a6a6a6;
  border-radius: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 8px;
  padding-right: 8px;
  margin-left: 0px;
}

input[type=text].full,
input[type=password].full,
textarea.full {
  width: 95%;
}

.required-label::before {
  content: '*';
  padding-left: 2px;
  color: #660000;
  padding-right: 5px;
  margin-left: -10px;
}

.field input.required,
.field textarea.required {
  border: 1px groove rgba(208, 112, 112, .4) !important;
}

.chzn-container-single .required,
.chosen-container-single .required {
  border: 1px groove rgba(208, 112, 112, .6) !important;
}

.small, .subscript, .superscript  {
  font-size: .83em
}

.subscript {
  vertical-align: sub;
}

.superscript {
  vertical-align: super;
}

input[readonly] {
  background-color: #e4e4e4 !important;
  opacity: 0.6;
}

input.wise-autocomplete {
  background: #ffffff url(/images/icon_main_search.png) right center no-repeat;
}

input.hasDatepicker {
  background: #ffffff url(/images/icons/calendar.png) right center no-repeat;
  margin-left: -3px;
}

/* Placeholder for inputs -- note that every browser seems to have their own implementation */
.placeholder {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}

::-webkit-input-placeholder { /* WebKit browsers */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}

/* select */

.ui.form .form-body select {
  width: 100%;
  overflow: hidden; 
  white-space: pre; 
  text-overflow: ellipsis;
  -webkit-appearance: none;
}

.ui.form .form-body select:not(.full) {
  max-width: 175px; 
}

.ui.form .fields {
  padding-bottom: 5px;
}

.ui.form .form-body .fields .inline.field > input {
  min-width: 175px;
}

.notification {
  color: #600000;
  font-weight: bold;
  font-size: 15px;
}

.exclamation {
  color: red;
  font-weight: bold;
  font-size: 15px;
}

.form-help {
  padding-left: 5px;
}

fieldset.full .ms-container {
  width: 700px;
}

/*
 * Remove the Safari 'autofill contacts' button on form inputs.
 * https://gist.github.com/jeroenvisser101/9254cf27df85cf1c853aee17e4b49766
 */
input[autocomplete="off"]::-webkit-contacts-auto-fill-button,
input[autocomplete="off"]::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  height: 0;
  width: 0;
  margin: 0;
}
