﻿body {
    padding-top: 70px;
    padding-bottom: 20px;
}

.table>tbody>tr>th {
    vertical-align: middle !important;
}

.logo {
    padding: 30px;
}

li.withslider span.input {
    display: none;
}

.slider_callout {
    font-weight: bold;
    position: absolute;
    top: -20px;
}

.slider_showmin {
    float: left;
    padding-top: 10px;
}

.slider_showmax {
    float: right;
    padding-top: 10px;
}

.multinum-slider {
    margin-top: 20px;
    margin-bottom: 20px;
}

div.slider-labels {
    margin-bottom: 15px;
}

.em_value_range.good {
    color: rgb(53, 102, 53);
}

.em_value_range.error, .warningjs {
    color: rgb(185, 74, 72);
}

.dragDropTable ul.dragDropChoiceList li, .dragDropTable ol.dragDropRankList li {
    padding-top: 10px;
    padding-bottom: 22px;
}

button.ui-datepicker-trigger {
    display: none;
}

.btn-default {
    text-shadow: none !important;
}

input[type="radio"], .radio {
    cursor: pointer;
}

.navbar-btn {
    margin-right: 15px;
}

#logo-wrapper {
    margin-bottom: 40px;
}

#logo-wrapper img {
    max-width: 100%;
}

.logo-left {
    float: left;
}

.logo-center {
    margin: auto;
}

.logo-right {
    float: right;
}
.no-more-tables th{
    text-align: center;

}



.array-flexible-duel-scale input[type="radio"] {
    display: block;
    margin: auto;
    text-align: center;
    float: none !important;
}

.text-item .checkbox {
    padding-left: 0px !important;
}




/*  Workaround: Multiple "Other" Optionen / Kommentarfelder ausblenden:

Use question type "Multiple choice with comments"

#answer11111X22X33Acomment {  
    display: none; 
}

Where 11111 is your survey ID, 22 is your group ID, 33 is your question ID and A is the answer code.

SOURCE: http://docs.limesurvey.org/tiki-index.php?page=Workarounds%3A+Question+design%2C+layout+and+templating#Hiding_inputs_of_a_quot_Multiple_options_with_comments_quot_question

-------------------
ADD TO template.css
-------------------  */


/* CFM - Filiallieferung */


/* Frage f03 */

#answer494632X3X62comment {
    display: none;
}

#answer494632X3X64comment {
    display: none;
}


/* Frage f05 */

#answer494632X5X91comment {
    display: none;
}

#answer494632X5X92comment {
    display: none;
}

#answer494632X5X93comment {
    display: none;
}

#answer494632X5X94comment {
    display: none;
}

#answer494632X5X95comment {
    display: none;
}

#answer494632X5X96comment {
    display: none;
}


/* Frage f007 */

#answer494632X7X192comment {
    display: none;
}


/* Heimbestellung */


/* Frage f03 */

#answer489523X14X382comment {
    display: none;
}

#answer489523X14X384comment {
    display: none;
}

#answer489523X14X385comment {
    display: none;
}

#answer489523X14X386comment {
    display: none;
}


/* Frage f05 */

#answer489523X16X401comment {
    display: none;
}

#answer489523X16X402comment {
    display: none;
}

#answer489523X16X403comment {
    display: none;
}

#answer489523X16X404comment {
    display: none;
}

#answer489523X16X405comment {
    display: none;
}

#answer489523X16X406comment {
    display: none;
}


/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */



div.rating-cancel, div.rating-cancel a {}

div.star-rating, div.star-rating a {}



div.star-rating-on a {}

div.star-rating-hover a {}


/* Read Only CSS */

div.star-rating-readonly a {
    cursor: default !important
}


/* Partial Star CSS */

div.star-rating {
    background: transparent!important;
    overflow: hidden!important
}
.no-more-tables td .iradio_flat, .no-more-tables td .icheckbox_flat
{
    text-align: center;
    float: none;
    display: block;
    right: auto !important;
}
 .no-more-tables td .radio{
        padding-left: 0px;
    padding-right: 0px !important;
    margin-right: 0;
}
ul.cols-3-ul{
    width: 33%;
    float: left;
}
ul.cols-4-ul {
    width: 25%;
    float: left;
}
ul.cols-5-ul {
    width: 20%;
    float: left;
}
.withprefix.withsuffix span {
    float: left;
}

