
.calender {
    float: left;
    height: 230px;
    width: 100%;
}
.fc-calendar-container {
    height: 175px;
    margin: 30px auto 0;
    position: relative;
    width: 212px;
}
.fc-calendar {
    height: 100%;
    width: 100%;
}
.fc-calendar .fc-head {
    background: none repeat scroll 0 0 #ffffff;
    color: #555555;
    font-size: 10px;
    height: 30px;
    line-height: 30px;
}
.fc-calendar .fc-body {
    background-color: #eeeeee;
    border: 2px solid #ffffff;
    float: left;
    height: calc(100% - 30px);
    position: relative;
    width: 100%;
}
.fc-calendar .fc-row {
    border-bottom: 3px solid #ffffff;
    float: left;
    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: 14.2%;
}
.ie9 .fc-calendar .fc-row > div, .ie9 .fc-calendar .fc-head > div {
    width: 14.2%;
}
.fc-calendar .fc-row > div {
    border-right: 3px solid #ffffff;
    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: #555555;
    float: left;
    font-size: 12px;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    margin: 0 auto;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.8);
    width: 100%;
}
.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-date {
    color: #5555ff;
    font-weight: bold;
}
.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;
}
.fc-calendar .fc-row .fc-content .fc-calendar-events {
    display: none;
}
.fc-calendar .fc-row .fc-content {
    background-color: #ffdddd;
}
.fc-calendar .fc-row .fc-content:hover {
    cursor: pointer;
}
.fc-head div:nth-child(6) {
    color: rgba(53, 126, 189, 1);
}

.fc-head div:last-child {
    color: rgba(212, 63, 58, 1);
}
.calender .calender_control {
    color: #6666ff;
    float: left;
    height: 0;
    overflow: visible;
    width: 0;
}
.calender .calender_control .calender_inner {
    float: left;
    height: 188px;
    overflow: visible;
    width: 336px;
}
.calender_control .year_name {
    float: left;
    height: 35px;
/*    margin-left: 138px;*/
    margin-left: 118px;
    padding-top: 10px;
    width: 45px;
}
.calender_control .month_name {
    float: left;
    font-size: 25px;
    height: 33px;
    width: 50px;
}
.calender_control .prev_month_css {
    clear: left;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 38px;
/*    margin-left: 10px;*/
    margin-left: 4px;
 	margin-top: 85px;
   width: 50px;
	cursor: pointer;
}
.calender_control .prev_month {
    display: none;
}
.calender_control .next_month_css {
    float: right;
    font-size: 12px;
    font-weight: bold;
    height: 38px;
/*    margin-right: -2px;*/
    margin-right: 30px;
	margin-top: 85px;
    width: 50px;
	cursor: pointer;
}
.calender .loading_status {
    clear: left;
    color: #ff0000;
    float: left;
    font-size: 12px;
    text-align: center;
    width: 100%;
}
.calender .fc-emptydate {
    display: none;
}
