/*
// FileName:     esp_site.css
// Author:       EventSystemPro
// Copyright:    © EVENTSYSTEMPRO 2016. ALL RIGHTS RESERVED.
// Web Version:  3.5025
// Date:         04/27/2018

// *************************************************************************************** //
// These are overrides to Bootstrap 3.3.5
// IMPORTANT NOTE: When doing custom version for client installation, prepend file name 
//                 with client acronym and change css file name in header template.
// *************************************************************************************** //

// *********************************************************************************
// CHANGES:
// Dec 10/17 - Added new styles for membership_payment, and payment pages:
//             * payment-container
//             * payment_para
//             * billing_section
//             * credcard_section
//             * credcard_section::after
//             * payment_heading
//             * label.paymentHdg, div.paymentHdg
//           - Commented esp-container @ media 991px - too large a padding at the
//             bottom when mobile/narrow screen width.
//           - Commented esp-body margin-bottom setting.
//           - Added height setting to html and commented position and min-height.
//           - Added height, display and flex-flow settings to body.
//           - Added footer tag style.
//           - Commented footer-inverse and footer-default position settings.
//             Barry Watt
// Jan 12/18 - Changed .inPresentation style from display: flex to block.
//             Barry Watt
// Jan 14/18 - Added these new styles: label.CostCat and label.sessLabel
//             Barry Watt
// Jan 26/18 - Removed font sizing from .extraText style.
//             Barry Watt
// Jan 28/18 - Added p:last-child to precont_section style to remove unsightly big
//             space below the last paragraph.
//             Barry Watt
// Feb 7/18  - Added .telRow, .tel-1 and .tel-2 styles.
//           - Further adjustments to footer styles and added .row-eq-height style.
//             Barry Watt
// Mar 2/18  - Added mainBlock style and moved min-height from body to this style.
//           - Added footer-columns style with a min-height of 120px to resolve
//             issue with IE11 where the powered by and logo were above the footer.
//             Barry Watt
// Mar 13/18 - Added .footer-1-mt24, .footer-2-mt24 styles.
//             Barry Watt
// Mar 15/18 - Added styles specific to Bambora.
//           - Changed payment-container min-width to 660px.
//             Barry Watt
// Mar 16/18 - Modified confirmationMail padding to only 4px on top.
//             Barry Watt
// Apr 24/18 - Added .mb-24 style. Barry Watt
// *********************************************************************************

*/

html {
/* Dec 10/17 - Removed these settings. Barry Watt */
/*  position: relative;
  min-height: 100%;*/
/* Dec 10/17 - Add this setting. Barry Watt */
  height: 100%;
}
body {
	background-color: white;
	color: rgb(0,0,0) !important;
	width: 100%;
/* Dec 10/17 - Add these settings. Barry Watt */
/*	height: 100%;
	display: flex;
	flex-flow: column;*/
}
.esp-body {
	/* Margin bottom by approximate footer height */
/* Dec 10/17 - Removed this margin-bottom setting. Barry Watt */
/*	margin-bottom: 150px;*/
}
.pageTop {
	margin-top: 75px;
}
.mainContainer {
	min-height: 84vh;
}
.container {
	width:75%;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.esp-container {
	padding-bottom: 45px;
}
/* Dec 9/17 - Added this style. Barry Watt */
.payment-container {
	width: 100%;
	min-width: 660px !important;
}

/* NAVBAR ADJUSTMENTS FOR ESP  *************************************************/
.navbar-brand {
	/*padding: 10px 10px 10px 15px !important;*/
	text-shadow: none !important;
}
.espNavLogo {
	height: auto;
	width: 65px;
	margin:-12px 0px 0px 0px;
}
.navbar-inverse {
	background-image: none !important;
	background-color: rgb(175,54,60) !important;
	border-color: rgb(0,0,75) !important;
}
.navbar-inverse .navbar-toggle {
	background-color: rgb(175,54,60) !important;
	border-color: rgb(0,0,120) !important;
}
.navbar-inverse .navbar-toggle:hover {
	background-color: rgb(0,75,227) !important;
	border-color: rgb(0,0,210) !important;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
	background-image: none !important;
	background-color: rgb(175,54,60,0.5) !important;
	min-height:70px;
}
.navbar-inverse .navbar-nav > li > a {
    color: rgb(234,234,234);
}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
	background-image: none !important;
	background-color: rgba(175,54,60) !important;
    color: rgb(175,54,60) !important;
}
.navbar-default .navbar-nav > li > a {
    color: rgb(90,90,90);
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: rgb(0,0,0);
}
.activeLink {
	font-weight: bold;
}

