/* START CUSTOM Tile Colors For Tile Questions If Upgrading Icheck copy
----------------------------------------------------------------------- */

.ui-checkboxradio-icon /*hide radio image.*/ {
    display: none;
}

.ui-button {
    background-image: none;
    background-color: grey;
    color: white;
}

    .ui-button:hover {
        background-image: none;
        background-color: #2489C5;
        color: white;
    }

    .ui-button.ui-state-active {
        background-color: #2489C5;
        font-weight: normal;
    }

        .ui-button.ui-state-active:hover {
            background-image: none;
            background-color: #2489C5;
            color: white;
            font-weight: normal;
        }
/* Button Colours */
.clsTileButtonBlue {
    background-color: #777777;
    border-top-color: #777777;
    border-right-color-value: #777777;
    border-bottom-color: #777777;
    border-left-color-value: #777777;
}

    .clsTileButtonBlue:hover {
        background-color: #2489C5;
        border-top-color: #2489C5;
        border-right-color-value: #2489C5;
        border-bottom-color: #2489C5;
        border-left-color-value: #2489C5;
    }

.ui-state-active.clsTileButtonBlue {
    background-color: #2489C5;
    border-top-color: #2489C5;
    border-right-color-value: #2489C5;
    border-bottom-color: #2489C5;
    border-left-color-value: #2489C5;
}

.ui-state-active:hover.clsTileButtonBlue {
    background-color: #2489C5;
    border-top-color: #2489C5;
    border-right-color-value: #2489C5;
    border-bottom-color: #2489C5;
    border-left-color-value: #2489C5;
    color: white;
}

.clsTileButtonRed {
    background-color: #777777;
    border-top-color: #777777;
    border-right-color-value: #777777;
    border-bottom-color: #777777;
    border-left-color-value: #777777;
}

    .clsTileButtonRed:hover {
        background-color: #E60000;
        border-top-color: #E60000;
        border-right-color-value: #E60000;
        border-bottom-color: #E60000;
        border-left-color-value: #E60000;
    }

.ui-state-active.clsTileButtonRed {
    background-color: #E60000;
    border-top-color: #E60000;
    border-right-color-value: #E60000;
    border-bottom-color: #E60000;
    border-left-color-value: #E60000;
}

.ui-state-active:hover.clsTileButtonRed {
    background-color: #E60000;
    border-top-color: #E60000;
    border-right-color-value: #E60000;
    border-bottom-color: #E60000;
    border-left-color-value: #E60000;
    color: white;
}

.clsTileButtonOrange {
    background-color: #777777;
    border-top-color: #777777;
    border-right-color-value: #777777;
    border-bottom-color: #777777;
    border-left-color-value: #777777;
}

    .clsTileButtonOrange:hover {
        background-color: #FF8000;
        border-top-color: #FF8000;
        border-right-color-value: #FF8000;
        border-bottom-color: #FF8000;
        border-left-color-value: #FF8000;
    }

.ui-state-active.clsTileButtonOrange {
    background-color: #FF8000;
    border-top-color: #FF8000;
    border-right-color-value: #FF8000;
    border-bottom-color: #FF8000;
    border-left-color-value: #FF8000;
}

.ui-state-active:hover.clsTileButtonOrange {
    background-color: #FF8000;
    border-top-color: #FF8000;
    border-right-color-value: #FF8000;
    border-bottom-color: #FF8000;
    border-left-color-value: #FF8000;
    color: white;
}

.clsTileButtonGreen {
    background-color: #777777;
    border-top-color: #777777;
    border-right-color-value: #777777;
    border-bottom-color: #777777;
    border-left-color-value: #777777;
}

    .clsTileButtonGreen:hover {
        background-color: #17920A;
        border-top-color: #17920A;
        border-right-color-value: #17920A;
        border-bottom-color: #17920A;
        border-left-color-value: #17920A;
    }

.ui-state-active.clsTileButtonGreen {
    background-color: #17920A;
    border-top-color: #17920A;
    border-right-color-value: #17920A;
    border-bottom-color: #17920A;
    border-left-color-value: #17920A;
}

