﻿.calendarbg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.5;
    z-index:11000;
    display:none;
}
.demo-box {
    width: 500px;
    overflow: hidden;
    background: #eef5fd;
    border: 1px solid #e6e8eb;
    position:fixed;
    top:30%;
    left:50%;
    margin-left:-250px;
    z-index:12000;
}

.calendar-box * {
    box-sizing: border-box
}

.ht-rili-head {
    overflow: hidden
}

.ht-rili-querybox {
    overflow: hidden
}

.ht-rili-title {
    padding: 10px;
    display: inline-block;
    max-width: 200px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle
}

.ht-rili-datebox {
    float: right;
    display: inline-block;
    vertical-align: middle;
    padding: 10px
}

.ht-rili-date {
    text-align: center;
    display: inline-block;
    width: 100px;
    height: 19px;
    line-height: 19px;
    vertical-align: middle
}

.ht-rili-leftarr {
    display: inline-block;
    width: 25px;
    height: 19px;
    background: url(../images/left-arr.png) left center no-repeat;
    background-size: contain;
    vertical-align: middle;
    cursor: pointer
}

.ht-rili-rightarr {
    display: inline-block;
    width: 25px;
    height: 19px;
    background: url(../images/right-arr.png) right center no-repeat;
    background-size: contain;
    vertical-align: middle;
    cursor: pointer
}

.ht-rili-th {
    width: 14.25%;
    float: left;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #000
}

.ht-rili-td {
    width: 14.25%;
    float: left;
    text-align: center;
    height: 50px;
    background: #eef5fd;
    padding-top: 5px;
    cursor: pointer
}

.ht-rili-body {
    overflow: hidden
}

.ht-rili-day {
    font-family: Arial;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    width: 100%
}

.ht-rili-money {
    font-family: Arial;
    display: inline-block;
    width: 100%;
    font-size: 12px;
    color: #d4585a
}

.ht-rili-td-disabled {
    color: #bfc4ca
}

.ht-rili-td-active {
    border-radius: 4px;
    background: #80b3e8
}
