html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: OpenSans;
  font-weight: 400;
  font-style: normal;
  src: url("webfonts/OpenSans-Regular.ttf") format("truetype");
}

@font-face {
  font-family: OpenSans;
  font-weight: 400;
  font-style: italic;
  src: url("webfonts/OpenSans-Italic.ttf") format("truetype");
}

@font-face {
  font-family: OpenSans;
  font-weight: 300;
  font-style: normal;
  src: url("webfonts/OpenSans-Light.ttf") format("truetype");
}

@font-face {
  font-family: OpenSans;
  font-weight: 300;
  font-style: italic;
  src: url("webfonts/OpenSans-LightItalic.ttf") format("truetype");
}

@font-face {
  font-family: OpenSans;
  font-weight: 600;
  font-style: normal;
  src: url("webfonts/OpenSans-Semibold.ttf") format("truetype");
}

@font-face {
  font-family: OpenSans;
  font-weight: 600;
  font-style: italic;
  src: url("webfonts/OpenSans-SemiboldItalic.ttf") format("truetype");
}

@font-face {
  font-family: OpenSans;
  font-weight: 700;
  font-style: normal;
  src: url("webfonts/OpenSans-Bold.ttf") format("truetype");
}

@font-face {
  font-family: OpenSans;
  font-weight: 700;
  font-style: italic;
  src: url("webfonts/OpenSans-BoldItalic.ttf") format("truetype");
}

@font-face {
  font-family: OpenSans;
  font-weight: 800;
  font-style: normal;
  src: url("webfonts/OpenSans-ExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: OpenSans;
  font-weight: 800;
  font-style: italic;
  src: url("webfonts/OpenSans-ExtraBoldItalic.ttf") format("truetype");
}

@font-face {
  font-family: CondensedDefault;
  font-weight: 600;
  font-style: normal;
  font-stretch: condensed;
  src: url("webfonts/OpenSans-CondBold.ttf") format("truetype");
}

@font-face {
  font-family: CondensedDefault;
  font-weight: 300;
  font-style: normal;
  font-stretch: condensed;
  src: url("webfonts/OpenSans-CondLight.ttf") format("truetype");
}

@font-face {
  font-family: CondensedDefault;
  font-weight: 300;
  font-style: italic;
  font-stretch: condensed;
  src: url("webfonts/OpenSans-CondLightItalic.ttf") format("truetype");
}

@font-face {
  font-family: ICONS;
  src: url("webfonts/entypo.ttf") format("truetype");
}

@font-face {
  font-family: FontelloIcons;
  src: url("webfonts/fontello.eot"), url("webfonts/fontello.ttf") format("truetype"), url("webfonts/fontello.woff") format("woff"), url("webfonts/fontello.eot?#iefix") format("embedded-opentype");
}

html {
  overflow-y: scroll;
  width: 100%;
  min-width: 1060px;
}

body {
  font: 14px/20px "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #404040;
  background: url(/images/bg_texture_dark.png) black top fixed repeat-x;
  text-align: center;
}

.hidden {
  display: none !important;
}

.hidden-text {
  text-indent: -9999px;
}

.right {
  float: right;
}

.left {
  float: left;
}

.flipped {
  transform: rotate(180deg) !important;
  -moz-transform: rotate(180deg) !important;
  -webkit-transform: rotate(180deg) !important;
  -o-transform: rotate(180deg) !important;
  -khtml-transform: rotate(180deg) !important;
  -ms-transform: rotate(180deg) !important;
}

b {
  font-weight: bold;
}

i {
  font-style: italic;
}

h1, h2, h3, h4, h5, h6, caption, legend {
  font-family: "OpenSans", Arial, sans-serif;
  font-weight: normal;
  color: #404040;
  margin-bottom: 24px;
}
h1.my-participant-activities, h2.my-participant-activities, h3.my-participant-activities, h4.my-participant-activities, h5.my-participant-activities, h6.my-participant-activities, caption.my-participant-activities, legend.my-participant-activities {
  margin-top: 7em;
}

h1, caption {
  font-size: 30px;
  font-weight: normal;
  margin: 15px 0px;
  line-height: 1.2;
  text-align: left;
  padding-bottom: 8px;
  border-bottom: 1px solid #d9d9d9;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
  margin-bottom: 8px;
}

p {
  margin-bottom: 12px;
}

p + h2, p + h3, p + h4, p + h5, p + h6, p + ul, p + ol, ul + h2, ul + h3, ul + h4, ul + h5, ul + h6, ul + ul, ul + ol {
  margin-top: 24px;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

a {
  color: #0276a6;
}
a:visited {
  color: #013d55;
}
a:hover {
  color: #0064cd;
}

.small_link {
  font-size: 0.75em;
}

ul.list + h2 {
  margin-top: 30px;
}

ul, ol {
  margin: 0 0 24px 25px;
}

li.coach-header {
  cursor: pointer;
  margin-top: 5px !important;
}
li.coach-header .right input {
  margin-right: 5px;
}
li.coach-header .right label {
  margin-right: 25px;
}

.coach-role {
  width: 700px;
}
.coach-role h2 {
  margin-bottom: 1em;
}
.coach-role h3 {
  margin: 1em 0 0.75em 0;
}

li.box .right {
  float: right;
  margin: 0;
  padding: 0;
}
li.box .left {
  float: left;
  width: 20%;
}
li.box .center {
  float: center;
  margin-left: 100px;
}

input#group_ids_, input#venture_ids_ {
  margin-right: 50px;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li {
  margin-bottom: 8px;
}

.global-nav {
  font-family: "OpenSans", Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  list-style: none;
}

hr {
  border: none;
  border-bottom: 1px solid #d9d9d9;
}

span.green {
  color: #00cc00;
}

span.red {
  color: red;
}

.red-text {
  color: red;
}

.clear {
  clear: both;
  /* Coaching Role styles */
}

table#staff_admins {
  border: 2px solid #cfcfcf;
  font-family: "OpenSans", Arial, sans-serif;
}
table#staff_admins td {
  border-right: 1px solid #cccccc;
  vertical-align: middle;
}
table#staff_admins td.more_details_row {
  border-top: none;
  border-bottom: 2px solid #404040;
}
table#staff_admins td.name_column {
  color: #0276a6;
  text-decoration: underline;
}
table#staff_admins th {
  background-color: #cfcfcf;
  text-shadow: none;
  border-right: 1px solid #999999;
  text-align: center;
}
table#staff_admins th.name_column {
  text-align: left;
}
table#staff_admins th.edit_column {
  border-right: 1px solid silver;
}
table#staff_admins th.last_column {
  width: auto;
}
table#staff_admins tr[id^=admin_row-], table#staff_admin_coaches tr[id^=admin_more_row-] {
  background-color: #ededed;
}
table#staff_admins tr[id^=admin_row-]:nth-child(2n-1) {
  background-color: #fcfcfc;
}
table#staff_admins .edit_column {
  border-right: 1px solid #cccccc;
  width: 100px;
  white-space: nowrap;
}
table#staff_admins .edit_icon {
  display: inline-block;
  cursor: pointer;
  color: white;
  border-radius: 4px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  width: 44px;
  text-align: center;
  clear: none;
  background: #42b8dd;
}

table#staff_admin_coaches {
  border: 2px solid #cfcfcf;
  font-family: "OpenSans", Arial, sans-serif;
}
table#staff_admin_coaches td {
  border-right: 1px solid #cccccc;
  vertical-align: middle;
}
table#staff_admin_coaches td.more_details_row {
  border-top: none;
  border-bottom: 2px solid #404040;
}
table#staff_admin_coaches td.name_column {
  cursor: pointer;
  color: #0276a6;
  text-decoration: underline;
}
table#staff_admin_coaches th {
  background-color: #cfcfcf;
  text-shadow: none;
  border-right: 1px solid #999999;
  /*border-bottom:1px solid #404040; */
  text-align: center;
}
table#staff_admin_coaches th.name_column {
  text-align: left;
}
table#staff_admin_coaches th.edit_column {
  border-right: 1px solid silver;
}
table#staff_admin_coaches th.last_column {
  width: auto;
}
table#staff_admin_coaches tr[id^=coach_row-], table#staff_admin_coaches tr[id^=coach_more_row-] {
  background-color: #ededed;
}
table#staff_admin_coaches tr[id^=coach_row-]:nth-child(4n-1), table#staff_admin_coaches tr[id^=coach_more_row-]:nth-child(4n-1) {
  background-color: #fcfcfc;
}
table#staff_admin_coaches .edit_column {
  border-right: 1px solid #cccccc;
  width: 100px;
  white-space: nowrap;
}
table#staff_admin_coaches .edit_icon {
  display: inline-block;
  cursor: pointer;
  color: white;
  border-radius: 4px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  width: 44px;
  text-align: center;
  clear: none;
  background: #42b8dd;
}
table#staff_admin_coaches .name_column {
  border-right: none;
  width: 300px;
}
table#staff_admin_coaches .checkbox_column {
  text-align: center;
  width: 20px;
  border-bottom: 1px solid #cccccc;
}
table#staff_admin_coaches .textbox_column {
  text-align: center;
  width: 110px;
  border-bottom: 1px solid #cccccc;
}
table#staff_admin_coaches tr[id^=coach_name-] {
  border-bottom: none;
}

.non-registered-actions {
  white-space: nowrap;
  border-bottom: 1px solid #cccccc;
}

.button.non_rounded_corners {
  border-radius: 0;
}
.button.coach_certs, .button.assign {
  padding: 5px 20px 5px 20px;
  text-align: center;
  font-family: "OpenSans", Arial, sans-serif;
  font-size: 13px;
  text-shadow: none;
  font-weight: normal;
}

.delete_x {
  cursor: pointer;
  color: red;
  font-weight: bold;
  font-size: 110%;
  text-shadow: rgba(0, 0, 0, 0.5) 0 1px 0;
}

.delete_coach_x {
  display: inline-block;
  cursor: pointer;
  color: white;
  border-radius: 4px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  width: 60px;
  text-align: center;
  clear: none;
  background: #ca3c3c;
}

.delete_x:hover {
  color: #cc0000;
}

.coach_certifications_row {
  margin-bottom: 10px;
}

.coach_role_name {
  display: inline-block;
  vertical-align: middle;
  width: 270px;
  padding: 5px 10px 5px 20px;
  border-left: 1px solid #404040;
  *display: inline;
  zoom: 1;
}

.coach_role_group {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  padding: 5px 5px 5px 5px;
  text-align: right;
  *display: inline;
  zoom: 1;
}

input.certification_textbox {
  padding: 5px 10px 5px 10px;
  width: auto;
  font-size: 100%;
  background-color: white;
  border: none;
  text-align: center;
}

th.coach_certification_tooltip {
  font-size: 120%;
  padding: 5px 5px 5px 5px;
  font-weight: bold;
}

#alert_notice {
  background-color: #009900;
  font-weight: bold;
  text-shadow: none;
  color: white;
  padding: 10px 0px 10px 0px;
  margin-bottom: 10px;
  text-align: center;
}

#coach_certifications_key {
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  zoom: 1;
}

.coach_certifications_key_column {
  display: inline-block;
  width: auto;
  padding-right: 10px;
  vertical-align: top;
  white-space: nowrap;
}

.coach_certifications_key_number {
  width: 15px;
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
}

.coach_certifications_key_name {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

#coach_certifications_roles {
  display: inline-block;
  vertical-align: top;
  margin-top: 21px;
  *display: inline;
  zoom: 1;
}

.coach_certifications_roles_title {
  display: inline-block;
  width: 150px;
  font-weight: bold;
  text-align: right;
  *display: inline;
  zoom: 1;
}

.coach_invitation_pending {
  margin-right: 25px;
  margin-left: 15px;
  font-style: italic;
  color: black;
}

h3.coaching-role {
  margin: 0px 0px 5px 0px;
  border: none !important;
  width: auto !important;
}

.global {
  width: 100%;
  float: left;
}
.global .global-bar {
  width: 100%;
  background: white;
  height: 50px;
  float: left;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
}
.global .global-bar #current-application {
  list-style: none;
  margin-left: 0;
  float: left;
  width: auto;
  border-right: 1px solid #eeeeee;
}
.global .global-bar #current-application:hover {
  background: #f7f7f7;
}
.global .global-bar #current-application #current-app {
  float: left;
  padding: 11px 0;
  text-decoration: none;
  width: 100%;
}
.global .global-bar #current-application #current-app img {
  padding: 4px 10px;
  float: right;
  width: auto;
}
.global .global-bar #current-application #current-app #menu-icon {
  color: #343434;
  font-size: 1.8em;
  padding: 4px 5px;
  float: left;
}
.global .global-bar #current-application #current-app span.logo-text {
  float: left;
  padding: 4px 0 4px 10px;
  font-size: 1.3em;
  font-weight: 600;
  color: #343434;
}
.global .global-bar #current-application #apps-switcher {
  margin-left: 0;
  list-style: none;
  z-index: 5;
  position: absolute;
  display: none;
  top: 51px;
  left: 0;
  border-right: 1px solid #e1e1e1;
}
.global .global-bar #current-application #apps-switcher li {
  margin-bottom: 0;
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px 15px 15px 10px;
  font-size: 1.25em;
  width: 160px;
  text-align: center;
  background: #f7f7f7;
  border-bottom: 1px solid #e1e1e1;
}
.global .global-bar #current-application #apps-switcher li:hover {
  background: #fefefe;
}
.global .global-bar #current-application #apps-switcher li a {
  text-decoration: none;
}
.global .global-bar #org-name {
  float: left;
  padding: 15px 10px;
  font-size: 1.1em;
  weight: 400;
  color: #343434;
  text-decoration: none;
}
.global .global-bar ul#user-wrap {
  list-style: none;
  margin-left: 0;
}
.global .global-bar ul#user-wrap .sub-menu {
  display: none;
  z-index: 5;
  position: absolute;
  top: 51px;
  left: -1px;
  text-align: left;
  list-style: none;
  margin-left: 0;
}
.global .global-bar ul#user-wrap .sub-menu a {
  padding: 10px 15px;
  float: left;
  clear: left;
  width: 100%;
  font-size: 0.85em;
  color: #4a4a4a;
  text-decoration: none;
  background: #f7f7f7;
  font-weight: 500;
  border-bottom: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
}
.global .global-bar ul#user-wrap .sub-menu a:hover {
  background: #fefefe;
}
.global .global-bar ul#user-wrap li.current-user {
  float: left;
  clear: left;
  padding: 15px 20px;
  font-weight: 500;
  font-size: 1em;
  text-align: center;
  border-left: 1px solid #eeeeee;
  position: relative;
}
.global .global-bar ul#user-wrap li.current-user:hover {
  background: #f7f7f7;
  border-bottom: 1px solid #e1e1e1;
}
.global .global-bar ul#user-wrap li.current-user:hover .sub-menu {
  display: block;
}
.global .global-bar a#logo {
  padding: 10px 10px 6px 13px;
  border-left: 1px solid #eeeeee;
}
.global #app-nav {
  margin-left: 0;
  margin-bottom: 0;
  list-style: none;
  float: left;
  width: 100%;
  background: #474544;
  height: 40px;
}
.global #app-nav li.nav-item {
  float: left;
  height: 40px;
  position: relative;
}
.global #app-nav li.nav-item a.head {
  text-shadow: none !important;
  text-decoration: none;
  float: left;
  padding: 10px 9px;
  border-right: 1px solid #373534;
  border-left: 1px solid #676564;
  color: #e4e4e4;
  font-size: 0.85em;
  font-weight: 300;
  background: #474544;
}
.global #app-nav li.nav-item a.head span {
  font-size: 1.5em;
}
.global #app-nav li.nav-item a.head:hover {
  background: #3c3c3c;
  backgroun-position: bottom;
}
.global #app-nav li.nav-item a.head.camp_tshirt_orders:hover, .global #app-nav li.nav-item a.head.spirit_wear:hover {
  color: white;
}
.global #app-nav li.nav-item a.head.active {
  padding-bottom: 10px;
  background: url(/images/diagonal-right.png) white;
  border-right: 0;
  border-left: 0;
  color: #343434;
}
.global #app-nav li.nav-item a.head.active:hover {
  color: #343434;
}
.global #app-nav li.nav-item:first-child a.head {
  border-left: 0;
}

.global-bar li#snap-logo {
  border-left: 1px solid #eeeeee;
  padding: 10px 8px 3px;
}

.container {
  margin: auto;
  max-width: 1064px;
  background-color: white;
  display: inline-block;
  text-align: left;
}
.container .content {
  width: 1024px;
  padding-top: 15px;
  clear: both;
  margin-left: 2.105%;
  margin-right: 2.105%;
  margin-left: 2.105%;
}
.container .content nav {
  background: transparent;
  border: none;
}
.container .half {
  display: inline;
  float: left;
  width: 48.901%;
  margin-right: 2.198%;
}
.container .half + .half {
  display: inline;
  float: left;
  width: 48.901%;
  margin-right: 2.198%;
  display: inline;
  float: right;
  margin-12: 0;
  #margin-left: -1.6em;
}

