.calendarContainer .months-cell{
  float:left;
}
.calendarContainer .activeMonth{

}
.calendarContainer .otherMonth{
background:none;
border: 0!important;
color:#ccc;
}

.calendarContainer .currentDate{
	  border:2px solid #337cc0!important;
}


.calendarContainer .selectedDate{
  background:#273071;
  border:1px solid #273071!important;
  color:#fff;
  font-weight: bold;
}

.selectMonthPopup .popup, .selectYearPopup  .popup{
  width:calc(100vw - 50px);
  height:calc(100vh - 50px);
}

.selectMonth .month{
display: inline-block;
width: 32%;
padding:10px 5px;
text-align: center;
}

.selectMonth .month:hover, .selectYear .button:hover{
	background: #273071;
	color:#fff;
	cursor: pointer;
}

.selectYear .button{
	border:0;
}
.currentYear, .currentMonth{
  background: #273071;
  color:#fff;
}
