
#slideout{
    position: fixed;
    z-index: 99999999;
   top: 250px;
   left: 0;
   -webkit-transition-duration: 0.3s;
   -moz-transition-duration: 0.3s;
   -o-transition-duration: 0.3s;
   transition-duration: 0.3s;

}
#slideout_inner{
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
    position: fixed;
    z-index: 999;
    top: 40px;
    left: -380px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background: white;
    padding: 15px;
    z-index: 999;
    border-bottom-right-radius: 4px;
    font-size: 14px;
    -webkit-box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.34);
    -moz-box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.34);
    box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.34);
    border-top: solid 2px #005bb6;
}


#slideout h4{
  font-family: "Helvetica Neue","Segoe UI",Arial,sans-serif;
    font-size: 26px;
    padding-bottom: 14px;
    font-weight: 300;
}
.enquiry-question{
    padding-bottom: 6px;
    font-size: 16px;
}
#slideout strong{
    display: block;
}
.sidebar_anketa_inner{
    position: relative;
}
.anketa_tab{
    position: absolute;
    right: -65px;
    top: -17px;
    height: 100%;
    width: 50px;
}
.enquiry-submit{
    padding-top: 6px;
    padding-bottom: 6px;
}
.enquiry-submit button{

    width: 100%;
    font-weight: bold;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        -webkit-appearance: none;
        outline: 0;
        background: transparent;
        border: none;
        vertical-align: middle;
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
        line-height: 14px;
        height: 30px;
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
        text-decoration: none;
        color: white;
        background-color: #067bcf;
}

.missing-entry{
    color: red;
}

.bottom_part{
    padding-top: 20px;
    margin-top: 20px;
    border-top: solid 1px #EFEFEF;
    font-weight: normal;
}




@media only screen and (max-width: 900px) {
  #slideout.active #slideout_inner{
    width: calc(100% - 40px);
    left: 0px;
  }

  #slideout{
    top: 270px;
  }

  #slideout.active{
    left: calc(100% - 40px);
  }
}

@media only screen and (min-width: 900px) {
  #slideout:hover {
    left: 315px;
  }
  #slideout:hover #slideout_inner {
    left: 0;
  }
}



.answer1 { background-color: Blue; }
.answer2 { background-color: Gray; }
.answer3 { background-color: Red; }
.answer4 { background-color: Green; }
.answer5 { background-color: Maroon; }
.answer6 { background-color: Navy; }
.answer7 { background-color: Aqua; }
.answer8 { background-color: Orange; }
.answer9 { background-color: Purple; }
.answer10 { background-color: Silver; }
