/* Layout */

.dxs-top-bar,
.dxs-main {
    overflow: hidden;
}
.dxs-top-bar {
	margin-bottom: 1em;
}
.dxs-sidebar h2 {
	margin-bottom: .5em;
}
.dxs-flex-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 1em;
}
.dxs-half-col {
	width: 50%;
}
@media (min-width: 1100px) {
    .dxs-sidebar {
        width: calc( 35% - 30px );
		float: left;
		margin-right: 30px;
    }
    .dxs-content {
        width: 65%;
		float: left
    }
}

/* Top Bar */

#dxs-view-toggles {
	float: right;
	font-size: 20px;
}
@media (max-width: 768px) {
	#dxs-view-toggles {
		float: none;
		margin: 1em 0;
	}	
}
#dxs-datepicker-toggle {
	margin-right: 1em;
}
#dxs-datepicker-toggle svg {
	vertical-align: middle;
}
#dxs-date-label {
	font-size: 24px;
	position: relative;
	top: 5px;
}
@media (max-width: 480px) {
	#dxs-date-label {
		font-size: 20px;
	}	
}
#dxs-prev svg {
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}
#dxs-prev {
	margin-left: 2em;
	margin-right: 1em;
}
@media (max-width: 768px) {  
	#dxs-prev {
		margin-left: .5em;
		margin-right: .5em;
	}
}
#dxs-prev,
#dxs-next {
	border: 1px solid #ECECEC;
	border-radius: 3px;
	padding: 2px 6px;
	position: relative;
	top: 2px;
	
}

/* Listing Day */

.dxs-listing-row-1,
.dxs-listing-row-2,
.dxs-listing-right {
	overflow: hidden;
}
.dxs-listing-row-2 {
	display: none;
}
.dxs-listing-right  {
	padding: 20px 20px 0 20px;
}
.dxs-day-toggle span {
	display: none;
}
.dxs-day-toggle {
    width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #4d4d4d;
	content: '';
	position: relative;
	top: 11px;
	left: 16px;
	text-indent: -999px;
}
.dxs-listing-day.dxs-active .dxs-day-toggle {
    border-top: none;
	border-bottom: 5px solid #4d4d4d;
	top: -11px;
}
.dxs-listing-day h3 {
	font-size: 20px;
	margin-bottom: .5em;
}
.dxs-listing-top-left p {
	font-weight: bold;
	margin-bottom: .5em;
	font-size: 14px;
}
.dxs-listing-day {
	background: #ECECEC;
	margin-bottom: 4px;
}
.dxs-listing-row-1 img {
	width: 100%;
}
.dxs-listing-row-2 .dxs-listing-left {
	font-weight: bold;
	font-size: 14px;
	padding: 20px;
}
.dxs-atc {
	display: block;
	font-weight: bold;
	text-decoration: underline;
	font-size: 14px;
}
.dxs-listing-top-right .dxs-btn {
	margin-bottom: 1em;
}
#dxs-pagination {
	margin-top: 2em;
}
.dxs-listing-day img {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.dxs-listing-day.dxs-active img {
	border-bottom-left-radius: 0;
}
.dxs-listing-day  {
	border-radius: 6px;
}
@media (min-width: 768px) {
	.dxs-listing-row-1 .dxs-listing-left {
		width: 50%;
		float: left;
	}
	.dxs-listing-row-1 .dxs-listing-right {
		width: 50%;
		float: left
	}
}
@media (min-width: 992px) {
	.dxs-listing-row-1 .dxs-listing-left,
	.dxs-listing-left {
		width: 30%;
		float: left;
	}
	.dxs-listing-row-1 .dxs-listing-right{
		width: 100%;
		float: left
	}

	.dxs-listing-right {
		width: 70%;
		float: left
	}
	.dxs-listing-top-left {
		width: 40%;
		float: left
	}
	.dxs-listing-top-center {
		width: 30%;
		float: left
	}
	.dxs-listing-top-right {
		width: 30%;
		float: left;
		text-align: right;
	}
	.dxs-listing-row-2 .dxs-listing-left {
		text-align: center;
	}
}

/* Listing Week */

.dxs-weekly-header {
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 1em;
}
.dxs-weekly-header.dxs-active {
	font-weight: bold;
}
.dxs-week-item {
	display: block;
	font-size: 13px;
}
.dxs-time {
	letter-spacing: -.1em;
}
.dxs-week-img-container {
	background: #d3d3d3;
	min-height: 86px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.dxs-week-item img {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.dxs-week-item p {
	margin-bottom: 4px;
}
.dxs-weekly-col {
	margin-right: 20px;
}
.slick-list{
	padding: 0 10% 0 0 !important;
}
.slick-track {
	margin-left: 0;
}
.dxs-week-content {
	background: #ECECEC;
	padding: 6px;
	margin-bottom: 10px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
.dxs-week-item {
	cursor: pointer;
}
.view-day {
	display: inline-block;
	margin-top: 1em;
}

/* Filters */

.dxs-pdf-form {
	display: none;
}
#dxs-daterange {
	display: inline;
	width: 0;
	padding: 0;
	border: none;
	visibility: hidden;
}
.dxs-view-toggle.dxs-active {
	font-weight: bold;
}

#dxs-clear-filters {
	float: right;
	text-decoration: underline;
	font-size: 16px;
}
.dxs-filters select {
	display: block;
	width: 100%;
}
#dxs-filter-icon {
	position: relative;
	top: 3px;
	display: none;
}
.dxs-pdf-submit {
	font-size: 14px;
	background: none;
	border: none;
	text-decoration: underline;
	margin: 2em 0;
	cursor: pointer;
}
@media (max-width: 768px) {
	.dxs-pdf-submit {
		font-size: 16px;
	}
	#dxs-filter-icon {
		display: inline-block;
	}
}

