.huicalendar.huicalendar1.huicalendar2 {
    width: 380px;
    padding: 2px;
    border: 1px solid #ccc;
    background: #fff;
}
.huicalendar.huicalendar1.huicalendar2 th, .huicalendar.huicalendar1.huicalendar2 td {
    color: #666;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    line-height: 18px;
    height: 28px;
}

.huicalendar.huicalendar1.huicalendar2 td {
    color: #ccc;
    cursor: auto;
}
.huicalendar.huicalendar1.huicalendar2 td:hover {
    /*background: #fff;*/
}
.huicalendar.huicalendar1.huicalendar2 td.enabled {
    color: #666;
    cursor: pointer;
    background-color: lightgoldenrodyellow;
}
.huicalendar.huicalendar1.huicalendar2 td.enabled:hover {
    /*background: #e8ecef;*/
}
.huicalendar.huicalendar1.huicalendar2 .left {
    display: inline-block;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: url('../images/img.gif') -16px 0 no-repeat;
}
.huicalendar.huicalendar1.huicalendar2 .right {
    display: inline-block;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: url('../images/img.gif') -32px 0 no-repeat;
}
.huicalendar.huicalendar1.huicalendar2 thead tr th {
    background: #fff;
}
.huicalendar.huicalendar1.huicalendar2 .week th {
    background: #e8ecef;
}
.huicalendar.huicalendar1.huicalendar2 .month {
    position: relative;
    cursor: pointer;
}
.huicalendar.huicalendar1.huicalendar2 .month.show {

}
.huicalendar.huicalendar1.huicalendar2 .month ul {
    display: none;
    position: absolute;
    top: 16px;
    left: -1px;
    width: 200%;
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
    background: #fff;
}
.huicalendar.huicalendar1.huicalendar2 .month li {
    float: left;
    width: 50%;
    list-style: none;
    cursor: pointer;
}
.huicalendar.huicalendar1.huicalendar2 .month li:hover {
    background: #e8ecef;
}
.huicalendar.huicalendar1.huicalendar2 .border-top {
    border-top: 1px solid #ccc;
}
.huicalendar.huicalendar1.huicalendar2 .very-selected {
    /*background-color: red !important;*/
    /*color: white;*/
    /*font-weight: bold;*/
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.75) inset;
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.75) inset;
    -moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.75) inset;
}
.huicalendar.huicalendar1.huicalendar2 .today-selected {
    background-color: lightblue !important;
    color: black;
    font-weight: bold;
}