.breadcrumbs {
  color: #595959;
  list-style: none !important;
  margin: 0 0 20px 0;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs li:after {
  color: #b3b3b3;
  content: "\2192";
  padding: 0 5px 0 10px;
}
.breadcrumbs li:last-child:after {
  content: "";
}
.breadcrumbs li a {
  color: #444444;
}
.breadcrumbs li a:hover {
  color: #333333;
}

.border {
  width: 100%;
  margin-bottom: 30px;
  float: left;
  height: 191px;
}
.border header {
  clear: both;
  margin-left: 2.105%;
  margin-right: 2.105%;
}
.border header a {
  text-decoration: none;
  text-shadow: none;
}
.border header a.small_link {
  font-size: 10px;
  font-weight: normal;
  padding-left: 5px;
}
.border header a.small_link:hover {
  font-size: 12px;
}
.border .logo {
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.2);
  float: right;
  padding: 14px 10px;
  width: 8.784%;
  height: 98px;
}
.border .logo__message {
  color: #dddddd;
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  text-align: center;
  text-shadow: none;
}
.border .logo__image {
  margin: 5px 0 0 0;
  height: 65px;
  display: block;
}
.border .logo__image img {
  height: 69px;
}
.border .school-info {
  height: 112px;
  float: left;
  margin: 20px 0 0 0;
  width: 61.275%;
}
.border .school-info h1 {
  border: none;
}
.border .school-info__name {
  font-size: 24px;
  margin: 8px 0 0 0;
  display: inline-block;
}
.border .school-info__name a {
  color: white;
}
.border .school-info__name a:hover {
  color: white;
}
.border .school-info__thumbnail {
  background: grey url("/images/blank-img.png");
  border: 1px solid black;
  display: block;
  float: left;
  margin-right: 18px;
  height: 108px;
  width: 108px;
  box-shadow: none;
}
.border .default-header-text {
  color: white;
  text-shadow: none;
}
.border .school-info__address {
  color: #dddddd;
  line-height: 20px;
  list-style: none;
  margin: 0;
  overflow: hidden;
}
.border .school-info__address li {
  margin: 0;
}
.border .user-menu {
  font-size: 12px;
  float: left;
  margin-right: 15px;
  margin-top: 20px;
  text-align: right;
  width: 23.725%;
}
.border .user-menu a {
  color: white;
}
.border .user-menu a:hover {
  color: white;
}
.border .global-nav {
  font-weight: normal;
  clear: left;
  overflow: hidden;
  position: relative;
  padding-top: 28px;
}
.border .global-nav li:first-child {
  background-color: white;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  height: 32px;
  border-bottom: 1px dashed #dadada;
  margin: 1px 6px 0 0;
}
.border .global-nav li {
  height: 37px;
  margin-bottom: 0;
  position: relative;
  float: left;
}
.border .global-nav li.has-children:hover ul {
  display: block;
}
.border .global-nav li.has-children:hover a.first {
  color: #0276a6;
  background: whiteSmoke;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  border: 1px solid #cccccc;
  border-bottom: none;
}
.border .global-nav li.has-children:hover a.first:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #0276a6;
  position: absolute;
  top: 15px;
  right: 8px;
}
.border .global-nav li.has-children a.first {
  position: relative;
  padding-right: 20px;
}
.border .global-nav li.has-children a.first:hover {
  color: #0276a6;
}
.border .global-nav li.has-children a.first:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid white;
  position: absolute;
  top: 15px;
  right: 8px;
}
.border .global-nav li.has-children a.first.active:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #0276a6;
  position: absolute;
  top: 15px;
  right: 8px;
}
.border .global-nav li ul {
  background: whiteSmoke;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 35px;
  right: 0px;
  z-index: 100;
  margin: 0;
  display: none;
}
.border .global-nav li ul li:last-child a {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.border .global-nav li ul li {
  width: 100%;
  display: inline-block;
  float: none;
}
.border .global-nav li ul li:hover {
  background: #0276a6;
}
.border .global-nav li ul li:hover a {
  color: white;
}
.border .global-nav li ul a {
  color: #242424;
  padding: 8px 14px 7px 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-right: none;
  margin: 0;
  display: block;
  white-space: nowrap;
  text-decoration: none;
}
.border .global-nav li a {
  color: #f5f5f5;
  font-size: 13px;
  padding: 8px 10px 6px;
  -webkit-border-radius: 3px 0 0 0;
  -moz-border-radius: 3px 0 0 0;
  -ms-border-radius: 3px 0 0 0;
  -o-border-radius: 3px 0 0 0;
  border-radius: 3px 0 0 0;
  border: 1px solid transparent;
  margin-left: -1px;
  display: inline-block;
}
.border .global-nav li a.active {
  background: white;
  background-image: url(/images/diagonal-right.png);
  border-bottom: 1px dashed #dadada;
  border-left: 1px solid #111111;
  border-right: 1px solid #111111;
  border-top: 1px solid #111111;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  color: #333333;
  height: 18px;
  margin-bottom: -15px;
}
.border .global-nav li a.active:hover {
  color: #999999;
}
.border .global-nav li a:hover {
  color: #999999;
}

.participant-activities {
  float: left;
  padding: 14px 28px 14px 0px;
  width: 22%;
  height: 15em;
}
.participant-activities li {
  margin: 0;
}
.participant-activities ol {
  margin: 0 0 24px 20px !important;
}
.participant-activities ul {
  margin: 0 0 0 25px;
}
.participant-activities a.add_camp {
  padding-top: 25px;
  display: block;
}

.legal_form, .legal_video {
  display: inline-block;
  padding: 0 1em 1em 1em;
  width: 100%;
}

.legal-form-upload-form label.pdf, .legal-video-upload-form label.pdf {
  font-style: italic;
  float: right;
}

.physical-form {
  margin: 10px 0 20px 0;
}
.physical-form a.physical-form-file-link {
  display: block;
  margin: 5px 0 5px 0;
}
.physical-form .download-forms {
  margin: 0 0 31px 0;
}

.bg_white {
  background-color: white !important;
}

nav li {
  display: inline;
}

.links {
  list-style: none;
  padding-top: 15px;
  margin: 0 0 30px 0;
}
.links a, .links .sub_navigation_links {
  background: #eeeeee;
  border: 1px solid #dddddd;
  margin-right: 12px;
  padding: 8px 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  color: black;
}
.links a:visited, .links .sub_navigation_links:visited {
  color: #0276a6;
}
.links a.active, .links a:hover, .links a.active-payment, .links .sub_navigation_links.active, .links .sub_navigation_links:hover, .links .sub_navigation_links.active-payment {
  background: #0276a6;
  border: 1px solid #026188;
  color: white;
  color: white;
  text-decoration: none;
  text-shadow: none;
}
.links a .sub_navigation_links:hover, .links .sub_navigation_links .sub_navigation_links:hover {
  background: #0276a6;
  border: 1px solid #026188;
  color: white;
  color: white;
  text-decoration: none;
  text-shadow: none;
}
.links li {
  display: inline;
}
.links .sub_navigation_links {
  cursor: pointer;
  color: #0276a6;
}

.header-actions {
  *zoom: 1;
  margin-bottom: 12px;
}
.header-actions:after {
  content: "";
  display: table;
  clear: both;
}
.header-actions form {
  display: inline;
}
.header-actions a, .header-actions input.button {
  float: left;
  top: 0;
}
.header-actions + h2 {
  margin-top: 24px;
}

.list {
  clear: both;
  margin-left: 0px;
  list-style: none;
}
.list li, .list ul {
  margin: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #ededed;
  border-bottom: 1px solid #dedede;
  width: 100%;
  padding: 12px 12px 10px;
  display: table;
  table-layout: fixed;
}
.list li div, .list ul div {
  display: inline-block;
  margin: 0;
}
.list li#emergency-report div.name, .list ul#emergency-report div.name {
  display: inline-block;
  width: 14%;
  vertical-align: top;
}
.list li#emergency-report div.grad_year, .list ul#emergency-report div.grad_year {
  display: inline-block;
  width: 5%;
  vertical-align: top;
}
.list li#emergency-report div.birth_date, .list ul#emergency-report div.birth_date {
  display: inline-block;
  width: 8%;
  vertical-align: top;
}
.list li#emergency-report div.parent_name, .list ul#emergency-report div.parent_name {
  display: inline-block;
  width: 14%;
  vertical-align: top;
}
.list li#emergency-report div.parent_phone_numbers, .list ul#emergency-report div.parent_phone_numbers {
  display: inline-block;
  width: 18%;
  vertical-align: top;
}
.list li#emergency-report div.emergency_contact, .list ul#emergency-report div.emergency_contact {
  display: inline-block;
  width: 11%;
  vertical-align: top;
}
.list li#emergency-report div.emergency_phone, .list ul#emergency-report div.emergency_phone {
  display: inline-block;
  width: 18%;
  vertical-align: top;
}
.list li a, .list ul a {
  text-decoration: none;
  cursor: pointer;
}
.list li:first-child, .list ul:first-child {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.list li:last-child, .list ul:last-child {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.list li:only-child, .list ul:only-child {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.list li:nth-child(even), .list li:nth-child(even) .extended_info, .list ul:nth-child(even), .list ul:nth-child(even) .extended_info {
  background: #fcfcfc;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  border-top: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.list li:nth-child(even) li, .list li:nth-child(even) .extended_info li, .list ul:nth-child(even) li, .list ul:nth-child(even) .extended_info li {
  width: 100% !important;
  padding: 10px 0 5px 0;
}
.list li:nth-child(even) li, .list li:nth-child(even) .extended_info li, .list ul:nth-child(even) li, .list ul:nth-child(even) .extended_info li {
  background: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px dotted #e6e6e6;
}
.list li:nth-child(even) li div:first-child, .list li:nth-child(even) .extended_info li div:first-child, .list ul:nth-child(even) li div:first-child, .list ul:nth-child(even) .extended_info li div:first-child {
  margin: 0;
  padding: 9px 0 4px 0;
}
.list li:nth-child(even) li:nth-last-child(2), .list li:nth-child(even) .extended_info li:nth-last-child(2), .list ul:nth-child(even) li:nth-last-child(2), .list ul:nth-child(even) .extended_info li:nth-last-child(2) {
  margin-bottom: 1.25em;
}
.list li:nth-child(even) li:last-child, .list li:nth-child(even) .extended_info li:last-child, .list ul:nth-child(even) li:last-child, .list ul:nth-child(even) .extended_info li:last-child {
  background-color: transparent;
  border: none;
}
.list li:nth-child(even) li:last-child .activity-options, .list li:nth-child(even) .extended_info li:last-child .activity-options, .list ul:nth-child(even) li:last-child .activity-options, .list ul:nth-child(even) .extended_info li:last-child .activity-options {
  width: 35%;
  margin: 0 0 3.5em 0;
  height: 150px;
}
.list li:nth-child(even) li:last-child .activity-options .scroll-options, .list li:nth-child(even) .extended_info li:last-child .activity-options .scroll-options, .list ul:nth-child(even) li:last-child .activity-options .scroll-options, .list ul:nth-child(even) .extended_info li:last-child .activity-options .scroll-options {
  height: 100%;
  overflow-y: scroll;
}
.list li:nth-child(even) li:last-child .activity-options .scroll-options .coach-selection, .list li:nth-child(even) .extended_info li:last-child .activity-options .scroll-options .coach-selection, .list ul:nth-child(even) li:last-child .activity-options .scroll-options .coach-selection, .list ul:nth-child(even) .extended_info li:last-child .activity-options .scroll-options .coach-selection {
  width: 100%;
}
.list li:nth-child(even) li:last-child .button, .list li:nth-child(even) .extended_info li:last-child .button, .list ul:nth-child(even) li:last-child .button, .list ul:nth-child(even) .extended_info li:last-child .button {
  margin-top: 1em;
}
.list li.header, .list ul.header {
  background: #cfcfcf;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  border: none;
}
.list li.header a:visited, .list ul.header a:visited {
  color: #0276a6;
}
.list li.header:only-child, .list ul.header:only-child {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.list li.add, .list ul.add {
  background: none;
  border: none;
  padding: 12px 0;
  width: auto;
  display: block;
}
.list.header {
  margin-bottom: 0;
}
.list.clickable li {
  padding: 0;
}
.list.clickable li a {
  width: 100%;
  padding: 12px 12px 10px;
  display: table;
  box-sizing: border-box;
}
.list.clickable li.add a {
  width: auto;
  padding: 5px 10px 2px;
  margin-top: 12px;
  display: inline-block;
}
.list.expandable li {
  display: block;
  padding: 0;
}
.list.expandable li div {
  display: block;
}
.list.expandable li.header {
  padding: 12px 12px 10px;
  display: table;
}
.list.expandable li.header div {
  display: table-cell;
}
.list.expandable .extended_info {
  display: none;
}
.list.expandable .table {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 12px 12px 10px;
  margin: 0;
  display: table;
  table-layout: fixed;
}
.list.expandable .table div {
  display: table-cell;
}
.list .form {
  width: 100%;
  display: table;
}
.list .form .input {
  margin: 0;
}
.list .form .input label {
  text-align: left;
  display: inline;
  float: left;
  width: 14.835%;
  margin-right: 2.198%;
}
.list .form .active label {
  display: none;
}
.list .form .active input[type="checkbox"] {
  margin-left: 10px;
}
.list .saving_indicator {
  display: none;
}
.list.awards .name {
  width: 50%;
}
.list .delete {
  text-align: right;
  float: right;
}

.list-boxes {
  clear: both;
  margin-bottom: 24px;
  margin-left: 0px;
  *zoom: 1;
}
.list-boxes:after {
  content: "";
  display: table;
  clear: both;
}
.list-boxes li {
  display: inline;
  float: left;
  width: 14.835%;
  margin-right: 2.198%;
  margin-bottom: 24px;
}
.list-boxes li:nth-child(6n) {
  display: inline;
  float: right;
  margin-right: 0;
  #margin-left: -1.6em;
}
.list-boxes li span {
  width: 100%;
  height: 120px;
  display: table;
}
.list-boxes li a {
  color: #333333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all, 0.1s, ease-in-out;
  -moz-transition: all, 0.1s, ease-in-out;
  -ms-transition: all, 0.1s, ease-in-out;
  -o-transition: all, 0.1s, ease-in-out;
  transition: all, 0.1s, ease-in-out;
  background: #f0f0f0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e6e6e6), color-stop(100%, #e3e3e3));
  background-image: -webkit-linear-gradient(#e6e6e6, #e3e3e3);
  background-image: -moz-linear-gradient(#e6e6e6, #e3e3e3);
  background-image: -o-linear-gradient(#e6e6e6, #e3e3e3);
  background-image: -ms-linear-gradient(#e6e6e6, #e3e3e3);
  background-image: linear-gradient(#e6e6e6, #e3e3e3);
  border: 1px solid #cfcfcf;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  word-wrap: break-word;
  width: 80%;
  padding: 0 10%;
  vertical-align: middle;
  display: table-cell;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.list-boxes li a:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e6e6e6), color-stop(100%, #d9d9d9));
  background-image: -webkit-linear-gradient(#e6e6e6, #d9d9d9);
  background-image: -moz-linear-gradient(#e6e6e6, #d9d9d9);
  background-image: -o-linear-gradient(#e6e6e6, #d9d9d9);
  background-image: -ms-linear-gradient(#e6e6e6, #d9d9d9);
  background-image: linear-gradient(#e6e6e6, #d9d9d9);
}

.button {
  background-color: #bfbfbf;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dedede), color-stop(100%, #bfbfbf));
  background-image: -webkit-linear-gradient(#dedede, #bfbfbf);
  background-image: -moz-linear-gradient(#dedede, #bfbfbf);
  background-image: -o-linear-gradient(#dedede, #bfbfbf);
  background-image: -ms-linear-gradient(#dedede, #bfbfbf);
  background-image: linear-gradient(#dedede, #bfbfbf);
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #aeaeae;
  border-bottom-color: #a0a0a0;
  color: #404040;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  padding: 4px 10px 2px;
  margin-right: 6px;
  position: relative;
  text-shadow: white 0 1px 0;
}
.button:link, .button:visited {
  text-decoration: none;
  color: #404040;
}
.button.large {
  font-size: 14px;
  font-weight: bold;
  padding: 5px 18px 5px;
}
.button.delete, .button.primary, .button.accept {
  color: white;
  text-shadow: rgba(0, 0, 0, 0.5) 0 1px 0;
}
.button.delete {
  background: #bd0802;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #db0902), color-stop(100%, #bd0802));
  background-image: -webkit-linear-gradient(#db0902, #bd0802);
  background-image: -moz-linear-gradient(#db0902, #bd0802);
  background-image: -o-linear-gradient(#db0902, #bd0802);
  background-image: -ms-linear-gradient(#db0902, #bd0802);
  background-image: linear-gradient(#db0902, #bd0802);
  border: 1px solid #ae0702;
  border-bottom-color: #9a0702;
}
.button.delete:hover {
  background-color: #bd0802;
}
.button.grey {
  color: #545454;
  text-shadow: none;
  background-color: #bfbfbf;
  background-image: none;
  border: 1px solid #b8b8b8;
  border-bottom-color: #adadad;
}
.button.grey:hover {
  background-color: #bfbfbf;
  cursor: default;
}
.button.orange {
  background: #f89406;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #faa123), color-stop(100%, #f89406));
  background-image: -webkit-linear-gradient(#faa123, #f89406);
  background-image: -moz-linear-gradient(#faa123, #f89406);
  background-image: -o-linear-gradient(#faa123, #f89406);
  background-image: -ms-linear-gradient(#faa123, #f89406);
  background-image: linear-gradient(#faa123, #f89406);
  border: 1px solid #e98b06;
  border-bottom-color: #d57f05;
}
.button.orange:hover {
  background-color: #f89406;
}
.button.accept {
  background: #4b8a08;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5ba70a), color-stop(100%, #4b8a08));
  background-image: -webkit-linear-gradient(#5ba70a, #4b8a08);
  background-image: -moz-linear-gradient(#5ba70a, #4b8a08);
  background-image: -o-linear-gradient(#5ba70a, #4b8a08);
  background-image: -ms-linear-gradient(#5ba70a, #4b8a08);
  background-image: linear-gradient(#5ba70a, #4b8a08);
  border: 1px solid #437c07;
  border-bottom-color: #396806;
}
.button.accept:hover {
  background-color: #4b8a08;
}
.button.primary {
  background: #0276a6;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #028bc4), color-stop(100%, #0276a6));
  background-image: -webkit-linear-gradient(#028bc4, #0276a6);
  background-image: -moz-linear-gradient(#028bc4, #0276a6);
  background-image: -o-linear-gradient(#028bc4, #0276a6);
  background-image: -ms-linear-gradient(#028bc4, #0276a6);
  background-image: linear-gradient(#028bc4, #0276a6);
  border: 1px solid #026b97;
  border-bottom-color: #025d83;
}
.button.primary:hover {
  background-color: #0276a6;
}
.button:hover {
  background-repeat: no-repeat;
  background-color: #bfbfbf;
  background-position: 0 -15px;
}
.button.registration {
  font-size: 16px;
  padding: 12px 22px 9px;
}
.button.small {
  padding: 0 2px 0 2px;
}

input.button.large {
  padding: 7px 18px;
}

input.button {
  padding-top: 5px;
  padding-bottom: 4px;
}

.btn-margin-left {
  margin-left: 1em;
}
.btn-margin-bottom {
    margin-bottom: 1em;
}

.form .inside-fieldset {
    border: 1px solid #ddd;
    padding: 10px;
    margin-right: 20px;
}
.form .inside-fieldset legend {
    border: 0;
    background-color: #ddd;
    color: black;
    padding: 10px;
    width: 98%;
}
.form .inside-fieldset .fields {
    padding-left: 20px;
    margin-top: 24px;
}

#calculate {
  margin: 0;
}

.calculator {
  float: right !important;
  margin: 0 !important;
  text-align: right !important;
}

.new-button {
  border: 1px solid #cccccc;
  background: url("/images/button_slice.png") repeat-x;
  color: #333333;
  font-family: "OpenSans", Arial, sans-serif;
  font-size: 15px;
  height: 31px;
  margin-top: 15px;
  width: 298px;
  text-shadow: none;
  float: right;
  text-align: center;
  padding-top: 13px;
  text-decoration: none;
}
.new-button:hover {
  background: #e5e5e5;
}

.registration-button {
  background: rgb(59,150,59);
  background: linear-gradient(0deg, rgba(59,150,59,1) 0%, rgba(82,185,82,1) 57%, rgba(95,191,95,1) 100%);
  border: 1px solid #4cae4c;
  color: white;
  font-family: "OpenSans", Arial, sans-serif;
  font-size: 17px;
  height: 31px;
  margin-bottom: 15px;
  width: 298px;
  text-shadow: none;
  float: right;
  text-align: center;
  padding-top: 13px;
  text-decoration: none;
}

.registration-button:visited {
  color: white;
}
.registration-button:hover {
  background: #28a745;
  color: white;
}

.new-button-admin {
  border: 1px solid #0e7fbe;
  background: url("/images/button_slice_notif.png") repeat-x;
  color: white;
  font-family: "OpenSans", Arial, sans-serif;
  font-size: 15px;
  height: 31px;
  margin-bottom: 15px;
  width: 298px;
  text-shadow: none;
  float: right;
  text-align: center;
  padding-top: 13px;
  text-decoration: none;
}
.new-button-admin:visited {
  color: white;
}
.new-button-admin:hover {
  background: #0e7fbf;
  color: white;
}
.new-button-admin #new-notifications {
  margin-top: -3px;
  display: inline-block;
  margin-left: 5px;
  width: 23px;
  height: 20px;
  padding-top: 3px;
  background: url("/images/notif_circle.png") no-repeat;
}

.new-button-red {
  border: 1px solid #b93830;
  background: url("/images/button_slice_red.png") repeat-x;
  color: white;
  font-family: "OpenSans", Arial, sans-serif;
  font-size: 15px;
  height: 31px;
  width: 298px;
  text-shadow: none;
  float: right;
  text-align: center;
  padding-top: 13px;
  text-decoration: none;
}
.new-button-red:visited {
  color: white;
}
.new-button-red:hover {
  background: #b93830;
  color: white;
}

.new-button-green {
  border: 1px solid #1d9f26;
  background: url("/images/button_slice_green.png") repeat-x;
  color: white;
  font-family: "OpenSans", Arial, sans-serif;
  font-size: 15px;
  height: 31px;
  width: 298px;
  text-shadow: none;
  float: right;
  text-align: center;
  padding-top: 13px;
  text-decoration: none;
}
.new-button-green:visited {
  color: white;
}
.new-button-green:hover {
  background: #1d9f26;
  color: white;
}

.confirm-button {
  border: 1px solid #127798;
  background: transparent url("/images/confirm_button_slice.png") repeat-x;
  font-family: "OpenSans", Arial, sans-serif;
  font-size: 15px;
  height: 44px;
  margin-top: 15px;
  width: 200px;
  text-shadow: none;
  float: left;
  text-align: center;
  text-decoration: none;
  color: white !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  cursor: pointer;
  line-height: 44px;
}
.confirm-button:hover {
  background: #0e7fbf;
}

.well {
  background-color: #f5f5f5;
  margin-bottom: 20px;
  padding: 19px;
  min-height: 20px;
  border: 1px solid #eeeeee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.well.small {
  padding: 12px 12px 9px;
}
.well.smaller {
  padding: 5px;
}

#flash {
  clear: both;
  margin-left: 2.105%;
  margin-right: 2.105%;
}

.flash, .alert, div.success, div.error, div.red {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  margin-left: 2.105%;
  *zoom: 1;
  background: #fff6d9;
  border: 1px solid #ffe9a6;
  color: #cf9c00;
  padding: 16px 20px 12px;
  margin: 0;
  margin-bottom: 30px;
  display: block;
  font-size: 16px;
  cursor: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.flash:after, .alert:after, div.success:after, div.error:after, div.red:after {
  content: "";
  display: table;
  clear: both;
}

div.success {
  background: #c7e9b4;
  border: 1px solid #aadd8d;
  color: #437a24;
  text-shadow: white 0 1px 0;
}

div.error, div.red {
  background: #fec2c0;
  border: 1px solid #fe918d;
  color: #8b0601;
  text-shadow: white 0 1px 0;
}

.alert-block {
  padding: 22px 20px 18px;
}

span.error {
  color: #bd0802;
  padding: 0px 0px 0px 10px;
}

.auto-width-label {
  margin-top: 5px !important;
  text-align: left !important;
  width: auto !important;
}

.final {
  width: 50px;
}

.form-margin {
  margin-top: 20px;
}

.link-margin {
  margin-top: 10px;
}

.check-box {
  position: absolute;
  top: -12px;
  right: 0px;
}

.checkbox-label {
  width: auto !important;
  position: absolute;
  top: -12px;
  right: 25px;
}

.left {
  margin-right: 9% !important;
}

.new-coach {
  width: 700px;
}
.new-coach #add-coach-form-wrap {
  float: left;
  width: 100%;
  padding-bottom: 25px;
}
.new-coach #add-coach-form-wrap label, .new-coach #add-coach-form-wrap input {
  float: left;
}
.new-coach #add-coach-form-wrap label {
  padding-right: 10px;
}
.new-coach #add-coach-form-wrap .button {
  float: left;
  clear: left;
  margin-top: 15px;
}
.new-coach .activity-options {
  float: left;
  width: 342px;
  margin: 1.5em 0 5em 0;
  height: 250px;
}
.new-coach .activity-options .scroll-options {
  float: left;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  margin-bottom: 200px;
}
.new-coach .activity-options .scroll-options .coach-selection {
  width: 100%;
}

#event-roles-wrap {
  width: 700px;
}
#event-roles-wrap .event-wrapper {
  width: 700px;
  float: left;
  clear: left;
}
#event-roles-wrap .event-wrapper h3 {
  margin-bottom: 12px;
}
#event-roles-wrap .event-wrapper .event-roles {
  list-style: none;
  width: 700px;
  float: left;
  margin: 0;
}
#event-roles-wrap .event-wrapper .event-roles li {
  width: 688px;
  float: left;
  clear: left;
  background: white;
  border: 1px solid #cccccc;
  padding: 10px 0 10px 10px;
}
#event-roles-wrap .event-wrapper .event-roles li span {
  float: left;
  padding-top: 5px;
}
#event-roles-wrap .event-wrapper .new-director {
  float: left;
  clear: left;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc;
  width: 700px;
}
#event-roles-wrap .event-wrapper .new-director form label {
  padding-right: 15px;
}
#event-roles-wrap .event-wrapper .new-director form input[type="text"] {
  padding: 9px 6px;
  width: 175px;
  border: 1px solid #cccccc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.form .input label.select, .form .input label.date {
    padding-top: 12px;
}
.form label.strong {
  font-weight: bold;
  font-size: 1.5em !important;
}
.form label.totals {
  margin: 0.5em 0;
  display: block;
}
.form.full {
  clear: both;
  *zoom: 1;
}
.form.full:after {
  content: "";
  display: table;
  clear: both;
}
.form.full .two-inputs label.first {
  display: inline;
  float: left;
  width: 23.352%;
  margin-right: 2.198%;
  text-align: right;
}
.form.full .two-inputs label {
  text-align: left;
  width: 5%;
}
.form.full .two-inputs input {
  width: 12%;
}
.form.full h1, .form.full h3 {
  text-align: left;
}
.form.full .input:not[type='radio'] {
  clear: both;
}
.form.full label, .form.full .label {
  text-align: right;
  display: inline;
  float: left;
  width: 23.352%;
  margin-right: 2.198%;
}
.form.full input:not([type="submit"]), .form.full textarea, .form.full .ltr {
  background-color: white;
  display: inline;
  float: left;
  width: 40.385%;
  margin-right: 2.198%;
}
.form.full input:not([type="submit"]).ltr, .form.full textarea.ltr, .form.full .ltr.ltr {
  margin-bottom: 15px;
  margin-right: 0;
}
.form.full input[disabled="disabled"] {
  background: #e7e7e9;
  font-style: italic;
}
.form.full.boolean label {
  display: inline;
  float: left;
  width: 40.385%;
  margin-right: 2.198%;
}
.form.full .hint {
  display: inline;
  float: left;
  width: 31.868%;
  margin-right: 2.198%;
  display: inline;
  float: right;
  margin-right: 0;
  #margin-left: -1.6em;
}
.form.full #person_child_relationships_attributes_0_relationship_type {
  display: inline;
  float: left;
  width: 40.385%;
  margin-right: 2.198%;
}
.form.create fieldset {
  margin-bottom: 0;
}
.form.thin {
  display: inline;
  float: left;
  width: 31.868%;
  margin-right: 2.198%;
  padding-left: 32.632%;
  margin-left: 2.105%;
}
.form.thin label {
  display: block;
  margin-bottom: 4px;
}
.form.thin input {
  display: inline;
  float: left;
  width: 100%;
  margin-right: 6.897%;
  display: inline;
  float: right;
  margin-right: 0;
  #margin-left: -1.6em;
}
.form.thin .button {
  margin-bottom: 24px;
}
.form fieldset, .form .fields {
  margin-bottom: 24px;
  *zoom: 1;
}
.form fieldset:after, .form .fields:after {
  content: "";
  display: table;
  clear: both;
}
.form legend {
  font-size: 16px;
  width: 100%;
  float: left;
  padding-bottom: 3px;
  border-bottom: 1px solid #d9d9d9;
  margin: 0 0 24px 0;
}
.form .input {
  margin-bottom: 14px;
  overflow: hidden;
  clear: both;
}
.form .input label {
  padding-top: 6px;
  display: block;
}
.form .input p {
  padding-top: 6px;
}
.form .input input, .form .input textarea {
  font: 14px/20px "helvetica nue", "helvetica", "arial, sans-serif";
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #bfbfbf;
  padding: 8px 6px 6px;
}
.form .input textarea {
  height: 120px;
}
.form .input select {
  margin-top: 4px;
  font-size: 15px;
  height: 36px;
}
.form .input.boolean input, .form .input.check_boxes input {
  width: auto;
  margin-left: 25.549%;
  margin-top: 11px;
  border: none;
}
.form .input.boolean label, .form .input.check_boxes label {
  text-align: left;
  display: inline;
  float: left;
  width: 31.868%;
  margin-right: 2.198%;
}
.form .hint, .form .error, .form .note {
  color: gray;
  padding-top: 6px;
}
.form .hint#child_form, .form .error#child_form, .form .note#child_form {
  text-align: right;
  display: inline;
  float: left;
  width: 23.352%;
  margin-right: 2.198%;
}
.form .hint, .form .note {
  font-style: italic;
}
.form .disabled {
  display: none;
}
.form .error {
  color: #bd0802;
  display: inline-block;
}
.form .validation-failed {
  border: 2px solid #bd0802 !important;
}
.form.field_with_errors {
  color: #bd0802;
}
.form.field_with_errors input, .form.field_with_errors textarea {
  background: #fad8d8;
}
.form input.button {
  width: auto;
  float: none;
  position: relative;
  top: -1px;
}
.form input.button.right {
  margin-left: 165px !important;
}

p#show_payment_code_form {
  margin-bottom: 0;
}
p#show_payment_code_form:hover {
  cursor: pointer;
}

.code_form {
  float: left;
}
.code_form .well {
  margin-top: 15px;
  margin-bottom: 0;
  float: left;
  width: 260px;
}
.code_form .well .label, .code_form .well .input {
  float: left;
}
.code_form .well .label label {
  width: 260px;
  padding-bottom: 5px;
}
.code_form .well .input input, .code_form .well .input textarea {
  width: 260px;
}
.code_form .well .ltr {
  float: left;
  clear: left;
  margin-bottom: 10px;
}
.code_form .well input.button {
  float: right;
  margin: 0;
}

.errors {
  font-style: italic;
  text-align: center;
  color: red;
}

.align-right {
  text-align: right;
}

table {
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 24px;
}
table th,
table td {
  padding: 8px;
  line-height: 24px;
  text-align: left;
  border-top: 1px solid #dddddd;
}
table th {
  font-weight: bold;
  vertical-align: top;
}
table th div.note {
  font-weight: normal;
  font-style: italic;
  font-size: small;
}
table td {
  vertical-align: top;
}
table td.hint {
  color: gray;
  font-style: italic;
}
table tr#header {
  background: #eeeeee;
  border-bottom: 1px solid #dedede;
  width: 100%;
  padding: 12px 12px 10px;
}
table tr#row {
  background: #fcfcfc;
}
table tr#row:hover {
  background: aqua;
  background: #c2edfe;
}
table tr.venture-roster td, table tr.venture-roster th {
  text-align: center;
}
table tr.venture-roster td:first-child, table tr.venture-roster th:first-child {
  text-align: left;
}
table thead:first-child tr th, table thead:first-child tr td {
  border-top: 0;
}
table tbody + tbody {
  border-top: 2px solid #dddddd;
}
table.btn-outside {
  border-right: none;
  border-bottom: none;
}
table.btn-outside tfoot th, table.btn-outside tfoot td {
  border-bottom: 1px solid #dddddd;
}
table .no-border {
  border-color: transparent;
  background: none !important;
  border-bottom: none !important;
}

.table-condensed th, .table-condensed td {
  padding: 4px 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
  border-top: none;
  border-collapse: separate;
  *border-collapse: collapsed;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th + th, .table-bordered td + td, .table-bordered th + td, .table-bordered td + th {
  border-left: 1px solid #dddddd;
}
.table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child th:first-child, .table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  -ms-border-radius: 4px 0 0 0;
  -o-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}
.table-bordered thead:first-child tr:first-child th:last-child, .table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  -ms-border-radius: 0 4px 0 0;
  -o-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}
.table-bordered thead:last-child tr:last-child th:first-child, .table-bordered tbody:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  -ms-border-radius: 0 0 0 4px;
  -o-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
}
.table-bordered thead:last-child tr:last-child th:last-child, .table-bordered tbody:last-child tr:last-child td:last-child {
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  -ms-border-radius: 0 0 4px 0;
  -o-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
}

.table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}

#dashboard-wrapper {
  width: 520px;
  float: left;
}
#dashboard-wrapper .pending-registrations {
  float: left;
  margin-bottom: 25px;
  width: 100%;
}
#dashboard-wrapper .pending-registrations h3 {
  float: left;
  width: 520px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 0;
  padding-bottom: 0;
}
#dashboard-wrapper .pending-registrations h3 p.sub-title {
  float: right;
  text-transform: uppercase;
  font-size: 8pt;
  margin-top: 2px;
  margin-bottom: 0;
}
#dashboard-wrapper .pending-registrations .registration {
  width: 490px;
  padding: 8px 15px;
  border: 1px solid #99c1f2;
  background: #c1d7f2;
  float: left;
  margin-top: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
#dashboard-wrapper .pending-registrations .registration h4 {
  float: left;
  margin-bottom: 0;
  width: 100%;
}
#dashboard-wrapper .pending-registrations .registration ul {
  float: left;
  clear: left;
  list-style: none;
  margin: 5px 0 0 10px;
}
#dashboard-wrapper .pending-registrations .registration ul li {
  width: 100%;
}
#dashboard-wrapper #activity-feed {
  float: left;
  width: 100%;
}
#dashboard-wrapper #activity-feed h3 {
  float: left;
  width: 100%;
  border-bottom: 1px solid #dedede;
  margin-bottom: 0;
  padding-bottom: 0;
}
#dashboard-wrapper #activity-feed h3 p.sub-title {
  float: right;
  text-transform: uppercase;
  font-size: 8pt;
  margin-top: 2px;
  margin-bottom: 0;
}
#dashboard-wrapper #activity-feed .messages {
  float: left;
  width: 490px;
  margin-top: 10px;
}
#dashboard-wrapper #activity-feed .messages .message-thumb {
  float: left;
  width: 50px;
  margin-right: 15px;
}
#dashboard-wrapper #activity-feed .messages .message {
  float: left;
  clear: left;
  margin-top: 15px;
}
#dashboard-wrapper #activity-feed .messages .message .message-content {
  padding: 10px 15px 8px 15px;
  border: 1px solid #dedede;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: white;
  float: left;
  line-height: 17pt;
  width: 490px;
}
#dashboard-wrapper #activity-feed .messages .message .message-content p {
  margin-bottom: 0;
}
#dashboard-wrapper #activity-feed .messages .message .message-content p:first-child {
  margin-top: 5px;
}
#dashboard-wrapper #activity-feed .messages .message .yellow-message {
  padding: 10px 15px 8px 15px;
  float: left;
  line-height: 17pt;
  width: 100%;
  background: #fff6d9;
  border: 1px solid #ffe9a6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