/* Lightboxes */

.dxs-lightbox {
	position: fixed;
	top:50%;
	text-align: center;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	left:25%;
	background:#fff;
	padding: 40px;
	width:50%;
	text-align: left;
	border-radius: 8px;
	z-index: 9999;
	display: none;
}
.dxs-lightbox h3 {
	font-size: 24px;
}
.dxs-lightbox p {
	font-size: 16px;
}
#dxs-detail-lightbox {
	width: 30%;
	left: 35%;
	padding: 0;
}
@media (max-width: 992px) { 
	.dxs-lightbox,
	#dxs-detail-lightbox {
		width: 60%;
		left: 20%;
	}
}
@media (max-width: 768px) { 
	.dxs-lightbox,
	#dxs-detail-lightbox {
		width: 98%;
		left: 1%;
	}
}
.dxs-lightbox-content {
	padding: 24px 0;
	position: relative;
}
#dxs-detail-lightbox .dxs-lightbox-content { 
	padding: 16px 24px;
}
.dxs-lightbox-footer {
	padding: 14px 0 4px;
	text-align: right;
}
#dxs-detail-lightbox h3 {
	margin-bottom: 1em;
}
#dxs-detail-lightbox .dxs-atc {
	font-weight: normal;
	font-size: inherit;
}
#dxs-detail-lightbox p {
	font-size: .875em;
}
.dxs-close {
	position: absolute;
	top: 10px;
	right: 30px;
	font-size: 30px;
	z-index: 999;
}
.dxs-overlay {
	background: rgba(0,0,0,.6);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	display: none;
}

/* Elements */

.daterangepicker .drp-buttons .btn{
	border-radius: 4px;
	font-size: 16px;
}
.daterangepicker .drp-buttons .applyBtn {
	border: 2px solid #000;;
}
.daterangepicker .drp-buttons .cancelBtn,
.daterangepicker .drp-buttons .applyBtn {
	cursor: pointer;
}
.daterangepicker .drp-buttons .applyBtn:disabled,
#dxs-apply-filters.dxs-disabled {
	opacity: .3;
	cursor: default;
}
.daterangepicker .drp-buttons .applyBtn,
.daterangepicker .drp-buttons .cancelBtn {
	font-size: 14px;
	border: 2px solid #000;
	background: #fff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	border: none;
	border-radius: 14px;
	font-size: 14px;
	padding: 0 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	float: right;
	margin-left: 8px;
	margin-right: 0;
}
.select2-container--default .select2-selection--multiple {
	margin: 1em 0;
	border-radius: 10px;
	border-color: #ECECEC;
	padding: .5em .25em;
}
.select2-container--default .select2-selection--multiple::after {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #4d4d4d;
	top: calc( 50% - 2px );
	content: '';
	position: absolute;
	right: 14px;
}
.select2 {
	width:100% !important;
}
add-to-calendar-button {
	top: 1px;
}
.daterangepicker .calendar-table .prev {
	position: relative;
	right: 14px;
}
.daterangepicker .drp-calendar.left .calendar-table {
	position: relative;
	left: 10px;
	padding-right: 0;
}
.daterangepicker .calendar-table .prev {
	position: relative;
	right: 14px;
}
.dxs-btn {
	font-weight: bold;
	text-align: center;
	display: inline-block;
	padding: 4px 20px;
	position: relative;
	font-size: 14px;
	border: 2px solid #000;
	cursor: pointer;
	background: #ffffff;
	border-radius: 10px;
	color: #000;
	text-decoration: none;
}
.dxs-btn:hover {
	opacity: .8;
}
@media (max-width: 768px) {  
	.dxs-btn {
		padding: 4px 10px;
	}
}
@media (max-width: 1100px) { 
	.select2-container--default .select2-selection--multiple {
		margin: .25em 0;
	}
	.dxs-sidebar {
		margin-bottom: 20px;
	}
	#dxs-apply-filters {
		display: block;
		margin-top: .5em;
	}
}
#dxs-wrapper .fusion-header-tagline {
	color: #000;	
	font-weight: bold;
}

/* Helpers */

.dxs-bold {
	font-weight: bold;
}
.dxs-text-center {
	text-align: center;
}
.dxs-text-right {
	text-align: right;
}

.dxs-weekly-message {
	padding-bottom: 1.5rem;
	font-size: 14px;
	font-style: italic;
}

.dxs-weekly-message span {
	font-weight: bold;
	text-decoration: underline;
}
