﻿
ul.toggleSwitch2 {
    list-style: outside none none;
    margin: 0;
    overflow: auto;
    padding: 0;
    transition: all 0.8s ease-out 0s;
    vertical-align: middle;
}

    ul.toggleSwitch2 li {
        float: left;
        position: relative;
    }

        ul.toggleSwitch2 li input[type="radio"] {
            bottom: 0;
            left: 0;
            opacity: 0.011;
            position: absolute;
            right: 0;
            top: 0;
        }

            ul.toggleSwitch2 li input[type="radio"] + label {
                -moz-user-select: none;
                background-image: none;
                cursor: pointer;
                display: block;
                font-size: 14px;
                font-weight: 400;
                margin-bottom: 0;
                padding: 6px 12px;
                vertical-align: middle;
                background-color: #fff;
                border: 1px solid #999;
                box-sizing: border-box;
                display: inline-block;
                height: 36px;
                position: relative;
                text-align: center;
                width: 100%;
                font-weight: bold;
            }

                ul.toggleSwitch2 li input[type="radio"] + label:hover {
                    color: #9cbf41;
                    border-color: #9cbf41;
                }

    ul.toggleSwitch2.small li input[type="radio"] + label {
        font-size: 12px;
        line-height: 1.5;
        padding: 5px 10px;
    }

    ul.toggleSwitch2.x-small li input[type="radio"] + label {
        font-size: 12px;
        line-height: 1.5;
        padding: 1px 5px;
    }

    ul.toggleSwitch2 li:first-child input[type="radio"] + label {
        border-radius: 0px 0 0 0px;
        width: 160px;
    }

    ul.toggleSwitch2 li:last-child input[type="radio"] + label {
        border-radius: 0 0px 0px 0;
        width: 160px;
    }

    ul.toggleSwitch2 li:first-child input[type="radio"]:checked + label {
        background-color: #9cbf41;
        border-color: #9cbf41;
        color: #fff;
        cursor: pointer;
        display: block;
        transition: all 0.8s ease-in-out 0s;
    }

    ul.toggleSwitch2 li:last-child input[type="radio"]:checked + label {
        background-color: #9cbf41;
        border-color: #9cbf41;
        color: #fff;
        cursor: pointer;
        display: block;
        transition: all 0.8s ease-in-out 0s;
    }

    ul.toggleSwitch2 li:first-child input[type="radio"]:checked + label:hover {
        background-color: #9cbf41;
        border-color: #9cbf41;
        color: #fff;
        opacity: 0.8;
        text-decoration: none;
        transition: all 0.2s ease-in-out 0s;
    }

    ul.toggleSwitch2 li:last-child input[type="radio"]:checked + label:hover {
        background-color: #9cbf41;
        border-color: #9cbf41;
        color: #fff;
        opacity: 0.8;
        text-decoration: none;
        transition: all 0.2s ease-in-out 0s;
    }

