/* Minification failed. Returning unminified contents.
(399,1): run-time error CSS1019: Unexpected token, found '@import'
(399,9): run-time error CSS1019: Unexpected token, found '"base.css"'
(400,1): run-time error CSS1019: Unexpected token, found '@import'
(400,9): run-time error CSS1019: Unexpected token, found '"theme.css"'
 */
.sortable {
    padding: 0px;
}

    .sortable li {
        margin: 10px;
        padding: 10px;
        vertical-align: middle;
        list-style: none;
        /*box-shadow: 0 0 10px rgba(255, 255, 255, 0.9);*/
        /*background: none repeat scroll 0 0 #415c75;*/
        background: none repeat scroll 0 0 whitesmoke;
        border: medium none;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);
        color: #000000;
    }

        .sortable li:hover {
            box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
        }

        /*.sortable li:active {
            box-shadow: 0 0 10px rgba(255, 255, 255, 0.9);
        }*/

        .sortable li span {
            color: whitesmoke;
            font-size: 1.1em;
            margin-right: 5px;
            margin-left: 5px;
            cursor: pointer;
            height: 100%;
            color: #000000;
        }

        .sortable li input[type="text"] {
            width: 32px;
            margin-right: 5px;
            border: 1px solid whitesmoke;
            color: #000000;
            text-align: center;
            background-color: whitesmoke;
            box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);
        }

            .sortable li input[type="text"]:focus {
                box-shadow: 0 0 10px rgba(255, 255, 255, 0.9);
            }

.shadow {
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.4);
}

.img-caption {
    background: gray;
    color: #FFFFFF;
    padding: 5px;
    font-size: 14px;
}

hr {
    box-shadow: 0 -1px rgba(0, 0, 0, 0.4);
    padding-bottom: 20px;
}


.footer {
    border-radius: 0px !important;
    box-shadow: none !important;
    border-top: 2px solid #fafafa;
    background-color: #ffffff;
    text-align: center;
}
body {
    /*padding-top: 30px;*/ /* 60px to make the container go all the way to the bottom of the topbar */
    /*color: #ffffff;*/
    color: #303030;
    margin-top: 20px;
    background: url("../Content/images/noise.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    /*font-family: helveticafont;*/
}

/*@font-face {
    font-family: helveticafont;
    src: url(../fonts/Helvetica-Light.woff2);
}*/

a:hover, a:active {
    outline: medium none;
}

* :focus {
    outline: 0;
    -moz-outline: 0 none;
}

* :active {
    outline: 0;
    -moz-outline: 0 none;
}

* :after {
    outline: 0;
    -moz-outline: 0 none;
}

.question, .information {
    /*background: none repeat scroll 0 0 #3276b1;*/
    /*padding: 20px;
    background-color: #e7e7e7;
    border-radius: 10px;*/
    /*background: url("../Content/images/box-grad.png") repeat-x scroll 0 0 #4f84b8;*/
    /*background: none repeat scroll 0 0 #E5E5E5;*/
    background: none repeat scroll 0 0 #FFFFFF; /*To change the background of the question box*/
    border-radius: 10px;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.4);
    margin-bottom: 18px;
    /*padding: 18px 40px 18px 20px;*/
    padding: 15px;
    /*width: 300px;*/
}

    .question img {
        display: block;
        height: auto;
        max-width: 100%;
    }

.radios img {
    display: block !important;
    width: auto !important;
    /*max-height: 100px !important;*/
}

.text-slider {
    font-size: 10px;
    padding-right: 20px;
}

