/* ==================== REQUIRED LIBRARIES DO NOT REMOVE ===================== */
/* Including lib.less - this template is intentionally left blank and does not need to be included  on the live server */
/* =========================================================================== */
/* 
	DM Note:
	
	I removed this for a few reasons.
	1) It appears it's only used in one place, so making this a variable is just duplicating the worl
	2) Variables should really be stored in a global file like settings.less
	3) There really shouldn't be a need to modify form fonts outside of the settings in typography and/or forms
		
		@table_data_font_size: 13px; */
fieldset {
  font-size: .9em;
  border: none;
  background: #F9F6ED;
}
.ie7 fieldset {
  overflow: visible;
}
.required abbr {
  border: none !important;
  color: #951b00;
  font-size: 1em;
}
.form-list-item li {
  width: 100%;
}
.form-list-item li input {
  float: left;
}
.form-list-item li label {
  float: left;
}
.clearboth {
  clear: both;
}
#flagForm .button {
  width: 33%;
}
.errorMessage {
  z-index: 10000;
  display: block;
  padding: 0 10px;
  height: auto;
  color: #fff;
  font-weight: bold;
  font-size: 1em;
  background: #a85111;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #e8731d), color-stop(0.02, #a85111), color-stop(1, #913c04));
  background: -webkit-linear-gradient(top, #e8731d 3% #a85111 4%, #913c04 100%);
  background: -moz-linear-gradient(top, #e8731d 3%, #a85111 4%, #913c04 100%);
  background: -o-linear-gradient(top, #e8731d 3%, #a85111 4%, #913c04 100%);
  background: linear-gradient(top, #e8731d 3%, #a85111 4%, #913c04 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= #a85111 , endColorstr= #913c04 );
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: border;
  -moz-background-clip: border;
  background-clip: border-box;
}
.errorMessage ul {
  margin: 0;
  padding: .5em 0;
  list-style: none;
}
.errorMessage li,
.errorMessage li p {
  font-size: .9em;
  margin: 0 !important;
  padding-bottom: 0 !important;
}
select#inline-sort-counties {
  width: 76% !important;
}
#flag_table {
  width: 100%;
  font-size: .825em;
}
#flag_table th {
  padding: 1.333em 0;
  background-color: #ebe4c7;
  border-bottom: 1px solid #dacc96;
}
#flag_table .off,
#flag_table .shipping {
  background-color: #ffffff;
}
#flag_table td {
  width: 12%;
  text-align: center;
  padding: 1.333em 0;
}
#flag_table td input {
  width: auto;
}
#flag_table #sub {
  width: 20%;
}
#flag_table #flown {
  width: 34%;
}
#flag_table .summary {
  text-align: right;
}
#flag_table .shipping {
  border-top: 1px solid #ccc;
}
#flag_table .subtotal {
  border-top: 1px solid #dacc96;
}
#flag_table .subtotal {
  background-color: #ebe4c7;
  color: #951b00;
  font-size: 1.447em;
}
#flag_table td:nth-child(5) {
  text-align: left;
  padding-left: 5% !important;
}
li.radio {
  margin-bottom: 0;
}
.select li {
  float: left;
  width: 50%;
}
.select li label {
  float: left;
  width: 40%;
}
.select li select {
  float: left;
  width: 55%;
}
.select li .end {
  width: 11%;
}
#form_thomas_search fieldset ol li ul {
  float: left;
  margin: 0 0 1em;
}
#form_thomas_search fieldset ol li ul li {
  float: left;
  margin: 10px 0 10px 0;
  width: 100%;
}
#form_thomas_search fieldset ol li ul li label {
  font-weight: normal;
  margin: 0.2em .4em;
}
