/*
 * Default CSS for list, detail and registration view
 */
 .payment-error {
	 color: red;
	 font-size: 19px;
 }
.userregistration-list-item,
.event-list-item {
	margin-bottom: 10px;
    border: 1px solid #999;
    border-radius: 5px;
    padding: 10px 10px 6px;
    margin-top: 14px;
}

.userregistration-list-row,
.event-registration-row,
.event-detail-row,
.event-list-row {
	margin-bottom: 5px;
}

.userregistration-list-label,
.event-registration-label,
.event-detail-label,
.event-list-label {
	/* float: none; */
    /* display: grid; */
    width: auto;
    min-height: 1px;
    /* font-weight: bold; */
    display: table-cell;
    background: #6f589f;
    color: #fff;
    padding: 2px 4px;
    border-radius: 3px;
    /* font-size: 12px; */
    margin-bottom: 6px;
}

.event-detail-label {
	
}

.userregistration-list-value,
.event-registration-value,
.event-detail-value,
.event-list-value {
	float: left;
}
.userregistration-list-value,
.event-registration-value,
.event-detail-value {
	margin-bottom: 9px;
}
.userregistration-list-value p,
.event-registration-value p,
.event-detail-value p {
	margin-bottom: 0;
}
.event-detail-label-inline {
	display: inline-block;
    float: left;
}
.event-detail-value-inline {
	position: relative;
    top: 3px;
    margin-left: 6px;
}
.event-detail-value-inline.event-image {
	margin-left: 0;
}
.tx-sf-event-mgt .clear {
	clear: both;
}

.tx-sf-event-mgt form.registration fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

.tx-sf-event-mgt form.registration label {
	display: block;
	width: 100%;
    float: none;
}
.tx-sf-event-mgt form.registration input[type=text]{
	width: 100%;
	padding: 5px;
	margin-bottom: 5px;
}
.tx-sf-event-mgt form.registration  textarea {
	width: 100%;
	height: 160px;
	padding: 5px;
}

.tx-sf-event-mgt form.registration .recaptcha,
.tx-sf-event-mgt form.registration .checkbox {
    margin-left: 150px;
}

.tx-sf-event-mgt form.registration .checkbox label {
    float: none;
    width: auto;
}

.tx-sf-event-mgt form.registration .error {
	margin-left: 150px;
	color: #ff0000;
}

.tx-sf-event-mgt form.registration .submit {
	margin-left: 150px;
}

/*
 * Default CSS for calendar view
 */
.event-calendar {
	width: 100%;
	margin: 0;
	padding: 0;
}
.event-calendar > ul {
	margin-bottom: 0;
}
.event-calendar li {
	list-style: none;
}

.event-calendar a {
	color: #000000;
	word-wrap: break-word;
	overflow-wrap: break-word;
	word-break: break-word;
}

.event-calendar__weeknumber {
	width: 20px;
	text-align: center;
	margin-left: -1px;
	margin-bottom: -1px;
	padding: 6px;
	background: #fff;
	color: #CCC;
	font-weight: bold;
}

.event-calendar__weekdays {
	display: flex;
	background: #CCCCCC;
	margin: 0;
	padding: 0;
}

.event-calendar__weekdays-weekday {
	flex: 1;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	margin-right: -1px;
	margin-bottom: -1px;
	padding: 6px 0;
	background: #5a4586;
}

.event-calendar__days {
	display: flex;
	margin: 0;
	padding: 0;
}

.event-calendar__day {
	min-height: 120px;
	flex: 1;
	padding: 5px;
	box-sizing: border-box;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin-right: -1px;
	margin-bottom: -1px;
}
.event-calendar__day:last-child {
	border-right: 1px solid #CCCCCC;
}

.event-calendar__day-today {
	background: rgba(90, 69, 134, 0.15);
}

.event-calendar__day-other-month {
	background: rgba(0,0,0,0.03);
	/*border-top: 1px solid #CCCCCC;*/
	
}
.event-calendar__day-other-month .event-calendar__day-date {
	color: #aeaeae;
}

.event-calendar__day-date {
	font-weight: 700;
	color: #000000;
}

.event-calendar__day-event {
	clear: both;
	display: block;
	padding: 5px;
	margin-top: 6px;
	margin-bottom: 5px;
	background: rgba(82, 198, 87, 0.5);
	border: 1px solid #CCCCCC;
	border-radius: 2px;
}

.event-calendar__day-event-time {
	font-size: 10px;
	margin-top: 5px;
}

.event-calendar__browser {
	display: flex;
}

.event-calendar__browser {
	display: flex;
	-webkit-padding-start: 0;
}

