/* Custom Styles */


.btn-margin-right {
	margin-right:2px;	
}

.pull-left {
	display:inline-block;
	margin-right:3px;
	width:40px;
	padding:4px;
	background-color:#C5AD7C;
}

.pull-right {
	display:inline-block;
	margin-left:3px;
	width:40px;
	padding:4px;
	background-color:#C5AD7C;
}



/* Custom Styles End */




.responsive-calendar .controls {
  text-align: center;
}
.responsive-calendar .controls a {
  cursor: pointer;
}
.responsive-calendar .controls h3 {
  display: inline;
}
.responsive-calendar .day-headers,
.responsive-calendar .days {
  font-size: 0;
}
.responsive-calendar .day {
  display: inline-block;
  position: relative;
  font-size: 14px;
  width: 14.285714285714286%;
  text-align: center;
}
.responsive-calendar .day a {
  color: #000000;
  display: block;
  cursor: pointer;
  padding: 20% 0 20% 0;
}
.responsive-calendar .day a:hover {
  background-color: #eee;
  text-decoration: none;
}
.responsive-calendar .day.header {
  border-bottom: 1px gray solid;
}
.responsive-calendar .day.active a {
  background-color: #1d86c8;
  color: #ffffff;
}
.responsive-calendar .day.active a:hover {
  background-color: #36a0e2;
}
.responsive-calendar .day.active .not-current {
  background-color: #8fcaef;
  color: #ffffff;
}
.responsive-calendar .day.active .not-current:hover {
  background-color: #bcdff5;
}
.responsive-calendar .day.not-current a {
  color: #ddd;
}
.responsive-calendar .day .badge {
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 1;
}

/* Dates older than the first Reasoning post: greyed out and not selectable. */
.responsive-calendar .day.too-old a {
  color: #cccccc;
  cursor: default;
  background-color: transparent;
}
.responsive-calendar .day.too-old a:hover {
  background-color: transparent;
}

/* Back-navigation buttons disabled at the earliest available month. */
.responsive-calendar .controls a.disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}


@media only screen and (max-width: 333px) {
	.pull-left {
		width:35px;
	}
	
	.pull-right {
		width:35px;
	}
}
