
@font-face {
    font-family: "fontawesome-selected";
    font-style: normal;
    font-weight: normal;
    src: url("../font/fontawesome-selected.eot?#iefix") format("embedded-opentype"), url("../font/fontawesome-selected.woff") format("woff"), url("../font/fontawesome-selected.ttf") format("truetype"), url("../font/fontawesome-selected.svg#fontawesome-selected") format("svg");
}
.fc-calendar-container {
    height: 400px;
    position: relative;
    width: 400px;
}
.fc-calendar {
    height: 100%;
    width: 100%;
}
.fc-calendar .fc-head {
    background: #ccc none repeat scroll 0 0;
    color: #fff;
    height: 30px;
    line-height: 30px;
}
.fc-calendar .fc-body {
    border: 1px solid #ddd;
    height: calc(100% - 30px);
    position: relative;
    width: 100%;
}
.fc-calendar .fc-row {
    border-bottom: 1px solid #ddd;
    width: 100%;
}
.fc-four-rows .fc-row {
    height: 25%;
}
.fc-five-rows .fc-row {
    height: 20%;
}
.fc-six-rows .fc-row {
    height: calc(100% / 6);
}
.fc-calendar .fc-row > div, .fc-calendar .fc-head > div {
    float: left;
    height: 100%;
    position: relative;
    width: calc(100% / 7);
}
.ie9 .fc-calendar .fc-row > div, .ie9 .fc-calendar .fc-head > div {
    width: 14.2%;
}
.fc-calendar .fc-row > div {
    border-right: 1px solid #ddd;
    overflow: hidden;
    padding: 4px;
    position: relative;
}
.fc-calendar .fc-head > div {
    text-align: center;
}
.fc-calendar .fc-row > div > span.fc-date {
    bottom: 5px;
    color: #ddd;
    font-size: 20px;
    font-weight: 700;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 5px;
    text-align: right;
    text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.8);
    width: 30px;
}
.fc-calendar .fc-row > div time {
    display: none;
}
.fc-calendar .fc-row > div > span.fc-weekday {
    display: none;
    padding-left: 5px;
}
.fc-calendar .fc-row > div.fc-today {
}
.fc-calendar .fc-row > div.fc-out {
    opacity: 0.6;
}
.fc-calendar .fc-row > div:last-child, .fc-calendar .fc-head > div:last-child {
    border-right: medium none;
}
.fc-calendar .fc-row:last-child {
    border-bottom: medium none;
}