#dashboard-wrapper #activity-feed .messages .message .message-meta {
  width: 100%;
  margin-top: 10px;
  float: left;
  border-top: 1px solid #dedede;
}
#dashboard-wrapper #activity-feed .messages .message .message-meta span {
  text-transform: uppercase;
  font-size: 8pt;
  margin-top: 2px;
}
#dashboard-wrapper #activity-feed .messages .message .blue-message {
  padding: 10px 15px 8px 15px;
  float: left;
  line-height: 17pt;
  width: 490px;
  background: #d6e0ef;
  border: 1px solid #b1c4e1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
#dashboard-wrapper #activity-feed .messages .message .blue-message p {
  margin-bottom: 0;
}
#dashboard-wrapper #activity-feed .messages .message .blue-message p:first-child {
  margin-top: 5px;
}
#dashboard-wrapper #activity-feed .messages .message .blue-message .message-meta {
  border-top: 1px solid #b1c4e1;
}
#dashboard-wrapper #activity-feed .messages .message {
  float: left;
  clear: left;
  margin-top: 10px;
}
#dashboard-wrapper #activity-feed .messages .message .message-content {
  padding: 10px 15px 8px 15px;
  border: 1px solid #dedede;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: white;
  float: left;
  line-height: 17pt;
  width: 490px;
}
#dashboard-wrapper #activity-feed .messages .message .message-meta {
  width: 100%;
  margin-top: 10px;
  float: left;
  border-top: 1px solid #dedede;
}
#dashboard-wrapper #activity-feed .messages .message .message-meta span {
  text-transform: uppercase;
  font-size: 8pt;
  margin-top: 2px;
}

#dashboard-sidebar {
  width: 300px;
  float: right;
}
#dashboard-sidebar #box {
  border: 1px solid #dedede;
  background: white;
  margin-bottom: 15px;
  float: right;
}
#dashboard-sidebar #box h3 {
  margin-bottom: 0;
  width: 268px;
  padding: 12px 15px;
  border-bottom: 1px solid #dedede;
}
#dashboard-sidebar .pay a.confirm-button {
  width: 298px;
  margin-bottom: 15px;
}
#dashboard-sidebar .new-button {
  margin-top: 0;
  margin-bottom: 15px;
}
#dashboard-sidebar #sidebar-participants {
  margin-bottom: 15px;
  float: left;
}
#dashboard-sidebar #sidebar-participants h4 {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 3px;
  float: left;
  clear: left;
  width: 300px;
  margin-bottom: 0;
  font-weight: bold;
}
#dashboard-sidebar #sidebar-participants ul {
  list-style: none;
  margin: 0;
}
#dashboard-sidebar #sidebar-participants ul li {
  border-bottom: 1px solid #dddddd;
  float: left;
  clear: left;
  margin: 0;
  padding: 10px;
  background: white;
  width: 280px;
}
#dashboard-sidebar #sidebar-participants ul li:nth-child(even) {
  background: #f2f2f2;
}

.wide {
  display: inline;
  float: left;
  width: 74.451%;
  margin-right: 2.198%;
}

.thin {
  display: inline;
  float: left;
  width: 23.352%;
  margin-right: 2.198%;
  display: inline;
  float: right;
  margin-right: 0;
  #margin-left: -1.6em;
}
.thin .box {
  padding: 20px 12px;
}
.thin .price {
  width: 250px;
}
.thin .price p {
  margin-bottom: 6px;
}
.thin .price strong {
  font-size: 16px;
  color: #0276a6;
  display: block;
}

#content-wrap {
  float: left;
  width: 690px;
}
#content-wrap #participant-info-card {
  float: left;
}
#content-wrap #participant-info-card h2 {
  margin-bottom: 0;
  float: left;
  width: 690px;
  padding-bottom: 15px;
}
#content-wrap #participant-info-card h2 span.right {
  text-align: right;
  font-size: 0.65em;
  padding-top: 3px;
}
#content-wrap #participant-info-card ul#participant-info {
  float: left;
  clear: left;
  width: 658px;
  list-style: none;
  margin-left: 0;
  padding: 15px;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: white;
}
#content-wrap #participant-info-card ul#participant-info .section {
  float: left;
  width: 49%;
}
#content-wrap #participant-info-card ul#participant-info .section .section-label {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
  font-weight: bold;
}
#content-wrap #participant-info-card ul#participant-info .section li strong {
  color: #545454;
}
#content-wrap #participant-info-card ul#participant-info .bottom-section {
  float: left;
  clear: left;
  width: 100%;
  text-align: right;
  margin-top: 15px;
}
#content-wrap #participant-info-card ul#participant-info .bottom-section strong {
  color: #545454;
}
#content-wrap #participant-info-card ul#participant-info .bottom-section a {
  margin-right: 0;
  margin-left: 10px;
}
#content-wrap #participant-awards-history {
  float: left;
  clear: left;
  width: 690px;
}
#content-wrap #participant-awards-history p.season-header {
  font-weight: bold;
  float: left;
  clear: left;
  width: 690px;
  margin-bottom: 10px;
  font-size: 1.4em;
  color: #242424;
}
#content-wrap #participant-awards-history ul.season-registrations-wrap {
  float: left;
  clear: left;
  list-style: none;
  margin: 0;
  margin-bottom: 15px;
  width: 690px;
}
#content-wrap #participant-awards-history ul.season-registrations-wrap li.registration-wrap {
  margin-bottom: 0;
  padding: 10px 10px 10px 15px;
  border: 1px solid #cccccc;
  border-top-width: 0px;
  border-left-width: 4px;
  float: left;
  width: 660px;
  background: white;
}
#content-wrap #participant-awards-history ul.season-registrations-wrap li.registration-wrap:first-child {
  border-top: 1px solid #cccccc;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
#content-wrap #participant-awards-history ul.season-registrations-wrap li.registration-wrap:last-child {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
#content-wrap #participant-awards-history ul.season-registrations-wrap li.registration-wrap.lone-reg {
  border-top: 1px solid #cccccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
