%PDF- %PDF-
Direktori : /var/www/html/higroup/wp-content/plugins/event-tickets/src/resources/css/ |
Current File : /var/www/html/higroup/wp-content/plugins/event-tickets/src/resources/css/tickets-admin.css |
/** * This CSS file was auto-generated via PostCSS * * Contributors should avoid editing this file, but instead edit the associated * src/resources/postcss/ file. For more information, check out our engineering * docs on how we handle CSS in our engineering docs. * * @see: http://moderntribe.github.io/products-engineering/css/ */ /* * Common CSS * * DO NOT EDIT THIS CSS FILE DIRECTLY. * ------------------------------------------------------------- * This file is just a clearing-house, see the pcss directory * and edit the source files found there. */ /* Event Tickets Utilities */ /* ----------------------------------------------------------------------------- * * Utilities * * This file is just a clearing-house. * Make partials (start with an underscore) for any actual css code. * * ----------------------------------------------------------------------------- */ /* Variables */ :root { /* ----------------------------------------------------------------------------- * Borders - Radius * ----------------------------------------------------------------------------- */ /* ----------------------------------------------------------------------------- * Borders - Width * ----------------------------------------------------------------------------- */ } :root { /* ----------------------------------------------------------------------------- * Box Shadows * ----------------------------------------------------------------------------- */ } :root { /* ----------------------------------------------------------------------------- * Layers of z-index * ----------------------------------------------------------------------------- */ } :root { /* ----------------------------------------------------------------------------- * Colors - Typography * ----------------------------------------------------------------------------- */ /* ----------------------------------------------------------------------------- * Colors - Iconography * ----------------------------------------------------------------------------- */ /* ----------------------------------------------------------------------------- * Colors - UI * ----------------------------------------------------------------------------- */ /* ----------------------------------------------------------------------------- * Colors - Borders & Misc * ----------------------------------------------------------------------------- */ } :root { /* ----------------------------------------------------------------------------- * Forms - Colors * ----------------------------------------------------------------------------- */ /* ----------------------------------------------------------------------------- * Forms - Box Shadows * ----------------------------------------------------------------------------- */ } :root { /* ----------------------------------------------------------------------------- * Gutter - Default * ----------------------------------------------------------------------------- */ /* ----------------------------------------------------------------------------- * Gutter - Page * ----------------------------------------------------------------------------- */ /* ----------------------------------------------------------------------------- * Grid Width - Default * ----------------------------------------------------------------------------- */ /* ----------------------------------------------------------------------------- * Grid Width - Relative * ----------------------------------------------------------------------------- */ } :root { /* ----------------------------------------------------------------------------- * Opacities * ----------------------------------------------------------------------------- */ } :root { /* ----------------------------------------------------------------------------- * Spacers * ----------------------------------------------------------------------------- */ } /* ----------------------------------------------------------------------------- * SVG - Arrow Right * ----------------------------------------------------------------------------- */ /* ----------------------------------------------------------------------------- * SVG - Arrow (light, left) * ----------------------------------------------------------------------------- */ /* ----------------------------------------------------------------------------- * SVG - Caret Down * ----------------------------------------------------------------------------- */ /* ----------------------------------------------------------------------------- * SVG - Caret Left * ----------------------------------------------------------------------------- */ /* ----------------------------------------------------------------------------- * SVG - Caret Right * ----------------------------------------------------------------------------- */ /* ----------------------------------------------------------------------------- * SVG - Caret Up * ----------------------------------------------------------------------------- */ /* ----------------------------------------------------------------------------- * SVG - Check * ----------------------------------------------------------------------------- */ /* ----------------------------------------------------------------------------- * SVG - Close * ----------------------------------------------------------------------------- */ /* ----------------------------------------------------------------------------- * SVG - Day * ----------------------------------------------------------------------------- */ /* ----------------------------------------------------------------------------- * SVG - Dropdown * ----------------------------------------------------------------------------- */ /* ----------------------------------------------------------------------------- * SVG - Error * ----------------------------------------------------------------------------- */ /* ----------------------------------------------------------------------------- * SVG - Featured * ----------------------------------------------------------------------------- */ /* ----------------------------------------------------------------------------- * SVG - Filters * ----------------------------------------------------------------------------- */ /* ----------------------------------------------------------------------------- * SVG - Link * ----------------------------------------------------------------------------- */ /* ----------------------------------------------------------------------------- * SVG - Guest * ----------------------------------------------------------------------------- */ /* ----------------------------------------------------------------------------- * SVG - List * ----------------------------------------------------------------------------- */ /* ----------------------------------------------------------------------------- * SVG - Location * ----------------------------------------------------------------------------- */ /* ----------------------------------------------------------------------------- * SVG - Mail * ----------------------------------------------------------------------------- */ /* ----------------------------------------------------------------------------- * SVG - Map * ----------------------------------------------------------------------------- */ /* ----------------------------------------------------------------------------- * SVG - Map pin * ----------------------------------------------------------------------------- */ /* ----------------------------------------------------------------------------- * SVG - Messages * ----------------------------------------------------------------------------- */ /* ----------------------------------------------------------------------------- * SVG - Month * ----------------------------------------------------------------------------- */ /* ----------------------------------------------------------------------------- * SVG - No Map * ----------------------------------------------------------------------------- */ /* ----------------------------------------------------------------------------- * SVG - Paper Plane * ----------------------------------------------------------------------------- */ /* ----------------------------------------------------------------------------- * SVG - Phone * ----------------------------------------------------------------------------- */ /* ----------------------------------------------------------------------------- * SVG - Photo * ----------------------------------------------------------------------------- */ /* ----------------------------------------------------------------------------- * SVG - Plus * ----------------------------------------------------------------------------- */ /* ----------------------------------------------------------------------------- * SVG - Recurring * ----------------------------------------------------------------------------- */ /* ----------------------------------------------------------------------------- * SVG - Remove * ----------------------------------------------------------------------------- */ /* ----------------------------------------------------------------------------- * SVG - Reset * ----------------------------------------------------------------------------- */ /* ----------------------------------------------------------------------------- * SVG - Search * ----------------------------------------------------------------------------- */ /* ----------------------------------------------------------------------------- * SVG - Search Filter * ----------------------------------------------------------------------------- */ /* ----------------------------------------------------------------------------- * SVG - Week * ----------------------------------------------------------------------------- */ :root { /* ----------------------------------------------------------------------------- * Transitions * ----------------------------------------------------------------------------- */ } :root { /* ----------------------------------------------------------------------------- * Font Stacks * ----------------------------------------------------------------------------- */ /* stylelint-disable-line value-keyword-case */ /* ----------------------------------------------------------------------------- * Font Weights * ----------------------------------------------------------------------------- */ /* ----------------------------------------------------------------------------- * Font Sizing * ----------------------------------------------------------------------------- */ /* ----------------------------------------------------------------------------- * Line Height * ----------------------------------------------------------------------------- */ } /* Mixins */ /* ----------------------------------------------------------------------------- * Body * ----------------------------------------------------------------------------- */ /* ----------------------------------------------------------------------------- * Desktop Body 1 * ----------------------------------------------------------------------------- */ /* ----------------------------------------------------------------------------- * Desktop Body 2 * ----------------------------------------------------------------------------- */ /* ----------------------------------------------------------------------------- * Desktop Body 3 * ----------------------------------------------------------------------------- */ /* ----------------------------------------------------------------------------- * Mobile Body 1 * ----------------------------------------------------------------------------- */ /* ----------------------------------------------------------------------------- * Mobile Body 2 * ----------------------------------------------------------------------------- */ /* ----------------------------------------------------------------------------- * Mobile Body 3 * ----------------------------------------------------------------------------- */ /* ----------------------------------------------------------------------------- * Heading * ----------------------------------------------------------------------------- */ /* ----------------------------------------------------------------------------- * Heading 1 * ----------------------------------------------------------------------------- */ /* ----------------------------------------------------------------------------- * Heading 2 * ----------------------------------------------------------------------------- */ /* ----------------------------------------------------------------------------- * Heading 3 * ----------------------------------------------------------------------------- */ /* ----------------------------------------------------------------------------- * Heading 4 * ----------------------------------------------------------------------------- */ /* ----------------------------------------------------------------------------- * Heading 5 * ----------------------------------------------------------------------------- */ /* ----------------------------------------------------------------------------- * Heading 6 * ----------------------------------------------------------------------------- */ /* ----------------------------------------------------------------------------- * Heading 7 * ----------------------------------------------------------------------------- */ /* ----------------------------------------------------------------------------- * Heading 8 * ----------------------------------------------------------------------------- */ /* ----------------------------------------------------------------------------- * Anchor - Default * ----------------------------------------------------------------------------- */ /* ----------------------------------------------------------------------------- * Anchor - Alt * ----------------------------------------------------------------------------- */ /* ----------------------------------------------------------------------------- * Anchor - Thin * ----------------------------------------------------------------------------- */ /* ----------------------------------------------------------------------------- * Anchor - Thin * ----------------------------------------------------------------------------- */ /* ----------------------------------------------------------------------------- * Button - Global * ----------------------------------------------------------------------------- */ /* ----------------------------------------------------------------------------- * Button - Solid * ----------------------------------------------------------------------------- */ /* ----------------------------------------------------------------------------- * Button - Link * ----------------------------------------------------------------------------- */ /* ----------------------------------------------------------------------------- * Button - Border * ----------------------------------------------------------------------------- */ /* ----------------------------------------------------------------------------- * Button - Border Small * ----------------------------------------------------------------------------- */ /* ----------------------------------------------------------------------------- * Button - Icon Border * ----------------------------------------------------------------------------- */ /* ----------------------------------------------------------------------------- * Sliders & Toggles * ----------------------------------------------------------------------------- */ /* ----------------------------------------------------------------------------- * Sliders * ----------------------------------------------------------------------------- */ /* ----------------------------------------------------------------------------- * Hidden: Hide from both screenreaders and browsers * @author: h5bp.com/u * ----------------------------------------------------------------------------- */ /* ----------------------------------------------------------------------------- * Visually Hide: Hide only visually, but have it available for screenreaders * @author: h5bp.com/v * ----------------------------------------------------------------------------- */ /* ----------------------------------------------------------------------------- * Visually Show: Show element after has been hidden with %visually-hide * ----------------------------------------------------------------------------- */ /* Event Tickets Components */ /* Accordion Styles */ .accordion-header { background: none; border: 0; color: inherit; cursor: pointer; font-size: 12px; font-weight: bold; padding: 10px 20px; box-sizing: border-box; position: relative; text-align: left; width: 100%; } .accordion-header::before { background-color: #000; border-radius: 100%; box-sizing: border-box; color: #fff; content: '\f132'; font-family: 'dashicons'; font-size: 10px; line-height: 17px; font-weight: 400; height: 14px; left: 0; padding: 0; position: absolute; top: 12px; width: 15px; text-align: center; padding-right: 1px; } .accordion-header::after { content: ''; border-bottom: 1px solid #ddd; position: absolute; right: 0; width: 80%; top: 50%; transform: translateY(-50%); } .accordion-header.is-active::before { content: '\f460'; line-height: 15px; } .accordion-header:focus { outline: 1px solid #5b9dd9; } .accordion-header:hover { background: none; } .tribe-tickets-editor-history::after { width: calc(100% - 80px); } .tribe_attendee_meta::after { width: calc(100% - 170px); } .tribe_advanced_meta::after { width: calc(100% - 105px); } .accordion-label:focus { outline: none; } .accordion-content { display: none; } .ticket_panel .accordion-content { margin: 1em 0 2em; } .accordion-content.is-active { display: block; } .tribe-common-c-loader.tribe-tickets-loader__tickets-block, .tribe-common-c-loader.tribe-tickets-loader__modal { align-items: center; background: rgba(255,255,255, 0.6); display: flex; height: 100%; justify-content: center; left: 0; padding: 0; position: absolute; top: 0; width: 100%; z-index: 100; } .tribe-common-c-loader.tribe-tickets-loader__modal { height: 100vh; position: fixed; width: 100vw; } .event-tickets .tribe-common-c-loader { align-items: center; background: rgba(255,255,255, 0.6); display: flex; height: 100%; justify-content: center; left: 0; padding: 0; position: absolute; top: 0; width: 100%; z-index: 100; } .tribe-common .tribe-tickets__notice { padding: 16px; background-color: #f7f6f6; border-radius: 4px; margin: 20px 0; } .tribe-common .tribe-tickets__notice > *:last-child { padding-bottom: 0; margin-bottom: 0; } .tribe-common .tribe-tickets-notice__title { margin: 0; position: relative; } .tribe-common .tribe-tickets-notice__title:empty { display: none; } /* Error Notices */ .tribe-common .tribe-tickets__notice--error { background-color: rgba(218,57,77, 0.08); display: none; padding-left: 50px; } .tribe-common .tribe-tickets__notice--error .tribe-tickets-notice__title { position: relative; } .tribe-common .tribe-tickets__notice--error .tribe-tickets-notice__title:before { background-image: url( "data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18'%3E%3Cg fill='none' fill-rule='evenodd' transform='translate(1 1)'%3E%3Ccircle cx='8' cy='8' r='7.467' stroke='%23141827' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Ccircle cx='8' cy='11.733' r='1.067' fill='%23141827' fill-rule='nonzero'/%3E%3Cpath stroke='%23141827' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M8 3.733v4.8' fill='%23141827'/%3E%3C/g%3E%3C/svg%3E" ); background-size: contain; content: ''; height: 16px; left: -32px; position: absolute; top: 2px; width: 16px; } /* "Barred" Notices (visible side borders) */ .tribe-common .tribe-tickets__notice--barred { background-color: #fff; border: 4px solid #e4e4e4; border-bottom: 0; border-radius: 0; border-top: 0; padding: 0 12px; } .tribe-common .tribe-tickets__notice--barred-left { border-right: 0; padding: 0 0 0 12px; } .tribe-common .tribe-tickets__notice--barred-right { border-left: 0; padding: 0 12px 0 0; } /* ------------------------------------------------------------------------- * SVG Icons * ------------------------------------------------------------------------- */ .event-tickets .tribe-tickets-svgicon { background-repeat: no-repeat; background-size: contain; } /* ----------------------------------------------------------------------------- * * Tooltip * * ----------------------------------------------------------------------------- */ /* Defining our tooltipster theme. */ .tooltipster-base.tribe-tickets-tooltip-theme { background-color: #fff; border: 1px solid #d5d5d5; border-radius: 4px; box-shadow: 0 2px 12px 0 rgba(0,0,0, 0.14); height: auto !important; padding: 24px; max-width: 254px; } .tooltipster-base.tribe-tickets-tooltip-theme .tooltipster-box { background-color: transparent; border: 0; border-radius: 0; box-shadow: none; margin: 0; } .tooltipster-base.tribe-tickets-tooltip-theme .tooltipster-box .tooltipster-content { color: #141827; overflow: inherit; padding: 0; word-break: break-word; } .tooltipster-base.tribe-tickets-tooltip-theme .tooltipster-arrow { display: none; } /* ----------------------------------------------------------------------------- * * Button: Small * * Example: * <button class="tribe-common-c-btn tribe-common-c-btn--small">...</button> * <a href="#" class="tribe-common-c-btn tribe-common-c-btn--small">...</a> * * ----------------------------------------------------------------------------- */ .tribe-common button.tribe-common-c-btn--small, .tribe-common input[type="button"].tribe-common-c-btn--small, .tribe-common input[type="submit"].tribe-common-c-btn--small, .tribe-common a.tribe-common-c-btn--small { background-color: #334aff; padding: 11px 14px; width: auto; } /* ----------------------------------------------------------------------------- * * Button: Link * * Example: * <button class="tribe-common-c-btn-link">...</button> * <a href="#" class="tribe-common-c-btn-link">...</a> * * ----------------------------------------------------------------------------- */ .tribe-common button.tribe-common-c-btn-link, .tribe-common input[type="button"].tribe-common-c-btn-link, .tribe-common input[type="submit"].tribe-common-c-btn-link, .tribe-common a.tribe-common-c-btn-link { color: #141827; font-family: "Helvetica Neue", Helvetica, -apple-system, BlinkMacSystemFont, Roboto, Arial, sans-serif; font-size: 14px; line-height: 1.62; font-weight: 400; border: 0; cursor: pointer; display: inline-block; height: auto; padding: 0; text-decoration: none; width: auto; background-color: transparent; text-align: center; text-decoration: underline; transition: color 0.2s ease; } .tribe-common button.tribe-common-c-btn-link:hover, .tribe-common button.tribe-common-c-btn-link:focus, .tribe-common input[type="button"].tribe-common-c-btn-link:hover, .tribe-common input[type="button"].tribe-common-c-btn-link:focus, .tribe-common input[type="submit"].tribe-common-c-btn-link:hover, .tribe-common input[type="submit"].tribe-common-c-btn-link:focus, .tribe-common a.tribe-common-c-btn-link:hover, .tribe-common a.tribe-common-c-btn-link:focus { background-color: transparent; } .tribe-common button.tribe-common-c-btn-link, .tribe-common input[type="button"].tribe-common-c-btn-link, .tribe-common input[type="submit"].tribe-common-c-btn-link, .tribe-common a.tribe-common-c-btn-link { background-color: transparent; color: #334aff; padding: 11px 20px; width: 100%; } .tribe-common button.tribe-common-c-btn-link:focus, .tribe-common button.tribe-common-c-btn-link:hover, .tribe-common input[type="button"].tribe-common-c-btn-link:focus, .tribe-common input[type="button"].tribe-common-c-btn-link:hover, .tribe-common input[type="submit"].tribe-common-c-btn-link:focus, .tribe-common input[type="submit"].tribe-common-c-btn-link:hover, .tribe-common a.tribe-common-c-btn-link:focus, .tribe-common a.tribe-common-c-btn-link:hover { color: rgba(51,74,255, 0.8); } .tribe-common button.tribe-common-c-btn-link:active, .tribe-common input[type="button"].tribe-common-c-btn-link:active, .tribe-common input[type="submit"].tribe-common-c-btn-link:active, .tribe-common a.tribe-common-c-btn-link:active { color: rgba(51,74,255, 0.9); } .tribe-common button.tribe-common-c-btn-link:disabled, .tribe-common input[type="button"].tribe-common-c-btn-link:disabled, .tribe-common input[type="submit"].tribe-common-c-btn-link:disabled, .tribe-common a.tribe-common-c-btn-link:disabled { color: rgba(51,74,255, 0.07); } .tribe-tickets-column-attendees-link { display: inline-block; } #ticket_form input[type=radio] { margin-right: 5px; } .ticket_list h4 { border-bottom: 1px solid #e5e5e5; padding-bottom: 6px; text-transform: uppercase; } .ticket_list h4 a { font-size: 11px; font-weight: normal; text-transform: none; } .ticket_list tr:hover td div.ticket_controls { visibility: visible; } .ticket_list tr td { padding: 10px; vertical-align: middle; } .ticket_list tr td div.ticket_controls { visibility: hidden; } .ticket_name p:first-child { font-weight: bold; } #tribe_ticket_header_preview img { height: auto !important; max-width: 95% !important; } #tribe_ticket_header_remove { display: none; } .ticket_time { display: none; } .tribe-tickets-remaining { font-size: 10px; } .eventtable { margin: 0; padding-top: 0; width: 100%; } #event_tickets, .eventtable.ticket_list.eventForm { table-layout: fixed; } .tribe-strong-label { font-weight: bold; } /* Specific goal of this rule is to prevent the number input busting the ticket form layout under Twenty Fifteen */ .tribe-theme-twentyfifteen .tribe-events-tickets input[type='number'] { padding: .375em; width: 100%; } .screen_reader_text { clip: rect(0 0 0 0); clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } #poststuff .inside { margin-top: 12px; } .tribe-tickets-editor-blocker { background: rgba(255, 255, 255, .7); bottom: 0; display: none; left: 0; position: absolute; right: 0; top: 0; z-index: 100000; } .tribe-tickets-editor-blocker .spinner { left: 50%; margin-left: -10px; margin-top: -10px; position: absolute; top: 50%; z-index: 100404; } .tribe-tickets-editor-history-list { margin-left: 20px; } #event_tickets { position: relative; } #event_tickets fieldset { border: 0; padding: 0; margin: 0 0 1em 0; } #event_tickets .ticket_form_left { font-weight: bold; } #event_tickets label { font-weight: normal; } #event_tickets input[type="text"].ticket_form_right, #event_tickets input[type="email"].ticket_form_right, #event_tickets input[type="url"].ticket_form_right, #event_tickets input[type="password"].ticket_form_right, #event_tickets input[type="search"].ticket_form_right, #event_tickets input[type="number"].ticket_form_right, #event_tickets input[type="tel"].ticket_form_right, #event_tickets input[type="range"].ticket_form_right, #event_tickets input[type="date"].ticket_form_right, #event_tickets input[type="month"].ticket_form_right, #event_tickets input[type="week"].ticket_form_right, #event_tickets input[type="time"].ticket_form_right, #event_tickets input[type="datetime"].ticket_form_right, #event_tickets input[type="datetime-local"].ticket_form_right, #event_tickets input[type="color"].ticket_form_right, #event_tickets textarea.ticket_form_right, #event_tickets label.ticket_form_right { display: block; } #event_tickets .tribe-description-small { font-size: 0.95em; margin-top: 5px; color: #888; } /* Panels */ .ticket_panel { border: 1px solid #a3a3a3; border-radius: 5px; box-sizing: border-box; opacity: 1; position: relative; padding: 8px; visibility: visible; width: 100%; will-change: transform; } .ticket_panel[aria-hidden='true'] { opacity: 0; position: absolute; visibility: hidden; } .ticket_panel section { margin: 2em 0; } .ticket_panel #tribe-tickets-image { margin-top: .5em; } .ticket_panel.panel_base { border: 0; padding: .5em 0 0; } .ticket_panel.panel_edit { border: 0; } .ticket_panel.panel_settings h4 { margin: 0; } .ticket_panel.panel_settings .settings_main { margin-bottom: 0; margin-top: 0; } .ticket_panel.panel_settings .settings_main p { font-size: inherit; } .ticket_panel h4 { text-transform: uppercase; } .ticket_title { margin-top: 0; text-transform: uppercase; } .ticket_list_container { margin-bottom: 20px; } .tribe_no_capacity { margin: 0; } .ticket_delete { color: #a00; } .ticket_delete:hover { color: #dc3232; } /* Base Panel Toggle Buttons */ #settings_form_toggle { margin-top: 1em; } .global_capacity-wrapper { margin-bottom: 1em; } .global_capacity_edit_button { background: none; border: 0; color: #ccc; cursor: pointer; padding: 0; } .tribe-button-icon::before { font-family: 'dashicons'; font-size: 1.25em; left: -.25em; position: relative; vertical-align: middle; } .tribe-button-icon .tribe-hidden { display: none; } .tribe-button-icon.tribe-button-icon-plus::before { content: '\f132'; } .tribe-button-icon.tribe-button-icon-edit::before { content: '\f464'; } .tribe-button-icon.tribe-button-icon-settings::before { content: '\f111'; top: -2px; } .tribe-tickets-image-preview { margin-top: 2em; max-width: 200px; } #tribe_ticket_header_image { margin-right: 2em; vertical-align: baseline; } #tribe_tickets_image_preview_filename { display: none; font-weight: bold; } #tribe_tickets_image_preview_filename.-active { display: inline; } #tribe_tickets_image_preview_filename .dashicons { vertical-align: text-bottom; } #tribe_tickets_image_preview_filename .filename { margin-left: .5em; } /* Styles for Initial View */ .ticket_table_intro .button-secondary { float: right; margin-bottom: 15px; margin-left: 5px; } .ticket_table_intro #ticket_form_total_capacity { position: relative; display: inline-block; line-height: 28px; position: relative; } .ticket_table_intro #ticket_form_total_capacity .tooltip { background-color: #efefef; border-radius: 3px; border: 1px solid #a3a3a3; display: none; margin-left: .5em; padding: .5em; position: absolute; top: 50%; transform: translateY(-50%); z-index: 1; } .ticket_table_intro #ticket_form_total_capacity:hover .tooltip { display: block; } .ticket_table_intro #ticket_form_total_capacity .tooltip { left: 100%; top: 53%; white-space: nowrap; } /* Form styles */ .input_block { margin-bottom: 1em; position: relative; } .input_block .ticket_form_left { display: block; box-sizing: border-box; float: left; margin: 0; padding-left: 0; padding-right: 1em; } .input_block input, .input_block textarea { max-width: calc(100% - 132px); } .input_block .ticket_field.hasDatepicker { border-radius: 3px; font-size: 13px; margin-bottom: 0; } .input_block .input_block, .input_block .ticket_form_right { display: block; margin-top: 0; } .input_block .input_block:last-child, .input_block .ticket_form_right:last-child { margin-bottom: 0; } .input_block .input_block { margin-top: 1em; } .input_block legend + .input_block { margin-top: 0; } .input_block .tribe_stock_block { padding-left: calc(20px + 0.4em); } /* Capacity Radio Buttons */ .input_block .tribe_stock_block.tribe-active { padding-top: 1em; } .input_block label.ticket_form_right { margin-bottom: 1em; } .input_block .tribe_block_label { display: block; } /* Capacity Fields/admin display */ .input_block .ticket_stock_total { color: #666; font-style: italic; margin-left: 1em; } #ticket_form .input_block .ticket_stock_total_value { margin-right: 0; } /* Date/Time fields */ .input_block .tribe-timepicker { width: 6em; } #tribe_ticket_provider_wrapper { clip: rect(0 0 0 0); clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } /* Adjust font size for entire form */ #event_tickets { font-size: 12px; } h4.ticket_form_title { font-size: 1.2em; margin-top: 0; } /* Ensure radios and checkboxes have some space to the right of them when inside a label */ #ticket_form input[type=radio], #ticket_form input[type=checkbox] { margin-right: .4em; } .tribe_soft_note, p.description { color: #a3a3a3; font-size: inherit; font-style: normal; } #ticket_form .ticket_advanced.history .toggle-history span:nth-child(2) { display: none; } #ticket_form .ticket_advanced.history ul { display: none; } #ticket_form .ticket_advanced.history._show span:first-child { display: none; } #ticket_form .ticket_advanced.history._show span:nth-child(2) { display: inline; } #ticket_form .ticket_advanced.history._show ul { display: block; } /* Edit form styles */ .ticket_bottom { border-top: 1px solid #ddd; margin-top: 1em; padding-top: 18px; } .tribe_preview { cursor: pointer; } #ticket_form .tooltip_container { position: relative; } #ticket_form .tooltip_container .tooltip { background-color: #efefef; border-radius: 3px; border: 1px solid #a3a3a3; display: none; margin-left: .5em; padding: .5em; position: absolute; top: 50%; transform: translateY(-50%); z-index: 1; } #ticket_form .tooltip_container:hover .tooltip { display: block; } #ticket_form .tooltip_container { display: inline; vertical-align: middle; } #ticket_form .tooltip_container .tooltip { background-color: #efefef; left: 100%; margin: 0; width: 200px; } #settings_global_capacity_edit { background-color: #fff; border: 1px solid #b4b9be; float: left; font-size: inherit; margin-right: 10px; } #settings_global_capacity_edit:disabled { background-color: transparent; border: 0; box-shadow: none; color: #555; } #settings_global_capacity_edit:enabled { margin-right: 7px; } #ticket_form .original_stock_cap span { margin-right: 0; } .ticket-editor-notice { padding: 10px; margin-bottom: 10px; font-size: 13px; border-radius: 4px; display: flex; } .ticket-editor-notice.info { background-color: #EDF6FC; } .ticket-editor-notice.info .dashicons { color: #2A709D; } .ticket-editor-notice.tribe-dependent { display: none; } .ticket-editor-notice.tribe-dependent.tribe-active { display: flex; } .ticket-editor-notice .dashicons { font-size: 20px; width: 20px; height: 20px; margin-right: 2px; } .tribe_events_page_tickets-attendees .search-box .button { text-transform: capitalize; } @media (min-width: 768px) { .tribe-common-c-loader.tribe-tickets-loader__tickets-block, .tribe-common-c-loader.tribe-tickets-loader__modal { padding: 0 } .event-tickets .tribe-common-c-loader { padding: 0 } .tribe-common button.tribe-common-c-btn-link, .tribe-common input[type="button"].tribe-common-c-btn-link, .tribe-common input[type="submit"].tribe-common-c-btn-link, .tribe-common a.tribe-common-c-btn-link { background-color: transparent; width: auto } } @media (min-width: 782px) { .ticket_panel { padding: 16px } .input_block .input_block, .input_block .ticket_form_right { margin-left: 132px } #ticket_bottom_right { float: right } } @media (min-width: 400px) { #settings_form_toggle { float: right; margin-top: 0 } } @media screen and ( max-width: 520px ) { .ticket_table_intro #ticket_form_total_capacity { width: 100% } } @media screen and ( max-width: 782px ) { .ticket_table_intro #ticket_form_total_capacity .tooltip { left: auto; margin-top: 5px; position: relative; top: auto; transform: none; width: 100% } .input_block .ticket_form_left { float: none; display: inline-block; padding: 0 0 6px } .input_block .tribe_stock_block { padding-left: 36px } .input_block .tribe_stock_block.tribe-active { padding-top: 5px } #ticket_form .tooltip_container .tooltip { left: auto; margin-top: 5px; position: relative; top: auto; transform: none; width: 100% } } @media (max-width: 782px) { #ticket_bottom_right { margin-top: 1em } } @media screen and ( max-width: 390px ) { #ticket_form .tooltip_container { display: none } }