/* RAWK YOU LIKE A HURRICANE */

#exitsurvey_popup {
    position: fixed;
    bottom: 0;
    left: 100px;
    border-radius: 10px 10px 0 0;
    background: #f5f5f5;
    color: #999;
    width: 300px;
    z-index: 1000;
    padding: 10px;
    border: 1px #ddd solid;
    border-bottom: none;
}

#exitsurvey_popup .logo {
    background: url("../images/exitsurvey-logo.png") center no-repeat;
    width: 93px;
    height: 40px;
    margin: 0 auto 10px;
}

#exitsurvey_popup .page {
    display: none;
    background: none;
}

#exitsurvey_popup .page.shown {
    display: block;
}

#exitsurvey_popup .question p.question {
    font-weight: bold;
    color: #222;
    font-size: 12px;
}

#exitsurvey_popup .question div.answer {
    background: #202432;
    padding: 7px;
    margin-bottom: 5px;
    text-align: left;


    font-weight: bold;
}

#exitsurvey_popup .question div.answer button.answer {
    cursor: pointer;
    background: none;
    border: none;
    padding: 5px 0;
    width: 90%;
    text-align: left;
    line-height: 1;
    color: #fff;
    border-radius: 0;
}

#exitsurvey_popup .question div.answer button.checkbox {
    margin: 0;
    vertical-align: middle;
    display: inline-block;
}

#exitsurvey_popup .question div.answer .check {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url("../images/exitsurvey-checkbox.png") top center no-repeat;
    vertical-align: middle;
    margin-right: 5px;
}

#exitsurvey_popup .question div.answer.on .check {
    background-position: bottom center;
}

#exitsurvey_popup .question div.answer.on input.text {
    display: block !important;
    width: 100%;
}

#exitsurvey_popup .question div.answer .question-title {
    display: none;
    color: #fff;
    font-weight: normal;
}

#exitsurvey_popup .question div.answer.on .question-title {
    display: block !important;
}

#exitsurvey_popup .question div.answer .question-title span.code {
    font-weight: bold;
}

#exitsurvey_popup button.send {
    background: url("../images/exitsurvey-send.png");
    width: 71px;
    height: 28px;
    border: none;
    cursor: pointer;
    padding: 0;
}

#exitsurvey-announcement {
    display: none;
    border-radius: 10px;
    background: #f5f5f5;
    color: #000;
    width: 400px;
    z-index: 1000;
    padding: 10px 30px;
    border: 2px #888 solid;
    position: fixed;
    font-size: 16px;
    line-height: 1.4;
}

#exitsurvey-announcement .code {
    font-weight: bold;
}

#exitsurvey-announcement .close {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    width: 16px;
    height: 16px;
    background: url("../images/exitsurvey-close.png") center no-repeat;
}

#exitsurvey-announcement .announcement {
    display: none;
}

#exitsurvey_popup > .minimize {
    position: absolute;
    left: 5px;
    color: #333;
    padding: 7px;
    top: -10px;
    cursor: pointer;
    z-index: 1001;
}


#exitsurvey_popup > .minimize::before {
    font-family: 'porto-icons';
    content: "\f81a";
    font-size: 32px;
    color: red;
}

#exitsurvey_popup > .minimize hr {
    /*width: 10px;*/
    /*height: 2px;*/
    /*background: #222;*/
    /*color: #333;*/
    /*margin: 0;*/
    /*padding: 0;*/
    /*cursor: pointer;*/
    display: none;
}

#exitsurvey_popup.minimized {
    border: none;
    padding: 0;
}

#exitsurvey_popup.minimized .main {
    display: none;
}


@media (max-width: 1199px) {
    #exitsurvey_popup {
        width: 200px;
    }

    #exitsurvey_popup p {
        margin-bottom: 5px;
    }

    #exitsurvey_popup .question div.answer {
        padding: 3px 7px;
    }

    #exitsurvey_popup .question div.answer button.answer {
        width: calc(100% - 25px);
    }

    #exitsurvey_popup .question div.answer.on .question-title {
        font-size: 10px;
    }

    #exitsurvey_popup .logo {
        display: none;
    }
}

@media (max-width: 991px) {
    #exitsurvey_popup {
        display: none !important;
    }
}