#content-wrap #participant-awards-history ul.season-registrations-wrap li.registration-wrap:nth-child(even) {
  background: #f2f2f2;
}
#content-wrap #participant-awards-history ul.season-registrations-wrap li.registration-wrap h4 {
  float: left;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
}
#content-wrap #participant-awards-history ul.season-registrations-wrap li.registration-wrap h4 span.right {
  font-weight: 200;
  font-size: 0.8em;
}
#content-wrap #participant-awards-history ul.season-registrations-wrap li.registration-wrap .group-registrations-wrap {
  float: left;
  width: 65%;
}
#content-wrap #participant-awards-history ul.season-registrations-wrap li.registration-wrap .group-registrations-wrap p.section-label {
  font-weight: bold;
  padding-bottom: 0;
}
#content-wrap #participant-awards-history ul.season-registrations-wrap li.registration-wrap .group-registrations-wrap ul.group-rosters {
  list-style: none;
  margin: 0px;
}
#content-wrap #participant-awards-history ul.season-registrations-wrap li.registration-wrap .group-registrations-wrap ul.group-rosters li.single-group {
  float: left;
  clear: left;
  width: 100%;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 7px;
}
#content-wrap #participant-awards-history ul.season-registrations-wrap li.registration-wrap .group-registrations-wrap ul.group-rosters li.single-group p.award-list {
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}
#content-wrap #participant-awards-history ul.season-registrations-wrap li.registration-wrap .legal-forms-wrap {
  float: right;
  width: 32.5%;
}
#content-wrap #participant-awards-history ul.season-registrations-wrap li.registration-wrap .legal-forms-wrap p.section-label {
  font-weight: bold;
  padding-bottom: 0;
}
#content-wrap #participant-awards-history ul.season-registrations-wrap li.registration-wrap .legal-forms-wrap ul.consents {
  list-style: none;
  margin: 0px 0px 0px 0px;
}
#content-wrap #participant-awards-history ul.season-registrations-wrap li.registration-wrap .legal-forms-wrap ul.consents li.single-consent {
  float: left;
  clear: left;
  width: 100%;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 7px;
}
#content-wrap #participant-awards-history ul.season-registrations-wrap li.registration-wrap .legal-forms-wrap ul.consents li.single-consent a.button.small {
  float: left;
  padding: 4px 4px 0 4px;
}
#content-wrap #participant-awards-history ul.season-registrations-wrap li.registration-wrap .legal-forms-wrap ul.consents li.single-consent span.form-name {
  float: left;
  width: 175px;
}

.tickets-list {
  float: left;
  width: 100%;
  list-style: none;
  margin-left: 0;
}
.tickets-list li.ticket {
  width: 96%;
  float: left;
  clear: left;
  padding: 10px 2%;
  background: white;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 0;
}
.tickets-list li.ticket:nth-child(even) {
  background: #f1f1f1;
}
.tickets-list li.ticket .line-one {
  float: left;
  width: 100%;
}
.tickets-list li.ticket .line-one .right.date {
  color: #a1a1a1;
  font-style: italic;
  margin: 0 15px 0 0;
}
.tickets-list li.ticket .more-info {
  border-top: 1px dashed #cccccc;
  margin-top: 10px;
  padding-top: 10px;
  width: 100%;
  float: left;
  clear: left;
}

#admin-dashboard-wrapper {
  width: 690px;
  float: left;
}
#admin-dashboard-wrapper #problem-transactions {
  float: left;
  list-style: none;
  margin-left: 0;
  width: 690px;
}
#admin-dashboard-wrapper #problem-transactions li {
  float: left;
  clear: left;
  padding: 10px;
  width: 670px;
  background: white;
  margin: 0;
  border-bottom: 1px solid #dedede;
}
#admin-dashboard-wrapper #problem-transactions li:nth-child(odd) {
  background: #ededed;
}
#admin-dashboard-wrapper #problem-transactions li.list-header {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  background-color: #cfcfcf;
  border-color: #c5c5c5;
}
#admin-dashboard-wrapper #problem-transactions li.list-header div {
  color: #474747;
  font-weight: bold;
}
#admin-dashboard-wrapper #problem-transactions li div {
  float: left;
  text-align: center;
  width: 134px;
}
#admin-dashboard-wrapper #problem-transactions li div.person-name {
  text-align: left;
  width: 268px;
}
#admin-dashboard-wrapper #problem-transactions li div.person-name:hover {
  cursor: pointer;
}
#admin-dashboard-wrapper #problem-transactions li div.problem-transaction-details {
  text-align: left;
  padding-top: 10px;
  border-top: 1px solid #e1e1e1;
  margin-top: 10px;
  float: left;
  clear: left;
  width: 670px;
}
#admin-dashboard-wrapper #problem-transactions li div.problem-transaction-details div {
  text-align: left;
  width: 335px;
}
#admin-dashboard-wrapper #problem-transactions li div.problem-transaction-details div.actions {
  text-align: right;
}
#admin-dashboard-wrapper .pending-registrations {
  float: left;
  margin-bottom: 25px;
}
#admin-dashboard-wrapper .pending-registrations h3 {
  float: left;
  width: 690px;
  margin-bottom: 15px;
  padding-bottom: 0;
}
#admin-dashboard-wrapper .pending-registrations h3 p.sub-title {
  float: right;
  text-transform: uppercase;
  font-size: 8pt;
  margin-top: 2px;
  margin-bottom: 0;
}
#admin-dashboard-wrapper .pending-registrations #pending-approval, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans {
  list-style: none;
  margin-left: 0;
  width: 690px;
}
#admin-dashboard-wrapper .pending-registrations #pending-approval li.registration, #admin-dashboard-wrapper .pending-registrations #pending-approval li.list-header, #admin-dashboard-wrapper .pending-registrations #pending-approval li.plan-registration, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.registration, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.list-header, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.plan-registration {
  float: left;
  clear: left;
  padding: 10px;
  width: 670px;
  background: white;
  margin: 0;
  border-bottom: 1px solid #dedede;
}
#admin-dashboard-wrapper .pending-registrations #pending-approval li.registration:nth-child(odd), #admin-dashboard-wrapper .pending-registrations #pending-approval li.list-header:nth-child(odd), #admin-dashboard-wrapper .pending-registrations #pending-approval li.plan-registration:nth-child(odd), #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.registration:nth-child(odd), #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.list-header:nth-child(odd), #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.plan-registration:nth-child(odd) {
  background: #ededed;
}
#admin-dashboard-wrapper .pending-registrations #pending-approval li.registration.list-header, #admin-dashboard-wrapper .pending-registrations #pending-approval li.list-header.list-header, #admin-dashboard-wrapper .pending-registrations #pending-approval li.plan-registration.list-header, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.registration.list-header, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.list-header.list-header, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.plan-registration.list-header {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  background-color: #cfcfcf;
  border-color: #c5c5c5;
}
#admin-dashboard-wrapper .pending-registrations #pending-approval li.registration.list-header div, #admin-dashboard-wrapper .pending-registrations #pending-approval li.list-header.list-header div, #admin-dashboard-wrapper .pending-registrations #pending-approval li.plan-registration.list-header div, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.registration.list-header div, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.list-header.list-header div, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.plan-registration.list-header div {
  color: #474747;
}
#admin-dashboard-wrapper .pending-registrations #pending-approval li.registration div, #admin-dashboard-wrapper .pending-registrations #pending-approval li.list-header div, #admin-dashboard-wrapper .pending-registrations #pending-approval li.plan-registration div, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.registration div, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.list-header div, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.plan-registration div {
  float: left;
  width: 134px;
}
#admin-dashboard-wrapper .pending-registrations #pending-approval li.registration div.name, #admin-dashboard-wrapper .pending-registrations #pending-approval li.list-header div.name, #admin-dashboard-wrapper .pending-registrations #pending-approval li.plan-registration div.name, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.registration div.name, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.list-header div.name, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.plan-registration div.name {
  width: 140px;
}
#admin-dashboard-wrapper .pending-registrations #pending-approval li.registration div.name a, #admin-dashboard-wrapper .pending-registrations #pending-approval li.list-header div.name a, #admin-dashboard-wrapper .pending-registrations #pending-approval li.plan-registration div.name a, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.registration div.name a, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.list-header div.name a, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.plan-registration div.name a {
  text-decoration: none;
}
#admin-dashboard-wrapper .pending-registrations #pending-approval li.registration div.activity, #admin-dashboard-wrapper .pending-registrations #pending-approval li.list-header div.activity, #admin-dashboard-wrapper .pending-registrations #pending-approval li.plan-registration div.activity, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.registration div.activity, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.list-header div.activity, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.plan-registration div.activity {
  width: 222px;
}
#admin-dashboard-wrapper .pending-registrations #pending-approval li.registration div.reg-date, #admin-dashboard-wrapper .pending-registrations #pending-approval li.list-header div.reg-date, #admin-dashboard-wrapper .pending-registrations #pending-approval li.plan-registration div.reg-date, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.registration div.reg-date, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.list-header div.reg-date, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.plan-registration div.reg-date {
  width: 100px;
}
#admin-dashboard-wrapper .pending-registrations #pending-approval li.registration div.paid, #admin-dashboard-wrapper .pending-registrations #pending-approval li.list-header div.paid, #admin-dashboard-wrapper .pending-registrations #pending-approval li.plan-registration div.paid, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.registration div.paid, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.list-header div.paid, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.plan-registration div.paid {
  width: 68px;
}
#admin-dashboard-wrapper .pending-registrations #pending-approval li.registration div.owed, #admin-dashboard-wrapper .pending-registrations #pending-approval li.list-header div.owed, #admin-dashboard-wrapper .pending-registrations #pending-approval li.plan-registration div.owed, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.registration div.owed, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.list-header div.owed, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.plan-registration div.owed {
  width: 68px;
}
#admin-dashboard-wrapper .pending-registrations #pending-approval li.registration div.registration-details-wrap, #admin-dashboard-wrapper .pending-registrations #pending-approval li.list-header div.registration-details-wrap, #admin-dashboard-wrapper .pending-registrations #pending-approval li.plan-registration div.registration-details-wrap, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.registration div.registration-details-wrap, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.list-header div.registration-details-wrap, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.plan-registration div.registration-details-wrap {
  border-top: 1px dashed #cecece;
  margin: 10px 0 0 -10px;
  width: 670px;
  float: left;
  clear: left;
  padding: 10px 10px 0 10px;
}
#admin-dashboard-wrapper .pending-registrations #pending-approval li.registration div.registration-details-wrap .line-item-details, #admin-dashboard-wrapper .pending-registrations #pending-approval li.registration div.registration-details-wrap .comment-details, #admin-dashboard-wrapper .pending-registrations #pending-approval li.list-header div.registration-details-wrap .line-item-details, #admin-dashboard-wrapper .pending-registrations #pending-approval li.list-header div.registration-details-wrap .comment-details, #admin-dashboard-wrapper .pending-registrations #pending-approval li.plan-registration div.registration-details-wrap .line-item-details, #admin-dashboard-wrapper .pending-registrations #pending-approval li.plan-registration div.registration-details-wrap .comment-details, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.registration div.registration-details-wrap .line-item-details, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.registration div.registration-details-wrap .comment-details, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.list-header div.registration-details-wrap .line-item-details, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.list-header div.registration-details-wrap .comment-details, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.plan-registration div.registration-details-wrap .line-item-details, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.plan-registration div.registration-details-wrap .comment-details {
  float: left;
  width: 450px;
}
#admin-dashboard-wrapper .pending-registrations #pending-approval li.registration div.registration-details-wrap .line-item-details h4, #admin-dashboard-wrapper .pending-registrations #pending-approval li.registration div.registration-details-wrap .comment-details h4, #admin-dashboard-wrapper .pending-registrations #pending-approval li.list-header div.registration-details-wrap .line-item-details h4, #admin-dashboard-wrapper .pending-registrations #pending-approval li.list-header div.registration-details-wrap .comment-details h4, #admin-dashboard-wrapper .pending-registrations #pending-approval li.plan-registration div.registration-details-wrap .line-item-details h4, #admin-dashboard-wrapper .pending-registrations #pending-approval li.plan-registration div.registration-details-wrap .comment-details h4, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.registration div.registration-details-wrap .line-item-details h4, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.registration div.registration-details-wrap .comment-details h4, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.list-header div.registration-details-wrap .line-item-details h4, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.list-header div.registration-details-wrap .comment-details h4, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.plan-registration div.registration-details-wrap .line-item-details h4, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.plan-registration div.registration-details-wrap .comment-details h4 {
  width: 450px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 0;
}
#admin-dashboard-wrapper .pending-registrations #pending-approval li.registration div.registration-details-wrap .line-item-details h4 span, #admin-dashboard-wrapper .pending-registrations #pending-approval li.registration div.registration-details-wrap .comment-details h4 span, #admin-dashboard-wrapper .pending-registrations #pending-approval li.list-header div.registration-details-wrap .line-item-details h4 span, #admin-dashboard-wrapper .pending-registrations #pending-approval li.list-header div.registration-details-wrap .comment-details h4 span, #admin-dashboard-wrapper .pending-registrations #pending-approval li.plan-registration div.registration-details-wrap .line-item-details h4 span, #admin-dashboard-wrapper .pending-registrations #pending-approval li.plan-registration div.registration-details-wrap .comment-details h4 span, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.registration div.registration-details-wrap .line-item-details h4 span, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.registration div.registration-details-wrap .comment-details h4 span, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.list-header div.registration-details-wrap .line-item-details h4 span, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.list-header div.registration-details-wrap .comment-details h4 span, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.plan-registration div.registration-details-wrap .line-item-details h4 span, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.plan-registration div.registration-details-wrap .comment-details h4 span {
  font-size: 9pt;
  font-weight: normal;
  font-family: Arial, sans-serif;
  font-style: italic;
}
#admin-dashboard-wrapper .pending-registrations #pending-approval li.registration div.registration-details-wrap .line-item-details.comment-details h4, #admin-dashboard-wrapper .pending-registrations #pending-approval li.registration div.registration-details-wrap .comment-details.comment-details h4, #admin-dashboard-wrapper .pending-registrations #pending-approval li.list-header div.registration-details-wrap .line-item-details.comment-details h4, #admin-dashboard-wrapper .pending-registrations #pending-approval li.list-header div.registration-details-wrap .comment-details.comment-details h4, #admin-dashboard-wrapper .pending-registrations #pending-approval li.plan-registration div.registration-details-wrap .line-item-details.comment-details h4, #admin-dashboard-wrapper .pending-registrations #pending-approval li.plan-registration div.registration-details-wrap .comment-details.comment-details h4, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.registration div.registration-details-wrap .line-item-details.comment-details h4, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.registration div.registration-details-wrap .comment-details.comment-details h4, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.list-header div.registration-details-wrap .line-item-details.comment-details h4, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.list-header div.registration-details-wrap .comment-details.comment-details h4, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.plan-registration div.registration-details-wrap .line-item-details.comment-details h4, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.plan-registration div.registration-details-wrap .comment-details.comment-details h4 {
  margin-top: 15px;
}
#admin-dashboard-wrapper .pending-registrations #pending-approval li.registration div.registration-details-wrap .line-item-details ul, #admin-dashboard-wrapper .pending-registrations #pending-approval li.registration div.registration-details-wrap .comment-details ul, #admin-dashboard-wrapper .pending-registrations #pending-approval li.list-header div.registration-details-wrap .line-item-details ul, #admin-dashboard-wrapper .pending-registrations #pending-approval li.list-header div.registration-details-wrap .comment-details ul, #admin-dashboard-wrapper .pending-registrations #pending-approval li.plan-registration div.registration-details-wrap .line-item-details ul, #admin-dashboard-wrapper .pending-registrations #pending-approval li.plan-registration div.registration-details-wrap .comment-details ul, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.registration div.registration-details-wrap .line-item-details ul, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.registration div.registration-details-wrap .comment-details ul, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.list-header div.registration-details-wrap .line-item-details ul, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.list-header div.registration-details-wrap .comment-details ul, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.plan-registration div.registration-details-wrap .line-item-details ul, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.plan-registration div.registration-details-wrap .comment-details ul {
  list-style: none;
  margin-left: 0;
  width: 450px;
}
#admin-dashboard-wrapper .pending-registrations #pending-approval li.registration div.registration-details-wrap .line-item-details ul li, #admin-dashboard-wrapper .pending-registrations #pending-approval li.registration div.registration-details-wrap .comment-details ul li, #admin-dashboard-wrapper .pending-registrations #pending-approval li.list-header div.registration-details-wrap .line-item-details ul li, #admin-dashboard-wrapper .pending-registrations #pending-approval li.list-header div.registration-details-wrap .comment-details ul li, #admin-dashboard-wrapper .pending-registrations #pending-approval li.plan-registration div.registration-details-wrap .line-item-details ul li, #admin-dashboard-wrapper .pending-registrations #pending-approval li.plan-registration div.registration-details-wrap .comment-details ul li, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.registration div.registration-details-wrap .line-item-details ul li, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.registration div.registration-details-wrap .comment-details ul li, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.list-header div.registration-details-wrap .line-item-details ul li, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.list-header div.registration-details-wrap .comment-details ul li, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.plan-registration div.registration-details-wrap .line-item-details ul li, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.plan-registration div.registration-details-wrap .comment-details ul li {
  width: 450px;
  border-bottom: 1px solid #dedede;
  padding: 10px 0;
  margin-bottom: 0;
}
#admin-dashboard-wrapper .pending-registrations #pending-approval li.registration div.registration-details-wrap .line-item-details ul li span, #admin-dashboard-wrapper .pending-registrations #pending-approval li.registration div.registration-details-wrap .comment-details ul li span, #admin-dashboard-wrapper .pending-registrations #pending-approval li.list-header div.registration-details-wrap .line-item-details ul li span, #admin-dashboard-wrapper .pending-registrations #pending-approval li.list-header div.registration-details-wrap .comment-details ul li span, #admin-dashboard-wrapper .pending-registrations #pending-approval li.plan-registration div.registration-details-wrap .line-item-details ul li span, #admin-dashboard-wrapper .pending-registrations #pending-approval li.plan-registration div.registration-details-wrap .comment-details ul li span, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.registration div.registration-details-wrap .line-item-details ul li span, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.registration div.registration-details-wrap .comment-details ul li span, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.list-header div.registration-details-wrap .line-item-details ul li span, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.list-header div.registration-details-wrap .comment-details ul li span, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.plan-registration div.registration-details-wrap .line-item-details ul li span, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.plan-registration div.registration-details-wrap .comment-details ul li span {
  float: right;
}
#admin-dashboard-wrapper .pending-registrations #pending-approval li.registration div.registration-details-wrap .line-item-details ul li span input.money, #admin-dashboard-wrapper .pending-registrations #pending-approval li.registration div.registration-details-wrap .comment-details ul li span input.money, #admin-dashboard-wrapper .pending-registrations #pending-approval li.list-header div.registration-details-wrap .line-item-details ul li span input.money, #admin-dashboard-wrapper .pending-registrations #pending-approval li.list-header div.registration-details-wrap .comment-details ul li span input.money, #admin-dashboard-wrapper .pending-registrations #pending-approval li.plan-registration div.registration-details-wrap .line-item-details ul li span input.money, #admin-dashboard-wrapper .pending-registrations #pending-approval li.plan-registration div.registration-details-wrap .comment-details ul li span input.money, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.registration div.registration-details-wrap .line-item-details ul li span input.money, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.registration div.registration-details-wrap .comment-details ul li span input.money, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.list-header div.registration-details-wrap .line-item-details ul li span input.money, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.list-header div.registration-details-wrap .comment-details ul li span input.money, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.plan-registration div.registration-details-wrap .line-item-details ul li span input.money, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.plan-registration div.registration-details-wrap .comment-details ul li span input.money {
  width: 50px;
}
#admin-dashboard-wrapper .pending-registrations #pending-approval li.registration div.registration-details-wrap .partial-payments-details, #admin-dashboard-wrapper .pending-registrations #pending-approval li.list-header div.registration-details-wrap .partial-payments-details, #admin-dashboard-wrapper .pending-registrations #pending-approval li.plan-registration div.registration-details-wrap .partial-payments-details, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.registration div.registration-details-wrap .partial-payments-details, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.list-header div.registration-details-wrap .partial-payments-details, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.plan-registration div.registration-details-wrap .partial-payments-details {
  float: left;
  margin-top: 20px;
  width: 670px;
}
#admin-dashboard-wrapper .pending-registrations #pending-approval li.registration div.registration-details-wrap .partial-payments-details h4, #admin-dashboard-wrapper .pending-registrations #pending-approval li.list-header div.registration-details-wrap .partial-payments-details h4, #admin-dashboard-wrapper .pending-registrations #pending-approval li.plan-registration div.registration-details-wrap .partial-payments-details h4, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.registration div.registration-details-wrap .partial-payments-details h4, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.list-header div.registration-details-wrap .partial-payments-details h4, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.plan-registration div.registration-details-wrap .partial-payments-details h4 {
  width: 670px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 0;
}
#admin-dashboard-wrapper .pending-registrations #pending-approval li.registration div.registration-details-wrap .partial-payments-details h4 span, #admin-dashboard-wrapper .pending-registrations #pending-approval li.list-header div.registration-details-wrap .partial-payments-details h4 span, #admin-dashboard-wrapper .pending-registrations #pending-approval li.plan-registration div.registration-details-wrap .partial-payments-details h4 span, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.registration div.registration-details-wrap .partial-payments-details h4 span, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.list-header div.registration-details-wrap .partial-payments-details h4 span, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.plan-registration div.registration-details-wrap .partial-payments-details h4 span {
  font-size: 9pt;
  font-weight: normal;
  font-family: Arial, sans-serif;
  font-style: italic;
}
#admin-dashboard-wrapper .pending-registrations #pending-approval li.registration div.registration-details-wrap .partial-payments-details.comment-details h4, #admin-dashboard-wrapper .pending-registrations #pending-approval li.list-header div.registration-details-wrap .partial-payments-details.comment-details h4, #admin-dashboard-wrapper .pending-registrations #pending-approval li.plan-registration div.registration-details-wrap .partial-payments-details.comment-details h4, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.registration div.registration-details-wrap .partial-payments-details.comment-details h4, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.list-header div.registration-details-wrap .partial-payments-details.comment-details h4, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.plan-registration div.registration-details-wrap .partial-payments-details.comment-details h4 {
  margin-top: 15px;
}
#admin-dashboard-wrapper .pending-registrations #pending-approval li.registration div.registration-details-wrap .partial-payments-details ul, #admin-dashboard-wrapper .pending-registrations #pending-approval li.list-header div.registration-details-wrap .partial-payments-details ul, #admin-dashboard-wrapper .pending-registrations #pending-approval li.plan-registration div.registration-details-wrap .partial-payments-details ul, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.registration div.registration-details-wrap .partial-payments-details ul, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.list-header div.registration-details-wrap .partial-payments-details ul, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.plan-registration div.registration-details-wrap .partial-payments-details ul {
  list-style: none;
  margin-left: 0;
  width: 670px;
}
#admin-dashboard-wrapper .pending-registrations #pending-approval li.registration div.registration-details-wrap .partial-payments-details ul li, #admin-dashboard-wrapper .pending-registrations #pending-approval li.list-header div.registration-details-wrap .partial-payments-details ul li, #admin-dashboard-wrapper .pending-registrations #pending-approval li.plan-registration div.registration-details-wrap .partial-payments-details ul li, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.registration div.registration-details-wrap .partial-payments-details ul li, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.list-header div.registration-details-wrap .partial-payments-details ul li, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.plan-registration div.registration-details-wrap .partial-payments-details ul li {
  width: 670px;
  border-bottom: 1px solid #dedede;
  padding: 10px 0;
  margin-bottom: 0;
}
#admin-dashboard-wrapper .pending-registrations #pending-approval li.registration div.registration-details-wrap .partial-payments-details ul li span, #admin-dashboard-wrapper .pending-registrations #pending-approval li.list-header div.registration-details-wrap .partial-payments-details ul li span, #admin-dashboard-wrapper .pending-registrations #pending-approval li.plan-registration div.registration-details-wrap .partial-payments-details ul li span, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.registration div.registration-details-wrap .partial-payments-details ul li span, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.list-header div.registration-details-wrap .partial-payments-details ul li span, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.plan-registration div.registration-details-wrap .partial-payments-details ul li span {
  float: right;
}
#admin-dashboard-wrapper .pending-registrations #pending-approval li.registration div.registration-details-wrap .partial-payments-details ul li span input.money, #admin-dashboard-wrapper .pending-registrations #pending-approval li.list-header div.registration-details-wrap .partial-payments-details ul li span input.money, #admin-dashboard-wrapper .pending-registrations #pending-approval li.plan-registration div.registration-details-wrap .partial-payments-details ul li span input.money, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.registration div.registration-details-wrap .partial-payments-details ul li span input.money, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.list-header div.registration-details-wrap .partial-payments-details ul li span input.money, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.plan-registration div.registration-details-wrap .partial-payments-details ul li span input.money {
  width: 50px;
}
#admin-dashboard-wrapper .pending-registrations #pending-approval li.registration div.registration-details-wrap .actions-side, #admin-dashboard-wrapper .pending-registrations #pending-approval li.list-header div.registration-details-wrap .actions-side, #admin-dashboard-wrapper .pending-registrations #pending-approval li.plan-registration div.registration-details-wrap .actions-side, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.registration div.registration-details-wrap .actions-side, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.list-header div.registration-details-wrap .actions-side, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.plan-registration div.registration-details-wrap .actions-side {
  float: right;
  width: 200px;
}
#admin-dashboard-wrapper .pending-registrations #pending-approval li.registration div.registration-details-wrap .actions-side .button, #admin-dashboard-wrapper .pending-registrations #pending-approval li.list-header div.registration-details-wrap .actions-side .button, #admin-dashboard-wrapper .pending-registrations #pending-approval li.plan-registration div.registration-details-wrap .actions-side .button, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.registration div.registration-details-wrap .actions-side .button, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.list-header div.registration-details-wrap .actions-side .button, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.plan-registration div.registration-details-wrap .actions-side .button {
  float: right;
  clear: right;
  margin-top: 10px;
  margin-right: 0;
}
#admin-dashboard-wrapper .pending-registrations #pending-approval li.registration div.registration-details-wrap .actions-side .new-balance, #admin-dashboard-wrapper .pending-registrations #pending-approval li.list-header div.registration-details-wrap .actions-side .new-balance, #admin-dashboard-wrapper .pending-registrations #pending-approval li.plan-registration div.registration-details-wrap .actions-side .new-balance, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.registration div.registration-details-wrap .actions-side .new-balance, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.list-header div.registration-details-wrap .actions-side .new-balance, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.plan-registration div.registration-details-wrap .actions-side .new-balance {
  width: 178px;
  padding: 10px;
  background: white;
  border: 1px solid #cecece;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
}
#admin-dashboard-wrapper .pending-registrations #pending-approval li.registration div.registration-details-wrap .actions-side .new-balance span, #admin-dashboard-wrapper .pending-registrations #pending-approval li.list-header div.registration-details-wrap .actions-side .new-balance span, #admin-dashboard-wrapper .pending-registrations #pending-approval li.plan-registration div.registration-details-wrap .actions-side .new-balance span, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.registration div.registration-details-wrap .actions-side .new-balance span, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.list-header div.registration-details-wrap .actions-side .new-balance span, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.plan-registration div.registration-details-wrap .actions-side .new-balance span {
  float: left;
  width: 178px;
  padding-top: 5px;
  font-size: 14pt;
  font-weight: bold;
}
#admin-dashboard-wrapper .pending-registrations #pending-approval li.registration div.registration-details-wrap .actions-side .hint, #admin-dashboard-wrapper .pending-registrations #pending-approval li.list-header div.registration-details-wrap .actions-side .hint, #admin-dashboard-wrapper .pending-registrations #pending-approval li.plan-registration div.registration-details-wrap .actions-side .hint, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.registration div.registration-details-wrap .actions-side .hint, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.list-header div.registration-details-wrap .actions-side .hint, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.plan-registration div.registration-details-wrap .actions-side .hint {
  float: left;
  clear: right;
  margin-top: 10px;
  color: #747474;
  text-shadow: 0;
  font-style: italic;
}
#admin-dashboard-wrapper .pending-registrations #pending-approval li.registration div.registration-details-wrap .registration-meta, #admin-dashboard-wrapper .pending-registrations #pending-approval li.list-header div.registration-details-wrap .registration-meta, #admin-dashboard-wrapper .pending-registrations #pending-approval li.plan-registration div.registration-details-wrap .registration-meta, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.registration div.registration-details-wrap .registration-meta, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.list-header div.registration-details-wrap .registration-meta, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.plan-registration div.registration-details-wrap .registration-meta {
  float: left;
  border-top: 1px dashed #cecece;
  margin: 15px 0 0 -10px;
  padding: 10px 10px 0 10px;
  width: 670px;
}
#admin-dashboard-wrapper .pending-registrations #pending-approval li.registration div.registration-details-wrap .registration-meta p, #admin-dashboard-wrapper .pending-registrations #pending-approval li.list-header div.registration-details-wrap .registration-meta p, #admin-dashboard-wrapper .pending-registrations #pending-approval li.plan-registration div.registration-details-wrap .registration-meta p, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.registration div.registration-details-wrap .registration-meta p, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.list-header div.registration-details-wrap .registration-meta p, #admin-dashboard-wrapper .pending-registrations #ongoing-payment-plans li.plan-registration div.registration-details-wrap .registration-meta p {
  color: #747474;
  float: left;
  margin: 0;
  padding: 0;
}