/* ARIA SPECIFIC SKIP TO CONTENT LINK - ONLY VISIBLE TO SCREEN READERS WHEN CSS IS TURNED OFF. */
#skip-content {
    width: 100%;
    text-align: center;
}
#skip-content a {
	position: absolute;
	left: 0;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden
}

/* ARIA SPECIAL MAIN CONTENT FOR SKIP TO CONTENT LINK */
a#mainContents {
	position: absolute;
	top: -75px;
}

/* ARIA-INSPIRED TO TOP BUTTON */
.scroll-top {
	width: 60px;
	height: 60px;
	position: fixed;
	bottom: 40%;
	right: 0;
	display: block;
	z-index: 100;
}
.scroll-top-inverse {
	background-image: none !important;
	background-color: rgb(0,51,153) !important;
	border-color: rgb(0,0,75) !important;
	-webkit-border-radius: 9px 0 0 9px !important;
	-moz-border-radius: 9px 0 0 9px !important;
	border-radius: 9px 0 0 9px !important;
	-webkit-background-clip: padding-box; 
	-moz-background-clip: padding; 
	background-clip: padding-box;
}
.scroll-top-inverse:hover {
	background-color: rgb(0,75,227) !important;
	border-color: rgb(0,0,210) !important;
}
.scroll-top-default {
	background-image: none !important;
	background-color: rgb(201,201,201) !important;
	border: 1px solid rgb(180,180,180) !important;
	-webkit-border-radius: 9px 0 0 9px !important;
	-moz-border-radius: 9px 0 0 9px !important;
	border-radius: 9px 0 0 9px !important;
	-webkit-background-clip: padding-box; 
	-moz-background-clip: padding; 
	background-clip: padding-box;
}
.scroll-top-default:active, .scroll-top-default:hover {
	background-color: rgb(231,231,231) !important;
	border-color: rgb(210,210,210) !important;
}
.scroll-top-inverse span {
	display: inline-block;
	font-size: 21px;
	color: rgb(234,234,234);
}
.scroll-top-inverse span:hover {
	display: inline-block;
	color: rgb(175,54,60);
}
.scroll-top-default span {
	display: inline-block;
	font-size: 21px;
	color: rgb(90,90,90);
}
.scroll-top-default span:hover {
	display: inline-block;
	color: rgb(0,0,0);
}
.scroll-top-text {
	display: none !important;
}


/* testing colors */
.espbgred {
	background-color: red;
}
.espbgyellow {
	background-color: yellow;
}
.espbggreed {
	background-color: green;
}
.espbgorange {
	background-color: orange;
}

/* Additional CSS for adjustments as required. *******************************************/
/* These 3 are used with col-md-* to remove specific padding within the grid. */
.nopadding {
	padding: 0 !important;
}
.nopadding-left {
	padding-left: 0 !important;
}
.nopadding-right {
	padding-right: 0 !important;
}
/* This is used for the row to remove left and right margins. */
.nomargins-left-right {
	margin-left: 0 !important;
	margin-right: 0 !important;
}


/* ARIA-REQUIRED "Required" TEXT ONLY VISIBLE WITHOUT CSS. *********************************/
.esp-invisible {
	display: none;
}

/* ESP HONEYPOT *****************************************************************************/
.esp-value {
	display: none !important;
}

/* To resolve contrast issues for accessibility. ********************************************/
select option {
	line-height: 1.2 !important;
}
select option:hover, select option:active {
	box-shadow: 0 0 10px 100px #000 inset !important;
}


