/** * ATUM Inventory Management for WooCommerce CSS * @version 1.5.8 * @author Be Rebel * * Author URI: https://berebel.io * License : ©2019 Stock Management Labs */ @charset "UTF-8"; .btn { display: inline-block; font-weight: 400; text-align: center; white-space: nowrap; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border: 1px solid transparent; padding: 0.375rem 0.75rem; font-size: 0.875rem; line-height: 1.5; border-radius: 0.25rem; -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; } .btn:hover, .btn:focus { text-decoration: none; } .btn:focus, .btn.focus { outline: 0; -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 184, 219, 0.25); box-shadow: 0 0 0 0.2rem rgba(0, 184, 219, 0.25); } .btn.disabled, .btn:disabled { opacity: 0.3; -webkit-box-shadow: none; box-shadow: none; } .btn:not(:disabled):not(.disabled) { cursor: pointer; } .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active { background-image: none; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } .btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus { -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 184, 219, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: 0 0 0 0.2rem rgba(0, 184, 219, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125); } a.btn.disabled, fieldset:disabled a.btn { pointer-events: none; } .btn-link { font-weight: 400; color: #0073AA; background-color: transparent; } .btn-link:hover { color: #00A0D2; text-decoration: underline; background-color: transparent; border-color: transparent; } .btn-link:focus, .btn-link.focus { text-decoration: underline; border-color: transparent; -webkit-box-shadow: none; box-shadow: none; } .btn-link:disabled, .btn-link.disabled { color: #6c757d; pointer-events: none; } .btn-lg, .btn-group-lg > .btn { padding: 0.5rem 1rem; font-size: 1.09375rem; line-height: 1.5; border-radius: 0.3rem; } .btn-sm, .btn-group-sm > .btn { padding: 0.25rem 0.5rem; font-size: 0.76562rem; line-height: 1.5; border-radius: 0.2rem; } .btn-primary { color: #fff; background-color: #00B8DB; } .btn-primary:hover { color: #fff; background-color: rgba(0, 184, 219, 0.6); } .btn-primary:focus, .btn-primary.focus { color: #fff; -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 184, 219, 0.5); box-shadow: 0 0 0 0.2rem rgba(0, 184, 219, 0.5); } .btn-primary.disabled, .btn-primary:disabled { color: #fff; background-color: #00B8DB; border-color: #00B8DB; } .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle { color: #fff; background-color: rgba(0, 184, 219, 0.6); border-color: rgba(0, 184, 219, 0.6); } .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus { color: #fff; -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 184, 219, 0.5); box-shadow: 0 0 0 0.2rem rgba(0, 184, 219, 0.5); } .btn-secondary { color: #fff; background-color: #6c757d; } .btn-secondary:hover { color: #fff; background-color: rgba(108, 117, 125, 0.6); } .btn-secondary:focus, .btn-secondary.focus { color: #fff; -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); } .btn-secondary.disabled, .btn-secondary:disabled { color: #fff; background-color: #6c757d; border-color: #6c757d; } .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle { color: #fff; background-color: rgba(108, 117, 125, 0.6); border-color: rgba(108, 117, 125, 0.6); } .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus { color: #fff; -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); } .btn-success { color: #fff; background-color: #69C61D; } .btn-success:hover { color: #fff; background-color: rgba(105, 198, 29, 0.6); } .btn-success:focus, .btn-success.focus { color: #fff; -webkit-box-shadow: 0 0 0 0.2rem rgba(105, 198, 29, 0.5); box-shadow: 0 0 0 0.2rem rgba(105, 198, 29, 0.5); } .btn-success.disabled, .btn-success:disabled { color: #fff; background-color: #69C61D; border-color: #69C61D; } .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle { color: #fff; background-color: rgba(105, 198, 29, 0.6); border-color: rgba(105, 198, 29, 0.6); } .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus { color: #fff; -webkit-box-shadow: 0 0 0 0.2rem rgba(105, 198, 29, 0.5); box-shadow: 0 0 0 0.2rem rgba(105, 198, 29, 0.5); } .btn-info { color: #212529; background-color: #E3E8F5; } .btn-info:hover { color: #212529; background-color: rgba(227, 232, 245, 0.6); } .btn-info:focus, .btn-info.focus { color: #212529; -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 232, 245, 0.5); box-shadow: 0 0 0 0.2rem rgba(227, 232, 245, 0.5); } .btn-info.disabled, .btn-info:disabled { color: #212529; background-color: #E3E8F5; border-color: #E3E8F5; } .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle { color: #212529; background-color: rgba(227, 232, 245, 0.6); border-color: rgba(227, 232, 245, 0.6); } .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus { color: #212529; -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 232, 245, 0.5); box-shadow: 0 0 0 0.2rem rgba(227, 232, 245, 0.5); } .btn-warning { color: #fff; background-color: #EFAF00; } .btn-warning:hover { color: #fff; background-color: rgba(239, 175, 0, 0.6); } .btn-warning:focus, .btn-warning.focus { color: #fff; -webkit-box-shadow: 0 0 0 0.2rem rgba(239, 175, 0, 0.5); box-shadow: 0 0 0 0.2rem rgba(239, 175, 0, 0.5); } .btn-warning.disabled, .btn-warning:disabled { color: #fff; background-color: #EFAF00; border-color: #EFAF00; } .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle { color: #fff; background-color: rgba(239, 175, 0, 0.6); border-color: rgba(239, 175, 0, 0.6); } .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus { color: #fff; -webkit-box-shadow: 0 0 0 0.2rem rgba(239, 175, 0, 0.5); box-shadow: 0 0 0 0.2rem rgba(239, 175, 0, 0.5); } .btn-danger { color: #fff; background-color: #FF4848; } .btn-danger:hover { color: #fff; background-color: rgba(255, 72, 72, 0.6); } .btn-danger:focus, .btn-danger.focus { color: #fff; -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 72, 72, 0.5); box-shadow: 0 0 0 0.2rem rgba(255, 72, 72, 0.5); } .btn-danger.disabled, .btn-danger:disabled { color: #fff; background-color: #FF4848; border-color: #FF4848; } .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle { color: #fff; background-color: rgba(255, 72, 72, 0.6); border-color: rgba(255, 72, 72, 0.6); } .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus { color: #fff; -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 72, 72, 0.5); box-shadow: 0 0 0 0.2rem rgba(255, 72, 72, 0.5); } .btn-light { color: #212529; background-color: #f8f9fa; } .btn-light:hover { color: #212529; background-color: rgba(248, 249, 250, 0.6); } .btn-light:focus, .btn-light.focus { color: #212529; -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); } .btn-light.disabled, .btn-light:disabled { color: #212529; background-color: #f8f9fa; border-color: #f8f9fa; } .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle { color: #212529; background-color: rgba(248, 249, 250, 0.6); border-color: rgba(248, 249, 250, 0.6); } .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus { color: #212529; -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); } .btn-dark { color: #fff; background-color: #343a40; } .btn-dark:hover { color: #fff; background-color: rgba(52, 58, 64, 0.6); } .btn-dark:focus, .btn-dark.focus { color: #fff; -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); } .btn-dark.disabled, .btn-dark:disabled { color: #fff; background-color: #343a40; border-color: #343a40; } .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle { color: #fff; background-color: rgba(52, 58, 64, 0.6); border-color: rgba(52, 58, 64, 0.6); } .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus { color: #fff; -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); } .btn-outline-primary { color: #00B8DB; background-color: transparent; background-image: none; border-color: #00B8DB; } .btn-outline-primary:hover { color: #fff; background-color: #00B8DB; border-color: #00B8DB; } .btn-outline-primary:focus, .btn-outline-primary.focus { -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 184, 219, 0.5); box-shadow: 0 0 0 0.2rem rgba(0, 184, 219, 0.5); } .btn-outline-primary.disabled, .btn-outline-primary:disabled { color: #00B8DB; background-color: transparent; } .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle { color: #fff; background-color: #00B8DB; border-color: #00B8DB; } .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus { -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 184, 219, 0.5); box-shadow: 0 0 0 0.2rem rgba(0, 184, 219, 0.5); } .btn-outline-secondary { color: #6c757d; background-color: transparent; background-image: none; border-color: #6c757d; } .btn-outline-secondary:hover { color: #fff; background-color: #6c757d; border-color: #6c757d; } .btn-outline-secondary:focus, .btn-outline-secondary.focus { -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); } .btn-outline-secondary.disabled, .btn-outline-secondary:disabled { color: #6c757d; background-color: transparent; } .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle { color: #fff; background-color: #6c757d; border-color: #6c757d; } .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus { -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); } .btn-outline-success { color: #69C61D; background-color: transparent; background-image: none; border-color: #69C61D; } .btn-outline-success:hover { color: #fff; background-color: #69C61D; border-color: #69C61D; } .btn-outline-success:focus, .btn-outline-success.focus { -webkit-box-shadow: 0 0 0 0.2rem rgba(105, 198, 29, 0.5); box-shadow: 0 0 0 0.2rem rgba(105, 198, 29, 0.5); } .btn-outline-success.disabled, .btn-outline-success:disabled { color: #69C61D; background-color: transparent; } .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle { color: #fff; background-color: #69C61D; border-color: #69C61D; } .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus { -webkit-box-shadow: 0 0 0 0.2rem rgba(105, 198, 29, 0.5); box-shadow: 0 0 0 0.2rem rgba(105, 198, 29, 0.5); } .btn-outline-info { color: #E3E8F5; background-color: transparent; background-image: none; border-color: #E3E8F5; } .btn-outline-info:hover { color: #212529; background-color: #E3E8F5; border-color: #E3E8F5; } .btn-outline-info:focus, .btn-outline-info.focus { -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 232, 245, 0.5); box-shadow: 0 0 0 0.2rem rgba(227, 232, 245, 0.5); } .btn-outline-info.disabled, .btn-outline-info:disabled { color: #E3E8F5; background-color: transparent; } .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle { color: #212529; background-color: #E3E8F5; border-color: #E3E8F5; } .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus { -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 232, 245, 0.5); box-shadow: 0 0 0 0.2rem rgba(227, 232, 245, 0.5); } .btn-outline-warning { color: #EFAF00; background-color: transparent; background-image: none; border-color: #EFAF00; } .btn-outline-warning:hover { color: #fff; background-color: #EFAF00; border-color: #EFAF00; } .btn-outline-warning:focus, .btn-outline-warning.focus { -webkit-box-shadow: 0 0 0 0.2rem rgba(239, 175, 0, 0.5); box-shadow: 0 0 0 0.2rem rgba(239, 175, 0, 0.5); } .btn-outline-warning.disabled, .btn-outline-warning:disabled { color: #EFAF00; background-color: transparent; } .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle { color: #fff; background-color: #EFAF00; border-color: #EFAF00; } .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus { -webkit-box-shadow: 0 0 0 0.2rem rgba(239, 175, 0, 0.5); box-shadow: 0 0 0 0.2rem rgba(239, 175, 0, 0.5); } .btn-outline-danger { color: #FF4848; background-color: transparent; background-image: none; border-color: #FF4848; } .btn-outline-danger:hover { color: #fff; background-color: #FF4848; border-color: #FF4848; } .btn-outline-danger:focus, .btn-outline-danger.focus { -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 72, 72, 0.5); box-shadow: 0 0 0 0.2rem rgba(255, 72, 72, 0.5); } .btn-outline-danger.disabled, .btn-outline-danger:disabled { color: #FF4848; background-color: transparent; } .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle { color: #fff; background-color: #FF4848; border-color: #FF4848; } .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus { -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 72, 72, 0.5); box-shadow: 0 0 0 0.2rem rgba(255, 72, 72, 0.5); } .btn-outline-light { color: #f8f9fa; background-color: transparent; background-image: none; border-color: #f8f9fa; } .btn-outline-light:hover { color: #212529; background-color: #f8f9fa; border-color: #f8f9fa; } .btn-outline-light:focus, .btn-outline-light.focus { -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); } .btn-outline-light.disabled, .btn-outline-light:disabled { color: #f8f9fa; background-color: transparent; } .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle { color: #212529; background-color: #f8f9fa; border-color: #f8f9fa; } .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus { -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); } .btn-outline-dark { color: #343a40; background-color: transparent; background-image: none; border-color: #343a40; } .btn-outline-dark:hover { color: #fff; background-color: #343a40; border-color: #343a40; } .btn-outline-dark:focus, .btn-outline-dark.focus { -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); } .btn-outline-dark.disabled, .btn-outline-dark:disabled { color: #343a40; background-color: transparent; } .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle { color: #fff; background-color: #343a40; border-color: #343a40; } .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus { -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); } .btn-pill { border-radius: 16px; } .btn-link { font-weight: 400; color: #0073AA; background-color: transparent; } .btn-link:hover { color: #00A0D2; text-decoration: underline; background-color: transparent; border-color: transparent; } .btn-link:focus, .btn-link.focus { text-decoration: underline; border-color: transparent; -webkit-box-shadow: none; box-shadow: none; } .btn-link:disabled, .btn-link.disabled { color: #6c757d; pointer-events: none; } .btn-block { display: block; width: 100%; } .btn-block + .btn-block { margin-top: 0.5rem; } input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block { width: 100%; } @font-face { font-family: "atum-icon-font"; src: url("../fonts/atum-icon-font.eot?rx8gye"); src: url("../fonts/atum-icon-font.eot?rx8gye#iefix") format("embedded-opentype"), url("../fonts/atum-icon-font.ttf?rx8gye") format("truetype"), url("../fonts/atum-icon-font.woff?rx8gye") format("woff"), url("../fonts/atum-icon-font.svg?rx8gye#atum-icon-font") format("svg"); font-weight: normal; font-style: normal; } [class^="atmi-"], [class*=" atmi-"], .atum-icon { font-family: "atum-icon-font" !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .atmi-hidden:before { content: ""; } .atmi-variable-product-part:before { content: ""; } .atmi-variable-raw-material:before { content: ""; } .atmi-product-part:before { content: ""; } .atmi-raw-material:before { content: ""; } .atmi-atum:before { content: ""; } .atmi-bundle:before { content: ""; } .atmi-cog-solid:before { content: ""; } .atmi-database-solid:before { content: ""; } .atmi-funnel-solid:before { content: ""; } .atmi-highlight-solid:before { content: ""; } .atmi-magic-wand-solid:before { content: ""; } .atmi-wc-contract:before { content: ""; } .atmi-wc-expand:before { content: ""; } .atmi-wc-status:before { content: ""; } .atmi-wc-downloadable:before, .atmi-downloadable:before { content: ""; } .atmi-wc-grouped:before, .atmi-grouped:before { content: ""; } .atmi-wc-simple:before, .atmi-simple:before { content: ""; } .atmi-wc-variable:before, .atmi-variable:before { content: ""; } .atmi-wc-virtual:before, .atmi-virtual:before { content: ""; } .atmi-product-levels:before { content: ""; } .atmi-multi-inventory:before { content: ""; } .atmi-checkmark:before { content: ""; } .atmi-pdf:before { content: ""; } .atmi-view-list:before { content: ""; } .atmi-view-sidebar-left:before { content: ""; } .atmi-view-grid:before { content: ""; } .atmi-view-sidebar-right:before { content: ""; } .atmi-view-sticky-header:before { content: ""; } .atmi-info:before { content: ""; } .atmi-view-list-2:before { content: ""; } .atmi-view-grid-2:before { content: ""; } .atmi-tree:before { content: ""; } .atmi-pencil2:before { content: ""; } .atmi-options:before { content: ""; } .atmi-chart-solid:before { content: ""; } .atmi-chart-outline:before { content: ""; } .atmi-chart-bars:before { content: ""; } .atmi-drag:before { content: ""; } .atmi-arrow-child:before { content: ""; } .atmi-alarm:before { content: ""; } .atmi-apartment:before { content: ""; } .atmi-arrow-down-circle:before { content: ""; } .atmi-arrow-down:before { content: ""; } .atmi-arrow-left-circle:before { content: ""; } .atmi-arrow-left:before { content: ""; } .atmi-arrow-right-circle:before { content: ""; } .atmi-arrow-right:before { content: ""; } .atmi-arrow-up-circle:before { content: ""; } .atmi-arrow-up:before { content: ""; } .atmi-bicycle:before { content: ""; } .atmi-bold:before { content: ""; } .atmi-book:before { content: ""; } .atmi-bookmark:before { content: ""; } .atmi-briefcase:before { content: ""; } .atmi-bubble:before { content: ""; } .atmi-bug:before { content: ""; } .atmi-bullhorn:before { content: ""; } .atmi-bus:before { content: ""; } .atmi-calendar-full:before { content: ""; } .atmi-camera-video:before { content: ""; } .atmi-camera:before { content: ""; } .atmi-car:before { content: ""; } .atmi-cart:before { content: ""; } .atmi-chart-bars-2:before { content: ""; } .atmi-checkmark-circle:before { content: ""; } .atmi-chevron-down-circle:before { content: ""; } .atmi-chevron-down:before { content: ""; } .atmi-chevron-left-circle:before { content: ""; } .atmi-chevron-left:before { content: ""; } .atmi-chevron-right-circle:before { content: ""; } .atmi-chevron-right:before { content: ""; } .atmi-chevron-up-circle:before { content: ""; } .atmi-chevron-up:before { content: ""; } .atmi-circle-minus:before { content: ""; } .atmi-clock:before { content: ""; } .atmi-cloud-check:before { content: ""; } .atmi-cloud-download:before { content: ""; } .atmi-cloud-sync:before { content: ""; } .atmi-cloud-upload:before { content: ""; } .atmi-cloud:before { content: ""; } .atmi-code:before { content: ""; } .atmi-coffee-cup:before { content: ""; } .atmi-cog:before { content: ""; } .atmi-construction:before { content: ""; } .atmi-crop:before { content: ""; } .atmi-cross-circle:before { content: ""; } .atmi-cross:before { content: ""; } .atmi-database:before { content: ""; } .atmi-diamond:before { content: ""; } .atmi-dice:before { content: ""; } .atmi-dinner:before { content: ""; } .atmi-direction-ltr:before { content: ""; } .atmi-direction-rtl:before { content: ""; } .atmi-download:before { content: ""; } .atmi-drop:before { content: ""; } .atmi-earth:before { content: ""; } .atmi-enter-down:before { content: ""; } .atmi-enter:before { content: ""; } .atmi-envelope:before { content: ""; } .atmi-exit-up:before { content: ""; } .atmi-exit:before { content: ""; } .atmi-eye:before { content: ""; } .atmi-file-add:before { content: ""; } .atmi-file-empty:before { content: ""; } .atmi-film-play:before { content: ""; } .atmi-flag:before { content: ""; } .atmi-frame-contract:before { content: ""; } .atmi-frame-expand:before { content: ""; } .atmi-funnel:before { content: ""; } .atmi-gift:before { content: ""; } .atmi-graduation-hat:before { content: ""; } .atmi-hand:before { content: ""; } .atmi-heart-pulse:before { content: ""; } .atmi-heart:before { content: ""; } .atmi-highlight:before { content: ""; } .atmi-history:before { content: ""; } .atmi-home:before { content: ""; } .atmi-hourglass:before { content: ""; } .atmi-inbox:before { content: ""; } .atmi-indent-decrease:before { content: ""; } .atmi-indent-increase:before { content: ""; } .atmi-italic:before { content: ""; } .atmi-keyboard:before { content: ""; } .atmi-laptop-phone:before { content: ""; } .atmi-laptop:before { content: ""; } .atmi-layers:before { content: ""; } .atmi-leaf:before { content: ""; } .atmi-license:before { content: ""; } .atmi-lighter:before { content: ""; } .atmi-line-spacing:before { content: ""; } .atmi-link:before { content: ""; } .atmi-list:before { content: ""; } .atmi-location:before { content: ""; } .atmi-lock:before { content: ""; } .atmi-magic-wand:before { content: ""; } .atmi-magnifier:before { content: ""; } .atmi-map-marker:before { content: ""; } .atmi-map:before { content: ""; } .atmi-menu-circle:before { content: ""; } .atmi-menu:before { content: ""; } .atmi-mic:before { content: ""; } .atmi-moon:before { content: ""; } .atmi-move:before { content: ""; } .atmi-music-note:before { content: ""; } .atmi-mustache:before { content: ""; } .atmi-neutral:before { content: ""; } .atmi-page-break:before { content: ""; } .atmi-paperclip:before { content: ""; } .atmi-paw:before { content: ""; } .atmi-pencil:before { content: ""; } .atmi-phone-handset:before { content: ""; } .atmi-phone:before { content: ""; } .atmi-picture:before { content: ""; } .atmi-pie-chart:before { content: ""; } .atmi-pilcrow:before { content: ""; } .atmi-plus-circle:before { content: ""; } .atmi-pointer-down:before { content: ""; } .atmi-pointer-left:before { content: ""; } .atmi-pointer-right:before { content: ""; } .atmi-pointer-up:before { content: ""; } .atmi-poop:before { content: ""; } .atmi-power-switch:before { content: ""; } .atmi-printer:before { content: ""; } .atmi-pushpin:before { content: ""; } .atmi-question-circle:before { content: ""; } .atmi-redo:before { content: ""; } .atmi-rocket:before { content: ""; } .atmi-sad:before { content: ""; } .atmi-screen:before { content: ""; } .atmi-select:before { content: ""; } .atmi-shirt:before { content: ""; } .atmi-smartphone:before { content: ""; } .atmi-smile:before { content: ""; } .atmi-sort-alpha-asc:before { content: ""; } .atmi-sort-amount-asc:before { content: ""; } .atmi-spell-check:before { content: ""; } .atmi-star-empty:before { content: ""; } .atmi-star-half:before { content: ""; } .atmi-star:before { content: ""; } .atmi-store:before { content: ""; } .atmi-strikethrough:before { content: ""; } .atmi-sun:before { content: ""; } .atmi-sync:before { content: ""; } .atmi-tablet:before { content: ""; } .atmi-tag:before { content: ""; } .atmi-text-align-center:before { content: ""; } .atmi-text-align-justify:before { content: ""; } .atmi-text-align-left:before { content: ""; } .atmi-text-align-right:before { content: ""; } .atmi-text-format-remove:before { content: ""; } .atmi-text-format:before { content: ""; } .atmi-text-size:before { content: ""; } .atmi-thumbs-down:before { content: ""; } .atmi-thumbs-up:before { content: ""; } .atmi-time:before { content: ""; } .atmi-train:before { content: ""; } .atmi-trash:before { content: ""; } .atmi-underline:before { content: ""; } .atmi-undo:before { content: ""; } .atmi-unlink:before { content: ""; } .atmi-upload:before { content: ""; } .atmi-user:before { content: ""; } .atmi-users:before { content: ""; } .atmi-volume-high:before { content: ""; } .atmi-volume-low:before { content: ""; } .atmi-volume-medium:before { content: ""; } .atmi-volume:before { content: ""; } .atmi-warning:before { content: ""; } .atmi-wheelchair:before { content: ""; } body .select2-container.atum-select2, body .select2-container.atum-enhanced-select { font-size: 14px; -webkit-box-sizing: border-box; box-sizing: border-box; display: inline-block; margin: 0; position: relative; vertical-align: middle; } body .select2-container.atum-select2 .select2-results, body .select2-container.atum-enhanced-select .select2-results { display: block; -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175); box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175); max-height: inherit; padding: 0; margin: 0; position: relative; overflow-x: inherit; overflow-y: inherit; } body .select2-container.atum-select2 .select2-results .select2-results__option, body .select2-container.atum-enhanced-select .select2-results .select2-results__option { padding: 8px 10px; } body .select2-container.atum-select2:focus, body .select2-container.atum-select2 *:focus, body .select2-container.atum-enhanced-select:focus, body .select2-container.atum-enhanced-select *:focus { outline: none; } body .select2-container.atum-select2:focus .select2-selection, body .select2-container.atum-enhanced-select:focus .select2-selection { -webkit-box-shadow: 0 0 2px rgba(91, 157, 217, 0.8); box-shadow: 0 0 2px rgba(91, 157, 217, 0.8); border-color: #5B9DD9; } body .select2-container.atum-select2 .select2-selection__arrow b, body .select2-container.atum-enhanced-select .select2-selection__arrow b { display: none; } body .select2-container.atum-select2 .select2-selection__arrow:after, body .select2-container.atum-enhanced-select .select2-selection__arrow:after { line-height: 27px; font-family: atum-icon-font; content: ""; font-size: 10px; color: #adb5bd; } body .select2-container.atum-select2 .select2-selection--single, body .select2-container.atum-enhanced-select .select2-selection--single { -webkit-box-sizing: border-box; box-sizing: border-box; cursor: pointer; display: block; height: 28px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } body .select2-container.atum-select2 .select2-selection--single .select2-selection__rendered, body .select2-container.atum-enhanced-select .select2-selection--single .select2-selection__rendered { display: block; padding-left: 8px; padding-right: 20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } body .select2-container.atum-select2 .select2-selection--single .select2-selection__clear, body .select2-container.atum-enhanced-select .select2-selection--single .select2-selection__clear { position: relative; visibility: hidden; } body .select2-container.atum-select2 .select2-selection--single .select2-selection__clear:after, body .select2-container.atum-enhanced-select .select2-selection--single .select2-selection__clear:after { font-family: atum-icon-font; content: ""; visibility: visible; line-height: 2; } body .select2-container.atum-select2 .select2-selection--multiple, body .select2-container.atum-enhanced-select .select2-selection--multiple { -webkit-box-sizing: border-box; box-sizing: border-box; cursor: pointer; display: block; min-height: 32px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } body .select2-container.atum-select2 .select2-selection--multiple .select2-selection__rendered, body .select2-container.atum-enhanced-select .select2-selection--multiple .select2-selection__rendered { display: inline-block; padding-left: 8px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } body .select2-container.atum-select2[dir="rtl"] .select2-selection--single .select2-selection__rendered, body .select2-container.atum-enhanced-select[dir="rtl"] .select2-selection--single .select2-selection__rendered { padding-right: 8px; padding-left: 20px; } body .select2-container.atum-select2 .select2-search--inline, body .select2-container.atum-enhanced-select .select2-search--inline { float: left; } body .select2-container.atum-select2 .select2-search--inline .select2-search__field, body .select2-container.atum-enhanced-select .select2-search--inline .select2-search__field { -webkit-box-sizing: border-box; box-sizing: border-box; border: none; font-size: 100%; margin-top: 5px; padding: 0; background-image: none !important; } body .select2-container.atum-select2 .select2-search--inline .select2-search__field::-webkit-search-cancel-button, body .select2-container.atum-enhanced-select .select2-search--inline .select2-search__field::-webkit-search-cancel-button { -webkit-appearance: none; appearance: none; } body .select2-dropdown { -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175); box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175); background-color: #fff; border: 1px solid #adb5bd; border-radius: 5px; overflow: hidden; -webkit-box-sizing: border-box; box-sizing: border-box; display: block; position: absolute; left: -100000px; width: 100%; z-index: 1051; } body .select2-results__options { list-style: none; margin: 0; padding: 0; } body .select2-results__options::-webkit-scrollbar { background-color: transparent; border: none; width: 7px; } body .select2-results__options::-webkit-scrollbar-track { background-color: transparent; border: none; } body .select2-results__options::-webkit-scrollbar-thumb { border-radius: 5px; background-color: #adb5bd; } body .select2-results__option { padding: 6px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; color: #6c757d; font-size: 12px; } body .select2-results__option:focus { outline: none; } body .select2-results__option[aria-selected] { cursor: pointer; } body .select2-container--open .select2-dropdown { left: 0; } body .select2-container--open .select2-dropdown--above { border-bottom: none; border-bottom-left-radius: 0; border-bottom-right-radius: 0; } body .select2-container--open .select2-dropdown--below { border: none; } body .select2-search--dropdown { display: block; padding: 4px; } body .select2-search--dropdown .select2-search__field { padding: 4px; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; min-width: inherit; border-radius: 5px; border-color: #adb5bd; } body .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button { -webkit-appearance: none; appearance: none; } body .select2-search--dropdown.select2-search--hide { display: none; } body .select2-close-mask { border: 0; margin: 0; padding: 0; display: block; position: fixed; left: 0; top: 0; min-height: 100%; min-width: 100%; height: auto; width: auto; opacity: 0; z-index: 99; background-color: #fff; } body .select2-hidden-accessible { border: 0 !important; clip: rect(0 0 0 0) !important; height: 1px !important; margin: -1px !important; overflow: hidden !important; padding: 0 !important; position: absolute !important; width: 1px !important; } body .select2-container--default.atum-select2 .select2-selection--single, body .select2-container--default.atum-enhanced-select .select2-selection--single { height: 30px; border-radius: 5px; border: 1px solid #e9ecef; } body .select2-container--default.atum-select2 .select2-selection--single .select2-selection__rendered, body .select2-container--default.atum-enhanced-select .select2-selection--single .select2-selection__rendered { line-height: 27px; color: #6c757d; font-size: 15px; padding-left: 10px; } body .select2-container--default.atum-select2 .select2-selection--single .select2-selection__clear, body .select2-container--default.atum-enhanced-select .select2-selection--single .select2-selection__clear { cursor: pointer; float: right; font-weight: bold; } body .select2-container--default.atum-select2 .select2-selection--single .select2-selection__placeholder, body .select2-container--default.atum-enhanced-select .select2-selection--single .select2-selection__placeholder { color: #6c757d; } body .select2-container--default.atum-select2 .select2-selection--single .select2-selection__arrow, body .select2-container--default.atum-enhanced-select .select2-selection--single .select2-selection__arrow { height: 26px; position: absolute; top: 3px; right: 0; width: 18px; } body .select2-container--default.atum-select2 .select2-selection--single .select2-selection__arrow b, body .select2-container--default.atum-enhanced-select .select2-selection--single .select2-selection__arrow b { border-color: #888 transparent transparent transparent; border-style: solid; border-width: 5px 4px 0 4px; height: 0; left: 50%; margin-left: -4px; margin-top: -2px; position: absolute; top: 50%; width: 0; } body #bulk-edit .select2-selection__arrow { right: 0px; height: 30px; top: 0; } body .select2-container--default[dir="rtl"].atum-select2 .select2-selection--single .select2-selection__clear, body .select2-container--default[dir="rtl"].atum-enhanced-select .select2-selection--single .select2-selection__clear { float: left; } body .select2-container--default[dir="rtl"].atum-select2 .select2-selection--single .select2-selection__arrow, body .select2-container--default[dir="rtl"].atum-enhanced-select .select2-selection--single .select2-selection__arrow { left: 1px; right: auto; } body .select2-container--default.atum-select2.select2-container--disabled .select2-selection--single, body .select2-container--default.atum-enhanced-select.select2-container--disabled .select2-selection--single { background-color: #E5E5E5; cursor: default; } body .select2-container--default.atum-select2.select2-container--disabled .select2-selection--single .select2-selection__clear, body .select2-container--default.atum-enhanced-select.select2-container--disabled .select2-selection--single .select2-selection__clear { display: none; } body .select2-container--default.atum-select2.select2-container--open .select2-selection--single .select2-selection__arrow b, body .select2-container--default.atum-enhanced-select.select2-container--open .select2-selection--single .select2-selection__arrow b { border-color: transparent transparent #888 transparent; border-width: 0 4px 5px 4px; } body .select2-container--default.atum-select2 .select2-selection--multiple, body .select2-container--default.atum-enhanced-select .select2-selection--multiple { background-color: #fff; border: 1px solid #adb5bd; border-radius: 4px; cursor: text; } body .select2-container--default.atum-select2 .select2-selection--multiple .select2-selection__rendered, body .select2-container--default.atum-enhanced-select .select2-selection--multiple .select2-selection__rendered { -webkit-box-sizing: border-box; box-sizing: border-box; list-style: none; margin: 0; padding: 0 5px; width: 100%; } body .select2-container--default.atum-select2 .select2-selection--multiple .select2-selection__rendered li, body .select2-container--default.atum-enhanced-select .select2-selection--multiple .select2-selection__rendered li { list-style: none; } body .select2-container--default.atum-select2 .select2-selection--multiple .select2-selection__placeholder, body .select2-container--default.atum-enhanced-select .select2-selection--multiple .select2-selection__placeholder { color: #999; margin-top: 5px; float: left; } body .select2-container--default.atum-select2 .select2-selection--multiple .select2-selection__clear, body .select2-container--default.atum-enhanced-select .select2-selection--multiple .select2-selection__clear { cursor: pointer; float: right; font-weight: bold; margin-top: 5px; margin-right: 10px; } body .select2-container--default.atum-select2 .select2-selection--multiple .select2-selection__choice, body .select2-container--default.atum-enhanced-select .select2-selection--multiple .select2-selection__choice { background-color: #adb5bd; border: none; border-radius: 4px; cursor: default; float: left; margin: 4px 5px 0 0; padding: 0 5px; height: 24px; overflow: hidden; margin: 4px 5px 0 0; color: #fff; } body .select2-container--default.atum-select2 .select2-selection--multiple .select2-selection__choice__remove, body .select2-container--default.atum-enhanced-select .select2-selection--multiple .select2-selection__choice__remove { color: #999; cursor: pointer; display: inline-block; font-weight: bold; margin-right: 3px; visibility: hidden; vertical-align: middle; } body .select2-container--default.atum-select2 .select2-selection--multiple .select2-selection__choice__remove:after, body .select2-container--default.atum-enhanced-select .select2-selection--multiple .select2-selection__choice__remove:after { font-family: atum-icon-font; content: ""; visibility: visible; position: relative; left: -8px; font-size: 14px; color: #fff; } body .select2-container--default.atum-select2 .select2-selection--multiple .select2-selection__choice__remove:hover, body .select2-container--default.atum-enhanced-select .select2-selection--multiple .select2-selection__choice__remove:hover { color: #343a40; } body .select2-container--default[dir="rtl"].atum-select2 .select2-selection--multiple .select2-selection__choice, body .select2-container--default[dir="rtl"].atum-select2 .select2-selection--multiple .select2-selection__placeholder, body .select2-container--default[dir="rtl"].atum-select2 .select2-selection--multiple .select2-search--inline, body .select2-container--default[dir="rtl"].atum-enhanced-select .select2-selection--multiple .select2-selection__choice, body .select2-container--default[dir="rtl"].atum-enhanced-select .select2-selection--multiple .select2-selection__placeholder, body .select2-container--default[dir="rtl"].atum-enhanced-select .select2-selection--multiple .select2-search--inline { float: right; } body .select2-container--default[dir="rtl"].atum-select2 .select2-selection--multiple .select2-selection__choice, body .select2-container--default[dir="rtl"].atum-enhanced-select .select2-selection--multiple .select2-selection__choice { margin-left: 5px; margin-right: auto; } body .select2-container--default[dir="rtl"].atum-select2 .select2-selection--multiple .select2-selection__choice__remove, body .select2-container--default[dir="rtl"].atum-enhanced-select .select2-selection--multiple .select2-selection__choice__remove { margin-left: 2px; margin-right: auto; } body .select2-container--default.atum-select2.select2-container--focus .select2-selection--multiple, body .select2-container--default.atum-enhanced-select.select2-container--focus .select2-selection--multiple { border: solid #000 1px; outline: 0; } body .select2-container--default.atum-select2.select2-container--disabled .select2-selection--multiple, body .select2-container--default.atum-enhanced-select.select2-container--disabled .select2-selection--multiple { background-color: #E5E5E5; cursor: default; } body .select2-container--default.atum-select2.select2-container--disabled .select2-selection__choice__remove, body .select2-container--default.atum-enhanced-select.select2-container--disabled .select2-selection__choice__remove { display: none; } body .select2-container--default.atum-select2.select2-container--open.select2-container--above .select2-selection--single, body .select2-container--default.atum-select2.select2-container--open.select2-container--above .select2-selection--multiple, body .select2-container--default.atum-enhanced-select.select2-container--open.select2-container--above .select2-selection--single, body .select2-container--default.atum-enhanced-select.select2-container--open.select2-container--above .select2-selection--multiple { border-top-left-radius: 0; border-top-right-radius: 0; } body .select2-container--default.atum-select2.select2-container--open.select2-container--below .select2-selection--single, body .select2-container--default.atum-select2.select2-container--open.select2-container--below .select2-selection--multiple, body .select2-container--default.atum-enhanced-select.select2-container--open.select2-container--below .select2-selection--single, body .select2-container--default.atum-enhanced-select.select2-container--open.select2-container--below .select2-selection--multiple { border-bottom-left-radius: 0; border-bottom-right-radius: 0; } body .select2-container--default .select2-search--dropdown .select2-search__field { border: 1px solid #ced4da; -webkit-box-shadow: none; box-shadow: none; border-radius: 4px; } body .select2-container--default .select2-search--inline .select2-search__field { background: transparent; border: none; outline: 0; -webkit-box-shadow: none; box-shadow: none; -webkit-appearance: textfield; -moz-appearance: textfield; appearance: textfield; } body .select2-container--default .select2-results__option[role=group] { padding: 0; } body .select2-container--default .select2-results__option[aria-disabled=true] { color: #999; } body .select2-container--default .select2-results__option[aria-selected=true] { background-color: #dbf9ff; color: #00B8DB; } body .select2-container--default .select2-results__option[data-selected=true] { background-color: #dbf9ff; color: #00B8DB; } body .select2-container--default .select2-results__option.select2-results__message { line-height: 1.3; text-align: center; } body .select2-container--default .select2-results__option .select2-results__option { padding-left: 1em; } body .select2-container--default .select2-results__option .select2-results__option .select2-results__group { padding-left: 0; } body .select2-container--default .select2-results__option .select2-results__option .select2-results__option { margin-left: -1em; padding-left: 2em; } body .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option { margin-left: -2em; padding-left: 3em; } body .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { margin-left: -3em; padding-left: 4em; } body .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { margin-left: -4em; padding-left: 5em; } body .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { margin-left: -5em; padding-left: 6em; } body .select2-container--default .select2-results__group { cursor: default; display: block; padding: 6px; } body .select2-container--classic.atum-select2 .select2-selection--single, body .select2-container--classic.atum-enhanced-select .select2-selection--single { background-color: #f8f9fa; border: 1px solid #adb5bd; border-radius: 4px; outline: 0; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#E5E5E5)); background-image: linear-gradient(to bottom, #fff 50%, #E5E5E5 100%); background-repeat: repeat-x; } body .select2-container--classic.atum-select2 .select2-selection--single:focus, body .select2-container--classic.atum-enhanced-select .select2-selection--single:focus { border: 1px solid #0073AA; } body .select2-container--classic.atum-select2 .select2-selection--single .select2-selection__rendered, body .select2-container--classic.atum-enhanced-select .select2-selection--single .select2-selection__rendered { color: #495057; line-height: 28px; } body .select2-container--classic.atum-select2 .select2-selection--single .select2-selection__clear, body .select2-container--classic.atum-enhanced-select .select2-selection--single .select2-selection__clear { cursor: pointer; float: right; font-weight: bold; margin-right: 10px; } body .select2-container--classic.atum-select2 .select2-selection--single .select2-selection__placeholder, body .select2-container--classic.atum-enhanced-select .select2-selection--single .select2-selection__placeholder { color: #343a40; } body .select2-container--classic.atum-select2 .select2-selection--single .select2-selection__arrow, body .select2-container--classic.atum-enhanced-select .select2-selection--single .select2-selection__arrow { background-color: #DDD; border: none; border-left: 1px solid #adb5bd; border-top-right-radius: 4px; border-bottom-right-radius: 4px; height: 26px; position: absolute; top: 1px; right: 1px; width: 20px; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #E5E5E5), to(#adb5bd)); background-image: linear-gradient(to bottom, #E5E5E5 50%, #adb5bd 100%); background-repeat: repeat-x; } body .select2-container--classic.atum-select2 .select2-selection--single .select2-selection__arrow b, body .select2-container--classic.atum-enhanced-select .select2-selection--single .select2-selection__arrow b { border-color: #888 transparent transparent transparent; border-style: solid; border-width: 5px 4px 0 4px; height: 0; left: 50%; margin-left: -4px; margin-top: -2px; position: absolute; top: 50%; width: 0; } body .select2-container--classic.atum-select2[dir="rtl"] .select2-selection--single .select2-selection__clear, body .select2-container--classic.atum-enhanced-select[dir="rtl"] .select2-selection--single .select2-selection__clear { float: left; } body .select2-container--classic.atum-select2[dir="rtl"] .select2-selection--single .select2-selection__arrow, body .select2-container--classic.atum-enhanced-select[dir="rtl"] .select2-selection--single .select2-selection__arrow { border: none; border-right: 1px solid #adb5bd; border-radius: 0; border-top-left-radius: 4px; border-bottom-left-radius: 4px; left: 1px; right: auto; } body .select2-container--classic.atum-select2.select2-container--open .select2-selection--single, body .select2-container--classic.atum-enhanced-select.select2-container--open .select2-selection--single { border: 1px solid #0073AA; } body .select2-container--classic.atum-select2.select2-container--open .select2-selection--single .select2-selection__arrow, body .select2-container--classic.atum-enhanced-select.select2-container--open .select2-selection--single .select2-selection__arrow { background: transparent; border: none; } body .select2-container--classic.atum-select2.select2-container--open .select2-selection--single .select2-selection__arrow b, body .select2-container--classic.atum-enhanced-select.select2-container--open .select2-selection--single .select2-selection__arrow b { border-color: transparent transparent #888 transparent; border-width: 0 4px 5px 4px; } body .select2-container--classic.atum-select2.select2-container--open.select2-container--above .select2-selection--single, body .select2-container--classic.atum-enhanced-select.select2-container--open.select2-container--above .select2-selection--single { border-top: none; border-top-left-radius: 0; border-top-right-radius: 0; background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #E5E5E5)); background-image: linear-gradient(to bottom, #fff 0%, #E5E5E5 50%); background-repeat: repeat-x; } body .select2-container--classic.atum-select2.select2-container--open.select2-container--below .select2-selection--single, body .select2-container--classic.atum-enhanced-select.select2-container--open.select2-container--below .select2-selection--single { border-bottom: none; border-bottom-left-radius: 0; border-bottom-right-radius: 0; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #E5E5E5), to(#fff)); background-image: linear-gradient(to bottom, #E5E5E5 50%, #fff 100%); background-repeat: repeat-x; } body .select2-container--classic.atum-select2 .select2-selection--multiple, body .select2-container--classic.atum-enhanced-select .select2-selection--multiple { background-color: #fff; border: 1px solid #adb5bd; border-radius: 4px; cursor: text; outline: 0; } body .select2-container--classic.atum-select2 .select2-selection--multiple:focus, body .select2-container--classic.atum-enhanced-select .select2-selection--multiple:focus { border: 1px solid #0073AA; } body .select2-container--classic.atum-select2 .select2-selection--multiple .select2-selection__rendered, body .select2-container--classic.atum-enhanced-select .select2-selection--multiple .select2-selection__rendered { list-style: none; margin: 0; padding: 0 5px; } body .select2-container--classic.atum-select2 .select2-selection--multiple .select2-selection__clear, body .select2-container--classic.atum-enhanced-select .select2-selection--multiple .select2-selection__clear { display: none; } body .select2-container--classic.atum-select2 .select2-selection--multiple .select2-selection__choice, body .select2-container--classic.atum-enhanced-select .select2-selection--multiple .select2-selection__choice { background-color: #E5E5E5; border: 1px solid #adb5bd; border-radius: 4px; cursor: default; float: left; margin-right: 5px; margin-top: 5px; padding: 0 5px; } body .select2-container--classic.atum-select2 .select2-selection--multiple .select2-selection__choice__remove, body .select2-container--classic.atum-enhanced-select .select2-selection--multiple .select2-selection__choice__remove { color: #888; cursor: pointer; display: inline-block; font-weight: bold; margin-right: 2px; } body .select2-container--classic.atum-select2 .select2-selection--multiple .select2-selection__choice__remove:hover, body .select2-container--classic.atum-enhanced-select .select2-selection--multiple .select2-selection__choice__remove:hover { color: #555; } body .select2-container--classic.atum-select2[dir="rtl"] .select2-selection--multiple .select2-selection__choice, body .select2-container--classic.atum-enhanced-select[dir="rtl"] .select2-selection--multiple .select2-selection__choice { float: right; } body .select2-container--classic.atum-select2[dir="rtl"] .select2-selection--multiple .select2-selection__choice, body .select2-container--classic.atum-enhanced-select[dir="rtl"] .select2-selection--multiple .select2-selection__choice { margin-left: 5px; margin-right: auto; } body .select2-container--classic.atum-select2[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove, body .select2-container--classic.atum-enhanced-select[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove { margin-left: 2px; margin-right: auto; } body .select2-container--classic.atum-select2.select2-container--open .select2-selection--multiple, body .select2-container--classic.atum-enhanced-select.select2-container--open .select2-selection--multiple { border: 1px solid #0073AA; } body .select2-container--classic.atum-select2.select2-container--open.select2-container--above .select2-selection--multiple, body .select2-container--classic.atum-enhanced-select.select2-container--open.select2-container--above .select2-selection--multiple { border-top: none; border-top-left-radius: 0; border-top-right-radius: 0; } body .select2-container--classic.atum-select2.select2-container--open.select2-container--below .select2-selection--multiple, body .select2-container--classic.atum-enhanced-select.select2-container--open.select2-container--below .select2-selection--multiple { border-bottom: none; border-bottom-left-radius: 0; border-bottom-right-radius: 0; } body .select2-container--classic.atum-select2 .select2-search--dropdown .select2-search__field, body .select2-container--classic.atum-enhanced-select .select2-search--dropdown .select2-search__field { border: 1px solid #adb5bd; outline: 0; } body .select2-container--classic.atum-select2 .select2-search--inline .select2-search__field, body .select2-container--classic.atum-enhanced-select .select2-search--inline .select2-search__field { outline: 0; -webkit-box-shadow: none; box-shadow: none; } body .select2-container--default .select2-dropdown { background-color: #fff; } body .select2-container--default .select2-dropdown--above { border-bottom: none; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } body .select2-container--default .select2-dropdown--below { border-top: none; border-top-left-radius: 0; border-top-right-radius: 0; } body .select2-container--default .select2-results > .select2-results__options { max-height: 210px; overflow-y: auto; } body .select2-container--default .select2-results__option[role=group] { padding: 0; } body .select2-container--default .select2-results__option[aria-disabled=true] { color: #999; } body .select2-container--default .select2-results__option--highlighted[aria-selected] { background-color: #00B8DB; color: #fff; } body .select2-container--default .select2-results__group { cursor: default; display: block; padding: 6px; } body .select2-container--default.select2-container--open .select2-dropdown { border-color: #fff; } .switchery { width: 48px; border-radius: 100px; -webkit-box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.2) !important; box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.2) !important; border: none; } .switchery small { height: 26px; width: 26px; top: -3px; background-color: #69C61D; -webkit-box-shadow: none; box-shadow: none; } .btn-group { position: relative; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; vertical-align: middle; } .btn-group > .btn { width: auto; position: relative; -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; } .btn-group > .btn:hover { z-index: 1; } .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active { z-index: 1; } .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group { margin-left: -1px; } .btn-toolbar { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } .btn-toolbar .input-group { width: auto; } .btn-group > .btn:first-child { margin-left: 0; } .btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn { border-top-right-radius: 0; border-bottom-right-radius: 0; } .btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) > .btn { border-top-left-radius: 0; border-bottom-left-radius: 0; } .dropdown-toggle-split { padding-right: 0.5625rem; padding-left: 0.5625rem; } .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after { margin-left: 0; } .dropleft .dropdown-toggle-split::before { margin-right: 0; } .btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split { padding-right: 0.375rem; padding-left: 0.375rem; } .btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split { padding-right: 0.75rem; padding-left: 0.75rem; } .btn-group.show .dropdown-toggle { -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } .btn-group.show .dropdown-toggle.btn-link { -webkit-box-shadow: none; box-shadow: none; } .btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn { margin-bottom: 0; } .btn-group-toggle > .btn input[type="radio"], .btn-group-toggle > .btn input[type="checkbox"], .btn-group-toggle > .btn-group > .btn input[type="radio"], .btn-group-toggle > .btn-group > .btn input[type="checkbox"] { position: absolute; clip: rect(0, 0, 0, 0); pointer-events: none; } .input-group { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; } .input-group > .form-control, .input-group > .custom-select, .input-group > .custom-file { position: relative; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; width: 1%; margin-bottom: 0; } .input-group > .form-control:focus, .input-group > .custom-select:focus, .input-group > .custom-file:focus { z-index: 3; } .input-group > .form-control + .form-control, .input-group > .form-control + .custom-select, .input-group > .form-control + .custom-file, .input-group > .custom-select + .form-control, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .custom-file, .input-group > .custom-file + .form-control, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .custom-file { margin-left: -1px; } .input-group > .form-control:not(:last-child), .input-group > .custom-select:not(:last-child) { border-bottom-right-radius: 0; border-top-right-radius: 0; } .input-group > .form-control:not(:first-child), .input-group > .custom-select:not(:first-child) { border-bottom-left-radius: 0; border-top-left-radius: 0; } .input-group > .custom-file { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after { border-bottom-right-radius: 0; border-top-right-radius: 0; } .input-group > .custom-file:not(:first-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label::after { border-bottom-left-radius: 0; border-top-left-radius: 0; } .input-group > .select2-container.atum-select2, .input-group > .select2-container.atum-enhanced-select { z-index: 0; } .input-group > .select2-container.atum-select2 .select2-selection--single, .input-group > .select2-container.atum-enhanced-select .select2-selection--single { border-bottom-left-radius: 0; border-top-left-radius: 0; border-bottom-right-radius: 0; border-top-right-radius: 0; } .input-group.invalid input[type=text], .input-group.invalid input[type=number], .input-group.invalid textarea, .input-group.invalid select, .input-group.invalid .select2-container { border-color: #FF4848; background-color: rgba(255, 72, 72, 0.15); } .input-group-prepend, .input-group-append { display: -webkit-box; display: -ms-flexbox; display: flex; z-index: 1; border: 1px solid #DDD; } .input-group.invalid .input-group-prepend, .input-group.invalid .input-group-append { border-color: #FF4848; } .input-group-prepend .btn, .input-group-append .btn { position: relative; z-index: 2; } .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .input-group-text, .input-group-append .input-group-text + .btn { margin-left: -1px; } .input-group-prepend { border-right: none; } .input-group-append { border-left: none; } .input-group-text { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0.375rem 0.75rem; margin-bottom: 0; font-size: 0.875rem; font-weight: normal; line-height: 1.5; color: #6c757d; text-align: center; white-space: nowrap; background-color: #dbf9ff; border-radius: 0; } .input-group-text input[type="radio"], .input-group-text input[type="checkbox"] { margin-top: 0; } .input-group.invalid .input-group-text { background-color: rgba(255, 72, 72, 0.65); } .input-group-lg > .form-control, .input-group-lg > .input-group-prepend > .input-group-text, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-append > .btn { padding: 0.5rem 1rem; font-size: 1.09375rem; line-height: 1.5; border-radius: 0.3rem; } .input-group-sm > .form-control, .input-group-sm > .input-group-prepend > .input-group-text, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-append > .btn { padding: 0.25rem 0.5rem; font-size: 0.76562rem; line-height: 1.5; border-radius: 0.2rem; } .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text, .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) { border-bottom-right-radius: 0; border-top-right-radius: 0; } .input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) { border-bottom-left-radius: 0; border-top-left-radius: 0; } .product_data input[type=text].tips, .product_data input[type=number].tips, .product_data textarea.tips { cursor: text; } .product_data input[type=text]:disabled, .product_data input[type=text]:-moz-read-only, .product_data input[type=number]:disabled, .product_data input[type=number]:-moz-read-only, .product_data textarea:disabled, .product_data textarea:-moz-read-only { cursor: default; } .product_data input[type=text]:disabled, .product_data input[type=text]:read-only, .product_data input[type=number]:disabled, .product_data input[type=number]:read-only, .product_data textarea:disabled, .product_data textarea:read-only { cursor: default; } .product_data_tabs .atum_tab a:before { content: "" !important; font-family: "atum-icon-font" !important; } .product_data .atum-field .input-group-text { padding: 2px 7px 3px; } .product_data .atum-field input[type=text], .product_data .atum-field input[type=number] { width: calc(80% - 31px) !important; padding-top: 4px; padding-bottom: 4px; max-height: 27px; } .product_data .atum-field input[type=text]:focus, .product_data .atum-field input[type=number]:focus { -webkit-box-shadow: none; box-shadow: none; border-color: #5B9DD9; } .product_data .atum-field .select2-container, .product_data .atum-field .select2-selection--single, .product_data .atum-field .select2-selection__rendered { font-size: 14px !important; color: #32373C !important; } .product_data .atum-field .select2-container:focus, .product_data .atum-field .select2-selection--single:focus, .product_data .atum-field .select2-selection__rendered:focus { -webkit-box-shadow: none; box-shadow: none; outline: none; } .product_data .atum-field .select2-selection__rendered { padding-left: 5px !important; } .product_data .atum-field .select2-container.atum-select2, .product_data .atum-field .select2-container.atum-enhanced-select { float: none; max-width: calc(80% - 31px) !important; } .product_data .atum-field .select2-container.atum-select2 .select2-selection--single, .product_data .atum-field .select2-container.atum-enhanced-select .select2-selection--single { height: auto; margin: 0; font-size: 0.875rem; border: 1px solid #DDD; } .product_data .atum-field .select2-container.atum-select2 .select2-selection--single .select2-selection__rendered, .product_data .atum-field .select2-container.atum-enhanced-select .select2-selection--single .select2-selection__rendered { line-height: 1.8; } .product_data .atum-field .select2-container.atum-select2 .select2-selection--single .select2-selection__clear, .product_data .atum-field .select2-container.atum-enhanced-select .select2-selection--single .select2-selection__clear { padding-right: 10px; } .product_data .atum-field .select2-container.atum-select2 .select2-selection--single .select2-selection__arrow, .product_data .atum-field .select2-container.atum-enhanced-select .select2-selection--single .select2-selection__arrow { height: 25px; } .product_data .atum-field .select2-container.atum-select2 .select2-selection--single:focus, .product_data .atum-field .select2-container.atum-enhanced-select .select2-selection--single:focus { border-color: #5B9DD9; } .product_data .atum-data-panel .atum-section-title { font-size: 1.15em; padding-left: 10px; } .product_data .woocommerce-help-tip ~ .switchery { margin-left: 10px; } .woocommerce_variations .form-row-first .atum-field, .woocommerce_variations .form-row-last .atum-field { position: relative; margin-top: 2px; } .woocommerce_variations .form-row-first .atum-field input[type=text], .woocommerce_variations .form-row-first .atum-field input[type=number], .woocommerce_variations .form-row-last .atum-field input[type=text], .woocommerce_variations .form-row-last .atum-field input[type=number] { margin-top: 0; width: calc(100% - 33px) !important; } .woocommerce_variations .form-row-first .atum-field .select2-container.atum-select2, .woocommerce_variations .form-row-first .atum-field .select2-container.atum-enhanced-select, .woocommerce_variations .form-row-last .atum-field .select2-container.atum-select2, .woocommerce_variations .form-row-last .atum-field .select2-container.atum-enhanced-select { max-width: calc(100% - 33px) !important; } .woocommerce_variations .form-row-first .atum-field .woocommerce-help-tip, .woocommerce_variations .form-row-last .atum-field .woocommerce-help-tip { position: absolute; top: -25px; right: 0; } .woocommerce_variations .atum-data-panel { border-top: 1px solid #DDD; padding-top: 15px; } .woocommerce_variations .atum-data-panel .form-field { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .woocommerce_variations .atum-data-panel .form-field > label { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; } .woocommerce_variations .atum-data-panel .form-field:first-of-type { margin: 25px 0; } .woocommerce_variations h2.atum-section-title { border: 1px solid #E3E8F5; background-color: #dbf9ff; color: #555; text-transform: uppercase; cursor: default !important; margin: 15px -30px !important; padding: 1.1em !important; text-align: center; font-weight: 600; } .woocommerce_variations h2.atum-section-title i { font-size: 20px; vertical-align: middle; display: inline-block; margin-left: -20px; margin-right: 5px; } .woocommerce_variations h2.atum-section-title img { vertical-align: -4px; margin-right: 5px; margin-left: -18px; } .woocommerce_variations h4.atum-section-title { margin-top: 30px; padding-bottom: 10px; padding-left: 0 !important; border-bottom: 1px dashed #6c757d; } .woocommerce_variations .alert { margin: 10px auto; } #tiptip_holder ul { text-align: left; padding-left: 10px; } #tiptip_holder ul li { list-style: circle; line-height: 1.3; } /*# sourceMappingURL=atum-product-data.css.map */