#activities-wrapper {
  width: 842px;
  float: left;
}

.activities-title .download-options #create-activity {
  margin-right: 0;
  font-family: Arial, sans-serif;
  font-size: 15px;
}

.activities-list {
  clear: both;
  margin-left: 0px;
  list-style: none;
}
.activities-list li {
  margin: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #ededed;
  border-bottom: 1px solid #dedede;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  width: 100%;
  padding: 12px 12px 10px;
  display: table;
  table-layout: fixed;
}
.activities-list li a {
  text-decoration: none;
}
.activities-list li:first-child {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.activities-list li:last-child {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.activities-list li:only-child {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.activities-list li:nth-child(even) {
  background: #fcfcfc;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  border-top: none;
}
.activities-list li.header {
  background: #cfcfcf;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  border: none;
}
.activities-list li.header span {
  font-weight: bold;
}
.activities-list li.header:only-child {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.activities-list li.registerable {
  background: #e3f5e1;
  border-color: #a5d69e;
}
.activities-list li span {
  float: right;
  text-align: center;
}
.activities-list li span.name {
  float: left;
  width: 350px;
  text-align: left;
}
.activities-list li span.reg-count {
  width: 100px;
}
.activities-list li span.season {
  width: 100px;
}
.activities-list li span.fee {
  width: 75px;
}
.activities-list li span.tasks {
  width: 90px;
  height: 20px;
}
.activities-list li span.tasks a, .activities-list li span.tasks a img {
  height: 20px;
  margin: 0 3px;
}

.setup-activity {
  width: 1020px;
  float: left;
}
.setup-activity #left-content {
  width: 700px;
  float: left;
}
.setup-activity #left-content input, .setup-activity #left-content select, .setup-activity #left-content textarea {
  border: 1px solid #cccccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 10px;
}
.setup-activity #left-content textarea {
  float: right;
  width: 680px;
  height: 80px;
}
.setup-activity #left-content ul {
  float: left;
  margin: 0;
  list-style: none;
}
.setup-activity #left-content ul li.list-header {
  background: #cccccc;
}
.setup-activity #left-content ul li.list-header label, .setup-activity #left-content ul li.list-header .hint {
  font-weight: bold;
  color: #545454;
  text-shadow: 0;
}
.setup-activity #left-content ul li {
  border: 1px solid #cccccc;
  border-bottom: 0px;
  margin: 0;
  float: left;
  width: 678px;
  padding: 10px;
  background: white;
}
.setup-activity #left-content ul li:nth-child(even) {
  background: #f0f0f0;
}
.setup-activity #left-content ul li:last-child {
  border-bottom: 1px solid #cccccc;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.setup-activity #left-content ul li:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.setup-activity #left-content ul li.lone-li {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 10px;
  width: 700px;
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.setup-activity #left-content ul li label, .setup-activity #left-content ul li input {
  float: left;
}
.setup-activity #left-content ul li input {
  margin-right: 10px;
}
.setup-activity #left-content ul li .hint {
  float: right;
  text-align: right;
  color: #747474;
}
.setup-activity #left-content ul#groups-list {
  width: 698px;
}
.setup-activity #left-content ul#groups-list li {
  width: 678px;
}
.setup-activity #left-content ul#groups-list li span {
  width: 15%;
  float: left;
  text-align: center;
  min-height: 10px;
}
.setup-activity #left-content ul#groups-list li span.name {
  width: 45%;
  text-align: left;
}
.setup-activity #left-content ul#groups-list li span.edit {
  width: 10%;
  text-align: right;
}
.setup-activity #left-content ul#groups-list li.list-header span {
  font-weight: bold;
}
.setup-activity #left-content .section {
  float: left;
  clear: left;
  padding: 15px 0;
  border-bottom: 1px solid #cccccc;
}
.setup-activity #left-content .section h2.section-title {
  font-size: 18px;
  margin-bottom: 10px;
  width: 700px;
}
.setup-activity #left-content .section h2.section-title a {
  float: right;
  font-family: Arial, sans-serif;
  margin-right: 0;
  margin-top: -5px;
}
.setup-activity #left-content .section#activity-details {
  margin-top: -15px;
}
.setup-activity #left-content .section#activity-details .required {
  padding-bottom: 5px;
}
.setup-activity #left-content .section#activity-details .required label {
  display: none;
}
.setup-activity #left-content .section#activity-details .required input {
  width: 678px;
  padding: 10px;
  font-size: 16px;
}
.setup-activity #left-content .section#activity-details .select {
  margin-top: 5px;
  float: left;
}
.setup-activity #left-content .section#activity-details .select label {
  width: 400px;
  float: left;
}
.setup-activity #left-content .section#activity-details .select select {
  width: 300px;
  float: right;
}
.setup-activity #left-content .section#activity-details .select span.hint {
  margin-top: 5px;
  clear: both;
  float: right;
  color: #747474;
  font-style: italic;
  text-align: right;
}
.setup-activity #left-content .section#legal-forms label.check_boxes {
  display: none;
}
.setup-activity #left-content .section#legal-forms ul {
  border-bottom: 1px solid #cccccc;
}
.setup-activity #left-content .section#legal-forms ul .checkbox {
  float: left;
  padding: 10px;
}
.setup-activity #left-content .section#legal-forms ul .checkbox input {
  margin-right: 8px;
  margin-left: 0;
  float: left;
}
.setup-activity #left-content .section#legal-forms ul .checkbox label {
  width: 650px;
  float: right;
}
.setup-activity #left-content .section#legal-forms ul .checkbox label .hint {
  text-decoration: none;
}
.setup-activity #left-content .section#activity-event ul.list {
  float: left;
  padding-bottom: 15px;
}
.setup-activity #left-content .section#activity-event ul.list li {
  width: 100%;
  border-bottom: 1px solid #cccccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.setup-activity #left-content .section#email-footer label, .setup-activity #left-content .section#terms-conditions label {
  display: none;
}
.setup-activity #left-content .section#email-footer .hint, .setup-activity #left-content .section#terms-conditions .hint {
  margin-top: 5px;
  float: right;
  clear: right;
  color: #747474;
  text-align: right;
  font-style: italic;
}
.setup-activity #left-content .section#terms-conditions {
  border-bottom: 0;
}
.setup-activity #left-content .section#terms-conditions #payment {
  float: left;
  margin: 10px 0;
  background: white;
  border: 1px solid #cccccc;
  padding: 10px;
  width: 678px;
}
.setup-activity #left-content .section#terms-conditions #payment h1 {
  font-size: 18px;
}
.setup-activity #left-content .section#terms-conditions #payment h2 {
  font-size: 16px;
}
.setup-activity #left-content .section#email-footer .email_preview {
  float: left;
  margin-top: 10px;
  background: white;
  border: 1px solid #cccccc;
  padding: 10px;
  width: 678px;
}
.setup-activity #left-content .section#event-details textarea {
  width: 702px;
  min-height: 175px;
}
.setup-activity #left-content .section#event-details .ltr {
  margin-right: 0;
  width: 702px;
  margin-bottom: 15px;
}
.setup-activity #left-content .section#event-details div.input {
  margin-bottom: 10px;
  float: left;
  width: 100%;
}
.setup-activity #left-content .section#event-details div.input label[for="event_name"] {
  display: none;
}
.setup-activity #left-content .section#event-details div.input label {
  clear: left;
  text-align: left;
  float: left;
  width: 100px;
  padding: 10px 0;
}
.setup-activity #left-content .section#event-details div.input input {
  width: 580px;
}
.setup-activity #left-content .section#event-details div.input input#event_name {
  width: 680px;
  font-size: 16px;
}
.setup-activity #left-content .section#event-tickets {
  float: left;
}
.setup-activity #left-content .section#event-tickets ul#ticket-list {
  float: left;
  width: 100%;
  margin-top: 5px;
}
.setup-activity #left-content .section#event-tickets ul#ticket-list li.ticket {
  width: 680px;
  border: 1px solid #cccccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin: 10px 0px;
}
.setup-activity #left-content .section#event-tickets ul#ticket-list li.ticket .input {
  width: 340px;
  float: left;
  padding: 5px 0;
}
.setup-activity #left-content .section#event-tickets ul#ticket-list li.ticket .input label {
  width: 84px;
  float: left;
  padding-top: 8px;
  padding-right: 5px;
}
.setup-activity #left-content .section#event-tickets ul#ticket-list li.ticket .select label {
  padding-top: 0;
  width: 100px;
}
.setup-activity #left-content .section#event-tickets ul#ticket-list li.ticket .integer {
  width: 300px;
  float: right;
}
.setup-activity #left-content .section#event-tickets ul#ticket-list li.ticket .integer input {
  width: 120px;
}
.setup-activity #left-content .section#event-tickets ul#ticket-list li.ticket .integer label {
  text-align: right;
  float: left;
  width: 120px;
}
.setup-activity #left-content .section#event-tickets ul#ticket-list .fields:nth-child(even) li {
  background-color: #efefef;
}
.setup-activity #right-content {
  width: 300px;
  float: right;
}
.setup-activity #right-content .section h2.section-title {
  font-size: 18px;
  margin-bottom: 10px;
  width: 700px;
}
.setup-activity #right-content h3 {
  margin-bottom: 10px;
}
.setup-activity #right-content .lead-in, .setup-activity #right-content #payment-options {
  width: 300px;
  margin-top: 15px;
  float: left;
  clear: both;
}
.setup-activity #right-content .lead-in .no-cut, .setup-activity #right-content #payment-options .no-cut {
  text-align: right;
}
.setup-activity #right-content .lead-in h2.title, .setup-activity #right-content #payment-options h2.title {
  font-size: 18px;
  margin-bottom: 10px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
}
.setup-activity #right-content .lead-in textarea, .setup-activity #right-content #payment-options textarea {
  width: 298px;
  border: 1px solid #cccccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  min-height: 150px;
  margin-top: 10px;
}
.setup-activity #right-content .lead-in .input.integer, .setup-activity #right-content #payment-options .input.integer {
  float: left;
  clear: left;
}
.setup-activity #right-content .lead-in .input.integer label, .setup-activity #right-content #payment-options .input.integer label {
  float: left;
  width: 110px;
  text-align: right;
  padding-top: 10px;
  padding-right: 10px;
}
.setup-activity #right-content .lead-in .input.integer input, .setup-activity #right-content #payment-options .input.integer input {
  float: right;
  width: 128px;
  border: 1px solid #cccccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 10px;
}
.setup-activity #right-content .lead-in .input.boolean, .setup-activity #right-content #payment-options .input.boolean {
  float: right;
  width: 160px;
  padding-top: 5px;
}
.setup-activity #right-content .lead-in .input.boolean input, .setup-activity #right-content #payment-options .input.boolean input {
  clear: both;
  float: left;
  margin-right: 8px;
}
.setup-activity #right-content .lead-in .input.boolean label, .setup-activity #right-content #payment-options .input.boolean label {
  float: left;
  width: 135px;
}
.setup-activity #right-content .lead-in .input.boolean .hint, .setup-activity #right-content #payment-options .input.boolean .hint {
  margin-top: 10px;
  width: 300px;
  padding-bottom: 10px;
}
.setup-activity #right-content .lead-in .hint, .setup-activity #right-content #payment-options .hint {
  float: right;
  clear: right;
  text-align: right;
  color: #747474;
  font-style: italic;
}
.setup-activity #right-content #payment-options {
  width: 278px;
  padding: 10px;
  border: 1px solid #cccccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: white;
}
.setup-activity #right-content .confirm-button {
  margin-bottom: 10px;
}
.setup-activity #right-content #event-logistics {
  float: left;
  width: 300px;
}
.setup-activity #right-content #event-logistics .input.date label {
  width: 300px;
  float: left;
  padding-bottom: 5px;
}
.setup-activity #right-content #event-logistics .input.date select {
  float: left;
  width: 75px;
}
.setup-activity #right-content #event-logistics .input.date select:nth-child(3) {
  margin: 2px 15px;
  width: 100px;
}
.setup-activity #right-content #event-logistics .input.time {
  float: left;
  clear: left;
  margin-top: 10px;
}
.setup-activity #right-content #event-logistics .input.time label {
  width: 75px;
  float: left;
}
.setup-activity #right-content #event-registration-details {
  float: left;
  width: 300px;
  clear: left;
  margin-top: 15px;
}
.setup-activity #right-content #event-registration-details h2.section-title {
  border-top: 1px solid #cccccc;
  width: 300px;
  padding-top: 10px;
}
.setup-activity #right-content #event-registration-details .input {
  float: left;
  clear: left;
  padding: 5px 0;
}
.setup-activity #right-content #event-registration-details .input.date label {
  width: 300px;
  float: left;
  padding-bottom: 5px;
}
.setup-activity #right-content #event-registration-details .input.date select {
  float: left;
  width: 75px;
}
.setup-activity #right-content #event-registration-details .input.date select:nth-child(3) {
  margin: 2px 15px;
  width: 100px;
}

