.flex-row {
	display: flex;
	flex-wrap: wrap;
}

.flex-panel {
	display: flex;
	flex-wrap: wrap;
}

.schedule-shows-tool-container {
	justify-content: flex-start;
}

.model-show-info img {
	width: 140px;
	display: block;
	float: left;
	padding: 0px 15px 20px 0px;
}

.select-dropdown {
	background-color: #eeeeee;
	padding: 5px 10% 5px 10px;
	border: 1px solid #d9d9d9;
	color: #454545;
	font-weight: 400;
	font-size: 13px;
	margin-bottom: 10px;
}

.schedule-dropdown {
	margin: 10px 0;
}

.dark-theme .select-dropdown {
	background-color: #333333;
	color: #ffffff;
}

.schedule-tab-info {
	background: #ffffff;
}

.dark-theme .schedule-tab-info {
	background: #1d1d1d;
}

.schedule-tabs {
	margin-bottom: -2px !important;
}

.schedule-shows-tool-tab, .current-scheduled-shows-tab {
	border-bottom: 0px !important;
}

.current-scheduled-shows-tab-counter {
	background-color: #28a9e0;
	color: #ffffff;
	padding: 0px 5px;
	border-radius: 50%;
	font-size: 12px;
	position: relative;
	top: -8px;
	left: 1px;
}

.schedule-shows-tool-container {
	display: flex;
	padding: 3px;
	flex-wrap: wrap;
}

.schedule-shows-tool-single {
    min-width: 13%;
    background: #ffffff;
    border: 1px solid #e4e4e4;
    position: relative;
    min-height: 260px;
    margin: 10px 5px;
}

.dark-theme .schedule-shows-tool-single {
    background: #333333;
    border: 1px solid #646464;
}

.schedule-shows-tool-info {
	background-color: #ffffff;
}

.schedule-shows-tool-date {
	display: block;
	text-align: center;
	font-weight: 400;
	margin: 0px -1px;
	font-size: 14px;
	padding: 4px 0px;
}

.schedule-shows-tool-day {
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	padding: 5px;
}

.schedule-shows-tool-inner {
	background: #ffffff;
	padding: 10px;
}

.dark-theme .schedule-shows-tool-inner {
	background: #333333;
}

.scheduled-shows {
	display: block;
	height: 40px;
	overflow: hidden;
}

.scheduled-shows-number {
	padding: 8px;
	float: left;
	font-weight: 600;
	text-align: center;
	height: 100%;
	min-width: 40px;
}

.times-open {
	display: block;
	overflow: hidden;
	margin-top: 10px;
	height: 40px;
}

.no-times-open {
	display: block;
	overflow: hidden;
	margin-top: 10px;
	height: 40px;
	background-color: #e99fa0;
}

.no-times-open-text {
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-weight: 500;
}

.times-open-number {
	padding: 10px;
	float: left;
	font-weight: 600;
	text-align: center;
	min-width: 40px;
}

.scheduled-shows-text, .times-open-text {
	overflow: hidden;
	text-align: center;
	font-weight: 600;
	font-size: 12px;
	height: 100%;
	line-height: 40px;
}

.btn-schedule-show {
	width: 90%;
	position: absolute;
	bottom: 10px;
	padding: 10px 0px;
}

/* Days that have passed */

.day-past {
	pointer-events: none;
}

.day-past .schedule-shows-tool-date {
	color: #bdbdbd;
}

.day-past .scheduled-shows {
	border: 1px solid #eeeeee;
}

.dark-theme .day-past .scheduled-shows {
	border: 1px solid #646464;
}

.day-past .schedule-shows-tool-info {
	border-color: #e4e4e4;
	background-color: #ffffff;
}

.dark-theme .day-past .schedule-shows-tool-info {
	background-color: #333333;
}

