@charset "utf-8";

blockquote,
body,
button,
caption,
dd,
div,
dl,
dt,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
legend,
li,
menu,
ol,
p,
pre,
.flexoCalendar,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: '微软雅黑', "Microsoft YaHei", '宋体', Arial, Microsoft YaHei, Helvetica, sans-serif;
}

.calendar {
    height: 610px !important;
}

.calendar-wrapper {
    position: relative;
    margin-bottom: 20px;
    width: 490px;
    margin: 15px auto;
    background: #fff;
    min-height: 155px;
}

.calendar-wrapper .flexoCalendar {
    margin: 0 auto;
    border-collapse: separate;
    width: 100%;
    position: relative;
    z-index: 1
}

.flexoCalendar td,
.flexoCalendar th {
    text-decoration: none;
    background: #f5f8ff;
    width: 60px;
    height: 60px;
    border: 1px solid #b7b7b7;
    margin: 4px;
    font-size: 16px;
    display: block;
    line-height: 60px;
    float: left;
}

.flexoCalendar tr th .icon-arrow-left {
    display: inline-block;
    margin-top: 4px;
    vertical-align: text-top;
    cursor: pointer;
    width: 19px;
    height: 19px;
    background: url(../picture/rili-left.png) no-repeat;
}

.flexoCalendar tr th .icon-arrow-right {
    display: inline-block;
    margin-top: 4px;
    vertical-align: text-top;
    cursor: pointer;
    width: 19px;
    height: 19px;
    background: url(../picture/rili-right.png) no-repeat;
}

.flexoCalendar thead tr {
    height: 25px;
    color: #fff;
}

.flexoCalendar thead tr:first-child th {
    cursor: pointer;
    text-align: center;
}

.flexoCalendar tr td.other-month {
    color: #aaa
}

.flexoCalendar thead,
.flexoCalendar th {
    font-weight: normal;
    color: #333;
    border: none;
    background: none;
    height: 80px;
    line-height: 80px;
}

.flexoCalendar tr th.current-year {
    width: 68%;
}

.flexoCalendar tr td .day {
    display: block;
    width: 30px;
    text-align: center;
    margin: auto;
    line-height: 60px;
}

.flexoCalendar tr td.current-day {
    color: #fff;
    background: #004a9a;
}

.flexoCalendar tr td.selected>div,
.flexoCalendar tr td.selected>span,
.flexoCalendar tr td.selected>div span {
    /* border: 1px solid #3dbaf0;
    border-radius: 4px;
    background-color: #3dbaf0;
    color: #fff !important */
	background-color: #004a9a;
	color: #fff !important;
	width: 60px;
	height: 60px;
}

#calendar-weekly .calendar-hd,
#calendar-monthly .calendar-hd,
#calendar-weekly tbody td {
    height: 30px;
}

#calendar-weekly tr td div {
    margin-bottom: 2px;
}

#calendar-weekly tr td .week {
    width: 100%;
    height: 100%;
    line-height: 30px;
    color: #565656;
    text-align: center;
}

#calendar-weekly tr td .process {
    color: #999;
    margin-left: 20px;
    display: inline-block;
    width: 57px;
    text-align: left;
}

#calendar-monthly td.tmonth .month {
    display: block;
    width: 55px;
    height: 30px;
    line-height: 30px;
    margin: 1px;
    text-align: center;
    border-radius: 4px;
    color: #565656;
    border: 1px solid transparent;
}

#calendar-monthly td.current-month .month {
    border: 1px solid #3dbaf0;
}

#calendar-weekly tr td.week1 div,
.tmonth.month1 span,
.tmonth.month2 span,
.tmonth.month3 span,
.tmonth.month4 span {
    margin-top: 10px !important;
}

.flexoCalendar thead tr.weekday {
    display: none;
}
