

:root {
    --PrimaryColour: slategray;
    --HighlightedColour: gainsboro;
    --SecondaryColour: whitesmoke;
    --BorderColour: black;
}

body {
    background-color: #e6e6ea;
    font-family: 'Lato', sans-serif;
    zoom: 1;
}

button {
    background-color: white;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.no-bullets {
    list-style: none;
    font-size: 16px;
    padding-top:1em;
}

.pika-single.is-hidden {
    display: none;
}

.is-today .pika-button {
    background-color: var(--HighlightedColour) !important;
    font-weight: 700
}

.is-inrange .pika-button,
.pika-button:hover {
    border-color: var(--PrimaryColour);
    background-color: var(--SecondaryColour);
}


.is-startrange .pika-button,
.is-selected .pika-button {
    border-color: var(--BorderColour);
    background-color: var(--PrimaryColour);
}

.pika-table {
    width: 100%;
}

    .pika-table th {
        font-size: 13px;
        padding-bottom: 8px;
    }

    .pika-table td {
        padding-top: 14.5%;
        position: relative;
        width: 14.25%;
    }

.pika-single button {
    border: solid 1px #ddd;
    display: inline-block;
    padding: 0;
}

.pika-button {
    text-align: center;
    cursor: pointer;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    font-size: 16px;
    background-color: white;
}

.pika-title {

    font-size: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 32px;
    margin-bottom: 8px;
}

    .pika-title .pika-label {
        padding-left: 8px;
    }

    .pika-title button {
        padding: 8px;
        position: absolute;
        top: 0;
    }

    .pika-title .pika-prev {
        left: 4px;
    }

    .pika-title .pika-next {
        right: 4px;
    }

.pika-prev.is-disabled {
    cursor: default !important;
    opacity: .2 !important;
}

.pika-button:hover {
    color: #666;
}

.is-startrange .pika-button, .is-selected .pika-button:hover{
    color: white !important;
}

.dtRangeLabel {
    font-weight: bold;
    text-align: left;
}

.dtRangeCtrl {
    width: 30%;
    height: inherit;
}

.dtRangeIcon {
    padding-right: 0.5em;
    font-size: 1.3em
}

.dtRangeBtn {
    border: none;
}
.dtRangeBtn:focus{
    outline: none !important;
}

.pika-select {
    display: none;
}

.pika-lendar {
    width: 80%;
    margin-left: 12%;
}

.calendar__start-wrapper {
    border: none;
}

.calendar__end-wrapper {
    border: none;
}

.calendar {
    padding: 16px;
    /* margin: 0 auto; */
    display: flex;
    flex-direction: column;
}

.calendar__pikaday {
    background-color: white;
}

button.is-disabled,
.is-disabled .pika-button {
    cursor: none !important;
    opacity: 1 !important;
    background-color: ghostwhite;
    color: gainsboro;
}

.calendar__input {
    padding: 16px 8px;
    margin: 4px 0;
    flex-basis: 0;
    flex-grow: 1;
}

    .calendar__input:first-child {
        margin-right: 4px;
    }

.calendar__inputs {
    display: flex;
}
