.dots-loader {
  text-align: center;
}
.dots-loader span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 5px;
  background: #38c794;
  border-radius: 50%;
  animation: bounce 1.4s infinite ease-in-out both;
}
.dots-loader span:nth-child(1) { animation-delay: -0.32s; }
.dots-loader span:nth-child(2) { animation-delay: -0.16s; }
.dots-loader span:nth-child(3) { animation-delay: 0; }

@keyframes bounce {
  0%, 80%, 100% { transform: scale(0); }
  40% { transform: scale(1); }
}

.fc-day-grid-event .fc-content {
  /* white-space: normal!important; */
  /* min-height: 58px; */
 /* background: repeating-linear-gradient(45deg,#606dbc,#606dbc 10px,#465298 10px,#465298 20px);
*/
}
.full.fc-day-grid-event .fc-content {
	background: repeating-linear-gradient(45deg,#dedfe6,#fff 1px,#999aa2 5px,#dcdcdd 2px);
}
.full.fc-event, .fc-event-dot {
  background-color: #d9d4d3 !important;
}
.internal.fc-day-grid-event .fc-content {
	/*background: #dedede;
*/
}
.btn.btn-back-to-calendar{
	background-color: #002728;
	color: #fecd36;
}
.btn-link:focus, .btn-link:hover {
  color: #38c794!important;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
	border-bottom: 2px solid #fff;
}
.btn.btn-primary:focus{
	background-color: #005cbf;
}
.fc-event {
  font-size: 0.875rem !important;
  line-height: 1.5;
  padding: .25rem .5rem !important;
  font-weight: 400;
}
.fc-event .fc-content .fc-title {
    font-family: 'Arial', sans-serif;
    font-size: 16px;
}

.btn.btn-32 {
  color: #fff;
  background-color: #546832;
  border-color: #546832;
    border-bottom-color: rgb(0, 98, 204);
}
.btn.btn-33 {
  color: #fff;
  background-color: #61418f;
  border-color: #61418f;
    border-bottom-color: rgb(0, 98, 204);
}

.btn.btn-34 {
  color: #fff;
  background-color: #005c96;
  border-color: #005c96;
    border-bottom-color: rgb(0, 98, 204);
}

.btn.btn-37 {
  color: #fff;
  background-color: #9d2212;
  border-color: #9d2212;
    border-bottom-color: rgb(0, 98, 204);
}

.btn.btn-fst {
  color: #fff;
  background-color: #000;
  border-color: #000;
    border-bottom-color: rgb(0, 98, 204);
}

.btn.btn-39 {
  color: #fff;
  background-color: #003f6b;
  border-color: #003f6b;
    border-bottom-color: rgb(0, 98, 204);
}

#NothingScheduled {
  width: 60%;
  position: absolute;
  display: block;
  top: 50%;
  right: 20%;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: red;
  z-index: 9;
  text-align: center;
  color: #fff;
  font-weight: 600;
}
.details-overlay {
	display:none;
padding-top: 2%;	
	position: fixed; 
	z-index: 9998; 
	top: 0; 
	left: 0; 
	background-color: black; 
	width: 100%; 
	height: 100%;
	/*
	filter:alpha(opacity=60); 
	opacity:0.6;  
	-moz-opacity:0.6;
	*/
}

.appointment-input-content {
	display:none;
	position: fixed;
	z-index: 9999;
	top: 10%;
	background-color: white;
	width: 80%;
	padding: 25px;
	max-height: 80%;
	overflow-y: auto;
	left: 10%;
}

.single {
	padding: 30px 15px;
	background: #fcfcfc;
	border: 1px solid #f0f0f0; 
}
.single h3.side-title {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	font-size: 20px;
	color: #333;
	text-transform: uppercase; 
}
.single h3.side-title:after {
	content: '';
	width: 60px;
	height: 1px;
	background: #ff173c;
	display: block;
	margin-top: 6px; 
}

.single ul {
	margin-bottom: 0; 
}
.single li {
	color: #666;
	font-size: 14px;
	text-transform: uppercase;
	border-bottom: 1px solid #f0f0f0;
	line-height: 40px;
	display: block;
	text-decoration: none;
	font-weight: 600;
}
.single li span {
	color: #000;
	font-weight: 200;
	font-size: 16px;
}
.single li:last-child a {
	border-bottom: 0; 
}
/* Hide on mobile) */
@media (max-width: 767px) { 
	#calendar-wrapper-container {
	  display: none;
	}
}