* {
  box-sizing: border-box;
}
body {
	margin: 0; /* to prevent IE from screwing up 100% width */
	padding: 0; /* to prevent IE from screwing up 100% width */
	padding-top: 6px;
	background-color: #f7f7f7;
	font: 16px 'Open Sans',Helvetica,Arial,sans-serif;
	/*font-family: 'Open Sans',Helvetica,Arial,sans-serif;
	font-size: 16px;*/
	font-weight: 400;
	
}
body, p, td, th {
	/*font: 13px Arial, Helvetica, sans-serif;*/
}
a {
	color: #060;
}

.textlink {
	cursor: pointer; 
	text-decoration: underline; 
	color: #060	
}

.screenDescription {
	font-size: 0.9em;
	margin-bottom: 12px;
}

#toolContent {
	padding: 20px;
	width: 900px;
}

#toolTitle {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 16px;	
}

.toolHeading {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 3px;	
}

.toolDescription {
	font-size: 0.9em;
	margin-bottom: 3px;
}

.toolDivider {
	background-color: #CCC;
	height: 1px;
	border: 0;
	margin: 4px 0px 16px;	
}

.fieldDescription {
	font-size: 0.8em;
	margin-bottom: 3px;
}

.green {
	color: #008032;
}

.fieldDescriptionInside {
	font-size: 0.7em;
	margin-bottom: 3px;
	color: #008032;
	padding-left: 6px;
}

.boxAround {
	border: 1px solid #000 !important;
}

#manageContent {
	padding: 20px;
	width: 1024px;
	min-height: 650px;
}

.listRow {
	display: flex;
}

.listColumnData {
	width: 91.667%;
	padding: 9px 6px 12px;
	border-bottom: 1px solid #DFDFDF;
	display: flex;
}

.listColumnActions {
	width: 8.33%;
	padding: 9px 6px 12px;
	border-bottom: 1px solid #DFDFDF;
	text-align: right;
}

.listHeadings {
	background-color: #CCC;
	font-size: 0.9em;
	padding: 3px 6px;
}

.listColumnKebab {
	/*text-align: right;*/
	margin-right: 6px;
	margin-top: 3px;
}

.createButtonArea {
	width: 20%; 
	text-align: right; 
	margin-top: 3px
}

.createButton {
	background-color: #060; /*#0a2c4f*/
	color: #fff;
	padding: 14px;
	text-decoration: none;
	border: 0;
	text-align: center;
	cursor: pointer;
	border-radius: 4px;
	font-size: 1em;		
}

.dataSmaller {
	font-size: 0.9em !important;
}

.clickable {
	/*font-weight: 600;*/
	color: #060;
	text-decoration: none;
	cursor: pointer;
}

.userUserName, .userStatus {
	flex: 1;
}
.userName {
	flex: 3;
}

.eventName {
	flex: 2;	
}
.eventMore {
	flex: 1;
	display: flex;
}
.eventMoreItem  {
	flex: 1;
	font-size: 0.9em;
	text-align: center;	
}


/* Settings Specific */
#settingsNav {
	width: 220px;
	position: fixed;
	top: 63px;
	z-index: 1;	
	padding-left: 20px;
	padding-top: 20px;
	margin-right: 24px;
	background-color: #fff;
	overflow-x: hidden;
	font-size: 0.95em;
}

#settingsNav a {
	text-decoration: none;
}

#settingsNav div {
	margin-bottom: 10px;
} 
#settingsNav .subnav a {
	font-size: 0.85em;
	text-decoration: none;
}
#settingsNav .subnav, #settingsNav .hassubnav {
	margin-bottom: 8px;
}
#settingsNav .subnav {
	margin-left: 12px;
}

.navDivider {
	background-color: #CCC;
	height: 1px;
	border: 0;
	margin: 4px 0px 16px;
	width: 90%	
}

#settingsContent {
	margin-left: 220px;
	margin-bottom: 48px;
}

.listArrow {
	margin-right: 16px;
	margin-top: 3px;
	cursor: pointer;
}

.ticketName {
	flex: 5;
}
.ticketPrice {
	flex: 1;
}

.rafflePhoto {
	margin-right: 6px;
	width: 32px;	
}
.raffleName {
	flex: 4;
}
.raffleNeeded {
	flex: 1;
}
.raffleBought {
	flex: 1;
}

.questionName {
	flex: 5;
	margin-right: 16px;
}
.questionType {
	flex: 2;
}

#sort-list, #qtable, #mainpage-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sort-list li i, #qtable li i {
	cursor: move;
}

.choiceListRow {
	display: flex;
	margin-bottom: 3px;
}

.choiceArrow {
	margin-left: 12px;
	margin-right: 6px;
	margin-top: 7px;
}

.choiceName {
	width: 600px;
}

.choiceAmt { 
	width: 100px;
}

