body {
	margin-top : 50px;
	background: #333;
	font-family: "lato", Arial;
	font-weight: 300;
}

span.event-attendee-header {
	color: #0070e0;
    font-weight: 400;
    font-size: 12pt;
}

div.dialog {
	display: none;
}

div.header-text {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

div.heading {
	font-size: 24pt;
	color: white;
}

div.sub-heading {
	font-size : 16pt;
	color: white;
	margin-bottom : 30px;
}

div.layer {
	width : 800px;
	overflow: hidden;
	margin: 0 auto;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
    box-sizing: border-box;
    background:white;
    text-align: left; 
    border-radius: 6px;
    margin-bottom: 20px;
}

ul.nobullet {
	list-style-type: none;
	margin : 0px;
	padding : 0px;
}

ul.fields {
	width : 300px;
}

ul.tickets {
	width : 100%;	
}

ul.fields li {
	width : 100%;
	margin-bottom : 10px;
	position: relative;
}

li.tickets, li.tickets-selection {
	width : 100%;
	margin-bottom : 10px;
	text-align : left;
	position: relative;
	box-sizing : border-box;
	border-radius: 3px;
	font-weight: 400;
	font-size : 10pt;
	font-weight: 300;
	display: flex;
    flex-direction: row;
    padding: 0px 0px 10px 0px;
    border-bottom: 1px dashed #e0e0e0;
}

li.totals {
	background : #ffffff;
}


div.selection select {
	height : 30px;
}

input.modern {
	border: 1px solid #e0e0e0;
    font-size: 10pt;
    padding: 12px 15px;
    border-radius: 3px;
    width: 100%;
    font-weight: 400;
    background: #f0f0f0;
    box-sizing : border-box;
    outline: none;
}

div.button {
	background: #005ccc;
	display: inline-block;
	color: #fff;
	padding: 13px 15px;
	font-weight: 400;
	font-size: 10pt;
	cursor: pointer;
	margin-right : 0px;
	border-radius: 6px;
}

div.button:hover {
	background: #0070e0;
}

div#spinner {
	background-image: url(/apps/production/arkflux/images/svg/animations/loader.svg);
    width: 100px;
    height: 100px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 30px;
    background-size: contain;
}

div.heading-black {
	font-size : 16pt;
	color : #333;
	margin: 0px 0px 20px 0px;
	font-weight: 400;
}

div.sub-heading-black {
	font-size: 10pt;
    color: #333;
    margin: 0px 0px 20px 0px;
    position: relative;
    font-weight: 300;
}

div#event {
	margin : 30px;
	position : relative;
	display: flex;
    flex-direction: column;
}

div#form {
	margin : 30px;
}

div.form {
	margin : 20px;
}

div.description {
	display : inline-block;
	vertical-align : top;
	width : 465px;
}

div.small {
	display : inline-block;
	vertical-align : top;
	width : 75px;
}

div.total-title {
    width: 100px;
    font-weight: 400;
}

div.total {
	display: inline-block;
    width: 75px;
    vertical-align: top;
    margin-left : 18px;
}

span.title {
	color: #333;
    display: block;
    font-size: 12pt;
    margin-bottom: 10px;
    font-weight: 400;
}

div.ticket-type {
	width: 100%;
}

div.selection select {
	width: 60px;
    height: 33px;
    background-color: white;
    font-size: 10pt;
    outline: none;
    border-color: #dbdbdb;
    border-width: 1px;
    border-radius: 4px;
    border-style: solid;
    padding: 4px;
    box-sizing: border-box;
    color: #333;
    text-align: right;
}

div.ticket-price {
	font-size: 10pt;
    margin-top: 5px;
}

div.remaining {
	width: 100px;
    display: inline-block;
    vertical-align: top;
}

div.selection {
	width: 100px;
    display: block;
    text-align: right;
}


div.section-black {
	font-size : 12pt;
	color : #333;
	margin: 0px;
	font-weight: 400;
}

div.section-blue {
	font-size : 12pt;
	color : #0070e0;
	margin: 30px 0px 10px 0px;
	font-weight: 400;
    padding-bottom: 20px;
}

div#advert {
	width:100%;
	height: 420px;
	background-size: contain;
	background-position: top center;
	background-repeat: no-repeat;
}

div.remaining {
	display : none;
}

span.sold-out {
	color: red;
    display: inline-block;
    margin-top: 6px;
}

@media print {
  div.layer {
  	width : 700px;
  }
  
  div#advert {
  	display : none;
  }
  
  
  div.description {
	width : 405px;
  }


  div.total-title {
    width: 436px;
  }
}


@media screen and (max-width: 800px) {
  body {
   
  }
  
  div.total-title {
  	width : 100%;
  }
  
  div.total {
  	width : calc(100% - 20px);
  	text-align: right;
  	margin-right : 10px;
  }
  
  div#advert {
  	height : 189px;
  }
  
  div.layer {
  	width : 100%;
  }
  
  div.remaining {
	display : none;
  }
}


/* FORM OVERRIDES */
div.page {
	padding: 0px;
	margin: 0px;
}

div.text-container {
	padding: 20px 0px !IMPORTANT;
}

div#page-single {
    padding: 0px 0px 10px;
}

div.field-content-container {
	padding: 10px 10px 10px 0px;
}

