#tribute-rsvp-management-popup-window, #tribute-rsvp-confirmation-window, #tribute-rsvp-text-popup-window, #tribute-rsvp-error-popup-window, #tribute-rsvp-popup-window, #tribute-rsvp-message-popup-window { border-radius: 5px; border: none; position: fixed; max-height: 100vh; overflow-y: auto; left: 0; right: 0; margin: auto; padding: 7px 10px; max-width: 400px; box-sizing: border-box; background: none; font-size: 13px; font-family: sans-serif; background: #fff; line-height: normal; } #tribute-rsvp-popup-window { max-width: 340px; } #tribute-rsvp-error-popup-window { max-width: 250px; border: 1px solid #000; } #tribute-rsvp-confirmation-window, #tribute-rsvp-text-popup-window, #tribute-rsvp-error-popup-window { position: fixed; top: 50%; } #tribute-rsvp-management-popup-window .popup-title, #tribute-rsvp-management-popup-window .popup-header, #tribute-rsvp-management-popup-window .close-button, #tribute-rsvp-confirmation-window .popup-title, #tribute-rsvp-confirmation-window .popup-header, #tribute-rsvp-confirmation-window .close-button, #tribute-rsvp-text-popup-window .popup-title, #tribute-rsvp-text-popup-window .popup-header, #tribute-rsvp-text-popup-window .close-button, #tribute-rsvp-error-popup-window .popup-title, #tribute-rsvp-error-popup-window .popup-header, #tribute-rsvp-error-popup-window .close-button, #tribute-rsvp-popup-window .popup-title, #tribute-rsvp-popup-window .popup-header, #tribute-rsvp-popup-window .close-button, #tribute-rsvp-message-popup-window .popup-title, #tribute-rsvp-message-popup-window .popup-header, #tribute-rsvp-message-popup-window .close-button { display: none; } #tribute-rsvp-message-popup-window { max-width: 250px; text-align: center; } #tribute-rsvp-message-popup-window .tribute-rsvp-message-popup-text { margin-bottom: 20px; } #tribute-rsvp-error-popup-window .tribute-rsvp-error-buttons { text-align: center; margin-top: 10px; } #rsvp-management-rsvps .yui3-datatable-table, #rsvp-management-events .yui3-datatable-table { width: 100%; max-width: 800px; margin-left: auto; margin-right: auto; } .tribute-rsvp-management-popup-label { display: inline-block; min-width: 115px; } .tribute-rsvp-management-popup-vital { display: inline-block; } .tribute-rsvp-management-popup-vital-row { margin-bottom: 10px; } .tribute-rsvp-popup-vital-row { margin-bottom: 5px; } #tribute-rsvp-management-popup-rsvp-status { font-weight: bold; } .tribute-rsvp-popup-input { display: inline-block; width: 61%; vertical-align: middle; } #tribute-rsvp-management-popup-notes { white-space: pre-wrap; margin-bottom: 10px; } .tribute-rsvp-popup-title, .tribute-rsvp-management-popup-title { font-weight: bold; margin: 0 0 10px 0; font-size: 15px; } .tribute-rsvp-management-button, #tribute-rsvp-confirmation-window input[type="button"], .tribute-rsvp-button { background: rgb(72, 200, 150); color: #fff; border: none; padding: 9px 16px 9px 16px; border-radius: 5px; text-align: center; font-size: 14px; box-sizing: border-box; cursor: pointer; outline: none; box-shadow: none; } #tribute-rsvp-management-approve-button, #tribute-rsvp-management-reject-button, #tribute-rsvp-management-ignore-button, #tribute-rsvp-save-button { margin-right: 5px; } .tribute-rsvp-management-button:disabled, #tribute-rsvp-confirmation-window input[type="button"]:disabled { background: #ddd; color: #999; cursor: default; } #tribute-rsvp-management-popup-buttons { text-align: right; } .tribute-rsvp-popup-buttons { text-align: right; margin-top: 15px; } .tribute-rsvp-management-wait-overlay, #tribute-rsvp-wait-overlay { position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: rgba(255, 255, 255, 0.75); z-index: 1; } .tribute-rsvp-management-wait-spinner, #tribute-rsvp-wait-overlay #tribute-rsvp-wait-spinner { width: 32px; height: 32px; position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; background: url(../../images/spinner.gif); } .rsvp-management h1 { margin-top: 0; margin-bottom: 10px; text-align: center; } #rsvp-management-events { margin-bottom: 50px; } #tribute-rsvp-error-message { color: #f00; text-align: right; margin-top: 10px; } label[for="tribute-rsvp-popup-notes"] { margin-top: 5px; } #tribute-rsvp-popup-notes { display: block; width: 100%; box-sizing: border-box; height: 125px; margin-top: 5px; } .tribute-rsvp-popup-label { display: inline-block; min-width: 110px; } #tribute-rsvp-captcha-container a { color: #000; } #widget-override .tribute-event-rsvp-link { display: inline-block; color: #00f; text-decoration: underline; margin: 5px 0 20px 0; } a#tribute-rsvp-management-popup-email { color: #0000ff; } #tribute-rsvp-captcha-container .captcha-refresh-button { margin-left: 5px; } @media only screen and (max-width: 480px) { .tribute-rsvp-popup-buttons { text-align: center; } #tribute-rsvp-management-approve-button, #tribute-rsvp-management-reject-button, #tribute-rsvp-management-ignore-button, #tribute-rsvp-management-cancel-button, #tribute-rsvp-save-button { margin: 0 auto 5px; box-sizing: border-box; width: 100%; } }