/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/

/* General Layout */
body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: rgba(26,26,26,0.7);
  background-color: #FFF;
  margin: 0 !important;
  padding: 0 !important;
}
#outerwrapper {
  margin-top: 10px;
  margin-bottom: 10px;
  float: none;
  clear: both;
  background-color: #FFF;
}
#outerwrapper #outerwrapper,
#outerwrapper #outerwrapper .container {
  padding: 0;
  width: auto;
}
#outerframeContainer {
  padding: 0;
  width: auto;
}
#dynamicReloadContainer {
	padding: 0;
}
@media only screen and (max-width: 768px) {
  #outerwrapper {
    margin-top: 0;
    margin-bottom: 0;
  }  
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    /*width: 970px;*/
    width: 998px;
  }
}
@media (min-width: 1200px) {
  .container {
    /*width: 1170px;*/
    width: 998px;
  }
}
hr {
  margin: 10px 0;
  border-color: #FFF;
}
a,
a:link {
  color: #57BCFB;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #57BCFB;
  text-decoration: underline;
}
img {
    max-width: 100%;
}

/* Navbar */
.header-wrapper {
  margin-bottom: 15px;
}
.navbar-toggle {
	float: none;
  margin-right: 0;
}
.navbar-collapse {
	padding: 0;
}
.navbar {
	min-height: 0;
	margin: 0;
	text-align: center;
}
.navbar-header {
  float: none !important;
  padding: 15px 0;
}
.navbar-brand {
  padding: 15px 0;
  min-height: initial;
}
h1.surveyname {
  text-align: center;
  font-weight: 700;
  height: auto;
  line-height: 130%;
  font-size: 19px;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .logo-wrapper,
  h1.surveyname {
    margin-bottom: 15px;
  }
  .header-wrapper {
    margin-bottom: 0;
  }
}
.navbar-nav {
	float: none;
}
.navbar-default {
	background-color: transparent;
	border: none;
}
.navbar-action-link {
	padding: 0;
}
.navbar-collapse.in {
	overflow-y: visible;
}
.navbar-item-left {
	text-align: left;
	padding-left: 0;
}
.navbar-item-middle {
	text-align: center;
}
.navbar-item-right {
	text-align: right;
	padding-right: 0;
}
.navbar-logo-left {
  padding-left: 0;
}
.navbar-logo-middle {
  padding-right: 0;
  text-align: center;
}
.navbar-logo-right {
  padding-right: 0;
  text-align: right;
}
.logo-bar {
  margin-top: 0;
  padding: 15px 0;
}

@media only screen and (max-width: 768px) {
	.navbar-collapse {
		padding: 0 15px;
	}
  .navbar-logo-left {
    padding: 0;
    text-align: center;
  }
  .navbar-logo-middle {
    text-align: center;
    padding: 0;
    margin-top: 15px;
  }
  .navbar-logo-right {
    text-align: center;
    padding: 0;
    margin-top: 15px;
  }
  .navbar-item-left {
    text-align: center;
    margin: 6px 0;
    padding: 0;
  }
  .navbar-item-middle {
    text-align: center;
    margin: 6px 0;
    padding: 0;
  }
  .navbar-item-right {
    text-align: center;
    margin: 6px 0;
    padding: 0;
  }
}

/* Language Changer */
.language-wrapper {
  margin: 15px 0;
  text-align: right;
}

/* Progress bar */
.progress-wrapper {
  padding: 0;
}
.progress {
  background-color: #f0f0f0;
  margin-bottom: 0;
  border-radius: 0;
}
.progress-bar {
  background-color: #57BCFB;
}

/* Welcome Page */
.text-info {
  color: #000;
}
.survey-welcome {
  margin-top: 15px;
}
.question-count-text {
  margin-top: 15px;
}

/* Privacy */
.privacy {
  margin-top: 15px;
  padding: 15px 0;
  margin: 15px 1px;
  border: 1px solid #57BCFB;
  background-color: transparent;
}
p.ls-privacy-body {
  margin: 15px 0 0 0;
  font-style: italic;
}

/* Group layout */
.group-outer-container {
	display: block;
}
.group-title {
  text-align: left;
  font-weight: 700;
  font-size: 100%;
  margin-top: 0;
  margin-bottom: 15px;
}
.group-description {
  margin-top: 0;
  text-align: left;
}

