/** * 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"; @-webkit-keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } @-webkit-keyframes fadeInDown { from { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @keyframes fadeInDown { from { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @-webkit-keyframes fadeInUp { from { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @keyframes fadeInUp { from { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @-webkit-keyframes fadeOut { from { opacity: 1; } to { opacity: 0; } } @keyframes fadeOut { from { opacity: 1; } to { opacity: 0; } } @-webkit-keyframes fadeOutDown { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } } @keyframes fadeOutDown { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } } @-webkit-keyframes fadeOutUp { from { opacity: 1; } to { opacity: 1; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } } @keyframes fadeOutUp { from { opacity: 1; } to { opacity: 1; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } } @-webkit-keyframes anim-atum-menu { 50% { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } 51% { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } 100% { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @keyframes anim-atum-menu { 50% { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } 51% { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } 100% { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } .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%; } 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; } @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: ""; } .wrap h1.wp-heading-inline { text-transform: capitalize; margin-bottom: 15px; font-weight: bold; color: #27283B; font-size: 36px; margin-bottom: 20px; } .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; } .swal2-container { z-index: 100000000; } .swal2-container .swal2-content, .swal2-container .swal2-title { margin-bottom: 30px; } .swal2-container .swal2-content input[type=text] { padding: 6px; margin: 0; border-radius: 4px; height: 30px; color: #6c757d; border: 1px solid #e9ecef; -webkit-box-shadow: none; box-shadow: none; } .swal2-container .swal2-content input[type=text]:hover { border: solid 1px #6c757d; } .swal2-container .swal2-content input[type=text]:focus { border: solid 1px #00B8DB; } .swal2-container .swal2-title { line-height: 1.3; font-size: 23px; } .swal2-container .swal2-close { font-weight: 100; font-family: inherit; font-size: 30px; line-height: 30px; color: #6c757d; } .swal2-container .swal2-modal p { font-size: 15px; text-align: center; } .swal2-container .swal2-modal button, .swal2-container .swal2-modal a { -webkit-transition: background-color 0.2s ease-in-out; transition: background-color 0.2s ease-in-out; } .swal2-container .swal2-modal button:focus, .swal2-container .swal2-modal a:focus { outline: none; -webkit-box-shadow: none; box-shadow: none; } .swal2-container .swal2-modal button { border-radius: 5px; text-transform: uppercase; font-weight: 400; padding: 9px 19px; font-size: 13px; letter-spacing: 1px; } .swal2-container .swal2-modal button .atum-icon { position: relative; font-size: 1.15em; top: .15em; padding-right: 3px; } .swal2-container .swal2-modal a { text-decoration: none; color: #0073AA !important; } .swal2-container .swal2-modal a:hover { color: #00A0D2; } .swal2-container .atum-loading { width: 18px; height: 18px; border: 3px solid rgba(0, 184, 219, 0.25); border-top-color: #00B8DB; border-radius: 50%; position: absolute; z-index: 50; -webkit-animation: loader-rotate 1s linear infinite; animation: loader-rotate 1s linear infinite; top: 30px; left: 0; right: 0; margin: auto; width: 40px; height: 40px; border-width: 3px; } @-webkit-keyframes loader-rotate { from { -webkit-transform: rotate(0deg); transform: rotate(0deg); } to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes loader-rotate { from { -webkit-transform: rotate(0deg); transform: rotate(0deg); } to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } .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; } #wpfooter { padding-top: 0; display: none; } #wpfooter .footer-box { height: 90px; border-radius: 5px; background-color: #fff; -webkit-box-shadow: 0 4px 0 0 #e9ecef; box-shadow: 0 4px 0 0 #e9ecef; background: #fff url("../images/stock-central/bg-footer.png") no-repeat center 81%; background-size: cover; padding: 0 23px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } #wpfooter .footer-box.no-style { background-image: none; background-color: transparent; -webkit-box-shadow: none; box-shadow: none; padding: 0; height: auto; } #wpfooter .footer-box.no-style .footer-atum-logo, #wpfooter .footer-box.no-style .footer-atum-buttons, #wpfooter .footer-box.no-style #footer-left, #wpfooter .footer-box.no-style .clear { display: none; } #wpfooter .footer-box .footer-atum-logo { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; padding: 6px 0 5px; } #wpfooter .footer-box .footer-atum-logo img { width: 34px; } #wpfooter .footer-box .footer-atum-logo span { color: #27283B; font-size: 27px; margin-left: 10px; font-weight: bold; } #wpfooter .footer-box .footer-atum-text { font-size: 12px; } #wpfooter .footer-box .footer-atum-text span { color: #0073AA; } #wpfooter .footer-box .footer-atum-text .wc-rating-link { text-decoration: none; } #wpfooter .footer-box .footer-atum-buttons { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } #wpfooter .footer-box .footer-atum-buttons .footer-button { padding: 0 22px; font-size: 12px; line-height: 30px; text-decoration: none; text-transform: uppercase; } #wpfooter .footer-box .footer-atum-buttons .footer-button:first-child { margin-right: 10px; } @media all and (max-width: 782px) { #wpfooter .footer-box .footer-atum-buttons { display: none; } } @media all and (max-width: 480px) { #wpfooter .footer-box { padding: 14px 23px; } } #wpfooter #footer-upgrade { display: none; } @media all and (max-width: 782px) { #wpfooter { display: block; margin-left: 0 !important; } } #wpbody-content { padding-bottom: 0; } .atum-settings-wrapper { margin: 0 0 18px; } .atum-settings-wrapper .atum-settings-container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; } @media all and (max-width: 480px) { .atum-settings-wrapper .atum-settings-container { -ms-flex-wrap: wrap; flex-wrap: wrap; } } .atum-settings-wrapper .switch-interface-style { float: right; width: 165px; height: 44px; border-radius: 5px; background-color: #fff; -webkit-box-shadow: 0 4px 0 0 #e9ecef; box-shadow: 0 4px 0 0 #e9ecef; background-color: #3b3d5a; color: #fff; font-weight: bold; font-size: 16px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: space-evenly; -ms-flex-pack: space-evenly; justify-content: space-evenly; } .atum-settings-wrapper .switch-interface-style.bg-light { background-color: #fff; color: #6c757d; } .atum-settings-wrapper .atum-nav { border: none; border-radius: 5px; background-color: #fff; -webkit-box-shadow: 0 4px 0 0 #e9ecef; box-shadow: 0 4px 0 0 #e9ecef; background-color: #3b3d5a; position: relative; min-width: 230px; min-height: 550px; } @media all and (max-width: 480px) { .atum-settings-wrapper .atum-nav { min-height: inherit; } } .atum-settings-wrapper .atum-nav-light { background-color: #fff; } .atum-settings-wrapper .atum-nav-light .atum-nav-header { background-color: #00B8DB; } .atum-settings-wrapper .atum-nav-light .atum-nav-header .toogle-menu { color: #fff; } .atum-settings-wrapper .atum-nav-light .atum-nav-link { color: #00B8DB; } .atum-settings-wrapper .atum-nav-light .atum-nav-link:hover, .atum-settings-wrapper .atum-nav-light .atum-nav-link:focus { background-color: #dbf9ff; color: #00B8DB; } .atum-settings-wrapper .atum-nav-light .atum-nav-link .menu-helper:before, .atum-settings-wrapper .atum-nav-light .atum-nav-link .menu-helper:after { background: transparent; } .atum-settings-wrapper .atum-nav-light .atum-nav-link.active { cursor: default; background-color: #dbf9ff; color: #00B8DB; border-right: 3px solid #00B8DB; } .atum-settings-wrapper .atum-nav-light .atum-nav-link.active .menu-helper { -webkit-animation: inherit; animation: inherit; } .atum-settings-wrapper .atum-nav-light .atum-nav-item { -webkit-box-shadow: 0 1px 0 0 #e9ecef; box-shadow: 0 1px 0 0 #e9ecef; } .atum-settings-wrapper .atum-nav-light .nav-footer .nav-footer-logo span { color: #27283B; } .atum-settings-wrapper .atum-nav-light .nav-footer p { color: #adb5bd; } .atum-settings-wrapper .atum-nav-light .nav-footer p a { color: #00B8DB; } .atum-settings-wrapper .atum-nav-light .nav-footer p a:hover { color: #00B8DB; } .atum-settings-wrapper .atum-nav-header { background-color: #3b3d5a; -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1); box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; border-top-right-radius: 6px; border-top-left-radius: 6px; } .atum-settings-wrapper .atum-nav-header .toogle-menu { font-size: 20px; color: #adb5bd; display: none; } .atum-settings-wrapper .atum-nav-header .atum-brand-link { text-decoration: none; } .atum-settings-wrapper .atum-nav-header .atum-brand-link .atum-brand { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-decoration: none; color: #fff; height: 51px; font-size: 21px; font-weight: bold; padding-left: 15px; } .atum-settings-wrapper .atum-nav-header .atum-brand-link .atum-brand span { margin-left: 5px; } .atum-settings-wrapper .atum-nav-header .atum-brand-link .atum-brand:focus { -webkit-box-shadow: none; box-shadow: none; } .atum-settings-wrapper .atum-nav-header .atum-brand-link .atum-brand img { min-width: 25px; } .atum-settings-wrapper .nav-footer { position: absolute; margin: 0; bottom: 0; width: 100%; } .atum-settings-wrapper .nav-footer .nav-footer-logo { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 5px 24px; } .atum-settings-wrapper .nav-footer .nav-footer-logo img { width: 34px; } .atum-settings-wrapper .nav-footer .nav-footer-logo span { color: #fff; font-size: 27px; margin-left: 10px; font-weight: bold; } .atum-settings-wrapper .nav-footer p { color: #fff; margin: 0; font-size: 12px; font-weight: normal; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 0 12px 9px 12px; } .atum-settings-wrapper .nav-footer p a { text-decoration: none; color: #00B8DB; } .atum-settings-wrapper .nav-footer p a:hover { color: #00B8DB; } .atum-settings-wrapper .atum-nav-list { position: relative; margin: 0; list-style: none; } .atum-settings-wrapper .expand-menu { display: block !important; } .atum-settings-wrapper .atum-nav-item { display: block; margin: 0; -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1); box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1); } .atum-settings-wrapper .atum-nav-link { text-transform: uppercase; font-size: 15px; font-weight: bold; text-decoration: none; padding: 0 20px 0 20px; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); position: relative; overflow: hidden; color: #fff; -webkit-transition: color 0.3s; transition: color 0.3s; height: 51px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } .atum-settings-wrapper .atum-nav-link:hover, .atum-settings-wrapper .atum-nav-link:focus { outline: none; color: #fff; -webkit-box-shadow: none; box-shadow: none; background-color: #8284ac; font-size: 15px; font-weight: bold; } .atum-settings-wrapper .atum-nav-link .menu-helper { padding-top: 0.45em; padding-bottom: 0.5em; pointer-events: none; } .atum-settings-wrapper .atum-nav-link .menu-helper:before, .atum-settings-wrapper .atum-nav-link .menu-helper:after { content: ''; position: absolute; left: 0; width: 100%; height: 1px; opacity: 0; background: #fff; -webkit-transform: translate3d(0, -3em, 0); transform: translate3d(0, -3em, 0); -webkit-transition: opacity 0.2s, -webkit-transform 0s 0.3s; transition: opacity 0.2s, -webkit-transform 0s 0.3s; transition: transform 0s 0.3s, opacity 0.2s; transition: transform 0s 0.3s, opacity 0.2s, -webkit-transform 0s 0.3s; } .atum-settings-wrapper .atum-nav-link .menu-helper:before { top: 0; } .atum-settings-wrapper .atum-nav-link .menu-helper:after { bottom: 0; } .atum-settings-wrapper .atum-nav-link .menu-helper i { margin-right: 7px; font-size: 16px; } .atum-settings-wrapper .atum-nav-link.active { cursor: default; background-color: #8284ac; font-size: 15px; font-weight: bold; color: #fff; border-right: 3px solid #fff; } @media all and (max-width: 992px) { .atum-settings-wrapper .atum-nav { min-width: 200px; } .atum-settings-wrapper .atum-nav .atum-nav-link { font-size: 14px; } .atum-settings-wrapper .atum-nav .atum-nav-link:active { font-size: 14px; } } @media all and (max-width: 768px) { .atum-settings-wrapper .atum-nav, .atum-settings-wrapper .atum-nav-light { width: 50px; min-width: inherit; } .atum-settings-wrapper .atum-nav .atum-brand-link, .atum-settings-wrapper .atum-nav-light .atum-brand-link { width: 100%; } .atum-settings-wrapper .atum-nav .atum-brand-link .atum-brand, .atum-settings-wrapper .atum-nav-light .atum-brand-link .atum-brand { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; height: 51px; text-align: center; padding-left: 0; } .atum-settings-wrapper .atum-nav .atum-brand-link .atum-brand span, .atum-settings-wrapper .atum-nav-light .atum-brand-link .atum-brand span { display: none; } .atum-settings-wrapper .atum-nav .atum-nav-link, .atum-settings-wrapper .atum-nav-light .atum-nav-link { padding: 0 15px 0 17px; } .atum-settings-wrapper .atum-nav .atum-nav-link .menu-helper span, .atum-settings-wrapper .atum-nav-light .atum-nav-link .menu-helper span { display: none; } .atum-settings-wrapper .atum-nav .nav-footer, .atum-settings-wrapper .atum-nav-light .nav-footer { display: none; } } @media all and (max-width: 480px) { .atum-settings-wrapper .atum-nav, .atum-settings-wrapper .atum-nav-light { width: 100%; margin-bottom: 11px; } .atum-settings-wrapper .atum-nav .atum-brand-link, .atum-settings-wrapper .atum-nav-light .atum-brand-link { width: inherit; } .atum-settings-wrapper .atum-nav .atum-brand-link .atum-brand, .atum-settings-wrapper .atum-nav-light .atum-brand-link .atum-brand { padding-left: 10px; } .atum-settings-wrapper .atum-nav .atum-brand-link .atum-brand span, .atum-settings-wrapper .atum-nav-light .atum-brand-link .atum-brand span { display: block; } .atum-settings-wrapper .atum-nav .atum-nav-header, .atum-settings-wrapper .atum-nav-light .atum-nav-header { border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; } .atum-settings-wrapper .atum-nav .atum-nav-header .toogle-menu, .atum-settings-wrapper .atum-nav-light .atum-nav-header .toogle-menu { display: block; background-color: transparent; border: none; } .atum-settings-wrapper .atum-nav .atum-nav-header .toogle-menu:focus, .atum-settings-wrapper .atum-nav .atum-nav-header .toogle-menu:active, .atum-settings-wrapper .atum-nav-light .atum-nav-header .toogle-menu:focus, .atum-settings-wrapper .atum-nav-light .atum-nav-header .toogle-menu:active { outline: 0; } .atum-settings-wrapper .atum-nav .atum-nav-list, .atum-settings-wrapper .atum-nav-light .atum-nav-list { display: none; } .atum-settings-wrapper .atum-nav .atum-nav-list .menu-helper, .atum-settings-wrapper .atum-nav-light .atum-nav-list .menu-helper { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } .atum-settings-wrapper .atum-nav .atum-nav-list .menu-helper span, .atum-settings-wrapper .atum-nav-light .atum-nav-list .menu-helper span { display: block; } .atum-settings-wrapper .atum-nav-light .atum-nav-header { background-color: #00B8DB; -webkit-box-shadow: 0 1px 0 0 #e9ecef; box-shadow: 0 1px 0 0 #e9ecef; } .atum-settings-wrapper .atum-nav-light .atum-nav-header .toogle-menu { background-color: transparent; border: none; } .atum-settings-wrapper .atum-nav-light .atum-nav-header .toogle-menu:focus, .atum-settings-wrapper .atum-nav-light .atum-nav-header .toogle-menu:active { outline: 0; } } .atum-settings-wrapper #atum-settings { width: 100%; margin-left: 20px; } .atum-settings-wrapper #atum-settings .btn-group { height: 30px; } .atum-settings-wrapper #atum-settings .btn-group label { margin-left: 1px; margin-right: 1px; line-height: 1.5; font-size: 14px; } .atum-settings-wrapper #atum-settings .form-settings-wrapper { position: relative; } .atum-settings-wrapper #atum-settings .form-settings-wrapper.overlay:before { content: ''; position: absolute; background-color: #f8f9fa; opacity: 0.5; top: 0; bottom: 0; left: 0; right: 0; z-index: 10; } .atum-settings-wrapper #atum-settings .form-settings-wrapper.overlay:after { content: ''; top: 45%; left: 0; right: 0; margin: auto; width: 50px; height: 50px; border: 3px solid rgba(227, 232, 245, 0.25); border-top-color: #E3E8F5; border-radius: 50%; position: absolute; z-index: 50; -webkit-animation: loader-rotate 1s linear infinite; animation: loader-rotate 1s linear infinite; border-top-color: #6c757d; } @keyframes loader-rotate { from { -webkit-transform: rotate(0deg); transform: rotate(0deg); } to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } .atum-settings-wrapper #atum-settings .btn { line-height: 1; } .atum-settings-wrapper #atum-settings .btn-secondary { background-color: #adb5bd; border: none; } .atum-settings-wrapper #atum-settings .btn-secondary:hover, .atum-settings-wrapper #atum-settings .btn-secondary:active { background-color: #69C61D; -webkit-box-shadow: inset -1px 1px 5px 0 rgba(0, 0, 0, 0.2); box-shadow: inset -1px 1px 5px 0 rgba(0, 0, 0, 0.2); } .atum-settings-wrapper #atum-settings .active { background-color: #69C61D; -webkit-box-shadow: inset -1px 1px 5px 0 rgba(0, 0, 0, 0.2); box-shadow: inset -1px 1px 5px 0 rgba(0, 0, 0, 0.2); } .atum-settings-wrapper #atum-settings .section-general-title { padding: 0 20px; background-color: #3b3d5a; border-radius: 6px; height: 51px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .atum-settings-wrapper #atum-settings .section-general-title .submit { margin: 0; padding: 0; } .atum-settings-wrapper #atum-settings .section-general-title h2 { color: #fff; margin: 0; text-transform: uppercase; font-size: 18px; font-weight: bold; padding-left: 5px; font-weight: bold; } .atum-settings-wrapper #atum-settings .section-general-title-light { background-color: #00B8DB; } .atum-settings-wrapper #atum-settings .section-general-title-light h2 { color: #fff; } .atum-settings-wrapper #atum-settings .section-general-title-light input[type=submit], .atum-settings-wrapper #atum-settings .section-general-title-light input[type=submit]:hover { background-color: #fff; color: #00B8DB; } .atum-settings-wrapper #atum-settings .settings-section { border-radius: 6px; } .atum-settings-wrapper #atum-settings .settings-section#atum_setting_shipping { display: none; } .atum-settings-wrapper #atum-settings .section-title { margin-top: 11px; border-bottom: 2px solid rgba(255, 255, 255, 0.1); background-color: #3b3d5a; border-top-right-radius: 6px; border-top-left-radius: 6px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; height: 50px; padding-left: 20px; font-size: 18px; font-weight: bold; color: #fff; } .atum-settings-wrapper #atum-settings .section-title .select2-dropdown .select2-search { display: none; } .atum-settings-wrapper #atum-settings .section-title .select2-search { line-height: 1; } .atum-settings-wrapper #atum-settings .section-title .select2-search:after { font-family: "atum-icon-font"; content: ""; padding-right: 15px; font-size: 12px; top: 13px; right: 0; position: absolute; } .atum-settings-wrapper #atum-settings .section-title input[type=search]::-webkit-input-placeholder { font-style: italic !important; color: #adb5bd !important; font-size: 12px; padding-left: 7px; } .atum-settings-wrapper #atum-settings .section-title input[type=search]:-ms-input-placeholder { font-style: italic !important; color: #adb5bd !important; font-size: 12px; padding-left: 7px; } .atum-settings-wrapper #atum-settings .section-title input[type=search]::-ms-input-placeholder { font-style: italic !important; color: #adb5bd !important; font-size: 12px; padding-left: 7px; } .atum-settings-wrapper #atum-settings .section-title input[type=search]::placeholder { font-style: italic !important; color: #adb5bd !important; font-size: 12px; padding-left: 7px; } @media all and (max-width: 480px) { .atum-settings-wrapper #atum-settings .section-title #atum-settings { margin-left: 0; } } .atum-settings-wrapper #atum-settings .section-title .swal2-container { z-index: 100000; } .atum-settings-wrapper #atum-settings .section-title .swal2-container .swal2-content, .atum-settings-wrapper #atum-settings .section-title .swal2-container .swal2-title { margin-bottom: 30px; } .atum-settings-wrapper #atum-settings .section-title .swal2-container .swal2-title { line-height: 1.3; font-size: 23px; } .atum-settings-wrapper #atum-settings .section-title .swal2-container p { font-size: 15px; text-align: center; } .atum-settings-wrapper #atum-settings .section-title .swal2-container button:focus { outline: none; } .atum-settings-wrapper #atum-settings .section-title .select2-results .select2-results__option:focus { outline: none; } .atum-settings-wrapper #atum-settings .section-title h2 { color: #fff; margin: 0; text-transform: capitalize; font-size: 18px; font-weight: bold; } .atum-settings-wrapper #atum-settings .section-title.section-title-light { background-color: #fff; border-bottom: 1px solid #e9ecef; } .atum-settings-wrapper #atum-settings .section-title.section-title-light h2 { color: #27283B; } .atum-settings-wrapper #atum-settings .section-fields { padding: 0px 20px 120px 25px; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; background: #3b3d5a url("../images/settings/bg-settings.png") no-repeat bottom; background-size: contain; -webkit-box-shadow: 0 4px 0 0 #e9ecef; box-shadow: 0 4px 0 0 #e9ecef; } .atum-settings-wrapper #atum-settings .section-fields.section-field-light { background-color: #fff; } .atum-settings-wrapper #atum-settings .section-fields.section-field-light tr:not(:last-child) { border-bottom: 1px solid #e9ecef; } .atum-settings-wrapper #atum-settings .section-fields.section-field-light th { color: #6c757d; } .atum-settings-wrapper #atum-settings .section-fields .form-table { margin-top: 0; } .atum-settings-wrapper #atum-settings .section-fields tr:not(:last-child) { border-bottom: 0.5px solid rgba(255, 255, 255, 0.1); } .atum-settings-wrapper #atum-settings .section-fields th, .atum-settings-wrapper #atum-settings .section-fields td { padding-top: 20px; } .atum-settings-wrapper #atum-settings .section-fields th input[type=text], .atum-settings-wrapper #atum-settings .section-fields td input[type=text] { -webkit-box-shadow: none; box-shadow: none; padding-left: 10px; font-size: 14px; width: 350px; } @media all and (max-width: 768px) { .atum-settings-wrapper #atum-settings .section-fields th input[type=text], .atum-settings-wrapper #atum-settings .section-fields td input[type=text] { width: 80% !important; } } @media all and (max-width: 480px) { .atum-settings-wrapper #atum-settings .section-fields th input[type=text], .atum-settings-wrapper #atum-settings .section-fields td input[type=text] { width: 100% !important; } } .atum-settings-wrapper #atum-settings .section-fields th { width: 37%; color: #fff; font-weight: bold; font-size: 15px; padding-top: 25px; } .atum-settings-wrapper #atum-settings .section-fields .atum-setting-info { color: #adb5bd; margin-bottom: 15px; padding-top: 12px; font-size: 15px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 1.47; } .atum-settings-wrapper #atum-settings .section-fields .atum-setting-info ul { padding-left: 15px; } .atum-settings-wrapper #atum-settings .section-fields .atum-setting-info ul li { list-style: disc; line-height: 1.1; line-height: 1.47; margin-bottom: 0; } .atum-settings-wrapper #atum-settings .section-fields .atum-setting-info ul li strong { font-weight: normal; } .atum-settings-wrapper #atum-settings .section-fields input[type=text], .atum-settings-wrapper #atum-settings .section-fields input[type=number], .atum-settings-wrapper #atum-settings .section-fields select, .atum-settings-wrapper #atum-settings .section-fields textarea { padding: 6px; margin: 0; border-radius: 4px; height: 30px; color: #6c757d; border: 1px solid #e9ecef; -webkit-box-shadow: none; box-shadow: none; } .atum-settings-wrapper #atum-settings .section-fields input[type=text]:hover, .atum-settings-wrapper #atum-settings .section-fields input[type=number]:hover, .atum-settings-wrapper #atum-settings .section-fields select:hover, .atum-settings-wrapper #atum-settings .section-fields textarea:hover { border: solid 1px #6c757d; } .atum-settings-wrapper #atum-settings .section-fields input[type=text]:focus, .atum-settings-wrapper #atum-settings .section-fields input[type=number]:focus, .atum-settings-wrapper #atum-settings .section-fields select:focus, .atum-settings-wrapper #atum-settings .section-fields textarea:focus { border: solid 1px #00B8DB; } .atum-settings-wrapper #atum-settings .section-fields textarea { height: 150px; } .atum-settings-wrapper #atum-settings .section-fields input[type=text], .atum-settings-wrapper #atum-settings .section-fields input[type=number] { height: 30px; } .atum-settings-wrapper #atum-settings .section-fields input[type=number] { width: 62px; text-align: right; padding-right: 2px; } .atum-settings-wrapper #atum-settings .section-fields input[type=number]::-webkit-inner-spin-button, .atum-settings-wrapper #atum-settings .section-fields input[type=number]::-webkit-outer-spin-button { opacity: 1; } .atum-settings-wrapper #atum-settings .section-fields .region-switcher { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; } .atum-settings-wrapper #atum-settings .section-fields .region-switcher .tool-runner { margin-left: 0 !important; } .atum-settings-wrapper #atum-settings .section-fields .script-runner { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; } .atum-settings-wrapper #atum-settings .section-fields .script-runner .tool-runner { text-transform: uppercase; font-size: 12px; width: 110px; height: 30px; } .atum-settings-wrapper #atum-settings .section-fields .script-runner .atum-select2-container { height: 30px; padding-bottom: 8px; margin-right: 5px; } @media all and (max-width: 768px) { .atum-settings-wrapper #atum-settings .section-fields .script-runner .atum-select2-container { width: 80%; margin-right: 10px; } } @media all and (max-width: 480px) { .atum-settings-wrapper #atum-settings .section-fields .script-runner .atum-select2-container { width: 100%; margin-right: 0; } } .atum-settings-wrapper #atum-settings .section-fields .script-runner .select2-container.atum-select2 .select2-selection--multiple, .atum-settings-wrapper #atum-settings .section-fields .script-runner .select2-container.atum-enhanced-select .select2-selection--multiple { border-radius: 4px; line-height: 1; margin-top: 2px; } .atum-settings-wrapper #atum-settings .section-fields .script-runner .select2-container.atum-select2 .select2-selection--multiple .select2-search.select2-search--inline, .atum-settings-wrapper #atum-settings .section-fields .script-runner .select2-container.atum-enhanced-select .select2-selection--multiple .select2-search.select2-search--inline { margin: 0; height: 28px; } .atum-settings-wrapper #atum-settings .section-fields .script-runner .select2-container.atum-select2 .select2-selection--multiple .select2-search.select2-search--inline .select2-search__field, .atum-settings-wrapper #atum-settings .section-fields .script-runner .select2-container.atum-enhanced-select .select2-selection--multiple .select2-search.select2-search--inline .select2-search__field { width: inherit !important; } .atum-settings-wrapper #atum-settings .section-fields .script-runner .select2-container.atum-select2 .select2-selection--multiple .select2-search.select2-search--inline .select2-search__field::-moz-placeholder, .atum-settings-wrapper #atum-settings .section-fields .script-runner .select2-container.atum-enhanced-select .select2-selection--multiple .select2-search.select2-search--inline .select2-search__field::-moz-placeholder { color: #999; opacity: 1; } .atum-settings-wrapper #atum-settings .section-fields .script-runner .select2-container.atum-select2 .select2-selection--multiple .select2-search.select2-search--inline .select2-search__field:-ms-input-placeholder, .atum-settings-wrapper #atum-settings .section-fields .script-runner .select2-container.atum-enhanced-select .select2-selection--multiple .select2-search.select2-search--inline .select2-search__field:-ms-input-placeholder { color: #999; } .atum-settings-wrapper #atum-settings .section-fields .script-runner .select2-container.atum-select2 .select2-selection--multiple .select2-search.select2-search--inline .select2-search__field::-webkit-input-placeholder, .atum-settings-wrapper #atum-settings .section-fields .script-runner .select2-container.atum-enhanced-select .select2-selection--multiple .select2-search.select2-search--inline .select2-search__field::-webkit-input-placeholder { color: #999; } @media all and (max-width: 480px) { .atum-settings-wrapper #atum-settings .section-fields .script-runner .select2-container.atum-select2 .select2-selection--multiple .select2-search.select2-search--inline .select2-search__field, .atum-settings-wrapper #atum-settings .section-fields .script-runner .select2-container.atum-enhanced-select .select2-selection--multiple .select2-search.select2-search--inline .select2-search__field { width: 100% !important; } } .atum-settings-wrapper #atum-settings .section-fields .script-runner .tool-fields-wrapper { width: 100%; margin-bottom: 20px; } .atum-settings-wrapper #atum-settings .section-fields .script-runner .tool-fields-wrapper .repeatable-row { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .atum-settings-wrapper #atum-settings .section-fields .script-runner .tool-fields-wrapper .repeatable-row > div { margin-right: 10px; } .atum-settings-wrapper #atum-settings .section-fields .script-runner .tool-fields-wrapper .repeatable-row i { cursor: pointer; -webkit-transition: 0.2s ease-in-out; transition: 0.2s ease-in-out; } .atum-settings-wrapper #atum-settings .section-fields .script-runner .tool-fields-wrapper .repeatable-row i:hover { color: #00B8DB; } .atum-settings-wrapper #atum-settings .section-fields .script-runner .tool-fields-wrapper .repeatable-row i.remove-row:hover { color: #FF4848; } .atum-settings-wrapper #atum-settings .section-fields .script-runner .tool-fields-wrapper .repeatable-row .tool-fields-from, .atum-settings-wrapper #atum-settings .section-fields .script-runner .tool-fields-wrapper .repeatable-row .tool-fields-to, .atum-settings-wrapper #atum-settings .section-fields .script-runner .tool-fields-wrapper .repeatable-row .tool-controls { width: 100%; } .atum-settings-wrapper #atum-settings .section-fields .script-runner .tool-fields-wrapper .repeatable-row .tool-fields-from .select2-container.atum-select2, .atum-settings-wrapper #atum-settings .section-fields .script-runner .tool-fields-wrapper .repeatable-row .tool-fields-from .select2-container.atum-enhanced-select, .atum-settings-wrapper #atum-settings .section-fields .script-runner .tool-fields-wrapper .repeatable-row .tool-fields-to .select2-container.atum-select2, .atum-settings-wrapper #atum-settings .section-fields .script-runner .tool-fields-wrapper .repeatable-row .tool-fields-to .select2-container.atum-enhanced-select, .atum-settings-wrapper #atum-settings .section-fields .script-runner .tool-fields-wrapper .repeatable-row .tool-controls .select2-container.atum-select2, .atum-settings-wrapper #atum-settings .section-fields .script-runner .tool-fields-wrapper .repeatable-row .tool-controls .select2-container.atum-enhanced-select { width: inherit !important; } .atum-settings-wrapper #atum-settings .section-fields .script-runner .tool-fields-wrapper .repeatable-row .tool-fields-from .select2-selection__choice, .atum-settings-wrapper #atum-settings .section-fields .script-runner .tool-fields-wrapper .repeatable-row .tool-fields-to .select2-selection__choice, .atum-settings-wrapper #atum-settings .section-fields .script-runner .tool-fields-wrapper .repeatable-row .tool-controls .select2-selection__choice { line-height: 24px; } .atum-settings-wrapper #atum-settings .section-fields .script-runner .tool-fields-wrapper .repeatable-row .tool-fields-from .select2-selection__choice .select2-selection__choice__remove, .atum-settings-wrapper #atum-settings .section-fields .script-runner .tool-fields-wrapper .repeatable-row .tool-fields-to .select2-selection__choice .select2-selection__choice__remove, .atum-settings-wrapper #atum-settings .section-fields .script-runner .tool-fields-wrapper .repeatable-row .tool-controls .select2-selection__choice .select2-selection__choice__remove { color: #fff; } .atum-settings-wrapper #atum-settings .section-fields .script-runner .tool-fields-wrapper .repeatable-row .add-row { width: 62px; text-transform: uppercase; height: 30px; font-size: 12px; } .atum-settings-wrapper #atum-settings .section-fields .script-runner .tool-fields-wrapper .repeatable-row .tool-fields-to { margin-right: 10px; } .atum-settings-wrapper #atum-settings .section-fields .script-runner .tool-fields-wrapper .repeatable-row .tool-fields-to .select2-selection__rendered { padding-left: 4px; } .atum-settings-wrapper #atum-settings .section-fields .script-runner .tool-fields-wrapper .error-message { display: block; color: #FF4848; margin-top: 15px; font-weight: normal; font-size: 12px; } .atum-settings-wrapper #atum-settings .section-fields .script-runner button { border-radius: 4px; } @media all and (max-width: 768px) { .atum-settings-wrapper #atum-settings .section-fields .select2-container.atum-select2, .atum-settings-wrapper #atum-settings .section-fields .select2-container.atum-enhanced-select { width: 80% !important; } } @media all and (max-width: 480px) { .atum-settings-wrapper #atum-settings .section-fields .select2-container.atum-select2, .atum-settings-wrapper #atum-settings .section-fields .select2-container.atum-enhanced-select { width: 100% !important; } } .atum-settings-wrapper #atum-settings .submit { padding-top: 0; text-align: right; margin-top: 35px; } .atum-settings-wrapper #atum-settings input[type=submit] { width: 144px; height: 30px; text-transform: uppercase; padding: 11px 20px 9px; line-height: 1; height: auto; background: #00B8DB; border-radius: 5px; text-shadow: none; -webkit-box-shadow: none; box-shadow: none; font-size: 12px; border: none; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } .atum-settings-wrapper #atum-settings input[type=submit]:hover, .atum-settings-wrapper #atum-settings input[type=submit]:active { background-color: #0fd9ff; border-color: #0fd9ff; -webkit-transform: none; transform: none; } .atum-settings-wrapper #atum-settings .wp-picker-container .wp-color-picker { max-width: 85px; } @media all and (max-width: 768px) { .atum-settings-wrapper #atum-settings .wp-picker-container .wp-picker-clear { line-height: 0 !important; } } @media all and (max-width: 480px) { .atum-settings-wrapper #atum-settings .wp-picker-container .iris-picker { width: 100% !important; } .atum-settings-wrapper #atum-settings .wp-picker-container .iris-picker .iris-square { width: 76% !important; } .atum-settings-wrapper #atum-settings .wp-picker-container .iris-picker .iris-palette-container { left: 10%; } } .atum-settings-wrapper #atum-settings .wp-picker-container button.wp-color-result { height: 30px; -webkit-box-shadow: none; box-shadow: none; border-radius: 5px; width: 110px; margin-right: 10px; border: solid 0.5px #E5E5E5; background-color: transparent !important; position: relative; padding: 0 0 0 20px; } .atum-settings-wrapper #atum-settings .wp-picker-container button.wp-color-result:hover { border-color: #6c757d; } .atum-settings-wrapper #atum-settings .wp-picker-container button.wp-color-result:focus { border-color: #00B8DB; } .atum-settings-wrapper #atum-settings .wp-picker-container button.wp-color-result:focus .wp-color-result-text { visibility: hidden; } .atum-settings-wrapper #atum-settings .wp-picker-container button.wp-color-result:focus .wp-color-result-text:before { color: #6c757d; content: "|"; visibility: visible; } .atum-settings-wrapper #atum-settings .wp-picker-container button.wp-color-result .wp-color-result-text { line-height: 29px; background-color: transparent; color: #6c757d; border-left: none; font-size: 12px; line-height: 1.17px; text-align: left; padding-left: 13px; } .atum-settings-wrapper #atum-settings .wp-picker-container button.wp-color-result .color-picker-preview { border-radius: 5px; width: 22px; height: 22px; background-color: transparent; position: absolute; left: 4px; top: 3px; -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2); box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2); } .atum-settings-wrapper #atum-settings .wp-picker-container .wp-picker-clear { background-color: #6c757d; color: #fff; border: none; height: 31px; line-height: 31px; } .atum-settings-wrapper #atum-settings .wp-picker-container .wp-picker-clear:hover { background-color: rgba(108, 117, 125, 0.8); } .atum-settings-wrapper #atum-settings .atum-settings-html { color: #adb5bd; margin-bottom: 15px; padding-top: 12px; font-size: 15px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 1.47; } .atum-settings-wrapper #atum-settings .atum-settings-html a { color: #00B8DB; text-decoration: none; } @media all and (max-width: 992px) { .atum-settings-wrapper #atum-settings .btn-group label { line-height: 1.8; font-size: 12px; } } @media all and (max-width: 768px) { .atum-settings-wrapper #atum-settings { margin-left: 10px; } .atum-settings-wrapper #atum-settings .section-fields .script-runner { -ms-flex-wrap: nowrap; flex-wrap: nowrap; } .atum-settings-wrapper #atum-settings .section-fields .script-runner .tool-fields-wrapper .repeatable-row .tool-fields-to { margin-right: 14px; } .atum-settings-wrapper #atum-settings .form-table th { display: table-cell; vertical-align: top; width: 30%; padding-right: 60px; } } @media all and (max-width: 480px) { .atum-settings-wrapper #atum-settings .btn-group label { line-height: 1.8; font-size: 12px; } .atum-settings-wrapper #atum-settings .section-general-title p { display: none; } .atum-settings-wrapper #atum-settings .section-fields { padding: 4px 10px; } .atum-settings-wrapper #atum-settings .section-fields .script-runner { -ms-flex-wrap: wrap; flex-wrap: wrap; } .atum-settings-wrapper #atum-settings .section-fields .script-runner .tool-fields-wrapper { margin-bottom: 5px; } .atum-settings-wrapper #atum-settings .section-fields .script-runner .tool-runner { width: 100%; margin-left: 0; } .atum-settings-wrapper #atum-settings .section-fields .script-runner .add-row { width: 100% !important; } .atum-settings-wrapper #atum-settings .submit { text-align: center; } .atum-settings-wrapper #atum-settings .submit input[type=submit] { width: 100%; } .atum-settings-wrapper #atum-settings .form-table { margin: 0; font-size: 12px; width: 100%; } .atum-settings-wrapper #atum-settings .form-table th { width: 100%; display: block; vertical-align: middle; } .atum-settings-wrapper #atum-settings .form-table th input[type=text], .atum-settings-wrapper #atum-settings .form-table td input[type=text] { width: 100%; } .atum-settings-wrapper #atum-settings .form-table td { padding-right: 0; padding-top: 27px; } .atum-settings-wrapper #atum-settings .form-table .tool-fields-wrapper .repeatable-row { -ms-flex-wrap: wrap; flex-wrap: wrap; } .atum-settings-wrapper #atum-settings .form-table .tool-fields-wrapper .repeatable-row div { margin-right: 0 !important; margin-top: 11px; } } .select2-dropdown { margin-top: 4px; } .select2-dropdown .select2-search { display: none; } .select2-search { line-height: 1; } .select2-search:after { font-family: "atum-icon-font"; content: ""; padding-right: 15px; font-size: 12px; top: 13px; right: 0; position: absolute; } input[type=search]::-webkit-input-placeholder { font-style: italic !important; color: #adb5bd !important; font-size: 12px; padding-left: 7px; } input[type=search]:-ms-input-placeholder { font-style: italic !important; color: #adb5bd !important; font-size: 12px; padding-left: 7px; } input[type=search]::-ms-input-placeholder { font-style: italic !important; color: #adb5bd !important; font-size: 12px; padding-left: 7px; } input[type=search]::placeholder { font-style: italic !important; color: #adb5bd !important; font-size: 12px; padding-left: 7px; } @media all and (max-width: 480px) { #atum-settings { margin-left: 0; } } .swal2-container { z-index: 100000; } .swal2-container .swal2-content, .swal2-container .swal2-title { margin-bottom: 30px; } .swal2-container .swal2-title { line-height: 1.3; font-size: 23px; } .swal2-container p { font-size: 15px; text-align: center; } .swal2-container button:focus { outline: none; } .select2-results .select2-results__option:focus { outline: none; } /*# sourceMappingURL=atum-settings.css.map */