body {
    background: #eee;
    font-size: .75em;
    line-height: 1.250em;
    text-align: left;
    color: #666666;
    font-family: Tahoma, Arial, Verdana, sans-serif;
}

.web-survey * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.web-survey .header {
    background: url(../../images/bt-header-bg.png) repeat-x;
}

.web-survey .header .header-initial {

}

.web-survey .header .header-initial ul {
    display: block;
    height: 36px;
    margin: 0 auto;
    max-width: 980px;
}

.web-survey .header .header-initial ul li {
    float: left;
}

.web-survey .header .header-initial ul li a {
    color: white;
    line-height: 35px;
    padding: 0 10px;
    margin: 0 1px 1px 1px;
    font-size: 1em;
    text-decoration: none;
    display: inline-block;
}

.web-survey .header .header-initial ul li.active a {
    background-color:#0c0c0c;
}

.web-survey .header .header-initial ul li a:hover {
    background-color:#0c0c0c;
}

.web-survey .header .header-initial ul li a:hover, .web-survey .header .header-initial ul li a:focus {
    background:url(../../images/bt-dante-spt.png) no-repeat scroll -726px -497px transparent
}

.web-survey .header .header-inner .container {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 1.5em;
    background-color: white;
    border-bottom: 2px solid #EBEBEB;
}

.web-survey .header .header-inner .container a {
    display: inline-block;
    text-align: center;
    line-height: 70px;
    vertical-align: middle;
    float: left;
}

.web-survey .header .header-inner .container a img {
    vertical-align: middle;
}

.web-survey .header .container .title {
    color: #777;
    padding-left: 70px;
    line-height: 64px;
    font-size: 22px;
    font-weight: normal;
    padding-top: 6px;
}

.container .content {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 1.5em;
    background: white;
}

.container .content h1 {
    display: none;
}

.container .content .wrapper {
    background: white;
    padding: 1.5em;
}

.container .content .wrapper .message {
    margin-bottom: .8em;
    font-size: 20px;
    color: #64379B;
    line-height: 24px;
}

.container .content .wrapper .message-question {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 24px;
}

.container .content .wrapper .question .answer-range-radio {
    position: relative;
}

.container .content .wrapper .question .answer-range-radio label {
    padding: 6px 12px 6px 38px;
    display: block;
    -webkit-border-radius: 6px 5px 5px;
    -moz-border-radius: 6px 5px 5px;
    border-radius: 6px 5px 5px;
    margin: 2px 0;
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
}

.container .content .wrapper .question .answer-range-radio label:hover {
    background-color: #eee;
}

.container .content .wrapper .question .answer-range-radio label:before {
    background: url(../../images/EE-main-sprite.png) 0 -1020px no-repeat;
    content: "";
    position: absolute;
    top: 4px;
    left: 12px;
    width: 25px;
    height: 25px;
}

.container .content .wrapper .question .answer-range-radio input {
    opacity: 0;
    position: absolute;
    left: -9999px;
}

.container .content .wrapper .question .answer-range-radio input:checked + label {
    background-color: #027db3;
    color: white;
}

.container .content .wrapper .question .answer-range-radio input:checked + label:before {
    background-position: 0 -1148px;
}

.container .content .wrapper .actions {
    text-align: right;
}

.container .content .wrapper .actions {
    margin-top: 15px;
}

.container .content .wrapper .actions input {
    background-color: #d63181;
    border: 1px solid #d63181;
    -webkit-border-radius: 6px 5px 5px;
    -moz-border-radius: 6px 5px 5px;
    border-radius: 6px 5px 5px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    outline: medium none;
    padding: 8px 15px;
    position: relative;
    text-decoration: none;
    transition: all .4s ease-out 0s;
    text-align: center;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: background-color;
    -moz-transition-property: background-color;
    -o-transition-property: background-color;
    transition-property: background-color;
    cursor: pointer;
}

.container .content .wrapper .actions input:hover {
    background-color: #801d4d;
}

.container .content .wrapper .question .answer-verbatim textarea {
    width: 100%;
    margin-top: 10px;
    border: 2px solid #ebebeb;
    padding: 5px;
}
.container .content .wrapper .question .answer-verbatim textarea:focus {
    border-color: #64379b;
    outline: none;
}

.container .content .wrapper div.error {
    color: #F00;
    font-weight: bold;
    margin: 10px 0;
}

.container .content .wrapper div.hidden {
    display: none;
}

@media screen and (max-width: 480px) {
    .web-survey .header .header-initial {
        display: none;
    }

    .container .content {
        padding: 0;
    }

    .container .content h1 {
        display: none;
        color: #55379B;;
        font-size: 30px;
        padding: 6px 24px;
        font-weight: bold;
    }

    .container .content .wrapper .actions input {
        width: 100%;
    }
}

