.dateIhm {
    padding:10px;
    position: relative;
}
.dateIhm .dateIhm_shortLinks {
    width: 100%;
    padding:0;
    margin:0;
}
.dateIhm .dateIhm_shortLinks li {
    width: 33%;
    list-style: none;
    display: block;
    float: left;
}

.dateIhm .dateIhm_shortLinks .shortLink {
    border: solid 1px #49a497;
    height:50px;
    width:95px;
    line-height: 50px;
    display: block;
    text-align: center;
    font-family: ubuntu, Arial;
    color: #FFF;
    font-size: 14px;
    font-weight: 300;
    text-transform: none;
    padding:0;
    margin:2px;
}
.dateIhm .dateIhm_shortLinks .shortLink.active {
    background: #1a7464;
}

.dateIhm_customDate {
    display: none;
    margin: 0;
    padding:10px 0;
}

.dateIhm_customDate li {
    display: block;
    list-style: none;
    overflow: hidden;
}

.dateIhm_customDate input {
    height: 40px;
    display: block;
    font-family: ubuntu, Arial;
    color: #9b9b9b;
    font-size: 14px;
    font-weight: 300;
    cursor: pointer;
}
.dateIhm_customDate input[type=text] {
    padding: 0 0px 0 10px;
    border: none;
    margin:0 0 0 2px;
}
.dateIhm_customDate .submit input{
    padding: 0;
    margin:0;
    background: #000;
    color: #FFF;
    border: none;
    display: block;
    width: 88%;
    margin:0 0 0 2px;
}

.dateIhm .kalendae {
    padding:0;
    margin:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    background: #319e8f;
    border: none;
}

.dateIhm .kalendae .k-calendar {
    width: 210px;
    height: 240px;
    margin: auto;
    display: block;
}

.dateIhm .kalendae .k-title {
    height: 30px;
}

.dateIhm .kalendae .k-caption {
    color: #1c5850;
    text-transform: uppercase;
    font-family: ubuntu, Arial;
    font-weight: 400;
    font-size: 15px;
    line-height: 35px;
    display: block;
}
.dateIhm .kalendae .k-btn-previous-month,
.dateIhm .kalendae .k-btn-next-month,
.dateIhm .kalendae .k-btn-previous-year,
.dateIhm .kalendae .k-btn-next-year {
    height:30px;
    line-height: 30px;
    top:0;
    color: #1c5850;
}
.dateIhm .kalendae .k-title,
.dateIhm .kalendae .k-header,
.dateIhm .kalendae .k-days {
    width: 100%;
}
.dateIhm .kalendae .k-header span,
.dateIhm .kalendae .k-days span {
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    border-radius: 0px;
    border: 0;
    color: #FFF;
    font-family: ubuntu, Arial;
    font-weight: 400;
    text-decoration: none;
    font-size: 15px;
}
.dateIhm .kalendae .k-days span.k-in-month.k-active {
    background: #1c8d7d;
    color: #FFF;
    border: none;
}
.dateIhm .kalendae .k-days span.k-selected.k-active {
    background: #1f7166;
}
.dateIhm .kalendae .k-days span.k-range.k-in-month{
    background: #1b796e;

}
.dateIhm .kalendae .k-days span.k-out-of-month {
    color: #247C6E;
}
.dateIhm .kalendae .k-separator {
    display: none;
}
.dateIhm .kalendar .submit {
    /*display: none;*/
}