@media only screen and (min-width: 0px) and (max-width: 767px) {

    ul.toggleSwitch2 {
        list-style: outside none none;
        margin: 0;
        overflow: auto;
        padding: 0;
        transition: all 0.8s ease-out 0s;
        vertical-align: middle;
    }

        ul.toggleSwitch2 li {
            float: left;
            position: relative;
        }

            ul.toggleSwitch2 li input[type="radio"] {
                bottom: 0;
                left: 0;
                opacity: 0.011;
                position: absolute;
                right: 0;
                top: 0;
            }

                ul.toggleSwitch2 li input[type="radio"] + label {
                    -moz-user-select: none;
                    background-image: none;
                    cursor: pointer;
                    display: block;
                    font-size: 12px;
                    margin-bottom: 0;
                    padding: 6px 12px;
                    vertical-align: middle;
                    background-color: #fff;
                    border: 1px solid #103184;
                    box-sizing: border-box;
                    display: inline-block;
                    height: 36px;
                    position: relative;
                    text-align: center;
                    width: 100%;
                    font-weight: bold;
                }

                    ul.toggleSwitch2 li input[type="radio"] + label:hover {
                        color: #a83a68;
                        border-color: #a83a68;
                    }

        ul.toggleSwitch2.small li input[type="radio"] + label {
            font-size: 12px;
            line-height: 1.5;
            padding: 5px 10px;
        }

        ul.toggleSwitch2.x-small li input[type="radio"] + label {
            font-size: 12px;
            line-height: 1.5;
            padding: 1px 5px;
        }

        ul.toggleSwitch2 li:first-child input[type="radio"] + label {
            border-radius: 0px 0 0 0px;
            width: 100px;
        }

        ul.toggleSwitch2 li:last-child input[type="radio"] + label {
            border-radius: 0 0px 0px 0;
            width: 100px;
        }

        ul.toggleSwitch2 li:first-child input[type="radio"]:checked + label {
            background-color: #9cbf41;
            border-color: #9cbf41;
            color: #fff;
            cursor: pointer;
            display: block;
            transition: all 0.8s ease-out 0s;
        }

        ul.toggleSwitch2 li:last-child input[type="radio"]:checked + label {
            background-color: #9cbf41;
            border-color: #9cbf41;
            color: #fff;
            cursor: pointer;
            display: block;
            transition: all 0.8s ease-out 0s;
        }

        ul.toggleSwitch2 li:first-child input[type="radio"]:checked + label:hover {
            background-color: #9cbf41;
            border-color: #9cbf41;
            color: #fff;
            opacity: 0.8;
            text-decoration: none;
            transition: all 0.2s ease-in 0s;
        }

        ul.toggleSwitch2 li:last-child input[type="radio"]:checked + label:hover {
            background-color: #9cbf41;
            border-color: #9cbf41;
            color: #fff;
            opacity: 0.8;
            text-decoration: none;
            transition: all 0.2s ease-in 0s;
        }

    .proposalYYSelect {
        margin-top: 10px;
    }
}


ul.toggleSwitch {
    list-style: outside none none;
    margin: 0;
    overflow: auto;
    padding: 0;
    transition: all 0.8s ease-out 0s;
    vertical-align: middle;
}

    ul.toggleSwitch li {
        float: left;
        position: relative;
    }

        ul.toggleSwitch li input[type="radio"] {
            bottom: 0;
            left: 0;
            opacity: 0.011;
            position: absolute;
            right: 0;
            top: 0;
        }

            ul.toggleSwitch li input[type="radio"] + label {
                -moz-user-select: none;
                background-image: none;
                cursor: pointer;
                display: block;
                font-size: 14px;
                font-weight: 400;
                margin-bottom: 0;
                padding: 6px 12px;
                vertical-align: middle;
                background-color: #fff;
                border: 1px solid #999;
                box-sizing: border-box;
                display: inline-block;
                height: 36px;
                position: relative;
                text-align: center;
                width: 100%;
                font-weight: bold;
            }

                ul.toggleSwitch li input[type="radio"] + label:hover {
                    color: black;
                    border-color: black;
                }

    ul.toggleSwitch.small li input[type="radio"] + label {
        font-size: 12px;
        line-height: 1.5;
        padding: 5px 10px;
    }

    ul.toggleSwitch.x-small li input[type="radio"] + label {
        font-size: 12px;
        line-height: 1.5;
        padding: 1px 5px;
    }

    ul.toggleSwitch li:first-child input[type="radio"] + label {
        border-radius: 10px 0px 0px 10px;
        width: 160px;
        margin-right: 8px;
    }

    ul.toggleSwitch li:last-child input[type="radio"] + label {
        border-radius: 0px 10px 10px 0px;
        width: 160px;
    }

    ul.toggleSwitch li:first-child input[type="radio"]:checked + label {
        /*background-color: #5cb85c;*/
        background-color: #13AA41;
        border-color: #4cae4c;
        color: #fff;
        cursor: pointer;
        display: block;
        transition: all 0.8s ease-in-out 0s;
    }

    ul.toggleSwitch li:last-child input[type="radio"]:checked + label {
        background-color: #E03c31;
        border-color: #d43f3a;
        color: #fff;
        cursor: pointer;
        display: block;
        transition: all 0.8s ease-in-out 0s;
    }

    ul.toggleSwitch li:first-child input[type="radio"]:checked + label:hover {
        background-color: #449d44;
        border-color: #398439;
        color: #fff;
        opacity: 0.8;
        text-decoration: none;
        transition: all 0.2s ease-in-out 0s;
    }

    ul.toggleSwitch li:last-child input[type="radio"]:checked + label:hover {
        background-color: #c9302c;
        border-color: #ac2925;
        color: #fff;
        opacity: 0.8;
        text-decoration: none;
        transition: all 0.2s ease-in-out 0s;
    }

