/*********************************************************************************************\
*       COPYRIGHT © 2013 ENVISION INFORMATION TECHNOLOGIES, LLC.    ALL RIGHTS RESERVED       *
*       DISTRIBUTION, UNAUTHORIZED USE AND MODIFICATION IS STRICTLY PROHIBITED                *
*       ENVISION IT, MADISON, WI    http://www.envisionitllc.com   info@envisionitllc.com     *
\*********************************************************************************************/

.eitform_label
{
  display: inline-block;
  width: 245px;
  text-align: right;
  vertical-align: top;
  padding: 8px 10px 0 0;
  margin: 0;
}

.eitform_field
{
  margin: 5px 0;
  padding: 0;
}

.eitform_checkbox_field
{
  margin-left: 210px;
}

.eitform_field INPUT.eitform_required_missing, .eitform_field SELECT.eitform_required_missing
{
  border-color: red !important;
}

.eitform_field input[type=text], .eitform_field select, .eitform_field textarea
{
  width: 400px;
  border: 1px solid #CCC;
  border-radius: 3px;
  padding-left: 4px;
}

.eitform_field input[type=text]:focus, .eitform_field select:focus
{
  outline: 0;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}

.eitform_dialog
{
  display: none;
}

.eitform_table
{
  width: 100%;
  border: 1px solid #000;
  border-radius: 5px;
  border-spacing: 0;
  margin: 5px 0;
  overflow: hidden;
}

.eitform_table thead tr
{
  background-color: #555;
  color: #FFF;
}

.eitform_table thead th
{
  border-bottom: 1px solid #000;
  font-weight: bold;
  margin: 0;
  padding: 4px 0 4px 4px;
  text-align: left;
}

.eitform_table td:first-child
{
  padding-left: 5px;
}

.eitform_removeItem
{
  display: none;
}

.eitform_table_new_row_template
{
  display: none;
}

.eitform_table_button
{
  width: 20px !important;
  height: 20px;
}

.eitDisplayRemainingContainer
{
  background-color: white;
  border: 1px solid #CCC;
  border-top: none;
  border-radius: 0 0 5px 5px;
  font-size: 10px;
  font-style: italic;
  text-align: center;
  color: #000;
  margin-top: 2px;
  box-shadow: 0 2px 4px rgba(82, 168, 236, 0.4);
}

h3
{
  margin-top: 0;
}

/* After this, coach specific styles */

.eitform_pricing_total
{
  font-weight: bold;
}

#credit_card_expiration_month
{
  width: 200px;
}

#credit_card_expiration_year
{
  width: 190px;
}

.eitform_table tfoot td {
  border-top: 1px solid black;
  font-style: italic;
}

.eitform_num_passes {
  display: inline-block;
  padding-top: 7px;
}

.youth_contest_participant_designations {
  margin: 12px 0;
}

.youth_contest_participant_designations .youth_contest_participant_checkboxes {
  width: 25%;
  text-align: right;
}
