﻿/*--------------------------------------------------------
 * NOTE: We use LESS syntax in this project for our CSS.
 * "LESS extends CSS with: variables, mixins, operations,
 * and nested rules."
 * -http://lesscss.org/
 *--------------------------------------------------------*/
/* MIXINS   
----------------------------------------------------------*/
/*--------------------------------------------------------
 * NOTE: We use LESS syntax in this project for our CSS.
 * "LESS extends CSS with: variables, mixins, operations,
 * and nested rules."
 * -http://lesscss.org/
 *--------------------------------------------------------*/
/* COLORS   
----------------------------------------------------------*/
/* WIDTHS   
----------------------------------------------------------*/
form p.darker-gray {
  font-size: 18px;
}
form table.preview {
  margin-bottom: 5px;
}
form table.preview th {
  font-size: 14px;
}
form label.error {
  background: none;
}
form .form-group label {
  font-size: 14px;
  font-weight: bold;
}
form .form-group input,
form .form-group select,
form .form-group textarea {
  font-size: 11px;
}
form .form-group div.input-group-text {
  font-size: 11px;
}
form .form-group .bootstrap-select .filter-option-inner-inner,
form .form-group .bootstrap-select .text {
  font-size: 11px;
}
form .form-group .bootstrap-select .dropdown-header {
  padding-top: 1px;
  padding-bottom: 1px;
}
form .form-group .bootstrap-select .dropdown-divider {
  margin-top: 0px;
  margin-bottom: 0px;
}
form .form-group .bootstrap-autocomplete,
form .form-group .bootstrap-switch .bootstrap-switch-handle-on {
  font-size: 11px;
}
form .form-group .bootstrap-switch .bootstrap-switch-handle-on,
form .form-group .bootstrap-switch .bootstrap-switch-handle-off,
form .form-group .bootstrap-switch .bootstrap-switch-label {
  font-size: 11px;
}
.datepicker td,
.datepicker th,
.datepicker span.month {
  font-size: 11px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}