@media only screen and (min-width: 0px) and (max-width: 767px) {

    ul.toggleSwitch {
        list-style: outside none none;
        margin: 0;
        overflow: auto;
        padding: 0;
        transition: all 0.8s ease-out 0s;
        vertical-align: middle;
    }

        ul.toggleSwitch li {
            float: left;
            position: relative;
        }

            ul.toggleSwitch li input[type="radio"] {
                bottom: 0;
                left: 0;
                opacity: 0.011;
                position: absolute;
                right: 0;
                top: 0;
            }

                ul.toggleSwitch li input[type="radio"] + label {
                    -moz-user-select: none;
                    background-image: none;
                    cursor: pointer;
                    display: block;
                    font-size: 12px;
                    margin-bottom: 0;
                    padding: 6px 12px;
                    vertical-align: middle;
                    background-color: #fff;
                    border: 1px solid #999;
                    box-sizing: border-box;
                    display: inline-block;
                    height: 36px;
                    position: relative;
                    text-align: center;
                    width: 100%;
                    font-weight: bold;
                }

                    ul.toggleSwitch li input[type="radio"] + label:hover {
                        color: black;
                        border-color: black;
                    }

        ul.toggleSwitch.small li input[type="radio"] + label {
            font-size: 12px;
            line-height: 1.5;
            padding: 5px 10px;
        }

        ul.toggleSwitch.x-small li input[type="radio"] + label {
            font-size: 12px;
            line-height: 1.5;
            padding: 1px 5px;
        }

        ul.toggleSwitch li:first-child input[type="radio"] + label {
            border-radius: 5px 0px 0px 5px;
            width: 80px;
            margin-right: 5px;
        }

        ul.toggleSwitch li:last-child input[type="radio"] + label {
            border-radius: 0px 5px 5px 0px;
            width: 80px;
        }

        ul.toggleSwitch li:first-child input[type="radio"]:checked + label {
            background-color: #5cb85c;
            border-color: #4cae4c;
            color: #fff;
            cursor: pointer;
            display: block;
            transition: all 0.8s ease-out 0s;
        }

        ul.toggleSwitch li:last-child input[type="radio"]:checked + label {
            background-color: #d9534f;
            border-color: #d43f3a;
            color: #fff;
            cursor: pointer;
            display: block;
            transition: all 0.8s ease-out 0s;
        }

        ul.toggleSwitch li:first-child input[type="radio"]:checked + label:hover {
            background-color: #449d44;
            border-color: #398439;
            color: #fff;
            opacity: 0.8;
            text-decoration: none;
            transition: all 0.2s ease-in 0s;
        }

        ul.toggleSwitch li:last-child input[type="radio"]:checked + label:hover {
            background-color: #c9302c;
            border-color: #ac2925;
            color: #fff;
            opacity: 0.8;
            text-decoration: none;
            transition: all 0.2s ease-in 0s;
        }

    .proposalYYSelect {
        margin-top: 10px;
    }

        .proposalYYSelect:after {
            margin-top: 10px;
        }
}