.ui-state-active:hover.clsTileButtonGreen {
    background-color: #17920A;
    border-top-color: #17920A;
    border-right-color-value: #17920A;
    border-bottom-color: #17920A;
    border-left-color-value: #17920A;
    color: white;
}

.clsTileButtonPink {
    background-color: #777777;
    border-top-color: #777777;
    border-right-color-value: #777777;
    border-bottom-color: #777777;
    border-left-color-value: #777777;
}

    .clsTileButtonPink:hover {
        background-color: #FF1493;
        border-top-color: #FF1493;
        border-right-color-value: #FF1493;
        border-bottom-color: #FF1493;
        border-left-color-value: #FF1493;
    }

.ui-state-active.clsTileButtonPink {
    background-color: #FF1493;
    border-top-color: #FF1493;
    border-right-color-value: #FF1493;
    border-bottom-color: #FF1493;
    border-left-color-value: #FF1493;
}

.ui-state-active:hover.clsTileButtonPink {
    background-color: #FF1493;
    border-top-color: #FF1493;
    border-right-color-value: #FF1493;
    border-bottom-color: #FF1493;
    border-left-color-value: #FF1493;
    color: white;
}

.clsTileButtonGrey {
    background-color: #777777;
    border-top-color: #777777;
    border-right-color-value: #777777;
    border-bottom-color: #777777;
    border-left-color-value: #777777;
}

    .clsTileButtonGrey:hover {
        background-color: #444444;
        border-top-color: #444444;
        border-right-color-value: #444444;
        border-bottom-color: #444444;
        border-left-color-value: #444444;
    }

.ui-state-active.clsTileButtonGrey {
    background-color: #444444;
    border-top-color: #444444;
    border-right-color-value: #444444;
    border-bottom-color: #444444;
    border-left-color-value: #444444;
}

.ui-state-active:hover.clsTileButtonGrey {
    background-color: #444444;
    border-top-color: #444444;
    border-right-color-value: #444444;
    border-bottom-color: #444444;
    border-left-color-value: #444444;
    color: white;
}

.clsTileButtonPurple {
    background-color: #777777;
    border-top-color: #777777;
    border-right-color-value: #777777;
    border-bottom-color: #777777;
    border-left-color-value: #777777;
}

    .clsTileButtonPurple:hover {
        background-color: #6A5A8C;
        border-top-color: #6A5A8C;
        border-right-color-value: #6A5A8C;
        border-bottom-color: #6A5A8C;
        border-left-color-value: #6A5A8C;
    }

.ui-state-active.clsTileButtonPurple {
    background-color: #6A5A8C;
    border-top-color: #6A5A8C;
    border-right-color-value: #6A5A8C;
    border-bottom-color: #6A5A8C;
    border-left-color-value: #6A5A8C;
}

.ui-state-active:hover.clsTileButtonPurple {
    background-color: #6A5A8C;
    border-top-color: #6A5A8C;
    border-right-color-value: #6A5A8C;
    border-bottom-color: #6A5A8C;
    border-left-color-value: #6A5A8C;
    color: white;
}

.clsTileButtonYellow {
    background-color: #777777;
    border-top-color: #777777;
    border-right-color-value: #777777;
    border-bottom-color: #777777;
    border-left-color-value: #777777;
}

    .clsTileButtonYellow:hover {
        background-color: #FFFF00;
        border-top-color: #FFFF00;
        border-right-color-value: #FFFF00;
        border-bottom-color: #FFFF00;
        border-left-color-value: #FFFF00;
        color: black;
    }

.ui-state-active.clsTileButtonYellow {
    background-color: #FFFF00;
    border-top-color: #FFFF00;
    border-right-color-value: #FFFF00;
    border-bottom-color: #FFFF00;
    border-left-color-value: #FFFF00;
    color: black;
}

.ui-state-active:hover.clsTileButtonYellow {
    background-color: #FFFF00;
    border-top-color: #FFFF00;
    border-right-color-value: #FFFF00;
    border-bottom-color: #FFFF00;
    border-left-color-value: #FFFF00;
    color: black;
}
/*Sliders */
.clsSliderBlue {
    background-color: #2489C5 !important;
    border-top-color: #2489C5 !important;
    border-right-color-value: #2489C5 !important;
    border-bottom-color: #2489C5 !important;
    border-left-color-value: #2489C5 !important;
}