/* Bootstrap 3.3.5 Sticky Footer - Customized *************************************************/
/* Jan 30/18 - Removed the margin-top setting as it was causing conflict with IE 11... Barry Watt */
/* Dec 10/17 - Added this footer setting. Barry Watt */
footer {
/*	margin-top: auto;*/
	position: relative;
	bottom: 0;
}
.footer-inverse {
/* Dec 10/17 - Removed this position setting. Barry Watt */
/*	position: absolute;*/
	width: 100%;
	height: auto;
	background-color:#000000 !important;
	color: rgb(175,54,60);
/*	background-color: rgb(0,0,60) !important;*/
/*	bottom:0;*/
}
.footerLinks {
	width: 100%;
	display: inline-table;
	text-align: left;
	font-size: 16px;
	line-height: 1.5;
}
.footerLinks-inverse > a {
	display: inline-block;
	color: rgb(234,234,234);
}
.footerLinks-inverse > a:focus, .footerLinks-inverse > a:hover {
	color: rgb(175,54,60);
	text-decoration: none;
}
.footer-default {
/* Dec 10/17 - Removed this position setting. Barry Watt */
/*	position: absolute;*/
	width: 100%;
	height: auto;
	background-color: rgb(245,245,245) !important;
	border-top: 1px solid rgb(201,201,201) !important;
/*	bottom:0;*/
}
.footerLinks-default > a {
	display: inline-block;
	color: rgb(90,90,90);
}
.footerLinks-default > a:focus, .footerLinks-default > a:hover {
	color: rgb(0,0,0);
	text-decoration: none;
}
.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 120px;
}
.footer-columns {
	min-height: 120px;
}
.footerLogoCntr {
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
}
.footerLogoCntr::after {
	clear: both;
}
.surveysFooterLogoCntr {
	text-align: center;
}
.powered {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 0 !important;
}
.powered-inverse {
	color: rgb(210,210,210);
}
.powered-default {
	color: rgb(120,120,120);
}
.footerLogo {
	display: inline-block;
	width: 96%;
	min-width: 175px;
	max-width: 250px;
}
/* ADDITIONAL MARGINS FOR FOOTERS THAT ARE ADJUSTABLE WITH MEDIA QUERIES BELOW */
.footer-1-mt12, .footer-2-mt12 {
	margin-top: 12px;
}
.footer-1-mt24, .footer-2-mt24 {
	margin-top: 24px;
}
.footer-1-mb24, .footer-2-mb24 {
	margin-bottom: 24px;
}

/* BUTTON ADJUSTMENTS */
.esp-btn-mt12 {
	margin-top: 12px !important;
}




/* Dec 10/17 - Removed this style. Barry Watt */
/*
.footerSurvey {
  width: 100%;
  min-height: 60px;
  background-color: #101010;
  bottom: 0;
}*/


/* May 10/17 - Added for highlighting error fields on submissions. Barry Watt */
/* ERRORS *************************************************/
.espErrLabel {
	color: rgb(195,0,0) !important;
}
.espErrField {
	border-color: rgb(195,0,0) !important;
	outline-color: rgb(195,0,0) !important;
}

/* IMAGES *************************************************/
.image {
	width:100%;
	height:100%;
}
.imgScan {
    padding: 20px;
    background-color: rgba(216, 224, 199, 0.38);
    border-radius: 5px;
    margin-top: 15px;
    margin-bottom: 5px;
}
.contImg {
	width: 90%;
	max-width: 330px !important;
	height: auto;
	margin-top: 0;
	margin-bottom: 12px;
}


/* REGISTRATION SUBMISSION BOXES **************************/
/* May 30/18 - Added but not used after showing demo. Barry Watt */
.regBtnBox {
	display: block;
	float: left;
	width: 50%;
	border: 1px solid rgb(177,210,237); /*Default color*/
	background-color: rgb(240,246,252); /*Default color*/
/*	background-color: rgba(19,54,92,0.09);*//*CanSPEP color*/
	margin: 12px 0 24px 0;
	padding: 9px;
}


/* TABLES *************************************************/
.esp-plain-table {
	width: auto;
	max-width: 90% !important;
	margin: 0 auto !important;
	background-color: transparent !important;
	border: 0 !important;
}
.esp-plain-table > tbody > tr {
	border: 0 !important;
}
.esp-plain-table > tbody > tr > td {
	padding: 6px 9px 3px 9px !important;
	border: 0 !important;
}
.tblw90 {
	width: 90%;
}
.tblw95 {
	width: 95%;
}
.tblw100 {
	width: 100%;
}
.colw5 {
	width: 5%;
}
.colw10 {
	width: 10%;
}
.colw15 {
	width: 15%;
}
.colw20 {
	width: 20%;
}
.colw25 {
	width: 25%;
}
.colw30 {
	width: 30%;
}
.colw35 {
	width: 35%;
}
.colw40 {
	width: 40%;
}
.colw45 {
	width: 45%;
}
.colw50 {
	width: 50%;
}
.colw55 {
	width: 55%;
}
.colw60 {
	width: 60%;
}
.colw65 {
	width: 65%;
}
.colw70 {
	width: 70%;
}
.colw75 {
	width: 75%;
}
.colw80 {
	width: 80%;
}
.colw85 {
	width: 85%;
}
.colw90 {
	width: 90%;
}
.colw95 {
	width: 95%;
}
.colw100 {
	width: 100%;
}
.ta-left {
	text-align: left;
}
.ta-center {
	text-align: center;
}
.ta-right {
	text-align: right;
}
.fw-b {
	font-weight: bold !important;
}
.fw-n {
	font-weight: normal !important;
}
.fs-i {
	font-style: italic;
}
.strk {
	text-decoration: line-through;
}


