/**
 * This theme is an example to show how you can create your own.
 */
.pika-single.custom-theme {
    color: #333;
    background: #fff;
    border: 1px solid #efefef;
    border-bottom-color: #999;
}

.custom-theme .pika-lendar {
    width: -webkit-calc( 100vw - 26px );
    width: calc( 100vw - 26px );
    max-width: 320px;
}

.custom-theme .pika-label {
    font-size: 16px;
    font-weight: normal;
    background-color: #fff;
    padding: 8px 3px;
}

.custom-theme .pika-table th button,
.custom-theme .pika-table td button {
    font-size: 15px;
    padding: 14px 10px;
}

.custom-theme .pika-table th {
    color: #999;
}

.custom-theme .pika-button {
    color: #333;
    background: #fff;
}

.custom-theme .pika-week {
    color: #999;
}

.custom-theme .is-today .pika-button {
    color: #33aaff;
}

.custom-theme .is-selected .pika-button {
    color: #fff;
    background: #33aaff;
    box-shadow: inset 0 1px 3px #178fe5;
}

.custom-theme .is-disabled .pika-button {
    color: #999;
    opacity: .3;
}

.custom-theme .pika-button:hover {
    color: #fff !important;
    background: #ff8000 !important;
}