.divider {
    background: url("../Content/images/divider.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    margin-top: 15px;
    padding-top: 25px;
}

label {
    /*cursor: pointer;
    display: block;
    line-height: 20px;
    padding-bottom: 9px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);*/
}

.prettycheckbox label, .prettyradio label {
    font-weight: normal;
    font-size: 12px;
    margin: 6px;
}

.clearFloat {
    clear: both;
}

.circle-text {
    width: 50px;
}

    .circle-text:after {
        content: "";
        display: block;
        width: 100%;
        height: 0;
        padding-bottom: 100%;
        /*background: gray;*/
        background: #000000; /*To change the background of the Number Circle*/
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

    .circle-text div {
        float: left;
        width: 100%;
        padding-top: 50%;
        line-height: 1em;
        margin-top: -0.5em;
        text-align: center;
        color: white;
        font-size: 1em;
    }

hr {
    margin-top: 15px;
    margin-bottom: 7px;
}

.ui-widget-content {
    background: #000000 !important;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.4);
    border: none !important;
}

.ui-slider-horizontal.ui-slider-pips {
    margin-bottom: 3em !important;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -0.2em !important;
}

.ui-slider-label > img {
    width: 20px;
}

.ui-slider-vertical .ui-slider-handle {
    left: -0.2em !important;
}

.ui-slider .ui-slider-handle {
    background: none repeat scroll 0 0 white !important;
    border: 1px solid #000000 !important;
    border-radius: 11px;
    height: 16px;
    outline: medium none;
    width: 16px;
}

.ui-slider-handle:hover, .ui-slider-handle:focus {
    background: none repeat scroll 0 0 white !important;
    border-color: #0073ea !important;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.9) !important;
}

.ui-slider-pips .ui-slider-pip {
    color: black !important;
    font-size: 9px !important;
}

/*
.ui-slider-vertical.ui-slider-pips .ui-slider-label {
    width: 15em !important; Commented this due to scrolling issue in mobile device.
}

.ui-slider-pips .ui-slider-label {
    margin-left: -3em !important;
    width: 6em !important;
}*/

/*custom label / checkbox / radios*/
/*.label_check input, .label_radio input {
    margin-right: 5px;
}

.has-js .label_check,
.has-js .label_radio {
    padding-left: 34px;
}

.has-js .label_radio {
    background: url("../Content/images/radio-off.png") no-repeat;
}

.has-js .label_check {
    background: url("../Content/images/check-off.png") no-repeat;
}

.has-js label.c_on {
    background: url("../Content/images/check-on.png") no-repeat;
}

.has-js label.r_on {
    background: url("../Content/images/radio-on.png") no-repeat;
}

.has-js .label_check input,
.has-js .label_radio input {
    position: absolute;
    left: -9999px;
}*/

/*.form-control, .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: gray;
    color: #dcdcdc;
    border-color: #5289BB;
}*/

.form-control:focus {
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.9);
}

a, a:hover, a:focus {
    color: blue;
    /*text-decoration: underline;*/
}

    a:hover, a:focus {
        text-decoration: none;
    }

legend {
    /*color: #ffffff;*/
    border: none;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: -4px;
}


.error {
    border-color: #a94442;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #a94442;
}

#errorContainer {
    display: inline;
    /*color: #a94442;*/
    color: white;
    /*float: right;*/
    /*font-weight: bolder;*/
}

.form-horizontal .form-group {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.container {
    max-width: 780px;
    background-color: white;
    padding: 15px;
    border-radius: 5px;
}

.ui-state-default div {
    cursor: pointer;
}

.prettycheckbox label, .prettyradio label {
    float: none !important;
    padding-left: 30px !important;
}

.bs-callout {
    padding: 20px 20px 10px 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

    .bs-callout h4 {
        margin-top: 0;
        margin-bottom: 15px;
    }

.red {
    background-color: pink;
}

.yellow {
    background-color: #FFFFBB;
}

.green {
    background-color: lightgreen;
}

@media only screen and (min-width: 760px) {
    .text-slider {
        padding-left: 20px;
        padding-bottom: 10px;
    }

    .ui-slider-pips .ui-slider-label {
        left: -25% !important;
        margin-left: -1em !important;
        width: 5em !important;
    }

    .ui-slider-pips .ui-slider-pip {
        font-size: 12px !important;
    }
}

.clearfix:before,.clearfix:after{content:"";display:table}.clearfix:after{clear:both}.clearfix{*zoom:1}.prettycheckbox,.prettyradio{display:inline-block;padding:0;margin:0}.prettycheckbox>a,.prettyradio>a{height:30px;width:30px;display:block;float:left;cursor:pointer;margin:0;background:url('../images/sprites-sfa68604977.png')}.prettycheckbox>a:focus,.prettyradio>a:focus{outline:0 none}.prettycheckbox label,.prettyradio label{display:block;float:left;margin:6px 5px;cursor:pointer}.prettycheckbox a.disabled,.prettycheckbox label.disabled,.prettyradio a.disabled,.prettyradio label.disabled{cursor:not-allowed}.prettycheckbox>a{background-position:0 0}.prettycheckbox>a:focus{background-position:-30px 0}.prettycheckbox>a.checked{background-position:-60px 0}.prettycheckbox>a.checked:focus{background-position:-90px 0}.prettycheckbox>a.checked.disabled{background-position:-150px 0}.prettycheckbox>a.disabled{background-position:-120px 0}.prettyradio>a{background-position:-180px 0}.prettyradio>a:focus{background-position:-210px 0}.prettyradio>a.checked{background-position:-240px 0}.prettyradio>a.checked:focus{background-position:-270px 0}.prettyradio>a.checked.disabled{background-position:-330px 0}.prettyradio>a.disabled{background-position:-300px 0}

/*!
 * jQuery UI CSS Framework 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
@import "base.css";
@import "theme.css";

