



a {
    text-decoration: none;
}

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

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

table {
    border-spacing: 0;
    width: 100%;
}
#calendar_div, .calendar_control, .calendar_links, .calendar_header, .calendar{
    width: 100%;
}
.calendar_wrap>.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.calendar {
    text-align: center;
    margin-left: 2px;
}

.calendar header {
    position: relative;
}
.calendar header>a:hover,.calendar header>a:focus {
    text-decoration: none !important;
    color: #0b0b0a;
}

.calendar h2 {
    font-family: Oswald;
    font-size: 17px !important;
    font-weight: bold;
    line-height: 2.0;
    text-align: center;
    color: #7d7d7d !important;
}
.page_header{
    width: 100%;
    text-align: center;
    font-family: Oswald;
    font-size: 20px;
    letter-spacing: 0px;
    color: #000000;
}

.calendar thead {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: solid 0.5px #dbdcdd;
    margin: 5px 0;
}
.calendar thead>tr>td{
    font-family: PTSans;
    font-size: 12px;
    line-height: 2.1;
    text-align: right;
    color: #8c8f93;
    width: 30.1px;
    height: 30px;
    margin-right: 9.2px;
}

.calendar tbody {
    color: #7c8a95;
}

 /*.calendar tbody td:hover {
   border: 2px solid #c0392b;
}*/
.calendar tbody>tr{
    width: 270px;
    height: 30px;
    display: block;
    border-radius: 100px;
    background-color: #f2f2f2;
    text-align: left;
    margin:5px 0px 5px 2px;

}
.calendar tbody>tr>td:last-child a{
    margin-right: 0 !important;
}
.calendar tbody td.active {
    border: none;
}

.calendar td{
    display: block;
    float: left;

}
.calendar td a {
    border-radius: 100px;
    height: 30px;
    display: inline-block;
    width: 30px;
    font-family: PTSans;
    font-size: 14px;
    text-align: center;
    color: #000000;
    line-height: 2.3;
    margin-right: 10px;
    text-decoration: none;
}
.calendar td a:hover {
    text-decoration: none !important;
}

.current-day a{
    background: #000000;
    color: #ffffff !important;
}

.event a{
    cursor: pointer;
    position: relative;
    border-radius: 100px;
    background-color: #00ea00;
}

/* .event:after {
    background: #c0392b;
    border-radius: 50%;
    bottom: 8px;
    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 {
	color: #0b0b0a;
	font-size: 12px;
	line-height: 34px;
	margin: -16px;
	position: absolute;
	top: 50%;
}


.btn-prev:hover,
.btn-next:hover {
    background: transparent;
    color: #0b0b0a;
}

.btn-prev {
    left: 20px;
}

.btn-next {
    right: 25px;
}

.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;
}

@media (max-width: 992px) {

    .calendar_wrap{
        width: 268px;
        margin:0 auto;
    }
    .page_header {
        width: 100%;
        text-align: center;
        font-family: Oswald;
        font-size: 18px;
        letter-spacing: 0px;
        color: #000000;
    }
    .calendar h2 {
        text-transform: uppercase;
        font-family: Oswald;
        font-size: 12px !important;
        font-weight: bold;
        line-height: 0.67;
        text-align: center;
        color: #7d7d7d !important;
    }
    .btn-prev, .btn-next {
        color: #0b0b0a;
        font-size: 15px;
        line-height: 34px;
        margin: -16px;
        position: absolute;
        top: 50%;
    }
    .calendar thead>tr>td {
        font-family: PTSans;
        font-size: 12px;
        line-height: 2.1;
        text-align: center;
        color: #8c8f93;
        width: 25px;
        height: 25px;
        margin-right: 9px;
    }
    .calendar tbody>tr {
        width: 100%;
        height: 25px;
        display: block;
        margin-bottom: 5px;
        border-radius: 100px;
        background-color: #f2f2f2;
    }
    .calendar td a {
        border-radius: 100px;
        width: 25px;
        height: 25px;
        display: inline-block;
        font-family: PTSans;
        font-size: 12px;
        text-align: center;
        color: #000000;
        line-height: 2.1;
        margin-right: 9px;
        text-decoration: none;
    }
}

