/* COLORS

Almost Black: #231F20
Red: #DF1139 - Matches logo
Poop: #DEB512
Blue: #123BDE
Light Blue: #C6CEDD (Facebook light blue border)
Pale Blue: #ECEEF3 (Facebook pale blue)

*/


/* Header Background - medium */
div.header {
	background-color: #C6CEDD;
}

div.WindowTitle {
	background-color: #ECEEF3;
	color: #231F20;
}

div.twtr-doc, div.WindowTitle, div.header, #SocialComponent {
	border-color: #C6CEDD; 
}

div.FormUserInfo {
	background-color: #C6CEDD;
	border-color: #C6CEDD;
}

div.rule div.title {
	background-color: #C6CEDD;
	color: #231F20;
}

/* Body Background - light/pale */
div.Window, div.WindowBody {
	background-color: white;
	color: #231F20;
}

div.usercard, div.loginform, div.usercard a {
	background-color: #ECEEF3;
	color: #231F20;
}

div.usercard, div.loginform {
	border-left: 2px solid #231F20;
}


div.FormUserInfo a {
	color: white;
}

.CharacterName  {
	background-color: #ECEEF3;
	color: #231F20;
}

table.editor#EditStaff {
    border-collapse: collapse;
}

tr.VolunteerInfo Even {
	margin-top: 1px;
    border: 1px solid #C6CEDD;
}

tr.VolunteerHistory {
    border: 1px solid #C6CEDD;
}

tr.VolunteerInfo {
    background-color: #ECEEF3;
}

table.editor#EditStaff td {
    padding: 10px;
}

div.tab {
	background-color: #C6CEDD;
}

div.selectedtab {
	background-color: #231F20;
	color: white;
}

.table-hover>tbody>tr:hover {
    background-color: #337ab7;
    color: white;
}

table.editor {
	background-color: white;
	border: 2px solid black;
}

table.editortabs {
	border: 2px solid #231F20;
}

table.editor thead th, table.editor thead td {
       background-color: #231F20;
       color: white;
}

table.editor tfoot th, table.editor tfoot td {
       background-color: #231F20;
       color: white;
}

table.editor td {
	vertical-align: top;
}

tr.even {
	background-color: white;
	color: #231F20;
}

tr.odd {
	background-color: #ECEEF3;
	color: #231F20;
}

table.editor tr.selected {
	background-color: #DF1139;
	color: white;
}

div.editor-controls {
	background-color: #231F20;
}

table.CalendarParticipantBlock tr {
	background-color: #C6CEDD;
}

table.CalendarParticipantBlock th {
	background-color: #231F20;
	color: white;
}


h1.CalendarEvent {
    background-color: #C6CEDD;
    color: #231F20;
}

h1.CalendarDate {
    background-color: #DF1139;
    color: white;
}

.gameheader {
    color: white;
    background-color: #231F20;
}

div.MenuSelf {
    background-color: #ECEEF3;
    border-color: #C6CEDD;
}

button.menuTable {
    text-align: left;
    font-size: 12pt;
    line-height: 1.37rem;
    width: 300px;
    display: inline-block;
    padding: 5px;
    margin: 5px;
    border: 3px outset #C6CEDD;
    color: #231F20;
    cursor: pointer;
    border-radius: 5px;
    background-color: #ECEEF3;
}

button.hiddenMenu {
	background-color: #EFEFEF;
	border: 3px outset #EFEFEF;
}

.hiddenMenu, .hiddenMenu a, button.hiddenMenu {
	color: #aaa;
}


.hiddenMenu img {
	-webkit-filter: brightness(150%) grayscale(100%);
	filter: brightness(150%) grayscale(100%);
}

div.menu_table button:hover {
    color: white;
    background-color: #DF1139;
    border: 3px outset #CF0129;
}

div.menu_table button:active {
    color: white;
    background-color: #DF1139;
    border: 3px inset #CF0129;
}


div.menu_table img {
    margin-right: 8px;
    border: 0px;
}

div.menu_table_item a {
    text-decoration: none;
    color: #231F20;
}

