.ib {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    *zoom: 1;
    *display: inline
}

.dialog-calendar {
    position: fixed;
    width: 650px;
    height: 450px;
    top: 50%;
    left: 50%;
    margin-left: -325px;
    margin-top: -225px;
    z-index: 99;
    display: none;
    border: 1px solid #b1b0b0
}

.calendar-panel {
    background-color: #ecf0f3;
    position: relative
}

.dialog-header {
    background-color: #f0f0f0;
    height: 30px;
    line-height: 30px;
    padding: 0 10px
}

#dialogClose {
    float: right;
    font-size: 14px;
    font-family: arial;
    color: #666
}

.calendar-head {
    text-align: center;
    font-size: 16px;
    color: #333
}

.calendar-head ul {
    height: 32px;
    line-height: 32px;
    color: #333;
    font-size: 16px;
}

.calendar-head ul li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 .25rem
}

.calendar-head ul li:nth-child(2) {
    float: left
}

.calendar-head ul li:nth-child(4) {
    float: right
}

.calendar-contnet {
    overflow: hidden;
    width: 100%;
    padding-bottom: 1px;
}

.calendar-contnet table {
    border-collapse: collapse;
    float: left
}

.calendar-contnet table td, .calendar-contnet table th {
    /*padding: 5px 0;*/
    border: 1px solid #dddddd
}

.calendar-contnet table th {
    background-color: #72808d;
    /*color: #fff;*/
    height: 18px;
    border: 1px solid #72808d;
    /*border-top: 1px solid #72808d*/
}

.calendar-contnet table td {
    cursor: pointer;
    text-align: center;
    /*height: 37px;*/
    /*line-height: 140%;*/
    font-size: 12px;
    width: 14%;
    background: #e4eaee;
}

.calendar-contnet table td .price {
    color: #f66
}

.calendar-contnet table td.today {
}

.calendar-contnet table td.weekend {
    color: #149d34
}

.calendar-contnet table td.selected {
    background-color: #f66;
    color: #fff
}

.calendar-contnet table td.selected .price strong {
    color: #fff
}

.calendar-contnet table td.other {
    color: #ddd;
    cursor: default;
    background: #fff;
}

.calendar-contnet table td.selecteds {
    background-color: #ff6666;
    color: #fff
}

.calendar-contnet table td p {
    /*height: .75rem;*/
    line-height: 20px;
    /*padding: .25rem 8px;*/
    text-align: center;
}

.icon-angle-left:before {
    content: "\e61d"
}

.icon-angle-right:before {
    content: "\e617"
}

.calendar-day {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    border-bottom: 1px solid #eee
}

.calendar-day li {
    width: 14%;
    height: 2.1rem;
    line-height: 2.1rem;
    float: left;
    text-align: center;
    font-size: .6rem
}

.monthPrev {
    border-right: 9px solid #bababa
}

.monthNext, .monthPrev {
    width: 0;
    height: 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent
}

.monthNext {
    border-left: 9px solid #bababa
}

.calendar-explian .price strong {
    /*font-size: .5rem*/
}

.calendar-contnet table td.selecteds .price em, .calendar-contnet table td.selecteds .price strong {
    color: #fff
}

.calendar-contnet table th:nth-child(1), .calendar-contnet table th:nth-last-child(1) {
    background: #628882;
    color: #fff;
}

.date-title {
    display: block;
    overflow: hidden;
    padding: 0 8px;
}

.date-title i {
    /*float: left;*/
}

.date-title em {
    float: right;
}