div.inner-title {
	padding: 10px 5px 5px 0px;
	font-size: 10pt;
}

div.inner-field, div.inner-help {
	font-size: 10pt;
}

div.inner-field {
	padding: 5px 5px 5px 0px !IMPORTANT;
}

select {
	height: 32px;
}

.navButtons {
    position: relative;
    bottom: 0px;
}


a.btn {
    border-radius: 0px !IMPORTANT;
    background: #005ccc;
    display: inline-block;
    color: #fff;
    padding: 15px 15px;
    font-weight: 400;
    font-size: 10pt;
    cursor: pointer;
    margin-right: 10px;
}

.navForward {
    float: left !IMPORTANT;
    margin-left: 0px;
}


/* NEW CSS */
body { 
	   margin: 15px;
	}

ul.tickets, ul.tickets-totals {
    list-style-type: none;
    padding: 0;
    margin: 0;
}


li.tickets:last-child {
    border-bottom: 0px solid #f0f0f0;
}


li.tickets.header {
    font-weight: 400;
    color: #333;
}

li.tickets.header div {
    padding: 5px 0;
}

li.tickets.totals {
    justify-content: space-between;
}

li.tickets.totals div {
    padding: 5px 0;
}

li.tickets div.description {
    white-space: normal;
    width: 100%;
    line-height: 20px;
}

li.tickets div.small,
li.tickets div.total {
    text-align: right;
    width: 100%;
}

li.tickets.header {
    display: none;
}

div.price-title {
    width: 100px;
    text-align: left;
    color: #666;
}

div.price-value {
    text-align: right;
    min-width: 100px;
    color: #666;
    flex: 1;
}


div.ticket-total {
    display: flex;
    flex-direction: row;
    margin: 0px;
}

div.price-flex {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

li.discount {
	display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10pt;
    margin: 20px 0px;
    gap: 10px;
}

div.discount-title {
	width: 100px;
	color: #666;
}

div#step {
	text-align: right;
}


input[type=checkbox] {
	display: none;
}

input[type=checkbox]+label {
	display: inline-block;
	text-align: left;
	border: 1px solid #e0e0e0;
    font-size: 10pt;
    padding: 12px 15px;
    border-radius: 3px;
    width: 100%;
    font-weight: 400;
    background: #f0f0f0;
    box-sizing: border-box;
    outline: none;
}

input[type=checkbox]+label span.active {
	display: inline-block;
    width: 18px;
    height: 18px;
    margin: -1px 10px 0 0;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
}

input[type=checkbox]+label span.active {
    background-color: white;
    border: 1px solid #dbdbdb;
}

input[type=checkbox]:checked+label span.active {
	background-color: #3899EC;
	box-shadow: inset 0px 0px 0px 2px #ffffff;
}

input[type=checkbox]+label span.active,input[type=checkbox]:checked+label span.active {
	-webkit-transition: background-color 0.4s linear;
	-o-transition: background-color 0.4s linear;
	-moz-transition: background-color 0.4s linear;
	transition: background-color 0.4s linear;
	font-size: 0px;
}

input[type=checkbox]:checked+label span.active:after {
	content: "\00A0 \2713";
    color: white;
    font-size: 14px;
    position: relative;
    top: 0px;
}

label a {
	text-decoration: none;
    color: #0070e0;
}

@media (min-width: 800px) {
    li.tickets, li.tickets-selection {
        flex-direction: row;
        justify-content: space-between;
        padding-bottom: 10px;
        align-items: center; 
      	justify-content: center;
    }
    
    li.tickets.header {
        display: flex;
        padding-bottom: 0px;
    }
    
    li.tickets.header div {
        flex: 1;
        text-align: center;
    }
    
    li.tickets div.description {
        flex: 2;
        text-align: left;
    }
    
    li.tickets div.small-right {
        flex: 1;
        text-align: right;
    }

    li.tickets div.small,
    li.tickets div.total {
        flex: 1;
        text-align: center;
    }
    
    li.tickets.totals {
        justify-content: end;
    }

    li.tickets.totals div.total-title {
        flex: 3;
    }
    
    li.tickets.totals div.total {
        flex: 1;
        text-align: right;
    }
    
    li.discount {
	    justify-content: end;
	}
    
    li.button {
        text-align: right;
    } 
    
    div.price-value {
        text-align: right;
    }  
}

@media (max-width: 800px) {
    li.tickets {
        flex-direction: column;
        margin-bottom: 15px;
    }
    
    
    li.tickets div {
        margin-bottom: 5px;
    }

    li.tickets div.small,
    li.tickets div.total {
        text-align: right;
    }
    
    li.tickets div.description {
    	margin-bottom: 30px;
    }
    
    div.price-value {
	    flex: 1;
	}
}

@media print {
    body {
    	background: white;
    }
    
    div.heading-black, div.sub-heading-black {
    	font-size: 10pt !IMPORTANT;
    }
    
    div.header-text {
    	display: none;
    }  
      
    div.layer {
    	-webkit-box-shadow: none;
    	box-shadow: none;
    	margin-bottom: 0px;
    }
    
    div.form {
    	margin: 0px;
    }  
    
    div#advert {
    	display: none;
    }  
    
    li.tickets div.description {
        margin-bottom: 5px;
    }
    
    div.button {
    	display: none;
    }
}

