/*******************************************************/
/*                     DEFAULT                         */
/*******************************************************/

#infoSurveyBox,
#logoutBtn,
header nav,
#questionform .right {
  display: none;
}


form input[type="text"]:focus,
form input.ui-autocomplete-input:focus,
form select:focus,
form textarea:focus {
  background: #ffffff;
}

section#centerBlock .contentDesc {min-height: 0;}
section#centerBlock .surveyDescriptionContent {width: 100%;}
section#centerBlock .surveyDescriptionContent.smaller {width: 100%;}




/*******************************************************/
/*                     OTHER                           */
/*******************************************************/

.questionBlock:nth-child(2n+1) {background-color: none;}
div#main hr {display:none;}
form p.submit {border-top: 0;}
#pimcore_video_ > iframe {display: block;margin: auto;}
section#centerBlock table:not(#listSurvey) tr td:hover {background-color: #c4c3c3;}
section#centerBlock .surveyDescription, section#centerBlock .surveyDescriptionContent{display:none}


/*******************************************************/
/*                     BACKGROUND                      */
/*******************************************************/

body{
    background-image: url('wall.jpg');
    background-size:cover;
    background-position:center center;
background-color:#e4e8e9;
}

div#main{
    background:none;padding:0;
    position:relative;
}



section#centerBlock
{
    position:relative;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}


/*******************************************************/
/*                     HEADER                          */
/*******************************************************/

header {
    margin: 0;
    padding: 0 0 20px;
}

#backgroundheader{max-width:9999px;max-height:9999px}

#imageheader{
 width:250px;
margin:auto;
display:block;
padding-top: 20px;
}


header.light {
  position: relative !important; color: #f3f3f3;
}

header.light,header.light.fixed {
  height: auto;
  border-bottom: none;
  background: transparent;
  margin-bottom:20px;
}


section#centerBlock .contentDesc{
  padding-top: 20px;
  padding-left:10px;
  padding-right:10px;
  box-sizing:border-box;
  padding-top: 40px;
  width: 100%;
}

/*******************************************************/
/*                     Centerblock                     */
/*******************************************************/

section#centerBlock {
  width: 100%;
  max-width:980px;
  margin:0 auto 50px;
  padding:5px;
  border-radius:0px;
  background: rgba(255,255,255,.7);
  box-shadow:none;
  z-index:1;

-webkit-box-shadow: 0px 0px 84px -24px rgba(0,0,0,0.76);
-moz-box-shadow: 0px 0px 84px -24px rgba(0,0,0,0.76);
box-shadow: 0px 0px 84px -24px rgba(0,0,0,0.76);
}


/*******************************************************/
/*                     Title Color                     */
/*******************************************************/

section#centerBlock h1{

}

section#centerBlock h1 i,
section#centerBlock h1 span{
 color:#000;
 font-weight:bold;
}

/*******************************************************/
/*                  Question                           */
/*******************************************************/

section#centerBlock form#questionform h3{
  color:#000;
}

/*******************************************************/
/*                  Question description               */
/*******************************************************/

.description {
  color: #666666;
}

/*******************************************************/
/*                  ANSWER Gridchoice                  */
/*******************************************************/

section#centerBlock table tr th {
  text-transform: none;
  text-decoration: underline;
}

section#centerBlock table.gridchoice tr td,
section#centerBlock table.gridchoice tr th {
  border-top: 0px solid #ffffff;
  border-left: 1px solid #e8e8e8;
}
section#centerBlock table.gridchoice tr {
  border-left: 0px solid #666666;
  border-right: 0px solid #666666;
  background-color: ;
}
section#centerBlock table.gridchoice tr:nth-child(2n+1) {
  background-color: #e8e8e8;
}
section#centerBlock table.gridchoice tr:first-child {
  background-color: #666666;
  border-bottom: 1px solid #666666;
}
section#centerBlock table.gridchoice tr:first-child th {
  border-left: 1px solid #e8e8e8;
}
section#centerBlock table.gridchoice tr:first-child th:first-child {
  border-left: none;
}
section#centerBlock table.gridchoice tr th {
  color: #666666;
}
section#centerBlock table.gridchoice tr:nth-child(2n+1) th {
  color: #666666;
}
section#centerBlock table.gridchoice tr:first-child th {
  color: #ffffff;
}
section#centerBlock table.gridchoice {
  border: 0px solid #dddddd;
}

