
/* form items */

.b-info {
  /*background-color: red;*/
}

.b-form-field {
  margin-top: 16px;
}

.b-form-field.b-info:not(:first-child) {
  margin-top: 36px;
}

.b-form-field.b-info:first-child {
  margin-top: 16px;
}

.b-form-field label {
  display: block;
  margin-bottom: 8px;
}

.b-form-field input[type="text"],
.b-form-field input[type="date"],
.b-form-field textarea {
  border: 2px solid black;
  box-sizing: border-box;
  display: block;
  font-size: 16px;
  line-height: 24px;
  padding: 12px;
  width: 100%;
}

/* overwriting form stuff */
.b-whistleops .b-formfield .b-date input[type=date],
.b-whistleops .b-form-field.b-listview:not(.b-validation-error) input,
.b-whistleops .b-form-field.b-listview.b-validation-error input,
.b-whistleops .b-formfield .b-textbox textarea:not(.b-validation-error),
.b-whistleops .b-formfield .b-textbox textarea.b-validation-error,
.b-whistleops .b-formfield .b-textbox input:not(.b-validation-error),
.b-whistleops .b-formfield .b-textbox input.b-validation-error {
  border: 2px solid #767676!important;
  border-radius: 0px;
  box-sizing: border-box;
  display: block;
  font-size: 16px;
  line-height: 24px;
  padding: 12px;
  transition: border-color .3s ease;
  width: 100%;
}

.b-whistleops .b-formfield .b-date input[type=date],
.b-whistleops .b-formfield .b-textbox textarea:not(.b-validation-error),
.b-whistleops .b-formfield .b-textbox textarea.b-validation-error {
  font-family: "SharpGrotesk-Book", sans-serif!important;
  font-size: 15px;
  line-height: 25px;  
}

.b-whistleops .b-formfield .b-date input[type=date] {
  line-height: 48px;
  padding: 0 12px;
}
.b-whistleops .b-formfield .b-date input[type=date]:focus {
  color: #000!important;
}

/*.b-whistleops .b-formfield .b-date input[type=date] {
  max-width: 360px;
}
*/
.b-whistleops .b-formfield .b-date input[type=date]:placeholder,
.b-whistleops .b-form-field.b-listview:not(.b-validation-error) input:placeholder,
.b-whistleops .b-formfield .b-textbox textarea:not(.b-validation-error):placeholder,
.b-whistleops .b-formfield .b-textbox input:not(.b-validation-error):placeholder {
  color: #999999!important;
}

.b-whistleops .b-formfield .b-date input[type=date]:focus,
.b-whistleops .b-form-field.b-listview:not(.b-validation-error) input:focus,
.b-whistleops .b-formfield .b-textbox textarea:not(.b-validation-error):focus,
.b-whistleops .b-formfield .b-textbox input:not(.b-validation-error):focus {
  border-color: #ff6900!important;
  outline: 0 none;
}

.b-whistleops .b-formfield .b-date input[type=date],
.b-whistleops .b-form-field.b-listview:not(.b-validation-error) input,
.b-whistleops .b-form-field.b-listview.b-validation-error input,
.b-whistleops .b-formfield .b-textbox input:not(.b-validation-error),
.b-whistleops .b-formfield .b-textbox input.b-validation-error {
  height: 48px;
}

.b-whistleops .b-formfield .b-textbox textarea:not(.b-validation-error) {

}

.b-whistleops .b-form-field.b-listview .b-pick {
  display: inline-block;
  height: 16px;
  padding: 4px 0;
  right: 8px;
  bottom: 11px;
  text-align: center;
}

.b-whistleops .b-form-field.b-listview .b-dropdownlist {
  box-sizing: border-box;
  border: 2px solid black;

  font-family: "SharpGrotesk-Book", sans-serif!important;
  font-size: 15px;
  line-height: 25px;
  outline: 0 none;
  margin-top: -2px;
  padding: 6px 12px;
}