.day-past .schedule-shows-tool-day {
	background-color: #f0f0f0;
	color: #b0b0b0;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}

.dark-theme .day-past .schedule-shows-tool-day {
	background-color: #3a3a3a;
	color: #d1d1d1;
	border-top: 1px solid #646464;
	border-bottom: 1px solid #646464;
}

.day-past .scheduled-shows-number {
	background-color: #e7e7e7;
	color: #bcbcbc;
}

.dark-theme .day-past .scheduled-shows-number {
	background-color: #3a3a3a;
}

.day-past .scheduled-shows-text {
	background-color: #f5f5f5;
	color: #b7b5b6;
}

.dark-theme .day-past .scheduled-shows-text {
    background-color: #333333;
}

.day-past .no-show .fa-times {
	color: #e8e8e8;
	font-size: 10rem;
	text-align: center;
}

.btn-over {
	width: 100%;
	padding: 10px;
	font-weight: 600;
	color: #999798;
}

.dark-theme .btn-over {
    background-color: #3a3a3a;
    border: 1px solid #646464;
}

/* End days that have passed */

/* Present Day */

.day-present {
    position: relative;
    top: -4px;
    border: 0px solid #e3e3e3;
    box-shadow: 0px 2px 3px #dbdbdb;
    border-top: 5px solid #3f95d1;
}

.day-present .scheduled-shows {
	border: 1px solid #fdd7ca;
}

.dark-theme .day-present .scheduled-shows {
    border: 1px solid #646464;
}

.day-present .schedule-shows-tool-date {
	color: #313131;
	font-weight: 700;
}

.dark-theme .day-present .schedule-shows-tool-date {
	color: #bdbdbd;
}

.day-present .schedule-shows-tool-info {
	background-color: #ffffff;
}

.day-present .schedule-shows-tool-day {
	background-color: #ffffff;
	color: #6f6d6e;
	border-bottom: 1px solid #eaeaea;
	border-top: 1px solid #eaeaea;
}

.dark-theme .day-present .schedule-shows-tool-day {
    background-color: #3a3a3a;
    color: #d1d1d1;
    border-bottom: 1px solid #646464;
    border-top: 1px solid #646464;
}

.day-present .scheduled-shows-number {
	background-color: #ffc078;
	color: #ffffff;
}

.dark-theme .day-present .scheduled-shows-number {
	background-color: #3a3a3a;
}

.day-present .scheduled-shows-text {
	background-color: #ffffff;
	color: #b5731d;
}

.dark-theme .day-present .scheduled-shows-text {
	background-color: #333333;
	color: #b7b5b6;
}

.day-present .times-open {
	border: 1px solid #d5f1e3;
}

.dark-theme .day-present .times-open {
	border: 1px solid #646464;
}

.day-present .times-open-number {
	background-color: #9bddb9;
	color: #ffffff;
}

.day-present .times-open-text {
	color: #28a667;
}

.dark-theme .day-present .times-open-number {
	background-color: #3a3a3a;
}

.dark-theme .day-present .times-open-text {
	background-color: #333333;
	color: #b7b5b6;
}

/* End Present Day */

/* Future Dates */

.day-future .scheduled-shows {
	border: 1px solid #fdd7ca;
}

.dark-theme .day-future .scheduled-shows {
	border: 1px solid #646464;
}

.day-future .schedule-shows-tool-date {
	color: #bdbdbd;
}

.day-future .schedule-shows-tool-info {
	border-color: #e4e4e4;
	background-color: #ffffff;
}

.day-future .schedule-shows-tool-day {
	background-color: #ffffff;
	color: #6f6d6e;
	border-bottom: 1px solid #eaeaea;
	border-top: 1px solid #eaeaea;
}

.dark-theme .day-future .schedule-shows-tool-day {
    background-color: #3a3a3a;
    color: #d1d1d1;
    border-bottom: 1px solid #646464;
    border-top: 1px solid #646464;
}

.day-future .scheduled-shows-number {
	background-color: #ffc078;
	color: #ffffff;
}

.dark-theme .day-future .scheduled-shows-number {
	background-color: #3a3a3a;
}

.day-future .scheduled-shows-text {
	color: #b5731d;
}

.dark-theme .day-future .scheduled-shows-text {
	background-color: #333333;
	color: #b7b5b6;
}

.day-future .times-open {
	border: 1px solid #d5f1e3;
}

.dark-theme .day-future .times-open {
	border: 1px solid #646464;
}

.day-future .times-open-number {
	background-color: #9bddb9;
	color: #ffffff;
}

.dark-theme .day-future .times-open-number {
	background-color: #3a3a3a;
}

.day-future .times-open-text {
	color: #28a667;
}

.dark-theme .day-future .times-open-text {
	background-color: #333333;
	color: #b7b5b6;
}

/* End future dates */

/* Current Shows Section */

.current-scheduled-shows-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	clear: both;
}

.schedule-alert {
    padding-right: 35px !important;
	margin: 5px 0px !important;
}

