﻿.bg {
    width: 100%;
    height: 100%;
    background-color: gray;
    opacity: 0.7;
    position: absolute;
    z-index: 1050;
}

.modal-lg {
    width: 768px;
}

.modal.content-dialog .modal-content .modal-body {
    width: 65%;
    margin: 0 auto !important;
    height: 550px;
}

.separator {
    display: inline-block;
}

.promoButtonsSelectPane {
    text-align: center;
}

    .promoButtonsSelectPane p {
        text-align: left;
        margin: 20px 20px 20px 50px;
    }

    .promoButtonsSelectPane button {
        border: 2px solid #ff8000;
        background-color: transparent;
        border-radius: 3px;
        height: 40px;
        width: 140px;
        font-size: 12px;
    }

        .promoButtonsSelectPane button:hover, #promAll {
            background-color: #ff8000;
            color: #fff;
        }

            #promAll:hover {
                color: #000;
            }

.promoTextPane {
    margin: 20px;
}

    .promoTextPane h3 {
        font-size: 18px;
    }

.promoButtonDescription {
}

.promoButtonWrapper {
    display: inline-block;
    padding: 0 20px;
    min-width: 150px;
    text-align: left;
}

.promoButtonSliderWrapper {
    position: relative;
    display: block;
    width: 60px;
    height: 34px;
}

    .promoButtonSliderWrapper input {
        opacity: 0;
        width: 0;
        height: 0;
        position: absolute;
    }

.promoButtonSlider {
    position: absolute;
    display: block;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}

    .promoButtonSlider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: 50%;
    }

input:checked + .promoButtonSlider {
    background-color: #ff8000;
}

input:focus + .promoButtonSlider {
    box-shadow: 0 0 1px #000;
}

input:checked + .promoButtonSlider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.promError {
    color: red;
    font-size: 12px;
    margin: 20px;
    display: none;
}

.buttons {
    margin-top: 10px;
}

.margin-left {
    margin-left: 30px;
}


@media screen and (max-width: 992px) {

    .modal-lg {
        width: 768px;
    }

    .promoButtonWrapper {
        display: inline-block;
        padding: 5%;
        min-width: 100px;
        text-align: left;
    }

    .bg {
        display: none;
    }
}

@media screen and (max-width: 700px) {

    .modal-lg {
        width: 95%;
    }

    .promoButtonWrapper {
        display: inline-block;
        padding: 5%;
        text-align: left;
    }

    .promoButtonsSelectPane {
        font-size: 12px;
        width: 95%;
    }

        .promoButtonsSelectPane button {
            margin: 5px;
            width: 95%;
        }

    .buttons {
        margin-top: 20px;
        margin: 0 auto;
    }

    .promoButtonSlider:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: 50%;
    }

    input:checked + .promoButtonSlider:before {
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    .promoButtonSlider {
        position: absolute;
        display: block;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #000;
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: 28px;
    }

    .promoButtonSliderWrapper {
        position: relative;
        width: 48px;
        height: 28px;
    }

    .promoButtonLabel {
    }

    .separator {
    }

    .margin-left {
        margin-left: 0px;
    }

    .modal.content-dialog .modal-content .modal-body {
        width: 100%;
        height: 100%;
    }

    .modal-header {
        padding: 0;
        border: none;
    }
}