.event-calendar__browser-prev,
.event-calendar__browser-next,
.event-calendar__browser-current {
	flex: 1;
	text-align: center;
}

.event-calendar__browser-prev {
	text-align: left;
	padding-top: 8px;
}

.event-calendar__browser-next {
	text-align: right;
	padding-top: 8px;
}
.tx-sf-event-mgt > a {
	background: #60bb46;
    color: #fff;
    padding: 2px 4px;
    border-radius: 3px;
}
.event-list-date-wrapper {
	display: inline-block;
    background: #6f589f;
    color: #fff;
    padding: 2px 4px;
    border-radius: 3px;
	font-size: 12px;
	margin-bottom: 6px;
}
a.list-event-title {
	font-weight: bold;
}
.event-detail-group {
	border: 1px solid #999;
    border-radius: 5px;
    padding: 12px 12px 0;
    margin-bottom: 14px;
}
a.detail-view-bottom-link {
	margin-bottom: 5px;
    display: table;
}
a.detail-view-bottom-link.register-view-bottom-link {
	margin-bottom: 12px;
}
.registration-wrapper {
	border: 1px solid #999;
    border-radius: 5px;
    padding: 12px 12px 0;
    margin-bottom: 14px;
}
.registration-wrapper-filled {
	border: none;
	background: #f6f1f1;
	border-radius: 5px;
    padding: 12px 12px 15px;
    margin-bottom: 14px;
}
.tx-sf-event-mgt form.registration label.event-registration-label-inline {
	display: inline-block;
    width: auto;
    margin-right: 10px;
}
.event-registration-row .event-list-label {
	display: inline-block;
    float: left;
}
.event-registration-row .event-list-value {
	position: relative;
    top: 3px;
    margin-left: 6px;
}
h2.register-form-header {
	margin-bottom: 12px;
    margin-top: 32px;
}
.tx-sf-event-mgt form.registration .submit,
.tx-sf-event-mgt form.registration .recaptcha,
.tx-sf-event-mgt form.registration .checkbox {
	margin-left: 0;
}
.tx-sf-event-mgt form.registration input[type=submit] {
    background: #5f3171;
    color: #fff;
    border: none;
    border-radius: 3px;
    padding: 10px 24px;
}
div.addeventatc {
	margin-bottom: 10px;
	visibility:hidden;
}
.event-detail-group.event-detail-group-location {
	padding-bottom: 10px;
}
.event-detail-row.event-detail-row-location {
	margin-bottom: 0;
}
.event-detail-row.event-detail-row-location .event-detail-value-inline {
	position: static;
    top: 0;
    margin-left: 0;
    margin-bottom: 0;
}
.event-list-label.event-list-label-registrationoptions {
	background: none;
    color: #333;
}
.event-list-label.event-list-label-registrationoptions ul {
   padding: 0 0 0 12px;
    margin-bottom: 0;
}
.event-list-label.event-list-label-registrationoptions ul li {
	
}
.custom-form-content-element {
	margin-top: 12px;
}
.container.main-template .custom-form-content-element .csc-mailform label {
	display: block;
	margin-top: -4px;
}
.container.main-template .custom-form-content-element .csc-mailform input {
	margin-bottom: 10px; 
}
.custom-form-content-element > h2 {
	display: none;
}
.tx-sf-event-mgt  > .registration-wrapper > .top-event-price-row {
	display: none;
}
.registration-wrapper-filled .csc-mailform select {
	margin-bottom: 16px;
}
.custom-form-content-element .csc-mailform ol li:last-child input,
.custom-form-content-element .csc-mailform ol li:last-child select {
	margin-bottom: 6px !important;
}
.custom-form-content-element .csc-form-element.csc-form-element-textline {
	margin-top: 6px;
}
.custom-form-content-element .csc-form-element.csc-form-element-hidden {
	display: none;
}
.tx-sf-event-mgt form.registration input[type=text].inline-input-element {
	width: 33%;
    margin-right: 1%;
}
.tx-sf-event-mgt form.registration input[type=text].inline-input-element:nth-child(4){
	width: 32%;
	margin-right: 0;
}
.event-registration-row select[name="cc_exp_month"],
.event-registration-row select[name="cc_exp_year"]{
	padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
}
.tx-sf-event-mgt form.registration input#securitycode {
	width: 15%;
}
form[name="registration"] h4.register-form-header.payment-header {
	display: none;
}
/*Event Sponsors - march-6*/
.event-sponsor-category img {
    height: auto;
    display: block;
    max-width: 100%;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
	img {
		max-width: 100%;
    	height: auto;
	}
}