.setup-group {
  float: left;
  width: 100%;
}
.setup-group label, .setup-group input, .setup-group select {
  float: left;
  width: 100%;
}
.setup-group div.item {
  width: 30%;
  float: left;
  clear: none;
}
.setup-group div.item label {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8em;
}
.setup-group div.item input {
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 7px;
  border: 1px solid #c7c7c8;
}
.setup-group div.item .select label {
  padding-top: 0;
}
.setup-group .button.primary {
  float: left;
  clear: left;
}

#participant-info-config {
  float: left;
  width: 1000px;
}
#participant-info-config #left-content {
  float: left;
  width: 700px;
}
#participant-info-config #left-content h2.section-title {
  font-size: 20px;
  margin-bottom: 20px;
  width: 700px;
}
#participant-info-config #left-content table {
  width: 700px;
}
#participant-info-config #right-content {
  padding-top: 25px;
  float: right;
  width: 280px;
}
#participant-info-config #right-content .confirm-button, #participant-info-config #right-content .new-button {
  width: 280px;
  float: right;
  clear: right;
}
#participant-info-config #right-content .confirm-button {
  cursor: pointer;
  margin-bottom: 0;
}

.signup-signin {
  width: 100%;
}
.signup-signin h1 {
  text-align: center;
  border: none;
  width: 100%;
  float: left;
  margin-top: 18px;
}
.signup-signin a.show-camps {
  text-align: center;
  width: 100%;
  float: left;
  font-size: 1.5em;
}
.signup-signin .box {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fafafa), color-stop(100%, #f2f2f2));
  background-image: -webkit-linear-gradient(#fafafa, #f2f2f2);
  background-image: -moz-linear-gradient(#fafafa, #f2f2f2);
  background-image: -o-linear-gradient(#fafafa, #f2f2f2);
  background-image: -ms-linear-gradient(#fafafa, #f2f2f2);
  background-image: linear-gradient(#fafafa, #f2f2f2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 3px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 3px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 3px 2px rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: inline;
  float: left;
  width: 65.934%;
  margin-right: 2.198%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  margin-left: 17.103%;
  padding: 30px 0 18px 0;
  margin-top: 24px;
}
.signup-signin .box p {
  margin-bottom: 30px;
}
.signup-signin .box.with-tabs {
  padding-top: 0;
}
.signup-signin .box .tabs {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin-bottom: 36px;
}
.signup-signin .box .tabs a {
  color: #0276a6;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: 20px;
  display: table-cell;
  -webkit-border-radius: 0 6px 0 0;
  -moz-border-radius: 0 6px 0 0;
  -ms-border-radius: 0 6px 0 0;
  -o-border-radius: 0 6px 0 0;
  border-radius: 0 6px 0 0;
}
.signup-signin .box .tabs a.inactive {
  background: #cfcfcf;
  background: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 3px -3px 4px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 3px -3px 4px rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 3px -3px 4px rgba(0, 0, 0, 0.06);
  color: gray;
}
.signup-signin .box .tabs a.inactive:hover {
  background: rgba(0, 0, 0, 0.03);
}
.signup-signin .box .tabs a.inactive.signin {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset -3px -3px 4px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset -3px -3px 4px rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset -3px -3px 4px rgba(0, 0, 0, 0.06);
  -webkit-border-radius: 6px 0 0 0;
  -moz-border-radius: 6px 0 0 0;
  -ms-border-radius: 6px 0 0 0;
  -o-border-radius: 6px 0 0 0;
  border-radius: 6px 0 0 0;
}
.signup-signin .form {
  display: inline;
  float: left;
  width: 74.167%;
  margin-right: 3.333%;
  padding-left: 8.158%;
  padding-right: 8.158%;
}
.signup-signin .form label {
  display: inline;
  float: left;
  width: 30.337%;
  margin-right: 4.494%;
  margin-top: 6px;
  color: gray;
}
.signup-signin .form input[type="text"], .signup-signin .form input[type="password"], .signup-signin .form input[type="email"] {
  display: inline;
  float: left;
  width: 65.169%;
  margin-right: 4.494%;
  display: inline;
  float: right;
  margin-right: 0;
  #margin-left: -1.6em;
  font-size: 14px;
  padding: 13px 6px 10px;
}
.signup-signin .form .button, .signup-signin .form a {
  margin-left: 34.831%;
  margin-bottom: 18px;
}

.activity-kind {
  margin-bottom: 30px;
  float: left;
  margin-right: 100px;
}

#buttons-wrap {
  float: left;
  clear: left;
}

#filters .half {
  margin-right: 9%;
}
#filters .input {
  margin-bottom: 8px;
}
#filters .year-to-year .input {
  margin-bottom: 8px;
}
#filters .date-to-date .input {
  margin-bottom: 0px;
}

.filter fieldset {
  margin: 0;
}
.filter .half {
  display: inline;
  float: left;
  width: 40.385%;
  margin-right: 2.198%;
}
.filter .half + .half {
  display: inline;
  float: left;
  width: 40.385%;
  margin-right: 2.198%;
}
.filter .input {
  display: inline;
  float: left;
  width: 100%;
  margin-right: 5.442%;
}
.filter .input label {
  display: inline;
  float: left;
  width: 36.735%;
  margin-right: 5.442%;
}
.filter .input input, .filter .input select {
  display: inline;
  float: left;
  width: 57.823%;
  margin-right: 5.442%;
  display: inline;
  float: right;
  margin-right: 0;
  #margin-left: -1.6em;
}
.filter .buttons {
  position: relative;
  padding-top: 8px;
  display: inline;
  float: left;
  width: 57.823%;
  margin-right: 5.442%;
  padding-left: 42.177%;
  text-align: left;
}
.filter .year-to-year {
  display: inline;
  float: left;
  width: 100%;
  margin-right: 5.442%;
  display: inline;
  float: right;
  margin-right: 0;
  #margin-left: -1.6em;
}
.filter .year-to-year .input {
  display: inline;
  float: left;
  width: 57.823%;
  margin-right: 5.442%;
  clear: none;
}
.filter .year-to-year .input label {
  display: inline;
  float: left;
  width: 63.529%;
  margin-right: 9.412%;
}
.filter .year-to-year .input input {
  display: inline;
  float: left;
  width: 27.059%;
  margin-right: 9.412%;
  display: inline;
  float: right;
  margin-right: 0;
  #margin-left: -1.6em;
}
.filter .year-to-year .input + .input {
  display: inline;
  float: left;
  width: 36.735%;
  margin-right: 5.442%;
  display: inline;
  float: right;
  margin-right: 0;
  #margin-left: -1.6em;
  float: left;
}
.filter .year-to-year .input + .input label {
  width: 26px;
  text-align: left;
}
.filter .year-to-year .input + .input input {
  display: inline;
  float: left;
  width: 42.593%;
  margin-right: 14.815%;
  display: inline;
  float: right;
  margin-right: 0;
  #margin-left: -1.6em;
  float: left;
}
.filter .date-to-date {
  display: inline;
  float: left;
  width: 100%;
  margin-right: 5.442%;
  display: inline;
  float: right;
  margin-right: 0;
  #margin-left: -1.6em;
}
.filter .date-to-date .input {
  display: inline;
  float: left;
  width: 57.823%;
  margin-right: 5.442%;
  clear: none;
}
.filter .date-to-date .input label {
  display: inline;
  float: left;
  width: 63.529%;
  margin-right: 9.412%;
}
.filter .date-to-date .input input {
  display: inline;
  float: left;
  width: 27.059%;
  margin-right: 9.412%;
  display: inline;
  float: right;
  margin-right: 0;
  #margin-left: -1.6em;
}
.filter .date-to-date .input + .input {
  display: inline;
  float: left;
  width: 36.735%;
  margin-right: 5.442%;
  display: inline;
  float: right;
  margin-right: 0;
  #margin-left: -1.6em;
  float: left;
}
.filter .date-to-date .input + .input label {
  width: 26px;
  text-align: left;
}
.filter .date-to-date .input + .input input {
  display: inline;
  float: left;
  width: 42.593%;
  margin-right: 14.815%;
  display: inline;
  float: right;
  margin-right: 0;
  #margin-left: -1.6em;
  float: left;
}

.list.registrants {
  margin-bottom: 0;
}
.list.registrants li {
  font-size: 12px;
  font-weight: normal;
  vertical-align: middle;
}
.list.registrants li.roster_header div {
  float: left;
  width: 100px;
}
.list.registrants li.roster_header div.name {
  width: 150px;
}
.list.registrants li.roster_header div.number {
  width: 140px;
}
.list.registrants li.roster_header div.position {
  width: 145px;
}
.list.registrants li.roster_header div.weight {
  width: 135px;
}
.list.registrants li.roster_header div.height {
  width: 100px;
}
.list.registrants li.roster_header div.grad_year, .list.registrants li.roster_header div.physical {
  width: 80px;
}
.list.registrants .input {
  margin: 0;
}
.list.registrants .input label {
  display: none;
}
.list.registrants .input input[type="text"] {
  width: 100%;
}
.list.registrants .input input[type="text"].small {
  margin: 0px 0.5em;
  width: 2em;
}
.list.registrants .input input[type="checkbox"] {
  margin: 0;
}
.list.registrants .save {
  padding-left: 1%;
}
.list.registrants .save .saving_indicator {
  display: none;
}
.list.registrants .roster-name {
  padding: 0px;
  width: 170px;
}
.list.registrants .roster-number {
  width: 80px;
}
.list.registrants .roster-position {
  width: 110px;
}
.list.registrants .roster-height {
  width: 100px;
}
.list.registrants .roster-weight {
  width: 90px;
}
.list.registrants .roster-grad_year {
  width: 60px;
}
.list.registrants .roster-physical {
  width: 90px;
}
.list.registrants .roster-concussion-test {
  width: 100px;
  float: left;
}
.list.registrants .roster-players-health {
  width: 110px;
}
.list.registrants .name {
  width: 5em;
}
.list.registrants .id {
  width: 3em;
  text-align: center;
}
.list.registrants .number {
  width: 6em;
}
.list.registrants .height {
  width: 4em;
}
.list.registrants .weight {
  width: 6em;
}
.list.registrants .position {
  width: 6em;
}
.list.registrants .physical_date {
  width: 2.7em;
  text-align: center;
  padding-right: 0.3em;
}
.list.registrants .physical_date .input {
  width: 6em;
}
.list.registrants .gpa {
  width: 1.5em;
  text-align: center;
}
.list.registrants .gpa .input {
  width: 3.1em;
}
.list.registrants .manual {
  width: 1.5em;
}
.list.registrants .paid {
  width: 1.2em;
  text-align: center;
  padding: 0 0 0 0.2em;
}
.list.registrants .paid .input {
  padding-left: 1em;
  width: 1em;
}
.list.registrants .roster-paid {
  width: 3em;
  color: #00cc00;
}
.list.registrants .roster-unpaid {
  width: 3em;
  color: red;
}
.list.registrants .gender {
  width: 1em;
  text-align: center;
  padding-right: 1em;
}
.list.registrants .grad_year {
  width: 1.5em;
  text-align: center;
  padding-right: 1em;
}
.list.registrants .physical {
  width: 6em;
  text-align: center;
}
.list.registrants .activity {
  width: 7em;
}
.list.registrants .team {
  width: 7em;
}
.list.registrants .team select {
  width: 15em;
}
.list.registrants .participation_status, .list.registrants .participation_status h4 {
  width: 182px;
}
.list.registrants .save {
  width: 0em;
}
.list.registrants .table {
  padding-top: 4px;
  padding-bottom: 4px;
}

.edit-registration .extended_info {
  background: #ededed;
  display: none;
}
.edit-registration .extended_info .table-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  width: 100%;
  padding: 20px 0px 20px 12px;
  display: table;
}
.edit-registration .extended_info .table-wrapper > div {
  display: table-cell;
  padding-right: 15px;
  width: 17%;
}
.edit-registration .extended_info .table-wrapper h4 {
  border-bottom: 1px solid #d9d9d9;
}
.edit-registration .extended_info .table-wrapper dl dt {
  color: gray;
  font-size: 12px;
  line-height: 16px;
}
.edit-registration .extended_info .table-wrapper dl dd {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 12px;
}
.edit-registration .extended_info .table-wrapper ul {
  list-style: none;
  margin-left: 0px;
}
.edit-registration .extended_info .table-wrapper .consents_list li:before {
  color: #59a130;
  content: "Done";
  display: inline;
  margin-right: 6px;
}
.edit-registration .extended_info .table-wrapper .comment {
  margin-top: 12px;
}
.edit-registration .extended_info .table-wrapper .participation_status {
  padding-top: 12px;
}

.wizard-sub-heading {
  color: #666666;
  line-height: 1.5em;
}

.wizard-add-participant {
  display: block;
  margin-bottom: 40px;
}

.wizard-option {
  line-height: 1.777em;
}