div.invoice {
    font-size: 1.2rem;
}

div.invoice div.invoice_num {
    margin-top:12px;
    font-size: 2rem;
    font-weight:bold;
    border: 0px solid black;
    border-bottom-width:1pt;
}

table.invoice {
    width: 100%;
    border-spacing: 0px;
    border-collapse: collapse;
}

table.invoice tr {
    height: 2rem;
}

table.invoice tr.item, table.invoice tr.new_item {
    border-left: 1px solid black;
    border-right: 1px solid black;
}

table.invoice tr.new_item, table.invoice tr.subtotal {
    border-top: 1px solid black;
}

table.invoice td.subtotal {
    border: 1px solid black;
    font-family: monospace;
}

table.invoice td.total {
    border: 1px solid black;
    font-family: monospace;
}

table.invoice td.price, table.invoice td.amount {
    text-align: right;
    font-family: monospace;
}

table.invoice td, table.invoice th {
    padding: 6px;
}

table.invoice th {
    background-color: black;
    color: white;
    font-weight: bold;
    text-align: center;
    border: 1px solid black;
}

div.invoice td {
    background-color: white;
    valign: top;
}

table.invoice td.subtotal_label {
   text-align: right;
}

table.invoice td.subtotal {
   text-align: right;
}

table.invoice td.total_label {
   text-align: right;
}

table.invoice td.total {
   text-align: right;
}


div.menu_table_item:hover a {
    color: white;
}


table.Avatar tr {
    background-color: inherit;
}

div.bbcode-floatright {
	float:right;
	margin: 0;
	margin-left: 1rem;
	margin-bottom: 1rem;
}

div.bbcode-floatleft {
	float:left;
	margin: 0;
	margin-right: 1rem;
	margin-bottom: 1rem;
}

div.rule {
    margin:0 -1rem 0 -1rem;
    padding:0;
    padding-top:0.5rem;
    padding-bottom:1rem;
}

div.rule div.title {
	margin: 0px;
	margin-top: 12px;
	padding: 4px;
	padding-left: 70px;
	font-weight: bold;
}

div.rule img {
	border: 0;
	float: left;
	margin-left: 10px;
}

img.mainlogo {
	margin: 17px;
}

div.WindowTitle, div.FormUserInfo {
	font-size: 1.5rem;
	font-weight: bold;
    padding: 0.4rem;
	padding-left: 1rem;
	padding-right: 1rem;
	white-space: nowrap;
}

div.FormUserInfo {
	padding: 0;
	height: 40px;
	padding-left: 1rem;
	padding-right: 1rem;
}

div.FormUserInfo .UserInfo {
    height: 40px;
	display: inline-block;
	vertical-align: middle;
}

div.FormUserInfo .DrawerNum {
	font-size: 12px;
}


div.userinfo {
	margin: 8px;
	margin-left: 5.5rem;
	text-align: right;
}

div.avatar {
	float: left;
	margin: 0.35rem;
}

div.sidebar-left, div.sidebar-right {
	position: absolute;
	padding: 0px;
	margin: 1rem;
	margin-top: 0;
}

div.sidebar-left, div.sidebar-right {
	width: 14rem;
}

div.sidebar-right {
	left: 57rem;
}

div.usercard {
	right: 0;
	min-width: 21rem;
}

div.sidebar-left {
	left: 0;
}

div.FormContent {
	margin: 1rem;
	min-width: 61rem;
	max-width: 100rem;
}

div.Content {
	position: relative;
	margin-bottom: 1rem;
	margin-left: 16rem;
	width: 41rem;
	margin-top: 1rem;
	padding: 0;
}

div.WindowTitle, div.FormUserInfo, #SocialComponent {
	border-width: 1px;
	border-top-width: 8px;
	border-style: solid;
}

div.WindowTitle  {
	text-overflow:ellipsis;
	text-align: left;
}

#SocialComponent {
	padding: 0.6rem;
	background: white;
	text-overflow: clip;
}