.current-scheduled-shows-single {
	width: 47%;
	background-color: #fff;
	margin: 15px;
	border: 1px solid #dfdfdf;
}

.dark-theme .current-scheduled-shows-single {
    background-color: #333333;
    border: 1px solid #646464;
}

.current-scheduled-shows-header {
	display: block;
	overflow: auto;
	border-bottom: 1px solid #ececec;
	padding: 10px;
}

.dark-theme .current-scheduled-shows-header {
	border-bottom: 1px solid #646464;
}

.current-scheduled-shows-day {
	float: left;
	color: #727071;
	font-weight: 600;
	text-transform: uppercase;
}

.dark-theme .current-scheduled-shows-day {
	color: #ececec;
}

.current-scheduled-shows-date {
	float: right;
	color: #727071;
	font-size: 14px;
	font-weight: 400;
}

.dark-theme .current-scheduled-shows-date {
	color: #ececec;
}

.current-scheduled-show-content {
	padding: 10px;
	position: relative;
}

.current-scheduled-show-image {
	max-width: 115px;
	border: 1px solid #ececec;
	display: inline-block;
	vertical-align: top;
}

.dark-theme .current-scheduled-show-image {
	border: 1px solid #646464;
}

.current-scheduled-show-information {
	overflow: auto;
	display: inline-block;
	margin-left: 15px;
}

.current-scheduled-show-information .schedule-pending{
    padding-left: 0px;
}

.current-scheduled-show-title, .current-scheduled-show-description, .current-scheduled-show-time, .current-scheduled-show-type, .schedule-pending {
	font-size: 13px;
	margin: 0px 0px 2px 0px;
}

.current-scheduled-show-title, .current-scheduled-show-time span {
	font-weight: 600;
}

.current-scheduled-show-description {
	margin-bottom: 10px;
}

.current-scheduled-show-cancel {
	position: absolute;
	bottom: 15px;
	right: 5px;
}

.current-scheduled-show-edit {
	position: absolute;
    bottom: 15px;
    right: 170px;
}

.selected-scheduled-show-cancel {
	position: absolute;
	top: 15px;
	right: 5px;
}

.selected-scheduled-show-cancel .cancel-button-text {
	float: none;
	background-color: transparent;
	border-right: none;
	display: inline;
}

/* Modal. Or Modall? */

.schedule-modal-wrap {
	display: none;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100%;
	pointer-events: none;
	align-items: center;
	justify-content: center;
}

.schedule-modal-wrap .schedule-modal {
	display: inline-block;
	background-color: #fff;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	pointer-events: all;
	width: 75%;
	height: 75%;
	overflow: hidden;
}

.dark-theme .schedule-modal-wrap .schedule-modal {
	background-color: #333333;
}

.schedule-modal-control:checked ~ .schedule-modal-shadow, .animate-from-top .schedule-modal-control:checked ~ .schedule-modal-shadow, .schedule-modal-control:checked ~ .schedule-modal-wrap {
	display: flex;
}

.schedule-modal-shadow {
	display: none;
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	height: 110vh;
	width: 100%;
	background: rgba(0,0,0,0.7);
}

.schedule-modal-header {
	padding: 15px;
	background: #eee;
	position: relative;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 22px;
	text-align: center;
}

.schedule-modal-header .schedule-day {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 22px;
}

.dark-theme .schedule-modal-header {
	background: #2d2d2d;
}

.schedule-modal-header span {
	font-size: 16px;
	font-weight: 400;
}

.schedule-modal-header .close-modal {
	top: 12px;
	right: 5px;
	width: 30px;
}

.schedule-modal-body {
	padding: 20px;
	height: 90%;
}

.schedule-modal-footer {
	border-top: 1px solid rgba(0,0,0,0.1);
	padding: 10px;
	margin: 0px 2px 0px 2px;
	box-sizing: border-box;
	text-align: center;
}

.schedule-modal-times {
	width: 60%;
	height: 100%;
	float: left;
}

.schedule-modal-info {
	width: 40%;
	height: 100%;
	float: right;
}

.schedule-time-container {
	height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
}

.schedule-time-single {
	height: 60px;
	position: relative;

}

.select-time-button {
	position: absolute;
	right: 2em;
	top: 1em;
}

.schedule-time-single span {
	width: 10%;
	float: left;
	overflow: auto;
	height: 100%;
	background-color: #fff;
	text-align: right;
	padding-right: 10px;
	border-right: 1px solid #e7e7e7;
	font-weight: 400;
	font-size: 13px;
}