.choiceHide {
	width: 50px;
}

.discCodeDates {
	flex: 2;
}
.discAmt {
	flex: 1;
}

/* Settings Specific End */

/* Reports Specific End */
.money {
	text-align: right;
}

.centered {
  text-align: center;	
}

.table {
  display: table;
  width: 100%;
}

.table > * {
  display: table-row;
}

.table > header .col {
  font-weight: bold;
  font-size: 0.9em;
  border-bottom: 1px solid #CCC;  
}

.table .col {
  display: table-cell;
  border-bottom: 3px solid transparent;
  border-top: 3px solid transparent;
}

.sessionstatName {
	width: 65%;
	overflow: hidden;
	padding-right: 24px;
}
.sessionstatTickets {
	width: 20%;
	padding-right: 24px;
}
.sessionstatOther {
	width: 15%;
}

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.rowHeading {
   background-color: #ccc;
}

.rowData {
	padding: 3px 0px;
	border-bottom: 1px solid #ccc;
}

.column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1
}

.column:first-child {
  margin-left: 3px;	
} 

.column:last-child {
  margin-right: 3px;	
}

.double-column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 2
}

.quickStats {
	font-size: 0.9em;
}

.statTicketName {
	flex: 5; 
}

.compareStatTicketName {
	flex: 3; 
}

#reportScreen {
	width: 75%;
}

#regTickets, #attendeeTickets, #questionInfo, #fieldChoices {
	font-size: 0.8em;	
}

.ticketItem {
	padding-left: 1.5em;
	text-indent: -1.7em;
}

/* Reports Specific End */

/* Manage Registrants & Attendees Specific Begin */
.regName {
	flex: 1;
}

.regMore {
	flex: 1;
	display: flex;
}
.regMoreDate  {
	flex: 1;	
}
.regMoreItem  {
	flex: 1;
	text-align: center;	
}

.attendeeItem {
	flex: 1.5;
}
.attendeeItemLess  {
	flex: 0.7;
	text-align: center;	
}

.listColumnCheckoutData {
	width: 100%;
	padding: 9px 24px 12px 6px;
	border-bottom: 1px solid #DFDFDF;
	display: flex;
}
.listColumnCheckoutData {
    width: 100%;
	padding: 3px 24px 6px 6px;
    border-bottom: 1px solid #DFDFDF;
    display: flex;
}

/* Manage Registrants & Attendees Specific End */

/* Wizadjournal */
/* honoree management start */
/* Modal CSS */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 5% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 3px solid #000;
    width: 600px; /* Could be more or less, depending on screen size */
	font-size: 14px;
}

/* The Close Button */
.close, .photoclose, .blogclose {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover, .photoclose:hover, .blogclose:hover, 
.close:focus, .photoclose:focus, .blogclose:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* Modal CSS */
.modalHonoreePhoto {
	display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-contentHonoree {
    background-color: #fefefe;
    margin: 5% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 3px solid #000;
    width: 320px; /* Could be more or less, depending on screen size */
	font-size: 14px;
}

/* honoree management end */
/* sponsor level configs and edit ads */
.colSingle {
	flex: 1;
}
.colDouble {
	flex: 2;
}
.colDoublePlus {
	flex: 2.5;
}
.colTriple {
	flex: 3;
}

#previewArea {
	width: 570px;
	margin-top: 20px;
	margin-left: 20px;
	font-size: 16px; 
	line-height: 1.5em;	
	/* style here so that title text follow em values based on 16px*/
}

#adSettings { width: 630px; position: absolute; top: 140px; bottom: 80px; overflow-y:auto; }

#adForm i { cursor: pointer }
/* sponsor level configs and edit ads end */

/*cover backgrounds*/
#coverFileSelection {
	width: 94%;
	height: 220px;
	overflow: scroll;
	border: 1px solid #39364f;
	padding: 2px 5px;
	margin-bottom: 18px; 	
}

.coverFileApply {
	width: 94%;
	height: 360px;
	overflow: scroll;
	border: 1px solid #39364f;
	padding: 2px 5px;
	margin-bottom: 18px; 	
}

.covers {   /* was .sponsor-amounts */
  display: flex;
  flex-wrap: wrap;
}

.cover-item {  /* was .sponsor-amounts-items */
	height: 70px; /* was 84px */
	margin-bottom: 0px; /* was 16px */
}

.covers input[type="radio"] { /* was .sponsor-amounts */
    display:none; 
}

.covers label {  /* was .sponsor-amounts */
	display: block;
    width: 92px; /* was 118px */
    border: 4px solid #fff;
    border-radius: 4px;  
	margin-right: 3px; /* was 16px */
}

.covers label img {
	width: 85px; /* was 110px */
	height: auto;
}

.covers label:hover { /* was .sponsor-amounts */
  border-color: #dfd;
}

