#terracalendar_widget{
    min-height: 25px;
    height: 800px;
    width: 100%;
}
.terracalendar{
    position: relative;
}
#terracalendar_block{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: rgb(0, 0, 0, 0.1);
    z-index: 200;
}
#terracalendar-dateselect{
    background-color: #fff;
    width: auto!important;
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,.2);
    margin-bottom: 15px;
    padding-right: 1.875rem;
}