/**********************************************
* COMMON                                      *
**********************************************/

.hide {
	display: none;
}
.hhe-welcome-notice {
	border-left: 4px solid #7003A0;
	overflow: hidden;
	position: relative;
}

.hhe-welcome-notice .notice-dismiss:before {
	color: #7003A0;
}

.hhe-welcome-notice .location-bg {
	font-size: 450px;
	width: 350px;
	height: 350px;
	position: absolute;
	top: -125px;
	right: 50px;
	color: #F7E5FF;
	text-shadow: 3px 0px #EACFF6, -3px 0px #EACFF6, 0px 15px #EACFF6, 0px -2px #EACFF6;
	transform: rotate(25deg);
}

.hhe-welcome-notice .pro-bg {
	font-size: 200px;
	width: 150px;
	height: 150px;
	position: absolute;
	top: -6px;
	right: 212px;
	color: #9F5EBB;
	text-shadow: 2px 0px #7003A0, -2px 0px #7003A0, 0px 2px #7003A0, 0px -2px #7003A0;
	transform: rotate(70deg);
}

.hhe-welcome-notice h1 {
	font-size: 42px;
	font-weight: 400;
	padding: 15px 0px;
	font-weight: 300;
}

.hhe-welcome-notice ol {
	padding: .5em 0px;
}

.notice-content {
	font-size: 120%;
	z-index: 10;
	position: relative;
	font-weight: 300;
}

.notice-content p {
	font-size: 110%;
}

.notice-content b {
	/*color: #7003A0;*/
}

.notice-content a {
	color: #000;
	font-weight: normal;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 2px dotted #7003A0;
}

.notice-content li.added, .notice-content li.added b, .notice-content li.added a {
	color: green;
	font-style: italic;
}

.notice-content li.added a {
	border-bottom: 2px dotted green;
}

.notice-content li.added:after {
	display: inline-block;
	vertical-align: middle;
	font: 400 22px/1 dashicons;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f147";
	margin: -3px 0 0 4px;
	color: green;
	/*background: green;*/
	padding-right: 2px;
	border-radius: 15px;
}

.hhe-welcome-notice a.button.button-primary, .evt_wrap a.button.button-primary, .evt_wrap button.button.button-primary, .evt_wrap input.button.button-primary {
	background: #7003A0;
	border-width: 0px;
	border-radius: 0px;
	text-shadow: none;
	font-size: 110%;
	padding: 5px 10px;
	height: auto;
	box-shadow: none;
}

.widefat th.text-center, .widefat td.text-center {
	text-align: center;
}

.booking_adv_search {
	position: absolute;
	left: 0px;
	top: 0px;
	background: #7003A0;
	width: 100%;
	height: 0px;
	overflow: hidden;
	transition: height 1s;
}
.booking_adv_search.opened {
	height: 55px;
}
.tablenav.top {
	position: relative;
	transition: padding 1s;
}
.tablenav.top.opened {
	clear: both;
	height: 30px;
	margin: 6px 0 4px;
	vertical-align: middle;
	position: relative;
	padding-top: 55px;
}

.ui_tpicker_unit_hide {
	display: none;
}

.button.right.event-action {
	margin-right: 8px;
}

/**********************************************
* STATUSES									  *
**********************************************/

.statuses label {
	display: inline-block;
	width: 150px;
	vertical-align: top;
	padding: 5px 0px;
}
.statuses input[type=text] {
	width:200px;
	height: 28px;
}
.tribe-events-recurring-update-msg {
	display: none;
	visibility: hidden;
}
#accordion, #add_status, #status_headers {
	background: #F7E5FF;
	padding-bottom: 1px;

}
.status-title {
	font-size: 14px;
	padding: 8px 12px;
	margin: 0;
	line-height: 1.4;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	border-bottom: 1px solid #F7E5FF;
	cursor: pointer;
	background-color: #8f0ec7;
	background-image: url("../images/3px-tile.png");
}
.status-title.current {
	border-width: 0px;
}
.status-content-wrap {
	margin: 12px;
	background: #fff;
	border: 1px solid #EACFF6;
	padding: 15px;
}
h2.status-title + div.status-content-wrap {
	display: none;
}
h2.status-title.current + div.status-content-wrap {
	display: block;
}
.evt_statuses input, .evt_statuses select {
	width: 200px;
	padding: 10px;
	height: 43px;
}
.evt-row {
	padding: 10px;
	background: #fff;
}
.evt-row:nth-child(odd){
	background: #f2f3f7;
}
.evt-row:nth-last-child(1){
	border-bottom: 2px solid #f2f3f7;
}
.evt_statuses input[type=checkbox] {
	width: 26px !important;
	height: 26px;
}
.evt_statuses label {
	display: inline-block;
	width: 250px;
	vertical-align: top;
	padding-top: 10px;
}
.evt_statuses label.content-label {
	padding: 5px 0px;
	width: auto;
}
.evt_statuses input[type=checkbox]:checked:before {
	content: "\f147";
	margin: -5px 0 0 -7px;
	color: #7003A0;
	font-size: 2.5em;
}

