/* Dropdown moodboard login */
#enquetebtn-holder{
    display:none;

}
.enquetecta {
    position: fixed;
    width: 355px;
    max-width: 90%;
    top: 50%;
    left: 50%;
    z-index: 9992;
    box-sizing: border-box;
    padding: 30px 30px;
    background: #0b6635;
    max-height: 400px;
    color: #fff;
    overflow-y: auto;
    min-height: 100px;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    border-radius: 3px;
    pointer-events: all;
}
@media screen and (max-width: 900px) {
    .enquetecta {
        top: 50px;
        left: 50%;
        max-width: 100%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }
}
.enquetecta a {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}

.enquetecta a:hover {
    opacity: 0.8;
}
.enquetecta .txt span:nth-of-type(2) {
    font-size: .9em;
    background: rgba(0,0,0,0.3);
    padding: 12px 15px;
    border-radius: 3px;
    display: block;
    line-height: 1.6;
    margin: 5px 0;
}

.enquetecta.popout span.title {
    font-size: 1.2em;
    margin-bottom: .2em;
    display: block;
}
.enquetecta.popout .form input,
.enquetecta.popout .form textarea {
    background: #fff;
    border-radius: 2px;
    box-sizing: border-box;
    color: #222;
    font-size: .85em; font-weight: 400;
    padding: 5px;
    border: none;
    width: 49%;
    width: 100%;
    margin: 5px 0;
    font-family: verdana, arial, sans-serif;
    float:left;
    border: 1px solid transparent;
}
.enquetecta input,
.enquetecta input.button {
    display: block;
    float: none;
    width: 100%!important;
}
.enquetecta input.button {
    margin-top: 6px;
}
.enquetecta a.login,
.enquetecta a.register,
.enquetecta a.resetpassword,
.enquetecta a#login-logout {
    color: #fff;
    padding-top: 0px;
    display: block;
    clear: both;
    font-weight: 400;
    font-size: .9em;
}
.enquetecta a#login-logout:hover {
    background: transparent!important;
}
.enquetecta.popout .form input.button  {
    background: url("../images/icons/button-arrow.png") no-repeat scroll 95% 50% #e6dcb0;
    border: 1px solid transparent;
    border-radius: 3px;
    color: #282828;
    cursor: pointer;
    display: block;
    font-weight: 400;
    padding: 6px 6px 6px 15px;
    text-align: left;
    font-family: inherit;
    font-size: 1em;
}
.enquetecta.popout .form input.button:hover {
    background-color: #f1e7ba;
}
.enquetecta.popout div.pclose {
    width:20px; height:20px;
    left: auto;
    bottom:auto;
    top: 15px;
    right: 15px;
    cursor: pointer;
    position: absolute;
    text-align: center;
    transform-origin: center center;
    overflow: hidden;
    border-radius: 3px;
    background: #262626;
    background-image: url(/images/treeEbb/close.png);
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: center center;
    color: transparent;
}
.enquetecta.popout div.pclose:hover {
    background-color: #3e3a3b;
}