/* MARGINS ************************************************/
.mb-6 {
	margin-bottom: 6px !important;
}
.mb-15 {
	margin-bottom: 15px !important;
}
.mb-24 {
	margin-bottom: 24px !important;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.mt-15 {
	margin-top: 15px !important;
}
.mt-30 {
	margin-top: 30px !important;
}
.ml-6 {
	margin-left: 6px !important;
}



.select_day {
	margin-left: 90px;
}

/* Special link colors for Cost Categories and Conference Choices. */
/*.catconf, .catconf:active, .catconf:visited, .catconf:focus, .catconf:hover {
	color: rgb(0,0,0);
	text-decoration: none;
	cursor: pointer !important;
}*/

/* FORMS **************************************************/
.formBlock{
}
form.loginBlock, .loginBlock, .forgotPassBlock {
}
.form-notice {
	font-weight: bold;
	margin: 0 0 12px 0;
	padding: 6px 12px 9px 12px;
	border: 1px solid #dca7a7;
	width: 100%;
}
.precont_section, .soldout_section {
	padding: 24px;
	border: 1px solid rgb(177,210,237); /*Default color*/
	background-color: rgb(240,246,252); /*Default color*/
/*	background-color: rgba(19,54,92,0.09);*//*CanSPEP color*/
	margin: 0 0 12px 0;
	width: 100% !important;
	height: auto;
	display: table; /*as a parent to possible children, it must be a table. */
}
.precont_section p:last-child, .soldout_section p:last-child {
	margin-bottom: 0 !important;
}
.form_section {
	padding: 12px;
	border: 1px solid rgb(177,210,237); /*Default color*/
	background-color: rgb(240,246,252); /*Default color*/
/*	background-color: rgba(19,54,92,0.09);*//*CanSPEP color*/
	margin: 0 0 12px 0;
	width: 100% !important;
	height: auto;
	display: table; /*as a parent to possible children, it must be a table. */
}
.section_row {
	width: 100%;
	display: table;
}
.section_row::after {
	clear: both;
}
.section_leftcol {
	position: relative;
	width: 50%;
	float: left;
	height: auto;
	display: table-cell;
	padding-right: 8px;
}
.section_rightcol {
	position: relative;
	padding-left: 8px;
	width: 50%;
	float: left;
	height: auto;
	display: table-cell;
}
.sectionHdg {
	margin: 0 0 12px 0;
	color: rgb(0,0,0) !important;
	font-size: 24px !important;
	line-height: 1.1 !important;
}
form label {
	margin-left: 5px;
}
/* Jan 14/17 - Added for Cost Categories on Registration and Delegate Registration forms and for Session and Workshop selections. Barry Watt */
label.CostCat, label.sessLabel {
	max-width: 90% !important;
	vertical-align: top !important;
}
.form-control {
	color: rgb(0,0,0) !important;
}
.telRow {
	display: table;
	width: 100%;
}
.telRow::after {
	clear: both;
}
.tel-1 {
	width: 15% !important;
	float: left;
	margin-right: 1%;
}
.tel-2 {
	width: 68% !important;
	float: left;
}
label.error{
	margin-left: 10px;
	font-size: 13px;
	font-family: Calibri;
}
label.fieldHdg, div.fieldHdg {
	display: block;
	max-width: 100%;
	font-size: 111%;
	font-weight: bold;
	margin: 12px 0 6px 0 !important;
}
label.cbrbLabel {
	max-width: 90%;
	display: inline-block;
	white-space: normal !important;
	word-wrap: break-word !important;
	vertical-align: top;
	font-weight: normal;
	cursor: pointer !important;
}
.multiExtras {
	font-weight: bold;
	margin: 0 0 9px 0;
	padding: 0;
}
.selectedExtraCosts {
	margin: 0 0 12px 0;
	padding: 0 0 0 12px;
	display: block;
}
.selectedExtraCosts p {
	font-size: 120%;
	font-weight: bold;
}
label.extraCostItem {
	max-width: 90%;
	display: inline-block;
	white-space: normal !important;
	word-wrap: break-word !important;
	vertical-align: top;
	font-weight: normal;
	padding: 0 0 6px 0 !important;
	margin: 0 !important;
}
.formGlyph {
	cursor: pointer;
}
.costCatList {
	list-style: none;
	display: table;
	margin: 0 auto;
	padding-left: 0;
	text-align: left;
}
.costList {
	list-style: none;
	padding-left: 0;
}
/* This is for the Title Heading when enabled. */
.titleHdg {
	font-size: 120%;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 9px 0;
}
.dataHdg {
	font-size: 100%;
	font-weight: bold;
	margin: 12px 0 6px 0 !important;
}
.dataHdgExtra {
	font-size: 100%;
	font-weight: normal;
	line-height: 1.2;
	margin: 0 0 6px 0 !important;
}
.data {
	font-size: 105%;
	font-weight: normal;
	line-height: 1.2;
	display: block;
	max-width: 90%;
	white-space: normal !important;
	word-wrap: break-word !important;
	vertical-align: top;
}
.esp-btn-cntr-left {
	width: 100%;
	text-align: left;
}
.esp-btn-cntr-center {
	width: 100%;
	text-align: center;
}
.esp-btn-cntr-right {
	width: 100%;
	text-align: right;
}
.esp-btn-left {
	display: inline-block;
	margin-top: 6px !important;
	margin-bottom: 12px !important;
	margin-left: 0 !important;
	left: 0;
}
.esp-btn-center {
	display: inline-block;
	margin: 6px auto 12px auto !important;
}
.esp-btn-right {
	display: inline-block;
	margin-top: 6px !important;
	margin-bottom: 12px !important;
	margin-right: 0 !important;
	right: 0;
}
.stripeButton {
	width: 100%;
	text-align: right;
}
.stripe-btn-right {
	display: inline-block;
	margin: 30px 0 !important;
	right: 0;
}


.formEndBlock{
/*	padding-bottom:10px;*/
}
.formEndBlock input{
/*	margin-left: 10px;*/
}
.sbmtBtn {
	margin: 15px 0 30px 0 !important;
}

/* Member Directory */
.searchForm {
	border: 1px solid rgb(177,210,237); /*Default color*/
	background-color: rgb(207,228,246); /*Default color*/
/*	background-color: rgba(19,54,92,0.09);/*CanSPEP color*/
	padding: 10px;
	margin-bottom: 5px;
}
.searchResults {
	border: 1px solid rgb(177,210,237); /*Default color*/
	background-color: rgba(167, 221, 234, 0.06); /*Default color*/
/*	background-color: rgba(19,54,92,0.03);/*CanSPEP color*/
	padding: 12px;
	margin-bottom: 6px;
}
.memberResult {
	border-bottom: 1px solid rgba(0, 0, 0, 0.16);
	margin-bottom: 12px;
	padding-bottom: 12px;
	font-size: 1.1em;
	line-height: 1.2;
}
.memberName, .memberOrg {
	font-weight: bold;
	margin-bottom: 6px;
}
.memberCoord {
	margin-bottom: 6px;
}
.memberInet {
	font-weight: bold;
	margin-bottom: 6px;
}
.memberResTitle {
	font-weight: bold;
	margin-bottom: 3px;
}
.memberResText {
	margin-left: 30px;
	padding-bottom: 6px;
}

/* NEW BAMBORA ON-SITE PAYMENT ELEMENTS */
.payment_para {
	font-size: 18px !important;
	display: block;
	margin: 12px 0;
}
.payment_section {
	padding: 12px;
	border: 1px solid rgb(177,210,237); /*Default color*/
	margin: 24px auto 12px auto;
	width: 60%;
	min-width: 660px;
	height: auto;
	display: table; /*as a parent to possible children, it must be a table. */
}
.payment_heading {
	margin: 0 0 12px 0;
	color: rgb(0,0,0) !important;
	font-size: 24px !important;
	line-height: 1.1 !important;
}
label.paymentHdg, div.paymentHdg {
	display: block;
	max-width: 100%;
	font-size: 111%;
	font-weight: bold;
	margin: 12px 0 6px 0 !important;
}


/* FIELDSETS **********************************************/
legend{
	width: auto !important;
}
fieldset{
	background-color: rgba(255, 255, 255, 0.72);
}
fieldset.formBlock{
	border: 1px solid grey;
	margin-top: 10px;
	margin-bottom: 10px;
}
.formBlock legend{
	padding:0;
	border-bottom: 0;
	width:auto;
	padding-left: 5px;
	padding-right: 5px;
}


/* SUCCESS ************************************************/
.success {
  background-color: rgb(58, 255, 58);
  text-align: center;
  font-size: 1.6em;
  font-weight: bold;
  color: green;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.35);
  font-family: Calibri;
}
#success{
	background-color: rgb(0, 176, 0);
	width: 100%;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid rgb(0, 140, 28);
	color: white;
}
/* Used on the payment.php page */
.successMsg {
	background-color: rgb(0, 203, 18);
	border: 3px rgb(27, 108, 0) solid;
	border-radius: 5px;
	color: white;
	font-weight: bold;
	text-align: center;
}