/**********************************************
* EVENT SETTINGS							  *
**********************************************/

#hh_event_settings, #hhv_venue_info, #hh_booking_info, #hh_booking_status {
	background: #F7E5FF;
}
#hh_event_settings h2, #hhv_venue_info h2, #hh_booking_info h2, #hh_booking_status h2 {
	background-color: #8f0ec7;
	background-image: url("../images/3px-tile.png");
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
}
#hh_event_settings .toggle-indicator:before, #hhv_venue_info .toggle-indicator:before, #hh_booking_info .toggle-indicator:before, #hh_booking_status .toggle-indicator:before {
	color: #fff;
	-webkit-box-shadow: 0 0 0 1px #FFF,0 0 2px 1px #FFF;
	box-shadow: 0 0 0 1px #FFF,0 0 2px 1px #FFF;
}

.evt_tabs {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.evt_tabs li {
	list-style: none;
	margin: 0px;
	margin-right:5px;
	padding: 0px;
	display: inline-block;
}
.evt_tabs li a {
	padding: 15px;
	display: inline-block;
	background: #EACFF6;
	border: 1px solid #EACFF6;
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
}
.evt_tabs li a.current {
	background: #fff;
	border-bottom-color: #fff;
	font-weight: bold;
}
.evt_tab_containers {
	background: #fff;
	border: 1px solid #EACFF6;	
	padding: 15px;
	margin-top: -1px;
}
.evt_tab_containers .evt_tab_container {
	display: none;
}
.evt_tab_containers .evt_tab_container.current {
	display: block;
}
.evt_tab_containers input[type=text] {
	width:200px;
	height: 28px;
	padding: 10px;
	height: 43px;
}
.evt_tab_containers .wp-picker-container, .evt_tab_containers .wp-picker-container:active {
	padding: 10px 0px;
}
.evt_tab_containers .wp-color-result {
	margin: 0px;
}
.evt_tab_containers .wp-picker-container input[type=text].wp-color-picker {
	height: auto;
	padding: 3px 5px;
}
.evt_tab_containers .button.button-small.wp-picker-clear {
	width: auto;
}
.evt_tab_containers label {
	display: inline-block;
	width: 250px;
	vertical-align: top;
	padding-top: 10px;
}
.evt_tab_containers span.sub-label {
	display: inline-block;
	width: 120px;
}

.evt_tab_containers label.content-label {
	padding: 11px 0px;
	width: auto;
}
.evt_tab_containers .evt-row i.tips {
	float: right;
	margin-top: 10px;
}
.evt_tab_containers input, .evt_tab_containers select, .adv_search_form input {
	width:200px;
	padding: 10px;
	height: 43px;
}
.adv_search_form input {
	margin-top: 6px;
	margin-left: 6px;
	margin-right: 0px;
	width: 150px;
}
.evt_tab_containers input[type=checkbox], .evt_tab_containers input[type=radio] {
	width: 26px !important;
	height: 26px;
}
.evt-row {
	padding: 10px;
	background: #fff;
}
.evt-row:nth-child(odd){
	background: #f2f3f7;
}
.evt-row:nth-last-child(1){
	border-bottom: 2px solid #f2f3f7;
}
.evt_tab_containers input[type=checkbox]:checked:before {
	content: "\f147";
	margin: -5px 0 0 -7px;
	color: #7003A0;
	font-size: 2.5em;
}

.evt_tab_containers .date_fields {
	width: auto;
}

.evt_tab_containers input[type=radio]:checked:before {
	width: 16px;
	height: 16px;
}



/**********************************************
* FORMS									  *
**********************************************/

.forms label {
	display: inline-block;
	width: 150px;
	vertical-align: top;
	padding: 5px 0px;
}
.forms input[type=text] {
	height: 28px;
}
.tribe-events-recurring-update-msg {
	display: none;
	visibility: hidden;
}
#accordion, #add_form, #form_headers {
	background: #F7E5FF;
	padding-bottom: 1px;

}
.form-title {
	font-size: 14px;
	padding: 8px 12px;
	margin: 0;
	line-height: 1.4;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	border-bottom: 1px solid #F7E5FF;
	cursor: pointer;
	background-color: #8f0ec7;
	background-image: url("../images/3px-tile.png");
}
.form-title.current {
	border-width: 0px;
}
.form-content-wrap {
	margin: 12px;
	background: #fff;
	border: 1px solid #EACFF6;
	padding: 15px;
}
h2.form-title + div.form-content-wrap {
	display: none;
}
h2.form-title.current + div.form-content-wrap {
	display: block;
}
.evt_forms input, .evt_forms select {
	padding: 10px;
	height: 43px;
}
.evt-row {
	padding: 10px;
	background: #fff;
}
.evt-row:nth-child(odd){
	background: #f2f3f7;
}
.evt-row:nth-last-child(1){
	border-bottom: 2px solid #f2f3f7;
}
.evt_forms input[type=checkbox] {
	width: 26px !important;
	height: 26px;
}
.evt_forms label {
	display: inline-block;
	width: 250px;
	vertical-align: top;
	padding-top: 10px;
}
.evt_forms label.content-label {
	padding: 5px 0px;
	width: auto;
}
.evt_forms input[type=checkbox]:checked:before {
	content: "\f147";
	margin: -5px 0 0 -7px;
	color: #7003A0;
	font-size: 2.5em;
}