/* Question layout */
.question-number, .question-code {
	float: none;
	margin: 0;
  color: #FFF;
}
.question-container {
    background-color: #fff;
    margin-bottom: 30px;
    padding-bottom: 15px;
     border: none;
    /* -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.25);
    box-shadow: 0 0 3px rgba(0,0,0,0.25); */
}
.input-error.question-container {
    border: none;
}
.question-title-container {
    padding: 8px 15px;
    background-color: #fff;
    color: #41545C;
    margin-bottom: 15px;
}
.question-text {
  font-weight: 700;
}
.question-valid-container {
  padding-left: 0;
  padding-right: 0;
  font-style: italic;
  font-size: 100%;
  margin-top: 10px;
}
.question-number,
.question-code {
  font-weight: normal;
}
.ls-answers tbody .answertext {
  text-align: left;
}
tr.ls-odd,
.array-flexible-column tr.answers-list:nth-child(even) {
  background-color: #fff;
}
.table-hover > tbody > tr:hover,
tr.answers-list:hover,
.array-flexible-column tr.answers-list:hover {
    background-color: #f0f0f0;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border: 0;
  padding: 4px 8px;
}
.table-bordered {
  border: 0;
}
.asterisk {
  margin-right: 5px;
  font-size: 90% !important;
  vertical-align: top;
  display: none;
}
.asterisk small {
  font-size: 90% !important;
  vertical-align: top;  
}
.input-error .asterisk {
  font-size: 90% !important;
  margin-top: 0;  
}
.question-help-container {
  font-size: 90%;
  margin-top: 10px;
  color: #41545C;
}
.numeric-multi input.numeric,
.multiple-short-txt input.form-control,
.multiple-short-txt textarea.form-control {
  margin-bottom: 15px;
}
.ls-input-group-extra {
  vertical-align: top;
  padding: 1rem 1.2rem;
}
.array-flexible-row .ls-answers .answertextright {
  text-align: right;
}

