#admin-menu a.prefabricated-responses {
    background-image: url(../images/streamline-icon-messages-bubble-text-1@48x48.png);
    background-size: 16px;
}

.icon-prefabricated-responses {
    background-image: url(../images/streamline-icon-messages-bubble-text-1@48x48.png);
    background-size: 16px;
    padding-left: 25px;
    background-repeat: no-repeat;
}

#prefabricated-responses .value {
    font-weight: bold;
}

#add_response_form {
    display: inline-flex;
}

#add_response_form .flex-wrapper {
    display: flex;
    align-content: space-between;
}

#add_response_form select {
    height: 28px;
    border-radius: 3px 0 0 3px;
    border-right: none;
    font-size: 11px;
}

#add_response_form #add-response-submit {
    height: 28px;
    border-radius: 0 3px 3px 0;
    background-color: #DDDDDD;
    font-size: 11px;
}

#add_response_form #add-response-submit:hover, #add_response_form #add-response-submit:focus {
    background-color: #CCCCCC;
}
.link-disable {
    color: #696969
}

#apply-response-submit {
    vertical-align: middle;
    margin-left: 4px;
}