.waiverSigningPage
{

}

.waiverSigningPage .padding
{
	overflow: auto;
}

.waiverSigningPage .padding .eventTitle
{
	margin: 5px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	overflow: auto;
}

.waiverSigningPage .padding .eventTitle.noBorder
{
	border: none;
}

.waiverSigningPage .padding .eventTitle h1
{
	font-size: 1.4em;
	display: inline;
	color: #005580;
	margin-bottom: 0px;
	margin-top: 0px;
	line-height: 30px;
	font-weight: bold;
}

.widget .widget-title .buttons,
.widget-body.waiverSigningPage .padding .eventTitle.noBorder .buttons
{
	float: right;
	margin-right: 3px;
	margin-top: 3px;
}

.waiverSigningPage .padding .leftSide
{
	margin-right: 450px;
}

.waiverSigningPage .padding .leftSide.fullSize
{
	float: none;
	margin-right: none;
	width: 100%;
}

.waiverSigningPage .padding .leftSide h2
{
	font-size: 1.1em;
	color: #005580;
	display: block;
	line-height: 1.1em;
}

.waiverSigningPage .padding .leftSide .theVenue
{
	margin-top: 25px;
	margin-bottom: 25px;
}

.waiverSigningPage .padding .leftSide .theDescription
{

}

.waiverSigningPage .padding .rightSide
{
	float: right;
}

.waiverSigningPage .padding .rightSide .theImage
{
	max-width: 400px;
}

.widget-body.eventImages
{

}

.widget-body.eventImages .padding
{

}

.widget-body.eventImages .padding img
{
	max-height: 90px;
	margin: 10px;
	margin-left: 0px;
	border: 1px solid #cecece;
}

.widget-body.eventVideos
{

}

.widget-body.eventVideos .padding .oneVideo
{
	text-align: center;
	margin-bottom: 20px;
}

.availableTickets .padding
{

}

