/* ----- CALENDÁRIO AGENDAMENTO ----- */

.responsive-calendar{
    background-color: #fff;
    padding: 20px 10px;
    border-radius: 12px;
    border-top: 1px solid rgb(235, 235, 235);
    border-left: 1px solid rgb(235, 235, 235);
    border-right: 1px solid rgb(210, 210, 210);
    border-bottom: 1px solid rgb(150, 150, 150);
}

.responsive-calendar .day.header {
	border-bottom:none !important;
}

.days{
    margin: 0px 5px;
}
	
.responsive-calendar .controls {
	padding:10px;
	height:30px;
}

.controls {
	position: relative;
}

.controls a:first-child {
	position: absolute;
	left:75px;
	top:0;
	font-size:24px;
	padding:0px 13px 0px 13px;
	border-radius:30px;
}

.controls a:last-child {
	position: absolute;
	right:75px;
	top:0;
	font-size:24px;
	padding:0px 13px 0px 13px;
	border-radius:30px;
}

.icon-left-open, .icon-right-open{
    color: rgb(4,110,178);
}

.work {
    background-color:rgb(0,140,220) !important;
    border:1px solid #FFF;
}

.work a:hover{
    background-color:rgba(4,110,178,.1) !important;
    color:rgb(4,110,178);
}
	
.day-headers {
    background-color:rgba(4,110,178,.1);
    color:rgb(4,110,178);
    padding:12px;
    font-weight:bold;
    height:47px;
    margin:20px 5px 15px 5px !important;
}

.day {
    overflow: hidden;
    margin:0 0 2px 0 !important;
    padding:0 !important;
}
	
/*----- Fim Calendário -----*/

.responsive-calendar .controls {
  text-align: center;
}
.responsive-calendar .controls a {
  cursor: pointer;
}
.responsive-calendar .controls h4 {
  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;
}

.day-events .work {
    background-color:rgba(4,110,178,.1) !important;
    color:rgb(4,110,178);
}