.withprefix.withsuffix span .text {
    width: auto;
        display: inline-block;
    margin: 0px 13px;
}
@media only screen and (min-width: 1025px){
.no-more-tables td .iradio_flat, .no-more-tables td .icheckbox_flat
{
        margin: auto;
    }
}
@media only screen and (max-width: 1024px) {


    ul.cols-3-ul  {
    width: 100%;
    float: left;
    margin-bottom: 0px;
}
ul.cols-4-ul  {
    width: 100%;
    float: left;
        margin-bottom: 0px;

}
ul.cols-5-ul  {
    width: 100%;
    float: left;
        margin-bottom: 0px;

}

    /* Force table to not be like tables anymore */
    .no-more-tables table, .no-more-tables thead, .no-more-tables tbody, .no-more-tables th, .no-more-tables td, .no-more-tables tr {
        display: block;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    .no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .no-more-tables tr {
        border: 1px solid #ccc;
        margin-bottom: 1.5rem;
    }
    .no-more-tables th {
        padding: 1.5rem 0 1.5rem 0.75rem;
    }
    .no-more-tables td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 70%;
        white-space: normal;
        text-align: left;
    }
    .no-more-tables td:before {
        /* Now like a table header */
        position: absolute;
                    white-space: normal !important;

        /* Top/left values mimic padding */
        top: 15px;
        left: 30px;
        /*width: 45%;*/
        padding-right: 10px;
            margin-top: 6px;
        /*white-space: nowrap;*/
        text-align: left;
        font-weight: normal;
        color: #4d4d4d;
    }
    .no-more-tables .icheckbox_flat.icheck-item{
        float: none;
    }
    .no-more-tables tr th{
        width: 100% !important;
    }
    /*.dual_scale_separator{
        display: none !important;
    }*/

    .no-more-tables td .radio {
    margin: 0;
}
.no-more-tables td label {
        padding: 23px 15px;
    z-index: 999999;
    width: 100%;
    display: block;
}
    /*
    Label the data
    */
   
    .no-more-tables td:before {
        content: attr(data-title);
        padding-left: 25px;
        pointer-events:none;
    }
    .table tbody tr:hover td, .table tbody tr:hover th {
        background-color: transparent !important;
    }
    .table-striped tbody tr:hover td {
        background-color: #F9F9F9 !important;
    }
    .no-more-tables td .iradio_flat, .no-more-tables td .icheckbox_flat
{
     float: left;
         margin-top: -8px;
}
}
.navbar-collapse.collapse {
display: block!important;
}
.ui-slider .ui-slider-range {
        position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0;
        color: #ffffff;
        background-color: #0064cd;
        background-repeat: repeat-x;
        background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
        background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
        background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
        background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
        background-image: -o-linear-gradient(top, #049cdb, #0064cd);
        background-image: linear-gradient(top, #049cdb, #0064cd);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        border-color: #0064cd #0064cd #003f81;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    }
    .ui-widget-header {
        font-weight:bold;
        border-color: #0064cd #0064cd #003f81;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        border:1px solid #666;
    }
    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {

        background-color: #e6e6e6;
        background-repeat: no-repeat;
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
        background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
        background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
        background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
        background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
        background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);

        text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);

        color: #333;
        /*font-size: 13px;*/
        line-height: normal;
        border: 1px solid #ccc;
        border-bottom-color: #bbb;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
        -webkit-transition: 0.1s linear background-image;
        -moz-transition: 0.1s linear background-image;
        -ms-transition: 0.1s linear background-image;
        -o-transition: 0.1s linear background-image;
        transition: 0.1s linear background-image;
        overflow: visible;

    }
.navbar-nav>li, .navbar-nav {
float: left !important;
}

.navbar-nav.navbar-right:last-child {
margin-right: -15px !important;
}
.other-item.answer-item [type=text]{
    margin-top: 20px;
}
.navbar-right {
float: right!important;
}
/* END jQuery.Rating Plugin CSS */
.checkbox-text-item input[type=text], .checkbox-text-list input[type=text]{
    box-sizing: border-box;
    margin-left: 28px;
    width: 70%;
}
 div.star-rating:after  {
    content: '☆';
    display: block;

}
.star-rating a{
    display: none;
}

#starContainer {
  unicode-bidi: bidi-override;
  direction: rtl;
  text-align: center; }
  #starContainer div {
    width: 1.1em;
    position: relative;
    display: inline-block;
    font-size: 30px;
    line-height: 30px;
    cursor: pointer; }
    @media screen and (max-width: 991px) {
      #starContainer div {
        font-size: 40px; } }
    /*#starContainer div:hover:after, #starContainer div::after:hover ~ div:after, #starContainer div:after:active, #starContainer div:active ~ div:after {
      color }*/
  #starContainer div:hover:before, #starContainer div:hover ~ div:before, #starContainer div.active:before, #starContainer div.active ~ div:before {
    content: "★";
        position: absolute;
    left: 4px;
    color: gold; }

.logo-show{
    display: block;
}
.logo-hide{
    display: none;
}
th.answertext{
    text-align:left;
    font-weight: normal;
}
.progress{
    display: none;
}
.input-error .error {
    color: #b94a48;
}
.em_num_answers.good{
    color: green;
}
.em_num_answers.good {
    color: green;
}
.questions-list .withprefix.withsuffix {
    float: left;
    width: 100%;
    padding: 15px 0px;
}
.questions-list > .row:first-of-type .withprefix.withsuffix {
    padding-top: 0;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    color: #000;
}
.radio label{
    display: block;
    /* display: inline; */
    margin: auto;
    /* margin-bottom: 0; */
    /* font-weight: normal; */
    /* cursor: pointer; */
    text-align: center;
}
.table>tbody>tr>td.radio-item, .table>tbody>tr>td.checkbox-item{
    vertical-align: middle;
}
/*.table>tbody>tr>td .icheckbox_flat{
display: block;
    text-align: center;
    margin: auto;
}*/
.panel-heading .panel-title .text-danger{
float: left; 
}
.multiplenumerichelp span {
    color: #333;
}
.answer-item .iradio_flat, .answer-item .icheckbox_flat{
    margin-right: 10px;
    float: left;

}
.answer-item label{
  text-align: left;
   
}
.dragDropTable ul.dragDropChoiceList li, .dragDropTable ol.dragDropRankList li{
    color: #000 !important;
}
 .no-more-tables td .icheckbox_flat{
    margin-top: 10px;
    margin-bottom: 10px;

}

.survey-question-help .glyphicon{
	display:none;
}
.icheck-label font{
	display:none;
}
.icheck-label span{
	display:none;
}

@media only screen and (max-width: 767px) {
   .answers-list th.answertext{
       white-space: normal !important;
   }
}


#logo-wrapper img {
    max-width: 200px !important;
}
.panel-title .text-danger {
    margin-right: 6px !important;
}
