*[class*="fontawesome-"]:before {
    font-family: 'FontAwesome', sans-serif;
}

.calendar-container a {
    text-decoration: none;
}

.calendar-container h2 {
    font-size: 22px;
    line-height: 20px;
    margin: 4px 0;
}

.calendar-container h3 {
    font-size: 24px;
    line-height: 24px;
    margin: 5px 0;
}

.calendar-container table {
    border-spacing: 0;
    width: 100%;
}

.calendar-container {
    margin-top: 15px;
    height: 210px;
/*    left: 50%;
    margin: -255px 0 0 -245px;
    position: absolute;
    top: 45%;*/
    width: 195px;
    font: 300 100%/1em 'Lato', sans-serif;
}

.calendar {
    text-align: center;
}

.calendar header {
    position: relative;
}

.calendar h2 {
    text-transform: uppercase;
}

.calendar thead {
    font-weight: 600;
    text-transform: uppercase;
}

.calendar tbody {
    color: #7c8a95;
}

.calendar tbody td:hover {
    border: 2px solid #c0392b;
    border-radius: 50%;
    position: absolute;
    height: 24px;
    width: 24px;
}

.calendar tbody td.active {
    border: 2px solid #c0392b;
}
.calendar thead td {
    font-size: 8px;
}
.calendar td {
    border: 2px solid transparent;
    border-radius: 50%;
    height: 22px;
    line-height: 22px;
    text-align: center;
    width: 18px;
    padding: 2px;
    font-size: 12px;
}

.current-day {
    background: #c0392b;
    color: #f9f9f9;
}

.event {
    cursor: pointer;
    position: relative;
}

.event:after {
    background: #c0392b;
    border-radius: 50%;
    bottom: 0px;
    display: block;
    content: '';
    height: 8px;
    left: 50%;
    margin: -4px 0 0 -4px;
    position: absolute;
    width: 8px;
}

.event.current-day:after {
    background: #f9f9f9;
}

.btn-prev,
.btn-next {
	border: 2px solid #cbd1d2;
	border-radius: 50%;
	color: #cbd1d2 !important;
	height: 24px;
	font-size: 18px !important;
	line-height: 24px;
	margin: -16px;
	position: absolute;
	top: 50%;
	width: 24px;
}

.btn-prev:hover,
.btn-next:hover {
    background: #cbd1d2;
    color: #f9f9f9;
}

.btn-prev {
    left: 20px;
}

.btn-next {
    right: 20px;
}

.list {
    margin-top: 20px;
}

.close {
    color: #A4AAAB;
    margin-top: -15px;
    margin-right: 10px;
    float: right;
}

.day-event {
    background-color: #F2F2F2 ;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 0px;
    margin-bottom: 50px;
    display:none;

}

.day-event p{
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.day-event span{
    font-size: 12px;
}

.day-event button {
    position: relative;
    vertical-align: top;
    width: 100%;
    height: 50px;
    padding: 0;
    font-size: 18px;
    color: white;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    background: #c0392b;
    border: 0;
    border-bottom: 2px solid #b53224;
    cursor: pointer;
    -webkit-box-shadow: inset 0 -2px #b53224;
    box-shadow: inset 0 -2px #b53224;
}

.check-btn {
    width: 100%;
}