div.WindowTitle a, div.FormUserInfo a {
	text-decoration: none;
}

div.Window, div.ContentArea, div.header, div.WindowTitle, div.copyright, div.FormUserInfo, #SocialComponent {
	border-radius: 5px;
}

div.WindowTitle, div.FormUserInfo, #SocialComponent {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

div.MenuSelf {
	border-radius: 5px;
	border-width: 1px;
	border-style: solid;
}

div.Window {
	position: relative;
	margin: 0;
	margin-bottom: 1rem;
}

div.WindowBody {
	padding: 1rem;
}

div.FormContent div.WindowBody {
    x-min-height: 600px;
}

div.FormUserInfo {
	position: absolute;
	right: 0;
	top: 0;
	padding-left: 48px;
	x-width: 10rem;
}

div.FormUserInfo img {
	position: absolute;
	left: 0;
	top: 0;
}

.Sidebar {
	padding: 1rem;
}

.Deleted {
    text-decoration: line-through;
}

div.Menu  {

}

div.Menu img {
	vertical-align: -10px;
	margin-left: 2px;
	margin-right: 6px;
}

div.MenuSelf, div.MenuParent, div.MenuPeer, div.MenuChild  {
	padding: 4px;
	padding-left: 0;
	padding-right: 0;
}

div.MenuSelf a, div.MenuParent a, div.MenuPeer a, div.MenuChild a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

div.MenuSelf, div.MenuPeer {
	margin-left: 20px;
}

div.MenuParent {
	margin-left: 0px;
}

div.MenuPeer {
	
}

div.MenuChild {
	margin-left: 40px;
}

.SectionWindow  {
	margin : 10px;
	margin-top: 0px;
	padding-bottom: 10px;
	background-color:white;
	color: black;
}

div.smugmuggoogleslideshow {
	margin:0;
	width:40em;
	height:30em;
	padding:0;
/*
	color:#dddddd;
	background-color:#000000;
*/
}
div.smugmuggoogleslideshow, div.smugmuggoogleslideshow img {
	border-radius:5px;
}

div.myschedule {
	position: relative;
	left: 4rem;
}

div.myschedule img {
	position: relative;
	left: -4rem;
	float: left;
}

div.myschedule .heading {
	font-size: 2rem;
}

div.myschedule .section {
	margin-bottom: 2rem;
	min-height: 3rem;
	clear: both;
}

h1.CalendarEvent {
	padding: 5px;
	padding-left: 10px;
}

div.CalendarEvent {
  margin-left:20px;
}

h1.CalendarDate {
	padding: 5px;
	padding-left: 10px;
}

table.CalendarParticipantBlock {
	float: right;
	margin: 0;
	margin-left: 10px;
	border-spacing: 2px;
	width: 25em;
}

table.CalendarParticipantBlock td {
	padding: 5px;
}

table.CalendarParticipantBlock th {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 5px;
	text-align: right;
	vertical-align: top;
	width: 7em;
}

.ShoppingCart {
	color : black;
	text-align : left;
	margin-top : 5px;
	margin-left : 5px;
	margin-right : 5px;
	margin-bottom : 10px;
}

.calendar {

}

.Window {
	margin : 10px;
}

input, textarea, select, option {
	padding: 0.5em;
}

select:not([multiple]) {
}

select[name=country] {
	max-width: 220px;
}


SPAN.texticon
{
	font-family: webdings;
	color: Maroon;
	cursor : default;
}

.FormBorder
{
	border:5px;
	border-style:solid;
	border-color:#222455;
}

.LineBorder
{
	border:1px;
	border-style:solid;
	border-color:black;
}

@media print {
	
	INPUT {
		visibility: hidden;
	}
	
	.FormBorder {
		border:0px;
	}

	.Header {
		visibility: hidden;
	}
	
	.WindowTitle {
		visibility: hidden;
	}
	
	TABLE.LocationPath {
		visibility: hidden;
		display: none;
	}

}

.gameheader {
	padding: 10px;
	margin: 0px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}

.gameheader .title {
	font-weight: bold;
	font-size: 16pt;
}

