
.container-calendar {
    background: #ffffff;
    padding: 15px;
    max-width: 610px;
    margin: 0 auto;
    overflow: auto;
}

.button-container-calendar button {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    background: #2f4050;                                                                                                             
    color: #fff;
    border: 1px solid #2f4050;
    border-radius: 4px;
    padding: 5px 10px;
}

.table-calendar {
	border-radius: 0px 0px 15px 15px;
    border-collapse: collapse;
    width: 100%;
}

.table-calendar th {
	/* background : orange; */
	/* color:white; */
	border-bottom: 1px solid #999999;
}

.table-calendar td, .table-calendar th {
    padding: 5px;
	justify-items: center;
    /*border: 1px solid #e2e2e2;*/
    text-align: center;
}

.table-calendar td > span {
	border-radius: 30px;
	display: flex;
	justify-content: center;
    align-items: center;
    height: 35px;
    width: 35px;
}

.date-picker.selected {
    font-weight: bold;
    outline: 1px dashed #00BCD4;
}

.date-picker.selected span {
    border-bottom: 2px solid currentColor;
}


#calendarMonthAndYear {

}

.button-container-calendar {
	display:flex;
	justify-content: space-between;
    position: relative;
    padding: .7em;
    overflow: hidden;
    clear: both;
	background: #2f4050;
    color: #fff;
	/* border-radius: 15px 15px 0px 0px; */
}

#calendarBtnPrevious {

}

#calendarBtnNext {
 
}


[calendar-tooltip]:hover::after {
  display: block;
  position: absolute;
  content: attr(calendar-tooltip);
  border: 1px solid black;
  background: #eee;
  padding: .25em;
}

.ceil-absent > span {
	background : #ffdddd;
}

.ceil-present {
	cursor: help; 
}

.ceil-present > span {
	background : #77ff7c;
}

.ceil-grayed  {
	color: #9f9f9f;
}