

.spoonwidget.widget-onetype .deltype {
    width: 100% !important;
    float: none !important;
}

.spoonwidget .deltype .img {
    display: none;
}

.spoonwidget .deltype h2 {
    background: #fff;
    color: #36454f;
    text-align: center;
    text-transform: uppercase;
    padding: 16px 0;
    border-radius: 4px;
    border: solid 2px #000;
    font-size: 24px;
    cursor: pointer;
}

    .spoonwidget .deltype h2:hover {
        box-shadow: none;
        background: #d2d2d2;
    }

.spoonwidget.widget-onetype .deltype h2:hover,
.spoonwidget .deltype.selected h2:hover {
    box-shadow: none;
    background: #ffffff;
}

.spoonwidget .deltype .form-line {
    margin-bottom: 15px;
}

.spoonwidget .deltype.typeDelivery.singleSelection,
.spoonwidget .deltype.typeCollection.singleSelection {
    float: none;
    width: inherit;
}

    .spoonwidget .deltype .form-line .form-label {
        display: inline-block;
        margin-bottom: 5px;
        font-weight: bold;
        float: none;
        width: auto;
        padding: 0;
    }

    .spoonwidget .deltype .form-line .form-field {
        float: none;
        width: 100%;
        display: block;
    }

        .spoonwidget .deltype .form-line .form-field select, .spoonwidget .deltype .form-line .form-field .dPicker {
            display: block;
            width: 100%;
            font-size: 14px;
            line-height: 1.428571429;
            color: #555555;
            vertical-align: middle;
            background-color: #ffffff;
            border: 1px solid #cccccc;
            -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
            box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
            -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
            transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
            height: 40px;
            padding: 9px 12px;
            background-image: none;
            border-radius: 5px;
            box-shadow: none;
        }

            .spoonwidget .deltype .form-line .form-field select.invalid {
                border-color: #b94a48;
                -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
                box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
            }

.spoonwidget .deltype .dtselection {
    margin-left: -15px;
    margin-right: -15px;
}

    .spoonwidget .deltype .dtselection > .form-line {
        width: 50%;
        float: left;
        padding: 0 15px;
    }

.spoonwidget .deltype .form-line .form-field {
    float: none;
    width: 100%;
    display: block;
}

.spoonwidget .deltype .form-line.btn-line button {
    color: #fff !important;
    background-color: #000;
    border-color: #000;
    width: 100%;
    border-radius: 5px;
    padding: 9px 12px;
    min-width: 40px;
    cursor: pointer;
    -webkit-appearance: button;
}

.spoonwidget .form-line .form-field input.tbPC {
    display: inline-block;
    width: 90%;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    height: 40px;
    padding: 9px 12px;
    background-image: none;
    border-radius: 5px 0 0 5px;
    box-shadow: none;
}

.spoonwidget .deltype .btnPCCheck {
    text-decoration: none;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 0 5px 5px 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    /**/
    padding: 9px 12px;
    color: #fff !important;
    background-color: #000;
    border-color: #000;
    width: 10%;
}


/* datepicker css */


.datepicker {
    position: absolute;
    /* -webkit-touch-callout: none; */
    /* -webkit-user-select: none; */
    /* -moz-user-select: none; */
    /* -ms-user-select: none; */
    user-select: none;
    height: 250px;
    border-radius: 8px;
    background-color: white;
    box-shadow: 0 0 16px -8px black;
    border: 1px solid #d3d3d3;
    color: #404040;
    font: 16px Tahoma;
    width: 17em;
    padding: 0.2em 0.2em 1em;
    z-index: 9999;
}

    /* ========= Head ======== */
    .datepicker .head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 40px;
        border: 1px solid #aaaaaa;
        background: #cccccc; /*url(https://ajax.aspnetcdn.com/ajax/jquery.ui/1.12.1/t…s/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x */
        color: #222222;
        font-weight: bold;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        border-top-right-radius: 4px;
        padding: 0.2em 0;
        border-top-left-radius: 4px;
    }

    .datepicker td {
        text-align: center;
    }

    .datepicker .head span {
        margin: 2px;
        padding: 4px 8px;
    }

        .datepicker .head span:not(.disabled) {
            cursor: pointer;
        }

    /* ======== Table ========= */
    .datepicker table {
        width: 100%;
        height: calc(100% - 32px);
    }

    .datepicker td:not(.disabled) {
        cursor: pointer;
        border: 1px solid #999999;
        background: #dadada url(https://ajax.aspnetcdn.com/ajax/jquery.ui/1.12.1/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
        font-weight: normal;
        color: #212121;
    }

    /* ======== Colors i guess ======== */
    .datepicker .disabled {
        color: lightgray;
    }

    .datepicker .today {
        color: dodgerblue;
    }

    .datepicker td:not(.disabled):hover {
        background-color: dodgerblue;
        color: white;
        transition: background-color 0.1s, color 0.1s;
    }