.clsSliderRed {
    background-color: #E60000 !important;
    border-top-color: #E60000 !important;
    border-right-color-value: #E60000 !important;
    border-bottom-color: #E60000 !important;
    border-left-color-value: #E60000 !important;
}

.clsSliderOrange {
    background-color: #777777 !important;
    border-top-color: #777777 !important;
    border-right-color-value: #777777 !important;
    border-bottom-color: #777777 !important;
    border-left-color-value: #777777 !important;
}

.clsSliderGreen {
    background-color: #777777 !important;
    border-top-color: #777777 !important;
    border-right-color-value: #777777 !important;
    border-bottom-color: #777777 !important;
    border-left-color-value: #777777 !important;
}

.clsSliderPink {
    background-color: #777777 !important;
    border-top-color: #777777 !important;
    border-right-color-value: #777777 !important;
    border-bottom-color: #777777 !important;
    border-left-color-value: #777777 !important;
}

.clsSliderGrey {
    background-color: #444444 !important;
    border-top-color: #444444 !important;
    border-right-color-value: #444444 !important;
    border-bottom-color: #444444 !important;
    border-left-color-value: #444444 !important;
}

.clsSliderPurple {
    background-color: #6A5A8C !important;
    border-top-color: #6A5A8C !important;
    border-right-color-value: #6A5A8C !important;
    border-bottom-color: #6A5A8C !important;
    border-left-color-value: #6A5A8C !important;
}

.clsSliderYellow {
    background-color: #FFFF00 !important;
    border-top-color: #FFFF00 !important;
    border-right-color-value: #FFFF00 !important;
    border-bottom-color: #FFFF00 !important;
    border-left-color-value: #FFFF00 !important;
    color: black !important;
}
/* END CUSTOM Tile Colors For Tile Questions If Upgrading Icheck copy
----------------------------------------------------------------------- */