/**********************************************
* EMAIL									  *
**********************************************/

.emails label {
	display: inline-block;
	width: 150px;
	vertical-align: top;
	padding: 5px 0px;
}
.emails input[type=text] {
	width:200px;
	height: 28px;
}
.tribe-events-recurring-update-msg {
	display: none;
	visibility: hidden;
}
#accordion, #add_status, #status_headers {
	background: #F7E5FF;
	padding-bottom: 1px;

}
.email-title {
	font-size: 14px;
	padding: 8px 12px;
	margin: 0;
	line-height: 1.4;
	background: #7003A0;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	border-bottom: 1px solid #F7E5FF;
	cursor: pointer;
	background-color: #8f0ec7;
	background-image: url("../images/3px-tile.png");
}
.email-title.current {
	border-width: 0px;
}
.email-content-wrap {
	margin: 12px;
	background: #fff;
	border: 1px solid #EACFF6;
	padding: 15px;
}
h2.email-title + div.email-content-wrap {
	display: none;
}
h2.email-title.current + div.email-content-wrap {
	display: block;
}
.evt_emails input, .evt_emails select {
	width: 200px;
	padding: 10px;
	height: 43px;
}
.evt-row {
	padding: 10px;
	background: #fff;
}
.evt-row:nth-child(odd){
	background: #f2f3f7;
}
.evt-row:nth-last-child(1){
	border-bottom: 2px solid #f2f3f7;
}
.evt_emails input[type=checkbox] {
	width: 26px !important;
	height: 26px;
}
.evt_emails label {
	display: inline-block;
	width: 250px;
	vertical-align: top;
	padding-top: 10px;
}
.evt_emails label.content-label {
	padding: 5px 0px;
	width: auto;
}
.evt_emails input[type=checkbox]:checked:before {
	content: "\f147";
	margin: -5px 0 0 -7px;
	color: #7003A0;
	font-size: 2.5em;
}

/* TB modal changes */ 
.inlineTBTitle {
	background-color: #8f0ec7 !important;
    background-image: url("../images/3px-tile.png") !important;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
}
.inlineTBTitle .tb-close-icon {
	color: #fff !important;
}
.hideable {
	display: none;
}

/* radio group */
.switch {
      width: 400px;
    height: 40px;
    border: 2px solid #7003A0;
    color: #EACFF6;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
}

.switch-items {
  position: relative;
    display: block;
    width: 50%;
    height: 100%;
    line-height: 38px;
    float: left;
}
.switch-items label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-align: center;
  transition: transform 0.4s, color 0.4s, background-color 0.4s;
  padding-top: 0px;
  background: #fff;
}
.switch-items input[type="radio"] {
  appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  display: none;
}
.switch-items input[type="radio"]:focus {
  outline: 0;
  outline-offset: 0;
}
.switch-items input[type="radio"]:checked ~ label {
  background-color: #EACFF6;
  color: #7003A0;
}

.ea-logo-admin {
	margin: 20px;
    border-bottom: 1px solid #eacff6;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.ea-logo-admin img {
	float: left;
}
.ea-logo-admin p {
	float: left;
	margin-top: 1em;
	line-height: 22px;
}
.ea-logo-admin p a {
	text-decoration: none;
	color: #000;
}
.ea-about table {
	line-height: 20px;
}
.ea-about table td {
	vertical-align: top;
	min-width: 250px;
}
.clearfix {
	overflow: hidden;
	clear: both;
}