ul.toggleSwitch4 {
    list-style: outside none none;
    margin: 0;
    overflow: auto;
    padding: 0;
    transition: all 0.8s ease-out 0s;
    vertical-align: middle;
}

    ul.toggleSwitch4 li {
        float: left;
        position: relative;
    }

        ul.toggleSwitch4 li input[type="radio"] {
            bottom: 0;
            left: 0;
            opacity: 0.011;
            position: absolute;
            right: 0;
            top: 0;
        }

            ul.toggleSwitch4 li input[type="radio"] + label {
                -moz-user-select: none;
                background-image: none;
                cursor: pointer;
                display: block;
                font-size: 14px;
                font-weight: 400;
                margin-bottom: 0;
                padding: 6px 12px;
                vertical-align: middle;
                background-color: #fff;
                border: 1px solid #999;
                box-sizing: border-box;
                display: inline-block;
                height: 36px;
                position: relative;
                text-align: center;
                width: 100%;
                font-weight: bold;
            }

                ul.toggleSwitch4 li input[type="radio"] + label:hover {
                    color: black;
                    border-color: black;
                }

    ul.toggleSwitch4.small li input[type="radio"] + label {
        font-size: 12px;
        line-height: 1.5;
        padding: 5px 10px;
    }

    ul.toggleSwitch4.x-small li input[type="radio"] + label {
        font-size: 12px;
        line-height: 1.5;
        padding: 1px 5px;
    }

    ul.toggleSwitch4 li:first-child input[type="radio"] + label {
        border-radius: 10px 0px 0px 10px;
        width: 70px;
        margin-right: 1px;
    }

    ul.toggleSwitch4 li:last-child input[type="radio"] + label {
        border-radius: 0px 10px 10px 0px;
        width: 70px;
    }

    ul.toggleSwitch4 li:first-child input[type="radio"]:checked + label {
        /*background-color: #5cb85c;*/
        background-color: #13AA41;
        border-color: #4cae4c;
        color: #fff;
        cursor: pointer;
        display: block;
        transition: all 0.8s ease-in-out 0s;
    }

    ul.toggleSwitch4 li:last-child input[type="radio"]:checked + label {
        background-color: #E03c31;
        border-color: #d43f3a;
        color: #fff;
        cursor: pointer;
        display: block;
        transition: all 0.8s ease-in-out 0s;
    }

    ul.toggleSwitch4 li:first-child input[type="radio"]:checked + label:hover {
        background-color: #449d44;
        border-color: #398439;
        color: #fff;
        opacity: 0.8;
        text-decoration: none;
        transition: all 0.2s ease-in-out 0s;
    }

    ul.toggleSwitch4 li:last-child input[type="radio"]:checked + label:hover {
        background-color: #c9302c;
        border-color: #ac2925;
        color: #fff;
        opacity: 0.8;
        text-decoration: none;
        transition: all 0.2s ease-in-out 0s;
    }

ul.toggleSwitch3 {
    list-style: outside none none;
    margin: 0;
    overflow: auto;
    padding: 0;
    transition: all 0.8s ease-out 0s;
    vertical-align: middle;
}

    ul.toggleSwitch3 li {
        float: left;
        position: relative;
    }

        ul.toggleSwitch3 li input[type="radio"] {
            bottom: 0;
            left: 0;
            opacity: 0.011;
            position: absolute;
            right: 0;
            top: 0;
        }

            ul.toggleSwitch3 li input[type="radio"] + label {
                -moz-user-select: none;
                background-image: none;
                cursor: pointer;
                display: block;
                font-size: 14px;
                font-weight: 400;
                margin-bottom: 0;
                padding: 6px 12px;
                vertical-align: middle;
                background-color: #fff;
                border: 1px solid #999;
                box-sizing: border-box;
                display: inline-block;
                height: 36px;
                position: relative;
                text-align: center;
                width: 100%;
                font-weight: bold;
            }

                ul.toggleSwitch3 li input[type="radio"] + label:hover {
                    color: black;
                    border-color: black;
                }

    ul.toggleSwitch3.small li input[type="radio"] + label {
        font-size: 12px;
        line-height: 1.5;
        padding: 5px 10px;
    }

    ul.toggleSwitch3.x-small li input[type="radio"] + label {
        font-size: 12px;
        line-height: 1.5;
        padding: 1px 5px;
    }

    ul.toggleSwitch3 li:first-child input[type="radio"] + label {
        border-radius: 10px 0px 0px 10px;
        width: 160px;
        margin-right: 8px;
    }

    ul.toggleSwitch3 li:last-child input[type="radio"] + label {
        border-radius: 0px 10px 10px 0px;
        width: 160px;
    }

    ul.toggleSwitch3 li:first-child input[type="radio"]:checked + label {
        /*background-color: #5cb85c;*/
        background-color: #13AA41;
        border-color: #4cae4c;
        color: #fff;
        cursor: pointer;
        display: block;
        transition: all 0.8s ease-in-out 0s;
    }

    ul.toggleSwitch3 li:last-child input[type="radio"]:checked + label {
        background-color: #d9534f;
        border-color: #d43f3a;
        color: #fff;
        cursor: pointer;
        display: block;
        transition: all 0.8s ease-in-out 0s;
    }

    ul.toggleSwitch3 li:first-child input[type="radio"]:checked + label:hover {
        background-color: #449d44;
        border-color: #398439;
        color: #fff;
        opacity: 0.8;
        text-decoration: none;
        transition: all 0.2s ease-in-out 0s;
    }

    ul.toggleSwitch3 li:last-child input[type="radio"]:checked + label:hover {
        background-color: #c9302c;
        border-color: #ac2925;
        color: #fff;
        opacity: 0.8;
        text-decoration: none;
        transition: all 0.2s ease-in-out 0s;
    }