.progress-header {
  background-color: transparent;
  border: none !important;
  height: 100%;
  margin-bottom: 42px;
}
.progress-header ol {
  width: 100%;
  margin: 0;
  overflow: hidden;
  list-style: none inside;
  counter-reset: step;
}
.progress-header li {
  background: #cccccc;
  border: 1px solid #aaaaaa;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #8c8c8c;
  float: left;
  margin-right: 12px;
  padding: 10px;
  text-align: center;
  text-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.progress-header li:before {
  content: counter(step) " - ";
  counter-increment: step;
}
.progress-header li:last-child {
  background-color: white !important;
  margin-right: 0;
}
.progress-header li:hover {
  background: #c2c2c2;
  cursor: pointer;
}
.progress-header li a {
  color: #8c8c8c;
  text-decoration: none;
  text-shadow: none;
}
.progress-header li.active {
  border: 1px solid #aaaaaa;
  color: #333333;
  text-shadow: none;
}
.progress-header li.active ~ li {
  background: transparent;
  color: gray;
  text-shadow: none;
  border: 1px solid #bfbfbf;
  transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.1s linear;
}
.progress-header li.active ~ li:hover {
  background: #eeeeee;
  border: 1px solid #d4d4d4;
  color: #aeaeae;
}

.box {
  background-color: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.choose-camps .wide {
  display: inline;
  float: left;
  width: 74.451%;
  margin-right: 2.198%;
}
.choose-camps .thin {
  display: inline;
  float: left;
  width: 23.352%;
  margin-right: 2.198%;
  display: inline;
  float: right;
  margin-right: 0;
  #margin-left: -1.6em;
}
.choose-camps ul {
  list-style: none;
  margin: 0;
}
.choose-camps li {
  *zoom: 1;
  margin-bottom: 18px;
}
.choose-camps li:after {
  content: "";
  display: table;
  clear: both;
}
.choose-camps li .header {
  padding: 20px 0 0 20px;
  display: block;
  text-decoration: none;
  position: relative;
}
.choose-camps li .header strong {
  color: #404040;
}
.choose-camps li .header h2 {
  width: 645px;
  font-size: 18px;
  margin-bottom: 8px;
}
.choose-camps li .header:hover:before {
  color: #0276a6;
}
.choose-camps li .header:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid gray;
  position: absolute;
  top: 36px;
  right: 30px;
}
.choose-camps li .header:before {
  content: "Details";
  position: absolute;
  top: 30px;
  right: 50px;
  color: gray;
}
.choose-camps li .header.active:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 6px solid gray;
  border-top: none;
}
.choose-camps li .extended {
  display: none;
}
.choose-camps li .half, .choose-camps li .thin {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 20px 4px;
}
.choose-camps li .half {
  display: inline;
  float: left;
  width: 65.683%;
  margin-right: 2.952%;
}
.choose-camps li .thin {
  float: none;
  display: block;
  width: auto;
  margin-right: auto;
  display: inline;
  float: left;
  width: 31.365%;
  margin-right: 2.952%;
  display: inline;
  float: right;
  margin-right: 0;
  #margin-left: -1.6em;
}
.choose-camps li .info {
  width: 100%;
  *zoom: 1;
}
.choose-camps li .info:after {
  content: "";
  display: table;
  clear: both;
}
.choose-camps li .info li {
  margin: 0 30px 12px 0;
  float: left;
}
.choose-camps li .info span {
  color: gray;
  font-size: 12px;
}
.choose-camps li .dates li {
  margin-bottom: 6px;
}
.choose-camps .price {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.choose-camps .price h3 {
  margin-bottom: 12px;
}
.choose-camps .price p {
  margin-bottom: 6px;
}
.choose-camps .price p:nth-child(last) {
  margin-bottom: 24px;
}
.choose-camps .price strong {
  font-size: 16px;
  color: #0276a6;
  display: block;
}
.choose-camps .price .select-camp {
  background: #90defe;
  background-image: url(/images/diagonal-right.png);
  border: 1px solid #a9e5fe;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 16px 12px 12px;
  margin: 24px 0 12px;
}
.choose-camps .price .select-camp label, .choose-camps .price .select-camp input {
  float: none;
  display: block;
  width: auto;
  margin-right: auto;
  text-align: left;
  display: inline;
}
.choose-camps .price .select-camp label {
  display: inline-block;
  font-weight: bold;
  text-align: right;
  width: 150px;
}
.choose-camps .price .button {
  margin-top: 12px;
}
.choose-camps h2 {
  color: #333333;
  margin-bottom: 12px;
  text-transform: capitalize;
}
.choose-camps h3 {
  font-size: 16px;
  color: #999999;
  margin-bottom: 6px;
}
.choose-camps h3 strong {
  color: #404040;
}

.padding-less {
  padding-top: 8px !important;
}

.choose-tickets .wide {
  width: 800px;
  float: left;
}
.choose-tickets ul {
  list-style: none;
  margin: 0;
}
.choose-tickets li {
  *zoom: 1;
  margin-bottom: 18px;
}
.choose-tickets li:after {
  content: "";
  display: table;
  clear: both;
}
.choose-tickets li .header {
  padding: 20px 0 0 20px;
  display: block;
  text-decoration: none;
  position: relative;
}
.choose-tickets li .header strong {
  color: #404040;
}
.choose-tickets li .header h2 {
  font-size: 20px;
  margin-bottom: 8px;
}
.choose-tickets li .header:hover:before {
  color: #0276a6;
}
.choose-tickets li .header:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid gray;
  position: absolute;
  top: 36px;
  right: 30px;
}
.choose-tickets li .header:before {
  position: absolute;
  top: 30px;
  right: 50px;
  color: gray;
}
.choose-tickets li .header.active:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 6px solid gray;
  border-top: none;
}
.choose-tickets li .header .info {
  width: 100%;
  *zoom: 1;
}
.choose-tickets li .header .info:after {
  content: "";
  display: table;
  clear: both;
}
.choose-tickets li .header .info li {
  margin: 0 30px 12px 0;
  float: left;
}
.choose-tickets li .header .info span {
  color: gray;
  font-size: 12px;
}
.choose-tickets li .half {
  float: left;
  width: 400px;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #cccccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.choose-tickets li .half h3 {
  width: 400px;
  color: #747474;
}
.choose-tickets li .half .tickets {
  width: 400px;
  float: left;
}
.choose-tickets li .half .tickets em {
  float: left;
  clear: left;
  color: #747474;
  text-indent: 25px;
}
.choose-tickets li .half .tickets li {
  float: left;
  clear: left;
  width: 400px;
  margin: 0;
  padding: 0;
}
.choose-tickets li .half .tickets div {
  width: 400px;
  border-top: 1px solid #cccccc;
  padding-top: 10px;
  margin-bottom: 10px;
  float: left;
}
.choose-tickets li #tickets-space {
  float: left;
  width: 800px;
  min-height: 10px;
}
.choose-tickets li #tickets-space .regular-ticket, .choose-tickets li #tickets-space .student-ticket {
  float: left;
  clear: left;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  padding: 20px;
  width: 758px;
  background: white;
}
.choose-tickets li #tickets-space .regular-ticket:nth-child(even), .choose-tickets li #tickets-space .student-ticket:nth-child(even) {
  background: #fafafa;
}
.choose-tickets li #tickets-space .regular-ticket h3, .choose-tickets li #tickets-space .student-ticket h3 {
  color: #747474;
  margin-bottom: 15px;
  width: 600px;
  float: left;
}
.choose-tickets li #tickets-space .regular-ticket h4, .choose-tickets li #tickets-space .student-ticket h4 {
  float: left;
  clear: left;
  font-size: small;
}
.choose-tickets li #tickets-space .regular-ticket .right, .choose-tickets li #tickets-space .student-ticket .right {
  float: right;
  margin-top: 0;
  width: 158px;
  text-align: right;
  font-weight: bold;
  font-size: 20px;
}
.choose-tickets li #tickets-space .regular-ticket input, .choose-tickets li #tickets-space .student-ticket input {
  padding: 5px;
  width: 250px;
  border: 1px solid #cccccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 10px;
}
.choose-tickets li #tickets-space .regular-ticket fieldset, .choose-tickets li #tickets-space .student-ticket fieldset {
  margin-bottom: 10px;
}
.choose-tickets li #tickets-space .regular-ticket .child, .choose-tickets li #tickets-space .student-ticket .child {
  float: left;
  clear: left;
  width: 325px;
}
.choose-tickets li #tickets-space .regular-ticket .child input, .choose-tickets li #tickets-space .student-ticket .child input {
  float: left;
  width: 15px;
  margin-right: 10px;
}
.choose-tickets li #tickets-space .regular-ticket .child label, .choose-tickets li #tickets-space .student-ticket .child label {
  float: left;
  text-align: left;
  clear: none;
  width: 200px;
}
.choose-tickets li #tickets-space .regular-ticket .wizard-add-participant, .choose-tickets li #tickets-space .student-ticket .wizard-add-participant {
  float: left;
  clear: left;
  margin-bottom: 0;
}
.choose-tickets .price {
  width: 200px;
  float: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.choose-tickets .price .box {
  padding: 10px;
}
.choose-tickets .price h3 {
  margin-bottom: 12px;
}
.choose-tickets .price p {
  margin-bottom: 6px;
  text-align: center;
}
.choose-tickets .price p:nth-child(last) {
  margin-bottom: 24px;
}
.choose-tickets .price strong {
  font-size: 16px;
  color: #0276a6;
  display: block;
}
.choose-tickets .price .select-camp {
  background: #90defe;
  background-image: url(/images/diagonal-right.png);
  border: 1px solid #a9e5fe;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 16px 12px 12px;
  margin: 24px 0 12px;
}
.choose-tickets .price .select-camp label, .choose-tickets .price .select-camp input {
  float: none;
  display: block;
  width: auto;
  margin-right: auto;
  text-align: left;
  display: inline;
}
.choose-tickets .price .select-camp label {
  display: inline-block;
  font-weight: bold;
  text-align: right;
  width: 150px;
}
.choose-tickets .price .button {
  margin-top: 12px;
}
.choose-tickets h2 {
  color: #333333;
  margin-bottom: 12px;
  text-transform: capitalize;
}
.choose-tickets h3 {
  font-size: 16px;
  color: #999999;
  margin-bottom: 6px;
}
.choose-tickets h3 strong {
  color: #404040;
}

.legal-video-accept {
  margin-top: 15px;
}

.legal-video-wrapper {
  text-align: center;
}

.legal-form-checkbox, .medical-form-checkbox, .legal-video-checkbox {
  float: left;
}

.legal-docs .fields {
  margin-bottom: 0;
}
.legal-docs .well {
  margin-top: 24px;
}
.legal-docs .legal-form, .legal-docs .legal-video {
  vertical-align: top;
  cursor: pointer;
  display: inline-block;
  min-height: 221px;
  padding: 12px 13px;
  margin: 0 1em 1em 0;
}
.legal-docs .legal-form .non-accepted, .legal-docs .legal-video .non-accepted {
  color: #c8c8c8;
}
.legal-docs .legal-form .accepted, .legal-docs .legal-video .accepted {
  color: black;
}
.legal-docs .legal-form .check, .legal-docs .legal-video .check {
  color: #009600;
}
.legal-docs .legal-form div.legal-form-information, .legal-docs .legal-form div.legal-video-information, .legal-docs .legal-video div.legal-form-information, .legal-docs .legal-video div.legal-video-information {
  text-align: left;
  width: 100%;
}
.legal-docs .legal-form div.legal-form-information p.form_agreement, .legal-docs .legal-form div.legal-video-information p.form_agreement, .legal-docs .legal-video div.legal-form-information p.form_agreement, .legal-docs .legal-video div.legal-video-information p.form_agreement {
  font-size: 13px;
  margin: 12px 0 0 0;
  line-height: 18px;
  text-overflow: ellipsis;
  width: 105px;
  overflow: hidden;
  white-space: nowrap;
}
.legal-docs .legal-form div.legal-form-information span, .legal-docs .legal-form div.legal-video-information span, .legal-docs .legal-video div.legal-form-information span, .legal-docs .legal-video div.legal-video-information span {
  font-size: 10px;
  margin-bottom: 0;
  display: inline-block;
  line-height: 14px;
}
.legal-docs .legal-form:hover, .legal-docs .legal-video:hover {
  background: #90defe;
  background-image: url(/images/diagonal-right.png);
  border: 1px solid #a9e5fe;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-left: -2px;
  margin-top: -1px;
}
.legal-docs .legal-form img.thumbnail, .legal-docs .legal-video img.thumbnail {
  display: block;
  margin: 0 auto;
  width: 100px;
  height: 150px;
  border: 1px dashed #cccccc;
}
.legal-docs .legal-video img.thumbnail {
  width: auto;
}
.legal-form-dialog h4, .legal-video-dialog h4 {
  background-image: url(/images/diagonal-right.png);
  color: #333333 !important;
  font-size: 12px;
  padding: 8px 0;
  text-align: center;
}
.legal-form-dialog img.fullsize, .legal-video-dialog img.fullsize {
  border: 1px solid #dddddd;
  box-shadow: 0px 0px 10px 0px #efefef;
  max-width: 700px;
  overflow-x: scroll;
}
.legal-form-dialog p, .legal-video-dialog p {
  display: inline-block;
  line-height: 22px;
  width: 702px;
  margin: 4px 0 0 0 !important;
}
.legal-form-dialog p.form_agreement, .legal-video-dialog p.form_agreement {
  font-style: oblique;
}
.legal-form-dialog .form-download, .legal-video-dialog .form-download {
  float: right;
  line-height: 30px;
  margin-right: 15px;
}
.legal-form-dialog .button, .legal-video-dialog .button {
  float: right;
}
.legal-form-dialog label, .legal-video-dialog label {
  line-height: 31px;
}

.legal-form-button, .legal-video-button {
  margin-top: 4em;
}

.email_preview {
  margin-bottom: 20px;
}

#registration-sidebar {
  width: 300px;
  float: right;
  height: auto;
  margin-left: 25px;
  min-height: 400px;
}
#registration-sidebar #account-box {
  float: left;
  width: 298px;
  border: 1px solid #cdcdcd;
  background: white;
}
#registration-sidebar #account-box h3 {
  width: 268px;
  float: left;
  padding: 15px 15px 10px 15px;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 0;
}

#summary-content {
  width: 690px;
  float: left;
}
#summary-content #invoice-wrap {
  float: left;
}
#summary-content #invoice-wrap #registration-invoice {
  float: left;
  width: 690px;
  padding-bottom: 15px;
  list-style: none;
  margin: -20px 0 0 0;
  border-bottom: 1px solid #e4e4e4;
}
#summary-content #invoice-wrap #registration-invoice li {
  float: left;
  clear: left;
}
#summary-content #invoice-wrap #registration-invoice li.name {
  font-weight: bold;
  margin-top: 20px;
  float: left;
}
#summary-content #invoice-wrap #registration-invoice li.sub-li {
  padding-left: 10px;
  width: 680px;
}
#summary-content #invoice-wrap #registration-invoice li.sub-li span.right {
  float: right;
  text-align: right;
}
#summary-content #invoice-wrap .credit, #summary-content #invoice-wrap .total, #summary-content #invoice-wrap .disclosure, #summary-content #invoice-wrap #cc-subtotal-row {
  font-weight: bold;
  padding: 15px 0 15px 10px;
  margin-bottom: 0;
  float: left;
  width: 680px;
  border-bottom: 1px solid #e4e4e4;
}
#summary-content #invoice-wrap .total {
  background: #fdc9c9;
  border-color: #ffaeae;
}
#summary-content #invoice-wrap .total .right {
  padding-right: 15px;
}
#summary-content #invoice-wrap .explanation {
  padding: 15px 15px 0 15px;
  float: left;
  clear: left;
  margin-top: 10px;
}
#summary-content #invoice-wrap .credit {
  background: #c4f0c1;
  border-color: #95d690;
}
#summary-content #invoice-wrap .credit .right {
  padding-right: 15px;
}
#summary-content #payment-methods-wrap {
  float: left;
  width: 690px;
  padding: 20px 0 10px 0;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 15px;
}
#summary-content #payment-methods-wrap p {
  font-weight: bold;
  float: left;
  width: 250px;
  padding: 3px 10px 0 15px;
}
#summary-content #payment-methods-wrap p em {
  float: left;
  clear: left;
  margin-top: 5px;
  font-weight: normal;
  font-size: 9.5pt;
}
#summary-content #payment-methods-wrap a {
  padding: 15px;
  background: white;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #e4e4e4;
  margin-left: 15px;
  float: right;
  position: relative;
}
#summary-content #payment-methods-wrap a img {
  float: left;
  margin-left: 0;
}
#summary-content #payment-methods-wrap a.active-payment-method {
  background: #c5def8;
  border: 1px solid #9ec3ea;
}
#summary-content #payment-methods-wrap a.show-credit {
  padding: 20px;
}
#summary-content #payment-methods-wrap a.show-credit img {
  height: 25px;
}
#summary-content #payment-methods-wrap a.show-ach {
  padding: 13px;
}
#summary-content #payment-methods-wrap a.show-ach img {
  height: 39px;
}
#summary-content .invoice-payment {
  float: left;
  clear: left;
  width: 690px;
}
#summary-content .invoice-payment #core-ach-form input:not(.confirm-button) {
  width: 150px;
  float: right;
  letter-spacing: 1px;
  color: #565656;
}
#summary-content .invoice-payment #core-ach-form label {
  width: 190px;
  float: left;
}
#summary-content .invoice-payment #core-ach-form #name-wrap {
  float: left;
  width: 390px;
}
#summary-content .invoice-payment #core-ach-form #name-wrap label {
  width: 150px;
}
#summary-content .invoice-payment #core-ach-form #name-wrap input {
  width: 240px;
}
#summary-content .invoice-payment #core-ach-form #account-type-wrap {
  float: right;
  width: 280px;
  margin-top: 5px;
}
#summary-content .invoice-payment #core-ach-form #account-type-wrap label {
  float: left;
  width: 60px;
}
#summary-content .invoice-payment #core-ach-form #account-type-wrap input {
  width: 20px;
  float: left;
  margin-top: 5px;
}
#summary-content .invoice-payment #core-ach-form #formwrap-left {
  float: left;
  width: 340px;
  clear: left;
}
#summary-content .invoice-payment #core-ach-form #formwrap-right {
  float: right;
  width: 340px;
  clear: right;
}
#summary-content .invoice-payment #core-ach-form #tos {
  float: left;
  clear: both;
}
#summary-content .invoice-payment #core-ach-form #tos input {
  width: 20px;
  float: left;
}
#summary-content .invoice-payment #core-ach-form #tos label {
  width: auto;
  padding-right: 5px;
}
#summary-content .invoice-payment #core-credit-form input {
  width: 180px;
  float: right;
}
#summary-content .invoice-payment #core-credit-form label {
  width: 160px;
  float: left;
}
#summary-content .invoice-payment #core-credit-form div {
  width: 340px;
  float: left;
}
#summary-content .invoice-payment #core-credit-form #cc-company-wrap label {
  padding-right: 15px;
}
#summary-content .invoice-payment #core-credit-form #expiration-wrap div label {
  width: 90px;
}
#summary-content .invoice-payment #core-credit-form #expiration-wrap div input {
  width: 50px;
}
#summary-content .invoice-payment #core-credit-form #expiration-wrap #exp-month-wrap, #summary-content .invoice-payment #core-credit-form #expiration-wrap #exp-year-wrap {
  width: 170px;
}
#summary-content .invoice-payment .cc_memo_notice {
  float: left;
  clear: left;
  padding: 10px 0;
}
#summary-content .invoice-payment .cc-row {
  font-weight: bold;
  padding: 15px 0 15px 10px;
  margin-bottom: 0;
  float: left;
  width: 680px;
  border-bottom: 1px solid #e4e4e4;
}
#summary-content .invoice-payment .cc-row em {
  font-weight: normal;
}

#check_image {
  float: right;
  width: 690px;
  margin: 0 0 25px 0;
  text-align: center;
}
#check_image img {
  width: 668px;
  padding: 10px;
  background: white;
  border: 1px solid #e4e4e4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.confirmation-line-items table caption {
  font-size: 20px;
  margin-top: 24px;
}

.boolean-special .input.boolean label {
  display: inline;
  float: left;
  width: 14.835%;
  margin-right: 2.198%;
}
.boolean-special .input.boolean .hint {
  display: inline;
  float: left;
  width: 48.901%;
  margin-right: 2.198%;
}
.boolean-special .input.check_boxes > label {
  display: none;
}
.boolean-special .input.check_boxes span {
  width: 100%;
  float: left;
  margin-bottom: 14px;
}

.occurrences .fields {
  *zoom: 1;
  margin-bottom: 12px;
}
.occurrences .fields:after {
  content: "";
  display: table;
  clear: both;
}
.occurrences .input {
  clear: none !important;
  overflow: visible;
  float: left;
  width: 280px;
}
.occurrences .input label {
  text-align: left;
  width: 40px;
  display: inline;
}
.occurrences .string {
  width: 240px;
}
.occurrences .string input {
  width: 150px;
}
.occurrences .time .hint {
  width: auto;
}
.occurrences .boolean {
  width: 120px;
}
.occurrences .boolean label {
  width: auto;
  margin-left: 4px;
}
.occurrences .remove {
  line-height: 20px;
  margin-left: 32px;
  margin-top: 6px;
  display: inline-block;
}

#group-rosters-wrapper, #venture-rosters-wrapper, #event-rosters-wrapper, #awards-wrapper, #spirit-wear-wrapper, #reports-wrapper, #school-info-wrapper, #payment-options-wrapper, #edit-form-wrapper, #new-form-wrapper, #edit-account-wrapper, #physical-forms-wrapper {
  float: left;
  width: 842px;
}

.rosters-cancelled {
  border-top: 1px dashed #dedede;
  margin-top: 2em;
  padding: 2em 0 0 0;
}

#registration_jersey_number {
  width: 55px;
}

#registration_position {
  width: 90px;
}

#registration_height_height_feet {
  margin-left: 0;
}

#registration_weight {
  width: 70px;
}

.camp-head-count {
  float: right;
}

.event-head-count {
  float: right;
}

.ticket-head-count {
  float: right;
}

.button.margin {
  margin-bottom: 8px;
}

.medical-info-wrap td {
  margin: 0px;
  padding: 0px 0px 15px 0px;
  border-top: 0px;
  font-style: italic;
}
.medical-info-wrap td strong {
  font-style: normal;
}

.physical-expired {
  color: #a2a2a2;
  text-decoration: line-through;
}

.physical-one-month {
  color: #ff5223;
}

.physical-two-months {
  color: #236bff;
}

div.tryout-groups {
  float: left;
  padding-left: 8px;
  padding-right: 30px;
  width: 25%;
  display: inline;
}
div.tryout-groups a {
  margin: 10px 0 10px 10px;
}
div.tryout-groups .tryout-activities {
  margin: 0 0 24px 0px;
  max-width: 100%;
}
div.tryout-groups .tryout-season {
  margin: 0 0 24px 0px;
}
div.tryout-groups .tryout-group {
  padding: 10px 0 10px 10px;
  display: block;
  background-color: #eeeeee;
  border: 1px solid #dddddd;
  text-decoration: none;
  text-shadow: none;
}
div.tryout-groups .active {
  background-color: #0276a6;
  border: 1px solid #026188;
  color: white;
  text-decoration: none;
  text-shadow: none;
}
div.tryout-groups .active a {
  color: #eeeeee;
}
div.tryout-groups .active .active-arrow {
  float: right;
  padding-right: 20px;
  height: 15px;
  width: 15px;
}

div.tryout-column.registrants {
  padding-right: 30px;
}

div.tryout-column {
  float: left;
  width: 30%;
}
div.tryout-column div.tryout-inner-column {
  margin: 0 0 13px 0;
  max-height: 500px;
  overflow-y: scroll;
}
div.tryout-column div.tryout-inner-column div.flag {
  font-style: italic;
  font-size: x-small;
  text-align: left;
  margin-left: 55px;
}
div.tryout-column div.tryout-registration {
  border: 1px solid #dddddd;
  padding: 9px 0 6px 12px;
}
div.tryout-column div.tryout-registration .right {
  float: right;
  margin-right: 20px;
}
div.tryout-column div.tryout-registration .delete {
  width: 15px;
  height: 19px;
  text-align: center;
  margin: -1px 10px 0 0;
}

#tryout-list-header {
  float: left;
  width: 1020px;
  margin: 0;
}
#tryout-list-header .download-options {
  float: right;
  padding: 0 0 0 0;
  margin: -5px 0 0 0;
}
#tryout-list-header .download-options .button {
  font-family: Arial, sans-serif;
  margin-right: 0;
}

.explanation-tryoutlist {
  float: left;
  clear: both;
  padding: 10px;
  width: 1000px;
  background: #f1f1f1;
  border: 1px solid #dedede;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-style: italic;
  margin-top: 15px;
}