/* Validate Members **************************************/
.valRow h1 {
	float: left;
}
.valRow {
	margin: 0;
	display: table;
	width: 100%;
}
.valMemberBox {
	display: table;
	width: 300px;
	height: auto;
	margin: 20px 0 10px 15px;
	padding: 12px;
	border: 1px solid rgb(177,210,237); /*Default color*/
	background-color: rgb(240,246,252); /*Default color*/
	float: right;
}
.valMemberHdg {
	font-weight: bold;
	font-size: 110%;
	margin: 0 auto 6px auto;
	display: block;
}
.valMemberErr {
	font-weight: bold;
	font-size: 90%;
	color: rgba(201,0,0,1.00);
	margin: 0 auto 6px auto;
	display: block;
}
.valMemberFld {
	display: block;
	width: 274px;
	margin: 0 0 6px 0;
}
.valMemberBtn {
	display: block;
	width: 274px;
	margin: 12px 0 0 0;
}
.valMemberBox::after {
/*	clear: both;*/
}

/* ERRORS *************************************************/
.error {
	display: block;
	margin: 30px 0;
	border: 1px solid rgb(255,0,0);
	padding: 12px;
	color: red;
	font-weight: bold;
}
/* Used on the payment.php page */
.errorMsg {
	background-color: rgb(223, 0, 0);
	border: 3px rgb(108, 0, 0) solid;
	border-radius: 5px;
	color: white;
	font-weight: bold;
	text-align: center;
}