@media only screen and (min-width: 0px) and (max-width: 767px) {

    ul.toggleSwitch3 {
        list-style: outside none none;
        margin: 0;
        overflow: auto;
        padding: 0;
        transition: all 0.8s ease-out 0s;
        vertical-align: middle;
    }

        ul.toggleSwitch3 li {
            float: left;
            position: relative;
        }

            ul.toggleSwitch3 li input[type="radio"] {
                bottom: 0;
                left: 0;
                opacity: 0.011;
                position: absolute;
                right: 0;
                top: 0;
            }

                ul.toggleSwitch3 li input[type="radio"] + label {
                    -moz-user-select: none;
                    background-image: none;
                    cursor: pointer;
                    display: block;
                    font-size: 12px;
                    margin-bottom: 0;
                    padding: 6px 12px;
                    vertical-align: middle;
                    background-color: #fff;
                    border: 1px solid #999;
                    box-sizing: border-box;
                    display: inline-block;
                    height: 36px;
                    position: relative;
                    text-align: center;
                    width: 100%;
                    font-weight: bold;
                }

                    ul.toggleSwitch3 li input[type="radio"] + label:hover {
                        color: black;
                        border-color: black;
                    }

        ul.toggleSwitch3.small li input[type="radio"] + label {
            font-size: 12px;
            line-height: 1.5;
            padding: 5px 10px;
        }

        ul.toggleSwitch3.x-small li input[type="radio"] + label {
            font-size: 12px;
            line-height: 1.5;
            padding: 1px 5px;
        }

        ul.toggleSwitch3 li:first-child input[type="radio"] + label {
            border-radius: 5px 0px 0px 5px;
            width: 80px;
            margin-right: 5px;
        }

        ul.toggleSwitch3 li:last-child input[type="radio"] + label {
            border-radius: 0px 5px 5px 0px;
            width: 80px;
        }

        ul.toggleSwitch3 li:first-child input[type="radio"]:checked + label {
            background-color: #5cb85c;
            border-color: #4cae4c;
            color: #fff;
            cursor: pointer;
            display: block;
            transition: all 0.8s ease-out 0s;
        }

        ul.toggleSwitch3 li:last-child input[type="radio"]:checked + label {
            background-color: #d9534f;
            border-color: #d43f3a;
            color: #fff;
            cursor: pointer;
            display: block;
            transition: all 0.8s ease-out 0s;
        }

        ul.toggleSwitch3 li:first-child input[type="radio"]:checked + label:hover {
            background-color: #449d44;
            border-color: #398439;
            color: #fff;
            opacity: 0.8;
            text-decoration: none;
            transition: all 0.2s ease-in 0s;
        }

        ul.toggleSwitch3 li:last-child input[type="radio"]:checked + label:hover {
            background-color: #c9302c;
            border-color: #ac2925;
            color: #fff;
            opacity: 0.8;
            text-decoration: none;
            transition: all 0.2s ease-in 0s;
        }

    .proposalYYSelect {
        margin-top: 10px;
    }
}