.availableTickets .padding .oneTicketRow
{
	overflow: auto;
	border-bottom: 1px solid #cecece;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.availableTickets .padding .oneTicketRow .ticketInfo
{
	margin-right: 230px;
}

.availableTickets .padding .oneTicketRow .ticketInfo .theTitle h3
{
	margin: 0px;
	display: inline;
	font-size: 1.2em;
	color: #005580;
	padding: 0px;
	line-height: 1.2em;
}

.availableTickets .padding .oneTicketRow .ticketInfo .theTitle .moreInfoLink
{
	display: inline-block;
	margin-left: 10px;
	cursor: pointer;
}

.availableTickets .padding .oneTicketRow .ticketInfo .theTitle .moreInfoLink:hover
{
	text-decoration: underline;
}

.availableTickets .padding .oneTicketRow .ticketInfo .theTitle .moreInfoLink.active .rightArrow
{
	display: none;
}

.availableTickets .padding .oneTicketRow .ticketInfo .theTitle .moreInfoLink.active .downArrow
{
	display: inline;
}

.availableTickets .padding .oneTicketRow .ticketInfo .theTitle .moreInfoLink .downArrow
{
	display: none;
}

.availableTickets .padding .oneTicketRow .ticketInfo .theTitle .moreInfoLink .rightArrow
{
	display: inline;
}

.availableTickets .padding .oneTicketRow .addToCartArea
{
	float: right;
	width: 180px;
}

.availableTickets .padding .oneTicketRow .addToCartArea .notOnSale
{
	text-align: center;
}

.availableTickets .padding .oneTicketRow .addToCartArea .priceAndQuantity
{
	border: 1px solid #cecece;
	padding: 5px;
	overflow: auto;
	line-height: 45px;
}

.availableTickets .padding .oneTicketRow .addToCartArea .priceAndQuantity .thePrice
{
	font-weight: bold;
	color: #005580;
	float: left;
}

.availableTickets .padding .oneTicketRow .addToCartArea .priceAndQuantity .theQuantity
{
	float: right;
	width: 100px;
	tex-align: right;
}

.availableTickets .padding .oneTicketRow .addToCartArea .priceAndQuantity .theQuantity select.input-xsmall
{
	width: 60px;
}

/*Signatures*/
.waiverSignaturePadParent
{
	color: #0f0f4a;
	background-color: #fafafa;
	padding: 10px;
	border: 1px dotted #cecece;
}

/*This is the div within which the signature canvas is fitted*/
.waiverSignaturePad
{
    
}

div.waiverSubmit
{
    padding-left: 36px;
    padding-right: 24px;
}

div.waiverSubmitButton
{
    vertical-align: bottom;
}

.svgSignatureBox
{
	background-color: #fafafa;
	padding: 10px;
	border: 1px dotted #cecece;
	margin-bottom: 10px;
}

.sectionContent
{
	margin-top: 19px;
        background-color: #000;
}

.sectionContent .activeSectionTop
{
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
        border-color: #fff;
        background-color: #fff;        
	background-color: var(--main-top-bar-color);
	background-size: cover;
	padding: 19px 29px 19px 29px;
}

.sectionContent .activeSectionTop h3
{
	font-size: 21px;
	color: #ffffff;
	font-weight: 500;
	text-decoration: none solid rgb(255, 255, 255);
}

.sectionContent .activeSectionTop h4
{
	font-size: 16px;
	color: #ffffff;
	text-decoration: none solid rgb(255, 255, 255);
	margin-bottom: 0px;
}

.sectionContent .activeSectionContents
{
	border: 1px solid #dddddd;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	background: #ffffff;
	background-size: cover;
	padding: 19px 29px 19px 29px;
}

div.has-error {
    	background: #900;
	color: white;
}

div.subtitle {
    color: #DEDEE2;
    /* subtitle */
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
}

div.contentSection {
    background-color: #fff;
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 24px;    
}

div.eventSectionContent {
    padding-top: 10px; padding-bottom: 10px; 
    background-color: white;
}

div.signedWaiverContent {
    padding-top: 12px;
    width: 100%;
}

div.oneWaiverSignature {
    padding-top: 8px;
    padding-left: 12px;
    padding-right: 24px;
    padding-bottom: 8px;
}

div.oneWaiverName {
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 24px;
}

div.waiverViewContainer {
    height: 100%;
}

div.waiverViewButton {
    height: 60%;
    /*margin-left: 10px !important;*/
}
div.svgSignatureBox {
    padding: 10px;
    /*margin-bottom: ;*/
}

h3.waiverHeading {
    padding-top: 16px;
    padding-bottom: 12px;
}

input.waiverCheckbox {
    width: 20px;
    height: 20px;
}

div.svgSignatureBox > svg
{
    max-width: 100%;
}

div.waiverForm {
    padding-right:36px;
}

div.waiverSignButton {
    padding-right: 24px;
}

div.test
{
    width: 100%; height: 100%; padding-left: 24px; padding-right: 24px; padding-top: 32px; padding-bottom: 32px; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 56px; display: inline-flex    
}
        
div.eventOutside {
    padding-top: 24px;
    padding-bottom: 24px;
}

div.eventInfo {
    flex: 1 1 0; padding-left: 20px; padding-right: 20px; padding-top: 12px; padding-bottom: 12px; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 12px; display: inline-flex;
    background: #fafafa;
}

div.unsignedWaiverContent {
    padding-top: 12px;
    padding-left: 12px;
}

div.waiverSignedSignature  {
    padding-left: 15px;
    padding-right: 15px;
}

div.waiverSignedInfo {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 12px;
    padding-bottom: 24px;    
    vertical-align: top;
}

div.svgSignatureBox > svg {
    ; 
}

a.waiverViewButton {
    float: right;
    padding-bottom: 20px;
    height: 10px;
}

div.waiverContainer {
    padding-left: 3px;
    vertical-align: bottom;
    margin-bottom: 25px;
}

span.waiverName {
    vertical-align: bottom;
}

span.waiverButtonContainer {
    vertical-align: top;
    height: 10px;
    display: block;
}

div.oneWaiver {
    margin-bottom:25px;
    padding: 5px;
/*    background: #eaeaea;
    border-radius: 6px;*/
}

