#realtime-waitlist {
    border: 1px solid #333;    
    margin-top: 20px; 
    padding: 10px 10px;
    background: #c5c5c5;
    color: red;
    font-size: 16px;
}

.clear {
    clear: both;
}


/*********this is for the buttons on the event registration pg***********/


.event-button {
    background-color: #159200 ;
    color: #fff ;
    font-size: 13px ;
    width: 60%;
}

.event-button:hover {
    background-color: #6bd559;
    color: #fff ;
}


.event-btns {
    width: 101%;
    margin-left: -0.5%;
    margin-right: -0.5%;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


a.btn.view-btn {
    list-style-type: none;
    display: inline-block;
    border-radius: 0px ;
    font-size: 13px ;
    padding: 2px 12px ;
    margin: 10px 0.5% 20px;
    width: 19%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a.btn.view-btn.active, a.btn.view-btn:focus {
   background: #e6e6e6;
   color: #333;
}    

.ev-button-row,  {
	text-align: right;
	width: 100%;
    display: inline-block;
}

.global_nav_buttons {
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
}

.global_nav_buttons button {
    margin: 10px 5% !important;
    width: 15%;
}

div#divCheckOut button {
    margin: auto 10%;
}

.event-cal ul {
	list-style: none;
	margin: 15px auto;
    max-width: 100%;
    padding: 0;
    font-size: 12px;
}

.event-cal ul li {
	margin: 5px auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*.event-cal ul li {
    margin-bottom: 25px;
}
*/

table.events-tbl {
    width: 100%;
}
.events-tbl tr{
    padding: 4px;
}

table.events-tbl>tbody>tr, table.events-tbl>tr {
    border-bottom: 1px solid white;
}

table.events-tbl>tbody>tr:nth-of-type(odd), table.events-tbl>tr:nth-of-type(odd) {
    background: #f1f3f4;
    background: #f3f3f3;
}
table.events-tbl>tbody>tr:nth-of-type(even), table.events-tbl>tr:nth-of-type(even) {
    background: #e9ebed;
    background: #ededed;
}


.events-tbl td{
    padding: 8px 10px;
}

.events-tbl input[type=checkbox], .events-tbl input[type=radio]{
    margin-top: 0;
}

.select-bndle{
    display: inline-block;
    padding-right: 10px;
}


.event-select{
    /*text-align: center;*/
    width: 100%;
    display: inline-block;
}


table.event-cal{
    table-layout: fixed;
}

.event-cal td {
    min-height: 120px;
    height: 120px;
    background: #f3f3f3;
    border: 1px solid white;
    padding: 10px;
}

a.evnt-day {
    text-decoration: none;
}

th.calendar_header {
    padding: 10px;
    text-align: center;
    background: #e2e2e2;
    border: 1px solid white;
}



.event-contain {
    background: #f3f3f3;
    padding: 20px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.event-contain *{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.event-contain h2 {
    margin-top: 30px;
    border-top: 1px solid #ccc;
    padding-top: 30px;
}


.event-contain h2:first-of-type {
    margin-top: 0;
    padding: 0;
    border: none;
}

.event-detail-left {
    display: inline-block;
    float: left;
    width: 65%;
    padding-right: 15px;
}
.event-detail-left a{word-break: break-all;}

.event-detail-right {
    display: inline-block;
    float: right;
    width: 35%;
    padding-left: 15px;
}

.event-contain h4 {
    margin-top: 30px;
}

.event-indent {
    margin-left: 20px;
}

div#calendarDiv1 {
    margin-left: 20px;
}

a.btn.event-button {
    width: 100%;
    margin: 0;
    margin-top: 15px;
	white-space: normal;
}


.fa.ev-icon {
    font-size: 1.2em;

}


.fa.cal-icon {
    padding-right: 6px;
}


button.cal-submit, button.cal-submit:hover, button.cal-submit:active, button.cal-submit:focus{
	background: none;
	padding: 0;
	margin: 0;
	border: none;
	text-shadow:none;
	border-radius: 0;
	box-shadow: none;
	padding-left: 5px;
	font-size: 1.2em;
	outline: none;
	opacity: 1;
}

button.cal-submit:hover, button.cal-submit:active, button.cal-submit:focus{
	opacity: 0.8;
}

.cal-submit a, .cal-submit a:hover, .cal-submit a:active, .cal-submit a:focus {
	text-decoration: none;
}

ul.event_btn {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.event_btn li {
	color: #333333;
	padding: 2px 10px;
    margin-right: 5px;
    background: #c5c5c5;
    font-size: 12px;
    display: inline-block;
    float: left;
	cursor: pointer;
}

ul.event_btn li:hover{
	opacity: 0.8;
	transition: opacity .5s;
}

ul.event_btn li.active{
	background: #eee;
	color: #333333;
}

ul.event_btn li.active:hover{
	opacity: 1;
}

.event_wrap {
    padding: 20px;
    background: #eee;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	
}
.event_div_blocker{
	display: none;
    z-index:499;    
    position: absolute; 
    top: 0%; 
    left: 0%; 
    width: 100%; 
    height: 100%;      
    background-color: gray; 
    opacity:.7; 
}
.event_wrap_white{
    padding: 20px;
    background: white;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cal-bck {
    float: left;
    line-height: 24px;
	z-index: 10;
    position: relative;
}


div#divTotalDue {
    float: right;
    line-height: 24px;
    margin-top: -24px;
    font-weight: bold;
}

.event-reg-title{
	margin-top:20px; display: inline-block;width: 100%;}


.membership-type {
    display: inline-block;
    float: left;
}

.membershipcheck {
    text-align: right;
    max-width: 30%;
    float: right;
}

.membershipjoin {
    display: inline-block;
    float: right;
}


#calcontainer{
	position: relative;
}

.close-btn{
    height: 40;
    position: absolute;
    right: 15px;
    top: 15px;
    color: #333;
	cursor: pointer;
}

ul.event-btns {
    list-style: none;
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 10px auto;
}

.event-btns li {
    display: inline-block;
    float: left;
}

.event-btns a {
    background: #a0a0a0;
    padding: 0px 9px;
    display: inline-block;
    float: left;
    margin-right: 5px;
    font-size: 12px;
    color: white;
}


/* [JD #25560 01/06/16] */
.ev_guest_quiz { margin-bottom: 10px; }
.ev_guest_quiz input { margin: 0 5px 0 0; }
.ev_guest_quiz tr { margin: 5px 0 5px 0; }
.ev_guest_quiz th { vertical-align: top; }
.req_asterisk { margin-right: 0.5em; color:red; }

/* TLS-1528 - Nomad - Cleaned CSS styles */
/* Inline Styles removed */
.divguests { 
	background-color: #fafafa;
	border: solid 1px;
	border-color: #dddddd;
	display: none;
	height: 400px;
	margin-top: -100px;
	overflow: auto;
	position: absolute;
	width: 100%;
	top: 0;
	right: 0;
	z-index: 500;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.divassoc { 
	background-color: #fafafa;
	border: solid 1px;
	border-color: #336699;
	display: none;
	height: 460px;
	margin: 0 auto;
	overflow: auto;
	position: absolute;
	width: 650px;
	z-index: 500;
}

.associateList .organization {
	hyphens: auto;
	overflow-wrap: break-word;
	vertical-align: text-top;
}


.event_wrap label {
    display: inline-block;
    margin-right: 8px;
}

.event-select select {
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
	a.btn.view-btn {
		width: 49%;
		margin-bottom: 10px;
	}

	.event-detail-left, .event-detail-right, .membershipcheck {
		float: none;
		width: 100%;
	}

	.event-detail-left, .event-detail-right {
		padding: 0;
	}

	.membershipcheck{
		max-width: 100%:;
	}
}

#viewregdetails {
    margin-bottom: 30px;
}

/* Events Overhaul - Start */

.displayNone {
    display: none;
}

.associate_icon_edit,
.guest_icon_edit,
.associate_icon_delete,
.guest_icon_delete {
    cursor: pointer;
}

.associate-edit,
.guest-edit {
    display: none;
    margin: auto;
    width: 90%;
}

.ev-search-field {
    clear: left;
    text-align: left;
    margin-bottom: 15px;
}

.ev-search-field>label {
    float: left;
    width: 20%;
}

.ev-search-field>input,
.ev-search-field>select {
    float: left;
    height: 24px !important;
    width: 40%;
}

.ev-search-field span {
    padding-left: 5%;
    width: 30%;
}

#evregister .ev-search-field {
    margin-bottom: 5px;
    width: 100%;
}

.register-field {
    float: left;
    text-align: left;
}

.register-field.required label:before {
    content: "*";
    color: crimson;
    padding-right: 5px;
}

.mod-col-4 {
    width: 90%;
}

.mod-col-4>div {
    width: 25%;
}

.mod-col-3>div {
    width: 33%;
}

.register-field>label {
    height: auto;
    margin-bottom: 0;
}

.register-field>input,
.register-field>select {
    width: 90%;
    height: 24px !important;
}

div[id^=ev_assoc_register]>div,
div[id^=ev_guest_register]>div {
    margin: 0 auto 5px auto;
    width: 90%;
}

.assoccell,
.guestcell {
    border-bottom: solid 1px;
    border-color: #cbcaca;
    font-size: 13px;
}

.nav_buttons {
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
}

.nav_buttons button {
    margin: 10px 5% !important;
	width: 15%;
}

.associateList span {
    display: inline-block;
    font-size: 14px;
    text-align: left;
}

.associateList .listHeader {
    font-weight: bold;
}

.associateList input[type=radio] {
    width: 5%;
}

.associateList .organization {
    hyphens: auto;
    overflow-wrap: break-word;
    vertical-align: top;
    width: 25%;
}

.associateList .firstName {
    width: 20%;
}

.associateList .lastName {
    width: 20%;
}

.associateList .city {
    width: 15%;
}

.associateList .state {
    text-align: center;
    width: 10%;
}

.response-field {
    border-bottom: solid 2px gray;
    padding: 5px 0;
    margin: 0 auto;
    overflow: hidden;
    width: 90%;
}

.response-field label {
    float: left;
    font-size: 13px;
    overflow-wrap: break-word;
    text-align: left;
    width: 100%;
    margin-right: 0;
}

.response-field.required label:before {
    content: "*";
    color: crimson;
    padding-right: 5px;
}

.response-field .answer {
    float: left;
    font-size: 13px;
    overflow-wrap: break-word;
    text-align: left;
    width: 100%;
}

.response-field .answer input{
    margin: 5px 3px;
    margin-right: 8px;
}

.response-field .answer select, .response-field .answer input[type="text"] {
    margin: 0;
}


.error-link {
    color: crimson;
    cursor: pointer;
    font-weight: bold;
    white-space: nowrap;
}

.errorNote {
	color: red;
}

.footNote {
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    margin-top: 20px;
}

/* Rules imported from Bootstrap */
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.text-nowrap {
	white-space: nowrap;
}
.text-bold {
	font-weight: bold;
}


/* Events Overhaul - End */