.dark-theme .schedule-time-single span {
	background-color: #333333;
	border-right: 1px solid #646464;
}

.schedule-time-row {
	float: right;
	/* overflow: auto; */
	width: 90%;
	height: 100%;
	border-top: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
}

.edit-schedule-modal .schedule-time-row {
	border-top: 0px;
	border-right: 0px;
}

.edit-schedule-modal span {
	border-right: 0px;
}

.dark-theme .schedule-time-row {
	border-top: 1px solid #646464;
	border-right: 1px solid #646464;
}

#eleven-thirty-pm .schedule-time-row {
	border-bottom: 1px solid #e7e7e7;
}

.dark-theme #eleven-thirty-pm .schedule-time-row {
    border-bottom: 1px solid #646464;
}

.schedule-time-single:nth-child(odd) {
	background-color: #ffffff;
}

.dark-theme .schedule-time-single:nth-child(odd) {
	background-color: #2d2d2d;
}

/* Schedule Modal Info */

.schedule-modal-model {
	padding: 0px 0px 10px 10px;
	height: 100%;
	overflow-y: scroll;
}

.schedule-modal-model-image,
.change-photo-title-container {
	display: block;
	margin: 10px auto;
}

.schedule-modal-model-image {
	width: 80%;
	max-width: 400px;
}

