.datepick {
    width: 100% !important;
    color: #000;
    font-family: 'Roboto', Arial;
    background-color: #fff;
}

.datepick-rtl {
    direction: rtl;
}

.datepick-popup {
    z-index: 1000;
}

.datepick-disable {
    position: absolute;
    z-index: 100;
    background-color: white;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.datepick a {
    text-decoration: none;
}

    .datepick a.datepick-disabled {
        color: #888;
        cursor: auto;
    }

.datepick button {
    margin: 0.25em;
    padding: 0.125em 0em;
    background-color: #fcc;
    border: none;
    font-weight: bold;
}

.datepick-nav, .datepick-ctrl {
    float: left;
    width: 100%;
    font-size: 1.6em;
    font-weight: bold;
}

.datepick-ctrl {
    background-color: #600;
}

.datepick-cmd {
    width: 30%;
}

.datepick-cmd-prevJump, .datepick-cmd-nextJump {
    width: 8%;
}

a.datepick-cmd {
    height: 1.5em;
}

button.datepick-cmd {
    text-align: center;
}

.datepick-cmd-prev, .datepick-cmd-prevJump, .datepick-cmd-clear {
    /*background: transparent url("/Content/Images/Website/HotelReservering/kalender-arrow-l.jpg") no-repeat right center;
    text-indent: -9999px;*/
    float: left;
    padding-left: 2%;
}

.datepick-cmd-current, .datepick-cmd-today {
    float: left;
    width: 40%;
    color: #1d2529;
    text-align: center;
    font-weight: 300;
    font-family: 'Roboto', Arial;
}

.datepick-cmd-next, .datepick-cmd-nextJump, .datepick-cmd-close {
    /*background: transparent url("/Content/Images/Website/HotelReservering/kalender-arrow-r.jpg") no-repeat left center;
    text-indent: 9999px;*/
    float: right;
    padding-right: 2%;
    text-align: right;
}

.datepick-rtl .datepick-cmd-prev, .datepick-rtl .datepick-cmd-prevJump,
.datepick-rtl .datepick-cmd-clear {
    float: right;
    padding-left: 0%;
    padding-right: 2%;
    text-align: right;
}

.datepick-rtl .datepick-cmd-current, .datepick-rtl .datepick-cmd-today {
    float: right;
}

.datepick-rtl .datepick-cmd-next, .datepick-rtl .datepick-cmd-nextJump,
.datepick-rtl .datepick-cmd-close {
    float: left;
    padding-left: 2%;
    padding-right: 0%;
    text-align: left;
}

.datepick-month-nav {
    width: 100%;
    float: left;
    background-color: #777;
    text-align: center;
}

    .datepick-month-nav div {
        float: left;
        width: 12.5%;
        margin: 1%;
        padding: 1%;
    }

    .datepick-month-nav span {
        color: #888;
    }

.datepick-month-row {
    clear: left;
}

.datepick-month {
    width: 100%;
    float: left;
    text-align: center;
}

.datepick-month-header, .datepick-month-header select, .datepick-month-header input {
    padding: 10px 0;
    color: #1d2529;
    font-size: 1.6em;
    font-family: 'Roboto', Arial;
    text-transform: capitalize;
}

.datepick-month-year {
    display: inline-block;
    padding: 10px 5px 10px 10px;
    border: 1px solid #bdbdbd;
}

.datepick-month-header select, .datepick-month-header input {
    font-size: 100%;
}

.datepick-month-header input {
    position: absolute;
    display: none;
}

.datepick-month table {
    width: 100%;
    border-collapse: collapse;
}

.datepick-month thead {
    border-bottom: 1px solid #aaa;
}

.datepick-month th, .datepick-month td {
    margin: 0em;
    padding: 0em;
    font-weight: normal;
    text-align: center;
    text-transform: capitalize;
}

.datepick-month th {
    color: #1d2529;
    font-size: 1.4em;
    text-align: left;
    padding-left: 5px;
}

    .datepick-month th, .datepick-month th a {
        background-color: #fff;
    }

.datepick-month td {
    width: 14.285714285714285714285714285714%;
    background-color: #edd9cb;
    border: 1px solid #fff;
}

    .datepick-month td.datepick-week {
        border: 1px solid #777;
    }

        .datepick-month td.datepick-week * {
            background-color: #777;
            color: #1d2529;
            border: none;
        }

.datepick-month a {
    height: 100%;
    display: block;
    background-color: #edd9cb;
    color: #000;
    text-decoration: none;
}

.datepick-weekend {
    display: block;
}

.datepick-month span {
    display: block;
    width: 100%;
    line-height: 50px;
}

.datepick-month td .datepick-other-month {
    opacity: .2;
}

.datepick-month td .datepick-today {
    background-color: #c79a79;
}

/*.datepick-month td .datepick-highlight,*/ 
.datepick-month td .show-ppd {
    background-color: #d08045;
}

.datepick-month td .datepick-selected {
    height: 100%;
    background-color: #d08045;
    color: #fff !important;
}

.datepick-month th.datepick-week {
    color: #fff;
}

.datepick-status {
    clear: both;
    background-color: #ddd;
    text-align: center;
}

.datepick-clear-fix {
    clear: both;
}

.current-date {
    font-size: 8px;
    height: 50%;
    color: #1d2529;
}

.datum-prijs {
    font-size: 9px;
    height: 50%;
    color: #1d2529;
}

.datepick-selected .datum-prijs,
.datepick-selected .datum-date,
.datepick-selected .current-date,
.datepick-month td .datum-date {
    color: #fff !important;
}