/* New styles have been created below...
.pr {
	display: inline-flex;
	width: 80% !important;
	margin-top: 3px;
}
.fPres {
	border: 1px solid rgba(0, 0, 0, 0.25);
	padding: 5px;
	border-radius: 6px !important;
	margin: 0 0 3px 6px;
	width: 19% !important;
	display: inline-flex;
}*/
.category-pick {
	background-color: rgba(255, 255, 255, 0.35);
	width: 100%;
	padding: 10px;
	text-align: center;
}
.category-pick div {
/*	display: inline-table;
	margin-right: 30px;
	margin-left: 10px;*/
}
.category-pick div {
	display: block !important;
}

td.costCatTD {
    display: inline-block;
    text-align: left;
}
.invoiceLink{
	margin: 15px auto !important;
	text-align: center;
}

.extraInfoConfirm{
	background-color: rgba(255, 255, 255, 0.72);
	padding: 10px;
	border-radius: 10px;
	margin-top: 12px;
	margin-bottom: 12px;
	border: 1px solid rgba(0, 0, 0, 0.3);
}
.registeredHUD{
	background-color: rgba(234, 230, 222, 0.67);
	border-bottom: 1px solid rgba(0, 0, 0, 0.33);
	padding: 10px;
}

/* FROM STICKY-FOOTER-NAVBAR.CSS */

code {
  font-size: 80%;
}

/* END OF FROM STICKY-FOOTER-NAVBAR.CSS */


/* FROM DEFAULT.CSS */

.bg-info {
/*	 background-color: rgb(240,246,252); /*Default color*/
/*    background-color: #d9edf7;*/
    border-radius: 0px !important;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    margin-bottom: 10px !important;
	 padding: 24px !important;
/*    padding-left: 20px !important;*/
}

