#rsepro-ticket-fields {
	margin-top: 15px;
}

.com_rseventspro.view-event.layout-edit .tooltip {
    z-index: 2000;
}

.rsepro-steps {
	display: table;     
	width: 100%;
	position: relative;
	margin-bottom: 50px;
    margin-top: 10px;
}

.rsepro-steps-row {
	display: table-row;
}

.rsepro-steps-row:before {
	top: 14px;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 100%;
	height: 1px;
	background-color: #ccc;
	z-order: 0;   
}

.rsepro-step button[disabled] {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}

.rsepro-step {
	display: table-cell;
	text-align: center;
	position: relative;
	width: 25%;
}

.rsepro-step p {
	margin-top: 10px;    
}

.rsepro-step span {
    cursor: default;
}

.btn-circle {
	border-radius: 100px !important;
	height: 30px;
	line-height: 2.45 !important;
	padding: 0 !important;
	text-align: center !important;
	width: 30px;
}

#rsepro-cart-tickets td {
	vertical-align: middle;
}

.rsepro-checkbox-inline,
.rsepro-radio-inline {
	display: inline-block;
    margin-bottom: 0;
    margin-left: 5px;
    margin-right: 10px;
    padding-top: 5px;
    vertical-align: middle;
}

.rsepro-edit-ticket-field {
	overflow: auto;
}

#rsepro-cart-discounts {
	margin-top: 10px;
}

.rsepro-view-subscription-tickets {
	border-bottom: 1px dashed;
    cursor: default;
}

#rsepro-cart-wire-list li {
	margin-bottom: 5px;
}

.rsepro-cart-wire {
	display: inline-block;
    text-align: left;
    width: 15%;
	margin-bottom: 5px;
	vertical-align: top;
}

.rsepro-wire-content {
	margin-top: 25px;
}

.rsepro-cart-wire-tickets {
	display: inline-block;
}

.rsepro_module_cart ul li {
	cursor: default;
}

.rsepro_module_cart .rsepro_btns {
	margin-top: 5px;
}

.rsepro_module_cart ul li.divider {
    margin-top: 10px;
	padding-top: 5px;
	border-top: 1px solid #e3e3e3;
}

.rsepro_module_cart ul li.divider ~ li span {
	float: right;
}

#rseproaccordion .accordion-toggle,
#rseproUserForm .accordion-toggle {
	text-decoration: none;
}

#rseproUserForm .accordion,
#rseproUserForm .accordion-group {
	overflow: hidden;
}

.rsepro-cart-input-terms {
	float: left;
	margin-top: 8px !important;
}
	
.rsepro-cart-terms {
	display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
}

.rsepro-captcha-explain {
	color: #999999;
    display: inline-block;
    font-size: 10px;
    margin-left: 10px;
}

#rsepro-math-captcha input {
    margin-top: 5px;
}

#rsepro-math-captcha input {
	width: 93%;
}
#rsepro-math-captcha img {
    width: 100%;
}

.bootstrap-datetimepicker-widget {
	z-index: 9999 !important;
}

.rsepro-cart-validation-message {
	color: #ff0024;
	margin-left: 5px;
	vertical-align: middle;
}

.com_rseventspro .tooltip { 
	z-index: 1050; 
}

.rsepro-block-captcha {
    margin-top: 6%;
    margin-left: 10px;
}

#checkoutForm #rse-g-recaptcha {
	display: inline-block;
	vertical-align: middle;
}

#fieldTabContent .control-label {
	text-align: left;
}

#rseCartModal h3 {
	text-align: left;
}

#rseprocart_edit_field .btn {
	margin-right: 0;
}

.rsepro_conditional_buttons {
	margin-bottom: 10px;
}

.rsepro_conditional_details {
	margin-top: 20px;
}

.rsepro_conditional_spacer {
	margin-right: 5px;
}

.rsepro-cart-input-signature {
	position         : relative;
	font-size        : 10px;
	width            : 100%;
	min-height       : 170px;
	background-color : #fff;
	box-shadow       : 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.08) inset;
	border-radius    : 4px;
}

.rsepro-cart-signature-footer {
	height : 40px;
}

.rsepro-cart-signature-footer .description {
	color      : #C3C3C3;
	text-align : center;
	font-size  : 1.2em;
	margin-top : 1.8em;
}

.rsepro-cart-signature-footer button {
	position : absolute;
	left     : 20px;
	bottom   : 20px;
}

#rsepro-checkout-billing-fields-form .jSignature{
	display: block;
}

@media screen and (max-width : 1024px) {
	.rsepro-cart-input-signature {
		width      : auto;
		height     : auto;
		min-width  : 100%;
		min-height : 170px;

	}
}

#rsepro-tickets-step-loading {
    padding: 2rem;
}

.rsepro-cart-admin-fieldset .accordion {
    margin-bottom: 2rem;
}