/*********************************************************************************************\
*       COPYRIGHT © 2018 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:48%;
  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:48%;
  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 */

#show_ring_terms_scroll
{
  height:200px;
  overflow-y:scroll;
  border:1px solid #aaa;
  border-radius:3px;
  padding:5px;
}