.top-pic {
	max-width: 100%;
	max-height: 200px;
}

.summary {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 22px;
}

.hidden {
	display: none;
}

#eventName {
	margin-top: 0px;
}

.ticketType .type .details{
	margin-top:-3px;
	font-size:75%;
	font-weight:bold;
	color:#666;
	top:-5px;
}
.summary-help-text{
	font-size:80%;
	font-weight: 600;
	clear:both;
	margin-top:15px;
	padding:10px;
	border:1px solid #ccc;
	background-color:antiquewhite;
}

#activity-filter-area {
  margin: 0 -5px 20px;
}

#activity-filter-area .pure-g > div {
	padding: 5px;
}

.overlay-classic-layout #activity-filter-area {
  margin: 0 -5px 0;
}

.overlay-classic-layout #activity-filter-area > div form {
  padding: 0;
}

/* ticket-types-content */
#ticket-types-content.content {
	overflow: visible;
}

/* Activity Calendar Select */
.activity-select-wrapper {
  position: relative;
}

.activity-select-wrapper .loader {
	/* position: absolute; */
	top: 70px;
	left: 0;
	right: 0;
	z-index: 1;
	display: none;
	margin: 0 auto;
	width: 40px;
	height: 40px;
	text-align: center;
}

/* .daterangepicker .calendar-table td.available */
.daterangepicker .calendar-table td.has-events {
  background-color: #d7e4ea;
  border-color: transparent;
  color: #000;
  border-radius: 4;
}

.daterangepicker .calendar-table td.available {
  font-weight: bold;
}

/* default theme. Should get overwritten by theme support */
.daterangepicker .calendar-table td.active, .daterangepicker .calendar-table td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}

.daterangepicker .calendar-table td.active.off, .daterangepicker .calendar-table td.off.active:hover {
  background-color: transparent !important;
  color: inherit !important;
}


/* .daterangepicker.dropdown-menu {
	display: none;
	min-width: 270px;
} */
.daterangepicker .table-condensed {
	max-width: 100% !important;
}
.daterangepicker .table-condensed {
	border-collapse: separate !important;
	border-spacing: 4px 0;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
	margin-bottom: 0;
	padding: 4px!important; /* Currently getting overwritten by bootstrap */
	border: 1px solid #ddd;
	border-radius: 4px;
	background-color: white;
	color: black;

	/*--gets rid of default down arrow-- */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;

	/*--custom button on select field--*/
	background-image: url('/img/down_chev.svg');
	background-position:
		calc(100% - 5px) 50%;
	background-size:
		10px 10px,
		10px 10px,
		2px 3em;
	background-repeat: no-repeat;
}

.input-group .form-control{
	cursor: pointer;
	border-radius: 4px !important;
	-webkit-appearance:none;
}
.input-group .form-control[readonly]{
	background-color: white;
}

.input-group.has-icon {
	position: relative;
	display: block;
}

.input-group.has-icon .form-control {
  text-indent: 25px; /*supported on chrome and safari*/
}

.datetimepicker-input {
	width: 100%;
}

.input-group.has-icon .icon {
  position: absolute;
  top: 7px;
  left: 9px;
  color: #aaa;
  font-size: 16px;
  text-align: center;
  display: flex;
  align-items: center;
  width: 20px;
  height: 20px;
  justify-content: center;
}

#activity-filter-area.is-modern .input-group.has-icon .icon,
.activity-select-wrapper.is-modern .input-group.has-icon .icon {
  top: 10px;
}

/* These are bootstrap 4 helpers whenever we upgrade we can delete this */
.mb-2 {
	margin-bottom: 1.5rem;
}
@media (min-width: 991px) {
	.sm-mb-0 {
		margin-bottom: 0;
	}
}
@media (max-width: 768px){
	.mb-2 {
		margin-bottom: 1rem;
	}
}

/* specific theme classes for is-modern since it doesn't use Bootstrap but we're using a bootstrap picker */
.activity-select-wrapper.is-modern .input-group.time-select {
	margin-left: 10px;
}

/* specific theme classes for is-classic */
.is-classic .input-group{
	width: 100%;
}

/* not sure why pures input types are not consistent between each other (input, select, etc) */
#activity-filter-area.is-modern .form-control,
#activity-filter-area.is-modern .pure-form select,
.activity-select-wrapper.is-modern .form-control,
.activity-select-wrapper.is-modern .pure-form select {
	height: 2.5rem;
	font-weight: normal;
  	font-size: 15px;
  	margin: 0;
	-webkit-appearance: none;
	color: black;

	/*--gets rid of default down arrow-- */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;

	/*--custom button on select field--*/
	background-image: url('/img/down_chev.svg');
	background-position:
		calc(100% - 10px) 1em,
		calc(100% - 7px) calc(1em - 4px),
		calc(100% - 1.25em) 0.5em;
	background-size:
		10px 10px,
		10px 10px,
		2px 3em;
	background-repeat: no-repeat;
}
.modern-v2 #activity-filter-area.is-modern .form-control,
.modern-v2 #activity-filter-area.is-modern .pure-form select,
.modern-v2 .activity-select-wrapper.is-modern .form-control,
.modern-v2 .activity-select-wrapper.is-modern .pure-form select {
	border: 1px solid #E6E9EA;
	box-shadow: none;
}
#activity-filter-area.is-modern #toggle-inactive-checkbox {
  margin: 0 5px;
}
#activity-filter-area.is-modern #toggle-inactive-checkbox label {
  display: inline !important;
}
#activity-filter-area.is-modern input.form-control#datepicker{
	caret-color: transparent;
}
#activity-filter-area.is-modern .form-control#ActivitySearch{
	background-image: none;
}


.activity-select-wrapper.is-modern .alert.alert-warning {
	position: relative;
	padding: 0.75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba;
  	margin: 10px -5px;
}

.daterangepicker {
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
	box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
.daterangepicker .table {
	max-width: 100%;
	background-color: transparent;
}

.daterangepicker .table-condensed > thead > tr > th,
.daterangepicker .table-condensed > tbody > tr > th,
.daterangepicker .table-condensed > tfoot > tr > th,
.daterangepicker .table-condensed > thead > tr > td,
.daterangepicker .table-condensed > tbody > tr > td,
.daterangepicker .table-condensed > tfoot > tr > td {
	padding: 5px;
}
.daterangepicker th {
	font-weight: 700;
	color: #121212;
}

.pure-select {
  display: block;
  width: 100%;
}

/* mobile date range selection preview */
@media (max-width: 768px) {
  .drp-buttons {
    text-align: center;
  }
  .drp-selected {
    margin-bottom: 10px;
  }
  #activityOrderForm .ticket-section-heading.pure-g.section-heading {
	padding-top: 1.5rem;
	padding-bottom: 0.25rem;
  }
  .activity-select-wrapper.is-modern .input-group.time-select {
	margin-left: 0;
	}
}

/* override global defaults for the activity dropdowns */
/* boilerplate.less line 1146 */
.daterangepicker option {
  color: inherit;
}