/* _agenda, _schedule, _sessionSelect, _workshopSelect, _sessEval, _wsEval, presentations */
.sessDate {
	font-size: 21px;
	font-weight: bold;
	margin-top: 18px;
	margin-bottom: 9px;
}
.session {
	padding: 12px 0 12px 12px;
	border-left: 1px solid rgb(212,212,212);
	border-bottom: 1px solid rgb(212,212,212);
}
.c_session {
	padding: 12px 0 12px 12px;
}
.sessionTitleRow {
	display: flex;
}
.sessionTitle {
	flex: 1;
	padding-right: 10px;
}
.sessionTitle1 {
	flex: 0 0 100%;
}
.sessionTitle2 {
	flex: 1;
	padding-right: 10px;
}
.sessionRoom {
	flex: 0 0 33%;
}
.sessionSpeakers {
	flex: 0 0 33%;
}
.sessionEvalBtn {
	flex: 0 0 175px;
}
.evalBtn /*, .evalForm*/ {
	width: 165px !important;
}
.sessionPresentation {
	flex: 0 0 21%;
}
.showMore {
	cursor: pointer;
	text-decoration: underline;
	color: rgb(27,144,225);
}
.showMore:hover {
	color: rgb(18,99,156);
}
.sDetails {
	margin-top: 6px;
	border: 1px solid rgb(149,206,226);
	background-color: rgb(222,240,246);
	padding: 12px 12px 0 12px;
	margin-bottom: 6px;
}
.sDetails1 {
	margin-top: 6px;
	border: 1px solid rgb(149,206,226);
	background-color: rgb(222,240,246);
	padding: 12px 12px 0 12px;
}
.evalDetails {
	margin-top: 6px;
	border: 1px solid rgb(149,206,226);
	background-color: rgb(222,240,246);
	padding: 12px;
	margin-bottom: 6px;
}
.evalDetails1 {
	margin-top: 6px;
	border: 1px solid rgb(149,206,226);
	background-color: rgb(222,240,246);
	padding: 12px;
}
.sDetails h4, .sDetails1 h4, .evalDetails h4, .evalDetails1 h4 {
	margin-top: 0 !important;
}
.sDetails p, .sDetails1 p, .evalDetails p, .evalDetails1 p {
	margin: 0 0 12px 0;
}
.session_speakers {
/*	margin-bottom: -20px;*/
}
.inPresentation {
	border: 1px solid rgba(0, 0, 0, 0.25);
	background-color: rgb(175,54,60);
	border-radius: 3px;
	padding: 6px;
	margin: 0;
	width: 100%;
/*	display: inline-flex;*/
	display: block;
}
.extraSpkrString {
	padding-right: 12px;
}
.spkrInfo {
	border: 1px solid rgb(149,206,226);
	padding: 9px;
	margin-bottom: 12px;
	overflow: hidden;
}
.spkrInfoE {
	border: 1px solid rgb(149,206,226);
	padding: 9px 0 9px 9px;
	margin-bottom: 12px;
}
.spkrInfo1 {
	border: 1px solid rgb(149,206,226);
	padding: 9px;
	overflow: hidden;
}
.spkrInfoE1 {
	border: 1px solid rgb(149,206,226);
	padding: 9px 0 9px 9px;
}
.spkrName {
	font-weight: bold;
}
.spkrTitle {
	margin-top: 3px;
	font-style: italic;
}
.spkrComp {
	margin-top: 3px;
	font-style: italic;
}
.spkrBio {
	margin-top: 12px;
}
.evalSection {
	padding: 12px;
	background-color: rgb(222,240,246);
	border: 1px solid rgb(149,206,226);
}

/* END OF FROM DEFAULT.CSS*/

/*****************************************************************************/
/* CALL FOR PRESENTATION / REQUEST FOR PROPOSAL CSS                          */
/*****************************************************************************/

.cfpRowChecked{
	background-color:rgba(0, 146, 255, 0.07);
}
img.spkrImg {
    width: auto;
	 max-width: 90%;
	 margin-top: 9px;
}

/* THES ARE FOR CFP CONFIRMATION */

.espSection { width: 100%; display: table; border: 1px solid rgba(0, 0, 0, 0.15); margin-bottom: 18px; }
.espTable { border-collapse: collapse; width: 100%; table-layout: fixed; margin-bottom: 0; }
.espTable td { text-align: left; border: 1px solid rgba(0, 0, 0, 0.15); padding: 6px; font-family: Arial, sans-serif; font-size: 100%; }
.espHdg { font-family: Arial, sans-serif; font-weight: bold; margin: 12px 8px 8px 8px; }
.espContainer { width: 100%; margin: 15px auto; }



/*****************************************************************************/
/* COMMON CSS                                                                */
/*****************************************************************************/

.page-heading {
  margin-bottom: 9px;
}
.404 {
	font-size: 150%;
	font-weight: bold;
	width: 100%;
	display: block;
	text-align: center;
	margin: 30px 0;
	padding: 12px;
}
.extraText {
/*	font-size: 100%;
	text-align: justify;*/
	margin: 0 0 6px 0;
}
.backBtn {
	margin-top: 10px;
	border: 1px solid;
	background-color: rgb(0, 88, 203);
	color: white;
	border-radius: 3px;
}

table {
	table-layout: fixed;
	background-color: rgba(255, 255, 255, 0.69);
}

/*****************************************************************************/
/* MEMBERSHIP APPLICATION CSS                                                */
/*****************************************************************************/



/*****************************************************************************/
/* SURVEY CSS                                                                */
/*****************************************************************************/

.surveyQuestionLabel {
 display:inline;
}
.surveyQuestionLabel p{
 display:inline;
}


