.calholder,
.caldiv {
    z-index: 9999;
}

.calholder {
    position: absolute;
    overflow: visible;
    height: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.caldiv,
.caldiv2 {
    font-size: 1.1em;
    position: absolute;
    text-align: center !important;
    visibility: hidden;
}

.caldiv2 {
    z-index: 1002;
    border: 1px solid transparent;
    height: 230px;
    width: 484px;
    margin-left: 0;
}

.caldiv,
.caldiv2,
.caldiv2 div.sheet,
.caldiv2 .calmonth {
    border: 1px solid transparent;
}

.caldiv2 div.sheet {
    float: left;
    margin: 10px 0 0 10px;
}

.calholder iframe {
    position: absolute;
    visibility: hidden;
    width: 200px;
    height: 140px;
    z-index: 99;
}

.caldiv .cal {
    font-size: 1em;
    text-align: center;
}

.caldiv2 .cal {
    font-size: 14px;
    text-align: center;
    width: 226px;
    height: 208px;
}

.cal td {
    text-align: center;
    width: 20px;
    height: 20px;
    padding-bottom: 1px;
}

.cal .calDays td {
    padding-bottom: 0;
}

.cal .caltdold {
    text-decoration: line-through;
    padding: 0 0 1px;
}

.cal .caltdold span {
    text-decoration: line-through;
    color: #b5b5b5;
}

.cal .caltdold span:hover {
    background: 0;
}

.caldiv .calmonth,
.caldiv2 .calmonth {
    font-size: 1em;
    line-height: 30px;
    text-align: center;
    border-bottom: 1px solid transparent;
    padding: 0;
}

.caldiv2 .calmonth {
    height: 15px;
    border-style: none none solid;
    font-weight: bold;
}

.calDays {
    padding-top: 5px;
    font-weight: bold;
    line-height: 30px;
}

.callinkl,
.callinkr {
    cursor: pointer;
    font-size: 1em;
    min-height: 12px;
    height: 12px !important;
    position: absolute;
    text-decoration: none;
    top: -1px;
    width: 12px;
    padding: 6px;
    background-repeat: no-repeat;
    background-position: center;
}

.caldiv2 .callinkl,
.caldiv2 .callinkr {
    top: 18px;
    width: 19px;
    height: 16px !important;
    padding: 0;
}

.caldiv2 div.callinkl {
    left: 17px;
}

.caldiv2 div.callinkr {
    right: 17px;
}

.timespan-holder {
    bottom: 10px;
    position: absolute;
    left: auto;
    top: -1px;
    right: -88px;
    background: #fff;
    line-height: 42px;
    height: 41px;
    width: 78px;
    font-weight: bold;
    font-size: 14px;
    padding-right: 9px;
    color: #4a4a4a;
    border: 1px solid transparent;
    border-left: 0;
    display: none;
}

.caldiv2 .callinkl.deactive {
    cursor: default;
}

.cal td span {
    cursor: pointer;
    display: inline-block;
    padding: 4px 6px;
    border: 1px solid transparent;
}

/*
 * timepicker
 */

.timeholder {
    position: absolute;
    overflow: visible;
    height: 0;
    z-index: 1002;
}

.timeholder iframe {
    position: absolute;
    left: -9999px;
    top: -9999px;
    max-height: 140px;
    width: 65px;
    visibility: hidden;
    -webkit-appearance: select;
    border: 0;
    z-index: 99;
}

#time1,
#time2 {
    border: solid 1px #c4c4c4;
    font-size: 1em;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-align: center;
    visibility: hidden;
    z-index: 100;
    width: 84px;
}

.timeholder select {
    border: solid 0;
    margin: 0;
    padding: 0;
    width: 85px;
}

.timeholder select option {
    padding: 2px 0 2px 2px;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    color: #4a4a4a;
}

.timeholder select option:nth-child(even) {
    background-color: #f7f7f7;
}

.timeholder select option:hover,
.timeholder select option[selected] {
    color: #fff;
    background-color: #005e34;
}