.change-photo-title-container {

	font-size: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.change-photo-title-container i,
.change-photo-title-container p {
	margin: 0 5px;
}

.schedule-modal-model-select {
	display: block;
	width: 60%;
	margin-top: 15px;
	background-color: #eeeeee;
	color: #424242;
	font-weight: 400;
	padding: 5px 0 5px 3px;
	border: 1px solid #dcdcdc;
	font-size: 14px;
}

.schedule-modal-model-input, .schedule-modal-model-textarea {
	display: block;
	width: 75%;
	margin-top: 15px;
	background-color: #eeeeee;
	color: #424242;
	font-weight: 400;
	padding: 5px 0 5px 5px;
	border: 1px solid #dcdcdc;
	font-size: 14px;
}

.schedule-modal-model-textarea {
	min-height: 100px;
}

.schedule-modal-model-submit, .schedule-modal-model-cancel {
	margin-top: 15px;
}

.schedule-modal-model-change-photo-container {
	overflow: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	max-height: 250px;
	padding: 1em;
	border: 1px solid #eee;
	margin: 0 auto;
	width: 95%;
}

.schedule-modal-model-change-photo-single {
	background-color: #cecece;
	margin: 2px 0;
	width: 22%;
}

.schedule-modal-model-change-photo-single:hover {
	cursor: pointer;
}

.dark-theme .schedule-modal-model-change-photo-single {
	background-color: #2d2d2d;
}

.schedule-modal-model-change-photo {
	max-width: 100%;
	padding: 5px;
}

.schedule-modal-model-checkbox-section {
	overflow: auto;
	padding: 15% 0 0 5px;
}

.schedule-modal-model-checkbox {
	float: left;
}

.schedule-modal-model-change-photo-text {
	font-size: 14px;
	font-weight: 400;
}

input.custom-check[type=checkbox] { 
	display:none; /* to hide the checkbox itself */
} 

input.custom-check[type=checkbox] + label:before {
	font-family: FontAwesome;
	display: inline-block;
}

input.custom-check[type=checkbox] + label:before { 
	content: "\f0c8"; /* unchecked icon */
	color: #ffffff;
}

input.custom-check[type=checkbox] + label:before { 
	letter-spacing: 0px;  /* space between checkbox and label */
}

input.custom-check[type=checkbox]:checked + label:before { 
	content: "\f046";  /* checked icon */
	color: #25a9d9;
}

input.custom-check[type=checkbox]:checked + label:before { 
	letter-spacing: 0px; /* allow space for check mark */
}

.show-photo-check:checked + .schedule-modal-model-change-photo {
	background-color: #28a6da;
}

.show-photo-check {
	display: none;
}

.active-schedule-show {
	position: relative;
	/* position: absolute; */
	z-index: 2;
	/* width: 85%; */
	/* width: 100%; */
	/* background-color: rgba(199, 207, 213, 0.4); */
	background-color: rgb(199, 207, 213);
	padding: 15px;
	height: 120px;
	margin: 0px 25px;
	overflow: auto;
}

.active-schedule-show.dst-transition {
	overflow: hidden;
	text-align: center;
}

.active-schedule-show.dst-transition:after,
.active-schedule-show.dst-transition:before {
	content: "";
	position: absolute;
	left: 0;
	width: 150%;
	height: 2px;
	background: #abb6bf;
	transform-origin: left;
}

.active-schedule-show.dst-transition:after {
	bottom: 0;
	transform: rotate(345.5deg);
}

.active-schedule-show.dst-transition:before {
	top: 0;
	transform: rotate(14.5deg);
}

.active-schedule-show.dst-transition .schedule-show-image,
.active-schedule-show.dst-transition .schedule-show-text,
.active-schedule-show.dst-transition .schedule-pending {
	display: none;
}

.models-scheduled-show {
	cursor: pointer;
}

.schedule-show-image {
	max-width: 100px;
	border: 1px solid #4fb2e0;
	float: left;
}

.schedule-show-text,
.schedule-show-time,
.schedule-pending {
	overflow: auto;
	padding-left: 15px;
	color: #424240;
	font-weight: 400;
	margin-bottom: 5px;
}

.schedule-pending {
    color: red;
    font-size: 12px;
}

.scedule-show-text {
	font-size: 14px;
}

.schedule-show-time {
	font-size: 12px;
	font-weight: 800;
}

.selected-schedule-show {
	position: absolute;
	z-index: 2;
	width: 85%;
	/* background-color: rgba(159, 205, 95, 0.4); */
	background-color: rgb(159, 205, 95);
	height: 120px;
	margin: 0px 25px;
	overflow: auto;
}

.show-cancellation-confirmation {
	display: none;
	margin: 0 auto;
	text-align: center;
	padding: 10px;
	font-weight: 400;
}

.show-cancellation-confirmation p,
.show-cancellation-confirmation button {
	display: inline;
}

.show-cancellation-confirmation p {
	color: #d9534f;
	font-size: 14px;
}

.show-cancellation-confirmation button {
	margin: 0 5px;
}

.success-or-error-show-title,
.cancel-show-title {
	font-weight: bold;
	font-style: italic;
}

.success-or-error-text {
	text-align: center;
	margin-top: 1em;
}

.modal-body .fa-exclamation-triangle {
	color: #e99fa0;
}

.modal-body .fa-check {
	color: #9bddb9;
}

.success-or-error-icon {
	display: block;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	font-size: 48px;
}

.schedule-alert-confirmation {
	display: none;
}

.schedule-loader-spinner .loading-spinner {
	margin-top: 10em;
}

.fetch-schedule-error-message {
	text-align: center;
	padding: 1.5em 0;
	display: none;
}

.no-shows-scheduled-text {
	text-align: center;
	margin: 2em auto;
	font-size: 32px;
}

@media only screen and (max-width: 1300px) and (min-width: 969px){

	.schedule-modal-model-change-photo {
		float: none;
		display: block;
		margin: 0 auto;
	}

	.schedule-modal-model-checkbox-section {
		padding: 10px 0 0 0px;
	}

	.schedule-modal-model-checkbox {
		float: none;
		display: block;
		text-align: center;
	}

	.schedule-modal-model-change-photo-text {
		margin: 0;
		text-align: center;
	}

	..change-photo-title-container {
		width: 100%;
		font-size: 10px;		
	}

	..change-photo-title-container i {
		display: block;
	}

	.schedule-modal-model-image {
		width: 100%;
	}

}

@media only screen and (max-width: 767px) and (min-width: 550px) {

	.schedule-shows-tool-single {
		min-width: 47%;
	}

	.schedule-shows-tool-container {
		justify-content: space-between;
	}

}

@media only screen and (max-width: 1535px) {
			
	.schedule-shows-tool-single {
		min-width: 19%;
	}

}

@media only screen and (max-width: 1332px) {
			
	.schedule-shows-tool-single {
		min-width: 23%;
	}

}

@media only screen and (max-width: 1327px) {

	.current-scheduled-shows-single {
		width: 100%;
	}

}

@media only screen and (max-width: 968px) {

	.schedule-modal-info {
		width: 100%;
		float: none;
	}

	.schedule-modal-times {
		width: 100%;
	}

	.schedule-modal-model-image {
		width: 80%;
		display: block;
		margin: 10px auto;
	}

	.btn-schedule-modal-model {
		padding: 10px;
		display: block;
		margin: 0 auto 10px;
		min-width: auto;
	}

	.schedule-modal-model-change-photo {
		/* max-width: 50%; */
		width: auto;
		float: none;
		display: block;
		/* margin: 10px auto; */
	}

	.schedule-modal-model-change-photo-text {
		margin: 0px;
	}

	.schedule-modal-model-checkbox-section {
		padding: 10px 0px 0px 0px;
		text-align: center;
	}

	.schedule-modal-model-checkbox {
		float: none;
	}

	.schedule-modal-model-select, .schedule-modal-model-input, .schedule-modal-model-textarea {
		width: 100%;	
	}

	.schedule-modal-times {
		width: 100%;
		height: initial;
		display: block;
	}

	.schedule-modal-info {
		width: 100%;
		float: none;
		height: initial;
	}

	.schedule-modal-body {
		overflow: scroll;
		-webkit-overflow-scrolling: touch;
	}

	.schedule-time-single span {
		width: 20%;
	}

	.schedule-time-row {
		width: 80%;
	}

	.schedule-modal-model-change-photo-single {
		flex-direction: column;
	}

}

@media only screen and (max-width: 810px) {

	.schedule-shows-tool-single {
		min-width: 48%;
	}

}

@media only screen and (max-width: 730px) {

	.current-scheduled-show-cancel {
		position: relative;
		bottom: 0px;
		right: 0px;
		margin-top: 10px;
		width: 65%;
	}
	
	.current-scheduled-show-edit {
		position: relative;
		bottom: 0px;
		right: 0px;
		margin-top: 10px;
		width: 65%;
	}
	
	.current-scheduled-show-image {
		max-width: 200px;
		width: 100%;
		display: block;
		margin: 0 auto;
	}

	.current-scheduled-show-information {
		display: block; 
		text-align: center;
		margin-left: 0px;
	}

}

@media only screen and (max-width: 640px) {

	.active-schedule-show, .selected-schedule-show {
		margin: 0 auto;
		width: inherit;
	}

	.no-shows-scheduled-text {
		font-size: 20px;
	}

    .schedule-show-text,
    .schedule-show-time,
    .schedule-pending {
		text-align: center;
		padding-left: 0;
		margin-bottom: 0px;
	}

	.schedule-show-image {
		display: block;
		margin: -5px auto 5px;
		float: none;
		width: 35%;
	}

	.selected-scheduled-show-cancel {		
		width: inherit;
		top: 0;
		right: 2px;
		background-color: transparent;
		text-align: right;
		color: #e99fa0;
		border: none;
		padding: 0;
	}

	.selected-scheduled-show-cancel .cancel-button-text {
		float: none;
		background-color: transparent;
		border-right: none;
		display: none;
	}	

	.selected-scheduled-show-cancel:hover {
		color: #fff;
	}
	
	.selected-scheduled-show-cancel:hover,
	.selected-scheduled-show-cancel:active,
	.selected-scheduled-show-cancel:focus {
		background-color: transparent !important;
		outline: 0 !important;
	}

	.schedule-modal-model-change-photo-container {
		width: 95%;
	}

	.schedule-modal-model-change-photo-single {
		width: 30%;
	}

}

@media only screen and (max-width: 600px) {

	.schedule-shows-tool-single {
		min-width: 100%;
	}

	.schedule-dropdown {
		width: 75%;
	}

}

@media only screen and (max-width: 580px) {

	.current-scheduled-show-image {
		max-width: 200px;
		display: block;
		margin: 0 auto;
	}

	.current-scheduled-show-information {
		display: block; 
		text-align: center;
		margin-left: 0px;
	}

}

@media only screen and (max-width: 549px) {

	.schedule-shows-tool-single {
		min-width: 100%;
		margin: 0px 0px 25px 0px;
		min-height: auto;
	}

	.schedule-shows-tool-container {
		justify-content: space-between;
	}

	.btn-schedule-show {
		width: 100% !important;
		height: auto !important;
		margin: 10px 0px 0px 0px !important;
		line-height: normal !important;
		position: relative;
		bottom: 0;
	}

}

@media only screen and (min-width: 1536px) {

	.schedule-shows-tool-container {
		justify-content: space-between;
	}

}

@media only screen and (min-width: 1328px) and (max-width: 1650px) {

	.current-scheduled-show-cancel, .current-scheduled-show-edit {
		position: relative;
		bottom: 0px;
		right: 0px;
		margin-top: 10px;
		width: 65%;
	}

}
