.responsive-calendar {
	background-image:url(../../../../../site/images/kalender-bg.png);
	background-repeat:no-repeat;	
	background-size:cover;
	background-position:left 40px;
	padding-bottom:30px;
}


.responsive-calendar .controls {
  text-align: center;
  background-color:#847d59;
  border-radius:5px;
  padding:10px;
}
.responsive-calendar .controls a {
  cursor: pointer;
  display:inline-block;
}

.responsive-calendar .controls .pull-left {
	float:left;
}	

.responsive-calendar .controls .pull-right {
	float:right;
}

.responsive-calendar .controls h4 {
  display: inline;
  font-family: eveleth_regularbold;
  
  font-size:14px;
  color:#fff;
}
.responsive-calendar .day-headers,
.responsive-calendar .days {
  font-size: 0;
}

.responsive-calendar .day-headers {
	margin-left:50px;
	margin-right:50px;
	padding-top:30px;
}

.responsive-calendar .days {
	background-color:#fff;
	margin-left:50px;
	margin-right:50px;
}

.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;
  font-size:14px;
  font-family:Arial;
  text-decoration: none;
}
.responsive-calendar .day a:hover {
  background-color: #e3b708;
  text-decoration: none;
}
.responsive-calendar .day.header {
}

.responsive-calendar .day.active a {
 text-decoration: line-through;
  color: #ABABAB;
}

.responsive-calendar .day.selected a {
  background-color: #e3b708;
  color: #ffffff;
}

.responsive-calendar .day.active a:hover {
  background-color: #fff;
}
.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 !important;
}
.responsive-calendar .day.past a {
  color: #A4A4A4;
}
.responsive-calendar .day .badge {
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 1;
}
