/* CSS hacks
=====================================================================*/
@import "/content/styles/extranet/ie.css"; /* Internet Explorer */
@import "/content/styles/extranet/forms.css"; /* Forms */


/* Undo existing styles
======================================================================*/
button, code, h1, h2, h3, h4, h5, h6, input, pre, select, table, td, textarea, th { font-size: 1em; }
blockquote, body, br, button, dl, dd, dt, fieldset, form, h1, h2, h3, h4, h5, h6,
html, label, legend, li, ol, p, pre, table, td, th, ul { margin: 0; padding: 0; }


/* Fonts
======================================================================*/
body, input, select, textarea { font-family: Verdana, Arial, Helvetica, sans-serif; }
.action, h1, h2, h3, h4, h5, h6 { font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif; }


/* Basics
======================================================================*/
a { color: #039; text-decoration: none; }
a:hover { text-decoration: underline; }
a img, :link img,:visited img, fieldset { border: none; }
abbr, acronym { border-bottom: 1px dotted #ccc; cursor: help; }
address { font-style: normal; }
body { background: #f6f6f6; color: #222; font-size: 76%; margin: 1em; }
dd, dl, form, p, table, ul { line-height: 1.45; margin-bottom: 1.25em; }
dt { font-weight: bold; margin-bottom: 0.3em; }
dt a { color: #ff5600; }
fieldset { border: 1px solid #ddd; margin-bottom: 2em; padding: 1em 1.5em; }
h1, h2, h3, h4, h5, h6 { color: #ff5600; }
h1 { font-size: 1.5em; margin-bottom: 1em; }
h2 { font-size: 1.3em; margin-bottom: 0.5em; }
h2 span { font-size: 11px; }
h3 { font-size: 13px; margin-bottom: 7px; }
hr { background: #e0e0e0; border: 0; clear: both; color: #e0e0e0; height: 1px; margin: 20px 0; }
legend { background: #fff; font-size: 1.7em; margin: 0 0 0 -0.5em; padding: 0.1em 0.75em 0.1em; }
legend em { color: #777; font-size: 0.7em; font-style: normal; font-weight: normal; margin-left: 0.3em; }
ol { list-style: decimal; margin-left: 1.5em; }
ol ol { list-style: lower-alpha; }
table { border-collapse: collapse; font-size: 11px; width: 100%; }
table li { margin-bottom: 0.2em; }
table p, table ul { list-style: none; margin: 0; }
textarea { line-height: 17px; height: 6em; }
tbody th, td { border: 1px solid #ddd; padding: 0.4em 0.7em; }
td, th { vertical-align: top; }
tfoot td { border-top: 3px double #ddd; border-width: 3px 0 0; font-weight: bold; }
th img { vertical-align: middle; }
thead a { color: #fff; text-decoration: none; }
thead a:hover { color: #fff; text-decoration: underline; }
thead th { background: #ff5600; color: #fff; padding: 3px 7px; text-align: left; white-space: nowrap; }
ul { list-style: disc; margin-left: 1.5em; }


/* Core layout
======================================================================*/
.clear { clear: both; }
#page { margin: 0 auto; max-width: 75em; text-align: left; }

/* Columns */
.c2l, .c2r { width: 48%; }
.c2l, .c3l, .c3m { float: left; }
.c2r, .c3r { float: right; }
.c3l { margin-right: 3%; }
.c3l, .c3m, .c3r { width: 31%; }
.c2l h1, .c2r h1 { margin: 0; }

/* Content */
#content { border: 1px solid #acacac; background: #fff; clear: both; height: 1%; margin-bottom: 1em; }
#content-bin { clear: both; padding: 2em 1.75em 1.75em; }
#content-login { margin: 1.75em auto; width: 60%; }

/* Stock classes */
.l { float: left; }
.r { float: right; }
ul.flat { list-style: none; margin-left: 0; }
ul.flat li { background: none; margin: 0; padding: 0; }


/* Content
======================================================================*/
.alert, .alert a { color: #ff5600; }
.inactive, .inactive a { color: #999; }

/* Action bar */
.action-bar { background: #f0f0f0; border-radius: 5px; margin-bottom: 15px; overflow: hidden; padding: 10px; position: relative; }
.action-bar .prev-next { position: absolute; right: 10px; top: 10px; }
.action-bar .prev-next ul { font-weight: bold; margin: 0 0 0 10px; }
.action-bar .prev-next-count { float: left; padding-top: 5px; }
.action-bar .view-nav { font-size: 14px; margin: 0; }

.prev-next a { padding-left: 15px; text-indent: -9999em; width: 11px; }
.prev-next .next { background: url(/content/images/shared/next.png) no-repeat 50% 50%; }
.prev-next .next-none { background: url(/content/images/shared/next-none.png) no-repeat 50% 50%; cursor: default; }
.prev-next .previous { background: url(/content/images/shared/previous.png) no-repeat 50% 50%; }
.prev-next .previous-none { background: url(/content/images/shared/previous-none.png) no-repeat 50% 50%; cursor: default; }

/* Avatars */
#avatar-full img { width: 100%; }

/* Action buttons */
.action {
  background: #f3f3f3;
  background-image: -moz-linear-gradient(top, #fbfbfb, #ebebeb);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #fbfbfb),color-stop(1, #ebebeb));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fbfbfb', EndColorStr='#ebebeb');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fbfbfb', EndColorStr='#ebebeb')";
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  color: #039;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0.5em;
  padding: 0.4em 0.7em 0.5em;
  text-decoration: none;
  white-space: nowrap;
}

.action:hover { text-decoration: underline; }

/* Bill */
.bill .n { color: red; }
.bill .num { text-align: right; }
.bill .p { color: green; }
.bill td { font-size: 13px; }
.bill .total td { border-top: 3px double #ccc; font-weight: bold; }
.bill tr:hover td { background: #f0f0f0; }

/* Calendar */
#calendar table { margin: 0; }
.fc-header td { border: 0; }
.ui-datepicker th { background: none; color: #000; }

/* Charts */
.chart { clear: both; }

  /* Bar charts */
  .bar-chart { border-top: 1px solid #eee; float: left; margin-left: 0; width: 100%; }
  
  .bar-chart .count { 
    display: block;
    font-weight: bold;
    line-height: 2em;
    margin: 0 0.3em;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    z-index: 3;
  }
  
  .bar-chart .label {
    color: #5e7299;
    display: block;
    overflow: hidden;
    padding: 0.4em 0 0.4em 2%;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    width: 88%;
    z-index: 2; 
  }
  
  .bar-chart li { border-bottom: 1px solid #eee; display: block; margin: 0; position: relative; _zoom: 1; }
  .bar-chart li:hover .count { color: #000; }
  .bar-chart li:hover .index { background: #aec3ec; }
  .bar-chart li:hover .label { color: #039; }
  
  .bar-chart .index { 
    background: #e0e0e0;
    display: block;
    height: 100%;
    left: 0;
    line-height: 2em;
    overflow: hidden;
    position: absolute;
    text-indent: -9999px;
    top: 0;
  }
  
  /* Timelines */
  .timeline { list-style: none; height: 10em; margin: 0 0 15px; }
  .timeline li { float: left; height: 8em; margin: 0 0.5%; position: relative; width: 1.5em; }
  .timeline li .bar { display: block; height: 100%; }
  
  .timeline li .label { 
    background: #fff; 
    bottom: -2em; 
    display: block; 
    height: 2em; 
    left: 0; 
    line-height: 2em; 
    position: absolute; 
    text-align: center;
    width: 100%;
  }
  
  .timeline li .count { 
    background: #e0e0e0;
    border-top: 2px solid #e0e0e0;
    bottom: 0;
    display: block;
    font-weight: bold;
    left: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 100%;
  }
  
  .timeline li.current .count { background: #c0c0c0; }
  .timeline li.current .label { font-weight: bold; } 
  
    /* Attendees by year */
    #attendees-by-year .timeline li { width: 19%; }

/* DataTables */
.dataTables_filter { font-size: 1.2em; margin-bottom: 10px; }
.dataTables_filter input { padding: 0.2em; width: 15em; }
.dataTables_info, .dataTables_length { float: right; }
.dataTables_info, .dataTables_length, .dataTables_paginate { font-size: 12px; }
.dataTables_paginate .paginate_active { font-weight: bold; }
.dataTables_paginate .paginate_button { cursor: pointer; text-decoration: underline; }
.dataTables_paginate .paginate_button:hover { text-decoration: none; }
.dataTables_paginate .paginate_button_disabled { color: #777; cursor: default; text-decoration: none; }
.dataTables_paginate span { margin-right: 0.5em; }
.dataTables_wrapper { margin-bottom: 25px; }
.dataTables_wrapper table { clear: both; margin-bottom: 0.2em; }
.dataTables_wrapper th { background-position: 0.5em 50%; background-repeat: no-repeat; cursor: pointer; padding: 0.5em; }
.dataTables_wrapper th.sorting_asc { background-image: url(/content/images/shared/sort-up-extranet.png); padding-left: 20px; }
.dataTables_wrapper th.sorting_desc { background-image: url(/content/images/shared/sort-down-extranet.png); padding-left: 20px; }
.dataTables_wrapper th.sorting_disabled { cursor: default; }

/* Dashboard */
.section { clear: both; }
.section-content { border: 1px solid #ddd; margin-bottom: 30px; overflow: hidden; padding: 15px 20px; }
.section-content p:last-child { margin: 0; }

.section-head {
  background: #7f7f7f;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 0.5em;
}

/* Features */
.features { clear: both; }
.features .btns { clear: none; float: none; margin: 0; text-align: left; }
.features li { background: none; padding: 0; white-space: nowrap; }
.features .txt { width: 71%; }
.features .imgBrowse { width: 71%; margin-left: .5em; }
.features .disabled { opacity: 0.25; }

/* Flags */
.flag 
{
   background: #cfcfcf;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
   font-size: 10px;
   padding: 0.2em 0.5em;
   text-transform: uppercase;
} 

/* Footer */
#footer { font-size: 0.9em; text-align: center; }
#footer p { margin-bottom: 0.5em; }

/* Header */
#clientHeader { float: right; text-align: right; }
#header h1 { margin-bottom: 0.2em; }
#header p { font-size: 0.9em; }
#header { margin-bottom: 0.5em; }
#logo { float: left; }

/* Icons */
.icon { background-repeat: no-repeat; background-position: 0 0.25em; line-height: 1; margin-right: 0.25em; padding: 3px 0 3px 23px; }
.icon-xls { background-image: url(/content/images/shared/icon-xls.gif); }

/* Legends */
.legend { font-weight: normal; list-style: none; margin: 0 0 0.5em; }
.legend img { vertical-align: middle; }
.legend li { display: inline; margin-right: 1em; }

/* Muted text */
.info, .mute { color: #777; font-size: 11px; }
td .info, td .mute, th .info, th .mute { font-size: 1em; }

/* Navigation */
#nav {
  background-color: #ececec;
  border-bottom: 1px solid #acacac;
  float: left;
  font-size: 1.1em;
  list-style: none;
  margin: 0;
  width: 100%;
}

#nav a { color: #000; display: block; padding: 0.7em 1em 0.8em; text-decoration: none; white-space: nowrap; }
#nav a:hover { text-decoration: underline; }
#nav a:hover, #nav .current a { background-color: #ff5600; color: #fff; }
#nav li { background: none; float: left; margin: 0; padding: 0; }

/* Notes */
.notes dt .mute { font-weight: normal; margin-left: 5px; }

/* Pages */
#pages { float: right; }
#pages a, #pages .current { padding: 0 0.5em; }
#pages .current { font-weight: bold; }
#pages .last { border: 0; }
#pages li, #pages ul { background: none; display: inline; padding: 0; }

/* Panels */
.panels { list-style: none; margin-left: 0; }
.panels h2 { margin-bottom: 0.25em; }
.panels > li { float: left; height: 55px; margin: 0 2% 2em 0; width: 48%; }
.panels .search { float: none; height: auto; margin-right: 0; width: 100%; }

/* Payment stats */
#payment-stats { font-size: 14px; }
#payment-stats ul { list-style: none; margin: 0; }

/* Profiles */
#profile-primary { float: left; width: 68%; }
#profile-secondary { float: right; width: 29%; }

  /* Summary */
  #profile-summary { background: #f0f0f0; margin-bottom: 20px; padding: 15px 20px; }
  #profile-summary h1, #profile-summary p { margin: 0; }
  #profile-summary .avatar { float: left; margin-right: 20px; }

/* Roster stats */
#roster-stats { line-height: 1.3; margin-bottom: 20px; overflow: hidden; text-align: center;  }
#roster-stats h2 { margin: 0; }
#roster-stats .mute { font-size: 11px; }
#roster-stats strong { font-size: 35px; line-height: 1; }
#roster-stats p { margin: 0; text-transform: uppercase; }

/* Schedule */
.schedule p { margin: 0; }
.schedule tfoot td { font-size: 11px; padding: 0.5em 0; }

/* Sortables */
.swap li { background-image: none; border: 1px solid #ccc; padding: 0.4em; }
.swap img { vertical-align: middle; }
.handle { cursor: move; }
.handle:hover, .over { background: #ececec; }

/* Spanish content */
.sp td { font-weight: bold; }

/* Stats */
.stat, .stats { font-size: 1.2em; list-style: none; margin: 0; }
.stats li { margin-bottom: 0.25em; }
.stat strong, .stats strong { font-size: 1.5em; }

  /* Total registrations */
  #total-registrations .stat { margin-right: 1em; }

/* Tables */
#legend { float: right; text-align: right; }
.icon { line-height: 1; }
.date, .nb, .opts { white-space: nowrap; }
.num { text-align: right; }
	
	/* Member search results */
  .member-results { border: 0; }
  .member-results .avatar { width: 42px; }
  .member-results td { border-width: 1px 0; padding: 11px 10px 11px 0; }
  .member-results h2 { font-size: 15px; font-weight: normal; margin: 0; }
  
/* Tasks */
.tasks { margin: 0 0 5px; }
.tasks img { vertical-align: middle; }
.tasks .last { border: 0; margin: 0; padding: 0; }
.tasks .mute { float: none; width: auto; }

.tasks li {
	background: none;
	border-right: 1px solid #ccc;
	display: inline;
	margin: 0 0.8em 0 0;
	padding: 0 0.8em 0 0;
}

/* View nav */
.view-nav { float: left; font-size: 11px; margin-bottom: 10px; }
.view-nav li > a, .view-nav li > input, .view-nav li > span { display: block; padding: 0.3em 0.7em; text-decoration: none; }
.view-nav li > input { background: none; border: 0; color: #039; cursor: pointer; padding-bottom: 0.4em; }

.view-nav li {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2));
  background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 100%);
  background: -o-linear-gradient(top, #ffffff 0%,#f2f2f2 100%);
  background: -ms-linear-gradient(top, #ffffff 0%,#f2f2f2 100%);
  background: linear-gradient(top, #ffffff 0%,#f2f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
  border: 1px solid #d0d0d0;
  float: left;
  margin-right: -1px;
}

.view-nav li:hover { border-color: #999; }
.view-nav li:first-child { border-bottom-left-radius: 3px; border-top-left-radius: 3px; }
.view-nav li:last-child { border-bottom-right-radius: 3px; border-top-right-radius: 3px; margin-right: 0; }

.view-nav li.current {
  background: #9b9b9b;
  background: -moz-linear-gradient(top, #9b9b9b 0%, #b2b2b2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9b9b9b), color-stop(100%,#b2b2b2));
  background: -webkit-linear-gradient(top, #9b9b9b 0%,#b2b2b2 100%);
  background: -o-linear-gradient(top, #9b9b9b 0%,#b2b2b2 100%);
  background: -ms-linear-gradient(top, #9b9b9b 0%,#b2b2b2 100%);
  background: linear-gradient(top, #9b9b9b 0%,#b2b2b2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b9b9b', endColorstr='#b2b2b2',GradientType=0 );
}

.view-nav li.current a { color: #fff; }
.view-nav ul { float: left; list-style: none; margin: 0 10px 0 0; overflow: hidden; }