/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.zrjb-file-upload-button {
    cursor: pointer;
    margin: 5px 0 5px 0;
    padding: 10px;
    border: 0;
    background-color: #bbb;
    color: white;
}
    .zrjb-file-upload-button:hover {
        background-color: #ddd;
        color: #666;
    }
    .zrjb-file-upload-button input {
        display: none;
    }

.zrjb-select-file-input {
    display: none;
}

.zrjb-attachment-line {
    margin: 5px 0 5px 0;
    padding: 0 10px 5px 10px;
    border: 1px solid lightgray;
    font-weight: bold;
    background-color: #eee;
    color: black;
}

.zrjb-remove-file-icon {
    position: relative;
    top: 6px;
    left: 5px;
}

input[type="submit"]:disabled {
    cursor: wait;
}

.zrjb-input-error {
    border-left: 5px solid red !important;
}

.zrjb-highlight-text {
    color: red;
}

.zrjb-message-container {
    display: none;
}

.zrjb-message-line {
    color: red;
}

.zrjb-error-message {
    text-align: center;
}

.zrjb-filter-keywords-container {
    margin: 10px;
}

.zrjb-profile-iframe {
    border: none;
}

#zrjb-sending-spinner {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0) url(../images/loading.svg) no-repeat center center;
    z-index: 10000;
}
