div.starter-template {
    color: #666;
    /*border: solid 2px red !important;*/
    /*border: 1px solid #C9CDCF;*/
    background: white;
}

div.starter-template .sect-bg{
    border: none !important;
}

div.answered-content {
    margin-left: 30px;
}

h4 {
    margin-top: 30px;
}

.footer {
    margin-top: 30px;
    width: 100%;
    height: 60px;
    background-color: white;
}

.footer > .container {
    padding-right: 0;
    padding-left: 15px;
}

.text-muted {
    margin: 0 0;
    padding: 20px;
    height: 60px;
}

.navbar-inverse {
    background-color: whitesmoke;
    border-color: whitesmoke;
}

.navbar-inverse .navbar-brand {
    color: #666;
}

.navbar-inverse .navbar-nav > li > a {
    color: #666;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    background-color: #7ab800;
}

#button1 {
    background-color: grey;
    padding: 22px;
    font-size: 14px;
}

#button2 {
    background-color: grey;
    padding: 22px;
    font-size: 14px;
}

#button3 {
    background-color: grey;
    padding: 22px;
    font-size: 14px;
}

#button4 {
    background-color: grey;
    padding: 22px;
    font-size: 14px;
}

#button5 {
    background-color: grey;
    padding: 22px;
    font-size: 14px;
}

.current {
    color: white;
    text-decoration: underline;
}

.next {
    color: white
}

.question {
    display: block;
    margin-top: 30px;
    padding: 10px;
}

input[type="checkbox"] {
    float: left;
    margin-top: 15px;
    margin-right: 20px;
    margin-left: 20px;
}

.question-example {
    display: block;
    padding: 10px;
}

.summary {
    margin-top: 0;
    margin-bottom: 0;
}

.options {
    padding: 10px;
    width: 100%;
}

.options-label {
    padding-left: 30px;
    padding-right: 30px;
    /*color: #999;*/
    /*font-weight: normal;*/
}

.blue-text {
    color: #0061af;
}

.green-text {
    /*color: #009f4f;*/
}


.glyphicon {
    float: right;
}

.palaute-intro {
    margin-bottom: 0px;
    background-color: white;
    color: #666;
    padding: 20px;
    margin-top: 10px;
    border-bottom: 0px solid whitesmoke;
}

.palaute-area {
    background-size: auto;
    height: 460px;
    width: 400px;
    padding-top: 100px;
    margin-bottom: 20px;
}

.circle-01 {
    background: url("newpath-01.png") left center no-repeat;
}

.circle-02 {
    background: url("newpath-02.png") left center no-repeat;
}

.circle-03 {
    background: url("newpath-03.png") left center no-repeat;
}

.circle-04 {
    background: url("newpath-04.png") left center no-repeat;
}

.circle-01 small {
    color: white;
}

.circle-02 small {
    color: white;
}

.circle-03 small {
    color: white;
}

.circle-04 small {
    color: white;
}

.palaute-info-box {
    border: 1px solid whitesmoke;
    padding: 10px;
    background-color: transparent;
    width: 300px;
    margin-top: 50px;
}

#button-print {
    margin-top: 20px;
}

.question-ok {
    width: 40px;
    height: 40px;
    background: url("/resources/img/question-check.png") center center no-repeat;
    float: right;
    margin-top: -10px;
    display: none;
}

.invalid {
    background: red;
}

.question-group{
    /*border: solid #666 1px;*/
    /*background: white;*/
}

.group-questions{
    display: none;
    margin: 0 20px 0 20px;
    border-radius: 5px;

    /*margin-left: 20px;*/
}

.toggle-title{
    cursor: pointer;
    margin-left: 20px;
}

.answer-description{
    margin-left: 20px ;
}

.group-arrow{
    color: #666;
    float: right;
    margin-right: 30px;
    font-size: 36px;
}

.toggle img {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.group-arrow.toggle{
    padding-top: 15px;
}

@media print
{
    .no-print
    {
        display: none !important;
    }

    #version-info-banner{
        /*background: white !important;*/
        background: white url("/resources/img/color_bar.png") repeat-x 0 0 !important;
        background-position: bottom !important;
        background-size: 1600px 10px;
        /*clear: both;*/
        /*height: 9px;*/
        width: 100%;
    }

    .container {
        margin: 0 !important;
    }
}

.margin-class {
    margin-left: 30px;
    margin-right: 30px;
}
.start-text{
    padding: 0 60px 30px 60px !important;
}

.start-text a{
    cursor: pointer;
}

#question-list {
    /*margin-top: 70px;*/
}

span.question-label{
    margin: 0 auto;
}
span.question-number   {
    float: left;
    height: 80px;
}

span.question-question {
    padding: 0px 0px 0px 0px;
}

.question span.question-question {
    padding: 0px 0px 0px 0px;
}

.question span.question-label {
    padding: 0px 0px 0px 0px;
}

input[type=checkbox].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

i.checkmark{
    border: solid #A5ACB0 1px;
    border-radius: 2px;
    width: 30px !important;
    height: 30px;
    margin-right: 15px;
    position: absolute;
    cursor: pointer;
}

input[type=checkbox].css-checkbox + i + label.css-label {
    padding-left: 40px;
    margin-bottom: 20px;
    height: 18px;
    display: inline-block;
    line-height: 30px;
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: middle;
    cursor: pointer;
}

input[type=checkbox].css-checkbox:checked + i + label.css-label {
    background-position: 0 -18px;
}

input[type=checkbox].css-checkbox:checked + i.checkmark {
    border: solid 1px #0061AF;
}

input[type=checkbox].css-checkbox:checked + i.checkmark:after {
    content: '';
    display: block;
    margin-left: 10px;
    margin-top: 5px;
    width: 8px;
    height: 15px;
    border: solid #0061AF;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

i.checkmark.disabled-label{
    background-color: #f6f6f7;
}

label.disabled-label {
    color: #999999;
}

.btn-msg{
    display: none;
    position: absolute;
    margin-top: -30px;
}

.average-sym {
    position: absolute;
    margin-top: -82px;
    width: 50px;
}

.messages{
    margin-left: -40px;
}

.error-bar{
    color: red;
}

.info-bar {
    width: 100%;
    background: white;
    border-radius: 5px;
    padding: 20px;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

ul {
    list-style-type: none;
}