/*****************************************************************************/
/* CONFIRMATION CSS                                                          */
/*****************************************************************************/

.confirmationPage {
	/*padding: 10px;*/
}
.bg-success {
	padding: 12px 12px 10px 12px;
	border: 1px solid rgb(180,222,165);
	color: rgb(0,0,0);
}
.confirmationMail {
	border: 1px solid rgb(222,222,222);
	padding: 4px 24px 24px 24px;
	margin-top: 24px;
}
.confirmationMail table {
	width: 100% !important;
  	display: inline-table;
}
.confirmationMail table th, .confirmationMail table td {
	padding: 6px;
}

.extraInfoConfirm {
  background-color: rgba(255, 255, 255, 0.72);
  padding: 10px;
  border-radius: 10px;
  margin-top: 10px;
  border: 1px solid rgba(0, 0, 0, 0.3);
}





@media all {
	.page-break	{ display: none; }
}
@media print {
	.page-break	{ display: block; page-break-before: always; }
	.mobileSidebar { display:none; }
	.mobileMenuBtn {display: none; }
	.dontPrint {display:none; }
}
@media screen and (max-width: 1365px){
}
@media screen and (max-width: 1280px) {
	.container{
		width: 85% !important;
	}
}
@media screen and (max-width: 991px) {
       .navbar-nav .open .dropdown-menu {
            position: static;
            float: none;
            width: auto;
            margin-top: 0;
            background-color: transparent;
            border: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
        }
        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px;
        }
        .navbar-nav .open .dropdown-menu > li > a,
        .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px;
        }
        .dropdown-menu > li > a {
            display: block;
            padding: 3px 20px;
            clear: both;
            font-weight: normal;
            line-height: 1.42857143;
            color: #333;
            white-space: nowrap;
        }
        .navbar-header {
            float: none;
        }
        .navbar-toggle {
			  margin-right: 0 !important;
            display: block;
        }
        .navbar-collapse {
            border-top: 1px solid transparent;
            box-shadow: inset 0 1px 0 rgba(175,54,60,0.1);
        }
        .navbar-collapse.collapse {
            display: none!important;
        }
        .navbar-nav {
            float: none!important;
            /*margin: 7.5px -15px;*/
            margin: 7.5px 50px 7.5px -15px
        }
        .navbar-nav>li {
            float: none;
        }
        .navbar-nav>li>a {
            padding-top: 10px;
            padding-bottom: 10px;
        }
        .navbar-text {
            float: none;
            margin: 15px 0;
        }
        /* since 3.1.0 */
        .navbar-collapse.collapse.in { 
            display: block!important;
        }
        .collapsing {
            overflow: hidden!important;
        }
/* Dec 10/17 - Removed this style at this media width. Barry Watt */
/*	.esp-body {
		/* Margin bottom by footer height */
/*		margin-bottom: 240px;
	}*/
	.container{
		width: 90% !important;
	}
/* Dec 10/17 - Removed this style at this media width. Barry Watt */
/*	.esp-container {
		padding-bottom: 150px;
	}*/
	.nopadding-left {
		padding: 0 !important;
	}
	.nopadding-right {
		padding: 0 !important;
	}
	.footerLinks {
		text-align: center;
		font-size: 14px;
	}
	.powered {
		font-size: 14px;
	}
	.row-eq-height {
		display: block;
	}
	.footerLogoCntr {
		text-align: center;
		position: static;
		bottom: 0;
		right: auto;
	}
	.footer-2-mt12 {
		margin-top: 0 !important;
	}
	.footer-2-mb24 {
		margin-bottom: 0 !important;
	}
	.select_day {
		margin-left: 60px;
	}
	.section_leftcol {
		width: 100%;
		float: none;
		padding-right: 0;
		display: table;
	}
	.section_rightcol {
		width: 100%;
		float: none;
		padding-left: 0;
		display: table;
	}
	.billing_section {
		width: 100%;
		float: none;
	}
	.credcard_section {
		width: 100%;
		float: none;
	}
}
@media screen and (max-width: 936px){
}
@media screen and (max-width: 783px){
	.image{
		width:100%;
		height:100%;
	}
}
@media screen and (max-width: 768px){
	.container{
		width: 100% !important;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.navbar-toggle {
		margin-right: 15px !important;
	}
	.select_day {
		margin-left: 30px;
	}
	.tel-1 {
		width: 23% !important;
	}
	.tel-2 {
		width: 52% !important;
	}
}
@media screen and (max-width: 420px){
	.select_day {
		margin-left: 0;
	}
	.contImg {
		max-width: 255px !important;
	}
}
