﻿.hopv-date .far {
    position: absolute;
    left: 20px;
    height: 60px;
    line-height: 60px;
    width: 20px;
    text-align: center;
    font-size: 24px;
}

.hopv-date {
    color: #2d3447;
    vertical-align: middle;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    font-weight: 600 !important;
    border-radius: 4px;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15);
    background: #fff;
    margin: 5px 5px 5px 5px;
}

.hopv-date .date {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    border: 0;
    margin: 0;
    background-color: transparent;
    background-image: none;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    line-height: 60px;
    height: 60px;
    padding: 0 50px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-left: 55px !important;
    padding-right: 40px !important;
    font-weight: 600 !important;
}

.hopv-date-small {
    line-height: 40px !important;
    height: 40px !important;
}

.table-condensed {
    width: 100%;
    background-color: #FDFFFC;
    border-radius: 5px;
}

.datepickertekst {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #2d3447;
}

.fa-clock-four:before, .fa-clock:before {
    content: "\f017";
}
