
.tablcal td {
    padding: 10px;
}
.jCal {
    height: 21px;
    margin-bottom: 10px;
    text-align: center;
    vertical-align: top;
    width: 310px;
}
.jCalMo {
    float: left;
    /*height: 100%;*/
    overflow: visible;
    padding-left: 40px;
    padding-right: 2px;
    white-space: nowrap;
    /* width: 294px; */
    min-height: 290px;
}
#calOne {
    float: left;
    margin: 25px  0 35px 0;
}
.jCal .month, .jCal .monthSelect, .jCal .monthName, .jCal .monthYear {
    color: #000000;
    cursor: pointer;
    float: left;
    /* font-family: Verdana,Geneva,sans-serif; */
    font-size: 14px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    vertical-align: bottom;
}
.jCal .monthName {
    padding-left: 2px;
    padding-right: 2px;
    /* text-align: right; */
    font-weight: 500;
}
.jCal .monthYear {
    float: right;
    padding-left: 2px;
    padding-right: 2px;
    text-align: left;
    font-weight: 500;
}
.jCal .monthSelect {
    background: url("eeGrad2.gif") repeat-x scroll center bottom #eee;
}
.jCal .monthSelector {
    position: absolute;
}
.jCal .monthSelectorShadow {
    background: none repeat scroll 0 0 #808080;
    padding: 0;
    position: absolute;
}
.jCal .monthNameHover {
    *background: url("double-arrow-vert.gif") no-repeat scroll left center #ededed;
    color: #808080;
}
.jCal .monthYearHover {
    *background: url("double-arrow-vert.gif") no-repeat scroll right center #ededed;
    color: #808080;
}
.jCal .monthSelectHover {
    background: none repeat scroll 0 0 #28a745;
    color: #fff;
}
.jCalMo .dow, .jCalMo .day, .jCalMo .pday, .jCalMo .aday, .jCalMo .overDay, .jCalMo .invday, .jCalMo .selectedDay {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #eee;
    border-right: 1px solid #ccc;
    color: #000000;
    cursor: default;
    float: left;
    /* font-family: Roboto; */
    font-size: 8pt;
    height: 20px;
    text-align: center;
    width: 40px;
    font-weight: 500;
}
.jCalMo .day {
    line-height: 30px;
}
.jCalMo .dow {
    background: url(eeGrad1.gif) repeat-x scroll center bottom #9e9e9e;
    border-bottom: 0 none;
    color: #FFF;
    font-weight: 600;
    padding-top: 2px;
}
.jCalMo .day, .jCalMo .invday {
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.jCalMo .day {
    background: none repeat scroll 0 0 #fff;
    cursor: pointer;
}
.jCalMo .invday {
    background: none repeat scroll 0 0 #dc3545;
    color: #fff;
    text-decoration: line-through;
}
.jCalMo .pday, .jCalMo .aday {
    background: none repeat scroll 0 0 #e3e3e3;
    color: #ccc;
    height: 30px;
    padding-top: 7px;
}
.jCalMo .selectedDay {
    background: none repeat scroll 0 0 rgb(40, 167, 69);
    color: #fff;
    /* line-height: 14px !important; */
}
.jCalMo .overDay {
    background: none repeat scroll 0 0 rgb(40, 167, 69);
    color: #fff;
}
.jCal .left {
    background: url("_left.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
    cursor: pointer;
    float: left;
    height: 16px;
    vertical-align: middle;
    width: 16px;
}
.jCal .right {
    background: url("_right.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
    cursor: pointer;
    float: right;
    height: 16px;
    vertical-align: middle;
    width: 16px;
}
.jCalMask, .jCalMove {
    overflow: hidden;
    position: absolute;
}

#btnenv {
    /* background-color: #436c43; */
    padding: 5px 20px;
    color: #FFF;
    font-size: 16px;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
    width: 91%;
}