#tryout-list {
  list-style: none;
  margin-left: 0;
  width: 1000px;
}
#tryout-list tr.registration, #tryout-list tr.list-header {
  float: left;
  clear: left;
  padding: 10px;
  width: 100%;
  background: white;
  margin: 0;
  border-bottom: 1px solid #dedede;
  min-height: 21px;
}
#tryout-list tr.registration:nth-child(odd), #tryout-list tr.list-header:nth-child(odd) {
  background: #ededed;
}
#tryout-list tr.registration.list-header, #tryout-list tr.list-header.list-header {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  background-color: #cfcfcf;
  border-color: #c5c5c5;
}
#tryout-list tr.registration.list-header th, #tryout-list tr.list-header.list-header th {
  color: #0276a6;
  cursor: pointer;
}
#tryout-list tr.registration th, #tryout-list tr.list-header th {
  float: left;
  font-weight: normal;
  border-top: none;
  padding: 0px;
  min-height: 21px;
}
#tryout-list tr.registration th.name, #tryout-list tr.registration th.parent, #tryout-list tr.registration th.ec, #tryout-list tr.list-header th.name, #tryout-list tr.list-header th.parent, #tryout-list tr.list-header th.ec {
  width: 165px;
}
#tryout-list tr.registration th.grad-year, #tryout-list tr.list-header th.grad-year {
  width: 65px;
}
#tryout-list tr.registration th.physical, #tryout-list tr.list-header th.physical {
  min-width: 100px;
}
#tryout-list tr.registration th.concussion-test, #tryout-list tr.list-header th.concussion-test {
  width: 110px;
}
#tryout-list tr.registration th.parent-phone, #tryout-list tr.registration th.ecphone, #tryout-list tr.list-header th.parent-phone, #tryout-list tr.list-header th.ecphone {
  width: 115px;
}
#tryout-list tr.registration th.participation-status, #tryout-list tr.list-header th.participation-status {
  clear: left;
  margin-right: 10px;
  color: red;
  text-transform: uppercase;
  margin-top: 7px;
  float: left;
}
#tryout-list tr.registration th.medical, #tryout-list tr.list-header th.medical {
  margin-top: 7px;
}
#tryout-list tr.registration td, #tryout-list tr.list-header td {
  float: left;
  font-weight: normal;
  border-top: none;
  padding: 0px;
  min-height: 21px;
}
#tryout-list tr.registration td.name, #tryout-list tr.registration td.parent, #tryout-list tr.registration td.ec, #tryout-list tr.list-header td.name, #tryout-list tr.list-header td.parent, #tryout-list tr.list-header td.ec {
  width: 165px;
}
#tryout-list tr.registration td.grad-year, #tryout-list tr.list-header td.grad-year {
  width: 65px;
}
#tryout-list tr.registration td.physical, #tryout-list tr.list-header td.physical {
  min-width: 100px;
}
#tryout-list tr.registration td.concussion-test, #tryout-list tr.list-header td.concussion-test {
  width: 110px;
}
#tryout-list tr.registration td.parent-phone, #tryout-list tr.registration td.ecphone, #tryout-list tr.list-header td.parent-phone, #tryout-list tr.list-header td.ecphone {
  width: 115px;
}
#tryout-list tr.registration td.participation-status, #tryout-list tr.list-header td.participation-status {
  clear: left;
  margin-right: 10px;
  color: red;
  text-transform: uppercase;
  margin-top: 7px;
  float: left;
}
#tryout-list tr.registration td.medical, #tryout-list tr.list-header td.medical {
  margin-top: 7px;
}

#group_awards {
  float: left;
  padding-bottom: 25px;
}
#group_awards li {
  float: left;
  width: 100%;
}
#group_awards li span {
  float: left;
  width: auto;
  padding: 0 1em;
}
#group_awards li span.name {
  min-width: 250px;
}
#group_awards li .selected {
  float: left;
}
#group_awards li .selected ul {
  padding: 0;
  border: 0;
  background: none;
}
#group_awards li .selected ul li {
  width: 97.5%;
  float: left;
  clear: left;
  padding: 0.75em 1.25%;
  border-top: 1px solid #cccccc;
}
#group_awards li .selected ul li:nth-child(odd) {
  background-color: #ededed;
}
#group_awards li .selected ul li:first-child {
  border-top: 0;
  margin-top: 10px;
}
#group_awards li .selected ul li a.button {
  margin-top: 0;
}
#group_awards li .selected ul li span.athlete-name {
  padding: 0.2em 0;
}

.table-striped {
  width: 100%;
  float: left;
}
.table-striped tbody tr.member-row span, .table-striped thead tr span {
  float: left;
  margin-top: 4px;
}
.table-striped tbody tr.member-row a.award-history, .table-striped thead tr a.award-history {
  text-decoration: none;
  margin-right: 10px;
  float: left;
  padding-top: 2px;
}

#lead-in-message-dialog {
  text-align: left;
  display: none;
}

#roster-awards-list {
  float: left;
  padding: 0;
}
#roster-awards-list li {
  padding: 10px;
}
#roster-awards-list li:nth-child(odd) {
  background: #fafafa;
}

#quantity-report {
  width: 100%;
  margin: 15px auto;
}
#quantity-report .table-striped {
  border-top: 1px solid #dddddd;
  background: white;
  margin-top: 10px;
}
#quantity-report .table-striped thead tr th.col, #quantity-report .table-striped tbody tr td.col {
  text-align: center;
}
#quantity-report .table-striped thead tr th.col a, #quantity-report .table-striped tbody tr td.col a {
  float: none;
}
#quantity-report #awards-key-index {
  border-top: 1px solid #dddddd;
  list-style: none;
  margin-left: 0;
  margin-bottom: 15px;
  margin-top: 5px;
  float: left;
}
#quantity-report #awards-key-index li {
  float: left;
  margin: 0;
  width: 225px;
  padding: 10px 15px;
  border: 1px solid #dddddd;
  border-right: none;
  border-top: none;
  background: white;
}
#quantity-report #awards-key-index li:last-child {
  width: 225px;
  border-right: 1px solid #dddddd;
}
#quantity-report #season-quantity-report .header {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}
#quantity-report #season-quantity-report .header .columns .col {
  border-color: #a2a2a2;
}
#quantity-report #season-quantity-report .name {
  float: left;
  width: 33%;
  padding: 10px 0;
}
#quantity-report #season-quantity-report .col {
  float: left;
  padding: 10px 15px;
  width: 15px;
  border-left: 1px solid #dddddd;
}
#quantity-report #season-quantity-report .input label {
  display: none;
}
#quantity-report #season-quantity-report .activity-quantity-report {
  border: 0;
  border-bottom: 1px solid #dddddd;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  float: left;
}

div.invoice-payment {
  display: none;
}

div.invoice-payment.active {
  display: block;
}

.ui-dialog p#lead-in-dialog-text {
  width: 100%;
  float: left;
  margin-bottom: 25px;
}
.ui-dialog p#lead-in-dialog-text b, .ui-dialog p#lead-in-dialog-text div b {
  font-weight: bold;
}
.ui-dialog p#lead-in-dialog-text i, .ui-dialog p#lead-in-dialog-text div i {
  font-style: italic;
}
.ui-dialog div.success, .ui-dialog div.error {
  display: none;
}

.ui-datepicker-title {
  text-shadow: none;
}

div.landing {
  font-family: "OpenSans", Arial, sans-serif;
}
div.landing img {
  float: left;
  position: relative;
}
div.landing h1 {
  color: #0276a6;
  border: none;
}
div.landing .landing-content {
  width: 650px;
  float: left;
  position: relative;
  top: 1.5em;
}
div.landing .landing-content ul li {
  margin-left: 1em;
}

footer {
  clear: both;
  margin-left: 2.105%;
  margin-right: 2.105%;
  margin-bottom: 30px;
}

.master-footer {
  float: left;
  clear: both;
  margin: 50px 0px 20px 0px;
  text-align: center;
  width: 100%;
}

.reports_table tr:nth-child(odd) {
  background-color: white;
}

.reports_table tr:nth-child(even) {
  background-color: #eeeeee;
}

.reports_table th {
  background-color: #cfcfcf;
  text-align: center;
}

.reports_table th.left {
  padding-left: 3em;
  text-align: left;
}

.reports_table td {
  border-right: 1px solid white;
  text-align: center;
  vertical-align: middle;
}

.reports_table td.left {
  text-align: left;
}

.settled_transactions td.name {
  font-weight: bold;
  padding-left: 1em;
}

div.download-options {
  float: right;
  margin-bottom: 5px;
  margin-top: -14px;
  margin-right: -6px;
}

td.amount-collected {
  white-space: nowrap;
}

td.settlement-fee {
  color: #c60200;
  white-space: nowrap;
}

td.settlement-paid {
  color: #159e31;
}

td.fee {
  white-space: nowrap;
}

tr.activity td, tr.venture-header td {
  font-weight: bold;
  border-bottom: 1px solid #888888;
  text-align: right;
}
tr.activity td.activity-name, tr.venture-header td.activity-name {
  text-align: left;
}

tr.venture td {
  text-align: right;
}
tr.venture td.venture-name {
  text-align: left;
}

tr.refund td {
  text-align: right;
}
tr.refund td.refund {
  text-align: left;
}

tr.line-item td {
  text-align: right;
}
tr.line-item td.participant-name {
  padding-left: 1em;
  text-align: left;
}
tr.line-item td.type {
  text-align: center;
}

table.settlements {
  font-size: 0.9em;
}
table.settlements tr.settlement-grouped {
  background: yellow;
  font-weight: bold;
  border-top: 2px solid #333333;
  border-bottom: 2px solid #333333;
}
table.settlements tr.settlement-totals {
  background: #333333;
  color: white;
  text-shadow: none;
  font-weight: bold;
  border-top: 2px solid #cccccc;
  border-bottom: 2px solid #333333;
}
table.settlements tr.less-than-hundred {
  background-color: #ffffcc;
}
table.settlements tr.skipped-settlement {
  background-color: #e2e2e2;
  font-style: italic;
}
table.settlements tr.last-activity-row {
  border-bottom: 2px solid #333333;
}
table.settlements tr.negative-amount {
  background-color: red;
  color: white;
  text-shadow: none;
  font-weight: bold;
}
table.settlements tr.negative-amount td.amount-collected {
  color: white;
}
table.settlements tr.negative-amount a {
  color: blue;
}
table.settlements td.date-range {
  width: 150px;
  white-space: nowrap;
}
table.settlements td.organization {
  width: 150px;
}
table.settlements td.amount-collected {
  color: #888888;
}

.communications-content {
  width: 990px;
}
.communications-content .form {
  float: left;
  margin-right: 2em;
  width: 466px;
}

.communication-header {
  display: inline-block;
  float: left;
  width: 466px;
}

.communication-form {
  float: left;
  background-color: #f5f5f5;
  border: 1px solid #eeeeee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  max-width: 455px;
}
.communication-form div.form-section {
  height: auto;
  float: left;
  clear: left;
  width: 425px;
  padding: 10px 20px;
  border-bottom: 1px solid #eeeeee;
}
.communication-form div.form-section .input {
  margin-bottom: 0px;
}
.communication-form div.form-section:nth-child(even) {
  background: white;
}
.communication-form div.form-section select {
  max-width: 290px;
  margin-top: 5px;
  float: left;
  clear: none;
}
.communication-form div.form-section select option {
  width: 100%;
}
.communication-form div.form-section label {
  float: left;
  text-transform: uppercase;
  font-weight: bold;
  width: 135px;
}
.communication-form div.form-section#message label {
  width: 425px;
  float: left;
}
.communication-form div.form-section#message div .ltr, .communication-form div.form-section#message div textarea {
  width: 425px;
  float: left;
  clear: left;
  margin-top: 10px;
  margin-bottom: 15px;
}
.communication-form div.form-section#message .plain-textarea-wrap textarea {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border-color: 1px solid #eeeeee;
  padding: 10px;
  width: 405px;
  max-height: 75px;
}

.past-messages {
  float: left;
  width: 490px;
}
.past-messages article {
  background-color: transparent;
  border: 1px solid #dcdcdc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 1em;
  overflow: hidden;
}
.past-messages .message_sent_at {
  background-color: #fcfcd1;
  background-color: rgba(250, 250, 144, 0.4);
  color: #bcb72c;
  margin: 0;
  padding: 10px 10px 0 10px;
  width: auto;
}
.past-messages .message_sent {
  background-color: #fcfcd1;
  background-color: rgba(250, 250, 144, 0.4);
  border-bottom: 1px solid #e3e376;
  color: #444444;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  padding: 5px 10px 10px 10px;
}
.past-messages .message_sent p {
  padding-top: 5px;
  margin: 0;
}
.past-messages .message_sent_to {
  background-color: white;
  color: #444444;
  display: inline-block;
  margin-bottom: 0px;
  padding: 5px 10px;
  vertical-align: middle;
  width: 96%;
}
.past-messages .message_sent_to .label {
  color: #888888;
}
.past-messages .message_sent_to .paid-status {
  color: #59a130;
}
.past-messages .message_sent_to .unpaid-status {
  color: #bd0802;
}
.past-messages .message_sent_to .activity {
  color: #444444;
  margin-right: 10px;
}

#athletic-registrations-count {
  width: 100%;
}
#athletic-registrations-count td {
  width: 17%;
  text-align: center;
}
#athletic-registrations-count td.name {
  width: 32%;
  text-align: left;
}

li.gfield {
  list-style-type: none;
}

h2.tshirt_order_form_step_header {
  font-size: 50px;
  padding: 50px 0px 10px 0px;
}

.spirit-wear-foreword-wrap {
  width: 100%;
  float: left;
  margin: 15px 0;
}
.spirit-wear-foreword-wrap .confirm-button {
  color: white;
  margin-top: 0;
}

.lockershop-catalog-link {
  float: left;
  width: 225px;
  text-align: center;
  text-decoration: none;
  margin-right: 40px;
  margin-bottom: 20px;
}
.lockershop-catalog-link.end {
  margin-right: 0;
}
.lockershop-catalog-link strong {
  float: left;
  width: 100%;
  padding-top: 5px;
}
.lockershop-catalog-link img {
  width: 225px;
}

.sub-heading {
  margin-bottom: 30px;
  width: 628px;
}

.actions {
  position: relative;
  width: 27%;
}

.messages {
  display: block;
  width: 400px;
  float: left;
}

.no-margin {
  margin: 0 !important;
}

.activity-updates {
  float: left;
  width: 65%;
}

.activity-create {
  margin-left: -180px;
}

.pending-participants {
  width: 100%;
  float: left;
}

.registered-participants {
  width: 100%;
  float: left;
}

.actions__items {
  display: block;
  overflow: hidden;
  margin: 1em 0 0 0;
  list-style-type: none;
}
.actions__items .button.large {
  width: 237px;
  text-align: center;
  padding: 10px 18px 0;
}

.actions__link {
  color: black !important;
  display: block;
  height: 150px;
  padding: 30px 15px 15px 15px;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  width: 175px;
}

.thumbnail {
  display: block;
  height: 110px;
  margin: 0 auto 15px auto;
  width: 110px;
}

.dashboard__heading--link {
  float: right;
  font-size: 0.5em;
  line-height: 1;
  padding-top: 10px;
}

#sortable_headers li.record_line {
  padding: 10px 0;
}

#sortable_headers .height .prime {
  display: none;
}

#team_record_assignments {
  width: 100%;
}
#team_record_assignments li {
  width: 100%;
  display: table;
  table-layout: fixed;
}
#team_record_assignments li .header.record_assignment_header {
  font-weight: bold;
}
#team_record_assignments li div {
  display: table-cell;
  text-align: center;
  width: 20%;
}
#team_record_assignments li a {
  float: center;
}
#team_record_assignments li div.input {
  display: table-cell;
  text-align: center;
  width: 100px;
}

#individual_record_assignments {
  width: 100%;
}
#individual_record_assignments li {
  width: 100%;
  display: table;
  table-layout: fixed;
}
#individual_record_assignments li .header.record_assignment_header {
  font-weight: bold;
}
#individual_record_assignments li div {
  display: table-cell;
  text-align: center;
  width: 20%;
}
#individual_record_assignments li a {
  float: center;
}
#individual_record_assignments li div.input {
  display: table-cell;
  text-align: center;
  width: 100px;
}

#banner_record_assignments {
  width: 100%;
}
#banner_record_assignments li {
  width: 100%;
  display: table;
  table-layout: fixed;
}
#banner_record_assignments li .header.record_assignment_header {
  font-weight: bold;
}
#banner_record_assignments li div {
  display: table-cell;
  text-align: center;
  width: 20%;
}
#banner_record_assignments li a {
  float: center;
}
#banner_record_assignments li div.input {
  display: table-cell;
  text-align: center;
  width: 100px;
}

#ad-horizontal-top {
  width: 1060px;
}

.top-ad-horizontal {
  width: 1020px;
  height: 90px;
  float: left;
  display: block;
  margin: 10px 6px 0px 22px;
  background-color: #f6f6f6;
  text-align: center;
  color: white;
  border: 1px solid #dddddd;
  clear: none;
}

.ad-horizontal-top-left {
  width: 728px;
  height: 90px;
  float: left;
  display: block;
  margin: 10px 6px 0px 22px;
  background-color: #f6f6f6;
  text-align: center;
  color: white;
  border: 1px solid #dddddd;
  clear: none;
}

.ad-horizontal-top-right {
  width: 283px;
  height: 90px;
  float: right;
  display: block;
  margin: 10px 17px 10px 0px;
  background-color: #f6f6f6;
  text-align: center;
  color: white;
  overflow: hidden;
  border: 1px solid #dddddd;
  clear: none;
}

.ad-vertical-left {
  display: block;
  width: 160px;
  height: 600px;
  background-color: #f6f6f6;
  margin-right: 20px;
  float: left;
  color: white;
  text-align: center;
  border: 1px solid #dddddd;
}

#google-translate-widget {
  padding: 13px;
  text-align: right;
  float: right;
}

/* Un-compiled styles in scss */

.dlg-content-body {
  text-align: left;
}

.dlg-content-body .checkbox {
  float: left;
  margin-right: 16px;
  display: none;
}

.dlg-content-body h4, .dlg-content-block h4 {
  font-weight: 700;
  font-size: 15px;
  font-family: Arial;
}
.dlg-content-block p {
  font-size: 15px;
  font-family: "OpenSans";
}
.alert-line {
  padding: 4px 0px;
}

.cva_total_wrap > p {
  font-weight: 600;
  font-size: 16px;
  text-align: right;
  padding-right: 20px;
}

.reports_table {
  border-bottom: 1px solid #dddddd;
}

.cva-header .month-select {
  margin-right: 20px;
}

.container.container-wide {
  max-width: 1400px;
}

.container.container-wide .content {
  width: 95.8%;
}

.cc_memo_notice {
  margin-bottom: 20px;
}

#ncsa_content {
  margin-bottom: 350px;
}

#ncsa_content .errors {
  text-align: left;
  margin-left: 21px;
  display: none;
}
#buy-for-friend-dialog {
  text-align: left;
  display: none;
}
#buy-for-friend-dialog .hint {
  font-size: 13px;
  padding-top: 0px;
  line-height: 16px;
}
#buy-for-friend-dialog .errors {
  clear: both;
  margin-left: 25.65%;
  text-align: left;
  font-size: 14px;
  display: none;
}
#buy-for-friend-dialog .form .input label {
  font-size: 14px;
}
.modal-overlay {
  background: #666666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;
  opacity: .50;
  filter: Alpha(Opacity=50);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.ui-dialog .ui-dialog-title {
  font-family: Arial;
  font-size: 18px;
  font-weight: 700;
}
#cva-separator {
  border-bottom: 1px solid #d9d9d9;
  float: left;
  width: 100%;
  margin-bottom: 16px;
}
#cva-lead-in h4 {
  font-size: 15px;
  color: #444;
  font-weight: 700;
  margin-bottom: 10px;
}
#cva-lead-in .cva-body-text {
  margin-bottom: 10px;
}
#cva-lead-in .cva-footer-text {
  margin-top: 16px;
  margin-bottom: 16px;
}
#lead-in-message-dialog .button {
  margin-bottom: 8px;
}
input:focus {
  outline: none;
  border: 1px solid rgba(0, 103, 244, 0.5);
}
.cva_landing_link {
  font-size: 12px;
  vertical-align: baseline;
  margin-left: 2px;
  font-weight: 400;
}
.cva_landing_link:focus {
  outline: none;
}
#cva-purchase-submit-button {
  font-size: 12px;
  font-weight: bold;
  min-width: 120px;
}
#registration-invoice .price {
  min-width: 60px;
}