/*******************************************************/
/*                  ANSWER Dropdown                    */
/*******************************************************/

form select{
  background: #ffffff;
  color: #666;
  border-radius: 0;
  border: 1px solid #d4d1d1;
  height: 30px;
  line-height: 24px;
  padding: 5px;
  width:100%;
}

/*******************************************************/
/*                  ANSWER FreeAnswer                  */
/*******************************************************/

form textarea {
  background: #ffffff;
  color: #666;
  border-radius: 0;
  border: 1px solid #d4d1d1;
}

/*******************************************************/
/*                  ANSWER NPS                         */
/*******************************************************/

form#questionform .npschoice.answer label{
  color: white;
  background:#98a0a7;
}


form#questionform .npschoice.answer label:focus, 
form#questionform .npschoice.answer label.selected {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ffb700 0%, #ffb700 100%) repeat scroll 0 0;
    box-shadow: 0 1px 2px 0 #343434;
    color: #ffffff;
}

/*******************************************************/
/*                  ANSWER Satisfaction                */
/*******************************************************/


.rating > .rate-select-layer > span {
color: #ffb700 ;
}

.rating > .rate-base-layer > span {
    color: #cccccc;
}



/*******************************************************/
/*                  Paging color                       */
/*******************************************************/

form p.submit span.answerpager{
  color:#ffb700;
}


/*******************************************************/
/*                  Save Button                        */
/*******************************************************/


form input[type="submit"],
form input[type="submit"].previousStep {
    border-radius: 0;
    background-color: rgb(138, 138, 138);
    color: #fff;
    outline: none;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    border: 0;
}
form input[type="submit"]:hover {
  color: #fff;
  background-color: #ffb700;
}


/*******************************************************/
/*                Language switcher                    */
/*******************************************************/


section#centerBlock .languageSwitcher a{
  color:rgb(138, 138, 138);
}

/*******************************************************/
/*               General  Links                        */
/*******************************************************/

section#centerBlock a{
  color:#ffb700;
}


/*******************************************************/
/*                     FOOTER                          */
/*******************************************************/

footer {
  background:rgb(138, 138, 138);
  width: 100%;
  display: block;
  position:fixed!important;
  bottom: 0;
}


footer a,footer p, footer .powered { 
 color:#7b7c7e;
 text-align:center;
}

footer a {
 text-decoration:underline;
}


/*******************************************************/
/*                     CUSTOM                          */
/*******************************************************/



section#centerBlock ul.error{margin:0 10px;}


section#centerBlock h1{
    padding-top: 40px;
    width: 100%;
}


section#centerBlock h1,
section#centerBlock .contentDesc,
section#centerBlock #questionform{
  max-width:880px;
  margin:auto;
}

section#centerBlock h1{
 padding-left:10px;
 padding-right:10px;
 box-sizing:border-box;
}

div#fancybox-content h1 span {color: #dd1a32;}

section#centerBlock form#questionform #question-12549 h3,
section#centerBlock form#questionform #question-12549 .description,
section#centerBlock form#questionform #question-12549 .answer,
section#centerBlock form#questionform #question-12549 .answer label,
section#centerBlock form#questionform #question-12549 .answer label input{
display:inline-block;
margin:0;
}

section#centerBlock form#questionform #question-12549 label,
section#centerBlock form#questionform #question-12549 .answer{
min-height:0;
padding:0;
}

section#centerBlock form#questionform #question-12550 .questionText{
margin-bottom: 0;
}


form p.answer.freechoice textarea#answers_12570,
form p.answer.freechoice textarea#answers_12571 {
    resize: none;
    height: 20px;
    min-height: 0;
    width:95%;
}

.maxlength em{
    color:#005b7d!important;
}

section#centerBlock h1 i{display:none}


form select:focus, form textarea:focus, form input[type="text"]:focus, form input.ui-autocomplete-input:focus, form input[type="password"]:focus {
    outline: none none;
    border: 1px solid #005b7d;
    background-color: #efefef;
}

span em{
color:#005b7d;
}


/*******************************************************/
/*                     MEDIA QUERIES                   */
/*******************************************************/

@media only screen and (max-width: 914px;){#logoback {background-size: 100%;}}
@media only screen and (max-width: 480px){form p.submit span.answerpager{display: none;}}