.b-whistleops .b-form-field.b-upload .b-file-button,
.b-whistleops .b-formfield .b-submit {

  background-color: #FF6900;
  border: 0 none;
  color: #ffffff;
  font-family: 'SharpGrotesk-Medium', sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 18px;
  margin-top: 12px;
  text-transform: uppercase;
  transition: background-color .3s ease;
  padding: 14px 32px;
}

.b-whistleops .b-formfield .b-form-field.b-checkbox:not(.b-validation-error) {
  border: 2px solid white;
}

.b-whistleops .b-file-list-item {
  align-items: center;
  margin-top: 10px;
}


/* Error Messages */ 
.b-formfield .b-form-field.b-checkbox.b-validation-error, 
.b-formfield .b-form-field.b-date input[type=date].b-validation-error, 
.b-formfield .b-form-field.b-datetime input[type=datetime-local].b-validation-error, 
.b-formfield .b-form-field.b-listview.b-validation-error .b-combobox, 
.b-formfield .b-form-field.b-listview.b-validation-error .b-list, 
.b-formfield .b-form-field.b-textbox input.b-validation-error, 
.b-formfield .b-form-field.b-textbox textarea.b-validation-error, 
.b-formfield .b-form-field.b-upload.b-validation-error .b-file-button {
  border: 2px solid red!important;
}

.b-whistleops .b-formfield .b-form-field.b-checkbox.b-validation-error {
  margin-top: 12px;
  margin-right: -6px;
  margin-bottom: -4px;
  margin-left: -4px;
  padding: 4px;
}


/* hover styles */ 
@media(any-hover: hover) {

  .b-whistleops .b-refresh-captcha {
    transition: background-color .3s ease;
  }
  
  .b-whistleops .b-form-field.b-upload .b-file-button:hover,
  .b-whistleops .b-formfield .b-submit:hover,
  .b-whistleops .b-refresh-captcha:hover {
    background-color: #DE5B00;
  }

  .b-whistleops .b-form-field.b-listview:not(.b-validation-error) input:hover,
  /*.b-whistleops .b-formfield .b-date input[type=date]:hover,*/
  .b-whistleops .b-form-field.b-listview:not(.b-validation-error) input:hover,
  .b-whistleops .b-formfield .b-textbox textarea:not(.b-validation-error):hover,
  .b-whistleops .b-formfield .b-textbox input:not(.b-validation-error):hover {
    border: 2px solid #9f9f9f!important;
  }

  .b-form-field.b-upload .b-list-of-file .b-remove-file,
  .b-whistleops .b-form-field.b-upload .b-file-button,
  .b-whistleops .b-formfield .b-submit,
  .b-whistleops .b-refresh-captcha {
   cursor: pointer; 
  }
}

/*
.b-form-field input[type="text"]:focus,
.b-form-field textarea:focus {
  border-color: #ff6900;
  border-radius: 0;
  outline: 0 none;
}*/

.b-whistleops .b-form-field .b-checkbox-pipe {
  height: 32px;
  width: 32px;
}
.b-form-field.b-info label h3 {
  margin-bottom: 15px;
}

.b-file-button input[type="file"]{
  display: block;
  margin-top: 8px;
}
.b-required {
  color: #ff0000;
  margin-right: 3px;
}

.b-captcha {
  margin-bottom: 24px;
}

.b-captcha img {
  display: inline-block;
}

.b-captcha > * {
  vertical-align: middle;
} 


button.b-submit {
}


.t-last-br {
  display: none;
}

/***********************************
******     Tablet
***********************************/
@media(min-width: 720px) {

  .b-form-field:not(:first-child), .b-captcha {
    margin-top: 24px;
  }

  .b-form-field input[type="date"] {
    width: 50%;
  }

  .b-whistleops .b-formfield .b-form-field.b-checkbox.b-validation-error {
    margin-top: 20px;
  }
}
/***********************************
******     medium
***********************************/

@media(min-width: 960px) {
  

  .b-form-field.b-info:first-child {
    margin-top: 16px;
  }

}
/***********************************
******     Large
***********************************/

@media(min-width: 1200px) {

  .b-whistleops .b-form-field .b-checkbox-pipe {
    height: 20px;
    width: 20px;
  }
}