.covers input[type="radio"]:checked + label {  /* was .sponsor-amounts */
    border-color: blue;
}
/*cover backgrounds end






/* OLD */



.detailRegistration {
	display: none;
}

.titleIndent {
	font: 20px Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 12px;
}
.title {
	font: 20px Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.largeTitleIndent {
	font: 20px Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 12px;
}
.largeTitle {
	font: 24px Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.subtitle {
	font: 20px Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.blockheadings {
	background-color: #060;
	color: #fff;
	font: 13px Arial;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	text-transform: uppercase;
}
.subblockheadings {
	background-color: #CCC;
	color: #000;
	font: bold 13px Arial;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.notes {
	font: 11px Arial, Helvetica, sans-serif;
	color: #00F;
}

.missingCatLink {
	color:#00C; 
	font-weight: normal;
	text-decoration: underline;
	cursor: pointer;
}
.formgroup {
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	font: bold 13px Arial;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	color: #000;
	background-color: #D3E4E7;
}
.formfield {
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	padding-left: 2px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #666666;
}
.formlabel {
	border-bottom: 1px solid #000000; 
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	padding-left: 2px;
	font: 12px Arial, Helvetica, sans-serif;
}
input.button, button.button {
	width: auto;
    overflow: visible;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #060;
	color: #fff;
	font-weight: bold;
	padding: 9px 12px;
	border: none;
}
a.button {
    display: block;
    float: left;
	text-decoration: none;
	width: auto;
    overflow: visible;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #060;
	color: #fff;
	font-weight: bold;
	padding: 9px 12px;	   
}

a.rounded-button {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    background-color: #060; /* customize based on color scheme - nav color */
    color: white;
	text-decoration: none;
	font-size: 90%;
    border: 0;
    padding: 5px 7px;
    margin: 0 0 0 0.25em;
}

.form-button {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    background-color: #006FB4; /* customize based on color scheme - nav color */
    color: white;
	text-decoration: none;
	font-size: 90%;
    border: 0;
    padding: 4px 7px;
    margin: 0 0 0 0.25em; 	
}



.sectionbox {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff; 
    border: 1px solid #303437;
	padding: 12px 9px 0px 9px;	
}

.sectionTitle {
	font-size: 110%;
	font-weight: bold;
	padding-bottom: 6px;
	border-bottom: 1px solid #7f8589;
	margin-bottom: 9px;
}

.sectionbox a{
	display: block;
	text-decoration: none;
	padding-bottom: 16px;
}

.hidden {
	display: none;
}

/* event date items */
#event_dates table {
	margin: 0 0;
	width: 400px;
	border: 0;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #e2e2e2; 
}
#event_dates table tr td  {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e2e2e2;
}

/* draggable items styles */
#info {
	display: block;
	padding: 10px; margin-bottom: 20px;
	border: 1px solid #333;
	background-color: #efefef;
}

.manage_headings {
	padding: 5px 0px;
	padding-bottom: 3px;
	background-color: #D3E4E7;
}
.manage_list {
	border-top: 1px solid #000000;
	height: 30px;
	padding-top: 3px;
	/*padding-bottom: 3px;*/
}
.cat-headings {
	padding: 5px 0px;
	margin-bottom: 3px;
	background-color: #D3E4E7;
}

#cat-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

#cat-list li {
	display: block;
	padding: 5px 0px;
	margin-bottom: 3px;
	background-color: #D3E4E7;
}

#cat-list li img.handle {
	margin-right: 10px;
	cursor: move;
}



#mainpage-list li ul {
	list-style: none;
	margin: 0;
	padding-left: 25px;	
}

#mainpage-list li ul li{
	display: block;
	padding: 5px 0px;
	margin-bottom: 0px;
	background-color: #ececec;
}

#photo-list, #logo-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

#photo-list li, #logo-list li {
	display: block;
	padding: 5px 0px;
	margin-bottom: 3px;
	background-color: #D3E4E7;
}

#photo-list li img.handle, #logo-list li img.handle {
	margin-right: 10px;
	cursor: move;
}
/* end draggable items styles */

/* menu css */
#navcontainer {
	position: relative;	
}

#navcontainer ul {
	list-style: none;
	padding: 0;
	margin: 0;
	background-color: #303437;
	color: #FFF;
	float: left;
	width: 100%;
	border-bottom: 6px solid #060;
	min-width: 600px;
	box-sizing: border-box;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a {
	padding: 0.5em 1em;
	background-color: #303437;
	color: #fff;
	text-decoration: none;
	float: left;
	border-right: 3px solid #fff;
}

#navcontainer ul li a.current {
	background-color: #060;
}
#navcontainer ul li a:hover {
	background-color: #FF7D7D;
	color: #000;
}
/* end menu css */

