/******************
    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
*/

body {
     padding-bottom: 10px;
     padding-top: 10px;/* now is redefine in JS to fit any title length */
     background-color: #dbdbdb;
    }

#image-container {
    min-width: 10px;
    padding: 10px;
    margin-bottom: 20%;
}

#image-right { 
  float:right; 
  /**width:250px; 
  height:49px;**/
 } 
 
#image-left { 
  float:left; 
  /**width:250px; 
  height:36px;**/
 } 
 .logo {
     width: 18%;
     /**margin-left: 3px;**/
     /**margin-top: -80px;**/
 }
 .logo2 {
     width: 35%;
     margin-left: 6px;
 }

    
#outerframeContainer {
    min-height: 100%;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
    max-width: 900px;
    /**min-width: 500px;**/
    background-color:white;
    border-width: 5px;
    border-style: solid;
    border-color: transparent;
    border-radius: 5px;
    box-shadow: -4px 6px 9px rgba(50, 50, 50, 0.5);
    margin-top: 1%;
    margin-bottom: 1%;
}

.question-container {
  margin-bottom: 1em;
  border: 1px solid #e7e7e7;
  background-color: #f8f8f8;
  padding: 0.5em 0.5em 0.5em 0.5em;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  font-size: 12px;
}

.question-title-container {
    padding-top: 0.2em;
    padding-bottom: 0.3em;
    font-weight: bold;
}

.ls-answers {
   padding-top: 0px;
   padding-bottom: 5px;
}

.space-col {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    text-align: left;
}

.h3 {
    margin-left: 0.2em;
}

/* Title of survey can be big, allow multiline, but leave the minimum */
.navbar-brand {
    height: auto;
    min-height:20px;
}

/**.question-container-printanswers {
    width: 70%;   
    margin-left: -200px;
}
**/
.container {
    width: 100%;
    max-width: 850px;
}

/**.col-sm-4 {
    width: none;
}
**/

.col-sm-8 {
    width: 100%;
}

.form-horizontal .control-label {
    text-align: left;
}

.tooltipquestion li.radio-item label, 
.tooltipquestion li.checkbox-item label {
    width: 100%;
}
.answer-item .tooltip .tooltip-inner {
    max-width: 150%;
    margin: auto;
    font-size: 14px;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}