/* iCheck plugin Square skin
----------------------------------- */
.icheckbox_square,
.iradio_square {
    display: block;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(square.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square {
    background-position: 0 0;
}

    .icheckbox_square.hover {
        background-position: -24px 0;
    }

    .icheckbox_square.checked {
        background-position: -48px 0;
    }

    .icheckbox_square.disabled {
        background-position: -72px 0;
        cursor: default;
    }

    .icheckbox_square.checked.disabled {
        background-position: -96px 0;
    }

.iradio_square {
    background-position: -120px 0;
}

    .iradio_square.hover {
        background-position: -144px 0;
    }

    .iradio_square.checked {
        background-position: -168px 0;
    }

    .iradio_square.disabled {
        background-position: -192px 0;
        cursor: default;
    }

    .iradio_square.checked.disabled {
        background-position: -216px 0;
    }

/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
    .icheckbox_square,
    .iradio_square {
        background-image: url(square@2x.png);
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px;
    }
}

/* red */
.icheckbox_square-red,
.iradio_square-red {
    display: block;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(red.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square-red {
    background-position: 0 0;
}

    .icheckbox_square-red.hover {
        background-position: -24px 0;
    }

    .icheckbox_square-red.checked {
        background-position: -48px 0;
    }

    .icheckbox_square-red.disabled {
        background-position: -72px 0;
        cursor: default;
    }

    .icheckbox_square-red.checked.disabled {
        background-position: -96px 0;
    }

.iradio_square-red {
    background-position: -120px 0;
}

    .iradio_square-red.hover {
        background-position: -144px 0;
    }

    .iradio_square-red.checked {
        background-position: -168px 0;
    }

    .iradio_square-red.disabled {
        background-position: -192px 0;
        cursor: default;
    }

    .iradio_square-red.checked.disabled {
        background-position: -216px 0;
    }

/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
    .icheckbox_square-red,
    .iradio_square-red {
        background-image: url(red@2x.png);
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px;
    }
}

/* green */
.icheckbox_square-green,
.iradio_square-green {
    display: block;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(green.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square-green {
    background-position: 0 0;
}

    .icheckbox_square-green.hover {
        background-position: -24px 0;
    }

    .icheckbox_square-green.checked {
        background-position: -48px 0;
    }

    .icheckbox_square-green.disabled {
        background-position: -72px 0;
        cursor: default;
    }

    .icheckbox_square-green.checked.disabled {
        background-position: -96px 0;
    }

.iradio_square-green {
    background-position: -120px 0;
}

    .iradio_square-green.hover {
        background-position: -144px 0;
    }

    .iradio_square-green.checked {
        background-position: -168px 0;
    }

    .iradio_square-green.disabled {
        background-position: -192px 0;
        cursor: default;
    }

    .iradio_square-green.checked.disabled {
        background-position: -216px 0;
    }

/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
    .icheckbox_square-green,
    .iradio_square-green {
        background-image: url(green@2x.png);
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px;
    }
}

/* blue */
.icheckbox_square-blue,
.iradio_square-blue {
    display: block;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(blue.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square-blue {
    background-position: 0 0;
}

    .icheckbox_square-blue.hover {
        background-position: -24px 0;
    }

    .icheckbox_square-blue.checked {
        background-position: -48px 0;
    }

    .icheckbox_square-blue.disabled {
        background-position: -72px 0;
        cursor: default;
    }

    .icheckbox_square-blue.checked.disabled {
        background-position: -96px 0;
    }

.iradio_square-blue {
    background-position: -120px 0;
}

    .iradio_square-blue.hover {
        background-position: -144px 0;
    }

    .iradio_square-blue.checked {
        background-position: -168px 0;
    }

    .iradio_square-blue.disabled {
        background-position: -192px 0;
        cursor: default;
    }

    .iradio_square-blue.checked.disabled {
        background-position: -216px 0;
    }

/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
    .icheckbox_square-blue,
    .iradio_square-blue {
        background-image: url(blue@2x.png);
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px;
    }
}

/* aero */
.icheckbox_square-aero,
.iradio_square-aero {
    display: block;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(aero.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square-aero {
    background-position: 0 0;
}

    .icheckbox_square-aero.hover {
        background-position: -24px 0;
    }

    .icheckbox_square-aero.checked {
        background-position: -48px 0;
    }

    .icheckbox_square-aero.disabled {
        background-position: -72px 0;
        cursor: default;
    }

    .icheckbox_square-aero.checked.disabled {
        background-position: -96px 0;
    }

.iradio_square-aero {
    background-position: -120px 0;
}

    .iradio_square-aero.hover {
        background-position: -144px 0;
    }

    .iradio_square-aero.checked {
        background-position: -168px 0;
    }

    .iradio_square-aero.disabled {
        background-position: -192px 0;
        cursor: default;
    }

    .iradio_square-aero.checked.disabled {
        background-position: -216px 0;
    }

/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
    .icheckbox_square-aero,
    .iradio_square-aero {
        background-image: url(aero@2x.png);
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px;
    }
}

/* grey */
.icheckbox_square-grey,
.iradio_square-grey {
    display: block;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(grey.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square-grey {
    background-position: 0 0;
}

    .icheckbox_square-grey.hover {
        background-position: -24px 0;
    }

    .icheckbox_square-grey.checked {
        background-position: -48px 0;
    }

    .icheckbox_square-grey.disabled {
        background-position: -72px 0;
        cursor: default;
    }

    .icheckbox_square-grey.checked.disabled {
        background-position: -96px 0;
    }

.iradio_square-grey {
    background-position: -120px 0;
}

    .iradio_square-grey.hover {
        background-position: -144px 0;
    }

    .iradio_square-grey.checked {
        background-position: -168px 0;
    }

    .iradio_square-grey.disabled {
        background-position: -192px 0;
        cursor: default;
    }

    .iradio_square-grey.checked.disabled {
        background-position: -216px 0;
    }

/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
    .icheckbox_square-grey,
    .iradio_square-grey {
        background-image: url(grey@2x.png);
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px;
    }
}

/* orange */
.icheckbox_square-orange,
.iradio_square-orange {
    display: block;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(orange.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square-orange {
    background-position: 0 0;
}

    .icheckbox_square-orange.hover {
        background-position: -24px 0;
    }

    .icheckbox_square-orange.checked {
        background-position: -48px 0;
    }

    .icheckbox_square-orange.disabled {
        background-position: -72px 0;
        cursor: default;
    }

    .icheckbox_square-orange.checked.disabled {
        background-position: -96px 0;
    }

.iradio_square-orange {
    background-position: -120px 0;
}

    .iradio_square-orange.hover {
        background-position: -144px 0;
    }

    .iradio_square-orange.checked {
        background-position: -168px 0;
    }

    .iradio_square-orange.disabled {
        background-position: -192px 0;
        cursor: default;
    }

    .iradio_square-orange.checked.disabled {
        background-position: -216px 0;
    }

/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
    .icheckbox_square-orange,
    .iradio_square-orange {
        background-image: url(orange@2x.png);
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px;
    }
}

/* yellow */
.icheckbox_square-yellow,
.iradio_square-yellow {
    display: block;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(yellow.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square-yellow {
    background-position: 0 0;
}

    .icheckbox_square-yellow.hover {
        background-position: -24px 0;
    }

    .icheckbox_square-yellow.checked {
        background-position: -48px 0;
    }

    .icheckbox_square-yellow.disabled {
        background-position: -72px 0;
        cursor: default;
    }

    .icheckbox_square-yellow.checked.disabled {
        background-position: -96px 0;
    }

.iradio_square-yellow {
    background-position: -120px 0;
}

    .iradio_square-yellow.hover {
        background-position: -144px 0;
    }

    .iradio_square-yellow.checked {
        background-position: -168px 0;
    }

    .iradio_square-yellow.disabled {
        background-position: -192px 0;
        cursor: default;
    }

    .iradio_square-yellow.checked.disabled {
        background-position: -216px 0;
    }

/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
    .icheckbox_square-yellow,
    .iradio_square-yellow {
        background-image: url(yellow@2x.png);
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px;
    }
}

/* pink */
.icheckbox_square-pink,
.iradio_square-pink {
    display: block;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(pink.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square-pink {
    background-position: 0 0;
}

    .icheckbox_square-pink.hover {
        background-position: -24px 0;
    }

    .icheckbox_square-pink.checked {
        background-position: -48px 0;
    }

    .icheckbox_square-pink.disabled {
        background-position: -72px 0;
        cursor: default;
    }

    .icheckbox_square-pink.checked.disabled {
        background-position: -96px 0;
    }

.iradio_square-pink {
    background-position: -120px 0;
}

    .iradio_square-pink.hover {
        background-position: -144px 0;
    }

    .iradio_square-pink.checked {
        background-position: -168px 0;
    }

    .iradio_square-pink.disabled {
        background-position: -192px 0;
        cursor: default;
    }

    .iradio_square-pink.checked.disabled {
        background-position: -216px 0;
    }

/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
    .icheckbox_square-pink,
    .iradio_square-pink {
        background-image: url(pink@2x.png);
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px;
    }
}

/* purple */
.icheckbox_square-purple,
.iradio_square-purple {
    display: block;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(purple.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square-purple {
    background-position: 0 0;
}

    .icheckbox_square-purple.hover {
        background-position: -24px 0;
    }

    .icheckbox_square-purple.checked {
        background-position: -48px 0;
    }

    .icheckbox_square-purple.disabled {
        background-position: -72px 0;
        cursor: default;
    }

    .icheckbox_square-purple.checked.disabled {
        background-position: -96px 0;
    }

.iradio_square-purple {
    background-position: -120px 0;
}

    .iradio_square-purple.hover {
        background-position: -144px 0;
    }

    .iradio_square-purple.checked {
        background-position: -168px 0;
    }

    .iradio_square-purple.disabled {
        background-position: -192px 0;
        cursor: default;
    }

    .iradio_square-purple.checked.disabled {
        background-position: -216px 0;
    }

/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
    .icheckbox_square-purple,
    .iradio_square-purple {
        background-image: url(purple@2x.png);
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px;
    }
}