/* submenu css */
#submenu a {
	display: block;
	width: 90%;
	text-decoration: none;	
	background-color: #303437;
	color: #fff;
	padding: 12px 8px;
	margin-bottom: 12px;
}

#submenu .title {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 9px;
}


/* end submenu css */

.navlink {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
.text10 {
	font: 10px Arial, Helvetica, sans-serif;
}
.text11 {
	font: 11px Arial, Helvetica, sans-serif;
}
.text12 {
	font: 12px Arial, Helvetica, sans-serif;
}
.text14 {
	font: 14px Arial, Helvetica, sans-serif;
}

.littlebutton {
	width: auto;
    overflow: visible;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ED1C24;
	font-weight: bold;
	padding: 1px 3px;
}
.lgbutton {
	width: auto;
    overflow: visible;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #ED1C24;
	font-weight: bold;
	border: 1px solid #000000;
	padding: 3px 6px;
}
.graybutton {
	background-color: #c4c4c4;
	border: 1px solid #000000;
	padding: 3px 3px;
}
#divScrollDashBoard {
/*padding-left: 5px;
padding-right: 5px;*/
overflow-x: hidden; 
overflow-y: scroll; 
overflow: auto;
width: 980px;
height: 125px;
text-align:left;
}



.HistoryList {
	border: #000000 1px solid;
	padding: 5px;
	overflow: scroll;
	white-space: nowrap;
	width: 390px;
	height: 150px;
	background-color: #ffffff;
}
.MemberList {
	border: #000000 1px solid;
	padding: 5px;
	overflow: scroll;
	white-space: nowrap;
	width: 315px;
	height: 300px;
	background-color: #ffffff;
}
.RecipientList {
	border: #000000 1px solid;
	padding: 5px;
	overflow: scroll;
	width: 100%;
	height: 550px;
	background-color: #ffffff;
}
#tooltip {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: none;
	vertical-align: text-top;
}

#tooltip a {
	position: relative;
	color: #FFFFFF;
	/* color: #093073;*/
}

#tooltip a span {
	display: none;
}

#tooltip a:hover {padding: 1px;} /* IE/Win requires some link change on hover in order to show the tooltips */

#tooltip a:hover span {
	display: block;
	position: absolute;
	top: 15px; 
	left: -50px; 
	width: 200px;
	border: 1px solid black;
	background-color: #ececec; 
	color: #000000;
	padding: 8px 4px 4px 4px;
	font-size: 10px;
	font-weight: 500;
	text-decoration: none;
  } 
#TJK_ToggleON,#TJK_ToggleOFF {display:none}  /* for FAQ open/close */
.checklist {
    border: 1px solid #ccc;
    list-style: none;
    height: 12em;
    overflow: scroll;
	white-space: nowrap;
    width: 90%;
}

.checklist, .checklist li { margin: 0; padding: 0; }

.checklist label {
    display: block;
    padding-left: 25px;
    text-indent: -25px;
}

.checklist label:hover { background: #777; color: #fff; }

/*.checklist label {
    display: block;
    padding-left: 25px;
    text-indent: -25px;
}*/

.checklistwlp {
    border: 1px solid #ccc;
    list-style: none;
    height: 8em;
    overflow: scroll;
	white-space: nowrap;
    width: 220px;
}

.checklistwlp, .checklistwlp li { margin: 0; padding: 0; }

.checklistwlp label {
    display: block;
    padding-left: 25px;
    text-indent: -25px;
}

.checklistwlp label:hover { background: #777; color: #fff; }


/* Button used to open the contact form - fixed at the bottom of the page */
.open-button {
  background-color: #060;
  color: white;
  padding: 14px;
  border: none;
  cursor: pointer;
  /*opacity: 0.8;*/
  position: fixed;
  bottom: 0px;
  right: 1px;
  width: 250px;
  box-sizing: border-box;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
}

/* The popup form - hidden by default */
.form-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 15px;
  border: 3px solid #f1f1f1;
  z-index: 9;
  box-sizing: border-box;
}

/* Add styles to the form container */
.form-container {
  width: 280px;
  padding: 10px;
  background-color: white;
  box-sizing: border-box;
}

/* Full-width input fields */
.form-container input[type=text] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 12px 0;
  border: none;
  background: #f1f1f1;
  box-sizing: border-box;
}

.form-container textarea {
  width: 100%;
  padding: 15px;
  margin: 5px 0 12px 0;
  border: none;
  background: #f1f1f1;
  height: 100px;
  box-sizing: border-box;
}

/* When the inputs get focus, do something */
.form-container input[type=text]:focus, .form-container textarea:focus  {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/login button */
.form-container .btn {
  background-color: #060;
  color: white;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
  box-sizing: border-box;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
} 


* html .checklist label .checklistwlp label { height: 1%; }

@media print {
.noprint {
   display: none;
}
#settingsContent {
	margin: 0;
}
}
