﻿.ce-form-group {
    margin-bottom: 2em;
}

.input-group {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

    .input-group .form-control {
        position: relative;
        z-index: 2;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0%;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
        margin-bottom: 0;
    }

        .input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
            z-index: 3;
        }

        .input-group-addon:not(:first-child):not(:last-child),
        .input-group-btn:not(:first-child):not(:last-child),
        .input-group .form-control:not(:first-child):not(:last-child) {
            border-radius: 0;
        }

.input-group-addon,
.input-group-btn {
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.25;
    color: #55595c;
    text-align: center;
    background-color: #eceeef;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

    .input-group-addon.form-control-sm,
    .input-group-sm > .input-group-addon,
    .input-group-sm > .input-group-btn > .input-group-addon.btn {
        padding: 0.25rem 0.5rem;
        font-size: 0.875rem;
        border-radius: 0.2rem;
    }

    .input-group-addon.form-control-lg,
    .input-group-lg > .input-group-addon,
    .input-group-lg > .input-group-btn > .input-group-addon.btn {
        padding: 0.75rem 1.5rem;
        font-size: 1.25rem;
        border-radius: 0.3rem;
    }

    .input-group-addon input[type="radio"],
    .input-group-addon input[type="checkbox"] {
        margin-top: 0;
    }

    .input-group .form-control:not(:last-child),
    .input-group-addon:not(:last-child),
    .input-group-btn:not(:last-child) > .btn,
    .input-group-btn:not(:last-child) > .btn-group > .btn,
    .input-group-btn:not(:last-child) > .dropdown-toggle,
    .input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
    .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .input-group-addon:not(:last-child) {
        border-right: 0;
    }

    .input-group .form-control:not(:first-child),
    .input-group-addon:not(:first-child),
    .input-group-btn:not(:first-child) > .btn,
    .input-group-btn:not(:first-child) > .btn-group > .btn,
    .input-group-btn:not(:first-child) > .dropdown-toggle,
    .input-group-btn:not(:last-child) > .btn:not(:first-child),
    .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

.form-control + .input-group-addon:not(:first-child) {
    border-left: 0;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

    .input-group-btn > .btn {
        position: relative;
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px;
        }

        .input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
            z-index: 3;
        }

    .input-group-btn:not(:last-child) > .btn,
    .input-group-btn:not(:last-child) > .btn-group {
        margin-right: -1px;
    }

    .input-group-btn:not(:first-child) > .btn,
    .input-group-btn:not(:first-child) > .btn-group {
        z-index: 2;
        margin-left: -1px;
    }

        .input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover,
        .input-group-btn:not(:first-child) > .btn-group:focus,
        .input-group-btn:not(:first-child) > .btn-group:active,
        .input-group-btn:not(:first-child) > .btn-group:hover {
            z-index: 3;
        }


/*radio buttons*/
.ce-form .ce-radio-buttons tr {
    margin-right: 1em;
    float: left;
}

    .ce-form .ce-radio-buttons tr:last-child {
        margin-right: unset;
    }

    .ce-form .ce-radio-buttons tr td {
        background-color: #eceeef;
        border-radius: 3px;
    }

        .ce-form .ce-radio-buttons tr td:hover {
            box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.3);
            transition: all 0.25s ease-in-out;
        }

        .ce-form .ce-radio-buttons tr td.checked {
            color: #fff;
            background-color: #778899;
            box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.3);
            transition: all 0.25s ease-in-out;
        }

        .ce-form .ce-radio-buttons tr td input {
            display: none;
        }

        .ce-form .ce-radio-buttons tr td label {
            padding: .8em 2em;
            margin-bottom: 0;
            font-weight: bold;
            cursor: pointer;
        }

.hidden-input-group {
    display: none;
}

.show-input-group {
    display: table;
}

@media (max-width:767px) {
    .ce-form .ce-radio-buttons tr {
        width: 100%;
        margin-bottom: 1em;
        margin-right: unset;
    }

        .ce-form .ce-radio-buttons tr td {
            display: table;
            width: 100%;
        }

            .ce-form .ce-radio-buttons tr td label {
                width: 100%;
                text-align: center;
            }
}

.ce-form input[type="text"],
.ce-form select,
.ce-form textarea {
    margin: 0;
    padding: 0 6px;
    width: 100%;
    background-color: #fff;
    font-size: 19px;
    height: 55px;
    border: 1px solid #d0d0ce;
    border-radius: 3px;
    -o-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important;
    background-image: none;
    background-repeat: no-repeat;
    background-position: unset;
}

.ce-form select {
    -moz-appearance: dualbutton;
    -webkit-appearance: menulist-button;
}

.ce-form textarea {
    height: 150px;
}

.ce-form .ce-btn-primary,
#rootContentArea_shoppingCartFooterNextStepButton {
    padding: .8em 2em;
    color: #fff;
    background-color: #778899;
    border: none;
    border-radius: 3px;
}

    .ce-form .ce-btn-primary:hover,
    #rootContentArea_shoppingCartFooterNextStepButton:hover {
        box-shadow: 4px 6px 5px rgba(0, 0, 0, 0.3);
        transition: all 0.25s ease-in-out;
    }

.ce-switch-toggle .toggle-label {
    position: relative;
    bottom: 6px;
}

.ce-switch-toggle .switch {
    position: relative;
    display: inline-block;
    width: 69px;
    height: 30px;
    top: 4px;
    margin-bottom: 0;
}

    .ce-switch-toggle .switch input {
        display: none;
    }

.ce-switch-toggle .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0px;
    right: 0;
    bottom: 0;
    background-color: #eceeef;
    border-radius: 10px;
    -webkit-transition: .4s;
    transition: .4s;
}

    .ce-switch-toggle .slider:before {
        position: absolute;
        content: "";
        height: 24px;
        width: 16px;
        left: 2px;
        bottom: 3px;
        background-color: #fff;
        box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: 10px;
    }

.ce-switch-toggle input:checked + .slider {
    background-color: #778899;
}

.ce-switch-toggle input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

.ce-switch-toggle input:checked + .slider:before {
    -webkit-transform: translateX(49px);
    -ms-transform: translateX(49px);
    transform: translateX(49px);
}

.ce-switch-toggle .slider:after {
    content: '';
    color: #fff;
    display: block;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    font-size: 11px;
    font-family: Verdana, sans-serif;
    font-weight: 700;
    bottom: -7px;
}

.ce-form-table td {
    padding: 0;
}

.ce-form-table table.checkOutStyleCheckOut2MasterTable {
    width: 100%;
    float: left;
}

    .ce-form-table .checkOutStyleCheckOut2MasterTableRow {
        float: left;
        width: 100%;
    }

    .ce-form-table .checkOutStyleCheckOut2MasterTableCell {
        width: 100%;
        float: left;
    }

.ce-form-table input,
.ce-form-table #rootContentArea_shoppingCartControlsArea_additionalDonationAmount {
    width: 100%;
    float: left;
}

.ce-form-table .input-container {
    margin-bottom: 2em;
}

.ce-form #footer.button-container {
    margin: auto;
    padding: 0;
    width: 100%;
    text-align: center;
}

#rootContentArea_shoppingCartFooterContinueShoppingContainer {
    margin-right: 3em;
}

#rootContentArea_shoppingCartFooterContinueShoppingButton {
    background: none;
    border: none;
    color: #778899;
    padding: 0;
}

    #rootContentArea_shoppingCartFooterContinueShoppingButton:hover {
        color: #000;
    }