.cx-hidden {
    overflow: hidden;
}
.cx-popup-overlay .cx-internal-message {
    margin: 3px 0 3px 22px;
    display: none;
}
.cx-reason-input {
    margin: 3px 0 3px 22px;
    display: none;
}
.cx-reason-input input[type="text"] {
    width: 100%;
    display: block;
}
.cx-popup-overlay {
    background: rgba(0, 0, 0, .8);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1000;
    overflow: auto;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.cx-popup-overlay.cx-active {
    opacity: 1;
    visibility: visible;
}
.cx-serveypanel {
    width: 600px;
    background: #fff;
    margin: 65px auto 0;
}
.cx-popup-header {
    background: #f1f1f1;
    padding: 20px;
    border-bottom: 1px solid #ccc;
}
.cx-popup-header h2 {
    margin: 0;
}
.cx-popup-body {
    padding: 10px 20px;
}
.cx-popup-footer {
    background: #f9f3f3;
    padding: 10px 20px;
    border-top: 1px solid #ccc;
}
.cx-popup-footer:after {
    content: "";
    display: table;
    clear: both;
}
.action-btns {
    float: right;
}
.cx-anonymous {
    display: none;
}
.attention, .error-message {
    color: red;
    font-weight: 600;
    display: none;
}
.cx-spinner {
    display: none;
}
.cx-spinner img {
    margin-top: 3px;
}
.cx-hidden-input {
    padding: 10px 0 0;
    display: none;
}
.cx-hidden-input input[type='text'] {
    padding: 0 10px;
    width: 100%;
    height: 26px;
    line-height: 26px;
}
.cx--popup-overlay textarea {
    padding: 10px;
    width: 100%;
    height: 100px;
    margin: 0 0 15px 0;
}
span.cx-error-message {
    color: #dd0000;
    font-weight: 600;
}
.cx-popup-body h3 {
    line-height: 24px;
}
.cx-popup-body textarea {
    width: 100%;
    height: 80px;
}
.cx--popup-overlay .form-control input {
    width: 100%;
    margin: 0 0 15px 0;
}
.cx-serveypanel .form-control input {
    width: 100%;
    margin: 0 0 15px 0;
}