/* Navigator */
#navigator-container {
  margin-bottom: 15px;
  padding-bottom: 0;
  margin-top: 30px;
}
.btn {
  border-radius: 0;
  font-size: 110%;
  border-radius: 0px;
  padding: 10px 25px;
  text-transform: uppercase;
  border-radius: 100px;
    /* Firefox */
    -moz-transition: all 0.1s ease-in;
    /* WebKit */
    -webkit-transition: all 0.1s ease-in;
    /* Opera */
    -o-transition: all 0.1s ease-in;
    /* Standard */
    transition: all 0.1s ease-in;
}
a.btn-primary {
  color: #fff;
}
.btn-primary,
.btn-danger{
  color: #ffffff;
  background-color: #57BCFB;
  border-color: #57BCFB;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #41545C;
  border-color: #41545C; 
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #49a4dc;
  border-color: #49a4dc;
}
.input-group-addon.btn-primary {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.input-group-addon {
  padding: 6px 12px;
}

.btn-default {
    border: 2px solid #57BCFB;
    color: #57BCFB;
}
.btn-default:hover {
  color: #fff;
  background-color: #57BCFB;
  border: 2px solid #57BCFB;  
}

/* Radios and checkboxes */

/* radio buttons */
.radio-item label::before {
  border: 1px solid #aaa;
  background-color: #FFF;
}
.radio-item label::after {
  background-color: #57BCFB;
}
/* checkboxes */
.checkbox-item label::before {
  border: 1px solid #aaa;
  background-color: #FFF;
}
.checkbox-item label::after {
  color: #57BCFB;
  background-color: transparent;
}


/* Ranking question */
.sortable-choice {
  padding: 5px;
}
.sortable-choice .ls-choice.sortable-item {
  background-color: #f2f2f2;
  border: 1px solid #ddd;
  margin-bottom: 5px;
}
.sortable-rank {
  padding: 5px;
}
.sortable-rank .ls-choice.sortable-item {
  background-color: #57BCFB;
  border: 1px solid #57BCFB;
  margin-bottom: 5px;
  color: #fff;
}

/* Gender question */
.gender-button .btn-primary {
  color: #333;
  background-color: #eee;
  border-color: #eee;
  border: 2px solid #FFF;
}
.gender-button .btn-primary:hover,
.gender-button .btn-primary:focus,
.gender-button .btn-primary.active,
.gender-button .btn-primary.active:hover,
.gender-button .btn-primary.active:focus {
  color: #FFF;
  background-color: #57BCFB;
  border-color: #57BCFB;
  border: 2px solid #fff;
}

/* Yes No question */
.yes-no .btn-primary {
  color: #333;
  background-color: #eee;
  border-color: #eee;
  border: 2px solid #FFF;
}
.yes-no .btn-primary:hover,
.yes-no .btn-primary:focus,
.yes-no .btn-primary.active,
.yes-no .btn-primary.active:hover,
.yes-no .btn-primary.active:focus {
  color: #FFF;
  background-color: #57BCFB;
  border-color: #57BCFB;
  border: 2px solid #FFF;
}

/* 5pt choice */
.choice-5-pt-radio li.radio-item {
  margin-right: 15px;
}

/* Slider question */
.slider-handle {
    background-color: #57BCFB;
    background-image: -webkit-linear-gradient(top, #57BCFB 0%, #49a4dc 100%);
    background-image: -o-linear-gradient(top, #57BCFB 0%, #49a4dc 100%);
    background-image: linear-gradient(to bottom, #57BCFB 0%, #49a4dc 100%);
}
.tooltip-inner {
  background-color: #41545C;
}
.tooltip.top .tooltip-arrow {
     border-top-color: #41545C;
}
.slider-selection {
    background-image: -webkit-linear-gradient(top, #eee 0%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 0%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 0%, #ccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eee', endColorstr='#ccc', GradientType=0);
}

/* Print Page */
.url-wrapper-survey-print {
  margin: 15px 0;
}
.question-container-printanswers {
  border-bottom: 1px solid #ccc;
}

/* Footer */
footer .copyright {
	text-align: center;
  margin: 20px 0;
  font-size: 90%;
}


div.yes-no .btn-group label,
.gender .btn-group label {
    padding-top: 10px;
}

.completed-wrapper {
  margin-bottom: 45px;
  min-height: 200px;
 }

 /* Datepicker */

 .datepicker .active,
 .datepicker .today {
  background-color: #333 !important;
  background: #333 !important;
  color: #FFF !important;
 }

/* Index */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  background-color: #41545C;
  color: #FFF;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-color: #57BCFB;
  color: #FFF;
}

/* Fix array alignment */
td.answer-item.radio-item {
    vertical-align: middle;
}

/* Danger text color */
.text-danger {
    color: #F44336;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #F44336;
}


.question-container table.ls-answers {
    table-layout: initial;
}



.save-message .text-info
{
    color: #000;
}


.ls-js-hidden.warningjs.alert.alert-danger 
{
    display: none;
}

.ls-no-js-hidden,
.ls-js-hidden .clearall-saveall-wrapper
{
   display: none;
}



#navbar ul.nav span li.ls-no-js-hidden
{
    display: initial !important;
}



footer
{
    color: #fff;
    background-color: #57BCFB;
}


            /* 2018-09-04 Marcel Minke: Special print styles */

/* Print styles for summary */
@media print {
            
    * 
    {
        margin:0;
        padding:0;
        float: none !important;
        overflow: visible !important;
        position: relative;
    }
        
    html, body 
    { 
        height: 99%;
        overflow:visible;
        margin:0;
        padding:0;
        min-height: auto;
    }
    
    /* 2018-06-20 Marcel Minke: Special styles for printing backgrounds */
    body {
        -webkit-print-color-adjust: exact; /*Chrome, Safari */
        color-adjust: exact; /*Firefox*/
    }
    
    div
    {
        float: none;
        width: auto;
    }
    

    
    .completed-text  
    {      
        /* ORIG v1: page-break-inside: avoid; */
        /* Below reduces IE additional pages from 3 to 1 and still works with FF and Chrome */
        page-break-inside: auto;        
        page-break-before: avoid;
        /*font-size: 12px !important; */
        table-layout: fixed;
    }
    
    div#outer-wrapper
    {
        width: 90%;
    }
    
    div#outerframeContainer
    {
        margin-top: 0 !important;
        min-height: auto;
    }
    
    
    #main-col
    {
        float: none;
        margin-top: 0 !important;
    }
    
    img.logo-left {
        max-height: 75px;
    }
    
    .logo-bar
    {
        padding: 0px;
    }
    
    .header-wrapper
    {
        margin: 0px;
    }

    .summaryprintlink,
    .printlink,
    #topsurveymenubar,
    #bootstrap-alert-box-modal,
    #yii-flash-message,
    .ls-no-js-hidden,
    .printnote
    {
        display: none;
    }
    
    /* TO DO: Adjust print styles for special table */
    #resulttable
    {
        /*background: initial !important;
        min-width: 600px;
        max-width: 800px;
        height: 600px;
        margin: 0 auto;
        margin: 50px;*/
        page-break-after: always;
    }
    
    /* styles for special table */
    .custom-table #resulttable td
    {
      color: #fff !important;
      -webkit-print-color-adjust: exact;
    }
      
    #resulttable .purple
    {
      background-color: #A17CD1 !important;
      min-width: 20px;
    }

      
    #resulttable  .yellow
    {
      background-color: #FECC45 !important;
      min-width: 20px;
    }

    
    #resulttable  .red
    {
      background-color: #FC5B54 !important;
      min-height: 20px;
    }

    #resulttable  .green
    {
      background-color: #30C582 !important;
    }
    
    #resulttable .green.opa
    {
      background-color: #9CE1C1 !important;
    }
    #resulttable .red.opa
    {
      background-color: #FBAEAE !important;
    }
    #resulttable  .yellow.opa
    {
      background-color: #FDE4AD !important;
    }
    #resulttable  .purple.opa
    {
      background-color: #CFBFE6 !important;
    }
    
    .completed-text p
    {
        padding: 0 2% 0 2%;
    }
    
    .strategiediv,
    .strategiediv p
    {
        /* 2018-09-18 Removed:
        padding-top: 0px !important; */
        color: #fff !important;
        margin: 0;
        page-break-inside: avoid;
    }
    
    .strategiediv h1
    {
        font-size: 180%;
        margin: 1%, 0;
    }
    
    .strategiediv h2
    {
        font-size: 140%;
        margin: 1%, 0;
    }
    
    .strategiediv ul
    {
        margin-left: 2%;
    }
    
    .strategiediv h1#actionheading
    {
        margin-top: 5%;
        margin-left: 2%;
        font-size: 150%;
    }
    
    .completed-wrapper #depthdiv
    {
        background-color: #30C582 !important;
    }
    
    .completed-wrapper #expertdiv
    {
        background-color: #FC5B54 !important;
        /*page-break-before: always;*/
    }
    
    .completed-wrapper #linkdiv
    {
        background-color: #FECC45 !important;
        /*page-break-before: always;*/
    }
    
    .completed-wrapper #clickdiv
    {
        background-color: #A17CD1 !important;
        /*page-break-before: always;*/
    }
    
    ul {
        margin-left: 4%;
    }
}





            /* 2018-09-04 Marcel Minke: Adjustments for special report */
            
 /* 2018-09-18 removed            
.completed-text p
{
    padding: 0 2% 0 2%;
}*/

.strategiediv
{
    padding: 1%;
    color: #fff;
    margin: 1% 0 1% 0;
}

.strategiediv h1
{
    font-size: 180%;
    margin: 1%, 0;
}

.strategiediv h2
{
    font-size: 140%;
    margin: 1%, 0;
}

.strategiediv h1#actionheading
{
    margin-top: 5%;
    margin-left: 2%;
    font-size: 150%;
}

#depthdiv
{
    background-color: #30C582;
}

#expertdiv
{
    background-color: #FC5B54;
}

#linkdiv
{
    background-color: #FECC45;
}

#clickdiv
{
    background-color: #A17CD1;
}


/* styles for special table */
.customtable
{
  color: #fff;
  table-layout: fixed;
  margin: 0 auto;
}
.customtable td {
    text-align: center;
}
.customtable .purple
{
  background-color: #A17CD1;
}
.customtable  .yellow
{
  background-color: #FECC45;
}
.customtable  .red
{
  background-color: #FC5B54;
}
.customtable  .green
{
  background-color: #30C582;
}
.customtable .green.opa
{
  background-color: #9CE1C1 !important;
}
.customtable .red.opa
{
  background-color: #FBAEAE !important;
}
.customtable  .yellow.opa
{
  background-color: #FDE4AD !important;
}
.customtable  .purple.opa
{
  background-color: #CFBFE6 !important;
}

.tableimage {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
}
.headingimage
{
    margin-top: 5%;
    margin-left: auto;
    display: block;
    margin-right: auto;
    width: 100px;
    height: 100px;
    min-width: 100px;
    min-height: 100px;
}
.vrow {
    width: 30px;
    height: 50px;
    min-width: 30px;
    min-height: 50px;
    border: 1px solid #fff;
}
.hcol {
    width: 50px;
    height: 30px;
    min-width: 50px;
    min-height: 30px;
    border: 1px solid #fff;
}
.icon-spacing {
    width: 15px;
    height: 15px;
}

@media only screen and (max-width: 1024px) and (min-width: 768px)  {
    .ls-questionhelp {
        overflow: scroll;
    }    
}

@media only screen and (max-width: 768px) {
    .ls-questionhelp {
        overflow: scroll;
    }
    .tableimage {
        width: 20px;
        height: 20px;
        min-width: 20px;
        min-height: 20px;
    }
    .vrow {
        width: 15px;
        height: 20px;
        min-width: 15px;
        min-height: 20px;
        border: 1px solid #fff;
    }
    .hcol {
        width: 20px;
        height: 15px;
        min-width: 20px;
        min-height: 15px;
        border: 1px solid #fff;
    }
    .icon-spacing {
        width: 5px;
        height: 5px;
        max-width: 5px;
        max-height: 5px;
    }
}

/* 2018-11-20 Fix for array headings on tablets */
@media only screen and (max-width: 760px), (max-device-width: 1024px) and (min-device-width: 768px) {
    .ls-heading-repeat {
        display: none !important;
    }    
}

/* 2018-12-04 Marcel: CSS for text display questions */
.boilerplate .question-text {
    font-weight: initial;
}

/* 2018-12-03 Marcel: CSS for new welcome page with icons */
.welcometable
{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.welcometable td
{
    padding-bottom: 20px;
    font-size: 120%;
}

.welcometable img
{
    max-width: 80px;
    padding-right: 15px;
}

.welcometable h3
{
    margin-top: 10px;
}