.gameheader .icon {
	margin-right: 10px;
}

.gameblock {
	border: 1px solid gray;
	background-color: white;
}

.gameblock .whenandwhere {
	margin-bottom: 5px;
	font-style: italic;
	font-weight: bold;
}

.block, .blockscheduled {
}

.block {

}

.blockscheduled {
	background-color: GoldenRod;
}


span.blocksummary {
    text-overflow: clip;
    overflow: hidden;
}


.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:#FFF;
	background-color: gray;
	width:100%;
	margin-bottom:2px;
	margin-top:2px;
	margin-right:40px;
	padding-left:2px;
	background-image:url('/images/expand.png');
	background-repeat:no-repeat;
	background-position:top right;	

	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:1px solid #317082;
	background-color:white;
	width:100%;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	position:relative;
}

div.cal {
	float: left;
	width:80px;
	border-style:solid;
	border-width:1px;
	box-shadow: 5px 5px 5px #ccc;
	margin: 10px;
}
div.calmonth {
	background-color:#DD0000;
	color: white;
	font-weight: bold;
	text-align: left;
	padding-top: 10px;
	padding-left: 4px;
}
div.calday {
	background-color:white;
	color: black;
	font-style: italic;
	text-align: center;
	font-weight: bold;
}

.clubhouseevent {
	background-color:#222455;
	margin-left:100px;
	color:white;
	margin-top:15px;
	margin-bottom:15px;
	padding:4px;
}

.clubhouseeventlink:link {
	text-decoration:none;
	color: white;
}

.clubhouseeventlink:visited {
	text-decoration:none;
	color: white;
}

.clubhouseeventlink:hover {
	text-decoration:underline;
	font-weight: bold;
}

div.tabs {
	margin: 0;
	padding: 0;
}

div.tab, div.selectedtab, div.editor-controls {
	float: left;
	padding: 0.4em;
	margin-right: 0.4em;
}

div.tab, div.selectedtab {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

div.tab {
	cursor: pointer;
}

table.Avatar {
	border: 0;
	margin: 0;
	padding: 0;
	border-spacing: 0px 0px;
}

table.Avatar tr, table.Avatar td {
	padding: 0;
}

div.CharacterName  {
	text-align: center;
	font-size: 1rem;
    padding: 0;
    padding-left: 4px;
	padding-right: 4px;
	margin: 0;
}

table.form {
	border-width: 0px;
}

table.form tbody.formsection {
    display: block;
    background-color: white;
    box-shadow: 0 1px 5px 0px #ccc;
    margin-bottom: 1em;
	padding-bottom: 1em;
}

table.form tr.formsectiontitle {
    font-size: 16pt;
    color: #317082;
}

table.form td.labels {
	vertical-align:top;
	text-align: right;
    width: 200px !important;
}

table.form div.labelfield {
    font-weight: bold;
}

table.form td.labels-checkbox {
	text-align: left;
	padding-top: 0.5em;
}

table.form td.fields div.narrow-label {
    display: none;
    font-weight: bold;
}

table.form td.fields {
    vertical-align:top;
}

@media (max-width: 768px) {
    table.form td.labels {
        display: none;
    }
    table.form td.fields div.narrow-label {
        display: block;
    }
}

div.field_description {
    font-size: 10pt;
    font-style: italic;
}

table.form td {
	padding: 6px;
}

table.editor {
	min-width: 600px;
	width: auto !important;
}

table#editor td.labels {
	width: 10rem;
}

table.editor td, table.editor th {
	padding: 0.5em;
}

table.editor tr.selected {
	cursor: pointer;
}

table.editor td.numeric {
    text-align:right;
}

table.editor td.text {
    text-align:left;
}

div.editor-controls {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

div.editor-bottom {
	margin-bottom: 2em;
}

span.block {

}

span.blockname {
	font-weight: bold;
}

span.blocksubtext {
	font-style: italic;
}

table.scheduleEditor {
    font-size: 1rem;
    border-collapse:collapse;
}

table.scheduleEditor, table.scheduleEditor th, table.scheduleEditor td {
    border: 1px solid black;
    padding: 4px;
}

th.schedule, td.schedule, td.scheduletime, td.scheduleempty {
	vertical-align: top;
	width: 150px;
}

th.schedule {
	
}

td.schedule {
	
}

td.scheduleempty {
}

td.scheduletime {
    text-align: right;
}

table.schedule-changes {
	font-size: 10pt;
}

.bbcode_guest.default {
	margin-top:1em;
	margin-bottom:2em;
	background-image: url('/i/B36A1CE28C56B957CC6749088A7A3FAFFCF0DF193A8905F3120A8D03E7FE3F8A-48x48~png');
	background-size: 48px 48px;
	background-repeat: no-repeat;
	clear: both;
}

.bbcode_rule {
	clear: both;
}

.bbcode_img {
	overflow: hidden;
}

.bbcode_guest.default .bbcode_guest_img {
	float: right;
	margin: 0;
	margin-left: 10px;
	margin-bottom: 10px;
}

.bbcode_guest.default .bbcode_guest_name {
	border: 0px;
	border-bottom: 1px;
	border-style: solid;
	margin : 0px;
	margin-left: 50px;
	font-weight : bold;
	text-align : left;
	background-color: transparent;
}

.bbcode_guest.default .bbcode_guest_title {
	text-transform: uppercase;
	margin : 10px;
	margin-top: 0;
	margin-left: 50px;
	padding-top: 0px;
	font-weight : bold;
	border: 0px;
	border-bottom: 0px;
	border-color: black;
	border-style: none;
	text-align : left;
}

table.report {
	border-collapse:collapse;
}

table.report, table.report th {
	border:2px solid black;
}

table.report th, table.report td {
	padding: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
}

table.report th {
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

table.report td {
	text-align: left;
	vertical-align: top;
	border:1px solid black;
}

div.ShoppingCart {
}

div.ShoppingCart .name {
	font-weight: bold;
}

table.Checkout {
    border-spacing: 0px;
    border-collapse:collapse;
	margin-left: auto;
	margin-right: auto;
}

table.Checkout td {
	padding: 10px;
	margin: 0px;
	border-bottom: 1px solid #ccc;
}

table.Checkout td.delete {
	width: 2em;
	vertical-align: top;
}

table.Checkout td.summary {
	text-align: right;
	border: 0px solid black;
	font-weight: bold;
}

table.Checkout td.amount {
	text-align: right;
}

table.Checkout td.total {
	font-weight: bold;
}

table.Checkout td.notes {
	border: 0px solid black;
}

table.Checkout span.name {
	font-weight: bold;
}

table.Checkout .amount.total {
    font-size: 18pt;
    font-weight: bold;
}

@media only screen and (max-width: 41em) {
	table.Checkout {
		font-size: 12px;
	}
}

div.CheckoutActions {
	text-align: center;
}

table.cash_drawer_list {
    border-spacing: 4px;
    border-collapse: collapse;
}

table.cash_drawer_list td, table.cash_drawer_list th {
    padding: 6px;
    border: 1px solid black;
}

table.cash_drawer_list th {
    color: white;
    background-color: black;
}

table.cash_drawer_items {
    border-spacing: 4px;
    border-collapse: collapse;
}

table.cash_drawer_items td, table.cash_drawer_items th {
    padding: 6px;
    border: 1px solid black;
}

table.cash_drawer_payment_types {
    border-spacing: 4px;
    border-collapse: collapse;
}

table.cash_drawer_payment_types td, table.cash_drawer_payment_types th{
    padding: 6px;
    border: 1px solid black;
}

div.page_action_button {
    float: right;
    padding: 0.7rem;
    border: 1px solid black;
    border-radius: 5px;
    margin-top: 0.75rem;
    background-color: #ECEEF3;
}

div.page_action_button:hover,  div.page_action_button:hover a {
    color: white;
    font-weight: bold;
    background-color: #DF1139;
}

div.page_action_button a {
    text-decoration: none;
    color: #231F20;    
}

table.pos_invoice {
    border-collapse: collapse;
    border-spacing: 0px;
}

table.pos_invoice th {
    color: white;
    background-color: #231F20;
    border: 1px solid white;
    border-bottom: 1px solid #231F20;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

table.pos_invoice tr.head {
    border-bottom: 1px solid #231F20;
}

table.pos_invoice th, table.pos_invoice td {
    padding: 5px;
}

table.pos_invoice th {
    padding-left: 10px;
    padding-right: 10px;
}


table.pos_invoice tr.item {
    x-border-bottom: 1px solid lightgray;
    border-left: 1px solid #231F20;
    border-right: 1px solid #231F20;
    x-background-color: #ECEEF3;
}

table.pos_invoice tr.subtotal {
    border-top: 1px solid #231F20;
}

table.pos_invoice tr.item, table.pos_invoice input, table.pos_invoice select {
    font-size: 1rem;
}

table.pos_invoice input[readonly] {
    border: 0px solid black;
}

div.panel-meta {
	margin-bottom: 1em;
}

div.panel-meta span.panel-start,
div.panel-meta span.panel-length,
div.panel-meta span.panel-roomlabel {
	font-weight: bold;
}


/* panel summary */

div.panel-summary {
	margin-bottom: 20px;
	margin-left: 20px;
}

div.panel-summary .name {
	font-size: 2rem;
	margin-bottom: -0.25em;
}

div.panel-summary .status {
	font-size: 1.5rem;
	font-style: italic;
}

div.panel-summary-users {
	margin-top: 5px;
	margin-left: 40px;
}

div.panel-summary-user {

}


/* panel details */

div.panel {
    position: relative;
}

div.panel .youtubeiframe {
    margin-right: 20px;
    margin-bottom: 20px;
    max-width: 100%;
}

@media (min-width: 1000px) {
    div.panel .youtubeiframe {
        float: left;
    }
}

div.panel-name {
    font-size: 2rem;
    margin-bottom: 10px;
}

div.panel-type {
	font-style: italic;
    margin-bottom: 10px;
}

div.panel-summary {
    
}

div.panel-pitch {
    margin-top: 10px;
}

div.panel-pitch .pitchlabel {
    font-weight: bold;
}

div.panel-status {
	clear: left;
    font-style: italic;
    margin: 20px;
}

div.panel-users {
    margin-top: 20px;
    clear: both;
}

div.panel-user {
    
}

div.panel-user img.gravatar {
    float: left;
    margin-right: 1em;
    margin-bottom: 2em;
}

div.panel-user {
    clear: both;
}

div.panel-user div.userlabel {
    font-weight: bold;
    margin-bottom: 0.5em;
}

div.panel-info {
    margin: 1em 0;
}

div.panel-info span.panel-type,
div.panel-info span.panel-track,
div.panel-info span.panel-adult,
table.eventschedule span.panel-track {
    background-color: #123BDE;
    color: white;
    border-radius: 5px;
    line-height: 2em;
    padding: 0.25em 1em;
    margin-right: 0.5rem;
}

#schedulefilters,
table.eventschedule {
	font-family: sans-serif;
	font-size: 10pt;
}

table.eventschedule td.tracks {
	max-width: 10em;
}

div.panel-info span.panel-type {
    background-color: #DF1139;
}

div.panel-info span.panel-adult {
    background-color: #DF1139;
}

div.panel-user div.name span.badge_name {

}

div.panel-user div.name span.login {
    font-weight: bold;
}

div.panel-user div.name span.login::before {
    content: '(';
}

div.panel-user div.name span.login::after {
    content: ')';
}

div.panel-pitch {
    clear: both;
    background: lightgray;
    padding: 1em;
    padding-top: 2em;
    padding-left: 3em;
    line-height: 1.4em;
    text-indent: -2em;
	border-radius: 5px;
    margin: 1em auto;
    max-width: 40em;
}

div.panel-pitch::before {
    content: '\201C';
    font-family: serif;
    font-style: italic;
    font-size: 40pt;
}

div.panel-pitch div.panel-submitter {
    text-align: right;
    margin-top: 1em;
}

div.panel-pitch div.panel-submitter::before {
    content: '-- ';
}

table.reconcile td.fill {
    border: 1px solid black;
}

table.reconcile td.total {
    border-top: 3px solid black;
    border-bottom: 3px solid black;
    border-left: 3px solid black;
    border-right: 3px solid black;
}

table.reconcile td.equals {
    border-bottom: 3px solid black;
}

.select_description {
	display: none;
	font-style: italic;	
}

.loginform, .usercard {
	border-radius: 0px 5px 5px 0px;
	position: absolute;
	top: 0;
	right: 0;
}

.loginform {
	height: 5.5rem;
	padding: 1.5rem 1.5rem 0rem 1.5rem;
	line-height: 2.5rem;
	text-align: center;
}

.usercard {
	height: 7rem;
	padding: 0;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.loginform a {
	color: #231F20;
}

.loginform #loginbutton {
	padding: 0.2rem 1.65rem 0.2rem 1.65rem;
	font-size: 1rem;
	height: 2.25rem;
}

.headerinfo {
	position: absolute;
	left: 22rem;
	top: 1.5rem;
	font-size: 1.5rem;
	font-weight: bold;
	color: #231F20;
}

.conorg-plusone {
	position: absolute;
	right: 1rem;
	top: 1rem;
	z-index: 10;
}

tr.VolunteerHistory {
	display:none;
}

.countdown-sidebar {
    background:white;
    color:black;
    margin-bottom:1em;
    padding: 1em;
}

.countdown {
	margin-top: 0.5em;
    margin-left: auto;
    margin-right: auto;
    width: 220px;
}

.countdown-row {
    text-align: center;
}

.countdown-section {
    display: block;
    float: left;
    font-size: 75%;
    text-align: center;
    padding: 4px;
}

.countdown-amount {
    font-size: 18pt;
    font-weight: bold;
}

.countdown-period {
    display: block;
}

.countdown-descr {
    display: block;
    width: 100%;
}

.breadcrumb {
    position: relative;
	box-shadow: none;
}

table.eventschedule {
	border-spacing: 5px;
	border-collapse: collapse;
	margin-bottom: 40px;
}

table.eventschedule td {
	padding: 5px;
}

table.eventschedule tr.newtime {
	position: absolute;
    background-color:white;
    z-index:-1;
}

table.eventschedule tr.firstintime {
    border-top: 1px solid black;
}

table.eventschedule tr.day {
	background-color: #DD0000;
	color: white;
}

table.eventschedule tr.filterhidden {
    display: none;
}

div#schedulefilters {
	margin: 1em;
}

div#schedulefilters .title {
    text-transform: uppercase;
    font-weight: bold;
}

div#schedulefilters .category {
    display: inline-block;
    text-align: right;
    position: absolute;
    left: 0;
    top: 0.2em;
    width: 5em;
}

div#schedulefilters .filtergroup {
    position: relative;
    padding-left: 6em;
}

div#schedulefilters button {
	background-color: red;
	color: white;
	font-weight: bold;
	padding: 1px 10px;
	border: none;
    border: 1px solid transparent;
	border-radius: 5px;
	margin: 2px;
}

div#schedulefilters button.trackfilter {
    background-color: blue;
}

div#schedulefilters button.pressed {
	background-color: white;
	color: black;
    border: 1px solid lightgray;
}

div#schedulefilters button:focus {
    outline: none;
    border: 1px solid black;
}

.nowrap {
    white-space: nowrap;
}

table.badgePickup button {
	margin-bottom: 4px;
}

table.badgePickup td.badgeName {
	min-width: 260px;
}

span.required-asterisk {
	color: red;
	font-weight: bold;
}

.purchase-options {
	width: 500px;
	max-width: 100%;
}

.purchase_item {
	border-radius: 15px;
}

.purchase_item.sold-out .description {
	display: none;
}